/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face{
    font-family:'Poppins-SemiBold';
    src:url(../../assets/fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family:'Poppins-Regular';
    src:url(../../assets/fonts/Poppins-Regular.ttf);
}
@font-face{
    font-family:'Poppins-Medium';
    src:url(../../assets/fonts/Poppins-Medium.ttf);
}
@font-face{
    font-family:'Poppins-Light';
    src:url(../../assets/fonts/Poppins-Light.ttf);
}
@font-face{
    font-family:'Poppins-Bold';
    src:url(../../assets/fonts/Poppins-Bold.ttf);
}
body {
    font-family: 'Poppins-Regular';
    color: #1e1e1e;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
	background: #fff;	
	background-attachment: fixed;
    position: relative;
    background-size: cover;
}
.zoomLens{
    background: url('../../assets/img/zoom.png') repeat !important;
    border: none !important;
}
.main-container{
	background-color: #fff;
}
a{
    color: #0073aa;
    text-decoration: none;
}
ul{
    margin-bottom: 0;
}

[disabled] {
    cursor: no-drop !important;
}
a:hover,a:focus{
    color: #0073aa;
    text-decoration: underline;
    outline: none;
}

button:focus,button:hover{
    color: #1e1e1e;
    text-decoration: none;
    outline: none;
}
:focus{outline: none;}
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper{
    min-height: 350px;
}
.fancybox-skin{
    background-color: #fff;
    border-radius: 0;
}
body::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#0073aa;
  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-family: Poppins-Medium;
    font-size: 14px;
    letter-spacing: 1px;
}
.label{
	color: #1e1e1e;
	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;
}

.bred {
	color: #e4283f;
    font-weight: bold;
}

.footable-last-visible .bootstrap-touchspin {
	float: none;
}

.footable-last-visible .foq_total_combi_msg_js {
	float: left;
	text-align: left;
}

.footable-last-visible .foq_total_price {
	font-weight: bold;
    color: #0073aa;
}



/*loader start */
/* #index #loading-center-absolute {
       position: absolute;
    left: 0;
    height: 150px;
    width: 150px;
    right: 0;
    margin: 0 auto;
}
#index #page-preloader {
      position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
    margin: 0 auto;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 45%;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
}
.object{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
} */
/* go to top */
#scroll{
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
     z-index: 8;
    height: 32px;
    width: 32px;  
    line-height: 30px;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #0073aa;
    color: #fff;
    font-size: 20px;
    border: 1px solid #e7e7e7;
}
#scroll:hover{
    background:#1e1e1e;
}
/* go to top end */
/* add to cart modal */
#blockcart-modal .cart-content p span{
        color: #888;
    font-size: 14px;
}

.propage h1[content="acier"] {
  color: red;
}

#blockcart-modal .cart-products-count i{
    	display: none;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 10px 0;
}
#blockcart-modal .close{
    color: #1e1e1e;
    padding: 15px;
}
.modprice{
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{    
    font-size: 14px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: .5px;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
    background: #1e1e1e;
    color: #fff;
    transition: 0.3s ease;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 14px;
}
#blockcart-modal .cart-content-btn .btn:hover{
    background-color:#0073aa;
    color: #fff;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;
}
#blockcart-modal .modal-body{
	padding: 15px 0;
}
.js-product-miniature{
	position: relative;
}
/* cart modal over */
/* header */
svg {
    vertical-align: middle;
}
.get {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 7px;
    display: inline-block;
}
.get-t {
    color:rgba(255,255,255,.8);
    letter-spacing: 0.5px;
}
 .tag-t {
    height: 17px;
    width: 31px;
    background: url('../../assets/img/ship.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.header-nav {
    background: #0073aa;
	height: 34px;
    padding: 6px 0 0 0;
}
.header-nav .dropdown-menu{
	right: 0;
	left: auto;
}
.header-top {
    margin: 25px -15px;
}
.wimg,#_desktop_currency_selector button,#_desktop_language_selector button{
	color: #fff;
	cursor: pointer;
}
.wimg:hover,#_desktop_currency_selector button:hover,#_desktop_language_selector button:hover{
color: #1e1e1e;
}
@media (min-width: 768px){
#_desktop_currency_selector button::after, #_desktop_currency_selector button::before {
    content: '|';
    color: #c4162b;
    padding: 0 15px;
    position: relative;
    left: -2px;
}
}
.user-info {
    background: #1e1e1e;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease-in;
    position: relative;
}
.user-info:hover{
	background: #0073aa;
}
.user-info::before {
    bottom: 7px;
    color: #f7f7f7;
    content: "\f0dd";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    left: -9px;
    text-align: center;
    transition: all .3s ease-in-out;
    transform: rotate(-90deg);
}
 .user-info svg {
    fill: #fff;
    margin: 0 5px;
}
.user-span {
    color: #fff;
    text-transform: capitalize;
}
.user-down {
    padding: 8px 8px;
    min-width: 12rem;
    line-height: 26px;
    right: 12px;
    margin-top: 18px;
    top: auto;
}
.user-down li a{
	color: #1e1e1e;
    fill: #1e1e1e;
    display: block;
    text-transform: capitalize;
    font-size: 13px;
}
.user-down li a:hover{
    color: #0073aa;
    fill: #0073aa;
}
.hcart {
        display: inline-block;
    background-color: #f4f4f4;
    fill: #1e1e1e;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    padding-top: 11px;
    transition: all .3s ease-in-out;
}
.blockcart:hover .hcart{
    background:#0073aa ;
    fill: #fff;
    cursor: pointer;
}
.shop-c {
    vertical-align: middle;
    margin-left: 10px;
}
.cart-tot {
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
    font-size: 13px;
}
.cart-count {
    color: #3b3b3b;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    text-transform: capitalize;
    letter-spacing: 1px;
}
.cart-tot {
    color: #6d6c6c;
    font-size: 12px;
    text-transform: capitalize;
}
.display-navfull {
    background: #f7f7f7;
    position: relative;
    float: left;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
}
#_desktop_cart{
	position: relative;
}
.cart-line-before{
    margin: 0 25px;
    position: relative;
    height: 40px;
    border-left: 1px solid #f1f1f1;
}
.logo {
    margin: 10px 15px;
}
.nav-home svg {
    padding: 8px;
    background: #1e1e1e;
    cursor: pointer;
    fill: #fff;
    border-radius: 3px;
}

