@font-face{
font-family:'Poppins-Light';
src:url(../../assets/fonts/Poppins-Light.ttf);
}
@font-face{
font-family:'Poppins-Medium';
src:url(../../assets/fonts/Poppins-Medium.ttf);
}
@font-face{
font-family:'Poppins-Regular';
src:url(../../assets/fonts/Poppins-Regular.ttf);
}
@font-face{
font-family:'Poppins-SemiBold';
src:url(../../assets/fonts/Poppins-SemiBold.ttf);
}
@font-face{
font-family:'Poppins-Bold';
src:url(../../assets/fonts/Poppins-Bold.ttf);
}
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 body {
    font-family:'Poppins-Regular';     
    font-size: 14px;
    line-height: 20px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
:focus {
    outline: none;
}
ul {
    margin-bottom: 0;
}
/*loader start */

#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 180px;
    width: 135px;
    margin-left: -83px;
}
#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;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 53%;
    top: 40%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat ;
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/*loader end*/ 
/* review */
.fancybox-skin{
    background: #fff !important;
    padding: 5px !important;
}
#product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 620px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-c {
    font-weight: normal;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
    margin-top: 15px;
}
.prodes-c{
    margin-top: 15px;
}
.new_comment_form_content {
    background-color: #232323;
    padding: 6px 0;
}
.new_comment_form_content h2{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
}
/* review over */
/* add to cart modal */
#blockcart-modal .cart-content p span{
    color: #888;
    display: inline-block;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7e7e7;
}
#blockcart-modal .close{
    color: #f0f0f0;
    padding: 10px;
}
.modprice{
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 17px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    /* width: 100%; */
}
#blockcart-modal .modal-title{
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #232323;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px 5px 0 0;
}
.cart-content strong {
    color: #232323;
}
#blockcart-modal .modal-body{
    padding: 0;
}
.lc p {
    color: #232323;
    font-weight: normal;
}
.cart-content p{
    margin-bottom: 10px;
}
/* cart modal over */
.thumbnail-container .second-img {
    top: 0px;
    left: 0px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0px;
    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;
}
#xs-zoom .owl-nav i {
    font-size: 40px;
}
#xs-zoom .owl-next {
    position: absolute;
    right: 10px;
    top: 42%;
}
#xs-zoom .owl-prev {
    position: absolute;
    left: 10px;
    top: 42%;
}
#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: none;
    outline: none;
    z-index: 2;
    background: url("../../assets/img/top.png") no-repeat scroll center 5px;
    background-size: 35px;
}
.m-img{
    padding: 10px;
}
#manufacturer-description p {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
}
.disabled {
    cursor: no-drop !important;
}
.disabled:hover {
    opacity: 0.5;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
#webizoom img {
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    
}
.quickview .mask img{
    margin-bottom: 5px;
}
@media (min-width: 992px){
	.sticky-zoom {
	    position: sticky;
	    top: 20px;
	}
}
.pro-det h1 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
}
.card-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ratep {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
    border-left: 1px solid #e8e8e8;
    padding: 0 7px;
    margin: 0 7px;
}
#ratep i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
#ratep:hover {
    color: #fa3a3a;
}
.arltr {
    margin-top: 10px;
    display: inline-block;
}
.pro-det .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 17px;
}
#product_reviews_block_tab .review_button li {
    font-size: 12px;
}
.usefulness_btn {
    padding: 4px 5px;
    font-size: 12px;
}
.product_desc {
    margin: 15px 0;
}
.propage .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.propage h1 {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#product-availability{
    display: none;
}
.attachment h4 a {
    text-transform: capitalize;
    font-size: 16px;
}
.attachment p {
    margin: 5px 0;
}


