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

body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: .8px;
   background-attachment: fixed;
    position: relative;
    background-size: cover;
}
main{
	font-size: 0.8rem;
    background-color: #fff;
}
.main-container{
	background-color: #fff;
}
a{
    color: #222;
    text-decoration: none;
    transition: 0.3s ease;
}
svg{
	vertical-align: middle;
}
ul{
    margin-bottom: 0;
}
[disabled],.owl-theme .owl-nav .disabled {
    cursor: no-drop !important;
}
a:hover,a:focus{
    color:#194ca1;
    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;
}
.owl-theme .owl-nav{
    margin-top: 0 !important;
}
#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;
}
.zoomWindow{
	top: 0 !important;
}
.f1{
	text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}
.f4{
	font-weight: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.label{
	color: #000;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.lang-flag{margin-top: -2px;}
#wrapper, #footer {
    box-shadow: none;
    display: block !important;
}
@media(max-width: 384px){
    .fancybox-error{
        padding: 8px;
        white-space: unset;
    }
}
.m-img{
    padding: 5px;
}
/*loader start */
#index #loading-center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    width: 150px;
    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 !important;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
}
@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;
    }
}
/* add to cart modal */
#blockcart-modal .cart-content p span{
        color: #888;
    font-size: 14px;
}
#blockcart-modal .cart-products-count i{
    	display: none;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 4px;
}
.mhr{
    margin: 0;
    padding: 10px 0;
}
#blockcart-modal .close{
    color: #000;
    padding: 15px;
}
.modprice{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{    
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: .5px;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
    transition: 0.3s ease;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 14px;
    letter-spacing: 1px;
}

#blockcart-modal .modal-title{
    padding: 15px 15px;
}
#blockcart-modal .modal-body{
	padding: 15px 0;
}
.js-product-miniature{
	position: relative;
}
.product-tab-item .js-product-miniature{
	margin-bottom: 30px;
}
.product-tab-item ul li .js-product-miniature:last-child{
	margin-bottom: 0px;
}
/* cart modal over */
/* header */
.header-nav .dropdown-menu,.user-down{
    border-top: 2px solid #fdb92a;
    border-radius: 0 0 4px 4px;
}
.user-down li{
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 0 0 4px 4px;
	width: 200px;
	font-size: 14px;
	text-transform: capitalize;
}
.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;
}
.cartsvg {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    /*min-width: 46px;*/
    min-height: 46px;
    text-align: center;
    padding: 10px 0;
    transition: 0.3s ease;
    background-color: #fff;
    margin-right: 7px;
}
.header-nav {
    background-color: #194ca1;
    padding: 10px 0;
}
@media(min-width: 1200px){
.right-nav{
    margin-top: 3px;
}
}
#_desktop_language_selector,#_desktop_currency_selector,.com-wish,.wishl,.hcom{
	display: inline-block;
    margin-left: 30px;
    text-transform: capitalize;
}
#_desktop_cart,#_desktop_user_info{
    display: inline-block;
    margin: 2px 0;
}
.callus {
    margin: 0 5px;
}
.headleft{
    font-size: 13px;
    color: #fff;
    fill: #fff;
    text-transform: capitalize;
}
.headleft li ,.headleft ul{
    display: inline-block;
}
.headleft li svg {
    margin-right: 5px;
}
.headleft ul:nth-child(2) {
    margin: 0 15px;
}
.right-nav svg{
    fill: #fff;
    margin-right: 5px;
}
#_desktop_language_selector button, #_desktop_currency_selector button,#compare-link,#headlink{
    transition: 0.3s ease;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
}
.right-nav svg{
	transition: 0.3s ease;
	cursor: pointer;
    fill: #fff;
}
#headlink:hover svg,#compare-link:hover,#headlink:hover,#compare-link:hover svg,#_desktop_language_selector button:hover, #_desktop_currency_selector button:hover,
#_desktop_language_selector button:hover svg, #_desktop_currency_selector button:hover svg{
	fill: #fdb92a;
    color: #fdb92a;
}
#headlink{
    transition: 0.3s ease;
}
#_desktop_cart:hover,.user-info:hover{
    cursor: pointer;
}
.userdes {
    vertical-align: middle;
}
.userdess {
    color: #131313;
    font-weight: 500;
    font-size: 16px;
}
.cart-products-count,.userdesl {
    color: #989898;
    font-size: 12px;
}
#_desktop_user_info {
    margin: 0 40px;
}
.topmenu{
	padding: 8px 0;
}
#_desktop_top_menu {
    position: relative;
}
.header-top {
    padding: 27px 0;
    background-color: #f5f5f5;
}
/* static menu */