.navbar-toggle:after {
	content: "menu";
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

/* menu */
@media (min-width: 992px){
	 .top-menu > li .sub-menu {
    opacity: 0;
    display: block !important;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -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;
    left: auto;
    right: auto;
    position: absolute;
    margin-left: 0px;
    width: auto!important;
    border-radius: 0;
   border-top: 3px solid #1e1e1e;
}

.top-menu > li:hover .sub-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
	
	border: 2px solid #0073aa;
}
.top-menu .sub-menu ul[data-depth="1"] > li{
    margin: 0;
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid #0073aa;
    float: none;
}

.top-menu .sub-menu ul[data-depth="1"] > li img {
	height: 60px;
}

.top-menu[data-depth="1"] {
    margin: 0;
}

.top-menu a[data-depth="1"] {
    padding: 10px;
}

.top-menu a[data-depth="2"] {
	padding: 6px 0 6px 20px;
}


.popover  .top-menu i{
	display: none;
}

.meni{
	margin: 3px;
}
}

.foq_mobile_reduc,
.rouge {
	color: #e4283f;
	font-weight: bold;
}

.product-reference,
.product-features {
	display: none;
}

/* slider buttons */
 .homeslider-container,.center-b{
    position: relative;
}
.nivo-controlNav {
    position: absolute;
bottom: -6px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 9;
}
.nivo-controlNav a {
    cursor: pointer;
    text-indent: -99999px;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
    z-index: 99;
    position: relative;
    border: 2px solid #fff;
}
.nivo-controlNav a.active{
background-color: #0073aa;
  	border: 2px solid #0073aa;
}
.nivo-directionNav {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ebebeb;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #1e1e1e;
    border: 2px solid transparent;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: -65px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #1e1e1e;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #eee;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    opacity: 1;
    min-width: 30px;
    min-height: 30px;
    font-size: 16px;
    transition: 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #0073aa;
    color: #fff;
}
.owl-theme .owl-nav .owl-next {
    margin: 0 0 0 10px;
}
#owl-spe.owl-theme .owl-nav {
    position: unset;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
#owl-spe.owl-theme .owl-nav .owl-prev {
    left: -17px;
}
#owl-spe.owl-theme .owl-nav .owl-prev, #owl-spe.owl-theme .owl-nav .owl-next {
    position: absolute;
    height: 34px;
    width: 34px;
    color: #1e1e1e !important;
    background: #fff !important;
    top: 45%;
    border-radius: 4px;
    line-height: 23px;
    cursor: pointer;
}
#owl-spe.owl-theme .owl-nav .owl-next {
    right: -17px;
    margin: 0;
}
#owl-spe:hover .owl-nav{
	opacity: 1;
}
#owl-spe.owl-theme .owl-nav .owl-prev:hover, #owl-spe.owl-theme .owl-nav .owl-next:hover {
    background: #0073aa !important;
    color: #fff !important;
}
/* tab design */
.home-tabs,.banner-content{
    margin: 50px 0;
}
.banner-home{
	margin: 50px -15px;
}
.js-product-miniature {
    position: relative;
}
.home-tabs li.nav-item:nth-child(2) {
    margin: 0 20px;
}
.pro-tab .nav-item .nav-link, .heading span,.home-heading span {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 14px;
    color: #999797;
    font-family: Poppins-Medium;
}
.nav-item .nav-link.active, .nav-item .nav-separtor.active {
    color: #1e1e1e;
}
.product-tab .nav-item .nav-link.active{
    color:#0073aa ;
}
.pro-tab,.page-header .home-heading{
    border: 1px solid #e7e7e7;
    border-top: 2px solid #0073aa;
    padding: 14px 12px 11px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: Poppins-Medium;
}
#tab-content .owl-carousel.owl-drag .owl-item {
    margin-right: 25px;
}

