@charset "UTF-8";
@import url(bs-icon-font/bootstrap-icons.min.css);

@media screen and (max-width: 500px) {
  .main_header .small-gutters #logo {
    margin-top: 46px !important;
  }
  .main_header .small-gutters #logo span {
    font-size: 23px !important;
  }
  .mobile-menu-container .hamburger-btn {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 400px) {
  .hamburger-box .hamburger-inner {
    /* left: -43px !important; */
  }
  .main_header .small-gutters #logo span {
    font-size: 17px !important;
  }
  .mobile-menu-container .hamburger-btn {
    font-size: 12px !important;
  }
  .main_header .small-gutters #logo {
    margin-top: 55px !important;
  }
  .main_header .small-gutters .col-xl-3.col-lg-2.d-lg-flex {
    margin-left: -34px !important;
  }
}

@media (max-width: 768px) {
  .mm-navbar.mm-navbar-size-1 {
    display: none !important;
  }
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .placed-bid-button {
    background-color: white;
    color: black;
    border: 2px solid gray;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    display: block;
    box-sizing: border-box;
  }
}

#forgot_pw label,
.breadcrumbs ul li:last-child,
.nice-select .option.selected,
label,
strong {
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.social-icons a i {
  width: 48px; /* Width of icon container */
  height: 51px; /* Height of icon container */
  font-size: 30px; /* Actual icon size */
  line-height: 49px; /* Vertically center icon */
  text-align: center;
  border-radius: 51%;
  transition: transform 0.3s ease;
}

.whatsapp-icon i {
  color: white;
  background-color: #25d366;
}

.youtube-icon i {
  color: white;
  background-color: #ff0000;
}

.social-icons a i:hover {
  transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .social-icons {
    flex-direction: row;
    gap: 16px;
    margin-right: 175px;
    margin-top: -27px;
    font-size: 37px;
    line-height: 36px;
    margin-top: -16px;
  }

  .social-icons a i {
    width: 36px;
    height: 30px;
    font-size: 20px;
    line-height: 36px;
  }
}

.hamburger,
header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1.outline,
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1.outline {
  background-color: transparent;
}

.nice-select,
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
}

.top_panel .item .btn_panel a,
a.social_bt {
  min-width: 200px;
}

.mfp-wrap,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
}

@font-face {
  font-family: header_icons;
  src: url("fonts/header_icons.eot");
  src: url("fonts/header_iconsd41d.eot?#iefix") format("embedded-opentype"),
    url("fonts/header_icons.woff") format("woff"),
    url("fonts/header_icons.ttf") format("truetype"),
    url("fonts/header_icons.svg#header_icons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class*="header-"]:before {
  display: inline-block;
  font-family: header_icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-icon_like_custom:before,
header ul.top_tools > li a.wishlist:before {
  content: "\0041";
}

.header-icon_cart_custom:before,
header ul.top_tools > li a.cart_bt:before {
  content: "\0042";
}

.header-icon_access_custom:before,
header ul.top_tools > li a.access_link:before {
  content: "\0043";
}

.header-icon_grid_custom:before {
  content: "\0044";
}

.header-icon_search_custom:before {
  content: "\0045";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

[class*=" icon-"]:before,
[class*=" ti-"],
[class^="icon-"]:before,
[class^="ti-"] {
  font-style: normal;
  font-weight: 400;
  speak: none;
  font-variant: normal;
  text-transform: none;
}

[class*=" icon-"]:before,
[class*=" ti-"],
[class^="icon-"]:before,
[class^="ti-"],
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu ul li a {
  padding: 7px !important;
  /* margin: 0 !important; */
  font-size: 20px !important;
  font-weight: bold;
  /* word-spacing: 12px !important; */
}
/* 
.main-menu ul li a {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 19px !important;
        font-weight: bold;
        word-spacing: 5px;
    } */

.main-menu > ul > li > a,
.main_title span,
.menu ul li > span a,
.ribbon,
.slide-text h2,
.slide-text h3,
.top_banner h1,
.top_line.promo strong,
footer h3 {
  /* font-size: 50px; */
  text-transform: uppercase;
}

.hamburger-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

.btn_1,
a,
a.btn_1 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
}

@font-face {
  font-family: themify;
  src: url("fonts/themify9f24.eot?-fvbane");
  src: url("fonts/themifyd41d.eot?#iefix-fvbane") format("embedded-opentype"),
    url("fonts/themify9f24.woff?-fvbane") format("woff"),
    url("fonts/themify9f24.ttf?-fvbane") format("truetype"),
    url("fonts/themify9f24.svg?-fvbane#themify") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  line-height: 1;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

#toTop:after,
.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.styled-select.currency-selector:after,
.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.styled-select.lang-selector:after,
.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before,
a.social_bt.facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: fontello;
  src: url("fonts/fontello47c5.eot?33109840");
  src: url("fonts/fontello47c5.eot?33109840#iefix") format("embedded-opentype"),
    url("fonts/fontello47c5.woff2?33109840") format("woff2"),
    url("fonts/fontello47c5.woff?33109840") format("woff"),
    url("fonts/fontello47c5.ttf?33109840") format("truetype"),
    url("fonts/fontello47c5.svg?33109840#fontello") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
  margin-left: 0.2em;
}

.icon-th:before {
  content: "\e800";
}

.icon-th-list:before {
  content: "\e801";
}

.icon-phone:before {
  content: "\e802";
}

.icon-mobile:before {
  content: "\e803";
}

.icon-mail:before {
  content: "\e804";
}

.icon-map:before {
  content: "\e805";
}

.icon-map-1:before {
  content: "\e806";
}

.icon-ok:before {
  content: "\e808";
}

.icon-ok-1:before {
  content: "\e809";
}

.icon-star:before {
  content: "\e80a";
}

.icon-star-empty:before {
  content: "\e80b";
}

.icon-star-half:before {
  content: "\e80c";
}

.icon-user:before {
  content: "\f061";
}

.icon-star-half-alt:before {
  content: "\f123";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-map-o:before {
  content: "\f278";
}

body {
  background: #f8f8f8;
  font-size: 0.875rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #444;
}

.slide-text.black,
h1,
h2,
h3,
h4,
h5,
h6,
header.version_1 .main_nav ul.top_tools > li a,
header.version_1 .menu ul li > span a {
  color: #111;
}

.breadcrumbs ul li a:hover,
.button_inc:hover,
.dropdown-cart .dropdown-menu ul li a strong:hover,
.grid_item a h3:hover,
.owl-next i:hover,
.owl-prev i:hover,
.rating em a:hover,
.search-input button[type="submit"]:hover,
.top_panel .related .item_panel a h5:hover,
a,
header .main_nav .custom-search-input button[type="submit"]:hover,
header.version_1 .main_nav ul.top_tools > li .dropdown-access:hover > a,
header.version_1 .main_nav ul.top_tools > li .dropdown-cart:hover > a,
header.version_1 .main_nav ul.top_tools > li a:hover,
header.version_1 .menu ul li > span a.active,
header.version_1 .menu ul li > span a:hover,
header.version_2 .main-menu > ul > li.submenu:hover > a:after,
header.version_2 .main-menu > ul > li:hover > a,
header.version_2 .main_header ul.top_tools > li .dropdown-access:hover > a,
header.version_2 .main_header ul.top_tools > li .dropdown-cart:hover > a,
header.version_2 .main_header ul.top_tools > li a:hover {
  color: #004dda;
}

.add_bottom_20,
p {
  margin-bottom: 20px;
}

label {
  margin-bottom: 3px;
}

hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.main_title {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}

.main_title h1,
.main_title h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 29px;
}

@media (max-width: 767px) {
  .main_title {
    margin-bottom: 30px;
  }

  .main_title h1,
  .main_title h2 {
    font-size: 1.75rem;
  }
}

.main_title h1 {
  font-size: 2.625rem;
}

.main_title span {
  display: block;
  content: attr(data-mask);
  position: absolute;
  text-align: center;
  margin-top: -15px;
  top: 0;
  font-weight: 900;
  font-size: 65px;
  line-height: 1;
  z-index: 1;
  color: #f4f4f4;
  width: 100%;
}

.main_title p,
main {
  z-index: 2;
  position: relative;
}

.main_title p {
  font-size: 1.4375rem;
  font-weight: 300;
  padding: 0 15%;
}

.btn_1,
.top_line.promo,
a.btn_1 {
  font-weight: 500;
  text-align: center;
}

.add_bottom_30,
.page_header {
  margin-bottom: 30px;
}

.page_header h1 {
  font-size: 1.5rem;
  margin: 0 0 5px;
}

.breadcrumbs {
  line-height: 1;
  color: #555;
}

.breadcrumbs ul {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.75rem;
}

.breadcrumbs ul li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 8px;
  position: relative;
}

.top_line.version_1 ul.top_links,
header ul.top_tools {
  margin: 0;
  float: right;
  list-style: none;
}

.breadcrumbs ul li a {
  color: #777;
}

.breadcrumbs ul li:after {
  font-family: themify;
  content: "\e649";
  font-size: 0.625rem;
  position: absolute;
  display: inline-block;
  top: 2px;
  margin-left: 3px;
}

.breadcrumbs ul li:last-child:after {
  content: "";
  margin-right: 0;
}

a {
  transition: 0.3s ease-in-out;
}

a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0;
}

.btn_1,
a.btn_1 {
  border: none;
  background: #007bff;
  cursor: pointer;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
}

