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

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v9/SLXGc1nY6HkvalIhTps.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v9/SLXLc1nY6Hkvalr-ao6L59Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v9/SLXLc1nY6Hkvalqaa46L59Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  body {
      font-family: 'Cairo', sans-serif !important;
      color: #000;
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      letter-spacing: 0.5px;
      background: #fff;
  }
  main{
      font-size: 0.875rem;
      background-color: #fff;
  }
  .lb-nav a{
      transition: none !important
  }
  a{
      color: #000;
      text-decoration: none;
      transition: 0.3s ease;
  }
  ul{
      margin-bottom: 0;
  }
  [disabled]{
      cursor: no-drop !important;
  }
  a:hover,a:focus,button:focus{
      color: #9ac100;
      text-decoration: none;
      outline: none;
  }
  .owl-carousel{
       z-index: 0;
  }
  :focus{
      outline: none;
  }
  .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;
  }
  svg{
      vertical-align: middle;
      transition: 0.3s ease
  }
  .owl-carousel .owl-item img {
      display: block;
      width: 100%;
  }
  .spwish{
      margin: 0 5px;
  }
  .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
      border-radius: 4px;
  }
  .ui-front li a span{
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: normal;
      text-transform: capitalize;
      color: #222;
      cursor: pointer;
  }
  .ui-state-focus, .ui-widget-content .ui-state-focus{
      border: none;
      background: transparent;
      background-image: none;
  }
  .ui-widget-content{
      border: 1px solid #eee !important;
  }
  .ui-front li:hover span, .ui-front li:focus span{
      color: #9ac100;
  }
  .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
      margin: 0;
  }
  #product_comparison .product-image-block img{
      max-width: 250px;
  }
  /* .fancybox-skin{
      border-radius:0;
  } */
  #index #content-wrapper{
      padding: 0
  }
  /*loader start */
  
  .s-panel{
      position: relative;
      background-color: #fff;
  }
  .s-panel .wrloader {
      background: url(../img/loader.gif) 50% 50% no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
  }
  .s-panel img{
      border-radius: 4px;
  }
  #bar{
      width: 0%;
      max-width: 100%;
      height: 3px;
      background: #9ac100;
      border-radius: 4px;
  }
  #progressBar{
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
  }
  /* add to cart modal */
  .cart-content-btn .btn-primary{
      width: 100%;
  }
  #blockcart-modal .cart-content .cart-content-btn {
      display: flex;
  }
  #blockcart-modal .cart-content p span{
      color: #333;
      font-weight: 600;
  }
  #blockcart-modal .cart-products-count i{
      margin-right: 10px;
  }
  .divide-right{
      padding-bottom: 20px;
  }
  .cart-content{
      background-color: #fff;
      padding: 0 15px 15px 15px;
      border-radius: 0 0 4px 4px;
  }
  .mhr{
      margin: 0;
      padding: 12px 0;
  }
  #blockcart-modal .close{
      padding: 15px;
  }
  .modprice .regular-price{
      font-size: 12px;
  }
  .modprice .product-price-and-shipping{
      margin-bottom: 0
  }
  .modprice{
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 4px;
  }
  #blockcart-modal .cart-products-count{
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 20px;
      display: inline-block;
  }
  #blockcart-modal .modal-title{
      padding: 15px 15px;font-weight: 600;
  }
  #blockcart-modal .modal-body{
      padding: 0;
      font-size: 14px;
  }
  .wb-modal .modal-content{
      margin: 0;
  }
  #blockcart-modal .modal-content{
      border-radius: 4px 4px 0 0
  }
  
  /* cart modal over */
  /* cart dropdown */
  #blockcart-modal .product-image{
      border: 1px solid #eee;
      border-radius: 4px;
  }
  .head-cart-drop {
      width: 300px;padding: 0;margin: 0;
      box-shadow: 0 0px 5px rgba(0,0,0,0.175);
      border: none;
      margin-top: 5px;
  }
  .cart-drop-table {
      max-height: 300px;
      overflow: auto;
  }
  .cart-det{
      padding: 10px;
  }
  .cart-det .no-items{
      margin: 0;
      color: #222;
  }
  .cart-img img{
      max-width: 70px;
  /*     border: 1px solid #eee; */
      border-radius: 4px;
  }
  .cart-name{
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 85%;
      margin-bottom: 5px;
  }
  .cart-drop-table li{
      vertical-align: top;
  }
  .cartclose{
      position: absolute;
      right: 0;
      top: 0;
  }
  .cart-down{
      position: relative;
      margin-bottom: 10px;
  }
  .qtyp li{
      display: block;
  }
  .qtyp li span{
      display: inline-block
  }
  .qtyp{
      width: 68%;
      margin: 0 3px;
  }
  .cdroptable{
      width: 100%;
  }
  .cdroptable td{
      border: 1px solid #eee;
      font-size: 13px;
      letter-spacing: 0.3px;
      padding: 5px 3px;
  }
  .cart-det .btn-primary{
      margin-top: 10px;
  }
  /* cart dropdown over */
  
  /* search */
  .dblock{
      display: block;
  }
  .dnone{
      display: none;
  }
  body.active-search .wbSearch {
      opacity: 1;
      transform: translateY(0);
  }
  .wbSearch{
      z-index: 9999;
      position: fixed;
      top: 0;
      right: 0;
      display: flex;
      background-color: rgba(18,18,18,.9);
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform: translateY(-100%);
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 24px;
  }
  .wbSearch .close-nav {
      color: #fff;
      display: inline-block;
      padding-left: 10px;
      line-height: 0;
      position: relative;
      top: 4px;
  }
  .wbSearch .close-nav i{
      font-size: 14px;
  }
  .wbSearch #search_block_top{
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
      width: 100%;
  }
  #searchbox.input-group{
      width: auto;
  }
  body.active-search .wbSearch #search_block_top{         
      animation: fadeInDown 0.3s 0.2s ease-out both;
  }
  #search_toggle{
      border: none;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      background: transparent;
      padding: 0;
      margin: 0;
  }
  .cart-c{
      color: #9ac100;
  }
  /* search over */
  
  /* topbar */
  /* .d-search,#search_block_top{
      display: inline-block;
      vertical-align: middle;
  } */
  #_desktop_currency_selector{
      border-left: 1px solid #e1e1e1;
      padding-left: 12px;
      margin-left: 12px;
  }
  .headcontact{
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px;
      color: #000
  }
  .cartdropd li{
      position: relative
  }
  .user-info h4,.cartdropd h4{
      font-size: 14px;
      text-transform: capitalize;
      color: #282828;
      font-weight: 600;
  }
  .svgbg{
      display: inline-block;
      vertical-align: middle;
  }
  .possvg{
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      text-align: center;
      display: flex;
      align-items: center;
  }
  #mywishlist td.wishlist_delete a{
      border-radius: 4px;
  }
  .headertbnr{
      background-color: #9ac100;
      padding: 8px 0;
  }
  .headertbnr p{
      color: #fff;
      margin-bottom: 0
  }
  .language-selector .dropdown-menu, .currency-selector .dropdown-menu{
      display: none;
  }
  .wb-cart-item-info .discount-percentage{font-size: 11px;}
      .fixed {
          position: fixed !important;
          z-index: 9;
          top: 0 !important;
          transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
          left: 0;
          right: 0;
          background-color: #fff !important;
      }
  .fixed .header-nav{
      padding: 10px 0;
  }
  .user-down{
      min-width: 13.4rem;
      line-height: 28px;
      padding: 10px 12px;
      text-transform: capitalize;
      margin: 0;
      letter-spacing: 0;
      box-shadow: 0 0px 5px rgba(0,0,0,0.175);
      border: none;
      font-weight: 600;
  }
  .user-down i{
      width: 17px;
  }
  .content_price.product-price-and-shipping{
      margin-top: 0;
  }
  #_desktop_user_info,#_desktop_cart{
      position: relative;cursor: pointer;
  }
  #_desktop_user_info{
      margin: 0 30px;
  }
  .cartdropd{
      position: relative
  }
  .search-toggle svg,.blockcart svg{
      cursor: pointer;
  }
  .wishtlist_top:hover svg,.hcom:hover svg,.cartdropd:hover svg,.user-info:hover svg,#search_toggle:hover svg{
      fill: #9ac100;
  }
  .hcart span{
      display: inline-block;
      vertical-align: middle;
  }
  #_desktop_logo a{
      display: inline-block;vertical-align: middle;
  }
  .search_widget{
      padding: 0
  }
  /* search over */
  /* custom menu */