#subcat .owl-stage-outer .owl-item {
	text-align: center;
}

.thumbnail-container {
    position: relative;
    border: 1px #f7f7f7 solid;
    padding: 10px;
}

.thumbnail-container:hover {
    position: relative;
    border: 1px #0073aa solid;
    padding: 10px;
}

.wb-image-block {
    position: relative;
}
.thumbnail-container .wb-image-block img{
    width: auto;
}
.thumbnail-container .wb-image-block {
    transition: all .5s ease-in-out ;
}.thumbnail-container:hover .second-img {
    opacity: 1;
}
.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;
}
.wb-product-desc.text-xs-center {
    padding: 15px 10px 0;
    height: 120px;
}
.product-title {
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    transition: 0.3s ease;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1e1e1e;
    padding: 1px 0;
	height: 40px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
	width: 90%;
}

.star.star_on::after {
    color: #e99b35;
}

#blockcart-modal .modprice,
#blockcart-modal .oleafoqty_fromprice {
	display: none;
}

.foqtable .foq_btnaddline {
	float: right;
}


/* .product-price-and-shipping {
	height: 50px;
} */
/* .product-price-and-shipping.pro-price-shipping {
    min-height: 22px;
    width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
} */
.product-title a {
    color: #1e1e1e;
    text-transform: capitalize;
}
.price {
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #0073aa;
}
.regular-price {
    text-decoration: line-through;
    color: #828282;
    font-size: 13px;
}
.wb-product-desc  .wb-list-product-reviews{
    margin: 8px 0;
}
.listds {
    display: none;
}
.sale {
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    padding: 3px 10px 1px;
    background: #0073aa;
    border-radius: 4px;
}
.wb-product-review{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 7px 7px 3px;
    vertical-align: middle;
    border-radius: 3px;
}
.wb-product-review .star::after{
	font-size: 13px;
}

/* Fo Quantity Price - tableau remise sur quantité */

table.foqtable.table-product-discounts thead tr th {
	width: auto;
}

#amproductfields {
	background: #0073aa;
	padding: 20px;
	margin: 20px 0;
	color: #ffffff;
}

#amproductfields h3 {
	text-transform: uppercase;
	font-size: 200%;
	margin: 0;
}

#amproductfields p {
	color: #ffffff;
}


table .foq-reductionheader {
	background: #e4283f!important;
	color: #ffffff;
	font-size: 20px;
}

table.foqtable.table-product-discounts thead tr th {
	background: #0073aa;
    color: #fff;
}


table.foqtable.table-product-discounts thead tr th.foq-reductionheader:before  {
	content:"-";
}

table.foqtable.table-product-discounts thead tr th .fooicon-sort:before {
	margin: 0 10px;
}

.smallgrey {
	color: #909090;
	font-size: 12px;
	font-weight: normal;
}

.thumbnail-container .oleafoqty_fromprice .oleafoqty_fromlabel {
    display: inherit;
}

.thumbnail-container .oleafoqty_fromprice .oleafoqty_fromlabel:after {
    content: '';
	display: inline-block;
}

.thumbnail-container .oleafoqty_fromprice {
    display: inline-block;
    color: #0073aa;
}

.thumbnail-container .oleafoqty_fromprice .prix,
.oleafoqty_fromprice .prix,
.thumbnail-container .product-price-and-shipping {
	font-weight: bold;
	color: #0073aa;
	font-size: large;
}

.product-price {
	color: #0073aa;
}

.qv { display: none; }

#products .page-not-found { display: none; }

