 /*!
 * @update 10.06.2020
 * @author Webibazaar Template https://www.webibazaar.com
 * @contact info@webibazaar.com 
 * @license
 * Copyright  2016-2020 Winter Infotech Team
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */

/* 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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    background-color: #fff;
}
main{
    font-size: 0.875rem;
    background-color: #fff;
}
.main-container{
    background-color: #fff;
}
a{
    color: #222;
    text-decoration: none;
    transition: 0.3s ease;
}
.lb-nav a {
    transition: none;
}
svg{
    vertical-align: middle;
}
ul{
    margin-bottom: 0;
}
[disabled],.owl-theme .owl-nav .disabled {
    cursor: no-drop !important;
}
a:hover,a:focus{
    color:#fe462d;
    text-decoration: none;
    outline: none;
}
button:focus,button:hover{
    color: #222;
    text-decoration: none;
    outline: none;
}
:focus{outline: none;}
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper{
    min-height: 350px;
}
.fancybox-skin{
    background-color: #fff;
    border-radius: 0;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#222;
  border-radius: 10px;
  outline: 1px solid slategrey;
}
img{
    border-radius: 5px;
}
.zoomWindow{
    top: 0 !important;
}
.f1{
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}
.f4{
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.label{
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.lang-flag{margin-top: -2px;}
#wrapper, #footer {
    box-shadow: none;
    display: block !important;
}
.boxed .header-top{
    position: unset;
    border-radius: 0
}
.boxed .topmenu{
    height: auto;
    padding-top: 0;

}
@media(max-width: 384px){
    .fancybox-error{
        padding: 8px;
        white-space: unset;
    }
}
.m-img{
    padding: 5px;
}
/*loader start */
#index #loading-center-absolute {
       position: absolute;
    left: 0;
    height: 70px;
    width: 70px;
    right: 0;
    margin: 0 auto;
}
#index #page-preloader {
   position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
    margin: 0 auto;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 45%;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
}
.object{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
   /*  background-size: 100px; */
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* cart dropdown */
.cart-det {
    padding: 10px;
}
.hcart{
    cursor: pointer;
}
.head-cart-drop {
    width: 290px;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: 5px;
}
.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{
    width: 70%;
}
.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 */
/* sticky header */
.fixed {
    position: fixed !important;
    z-index: 100 !important;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    padding-top: 0 !important;
    height: auto !important;
}
@media(max-width: 1700px){
    .header-top{
        position: unset !important;
        border-radius: 0 !important
    }
    .topmenu{
    padding-top: 0 !important; 
    height: auto !important;
    }
    #top-links-n{
        display: none;
    }
    /*.statmenu {
    width: 75%;
    padding: 0;
}*/
    .statmenu1 {
    width: 100%;
    padding:0;
}
}
@media (max-width: 1199px){
    .quickview .mask{
        display: none
    }
}
@media (min-width: 1200px){
    .quickview .product-cover img {
        max-width: 500px;
    }
}
@media(max-width: 599px){
     .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    .pro-tab{
        margin-bottom: 15px !important;
    }
    .pro-tab h2, .home-heading h2,.test-bg .home-heading h2{
        font-size: 16px !important;
    }
    .pro-tab.tabs .nav-tabs .nav-link{
        font-size: 15px !important;
        margin-top: 10px !important;
    }
    .product-tab-item .js-product-miniature{
        margin-bottom: 20px !important
    }
    .test-bg .home-heading{
        margin-bottom: -64px !important;
    }
    #testi{
        padding-top: 95px !important;
    }
    #footer{
        padding-top: 20px !important;
    }
    .block_newsletter form{
        margin-bottom: 0  !important
    }
    .block_newsletter{
        margin-top:15px !important;
    }
}
/* add to cart modal */
#blockcart-modal .cart-content p span{
        color: #888;
    font-size: 14px;
}
#blockcart-modal .cart-products-count i{
        display: none;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0px;
}
.mhr{
    margin: 0;
    padding: 10px 0;
}
#blockcart-modal .close{
    color: #000;
    padding: 15px;
}
.modprice{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{    
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: .5px;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
    transition: 0.3s ease;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 14px;
    letter-spacing: 1px;
}

#blockcart-modal .modal-title{
    padding: 15px 15px;
}
#blockcart-modal .modal-body{
    padding: 15px 0;
}
.js-product-miniature{
    position: relative;
}
.product-tab-item .js-product-miniature{
    margin-bottom: 30px;
}
.product-tab-item ul li .js-product-miniature:last-child{
    margin-bottom: 0px;
}
/* cart modal over */
/* header */
.headleft{
    color: #fff;
    fill: #fff;
    text-transform: capitalize;
}
#header {
    background-color: #fff;
}
.header-nav .dropdown-menu,.user-down,.se-do,.language-selector .dropdown-menu, .currency-selector .dropdown-menu{
    border-top: 2px solid #fe462d;
    border-radius: 0;
}
.user-down li,.se-do li{
    /* padding: 0px 10px; */
    line-height: 30px;
    border-radius: 0;
    width: 200px;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 !important;
}
.user-down li,.se-do li img{
    border-radius: 0
}
.se-do li a{
    padding:0;
}
.wb-cart-item-info .regular-price,.wb-cart-item-info .price{
    padding: 0;
    background-color: transparent;
    color: #222;
}
.wb-cart-item-info .current-price,.wb-cart-item-info .product-discount{
    display: inline-block;
}
.header-nav {
    background-color: #fe462d;
    padding: 10px 0;
    height: 90px;
}
.se-do{
    min-width: 13rem;
    line-height: 25px;
    padding: 10px 8px;
    text-transform: capitalize;
}
.se-do button{
    border: 1px solid #eee;
    cursor: pointer;
    padding: 3px 7px;
    margin-top: 10px;
    font-size: 13px;
    margin-left: 1px;
    margin-right: 1px;
}
#_desktop_language_selector, #_desktop_currency_selector, .wishl, .hcom{
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}
#_desktop_cart,#_desktop_user_info{
    display: inline-block;
    cursor: pointer;
}
#_desktop_cart{
    position: relative;
}
#_desktop_user_info {
    margin: 12px 40px;
}
#_desktop_logo {
    margin-top: 6px;
}
#_desktop_language_selector button, #_desktop_currency_selector button, .right-nav a, #_desktop_user_info .nav-link{
    transition: 0.3s ease;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu {
    display: none;
    top: 44px;
    margin-top: 0;
}
.language-selector .dropdown-menu li, .currency-selector .dropdown-menu li{
    width: 140px;
}
#_desktop_language_selector button:hover, #_desktop_currency_selector button:hover,#_desktop_user_info .nav-link:hover{
    color: #fe462d;
}
.hcom svg,#_desktop_cart svg,.wishl svg,.setting svg,#_desktop_user_info .nav-link svg{
    transition: 0.3s ease;
    cursor: pointer;
}
.wishl:hover svg,#_desktop_cart:hover svg,.hcom:hover svg,.set:hover svg,#_desktop_user_info .nav-link:hover svg{
    fill: #fe462d ;
}
.cartc {
    font-size: 13px;
    font-weight: 500;
}
.blockcart .cart-products-count {
    position: absolute;
    font-size: 12px;
    color: #fff;
    width: 15px;
    height: 15px;
    background-color: #fe462d;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    padding: 0px 4px;
    display: inline-block;
    bottom: -4px;
    left: 17px;
}
.topmenu {
    background-color: #f5f5f5;
    height: 101px;
    padding-top: 50px;
}
.search_widget {
    padding: 0;
    position: relative;

}
.search_widget::after{
    position: absolute;
    content: '';
    border-left: 1px solid #ededed;
    width: 1px;
    height: 100%;
    left: -70px;
    top: 0;
}
.search_widget::before{
    position: absolute;
    content: '';
    border-right: 1px solid #ededed;
    width: 1px;
    height: 100%;
    right: -70px;
    top: 0;
}
/* static menu */
.statmenu li{
    display: inline-block;
    margin: 15px 11px;
}
.statmenu a {
    font-size: 1rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    text-align: center;
    display: inline-block;
}
.statmenu a:hover{
    color: #fe462d;
}
.statmenu li.headsp{
    margin: 15px 0;
}
@media(min-width: 768px){
    .wb-menu-vertical{
        position: relative;
    }
    
}
@media(min-width: 1701px){
    .statmenu{
        width: 60%;
    }
}
@media(min-width: 1410px){
    #_desktop_top_menu {
        width: 20%;
    }
    
    #top-links-n{
        width: 20%;
        margin:15px 0;
    }
}
/* slider */
.slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
    color: #fff;
    font-size: 20px;
    margin: 5px;
    padding: 5px 0;
    background: #222;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    border: 2px solid #222;
    transition: all 0.3s ease 0s;
    opacity: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
