/*
 * 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;
    -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:#fd322c;
    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;
}
/* sticky header */
.fixed {
    position: fixed !important;
    z-index: 100;
    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);
}
@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
    }
   
}
/* add to cart modal */
#blockcart-modal .cart-content p span{
	color: #f00;
	font-size: 1.2rem;
	font-weight:800;
}
#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;
		border-bottom:3px solid #ffbf00;
}
.mhr{
    margin: 0;
    padding: 10px 0;
}
#blockcart-modal .close{
    color: #000;
    padding: 15px;
}
.modprice{
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 10px;
		color:#f00;
}
#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;
		color:#2470bc;
}
#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 #fd322c;
    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: #fd322c;
    padding: 6px 0;
    height: 84px;
		display: none;
}
.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 30px;
}
#_desktop_logo {
    margin-top: 0px;
		display:table;
		height:52px;
}
#_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: #fd322c;
}
.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: #fd322c ;
}
.cartc {
    font-size: 13px;
    font-weight: 500;
}
.head-cart-drop {
    width: 300px;
    padding: 0;
    margin: 12px 0;
    right: 0;
    left: auto
}
.cart-drop-table {
    max-height: 237px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-det {
    padding: 10px
}
.cart-img img {
    max-width: 70px
}
.cart-name {
    overflow: hidden;
    width: 85%;
    margin-bottom: 5px
}
.cartclose {
    position: absolute;
    right: 0;
    top: 0
}
.cart-down {
    position: relative;
    margin-bottom: 10px
}
.qtyp li {
    display: block
}
.qtyp {
    width: 69%;
    margin: 0 3px
}
.cdroptable {
    width: 100%
}
.cart-img {
    float: left;
}
.cdroptable td {
    border: 1px solid #eee;
    letter-spacing: .3px;
    padding: 5px 3px
}
.cart-det .btn-primary {
    margin-top: 10px
}

.cart-det p{margin: 0;}
.blockcart .cart-products-count {
    position: absolute;
    font-size: 12px;
    color: #fff;
    width: 15px;
    height: 15px;
    background-color: #fd322c;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    padding: 0px 4px;
    display: inline-block;
    bottom: -4px;
    left: 17px;
}
.topmenu {
    background-color: #fff;
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    /*padding-top: 33px;*/
}
#search_widget {
    /*padding: 4px 0 0;*/
    position: relative;
		display:table;
		height:50px;

}
#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 20px;
}
.statmenu a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
    color: #808080;
}
.statmenu a:hover{
    color: #fd322c;
}
.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){
   
    #top-links-n{
        width: 20%;
        margin:8px 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: #fd322c;
    background: transparent;
    border: 2px solid #fd322c;
}
.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: 52px;
    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;
    padding-bottom: 12px;
}
.pro-tab.tabs .nav-tabs .nav-link::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #939393;
    height: 2px;
    width: 30px;
    transition: .3s ease;
}
.pro-tab.tabs .nav-tabs .nav-link.active::before, .pro-tab.tabs .nav-tabs .nav-link:hover::before{
    background-color: #fd322c;
    width: 40px;
}
.pro-tab.tabs .nav-tabs .nav-link::after {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fd322c;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 9px;
    width: 8px;
    opacity: 0;
    transition: .3s ease;
}
.pro-tab.tabs .nav-tabs .nav-link.active::after, .pro-tab.tabs .nav-tabs .nav-link:hover::after{
    opacity: 1;
}
.pro-tab.tabs .nav-tabs .nav-link.active,.pro-tab.tabs .nav-tabs .nav-link:hover {
    color: #fd322c;
}
.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 #fd322c;
    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: #fd322c;*/
    /*border: 1px solid #fd322c;*/
    color: #fd322c;
}
.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:#fd322c;
}
.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: 10px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #000;
    padding: 1px 5px;
    border-radius: 5px;
}
.new {
    position: absolute;
    top: 10px !important;
    left: 10px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #fd322c;
    padding: 1px 5px;
    border-radius: 5px;
}
.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;
		height:52px;
}
.wb-product-list .thumbnail-container .product-title {
	height:auto;
	text-align:left;
}
.thumbnail-container .product-title a {
    color: #2470bc;
    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: #fd322c;
}
.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: auto;
}
.regular-price {
    text-decoration: line-through;
    color: #9f9e9e;
    font-size: 14px;
    font-weight: 500;
}
.price {
    font-size: 16px;
    font-weight: 500;
    color: #fd322c;
}
.thumbnail-container .pwish span,.thumbnail-container .wb-compare-content span{
    display: none;
}
.button-group a:hover,.cartb:hover{
    cursor: pointer;
    fill: #fff;
    background-color: #fd322c;
    border: 1px solid #fd322c;
}
.button-group a, .cartb{
    border: 1px solid #dfdfdf;
    fill: #000;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    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:-190px;
        /*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: 15px 0;
    position: absolute;
right: 75px;
left: 75px;*/
background:url(../img/bg_header.jpg) center repeat-x;
background-color: #2470bc;
z-index: 99;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
/*margin-top: -50px;*/
max-height:60px;
width:100%;
/*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;

}
.wbproductcountdown {
    display: none;
}
.top-get-n {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
}
.tag-t-n {
    margin: 0 5px;
}
/* service */
.h-ser{
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
}
.deliveryinfo {
    cursor: crosshair;
    float: left;
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
}
.deliveryinfo ul li {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.deliveryinfo .ses ul {
    /*border: 1px solid #f5f5f5;*/
    transition: .3s ease;
    /*padding: 20px;*/
    position: relative;
}
.deliveryinfo .ses{
    position: relative;
}
.deliveryinfo .ses::after{
    position: absolute;
    content: '';
    right: 0;
    top: 30px;
    width: 1px;
    height: 60px;
    background: #e4e4e4;
}
.deliveryinfo .ses:last-child::after{
    content: none;
}
.deliveryinfo ul li svg {
    fill: #222;
}
.deliveryinfo ul:hover svg {
    fill: #fff;
}
.ser-t h4 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 15px;
}
.ser-t p {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ser-svg {
    width: 70px;
    height: 70px;
    background-color: #f5f5f5;
    text-align: center !important;
    padding-top: 14px;
    margin: 0 auto;
    transition: .3s ease;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.deliveryinfo ul:hover .ser-svg{
    border-color: #fd322c;
}
.ser-t {
    /*margin-top: 15px;*/
}
.deliveryinfo ul:hover .ser-svg svg{
    fill: #fd322c;
}
.deliveryinfo ul:hover .ser-t h4{
    color: #fd322c;
}
/* 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: #fd322c;
}
.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: #fd322c;
    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;
}
.testi2 {
    background-image: url('../../assets/img/testi2.png');
    background-repeat: no-repeat;
}
.testi3 {
    background-image: url('../../assets/img/testi3.png');
    background-repeat: no-repeat;
}
.d-test p {
    color: #939393;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 30px 15px 30px 45px;
    text-align: left;
}
.left-q {
    fill: #fff;
    background-color: #fd322c;
    position: absolute;
    left: 5px;
    top: 66px;
    width: 60px;
    height: 50px;
    padding: 8px;
}
.des_testimonial.d-test p::before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 65px;
    height: 15px;
    width: 30px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.des_testimonial.d-test p::after {
    position: absolute;
    content: '';
    left: -30px;
    top: 46px;
    height: 20px;
    width: 30px;
    clip-path: polygon(0 100%, 100% 41%, 100% 100%);
    background-color: #fd322c;
    opacity: 0.6;
}
.timg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    margin: 0 15px 0 40px;
    background-size: 100%;
}
.test-desc {
    float: left;
    text-align: left;
    padding: 20px 0;
}
.test-cont {
    background: #fff;
}
#testi .owl-item {
    padding: 0 35px;
}
.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 120px;
    margin-top: 50px;
    background-image: url('../../assets/img/testbg.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px
}
.des_testimonial.d-test p {
    position: relative;
}
.des_namepost {
    color: #fd322c;
    font-size: 14px;
    letter-spacing: .8px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.des_dev {
    color: #939393;
    font-size: 12px;
    font-weight: 400;
}
#testi .quote::after {
    
}
.owl-dots{
    margin-top: 25px !important;
} 
#testi.owl-theme .owl-dots .owl-dot span {
    background: #929292;
    width: 8px;
    height: 8px;
    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;
    width: 24px;
}
.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;
}




.obar {
    border-radius: 4px;
    background-color: #f5f5f5;
    width: 100%;
    overflow: hidden;
    height: 8px;
    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;
}


#owl-special .wbproductcountdown {
    display: block;
    margin: 26px 0;
    position: absolute;
    left: 20px;
}
.wbpc-main .time{
    display: block;
    text-align: center;
    color: #000;
    margin:0 0 15px;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    background: #fff;
}
.wbpc-main .label {
    display: block;
    color: #808080;
    text-transform: lowercase;
    letter-spacing: 0.8px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
}
.pro-det .wbpc-main .label {
    background-color: #fff;
}
.wbpc-main .count:hover .label{
    color: #f5f5f5;
}
.wbpc-main .count {

    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    color: #000;
    font-weight: 500;
    border-radius: 50%;

}
#owl-special .thumbnail-container {
    float: left;
    margin-bottom: 0;
    background: #f5f5f5;
    border-radius: 5px;
    padding-left: 90px;
}
#owl-special .wb-image-block {
    width: 49%;
}
#owl-special .second-img {
    display: none !important;
}
#owl-special .product-description {
    width: 50%;
    height: auto;
}
#owl-special .product-description {
    padding: 15px;
    text-align: left;
}
#owl-special .product-title {
    margin: 0;
    font-size: 18px;
    padding: 10px 0 14px 0;
}
#owl-special .wb-product-desc .wb-list-product-reviews {
    margin-bottom: 17px;
    opacity: 1;
    margin-top: 0;
    float: none !important;
}
#owl-special .product-price-and-shipping {
    margin-bottom: 20px;
}
#owl-special .descrip p {
    display: block;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 22px;
    margin: 0;
}
#owl-special .descrip {
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px;
}
.pcart {
    display: none;
}
#owl-special .pcart {
    display: inline-block;
    text-transform: capitalize;
}
#owl-special .cartb svg{
    display: none;
}
#owl-special .topbtn {
    position: relative;
    right: auto;
    top: auto;
    opacity: 1;
    margin-top: 20px;
}
#owl-special .thumbnail-container:hover .topbtn {
    opacity: 1;
    right: auto;
    left: auto;
}

#owl-special .cartb {
    height: auto;
    width: auto;
    padding: 8px 10px 6px;
    background: #333;
    color: #fff;
    border: none;
}
#owl-special .cartb:hover{
    background: #fd322c;
}
#owl-special .button-group a{
    display: inline-block;
    opacity: 0;
}
#owl-special .thumbnail-container:hover .button-group a{
    opacity: 1;
}
#owl-special .button-group .compare, #owl-special .button-group .wishlist, #owl-special .add-cart{
    display: inline-block;
}
/* 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: #fd322c;
    color: #fff;
    border: 2px solid #fd322c;
}
.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{

}
/* 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: #fd322c;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.ad {
    margin-left: 33px;
}
#footer {
	/*background:url(../img/bg_footer.jpg) center top repeat-y;*/
	background:#026ba4;
	margin-top: 50px;
}
.footer-top {

    background: #026ba4 !important;
    /*padding: 30px 0 76px;*/
		padding: 30px 0 10px;

}
.new-info{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}
.c-info, .links .h3, .links h3 a, .footleft h3, .pay-connect1 h3{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: block;
}
.footer-container {
	padding-top: 50px;
}
.footer-container li a, #footer .lnk_wishlist,#footer_contact{
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    word-break: break-all;
}
.footer-container li a:hover, #footer .lnk_wishlist:hover,.foot-payment i:hover{
    color: #FFBF00;
}
.footer-container li:hover .fa{
    color: #FFBF00;
}
.block-social .social li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 3rem;
    height: 3rem;
    padding: 2px 0px;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 50px;
    line-height: 3.6rem;
}
.social {
    display: inline-block;
    position: relative;
    z-index: 1;

}
.block-social{
    position: relative;
    padding: 0;
		text-align:center;
		margin-bottom:20px;
}
.middle-footer{
    padding-bottom: 20px;
}
.painfo {
    margin-top: 15px;
}
.block-social .social li a::before{
    font-size: 2rem;
    transition: all 0.3s ease 0s;
    line-height: 0;
    color: #026ba4;
}
.block-social .social li:hover a::before{
    color: #fff !important;
}
.block-social .social li:hover{
    background-color: #fd322c;
}
.foot-copy{
    /*margin-top: 40px;*/
    /*background-color: #000;*/
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
}
.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;
}
.linkedin a::before {
    content: "\f0e1";
    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;
}
.pay-connect1 {
    margin-top: 25px;
}
.foot-payment li{
    display: inline-block !important;
}
.foot-payment i{
    font-size: 30px;
    color: #939393;
}
.emsg {

    color: #efefef;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 300;

}
.news-p {

    margin: 0 25px;

}
.subscribe {

    float: right;
    display: inline-block;
    width: 54%;
    margin-top: 5px;

}
.block_newsletter .btn {
    background-color: #000;
    border-radius: 0 25px 25px 0;
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .8px;
    padding: 0 22px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
#block-newsletter-label {
    width: auto;
    float: left;
}
#block-newsletter-label  svg{
    vertical-align: top;
    fill: #fff;
}
.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: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
   padding: 0 0 10px;
}
.foot-copy ._blank:hover{
    color: #FFBF00;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #fd322c;
    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;
}