/* button group */
.button-group .wb-compare-content span,.button-group .cartb span{
display: none;
}
.button-group .wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: 0.3s ease;
    transform: scale(0);
}
.thumbnail-container:hover .button-group .wishlist{
    transform: scale(1);
}
.button-group .cartb:hover, .button-group .compare .wb-compare-button:hover {
    background: #0073aa;
    fill: #fff;
}
.button-group .cartb, .button-group .compare .wb-compare-button {
    border: none;
    padding: 6px 0;
    background: #fff;
    min-width: 35px;
    min-height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 4px;
}
.button-group .absbtn {
    position: absolute;
    bottom: 72px;
    left: 10px;
    transition: 0.3s ease;
    opacity: 0;
    transition: .4s;
    transition-delay: 0s;
    transform: translateX(-35%);
}
.add-cart, .compare {
    display: inline-block;
}
.thumbnail-container:hover .button-group .absbtn {
    transform: translateX(1px);
    opacity: 1;
    cursor: pointer;
}
.button-group .qv {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.button-group .quick-view {
    background: #fff;
    padding: 7px 8px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: Poppins-Medium;
    font-size: 13px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
}
.button-group .quick-view:hover,.button-group .quick-view:focus{
	background: #0073aa;
	color: #fff;
	fill: #fff;
    border: 1px solid transparent;
}
.button-group .wb-compare-button.added:hover svg{
	fill: #fff !important;
}
.thumbnail-container:hover .button-group .qv{
	opacity: 1;
}
/* count down module */
.wbproductcountdown{
	display: none;
}
.special-countdown .wbproductcountdown{
	display: inline-block;
}
.cust-product-desc .listds{
	display: block;
}
.cust-product-desc .product-title{
	font-size: 15px;
}
.cust-product-desc{
	margin-top: 25px;
}
.special-countdown{
	border: 2px solid #e7e7e7;
	padding: 15px 0;
	border-radius: 4px;
}
.custpname {
    line-height: 18px;
    word-break: break-all;
    min-height: 40px;
}
.custpname a {
    font-size: 13px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: Poppins-Medium;
}
#top_cust_product .thumbnail-container, #top_cust_product .wb-image-block {
    padding: 0 !important;
}
#top_cust_product .thumbnail-container{
	margin-bottom: 28px;
}
#top_cust_product:last-child .thumbnail-container{
	margin-bottom: 0;
}
/* count down module end */

/* banner effect */
.b-radius,.nivoSlider img{
	border-radius: 4px;
}
.sub-img-banner:nth-child(1) {
    margin-bottom: 12px;
}
.sub-img-banner {
    position: relative;
}
.beffect > a:hover::before, .beffect > a:hover::after,
.sub-img-banner:hover a::before, .sub-img-banner:hover a::after {
    height: 90%;
    opacity: 0;
    transform: rotateX(180deg);
    width: 90%;
}
.beffect > a::after,.sub-img-banner > a::after {
    background: #ffffff;
    content: "";
    height: 0;
    left: 10px;
    opacity: 0.8;
    position: absolute;
    top: 10px;
    transition: all 1s ease 0s;
    width: 0;
    z-index: 9;
}
.beffect > a::before,.sub-img-banner > a::before {
    background: #ffffff;
    bottom: 10px;
    content: "";
    height: 0;
    opacity: 0.8;
    position: absolute;
    right: 10px;
    transition: all 1s ease 0s;
    width: 0;
    z-index: 9;
}
/* service */
.deliveryinfo {
    margin-top: 20px;
}
.deliveryinfo ul {
        text-align: center;
    background-color: #f7f7f7;
    transition: all .3s ease-in-out;
    padding: 15px 0;
    margin-bottom: 0;
    color: #1e1e1e;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
}
.deliveryinfo ul li svg {
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.ser-t h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0;
}
.deliveryinfo ul:hover {
    background-color: #0073aa;
    color: #fff;
}
.deliveryinfo ul:hover svg {
    fill: #fff;
}
/* service button */
/* blog */
.blog_mask .icon {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #0073aa;
    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;
    z-index: 1;
    -webkit-transform:scale(0.94,0.9);
}
.blog_mask .icon:hover {
    background-color: #0073aa;
    color: #fff;
}
.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;
}
.blog_post_content_bottom{
    padding: 15px 0 0;
}

.post_content p{
    color: #727272;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 10px;
}
.post_meta {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 13px 15px 8px;
    text-align: center;
    border-radius: 4px;
}
.btb-date {
    font-size: 25px;
    font-family: Poppins-Medium;
}
.btb-month {
    color: #aaa;
    font-size: 14px;
}
.post_thumbnail img {
	border-radius: 4px;
}
#index .blog_post_content_bottom {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
   opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
}
#index .blog_post:hover .blog_post_content_bottom{
	opacity: 1;
	bottom: 15px;
}
.post_title{
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
    color: #1e1e1e;
}
.meta_author .label{
	color: #1e1e1e;
	font-family: Poppins-Medium;
	font-size: 14px;
	text-transform: capitalize;
}
.blogc span,.blogc i{
    color:#a0a0a0;
}
.blogdl{
    color: #a0a0a0;
    font-size: 12px;
    font-family: Poppins-Medium;
    padding: 5px 0;
}
#module-wbblog-single .allbl {
    padding: 15px 0;
    border: none;
}
.allbl .meta_author{
    color: #1e1e1e;
}
.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;
    margin-bottom: 0
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    padding: 0;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 15px;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
}
.archb .post_thumbnail .material-icons:hover{
    color: #0073aa;
}
.archb{
    margin-bottom: 15px;
}
#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;
    border: none;
}
#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: #a0a0a0;
    margin-right: 10px;
}
.post_d a,.post_d span{
    color: #a0a0a0;
    transition: 0.3s ease;
}
.post_d a:hover{
    color: #0073aa;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 12px;
}
.post_metas li{
    display: inline-block;
}
.comment_list li{
    border-bottom: 1px solid #e7e7e7;
    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 #e7e7e7;
}
.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;
    margin-right: 15px;
    line-height: 30px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