.main-menu ul > li.submenu > a,
header .main_nav .custom-search-input button[type="submit"] {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus,
#carousel-home-2 .owl-carousel .owl-dots .owl-dot,
#carousel-home-2 .owl-carousel .owl-nav [class*="owl-"]:focus,
.btn_1.outline:focus,
.btn_1:focus,
.search-input input[type="text"]:focus,
a.btn_1.outline:focus,
a.btn_1:focus,
header .main_nav .custom-search-input input[type="text"]:focus {
  outline: 0;
}

.btn_1.gray:hover,
.btn_1:hover,
a.btn_1.gray:hover,
a.btn_1:hover {
  background-color: #ffc107;
  color: #111 !important;
}

.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.btn_1.medium,
a.btn_1.medium {
  font-size: 1rem;
  padding: 18px 40px;
}

.btn_1.outline,
a.btn_1.outline {
  border: 2px solid #111;
  color: #111;
  padding: 10px 30px;
  background: 0 0;
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
  border-color: #004dda;
  color: #004dda !important;
}

.menu ul li ul,
header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu,
header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu {
  border-top: 2px solid #004dda;
}

.btn_1.gray,
a.btn_1.gray {
  background: #f0f0f0;
  color: #111 !important;
}

.btn_1 i,
a.btn_1 i {
  font-weight: 600;
}

main {
  background-color: #fff;
}

main.freeze {
  z-index: inherit;
}

.container {
  max-width: 1220px;
  padding-right: 15px;
  padding-left: 15px;
}

.top_line {
  padding: 12px 0 10px;
  line-height: 1;
}

.top_line.promo {
  background-color: #004dda;
  color: #fff;
  font-size: 0.875rem;
}

.top_line.promo strong {
  color: #ff9;
  font-weight: 700;
}

.top_line.version_1 {
  color: #fff;
  background-color: #004dda;
  font-size: 0.8125rem;
}

.top_line.version_1.plus_select {
  padding: 7px 0;
}

.grid_item ul li a:hover i,
.mfp-preloader a:hover,
.slide-text.white,
.slide-text.white h2,
.slide-text.white h3,
.top_banner .breadcrumbs,
.top_line.version_1.plus_select .styled-select select,
.top_line.version_1.plus_select .styled-select:after,
header.version_1 .main-menu > ul > li:hover > a,
header.version_1 .main-menu > ul > li > a,
header.version_1 .main_header a.phone_top,
header.version_1 .main_header a.phone_top:before,
header.version_1 .main_header ul.top_tools > li a,
header.version_2 .main_nav ul.top_tools > li a,
header.version_2 .menu ul li > span > a {
  color: #fff;
}

.top_line.version_1 ul.top_links li {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.top_line.version_1 ul.top_links li:first-child {
  margin-left: 0;
}

header .main_header {
  position: relative;
  z-index: 99999;
}

header .main_header a.phone_top {
  display: inline-block;
  line-height: 1.3;
}

header .main_header a.phone_top strong span {
  display: block;
  font-weight: 900;
}

header .main_header nav a.open_close {
  position: absolute;
  top: 20px;
  left: 15px;
  display: none;
}

header ul.top_tools {
  padding: 0;
}

header ul.top_tools > li {
  float: right;
  margin-left: 20px;
}

#carousel-home section,
#carousel-home-2 section,
#header_menu,
.categories,
.grid_item ul li a span,
.mm-panel .mm-navbar,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
header ul.top_tools > li a > span,
header ul.top_tools > li:nth-child(4),
header ul.top_tools > li:nth-child(5) {
  display: none;
}

header ul.top_tools > li a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
}

header ul.top_tools > li a:before {
  font-family: header_icons;
  font-size: 1.625rem;
  font-weight: 500 !important;
}

header ul.top_tools > li a.btn_search_mob:before,
header ul.top_tools > li a.search_panel:before {
  content: "\0045";
  font-size: 1.625rem;
}

header ul.top_tools > li a.btn_cat_mob {
  line-height: 32px !important;
  height: 28px !important;
  padding-left: 35px;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

header ul.top_tools > li a.btn_cat_mob .hamburger-box {
  position: absolute;
  top: -40px;
  left: 0;
  margin-right: 10px;
}

header ul.top_tools > li a.cart_bt strong {
  font-size: 0.625rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  text-indent: 0;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: -3px;
  line-height: 17px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

header ul.top_tools > li .dropdown-access .dropdown-menu,
header ul.top_tools > li .dropdown-cart .dropdown-menu {
  border: none;
  min-width: 0;
  padding: 15px;
  width: 260px;
  top: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  font-size: 0.8125rem;
}

header ul.top_tools > li .dropdown-access .dropdown-menu:before,
header ul.top_tools > li .dropdown-cart .dropdown-menu:before {
  bottom: 100%;
  border: 7px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -7px;
}

header ul.top_tools > li .dropdown-access .dropdown-menu a,
header ul.top_tools > li .dropdown-cart .dropdown-menu a {
  height: auto;
  line-height: inherit;
}

header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1,
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1 {
  color: #111;
  background-color: #ffc107;
  height: auto;
  line-height: 1.4;
}

header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1:hover,
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1:hover {
  color: #fff !important;
  background-color: #004dda;
}

header .main_nav {
  position: relative;
  z-index: 999;
}

header .main_nav .custom-search-input {
  padding: 0;
  width: 100%;
  margin: 0;
  font-size: 20px;
  top: 10px;
  position: relative;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

header .main_nav .custom-search-input input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  padding: 15px;
}

header .main_nav .custom-search-input button[type="submit"] {
  position: absolute;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
  top: 5px;
  right: 3px;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: 0 0;
}

header .sticky_element {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation: 0.5s smoothScroll;
  border-bottom: 1px solid transparent !important;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0);
  }
}

#toTop:hover,
.grid_item ul li a:hover,
header.version_1 .main_header,
header.version_1
  .main_nav
  ul.top_tools
  > li
  a.btn_cat_mob:hover
  .hamburger-inner,
header.version_1
  .main_nav
  ul.top_tools
  > li
  a.btn_cat_mob:hover
  .hamburger-inner::after,
header.version_1
  .main_nav
  ul.top_tools
  > li
  a.btn_cat_mob:hover
  .hamburger-inner::before,
header.version_1 .menu ul li > span a.active .hamburger-inner,
header.version_1 .menu ul li > span a.active .hamburger-inner::after,
header.version_1 .menu ul li > span a.active .hamburger-inner::before,
header.version_1 .menu ul li > span a:hover .hamburger-inner,
header.version_1 .menu ul li > span a:hover .hamburger-inner::after,
header.version_1 .menu ul li > span a:hover .hamburger-inner::before,
header.version_2 .main_header:hover .hamburger-inner,
header.version_2 .main_header:hover .hamburger-inner::after,
header.version_2 .main_header:hover .hamburger-inner::before {
  background-color: #007bff;
}

header.version_1 .main_header ul.top_tools > li:last-child,
header.version_2 .main_header ul.top_tools > li:last-child {
  display: inline-block;
}

header.version_1 .main_header ul.top_tools > li .dropdown-access:hover > a,
header.version_1 .main_header ul.top_tools > li .dropdown-cart:hover > a,
header.version_1 .main_header ul.top_tools > li a:hover,
header.version_2 .main_nav ul.top_tools > li .dropdown-access:hover > a,
header.version_2 .main_nav ul.top_tools > li .dropdown-cart:hover > a,
header.version_2 .main_nav ul.top_tools > li a:hover,
header.version_2 .menu ul li > span > a.active,
header.version_2 .menu ul li > span > a:hover {
  color: #ff9;
}

header.version_1 .main_header ul.top_tools > li a.cart_bt strong,
header.version_1 .main_nav ul.top_tools > li a.cart_bt strong,
header.version_2 .main_header ul.top_tools > li a.cart_bt strong,
header.version_2 .main_nav ul.top_tools > li a.cart_bt strong,
header.version_2 .search_mob_wp .btn_1:hover {
  background-color: #083487;
  color: #fff !important;
}

.bg_white,
.grid_item ul li a,
header.version_1 .main_nav,
header.version_2 .main_header,
header.version_2 .menu ul li > span > a .hamburger-inner,
header.version_2 .menu ul li > span > a .hamburger-inner::after,
header.version_2 .menu ul li > span > a .hamburger-inner::before {
  background-color: #fff;
}

header.version_1
  .main_header
  ul.top_tools
  > li
  .dropdown-access
  .dropdown-menu:before,
header.version_1
  .main_header
  ul.top_tools
  > li
  .dropdown-cart
  .dropdown-menu:before,
header.version_1
  .main_nav
  ul.top_tools
  > li
  .dropdown-access
  .dropdown-menu:before,
header.version_1
  .main_nav
  ul.top_tools
  > li
  .dropdown-cart
  .dropdown-menu:before {
  border-bottom-color: #004dda;
}

header.version_1 .main_nav.inner {
  border-bottom: 1px solid #ededed;
}

header.version_1 .main_nav .custom-search-input {
  background-color: #f2f2f2;
}

header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner,
header.version_1
  .main_nav
  ul.top_tools
  > li
  a.btn_cat_mob
  .hamburger-inner::after,
header.version_1
  .main_nav
  ul.top_tools
  > li
  a.btn_cat_mob
  .hamburger-inner::before,
header.version_1 .menu ul li > span a .hamburger-inner,
header.version_1 .menu ul li > span a .hamburger-inner::after,
header.version_1 .menu ul li > span a .hamburger-inner::before,
header.version_2 .main_header .hamburger-inner,
header.version_2 .main_header .hamburger-inner::after,
header.version_2 .main_header .hamburger-inner::before {
  background-color: #111;
}

header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu,
header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu {
  border-top: 2px solid #004dda;
  margin-top: 0;
}

.menu ul li ul li ul li a,
.mm-listview a,
header.version_1 .menu ul li ul li a,
header.version_2 .main-menu ul > li.submenu > a:after,
header.version_2 .main_header a.phone_top,
header.version_2 .main_header a.phone_top:before,
header.version_2 .main_header ul.top_tools > li a {
  color: #444;
}

header.version_2 .main_header ul.top_tools > li .dropdown-access .dropdown-menu,
header.version_2 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu {
  border-top: none;
}

header.version_2
  .main_header
  ul.top_tools
  > li
  .dropdown-access
  .dropdown-menu:before,
header.version_2
  .main_header
  ul.top_tools
  > li
  .dropdown-cart
  .dropdown-menu:before {
  border-bottom-color: transparent;
}

header.version_2 .main_nav {
  background-color: #004dda;
  border-bottom: 1px solid transparent;
}

.bg_gray,
header.version_2 .main_nav .custom-search-input {
  background-color: #f8f8f8;
}

.pagination li:first-child,
header.version_2 .search_mob_wp .form-control {
  border: none;
}

header.version_2 .search_mob_wp .btn_1 {
  background-color: #ffc107;
  color: #111;
}

.mm-menu {
  background: #fff !important;
}

.main-menu {
  position: relative;
  z-index: 9;
  width: auto;
  font-size: 48px;
  top: -7px;
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  margin-right: 5px;
}

.main-menu ul li a {
  display: block;
  padding: 3px 10px;
}

.main-menu > ul > li > a {
  padding: 30px 18px 25px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}

.main-menu > ul > li.submenu:hover > a:after {
  transform: rotate(180deg);
}

.main-menu ul > li.submenu > a {
  transition: 0.3s ease-in-out;
}

.main-menu ul > li.submenu > a:after {
  font-family: themify;
  font-size: 0.75rem;
  content: "\e64b";
  color: #fff;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 5px;
  font-weight: 700;
  display: inline-block;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu > ul > li.submenu:hover > a,
header.version_2 .main-menu > ul > li > a {
  color: #282828;
}

nav a.open_close#close_in {
  position: absolute;
  right: 10px;
  left: inherit;
  top: 10px;
  width: 30px;
  height: 30px;
  display: none;
}

nav a.open_close#close_in > i {
  color: #555 !important;
  font-size: 18px;
}