.slideshow-panel:hover .owl-theme .owl-nav [class*="owl-"]{
    opacity: 1
}
.slideshow-panel .owl-theme .owl-nav [class*="owl-"]:hover{
    color: #fe462d;
    background: transparent;
    border: 2px solid #fe462d;
}
.slideshow-panel:hover .owl-theme .owl-nav .owl-next{
    right: 40px;
}
.slideshow-panel:hover .owl-theme .owl-nav .owl-prev{
    left: 40px;
}
.slideshow-panel .owl-theme .owl-nav .owl-next{
    right: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 45%;
}
.slideshow-panel .owl-theme .owl-nav .owl-prev{
    left: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 45%;
}
.owl-theme .owl-nav{
    margin: 15px auto; 
    width: 72px;
    border-bottom: 1px solid #999;

}
#owl-image-slider.owl-theme .owl-nav{
    border-bottom: none;
}
/* banner */
.cbanner-2{
    margin-bottom: 30px;
}
.imgbanner{
    position: relative;
}
.img-2 {
    margin-bottom: 30px;
}
/* product */
.product-tab-item{
    margin-top: 70px;
}
.pro-tab.tabs li{
    background-color: #fff;
    position: relative;
}
.pro-tab.tabs .nav-tabs .nav-link {
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    position: relative;
    color: #939393;
    margin-top: 20px;
}
.pro-tab.tabs .nav-tabs .nav-link.active,.pro-tab.tabs .nav-tabs .nav-link:hover {
    color: #fe462d;
}
.nav-item.tabl {
    margin: 0 50px;
}
.pro-tab{
    margin-bottom: 30px;
    position: relative;
}
.pro-tab h2,.home-heading h2,.co-heading h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.pro-tab h2 hr,.home-heading h2 hr,.co-heading h2 hr,.test-bg .home-heading hr{
    width: 120px;
    border-top: 2px solid #fe462d;
    margin-bottom: 0;
}
.home-heading{
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    text-align: center;
}
.co-heading h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}
.co-heading{
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"]:hover {
    /*background: #fe462d;*/
    /*border: 1px solid #fe462d;*/
    color: #fe462d;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"] {
    color: #000;
    font-size: 18px;
    padding: 0px 3px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    /*border: 1px solid #e4e4e4;*/
    /*min-width: 35px;*/
    /*min-height: 35px;*/
    text-align: center;
    border-radius: 0;
    transition: 0.3s ease;
    /*position: absolute;*/
    /*top: -70px;*/
    margin: 0;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"]:hover svg{
    fill:#fe462d;
}
.owl-theme .owl-nav i{
    font-size: 25px;
}