/* testimonial */
.testi1, .testi2, .testi3 {
    background: url(../../assets/img/testi1.png);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    border: 4px solid #ccc;
}

.testi2 {
	background: url(../../assets/img/testi2.png);	
}

.testi3 {
	background: url(../../assets/img/testi3.png);	
}


.content_test {
    background: #f8f8f8;
    padding: 75px 15px 93px;
    margin-top: 50px;
    border-radius: 4px;
}
.content_test p {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.t-border{
	border-bottom: 1px solid #ebebec;
    width: 160px;
    margin: 10px auto 20px;
}
.content_test h3 {
    color: #1e1e1e;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    margin-top: 10px;
}
#testi .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
/* footer */
.logos {
    border-top: 1px solid #e7e7e7;
    padding: 25px;
    margin: 50px 0 0;
}
.footleft p{
	color: #8a8a8a;
	font-size: 13px;
	margin-top: 20px;
}
@media(min-width: 1380px){
	.footleft p{
		padding: 0 80px;
	}
}
.links h3, .links h3 a, .c-info, .footleft h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
#footer_contact .icon i {
    color: #fff;
    float: left;
    width: 25px;
    margin-top: 7px;
    font-size: 16px;
}
.ad {
    margin-left: 25px;
}
.footer-container li a, .block-contact, #footer .lnk_wishlist {
       cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    color: rgba(255,255,255,.4);
    word-break: break-all;
}
.footer-container li a:hover, #footer .lnk_wishlist:hover{
    color: #0073aa;
}
#footer .lnk_wishlist {
    width: auto;
    padding: 0;
}
#footer .lnk_wishlist i {
    display: none;
}

.footcopy {
    background-color: #fff;
    padding: 13px 0 10px 0;
    margin-top: 30px;
}
.footcopy a{
	color: #3b3b3b;
	margin-bottom: 10px;
	font-size: 13px;
	margin-top: 3px;
	display: inline-block;
}
.footcopy p{
	margin-bottom: 0;
}
.pay{
	display: none;
}
.payment li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.payment li a{
	margin-bottom: 0;
	line-height: 0;
}
.payment i {
    font-size: 22px;
    color: #3b3b3b;
    transition: all 0.3s ease 0s;
}
.payment i:hover{
	color: #1e1e1e;
}
.fh {
    margin-top: 20px;
}
.footnews{
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 60px 15px 45px;
    position: relative;
    margin-top: 30px;
}
.footnews h3{
	color: #3b3b3b;
	font-size: 18px;
	font-family: 'Poppins-Medium';
	margin-bottom: 2px;
	text-transform: uppercase;
}
.footnews p{
	color: #4f4f4f;
	margin-bottom: 20px;
	font-size: 13px;
}
.block_newsletter .alert{
    margin-top: 3px;
}
.newssvg {
    background-color: #f8f8f8;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    padding-top: 15px;
}
.footer-container {
    background-color: #1e1e1e;
    padding-top: 50px;
}
#index .footer-container{
 margin-top: 60px;
}
/* product page */
.propage .wbproductcountdown {
    display: flex;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.js-thumb,#zoom{
    cursor: pointer;
}
.arr{
    padding: 0 15px;
}
#description p{
    margin-bottom: 0;
    line-height: 22px;
}
#product .thumb-container {
    padding: 1px;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-prices{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.prodes,.product-variants .product-variants-item{
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}
.prodes p{
	margin-bottom: 0;
	color: #2b2b2b;
}
.product-actions{
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #eee;
}
hr.carthr {
    margin-top: 0;
}
.product-add-to-cart .product-minimal-quantity{
    margin: 0;
}
.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: #1e1e1e;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}
.retesp {
    margin: 0 5px;
}
.prelated {
    margin: 40px 0 0;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
}
.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-family: 'Poppins-Medium';
    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;
}