.header-top {
	padding-right: 2%;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 2%;
	padding-bottom: 15px;
	padding-top: 22px;
}
  .htop{
      margin: 0;
      margin-bottom: 10px;
  }
  .headtleft{
      font-weight: 600;
  }
  .headtleft,.tright{
      margin-top: 15px;
  }
  /* menu */
  /* .wb-menu-vertical li.level-1 .wbIcon span,.view_more .dropdown-item span{
      position: absolute;
      left: 20px;
  } */
  .wb-menu-vertical .view_more{
      position: relative;
  }
  .view_more a {
      text-transform: uppercase;
      cursor: pointer;
      color: #9ac100;
  }
  /* slide btn */
  .slick-dotted.slick-slider {
      margin-bottom: 0;
  }
  .slidecap{
      position: absolute;
      top: 28%;
      margin: 0 130px;
      width: 700px;
      overflow: hidden;
  }
  .slidecap h2{
      font-size: 70px;
      text-transform: capitalize;
      font-weight: 700;
      margin: 0;
      transform: translateX(300px);
      opacity: 0;
      transition: opacity 0.3s 0.8s,-webkit-transform 0.5s 0.8s;
  }
  .slidecap p{
      font-size: 16px;
      line-height: 24px;
      margin: 10px 0;
      transform: translateX(-300px);
      opacity: 0;
      transition: opacity 0.5s 1s,-webkit-transform 0.5s 1s;
      color: #777
  }
  .slidecap .slidehref{
      transform: translateX(-300px);
      opacity: 0;
      transition: opacity 0.5s 1.2s,-webkit-transform 0.5s 1.2s;
      display: block
  }
  .slidecap .btn-primary{
      margin-top: 40px;
      padding: 12px 28px;
      text-transform: uppercase;
  }
  .homeslider-container .slick-current.slick-active .slidecap h5,.homeslider-container .slick-current.slick-active .slidecap h2,.homeslider-container .slick-current.slick-active .slidecap p,
  .homeslider-container .slick-current.slick-active .slidecap .slidehref{
      transform: none;
      opacity: 1
  }
  .homeslider-container .owl-theme .owl-controls .owl-buttons{
      position: unset;margin: 0
  }
  .s-panel .slick-dots li button::before, .s-panel .slick-dots li.slick-active button::before {
      background-color: #9ac100;
      color: #9ac100;
      width: 22px;
      height: 22px;
      border-radius: 100%;
      border: 3px solid #fff;
  }
  .s-panel .slick-dots{
      bottom: 15px;
  }
  .homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div{
      position: absolute;
      background: #9ac100;
      text-shadow: none;
      border-radius: 100%;
      min-width: 40px;
      min-height: 40px;
      opacity: 0;
      color: #fff;
      padding: 7px 0;
      margin: 0;
      text-align: center;
      border: none;
  }
  .homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
      background-color: #000;
      color: #fff;
  }
  .homeslider-container .owl-theme.owl-carousel .owl-buttons div i {
      font-size: 24px;
      margin: 0;
  }
  .homeslider-container .owl-carousel.owl-theme:hover .owl-controls .owl-buttons div{
      opacity: 1;
  }
  .homeslider-container .owl-controls .owl-buttons .owl-prev,.homeslider-container .owl-controls .owl-buttons .owl-next{
      top: 45%;transition: 0.3s ease;
  }
  .homeslider-container .owl-carousel:hover .owl-buttons .owl-prev {
      left: 30px;
  }
  .homeslider-container .owl-carousel:hover .owl-buttons .owl-next {
      right: 30px;
  }
  
  .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      border-radius: 20px;
      background: #9ac100;
  }
  .owl-controls .owl-page.active span {
      background: #9ac100;opacity: 1;
  }
  .owl-controls .owl-page span {
      display: block;
      width: 11px;
      height: 11px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 20px;
  }
  .owl-controls .owl-page {
      display: inline-block;
  }
  .owl-pagination {
      text-align: center;
  }
  .homeslider-container .owl-pagination{
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0
  }
  .homeslider-container .owl-controls .owl-page{
      display: inline-block
  }
  
  .owl-carousel.owl-theme .owl-controls .owl-buttons div{
      margin: 0;
      margin-left: 5px;
      padding: 6px 0 0 0;
      background-color: #f5f5f5;
      transition: 0.3s ease;
      display: inline-block;
      text-align: center;
      border: none;
      border-radius: 4px;
      font-size: 22px;
      text-transform: uppercase;
      min-width: 36px;
      min-height: 36px;
      color: #000;
  }
  .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
      background-color: #9ac100;
      color: #fff;
  }
  .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover svg{
      fill: #fff;
  }
  .owl-carousel.owl-theme .owl-controls .owl-buttons div svg{
      width: 18px;
      height: 17px;
  }
  .owl-carousel .owl-buttons{
      position: absolute;
      right: 15px;
      top: -74px;
  }
  
  /* home page qty */
  .thumbnail-container .quantity {
      display: inline-block;
      float: none;
      border: 1px solid #e4e4e4;
      background-color: #fff;
      border-radius: 4px;
      padding: 0;
  }
  .atc_div.bootstrap-touchspin{
      float: none;
      text-align: center;
      margin-top: 8px;
  }
  .atc_div .form-control.atc_qty {
      color: #232323;
      background-color: #fff;
      height: 34px;
      width: 1.6rem;
      text-align: center;
      border: none;
      padding: .25rem .2rem;
      -moz-appearance: textfield;
      float: none !important;
      display: inline-block;
  }
  .atc_div .quantity-nav {
      color: #777;
      width: auto;
      display: inline-block;
      padding: 7px 4px;
      border: none;
      background: transparent;
      font-size: 12px;
      cursor: pointer;
  }
  .atc_div .quantity-button {
      display: block;
      float: none;
      width: 100%;
      max-width: 100%;
      margin-left: -1px;
      position: relative;
      height: 1.438rem;
      background-color: #fff;
      border: none;
      height: 1.125rem;
      border-radius: 5px;
      cursor: pointer;
  }
  .quantity-button i {
      font-size: 1rem;
      top: .125rem;
      left: .1875rem;
  }
  .quantity-button .touchspin-up::after {
      content: "\E5CE";
  }
  .quantity-button .touchspin-down::after {
      content: "\E5CF";
  }
  
  
  /*End  home page qty */
  /* product */
  .pro-tab ul li a{
      border-radius: 4px;
      text-transform: capitalize;
      font-size: 14px;
      position: relative;
      font-weight: 600;
      background: #f5f5f5;
      padding: 5px 15px;
      letter-spacing: 0.8px;
  }
  .pro-tab ul li a.active,.pro-tab ul li a:hover{
      background: #9ac100;
      color: #fff;
  }
  .pro-tab ul li{
      position: relative;
      margin-right: 20px;
  }
  .reducep{
      position: absolute;
      right: 0;
      top: 10px;
      margin: 0 auto;
      display: inline-block;
      text-transform: uppercase;
      line-height: normal;
      font-size: 11px;
      border: none;
      background: #9ac100;
      color: #fff;
      padding: 0 5px;
  }
  .reducep::before {
      position: absolute;
      top: 0;
      content: "";
      left: -10px;
      border-top: 5px solid #9ac100;
      border-right: 5px solid #9ac100;
      border-left: 5px solid transparent;
      border-bottom: 5px solid transparent;
  }
  .reducep::after {
      position: absolute;
      left: -10px;
      bottom: 0;
      content: "";
      border-bottom: 5px solid #9ac100;
      border-right: 5px solid #9ac100;
      border-left: 5px solid transparent;
      border-top: 5px solid transparent;
  }
  
  .sale{
      position: absolute;      margin: 0 nline-block;
      text-transform: uppercase;
      line-height: normal;
      font-size: 11px;
      border: none;
      background: #ec2c2c;
      color: #fff;
      padding: 0 3px;
  }

  .thumbnail-container .product-flags .new{
      position: absolute;
      left: 0;
      top: 10px;
      margin: 0 auto;
      display: inline-block;
      text-transform: uppercase;
      line-height: normal;
      font-size: 11px;
      border: none;
      background: #9ac100;
      color: #fff;
      padding: 0 3px;
  }
  .thumbnail-container .product-flags .new::before {
      position: absolute;
      top: 0;
      content: "";
      border-left: 5px solid #9ac100;
      border-top: 5px solid #9ac100;
      border-bottom: 5px solid transparent;
      border-right: 5px solid transparent;
      right: -10px;
  }
  .thumbnail-container .product-flags .new::after {
      position: absolute;
      right: -10px;
      bottom: 0;
      content: "";
      border-left: 5px solid #9ac100;
      border-bottom: 5px solid #9ac100;
      border-top: 5px solid transparent;
      border-right: 5px solid transparent;
  }
  .thumbnail-container .second-img{
      top: 0;
      left: 0;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: all 400ms ease-in-out 0s;
  }
  .thumbnail-container:hover .second-img{
      opacity: 1;
  }
  .wb-image-block{
      position: relative;overflow: hidden
  }
  .wb-image-block img{
      border-radius: 4px;
  }
  .owl-carousel .owl-item img{
      width: auto;
  }
  .productmcat {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #777;
      text-transform: capitalize;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
  }
  .thumbnail-container{
      position: relative;
      margin-bottom: 1px;
      overflow: hidden;
      transition: 0.3s ease;
      background-color: #f8f8f8;
      border-radius: 4px;
  }
  .product-tab-item .thumbnail-container{
      margin-bottom: 30px;
  }
  .product-tab-item .product-miniature:last-child .thumbnail-container{
      margin-bottom: 1px;
  }
  .product-title{
      font-size: 1rem;
      text-transform: capitalize;
      transition: 0.3s ease;
      letter-spacing: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 0 8px 0;
      font-weight: 600;
  }
  .product-title:hover,.product-title:hover a{
      color: #9ac100;
  }
  .thumbnail-container .product-price-and-shipping {
      min-height: 22px;
      transition: 0.3s ease-in-out;
  }
  .thumbnail-container .wb-product-desc{
      padding: 8px;
  }
  .price{
      font-size: 16px;
      letter-spacing: 0;
      font-weight: 700;
      display: inline-block;
  }
  .cartb{
      border: none;
      background: #9ac100;
      color: #fff;
      border-radius: 4px;
      height: 35px;
      padding: 0 8px;
      text-transform: capitalize;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s ease;
      margin: 0 5px;
  }
  .cartb:hover{
      background-color: #333;
      color: #fff;
  }
  .cartb svg{
      fill: #fff;
  }
  .thumbnail-container .button-group {
      position: absolute;
      left: 83%;
      right: auto;
      bottom: 88%;
      text-align: center;
      transition: 0.3s ease-in-out;
      opacity: 0;
  }
  .thumbnail-container:hover .button-group{
      opacity: 1
  }
  .thumbnail-container .button-group a,.thumbnail-container .button-group button{
      background-color: #fff;
      border: none;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 4px;
      text-align: center;
      transition: 0.3s ease;
      padding: 7px 0px;
      min-width: 36px;
      min-height: 36px;
      text-transform: capitalize;
      font-weight: 500;
      margin: 0 3px;
  }
  .thumbnail-container .button-group span{
      display: none;
  }
  .thumbnail-container .button-group .add-cart,.thumbnail-container .button-group .compare,.thumbnail-container .button-group .quick,.thumbnail-container .button-group .wish{
      vertical-align: middle;
      display: inline-block
  }
  .thumbnail-container .button-group a:hover,.thumbnail-container .button-group button:hover{
      background-color: #9ac100;
      color: #fff
  }
  .thumbnail-container .button-group a:hover svg,.thumbnail-container .button-group button:hover svg{
      fill: #fff;
  }
  .thumbnail-container .comments_note i,.thumbnail-container .star_content i{
      font-size: 13px;
  }
  .thumbrel{
      position: relative
  }
  /* toprated */
  .toprt .thumbnail-container .wb-product-desc{
      margin-top: 10px;
  }
  .toprt .thumbnail-container .product-price-and-shipping{
      margin-top: 5px;
  }
  .toprt .productmcat{
      position: unset;
      margin-bottom: 6px;
      display: inline-block;
  }
  .toprt{
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 50px 0
  }
  .toprt .heading{
      color: #fff;
  }
  .toprt .heading strong{
      color: #aaa;
  }
  .toprt .wb-image-block{
      padding: 0;
  }
  .toprt .thumbnail-container{
      margin-bottom: 30px;
  }
  .toprt .product-miniature:last-child .thumbnail-container{
      margin-bottom: 1px;
  }
  /* product category */
  .catpos{
      background-color: #fff;
      border-radius: 4px;
      padding: 0 20px;
  }
  .catpos li a{
      display: block;
      border-bottom: 1px solid #eee;
      padding: 18px 8px;
      text-transform: capitalize;
      font-size: 18px;
      color: #555;
  }
  .catpos li a.active,.catpos li a:hover{
      color: #9ac100;
  }
  .catpos li:last-child a{
      border-bottom: none
  }
  .cate-bg .cattab li.view_cat a i {
      transform: rotate(45deg);
      vertical-align: middle;
  }
  .cate-bg .cattab li.view_cat a{
      cursor: pointer
  }
  .catpos .icon_cat.float-xs-right {
      margin-top: -4px;
  }
  .tab-cate-pro .thumbnail-container .product-image-container{
      padding: 0
  }
  .tab-cate-pro .product-container.thumbnail-container {
      margin-top: 30px;
  }
  /* rating */
   .obar {
      background-color: #f5f5f5;
      width: 100px;
      border-radius: 5px;
      overflow: hidden;
      height: 16px;
      position: relative;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  }
  .ibar {
      background-color: #5FD841;
      width: 0;
      height: 100%;
  }
  .ibar.bar1 {
      width: 20%;
      background-color: #E84C3D;
  }
  .ibar.bar2 {
      width: 40%;
      background-color: #e67e22;
  }
  .ibar.bar3 {
      width: 60%;
      background-color: #f1c40f;
  }
  .ibar.bar4 {
      width: 80%;
      background-color: #96D940;
  }
  .ibar.bar5 {
      width: 100%;
      background-color: #5FD841;
  }
  .pro-review .starm {
      position: unset;
      transition: none;
      transform: none;
      width: auto;
  }
  .star-main {
      background-color: #f5f5f5;
      width: 100%;
      border-radius: 4px;
      overflow: hidden;
      height: 5px;
      position: relative;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
      top: -8px;
  }
  .total-avg {
      width: 150px;
      vertical-align: baseline;
      background-color: #f5f5f5;
      border-radius: 4px;
      height: 5px;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
      position: relative;
      top: 9px;
  }
  .rate-avg {
      position: absolute;
      background-color: #fff;
      box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
      padding: 10px;
      border-radius: 5px;
      z-index: 1;
      left: 15px;
      margin-top: 35px;
      opacity: 0;
  }
  .avg-rate:hover ~ .rate-avg{
      opacity: 1;
  }
  .rate-avg .num{
      width: 10px;
  }
  .avgt {
      font-size: 12px;
  }
  .rate-avg i{
      font-size: 10px;
  }
  .starm{
      height: 5px;
      transition: all 0.4s ease-in-out;
      width: 0px;
  }
  .arltr .avg-rate i{
      font-size: 12px;
      margin-right: 2px;
  }
  .d-inline-block.avg-rate{
      padding: 0 5px 1px 5px;
      border-radius: 4px;
  }
  .totl {
      color: #666;
      width: 12px;
      text-align: center;
      font-size: 12px;
  }
  #productCommentsBlock .rate-avg{
      opacity: 1;
      position: unset;
      margin-top: 0;
      box-shadow: none;
  }
  #productCommentsBlock .avgt{
      font-size: 32px;
  }
  .ratea{
      font-size: 22px;
  }
  .rateavg-bo,#productCommentsBlock .rate-avg{
      vertical-align: middle;
      margin-bottom: 20px;
  }
  
  .pro-review .avg-rate{
      padding: 0 8px;
  }
  .pro-review .avg-rate i{
      margin-left: 2px;color: #fff;
  }
  .pro-review strong{
      text-transform: capitalize;
  }
  .pro-review .starm.bar5 {background-color: #388e3c;}
  .pro-review .starm.bar4 { background-color: #388e3c;}
  .pro-review .starm.bar3 {background-color: #388e3c;}
  .pro-review .starm.bar2 {background-color: #ff9800;}
  .pro-review .starm.bar1 {background-color: #ff6161;}
  
  
  .avg-rate:hover ~ .rate-avg .starm.bar5 {background-color: #388e3c;}
  .avg-rate:hover ~ .rate-avg .starm.bar4 {background-color: #388e3c;}
  .avg-rate:hover ~ .rate-avg .starm.bar3 {background-color: #388e3c;}
  .avg-rate:hover ~ .rate-avg .starm.bar2 {background-color: #ff9800;}
  .avg-rate:hover ~ .rate-avg .starm.bar1 {background-color: #ff6161;}
  
  
  .starm{
      height: 5px;
      left: 0;
      position: absolute;
      width: 0;
      transform-origin: left center;
      transition: -webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
      transition: transform .4s cubic-bezier(0,0,.3,1) .3s;
      transition: transform .4s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
  }
  .avg-rate ~ .rate-avg .starm.bar5{
      transform: scaleX(0);
      transition: -webkit-transform 0s linear .2s;
      transition: transform 0s linear .2s;
      transition: transform 0s linear .2s,-webkit-transform 0s linear .2s
  }
  .avg-rate ~ .rate-avg .starm.bar4{
      transform: scaleX(0);
      transition: -webkit-transform 0s linear .3s;
      transition: transform 0s linear .3s;
      transition: transform 0s linear .3s,-webkit-transform 0s linear .3s
  }
  .avg-rate ~ .rate-avg .starm.bar3{
      transform: scaleX(0);
      transition: -webkit-transform 0s linear .4s;
      transition: transform 0s linear .4s;
      transition: transform 0s linear .4s,-webkit-transform 0s linear .4s
  }
  .avg-rate ~ .rate-avg .starm.bar2{
      transform: scaleX(0);
      transition: -webkit-transform 0s linear .5s;
      transition: transform 0s linear .5s;
      transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
  }
  .avg-rate ~ .rate-avg .starm.bar1{
      transform: scaleX(0);
      transition: -webkit-transform 0s linear .6s;
      transition: transform 0s linear .6s;
      transition: transform 0s linear .6s,-webkit-transform 0s linear .6s
  }
  .avg-rate:hover ~ .rate-avg .starm.bar5 {
      background-color: #388e3c; 
      transform: scaleX(1); 
      transition: transform .2s cubic-bezier(0,0,.2,1) .2s,-webkit-transform .2s cubic-bezier(0,0,.2,1) .2s
  }
  .avg-rate:hover ~ .rate-avg .starm.bar4 {
      background-color: #388e3c; 
      transform: scaleX(1); 
      transition: transform .3s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.3,1) .3s
  }
  .avg-rate:hover ~ .rate-avg .starm.bar3 {
      background-color: #388e3c; 
      transform: scaleX(1); 
      transition: transform .4s cubic-bezier(0,0,.4,1) .4s,-webkit-transform .4s cubic-bezier(0,0,.4,1) .4s
  }
  .avg-rate:hover ~ .rate-avg .starm.bar2 {
      background-color: #ff9800; 
      transform: scaleX(1); 
      transition: transform .5s cubic-bezier(0,0,.5,1) .5s,-webkit-transform .5s cubic-bezier(0,0,.5,1) .5s
  }
  .avg-rate:hover ~ .rate-avg .starm.bar1 {
      background-color: #ff6161; 
      transform: scaleX(1); 
      transition: transform .6s cubic-bezier(0,0,.6,1) .6s,-webkit-transform .6s cubic-bezier(0,0,.6,1) .6s
  }
  
  .pro-review {
      border: 1px solid #eee;
      background-color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 15px;
      border-radius: 4px;
  }
  .rhead,.block-category .bh{
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
  }
  .rhead span,.block-category .bh span{
      border-bottom: 2px solid #9ac100;
      padding-bottom: 8px;
      display: inline-block;
  }
  /* .avg-rate {
      display: inline-block;
      background-color: #219c00;
      color: #fff;
      border-radius: 4px;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 15px;
  } */
  .bg-re5 {background-color: #388e3c; color: #fff;}
  .bg-re4 {background-color: #388e3c; color: #fff;}
  .bg-re3 {background-color: #388e3c; color: #fff;}
  .bg-re2 {background-color: #ff9800; color: #fff;}
  .bg-re1 {background-color: #ff6161; color: #fff;}
  /* heading */
  .pro-tab{
      margin-bottom: 30px;
  }
  .pro-tab .heading{
      margin-bottom: 0
  }
  .heading{
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      position: relative;
      margin-bottom: 30px;
  }
  .heading span{
      display: block;
      vertical-align: middle;
      position: relative;
  }
  .heading strong{
      margin-top: 2px;
      font-size: 13px;
      line-height: normal;
      display: block;
      color: #333;
  }
  .thumbnail-container .obar {
      width: 100%;
      height: 10px;
  }
  .obar {
      background-color: #f5f5f5;
      width: 100px;
      border-radius: 4px;
      overflow: hidden;
      height: 16px;
      position: relative;
      vertical-align: middle;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  }
  .ibar {
      background-color: #5FD841;
      width: 0;
      height: 100%;
  }
  .ibar.bar1 {
      width: 20%;
      background-color: #E84C3D;
  }
  .ibar.bar2 {
      width: 40%;
      background-color: #e67e22;
  }
  .ibar.bar3 {
      width: 60%;
      background-color: #f1c40f;
  }
  .ibar.bar4 {
      width: 80%;
      background-color: #96D940;
  }
  .ibar.bar5 {
      width: 100%;
      background-color: #5FD841;
  }
  .pavilable .item-quantity{
      font-size: 12px;
  }
  /* service */
  .deliveryinfo{
      border: 1px solid #e1e1e1;
      margin-left: 0;
      margin-right: 0;
      padding: 38px 0;
  }
  .deliveryinfo li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 8px;
  }
  .deliveryinfo li span{
      display: inline-block;
      vertical-align: middle;
      transition: 0.3s ease;
  }
  .deliveryinfo li:last-child{
      width: 77%;
  }
  .deliveryinfo li h4{
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 8px;
  }
  .deliveryinfo li p{
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 12px;
  }
  .deliveryinfo ul svg{
      width: 40px;height: 40px;
  }
  /* testimonial */
  .t1 {
      background-image: url('../img/testi1.png');
  }
  .t2 {
      background-image: url('../img/testi2.png');
  }
  .t3 {
      background-image: url('../img/testi3.png');
  }
  .timg {
      width: 100px;
      height: 100px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      border-radius: 100%;
      border: 2px solid #9ac100;
      margin-bottom: 10px;
  }
  .parallex .item h2{
      font-size: 16px;
      text-transform: uppercase;
      color: #9ac100;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
  }
  .parallex .item h5{
      font-size: 14px;
      text-transform: capitalize;
      color: #777;
      display: inline-block;
      vertical-align: middle;
      font-weight: normal;
  }
  .parallex .item p{
      color: #333;
      margin-top: 15px;
      line-height: 21px;
  }
  .parallex .item{
      max-width: 1150px;
      margin: 0 auto;
  }
  /* category */
  #wb_cat_carousel.owl-carousel .owl-item img{
      width: auto;
  }
  .category-back .cless{
      padding: 0
  }
  .catbrpos{
      position: absolute;
      right: 20px;
      top: 120px;
      transition: 0.3s ease;
  }
  .categorybr h5 {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
  }
  .categorybr p {
      margin: 6px 0 0 0;
      font-size: 16px;
      text-transform: capitalize;
      color: #fff;
      font-weight: 600;
  }
  .categorybr {
      position: relative;
  }
  /* banner */
  .imgbnrtext h5{
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #777;
      margin: 0
  }
  .imgbnrtext h2{
      font-size: 50px;
      text-transform: capitalize;
      font-weight: 700;
      margin: 10px 0 25px 0;
  }
  .imgbnrtext p{
      margin: 0;
      letter-spacing: 1px;
      line-height: 24px;
  }
  .imgbnrtext .btn-primary{
      border: 1px solid #9ac100;
      background: #fff;
      color: #9ac100;
      padding: 10px 25px;
      margin-top: 40px;
  }
  .imgbnrtext .btn-primary:hover{
      background-color: #9ac100;
      color: #fff;
  }
  .imgbnrtext{
      margin-top: 60px;
  }
  /* blog */
  .wbblogs_success{
      background: #92d097;
      color: #157b39;
      padding: 5px 10px;
      display: block;
      margin-top: 8px;
  }
  .post_content p{
      color: #999;
      font-size: 14px;
      line-height: 21px;
      margin: 0 0 8px 0;
  }
  .blog_post_content_bottom .read_more i{
      transform: rotate(180deg);
      font-size: 14px;
      vertical-align: text-bottom;
  }
  .blogdt{
      margin-bottom: 8px;
  }
  .blog_post_content_bottom .read_more{
      display: inline-block;
      margin-top: 15px;
  }
  #blog .blog_post_content{
      box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
      margin-bottom: 5px;
  }
  #blog .blog_post_content_bottom{
      padding: 18px 20px;
  }
  .post_title{
      font-size: 22px;
      text-transform: capitalize;
      line-height: 28px;
      padding: 0 0 15px 0;
      font-weight: 600;
      overflow: hidden;
      height: 62px;
  }
  .post_title:hover{
      color: #9ac100;
  }
  .blogdt span{
      color: #666
  }
  .blog_mask .icon {
      transform: translate(-50%, -50%);
      background: #9ac100;
      display: inline-block;
      min-width: 35px;
      min-height: 35px;
      text-align: center;
      padding: 6px 0;
      margin: 0 5px;
      border-radius: 4px;
      color: #fff;
  }
  .post_thumbnail{
      position: relative
  }
  .post_thumbnail:hover .blog_mask{
      opacity: 1;
      visibility: visible;
      z-index: 1;
      border-radius: 4px;
      -webkit-transform: scale(0.94,0.9);
  }
  .blog_mask .icon:hover {
      background-color: #000;
      color: #fff;
  }
  .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;
      border-radius: 4px;
  }
  .blog_mask_content{
      position: absolute;
      left: 20px;
      right: 0;
      margin: 0 auto;
      text-align: center;
      top: 50%;
  }
  .wbblog_img{
      border-radius: 4px;
  }
  .allbl{
      padding: 15px 0 0 0;
      border: none;
      position: unset;
      margin: 0;
  }
  .barr{
      padding: 0 15px;
  }
  .allbl .meta_author{
      color: #222;
  }
  .allbl .post_meta span{
      margin: 0 10px;
  }
  .allbl .content_more{
      margin-top: 10px;
  }
  .allbl .post_content {
      color: #555;
      line-height: 23px;
      font-size: 14px;
  }
  .allbl .post_content p{
      margin-bottom: 0;
      margin-top: 0;
      color: #999;
  }
  .allbl .content_more{
      padding: 0;
  }
  .allbl .post_title{
      margin-bottom: 0;
      font-size: 16px;
      padding: 0;
      font-weight: 600;
      line-height: normal;
      border: none;
      height: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .archb .post_thumbnail{
      position: relative;
  }
  .archb .post_thumbnail .material-icons{
      position: absolute;
      right: 10px;
      bottom: 10px;
  }
  .archb{
      margin-bottom: 30px;
  }
  #module-wbblog-single .post_title{
      height: auto;
      font-size: 16px;
      text-transform: capitalize;
      margin-top: 10px;
      min-height: auto;
      margin-bottom: 8px;
      cursor: pointer;
      transition: 0.3s ease;
      border: none;
      font-weight: 600;
  }
  #module-wbblog-single .blog_post_content_top{
      margin-top: 0;
  }
  #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;
  }
  #blog_post .post_thumbnail img{
      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: #000;
  }
  .post_d .fa-eye{
      margin-left: 10px;
  }
  .post_d{
      margin-top: 10px;
      text-transform: capitalize;
      font-size: 13px;
  }
  .post_metas li{
      display: inline-block;
  }
  .comment_list li{
      border-bottom: 1px solid #eee;
      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 #eee;
  }
  .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: 12px;
      color: #777;
  }
  /* newsletter */
  .block_newsletter .alert{
      margin-top: 5px;
  }
  .block_newsletter h5{
      font-size: 30px;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
  }
  .block_newsletter h6{
      margin-bottom: 0;
      color: #999;
      margin-top: 10px;
  }
  .block_newsletter form .btn-primary{
      margin: 0 10px;
  }
  .block_newsletter{
      padding: 40px 15px;
  }
  /* footer */
  .newsftr{
      padding: 40px 0;
      max-width: 1200px;
      margin: 0 auto;
  }
  .newsftr li a{
      color: #ddd;
      position: relative;
      text-transform: capitalize;
  }
  .newsftr li a:hover{
      color: #9ac100
  }
  .newsftr li a::after{
      content: '|';
      margin: 0 8px;
      color: #ddd
  }
  .newsftr li:last-child a::after{
      display: none
  }
  #scroll {
      position: fixed;
      bottom: 60px;
      right: 20px;
      font-size: 18px;
      color: #fff;
      cursor: pointer;
      z-index: 2;
      background: #9ac100;
      min-width: 40px;
      min-height: 40px;
      overflow: hidden;
      display: block;
      text-align: center;
      opacity: 1;
      transition: all 0.5s ease-in-out 0s;
      transform: scale(1);
      padding: 10px 0;
      border-radius: 4px;
  }
  #scroll.scrollhide{
      bottom: -100px;
      opacity: 0;
      transform: scale(0); 
  }
  #scroll:hover{
      background-color: #000;
      color: #fff
  }
  .email{
      word-break: break-all;
  }
  #footer_contact .icon {
      margin-right: 15px;
  }
  .links h3, .links h3 a, .c-info{
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #fff;
  }
  .footer-container li a, .fthr .block, .fthr .data a,#footer #block_myaccount_infos .lnk_wishlist{
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 33px;
      color: #ddd;
      padding: 0;
      transition: 0.3s all ease-in-out
  }
  .footer-container li a:hover,.fthr .block:hover,.fthr .data a:hover,#footer #block_myaccount_infos .lnk_wishlist:hover{
      color: #9ac100;
      opacity: 1;
  }
  .footer-container {
      padding: 50px 0;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333;
  }
  #footer_contact .icon svg{
      fill: #9ac100
  }
  #footer .data {
      margin-left: 34px;
  }
  #footer #block_myaccount_infos .lnk_wishlist i{
      display: none
  }
  #footer #block_myaccount_infos .lnk_wishlist{
      float: none;padding: 0
  }
  .fthr h3{
      margin-top: 25px;
  }
  .block-social li,.foot-payment li,.footsmenu li{
      display: inline-block;vertical-align: middle
  }
  .foot-payment li a{
      font-size: 24px;
      color: #aaa;
  }
  .foot-payment li a:hover{
      color: #9ac100;
  }
  .foot-payment li i{
      margin: 0 5px;
      transition: 0.3s ease
  }
  .block-social{
      margin-top: 15px;
  }
  .block-social li a {
      line-height: normal;
      text-align: center;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      background-color: #ebebeb;
      min-width: 35px;
      min-height: 35px;
      padding: 3px 0 0 0;
      margin: 1px;
      border-radius: 4px;
      color: #777;
  }
  .block-social li a:hover {
      background-color: #9ac100;
      color: #fff !important;
  }
  #footer{
      margin-top: 60px;
      background-color: #000;
  }
  .copy{
      padding: 15px 0;
      border-top: 1px solid #333;
  }
  .copy a._blank{
      color: #fff;
      margin-bottom: 10px;
      display: block;
  }
  .copy a._blank:hover{
      color: #9ac100;
  }
  /* social follow */
  .facebook a::before {
      content: "\f09a";
      font-family: fontAwesome;
  }
  .twitter a::before {
      content: "\f099";
      font-family: fontAwesome;
  }
  .googleplus a::before {
      content: "\f0d5";
      font-family: fontAwesome;
  }
  .pinterest a::before {
      content: "\f231";
      font-family: fontAwesome;
  }
  .instagram a::before {
      content: "\f16d";
      font-family: fontAwesome;
  }
   .rss a::before {
      content: "\f09e";
      font-family: FontAwesome;
  }
  .youtube a::before {
      content: "\f167";
      font-family: FontAwesome;
  }
  .vimeo a::before {
      content: "\f27d";
      font-family: FontAwesome;
  }
  .snapchat a::before {
      content: "\f2ab";
      font-family: FontAwesome;
  }
  .linkedin a::before {
      content: "\f0e1";
      font-family: FontAwesome;
  }
  /* product page */
  
  .propage .wbproductcountdown{
      margin-top: 10px;
      display: inline-block;
  }
  .propage .wbproductcountdown h4{
      display: none
  }
  .propage .wbpc-main .count{
      background-color: #fff;
  }
  .product-additional-info .compare, .product-additional-info .panel-product-line {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
  }
  .product-additional-info svg {
      display: none;
  }
  .product-additional-info .add_to_compare, .product-additional-info .prowish {
      display: inline-block;
      vertical-align: middle;
      background-color: #9ac100;
      color: #fff;
      text-transform: capitalize;
      font-size: 14px;
      padding: 6px 15px;
      border-radius: 4px;
      transition: 0.3s ease;
      margin-bottom: 4px;
      border: none;
      cursor: pointer;
  }
  .product-additional-info .add_to_compare:hover, .product-additional-info .prowish:hover {
      background-color: #000;
      color: #fff;
  }
  .wb-dropdown-cart .discount-amount{
      background-color: transparent;
      padding: 0;
      color: #000;
  }
  .discount-amount,.propage .discount-percentage{
      background: #9ac100;
      color: #fff;
      font-size: 16px;
      padding: 4px 5px;
      border-radius: 4px;
  }
  .propage .current-price span{
      display: inline-block;vertical-align: middle;
  }
  .propage .current-price span:nth-child(1){
      font-size: 26px;
      letter-spacing: 0;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
  }
  .propage .product-discount .regular-price{
      font-size: 14px;
  }
  .product-pack .h4{margin-bottom: 10px;}
  .block-reassurance-item .h6{
      font-size: 13px;
      color: #777;
      line-height: 20px;
  }
  .tabpro{
      margin-top: 50px;
  }
  .js-thumb,#zoom{
      cursor: pointer;
      border: 1px solid #eee;
      border-radius: 4px;
  }
  .product-tab .nav-tabs .nav-link{
      padding: 15px 12px;
      font-weight: 600;
      font-size: 16px;
  }
  .arltr .wb-list-product-reviews, #ratep, .retesp {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
  }
  .retesp{
      margin: 0 5px;
  }
  #description p{
      margin-bottom: 0;
      line-height: 22px;
      letter-spacing: 0px;
      font-size: 14px !important;
  }
  #product .thumb-container {
      padding: 0 3px;
  }
  .product-tab .tab-pane{
      padding: 15px;
  }
  .product-prices{
      border-bottom: 1px solid #eee;
      padding-bottom: 16px;
  }
  .prodes p{
      margin-bottom: 0
  }
  /* .quickview .prodes p{
      height: 92px;
      overflow: hidden;
  } */
  .prodes,.product-variants .product-variants-item{
      border-bottom: 1px solid #eee;
      padding: 16px 0;
      margin-bottom: 0;
  }
  .product-actions{
      padding-bottom: 16px;
  }
  .propage hr{
      border-top: 1px solid #eee;
  }
  .social-sharing{
      margin-top: 15px;
  }
  .propage h1 {
      font-size: 20px;
      text-transform: capitalize;
      font-weight: 600;
  }
  .pcust{
      font-size: 12px;
  }
  .product-customization-item label{
      font-weight: 500;
      text-transform: capitalize;
  }
  .propage .control-label {
      margin-right: 10px;
      font-size: 14px;
      letter-spacing: 0.8px;
      margin-top: 0;
      font-weight: 600;
      vertical-align: middle;
      display: inline-block;
  }
  .propage .product-variants .product-variants-item ul,.propage .product-quantity{
      display: inline-block;vertical-align: middle
  }
  .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: 0px;
      width: 20px;
      height: 20px;
  }
  #idWishlist{
      border: 1px solid #eee;
      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;
  }
  .product-tab .nav-item{
      display: inline-block;
  }
  .arltr a{
      text-transform: capitalize;
      display: inline-block;
  }
  .arltr i{
      margin-right: 5px;
  }
  .propage .open-comment-form::after{
      content: '|';
      padding: 0 20px;
  }
  .product-tab{
      border: 1px solid #eee;
      background-color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
      position: relative;
      border-radius: 4px;
  }
  .product-tab .nav-tabs{
      border-bottom: 1px solid #eee;
  }
  .attachment h4,.product-features .h6{
      margin-bottom: 10px;
      text-transform: capitalize;
  }
  .product-tab .nav-tabs .nav-item a.active::before {
      background-color: #9ac100;
      height: 2px;
      width: 40px;
  }
  .product-tab .nav-tabs .nav-item a::before {
      background-color: transparent;
      content: "";
      height: 2px;
      margin: 0 auto;
      position: absolute;
      top: 48px;
      transition: all 0.4s ease-out 0s;
      width: 3px;
  }
  .product-reference{
      margin-top: 10px;
  }
  .prodes p{
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 23px;
  }
  .product-tab .nav-tabs .nav-link.active{
      color: #9ac100;
  }
  /* category page */
  .category-cover img{
      border-radius: 4px;
  }
  #_desktop_search_filters_clear_all button.js-search-filters-clear-all{
      background: #000;
      color: #fff;
      border: none;
      text-transform: capitalize;
      padding: 8px 10px;
  }
  #_desktop_search_filters_clear_all button.js-search-filters-clear-all:hover{
      background-color: #333;
  }
  .products-selection {
      margin: 0 0 15px 0;
      background-color: #fff;
      border: 1px solid #eee;
      padding: 10px 0;
      border-radius: 4px;
  }
  #search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
      top: 0
  }
  .quickview .product-add-to-cart{
      padding-top: 15px;
  }
  #category-description{
      padding: 5px 0;
  }
  .facet li{
      margin-top: 12px
  }
  .facet-title{
      color: #9ac100;
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 15px;
      margin-top: 20px;
      font-weight: 600;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 10px;
  }
  .facet-label a span {
      display: inline-block;
      position: absolute;
      right: 30px;
      font-size: 12px;
      color: #333;
      text-align: center;
  }
  #_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: 1px solid grey;
      color: black;
      font-size: 14px;
      padding: 6px 5px 1px 5px;
      background-color: white;
      border-radius: 4px;
  }
  .products-sort-order i{
      position: relative;
      top: -1px;
  }
  #new-products .products-sort-order .select-title{
      letter-spacing: 0;font-size: 12px;
  }
  .products-sort-order .dropdown-menu {
      border: none;
      right: 15px;
      left: 15px;
      box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }
  .lgrid svg{
      fill: #aaa;
      cursor: pointer;
      margin-right: 6px;
  }
  .wb-grid-list .selected svg{
      fill: #222
  }
  .products-sort-order .select-list {
      display: block;
      padding: 2px 8px;
      line-height: 25px;
      font-size: 14px;
  }
  .products-sort-order .select-list:hover {
      background: #222;
      color: #fff;
      text-decoration: none;
  }
  .page-content p{
      margin-bottom: 10px;
  }
  .sort-by{
      margin-top: 7px;
  }
  .listds{
      display: none;
  }
  .wb-product-list .listds{
      display: block;
  }
  .listds,.listds p{
      font-size: 13px;
      color: #aaa;
      line-height: 21px;
      margin-bottom: 0;
      letter-spacing: 0.5px;
      overflow: hidden;
      max-height: 44px;
  }
  .listds{
      margin-top: 0;
      margin-bottom: 6px;
  }
  .bh{
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 500;
  }
  .wb-product-list .wb-image-block{
      padding: 0;overflow: hidden;
  }
  #js-product-list .product-miniature{
      padding: 0;
  }
  .wb-product-grid .item-product, .wb-product-list .item-product {
      margin-bottom: 20px;
  }
  .wb-product-list .thumbnail-container .button-group{
      position: unset;
      margin-top: 12px;
      transition: none;
      text-align: left;
      opacity: 1;
  }
  /* pagination */
  .pagination {
      text-align: center;
      border: 1px solid #eee;
      background-color: #fff;
      text-transform: capitalize;
      padding: 7px 0;
      display: inline-block;
      border-radius: 4px;
  }
  .pagination i{
      font-size: 20px;
      margin-top: -2px;
  }
  .pagination .page-list li a {
      display: inline-block;
      background: #9ac100;
      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 .text-xs-left {
      line-height: 34px;
  }
  .pagination .page-list li a:hover,.pagination .page-list li a:focus,.pagination .page-list li.current a{
      background: #000;
      color: #fff;
  }
  /* other page */
  .wbpopup-popducts .wbdiscount-product{
      color: #000;
      font-size: 12px;  
  }
  .thumbnail-container .product-thumbnail{
      display: block
  }
  .wbpopupnewsletter,#moda_popupnewsletter .close{
      border-radius: 4px;
  }
  .wbpopupnewsletter .popup_text p{
      font-size: 14px;
  }
  .imgbanner,.toprt,.imglatest,.parallex {
      margin-top: 60px;
      margin-bottom: 60px;
  }
  .logos{
      margin-top: 60px;
  }
  .brand.row {
      background: #fff;
      margin-top: 15px;
      margin-left: 0;
      margin-right: 0;
      padding: 10px;
      border: 1px solid #eee;
      border-radius: 4px;
  }
  #search_filters .ui-slider-horizontal{
      z-index: 0;
  }
  .sale-bkg .sale{
      display: none
  }
  .wb-modal .modal-content{
      border-radius: 4px;
  }
  .js-terms a{
      color: #9ac100;
      text-transform: capitalize;
      font-weight: 500;
  }
  #contact .card{
      border: none;
      padding: 0;
  }
  .product-line-grid-body{
      line-height: 25px;
  }
  #module-wbblog-single .page-footer,#index .page-footer,#product .page-footer{
      margin-top: 0;
  }
  .page-footer{
      margin-top: 30px;
  }

  @media (max-width: 1500px){
      .owl-carousel .owl-buttons .owl-prev{
          left: 0
      }
      .owl-carousel .owl-buttons .owl-next{
          right: 0;
      }
  }
  @media (min-width: 768px){
      .wb-product-list .productmcat{
          bottom: 8px;
      }
      .wb-product-list .product-title {
          font-size: 1.1rem;
      }
      .wb-product-list .wb-product-desc{
          text-align: left;padding: 10px;margin-top: 15px;
      }
      .wb-product-list .wb-product-desc .price{
          font-size: 18px;
      }
      .pro-tab ul{
          margin-right: 80px;
          position: relative;
          top: 7px;
      }
  }
  @media (min-width: 992px){
      .brand.row{
          display: flex;
          align-items: center;
      }
      .brand.row .brand-infos p{
          margin: 0;
      }
      .catbrpos{
          width: 250px;
      }
  }
  @media (min-width: 992px) and (max-width: 1199px){
      .wb-menu-vertical li.level-1, .view_menu{
          margin: 0 12px;
          letter-spacing: 0
      }
      .headtleft{
          font-size: 13px;letter-spacing: 0
      }
      .toprt .thumbnail-container .wb-product-desc{
          margin-top: 5px;
      }
      .blog_post_content_bottom .post_content{
          overflow: hidden;
          height: 43px;
      }
      .blog_post_content_bottom .read_more{
          margin-top: 5px;
      }
      .post_title{
          font-size: 18px;
      }
      .blogdt {
          margin-bottom: 4px;
      }
      #search_category{
          width: 130px;
      }
      #_desktop_user_info {
          margin: 0 20px;
      }
      .categorybr h5{
          font-size: 18px;
          letter-spacing: 0
      }
      .categorybr p{
          font-size: 14px;
      }
      .catbrpos{
          top: 90px;
      }
      .imgbnrtext{
          margin-top: 0
      }
      .homeofr .homeofrinner a{
          font-size: 16px;
      }
      .catpos li a{
          font-size: 14px;letter-spacing: 0;
          padding: 16px 8px;
      }
      .slidecap h2{
          font-size: 42px;
      }
      .slidecap {
          top: 8%;
          margin: 0 30px;
          width: 500px;
      }
      .deliveryinfo .sbr{
          padding: 0 5px;
      }
      .deliveryinfo li:last-child{
          width: 73%;
      }
      #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
          letter-spacing: ;: 0px;font-size: 11px;
      }
      #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product,#search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
          width: 25%;
      }
      #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
          width: 75%;
      }
  }
  @media (min-width: 768px) and (max-width: 991px){
      .deliveryinfo li{
          margin: 0
      }
      .deliveryinfo li:last-child{
          width: 100%
      }
      .desktop-search,#_mobile_user_info{
          margin-top: 17px;
      }
      #_mobile_cart{
          margin-top: 16px;
      }
      #menu-icon .navbar-toggle{
          margin-top: 20px !important;
      }
      .deliveryinfo{
          padding: 20px;
      }
      .block_newsletter{
          padding: 20px 15px;
      }
      .newsftr{
          padding: 20px 0
      }
      .block_newsletter h5{
          font-size: 24px;
      }
      .catbrpos{
          top: 60px;
      }
      .categorybr p{
          font-size: 13px;
      }
      .fpay{
          margin-top: 15px;
      }
      .top-menu a[data-depth="0"]{
          text-transform: capitalize;
      }
      #search_category{
          width: 130px;
      }
      #_desktop_user_info {
          margin: 0 8px;
      }
      #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
          width: 33.33%;
      }
      #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
          width: 25%;
      }
      #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
          width: 75%;
      }
      .product-line-grid-right .qty{
          padding: 0
      }
      .footer-container li a, .fthr .block, .fthr .data a{
          letter-spacing: 0
      }
      #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
          font-size: 13px;letter-spacing: 0
      }
      .slidecap p{
          font-size: 13px;
      }
      .slidecap h2{
          font-size: 30px;
      }
      .slidecap{
          top: 8%;
          margin: 0 15px;
          width: 400px;        
      }
      .slidecap .btn-primary{
          margin-top: 15px;
      }
      .deliveryinfo li{
          display: block;text-align: center;
      }
      .deliveryinfo li h4{
          font-size: 13px;letter-spacing: 0;margin-top: 8px;
      }
      .imgbnrtext h2{
          font-size: 24px;
          margin: 5px 0 10px 0
      }
      .imgbnrtext{
          margin-top: 0
      }
      .imgbnrtext .btn-primary{
          margin-top: 10px;
      }
  }
  @media (max-width: 991px){
      .wb-menu-vertical li.level-1 > a, .view_menu a{
          text-transform: uppercase;
          font-size: 16px;
      }
      .toprt .heading{
          text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
      }
      .post_title{
          font-size: 16px;
          line-height: 22px;
          height: 48px;
      }
      .toprt{
          padding: 15px 0
      }
      .toprt .thumbnail-container{
          margin-bottom: 15px;
      }
      .imgbanner, .toprt, .imglatest, .parallex{
          margin-top: 30px;
          margin-bottom: 30px;
      }
      .logos{
          margin-top: 30px;
      }
      .headtleft, .tright{
          margin-top: 0px !important;
      }
      #_mobile_cart{
          position: relative;
      }
      #_mobile_user_info{
          position: relative;
          cursor: pointer;
          margin-left: 10px;
          margin-right: 10px;
      }
      /* 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 .2s ease 0s;
      }
      body.active .sidenav {
          overflow-x: unset;
          overflow-y: scroll;
      }
      .sidenav {
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 99999;
          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,.06);
          clear: both;
          height: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
      }
      .sidenav .close-nav {
          background-color: #000;
          padding: 10px 15px;
          width: 100%;
          display: inline-block;
      }
      #mobile_top_menu_wrapper {
          margin: 0 10px;
          line-height: 20px;
          display: block !important;
      }
      .close-nav i{
          font-size: 16px;
          color: #fff;
      }
      .dnone{
          display: none;
      }
      .dblock{
          display: block;
      }
      #wrapper,#footer{
          display: block !important;
      }
      #menu-icon .navbar-toggle{
          border: none;
          background: transparent;
          padding: 0;
          font-size: 17px;
          cursor: pointer;
          margin-right: 15px;
          margin-top: 14px;
      }
      .header-top{
          padding: 12px 0;border-bottom: none;
      }
      #_mobile_currency_selector,#_mobile_language_selector{
          display: inline-block;
          border: 1px solid #eee;
          padding: 2px 3px;
          margin-top: 10px;
          font-size: 12px;
          border-radius: 4px;
      }
      #_mobile_currency_selector select,#_mobile_language_selector select{
          -webkit-appearance: none;
          font-size: 12px;
          letter-spacing: 0;
      }
      #_mobile_currency_selector{
          margin: 0 3px;
      }
      .wb-menu-vertical ul li.level-1 ul li a{
          margin: 0
      }
      .wb-menu-vertical{
          position: unset;
      }
      #under-menu{
          display: block
      }
      #wb_category_feature .cless{
          width: auto;
      }
      .category-back .product-list.list-inline{
          display: flex; 
      }
      .categorybr h5{
          font-size: 14px;
          letter-spacing: 0;
          font-weight: 500;
          text-transform: capitalize;
      }
      .product-tab-item .thumbnail-container {
          margin-bottom: 20px;
      }
      .pro-tab{
          margin-bottom: 20px;
      }
      .heading{
          font-size: 20px;
          margin-bottom: 20px;
      }
      .heading strong{
          font-size: 12px;
      }
      .owl-carousel.owl-theme .owl-controls .owl-buttons div{
          padding: 4px 0 0;
          font-size: 18px;
          min-width: 30px;
          min-height: 30px;
      }
      .owl-carousel.owl-theme .owl-controls .owl-buttons div svg {
          width: 15px;
          height: 13px;
      }
      .owl-carousel .owl-buttons{
          right: 5px;top: -54px;
      }
      .cless{
          padding-left: 5px;
          padding-right: 5px;
      }
      .rless{
          margin-left: -5px;
          margin-right: -5px;
      }
      #wbsearch_content_result{
          left: 15px;
          right: 15px;
      }
      #footer{
          margin-top: 40px;
      }
      .footer-container {
          padding: 15px 0;
          border-bottom: none;
      }
      #module-wbcompare-WbCompareProduct .heading.text-xs-center{
          font-size: 20px;
          padding-bottom: 20px;
      }
      .wb-product-grid,.wb-product-list{
          margin: 0 -3px;
      }
      #js-product-list .item-product{
          padding: 0 3px;
      }
      .pagination .text-xs-left{
          font-size: 12px;
          letter-spacing: 0
      }
      .product-customization .custom-file button{
          padding: 0 5px;
          font-size: 12px;
      }
      .product-customization{
          font-size: 12px;
      }
      .product-actions .add-to-cart{
          padding: 0 10px;letter-spacing: 0
      }
      .product-customization .btn-primary.float-xs-right{
          padding: 7px 5px;
          font-size: 12px;
      }
  }
  @media (max-width: 767px){
      .categorybr h5{
          font-size: 14px;
          letter-spacing: 0;
          color: #000;
          font-weight: 500;
          text-transform: capitalize;
      }
      .reducep,.thumbnail-container .product-flags .new, .sale{
          background-color: transparent !important;
          color: #000;
          padding: 0 5px;
          text-transform: capitalize;
      }
      .reducep::before,.reducep::after,.thumbnail-container .product-flags .new::after,.thumbnail-container .product-flags .new::before,
      .sale::before,.sale::after,.productmcat,.cartb span,.thumbnail-container .button-group{
          display: none
      }
      .allbl{
          padding-top: 8px;
      }
      .wb-product-list .thumbnail-container .button-group{
          text-align: center
      }
      .block_newsletter{
          padding: 15px;
      }
      .block_newsletter h5{
          font-size: 20px;
      }
      .block_newsletter h6{
          font-size: 12px;letter-spacing: 0
      }
      .deliveryinfo li{
          margin: 0 5px;
      }
      .deliveryinfo li:last-child{
          width: 73%
      }
      .imgbnrtext h2{
          font-size: 20px;
          margin: 6px 0 15px 0;
      }
      .imgbnrtext .btn-primary{
          padding: 5px 14px;
          margin-top: 0px;
      }
      .imgbnrtext h5{
          text-transform: capitalize;
          letter-spacing: 0
      }
      .catbrpos{
          position: unset;
          text-align: center;
          margin-top: 5px;
      }
      .imgbnrtext{
          margin-top: 0
      }
      .catbrpos p{
          display: none
      }
      .pro-tab .heading{
          display: none
      }
      .pro-tab ul{
          text-align: left;
      }
      .desktop-search,#_mobile_user_info{
          margin-top: 10px;
      }
      #_mobile_cart{
          margin-top: 9px;
      }
      .headertbnr p{
          font-size: 13px;letter-spacing: 0
      }
      .cart-c strong{
          display: none
      }
      .search_widget{
          margin-top: 12px;
      }
      .toprt .thumbnail-container{
          margin-bottom: 20px;
      }
      .button-search{
          padding: 0 20px;
          height: 34px;
      }
      #search_block_top{
          height: 41px;
      }
      #search_query_top{
          height: 40px;
      }
      .slidecap .btn-primary{
          margin-top: 20px;
          padding: 10px 19px;
      }
      .catpos{
          padding: 0 8px;
      }
      .catpos .icon_cat.float-xs-right,.navmenu{
          display: none
      }
      #owl-rate .thumbnail-container .wb-product-desc {
          padding: 0 8px;
      }
      .newsftr{
          padding: 15px 0;
      }
      .block-social{
          margin-bottom: 25px;
      }
      .catpos li a{
          font-size: 14px;
          padding: 9px 8px;
      }
      .imgbanner{
          margin-bottom: 30px;
      }
      .deliveryinfo li h4{
          font-size: 16px;
          letter-spacing: 0;
          margin-bottom: 5px;
      }
      .catprodt .cat-content img,.homeofr{
          display: none
      }
      .wbContentProduct {
          margin: 0;
      }
      .block_newsletter form input, .block_newsletter form button.btn-primary{
          height: 40px;
      }
      .deliveryinfo{
          text-align: left;
          padding: 20px 0;
      }
      .pro-tab ul li a{
          font-size: 14px;text-transform: capitalize;
          padding: 5px 8px;
          letter-spacing: 0;
      }
      .pro-tab ul li{
          margin-right: 8px;
      }
      .block_newsletter form input.btn-primary{
          font-size: 14px;letter-spacing: 0
      }
      .deliveryinfo .sbr{
          border: none;
          margin-bottom: 15px;
      }
      .deliveryinfo .sbr:last-child{
          margin-bottom: 0;
      }
      .user-down{
          min-width: 14.4rem;
          right: 0;
          left: auto;
      }
      #_mobile_logo img {
          max-width: 120px;
      }
      .thumbnail-container .button-group button.cartb span{
          display: none
      }
      .thumbnail-container .button-group a, .thumbnail-container .button-group button{
          padding: 4px 0;
          min-width: 28px;
          min-height: 28px;
          margin: 0;
          border-radius: 4px;
      }
      .thumbnail-container .button-group svg{
          width: 18px;height: 17px;
      }
      .thumbnail-container .button-group{
          position: unset;margin-top: 6px;opacity: 1;
      }
      .post_content p{
          font-size: 13px;
      }
      .price{
          font-size: 15px;
      }
      .regular-price{
          font-size: 11px;
      }
      #module-wbblog-single .post_title{
          font-size: 14px;
      }
      .propage h1{
          margin-top: 10px;
      }
      .total-avg{
          width: 120px;
      }
      .wb-menu-vertical .menu-vertical{
          display: block
      }
      .wb-menu-vertical{
          left: 0
      }
      .wb-product-list .listds{
          margin-bottom: 3px;margin-top: 0;
      }
      .listds, .listds p,.post_content span{
          font-size: 13px;letter-spacing: 0
      }
      .post_title{
          font-size: 14px;
      }
      .block-social li a{
          min-width: 30px;
          min-height: 30px;
          padding: 0;
          margin: 0;
      }
      .thumbnail-container .product-flags .new,.sale{
          font-size: 11px;
      }
      .wb-menu-vertical .wb-sub-menu li.menu-item.bh{
          margin-bottom: 0
      }
      .wb-dropdown-cart.defaultcart{
          top: 40px;
      }
      .post_thumbnail{
          margin-top: 0;
      }
      .facet-label a span{
          position: unset;
      }
      #category #search_filter_toggler{
          padding: 6px 0;
      }
      #blockcart-modal .product-name{
          margin-top: 15px;
      }
      .product-tab .nav-tabs .nav-link {
          padding: 15px 8px;
          font-size: 15px;
          letter-spacing: 0;
      }
      .form-control-label{
          padding-top: 0
      }
      .forgotten-password .form-fields label.required{
          text-align: left;
          padding: 0
      }
      .quickview .propage h1{
          margin-top: 0;
      }
      .quickview .modal-body{
          padding: 0 15px 15px 15px;
      }
      .arltr a,#description p,.prodes p, .product-variants .product-variants-item,.page-content p,.attachment p{
          font-size: 13px;
          letter-spacing: 0.5px
      }
      .links .title .h3{
          font-size: 14px;font-weight: 500;color: #fff;
      }
      .arltr a{
          letter-spacing: 0
      }
  }
  @media (min-width: 500px) and (max-width: 767px){
      .imgbnrtext h2{
          margin: 6px 0
      }
      .imgbnrtext p{
          letter-spacing: 0;
          line-height: 22px;
          overflow: hidden;
          height: 71px;
      }
      .deliveryinfo [class*="col-"].sbr:nth-child(3),.deliveryinfo [class*="col-"].sbr:nth-child(4){
          margin-bottom: 0;
      }
      .imglatest [class*="col-"]{
          width: 50%
      }
      .slidecap {
          top: 1%;
          margin: 0 15px;
          width: 350px;
      }
      .slidecap h2{
          font-size: 22px;margin: 7px 0;
      }
      .toprt .productmcat{
          display: none
      }
      .slidecap .btn-primary{
          margin-top: 0;
          padding: 5px 13px;
      }
      .slidecap p{
          overflow: hidden;
          height: 46px;
      }
  }
  @media (max-width: 499px){
      .imgbnrtext p{
          display: none
      }
      .imgbanner [class*="col-"],.imglatest [class*="col-"]{
          margin-bottom: 10px;
      }
      .imgbanner [class*="col-"]:last-child,.imglatest [class*="col-"]:last-child{
          margin-bottom: 0;
      }
      .slidecap .btn-primary{
          letter-spacing: 0;
          font-size: 12px;
          padding: 6px 8px;
      }
      .slidecap p{
          display: none
      }
      .slidecap h2{
          font-size: 18px;margin: 6px 0;
      }
      .slidecap h5{
          font-size: 13px;
      }
      .slidecap {
          top: 7%;
          margin: 0 15px;
          width: 180px;
      }
      .s-panel .slick-dots {
          position: unset;display: none !important
      }
  }
  @media (max-width: 1199px){
      .quickview .mask{
          display: none
      }
      .links h3, .links h3 a, .c-info{
          font-size: 14px;letter-spacing: 0
      }
  }
  @media (min-width: 1200px){
      .quickview .product-cover img{
          max-width: 500px;
      }
      #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
          width: 20%;
      }
      #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
          width: 80%;
      }
  }
  @media (min-width: 1200px) and (max-width: 1409px){
      .catbrpos{
          top: 100px;
      }
      .tab-cate-pro .item-inner:first-child .product-container.thumbnail-container{
          margin-top: 0
      }
      .catpos li a{
          padding: 16px 8px;
      }
      .post_content p{
          font-size: 13px;
      }
      .blog_post_content_bottom .read_more{
          margin-top: 0
      }
      .product-line-grid-right .qty{
          padding: 0
      }
      #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
          width: 25%;
      }
      .slidecap {
          top: 12%;
          margin: 0 60px;
      }
  }
  @media (min-width: 600px){
      #cate-re.collapse {
          display: block;
      }
      .catb {
          display: none;
      }
  }
  @media (min-width: 600px) and (max-width: 767px){
      .lgrid{
          width: 40%;
      }
      .sro{
          width: 60%;
      }
      .wb-product-grid .item-product,.wb-product-list .item-product{
          width: 33.33%;
      }
  }
  @media (min-width: 360px) and (max-width: 599px){
      .wb-product-list .item-product{
          width: 50%;
      }
  }
  @media (max-width: 599px){
      .catpos .menu-tab{
          margin-bottom: 10px;
      }
      .tab-cate-pro .item-inner:first-child .product-container.thumbnail-container{
          margin-top: 0;
      }
      .tab-cate-pro .product-container.thumbnail-container {
          margin-top: 15px;
      }
      .catb.toggle.collapsed::after {
          font-family: 'FontAwesome';
          content: '\f067';
          font-size: 14px;
          font-weight: 400;
          cursor: pointer;
      }
      .catb.toggle::after {
          font-family: 'FontAwesome';
          content: '\f068';
          font-size: 14px;
          font-weight: 400;
          cursor: pointer;
      }
      .catb {
          position: absolute;
          right: 15px;
          top: -62px;
          background: #eee;
          border: none;
          padding: 0;
          cursor: pointer;
          z-index: 1;
          min-width: 30px;
          min-height: 30px;
          text-align: center;
          padding-top: 1px;
          border-radius: 4px;
      }
      .cattab,.tab-cate-pro{
          width: 100%;
      }
      #search_category,.cate-bg .owl-carousel .owl-buttons{
          display: none
      }
      .wb-product-list .wb-image-block img{
          width: 100%;
      }
      .barr {
          padding: 0 10px;
      }
      .quickview .modal-dialog{
          width: auto;
          margin: 30px 15px;
      }
      #owl-image-slider .owl-nav{
          display: none
      }
      .quickview .modal-dialog{
          width: auto;
          margin: 30px 15px;
      }
      .sro{
          margin-top: 10px;
      }
      .pagination .text-xs-left,.pagination .text-xs-right{
          text-align: center;
          width: 100%;
      }
      .rname,.post_metas li{
          font-size: 13px;
      }
      .wb-product-grid .item-product{
          width: 50%;
      }
  }
  @media (min-width: 1410px){
      #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
          width: 20%;
      }
      #left-column{
          width: 22%;
      }
      #content-wrapper.left-column{
          width: 78%;
      }
  }
  @media (max-width: 1409px){
      .header-top{
          margin: 0
      }
  }
  @media (min-width: 1410px) and (max-width: 1650px){
      .header-top{
          margin: 0 10px;
      }
      .catbrpos{
          top: 90px;
      }
  }
  /* box layout */
  .boxed main {
      box-shadow: 0 0 10px rgba(0,0,0,.2);
      margin: 40px auto;
  } 
  @media (max-width: 991px){
      .boxed .container-bg {
          width: 100%;
      }
  }
  @media (min-width: 992px) and (max-width: 1199px){
      .container {
          width: 963px;
      }
      .boxed main{
        margin: 40px 15px;
      }
  }
  @media (min-width:1200px) and (max-width:1409px){
      .boxed main  {
         width: 1170px;
      }
  }
  @media (min-width:1410px){
      .boxed main  {
         width: 1380px;
      }
  }
  @media (min-width: 768px) and (max-width: 991px){
      .boxed main{
        margin: 40px 15px;
      }
  }
  /* box layout end */
  #best-sales .products.wb-product-list article .wishlist-button-add,#prices-drop .products.wb-product-list article .wishlist-button-add {
      top: 43%;
      right: 61.5%;
      opacity: 1;
      box-shadow: none;
  }
  #best-sales .products article .wishlist-button-add, #prices-drop .products article .wishlist-button-add{
      top: 37%;
      right: 30%;
  }
  #search .products article .wishlist-button-add{
      right: 19%;
  }
  #search .products.wb-product-list article .wishlist-button-add{
      right: 69.5%;
      top: 42.5%;
      opacity: 1;
      box-shadow: none;
  }
  .products article .wishlist-button-add {
      position: absolute;
      top: 35%;
      right: 28%;
      z-index: 10;
      width: 35px !important;
      height: 35px;
      border-radius: 4px;
      display: inline-block;
      padding: 0;
      min-width: unset;
      opacity: 0;
  }
  .products article .wishlist-button-add:hover{
      background-color: #9ac100;
  }
  .products article .wishlist-button-add:hover i{
      color: #fff !important;
  }
  .thumbnail-container:hover .wishlist-button-add{
      opacity: 1;
  }
  .wishlist-button-add i{
      color: #000 !important;
      font-size: 20px;
  }
  .wishlist-button-add:hover{
      opacity: 1 !important;
  }
  .wishlist-button-add:active{
      transform: none !important;
  }
  #owl-rate .wishlist-button-add{
      display: none;
  }
  #products .page-not-found .search-widget{
      overflow: visible;
  }
  
  /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Poppins', sans-serif !important;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.7px;
   /* background: #f7f7f7;*/
   background: #fff;
}
main{
    font-size: 0.875rem;
   /* background-color: #f7f7f7;*/
     background: #fff;
}
.lb-nav a{
    transition: none !important
}
a{
    color: #222;
    text-decoration: none;
    transition: 0.3s ease;
}
ul{
    margin-bottom: 0;
}
.disabled{
    cursor: no-drop !important;
    opacity: 0.6 !important;
}
a:hover,a:focus,button:focus{
    color: #9ac100;
    text-decoration: none;
    outline: none;
}
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none;
}
.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;
}
svg{
    vertical-align: middle;
    transition: 0.3s ease
}
.spwish{
    margin: 0 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0;
}
.ui-front li a span{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222;
    cursor: pointer;
}
.ui-state-focus, .ui-widget-content .ui-state-focus{
    border: none;
    background: transparent;
    background-image: none;
}
.ui-widget-content{
    border: 1px solid #eee !important;
}
.ui-front li:hover span, .ui-front li:focus span{
    color: #9ac100;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin: 0;
}
.wb-dropdown-cart.dropdown.show{
    min-width: 270px;
}
/*loader start */
#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
#index .object{
    position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
}
#index #page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* add to cart modal */
.cart-content-btn .btn-primary{
    width: 100%;
}
#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
}
#blockcart-modal .cart-content p span{
    color: #888;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 12px 0;
}
#blockcart-modal .close{
    padding: 15px;
}
.modprice .regular-price{
    font-size: 12px;
}
.modprice .product-price-and-shipping{
    margin-bottom: 0
}
.modprice{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}
#blockcart-modal .cart-products-count{
    font-size: 14px;
    font-weight: 500;
    /*text-transform: capitalize;*/
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;font-weight: 500;
}
#blockcart-modal .modal-body{
    padding: 0;
    font-size: 14px;
}
.wb-modal .modal-content{
    margin: 0;
}
/* cart modal over */
/* cart dropdown */
#blockcart-modal .product-image{
    border: 1px solid #eee;
    border-radius: 4px;
}
.head-cart-drop {
    width: 292px;padding: 0;margin: 0;
}
.cart-det{
    padding: 10px;
}
.cart-det .no-items{
    margin: 0;
    color: #222;
}
.cart-img img{
    max-width: 70px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.cart-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}