.next-prevb .owl-theme .owl-nav .disabled{
    cursor: no-drop !important;
}
.discount-product {
    position: absolute;
    top: 10px !important;
    right: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #000;
    padding: 2px 10px;
    border-radius:15px 0px 0px 15px;
}
.new {
    position: absolute;
    top: 10px !important;
    left: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #fe462d;
    padding: 2px 10px;
    border-radius: 0 15px 15px 0;
}
.wb-image-block img {
    width: auto !important;
    border-radius: 5px 5px 0 0;
}
.thumbnail-container .product-title {
    font-size: 0.865rem;
    color: #000;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease 0s;
    padding-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 10px 0;
}
.thumbnail-container .product-title a {
    color: #222;
    transition: all 0.4s ease 0s;
}
.cartb.disabled{
    cursor: no-drop !important;
    opacity: .65;
}
.thumbnail-container .product-title:hover,.thumbnail-container .product-title a:hover{
    color: #fe462d;
}
.wb-image-block .first-img {
    transition: all 0.6s ease 0s;
    opacity: 1;
}
.wb-image-block .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 40%) scale(0.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%, 0%);
}
.thumbnail-container .product-price-and-shipping {
    transition: all 400ms ease-in-out;
    height: 21px;
}
.regular-price {
    text-decoration: line-through;
    color: #9f9e9e;
    font-size: 14px;
    font-weight: 500;
}
.price {
    font-size: 16px;
    font-weight: 500;
    color: #fe462d;
}
.thumbnail-container .pwish span,.thumbnail-container .wb-compare-content span{
    display: none;
}
.button-group a:hover,.cartb:hover{
    cursor: pointer;
    fill: #fff;
    background-color: #fe462d;
    border: 1px solid #fe462d;
}
.button-group a, .cartb{
    border: 1px solid #dfdfdf;
    fill: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0;
    background-color: #f5f5f5;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.thumbnail-container {
    position: relative;
    overflow: hidden;
    /*border: 1px solid #e4e4e4;*/
}
.thumbnail-container .wb-product-desc{
    padding: 10px 7px;
    /*margin-bottom: 12px;*/
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
}
@media(min-width: 992px){
    .button-group .compare,.button-group .wishlist,.add-cart,.topbtn{
        margin-bottom: 5px;
    }
    .topbtn {
        position: absolute;
        right: 0;
        top: 75px;
        transition: .3s ease;
        opacity: 0;
    }
    .thumbnail-container:hover .topbtn {
        opacity: 1;
        right: 14px;
    }
     .thumbnail-container .discount-product {
        transition: .3s ease;
    }
    .thumbnail-container:hover .discount-product {
        /*opacity: 0;*/
    }
    .header-top {
    padding: 25px 0;
    position: absolute;
right: 75px;
left: 75px;
background-color: #fff;
z-index: 99;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
margin-top: -50px;
border-radius: 5px;
}
}
.get-n {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;

}
.top-get-n {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
}
/* service */
.h-ser{
    clear: both;
    margin-top: 50px;
}
.deliveryinfo {
    cursor: crosshair;
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-radius: 5px;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    /*text-align: center;*/
}
.deliveryinfo .ses ul {
    /*border: 1px solid #f5f5f5;*/
    transition: .3s ease;
    /*padding: 20px;*/
}
.deliveryinfo ul li svg {
    fill: #222;
}
.deliveryinfo ul:hover svg {
    fill: #fff;
}
.ser-t h4 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom:5px;
}
.ser-t p {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ser-svg {
    /*width: 75px;
    height: 75px;
    background-color: #f5f5f5;
    text-align: center !important;
    padding-top: 17px;
    margin: 0 auto;
    transition: .3s ease;*/
}
.ser-t {
    /*margin-top: 15px;*/
}
.deliveryinfo ul:hover .ser-svg svg{
    fill: #fe462d;
}
.deliveryinfo ul:hover .ser-t h4{
    color: #fe462d;
}
/* service over */
/* category */
.cate-img span{
    text-transform: capitalize;
    display: inline-block;
    margin-top: 15px;
    color: #bcbcbc;
    transition: .3s ease;
}
.cate-img span:hover{
    color: #fe462d;
}
.center-banner,.imgbanner,.img-banner,.catebg{
    margin-top: 70px;
}
.cate-img {
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
   background-color: rgba(0, 0, 0, 0.5);
   padding: 10px 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transition: .3s ease;
    border-radius: 0 0 5px 5px;
}
.catbo:hover .cate-img{
    background-color: #fe462d;
    transition: .3s ease;
}
.catbo img{
    width: auto !important;
}
.catbo {
    background-color: #f5f5f5;
    transition: .3s ease;
    /*width: 165px;*/
    /*height: 165px;*/
    /*padding-top: 8px;*/   
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
/* testimonial */
.test-bg{
    margin-top: 70px;
}
.testi1 {
    background-image: url('../../assets/img/testi1.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    border: 2px solid #fe462d;
}
.testi2 {
    background-image: url('../../assets/img/testi2.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    border: 2px solid #fe462d;
}
.testi3 {
    background-image: url('../../assets/img/testi3.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    border: 2px solid #fe462d;
}
#testi p {
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #6a6a6a;
    margin: 0 auto;
    max-width: 700px;
    margin-top: 15px;
    margin-bottom: 0;
    height: 80px;
    overflow: hidden;
}
.text-p{
    position: relative;
    vertical-align: top;
}
.text-p svg{
    fill: #b2b2b2;
}
#testi .quote {
    background-image: url('../../assets/img/quote.png');
    position: absolute;
    width: 57px;
height: 50px;
top:15px;
}
#testi h3 {
    font-size: 15px;
    margin-top: 35px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
    color: #ff4136;
}
#testi .first-t1{
    color: #6a6a6a;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
#testi {
    border-radius: 5px;
    padding: 25px 200px;
    margin-top: 50px;
    background-image: url('../../assets/img/testbg.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px
}
#testi .quote::after {
    
}
.owl-dots{
    margin-top: 25px !important;
} 
#testi.owl-theme .owl-dots .owl-dot span {
    background: #929292;
    width: 12px;
    height: 12px;
    position: relative;
}
#testi.owl-theme .owl-dots .owl-dot span::before {
    border: 1px solid transparent;
    content: '';
    border-radius: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -4px;
}
#testi.owl-theme .owl-dots .owl-dot.active span{
    background: #ff4136;
}
.content_test {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding:40px 15px;
}
.quote {
    margin-top: 0 !important;
}
.test-bg .home-heading {
    position: relative;
    z-index: 99;
    margin-bottom: -92px;
    top: 35px;
}
.test-bg .home-heading h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #fff;
}
/* blog */
#module-wbblog-single .page-footer{
    margin: 0;
}
@media(min-width: 992px){
    .stickyb{
        position: sticky;
        top: 15px;
    }
}
#index .blog_post_content_top {
    position: relative;
    padding:0;
}
.wbblog_img{
    /*border-radius: 0px;*/
}
.meta_author {
    font-size: 14px;
    color: #8d8d8d;
}
.blogd.text-xs-center {
    font-size: 15px;
    color: #8d8d8d;
    margin: 12px 0;
}
.meta_author i {
    margin-right: 5px;
}
.blog_mask .icon {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #1a1a1a;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
}
.post_thumbnail{
    position: relative
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    1 z-index: 1;
    -webkit-transform: scale(1);
}
.blog_mask .icon:hover {
    background-color: #fe462d;
    color: #fff;
    border: 2px solid #fe462d;
}
.blog_mask_content{
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
.blog_mask .icon i {
    vertical-align: middle;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.sep{
    margin: 0 15px;
}
.btb{
    margin: 0 3px;
}
#blog .post_title{
    font-size: 18px;
    padding-bottom: 2px;
    margin: 1px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
}
#blog .blog_post_content_bottom{
    box-shadow: 2px 2px 10px  rgba(0,0,0,.2);
    /*position: absolute;*/
    margin-left: -25px;
    z-index: 99;
    padding: 25px 5px;  
    margin-top: 37px;
    background-color:#fff;
    border-radius: 5px;
}
.post_title a{
    color: #000;
}
.post_title a:hover{
    color: #ff4136;
}
.read_more{
    text-transform: uppercase;
}
.post_content p{
    color: #8d8d8d;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    max-height: 20px;
    overflow: hidden;
}
.allbl .blog_post_content_top img{
    border-radius: 0px 0px 0 0
}
.allbl .blogc span,.allbl .blogc a{
    color: #a9a9a9;
    font-size: 12px;
}
.allbl .blog_post_content{
    margin-bottom: 15px;
}
#module-wbblog-single .allbl{
    padding: 15px 0;
    border: none;
}
.allbl .meta_author{
    color: #000;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    color: #555;
    font-size: 12px;
    line-height: 23px;
}
.allbl .post_content p{
    font-size: 13px;
    border-bottom: none;
    margin-bottom: 0
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    padding: 0;
    min-height: auto;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.archb{
    margin-bottom: 20px;
}
#module-wbblog-single .post_title{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    min-height: auto;
    margin-bottom: 15px;
}
#module-wbblog-single .blog_post_content_top{
    margin-top: 0;
}
#module-wbblog-archive .allbl{
    background-color: #fff
}
#module-wbblog-archive .blog_post_content{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#module-wbblog-archive .content_more a{
    text-decoration: none;
}
.post_d i{
    font-size: 14px;
    color: #bbb;
    margin-right: 10px;
}
.post_d a,.post_d span{
    color: #bbb;
    transition: 0.3s ease;
}
.post_d a:hover{
    color: #222;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 12px;
}
.post_metas li{
    display: inline-block;
    direction: ltr;
}
.comment_list li{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.comment_list li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.allbl .meta_category{
    margin: 0 15px;
}
.wco{
    margin-left: 33px;
}
/* comment */
.commlist{
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
    border-radius: 0px;
}
.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;
}
/* logo */
.logobg {
    margin-top: 30px;
}