.propage .product-variants-item .control-label {
	text-transform: lowercase;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
#idWishlist{
    border: 1px solid #eee;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
    border-radius: 4px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.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;
    color: #1e1e1e;
}
.product-tab{
    background: #fff;
    border: 1px solid #eee;
    margin-top: 30px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 0;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.social-sharing li{
    display: inline-block;
    border: 1px solid #e7e7e7;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
}
.product-tab .nav-item {
    margin: 0 10px;
}
.product-tab .nav-tabs .nav-item a::before{
    bottom: -14px;
}
.data-sheet li{
    display: inline-block;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Poppins-Medium';
}
.data-sheet .name{
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    width: 125px;
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}
.facet-title{
    color: #0073aa;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Poppins-Medium';
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #1e1e1e;
    -webkit-margin-before: -20px;
    text-align: center;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.wb-grid-list{
    margin-top: 5px;
}
.products-sort-order, .lgrid {
    padding: 0;
}
.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 5px;
    background-color: #1e1e1e;
    border-radius: 4px;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    font-size: 12px;
    letter-spacing: 0
}
.products-sort-order .dropdown-menu {
    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: #1e1e1e
}
.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: #1e1e1e;
    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 .product-miniature:hover .thumbnail-container{
    box-shadow: none
}
.listds p{
    font-size: 14px;
    margin: 5px 0;
    color: #aaa;
    line-height: 22px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
/* category img */
#cat_tab .nav-item{
    display: block;
}
.subcategory-heading {
    color: #1e1e1e;
    letter-spacing: 1px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}
.subcategory-heading span{
    border-bottom: 2px solid #1e1e1e;
    padding-bottom: 5px;
    display: inline-block;
}
#subcategories h5{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
	height: 50px;
}
#subcategories{
    margin-bottom: 20px;
}
#subcategories li{
	display: inline-block;
    padding: 10px;
    text-align: center;
}
#subcategories img{
    border: 1px solid #e7e7e7;
}
#subcategories li a{
        display: inline-block;
    position: relative;
    text-transform: capitalize;
}
#subcategories li .cati:hover::after,#subcategories li .cati:hover::before {
    -webkit-transform: scale(1);
    z-index: 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 #0073aa;
    border-right: 2px solid #0073aa;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before {
    border-bottom: 2px solid #0073aa;
    border-left: 2px solid #0073aa;
    -webkit-transform-origin: 0 100%;
}
/* pagination */
.pagination {
    text-align: center;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #e7e7e7;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus{
    background: #0073aa;
    color: #fff;
}
.pagination .text-xs-left{
    line-height: 34px;
}
/* grid list */
.wb-product-list .item-product,.wb-product-grid .item-product{
    margin-bottom: 20px;
}
.wb-product-list .wb-image-block {
    padding: 0;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
}
.wb-product-list .wb-product-desc {
    padding:0 10px;
}
.wb-product-list .product-title{
    color: #1e1e1e;
    padding-top: 0;
    margin: 12px 0 10px;
}
.wb-product-list .product-title a {
    color: #1e1e1e;
    font-size: 16px;
    font-family: Poppins-Medium;
}
.wb-product-list .button-group {
    margin-top: 10px;
    padding-bottom: 1px;
}
.wb-product-list .button-group .absbtn,.wb-product-list .button-group .qv {
    position: unset;
    opacity: 1;
    transform: none !important;
    transition: none;
    display: inline-block;
    vertical-align: middle;
}
.wb-product-list .button-group .cartb,.wb-product-list .button-group .compare .wb-compare-button,.wb-product-list .button-group .quick-view {
    border: 1px solid #eee;
        box-shadow: none;
        transition: none;
}
.wb-product-list .button-group .wishlist{
	transform: scale(1);
}
.wb-product-list .product-price-and-shipping{
	margin: 10px 0;
}
@media (min-width: 576px) {
	.wb-product-list .wb-product-desc{
       text-align: left;
	}
	
	#index .home_categories #subcategories .cat img {
		width: auto;
		height: 200px;
	}
	
	#index .home_categories #subcategories h5 {
		margin:0;
	}
}
/* other pages */
.other-home-heading {
    font-size: 18px;
    font-family: Poppins-Medium;
}
#cms .page-cms h2, #cms .page-cms h3 ,#cms .page-cms h1{
    font-size: 15px;
    margin-bottom: 10px;
}
#form_wishlist #submitWishlist{
    margin-top: -5px;
}
#module-blockwishlist-mywishlist .page-content .wishlist_default p {
    margin-bottom: 0;
}
.sitemap a{
    text-transform: capitalize;
}
.quickview .wbproductcountdown{
    display: none;
}
.product-line-grid-body{
    line-height: 25px;
}
#index .page-footer{
    margin-top: 0
}
.page-footer{
    margin-top: 15px;
}

/* Module catégories sur homepage */

#index .home_categories {
	margin-bottom: 40px;
}

#index .home_categories h2 {
    text-align: center;
    margin: 56px 0;
	text-transform: none;
	font-size: 32px;
	font-weight: 100!important;
}

#index .home_categories #subcategories .cat {
	text-align:center;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#index .home_categories #subcategories .cat:hover h5 {
	color:#000000;
	transition: all 0.5s;
}

#index .home_categories #subcategories .cat h5 {
	font-weight:bold;
	color:#0073aa;
	
}

#index .home_categories #subcategories .cat img {
	display:none;
}

/* Module déclinaisons table */