.bg-co, .c-b {
    background-color: #f9f9f9;
}
.c-b {
    padding-bottom: 25px;
}
.wrapper-right{
	padding-top: 20px;
}
.sli-re {
    padding-bottom: 25px;
}
#index #content-wrapper {
    padding: 0;
}
.body-bg{
	background-color: #fff;
}
.homeslider-container {
    position: relative;
    z-index: 0;
}
.nivo-controlNav {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.nivo-controlNav a {
    cursor: pointer;
    text-indent: -99999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
    z-index: 99;
    position: relative;
    border: 2px solid #fa3a3a;
}
.nivo-controlNav a.active{
    background-color: #fa3a3a;
}
.nivoSlider img{
	border-radius: 5px;
}
.nivo-directionNav {
    display: none;
}
.tag-t-n {
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    background-image: url('../../assets/img/call.png');
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.nav-top {
    text-align: right;
}
#_desktop_language_selector, #_desktop_currency_selector{
    display: inline-block;
    cursor: pointer;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu, .user-down {
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 11rem;
}
#_desktop_currency_selector {
    margin: 0 60px;
    position: relative;
}
.language-selector .current a {
    color: #fa3a3a;
}
.user-down {
    min-width: 13rem;
}
.wishl:hover svg, .hcom:hover svg {
    fill: #fa3a3a;
}
.user-down a {
    text-align: left;
    display: block;
    cursor: pointer;
    margin-left: 14px;
    padding: 3px;
    letter-spacing: 1px;
    color: #232323;
    text-transform: capitalize;
    font-size: 13px;
}
.user-down i {
    font-size: 15px;
    margin: 0 2px;
}
#top-links-n {
	margin: 0 15px;
}
.get-n {
    color: #f2f2f2;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    vertical-align: middle;
    display: inline-block;
}
.top-get-n {
    font-size: 12px;
    letter-spacing: 1px;
    color: #bdbdbd;
}
.tag-t {
    height: 17px;
    width: 31px;
    background: url('../../assets/img/ship.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.get {
    text-transform: uppercase;
    font-size: 13px;
    color: #585858;
    letter-spacing: 1px;
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
}
.get-t {
    color: #9f9f9f;
	letter-spacing: 0.5px;
	font-size: 12px;
}
.wimg.f1 {
    text-transform: uppercase;
    font-size: 13px;
    color: #585858;
    letter-spacing: 1px;
}
.option-main {
    float: right;
    position: relative;
    margin-top: 9px;
}
#_desktop_user_info {
    margin: 0 40px;
}
.cart-c {
    background: #2a2a2a;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    width: 15px;
    position: absolute;
    left: 18px;
    right: auto;
    letter-spacing: 0;
    top: -5px;
    height: 15px;
    line-height: 14px;
    text-align: center;
}
#_desktop_cart .header {
    position: relative;
}
.usr svg, .hcart svg {
    fill: #7a7a7a;
    vertical-align: middle;
    cursor: pointer;
}
.usr svg:hover, .hcart svg:hover {
    fill: #fa3a3a;
}
.service {
    display: inline-block;
    margin-top: 4px;
    text-align: right;
}
.s1 {
    background-repeat: no-repeat;
    height: 29px;
    width: 27px;
    background-image: url('../../assets/img/time.png');
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.si1 li {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}
.dcontent h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #3b3b3b;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-family: 'Poppins-Medium';
}
.dcontent p {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #A1A1A1;
}
/* menu full*/
#menu1 ul li {
    display: inline-block;
    position: relative;
}
#menu1 ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
#menu1 ul li a:hover{
    color: #fa3a3a;
}
.main-nav {
    background-color: #202020;
    line-height: 50px;
    position: relative;
}
#menu1 .nav > li > a {
    padding: 0 30px 0 0;
}
/* menu full over */
/* menu */
.d-navfullwidth{
    position: relative;
}
 #index .nav-f-static {
    text-align: unset;
}
/* product page */
.product-tab {
    margin: 25px 0;
    border: 1px solid #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}
.product-tab .header1 {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
    padding: 0 20px 0 0;
}
.product-tab .nav-item a::after {
    content: '';
    position: absolute;
    color: #e7e7e7;
    left: 0;
    bottom: -14px;
    border-bottom: 2px solid #fa3a3a;
    width: 0;
    transition: all 0.4s ease-out 0s;
    top: unset;
}
.product-tab .nav-item:hover a::after {
    width: 30px;
}
.product-tab .nav-item .nav-link::before, .product-tab .nav-item .nav-separtor::before{
	border-bottom: none;
}
.product-tab .nav-item::after{
    content: '';
}
/* product page over*/

/* category */
.total-products p {
    color: #f2f2f2;
}
#js-product-list-top {
    margin-left: 0;
    margin-right: 0;
}
.wb-grid-list {
    margin-top: 7px;
}
.lgrid svg {
    fill: #2f2f2f;
    cursor: pointer;
    margin: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.wb-grid-list .selected svg {
    fill: #fff;
}
.products-sort-order .select-title i{
    line-height: 19px;
}
.block-category .h1, .pro-name, .page-header h1 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    position: relative;
    color: #232323;
    border-bottom: 2px solid #f2f2f2;
	padding-bottom: 15px;
    text-transform: capitalize;
}
#subcategories {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.subcategory-heading {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    color: #232323;
}
#subcategories h5 {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#subcategories ul li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    border-radius: 4px;
}
#subcategories ul li:hover {
    border: 1px solid #fa3a3a;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #7a7a7a;
    -webkit-margin-before: -20px;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
