/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
  font-family: "cocon regular", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  letter-spacing: 0.6px;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}
main {
  background: #fff;
}
.zoomLens {
  background: url("../../assets/img/zoom.png") repeat !important;
  border: none !important;
}
.main-container {
  background-color: #fff;
}
a {
  color: #000;
  text-decoration: none;
}
ul {
  margin-bottom: 0;
}
[disabled] {
  cursor: no-drop !important;
}
a:hover,
a:focus {
  color: #ffbb48;
  text-decoration: none;
  outline: none;
}
button:focus,
button:hover {
  color: #000;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
.owl-carousel {
  z-index: 0;
}
:focus {
  outline: none !important;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#wrapper {
  min-height: 350px;
}
.fancybox-skin {
  background-color: #fff;
  border-radius: 0;
}
#index #content-wrapper {
  padding: 0;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #2fb1ff;
  border-radius: 10px;
  outline: 1px solid slategrey;
}
.zoomWindow {
  top: 0 !important;
}
.f1 {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}
.f4 {
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
.label {
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.lang-flag {
  margin-top: -2px;
}
#wrapper,
#footer {
  box-shadow: none;
  display: block !important;
}
@media (max-width: 384px) {
  .fancybox-error {
    padding: 8px;
    white-space: unset;
  }
}
.m-img {
  padding: 5px;
}
/*loader start */
#index #loading-center-absolute {
  position: absolute;
  left: 0;
  height: 150px;
  width: 150px;
  right: 0;
  margin: 0 auto;
}
#index #page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 1.3s ease 0.3s;
  -o-transition: all 1.3s ease 0.3s;
  -webkit-transition: all 1.3s ease 0.3s;
  transition: all 1.3s ease 0.3s;
  overflow: hidden;
  margin: 0 auto;
}
#index #page-preloader.visible {
  opacity: 1;
  z-index: 100500;
  overflow: hidden;
}
#index #page-preloader .preloader {
  position: absolute;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  top: 45%;
}
#index #page-preloader.visible .preloader {
  opacity: 1;
}
.object {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: url("../../assets/img/loading.gif") 50% 50% no-repeat
    rgba(255, 255, 255, 1);
  /*  background-size: 100px; */
}
#page-preloader {
  display: none;
}
#index #page-preloader {
  display: block;
}
/* go to top */
#scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  z-index: 8;
  height: 32px;
  width: 32px;
  line-height: 30px;
  display: none;
  outline: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  background: #2fb1ff;
  color: #fff;
  font-size: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
#scroll:hover {
  background: #ffbb48;
}
/* go to top end */
/* add to cart modal */
#blockcart-modal .cart-content p span {
  color: #888;
  font-size: 14px;
}
#blockcart-modal .cart-products-count i {
  display: none;
}
.divide-right {
  padding-bottom: 20px;
}
.cart-content {
  background-color: #fff;
  padding: 0 15px 15px 15px;
  border-radius: 4px;
}
.mhr {
  margin: 0;
  padding: 10px 0;
}
#blockcart-modal .close {
  color: #000;
  padding: 15px;
}
.modprice {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#blockcart-modal .cart-products-count {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: 0.5px;
}
#blockcart-modal .cart-content-btn .btn {
  display: block;
  width: 100%;
  transition: 0.3s ease;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-size: 14px;
}

#blockcart-modal .modal-title {
  padding: 15px 15px;
}
#blockcart-modal .modal-body {
  padding: 15px 0;
}
.js-product-miniature {
  position: relative;
  white-space: nowrap;
}
/* cart modal over */
/* header */
.b-radius {
  border-radius: 4px;
}
svg {
  vertical-align: middle;
}
.header-nav {
  background: #2fb1ff;
  padding: 10px 0;
}
.header-nav .dropdown-menu {
  right: 0;
  left: auto;
}
.header-top {
  padding: 15px 0 1px;
  background: #ffffff;
}
.head-top {
  margin-bottom: 15px;
}
.display-menu {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
}
.wimg,
#_desktop_currency_selector button,
#_desktop_language_selector button,
#nav1-links {
  color: #8f8f8f;
  cursor: pointer;
  position: relative;
}
#_desktop_currency_selector button:hover,
#_desktop_language_selector button:hover,
.wimg:hover {
  color: #ffbb48;
}
#_desktop_cart {
  position: relative;
}
.user-info,
.blockcart {
  color: #2fb1ff;
  fill: #2fb1ff;
  text-align: center;
  cursor: pointer;
}
.blockcart svg {
  fill: #2fb1ff;
}
.user-down {
  padding: 10px 10px;
  line-height: 30px;
  width: 12rem;
  font-size: 14px;
  text-transform: capitalize;
}
.shop-c {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  color: #2fb1ff;
  font-weight: 500;
  transition: ease-in-out 0.15s;
}
.user-info:hover,
.blockcart:hover,
.user-info:hover .shop-c,
.blockcart:hover .shop-c,
.user-down li a:hover,
.user-down li a:hover span,
.blockcart:hover svg {
  color: #ffbb48;
  fill: #ffbb48;
}
/* #_desktop_user_info {
  margin: 0 40px;
} */
.blockcart .cart-c {
  position: absolute;
  right: -8px;
  background: #ffbb48;
  padding: 2px;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000;
  top: -6px;
}
@media (min-width:1368px) {
  .wbSearch {
    padding-left: 5rem;
  }
}
@media (max-width: 992px) {
  .logo {
    width: 100px;
  }
}
/*.logo,.contact-info-top{
    margin-top: 11px;
}*/
.contact-info-top {
  margin-top: 11px;
}
.logo {
  /* max-width: 240px; */
  width: 150px;
}