.cart-drop-table li{
    vertical-align: top;
}
.cartclose{
    position: absolute;
    right: 0;
    top: 0;
}
.cart-down{
    position: relative;
    margin-bottom: 10px;
}
.qtyp li{
    display: block;
}
.qtyp li span{
    display: inline-block
}
.qtyp{
    width: 68%;
    margin: 0 3px;
}
.cdroptable{
    width: 100%;
}
.cdroptable td{
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}
.cart-det .btn-primary{
    margin-top: 10px;
}
/* cart dropdown over */
/* topbar */
#index #content-wrapper{
    padding: 0
}
#header{
    background-color: #fff;
    /*position: relative;
    z-index: 1;*/
}
.nleft{
    margin-top: 16px;
}
.nleft button{
    cursor: pointer;
}
.nleft .dropdown-menu{
    border-radius: 4px;
}
.wb-cart-item-info .discount-percentage{font-size: 11px;}

.user-down{
    min-width: 13rem;
    line-height: 25px;
    padding: 10px 8px;
    text-transform: capitalize;
    border-radius: 4px;
}
.user-down i{
    width: 17px;
}
.header-nav{
    padding: 12px 0;
}
.topright{
    margin-top: 10px;
    padding:0px
}
#search_widget{
    padding: 0;
    border-radius: 4px;
    background: #fff;
}
.content_price.product-price-and-shipping{
    margin-top: 0;
}
.cartdropd{
    cursor: pointer
}
#_desktop_user_info{
    margin: 0 15px;
    cursor: pointer;
}
#_desktop_currency_selector{
    margin: 0 30px;
}
.cart-c{
    background: #9ac100;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: -4px;
    top: 0;
}
/* menu 
.wb-menu-vertical li.level-1 > a span, .view_more span {
    margin: 0 5px; 
} */
#_desktop_cart{
    position: relative
}
#_desktop_top_menu{
    padding: 15px !important;
    display: inline-block
    width: 100%;
}
.d-search:hover svg,.user-info:hover svg,.blockcart:hover svg{
    fill: #9ac100;
}
.wb-menu-vertical li.level-1{
    text-transform: capitalize;
}
.shop-c h3, .cartdet h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.shop-c h4, .cartdet h4 {
    font-size: 13px;
    text-transform: capitalize;
    color: #9ac100;
    margin-top: 5px;
}
.svgbg {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.wb-dropdown-cart-content,.wb-dropdown-cart-item img,.product_img_link img{
    border-radius: 4px;
}
/* search */
.dblock{
    display: block;
}
.dnone{
    display: none;
}
body.active-search {
    overflow: hidden;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}
.wbSearch{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 48px;
}
.wbSearch .close-nav {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.wbSearch .close-nav i{
    font-size: 14px;
}
.wbSearch #search_block_top{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
#searchbox.input-group{
    width: auto;
}
body.active-search .wbSearch #search_block_top{         
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
#search_toggle{
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}
/* search over */
/* service */
.deliveryinfo span{
    display: inline-block
}
.deliveryinfo{
    text-align: center;
}
.deliveryinfo ul{
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    padding: 20px 5px;
    transition: 0.3s ease
}
.deliveryinfo ul li h4 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.deliveryinfo ul li p {
    color: #8a8a8a;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 23px;
}
.deliveryinfo ul li a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
    font-size: 12px;
}
.deliveryinfo ul li a::after{
    content: '';
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 40px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s ease;
}
.deliveryinfo ul a:hover::after{
    width: 100%;
    border-bottom: 1px solid #9ac100;
}
/* .deliveryinfo ul:hover a{
    color: #9ac100
} */
.deliveryinfo ul:hover{
    border: 2px solid #9ac100;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.deliveryinfo ul li:nth-child(1){
    min-width: 75px;
    min-height: 75px;
  /*  box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.06);
    border-radius: 100%;*/
    background: #fff;
    position: relative;
   /* margin-top: -55px;*/
    padding: 17px 0;
    transition: 0.3s ease
}
.deliveryinfo ul:hover li:nth-child(1){
    background: #9ac100;
}
.deliveryinfo ul:hover svg{
    fill: #fff
}