.statmenu li{
    display: inline-block;
    margin: 12px 20px;
}
.statmenu a {
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
}
.statmenu a:hover{
    color: #194ca1;
}
.d-inline-block .special-off{
    font-size: 1rem;
    color: #194ca1;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
}
.d-inline-block .special-off:hover{
    color: #fdb92a;
}
@media(min-width: 768px){
    .statmenu{
        margin-left: 75px;
        position: relative;
        z-index: 9;
    }
    #index .statmenu{
        margin-left: 0;
    }
    .wr-menu .cate,.wr-menu i{
        display: none;
    }
    #index #under-menu{
        display: block !important;
    }
    #index .wr-menu .cate,#index .wr-menu i{
        display: inline-block;
    }
    .wb-menu-vertical{
        position: relative;
    }
    .btn-navbar.navbar-toggle {
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-right: 12px;
    }
    #_desktop_top_menu{
        position: absolute;
        left: 0;
        width: 20%;
        top: 6px;
        z-index: 9;
    }
    #index #_desktop_top_menu{
        width: 100%;
    }
    #under-menu{
        border: 1px solid #eee;
        top: 15px;
        position: relative;
    }
    #index #under-menu{
        border: none;
        position: unset;
    }
    .container_wb_megamenu .title-menu {
        background: #194ca1;
        border-radius: 0px;
        color: #fff;
        position: relative;
        cursor: pointer;
        padding: 7px 11px 5px 11px;

    } 
    .container_wb_megamenu .title-menu{
        width: 40px;
    } 
    #index .container_wb_megamenu .title-menu{
        width: auto;
    }  
}
@media(min-width: 1410px){
    #index #_desktop_top_menu,.topmenuh {
        width: 20%;
    }
    .slider-banner{
        width: 80%;
    }
}
#index #_desktop_top_menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 9;
}
.allmenu{
    position: relative;
}
.bgcolor{
    background-color: #f5f5f5;
    margin: 0 -15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* slider */
.slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
	color: #fff;
	font-size: 20px;
	margin: 5px;
	padding: 7px 0;
	background: #222;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	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: #194ca1;
	background: transparent;
	border: 2px solid #194ca1;
}
.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%;
}
/* banner */

/* product */
.next-prevb .owl-theme .owl-nav {
    position: absolute;
    top: -78px;
    right: 0;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"] {
    color: #222;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
}
.next-prevb .owl-theme .owl-nav .owl-prev::after {
    content: '|';
    color: #aaa;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    top: -2px;
}
.next-prevb .owl-theme .owl-nav div i:hover,.owl-theme .owl-nav div i:focus,.owl-theme .owl-nav div i:active{
    background-color: transparent;
    color: #194ca1;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #222;
}
.discount-product{
	position: absolute;
    top: 10px !important;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #194ca1;
    padding: 3px 10px;
}
.new {
    position: absolute;
    top: 10px !important;
    left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fdb92a;
    padding: 3px 10px;
}
.thumbnail-container .product-title {
    font-size: 0.85rem;
    color: #222;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease 0s;
    padding-bottom: 2px;
    font-weight: 500;
    margin: 8px 0;
}
.thumbnail-container .product-title a {
    color: #222;
    transition: all 0.4s ease 0s;
}
.thumbnail-container .product-title:hover,.thumbnail-container .product-title a:hover{
	color: #194ca1;
}
.thumbnail-container .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img{
    opacity: 1;
}