.wb-product-grid .item-product{
    padding: 0 10px;
}
.wb-product-grid .thumbnail-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.products.product-thumbs.wb-product-grid {
    padding: 0 5px;
}
.wb-product-grid .product-description {
    padding: 15px 10px;
}
.wb-product-list .descrip p {
    display: block;
    font-size: 13px;
    margin: 4px 0;
}
.wb-product-list .product-title a {
    font-size: 16px;
}
.top-links-m {
    border-bottom: 2px solid #232323;
    padding-bottom: 10px;
}
.top-links-m, .top-links-m a {
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
}
.wb-product-list .button-group .wish{
    transform: scale(1);
}
.wb-product-list .button-group.highlighted-informations .btn-vcw {
    position: unset;
    margin: 8px 0;
    opacity: 1;
}
.wb-product-list .product-miniature .thumbnail-container:hover .product-title, .wb-product-list .product-miniature .thumbnail-container:hover .product-price-and-shipping {
    opacity: 1;
}
.wb-product-list .product-description {
    text-align: left;
    padding: 15px;
}
.wb-product-list .wishlist{
	transform: scale(1);
	transition: none;
}
.wb-product-list .thumbnail-container {
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.owl-carousel .owl-item .wb-image-block img {
    width: auto;
}
@media (min-width: 768px){
    #index  #under-menu.collapse {
        display: block !important;
        width: auto;
        top: unset;
    }
    .btn-navbar.navbar-toggle{
        color: #000;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        background: #fa3a3a;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin: 1px 15px 0 15px;
        padding: 0;
    }
    .top-menu {
        position: absolute;
        left: 15px;
        right: 15px;
        background: #fff;
        z-index: 100;
        border: 1px solid #ebebeb;
        border-radius: 0 0 5px 5px;
        border-top: none;
        padding: 0 15px;
    }
    #index #_desktop_top_menu {
        border: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }
    #_desktop_top_menu {
        margin-top: -4px;
    }
    .sub-menu .top-menu {
        position: unset;
        width: unset;
        border: none;
        text-transform: capitalize;
        line-height: 25px;
    }
    #index .navbar-header {
        padding: 7px 15px;
    }
    .navbar-header {
        border-bottom: 1px solid #ebebeb;
        padding: 5.5px 15px;
        border-radius: 5px 5px 0 0;
        background-color: #f8f8f8;
        cursor: pointer;
    }
    .top-menu > li .sub-menu {
        display: inline !important;
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #f0f0f0;
        display: none;
        left: 100%;
        margin-left: 0;
        margin-top: -46px;
        min-width: 400px;
        z-index: 8;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform-origin: left center 0;
    }
    .top-menu > li:hover .sub-menu {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    #index .d-menu{
        position: absolute;
        top: 75px;
        z-index: 1;
    }

}
/* menu */
.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
}
.ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 15px;
}
.ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #757575;
    overflow: hidden;
}
.ico-menu {
    position: relative;
    width: 16px;
    top: -6px;
    margin: 0 auto;
    left: 0;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fa3a3a;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
}
.btn-navbar.navbar-toggle{
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: #dedede;
    border-radius: 100%;
    min-width: 35px;
    min-height: 35px;
    vertical-align: middle;
    margin: 0;
    padding: 9px 8px;
}
#wr-menu-icon:hover .ico-menu .bar::after {
    left: 0;
}
#index #wr-menu-icon{
    cursor: pointer;
}
.wr-menu .h3{
    font-family: Poppins-Medium;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin: 0 7px;
}
    