.logo-slider{
    padding:15px;
    background-color: #f5f5f5;
}
/* footer */
.foot-payment i {
    font-size: 22px;
    color: #b2b2b2;
}
.foot-payment i:hover {
    color: #ff4136;
}
#footer_contact .c-info{
    margin-top: 15px;
}
#footer_contact .icon svg {
    fill: #fe462d;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.ad {
    margin-left: 33px;
}
#footer {
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-top: 40px;
}
.c-info,.links .h3, .links h3 a, .footleft h3{
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: block;
}
.footer-container li a, #footer .lnk_wishlist,#footer_contact{
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #767676;
    word-break: break-all;
}
.footer-container li a:hover, #footer .lnk_wishlist:hover,.foot-payment i:hover{
    color: #fe462d;
}
.block-social .social li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 3px 0px;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color: #d0d0d0;
    border-radius: 50px;
    line-height: 40px;
}
.social {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
}
.block-social{
    position: relative;
    padding: 0;
}
.middle-footer{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.painfo {
    margin-top: 15px;
}
.block-social .social li a::before{
    font-size: 16px;
    transition: all 0.3s ease 0s;
    line-height: 0;
    color: #000;
}
.block-social .social li:hover a::before{
    color: #fff !important;
}
.block-social .social li:hover{
    background-color: #fe462d;
}
.foot-copy{
    /*margin-top: 40px;*/
    /*background-color: #000;*/
    padding: 15px 0;
}
.foot-app li{
    display: inline-block !important;
}
.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;
}
.foot-payment li{
    display: inline-block !important;
}
.foot-payment i{
    font-size: 30px;
    color: #939393;
}
.emsg{
    color: #7f8389;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 22px;
}
.block_newsletter .btn {
    background-color: #fe462d;
    font-weight: 500;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
    margin-top: 15px
}
.block_newsletter .btn:hover{
    background-color: #333;
    color: #fff;
}
.block_newsletter .alert{
    position: absolute;
    left: 0;
    right: 0;
    padding: 6px 10px;
    margin-top: 5px;
    z-index: 9;
}
.block_newsletter h4 {
    font-size: 14px;
    text-transform: capitalize;
    color: #999999;
    margin-top: 10px;
}
.foot-copy ._blank {
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding:15px 0;
}
.foot-copy ._blank:hover{
    color: #fe462d;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #fe462d;
    outline: none;
    z-index: 2;
    line-height: 28px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    transition: 0.3s ease;
    border-radius: 5px;
}
#scroll i {
    font-size: 22px;
}
#scroll:hover {
    background-color: #000;
    color: #fff;
}
/* product page */
.propage .wb-wishlist-button svg{
    fill: #222;
    transition: 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot span:hover,.owl-theme .owl-dots .owl-dot:hover span{
    background: #fe462d;
}
.owl-theme .owl-dots .owl-dot span {
    background: #c0c0c0;
    width: 12px;
    height: 12px;
}
.viewpro{
    margin-top: 30px;
}
.propage .wbproductcountdown {
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    position: unset;
    width: 180px;
    text-align: center;
}
.product-prices .wbproductcountdown div{
    margin-bottom: 0;
}
.propage .wbproductcountdown h3{
    padding-bottom: 10px;
    padding-top: 0;
}
.propage .wbpc-main{
    margin-bottom: 0;
}
.allbtn .com-des{
    display: none;
}
.propage .wb-compare-content .complus{
    display: none;
}
.prelated{
    margin-top: 30px;
}
.carthr{
    margin-top: 0;
}
.js-thumb,#zoom{
    cursor: pointer;
    border-radius: 5px; 
    /*border: 1px solid #eee;*/
}
.otherm{
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}
.otherm .menuicon{
    float: left;
    padding: 0 20px;
    margin-top: -4px;
}
.otherm .close-nav .material-icons{
    padding-top: 3px;
}
.product-tab li a{
    padding: 10px 15px;
    font-weight: 500;
}
.arr{
    padding: 0 15px;
}
#description p{
    margin-bottom: 0;
    line-height: 22px;
    font-size: 13px;
}
#xs-zoom img{
    border: none !important;
}
.product-tab .tab-pane, .pro-review{
    padding: 15px;
}
.pro-review{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}
#wbproduct_comments_block_tab a{
    margin-top: 10px;
}
.product-prices{
    border-bottom: 1px solid #f2f2f2;
    /* padding-bottom: 16px; */
}
.product-minimal-quantity {
    margin: 0;
}
.prodes p,.prodes span{
    font-size: 12px;
    margin-bottom: 0;
}
.prodes,.product-variants .product-variants-item{
    border-bottom: 1px solid #f2f2f2;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
/*  border-bottom: 1px solid #fff; */
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #f2f2f2;
}
.social-sharing{
    margin-top: 15px;
}
.product-additional-info .buttons_bottom_block{
    margin-bottom: 15px;
}
.propage h1 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.arltr{
    margin-top: 10px;
}
.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;
    text-transform: capitalize;
}
.product-quantity .add{
    margin: 0 10px;
}
.product-variants > .product-variants-item ul li label{
    margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color{
    margin-top: 8px;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    font-size: 12px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.block-reassurance-item img{
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 100%;
    padding: 9px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.block-reassurance-item .h6{
    font-size: 12px;
    color: #777;
    line-height: 20px;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.arltr i{
    font-size: 16px;
    margin-right: 5px;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab .nav-item a:hover, .product-tab .nav-item a.active {
    color: #fe462d;
}
.product-tab{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.propage .star_content,#criterions_list .star_content,.comment_author .star_content{
    z-index: 0;
    position: unset;
    padding-bottom: 0;
    text-align: left;
}   
.data-sheet li{
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 500;
}
.data-sheet .name{
    color: #aaa;
    text-transform: uppercase;
    font-weight: 500;
    width: 125px;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}
.retesp {
    margin: 0 5px;
}
.custhr {
    margin-bottom: 0;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #fe462d;
    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-tab .nav-item{
    display: inline-block;
    position: relative;
}
.product-tab .nav-item a:hover{
    color: #fe462d;
}
.product-manufacturer {
    margin-bottom: 10px;
}
#xs-zoom .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    font-size: 22px;
}
#xs-zoom .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    font-size: 22px;
}
#xs-zoom img{
    width: auto !important;
}
@media (min-width: 768px){
    .sticky{
        position: sticky;
        top: 15px;
    }
    .wb-menu-vertical .menu-vertical, .wbMenu-top .menu-vertical {
        display: none;
    }
    .wb-menu-vertical .menu-vertical.wb-active, .wbMenu-top .menu-vertical.wb-active {
        display: block;
    }
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}

.facet li{
    margin-top: 12px
}
.facet-title{
    color: #fe462d;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}
.facet-label a span {
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #aaa;
    -webkit-margin-before: -20px;
    background: #f8f8f8;
    padding: 2px 0;
    text-align: center;
    min-width: 23px;
    min-height: 23px;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.content-ajax-search .wb-list-product-reviews{
    margin-top: 7px;
}
.wb-grid-list{
    margin-top: 5px;
    padding: 0 5px;
}
.total-products p {
    margin-bottom: 0;
    margin-top: 6px;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    font-size: 14px;
    border-radius: 25px;
    color: #fff;
    padding: 6px 5px 1px 8px;
    background-color: #fe462d;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    font-size: 11px;
    letter-spacing: 0;
}
.products-sort-order .dropdown-menu {
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.lgrid svg{
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}
.wb-grid-list .selected svg{
    fill: #000
}
.products-sort-order .select-list {
    display: block;
    padding: 2px 5px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 0px;
}
.products-sort-order .select-list:hover {
    background: #000;
    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;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
    transition: none;
}
.listds p{
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 38px;
    text-transform: capitalize;
}
.listds{
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 12px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
}
.products-sort-order,.lgrid{
    padding: 0;
}
.wb-product-grid .product-miniature{
    padding: 0;
}
.wb-product-list .product-miniature{
    padding: 0;
}
.wb-product-list .wb-image-block{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.wb-product-grid .wb-product-desc{
    min-height: 53px;
}
@media(min-width: 768px){
    .wb-product-list .wb-product-desc{
        text-align: left;
        padding: 0 15px;
    }
    .wb-product-list .product-title{
        font-size: 18px;
        transition: none;
        position: unset !important;
        margin-top: 0 !important;
        margin-bottom: 10px;
        padding: 2px 0 !important;
    }
    .wb-product-list .thumbnail-container .product-title a{
        transition: none;
    }
    .wb-product-list .thumbnail-container .add-cart,.wb-product-list .button-group .compare, .wb-product-list .button-group .wishlist{
        display: inline-block;
    }   
    .wb-product-list .thumbnail-container:hover .wb-list-product-reviews, .wb-product-list .thumbnail-container:hover .product-price-and-shipping{
        opacity: 1;
    }
    .wb-product-list .thumbnail-container .wb-list-product-reviews, .wb-product-list .thumbnail-container .product-price-and-shipping {
        transition: none;
    }
}
@media(min-width: 992px){
    .wb-product-list .button-group{
        margin-top: 10px;
    }
    .wb-product-list .product-price-and-shipping{
        float: none;
    }
    .wb-product-list .topbtn{
        position: unset;
        opacity: 1;
        transition: none !important;
    }
    .wb-product-list .button-group a, .wb-product-list .cartb{
        margin: 0;
    }
    .wb-product-list .thumbnail-container:hover .discount-product{
        opacity: 1;
    }
}
.wb-product-list .cate {
    width: 130px;
    height: 130px;
    padding-top: 20px;
}

@media(min-width: 1590px){
    .wb-product-list .wb-image-block{
        width: 22%;
    }
    .wb-product-list .wb-product-desc{
        width: 78%;
        
    }
}
.wb-product-list .wb-product-desc{
    background-color: transparent;  
}
/* category img */
#cat_tab .nav-item{
    display: block;
}
/* pagination */
.pagination {
    display: inline-block;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
    margin-top: 30px;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #222;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 5px 7px 5px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 0px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus,.pagination .page-list li.current a{
    background: #fe462d;
}
.pagination .text-xs-left{
    line-height: 34px;
}
.otherh{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
.wb-image-block {
    position: relative;
    /*margin-bottom: 12px;*/
}
.wb-product-grid .item-product{
    /*padding: 0 10px;*/
    margin-bottom: 20px;
}

.wb-product-list .item-product{
    padding: 0 0px;
}
.wb-product-grid{
    margin: 0 -10px;
}
.category-cover img{
    border-radius: 0px;
    width: auto;
    padding: 0 15px;
}

.wb-product-list{
    margin: 0;
}
@media(min-width: 600px){
    .allbtn .quick-view svg{
        display: none;
    }
}
@media(min-width: 320px) and (max-width: 767px){
    .wb-product-list .item-product {
        padding: 0 5px;
    }
    .wb-product-list {
        margin: 0 -5px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
        font-size: 12px;
        letter-spacing: 0;
    }
    .middle-footer #block_myaccount_infos,.lnk-link{
        padding:0;
    }
}
/* other pages */
#cta-terms-and-conditions-0{
    color: #fe462d;
}
@media(min-width: 1200px){
    .ui-autocomplete{
        width: 12%;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product {
        width: 20%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block {
        width: 35%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc {
        width: 65%;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        width: 50%;
        float: left;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        padding: 0 5px;
    }
    #search .wb-product-list,#manufacturer .wb-product-list{
        margin: 0 -5px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #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%;
    }
    .ui-autocomplete {
        width: 9%;
    }
    .search_widget::after{
        left: -30px
    }
    .search_widget::before{
        right: -30px;
    }
    #blog .blog_post_content_bottom{
        margin-top: 70px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    #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: 35%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc {
        width: 65%;
    }
     .ui-autocomplete {
        width: 20%;
    }
    
}
@media(min-width: 900px) and (max-width: 991px){
    #blog .blog_post_content_bottom{
        margin-top: 60px;
    }
}
.wish-image-block img,.wb-wishlist-product img{
    border: 1px solid #eee;
    border-radius: 0px;
}
.page-content.page-cms {
    border: 1px solid #eee;
    border-radius: 0px;
    background: #fff;
    padding: 1.25rem;
    text-align: justify;
}
#delivery label{
    text-align: left;
}
#submitWishlist {
    padding: 10px 20px;
}
.product-line-grid-body{
    line-height: 25px;
}
.page-footer{
    margin-top: 15px;
}
#module-blockwishlist-mywishlist .page-content .wishlist_default p {
    margin-bottom: 0;
}
#index .page-footer{
    margin-top: 0
}
.quickview .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.quickview #webizoom .js-thumb{
    border: none;
    margin-bottom: 8px;
    border: 1px solid #f1f1f1;
}
#checkout #block-reassurance{
    display: none;
}
@media(max-width: 1199px){
    .thumbnail-container .product-price-and-shipping{
        float: none;
    }
    .progre{
        text-align: center !important;
    }
    .quickview .mask, .quickview .arrows{
        display: none;
    }
    .center-banner, .imgbanner, .img-banner, .catebg,.product-tab-item,.h-ser,.home-heading,.home-heading{
        margin-top: 30px !important;
    }
    #testi{
            padding: 25px 15px;
           padding-top: 120px;
    }
    .pay-connect{
        display:none;
    }
    
}
@media(min-width: 768px){
     .wb-product-list .progre{
        text-align: left !important;
    }
}
.product-line-grid-right .price{
    background-color: transparent;
    padding: 0 15px;
}
.product-line-info.has-discount .discount{
    background-color: transparent;
    color: #222;
    padding: 0 5px;
    margin-bottom: 10px;
}
@media(max-width: 360px){
    .thumbnail-container .regular-price, .thumbnail-container .price{
        font-size: 12px !important;
    }
    .product-line-grid-right .price, .product-line-grid-right .qty {
        width: 100%;
    }
}
/* responsive */
@media(min-width: 1410px){
    #left-column{
        width: 20%;
    }
    #content-wrapper.left-column{
        width: 80%;
    }
}
@media(max-width: 1409px){
    .itempricex{
        display: none !important;
    }

}
@media (min-width:1200px) and (max-width: 1409px) {
    #testi p {
        max-width: 730px;
    }
    .post_content p {
        margin-bottom: 10px;
    }
    .blogd.text-xs-center {
        margin: 5px 0;
    }
    .blog-ct{
        padding: 20px;
    }
    .wb-product-grid .item-product{
        width: 33.33%;
    }
    #testi{
        padding: 25px 100px;
        padding-top: 120px;
    }
    #blog .blog_post_content_bottom{
        margin-top: 7px;
    }
    .search_widget::before{
        right: -20px
    }
    .search_widget::after{
        left:-20px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #testi p{
        max-width: 550px;
    }
    .ser-t h4 {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .statmenu li {
        display: inline-block;
        margin: 15px 15px;
    }
    #footer_contact .icon {
        float: none !important;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0 !important;
    }
}
@media(max-width: 991px){
   .button-group .compare,.button-group .wishlist,.add-cart,.topbtn{
        display: inline-block;
    }
    .footab{
        text-align: center;
        margin-bottom: 20px;
    }
    .button-group {
        margin-top: 10px;
    }
    .button-group .compare,.button-group .wishlist,.add-cart,.topbtn{
        display: inline-block;
    }
    .cate-na{
        font-size: 12px;
    }
    .te-hr,#testi.owl-theme .owl-dots .owl-dot{
        display: none;
    }
    #testi .quote::after {
        height: 40px;
    }
    .block_newsletter{
        text-align: center;
        margin-bottom: 0px;
    }
    .header-nav{
        height: auto;
    }
    .header-top{
        padding:15px 0;
    }
    .search_widget::before{
        display: none;
    }
    .search_widget::after{
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    #_desktop_user_info {
        margin: 12px 20px;
    }
    .button-search{
        width: auto;
        padding: 0 15px;
    }
    .ser-ss.ses {
        margin-top: 30px;
    }
    .statmenu li {
        margin: 15px 7px;
    }
    
    .links h3 a{
        font-size: 14px;
    }
    .c-info, .links .h3, .links h3 a, .footleft h3{
        font-size: 14px;
    }
    .footer-container li a, #footer .lnk_wishlist, #footer_contact{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    .wbpc-main .count {
        font-size: 12px;
    }
    .wbpc-main .time::after {
        margin: 0 6px;
    }
    #testi p{
        text-align: center;
    }
    .blockcart .cart-products-count {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .wb-menu-row{
        margin: 0;
    }
    #header .wb-menu-vertical ul li.level-1 > a strong,.thumbnail_lightbox.icon{
        display: none;
    }
    .test-bg,.slider-banner{
        margin-right: 0;
        margin-left: 0;
        margin-top: 0
    }
    #blockcart-modal .product-name{
        margin-top: 10px;
    }
    #blockcart-modal .modal-body{
        padding-top: 0;
    }
    #wbsearch_content_result{
        left: 0;
        right: 0;
    }
    .wb-menu-vertical ul{
        display: block;
    }
    #wrapper, #footer {
        display: block !important;
    }
    .mobile .navbar-toggle {
        background: transparent;
        border: none;
        padding: 0;
        margin-right: 10px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 5px;
        min-width: auto;
        min-height: auto;
        margin-left: 0;
        color: #222;
    }
    #_mobile_user_info {
        position: relative;
        margin: 1px 15px 0 15px;
        z-index: 9;
        cursor: pointer;
    }
    #_mobile_cart {
        position: relative;
        margin-top: 1px;
        cursor: pointer;
    }
    .header-nav svg,#search_toggle svg{
        width: 24px;
        height: 24px;
        fill: #222;
    }
    .header-nav .user-down svg{
        width: 14px;
        height: 14px;
        fill: #222;
    }
    #header .header-nav {
        background-color: #fff;
        padding: 10px 0;
    }
    #_mobile_currency_selector, #_mobile_language_selector {
        display: inline-block;
        font-size: 13px;
        margin: 5px 5px;
        padding: 3px 3px;
        border: 1px solid #eee;
        border-radius: 0px;
    }
    .user-down{
        width: 235px;
    }
    .header-nav .dropdown select{
        -webkit-appearance: none;
    }
    #header .header-nav .top-logo a img {
        max-width: 115px;
        margin-top: 0px;
    }
    #_desktop_cart{
        display: none;
    }
    .button-search {
        height: 40px;
        width: auto;
        padding: 0 25px;
    }
    #search_query_top{
        height: 40px;
    }
    .com-wish{
        margin: 0;
        display: none;
    }
    .search_widget {
        padding: 0;
    }
    .position-static {
        margin-top: 0;
    }
    #index #content-wrapper{
        padding: 0;
    }
    .imgbanner .img-banner1,.offerbanner123 .sell-banner{
        margin-top: 15px
    }
    .imgbanner,.img-banner1{
        margin-top: 15px !important
    }
    .search_widget::before,.search_widget::after{
        display: none;
    }
    .deliveryinfo .col-xs-12{
        /*margin-bottom: 30px;*/
    }
    .deliveryinfo ul li{
        margin:0 6px;
    }
    .test-bg .home-heading{
        margin-bottom: -70px !important;
    }
}
@media(max-width: 383px){
    .button-group a, .cartb {
    width: 27px;
    height: 27px;
    padding: 2px 0;
    line-height: 20px;
}
}
@media(max-width: 767px){
    .co-heading h2 {
        font-size: 16px;
    }
    .propadding {
        padding: 0 8px;
    }
    .marginrow {
        margin: 0 -8px;
    }
    .header-top {
        padding: 10px 0;
        position: unset;
        padding-top: 0;
        box-shadow: none;
    }
    /*.button-group a, .cartb {
        width: 27px;
        height: 27px;
        padding: 2px 0;
        line-height: 20px;d
    }*/
    .wbSearch{
        padding: 10px;
    }
    .wb-product-grid .item-product {
        padding: 0 5px;
    }
    .wb-product-grid {
        margin: 0 -5px;
    }
    .slider-banner{
        margin: 0;
    }
    .block_newsletter form input{
        height: 40px;
    }
    .quickview .modal-body{
        padding-top: 0;
    }
    .facet li{
        margin-top: 0;
    }
    .thumbnail-container .product-title{
        font-size: 14px;
    }
    .form-control-label{
        padding-top: 0;
    }
    .wb-product-list .wb-product-desc{
        padding: 0;
        margin-top: 10px;
    }
    #category #search_filter_toggler.btn {
        width: 100%;
        padding: 6px 4px;
    }
    #wrapper .breadcrumb ol{
        margin-bottom: 10px;
        margin-top: 0;
    }
    .propage h1{
        margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
        display: none;
    }
    .pcart,.pwish span,.pquick span {
        display: none;
    }
    .thumbnail-container .product-title{
        margin: 5px 0;
    }
    .thumbnail-container .product-price-and-shipping{
        margin-bottom: 8px;
    }
    .pro-tab h2, .home-heading h2{
        font-size: 18px;
    }
    #footer_contact {
        border-bottom: none;
        padding: 0 0;
        margin-bottom: 0;
    }
    #footer_contact .icon svg {
        width: 16px;
        height: 16px;
    }
    .block-contact .data h2{
        display: none;
    }
    #footer_contact li{
        display: block;
        margin-bottom: 10px;
    }
    .product-tab-item,.home-heading,.img-banner,.imgbanner,.logobg,.h-ser,.category-back,#testi,#footer{
        margin-top: 30px;
    }
    .img-banner.offbanner1{
        margin-top: 0 !important
    }
    .foot-copy .col-xs-12{
        text-align: center !important;
    }
    #blog .post_title {
        font-size: 14px;
    }
    .block_newsletter h1 {
        font-size: 16px;
    }
    #blog .blog_post_content_bottom {
        padding: 10px 5px;
        margin:0;
    }
}
@media(min-width: 600px) and (max-width: 767px){
    .nav-item.tabl {
        margin: 0 25px;
    }
    .ser-ss{
        margin-top: 20px;
    }
    .img-2 {
        margin-bottom: 10px;
    }
    .sro {
        width: 70%;
    }
    .lgrid {
        width: 30%;
    }
    .deliveryinfo .col-xs-12{
        width: 50%;
    }
    .wb-product-grid .item-product, .wb-product-list .item-product {
        width: 33.33%;
    }
}
@media(max-width: 599px){
    .content_test .float-xs-left{
        float: none;
    }
    .content_test .img-responsive{
        margin: 0 auto;
    }
    .cbanner-2{
        margin-top: 30px;
    }
    .ser-s{
        margin-bottom: 15px;
    }
    
    .wb-product-grid .item-product, .wb-product-list .item-product {
        width: 50%;
    }
    .product-actions .add-to-cart{
        padding: 0 5px;
    }
    .owl-theme .owl-nav{
        display: none;
    }
    
    .thumbnail-container .regular-price,.thumbnail-container .price{
        font-size: 14px;
        letter-spacing: 0;
    }
    .pagination .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .sort-by-row {
        margin-top: 10px;
    }
    .products-selection .filter-button {
        padding-left: 0;
    }
    .nav-item.tabl {
        margin: 0px 15px;
    }
    #block-reassurance .col-xs-4,.imgbanner .col-xs-6,.img-banner .col-xs-6{
        width: 100%;
    }
    .imgbanner .col-xs-6:first-child{
        margin-bottom: 10px;
    }
    .product-tab li a {
        padding: 10px 3px !important;
        font-size: 12px;
        letter-spacing: 0;
    }
    .wb-menu-vertical .icon-drop-mobile{
        right: 10px;
    }
    .foot-copy ._blank{
        font-size: 10px !important;
        padding: 10px 0 !important;
    }
}
/* sidenav */
.close-nav span{
    color: #fff;
    text-transform: uppercase;
}
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;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
    background-color: #222;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}