.regular-price {
    text-decoration: line-through;
    color: #9f9e9e;
    font-size: 14px;
    font-weight: 500;
}
.price {
    font-size: 1rem;
    font-weight: 600;
    color: #194ca1;
}
.next-prevb .products .owl-stage-outer{
    border-right: 1px solid transparent;
}
.next-prevb .products .owl-carousel.owl-drag .owl-item {
    border-right: 1px solid #e8e8e8;
}
.button-group .compare span span, .button-group .wishlist span span{
        display: none;
}
.wb-product-desc.product-description {
    padding: 10px 10px;
}
/* buttonn effect */
.button-group .wishlist,.button-group .add-cart,.button-group .pquick,.button-group .compare{
    display: inline-block;
}
.cartb:hover{
    cursor: pointer;
    background-color: #fdb92a;
    border: 1px solid #fdb92a;
    fill: #fff;
    color: #222;
}
.cartb{
    border: 1px solid #194ca1;
    color: #fff;
    height: 35px;
    font-weight: 500;
    vertical-align: middle;
    border-radius: 0px;
    padding: 6.5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background-color: #194ca1;
    width: 150px;
}
/*.cartb svg{*/
/*    display: none;*/
/*}*/
.button-group .compare a,.button-group .wishlist a,.button-group .quick-view{
        padding: 0;
        fill: #868686;
}
.compare a:hover,.wishlist a:hover,.button-group .quick-view:hover{
        fill: #194ca1;
}
@media(min-width: 992px){
    .thumbnail-container .wishlist::after,.thumbnail-container .compare::after {
        content: '|';
        color: #ededed;
        position: relative;
        margin: 0 12px;
        top: 2px;
    }
    .topbtn {
        position: absolute;
        bottom: 50%;
        left: 0;
        right: 0;
        opacity: 0;
        border: 1px solid #f5f5f5;
        padding: 8px 0 11px 0;
        background-color: #fff;
        width: 154px;
        margin: 0 auto;
        transform: translateX(0%) translateY(-40%) scale(1);
        transition: all 400ms ease-in-out 0s;
    }
    .product-miniature .thumbnail-container:hover .topbtn{
        opacity: 1;
        transform: translate3d(0px, 0%, 0px);
    }
    .thumbnail-container .button-container.cart.add-cart {
        position: absolute;
        bottom: 100px;
        opacity: 0;
        left: 0;
        right: 0;
        transform: translateX(0%) translateY(40%) scale(1);
        transition: all 400ms ease-in-out 0s;
    }
    .product-miniature .thumbnail-container:hover .button-container.cart.add-cart{
        opacity: 1;
        transform: translate3d(0px, 0%, 0px);
    }
}
/* category */
.home-heading{
    color: #222;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 50px;
    position: relative;
}
.home-heading::after,.co-heading::after {
    border-bottom: 2px solid #194ca1;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 90px;
}
.co-heading{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #222;
    margin-top: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.center-banner,.img-banner{
    margin-top: 50px;
}
.imgbanner{
    margin-top: 30px;
}
/* tabproduct */
.catebg{
    background: url('../../assets/img/tabbg.png');
    padding: 28px 20px;
    background-size: cover;
}
#wbProductsCateHome {
    margin-top: 50px;
}
@media(min-width: 1200px){
    #wbProductsCateHome .cate-r{
        width: 18%;
    }
    #wbProductsCateHome .tab-cate-pro{
        width: 82%;
    }
}
@media(min-width: 768px){
    #cate-re{
        display: block !important;
    }
    #wbProductsCateHome .cate-r{
        padding-right: 0;
    }
    #wbProductsCateHome .tab-cate-pro{
        padding-left: 0;
    }
}
.product-image-container{
    padding: 0;
}
.cate-r .nav-tabs .nav-item {
    display: block;
}
.cate-r .nav-tabs .nav-link,.view_more-cate a{
    padding: 14px 0;
    color: #fff;
    font-size: 15px;
}
.cate-r .nav-tabs .nav-link:hover,.cate-r .nav-tabs .nav-link.active,.view_more-cate a:hover {
    color: #fdb92a;
}
.cate-r .nav-tabs .nav-link:hover::before,.cate-r .nav-tabs .nav-link.active::before,.view_more-cate a:hover::before {
    border: 3px solid #fdb92a;
}
.cate-r .nav-tabs .nav-link::before,.view_more-cate a::before {
    transition: 0.3s ease;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -3px;
}
.head-t h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 18px;
}
.head-t h4::after {
    border-bottom: 2px solid #fdb92a;
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    width: 90px;
}
.tab-cate-pro .tab-content {
    background-color: #f8f8f8;
    padding: 30px;
}
.tab-cate-pro .ajax_block_product:first-child {
    margin-bottom: 30px;
}
.item-inner.ajax_block_product {
    float: left;
    width: 100%;
}
/* count down */
#owl-special.owl-carousel .owl-item img{
    width: auto !important;
}
#owl-special .new,#owl-special .discount-product{
    display: none;
}
.part-special {
    border: 2px solid #dcdcdc;
    padding: 15px;
    margin-top: 50px;
}
.part-special .home-heading {
    margin-top: 0px;
}
#owl-special .wbproductcountdown {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
.wbproductcountdown {
    display: none;
}
 /* service */
.deliveryinfo ul li span{
    min-width: 70px;
    min-height: 70px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.3s ease;
    padding: 16px 0
}
.deliveryinfo ul:hover li span{
    background: #fdb92a;
    border: 1px solid #fdb92a;
    transition: 0.3s ease;
}
.deliveryinfo ul li h4{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.deliveryinfo ul li p{
    color: #6d6d6d;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0
}
.deliveryinfo ul li:first-child{
    margin-right: 10px;
}
.deliveryinfo{
    margin-top: 50px;
}
@media (min-width: 768px){
    .deliveryinfo .sbr{
        border-left: 1px solid #f0f0f0;
    }
}

/* shipping end */
/* blog */
.lb-container a{
    transition: none;
}
#module-wbblog-single .page-footer{
    margin: 0;
}
@media(min-width: 992px){
    .stickyb{
        position: sticky;
        top: 15px;
    }
}

.post_content hr{
    border-top: 1px solid #f0f0f0;
    margin: 5px 0;
}
.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: #194ca1;
    color: #fff;
    border: 2px solid #194ca1;
}
.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: 16px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    margin: 15px 0 10px 0;
}
#blog .blog-date {
    background-color: #fdb92a;
    display: inline-block;
    position: absolute;
    top: 15px;
    color: #fff;
    font-weight: 500;
    padding: 7px 16px;
}
.blogd{
    font-size: 24px;
}
.blogm{
    font-size: 14px;
}
.post_title a{
    color: #222;
}
.post_title a:hover{
    color: #194ca1;
}
.post_content p{
    color: #9f9e9e;
    line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}
.read_more {
    font-size: 14px;
    font-weight: 500;
}
.read_more i{
    margin: 0 5px;
    position: relative;
    top: 1px;
}
.allbl .blog_post_content_top img{
    border-radius: 4px 4px 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: 12px;
    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;
}
.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;
}
.home_blog_post{
    margin-bottom: 50px;
}
/* logo */
.logobg {
    border-top: 1px solid #f0f0f0;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -15px;
}
/* footer */
#footer{
    margin-top: 50px;
}
.news-left{
    margin-top: 4px;
}
.news-left::before {
    background: url('../../assets/img/emailbg.png') no-repeat;
    position: absolute;
    content: '';
    width: 217px;
    height: 169px;
    left: -50px;
    top: -60px;
}
.block_newsletter {
    background-color: #194ca1;
    padding: 24px 20px;
}
.news-left h5{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    z-index: 99;
    font-size: 22px;
}
#block-newsletter-label {
    color: #fff;
    text-transform: capitalize;
}
#footer_contact .icon svg {
    fill: #222;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.ad {
    margin-left: 33px;
    text-transform: capitalize;
}
.footer-container {
    margin-top: 50px;
}
.c-info,.links h3, .links h3 a, .footleft h3,.block_newsletter h3 {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.footer-container li a, #footer .lnk_wishlist,#footer_contact{
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    word-break: break-all;
}
.footer-container li a:hover, #footer .lnk_wishlist:hover,.foot-copy ._blank {
    color: #194ca1;
}
.footleft p{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
.block-social .social li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    padding: 3px 0px;
    transition: all 0.3s ease 0s;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
}