nav a.open_close#close_in > i:hover {
  color: #1a1a1a !important;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  header .main_header {
    padding: 15px 0;
  }

  header .main_header #logo {
    text-align: center;
  }

  @media (max-width: 991px) {
    header .main_header #logo {
      text-align: center;
      margin-top: 0px;
      /* ✅ Your desired right margin */

      display: block;
      max-width: max-content;
      padding-right: 0px;
    }
  }

  @media (max-width: 991px) {
    header .main_header #logo {
      text-align: center;
      margin-right: 0px;
      margin-top: 0px;
      font-size: 10px !important; /* Yahan font-size set ho gaya */
    }
  }

  @media (max-width: 991px) {
    .hamburger-btn {
      width: 165px;
      height: 30px;
      position: relative;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }
  }

  /* Mobile View (<= 767px) */
  @media (max-width: 767px) {
    .button-wrapper {
      position: relative;
    }

    a[href="List-Your-Product1.html"] button,
    a[href="packaging-1.html"] button {
      position: relative;
      top: 0;
      left: 295px;
      font-size: 14px !important;
      padding: 10px 20px !important;
      margin-bottom: -20px; /* Vertical gap on mobile */
      margin-right: 4; /* No side gap on stacked layout */
      display: block;
      width: 82%; /* Optional: full width buttons */
      top: -79px;
    }
  }

  @media (max-width: 991px) {
    @media (max-width: 767px) {
      .youtube.fab.fa-youtube.fa-lg {
        left: 10px !important;
        top: 20px !important;
        right: auto !important;
        display: block !important;
        font-size: 24px !important;
      }
    }
  }

  header .main_header #logo a img {
    height: 30px;
    width: auto;
  }

  header .main_header a.phone_top {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
  }

  @media (max-width: 991px) {
    header .main_header a.phone_top {
      position: absolute;
      right: 15px;
      top: 20px;
      z-index: 2;
      display: none;
    }
  }

  header .main_header a.phone_top strong,
  header ul.top_tools > li a.btn_cat_mob .hamburger-box,
  header.version_1 .main_header ul.top_tools > li:nth-child(3),
  header.version_2 .main_header ul.top_tools > li:nth-child(3) {
    display: none;
  }

  header .main_header a.phone_top:before {
    font-family: fontello;
    font-size: 1.625rem;
    content: "\e802";
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  header .main_header nav a.open_close {
    display: inline-block;
  }

  @media (max-width: 991px) {
    @media (max-width: 991px) {
      header .main_header nav a.open_close {
        display: inline-block;
        margin-top: 40px;
        padding: 0 369px;
      }
    }
  }

  @media (max-width: 991px) {
    .mobile-menu-container {
      display: block;
      position: absolute;
      top: 17px;
      right: 96px;
      z-index: 1000;
    }
  }

  header ul.top_tools > li a.btn_cat_mob {
    padding-left: 0;
  }

  header ul.top_tools > li .dropdown-access .dropdown-menu,
  header ul.top_tools > li .dropdown-cart .dropdown-menu {
    display: none !important;
  }

  header.version_1 .main_header ul.top_tools,
  header.version_2 .main_header ul.top_tools {
    position: absolute;
    top: -43px;
    right: 0;
  }

  .main-menu ul > li.submenu > a:after {
    font-size: 0.875rem !important;
    float: right;
  }

  nav a.open_close#close_in {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .menu {
    display: block !important;
  }

  #mm-menu,
  .mm-menu {
    display: none !important;
  }

  .main-menu ul > li {
    display: inline-block;
  }

  .main-menu ul li .menu-wrapper,
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 0;
    top: 100%;
    background: #fff;
    display: block;
    min-width: 190px;
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1),
      transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    opacity: 0;
  }

  .main-menu ul ul {
    padding: 10px;
  }

  .main-menu ul li:hover .menu-wrapper,
  .main-menu ul li:hover > ul {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .main-menu ul .menu-wrapper ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .main-menu ul ul li {
    display: block;
  }

  .main-menu ul ul li a {
    color: #444;
    display: block;
    padding: 8px 10px;
  }

  .main-menu ul ul li:hover > a {
    color: #004dda;
    background-color: rgba(0, 77, 218, 0.05);
  }

  .main-menu ul li.megamenu {
    position: static;
  }

  .main-menu ul li.megamenu .menu-wrapper {
    width: 1110px;
    left: 50%;
    margin-left: -555px;
    padding: 30px !important;
  }

  .main-menu ul li:hover.megamenu .menu-wrapper ul {
    visibility: visible;
    opacity: 1;
  }

  .main-menu ul .menu-wrapper h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
  }

  .main-menu ul ul ul {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.megamenu .menu-wrapper {
    width: 940px;
    margin-left: -510px;
  }
}

@media only screen and (max-width: 991px) {
  #header_menu {
    text-align: center;
    padding: 25px 15px 10px;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }

  #header_menu img {
    height: 30px !important;
    width: auto !important;
  }

  @media only screen and (max-width: 991px) {
    #header_menu img {
      height: 30px !important;
      width: auto !important;
      /* color: red; */
      background: #007bff;
    }
  }

  .main-menu ul > li.submenu > a:after {
    color: #444;
    top: 5px;
    right: 15px;
    font-size: 2rem;
    font-weight: 400;
  }

  .main-menu ul li a:hover,
  a.show-submenu-mega:hover,
  a.show-submenu:hover {
    color: #004dda !important;
    background-color: rgba(0, 77, 218, 0.05);
  }

  .main-menu ul li {
    border-bottom: 1px solid #ededed;
  }

  .main-menu ul li > a {
    padding: 15px;
  }

  .main-menu h3 {
    font-size: 12px;
    padding: 15px 15px 0;
    text-transform: uppercase;
  }

  .main-menu a,
  .main-menu li {
    display: block;
    color: #444 !important;
  }

  .main-menu ul li.submenu ul {
    border-left: 1px solid #ededed;
    margin: 0 0 15px 25px;
  }

  .main-menu ul li.submenu ul li {
    border: 0;
  }

  .main-menu ul li.submenu ul li a {
    padding: 10px;
  }

  .main-menu {
    overflow: auto;
    transform: translateX(-200%);
    top: 0;
    left: -110%;
    bottom: 0;
    width: 45%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    margin: 0;
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  @media (max-width: 991px) {
    .hamburger-btn {
      width: 31px;
      height: 25px;
      position: relative;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      margin-right: -19px;
    }
  }

  .main-menu.show {
    transform: translateX(0);
    left: 0;
  }

  .main-menu .show-submenu + ul,
  a.show-submenu-mega + .menu-wrapper {
    display: none;
    visibility: hidden;
  }
  @media (max-width: 991px) {
    .mobile-menu-container {
      display: block;
      position: absolute;
      top: 18px;
      right: 17px;
      z-index: 1000;
      margin-top: 40px;
    }
  }
  .main-menu a.show-submenu + ul.show_normal,
  a.show-submenu-mega + .menu-wrapper.show_mega {
    display: block;
    visibility: visible;
  }
}

.dropdown-cart .dropdown-menu ul li a figure img,
.top_panel .related .item_panel figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (min-width: 900px) {
  .top_panel.show {
    margin-top: 6%;
    width: 50%;
    margin-left: 25%;
    padding: 10px;
  }
}

@media screen and (max-width: 900px) {
  .top_panel.show {
    margin-top: 6%;
    width: 80%;
    margin-left: 25%;
    padding: 10px;
  }
}

@media only screen and (max-width: 580px) {
  .main-menu {
    width: 100%;
  }
}