@media (min-width: 768px) {
  #_desktop_currency_selector button::after,
  #_desktop_currency_selector button::before {
    content: "|";
    color: #a9a9a9;
    padding: 0 10px;
    position: relative;
    left: -2px;
  }
}
/* static block */
.statm {
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.statm .statm-left li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.statm .statm-left li a:hover {
  color: #ffbb48;
}
.statm .statm-left li {
  padding: 0 15px;
}
.statm li {
  display: inline-block;
  position: relative;
}
@-moz-keyframes backgroundchange {
  0% {
    background: #fff;
  }
  50% {
    background: #ffbb48;
  }
  100% {
    background: #ffbb48;
  }
}
@-webkit-keyframes backgroundchange {
  0% {
    background: #fff;
  }
  50% {
    background: #ffbb48;
  }
  100% {
    background: #ffbb48;
  }
}
@-moz-keyframes colorchange {
  0% {
    color: #fff;
  }
  50% {
    color: #ffbb48;
  }
  100% {
    color: #ffbb48;
  }
}
@-webkit-keyframes colorchange {
  0% {
    color: #fff;
  }
  50% {
    color: #ffbb48;
  }
  100% {
    color: #ffbb48;
  }
}
.nav-span {
  margin: 0 15px;
}
.offerr-btn {
  background: #ffbb48;
  padding: 0px 8px;
  color: #000;
  text-transform: capitalize;
  border-radius: 3px;
  animation: backgroundchange 2s;
  -moz-animation: backgroundchange 2s infinite;
  -webkit-animation: backgroundchange 2s infinite;
  position: relative;
}
.offerr-btn::before {
  color: #ffbb48;
  animation: colorchange 2s;
  -moz-animation: colorchange 2s infinite;
  -webkit-animation: colorchange 2s infinite;
  content: "\f0da";
  font-family: fontawesome;
  font-size: 16px;
  bottom: 0;
  top: 0;
  align-items: center;
  display: flex;
  position: absolute;
  left: auto;
  right: -5px;
  margin: 0 auto;
  text-align: center;
}
.d-home-block span {
  margin: 0 5px;
}
.need-help {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}
.phno {
  font-size: 14px;
  color: #ffbb48;
  font-weight: 500;
}
.contact-info-top svg {
  display: inline-block;
  fill: #2fb1ff;
  position: relative;
  transition: ease-in-out 0.25s;
}
.deliveryinfo {
  margin: 50px 0;
}
.deliveryinfo li {
  display: inline-block;
  vertical-align: middle;
}
.deliveryinfo li:nth-child(1) {
  background-color: #fff;
  border-radius: 100%;
  min-width: 70px;
  min-height: 70px;
  transition: 0.3s ease;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  text-align: center;
  margin-right: 10px;
}
.deliveryinfo svg {
  margin-top: 19px;
}
.deliveryinfo h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px 0 5px;
  color: #000;
}
.deliveryinfo p {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  color: #5f5f5f;
}
.deliveryinfo [class*="col-"]:hover li:nth-child(1) {
  background: #f3f7f8;
}
/* testimonial */
#testi.owl-theme .owl-nav {
  position: unset;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