.popover .meni{
    display: none
}
.menu li a:hover .meni {
    transform: rotate(-90deg);
}
.meni{
    transition: 0.3s ease;
    margin: 5px 0;
}
.menuimg{
    padding: 5px;
}
.wr-menu{
    margin-bottom: 0 !important;
}
#under-menu {
    top: 45px;
}
.d-menu {
    top: 8px;
}
#index .d-menu{
    position: absolute;
}
@media (min-width: 1200px){
    #index .d-menu, .emptydiv {
        width: 22%;
    }
    .wrapper-right {
        width: 78%;
    }
    .append-banner-left{
		width: 22%;
	}
	.tab-cate-pro{
		width: 78%;
	}
}
/* menu over */
.pro-tab {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.head1::before {
    border-bottom: 2px solid #fa3a3a;
    position: absolute;
    bottom: -13px;
    content: '';
    width: 145px;
}
.head-t::before {
    border-bottom: 2px solid #fa3a3a;
    position: absolute;
    bottom: -1px;
    content: '';
    width: 145px;
}
.pro-tab .nav-tabs {
    text-align: right;
    margin-right: 85px;
    position: relative;
}
.nav-item .nav-link.active::before, .nav-item .nav-separtor.active::before, .nav-item .nav-link:hover::before, .nav-item .nav-separtor:hover::before {
    width: 40px;
}
.nav-item .nav-link::before, .nav-item .nav-separtor::before {
    border-bottom: 2px solid #fa3a3a;
    position: absolute;
    bottom: -12px;
    content: '';
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s ease-out 0s;
}
.head1 {
    float: left;
    position: relative;
    position: relative;
}
.head1 h4 {
    margin-bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    position: relative;
    color: #131313;
}
.head-t {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.head-t h4 {
    margin-bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    position: relative;
    color: #131313;
}
.product-tab-item .nav-item::after {
    content: '|';
    position: absolute;
    color: #e7e7e7;
    right: -3px;
    top: 0;
}
.product-tab-item .nav-item:last-child::after {
    content: '';
}
.descrip p {
    display: none;
}
.sale {
    position: absolute;
    top: 10px;
    background-color: #fa3a3a;
    border-radius: 50%;
    left: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 11px;
    font-size: 12px;
}
.sale span{
	color: #f2f2f2;
}
.product-description {
    text-align: center;
    padding: 15px 5px;
}
.product-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    color: #818181;
    padding: 2px 0;
}
.product-title a {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #818181;
    font-family: 'Poppins-Regular';
}
.product-price-and-shipping {
    color: #202020;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    letter-spacing: 0.5px;
}
.owl-stage-outer {
    border-right: 1px solid #fff;
}
#xs-zoom .owl-stage-outer {
    border-right: none;
}
.banner-h img, .beffect img{
    border-radius: 5px;
}
/* button */
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	transform: scale(0);
}
.thumbnail-container:hover .wishlist{
    transform: scale(1);
}
.pwish {
    height: 16px;
    width: 16px;
    margin: 0;
}
.wb-wishlist-button svg {
    fill: #343434;
}
.wb-wishlist-button svg:hover{
	fill: #fa3a3a;
}
.button-group .compare, .button-group .cart-add {
    display: inline-block;
}
.button-group .wb-compare-button, .button-group .quick {
    padding: 10px 7px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #f0f0f0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    cursor: pointer;
    border: none;
}
.button-group .wb-compare-button:hover, .button-group .quick:hover {
	background-color: #202020;
}
.button-group .wb-compare-button, .button-group .quick{
	fill: #343434;
}
.button-group .wb-compare-button:hover svg, .button-group .quick:hover svg{
	fill: #fff;
}
.pquick, .pcom{
    margin: 0 4px;
    height: 18px;
    width: 18px;
    -webkit-margin-start: 4px;
}
.pcom{
	margin-top: 2px;
}
.cartb {
    min-height: 38px;
    vertical-align: middle;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    cursor: pointer;
    border: none;
}
.cartb:hover{
	background-color: #202020;
}
.cart-add {
    margin: 0 5px;
}
.cartb:hover .p-cart{
	color: #fff;
}
.p-cart{
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.btn-vcw {
    position: absolute;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.thumbnail-container:hover .btn-vcw {
    opacity: 1;
    bottom: 15px;
}
/* button over */
/* prev-next */
.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -66px;
    margin-top: 0;
}
.owl-theme .owl-nav .owl-prev {
    opacity: 1;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: transparent;
    padding: 0;
	margin: 0;
}
.owl-theme .owl-nav .owl-next {
    opacity: 1;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: transparent;
    padding: 0;
	margin: 0;
}
.owl-theme .owl-nav i {
    font-size: 18px;
    line-height: 25px;
}
.owl-theme .owl-prev i {
    margin-left: -2px;
}
.owl-theme .owl-next i {
    margin-right: -2px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fa3a3a;
    background-color: transparent;
}
.owl-theme .owl-nav .owl-prev::after {
    content: '|';
    color: #d4caca;
    font-size: 12px;
    padding: 0 19px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
/* prev-next over */
.thumbnail-container {
    position: relative;
}
.wb-image-block {
    padding: 0;
}
/* cate pro */
.out-content-prod .sub-cat {
    display: none;
}
.append-banner-left{
	padding: 0;
}
.tab-cate-pro{
	padding: 0 0 0 15px;
}
.product-container:hover .wishlist {
    transform: scale(1);
}
/* cate pro over */
/* service */
.deliveryinfo {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 0;
    cursor: crosshair;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.deliveryinfo ul li svg {
    margin: 10px;
    fill: #b4b4b4;
}
.deliveryinfo ul:hover svg {
    fill: #fa3a3a;
}
.ser-t h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    margin-bottom: 5px;
}
.ser-t p {
    font-size: 12px;
    color: #919191;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* service over */
#owl-special .wbproductcountdown, .pro-det .wbproductcountdown{
    display: block;
    text-align: center;
    background: #f3f7f8;
    border: 1px solid #ebebeb;
    border-radius: 4px;
	position: absolute;
	bottom: 100px;
	right: 15px;
	left: 15px;
	margin: 0 auto;
	padding: 15px 0;
}
.pro-det .wbproductcountdown{
	position: unset;
	width: 205px;
	margin: 10px 0 0 0;
}
.wbproductcountdown, #owl-related .wbproductcountdown {
    display: none;
}
.wbpc-main .time::after {
    content: ':';
    color: #232323;
    font-size: 18px;
    margin: 0 8px;
}
.wbpc-main .time:last-child::after {
    content: '';
    margin: 0;
}
.wbpc-main .time {
    display: inline-block;
    font-family: 'Poppins-Medium';
}
/* blog */
 .blog-p{
    padding: 0;
 }
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.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;
}
.blog_mask {
    visibility: hidden;
}
.post_thumbnail img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.post_thumbnail:hover img {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    cursor: pointer;
}
#index .post_thumbnail .blog_mask a {
    text-align: center;
}
.blog_mask a i {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #232323;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
.blog_mask a i:hover {
    background-color: #fa3a3a;
}
.post_thumbnail {
    position: relative;
    overflow: hidden;
}
.blg-dt span {
    display: inline-block;
}
#index .meta_author {
    margin: 0 20px;
    color: #a0a0a0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins-Medium';
}
.bdate {
    color: #a0a0a0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins-Medium';
}
.bdate i {
    margin: 0 5px;
}
#index .blog_post_content {
    background-color: #fff;
}
#index .blog_post_content_bottom {
    padding: 10px 0;
}
.post_title a {
    font-size: 14px;
    color: #273238;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: 'Poppins-Medium';
    padding: 2px 0;
    margin: 10px 0;
}
.post_content p {
    font-size: 12px;
    color: #8b8b8b;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.post_title a:hover{
    color: #fa3a3a;
}
#module-wbblog-single #main .page-footer, #module-wbblog-archive #main .page-footer{
    margin-bottom: 0;
}
.bg-lg {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-bottom: 25px;
}
.block_newsletter form .btn {
    height: 45px;
    box-shadow: none;
    background-color: #fa3a3a;
    color: #fff;
    padding: 0 35px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 40px;
    text-transform: uppercase;
    border-radius: 4px;
}
.block_newsletter form .btn:hover {
    color: #fff;
    background-color: #2f2f2f;
}
.block_newsletter {
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    padding: 25px 0 50px 0;
}
.block_newsletter h4{
    font-size: 26px;
    letter-spacing: 1px;
    color: #2E2E2E;
    text-transform: capitalize;
    margin: 25px 0;
}
.block_newsletter h6{
	font-size: 12px;
	color: #808080;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	line-height: 23px;
	margin-bottom : 50px;
}
.block-contact .block .icon i {
    font-size: 21px;
    color: #fff;
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
    width: 22px;
}
.fot-fu, .pay {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    font-weight: normal;
    margin-bottom: 20px;
    color: #f2f2f2;
}
.pay-connect ul li {
    display: inline-block;
}
.pay-connect ul li a i:hover {
    color: #fa3a3a;
}
.pay-connect ul li a i {
    color: #616161;
    font-size: 20px;
    margin-right: 9px;
}
.pay-connect {
    margin-top: 21px;
}
.footer-container .data {
    padding: 0 30px !important;
    word-break: break-all;
}
.fo-f{
    margin: 0;
}
.fot-pro {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-weight: normal;
    color: #f2f2f2;
    margin-bottom: 20px;
}
.block-social p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    color: #8a8a8a;
    line-height: 27px;
}
.sol-n {
    margin-top: 35px;
}
.cpy, #fo-d{
    padding: 17px 0;
}
.cpy ._blank {
    font-size: 13px;
    color: #585858;
    letter-spacing: 1px;
}
#block_myaccount_infos ul {
    text-align: center;
}
#block_myaccount_infos ul li, #fo-d ul li {
    display: inline-block;
}
#block_myaccount_infos {
    border-top: 1px solid #393939;
    padding-top: 25px;
    margin-top: 15px;
    position: relative;
}
.link-ac li:first-child a::before {
    border-right: none;
}
.link-ac li a::before {
    border-right: 2px solid #8b8b8b;
    content: '';
    font-size: 9px;
    margin: 0 17px;
    position: relative;
    top: -2px;
}
.em-ac {
    padding: 0;
    font-size: 14px !important;
    position: relative;
}
.f-d1 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd1.png');
    display: inline-block;
    vertical-align: middle;
}
.f-d2 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd2.png');
    display: inline-block;
    vertical-align: middle;
}
.f-d3 {
    background-repeat: no-repeat;
    height: 30px;
    width: 119px;
    background-image: url('../../assets/img/fd3.png');
    display: inline-block;
    vertical-align: middle;
}
.e-f p {
    position: absolute;
    right: 0;
    left: 0;
    top: -175px;
    margin: 0 auto;
    max-width: 850px;
    border-radius: 5px; 
}
/* effect */