/* slide btn */
/* slide btn */
.homeslider-container .owl-theme .owl-stage-outer{
    padding-top: 0
}
.homeslider-container img{
    border-radius: 4px;
}
.homeslider-container .owl-theme .owl-controls .owl-buttons{
    position: unset;margin: 0
}
.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    background: #9ac100;
    text-shadow: none;
    border-radius: 100%;
    min-width: 40px;
    min-height: 40px;
    opacity: 0;
    color: #fff;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    border: none;
}
.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #000;
    color: #fff;
}
.homeslider-container .owl-theme.owl-carousel .owl-buttons div i {
    font-size: 24px;
    margin: 0;
}
.homeslider-container .owl-carousel.owl-theme:hover .owl-controls .owl-buttons div{
    opacity: 1;
}
.homeslider-container .owl-controls .owl-buttons .owl-prev,.homeslider-container .owl-controls .owl-buttons .owl-next{
    top: 45%;transition: 0.3s ease;
}
.homeslider-container .owl-carousel:hover .owl-buttons .owl-prev {
    left: 30px;
}
.homeslider-container .owl-carousel:hover .owl-buttons .owl-next {
    right: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #9ac100;
}
.owl-controls .owl-page.active span {
    background: #9ac100;opacity: 1;
}
.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination {
    text-align: center;
}
.homeslider-container .owl-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.homeslider-container .owl-controls .owl-page{
    display: inline-block
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    position: unset;
    color: #000;
    font-size: 18px;
    margin: 0 5px;
    padding: 6px 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border: none;
    min-width: 33px;
    min-height: 33px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s ease;
    position: relative;
    left: auto;
    right: auto;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover{
    background: #9ac100;
    color: #fff;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 15px;
}
.owl-carousel .owl-buttons .owl-next {
    right: 15px;
}
.owl-theme .owl-controls .owl-buttons {
    position: unset;
    text-align: center;
    margin-top: 30px;
}
.homeslider-container .owl-theme .owl-pagination .owl-page span {
    width: 25px;
    height: 2px;
    border: none;
    border-bottom: 2px solid #9ac100;
    border-radius: 0;
    transition: 0.3s ease;
}
.homeslider-container .owl-theme .owl-pagination .owl-page.active span,.homeslider-container .owl-theme .owl-pagination .owl-page:hover span {
    border: none;
    border-bottom: 2px solid #9ac100;
    border-radius: 0;
    height: 5px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev::before {
    content: "";
    border-top: 1px solid #ddd;
    left: -50px;
    position: absolute;
    top: 14px;
    width: 50px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev::after {
    content: "";
    border-bottom: 1px solid #ddd;
    height: 1px;
    left: -30px;
    position: absolute;
    top: 17px;
    width: 30px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next::before {
    content: "";
    border-top: 1px solid #ddd;
    right: -50px;
    position: absolute;
    top: 14px;
    width: 50px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next::after {
    content: "";
    border-bottom: 1px solid #ddd;
    height: 1px;
    right: -30px;
    position: absolute;
    top: 17px;
    width: 30px;
}
/* special product */
/* special product */
.wbproductcountdown {
    display: none;
}
.propage .wbproductcountdown{
    margin-top: 10px;display: block
}
#owl-spe .wbproductcountdown {
    display: block;
}
#owl-spe .custlistds,#owl-spe .custlistds p{
    height: 45px;
    overflow: hidden;
    line-height: 23px;
    margin: 0;
    color: #4e4e4e;
}

#owl-spe .thumbnail-container{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 4px;
}
#owl-spe .wb-image-block,#owl-leftf .wb-image-block{
    padding: 0
}
#owl-spe .thumbnail-container .product-price-and-shipping{
    margin-top: 10px;
    margin-bottom: 8px;
}
#owl-spe .thumbnail-container .button-group{
    position: unset;
    opacity: 1;
    margin-top: 20px;
}
#owl-spe .thumbnail-container:hover .product-price-and-shipping{
    opacity: 1
}
.spepro{
    margin-top: 60px;
}
/* product */
.thumbnail-container .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img{
    opacity: 1;
}
.wb-image-block{
    position: relative;
}
.thumbnail-container{
    position: relative;
    overflow: hidden;
}
.pro-tab li a{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 4px;
    padding: 8px 15px;
}
.pro-tab li a.active{
    background-color: #9ac100;
    border: 1px solid #9ac100;
    color: #fff;
}
.pro-tab ul{
    line-height: normal
}
.pro-tab{
    margin-bottom: 30px;
}
.product-title{
    font-size: 0.9rem;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease;
    padding-bottom: 2px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.thumbnail-container .product-price-and-shipping{
    height: 48px;transition: 0.3s ease;padding: 7px 0;
}
.product-title:hover{
    color: #9ac100;
}

.price {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	display: inline-block;
	color: #9ac100;
}

.thumbnail-container .button-group span {
    display: none;
}
.thumbnail-container .button-group a,.thumbnail-container .button-group button{
    background-color: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    transition: 0.3s ease;
    padding: 9px 0;
    min-width: 38px;
    min-height: 38px;
    margin: 0 1px;
}
.thumbnail-container .button-group .qv,.thumbnail-container .button-group .add-cart,.thumbnail-container .button-group .absbtn,.thumbnail-container .button-group .compare,
.thumbnail-container .button-group .quick,.thumbnail-container .button-group .wish{
    vertical-align: middle;
    display: inline-block
}
.thumbnail-container .button-group a:hover,.thumbnail-container .button-group button:hover{
    background-color: #9ac100;
}
.thumbnail-container .button-group svg{
    fill: #222;
}
.thumbnail-container .button-group a:hover svg,.thumbnail-container .button-group button:hover svg{
    fill: #fff;
}
.product-tab-item .product-miniature{
    margin-bottom: 30px;
}
.product-tab-item .product-miniature:last-child{
    margin-bottom: 0;
}
.thumbnail-container .wb-image-block img{
    border-radius: 4px;
    border: 1px solid #eee;
}
.wb-product-desc{
    padding-top: 12px;
}
.thumbnail-container .wb-image-block .wb-list-product-reviews{
    position: unset;
    right: 40px;
    bottom: 10px;
    text-align: center;
    margin-top: 10px;
}
.thumbnail-container .product-price-and-shipping hr{
    border-top: 2px solid #9ac100;
    width: 20%;
    margin: 10px auto 0 auto;
}
/* category */
.heading{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
.heading span{
    display: inline-block;
}
.heading span hr{
    border-top: none;
    background: url('../../assets/img/border.png');
    width: 178px;
    height: 14px;
    margin: 10px auto 0 auto;
}
.cate img{
   border-radius: 100%
}
.cate-img span{
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
}
.ctimg{
    width: 120px;
    height: 120px;
    display: table-cell;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.1);
    background-color: #fff;
    vertical-align: middle;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: 0.3s ease;
}
.cate:hover .ctimg{
    border: 2px solid #9ac100;
}
.cate a{
    display: inline-block
}
.cate{
    margin-top: 2px;
}
/* testimonial */
#testi .owl-pagination{
    margin-top: 30px;
}
#testi{
    max-width: 1200px;
    margin: 0 auto;
}
.testibr .item{
    border: 2px solid #9ac100;
    border-radius: 0;
    padding: 40px;
    border-bottom: none
}
.testibr .tbleft::before{
    content: '';
    border-bottom: 2px solid #9ac100;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 0;
}
.testibr .tbright::after{
    content: '';
    border-bottom: 2px solid #9ac100;
    position: absolute;
    width: 30%;
    right: 0;
    bottom: 0;
}
.testibr .item ul{
    display: inline-block;
    background: transparent;
    position: relative;
    margin-bottom: -47px;
    bottom: -42px;
}
#testi .owl-wrapper-outer{
    padding-bottom: 42px;
}
.parallex {
    padding: 25px 15px;
   /* background: url('../../assets/img/testibg.jpg');
    background-attachment: fixed;*/
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: cover;
}