.dropdown-cart .dropdown-menu {
  margin-left: -205px;
}

.dropdown-cart .dropdown-menu:before {
  right: 10%;
}

.dropdown-cart .dropdown-menu .total_drop {
  font-size: 1rem;
}

.dropdown-cart .dropdown-menu .total_drop strong {
  float: left;
}

.dropdown-cart .dropdown-menu .total_drop span {
  float: right;
  font-weight: 600;
}

.add_top_10,
.dropdown-cart .dropdown-menu .total_drop .btn_1,
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.dropdown-cart .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

#carousel-home,
#carousel-home .owl-carousel,
#carousel-home-2,
#carousel-home-2 .owl-carousel,
#sign-in-dialog .form-group,
.dropdown-cart .dropdown-menu ul li,
.mm-listview > li,
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}

.dropdown-cart .dropdown-menu ul li a.action {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
}

.dropdown-cart .dropdown-menu ul li a.action i {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.dropdown-cart .dropdown-menu ul li a.action i:hover {
  color: #1a1a1a;
}

.dropdown-cart .dropdown-menu ul li a {
  border-bottom: 1px solid #ededed;
  margin: 0 0 10px;
  padding: 0 15px 10px 60px;
  width: 100%;
  min-height: 60px;
  position: relative;
}

.dropdown-cart .dropdown-menu ul li a figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  border: 1px solid #ededed;
}

.dropdown-cart .dropdown-menu ul li a figure img {
  width: auto;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}

.dropdown-cart .dropdown-menu ul li a strong {
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-weight: 700;
}

.dropdown-cart .dropdown-menu ul li a strong span {
  display: block;
  font-weight: 400;
}

.dropdown-access .dropdown-menu {
  margin-left: -115px;
}

.dropdown-access .dropdown-menu:before {
  left: 50%;
}

.dropdown-access .dropdown-menu ul {
  margin: 15px -15px -15px;
  padding: 0;
}

.dropdown-access .dropdown-menu ul li {
  display: block;
  font-size: 0.875rem;
  border-top: 1px solid #ededed;
}

.dropdown-access .dropdown-menu ul li a {
  height: auto !important;
  color: #444 !important;
  border-left: 2px solid transparent;
  display: block;
  padding: 15px 15px 15px 50px !important;
  position: relative;
  line-height: 1;
}

.dropdown-access .dropdown-menu ul li a i {
  font-size: 1.3125rem;
  margin-right: 10px;
  position: absolute;
  top: 14px;
  left: 15px;
}

.dropdown-access .dropdown-menu ul li a:hover {
  border-left: 2px solid #004dda;
  color: #004dda !important;
  background-color: rgba(0, 77, 218, 0.04);
}

.search_mob_wp {
  padding: 10px 15px 0;
  display: none;
  width: 100%;
  position: relative;
  top: 5px;
}

.add_bottom_15,
.search_mob_wp .form-control {
  margin-bottom: 15px;
}

.categories.menu,
.container_check input:checked ~ .checkmark:after,
.grid_item:hover ul li,
.mm-menu.mm-offcanvas.mm-opened,
.mm-panel.mm-hasnavbar .mm-navbar,
.mm-panels > .mm-panel:not(.mm-hidden),
.mm-vertical li.mm-opened > .mm-panel,
.no-csspointerevents .nice-select.open .list,
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
html.mm-blocking #mm-blocker,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.menu ul {
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
}

.menu ul li {
  display: block;
  float: left;
}

.menu ul li > span a {
  display: block;
  position: relative;
  float: left;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
  text-decoration: none;
  height: 60px;
  line-height: 62px;
}

.menu ul li > span a .hamburger-box {
  top: 10px;
  margin-right: 10px;
}

.menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  z-index: 99;
}

.menu ul li ul li {
  display: block;
  width: 300px;
}

.menu ul li ul li ul ul {
  background: #fff;
  border-top: none;
  width: 300px;
  margin-left: -1px;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.175);
}

.menu ul li ul li ul,
.styled-select select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.menu ul li ul li ul ul:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: -2px;
  background-color: #004dda;
}

.menu ul li ul li a {
  text-transform: none;
  display: block;
  float: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  height: auto;
  padding: 0 10px 0 15px;
}

.menu ul li ul li a:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgba(0, 77, 218, 0.04);
}

.menu ul li ul li a.active,
.menu ul.expanded span a.active:hover {
  color: #004dda;
  background-color: rgba(0, 77, 218, 0.04);
}

.menu ul li ul li a.active:after,
.menu ul.expanded span a.active:hover:after {
  font-family: themify;
  content: "\e649";
  float: right;
  font-size: 1.3125rem;
  margin-top: 0;
  color: #004dda;
}

.menu ul li ul.expanded {
  width: 600px;
}

.menu ul li ul.expanded li {
  margin-right: 300px;
}

.menu ul li ul li ul {
  border-top: none;
  display: none;
  position: absolute;
  left: 300px;
  border-left: 1px solid #ddd;
  top: 0;
  height: 100%;
  background: 0 0;
  box-shadow: none;
}

.menu ul li ul li ul li a:hover:after {
  content: none;
}

ul li ul.fix_long {
  overflow: hidden;
  overflow-y: scroll;
}

ul li ul.fix_long:after {
  font-family: themify;
  content: "\e657";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
  font-size: 1rem;
}

header.version_2 .menu ul li > span > a.active .hamburger-inner,
header.version_2 .menu ul li > span > a.active .hamburger-inner::after,
header.version_2 .menu ul li > span > a.active .hamburger-inner::before,
header.version_2 .menu ul li > span > a:hover .hamburger-inner,
header.version_2 .menu ul li > span > a:hover .hamburger-inner::after,
header.version_2 .menu ul li > span > a:hover .hamburger-inner::before {
  background-color: #ff9;
}

header.version_2 .menu ul li ul li a {
  color: #444 !important;
}

header.version_2 .menu ul li ul li a:hover {
  color: #004dda !important;
}

header.version_2 .menu ul li ul {
  top: 98%;
}

header.version_2 .menu ul li ul li ul {
  top: 0;
}

.top_banner {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.top_banner .breadcrumbs ul li a {
  color: #fff;
  opacity: 0.6;
}

.top_banner .breadcrumbs ul li a:hover,
footer .contacts ul li a {
  color: #fff;
  opacity: 1;
}

.top_banner h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}

.top_banner img {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_banner.version_2 h1 {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.top_banner.general {
  height: 450px;
}

.top_banner.general h1 {
  color: #111;
  text-transform: none;
  font-size: 2.625rem;
  font-weight: 500;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: 0;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-zoom-in.mfp-removing.mfp-bg,
.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker,
.my-mfp-zoom-in.mfp-removing.mfp-bg,
.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.nice-select.right,
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.mm-panel.mm-highest,
.owl-carousel .owl-animated-out {
  z-index: 1;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.grid_item .price_box .old_price,
.grid_item a h3 {
  font-size: 0.875rem;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  -webkit-backface-visibility: visible;
}

.mfp-hide,
.mm-hidden {
  display: none !important;
}

.mm-wrapper,
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  display: block;
  padding: 0;
  position: absolute;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}

.mm-panels,
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-noanimation.mm-subopened,
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after,
.mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-breadcrumbs > a,
.rating em a {
  text-decoration: underline;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.grid_item .price_box,
.grid_item ul li {
  margin-bottom: 5px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#mm-blocker,
.feat ul,
.mm-listview .mm-next.mm-fullsubopen,
.nice-select.wide,
.popup_wrapper .popup_content.newsletter .content .wrapper {
  width: 100%;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-menu,
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker,
html.mm-background .mm-page {
  background: inherit;
}

#sign-in-dialog,
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu.mm-autoheight {
  -webkit-transition: height 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, height 0.4s, -webkit-transform 0.4s;
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

#carousel-home .static,
#carousel-home-2 .static {
  position: static;
}

#carousel-home .cover,
#carousel-home-2 .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: none !important;
  z-index: 2;
  opacity: 1 !important;
}

#carousel-home .owl-carousel .owl-slide,
#carousel-home-2 .owl-carousel .owl-slide {
  height: 500px;
  position: relative;
}

#carousel-home .owl-carousel .owl-slide-animated,
#carousel-home-2 .owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  -ms-transition: 50ms;
  transition: 50ms;
}

#carousel-home .owl-carousel .owl-slide-animated.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#carousel-home .owl-carousel .owl-slide-title.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  font-size: 29px;
}

#carousel-home .owl-carousel .owl-slide-cta.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

#carousel-home .owl-carousel .owl-dots,
#carousel-home-2 .owl-carousel .owl-dots {
  bottom: 15px;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.slide-text {
  font-size: 1.3125rem;
}

.new_price,
.old_price {
  font-size: 1rem;
  font-weight: 500;
}

.slide-text h2,
.slide-text h3 {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .main_title h1 {
    font-size: 2rem;
  }

  .main_title span {
    font-size: 2.8125rem;
  }

  .main_title p {
    font-size: 1.125rem;
    padding: 0;
  }

  .categories,
  .feat,
  .top_line.version_1 {
    display: none;
  }

  header ul.top_tools {
    float: none;
    width: 100%;
  }

  header ul.top_tools > li:nth-child(4),
  header ul.top_tools > li:nth-child(5) {
    display: inline-block;
  }

  header ul.top_tools > li:last-child {
    float: left;
    margin-left: 0;
  }

  header ul.top_tools > li a {
    height: 28px;
    line-height: 28px;
  }

  header ul.top_tools > li a.cart_bt strong {
    bottom: -3px;
  }

  header .main_nav {
    padding: 10px 0;
  }
  @media (max-width: 767px) {
    header .main_nav {
      padding: 0px 0;
    }
  }

  header.version_1 .main_header ul.top_tools,
  header.version_2 .main_header ul.top_tools {
    width: auto;
  }

  header.version_1 .main_header ul.top_tools > li:last-child,
  header.version_2 .main_header ul.top_tools > li:last-child {
    float: none;
  }
  header.version_1 .main_header ul.top_tools > li a,
  header.version_2 .main_header ul.top_tools > li a {
    line-height: 60px;
    height: 80px;
  }
  @media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools > li a,
    header.version_2 .main_header ul.top_tools > li a {
      line-height: 37px;
      height: 50px;
      margin-top: 5px;
    }
  }

  header.version_1 .main_header ul.top_tools > li a.cart_bt strong,
  header.version_2 .main_header ul.top_tools > li a.cart_bt strong {
    bottom: 10px;
  }

  .menu ul li ul li,
  .menu ul li ul.expanded {
    width: 100%;
  }

  .menu ul li ul li a.active:after,
  .menu ul.expanded span a.active:hover:after {
    transform: rotate(90deg);
  }

  .menu ul li ul.expanded li {
    margin-right: 0;
  }

  .menu ul li ul li ul {
    position: relative;
    left: 0;
    border-left: 0;
  }

  .top_banner {
    height: 200px;
  }

  .top_banner h1 {
    font-size: 1.375rem;
  }

  .top_banner.general {
    height: 300px;
  }

  .top_banner.general img {
    height: auto;
  }

  #carousel-home .owl-carousel .owl-slide,
  #carousel-home-2 .owl-carousel .owl-slide {
    height: 420px;
  }

  .slide-text h2,
  .slide-text h3 {
    font-size: 2.625rem;
  }
}