.block-social .social li a::before{
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    line-height: 0;
}

.block-social .social li:hover a::before{
    color: #fff !important;
}
.block-social .social li:hover{
    background-color: #194ca1;
}
.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;
}
.foot-app li{
    display: inline-block;
}
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
.foot-payment li{
	display: inline-block;
}
.social {
    margin-bottom: 35px;
}
.block_newsletter .btn {
    background-color: #fdb92a;
    font-weight: 500;
    transition: 0.3s ease;
    font-size: 15px;
    letter-spacing: 1px;
    color: #222;
    border-radius: 0;
    margin-left: 10px;
    text-transform: uppercase;
}
.block_newsletter .btn:hover{
    background-color: #222;
    color: #fff;
}
.block_newsletter .alert{
    z-index:99;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 6px 6px;
    margin-top: 5px;
}
.foot-copy ._blank {
    font-size: 14px;
    display: inline-block;
    color: #727272;
    margin-top: 15px;
}
.foot-copy {
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    margin-top: 30px;
}
.c-info {
    margin-top: 12px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #194ca1;
    outline: none;
    z-index: 2;
    line-height: 28px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    transition: 0.3s ease;
    border-radius: 0px;
}
#scroll:hover{
    background-color: #fdb92a;
    color: #222;
}
#scroll i {
    font-size: 22px;
}