#testi.owl-theme .owl-nav .owl-prev,
#testi.owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 30px;
  width: 30px;
  color: #000;
  background: #fff;
  top: 48%;
  border-radius: 4px;
  cursor: pointer;
}
#testi.owl-theme .owl-nav .owl-prev:hover,
#testi.owl-theme .owl-nav .owl-next:hover {
  background: #ffbb48;
}
#testi.owl-theme .owl-nav .owl-prev::after {
  display: none;
}
#testi.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
#testi.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.testi-bg {
  background: #f8f8f8;
  padding: 50px 15px;
}
#testi {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#testi .item {
  max-width: 900px;
  margin: 0 auto;
}
.testi1,
.testi2,
.testi3 {
  background: url(../../assets/img/testi1.png);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
}
.content_test h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.content_test span {
  color: #838383;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.content_test svg {
  fill: #a2a2a2;
}
.content_test p {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 15px;
  letter-spacing: 1px;
}
/* static block end */
/* slider buttons */
.homeslider-container,
.center-b {
  position: relative;
}
.nivo-controlNav {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.nivo-controlNav a {
  cursor: pointer;
  text-indent: -99999px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 5px;
  z-index: 99;
  position: relative;
  border: 2px solid #fff;
}
.nivo-controlNav a.active {
  background-color: #ffbb48;
  border: 2px solid #ffbb48;
}
.nivo-directionNav {
  display: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid #ebebeb;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffbb48;
  border: 2px solid transparent;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -53px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  margin: 0;
  padding: 5px 0 1px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  opacity: 1;
  min-width: 30px;
  min-height: 30px;
  font-size: 16px;
  transition: 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid #ffbb48;
  background: #ffbb48;
  color: #fff;
}
.owl-theme .owl-nav .owl-next {
  margin: 0 0 0 10px;
}
/* product tab */
.heading {
  font-size: 18px;
  /* text-transform: capitalize; */
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.heading span {
  border-bottom: 1px solid #ffbb48;
  padding-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}
.pro-tab h1 {
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffbb48;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.pro-tab {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.home-tabs {
  background: #fff;
  border: 1px solid #e7e7e7;
}
.pro-tab.tabs .nav-tabs {
  border-bottom: none;
  text-align: right;
  margin-right: 100px;
}
.pro-tab.tabs ul li {
  position: relative;
  margin-top: 5px;
  display: inline-block;
}
.pro-tab.tabs ul li::after {
  content: "|";
  margin: 0 20px;
  color: #dddddd;
  position: relative;
  display: inline-block;
  right: 0;
}
.pro-tab.tabs ul li:last-child::after {
  display: none;
}

.wb-image-block {
  position: relative;
}
.thumbnail-container .wb-image-block img {
  width: auto;
}
.thumbnail-container .wb-image-block {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
.thumbnail-container:hover .second-img {
  opacity: 1;
}
.thumbnail-container .second-img {
  top: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.thumbnail-container .product-title a {
  color: #000;
  transition: all 0.4s ease 0s;
  font: 14px/18px "cocon regular", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.thumbnail-container .product-title {
  color: #000;
  text-overflow: ellipsis;
  text-transform: capitalize;
  overflow: hidden;
  /* white-space: nowrap; */
  transition: all 0.4s ease 0s;
  padding-bottom: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
}
.product-title a:hover,
.product-title:hover {
  color: #ffbb48;
}
.sale {
  background: #2fb1ff;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 10px 1px;
  position: absolute;
  top: 15px;
  /* left: 15px; */
  font-size: 12px;
  border-radius: 4px;
}
.product-price-and-shipping {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  min-height: 22px;
}
.product-price-and-shipping .price {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.regular-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 13px;
}
/* button group */
.button-group {
  margin: 10px 0;
}
.wb-image-block {
  position: relative;
}
.listds {
  display: none;
}
.button-group .wb-compare-content span,
.button-group .cartb .pcart {
  display: none;
}
.abs-btn-bg {
  background: #fff;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.button-group .abs-btn-bg .wish,
.button-group .abs-btn-bg .wb-compare-button,
.button-group .abs-btn-bg .cartb {
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0;
}
.button-group .abs-btn-bg .compare,
.button-group .abs-btn-bg .wishlist,
.button-group .abs-btn-bg .add-cart {
  display: inline-block;
}
.button-group svg {
  fill: #000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.button-group .abs-btn-bg .cartb::after,
.button-group .abs-btn-bg .cartb::before {
  content: "|";
  color: #ededed;
  position: relative;
  margin: 0 10px;
  top: 0px;
}
.abs-quick .quick:hover svg,
.button-group .abs-btn-bg .wish:hover svg,
.button-group .abs-btn-bg .wb-compare-button:hover svg,
.abs-quick .quick:focus svg,
.button-group .abs-btn-bg .wish:focus svg,
.button-group .abs-btn-bg .wb-compare-button:focus svg,
.button-group .abs-btn-bg .cartb:hover svg,
.button-group .abs-btn-bg .cartb:focus svg {
  fill: #ffbb48;
}
.abs-quick {
  position: absolute;
  right: 15px;
  top: 15px;
}
.product-thumbnail-container {
  border-radius: 4px;
}
#tab-content .owl-stage-outer ul li article:nth-child(1) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-thumbnail-container {
    margin: 10px 7px 0 7px;
  }
  .product-thumbnail-container:hover {
    z-index: 5;
    cursor: pointer;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
    margin: 10px 7px 0 7px;
    padding-bottom: 60px;
    margin-bottom: -60px;
    transition: all 0.5s ease-in-out;
  }
  .product-thumbnail-container .button-group {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .abs-quick {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .product-thumbnail-container:hover .button-group,
  .thumbnail-container:hover .abs-quick {
    opacity: 1;
  }
  .tab-content.tab-pro .owl-stage-outer,
  #owl-spe .owl-stage-outer,
  #owl-related .owl-stage-outer,
  #owl-view .owl-stage-outer,
  #owl-same .owl-stage-outer {
    padding-bottom: 70px;
  }
  .special-products,
  .wb-prod-cat {
    margin-top: 70px;
  }
  .home_blog_post_area {
    margin: 70px 0;
  }
}
/* category */
.wbCat-banner {
  display: none;
}
.catmenu .nav-tabs {
  margin-bottom: 20px;
}
.wb-prod-cat {
  margin-left: 0;
  margin-right: 0;
}
.catright {
  padding: 0;
}
.catmenu .nav-tabs .nav-link,
.view_cat a {
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding: 15.7px 15px;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 15px;
  color: #929292;
  transition: all 0.3s ease-in-out;
}
.catmenu .nav-tabs .nav-link:hover,
.view_cat a:hover {
  background: #ffbb48;
  color: #fff;
}
.owl-cat .button-group {
  position: unset;
  margin: 10px auto 0;
}

@media (min-width: 576px) {
  .catb {
    display: none;
  }
  .cate-r.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .catmenu .nav-tabs {
    position: absolute;
    left: 15px;
    right: 15px;
    background: #fff;
  }
}
/* banner effect */
.left-banner-append {
  margin-top: 25px;
}
.sub-img-banner {
  position: absolute;
  top: -240px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sub-img-banner {
  overflow: hidden;
  position: unset;
}
.sub-img-banner a {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sub-img-banner a img {
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  max-width: 100%;
  -ms-transition: all 0.9s ease 0s;
}
.sub-img-banner:hover a img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* effect over */

/* blog */
.post_title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 15px 0 10px 0;
}
.post_content p {
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 0;
}
.post_meta {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  margin-top: 15px;
}
.post_meta span {
  color: #7a7a7a;
  display: inline-block;
  transition: 0.3s ease;
}
.post_meta span i {
  margin: 0 5px;
}
.blog-name {
  margin-left: 10px;
}
.blog_post_content {
  padding: 10px;
}
.blog_mask .icon {
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffbb48;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  padding: 5px 0;
  margin: 0 5px;
}
.post_thumbnail {
  position: relative;
}
.post_thumbnail:hover .blog_mask {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: scale(0.94, 0.9);
}
.blog_mask .icon:hover {
  background-color: #ffbb48;
  color: #fff;
}
.blog_mask_content {
  position: absolute;
  left: 20px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
}
.blog_mask .icon i {
  vertical-align: middle;
}
.blog_mask {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  -webkit-transform: scale(0.8);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
}
.allbl {
  border: none;
  background: #fff;
  border-radius: 5px;
  margin-top: 15px;
}
.barr {
  padding: 0 15px;
}
.allbl .meta_author {
  color: #2fb1ff;
}
.allbl .post_meta span {
  margin: 0 10px;
}
.allbl .content_more {
  margin-top: 10px;
}
.allbl .post_content {
  color: #555;
  font-size: 13px;
  line-height: 23px;
}
.allbl .post_content p {
  font-size: 13px;
  margin-bottom: 0;
}
.allbl .content_more {
  padding: 0;
}
.allbl .post_title {
  padding: 0;
  min-height: auto;
  margin-bottom: 5px;
  font-size: 15px;
  margin-top: 0;
}
.archb .post_thumbnail {
  position: relative;
}
.archb .post_thumbnail .material-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.archb {
  margin-bottom: 10px;
}
#module-wbblog-single .post_title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  min-height: auto;
  margin-bottom: 15px;
}
#module-wbblog-single .blog_post_content_top {
  margin-top: 0;
}
#module-wbblog-archive .allbl {
  background-color: transparent;
}
#module-wbblog-archive .blog_post_content {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#module-wbblog-archive .content_more a {
  text-decoration: none;
}
#module-wbblog-single .page-footer {
  margin-top: 0;
}
#module-wbblog-single .blog_post_content {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 4px;
}
.blogdl {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
}
.post_d i {
  font-size: 14px;
  color: #aaa;
  margin-right: 10px;
}
.post_d a,
.post_d span {
  color: #aaa;
  transition: 0.3s ease;
  display: inline-block;
}
.post_d a:hover {
  color: #ffbb48;
}
.post_d .fa-eye {
  margin-left: 10px;
}
.post_d {
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 12px;
}
.post_metas li {
  display: inline-block;
}
.comment_list li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.comment_list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.allbl .meta_category {
  margin: 0 15px;
}
.wco {
  margin-left: 33px;
}
/* comment */
.commlist {
  background-color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.comment_content {
  padding: 10px 15px;
}
.fn {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 7px;
}
.vcard img {
  height: 61px;
  width: 61px;
}
.comment_content i {
  font-size: 18px;
  padding-right: 15px;
  line-height: 30px;
}
.wco {
  margin-left: 38px;
  position: relative;
  top: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #777;
}
/* footer */
.logos {
  border-top: 1px solid #dcdcdc;
  padding: 25px 0;
}
#footer {
  margin-top: 30px;
  background: #2fb1ff;
  opacity: 0.89;
}
.foot-top {
  padding: 35px 0 0 0;
}
.bestlc h5 {
  margin-bottom: 10px;
}
.links h3,
.links h3 a,
.c-info,
.block_newsletter h2 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffbb48;
  text-transform: uppercase;
}
.footer-container li a,
.fthr .block,
.fthr .data a,
#footer .lnk_wishlist,
.foot-link a,
.bestlc h5 {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  word-break: break-all;
  width: 100%;
  text-transform: capitalize;
  transition: ease-in-out 0.25s;
}
.footer-container li a:hover,
.fthr .block:hover,
.fthr .data a:hover,
#footer .lnk_wishlist:hover,
.foot-link a:hover {
  color: #ffbb48 !important;
  opacity: 1;
  transition: ease-in-out 0.25s;
}
li > a.social-link-class-change-color:hover {
  color: #fff !important;
}
#footer_contact .icon i {
  float: left;
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
  margin-right: 12px;
}
#footer_contact .data {
  padding-left: 25px;
}
.ebtn {
  width: 100%;
  margin-top: 15px;
  background: #ffbb48;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  line-height: unset;
  border-radius: 4px;
}
.bestrc > form > .ebtn:hover,
.bestrc > form > .ebtn:focus {
  background: #ffbb48 !important;
  color: #2fb1ff;
}
.pay {
  display: none;
}
.foot-payment li {
  display: inline-block;
  border-bottom: none !important;
  padding: 0 !important;
}
.foot-payment li i {
  font-size: 20px;
  color: #919191;
  padding: 0 4px;
  margin-top: 5px;
}
.foot-link a {
  color: #919191;
}
.foot-bottom {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0;
}
.foot-last {
  padding: 25px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* product page */
.tabpro {
  margin-top: 50px;
}
.js-thumb,
#zoom {
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.product-tab li a {
  padding: 10px 12px;
  font-weight: 500;
}
.arltr .wb-list-product-reviews,
#ratep,
.retesp {
  display: inline-block;
  margin-top: 0;
}
.arr {
  padding: 0 15px;
}
#description p {
  margin-bottom: 0;
  line-height: 22px;
}
#product .thumb-container {
  padding: 1px;
}
.product-manufacturer {
  margin-bottom: 15px;
}
.product-tab .tab-pane {
  padding: 15px;
}
.product-prices {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}
.prodes,
.product-variants .product-variants-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
  margin-bottom: 0;
}
.prodes p {
  margin-bottom: 0;
}
.product-actions {
  padding-bottom: 16px;
}
.propage hr {
  border-top: 1px solid #e7e7e7;
}
.social-sharing {
  margin-top: 15px;
}
.product-additional-info .buttons_bottom_block {
  margin-bottom: 15px;
}
.propage h1 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #2fb1ff;
  text-transform: capitalize;
  font-weight: 500;
}
.pcust {
  font-size: 12px;
}
.product-customization-item label {
  font-weight: 500;
  text-transform: capitalize;
}
.propage .control-label {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 8px;
  font-weight: 500;
}
.product-quantity .add {
  margin: 0 10px;
}
.product-variants > .product-variants-item ul li label {
  margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color {
  margin-top: 8px;
}
.wishlist_button_extra {
  padding: 8px 10px 7px 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
#idWishlist {
  border: 1px solid #e7e7e7;
  height: 33px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: capitalize;
  background: #fff
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=")
    no-repeat scroll right 0rem center/1.25rem 1.25rem;
  padding: 5px 15px 5px 5px;
  border-radius: 4px;
}
.product-add-to-cart .control-label {
  margin-top: 10px;
}
.product-tab .nav-item {
  display: inline-block;
}
.block-reassurance-item .h6 {
  font-size: 12px;
  color: #777;
  line-height: 20px;
}
.arltr a {
  /* text-transform: capitalize; */
  display: inline-block;
}
.arltr i {
  font-size: 16px;
  margin-right: 5px;
}
.propage .open-comment-form::after {
  content: "|";
  padding: 0 20px;
}
.product-tab {
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}

.product-tab .nav-tabs {
  border-bottom: 1px solid #e7e7e7;
}
.attachment h4,
.product-features .h6 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.social-sharing li {
  display: inline-block;
  border: 1px solid #e7e7e7;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
}
.data-sheet li {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-features .h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
}
.data-sheet .name {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 500;
  width: 125px;
}
.product-tab .nav-tabs .nav-item a.active::before {
  background-color: #000;
  height: 2px;
  width: 40px;
}
.product-tab .nav-tabs .nav-item a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  transition: all 0.4s ease-out 0s;
  width: 3px;
}
@media (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 15px;
  }
}
@media (max-width: 991px) {
  .view-product {
    margin-top: 30px;
  }
}
/* category page */
.quickview .product-add-to-cart {
  padding-top: 15px;
}
#category-description {
  padding: 10px 0;
}
.facet li {
  margin-top: 15px;
}
.facet-title {
  color: #ffbb48;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.facet-label a span {
  display: inline-block;
  position: absolute;
  right: 30px;
  font-size: 13px;
  color: #aaa;
  -webkit-margin-before: -5px;
  background: #f8f8f8;
  padding: 2px 0;
  text-align: center;
  min-width: 23px;
  min-height: 23px;
}
.facet-label {
  margin-bottom: 0;
}
#_desktop_search_filters_clear_all {
  margin-top: 15px;
}
.wb-grid-list {
  margin-top: 5px;
}
.total-products p {
  margin-bottom: 0;
  margin-top: 6px;
}
.products-sort-order .select-title {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 6px 5px 1px 5px;
  background-color: #2fb1ff;
  border-radius: 4px;
}
.products-sort-order i {
  position: relative;
  top: -1px;
}
#new-products .products-sort-order .select-title,
#best-sales .products-sort-order .select-title {
  font-size: 12px;
  letter-spacing: 0;
}
.products-sort-order .dropdown-menu {
  border: none;
  right: 0;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.lgrid svg {
  fill: #aaa;
  cursor: pointer;
  margin-right: 6px;
}
.products-sort-order,
.lgrid {
  padding: 0;
}
.wb-grid-list .selected svg {
  fill: #000;
}
.products-sort-order .select-list {
  display: block;
  padding: 2px 5px;
  line-height: 25px;
  margin: 0 5px;
  font-size: 14px;
}
.products-sort-order .select-list:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.page-content p {
  margin-bottom: 10px;
}
.sort-by {
  margin-top: 7px;
}
.listds {
  display: none;
}
.wb-product-list .listds {
  display: block;
}
.listds {
  font-size: 14px;
  color: #aaa;
  line-height: 22px;
}
.bh,
.other-home-heading {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
}
.other-home-heading {
  text-align: center;
}
.wb-product-grid .product-thumbnail-container {
  border: 1px solid #e7e7e7;
}
.wb-product-list .wb-image-block {
  padding: 0;
  border: 1px solid #e7e7e7;
  transition: none;
  border-radius: 4px;
}
#js-product-list .wb-product-grid {
  border: 1px solid #e7e7e7;
  margin: 0;
  background: #fff;
  border-radius: 4px;
}
#js-product-list .wb-product-list {
  margin: 0;
}
#js-product-list .wb-product-grid .item-product {
  padding: 0;
}
#js-product-list .wb-product-list .item-product {
  margin-bottom: 10px;
  padding: 0;
}
/* #js-product-list .wb-product-grid .item-product{
    border-right: 1px solid #e5e5e5;
} */