.dblock{
    display: block;
}
.dnone{
    display: none;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.close-nav i{
    font-size: 16px;
    color: #fff;
}
/* banner effect */
.beffect a {
    display: block;
    overflow: hidden;
    position: relative;
}
.beffect a::after {
    background: rgba(255,255,255,.5);
}
.beffect:hover a::after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
.beffect a::after {
    background: rgba(0,0,0,.22);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}
.beffect img{
    /*border-radius: 0px;*/
}
/* banner effect end */
#header .wb-menu-vertical ul li.level-1 .regular-price{
    display: none;
}
.fb1 {
    background-repeat: no-repeat;
    height: 36px;
    width: 112px;
    background-image: url('../../assets/img/f1.png');
    display: inline-block;
    vertical-align: middle;
}
.fb2 {
    background-repeat: no-repeat;
    height: 36px;
    width: 123px;
    background-image: url('../../assets/img/f2.png');
    display: inline-block;
    vertical-align: middle;
}
.list-inline-pay {
    padding-left: 0;
    list-style: none;
    margin: 10px 0;
}
.pay-connect ul li {
    display: inline-block;
}
#product .compare, #product .pro-wish{
    display: inline-block;
}
.pro-wish::before {
  content: '|';
  position: relative;
  left: 0;
  margin: 0 10px;
}
.compare span{
    display: none;
}
#product .compare span{
    display: inline-block !important;
}