.t1 {
    background-image: url('../../assets/img/David.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.t2 {
    background-image: url('../../assets/img/Mia.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.t3 {
    background-image: url('../../assets/img/Robert.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.t4 {
    background-image: url('../../assets/img/Temoignage-Adrien.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.parallex .item li{
    display: inline-block;
    vertical-align: middle;
}
.parallex .item p{
    /*color: rgba(255,255,255,0.5);*/
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0
    color: #7a7a7a;
}
.parallex .item h2{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
    color: #9ac100;
}
.parallex .item h3{
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
/* logoslider */
.logos .lslide{
   /* border: 1px solid #e1e1e1;*/
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 1px;
}
/* blog */
.blog_post_content_bottom{
    background-color: #fff;
    position: relative;
    margin: -30px 20px 0 20px;
    border-radius: 4px;
    padding: 15px 5px;
}
.blog_post_content_bottom hr{
    border-top: 2px solid #9ac100;
    width: 15%;
    margin: 0 auto;
}
.blogdt span{
    display: inline-block;
    color: #555;
    text-transform: capitalize;
    margin: 15px 0 10px 0;
}
.blogsp{
    padding: 0 15px;
}
.read_more.btn-primary{
    text-transform: uppercase;
}
.blog_post_content{
    margin: 0
}
.post_content p{
    color: #8d8d8d;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 23px;
}
.post_title{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 500;
    padding: 0 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog_mask .icon {
    border-radius: 4px;
    transform: translate(-50%, -50%);
    border: 2px solid #9ac100;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 4px 0;
    margin: 0 5px;
}
.post_thumbnail{
    position: relative
}
.post_thumbnail img{
    border-radius: 4px;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
    border-radius: 4px;
}
.blog_mask .icon:hover {
    background-color: #9ac100;
    color: #fff;
}
.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;
}
.blog_mask_content{
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
.allbl{
    padding: 15px;
    border: none;
    position: unset;
    margin: 0;
}
.barr{
    padding: 0 15px;
}
.allbl .meta_author{
    color: #222;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    color: #555;
    line-height: 23px;
    overflow: hidden;
    max-height: 113px;
    font-size: 13px;
}
.allbl .post_content p{
    margin-bottom: 0;
    margin-top: 0
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.archb{
    margin-bottom: 40px;
}
#module-wbblog-single .post_title{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 8px;
}
#module-wbblog-single .blog_post_content_top{
    margin-top: 0;
}
#module-wbblog-archive .allbl{
    background-color: #fff;
}
#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;
    border: 1px solid #eee;
    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;
}
.post_d a:hover{
    color: #000;
}
.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 #eee;
    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 #eee;
    border-radius: 4px;
}
.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: 12px;
    color: #777;
}
/* newsletter */
.block_newsletter{
  // background: url('../../assets/img/newbg.jpg');
    padding: 45px 0;
}
.block_newsletter form input.btn-primary{
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}
.block_newsletter .alert{
    margin-top: 4px;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.block_newsletter li{
    display: inline-block;
    vertical-align: middle;
}
.block_newsletter h4{
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.block_newsletter h5{
    color: #f7f7f7;
    font-size: 14px;
    text-transform: capitalize;
}
.block_newsletter li svg{
    margin-right: 10px;
    fill: #9ac100;
}
/* footer */
#scroll {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #9ac100;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 4px;
}
#scroll:hover {
    background-color: #000;
    color: #fff;
}
.email{
    word-break: break-all;
}
#footer_contact .icon {
    margin-right: 15px;
}
.links h3, .links h3 a, .c-info{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.links h3 hr, .c-info hr{
    border-top: 2px solid #9ac100;
    width: 20%;
    margin: 10px 0
}
.thumbnail-container .product-flags .on-sale{
color: #fff;
display:none;
}
.footer-container li a, .fthr .block, .fthr .data a{
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 33px;
    color:#9ac100 ;
    padding: 0;
}
.footer-container li a:hover,.fthr .block:hover,.fthr .data a:hover,.foot-payment li i:hover{
    color: #fff;
    opacity: 1;
}
#footer_contact .icon svg{
    fill: #9ac100
}
.foot-payment li{
    display: inline-block
}
#footer .data {
    margin-left: 34px;
}
.fthr h3{
    margin-top: 25px;
}
.block-social li{
    display: inline-block;
}
.foot-payment li a{
    font-size: 30px;
}
.foot-payment li i{
    color: #666;
    transition: 0.3s ease
}
.copy{
    padding: 5px 0;
    background-color: #9ac100;
}
.copy .text-xs-center a,.copy .text-xs-center a:focus{
    color: #000;
    display: inline-block;
    margin-top: 13px;
}
.block-social li a:hover{
    background-color: #9ac100;
    color: #fff;
}
.block-social li a {
    line-height: normal;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    margin-top: 6px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    color: #000;
    vertical-align: middle;
}
#footer{
    background-color: #f7f7f7;
    margin-top: 50px;
}
.footer-container{
    padding: 60px 0;
}
.block-contact .logo{
    margin-bottom: 30px;
}
#footer .lnk_wishlist{
    padding: 0;
    width: auto;
    color: #666;
}
#footer .lnk_wishlist i{
    display: none
}
/* social follow */
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
.snapchat a::before {
    content: "\f2ab";
    font-family: FontAwesome;
}
/* rating */
 .obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}