.img-banner1 .beffect, .em-effect07 .banner-h, .img-banner .effect1{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.img-banner1 .beffect::after, .em-effect07 .banner-h::after, .img-banner .effect1::after {
    background: rgba(147, 147, 147, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    border-radius: 5px;
}
.img-banner1:hover .beffect::after, .em-effect07:hover .banner-h::after, .img-banner:hover .effect1::after {
    right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
/* effect over */
.view_more {
    line-height: normal;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}
.view_more a {
    padding: 12px 0 !important;
}
#_desktop_logo {
    margin-top: 2px;
}
@media (min-width: 1200px) and (max-width: 1409px){
	.wb-product-grid .item-product.col-xl-3 {
	    width: 33.3%;
	}
	.wb-product-list .wb-image-block.col-xl-3 {
	    width: 30%;
	}
	.wb-product-list .product-description.col-xl-9 {
	    width: 70%;
	}
	#search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
	    width: 25%;
	}
	#search .wb-product-list .wb-image-block.col-xl-3, #manufacturer .wb-product-list .wb-image-block.col-xl-3 {
	    width: 22%;
	}
	#search .wb-product-list .product-description.col-xl-9, #manufacturer .wb-product-list .product-description.col-xl-9 {
	    width: 78%;
	}
    .top-menu a[data-depth="0"] {
        padding: 9px 0;
    }
}
@media (min-width: 1410px){
    #search .wb-product-list .item-product.col-xs-12, #manufacturer .wb-product-list .item-product.col-xs-12 {
        width: 50%;
    }
	#search .wb-product-grid .col-xl-3, #manufacturer .wb-product-grid .col-xl-3 {
	    width: 20%;
	}
    #search .wb-product-list .product-description.col-xl-9, #manufacturer .wb-product-list .product-description.col-xl-9{
        width: 65%;
    }
	#search .wb-product-list .wb-image-block.col-xl-3, #manufacturer .wb-product-list .wb-image-block.col-xl-3 {
	    width: 35%;
	}
    #search .products-selection .total-products, #manufacturer .products-selection .total-products {
        width: 35%;
    }
    #search .sort, #manufacturer .sort{
        width: 40%;
    }
}
@media (min-width: 992px){
	#_desktop_currency_selector::before {
	    border-right: 1px solid #f1f1f1;
	    content: '';
	    position: absolute;
	    left: -35px;
	    height: 11px;
	    top: 20px;
	}
	#_desktop_currency_selector::after {
	    border-right: 1px solid #f1f1f1;
	    content: '';
	    position: absolute;
	    right: -35px;
	    height: 11px;
	    top: 20px;
	}
	.option-main::before {
	    border-right: 1px solid #f1f1f1;
	    top: -5px;
	    position: absolute;
	    content: '';
	    left: -10px;
	    height: 40px;
	}
	.product-miniature .thumbnail-container:hover .product-title, .product-miniature .thumbnail-container:hover .product-price-and-shipping {
	    opacity: 0;
	}
	.cate-r .collapse {
	    display: block;
	}
	.btn-cate {
	    display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.banner-left img {
	    min-height: 327px;
	}
	.ser-t p {
	    font-size: 11px;
	    letter-spacing: normal;
	}
	#top-links-n{
		display: none;
	}
	.products-selection .total-products, .products-selection h1{
		display: none;
	}
	#search .wb-product-grid .col-lg-6, #manufacturer .wb-product-grid .col-lg-6 {
	    width: 33.33%;
	}
	#search .wb-product-list .wb-image-block.col-lg-5, #manufacturer .wb-product-list .wb-image-block.col-lg-5 {
	    width: 27%;
	}
    #cate-re .nav-item .nav-link, #cate-re .nav-item .nav-separtor {
        padding: 0 10px;
    }
}
@media (max-width: 991px){
	.get-t{
		display: none;
	}
	#search_category, #top-links-n, .append-banner-left{
		display: none;
	}
	.btn-vcw {
	    position: unset;
	    opacity: 1;
	    margin-top: 10px;
	}
	.wishlist{
		transform: scale(1);
	}
	.tab-cate-pro {
	    padding: 0;
	    border-top: 2px solid #e8e8e8;
		padding-top: 15px;
		margin-top: 15px;
	}
	#owl-special .wbproductcountdown{
	    bottom: 140px;
	}
	.block-social {
	    text-align: center;
	    border-bottom: 1px solid #393939;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}
	.cate-r .btn-cate .collapse-icons .remove, .cate-r .btn-cate[aria-expanded="true"] .collapse-icons .add {
	    display: none;
	}
	.cate-r .btn-cate[aria-expanded="true"] .collapse-icons .remove {
	    display: block;
	}
	.btn-cate {
	    position: relative;
		right: 0;
		background-color: #232323;
		color: #fff;
		padding: 5px;
		cursor: pointer;
		top: 0;
		border: none;
        border-radius: 3px;
	}
	#cate-re{
	    padding: 5px 0;
	    border: 1px solid #ededed;
        text-align: center !important;
	    margin: 0;
	    clear: both;
	}
	.cate-r .btn-cate[aria-expanded="true"]{
		margin-bottom: 15px;
	}
	#wbProductsCateHome .owl-theme .owl-nav{
		display: none;
	}
	#wbProductsCateHome .pro-tab {
	    border-bottom: none;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	#wbProductsCateHome .nav-tabs .nav-item {
	    display: block;
	    margin-bottom: 5px;
	}
	#wbProductsCateHome .nav-item .nav-link::before, #wbProductsCateHome .nav-item .nav-separtor::before{
		border-bottom: none;
	}
	.quickview .mask, .quickview .arrows {
	    display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#header .logo {
	    max-width: 126px;
	}
	.nivoSlider img {
	    min-height: 280px !important;
	}
	#menu1 li:last-child {
		display: none;
	}
	#search .wb-product-grid .col-md-6, #manufacturer .wb-product-grid .col-md-6 {
	    width: 33.33%;
	}
	#search .wb-product-list .wb-image-block.col-md-5, #manufacturer .wb-product-list .wb-image-block.col-md-5 {
	    width: 34%;
	}
    .wb-product-grid .product-description {
        padding: 15px 5px;
    }
    .pro-det h1 {
        font-size: 17px;
    }
    .prodes, #block-reassurance span{
        font-size: 13px;
    }
    .pro-det .control-label {
        font-size: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
	.center-b .em-effect07:last-child {
	    display: none;
	}
	.option-main{
		margin-top: 7px;
	}
	#header .logo {
	    max-width: 135px;
	}
}
@media (min-width: 576px){
	.wb-product-list .wishlist{
		left: -30px;	
	}
	.forgotten-password .form-fields .center-email-fields button {
	    margin: 0 10px;
	}
}
@media (max-width: 767px){
    #search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
        margin-bottom: 0;
    }
	#_desktop_user_info {
	    margin: 0 20px;
	}
	.wimg.f1 {
	    color: #232323;
	    text-transform: capitalize;
	}
	.wimg.f1:hover {
		color: #fa3a3a;
	}
	.product-tab-item .head1::before {
	    border-bottom: none;
	}
	.pro-tab .nav-tabs {
	    text-align: center !important;
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	}
	.product-tab-item .head1 {
	    float: none !important;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.product-tab-item .owl-theme .owl-nav {
	    top: -94px;
	}
	.pay-connect{
		display: none;
	}
	.fot-fu, .pay{
		margin-bottom: 15px;
	}
	.sol-n {
	    margin-top: 10px;
	}
	.block-social p {
	    font-size: 12px;
	    line-height: 23px;
	}
	.cpy, #fo-d{
		text-align: center;
	}
	#fo-d {
	    margin-top: -8px;
	}
	#block_myaccount_infos {
	    padding-top: 20px;
	}
	.fot-pro{
		margin-bottom: 10px;
	}
	.mb-2 {
	    margin-bottom: 25px;
	}
	.sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        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%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #fa3a3a;
        padding: 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        line-height: normal;
        font-family: 'Poppins-Medium';
    }
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    .closebtn {
        float: right;
    }
    .close-nav i {
        color: #fff;
        font-size: 16px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #wrapper, #footer {
        display: block !important;
    }
    /* menu */
    .ico-menu .bar:nth-child(1) {
        top: 0;
        width: 18px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 5px;
        width: 15px;
    }
    .ico-menu .bar:nth-child(3) {
        top: 10px;
        width: 12px;
    }
    .ico-menu .bar:nth-child(1)::after {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .ico-menu .bar:nth-child(2)::after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .ico-menu .bar:nth-child(3)::after {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .ico-menu .bar {
        position: absolute;
        height: 2px;
        background-color: #2f2f2f;
        overflow: hidden;
    }
    .ico-menu {
        position: relative;
        width: 16px;
        top: -5px;
        margin: 0 auto;
        left: 0;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0s;
        background-color: #fa3a3a;
    }
    .btn-navbar.navbar-toggle{
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        background-color: transparent;/* 
        border-radius: 100%;*/
        min-width: 0;
        min-height: 34px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .btn-navbar.navbar-toggle:hover .ico-menu .bar::after {
        left: 0;
    }
    #wr-menu-icon{
        padding: 10px 0;
        background: #232323;
        cursor: pointer;
    }
    #menu-icon {
        margin-top: 2px;
        padding: 0 0 0 15px;
    }
    #_mobile_language_selector, #_mobile_currency_selector {
        margin: 3px;
        border: 1px solid #e7e7e7;
        padding: 0 5px;
        display: inline-block;
    }
    #search_block_top .btn.button-search {
	    right: 10px;
	    padding: 0 12px;
	    border-radius: 0 4px 4px 0;
	    padding: 0 15px;
	}
	#search_block_top #search_query_top{
		width: 100%;
		height: 40px;
	}
	#header .header-top .position-static{
		float: right;
	}
	.main-nav{
		padding: 10px 0;
	}
	.f-d1, .f-d2{
		background-size: 70px;
		width: 70px;
	}
	.f-d3{
		width: 75px;
		background-size: 77px;
	}
	#search_filter_toggler {
	    background-color: #fff;
	    height: 39px;
	    color: #2f2f2f;
	    line-height: 25px;
	}
	#search_filter_toggler:hover {
	    background-color: #2f2f2f;
	    color: #f2f2f2;
	}
	.magnitude {
		position: unset !important;
	}
	.dropdown select {
	    -webkit-appearance: none;
	}
	.product-quantity #quantity_wanted {
	    width: 2rem;
	}
	.forgotten-password .form-fields label.required {
	    padding: 0;
	}
}
@media (min-width: 768px){
	.top-menu li {
	    border-bottom: 1px solid #eaeaea;
	}
	.sub-menu li {
	    border-bottom: none;
	}
	.top-menu li:last-child {
	    border-bottom: none;
	}
	.ses::after {
	    position: absolute;
	    top: 6px;
	    content: '';
	    border-right: 1px solid #ebebeb;
	    height: 50px;
	    right: 0;
	}
	.ses:last-child::after {
	    border-right: none;
	}
}
@media (max-width: 575px){
	.nivo-controlNav{
		display: none;
	}
	#block-reassurance span{
		font-size: 12px;
	}
	.pro-det h1 {
	    font-size: 16px;
	}
	.option-main {
	    margin-top: 7px;
	}
	#header .logo {
	    max-width: 120px;
	}
	.usr svg, .hcart svg {
	    width: 26px;
	    height: 25px;
	}
	.nav-item .nav-link, .nav-item .nav-separtor {
	    letter-spacing: normal;
	    font-size: 14px;
	    padding: 0 9px;
	}
	.product-description{
		padding: 5px;
	}
	.block_newsletter h6 {
	    line-height: 21px;
	    margin-bottom: 10px;
	}
	.block_newsletter h4 {
	    font-size: 20px;
	    margin: 10px 0;
	}
	.block_newsletter{
		padding: 25px 0; 
	}
	.block_newsletter form .btn{
		margin-top: 25px;
	}
	#block_myaccount_infos{
		display: none;
	}
	.cpy ._blank {
	    font-size: 12px;
	    letter-spacing: normal;
	}
	#fo-d {
	    margin-top: -25px;
	}
	.em-effect07:last-child {
	    margin-bottom: 0;
	}
	.em-effect07 {
	    margin-bottom: 15px;
	}
	.products-sort-order .select-title {
	    font-size: 12px;
	}
	.products-sort-order .select-list {
	    padding: 5px 7px;
	    font-size: 12px;
	}
	#subcategories{
		padding: 9px;
	}
	.wb-product-list .product-description {
	    position: unset;
	}
	.wb-product-list .product-description {
	    text-align: center !important;
	}
	.product-actions .add-to-cart {
        padding: 8px 7px;
        font-size: 11px;
    }
	.forgotten-password .form-fields label.required {
	    width: auto;
	    text-align: center;
	}
	.page-my-account #content .links a {
	    font-size: 13px;
	}
	#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
	    min-width: auto;
	}
	.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
	    width: 2rem;
	}
	#_desktop_user_info {
	    margin: 0 15px;
	}
    .product-image-container img{
        width: auto !important;
    }
    .product-info .product_name strong {
        font-size: 15px;
    }
    .product-tab {
        padding: 10px;
    }
    .product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
        padding: 0 4px 0 0;
    }
    .product-d p, .attachment p {
        font-size: 12px;
    }
    .page-content.page-cms h1 {
        font-size: 17px;
    }
}
@media (min-width: 500px){
    .product-tab-item .owl-item.active, .tab-cate-pro .owl-item.active, #owl-related .owl-item.active, #owl-same .owl-item.active, #owl-view .owl-item.active{
        border-right: 1px solid #ebebeb;
    }
    .owl-item.active .thumbnail-container {
        margin: 0 7px;
    }
}