/* footer-top */
@media(min-width: 992px){
    .lnk-link::before {
        border-left: 1px solid #e1e1e1;
        content: '';
        position: absolute;
        height: 250px;
        top: 0;
        left: 0;
    }
}
/* product page */
.propage .wb-wishlist-button svg{
	fill: #222;
}
.owl-theme .owl-dots .owl-dot.active span, #testi.owl-theme .owl-dots .owl-dot:hover span {
    background: #194ca1;
    border: 2px solid #194ca1;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #e7e7e7;
    background: transparent;
}
.viewpro{
    margin-top: 30px;
}
.propage .wbproductcountdown{
    display: block;
    margin-bottom: 0;
}
.propage .wbproductcountdown h3{
    padding-bottom: 10px;
    padding-top: 0;
}
.propage .wbpc-main{
    margin-bottom: 0;
    margin-top: 15px;
}
.propage .wbpc-main .time{
    margin-right: 10px;
}
.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;
}
.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;
}
#product .thumb-container img {
    padding: 1px;
    border: 1px solid #eee;
}
#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: capitalize;
    font-weight: 500;
}
.arltr{
    margin-top: 10px;
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-weight: 500;
    text-transform: capitalize;
}
.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: 500;
    text-transform: capitalize;
}
.product-quantity .add{
    margin: 0 10px;
}
.product-variants > .product-variants-item ul li label{
    margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color{
    margin-top: 8px;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    font-size: 12px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}

.block-reassurance-item img{
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 100%;
    padding: 9px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.block-reassurance-item .h6{
    font-size: 12px;
    color: #777;
    line-height: 20px;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.arltr i{
    font-size: 16px;
    margin-right: 5px;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab .nav-item a:hover, .product-tab .nav-item a.active {
    color: #194ca1;
}
.product-tab{
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.propage .star_content,#criterions_list .star_content,.comment_author .star_content{
    z-index: 0;
    position: unset;
    padding-bottom: 0;
    text-align: left;
}   
.data-sheet li{
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 500;
}
.data-sheet .name{
    color: #aaa;
    text-transform: uppercase;
    font-weight: 500;
    width: 125px;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}
.retesp {
    margin: 0 5px;
}
.custhr {
    margin-bottom: 0;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #194ca1;
    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: #194ca1;
}
.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: #194ca1;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}
.facet-label a span {
    display: inline-block;
    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;
}
.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;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px 1px 8px;
    background-color: #194ca1;
}
.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;
}
.products-sort-order .select-list:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.page-content p{
    margin-bottom: 10px;
}
.sort-by{
    margin-top: 7px;
}
.listds{
    display: none;
}
.wb-product-list .listds{
    display: block;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    transition: none;
    border: 1px solid #eee;
}
.listds p{
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 38px;
}
.listds{
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 15px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.products-sort-order,.lgrid{
    padding: 0;
}
.wb-product-grid .product-miniature{
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 0;
}
.wb-product-list .product-miniature{
    padding: 0;
}
.wb-product-list .wb-image-block{
    padding: 0;
}
.wb-product-grid .wb-product-desc{
    min-height: 53px;
}
@media(min-width: 768px){
    .wb-product-list .topbtn a:hover{
        fill: #fff !important;
    }
	.wb-product-list .wb-product-desc{
		text-align: left
	}
 	.wb-product-list .product-title{
    	font-size: 18px;
        transition: none;
    	float: none;
	}
	.wb-product-list .product-price-and-shipping {
    	margin-top: 0;
	}	
}
/* list button group */
@media(min-width: 992px){
    .wb-product-list .button-group .wishlist, .wb-product-list .button-group .add-cart, .wb-product-list .button-group .pquick, .wb-product-list .button-group .compare{
        margin-top: 0;
    }
    .wb-product-list .cartb{
        transition: none;
        width: 38px;
        padding: 9px 10px;
    }
    .wb-product-list .topbtn {
        display: inline-block;
        border: none;
        padding: 0;
        transform: none;
        width: auto;
        transition: none;
    }
    .wb-product-list .product-miniature .thumbnail-container:hover .topbtn,.wb-product-list .product-miniature .thumbnail-container:hover .button-container.cart.add-cart{
        transform: none !important;
    }
    .wb-product-list .topbtn a,.wb-product-list .cartb{
        border: 1px solid #eee;
        height: 35px;
        font-weight: 500;
        vertical-align: middle;
        padding: 6.5px 0px;
        font-size: 13px;
        text-transform: capitalize;
        transition:none;
        background-color: #f8f8f8;
        width: 38px;
        display: inline-block;
        text-align: center;
        fill: #222;
    }
    .wb-product-list .topbtn a:hover,.wb-product-list .cartb:hover{
        fill: #fff;
        background-color: #194ca1;
        border: 1px solid #194ca1;
    }
    .wb-product-list .button-container.cart.add-cart {
        position: unset;
        opacity: 1;
        transform: none;
        transition: none;
    }
    .wb-product-list .compare span span, .wb-product-list .wishlist span span{
        display: none;
    }
    .wb-product-list .pquick span{
        display: none;
    }
    .wb-product-list .pcart {
        display: none;
    }
    .wb-product-list .thumbnail-container .button-group {
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .wb-product-list .thumbnail-container .wishlist::after, .wb-product-list .thumbnail-container .compare::after {
        display: none;
    }
    .wb-product-list .topbtn {
        position: unset;
        opacity: 1;
    }
}
/* list button group */
@media(min-width: 992px){
    .wb-product-list .cartb svg{
        display: inline-block;
    }
    .wb-product-list .pcart {
        display: none;
    }
    .wb-product-list .thumbnail-container .button-group {
        margin-top: 15px;
    }
}
.wb-product-list .cate {
    width: 130px;
	height: 130px;
	padding-top: 20px;
}

@media(min-width: 1590px){
	.wb-product-list .wb-image-block{
		width: 22%;
	}
	.wb-product-list .wb-product-desc{
		width: 78%;
	}
}
/* category img */
#cat_tab .nav-item{
    display: block;
}
.subcategory-heading {
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: 500;
}
.subcategory-heading span{
    border-bottom: 2px solid #222;
    padding-bottom: 5px;
    display: inline-block;
}
#subcategories h5{
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
#subcategories{
    margin-bottom: 20px;
}
#subcategories li{
    display: inline-block;
}
#subcategories img{
    border: 1px solid #eee;
}
#subcategories li a{
    display: inline-block;
    position: relative;
}
#subcategories li .cati:hover::after,#subcategories li .cati:hover::before {
    -webkit-transform: scale(1);
    z-index: 0;
}
#subcategories li .cati::after {
    border-top: 2px solid #194ca1;
    border-right: 2px solid #194ca1;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before,#subcategories li .cati::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}
#subcategories li .cati::after {
    border-top: 2px solid #194ca1;
    border-right: 2px solid #194ca1;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before {
    border-bottom: 2px solid #194ca1;
    border-left: 2px solid #194ca1;
    -webkit-transform-origin: 0 100%;
}
/* pagination */
.pagination {
    display: inline-block;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-top: 0px;
}
.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;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus{
    background: #194ca1;
}
.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;
}
.wb-image-block img {
    border-radius: 4px;
}
.wb-product-grid .item-product{
    padding: 0 10px;
}
.wb-product-grid{
    margin: 0 -10px;
}
.category-cover img{
    border-radius: 0px;
    width: auto;
}
@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;
		}
}
@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;
	}
}