.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}
.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}
.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}
.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}
.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}
.pro-review .starm {
    position: unset;
    transition: none;
    transform: none;
    width: auto;
}
.star-main {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    top: -8px;
}
.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
    top: 9px;
}
.rate-avg {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    left: 15px;
    margin-top: 35px;
    opacity: 0;
}
.avg-rate:hover ~ .rate-avg{
    opacity: 1;
}
.rate-avg .num{
    width: 10px;
}
.avgt {
    font-size: 12px;
}
.rate-avg i{
    font-size: 10px;
}
.starm{
    height: 5px;
    transition: all 0.4s ease-in-out;
    width: 0px;
}
.arltr .avg-rate i{
    font-size: 12px;
    margin-right: 2px;
}
.d-inline-block.avg-rate{
    padding: 0 5px 1px 5px;
    border-radius: 4px;
}
.totl {
    color: #666;
    width: 12px;
    text-align: center;
    font-size: 12px;
}
#productCommentsBlock .rate-avg{
    opacity: 1;
    position: unset;
    margin-top: 0;
    box-shadow: none;
}
#productCommentsBlock .avgt{
    font-size: 32px;
}
.ratea{
    font-size: 22px;
}
.rateavg-bo,#productCommentsBlock .rate-avg{
    vertical-align: middle;
    margin-bottom: 20px;
}