.slide-text strong {
  font-weight: 700;
  font-size: 1.75rem;
}

.feat ul li h3,
.grid_item ul {
  font-size: 1.125rem;
  padding: 0;
}

.pagination a:hover:not(.active),
.slide-text.black h2 {
  color: #000;
}

.mfp-preloader a,
.owl-next.disabled i:hover,
.owl-prev.disabled i:hover,
.rating {
  color: #ccc;
}

#carousel-home-2 .owl-carousel .owl-slide {
  height: 600px;
}

#carousel-home-2 .owl-carousel .owl-slide .static {
  position: static;
  flex-direction: column;
  height: 100%;
}

#carousel-home-2 .owl-item.active.center {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.feat {
  background-color: #f8f8f8;
  padding: 25px 0;
  margin-top: -25px;
}

.feat ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.feat ul li {
  width: 33%;
  border-right: 1px solid #ddd;
  display: inline-block;
  position: relative;
  text-align: center;
}

.feat ul li:last-child {
  border-right: 1px solid transparent;
}

.feat ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat ul li h3 {
  margin: 5px 0 0;
}

.feat ul li i {
  font-size: 2.25rem;
  margin: 0 20px 0 0;
  color: #004dda;
}

.feat ul li p {
  margin: 0;
}

.grid_item {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.grid_item figure {
  position: relative;
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.grid_item figure img:first-child {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}

.grid_item figure img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.grid_item figure:hover {
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

.grid_item figure:hover img {
  -webkit-transition: opacity 0.5s,
    -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.owl-theme .owl-dots .owl-dot span::before,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.grid_item figure:hover img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  transform: scale(1.05);
}

.grid_item ul {
  margin: 0;
  list-style: none;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  z-index: 2;
}

.grid_item ul li {
  animation: 0.1s both fadeIn;
  display: none;
  position: relative;
}

.grid_item ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 36px;
  height: 36px;
  color: #444;
  text-align: center;
  line-height: 40px;
  display: block;
  margin: 0;
  padding: 0;
}

.grid_item ul li:first-child {
  animation-delay: 50ms;
}

.grid_item ul li:nth-child(2) {
  animation-delay: 0.1s;
}

.grid_item ul li:nth-child(3) {
  animation-delay: 0.15s;
}

.grid_item a h3 {
  margin: 3px 0 0;
  color: #444;
  font-weight: 500;
  display: inline-block;
  font-size: 17px;
  margin-top: 10px;
}

.grid_item .rating {
  display: block;
  margin-bottom: 0;
}

.countdown:before,
.old_price,
.percentage,
.rating,
.rating em a {
  display: inline-block;
}

.rating {
  margin-bottom: 15px;
}

.rating i.voted {
  color: #fec348;
}

.rating i:before {
  margin: 2px;
}

.rating em a {
  color: #999;
  margin-left: 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.new_price {
  color: #004dda;
}

.old_price {
  color: #999;
  text-decoration: line-through;
  white-space: nowrap;
}

.tooltip {
  line-height: 1.3;
  font-size: 0.6875rem;
  font-weight: 500;
}

.countdown,
.percentage {
  background: #f33;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg,
.tooltip.show {
  opacity: 0.8;
}

.countdown {
  width: 100px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: 25px;
  z-index: 1;
  line-height: 23px;
  box-sizing: border-box;
  text-align: center;
}

.countdown:before {
  position: absolute;
  left: -15px;
  top: -6px;
  content: "";
  background: url(../img/countdown_bg.svg) top left no-repeat;
  width: 27px;
  height: 30px;
}

.percentage {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  position: relative;
  padding: 5px 5px 3px;
  top: -1px;
  margin-left: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: 0 0 !important;
  border: 2px solid #007bff;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  background: 0 0 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: 0.3s;
  border: 2px solid #ccc;
}

.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  background-color: #004dda !important;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.owl-next,
.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  display: block !important;
  background: #fff !important;
  line-height: 46px !important;
  border: 1px solid #ededed !important;
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-next i,
.owl-prev i {
  font-size: 1.3125rem;
  color: blue;
  font-weight: bolder;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
}

.numbers-row,
.search-input.white input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
}

.container_check .checkmark,
.search-input button[type="submit"] {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.layer-is-visible {
  opacity: 1;
  /* visibility: visible */
}

.search-input {
  padding: 0;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.add_top_5,
footer hr {
  margin-top: 5px;
}

.search-input input[type="text"] {
  width: 100%;
  height: 50px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #eee;
  padding: 15px;
}

.search-input button[type="submit"] {
  position: absolute;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
  top: 10px;
  right: 5px;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: 0 0;
}

.top_panel .header_panel label,
.top_panel .header_panel small {
  font-size: 0.9375rem;
  font-weight: 500;
}

.numbers-row {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: left !important;
}

.button_inc,
.opacity-mask,
.ribbon,
.ribbon:before {
  position: absolute;
}

#toTop,
.button_inc,
.ribbon,
input.qty2 {
  text-align: center;
}

input.qty2 {
  position: relative;
  width: 40px;
  height: 40px;
  left: 50%;
  background: 0 0;
  padding: 5px;
  border: none;
  margin-left: -20px;
}

input.qty2:focus {
  outline: 0;
  box-shadow: none;
}

.button_inc {
  cursor: pointer;
  width: 33px;
  height: 40px;
  line-height: 38px;
  z-index: 2;
  font-size: 1.625rem;
  font-weight: 300 !important;
  color: #999;
}

.dec {
  left: 0;
  top: 0;
}

.inc {
  right: 0;
  top: 0;
}

.opacity-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.ribbon {
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  left: 10px;
  line-height: 1;
  top: 10px;
  padding: 7px 10px;
  font-weight: 600;
  min-width: 45px;
  z-index: 1;
}

.ribbon:before {
  border-style: solid solid solid none;
  border-width: 9px 9px 9px 0;
  bottom: -15px;
  content: "";
  left: 0;
  width: 9px;
}

.ribbon.new {
  background-color: #0c0;
}

.ribbon.new:before {
  border-color: #0c0 transparent transparent;
  content: none !important;
  display: none !important;
}

.ribbon.hot {
  background-color: #0c0;
}

.ribbon.hot:before {
  border-color: #0c0 transparent transparent;
}

.ribbon.off {
  background-color: #0c0;
}

.container_check .checkmark,
.container_radio .checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  top: 0;
  position: absolute;
  left: 0;
}

.ribbon.off:before {
  border-color: #0c0 transparent transparent;
  content: none !important;
  display: none !important;
}

.box_general {
  padding: 25px 25px 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.container_check,
.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_check input:checked ~ .checkmark {
  background-color: #004dda;
  border: 1px solid transparent;
}

.container_check .checkmark {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_radio input {
  position: absolute;
  opacity: 0;
}

.container_radio input:checked ~ .checkmark:after,
.mfp-content:hover .mfp-arrow,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
footer .contacts ul li a:hover,
ul.additional_links li a:hover {
  opacity: 1;
}

.container_radio .checkmark {
  border: 1px solid #ddd;
  border-radius: 50%;
}

.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #004dda;
}

.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.small-gutters > [class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.form-control {
  padding: 10px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: calc(1.75em + 0.75rem + 2px);
}

.styled-select,
.styled-select select {
  height: 30px;
  color: #ccc;
  cursor: pointer;
}

.form-control:focus,
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
  width: max-content;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
}

.styled-select:after {
  font-family: themify;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select select {
  background: 0 0;
  width: 110%;
  padding-left: 10px;
  border: 0;
  box-shadow: none;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  outline: 0;
}

.styled-select select:focus {
  color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.top_panel {
  background-color: #fff;
  position: fixed;
  top: -400px;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

.top_panel.show {
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.top_panel .header_panel {
  position: relative;
  padding: 15px;
}

.top_panel .header_panel label {
  position: relative;
  padding-left: 30px;
}

.top_panel .header_panel label:before {
  font-family: themify;
  content: "\e64d";
  color: #6c3;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -7px;
}

.top_panel .header_panel a.btn_close_top_panel {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 1.5rem;
  top: 15px;
  right: 15px;
  color: #999;
  opacity: 0.8;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.top_panel .header_panel a.btn_close_top_panel:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  color: #444;
}

.top_panel .item {
  background-color: #f4f4f4;
  padding: 25px 0;
  min-height: 130px;
}

.top_panel .item .btn_panel {
  text-align: right;
  padding-top: 25px;
}

@media (max-width: 1199px) {
  header.version_1 .main_header ul.top_tools > li:nth-child(2),
  header.version_2 .main_header ul.top_tools > li:nth-child(2) {
    display: none;
  }

  .top_panel .item .btn_panel a {
    min-width: inherit;
  }
}

.top_panel .related {
  padding: 15px 0 20px 15px;
}

.top_panel .related h4 {
  font-size: 0.8125rem;
  color: #999;
  margin: 5px 0 15px;
}

.top_panel .related .item_panel a h5 {
  font-size: 0.875rem;
  padding-top: 5px;
  margin: 0 0 3px;
  font-weight: 400;
  color: #444;
}

.top_panel .related .item_panel figure {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
}

.top_panel .related .item_panel figure img {
  height: 60px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}

.top_panel .item_panel {
  position: relative;
  width: 100%;
}

.top_panel .item_panel figure {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0 15px 0 0;
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-sizing: content-box;
}

.top_panel .item_panel figure img {
  width: auto;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.top_panel .item_panel h4 {
  font-size: 1.125rem;
  margin: 0 0 3px;
  font-weight: 400;
  padding-top: 15px;
  color: #444;
}

#toTop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.3s;
  transform: scale(0.7);
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

#forgot_pw,
.divider span,
.nice-select,
.nice-select .list,
.popup_wrapper .popup_content {
  background-color: #fff;
}

#toTop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#toTop:after {
  font-family: themify;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-content {
  border: none !important;
  border-radius: 0 !important;
  padding: 25px;
}

.nice-select {
  border-radius: 3px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 34px;
  outline: 0;
  padding-left: 10px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #444;
  padding-top: 2px;
}

.mfp-arrow,
.mfp-wrap,
.my-toggle {
  outline: 0 !important;
}

.nice-select:after {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: 0.15s ease-in-out;
  width: 8px;
}

#forgot_pw,
.mfp-align-top .mfp-container:before,
.mfp-gallery .mfp-content .mfp-close,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-loading .mfp-arrow,
.mfp-s-ready .mfp-preloader,
.no-csspointerevents .nice-select .list {
  display: none;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #9e9e9e;
  color: #757575;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 13px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-19px);
  transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 99;
}

.pagination a:before,
.popup_wrapper .popup_content {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
  min-height: 32px;
  outline: 0;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: 0.2s;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #757575;
  cursor: default;
}

.add_bottom_10 {
  margin-bottom: 10px;
}

.add_bottom_25 {
  margin-bottom: 25px;
  margin-left: -318px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.padding_bottom_35 {
  padding-bottom: 35px;
}

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_30_5 {
  padding-top: 30px;
  padding-bottom: 5px;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

.margin_90_65 {
  padding-top: 90px;
  padding-bottom: 65px;
}

.margin_90_0 {
  padding-top: 90px;
  padding-bottom: 0;
}

#sign-in-dialog {
  padding: 0 30px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#sign-in-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before {
  font-size: 16px;
  font-family: themify;
  content: "\e646";
}

.modal_header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px;
  margin-bottom: 30px;
}

.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-in-dialog .form-group > i {
  font-size: 1.3125rem;
  position: absolute;
  left: 10px;
  top: 32px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

.my-toggle {
  background: #fff;
  border: 0;
  cursor: pointer;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.my-toggle i {
  font-size: 0.875rem;
  position: static !important;
  color: #777;
}

.checkboxes label,
a#forgot {
  color: #999;
}

.my-toggle i:focus,
.my-toggle i:hover {
  color: #555;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

a#forgot {
  font-weight: 500;
}

#forgot_pw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 100%;
  padding: 15px;
}

.sign-in-wrapper {
  position: relative;
  height: 100%;
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: themify;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff;
}

a.social_bt.facebook {
  background-color: #3b5998;
}

a.social_bt.google {
  background-color: #dc4e41;
}

a.social_bt.google:before {
  content: "\e73e";
  top: 12px;
}

.divider {
  text-align: center;
  height: 1px;
  margin: 20px 0;
  background-color: #ededed;
}

.divider span {
  position: relative;
  top: -20px;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

.popup_wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}

.popup_wrapper .popup_content {
  right: 0;
  width: 500px;
}

.popup_wrapper .popup_content.newsletter {
  width: 800px;
}

.popup_wrapper .popup_content.newsletter figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: -1;
}

.popup_wrapper .popup_content.newsletter figure img {
  height: 100%;
  width: auto;
}

.popup_wrapper .popup_content.newsletter .content {
  height: 100%;
  padding: 120px 60px;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.popup_wrapper .popup_content.newsletter .content .wrapper h3 {
  font-size: 1.3125rem;
  margin-top: 25px;
}

.popup_wrapper .popup_close {
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #000;
  width: 53px;
  height: 25px;
  line-height: 27px;
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.popup_wrapper .popup_close:hover {
  background: #c00;
}

.clear:after,
.clear:before,
.pagination:after,
.pagination:before {
  content: "";
  display: table;
}

.clear:after,
.pagination:after {
  clear: both;
}

.pagination__wrapper {
  height: 50px;
  padding-top: 20px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ededed;
}

.pagination__wrapper.no_border {
  border-top: none;
}

.pagination__wrapper:before {
  top: -1px;
}

.pagination__wrapper:after {
  bottom: -1px;
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: block;
  float: left;
  padding: 5px;
}

.pagination a,
.pagination span {
  background: 0 0;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
}

.pagination a {
  outline: 0;
  position: relative;
  transition: 170ms linear;
}

.pagination a:before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  opacity: 0;
  transition: 170ms linear;
  width: 0;
}

#newsletter button[type="submit"],
footer h3 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  color: #fff;
}

.pagination a:hover:not(.active):before {
  animation: 510ms linear forwards hoverAnimation;
  height: 40px;
  width: 40px;
}

.pagination a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: default;
}

.pagination .next,
.pagination .prev {
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

footer {
  background-color: #172134;
  padding: 60px 0 35px;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.follow_us ul,
footer .contacts ul,
footer .links ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.follow_us {
  margin-top: -4px;
}

footer .contacts ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.8;
}

footer .contacts ul li i {
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
}
#newsletter {
  display: none;
}

footer h3 {
  font-size: 0.875rem;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}

footer .links ul li {
  margin-bottom: 8px;
  line-height: 1.2;
}

footer .links ul li a {
  position: relative;
  color: #fff;
  opacity: 0.8;
  display: inline-block;
}

footer .links ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #fff;
  opacity: 1;
}

footer .links ul li a:hover:after {
  opacity: 1;
  color: #fff;
}

footer .links ul li a:after {
  font-family: themify;
  content: "\e628";
  position: relative;
  margin-left: 5px;
  top: 2px;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#newsletter .loader {
  position: absolute;
  right: -22px;
  top: 10px;
  color: #ccc;
  font-size: 0.875rem;
  -webkit-animation: 2s linear infinite rotation;
  animation: 2s linear infinite rotation;
}

#cookie-bar.fixed,
.mfp-bg,
.mfp-wrap {
  z-index: 999999;
  position: fixed;
  left: 0;
  width: 100%;
}

#newsletter h6 {
  margin: 15px 0;
}

#newsletter input[type="email"] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ccc;
}

#newsletter input[type="email"]:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#newsletter button[type="submit"] {
  position: absolute;
  right: 0;
  font-size: 1.125rem;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #007bff;
  transition: 0.3s ease-in-out;
  outline: 0;
}

#newsletter button[type="submit"]:hover {
  background-color: #ffc107;
  color: #222;
}

.follow_us h5 {
  font-size: 1rem;
  margin: 35px 0 10px;
  color: #fff;
}

.follow_us ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.follow_us ul li a {
  display: block;
  color: #fff;
  opacity: 0.8;
  font-size: 1.125rem;
}

.follow_us ul li a img {
  width: 30px;
  height: 30px;
}

.follow_us ul li a:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  opacity: 1;
}

ul.footer-selector {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-selector li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .search-input input[type="text"],
  header .main_nav .custom-search-input input[type="text"] {
    padding-left: 15px;
  }

  .top_banner img {
    height: 200px;
    width: auto !important;
    max-width: inherit !important;
  }

  .countdown {
    margin-left: -45px;
    width: 90px;
  }

  .countdown:before {
    display: none;
  }

  .margin_60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  @media (max-width: 575px) {
    .margin_60 {
      padding-top: 30px;
      padding-bottom: 27px;
      margin-left: -434px;
    }
  }

  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  ul.footer-selector li:last-child {
    padding-top: 10px;
    clear: both;
    float: none;
    display: block !important;
  }
}

ul.additional_links {
  margin: 0;
  padding: 8px 0 0;
  color: #555;
  float: right;
  margin-top: -40px;
}

@media (max-width: 991px) {
  ul li ul.fix_long {
    overflow-y: auto;
  }

  .top_panel .related,
  ul li ul.fix_long:after {
    display: none;
  }

  .grid_item ul {
    position: relative;
    left: 0;
    right: inherit;
    margin-bottom: 10px;
    top: 0;
  }

  .grid_item ul li {
    animation: none;
    display: inline-block !important;
  }

  .products_carousel {
    margin-bottom: 20px;
  }

  .products_carousel .grid_item {
    margin-bottom: 0;
  }

  .top_panel .item .btn_panel {
    padding-top: 15px;
  }

  .top_panel .item_panel h4 {
    padding-top: 0;
    font-size: 0.9375rem;
  }

  ul.additional_links {
    float: none;
    margin-top: 10px;
  }
}

ul.additional_links li {
  display: inline-block;
  margin-right: 15px;
}

ul.additional_links li:first-child {
  margin-right: 20px;
}

ul.additional_links li:last-child:after {
  content: "";
}

ul.additional_links li span {
  color: #fff;
  opacity: 0.8;
}

ul.additional_links li a {
  color: #fff;
  opacity: 0.8;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eee;
  text-align: center;
  padding: 15px 0;
  font-size: 0.8125rem;
  font-weight: 500;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #32a067;
}

#cookie-bar .cb-enable:hover,
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #083487;
}

#cookie-bar .cb-disable {
  background: #900;
}