.wb-product-list .thumbnail-container {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
}
.wb-product-list .thumbnail-container .product-title {
  margin-bottom: 5px;
  margin-top: 10px;
}
.listds p {
  margin-bottom: 8px;
}
.wb-product-list .product-price-and-shipping {
  opacity: 1 !important;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .wb-product-list .wb-product-desc {
    text-align: left;
  }
  .wb-product-list .thumbnail-container .product-title {
    margin-left: 0;
    margin-right: 0;
  }
  .wb-product-list .abs-quick {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .wb-product-list .button-group {
    margin: 0;
    position: unset;
    opacity: 1;
  }
  #js-product-list .wb-product-grid {
    padding: 5px 5px 15px;
  }
}
@media (max-width: 991px) {
  #js-product-list .wb-product-grid {
    padding: 15px 10px 0;
  }
  #js-product-list .wb-product-grid article {
    margin: 0 5px 15px;
  }
}
@media (min-width: 1200px) {
  #search #js-product-list .wb-product-grid .item-product,
  #manufacturer #js-product-list .wb-product-grid .item-product {
    width: 20%;
  }
  #search #js-product-list .wb-product-list .item-product,
  #manufacturer #js-product-list .wb-product-list .item-product {
    width: 50%;
  }
}
/* category img */
#cat_tab .nav-item {
  display: block;
}
.subcategory-heading {
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
  font-weight: 500;
}
.subcategory-heading span {
  border-bottom: 2px solid #ffbb48;
  padding-bottom: 5px;
  display: inline-block;
}
#subcategories h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
#subcategories {
  margin-bottom: 20px;
}
#subcategories li {
  display: inline-block;
}
#subcategories img {
  border: 1px solid #e7e7e7;
}
#subcategories li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
}
#subcategories li .cati:hover::after,
#subcategories li .cati:hover::before {
  -webkit-transform: scale(1);
  z-index: 0;
}
#subcategories li .cati::after {
  border-top: 2px solid #ffbb48;
  border-right: 2px solid #ffbb48;
  -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before,