.pro-review .avg-rate{
    padding: 0 8px;
}
.pro-review .avg-rate i{
    margin-left: 2px;color: #fff;
}
.pro-review strong{
    text-transform: capitalize;
}
.pro-review .starm.bar5 {background-color: #388e3c;}
.pro-review .starm.bar4 { background-color: #388e3c;}
.pro-review .starm.bar3 {background-color: #388e3c;}
.pro-review .starm.bar2 {background-color: #ff9800;}
.pro-review .starm.bar1 {background-color: #ff6161;}


.avg-rate:hover ~ .rate-avg .starm.bar5 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar4 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar3 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar2 {background-color: #ff9800;}
.avg-rate:hover ~ .rate-avg .starm.bar1 {background-color: #ff6161;}


.starm{
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
}
.avg-rate ~ .rate-avg .starm.bar5{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .2s;
    transition: transform 0s linear .2s;
    transition: transform 0s linear .2s,-webkit-transform 0s linear .2s
}
.avg-rate ~ .rate-avg .starm.bar4{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s,-webkit-transform 0s linear .3s
}
.avg-rate ~ .rate-avg .starm.bar3{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .4s;
    transition: transform 0s linear .4s;
    transition: transform 0s linear .4s,-webkit-transform 0s linear .4s
}
.avg-rate ~ .rate-avg .starm.bar2{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
}
.avg-rate ~ .rate-avg .starm.bar1{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .6s;
    transition: transform 0s linear .6s;
    transition: transform 0s linear .6s,-webkit-transform 0s linear .6s
}
.avg-rate:hover ~ .rate-avg .starm.bar5 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .2s cubic-bezier(0,0,.2,1) .2s,-webkit-transform .2s cubic-bezier(0,0,.2,1) .2s
}
.avg-rate:hover ~ .rate-avg .starm.bar4 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .3s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.3,1) .3s
}
.avg-rate:hover ~ .rate-avg .starm.bar3 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .4s cubic-bezier(0,0,.4,1) .4s,-webkit-transform .4s cubic-bezier(0,0,.4,1) .4s
}
.avg-rate:hover ~ .rate-avg .starm.bar2 {
    background-color: #ff9800; 
    transform: scaleX(1); 
    transition: transform .5s cubic-bezier(0,0,.5,1) .5s,-webkit-transform .5s cubic-bezier(0,0,.5,1) .5s
}
.avg-rate:hover ~ .rate-avg .starm.bar1 {
    background-color: #ff6161; 
    transform: scaleX(1); 
    transition: transform .6s cubic-bezier(0,0,.6,1) .6s,-webkit-transform .6s cubic-bezier(0,0,.6,1) .6s
}
.bg-re5 {background-color: #388e3c; color: #fff;}
.bg-re4 {background-color: #388e3c; color: #fff;}
.bg-re3 {background-color: #388e3c; color: #fff;}
.bg-re2 {background-color: #ff9800; color: #fff;}
.bg-re1 {background-color: #ff6161; color: #fff;}
/* product page */
.product-additional-info svg {
    display: none;
}
.product-additional-info .compare, .product-additional-info .panel-product-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.pro-review{
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px;
}
.product-additional-info .add_to_compare, .product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #9ac100;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    margin-bottom: 4px;
}
.product-additional-info .add_to_compare:hover, .product-additional-info .prowish:hover {
    background-color: #9ac100;
    color: #fff;
}
.rhead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-pack .h4{margin-bottom: 10px;}
.block-reassurance-item .h6{
    font-size: 12px;
    color: #777;
    line-height: 20px;
    font-weight: 600;
}
.tabpro{
    margin-top: 50px;
}
.js-thumb,#zoom{
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
}
.product-tab .nav-tabs .nav-link{
    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: 0 3px;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-prices{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.prodes p{
    margin-bottom: 0
}
.quickview .prodes p{
    height: 92px;
    overflow: hidden;
}
.prodes,.product-variants .product-variants-item{
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #eee;
}
.social-sharing{
    margin-top: 15px;
}
.product-additional-info .buttons_bottom_block{
    margin-bottom: 15px;
}
.propage h1 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    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: 11px;
    width: 15px;
    height: 15px;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
#idWishlist{
    border: 1px solid #eee;
    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;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.product-tab .nav-item{
    display: inline-block;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab{
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #eee;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #9ac100;
    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;
}
.product-reference{
    margin-top: 10px;
}
.prodes p{
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.product-tab .nav-tabs .nav-link.active{
    color: #9ac100;
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}
#category-description{
    padding: 10px 0;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: 0
}
.facet li{
    margin-top: 12px
}
.facet-title{
    color: #9ac100;
    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: #555;
    -webkit-margin-before: -20px;
    text-align: center;
}
#_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: 1px solid grey;
    color: black;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: white;
    border-radius: 4px;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    letter-spacing: 0;font-size: 12px;
}
.products-sort-order .dropdown-menu {
    border: none;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.lgrid svg{
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}
.wb-grid-list .selected svg{
    fill: #222
}
.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: #222;
    color: #fff;
    text-decoration: none;
}
.page-content p{
    margin-bottom: 10px;
}
.sort-by{
    margin-top: 7px;
}
.listds{
    display: none;
}
.wb-product-list .listds{
    display: block;
}
.listds{
    font-size: 13px;
    color: #aaa;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 47px;
    margin-top: 8px;
}
.listds p{
    font-size: 14px;
    color: #aaa;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 47px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.wb-product-list .wb-image-block{
    padding: 0;
}
.products-selection {
    margin: 0 0 15px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 4px;
}
.wb-product-grid{
    margin: 0 -6px;
}
.wb-product-grid .item-product{
    padding: 0 6px;
    margin-bottom: 20px;
}
.wb-product-list .item-product{
    margin-bottom: 20px;
}
#js-product-list .product-miniature{
    padding: 0;
}
.wb-product-list .thumbnail-container{
    float: left;width: 100%;
}
.wb-product-list .thumbnail-container:hover .product-price-and-shipping{
    opacity: 1;
}
.wb-product-list .thumbnail-container .button-group{
    position: unset;opacity: 1;
}
.wb-product-list .thumbnail-container .product-price-and-shipping hr{
    display: none
}
/* pagination */
.pagination {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: inline-block;
    border-radius: 4px;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #9ac100;
    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,.pagination .page-list li.current a{
    background: #9ac100;
    color: #000;
}
.pagination .text-xs-left{
    line-height: 34px;
}
/* other page */
.centerb,.product-tab-item {
    margin-top: 50px;
    margin-bottom: 50px;
}
.deliveryinfo{
    margin-top: 80px;
    margin-bottom: 50px;
}
.home_blog_post_area{
    margin-top: 50px;
}
.sale-bkg .sale{
    display: none
}
.js-terms a{
    color: #9ac100;
    text-transform: capitalize;
    font-weight: 500;
}
#contact .card{
    border: none;
    padding: 0;
}
.product-line-grid-body{
    line-height: 25px;
}
#module-wbblog-single .page-footer,#index .page-footer{
    margin-top: 0;
}
.page-footer{
    margin-top: 30px;
}
/* effect */
.cbanner-1,.cbanner-2{
    margin-bottom: 30px;
}
.beffect:hover a::after {
    opacity: 0;
    height: 85%;
}
.beffect a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.2) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
}
.beffect a{
    display: inline-block;
}
.beffect {
    position: relative;
    overflow: hidden;
}
.beffect img{
    border-radius: 4px;
}
@media (min-width: 768px){  
    .sale{
        position: absolute;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        background-color: #9ac100;
        padding: 6px;
        font-weight: 600;
        top: 25px;
        right: 25px;
        display: none;
    }

    }
    .thumbnail-container .product-flags .new{
        position: absolute;
        left: 45px;
        top: 0!important;
        width: auto;
        font-size: 12px;
        background-color: #9ac100;
        color: #fff;
        text-transform: uppercase;
        transition: 0.3s ease;
        writing-mode: vertical-rl;
        padding: 5px 2px 5px 0;
    }
    .thumbnail-container .product-flags .new::before{
        position: absolute;
        bottom: -10px;
        content: "";
        border-left: 5px solid #9ac100;
        border-top: 5px solid #9ac100;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        left: 0;
    }
    .thumbnail-container .product-flags .new::after{
        position: absolute;
        right: 0;
        bottom: -10px;
        content: "";
        border-right: 5px solid #9ac100;
        border-top: 5px solid #9ac100;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .topright .wishl a,.topright .hcom a,.topright button,.topright button:focus{
        text-transform: capitalize;
        font-size: 14px;
        cursor: pointer;
    }
    .wb-product-list .wb-product-desc{
        text-align: left
    }
}
@media (min-width: 992px){
    .desktop-search{
        position: relative;
        z-index: 1;
        margin: 0 20px;
    }
    #index .header-top {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 30px;
    }
    .header-top.fixed,#index .header-top.fixed {
        position: fixed;
        z-index: 9;
        top: 0;
        transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 15px 0 !important;
    }
    .headcolor{
        border-top: 1px solid #eee;
        padding: 15px 0;
    }
    #index .headcolor{
        border-top: none;
        padding: 0
    }
    .wb-menu-vertical li.level-1 span:hover::after {
        width: 50px;
        border: 1px solid #9ac100;
    }
    .wb-menu-vertical li.level-1 span::after {
        content: '';
        position: absolute;
        border: 1px solid transparent;
        transition: 0.3s ease;
        bottom: -13px;
        width: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .view_menu .more-menu span::after, .wb-menu-vertical li.level-1 .menu-dropdown span::after {
        border: none !important;
    }
    .post_thumbnail:hover .blog_mask_content {
        opacity: 1;
        bottom: 0
    }
    .thumbnail-container .button-group{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        opacity: 0;
        transition: 0.3s ease
    }
    .thumbnail-container:hover .button-group{
        opacity: 1;
        bottom: 5px;
    }
    .thumbnail-container:hover .product-price-and-shipping{
        opacity: 0;
    }
    .thumbnail-container .product-price-and-shipping{
        min-height: 48px;
    }
    .home-menu span{
    	display:none;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .block-social li a{
        min-width: 30px;
        min-height: 30px;
        padding: 2px 0
    }
    .deliveryinfo ul li h4{
        font-size: 13px;letter-spacing: 0
    }
    #_desktop_user_info{
        margin: 0 10px;
    }
    .cbanner-2 img{
        max-width: 217px;
    }
    .cbanner-1, .cbanner-2 {
        margin-bottom: 7px;
    }
    .block_newsletter form input.btn-primary{
        padding: 0 6px;
    }
    .blogdt span{
        font-size: 12px;
    }
    .post_title{
        padding: 5px 0
    }
    #search #js-product-list .wb-product-grid .item-product,#manufacturer #js-product-list .wb-product-grid .item-product{
        width: 25%;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a,.deliveryinfo ul li p{
        font-size: 12px;letter-spacing: 0
    }
    .links h3, .links h3 a, .c-info, .footleft h3{
        font-size: 16px;letter-spacing: 0
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .header-top{
        padding: 12px 0
    }
    .desktop-search{
        float: right;
        margin-top: 11px;
    }
    .cbanner-1, .cbanner-2 {
        margin-bottom: 5px;
    }
    .cbanner-2,.cbanner-3,.wb-block-instagram-social{
        display: none
    }
    .block-contact{
        margin-bottom: 20px;
    }
    .block-contact .logo {
        margin-bottom: 10px;
    }
    .block_newsletter h5{
        font-size: 12px;letter-spacing: 0
    }
    .block_newsletter h4{
        font-size: 16px;
    }
    .deliveryinfo  .sbr ul{
        margin-top: 0px;
    }
    .deliveryinfo [class*="col-"]:nth-child(2) ul{
        margin-top: 0;
    }
    .blogsp {
        padding: 0 5px;
    }
    .product-line-grid-right .qty{
        padding: 0
    }
    .footer-container li a, .fthr .block, .fthr .data a{
        letter-spacing: 0
    }
    #search #js-product-list .wb-product-grid .item-product,#manufacturer #js-product-list .wb-product-grid .item-product{
        width: 33.33%;
    }
    .links h3, .links h3 a, .c-info{
        font-size: 15px;letter-spacing: 0
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a,.sub-cat li a{
        font-size: 12px;
    }
    #_mobile_user_info{
        position: relative;
        margin: 0 20px;
        margin-top: 10px;
        cursor: pointer;
    }
    #_mobile_cart{
        position: relative;
        margin-top: 9px;
    }
    .block_newsletter form input.btn-primary{
        padding: 0 6px;
    }
    .desktop-search svg{
        width: 28px;
        height: 27px;
    }
}
@media (max-width: 991px){
    .wb-menu-vertical li.level-1 > a span, .view_more span,#header .wb-menu-vertical ul li.level-1 ul li a.product_img_link{
        margin: 0
    }
    .svgbg{
        margin: 0
    }
    .copy .text-xs-center a{
        margin-bottom: 12px;
    }
    .wbSearch{
        padding: 15px;
    }
    .centerb, .product-tab-item,.parallex{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .deliveryinfo {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .home_blog_post_area {
        margin-top: 30px;
    }
    /*.block_newsletter{
        padding: 20px 0
    }*/
    .copy .text-xs-left,.copy .text-xs-center,.copy .text-xs-right{
        text-align: center
    }
    .shop-c,.thumbnail-container .product-price-and-shipping hr{
        display: none
    }
    /* 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 .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        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,.06);
        clear: both;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #000;
        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;
    }
    .dnone{
        display: none;
    }
    .dblock{
        display: block;
    }
    #wrapper,#footer{
        display: block !important;
    }
    #menu-icon .navbar-toggle{
        border: none;
        background: transparent;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 15px;
    }
    #_mobile_currency_selector,#_mobile_language_selector{
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px 1px;
        margin-top: 7px;
    }
    #_mobile_currency_selector select,#_mobile_language_selector select{
        -webkit-appearance: none;
        font-size: 12px;
        letter-spacing: 0;
    }
    #_mobile_language_selector{
        margin: 0 2px;
    }
    #_mobile_logo img{
        max-width: 90%;
    }
    .button-search{
        min-width: 75px;
    }
    .deliveryinfo ul li p{
        font-size: 12px;
    }
    #footer{
        margin-top: 30px;
    }
    .pagination{
        margin-top: 0;
    }
    .footer-container {
        padding: 30px 0;
    }
    .pagination .text-xs-left{
        font-size: 12px;
        letter-spacing: 0
    }
    .product-customization .custom-file button{
        padding: 0 5px;
        font-size: 12px;
    }
    .product-customization{
        font-size: 12px;
    }
    .product-actions .add-to-cart{
        padding: 0 5px;
    }
    .product-customization .btn-primary.float-xs-right{
        padding: 7px 5px;
        font-size: 12px;
    }
    .rless{
        margin: 0 -5px;
    }
    .cless{
        padding: 0 5px;
    }
}
@media (max-width: 767px){
    .thumbnail-container .product-flags .new{
        position: absolute;
        top: 5px !important;
        left: 5px;
        font-size: 11px;
        text-transform: capitalize;
        letter-spacing: 0
    }
    .sale{
        position: absolute;
        top: 5px !important;
        right: 5px;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: 0
        font-weight: 600;
        display: none;
    }
    .cbanner-1, .cbanner-2{
        margin-bottom: 5px;
    }
    .cbanner-2,.cbanner-3{
        display: none;
    }
    .propage h1{
        margin-top: 20px;
        font-size: 14px;
    }
    #search_block_top #search_query_top{
        border-radius: 4px 0 0 4px;
    }
    #search_block_top .btn.button-search{
        min-width: auto
    }
    .block_newsletter form input{
        height: 45px;
    }
    .block-social li a{
        min-width: 30px;
        min-height: 30px;
        padding: 2px 0;
    }
    .parallex{
        padding: 20px 15px;
    }
    .heading{
        font-size: 18px;
    }
    .thumbnail-container .button-group button,.thumbnail-container .button-group a{
        min-width: 30px;
        min-height: 30px;
        padding: 4px 0
    }
    .testibr .item{
        padding: 20px;
    }
    .testibr .item ul{
        margin-bottom: -42px;
        bottom: -17px;
    }
    .blog_post_content_bottom{
        position: unset;
        margin: 0
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh::after{
        display: none
    }
    #_mobile_cart{
        position: relative;
        margin-top: 12px;
    }
    #header .wb-menu-vertical ul li.level-1 ul li .content_price{
        margin: 4px 0 3px 0;
    }
    .blogdt span,.parallex .item p{
        font-size: 12px;letter-spacing: 0
    }
    .block_newsletter form input.btn-primary{
        padding: 0 6px;
    }
    .price{
        font-size: 14px;
    }
    .wb-product-list .wb-product-desc{
        padding-left: 0;padding-right: 0
    }
    .desktop-search{
        float: right;
        margin-top: 15px;
    }
    .header-top {
        padding: 8px 0;
    }
    #_mobile_user_info{
        cursor: pointer;
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 13px;
    }
    .user-info svg,.blockcart svg{
        width: 26px;height: 25px;
    }
    .desktop-search button svg{
        width: 23px;
        height: 22px;
    }
    .copy .text-xs-left,.copy .text-xs-right{text-align: center}
    .wb-dropdown-cart.defaultcart{
        top: 40px;
    }
    #wrapper .breadcrumb ol{
        margin-top: 20px;
    }
    .post_content p{
        font-size: 12px;
    }
    .post_thumbnail{
        margin-top: 0;
    }
    .slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
        display: none
    }
    .facet-label a span{
        position: unset;
    }
    #category #search_filter_toggler{
        padding: 6px 0;
    }
    #blockcart-modal .product-name{
        margin-top: 15px;
    }
    .product-tab .nav-tabs .nav-link {
        padding: 10px 5px;
        font-size: 12px;
        letter-spacing: 0
    }
    .form-control-label{
        padding-top: 0
    }
    .forgotten-password .form-fields label.required{
        text-align: left;
        padding: 0
    }
    .quickview .propage h1{
        margin-top: 0;
    }
    .quickview .modal-body{
        padding: 0 15px 15px 15px;
    }
    .arltr a,#description p,.prodes p, .product-variants .product-variants-item,.page-content p,.attachment p{
        font-size: 12px;
        letter-spacing: 0.5px
    }
    .footer-container {
        padding: 20px 0;
    }
    .links .title .h3{
        font-size: 14px;
    }
}
@media (max-width: 599px){
     #owl-spe .wb-image-block,#owl-spe .wb-product-desc{
        width: 100%;
        padding: 0
    }
    .cbanner-1,.cbanner-4{
        width: 100%;
    }
    .barr {
        padding: 0 6px;
    }
    .testibr .tbleft::before,.testibr .tbright::after{
        width: 15%;
    }
    .tabs .nav-tabs .nav-item{
        margin: 0 5px;
    }
    .pro-tab li a{
        letter-spacing: 0;
        padding: 6px 8px;
    }
    
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    #owl-image-slider .owl-nav{
        display: none
    }
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    .sro{
        margin-top: 10px;
    }
    .pagination .text-xs-left,.pagination .text-xs-right{
        text-align: center;
        width: 100%;
    }
    .rname,.post_metas li{
        font-size: 12px;
    }
    .imgbanner .beffect{
        margin-bottom: 5px;
    }
    .wb-product-grid .item-product{
        width: 50%;
    }
}
@media (max-width: 1199px){
    .quickview .mask{
        display: none
    }
}
@media (min-width: 1200px){
    .quickview .product-cover img {
        max-width: 500px;
    }
}
@media (min-width: 1200px) and (max-width: 1589px){
    .post_content p{
        letter-spacing: 0
    }
    .cbanner-2 img{
        max-width: 267px;
    }
    .cbanner-1, .cbanner-2 {
        margin-bottom: 11px;
    }
    #testi{
        max-width: 900px;
    }
    .blogdt span{
        font-size: 13px;
    }
    .blogsp{
        padding: 0 7px;
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .lgrid{
        width: 40%;
    }
    .sro{
        width: 60%;
    }
    .wb-product-grid .item-product{
        width: 33.33%;
    }
    .wb-product-list .item-product,.deliveryinfo [class*="col-"],.cbanner-1,.cbanner-4{
        width: 50%;
    }
    .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2){
        margin-bottom: 40px;
    }
}
@media (max-width: 1589px){
    .post_title{
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
}
@media (min-width: 1590px){
    #left-column,#search #js-product-list .wb-product-grid .item-product,#manufacturer #js-product-list .wb-product-grid .item-product{
        width: 20%;
    }
    #content-wrapper.left-column{
        width: 80%;
    }
}

@media(min-width: 992px){
    #_desktop_logo.fixed{
        position: fixed;
        left: 10%;
        z-index:99;
        max-width:294px;
        top: 0;
    }
}
/*MODIF*/
.header-top.fixed  #_desktop_top_menu{
	float:right;
	
}
.header-top.fixed  #_desktop_top_menu li{
    margin: 0 5px;
}
.header-top.fixed .wb-menu-vertical li.level-1 > a{
font-size:14px;
}
@media (min-width: 992px){
.wb-menu-vertical li.level-1
	{
	margin: 0 10px;
	display: inline;
	}
.desktop-search{
  position: static;
 /*
    right: 0;
    top: 0;*/
}	
}
.block_newsletter{
    background-size: cover;
    text-align: center;
}
.block_newsletter form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.block_newsletter form input[type="text"] {
    padding: 11px;
    width: 100%;
    border: none;
    background: #ebebeb;
    border-radius: 4px;
}    
.block_newsletter h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}
.block_newsletter .alert{
position:static;
}
.block_newsletter p {
    margin-bottom: 0;
    color: #999;
    margin-top: 10px;
}
.block_newsletter form input.btn-primary{
    margin: 0 10px;
    border-radius: 4px;
}
.toprt {
background: url('../../assets/img/fodn-paralaxe.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
    padding: 50px 0;
    }
.heading span {
    display: block;
    vertical-align: middle;
    position: relative;
}
.toprt .heading {
    color: #fff;
}
.heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.toprt .heading strong {
    color: #aaa;
}
.heading strong {
    margin-top: 2px;
    font-size: 13px;
    line-height: normal;
    display: block;    
}
.thumbnail-container{
 background-color: #f8f8f8;
}
.toprt .thumbnail-container{
    margin-bottom: 30px;

}

.thumbnail-container {
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
    transition: 0.3s ease;
    background-color: #fff;
    border-radius: 4px;
    /*min-width: 340px;*/
}
.toprt .productmcat {
    position: unset;
    margin-bottom: 6px;
    display: inline-block;
}
.productmcat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #777;
    text-transform: capitalize;
    margin: 0 auto;
        margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
}
.toprt .thumbnail-container .product-price-and-shipping {
    margin-top: 5px;
}
.thumbnail-container .product-price-and-shipping {
    min-height: 22px;
    transition: 0.3s ease-in-out;
}
.toprt .wb-image-block{
padding: 0;
overflow: hidden;
}
.thumbrel {
    position: relative;
}
.toprt .thumbnail-container .product-thumbnail {
    display: block;
}
.toprt .thumbnail-container .product-thumbnail {
    text-align: center;
}
.owl-carousel .owl-item img {
    width: auto;
    margin:auto;
}
.toprt .owl-carousel .owl-buttons {
    position: absolute;
    right: 15px;
    top: -74px;
}
#_desktop_top_menu .dropdown.js-dropdown{
    top: 0px;
    right: 0px;
}
.logo.img-responsive{
    width: 100%;
}
#footer, .block_newsletter{
background-color:#403E3D;
}
.footer-container{
border-top: 1px solid #fff;
}