#cookie-bar .cb-disable:hover {
  background: #b00;
}

#cookie-bar .cb-policy {
  background: #004dda;
}

#cookie-bar.fixed {
  top: 0;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  .tooltip {
    visibility: hidden;
  }

  .top_panel .item .btn_panel {
    text-align: center;
  }

  .top_panel .item .btn_panel a {
    width: 49.2%;
  }

  .add_bottom_60 {
    margin-bottom: 30px;
  }

  .popup_wrapper .popup_content,
  .popup_wrapper .popup_content.newsletter {
    width: 300px;
  }

  .popup_wrapper .popup_content.newsletter .content {
    padding: 30px 30px 15px;
    height: auto;
  }

  footer {
    padding: 0 0 15px;
  }

  footer hr {
    border-color: transparent;
  }

  footer .contacts ul,
  footer .links ul {
    margin-top: 15px;
  }

  footer h3 {
    font-size: 0.8125rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 -15px;
    padding: 15px;
    display: block;
  }

  footer h3:after {
    font-family: themify;
    content: "\e61a";
    width: 20px;
    display: block;
    float: right;
  }

  footer h3.opened:after {
    content: "\e622";
  }

  #newsletter {
    margin-top: 20px;
  }

  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto auto 5px;
  }

  #cookie-bar {
    padding: 5px 0;
  }
}