#subcategories li .cati::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
#subcategories li .cati::after {
  border-top: 2px solid #ffbb48;
  border-right: 2px solid #ffbb48;
  -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before {
  border-bottom: 2px solid #ffbb48;
  border-left: 2px solid #ffbb48;
  -webkit-transform-origin: 0 100%;
}
/* pagination */
.pagination {
  text-align: center;
  border: 1px solid #e7e7e7;
  background: #fff;
  text-transform: capitalize;
  padding: 7px 0;
  margin-top: 15px;
  border-radius: 4px;
}
.pagination i {
  font-size: 20px;
  margin-top: -2px;
}
.pagination .page-list li a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 6px 7px 4px 7px;
  width: 35px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 4px;
}
.pagination .page-list li a:hover,
.pagination .page-list li a:focus {
  background: #ffbb48;
  color: #fff;
}
.pagination .text-xs-left {
  line-height: 34px;
}
/* other pages */
.sitemap {
  /* border: 1px solid #e7e7e7;*/ /* i changed here */
  background: #fff;
  padding: 15px 0;
  border-radius: 4px;
}
#cms .page-cms h2,
#cms .page-cms h3,
#cms .page-cms h1 {
  font-size: 15px;
  margin-bottom: 10px;
}
.page-content.page-cms {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 4px;
}
.product-line-grid-body {
  line-height: 25px;
}
.page-header .heading,
#mywishlist .heading,
#view_wishlist .heading,
#module-wbfeature-productscompare .heading {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