.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: 0px 0;
    float: right;
}
.pay-connect ul li {
    display: inline-block;
}
.down-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    padding-top: 7px;
}
.pay-connect {
    background-color: #fff;
    padding: 32px;
    background-image: url('../../assets/img/news_bg.png');
    background-position: center;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-top: -50px;
    display: inline-block;
    width: 100%;
		display:none;
}
/* 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: #fd322c;
}
.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{
    padding: 15px;
}
.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;
		background-image:linear-gradient(60deg, #0152ad, #9ad4f5);
		border:2px solid #fff;
		border-radius:0.3rem;
		box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.8);
		padding:0.2rem;*/
		width:4rem;
    /*border-radius: 100%;*/
    /*padding: 9px;*/
    vertical-align: middle;
    margin-bottom: 12px;
}
.block-reassurance-item .h6{
    font-size: 0.9rem;
    color: #026ba4;
    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: #fd322c;
}
.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: #000;
    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: #fd322c;
    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: #fd322c;
}
.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;
    }
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}

.facet li{
    margin-top: 12px
}
.facet-title{
    color: #fd322c;
    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: #fd322c;
}
.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;
		text-align:justify;
}
.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;
		width:100%;
}
@media(min-width: 768px){
    .wb-product-list .wb-product-desc{
        text-align: left;
        padding: 0 15px;
    }
    .wb-product-list .product-title{
        font-size: 1rem;
        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: 45%;        
    }
		.wb-product-list .wb-action-block{
        width: 18%;        
    }
}
.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: 5px;
    /*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: 5px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus,.pagination .page-list li.current a{
    background: #fd322c;
}
.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 .wb-image-block {
	width:100%;
}
.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: #fd322c;
}
@media(min-width: 1200px){
    .ui-autocomplete{
        width: 12%;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product {
        /*width: 20%;
				width: 25%;*/
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block {
        /*width: 35%;
				width: 25%;*/
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc {
        /*width: 65%;
				width: 58.33333%;*/
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        /*width: 50%;*/
				width: 100%;
        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;
    }
    .wb-menu-vertical li.level-1, .view_menu{
        letter-spacing: 0
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .header-top{
        padding: 0px 0;
        background: url('../img/bg_header.jpg') center repeat-x;
        background-color: #2470bc;
    }
    #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;
    }
    
    .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;
    }
  
    
}
@media(min-width: 768px){
     .wb-product-list .progre{
        text-align: left !important;
				display:none;
    }
}
.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: 768px){
    .thumbnail-container .regular-price, .thumbnail-container .price{
        /*font-size: 12px !important;*/
				font-size: 20px !important;
    }

}
@media(max-width: 360px){
    .thumbnail-container .regular-price, .thumbnail-container .price{
        /*font-size: 12px !important;*/
				font-size: 20px !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: 1600px){
     .cate {
    margin: 0 4px;
    }
}
@media(max-width: 1409px){
    .itempricex{
        display: none !important;
    }
    .cate {
    margin: 0 4px;
    }
    #owl-special .thumbnail-container {
    padding: 10px;
    padding-left: 60px;
    }
    #owl-special .product-description {
    padding: 0;
}
#owl-special .wbproductcountdown {
    left: 10px;
    margin: 6px 0;
}

}
@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;
    }
    .d-test p {
    font-size: 14px;
    line-height: 24px; }
    .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;
    }
    .container_wb_megamenu .title-menu{padding: 5px 10px; font-size: 14px;}
}
@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;
    }
    #search_widget::before{
        display: none;
    }
    #search_widget::after{
        display: none;
    }
     .container_wb_megamenu .title-menu{padding: 5px 10px; font-size: 14px;}
    .deliveryinfo .ses::after{content: none;}
    .block-contact {
    width: 28%;
    }
    #block_myaccount_infos {
    width: 20%;
    }
    .news-p {
    margin: 0 10px;
    }
}
@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){
    .header-nav{
        display: block;
    }
    .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: 24px;
        margin-top: 12px;
        min-width: auto;
        min-height: auto;
        margin-left: 0;
        color: #222;
    }
    #_mobile_user_info {
        position: relative;
        margin: 10px 15px 10px 15px;
        z-index: 9;
        cursor: pointer;
    }
    #_mobile_cart {
        position: relative;
        margin-top: 10px;
        cursor: pointer;
    }
    .header-nav svg,#search_toggle svg{
        width: 24px;
        height: 24px;
        fill: #fff;
    }
    .header-nav .user-down svg{
        width: 14px;
        height: 14px;
        fill: #222;
    }
    #header .header-nav {
        padding: 0;
				max-height:48px;
        background: url('../img/bg_header.jpg') center repeat-x;
            background-color: rgba(0, 0, 0, 0);
        background-color:  #2470bc;
    }
    #_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: 165px;
        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;*/
    }
    
    .test-bg .home-heading{
        margin-bottom: -70px !important;
    }
    .footer-container {
    padding-top: 20px;
}
}
@media(max-width: 383px){
    .button-group a, .cartb {
    width: 27px;
    height: 27px;
    padding: 2px 0;
    line-height: 20px;
}
#header .header-nav .top-logo a img {
        max-width: 165px;
    }
}
@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;
    }
    .slider-banner .owl-carousel .owl-item img{height: auto;}
    .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;
				text-align:left;
    }
    #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;
				min-height:110px;
    }
    .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;
        box-shadow: none;
    }
    .block-contact {
    width: 100%;
    }
    #block_myaccount_infos {
        width: 100%;
    }
    #owl-special .button-group a{opacity: 1;}
    #owl-special .pcart {
        display: none;
        text-transform: capitalize;
    }

    #owl-special .cartb {
        background: #f5f5f5;
        color: #fff;
        width: 27px;
        height: 27px;
        padding: 2px 0;
        line-height: 20px;
        border: 1px solid #dfdfdf;
    }
    #owl-special .cartb svg {
        display: inline-block;
    }
}
@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 {
        width: 50%;
    }
		.wb-product-list .item-product {
        width: 100%;
    }
}
@media(min-width: 300px) and (max-width: 767px){
    .sro {
        width: 50%;
    }
    .lgrid {
        width: 50%;
    }
}
@media(max-width: 599px){
    .content_test .float-xs-left{
        float: none;
    }
    .content_test .img-responsive{
        margin: 0 auto;
    }
    .cbanner-2{
        margin-top: 30px;
    }
    .ses{
        margin-bottom: 15px;
    }
    
    .wb-product-list .item-product {
        width: 100%;
    }
		.wb-product-grid .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;
    }
    .of-banner1,.of-banner2 {
    width: 100%; margin-bottom: 10px;
    }
}
@media(max-width: 575px){
    #owl-special .wb-image-block {
    width: 88%;
    padding-left: 80px;
    }
    #owl-special .wb-product-desc {
        padding: 0 0 15px 0;
        width: 100%;
    }
    #_mobile_user_info, #owl-special .thumbnail-container:hover .wbproductcountdown, #owl-special .wbproductcountdown, .user-info svg {
        display: block;
    }
    #owl-special .thumbnail-container {
    padding: 15px !important;
    width: 100%;
}
.subscribe {
  
    width: 100%;
    margin-top: 11px;
}
#block-newsletter-label {
    width: auto;
    float: none !important;
}
.d-test p {
    font-size: 13px;
    line-height: 23px;
    padding: 18px 15px 18px 45px;
}
.pay-connect{display: none;}
.footer-top{padding: 20px 0;}
}