.mfp-bg {
  top: 0;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap {
  top: -10px;
  height: 100%;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-arrow,
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-arrow,
button.mfp-close {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: absolute;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  right: 0;
  top: -40px;
}

button.mfp-close {
  width: 45px;
  height: 45px;
  top: -20px;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0;
  background-color: transparent;
  outline: 0;
  transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-close:before {
  font-family: themify;
  font-size: 29px;
  top: 4px;
  left: 50%;
  position: absolute;
  height: 10px;
  transition: 0.3s;
}

.mfp-counter {
  position: absolute;
  top: 0;
  font-size: 13px;
  line-height: 18px;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: themify;
  font-size: 32px;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\e64a";
  left: -1px;
  top: 0;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\e649";
  left: 1px;
  top: 0;
  position: relative;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty,
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}

.layer-is-visible {
  opacity: 0;
  /* visibility: visible; */
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
  /* Prevent horizontal scrolling */
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  /* Make container fluid */
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Adjust header for mobile */
  header .main_header {
    padding: 10px 0;
  }

  /* Make menu items stack vertically */
  .main-menu ul li {
    display: block;
    width: 100%;
  }

  /* Adjust menu text size */
  .main-menu ul li a {
    font-size: 16px !important;
    padding: 10px 15px !important;
  }

  /* Make images responsive */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Adjust carousel for mobile */
  #carousel-home .owl-carousel .owl-slide {
    height: auto;
    min-height: 300px;
  }

  /* Adjust grid items for mobile */
  .grid_item {
    margin-bottom: 20px;
  }

  /* Make buttons full width on mobile */
  .btn_1 {
    /* width: 35%; */
    margin-bottom: 10px;
  }

  /* Adjust footer for mobile */
  footer {
    padding: 20px 0;
  }

  footer .links ul li {
    display: block;
    margin-bottom: 10px;
  }

  /* Hide unnecessary elements on mobile */
  .desktop-only {
    display: none;
  }
}

/* Tablet Responsive Styles */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-menu ul li a {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }
}

/* Add viewport meta tag to HTML head */
@media (max-width: 767px) {
  meta[name="viewport"] {
    content: "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no";
  }
}

/* Mobile Responsive Footer Styles */
@media (max-width: 767px) {
  footer {
    padding: 20px 15px;
    width: 100%;
    overflow-x: hidden;
  }

  footer .container {
    padding: 0;
    width: 100%;
  }

  footer .row {
    margin: 0;
    width: 100%;
  }

  footer .col-lg-3,
  footer .col-md-3,
  footer .col-sm-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  footer h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  footer .links ul {
    padding: 0;
    margin: 0;
  }

  footer .links ul li {
    display: block;
    margin-bottom: 10px;
  }

  footer .links ul li a {
    font-size: 14px;
    padding: 5px 0;
  }

  footer .contacts ul {
    padding: 0;
    margin: 0;
  }

  footer .contacts ul li {
    margin-bottom: 10px;
    padding-left: 0;
  }

  footer .contacts ul li i {
    position: static;
    margin-right: 10px;
  }

  .follow_us {
    text-align: center;
  }

  .follow_us ul {
    justify-content: center;
    padding: 0;
  }

  .follow_us ul li {
    margin: 0 5px;
  }

  #newsletter {
    padding: 15px;
    margin: 0;
  }

  #newsletter input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  #newsletter button[type="submit"] {
    width: 100%;
  }

  ul.footer-selector {
    flex-direction: column;
    align-items: center;
  }

  ul.footer-selector li {
    margin: 5px 0;
  }

  ul.additional_links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  ul.additional_links li {
    margin: 5px 0;
    padding: 0;
  }

  @media (max-width: 767px) {
    ul.additional_links li {
      margin: 5px 0;
      padding: 0;
      margin-left: 17px;
    }
  }

  ul.additional_links li:after {
    display: none;
  }

  #cookie-bar {
    padding: 10px;
    text-align: center;
  }

  #cookie-bar p {
    margin-bottom: 10px;
  }

  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