#index .page-footer {
  margin-top: 0;
}
.page-footer {
  margin-top: 15px;
}
#history h6 {
  margin-bottom: 10px;
}
.new-wishlist .form-group {
  margin-bottom: 0;
}
/* responsive */
@media (min-width: 1200px) {
  #footer .foot-linkblock .wrapper::before,
  .block_newsletter::before {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 220px;
    top: 0px;
    left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1409px) {
  .deliveryinfo .col-xs-12 ul {
    text-align: center;
  }
  .deliveryinfo li:nth-child(1) {
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search_block_top #search_query_top {
    width: 60%;
  }
  #search_filters .facet .facet-label a,
  #search_filters_brands .facet .facet-label a,
  #search_filters_suppliers .facet .facet-label a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .wb-menu-vertical li.level-1 > a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .deliveryinfo,
  #wbProductsCateHome,
  .testim {
    margin: 30px 0;
  }
  .product-tab-item,
  .home_blog_post_area {
    margin-bottom: 30px;
  }
  /* sidenav */
  .close-nav span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
  body.active {
    overflow: hidden;
  }
  body.active::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
  }
  body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.06);
    clear: both;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .sidenav .close-nav {
    background-color: #252525;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
  }
  #mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
  }
  .close-nav i {
    font-size: 16px;
    color: #fff;
  }
  .mobile .navbar-toggle {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #2fb1ff;
    cursor: pointer;
    padding: 0;
  }
  #_mobile_logo {
    margin: 0 15px;
  }

  #_mobile_user_info,
  #_mobile_cart,
  #_mobile_search {
    position: relative;
    cursor: pointer;
  }
  #_mobile_language_selector {
    margin: 0 2px;
  }
  #_mobile_language_selector,
  #_mobile_currency_selector {
    border: 1px solid #e7e7e7;
    padding: 2px 3px 0px;
    display: none; /* i changed here */
  }
  #_mobile_language_selector .f1,
  #_mobile_currency_selector .f1 {
    font-size: 11px;
  }
  .user-down {
    min-width: 14rem;
  }
  .wimg {
    color: #000;
  }
  .header-top {
    padding: 15px 0;
  }
  #index .header-top {
    margin-bottom: 15px;
  }
  .deliveryinfo h4 {
    font-size: 14px;
  }
  .wbSearch {
    margin-top: 15px;
  }
  .wishl {
    width: 100%;
    display: block;
  }
  .arltr a {
    font-size: 12px;
  }
  .propage .open-comment-form::after {
    padding: 0 8px;
  }
  .label,
  label,
  .listds p {
    font-size: 12px;
  }
  .facet-label {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .pro-tab.tabs .nav-tabs {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .pro-tab.tabs ul li {
    font-size: 12px;
  }
  .pro-tab.tabs ul li::after {
    margin: 0 5px;
  }
  .block_newsletter {
    text-align: center;
    margin-top: 25px;
  }
  .links h3,
  .links h3 a,
  .c-info,
  .block_newsletter h2 {
    margin-bottom: 10px;
  }
  .block-social {
    margin-top: 10px;
    padding: 0 15px;
  }
  .foot-last .col-xs-12 {
    text-align: center;
  }
  .foot-top {
    padding: 30px 0;
  }
  .post_title {
    font-size: 13px;
  }
  .form-control-label {
    padding-top: 0;
  }
  .open-slidebar {
    margin: 100px 0px -100px;
  }
  .products-selection .filter-button {
    padding-left: 0;
  }
  .product-actions .add-to-cart {
    padding: 0 5px;
  }
  .quickview .modal-dialog {
    width: auto;
    margin: 30px 15px;
  }
  #category #search_filter_toggler {
    padding: 6px 0 5px;
    font-size: 14px;
  }
  .propage h1 {
    margin-top: 20px;
    font-size: 16px;
  }
  .arltr a,
  #description p,
  .prodes p,
  .attachment p,
  .product-variants .product-variants-item {
    font-size: 12px;
  }
  .product-tab li a {
    padding: 10px 3px;
    font-size: 11px;
  }
  #blockcart-modal .product-name {
    margin-top: 10px;
  }
  .facet-label {
    margin-bottom: 0;
  }
  .facet-label a span {
    padding: 0;
    position: unset;
    background: transparent;
    min-width: auto;
    min-height: auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .mobile .navbar-toggle {
    margin-top: 20px;
  }
  #_mobile_user_info {
    margin: 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .deliveryinfo p {
    letter-spacing: 0;
  }
  .deliveryinfo li:nth-child(1) {
    margin-right: 5px;
  }
  .deliveryinfo .col-xs-12:nth-child(1),
  .deliveryinfo .col-xs-12:nth-child(2) {
    margin-bottom: 15px;
  }

  .center-banner .ser-banner:nth-child(3) {
    display: none;
  }
  .post_meta {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  #_mobile_user_info {
    margin: 0 5px;
  }
  .logo {
    max-width: 145px;
    margin-top: 0;
  }
  .mobile .navbar-toggle {
    margin-top: 8px;
  }
  .deliveryinfo .col-xs-12 {
    margin-bottom: 15px;
  }
  .deliveryinfo .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .post_meta {
    font-size: 12px;
  }
  .center-banner .ser-banner {
    margin-bottom: 15px;
  }
  .center-banner .ser-banner:last-child {
    margin-bottom: 0;
  }
  .pagination .text-xs-left,
  .pagination .text-xs-right {
    text-align: center;
    width: 100%;
  }
  .sro {
    margin-top: 10px;
  }
  .post_metas li {
    font-size: 13px;
    letter-spacing: 0;
  }
  .prodes p,
  .product-variants .product-variants-item,
  .product-customization,
  .propage .control-label,
  .product-tab p,
  p,
  .listds p {
    font-size: 11px;
  }
  .btn-primary,
  .btn-secondary,
  .btn-tertiary,
  .btn-info {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .product-customization .custom-file {
    height: 35px;
    padding: 7px;
  }
  .title_block {
    font-size: 13px;
  }
  .rname,
  .breadcrumb li a {
    font-size: 12px;
  }
  .card-title {
    font-size: 15px;
    text-transform: capitalize;
  }
  .sro {
    margin-top: 10px;
  }

  .content_test p {
    line-height: 25px;
  }
  .product-quantity #quantity_wanted {
    width: 1.5rem;
  }
  .lc {
    margin-top: 15px;
  }
  .wb-product-list .wb-product-desc {
    margin-top: 10px;
  }
  .modal-body {
    padding: 10px;
  }
  #blockcart-modal .modal-title {
    font-size: 13px;
  }
  #js-product-list .wb-product-grid {
    padding: 0;
    border: none;
  }
  #js-product-list .wb-product-grid article {
    margin: 0 0 15px;
  }
  .wb-prod-cat {
    position: relative;
  }
  .wb-prod-cat .owl-nav {
    display: none;
  }
  .catb {
    position: absolute;
    right: 15px;
    top: 2px;
    background: #fff;
    color: #2fb1ff;
    padding: 0 !important;
  }
  .catb.toggle::after {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
  .catb.toggle.collapsed::after {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
}
@media (max-width: 1199px) {
  .quickview .mask {
    display: none;
  }
}
@media (min-width: 1200px) {
  .quickview .product-cover img {
    max-width: 650px;
  }
}

/*
 *
 *
 ****{custom css}****
 *
 *
 *
 */

/*********{nav1-links}*************/
.nav-superposition-custom {
  width: 100%;
}

.nav1 {
  margin: auto !important;
  padding: 0px !important;
}

.displaynav1 {
  display: inline;
  border-right: 2px solid #ffffffcf;
  margin-right: 6px;
  padding: 1px 0px 1px 0px;
}

.nav-links-align-custom-class {
  text-align: center;
}

a.nav-links-col-custom-class-change-1 {
  border-left: none !important;
}

/* a.nav-links-col-custom-class.nav-links-col-custom-class-change-1::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    position: inherit;  
    padding-left: 6px;
    top: 1px;
} */

button.nav-links-button-custom-class {
  padding: 0px 3px 0px 0px !important;
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
}

button.nav-links-button-custom-class:hover {
  color: #ffbb48 !important;
}

.open > button.nav-links-button-custom-class {
  color: #ffbb48 !important;
}

button.nav-links-button-custom-class-change-2 {
  background-color: transparent !important;
  color: white !important;
  padding: 0px 3px 0px 7px !important;
  border-left: 1px solid white !important;
  border-radius: 0;
}

button.nav-links-button-custom-class-change-2:hover {
  color: #2fb1ff !important;
}

.open > button.nav-links-button-custom-class-change-2 {
  color: #2fb1ff !important;
}

.nav-links-button-custom-class-transform-1-v1 {
  right: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #2fb1ff !important;
  border-top: 6px solid transparent !important;
  z-index: 1004;
  min-width: 17rem;
}
.nav-links-button-custom-class-transform-1-v2 {
  right: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #0e0e0ed1 !important;
  border-top: 5.5px solid transparent !important;
}

hr.nav-links-dropdown-hr {
  margin: 7px 0px 7px 0px !important;
  border-top: 1px solid #fff !important;
}

a.nav-links-col-custom-class {
  color: #fff !important;
  position: relative;
  display: block;
  font-size: 14px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0px 2px 0 7px;
  border-color: #fff;
  transition: 0.4s ease;
  letter-spacing: 1px;
}
li:first-child > a.nav-links-col-custom-class {
  border: none !important;
}

a.nav-links-col-custom-class-dropdown {
  border: none !important;
}

a.nav-links-col-custom-class:hover {
  color: #ffbb48 !important;
}

li.nav-links-li-custom-class {
  display: inline-block;
}

/*********{/nav1-links}************/

.bestlc2 {
  cursor: text !important;
  text-transform: none !important;
}

.colcustom2 {
  width: 63% !important;
}

.colcustom {
  width: 57.66667% !important;
}

.cadcss {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
}

/************{logo}************/
@media (max-width: 1366px) {
  .logo-responsive-custom {
    /* margin: 19px 0px 0px -77px; */
    margin: 20px 0 0 0;
  }
}

@media (min-width: 1367px) {
  .logo-responsive-custom {
    /* margin-left: -36%; */
    /* margin-top: 4%; */
  }
}

@media (max-width: 575px) {
  .logo-responsive-custom {
    margin: 0px;
  }
}
/************{/logo}************/

/*********{searchbar css}************/

@media (min-width: 1200px) {
  .search_block_top_custom {
    margin-left: 33px;
    margin-top: 10px !important;
  }
}

@media (max-width: 1366px) {
  .search_block_top_custom {
    margin-left: 0px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 1366px) {
  .col-xl-7-custom {
    margin-left: 4% !important;
  }
}

@media (max-width: 575px) {
  .search_block_top_custom {
    margin: 10px 0px 0px 0px !important;
  }
}

@media (max-width: 575px) {
  .col-xl-7-custom {
    margin: 0px !important;
  }
}
/*********{/searchbar css}***********/

.social-link-class-change-color {
  color: #737070 !important;
}

/*********{footer}***********/

.foot-link-change-color {
  opacity: 0.7;
  color: #fff !important;
}

/*#footer > h1, h2, h3, h4, h5, a, i, .foot-link-change-color a, div.data.ad {
    color:#ffbb48 !important;
}*/

@media (max-width: 767px) {
  .footer-container .links .h3 {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .footer-container:hover .links:hover .h3:hover {
    color: black !important;
  }
}

@media (max-width: 767px) {
  i.fa.fa-minus.remove {
    color: #fff;
  }
}

.links h3,
.links h4,
.block_newsletter h2 {
  color: #fff !important;
}

i.fa.fa-plus.add {
  color: #fff;
}

.custom-contact-footer {
  line-height: 23px;
}

/*********{/footer}***********/

/*********{/menu}***********/
ul.nav-links > li:hover {
  background-color: transparent !important;
}
.back-css-ex:hover {
  background-color: transparent !important;
}
.menu-svg {
  width: 35px;
  height: auto;
  fill: #2fb1ff;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.menu-svg:hover {
  fill: #ffbb48;
}
ul.dropdown-menu.user-down.dropdown-menu-right {
  z-index: 1003;
}

/* {menu-nav mobile} */

@media (max-width: 575px) {
  .nav-link-custom-mobile {
    display: block !important;
  }

  .nav-links-li-custom-class {
    display: block !important;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 15px;
    border-left: none !important;
    position: inherit;
    text-align: left;
    margin: 0px;
    top: 103px;
  }

  a.nav-links-col-custom-class,
  button.nav-links-button-custom-class-change-2,
  button.nav-links-button-custom-class {
    color: black !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-family: inherit;
  }

  a.nav-links-col-custom-class {
    padding: 0px 0px 0px 0px !important;
    border-left: none;
  }

  button.nav-links-button-custom-class-change-2 {
    display: block !important;
    padding: 0px 0px 0px 0px !important;
    float: none !important;
    border-left: none !important;
  }

  button.nav-links-button-custom-class {
    float: none !important;
  }

  .open > .nav-links-button-custom-class-transform-1-v1 {
    display: contents !important;
  }

  .dropdown-toggle,
  span.icon-drop-mobile2:after {
    display: contents;
    /* width: 0px; */
    height: 0;
    vertical-align: middle;
    line-height: 0px;
    position: absolute;
    right: 0;
    color: #222222;
    content: "\f067";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 12px;
  }

  span.icon-drop-mobile2 {
    margin-left: 10.6rem;
    right: auto;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 0;
    height: 40px;
    width: 40px;
  }

  span.icon-drop-mobile-v2 {
    margin-left: 8.5rem !important;
  }

  .dropdown-backdrop {
    display: none;
  }

  button.nav-links-button-custom-class:hover {
    color: #ffbb48 !important;
  }

  /* //animation */

  .nav-animation-custom-wp {
    display: block;

    flex-direction: column;
    transition: transform 3000ms ease-in;
  }
  .nav-animation-custom li {
  }
  .nav-animation-custom {
    display: block !important;
  }
}

/* ***********{menu ipadpro}**************** */
@media (width: 1024px) and (height: 1366px) {
  img.logo-responsive-custom {
    margin: 10px 0px 0px -15px;
    max-width: 200px;
  }
  .col-xl-7-custom {
    margin-left: 14% !important;
  }
  .wishlistheart-main-custom {
    margin-top: 0px !important;
  }
  .wbSearch {
    margin-top: -4px;
  }
}

/* ***********{menu ipad 1,2,2-3g,3}**************** */
/* {portrait mode} */
@media (width: 768px) and (height: 1024px) {
  .logo-responsive-custom,
  .col-xl-7-custom {
    margin: 0 !important;
  }
}
/* {[PAGE FAQ IPAD RATIO SCALE 1]} */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .ipad-custom {
    width: 100%;
  }
}

/* {landscape mode} */
@media (width: 1024px) and (height: 768px) {
  .wishlistheart-main-custom,
  .wbSearch {
    margin: 0 !important;
  }
  .col-xl-7-custom {
    margin-left: 14% !important;
  }
  .logo-responsive-custom {
    margin: 10px 0px 0px -32px;
    max-width: 220px;
  }
}

/* ***********{menu 1440p}**************** */
@media (width: 1440px) and (height: 900px) {
  .logo-responsive-custom {
    margin-left: -13%;
    margin-top: 9%;
  }
}

/* {* mobile-menu *} */
@media (max-width: 991px) {
  /* .display-menu-leo-custom {
    display: block;
    box-shadow: none;
  } */
  li.custom-size-static-link-menu > a {
    padding: 15px 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 960px) and (orientation: landscape) {
  .logo-responsive-custom,
  .col-xl-7-custom {
    margin: 0 !important;
  }
}

/* {leobootstrap menu mobile} */
@media (max-width: 800px) {
  .off-canvas-active {
    /* position: fixed !important; */
  }
  li.add-nav-megamenu {
    display: list-item !important;
  }
  .accueil-ico {
    display: none;
  }
}
.add-nav-megamenu {
  display: none !important;
}
.custom-fixed-mobile-menu {
  overflow-y: hidden;
}
.offcanvas-mainnav,
.custom-fixed-mobile-menu {
  height: 100%;
}
@media (min-width: 992px) {
  .leo-megamenu .navbar-nav > li {
    vertical-align: -webkit-baseline-middle !important;
  }
}
.home-ico {
  font-size: xx-large;
  color: #2fb1ff;
}
.leo-megamenu .navbar-nav {
  text-align: center;
}
.accueil-ico > a {
  padding: 24px 18px !important;
}
/*********{/menu}***********/

@media (max-width: 991px) {
  /* .display-menu-leo-custom {
    display: block;
    box-shadow: none;
  } */
  .special-products {
    padding: 14px 10px !important;
  }
}
span.custom-megamenu-price {
  padding-left: 10px;
}

/*********{cms-page}***********/

.custom-class-cms-9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "img para" "form form";
  background: radial-gradient(
    circle farthest-corner at 23% 40%,
    #2fb1ff -9%,
    rgba(243, 242, 229, 1) 90%
  ) !important;
}

.img-custom-cms-9 {
  width: 450px;
  padding: 0px 20px 0px 20px;
  grid-area: img;
  justify-self: center;
  align-self: center;
}
.para-custom-cms-9 {
  display: grid;
  padding: 20px 20px;
  flex-direction: unset;
  text-align: justify;
  grid-area: para;
  justify-self: center;
}
.form-custom-cms-9 {
  display: block;
  justify-items: center;
  align-self: center;
  grid-area: form;
  padding: 30px 20px 20px 20px;
}
.log-in-custom-cms-9 {
  grid-area: form;
  padding: 20px;
}
a.btn-a-custom-cms-9 {
  color: #484848;
}
a.btn-a-custom-cms-9:hover {
  color: black;
}

@media (max-width: 675px) {
  .img-custom-cms-9 {
    width: 100%;
    display: block;
  }
  .para-custom-cms-9,
  .custom-class-cms-9,
  .log-in-custom-cms-9 {
    display: block;
  }
}

/*********{/cms-page}***********/

/* 
 ***********{wishlist-heart}*************
 */

.wishlistheart-main-custom {
  margin-top: 10px;
}
.wishlistheart-custom-2 {
  margin-right: 13px;
  margin-top: 10px;
  display: inline;
}
.fa-heart-custom {
  -webkit-text-stroke: 1.5px #ffffff;
  display: inline-grid !important;
  font-size: 37px;
  position: relative;
  text-align: center;
  margin-right: 10px;
}
.span-o-custom-2 {
  font-weight: 500;
  font-family: "cocon regular", sans-serif;
  display: flex;
  font-size: 12px;
  margin-top: 3px;
  -webkit-text-stroke: 0px white;
}
.d-inline-block-custom {
  margin-right: 30px;
  display: inline;
}

/* {wishlist-mobile add to cart span text [WISHLIST MODULE]} */
@media (max-width: 675px) {
  .wish span {
    font-family: cocon regular;
    letter-spacing: -0.2px;
  }
}

/* icon fa-envelope [header] */
.fa-envelope-custom {
  -webkit-text-stroke: 1.3px white;
}
/* ***********{/wishlist-heart}************ */

.form-open-custom {
  display: block !important;
}
.form-close-custom {
  display: none !important;
}

/* {/identite?carte_fidelite css} */
.custom-css-carte {
  animation-name: bluefade;
  animation-duration: 2s;
}
@keyframes bluefade {
  from {
    background-color: #272727;
  }
  to {
    background-color: transparent;
  }
}

/* {catalog facet.tpl} */
.custom-checkbox-v2 {
  margin-left: -11px;
}

/* {facebook-login module} */
.custom-sociallogin-btn {
  margin: 0;
}
.custom-sociallogin-btn-div {
  float: none !important;
}

/* {wbimgbanner module} */
@media (max-width: 675px) {
  .custom-spacer-banner {
    margin-bottom: 30px;
  }
}
.custom-spacer-banner {
  margin-top: 50px;
}

/* {facebook icon catalog} */
i.custom-icon-fb-catalog {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: sub;
  padding-left: 10px;
}

.custom-fb-btn {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .custom-fb-btn-catalog {
    height: 0;
    padding: 0.8rem 0.5rem !important;
    display: inline-table;
  }
  .custom-fb-btn {
    padding-left: 0;
    padding-top: 10px;
  }
  .custom-container-catalog {
    display: grid !important;
    margin: 0 10px 0 12vw !important;
  }
}

/* {stores page} */
.custom-store-display-block {
  display: block !important;
}
.custom-store-toggle-none {
  display: none !important;
}
.custom-store-p {
  margin-bottom: 0 !important;
}
.custom-store-icons {
  color: transparent !important;
}
.custom-store-pic {
  display: block !important;
  text-align: center;
}

/* {img-banner responsive} */

/* @media (max-width: 577px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
} */

/* {twobrandglossary module [PAGE BRANDS]} */
.custom-border-brand {
  border-top: 1px solid #ccc;
}
ul.twovgloss_quad {
  margin-bottom: 0 !important;
  border-top: none !important;
}
.custom-twov_img {
  margin: 15px 0 15px !important;
}

/* {change visual of the creat acc or login tab[PAGE COMMANDE]} */
body#checkout a.active {
  color: #ffbb48 !important;
}

/* {breadcrumb-commande-fix mobile [PAGE COMMANDE]} */
@media (max-width: 912px) {
  .breadcrumb-commande-fix {
    float: none;
  }

  /* {mvola [PAGE /module/mvola/payment]} */
  a.button_large {
    margin-top: 10px;
  }
}

/* {change visual of address form-fields [PAGE COMMANDE&&ADDRESS]} */
.stylize-custom {
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #1d1d1d;
  padding: 0.5rem 1rem;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0 !important;
  background: #1d1d1d;
  color: white;
}
.border-control {
  border-radius: 0px 4px 4px 0 !important;
  border-left-color: black !important;
}
.border-control:focus {
  border-left-color: black !important;
}
@media (max-width: 768px) {
  .stylize-custom {
    padding: 9px 1rem;
  }
  .border-control:focus {
    border-left-color: transparent !important;
  }
}
/* {@ detail fields} */
.detail-field {
  height: 100px;
}

/* modal contact */
.modal-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img content";
  background: #2fb1ff;
  border-radius: 4px;
}
.modal-center {
  grid-area: content;
  padding: 10px;
}
.modal-h4 {
  margin-top: 10%;
  float: left;
  font-size: 25px;
  color: #fff;
}
.modal-content-01 {
  display: inline-block;
  float: left;
  margin-top: 30px;
  background: transparent;
}
.modal-para {
  font-size: 1rem;
  color: black;
  margin-bottom: 0.5rem;
  color: #fff;
}
.modal-anchor {
  /* padding: .5rem 4.5rem; if relatively small phonenum */
  padding: 0.5rem 3rem;
  background: #fff;
  border-radius: 4px;
  color: #2fb1ff;
  transition: ease-in-out 0.25s;
}
.modal-anchor:hover {
  color: white;
  background-color: #ffbc4a !important;
}
.modal-img {
  grid-area: img;
  background: url(/img/500x500px-popup.png) no-repeat center;
  background-size: contain;
}