@media(max-width: 460px){
    .wbpc-main .time{display: inline-block; margin: 0 2px;}
#owl-special .wbproductcountdown {

    position: relative;
    left: 0;
    margin: 0;
    text-align: center;

}
#owl-special .wb-image-block {

    width: 100%;
    padding: 0 !important;

}
#owl-special .wb-product-desc {

    padding: 0 0 15px 0;
    width: 100%;

}
.wbpc-main .count{padding-top: 4px;}
.wbpc-main .time{height: 50px; width: 50px;}
}

@media(max-width: 360px){
     .des_testimonial.d-test p::after{content: none;}
    .left-q{display: none;}
    #testi .owl-item {
    padding: 0;
}
.d-test p{padding: 15px !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: #2470bc;
    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;
}
/* Added by Helios IT */
p {color:#374853;}
.slider-banner.row {
    max-width: 1560px;
    margin: 0 auto;
}
.logo.img-responsive {
		max-height: 52px;
}
@media(max-width: 767px){
	.logo.img-responsive {
			max-height: 48px;
	}
}
#_desktop_logo h1 {
    display: table-cell;
    vertical-align: middle;
}
#_desktop_logo h1 > a {
    vertical-align: middle;
}
.header-top svg {fill:#fff;}
.header-top #headlink svg, .header-top #compare-link svg {fill:#000;}
.header-top #headlink svg:hover, .header-top #compare-link svg:hover {fill:#FFBF00;}
.header-top .cartc {color:#fff}
.fa {color:#fff;}
#footer_contact .icon svg {fill:#fff !important;}
#products {background: #fff;}
.facet-title {color:#438aab !important;}
.block-categories .text-uppercase.h6 {color:#438aab !important;}
.wb-product-grid .wb-action-block {display:none;}
.wb-product-grid .wb-product-desc .product-manufacturer {height:60px; display:table; width:100%;}
.wb-product-grid .product-manufacturer a {display:table-cell; vertical-align:middle;}
.wb-product-list .wb-product-desc .product-price-and-shipping {display:none;}
.wb-product-list .wb-product-desc .product-manufacturer {display:none;}
.wb-product-list .wb-product-desc .button-group {display:none;}
.wb-product-list .wb-product-desc #stock_availability{display:none;}
@media(max-width: 767px){
	/*.wb-product-list .wb-action-block {padding-right:50%}*/
	.wb-product-list .wb-action-block {padding:0; width:50%; position:absolute; bottom:6rem;}
	.wb-product-list .listds p {font-size:0.7rem; max-height:182px; overflow:hidden;}
	.wb-product-grid .thumbnail-container .product-title {height:100px;}
	.thumbnail-container .product-title a {font-size:0.85rem;}
	.breadcrumb ol li a span {font-size:0.8rem;}
	#js-product-list-top #search_filter_toggler {background:#FFBF00; border-radius:25px; border:none; color:#fff;}
}
.price {color: #F00 !important; font-size: 1.2rem; font-weight: 600;}
.img-thumbnail {border: none; max-width:75%; max-height:70px;}
.wb-product-grid .wb-product-desc .img-thumbnail {max-width:60%; max-height:60px;}
#stock_availability .in-stock {color: #47BF20;}
#stock_availability .later-stock {color: #FF6300;}
#stock_availability .out-stock {color: #F00;}
#category #stock_availability {margin-top: 10px; font-size: 0.95rem; font-weight: normal;}
.stock_availability_shop {margin-top: 10px; text-align:center;}
.stock_availability_shop .t_in, .stock_availability_shop .t_out, .stock_availability_shop .s_in, .stock_availability_shop .s_out {width:35px; height:35px; display:inline-block;}
.stock_availability_shop .t_in {background:url(../img/icones_t_in.png); background-size:contain; margin-right:4px;}
.stock_availability_shop .t_out {background:url(../img/icones_t_out.png); background-size:contain; margin-right:4px;}
.stock_availability_shop .s_in {background:url(../img/icones_s_in.png); background-size:contain;}
.stock_availability_shop .s_out {background:url(../img/icones_s_out.png); background-size:contain;}
#products .product-reference {font-size: 0.7rem; color: #374853;}
#search_filters, #search_filters_brands, #search_filters_suppliers {border: 1px solid #ccc;}
#wrapper .breadcrumb ol {/*border: 1px solid #ccc;*/}
.card {/*border: 1px solid #ccc;*/}
.products-selection {/*border: 1px solid #ccc;*/}
.progre {display:none}
#_desktop_logo a {display:table-cell; vertical-align:middle}
.btn-primary {border: 1px solid #b8b8b8; background:#eee; background-image: linear-gradient(#fff,#bbb); color:#026ba4; font-weight: normal; border-radius: 5px;}
.btn-secondry {border: 1px solid #b8b8b8; background:#fff; color:#026ba4; font-weight: normal; border-radius: 5px;}
.btn-tertiary {background:#026ba4; color:#fff; padding: .56rem 1rem; border-radius: 5px; border: 1px solid #026ba4;}
.btn-quaternary {background:#f3f8ff; color:#026ba4; padding: .56rem 1rem; border-radius: 5px; border: 1px solid #026ba4;}
.btn-quinary {}
.continue .btn-primary {background:#fff;}
.btn-primary:hover {background-image: linear-gradient(#bbb,#fff); color:#FFBF00;}
.btn-secondry:hover {background-image: linear-gradient(#bbb,#fff); color:#FFBF00;}
.btn-tertiary:hover {color:#FFBF00;}
.input-group .input-group-btn > .btn[data-action="show-password"] {background:#026ba4 !important}
body#checkout section.checkout-step .address-alias {color:#026ba4; font-size: 1rem;}
body#checkout section.checkout-step .step-title {color:#026ba4; /*border-bottom:1px solid #bbb;*/}
#cta-terms-and-conditions-0  {color:#026ba4}
.h5.black.addresshead {color:#026ba4}
.product-prices div, .product-prices .tax-shipping-delivery-label {color:#F00; font-size:1.7rem; font-weight:bold;}
.product-information .manufacturer-logo {max-height: 70px; height:auto;}
.row.probg {margin:0 auto;}
.resume {float:left; text-align:center; padding:10px; border:solid 1px #eee; background:#eee;}
.product-quantity .add {width:100%; text-align:center}
.product-quantity .add button {margin:0 auto;}
.product-quantity .qty {}
.social-sharing ul {margin-left:auto; margin-right:auto;}
.featured-products.clearfix {height: 400px; overflow: hidden;}
.img-thumbnail {background:transparent;}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {margin:0;}
.product-features > dl.data-sheet dt.name {flex:1 0 20%;}
.product-features > dl.data-sheet dd.value {flex:1 0 70%; border-left:1px dotted #bbb;}
body#product h1 {font-size:1.2rem; color:#2470bc}
body#product .product-actions {padding-bottom:0px}
body#checkout .card {/*background:#f2f2f2;*/ border:1px solid #bbb !important; border-radius:0px;}
.card.cart-summary {background:#f2f2f2;}
body#checkout .button_checkoutProcess {float:right; background:#026ba4; color:#fff; padding:.56rem 1rem; border-radius:5px;}
body#checkout .nav-item a {background:#026ba4; color:#fff; padding:.56rem 1rem; border-radius:5px; border:1px solid #026ba4;}
body#checkout .nav-item a:hover {color:#FFBF00;}
body#checkout .nav-item a[aria-selected="true"] {background:#f3f8ff; color:#026ba4;}
body#checkout .nav-item a[aria-expanded="true"] {background:#f3f8ff; color:#026ba4;}
body#checkout .nav-item a[aria-expanded="false"] {background:#026ba4; color:#fff;}
body#checkout .nav-item a[aria-expanded="false"]:hover {background:#026ba4; color:#FFBF00;}
body#checkout section.checkout-step {border:1px solid #ccc !important;}
.form-control {border:1px solid #bbb; background:#f1f1f1; padding: .54rem 1rem;}
body#checkout section.checkout-step .address-item, body#checkout section.checkout-step .address-item.selected {border:1px solid #026ba4;}
body#checkout section.checkout-step .address{min-height:200px;}
body#checkout section.checkout-step .edit-address{color:#026ba4 !important;}
body#checkout section.checkout-step .delete-address{color:red !important;}
body#checkout section.checkout-step .delivery-option {border-bottom:1px solid #bbb; background:none;}
body#checkout section.checkout-step .delivery-option:first-child {border-top:1px solid #bbb;}
body#checkout #delivery textarea, body#checkout #gift_message textarea {border:1px solid #bbb; background:#f2f2f2;}
body#checkout #order-summary-content h4.h4.black {color:#026ba4; margin-bottom:4px; font-size:1rem; border-bottom:1px solid #000; padding-bottom:6px;}
body#checkout #order-summary-content h4.h5.black {margin-bottom:4px; font-size:1rem; border-bottom:1px solid #bbb; padding-bottom:6px;}
#order-items table tr td:last-child, #order-items table tr td:last-child {color:red;}
#order-items table tr td:last-child, #order-items table tr:last-child td:last-child {color:red; font-size:1rem;}
#order-items table tr:last-child {background:#f2f2f2; border-top:1px solid #bbb;}
#content-hook_payment_return, #content-hook_order_confirmation {background: #f3f8ff; border:1px solid #ccc;}
.page-order-confirmation.card {border:1px solid #ccc;}
.h1.card-title, .card-title.h3 {color: #026ba4;}
.cart-summary-line .value {color:#F00; font-size:0.95rem; font-weight:600;}
.cart-grid-body .card-block h1 {color:#026ba4; font-size:1rem;}
.cart-header {padding-bottom:10px;}
.cart-item {border-top:1px solid #000; padding-bottom:20px;}
.price_item {width:100%; text-align:center; color:#000;}
.product-line-info.product-price.h5 {width:100%;}
.product-line-grid {display:table; width:100%;}
.product-line-grid-left, .product-line-grid-body, .product-line-grid-price, .product-line-grid-right {display:table-cell; float:none; vertical-align:top;}
.cart-item .product-line-grid-body, .cart-item .product-line-grid-price, .cart-item .product-line-grid-right {border-right:1px solid #bbb;}
.cart-item .product-line-grid-right.product-line-actions {border-right:none;}
body#cart .checkout.cart-detailed-actions.card-block {float: right;}
body#cart .continue {float: left; padding:1rem;}
.product-line-grid-price, .product-line-grid-right {text-align:center;}
.product-line-grid-right .col-sm-6.col-xs-6.qty, .product-line-grid-right .col-sm-6.col-xs-2.price, .product-line-grid-right .col-sm-2.col-xs-2.text-xs-right {float:none; width:100%}
.product-line-grid-right .col-sm-6.col-xs-2.price {text-align:right}
.product-line-grid-right .col-sm-2.col-xs-2.text-xs-right {text-align:center}
.product-line-total-price .price {font-size:1rem;}
.product-line-quantity .input-group.bootstrap-touchspin {float:none;}
span.ref {font-size: 0.75rem; color: #444;}
body#cart .cart-detailed-totals .card-block {background:#f2f2f2; border-top:1px solid #fff;}
body#cart .cart-detailed-totals .card-block:first-child{display:none;}
body#cart .cart-detailed-totals .card-block .cart-summary-line .value {font-size: 1.4rem; font-weight: 800;}
body#cart .cart-detailed-totals .card-block .cart-summary-line .label {font-size: 1.1rem; font-weight: 600;}
body#cart .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {border:1px solid #bbb; border-radius:5px 0 0 5px; background:#f1f1f1;}
body#cart .bootstrap-touchspin .btn-touchspin {background-color:#bbb; border:1px solid #bbb;}
body#cart .bootstrap-touchspin .btn-touchspin:hover {background-color:#f1f1f1; border:1px solid #bbb;}
body#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {border-radius:0 5px 0 0;}
body#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {border-radius:0 0 5px 0;}
.hide_this{display:none}
.page-my-account #content .links a i {color:#2470bc;}
.page-my-account #content .links a span.link-item {border:1px solid #bbb; border-radius:5px;}
#blockcart-modal .ref {font-size:0.8rem;}
.dropdown-menu.user-down.dropdown-menu-right, .dropdown-menu.dropdown-menu-right.se-do.text-xs-left {border-top:none; border-bottom:3px solid #FFBF00;}
.dropdown-menu {margin:.735rem 0 0}
.forgot-password a {text-decoration:underline;}
.nomargin {margin-bottom:0;}
.page-customer-account #content .no-account {background:#f2f2f2; border-top:1px solid #fff; line-height:3rem;}
.page-customer-account #content .no-account a {color:#2470bc;}
.form-control-comment span {color:#f00; font-size:1rem;}
#login-form .form-control-comment {display:none;}
#cart-summary-product-list {}
#cart-summary-product-list .media {border-top: 1px solid #000; padding: 10px 0;}
.card-block.cart-summary-totals {background: #f2f2f2; border-top: 1px solid #fff;}
#cart-subtotal-products, #cart-subtotal-shipping {display:none;}
.media-body .product-name {display:block; width:100%;}
.media-body .product-price {color:#f00; font-size:0.9rem;}
.media-body .product-quantity {color:#777; font-size:0.8rem;}
#cta-terms-and-conditions-0 {color: #2470bc; text-decoration: underline;}
body#checkout .custom-checkbox span {border:1px solid #bbb; background:#f2f2f2;}
body#checkout #order-summary-content h4.h4 {font-size:0.95rem;}
body#checkout #order-summary-content #order-items h3.h3 {font-size:0.95rem;}
body#checkout #order-summary-content .summary-selected-carrier {border:1px solid #bbb;}
body#checkout #order-summary-content .order-confirmation-table {border:1px solid #bbb;}
#order-items .order-confirmation-table .order-line {border-top:1px solid #000; margin:0 auto 0 auto; padding:1rem 0; display:table; width:100%;}
#order-items .order-confirmation-table .order-line:first-child {border-top:none;}
#order-items .order-confirmation-table .order-line .col-xs-5.text-sm-right.text-xs-left, #order-items .order-confirmation-table .order-line .col-xs-2, #order-items .order-confirmation-table .order-line:first-child .col-xs-5.text-xs-right.bold {text-align:center;}
#order-items .image img {border:none;}
#order-confirmation .h1.card-title {font-size:1.1rem;}
.blog-display-top {display: none/*inline-block*/; position: relative; margin: 0 30px;}
.blog-display-top a {color:#fff; font-weight:800;}
.blog-display-top a:hover {color:#FFBF00;}
.footer-top .row {margin:0;}
#block-reassurance {background-color: #f5f5f5; padding: 12px; background-position: center; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border-radius: 5px; display: inline-block; width: 100%;}
#block-reassurance ul li:nth-child(5), #block-reassurance ul li:nth-child(6), #block-reassurance ul li:nth-child(7) {width:100%; text-align:left;}
.listds a {min-height:125px; display:inline-block; color:#374853; font-size:12px;}
.ff_p_field {background:#FFBF00;}
.ff_div {padding:0px; margin-top:4px;}
.ff_div_field {background:#f5f5f5; text-align:center; /*border:solid 1px #dfdfdf;*/}
.ff_input_field {width: 132px !important;text-align: center;}
.ff_link_field {color:#2470bc;}
.ff_price_div {color:#2470bc;}
 
#product #description img {max-width: 100%; height: auto !important;}
/* Module wbblocksearch */
#search_query_top {height:36px;}
#search_category {height:36px;}
.button-search {height:36px}
#search_block_top {
    display: table-cell;
    vertical-align: middle;
}
.product-flags {display:none;}
/* Module wblogoslider */
.logobg .owl-carousel .owl-item img {width:60%;}
/* Module wbmegamenu */
.topmenu .container {width: 100%;}
.product-add-to-cart .product-quantity .qty {float:none;}
@media (min-width:992px) and (max-width: 1134px) {
	.wb-menu-vertical li.level-1 a {border-right:1px solid #d9d9d9; padding:14px 4px;}
	.wb-menu-vertical li:last-child.level-1 a {border-right:none;}
}
@media(max-width: 991px){
/*    .header-nav{
        display: block;
    }
		.topmenu.hidden-sm-down {
        display: none!important
    }
		#header .header-nav {
        padding: 10px 0;
        background: url('../img/bg_header.jpg') center repeat-x;
            background-color: rgba(0, 0, 0, 0);
        background-color:  #2470bc;
    }
		.hidden-md-up {
        display: block!important
    }*/
}
@media (min-width:992px) {
/*    .hidden-md-up {
        display: none!important
    }
		.topmenu.hidden-sm-down {
        display: block!important
    }*/
}
.wb-menu-vertical ul li.level-1 > a span, .wb-menu-vertical ul li.level-1 .icon-drop-mobile span {color:#2470bc; font-size:0.9rem;}
.wb-menu-vertical ul li.level-1 .icon-drop-mobile span sup {color:red; animation-duration: 1.2s; animation-name: clignoter;   animation-iteration-count: infinite; transition: none;}
@keyframes clignoter {0%   { opacity:1; } 40%   {opacity:0; } 100% { opacity:1; }}
.wb-menu-vertical ul li.level-1 .icon-drop-mobile {display:inline-block !important; width:100%; /*float:left;*/ position:relative; text-align:left; padding:14px 13px; line-height: 20px; height:auto;}
.wb-menu-vertical li.level-1.parent > a::before {display:none}
#header .wb-menu-vertical ul li.level-1 li.item-header a {color:#438aab !important; text-transform: none; font-size:0.85rem; font-weight:400;}
.wb-menu-vertical .menu-dropdown li a {line-height:1.8rem; font-size:0.85rem;}
.owl-carousel {display:block;}
.wb-menu-vertical .menu-vertical {text-align:center;}
#header .wb-menu-vertical ul li .product-name {font-size:0.9rem; text-align:center}
#header .wb-menu-vertical ul li .wb-list-product-reviews {display: none;}
#header .wb-menu-vertical ul li .name-price {text-align:center;}
#header .wb-menu-vertical ul li .product-container.clearfix {text-align:center;}
#header .wb-menu-vertical ul li .product_img_link img {border:none;}
#header .wb-menu-vertical .wb-sub-menu li.menu-item.product-block-demo {border:none;}
#header .wb-menu-vertical ul#menuslide .product-container {width:60%; margin:0 auto;}
@media(max-width: 767px){
	#header .wb-menu-vertical ul#menuslide {width:98%; margin:0 auto;}
	.wb-menu-vertical ul li.level-1 .icon-drop-mobile {padding:4px 10px;}
	.wb-menu-vertical ul li.parent .icon-drop-mobile::after {content:'';}
	.wb-menu-vertical ul li.parent .icon-drop-mobile.opened::after {content:'';}
}
.product-availability-store {padding-top:0.625rem; padding-bottom:0.625rem; margin-bottom:0.625rem; border-bottom:1px solid #f2f2f2; display:inline-block; width:100%;}
.product-availability-store-mobile {padding-top:0.625rem; padding-bottom:0.625rem; margin-bottom:0.625rem; border-bottom:1px solid #f2f2f2; width:100%; display:none;}

.product-prices-ntimes {padding-top:0.625rem; padding-bottom:0.625rem; margin-bottom:0.625rem; border-bottom:1px solid #f2f2f2; display:inline-block; width:100%;}
.product-prices-ntimes-mobile {padding-top:0.625rem; padding-bottom:0.625rem; margin-bottom:0.625rem; border-bottom:1px solid #f2f2f2; width:100%; display:none;}
@media (max-width:1199px) {
	.product-availability-store {display:none;}
	.product-availability-store-mobile {display:inline-block;}
	
	.product-prices-ntimes {display:none;}
	.product-prices-ntimes-mobile {display:inline-block;}
}
.product-availability-store .store-intro, .product-availability-store-mobile .store-intro {font-size:0.875rem; margin-bottom:0.625rem; text-align:left;}
.product-availability-store-mobile .stores {padding:0;}
.product-availability-store-mobile .stores div {padding:6px;}
.product-availability-store-mobile .store-label {border:solid 1px white;}

.product-prices-ntimes .ntimes-intro, .product-prices-ntimes-mobile .ntimes-intro {font-size:0.875rem; margin-bottom:0.625rem; text-align:left;}
.product-prices-ntimes-mobile .ntimes {padding:0;}
.product-prices-ntimes-mobile .ntimes div {padding:6px;}
.product-prices-ntimes-mobile .ntimes-label {border:solid 1px white;}
/*.product-prices-ntimes .ntimes-intro::before, .product-prices-ntimes .ntimes-intro::after {border-bottom:#d7d9e4 1px solid; display:inline-block; height:1px; vertical-align:middle; width:25%; content:'';}
.product-prices-ntimes .ntimes-intro::before {margin-right:0.5em;}
.product-prices-ntimes .ntimes-intro::after {margin-left:0.5em;}*/
.product-availability-store .stores {float:left; font-size:0.775rem; text-align:center; padding:0;}
.store-label {background:#f2f2f2}
.store-availability {border:solid 1px #f2f2f2;}
.store-availability.in {color:#47BF20;}
.store-availability.out {color:#F00;}

.product-prices-ntimes .ntimes {float:left; font-size:0.775rem; text-align:center; padding:0;}
.ntimes-label {background:#f2f2f2}
.ntimes-price {border:solid 1px #f2f2f2;}
/* Module wbsearch */
#wbsearch_content_result .items-list .image {width:20%}
/* Module Amazzing filter */
#amazzing_filter {border:1px solid #ccc; border-radius:5px; box-shadow:none; background:#f3f8ff; padding: 1.25rem;}
.af_subtitle {font-size:0.85rem; font-weight:500; color:#438aab;}
.slider .slider_value {font-size:0.7rem;}
select.form-control:not([size]):not([multiple]) {height:calc(3rem - 2px);}
.form-control {font-size:0.8rem;}
.af_filter li {padding:3px 1px;}
.af_filter label {font-size:0.8rem;}
.af.checkbox {margin:4px 0 0 0;}
.selectedFilters > div {background:#c4deff; font-size:0.8rem;}
.selectedFilters .clearAll {background:#fcc; font-size:0.8rem;}
.selectedFilters a {font-size:1.2em;}
/* width */
.af_filter ::-webkit-scrollbar {width: 10px;}
/* Track */
.af_filter ::-webkit-scrollbar-track {background: #c4deff;} 
/* Handle */
.af_filter ::-webkit-scrollbar-thumb {background: #ccc;}
/* Handle on hover */
.af_filter ::-webkit-scrollbar-thumb:hover {background: #438aab;}

/********************/
.debug {display:none}
#manufacturer .debug{display:block}
.ff_sd_div_field {width:50%; float:left;}
.ff_sd_input_field {border:solid 1px #fff; width:100%;}
.ff_sd_div:nth-child(odd) .ff_sd_input_field {background:#ddd;}
.ff_sd_div:nth-child(even) .ff_sd_input_field {background:#fff;}
.homeVideo {max-width:1560px; margin:0 auto;}
#show-all-products {background-color: #222; color: white;}
#show-all-products::hover {background-color: #ffbf00;}
ul li.brand {
	width:19%;
	height:250px;
	border: 1px dotted #bdbdbd;
	margin:calc(1% / 4);
	float:left;
}
.brand-img {
	width:100%;
	height:150px;
	text-align:center;
	display:table;
}
.brand-img a {
	display:table-cell;
	vertical-align:middle;
}
.brand-img a img {
	max-width:60%;
	max-height:150px;
	text-align:center;
}
.brand-infos {
    text-align: center;
    text-transform: uppercase;
}
.brand-products {
	text-align:center;
  font-size: 0.8rem;
}
.img-product-description {max-width: 100%; height:auto !important;}
.special-category-menu {/*background:#FFBF00;*/}
.wb-menu-vertical ul li.level-1.special-category-menu .icon-drop-mobile {padding:7px 13px;}
.wb-menu-vertical ul li.level-1.special-category-menu .icon-drop-mobile span {background:#F6C100; color:#fff; border-radius: 18px; padding: 7px 13px; font-weight:600;}
.wb-menu-vertical li.level-1.special-category-menu a {padding:0;}
.wb-image-block .img-over, .product-cover .img-over {position: absolute; top: 0px; left: 0px; max-width:100%; max-height:100%;}
/************Disponibilite magasin*/
.productList-availability-store {width:15%; float:left; background:#f8f8f8; height:240px; padding-top:1.025rem; padding-bottom:0.625rem; margin-bottom:0.625rem;}
.products.wb-product-grid .productList-availability-store {width:100%; height:102px; padding-top:0.025rem;}
.productList-availability-store-mobile {display:none; width: 100%; float: left; background: #f8f8f8; height: 68px; padding-top: 0.125rem; padding-bottom: 0.025rem; margin-bottom: 0.625rem;}
.productList-availability-store .stores {float:left; font-size:0.775rem; text-align:center; padding:0;}
.store-availability-intro {text-align:center; margin-bottom:22px; color:#2470bc; font-size:0.9rem;}
.products.wb-product-grid .productList-availability-store .store-availability-intro {margin-bottom:10px;}
.productList-availability-store-mobile .store-availability-intro {text-align: center; margin-bottom: 6px; color: #2470bc; font-size: 0.8rem;}
.store-availability-list {border: 1px solid #dfdfdf; fill: #000; color:#000; width: 7.5rem; height: 30px; border-radius: 5px; text-align: left; margin: 0 auto; padding: 3px 0; background-color: #f5f5f5; vertical-align: middle; /*display: inline-block;*/ transition: all 0.3s ease-in-out; margin-bottom:6px; font-size:0.7rem;}
.productList-availability-store-mobile .stores .store-availability-list {width: auto; padding-right:4px;}
.products.wb-product-grid .store-availability-list {display: inline-block;}
.productList-availability-store-mobile .store-availability-list {display: inline-block;}
.store-availability-list::nth-child(2) {margin-left: 0.5rem; margin-right: 0.5rem;}
.store-availability.stock {color: #47BF20;}
.store-availability.hstock {color: #F00;}
.store-availability.scommande {color: #FF6300;}
.store-availability-list.stock::before {content: "\f111"; font-family: fontAwesome; color:#47BF20; margin-right:4px; margin-left:4px;}
.store-availability-list.hstock::before {content: "\f111"; font-family: fontAwesome; color:#F00; margin-right:4px; margin-left:4px;}
.store-availability-list.scommande::before {content: "\f111"; font-family: fontAwesome; color: #FF6300; margin-right:4px; margin-left:4px;}
/*.store-availability.stock::before {content: "\f111"; font-family: fontAwesome; color:#47BF20; margin-right:4px; margin-left:4px;}
.store-availability.hstock::before {content: "\f111"; font-family: fontAwesome; color:#F00; margin-right:4px; margin-left:4px;}
.store-availability.scommande::before {content: "\f111"; font-family: fontAwesome; color: #FF6300; margin-right:4px; margin-left:4px;}*/
h1.search-header {text-transform:capitalize; margin-bottom:8px; font-size:1rem; color:#2470bc;}
.product-availability-store-mobile .store-label, .product-availability-store-mobile .store-availability {font-size:0.8rem;}
@media(min-width: 1590px){
		.productList-availability-store {width:15%;}
}
@media (max-width:1199px) {
	.productList-availability-store {display:none;}
	.productList-availability-store-mobile {display:inline-block;}
}