.tablecombz-table thead tr th {
	background: #0073aa;
}

.dropdown-item img {
	height: 44px;
	margin-bottom: 10px;
}

.table-bordered td {
	border: none;
}

.tablecombz-quantity-wanted .product-quantity {
    margin-right: auto;
    margin-left: auto;
}

/* Selection categories dans admin */

.product-page .category-tree-overflow {
    white-space: unset;
    overflow: auto;
}


/* responsive */
@media (min-width: 1200px){
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
    width: 25%;
}
#search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product {
    width: 50%;
}
#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%;
}
}
@media (min-width: 768px){
	.homeslider-container{
		padding-right:0;
	}
	.sticky {
    position: sticky;
    top: 15px;
    }
    .ser-t h4{
        margin: 0 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
	#top_cust_product .thumbnail-container {
    margin-bottom: 10px;
    }
    .custpname a{
    	font-size: 12px;
    }
    .content_test{
    	padding: 60px 15px 30px;
    }
    #testi .owl-dots{
    	bottom: 25px;
    }
}
@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: 11px;
    }
}
@media (max-width: 991px) {
	
	.foq_reductions {
		display: none;
	}
	
	.cate-feature-append,.testimonial-append,.logos{
		margin-top: 40px;
	}
	.home-tabs, .banner-content{
		margin: 40px 0;
	}
	.banner-home{
	margin: 40px -15px;
    }
    #footer{
        padding-top: 0;
    }
    .footer-container{
        padding-top: 30px;
    }
    #index #footer{
    	padding-top: 10px;
    }
    .footer-container,#index .footer-container{
    	margin-top: 40px;
    }
    .links h3, .links h3 a, .c-info, .footleft h3,#footer .myaccount-title a{
    	text-transform: capitalize;
    }
    #owl-spe.owl-theme .owl-nav{
    	display: none;
    }
    .button-group .absbtn,.button-group .qv{
    	position: unset;
    	opacity: 1;
    	transform: translateX(1px);
    	display: inline-block;
    	vertical-align: middle;
    }
    .button-group .cartb, .button-group .compare .wb-compare-button,.button-group .quick-view{
    	border: 1px solid #eee;
    }
    .button-group .quick-view{
    	padding: 6px 8px;
            box-shadow: none;
    }
    .button-group .wishlist{
      transform: scale(1);
    }
    .button-group {
    margin-top: 10px;
    padding-bottom: 1px;
    }
   #index .blog_post_content_bottom{
    	padding: 15px 0;
    	opacity: 1;
    	position: unset;
    }
    .wimg{
    	color: #1e1e1e;
    }
    .wishl{
     width: 100%;
    }
    #mobile_user{
        position: relative;
        cursor: pointer;
    }
    #mobile_user svg{
        height: 25px;
        width: 25px;
        fill: #1e1e1e;
         margin: 0 10px;
        vertical-align: middle;
    }
     #mobile_user span{       
       text-transform: capitalize;
     }
     /* sidenav */
     .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
	.close-nav span{
		color: #fff;
		text-transform: uppercase;
		font-family: 'Poppins-Bold';
	}
	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: #0073aa;
		padding: 10px 15px;
		width: 100%;
		display: inline-block;
	}
	#mobile_top_menu_wrapper {
		margin: 0 15px;
		line-height: 20px;
		display: flex!important;
	}
	.close-nav i{
		font-size: 16px;
		color: #fff;
	}
	.mobile .navbar-toggle {
	   background: transparent;
		border: none;
		font-size: 40px;
		color: #0073aa;
		cursor: pointer;
		padding: 0;
	}
	.mobile-bottom {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.logo {
		margin-top: 8px;
	}
	#_mobile_logo{
		margin: 0 15px;
	}
	.mobile-top {
		margin: 15px 0;
	}
	#_mobile_user_info{
		position: relative;
	}
	#_mobile_language_selector, #_mobile_currency_selector {
		border: 1px solid #eee;
		padding: 2px 6px 0px;
	}
	#_mobile_language_selector{
		margin: 0 2px; 
	}
	.object{
		background-size: 100px;
	   }
	 
}