/* leo-menu-img */
img.age-img-menu {
  width: 255px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  img.age-img-menu {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* product page */
.product-parent-custom {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr;
  grid-template-areas:
    "pricetag"
    "label"
    "imagez";
}
.product-price-custom {
  grid-area: pricetag;
}
.anchor-price-product {
  display: none;
  grid-area: imagez;
}
.product-custom-label {
  grid-area: label;
}
.image-price-product {
  height: 140px;
  width: auto;
  margin-top: 20px;
}

/* ps_featuredproducts */
@media (min-width: 1200px) {
  .owl-itemz-fix {
    width: 25% !important;
  }
  .owl-stagez-js {
    width: 100% !important;
  }
}

/* wbConfig css */
/* .wb-search button.button-search, ul.tab_cates li.active, ul.tab_cates li:hover, .click-menu:hover, #header_menu:hover, .nav .click-nav:hover, #sticky_top:hover, .v-megamenu-title, #header_links li a:hover, .dropdown .expand-more:hover, #cart_block_top .cart_top_ajax a.view-cart:hover, .outer-slide [data-u="arrowleft"]:hover, a.slide-button, .title_center .title_block strong, ul.tab_cates li.active, ul.tab_cates li:hover, .owl-buttons [class^="carousel-"] span:hover, .horizontal_mode .quick-view:hover, .horizontal_mode .add-to-cart:hover, .horizontal_mode .category-product .add-to-cart:hover, #wb_newproductslider_block.horizontal_mode .quick-view:hover, .sale_product, .Brands-block-slider #wbbrandslider h4, .footer-newsletter .button-newletter:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn:hover, .btn-primary:active, .products-sort-order .select-list:hover, .products-sort-order .select-list.current, .products.horizontal_mode #box-product-list .quick-view:hover, .products.horizontal_mode #box-product-list .add-to-cart:hover, .pagination li a:hover, .pagination li.current:hover, .product-actions .add-to-cart, .owl-buttons [class^="carousel-"] span:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn:hover, .btn-primary:active, .cart-grid .cart-grid-body > a.label:hover, #blockcart-modal .cart-content .btn:hover, .modal-header .close:hover, .button_unique, #header .dropdown-menu li:hover, .outer-slide [data-u="arrowright"]:hover, ul.tab_2_cates li:hover, ul.tab_3_cates li:hover, ul.tab_4_cates li:hover, ul.tab_2_cates li.active, ul.tab_3_cates li.active, ul.tab_4_cates li.active, #products .item-product-list .right-product .discount-percentage-product, .has-discount .discount, #cms #cms-about-us .page-subheading, #cms #cms-about-us .cms-line .cms-line-comp, #back-top a {
  background-color: transparent !important;
} */
ul.user-down > li:hover {
  background-color: transparent !important;
}

li div.custom-contact-footer {
  cursor: auto;
  color: white !important;
}
div.custom-contact-footer:hover {
  color: white !important;
}

#_desktop_logo {
  padding-right: 0!important;
  padding-left: 0!important;
}

.flex-me-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 992px) {
  .flex-me-center.head-top {
    display: none !important;
  }
}

.icon-spacer {
  margin-right: 15px;
}

.icon-spacer i {
  font-size: 40px;
}

.icon-spacer:last-child i {
  margin-right: 0 !important;
}

#_desktop_user_info {
  margin-right: 10px;
}

.mobile .responsive-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=hashOut.css.map */