/* Mobile Header Button Styles */
@media (max-width: 767px) {
  .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
  }

  .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .action-buttons .btn_1 {
    width: auto;
    min-width: 120px;
    margin: 0;
    padding: 8px 20px;
    font-size: 14px;
    text-align: center;
  }

  .btn_1.sell {
    background: #ffc107;
    color: #000;
  }

  .btn_1.buy {
    background: #ff1493;
    color: #fff;
  }

  .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
  }

  .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .social-icons .whatsapp-icon {
      background: #25d366;
      color: #fff;
    }

    .social-icons .youtube-icon {
      background: #ff0000;
      color: #fff;
    }

    .social-icons i {
      font-size: 20px;
    }
  }

  /* Product Card and Bid Button Styles for Mobile */
  @media (max-width: 767px) {
    .product-card {
      width: 100%;
      margin: 10px 0;
      padding: 15px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .product-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
    }

    .product-info {
      padding: 10px 0;
    }

    .product-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #333;
    }

    .product-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .brand-tag,
    .location-tag {
      font-size: 12px;
      padding: 3px 8px;
      border-radius: 4px;
      background: #f0f0f0;
      color: #666;
    }

    .bid-count {
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }

    .bid-now-btn {
      display: block;
      width: 100%;
      padding: 12px 20px;
      background: #007bff;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.3s ease;
      border: none;
      margin-top: 10px;
    }

    .bid-now-btn:hover {
      background: #0056b3;
      transform: translateY(-1px);
    }

    .product-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 10px;
      overflow-x: hidden;
    }

    /* Status Tags */
    .status-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
    }

    .status-new {
      background: #8e44ad;
    }

    .status-sale {
      background: #e74c3c;
    }

    /* Container Fixes */
    .container {
      padding-left: 15px;
      padding-right: 15px;
      overflow-x: hidden;
    }

    .row {
      margin-left: -7.5px;
      margin-right: -7.5px;
    }

    [class*="col-"] {
      padding-left: 7.5px;
      padding-right: 7.5px;
    }
  }

  /* Bid Now Button Styles */
  @media (max-width: 767px) {
    .bid-now-button {
      display: inline-block;
      width: auto;
      min-width: 120px;
      padding: 10px 20px;
      background: #007bff;
      color: #ffffff !important;
      text-align: center;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      margin: 10px auto;
      border: none;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

    .bid-now-button:hover {
      background: #0056b3;
      transform: translateX(-50%) translateY(-1px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 767px) {
      .bid-now-button {
        width: 100%;
        max-width: 200px;
        padding: 12px 24px;
        font-size: 16px;
        margin: 15px auto;
      }
    }

    /* Product Container Fixes */
    .product-container {
      padding: 10px;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
    }

    .product-item {
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .product-item img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .product-details {
      padding: 0 5px;
    }

    .product-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #333;
    }

    .bid-info {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }
  }

  /* Mobile Product Card and Bid Button Styles */
  @media (max-width: 767px) {
    .product-container {
      width: 100%;
      padding: 10px;
      margin: 0;
      overflow-x: hidden;
    }

    .product-item {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 15px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .product-image {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      border-radius: 6px;
    }

    .product-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
    }

    .product-title {
      font-size: 16px;
      font-weight: 600;
      margin: 5px 0;
      text-align: center;
    }

    .product-meta {
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 5px 0;
    }

    .brand-tag,
    .location-tag {
      font-size: 13px;
      padding: 4px 8px;
      background: #f0f0f0;
      border-radius: 4px;
      color: #666;
    }

    .bid-count {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      margin: 5px 0;
    }

    .bid-now-btn {
      display: inline-block;
      width: 80%;
      max-width: 200px;
      padding: 12px 0;
      margin: 10px auto;
      background: #007bff;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 25px;
      border: none;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .bid-now-btn:hover,
    .bid-now-btn:focus {
      background: #0056b3;
      transform: translateY(-1px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    /* Status Tags */
    .status-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      border-radius: 4px;
    }

    .status-new {
      background: #8e44ad;
    }

    .status-sale {
      background: #e74c3c;
    }

    /* Container Fixes */
    .row {
      margin: 0;
      padding: 0;
    }

    [class*="col-"] {
      padding: 0 7.5px;
    }

    /* Fix for horizontal scrolling */
    html,
    body {
      overflow-x: hidden;
      width: 100%;
    }

    .container {
      padding-left: 15px;
      padding-right: 15px;
      overflow-x: hidden;
    }
  }

  /* Mobile Product Card and Bid Button Styles - Updated */
  @media (max-width: 767px) {
    .product-item {
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .product-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .product-info {
      padding: 12px;
      text-align: center;
    }

    .product-meta {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
    }

    .brand-label {
      background: #0066ff;
      color: white;
      padding: 5px 15px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500;
    }

    .made-in {
      color: #666;
      font-size: 13px;
    }

    .product-title {
      font-size: 16px;
      font-weight: 600;
      margin: 8px 0;
      color: #333;
    }

    .bid-count {
      color: #444;
      font-size: 14px;
      margin-bottom: 10px;
    }

    /* Updated Bid Now Button Styles */
    .bid-now {
      display: block;
      width: 90%;
      max-width: 180px;
      margin: 10px auto;
      padding: 12px 0;
      background: #007bff;
      color: #fff !important;
      text-align: center;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 1;
    }

    .bid-now:active {
      transform: scale(0.98);
      background: #0056b3;
    }

    .bid-now:hover {
      background: #0056b3;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Status Tags */
    .status-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      z-index: 2;
    }

    .status-new {
      background: #8e44ad;
    }

    .status-sale {
      background: #e74c3c;
    }

    /* Container Fixes */
    .container {
      padding: 0 15px;
      overflow-x: hidden;
      max-width: 100%;
    }

    .row {
      margin: 0 -7.5px;
    }

    [class*="col-"] {
      padding: 0 7.5px;
    }

    /* Prevent horizontal scrolling */
    html,
    body {
      overflow-x: hidden;
      width: 100%;
      position: relative;
    }

    /* Grid Layout Fix */
    .product-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 10px 0;
    }
  }

  /* Bid Now Button Specific Fixes */
  @media (max-width: 767px) {
    .bid-now-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 0;
    }

    a.bid-now {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 140px;
      height: 40px;
      margin: 8px auto;
      background: #007bff;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      -webkit-tap-highlight-color: transparent;
      position: relative;
      z-index: 1;
      border: none;
      outline: none;
      cursor: pointer;
    }

    a.bid-now:active {
      transform: scale(0.95);
      background: #0056b3;
    }

    a.bid-now:hover {
      background: #0056b3;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Fix for touch area */
    a.bid-now::before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      z-index: -1;
    }

    /* Container overflow fix */
    .product-container {
      overflow: hidden;
      width: 100%;
      max-width: 100vw;
      padding: 0;
      margin: 0;
    }
  }

  @media (max-width: 767px) {
    .bid-now-wrapper {
      text-align: center;
      margin: 15px 0;
    }

    a.bid-now {
      display: inline-block;
      min-width: 120px;
      max-width: 200px;
      width: 100%;
      padding: 12px 24px;
      background: #007bff;
      color: #ffffff !important;
      text-align: center;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 auto;
      border: none;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

    a.bid-now:active {
      transform: translateX(-50%) scale(0.95);
      background: #0056b3;
    }

    a.bid-now:hover {
      background: #0056b3;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transform: translateX(-50%) translateY(-1px);
    }

    /* Fix for touch area */
    a.bid-now::before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      z-index: -1;
    }

    /* Container overflow fix */
    .product-container {
      overflow: hidden;
      width: 100%;
      max-width: 100vw;
      padding: 0;
      margin: 0;
    }
  }

  @media (max-width: 480px) {
    .bid-now-wrapper {
      margin: 10px 0;
    }

    a.bid-now {
      padding: 10px 20px;
      font-size: 14px;
      max-width: 180px;
    }
  }

  .mobile-menu-container {
    display: none;
  }

  @media (max-width: 991px) {
    .mobile-menu-container {
      display: block;
      position: absolute;
      top: 18px;
      right: 45px;
      z-index: 1000;
    }

    .hamburger-btn {
      width: 30px;
      height: 25px;
      position: relative;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }

    .hamburger-btn span {
      display: block;
      width: 100%;
      height: 3px;
      background: #007bff;
      position: absolute;
      left: 0;
      transition: all 0.3s;
    }
    @media (max-width: 991px) {
      .hamburger-btn span {
        display: block;
        width: 91%;
        height: 3px;
        background: #ffffff;
        position: absolute;
        left: 0;
        transition: all 0.3s;
        margin-top: 2px;
      }
    }

    .hamburger-btn span:first-child {
      top: 0;
    }

    .hamburger-btn span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
    }

    .hamburger-btn span:last-child {
      bottom: 0;
    }

    .hamburger-btn.active span:first-child {
      transform: rotate(45deg);
      top: 11px;
    }

    .hamburger-btn.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger-btn.active span:last-child {
      transform: rotate(-45deg);
      bottom: 11px;
    }

    .mobile-dropdown {
      position: absolute;
      top: 40px;
      right: 0;
      background: white;
      width: 250px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      display: none;
    }

    .mobile-dropdown.show {
      display: block;
    }

    .dropdown-header {
      padding: 15px;
      background: #007bff;
      color: white;
      font-weight: bold;
      border-radius: 8px 8px 0 0;
    }

    .dropdown-content {
      padding: 10px 0;
    }

    .dropdown-content a {
      display: block;
      padding: 12px 15px;
      color: #333;
      text-decoration: none;
      transition: background 0.3s;
    }

    .dropdown-content a:hover {
      background: #f5f5f5;
    }
  }

  @media (max-width: 991px) {
    .col-xl-3.col-lg-2.d-lg-flex {
      display: flex !important;
      justify-content: flex-start !important;
      align-items: center !important;
      margin-right: 159px !important;
      margin-left: 15px !important;
    }

    a[href="List-Your-Product1.html"] button,
    a[href="packaging-1.html"] button {
      font-size: 10px !important;
      padding: 8px 27px !important;
      font-weight: bold !important;
      margin-right: 4px !important;
    }
  }

  @media (max-width: 767px) {
    @media (max-width: 767px) {
      @media (max-width: 767px) {
        @media (max-width: 767px) {
          .container {
            padding: 0 15px;
            overflow-x: hidden;
            max-width: 109%;
            margin-left: -14px;
            width: max-content;
          }
        }
      }
    }
  }

  @media (max-width: 991px) {
    .mobile-buttons {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-right: 159px;
      margin-left: 15px;
    }

    .mobile-buttons a {
      text-decoration: none;
    }

    .mobile-buttons button {
      font-size: 12px !important;
      padding: 6px 12px !important;
      font-weight: bold !important;
      margin-right: 4px !important;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
    }

    .mobile-buttons button:hover {
      background-color: #0056b3;
    }

    /* Show buttons in mobile view */
    .col-xl-3.col-lg-2.d-lg-flex {
      display: flex !important;
      justify-content: flex-start;
      align-items: center;
    }

    .col-xl-3.col-lg-2.d-lg-flex a {
      text-decoration: none;
    }

    .col-xl-3.col-lg-2.d-lg-flex button {
      font-size: 10px !important;
      padding: 6px 12px !important;
      font-weight: bold !important;
      margin-right: 3px !important;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
    }
  }

  @media (max-width: 991px) {
    /* Hide WhatsApp icon in mobile view */
    .social-icons a[href*="whatsapp"],
    .social-icons a[href*="wa.me"],
    .social-icons a[href*="whatsapp.com"] {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
    }
  }

  @media (max-width: 991px) {
    /* Hide YouTube icon in mobile view */
    .social-icons a[href*="youtube"],
    .social-icons a[href*="youtu.be"] {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
    }
  }

  .brand-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2;
    max-width: 600px;
    margin-top: -16px;
    font-size: 4px;
  }

  .brand-box {
    flex: 1;
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 6px 0; /* reduced padding */
    font-size: 13px; /* reduced font size */
    font-family: sans-serif;
  }

  .brand-box:nth-child(2) {
    background-color: #f33;
  }

  /* Responsive for mobile */
  @media (max-width: 600px) {
    .brand-box {
      flex: 100%;
      width: 100%;
    }
  }

  .bid-action {
    display: flex;
    align-items: center;
    justify-content: center; /* center horizontally */
    gap: 10px;
    margin-top: 10px;
  }

  .bid-count {
    font-size: 18px; /* bigger font */
    font-weight: bold;
    color: #333;
  }

  @media (max-width: 480px) {
    .product-info-row {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  /* ✅ Responsive for mobile */
  .youtube.fab.fa-youtube.fa-lg {
    position: absolute;
    right: 7px;
    top: 30px;
    display: none;
    font-size: 26px;
  }
  @media (max-width: 576px) {
    .sell-button {
      font-size: 16px;
      padding: 20px 20px;
      width: 100%; /* full width on small screens */
      margin-right: 0;
      margin-top: 10px;
    }
    .youtube.fab.fa-youtube.fa-lg {
      display: block;
    }
  }
}