@media (min-width: 991px) {
	.foq_mobile_reduc {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	#_mobile_search{
	width: 79%;
}
#_mobile_user_info{
	width: 20%;
}
}
@media (min-width: 576px) and (max-width: 991px){
	.mobile .navbar-toggle{
      margin: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.ser-t h4{
		text-transform: capitalize;
        font-family: 'Poppins-Medium';
        font-size: 13px;
	}
	.deliveryinfo ul li{
		display: block;
	}
	.deliveryinfo ul li svg{
		margin-bottom: 10px;
	}
	#_mobile_search {
    width: 90%;
    }
    #_mobile_user_info {
    width: 9%;
    }
}
@media (max-width: 767px) {
	#products .wbpc-main .count, .wbpc-main .count{
		font-size: 16px;
	}
	.user-info::before{
		display: none;
	}
    .user-info{
    	padding: 10px 9px 9px;
    }
    #cust_product .thumbnail-container .wb-image-block{
    	padding: 0;
    }

   .facet-label{
	margin-bottom: 0;
}
.facet-label a span{
    position: unset;
    background: transparent;
   }
   .arltr a {
    font-size: 12px;
    }
    .propage .open-comment-form::after {
    padding: 0 8px;
    }
    .label, label,.custpname a{
    font-size: 12px;
   }
  
   .products-selection .filter-button {
    padding-left: 0;
    }
    .user-down{
        min-width: 14rem;
    }
    .foot-top{
        margin-bottom: 20px;
    }
    .form-control-label{
        padding-top: 0;
    }
    .form-group {
    margin-bottom: .5rem;
    }
    .propage h1 {
    margin: 20px 0 8px;
    font-size: 16px;
    line-height: 23px;
   }
   .listds p{
   	line-height: 20px;
   }

}
@media (max-width: 575px){
	.ser-s{
		margin-bottom: 10px;
	}
	.deliveryinfo ul{
		text-align: left;
		padding: 15px;
	}
	#cust_product .cust-product-desc{
		padding: 0;
		text-align: center;
	}
	.shop-c{
		margin: 0;
	}
   .cart-products-count.cart-c {
    position: absolute;
    top: 0;
    height: 17px;
    width: 17px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    right: 0;
   }
   .logo{
   	max-width: 175px;
   }
   #_mobile_search {
    width: 82%;
   }
   #_mobile_user_info {
    width: 16%;
    }
    .mobile .navbar-toggle{
      margin-top: 10px;
	}
	.prodes p, .product-variants .product-variants-item, .product-customization, .propage .control-label, .product-tab p, p, .listds p{
   	font-size: 11px;
   }
   .title_block,.product-attachments .attachment a{
    font-size: 13px;
    }
    .rname {
    font-size: 12px;
    }
    .card-title {
    font-size: 15px;
    text-transform: capitalize;
   }
   .sro {
    margin-top: 10px;
   }
   .pagination .text-xs-left, .pagination .text-xs-right {
    text-align: center;
    width: 100%;
   }
   .content_test p{
    line-height: 25px;
   }
   .product-quantity #quantity_wanted{
    width: 2rem;
   }
   .product-line-grid-left img {
    max-width: 85px;
    }
    .forgotten-password .form-fields label.required{
    width: auto;
    text-align: left;
   }
   #blockcart-modal .product-name{
    margin: 15px 0;
   }
   .wb-product-list .wb-product-desc {
    text-align: center;
   }
   .product-actions .add-to-cart{
    padding-left: 5px;
    padding-right: 5px;
   }
   .sub-cat li a{
        font-size: 12px;
        padding: 0 3px;
        word-break: break-all;
    }
    .product-tab li a {
    padding: 0 3px;
    font-size: 11px;
   }
   .product-tab .nav-item{
   	margin: 0;
   }
   .home-tabs li.nav-item:nth-child(2) {
    margin: 0 5px;
   }
   .pro-tab .nav-item .nav-link{
    font-size: 12px;
   }
   
.categoryfeaturedproducts .thumbnail-container .wb-image-block img {
	width: auto!important;
}

}
@media (min-width: 576px){
     .product-line-grid-right .qty {
    padding: 0;
   }
}

/* GCH - 07/2018 */
.display-navfull ul#top-menu {
    /*display: inline-block;*/
    /*display: table;*/
    /*width: 100%;*/
    /*vertical-align: middle;*/
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;    
}

.top-menu a[data-depth="0"] {
    font-size: 10px;
}

.mobile-top .top-menu a[data-depth="0"] {
    font-size: 14px;
    color: #3c3c3c!important;
}

.display-navfull .menu>ul.top-menu>li {
    /*display:table-cell;*/
    text-align: center;
    flex: 1;     
}

#category-181 div.popover  {
    left: auto;
    right: 4px;
}

#category-37 div.popover  {
    left: auto;
    right: 4px;
}

#category-72 div.popover  {
    left: auto;
    right: 4px;
}


#index .home_categories #subcategories .cat img {
	display: inherit!important;
	width: auto;
    max-width: 100%;
}

#subcategories img {
	border: none!important;
}

.enpromo{
    background: #E4283F;
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}
.enpromo-grille {
    background: #E4283F;
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    z-index: 3;
    width: -webkit-fill-available;
}

.tax-shipping-delivery-label .product-price.product-without-specific-price{
    display: none;
}
.tax-shipping-delivery-label .smallgrey.product-without-specific-price{
    display: none;
}




#top-menu li.category a:not(.dropdown-submenu) img {
    width: 100%;
    object-fit: contain;
}



.pricefrom{display: none !important;}