.container.prestablog #blog_list_1-7 .block_top img{
max-height: 323px;
}
@media (min-width: 992px){
.container.prestablog #blog_list_1-7 .block_cont{
/*min-height:510px;*/
    position: relative;
}
}
.container.prestablog #blog_list_1-7 .blog_post_content_bottom{
/*position: absolute;*/
    display: block;
    
    margin: auto;
    width: 100%;
    bottom: 0;
    margin-bottom:10px;
}
@media (min-width: 992px){
.container.prestablog #blog_list_1-7 .blog_post_content_bottom{
/*position: static;*/
}
}
.footer-container span.h3, .footer-container h4, .footer-container h3, .footer-container .fa {
color:#fff;
}
/*STICKY AHN*/
body{
background:none;
}
.header-top.fixed #_desktop_top_menu {
    float: none;
    display:block;
}
.col-sm-2.sticky-logo, .col-sm-2.sticky-top-right{
display:none;
}
.sticky-top-right svg{
width:18px;
height:18px
}
.sticky-top-right .shop-c h3, .sticky-top-right  .cartdet h3{
font-size: 14px;
}
.sticky-top-right .shop-c h4, .sticky-top-right .cartdet h3
{
font-size: 12px;
}
.header-top.fixed .d-inline-block{
/*float:left*/
}
.header-top.fixed .container{
width:100%;
}
.header-top.fixed .blockmenustick, .sticky-top-right{
padding: 15px 2% 0 0;
}
/*.sticky-top-right{
padding: 15px 0 0;
}*/
#main #content {
overflow-x: hidden;
   max-width: 100%;
}
.featured-products .product-miniature .on-sale.on-sale{
    background: #d60000;
    display:none
}
@media (min-width: 992px){
.header-top.fixed, #index .header-top.fixed {
    padding: 0!important;
    width: 1400px !important;
}
.header-top.fixed .desktop-search{
 top:15px;
}
.header-top.fixed  .headcolor{
	padding:0px;
}
#index .header-top{
    position: static; 
    padding-bottom: 15px;
    padding-left: 2% !important;
    padding-right: 2% !important;
    
}
}
/*STICKU */
.btn-primary , .btn-success{
background-color: #9ac100;
}

.headcontact {
float:left;
}
#index .object {
   
    background: url('../../assets/img/loadind-gif.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
   
}
#wbsearch_content_result p.loanding{
   background: url('../../assets/img/ttv_loading.gif');
}
.featured-products h1{
display:none;
}
#checkout-personal-information-step .nav-item a{
    font-size: 17px;
    font-weight: 600;
}

.cart-detailed-totals #cart-subtotal-shipping {
	margin-top: 15px;
}	
.cart-detailed-totals #cart-subtotal-shipping .value{	
	font-weight:bold;
}
.h5 .current-price {
font-size:1.3em;
}
.h5.has-discount .current-price {
color: black;
}
.h5.has-discount .current-price .discount-percentage{
color:#222;
}

.cart-detailed-totals, .cart-summary-line .label, .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value, .card-block p, .cart-summary-line .value{

    font-weight: 600;
}
#blog_list_1-7 .block_cont{
position:relative;
}
#blog_list_1-7 .blog-grid .block_bas{
padding:20px;
}
.block-category{
    display: inline-block;
}
.block-category .bh{
margin-bottom: 1px; 
}
.page-product .product-flag.new{
display:none;
}
.cart-drop-table .text-xs-right{
font-weight:600;
}
.container.prestablog{
margin-bottom:25px
}
body#checkout section.checkout-step .carrier-price.free{
	
    	font-size: 16px;
    	font-weight: 600;
    	display: inline-block;
	}
/*.copy.fixed{
	position: fixed;
    width: 100%;
    bottom: 0;
    margin: auto;
}*/
.deliveryinfo {
    margin-top: 60px;
    margin-bottom: 10px;
}
.deliveryinfo ul li h4{
    margin-top: 2px;
    margin-bottom: 5px;
}
.deliveryinfo ul{
    padding: 5px 5px;
  border: navajowhite;
}
.deliveryinfo ul li p{
margin-bottom: 0px;
    line-height: normal;
}

.no-account a{
font-weight:600

}
.order-options label{
text-align:left;
}
#footer_contact .block a, #footer_contact .dayopen {
font-size:10px;
line-height: 1.5em;
}
 #footer_contact .dayopen{
 display: inline-block;
 margin-left: 5px;
 margin-bottom: 10px;
 }
 .fb-customerchat iframe, .fb_dialog_content iframe{
 right:auto!important;
 left:12px;
 }
/*MODIF*/

#owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-spe.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: -40px;
    top:35%;
    right: auto;
}
#owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-spe.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    left: auto;
    top:35%;
    right: -40px;
}
#owl-new.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: 40px;
    top:35%;
    right: auto;
}
#owl-new.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    left: auto;
    top:35%;
    right: 0px;
}
#owl-fea.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: 40px;
    top:35%;
    right: auto;
}
#owl-fea.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    left: auto;
    top:35%;
    right:0px;
}
.card .h2.hidden-lg-up.text-xs-center{
padding: 1rem;
    border-bottom: 1px solid #8e8e8e;
    font-weight: 600;
}
/*#wrapper{
position: relative;
    z-index: 1;
}
#wrapper #main, .header-top{
background: #fff;
}*/
/*Reponsive*/
/*@media (min-width: 768px){
#footer.fixed{
position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 25px auto 0px;
    z-index:-1;
    transform: translate3d(0,0,0);
    
}
}*/ 
@media (max-width: 991px){
.top-logo.center-block{
	display:inline-block;
	    text-align: center;
	}
#menu-icon .navbar-toggle{
	    margin-left: 15px;
}
#_search_mobile{	
padding: 10px;
}
}	
@media (max-width: 767px){
 .deliveryinfo{
 	margin-top:5px;
 }
 	.deliveryinfo .sbr{
        margin-top: 10px;
    }
	.row.deliveryinfo ul svg{
		fill: #9ac100;
		width: 30px;
    height: 30px;
	}
	.deliveryinfo ul li:nth-child(1){
	    border: 1px solid #9ac100;
	    border-radius: 50%;
	    float: left;
	    padding: 5px 0;
	    min-width: 40px;
    min-height: 40px;
    	}
	 .deliveryinfo ul li{
	 float: left;
	 }   
	 .deliveryinfo ul li p, .deliveryinfo ul li h4{
	     text-align: left;
	 }
	.thumbnail-container{
	min-width: unset;
	}
	body#checkout section.checkout-step .carrier-delay{
	margin: 25px auto 15px;
	}
	body#checkout section.checkout-step .carrier-price.free{
	text-transform: capitalize;
    	font-size: 16px;
    	font-weight: 600;
    	display: inline-block;
	}
	#owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-spe.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: 0px;
	}
	#owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-spe.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 0px;
	}
	.centerb, .product-tab-item, .parallex {
    margin-top: 15px;
	
}	
@media (max-width: 480px){
#_mobile_logo img {
    max-width: 90%;
}
}
#wrapper{
margin-bottom:10px;
}
}
@media (min-width: 1600px){
/*.homeslider-container #owl-image-slider{
height:560px;
} */
.homeslider-container .owl-carousel .owl-item img{
width:100%;
}
}  
.facebook-fanbox{
	overflow:hidden;
}
.facebook-fanbox span,.facebook-fanbox span iframe{
	max-width:100%;
}
main{
    width: auto;
}    
@media (min-width: 992px) and (max-width: 1599px){
#_desktop_logo.col-sm-6{
	width:45%;
}
.col-sm-3.topright{
	width:30%;
}
.wb-menu-vertical .menu-dropdown li a{
line-height:35px !important;
}
.menugame .wb-sub-menu.menu-dropdown{

    /* margin: auto; */
    margin-left: calc(50% - 50vw);
    left: 0;
    }
}
.menupromogame .wb-sub-menu.menu-dropdown{
    
    /* margin: auto; */
    margin-left: calc(50% - 50vw);
    left: 0;
    }
    
@media (min-width: 992px) and (max-width: 1701px){
.header-top.fixed #_desktop_user_info .d-inline-block, .header-top.fixed #_desktop_cart .d-inline-block{
    float: left;
}

.sticky-top-right .shop-c h4, .sticky-top-right .cartdet h3 {
    font-size: 12px;
}

.sticky-top-right .shop-c h3, .sticky-top-right .cartdet h3{
 font-size: 12px;
}
#_desktop_user_info{
margin:0px;
}
.text-xs-right.sticky-top-right {
text-align: initial;
}
.header-top.fixed .blockmenustick, .sticky-top-right {
    padding: 15px 1% 0 0;
    margin-top: 2%;
    margin-bottom: 2%;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.deliveryinfo ul li:nth-child(1){
	display:block;
}

}
@media (min-width: 768px) and (max-width: 991px){
	.deliveryinfo{
	text-align: left;
	}
.deliveryinfo ul:hover li:nth-child(1){
	text-align: center;
}
}
@media (min-width: 1200px) and (max-width: 1599px){
.deliveryinfo ul li:nth-child(1){
	min-width: initial;
       min-height: initial;
       padding: 10px 0;
       padding: 0px 0 5px;
}
.deliveryinfo ul {
display: inline-block;
}

.deliveryinfo ul li {
   float:left;
   overflow: visible;
    
}
.deliveryinfo ul li p{
font-size:10px
}
}

 #owl-fea.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-new.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, #owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -46px;
    margin-left: -24px;
    }
    #owl-fea.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-new.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next, #owl-best.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -46px;
    }

@media(max-width: 767px){
  #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -46px;
    margin-left: -24px;
    }
    #owl-logo.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -46px;
    }
}

.google-reviews {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 1000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.google-reviews .rating {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 30%;
    text-align: right;
    padding-right: 5%;
}

.google-reviews .stars {
    display: flex;
    justify-content: left;
    margin-bottom: 5px;
}

.google-reviews .stars i {
    color: #fbc02d;
    font-size: 20px;
    margin: 0 2px;
}

.google-reviews .reviews-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-reviews .reviews-link a {
    text-decoration: underline;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    display: block;
    font-style: italic;
}

.google-reviews .reviews-link a:hover {
    color: #005b8a;
}

.google-reviews .reviews-link img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.product-flags {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(205, 219, 40, 0.4);
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    z-index: 5;
}

.thumbnail-container .product-flags .new { 
    display: none !important; 
}

/* Fix slider mobile panier */
.cart-slider-mobile {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.cart-slider-mobile img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  max-width: 100% !important;
}

/* Empêcher le débordement sur la page panier mobile */
@media (max-width: 767px) {
  #main .cart-grid {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .cart-grid > .cart-slider-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* font-display swap - performance */
@font-face { font-family: 'Noto Sans'; font-display: swap; }
@font-face { font-family: 'Material Icons'; font-display: swap; }
@font-face { font-family: 'Manrope'; font-display: swap; }

/* Réserver l'espace pour les carrousels - anti CLS */
.owl-carousel { min-height: 300px; }
#owl-related.owl-carousel { min-height: 350px; }


/* Enlever le troncage du texte des produits sur mobile */
@media(max-width:767px){
  .product-title{white-space:normal!important;text-overflow:unset!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
}