/* other pages */
#cta-terms-and-conditions-0 {
    color: #194ca1;
}
/* @media(min-width: 1410px){
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product {
        width: 20%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block {
        width: 40%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc {
        width: 60%;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product {
        width: 50%;
    }
} */
@media(min-width: 1200px){
    .wb-menu-vertical{
        position: relative;
    }
    .ui-autocomplete{
        width: 12%;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product {
        width: 20%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block {
        width: 35%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc {
        width: 65%;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        width: 50%;
        float: left;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .news-left h5 {
        font-size: 18px;
    }
    .wb-menu-vertical li.level-1 {
        padding: 8px 0;
    }
    .cartsvg {
        min-width: 38px;
        min-height: 38px;
        padding: 6px 0;
        margin-right: 0;
    }
    .deliveryinfo ul li h4 {
        font-size: 13px;
    }
    .deliveryinfo ul li p {
        font-size: 10px;
    }
    .wb-product-desc.product-description {
        padding: 10px 10px;
    }
    .statmenu li {
        margin: 12px 12px;
    }
     .cart-products-count {
        font-size: 10px;
    }
    #_desktop_language_selector, #_desktop_currency_selector, .com-wish, .wishl, .hcom{
        margin-left: 0px;
    }
    .userdess {
        font-size: 14px;
    }
    .links h3, .links h3 a, .c-info, .footleft h3, .block_newsletter h3{
        font-size: 14px;
    }
    #_desktop_user_info {
        margin: 0 0px;
    }
    .post_content p {
        margin-top: 0px;
        max-height: 42px;
        overflow: hidden;
        margin-bottom: 9px;
    }
    #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%;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    #_desktop_top_menu {
        width: 35%;
    } 
    #index #_desktop_top_menu, .topmenuh {
        width: 33.33%;
    }
    .tab-cate-pro .tab-content {
        padding: 18px;
    }
    .cate-r .nav-tabs .nav-link, .view_more-cate a {
        padding: 10.3px 0;
    }
    #index .container_wb_megamenu .title-menu{
        padding: 10px;
    }
    .view_more{
        padding: 4px 0;
    }
    .user-info .userdes,.cartto{
        display: none;
    }
    #_desktop_user_info {
        margin: 0;
    }
    .cartsvg{
        margin: 0;
    }
    .timg {
        width: 80px;
        height: 80px;
        margin-right: 10px;
        background-size: 80px;
    }
    span.des_namepost {
        font-size: 12px;
    }
    .pr{
        padding: 10px;
        height: 220px;
    }
    .block_newsletter .btn {
        padding: 0 5px;
    }
    .deliveryinfo ul li{
        text-align: center;
        padding: 0;
    }
    .deliveryinfo ul li h4 {
        font-size: 14px;
    }
    #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%;
    }
}
.wish-image-block img,.wb-wishlist-product img{
    border: 1px solid #eee;
}
.page-content.page-cms {
    border: 1px solid #eee;
    background: #fff;
    padding: 1.25rem;
    text-align: justify;
}
.wb-wishlist-product .cartb svg{
	display: none;
}
#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){
    #search_category{
        display: none;
    }
    #search_query_top {
        border: 1px solid #e4e4e4 !important;
    }
	.quickview .mask, .quickview .arrows {
    	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: 360px){
	.product-line-grid-right .price, .product-line-grid-right .qty {
    	width: 100%;
	}
}
/* responsive */
@media(min-width: 1590px){
    #left-column{
        width: 20%;
    }
    #content-wrapper.left-column{
        width: 80%;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    #_desktop_user_info {
        margin: 0 15px;
    }
    .wb-menu-vertical li.level-1 {
        padding: 10.3px 0;
    }
    .cate-r .nav-tabs .nav-link, .view_more-cate a {
        padding: 10.9px 0;
    }
    .fb1,.fb2{
        width: 100px;
        background-size: 100px;
    }
}
@media (min-width:1200px) and (max-width: 1409px) {
     #_desktop_top_menu {
        width: 30%;
    } 
    #index #_desktop_top_menu, .topmenuh {
        width: 25%;
    }
    .fb1,.fb2{
        width: 90px;
        background-size: 90px;
    }
     .cart-products-count {
        font-size: 9px;
        letter-spacing: 0;
    }
    #_desktop_user_info {
        margin: 0 5px;
    }
	.wb-product-grid .item-product{
		width: 33.33%;
	}
	#footer_contact .icon {
	    margin-right: 5px;
	}
    .cate-r .nav-tabs .nav-link, .view_more-cate a {
        padding: 7.1px 0;
    }
    #_desktop_language_selector, #_desktop_currency_selector, .com-wish, .wishl, .hcom {
        margin-left: 25px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #_desktop_top_menu {
        width: 30%;
    } 
    #index #_desktop_top_menu, .topmenuh {
        width: 25%;
    }
     .fb1,.fb2{
        width: 73px;
        background-size: 73px;
    }
    .cate-r .nav-tabs .nav-link, .view_more-cate a {
        padding: 9px 0;
    }
    .headleft ul:last-child {
        display: none;
    }
	#footer_contact .icon {
    	float: none !important;
    	margin-bottom: 10px;
    	margin-right: 0;
    	margin-left: 0 !important;
	}
	.block-social .social li {
	    margin-right: 4px;
	}
	.foot-payment svg {
    	width: 38px;
    	height: 38px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
    .deliveryinfo ul li span{
        margin-bottom: 10px;
    }
    .fb1,.fb2{
        width: 78px;
        background-size: 78px;
    }
    .headleft ul:last-child,.headleft ul:nth-child(2) {
        display: none;
    }
    .welcome-msg{
        display: none;
    }
    #_desktop_language_selector, #_desktop_currency_selector, .com-wish, .wishl, .hcom {
        margin-left: 3px;
    }
    .statmenu li {
        margin: 14px 10px;
    }
	#search_category{
		display: none;
	}
	.button-search{
		width: auto;
		padding: 0 14px;
	}
    .block-social .social li {
	    width: 28px;
	    height: 28px;
    	padding: 1px 0px;
    	margin-right: 0;
	}
    .links h3, .links h3 a, .c-info, .footleft h3, .block_newsletter h3 {
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .news-left h5{
        font-size: 18px;
    }
    .footleft,.footleft .logo{
        text-align: center;
        margin: 0 auto;
    }
    .bgcolor{
        margin: 0;
    }
    .wb-product-desc.product-description {
        padding: 0 4px;
    }   
    .logobg{
        margin: 0;
    }
    #index #content-wrapper{
        padding: 0;
    }
    .button-group .wishlist, .button-group .add-cart, .button-group .pquick, .button-group .compare{
        margin-top: 0;
    }
    .cartb{
        width: 38px;
        padding: 6px 10px;
    }
    .topbtn {
        display: inline-block;
    }
    .button-group .compare a,.button-group .wishlist a,.quick-view.pquick,.cartb{
        border: 1px solid #eee;
        height: 35px;
        font-weight: 500;
        vertical-align: middle;
        padding: 7px 0px;
        font-size: 13px;
        text-transform: capitalize;
        transition: all 0.4s ease 0s;
        text-align: center;
        background-color: #f8f8f8;
        width: 38px;
        fill: #222;
    }
    .button-group .compare a:hover,.button-group .wishlist a:hover,.quick-view.pquick:hover,.cartb:hover{
        fill: #fff;
        background-color: #194ca1;
        border: 1px solid #194ca1;
    }
    .button-group .pquick span{
        display: none;
    }
    #product_comparison .btn-product.add-to-cart .pcart{
        display: block;
    }
    .cartb svg{
        display: inline-block;
    }
    .pcart {
        display: none;
    }
    .thumbnail-container .button-group {
        margin-top: 12px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    #_desktop_language_selector button, #_desktop_currency_selector button, #compare-link, #headlink{
        color: #222;
    }
    .bgcolor{
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* tab pro */
    .btn-cate {
        position: absolute;
        right: 25px;
        background-color: #232323;
        color: #fff !important;
        padding: 5px;
        cursor: pointer;
        top: 11px;
        border: none;
    }
    .catebg{
        padding: 10px;
    }
    .btn-cate .collapse-icons .remove, .btn-cate[aria-expanded="true"] .collapse-icons .add{
        display: none;
    }
    .btn-cate[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .wbpc-main .label {
        font-size: 11px;
    }
    .wbpc-main .count {
        font-size: 16px;
    }
    .wbpc-main .time{
        width: 50px;
        min-height: 50px;
        padding-top: 2px;
    }
    .userdes br {
        display: none;
    }
    .block_newsletter form input{
        height: 40px;
    }
    .button-group a {
        width: 27px !important;
        height: 27px !important;
        padding: 3px 0 !important
    }
    .cartb {
        width: 27px;
        padding: 0 4px;
        height: 27px;
    }
    .quickview .modal-body{
        padding-top: 0;
    }
    #blockcart-modal .product-name{
        margin-top: 10px;
    }
    #blockcart-modal .modal-body{
        padding-top: 0;
    }
    #wbsearch_content_result{
        left: 0;
        right: 0;
    }
    .facet li{
        margin-top: 0;
    }
    .thumbnail-container .product-title{
        font-size: 14px;
    }
	.wb-menu-vertical ul{
		display: block;
	}
	.form-control-label{
		padding-top: 0;
	}
	#category #search_filter_toggler.btn {
    	width: 100%;
    	padding: 6px 4px;
	}
	#wrapper .breadcrumb ol{
		margin-bottom: 10px;
	}
	.propage h1{
		margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
	}
	.wbIcon img{
		display: none;
	}
	#wrapper, #footer {
        display: block !important;
    }
     #footer,.footer-container {
        margin-top: 30px;
     }
    .mobile .navbar-toggle {
        background: transparent;
        border: none;
        padding: 0;
        margin-right: 15px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 6px;
        min-width: auto;
        min-height: auto;
        margin-left: 0;
    }
    #_mobile_user_info {
        position: relative;
        margin: 3px 15px 0 15px;
        z-index: 9;
    }
    #_mobile_cart {
        position: relative;
        margin-top: 3px;
    }
    #header .header-top {
        padding: 10px 0 10px 0;
        border-top: 1px solid #fff;
    }

    .header-nav .user-down svg{
        width: 14px;
        height: 14px;
        fill: #222;
    }
    .user-info i{
        display: none;
    }
    #header .header-nav {
        padding: 10px 0;
        background-color: #f5f5f5;
    }
    #_mobile_currency_selector, #_mobile_language_selector {
        display: inline-block;
        font-size: 13px;
        margin: 5px 7px;
        padding: 3px 5px;
        border: 1px solid #eee;
        border-radius: 4px;
    }
    .user-down{
        width: 230px;
    }
    .wb-menu-vertical li.level-1 > a, .level-top{
    	color: #222;
    }
    .wb-menu-vertical li.level-1 .img-icon {
    	display: none;
    }
    .wb-menu-vertical ul li.level-1:hover > a {
    	color: #194ca1;
	}
    .header-nav .dropdown select{
        -webkit-appearance: none;
    }
    #header .header-nav .top-logo a img {
        max-width: 115px;
        margin-top: 0px;
    }
    .topmenu {
        padding: 10px 0;
    }
	.userdess,.xsitem,#_desktop_cart,.cartto{
		display: none;
	}
	#search_category{
		display: none;
	}
	.button-search {
	    height: 40px;
	    width: auto;
	    padding: 0 10px;
	}
	#search_query_top{
		height: 40px;
	}
	.com-wish{
		margin: 0;
        display: none;
	}
    .cartsvg {
        border: none !important;
        min-width: auto;
        min-height: auto;
        padding: 0;
        background-color: transparent;
    }
	.slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
		display: none;
	}
	.wb-list-product-reviews .star_content{
		margin-bottom: 10px;
	}
	.cartb svg,.quick-view svg, .wb-wishlist-button svg{
		width: 17px;
		height: 17px;
	}
    .button-group .quick-view:hover{
        fill: #fff !important;
    }
	#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;
	}
	.social {
    	margin-bottom: 20px;
	}
	.c-info {
    	margin-top: 15px;
	}
	.home_blog_post{
    	margin-bottom: 30px;
	}
	.product-tab-item,.home-heading,#wbProductsCateHome,.part-special,.deliveryinfo,.center-banner,.img-banner,.imgbanner{
    	margin-top: 30px;
	}
	.block_newsletter {
    	margin: 15px 0;
	}
    .pr {
        height: auto;
        padding: 10px;
    }
    .foot-top {
        position: relative;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .c-info, .links h3, .links h3 a, .footleft h3, .block_newsletter h3 {
        font-size: 14px;
    }
    .home-heading, .co-heading{
        font-size: 18px;
    }
    .position-static {
        margin-top: 0;
        padding: 0;
    }
    #_desktop_language_selector, #_desktop_currency_selector, .com-wish, .wishl, .hcom{
        margin: 0;
    }
    .foot-copy .col-xs-12{
        text-align: center !important;
    }
    .news-left,#_mobile_user_info .userdes {
        display: none;
    }
    .userdes {
        vertical-align: middle;
        position: absolute;
        background-color: #194ca1;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        color: #fff;
        padding: 0 4.5px;
        right: -3px;
        top: -7px;
        line-height: 12px;
    }
    .cart-products-count {
        color: #fff;
        font-size: 10px;
    }
   
}
@media(min-width: 600px) and (max-width: 767px){
     .deliveryinfo ul li span{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .deliveryinfo .col-xs-12 {
        width: 50%;
    }
    .ser-banner{
        width: 33.33%;
    }
    .center-banner .col-xs-12{
        width: 50%;
    }
	.sro {
    	width: 70%;
	}
	.lgrid {
    	width: 30%;
	}
	.wb-product-grid .item-product, .wb-product-list .item-product {
	    width: 33.33%;
	}
	.imgbanner-1,.imgbanner-0{
		width: 50%;
	}
}
@media(max-width: 599px){
    .deliveryinfo ul li span {
        float: right !important;
        margin-left: 10px;
        margin-right: auto !important;
    }
    .new {
        left: 0;
        background-color: transparent !important;
    }
    .discount-product{
        background-color: transparent !important;
        right: 0;
        color: #222;
    }
     .deliveryinfo ul li span{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
        top: -15px;
    }
    .deliveryinfo .col-xs-12{
        text-align: left;
    }
    #owl-special .wb-image-block {
        width: 100%;
    }
    #owl-special .wb-product-desc {
        padding: 0;
        width: 100%;
    }
    .pro-tab h2{
        display: none;
    }
    .product-tab-item .list-inline.nav.nav-tabs {
        position: relative;
        margin-top: -52px;
        right: auto;
    }   
    .product-actions .add-to-cart{
        padding: 0 5px;
    }
    .block_newsletter h3{
        font-size: 16px;
    }
    #blog .blog_post_content_bottom {
        position: unset;
        padding: 15px 0 0 0;
        margin: 0;
        box-shadow: none;
        width: auto;
    }
    .blog_post_content_top,#blog .text-xs-left.col-xs-6{
        width: 100%;
    }
    .center-banner .col-xs-12:first-child,.imgbanner .col-xs-12:first-child,.imgbanner .col-xs-12:nth-child(2){
        margin-bottom: 10px;
    }
    .tab-cate-pro .tab-content {
        padding: 10px 0;
    }
    .thumbnail-container .regular-price,.thumbnail-container .price{
        font-size: 12px;
        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;
	}
	.wb-product-grid .item-product, .wb-product-list .item-product {
	    width: 50%;
	}
	#block-reassurance .col-xs-4 {
    	width: 100%;
	}
	.product-tab li a {
	    padding: 10px 3px !important;
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.imgbanner-0{
		margin-bottom: 10px;
	}
	.imgbanner-2{
		margin-top: 10px;
	}
	.pro-tab.tabs .nav-tabs .nav-link {
        padding: 5px 3px;
        font-size: 12px;
	}
    .userdes br{
        display: none;
    }
	.nav-item.tabl {
    	margin: 0 0px;
	}
}
/* sidenav */
.close-nav span{
    color: #fff;
    text-transform: uppercase;
}
body.active {
    overflow: hidden;
}
body.active::before {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
    background-color: #222;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}
.dblock{
    display: block;
}
.dnone{
    display: none;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.close-nav i{
    font-size: 16px;
    color: #fff;
}
/* banner effect start */
.beffect a::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.6) none repeat scroll 0 0;
    height: 0;
    -webkit-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    transition: all 900ms ease-in-out 0s;
    width: 100%;
}
.beffect a:hover::before {
    opacity: 0;
    height: 100%;
}
.beffect a {
    display: block;
    position: relative;
    overflow: hidden;
}
/* banner effect over */