	/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/**** Adeded ****/
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.modal-open .modal{
    z-index: 9999;
}
.input-error {
    border: 2px solid red;
    background-color: #ffe6e6;
}
.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
}
    div#top-banner {
        margin-top: 13px;
    }
    div#top-banner button.owl-prev {
        position: absolute;
        left: 0;
        top: -1px;
        color: transparent;
        font-size: 22px;
        background: transparent !important;
    }
    div#top-banner button.owl-prev span {
        width: 10px;
        display: block;
background: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.84215 2.18359L4.99003 6.03571L8.84215 9.88783C8.93404 9.97972 8.97998 10.0885 8.97998 10.2143C8.97998 10.34 8.93404 10.4488 8.84215 10.5407L7.6379 11.745C7.54601 11.8369 7.4372 11.8828 7.31145 11.8828C7.18571 11.8828 7.07689 11.8369 6.985 11.745L1.60219 6.36217C1.5103 6.27028 1.46436 6.16146 1.46436 6.03571C1.46436 5.90997 1.5103 5.80115 1.60219 5.70926L6.985 0.326451C7.07689 0.234561 7.18571 0.188617 7.31145 0.188617C7.4372 0.188617 7.54601 0.234561 7.6379 0.326451L8.84215 1.53069C8.93404 1.62258 8.97998 1.7314 8.97998 1.85714C8.97998 1.98289 8.93404 2.0917 8.84215 2.18359Z' fill='white'/%3E%3C/svg%3E") no-repeat;    }
    div#top-banner button.owl-next span {
        width: 10px;
        display: block;
background: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.37779 6.36217L2.99498 11.745C2.90309 11.8369 2.79427 11.8828 2.66853 11.8828C2.54278 11.8828 2.43397 11.8369 2.34208 11.745L1.13783 10.5407C1.04594 10.4488 1 10.34 1 10.2143C1 10.0885 1.04594 9.97972 1.13783 9.88783L4.98996 6.03571L1.13783 2.18359C1.04594 2.0917 1 1.98289 1 1.85714C1 1.7314 1.04594 1.62258 1.13783 1.53069L2.34208 0.326451C2.43397 0.234561 2.54278 0.188617 2.66853 0.188617C2.79427 0.188617 2.90309 0.234561 2.99498 0.326451L8.37779 5.70926C8.46968 5.80115 8.51562 5.90997 8.51562 6.03571C8.51562 6.16146 8.46968 6.27028 8.37779 6.36217Z' fill='white'/%3E%3C/svg%3E") no-repeat;    }
    div#top-banner button.owl-next {
        position: absolute;
        right: 0;
        top: -1px;
        color: transparent;
        font-size: 22px;
        background: transparent !important;
    }
    div#top-banner a {
        color: #fff !important;
        text-decoration: underline;
        text-underline-offset: 2px;
        font-weight: 600;
    }
    div#top-banner p {
        padding: 0;
    }
    div#top-banner p span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
    div#top-banner .icon-gift:before {
        content: "🎁";
    }

/**** Adeded ****/
.header-nav{
    background:#1ED760;
    display:flex;
}
.header-nav .block{margin-bottom:0}
#search_filters .facet .facet-label a {
    text-align: left !important;font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.flex-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
#cms .page-cms-8{
    background: url("https://res.cloudinary.com/devolver-digital/image/upload/v1635831831/mothership/gris/GRIS_03_Screenshot1.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
}
#cms .page-cms-8 ul {
    list-style: disc inside none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.flex-detail{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
.flex-detail .add{
    width: 50%;
    margin-right: 15px;
 }
.flex-detail #ooc_button{
    width: 50%;
    border: 0 solid;
 }
#countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;text-align: center;
}

#countdown li span {
  display: block;
  font-size: 4.5rem;margin-bottom: 22px;
}

#countdown-cms .emoji {
  display: none;
  padding: 1rem;
}

#countdown-cms .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}
    
@media all and (max-width: 768px) {
    #countdown li {
        font-size: calc(1.125rem * var(--smaller));
    }
    #countdown li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd
}
::-webkit-scrollbar-thumb {
    background-color: #FF8154;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1)
}
{
    scrollbar-width: auto;
    scrollbar-color: #FF8154 #0000001a;
}
.color .sr-only{ display:none;}
.product-flags li.product-flag.on-sale{ width:fit-content !important;background:#1ED760}
#products .product-miniature .product-flags li.product-flag.out_of_stock,#products .product-miniature .product-flags li.product-flag.discount{background: #FF8154;font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
border-radius: 4px;}
#products .product-miniature .product-flags li.product-flag.on-sale{background: #1ED760;font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
border-radius: 4px;}
#_desktop_logo h1{ margin:0}
.header-top #_desktop_wishtlist{ display:none !important}
#module-blockwishlist-mywishlist .btn-primary,#module-blockwishlist-mywishlist .btn-secondary,#module-blockwishlist-mywishlist .btn-tertiary{padding: 8px 16px;
    position: relative;
    height: 48px;
    border-radius: 8px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    border-radius: 8px;
    background: #1ED760;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.input-group.js-parent-focus {
    position: relative;
    width: 100%;
    display: table;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
} 
.input-group.js-parent-focus input{    border: 0 solid;
    height: 40px;
    padding-top: 12px;}
.input-group i{}
#category .thumbnail-container{ margin-bottom:22px;}
.banner-slider{
text-align:center;
}
.banner-slider img{
display:inline-block; height:auto; max-width:100%;
}
.brands-sort .select-list, .products-sort-order .select-list, .suppliers-sort .select-list {

    text-align: left;
  
}
.leo-more-cdown{ position:absolute; bottom:5px;}
#product .leo-more-cdown{ position:relative; bottom:inherit;}
.headerfelx{display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;}
.carousel.slide .sr-only{ display:none}
.carousel-control .icon-next:before{ content:"\f054" !important; font-family: 'FontAwesome';    font-size: 13px;}
.carousel-control .icon-prev:before{ content:"\f053" !important; font-family: 'FontAwesome';    font-size: 13px;}

.ApProductCarousel .owl-next{ 
    top: -64px;
    right: 0px;
    position: absolute;
    background: #eeeeee;
    font-size: 13px;
    width: 30px;
    height: 30px;
    left: inherit;
    line-height: 29px;
    color: #3a3d41;
    text-shadow: none;
    opacity: 1;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    margin-left: -15px;
    font-size: 30px;
	margin: 0 !important;
	margin-top: 0px!important;
    margin-left: -15px!important;
    font-size: 13px!important;
}
.ApProductCarousel  .carousel-control {

    top: -64px;


}
.product-variants>.product-variants-item .colorinp .color{ border-radius:4px;width: 1.7rem;height: 1.7rem;}
.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}
#module-ambjolisearch-jolisearch .product-miniature{ margin-bottom:20px}
#order-confirmation h1.h1 {

    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;

    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #1ED760;
}

#order-confirmation #main p{
    /* font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #939393; */
}
.ApProductCarousel .owl-prev{ 
    top: -64px;
    right: 40px;
    position: absolute;
    background: #eeeeee;
    font-size: 14px;
    width: 30px;
    height: 30px;
    left: inherit;
    line-height: 29px;
    color: #3a3d41;
    text-shadow: none;
    opacity: 1;	margin: 0 !important;right: 25px;	margin-top: 0px!important;
    margin-left: 0px!important;
    font-size: 13px!important;}
.ApProductCarousel .owl-theme .owl-nav .owl-next:hover ,.ApProductCarousel .owl-theme .owl-nav .owl-prev:hover {
    background: none !important;
    color: #000!important;
    text-decoration: none!important;
}
#products .product-miniature .product-flags li.product-flag.new{ display:none;}
#blockcart-modal #cross_modalma .product-image  {
    width: 100%;
    max-width: 100%; 
    display: block;
    margin: 0 0 0 auto;
}
.txt-marque{min-height:24px;}
body > main{ overflow: hidden;}
.block-categories {

    padding: 0;
    margin-bottom:0
    margin-top: -101px;
    background: #FFFFFF;
    box-shadow: 12px 20px 24px rgb(69 79 89 / 8%);
    border-radius: 10px;
	padding:15px 0;
}
.block-categories .category-sub-menu {
    margin-top: 0;
}
.bannerexit{ margin-top:-100px; z-index:99;}
.block-categories a.h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
	color
	: #1ED760;display: none;
}
.block-categories .category-top-menu{ padding:0 19px}
.bannerexit .block-categories .category-top-menu{ max-height: 300px;min-height: 50px; overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;}
.block-categories .category-sub-menu li[data-depth="0"]>a {

font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    padding: 2px 0;
    border: 0;
    margin: 0;
}
.category-description-banner { margin-top:24px;}

	.category-description-banner ,.category-description-banner p{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
/* or 171% */

text-align: justify;

/* Gray/4 */

color: #858585;}
@media (min-width: 992px){
.sp_searchpro {
    width: 100%;
    vertical-align: top;
    height: 40px;
    margin-left: 20px;

    display: inline-block;
    border-radius: 20px;
    min-width: 360px;
    padding-left: 14px;
    padding-right: 14px;
}
}
#cart .cart-item {
    padding:20px 0;
    box-shadow: inset 0px -1px 0px #f5f7fa;
}
.product-line-grid-body>.product-line-info>.label {

    font-size: 14px;
    line-height: 24px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.strong{ font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;

color: #000000;}
.current-price .price	{


    margin-right: .625rem;

    color: #000000;
    text-decoration: none;
	font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;


color: #000000;
}
#module-smartblog-category h1{ margin-bottom:36px}
.product-discount .regular-price {font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #858585;    text-decoration: line-through;}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.product-quantity .add, .product-quantity .wishlist{ margin-left:24px;}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: transparent;
    padding: .5rem;
	    border-top: 1px solid #F5F5F5;
}
.sdsarticleHeader h2.sdstitle a {font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
/* identical to box height, or 140% */

color: #000000;}
.sdsarticleCat{ margin-bottom:24px;}
h2.titlecart{font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
/* identical to box height, or 140% */


/* Black */
padding: 1rem;
color: #000000;}
.cart-summary-line {

    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
	
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.cart-grid-right .cart-detailed-actions .btn-primary{width:100%;}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {

    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

#cart  .bootstrap-touchspin input.form-control,#cart  .bootstrap-touchspin input.input-group {

    width: 3rem;
background: #FFFFFF;
/* Gray/2 */

border: 1px solid #D6D6D6;
box-sizing: border-box;
border-radius:6px 0 0px 6px;
    float: left;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #555555;
	  height: 54px;
}
#cart .bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
    height: 28px;
padding:.5rem 1rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{ border-radius:0 6px  0px 0px;}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{ border-radius:0  0 6px  0px;}
.modal-content {
    position: relative;

    border: 0px solid rgb(255 255 255 / 20%);
 
    outline: 0;

    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;    overflow: hidden;
}
.product-price-and-shipping .sr-only{ display:none}
#blockcart-modal .modal-title {
    color: #353943;
    font-size: 1rem;
    font-weight: 400;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
#blockcart-modal .cart-content .cart-content-btn .btn-secondary {
  background: #D6D6D6;
    border-radius: 8px;
    color: #000;padding: 0 38px;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
    display: none;
}
.tthometab-title{ margin-bottom:32px;font-family: Work Sans;
font-style: normal;
font-weight: bold;
font-size: 17px;
line-height: 20px;
/* identical to box height, or 118% */
color: #000000; margin-bottom:30px;}
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, #blockcart-modal .cart-content p.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;    color: #1ed760;
}

#blockcart-modal .product-name {

font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 22px;
color: #000000;
}
#blockcart-modal .cart-content p {    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;}
#blockcart-modal .cart-content p strong{    font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;}
#blockcart-modal .price,#blockcart-modal  .qty strong{  font-weight: 600;
font-size: 15px;
line-height: 20px;
color: #000000;}
#blockcart-modal .modal-header .close {
    opacity: 1;
    right: 50px;
    position: relative;
}
.custom-radio input[type=radio]:checked+span {

    background-color: #1ed760;

}
.block-category-inner {
    margin-bottom: 39px;
}
.input-group .input-group-btn {
    background: rgba(196, 196, 196, 0.3);
    height: 42px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {

    background: #858585;
    color: #fff;
    border: 0px solid rgba(196, 196, 196, 0.3);
    height: 42px;
}
.page-my-account #content .links a span.link-item {

    border: 1px solid #f2c94c;
    box-shadow: 4px 8px 16px rgb(69 79 89 / 4%);
    background: rgba(30, 215, 96, 0.05);
    border-radius: 10px;
}
.page-my-account #content .links a span.link-item {
    border: 1px solid #f2c94c;
    box-shadow: 4px 8px 16px rgb(69 79 89 / 4%);
    background: rgb(242 201 76);
    border-radius: 10px;
}
.page-my-account #content .links a:hover span.link-item  {
    color: #fff;
    background: rgb(242 153 74);
	    border: 1px solid rgb(242 153 74);
}
.page-my-account #content .links a {
    color: #fff;
}
.page-my-account #content .links a i {
    color: #fff;
}
.page-my-account #content .links a:hover i {
    color: #fff;
}
#cart-block .header{display: flex;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #000000;}
.block-category-inner .container .row{    display: flex;
    justify-content: center;
    align-items: center;}
.h6.active-filter-title{ display:none}
.active_filters .filter-block{ /* Paragraph/Regular */
margin-bottom: 5px;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;    background: rgba(30, 215, 96, 0.22);
    border-radius: 4px;
color: #5F5F5F;}
	#js-active-search-filters ul{padding:10px; margin-bottom:25px; width:100%; display:inline-block;
}

#search_filters .text-uppercase{ display:none;}
.products-selection .total-products{ padding-top:0;}
.bt_count{    background: #1ED760;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    line-height: 46px;
    border-radius: 6px 6px 0px 0px;
    padding: 0 14px;
    width: 100%;max-width: 270px;
    text-align: center;}
.h1_category{ font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 27px;
line-height: 24px;
text-align: left;
margin-bottom:30px;
color: #1ED760;}

.block-category-inner .category-description p{
font-family: Work Sans; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; /* or 171% */  text-align: justify;  color: #858585;
}
#search_filters .facet .facet-title {


    background: #1ED760;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
    line-height: 46px;
    border-radius: 6px 6px 0px 0px;
    padding: 0 14px;
    width: 100%;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    box-shadow: 12px 20px 24px rgb(69 79 89 / 8%);
    border-radius: 10px;    margin-bottom: 30px;
}

#left-column .facet .collapse::-webkit-scrollbar ,.bannerexit .block-categories .category-top-menu::-webkit-scrollbar{
  width: 5px;
  height: 8px;
  background-color: #fff; /* or add it to the track */
}
/* Add a thumb */
#left-column .facet .collapse::-webkit-scrollbar-thumb ,.bannerexit .block-categories .category-top-menu::-webkit-scrollbar-thumb {
    background: #ADADAD;
}
h2.recommandation{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 56px;
text-align: center;
color: #1ED760;}
h2.recommandation {

    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;margin-bottom: 48px;
}
.txt-sociaux{ display:none;}
#owl-carousel-crossselling{ margin-bottom:63px;}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #000;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
 box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
	font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
#owl-carousel-crossselling.owl-carousel .owl-nav button.owl-prev{     position: absolute;
    left: 58px;
    top: -131px;
    color: #1ED760;
    font-size: 36px;}
#owl-carousel-crossselling.owl-carousel .owl-nav button.owl-next{     position: absolute;
    right: 58px;
    top: -131px;
    color: #1ED760;
    font-size: 36px;}
#owl-carousel-crossselling .owl-nav [class*='owl-']:hover{ background:transparent; color:#1ED760}
.header-nav-menu ul{
    display:flex;
    align-item:center;
    padding:16px 0 15px;
    transition: all 0.3s;
}
.header-nav-menu ul li a{
    font-family: Work Sans;
    margin-right: 38px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px; color:#fff;
}
.owl-carousel .owl-item{
    padding:0 12px;
}
#footer .footer-container .block-social{
    margin-bottom: 28px;
}
#footer .footer-container .block-social li{
    display:inline-block;
    padding:0 15px;
}

/**** Adeded ****/
#products .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after{
    content:none;
}
.thumbnail-container .product-list-reviews{
    /*display:none*/
    position: initial;
    top:inherit;
    bottom:0;
    padding:0;
}
/**** Adeded ****/

.link_nav{
    text-align: center;
    display: flex;
    align-items: center;
    height: 55px;
    background:	linear-gradient(83.14deg,#ED8F03 0%,rgba(255,255,255,1) 10%);
    border: 0px solid #000000;
    box-sizing: border-box;
    align-content: center;
    justify-content: center;
    transition: all 0.3s;
}
.icon-facebook{
    background: url(../img/facebook.svg) no-repeat 0px 0px;
    width: 48px;
    height: 48px;
    display: inline-block;
}
#wishlist_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px; margin-left:20px;background: #000000;
    border-radius: 8px;
    width: 48;
    height: 40px;
}
#wishlist_button .icon-heart{ background: url(../img/heart-detail.png) no-repeat 0px 0px; width:25px; height:25px;}
#wishlist_button span{ display:none;}
.icon-recom {       background: url(../img/heartproudct.svg) no-repeat 0px 0px;
    width: 47px;
    height: 43px;
    display: inline-block;
    background-size: 100%;}
.icon-youtube{ content:"";	    background: url(../img/youtube.svg) no-repeat 0px 0px;

    width: 48px;
    height: 48px;
    display: inline-block;}

.page-home .flex-row > div.livraison .block{ background: #F8F2F2;
box-shadow: 3px 4px 0px #F8CED8;
border-radius: 21px;}

.page-home .flex-row > div.livraison2 .block{ background: #EEF2FB;
box-shadow: 3px 4px 0px #DCE2FB;
border-radius: 21px;}


.page-home .flex-row > div.livraison3 .block{ background: #EFF7F9;
box-shadow: 3px 4px 0px #D8E7EA;
border-radius: 21px;}

.page-home .flex-row > div.livraison4 .block{ background: #FEF5E4;
box-shadow: 3px 4px 0px #FBEED8;
border-radius: 21px;}

.icon-instagram{ content:"";	    background: url(../img/instagram.svg) no-repeat 0px 0px;

    width: 48px;
    height: 48px;
    display: inline-block;}
.link_nav a{
	font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

#footer-bottom .icon-facebook{  background: url(../img/facebookf.svg) no-repeat 0px 0px;

    width: 24px;
    height: 24px;
    display: inline-block;}

#footer-bottom  .icon-youtube{ content:"";	    background: url(../img/youtubef.svg) no-repeat 0px 0px;

    width: 24px;
    height: 24px;
    display: inline-block;}
#footer-bottom  .icon-instagram{   background: url(../img/instagramf.svg) no-repeat 0px 0px;

    width: 24px;
    height: 24px; }
#footer-bottom .block-social ul{    display: flex;
    justify-content: space-between;}
#manufacturers_list a img {
-webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.8;
    display: inline-block;
    width: 100%;
    max-width: 86%;
    height: auto;

}
.service_client {
     padding: 0px 21px 0px 71px;
    text-align: left;
    display: flex;
	justify-content: center;
    align-items: center;
}

.services_f{width: calc(100% - 90px);}
.service_client:before{content:""; width:90px; height:52px; background:url("../img/service-client.png") no-repeat;} 
.service_client h5 a{font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 53px;}
.footer-top-content h5{ margin-bottom:24px;}
.service_client h5 span{font-family: Work Sans;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;}

.service_client p{
font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 24px;
color: #fff;}
#manufacturers_list a:hover img{-webkit-filter: grayscale(0);
    filter: grayscale(0);}
#manufacturers_list{background: #F5F5F5;
    margin-bottom: 48px; position:relative
}
#manufacturers_list:before {
    content: "";
    position: absolute;
    left: -800px;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    background: #f5f5f5;

    z-index: 0;
}
 #manufacturers_list:after {
    content: "";
    position: absolute;
    right: -800px;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    background: #f5f5f5;

    z-index: 0;
}
#manufacturer #wrapper {
    /*padding-top: 1.563rem;*/
    overflow: hidden;
}
#manufacturer  #content-wrapper{ margin-bottom:60px;}
#manufacturers_list  .logo{     max-height: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;}
#header .block,#header ul{margin-bottom:0}
.header-nav .ApLink { text-align:right; margin-bottom:0}
.header-nav-menu{ background: #F2C94C;}
.header-nav .ApLink li{ display:inline-block; padding:14px 14px 14px 8px; color:#fff; position:relative;}
.header-nav .sociaux a{ font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;letter-spacing: -0.02em; color:#fff;  padding: 7px 0px 8px 0;}
.header-nav .sociaux a img{margin-right: 9px; }
.header-nav p, .slogan p{font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #FFFFFF;}
.slogan p{    padding: 14px 0px 14px 0;
    margin-bottom: 0;}
.slogan{ text-align:center;}
#header .header-nav .ApLink li a{   font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
    text-align: right;
    letter-spacing: -0.02em; color:#fff;
}
.flex-right{display: flex;
    align-items: center;}
.name_marque{     text-decoration: none;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;}
.lettre_alphabet {  text-decoration: none;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #1ED760; text-transform:uppercase;}
#authentication .card-block h2{ margin-bottom:42px;font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;}
sup {
color: #FF5A1F;
}
.owl-carousel.owl-carousel-deals.owl-item{ padding: 0 0 0 12px !important}
.mar-bottom-30{margin-bottom:30px}
.mar-bottom-10{margin-bottom:10px}
.mar-bottom-20{margin-bottom:20px}
.page-home .ApRow .block.mar-bottom-30{margin-bottom:30px}
.page-home .ApRow .block.mar-bottom-20{margin-bottom:20px}
.page-home .ApRow .block.mar-bottom-10{margin-bottom:10px}
#authentication .card-block p{ font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px; color:#000;margin-bottom:32px;}
.flex-line{ display: flex;    align-items: center;
    justify-content: space-between; }
#authentication .card-block .col-sm-6:first-child{ padding-right:40px}
#authentication .card-block .col-sm-6:last-child{ padding-left:40px}
.header-nav .ApLink li:after{
    position:absolute;
    content:".";
    right:0;
    font-family: 'Work Sans', sans-serif;
    color:#FFFFFF;
    font-style: 500;
    font-size: 14px;
    line-height: 24px;
}
.requireddiv{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #FF5A1F;
}
.dropdown-menu{
    background-color: #fff;
    border: 0;
    filter: drop-shadow(12px 20px 24px rgba(69, 79, 89, 0.08));
}
#submit-login{
    padding:8px 42px;
}
.header-nav .ApLink li:last-child:after{
    content:none
}
.sociaux  p{
    display:flex;
    margin-bottom:0;
}
.sociaux a {
    padding:16px 21px 16px 0;
}
#header .header-top {
    padding-bottom: 0;
    padding: 32px 0;
    background: #FCFCFC;
}
#products .thumbnail-container .highlighted-informations.no-variants{
    display: none;
}
@media (min-width: 767.99px) {
    #all-sitcky-header{
        transition:all 0.3s ;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999;
    }
    #all-sitcky-header.hide {
        top: -267px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 2;
    }
    #all-sitcky-header.sticky-submenu .dropdown-sub {
        display: none;
    }
    #product div#all-sitcky-header {
        position: inherit;
    }
    #product #wrapper{
        padding-top: 10px;
    }
    .header-nav3 .Fullwidth{
        padding-top: 314px;
    }
    #wrapper {
        padding-top: 280px;
    }
    #checkout #wrapper {
        padding-top: 320px;
    }
    #index #wrapper {
        padding-top: 7px;
    }
    li.nav-item.first-item span.hasicon.menu-icon {
        background-size: 12% !important;
        background-position: left center !important;
        padding-top: 5px;
        padding-bottom: 10px;
        background: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 21.8C16.5228 21.8 21 17.3228 21 11.8C21 6.27714 16.5228 1.79999 11 1.79999C5.47715 1.79999 1 6.27714 1 11.8C1 17.3228 5.47715 21.8 11 21.8Z' stroke='%23FD7E72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 15.8C12.427 16.432 11.74 16.8 11 16.8C10.26 16.8 9.573 16.432 9 15.8M8 11.3C7.714 10.984 7.37 10.8 7 10.8C6.63 10.8 6.286 10.984 6 11.3M16 11.3C15.714 10.984 15.37 10.8 15 10.8C14.63 10.8 14.286 10.984 14 11.3M11 1.79999C10.5137 1.79998 10.0347 1.91818 9.60423 2.14442C9.17376 2.37066 8.80475 2.69816 8.52897 3.0987C8.25319 3.49924 8.07892 3.96081 8.02116 4.44367C7.9634 4.92652 8.02389 5.41618 8.19741 5.87047C8.37094 6.32475 8.65229 6.73004 9.01725 7.05143C9.38221 7.37282 9.81982 7.60067 10.2924 7.71536C10.765 7.83005 11.2584 7.82814 11.73 7.70979C12.2017 7.59144 12.6375 7.3602 13 7.03599' stroke='%23FD7E72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat !important;
    }
    .ApMegamenu .navbar-nav .nav-item.first-item.active .nav-link {
        border-bottom: none;
    }
    .ApMegamenu .navbar-nav li.nav-item.first-item a.nav-link span.menu-title {
        color: #FD7E72 !important;
        margin-left: 5px;
        margin-right: 20px;
        text-transform: uppercase !important;
        font-weight: 700;
    }
    li.nav-item.first-item a.nav-link {
        border-right: 1px solid #FD7E72;
    }
}


#header .leo-cart-dropdown-action{ padding:0 16px}
#header .leo-dropdown-bottom {
    padding: 0 16px;
    position: absolute;
    bottom: -220px;
    width: 100%;
    height: 220px;
    background: #fff;padding:0 8px
}
.leo-dropdown-cart-content{position:relative;    max-height: 550px;}
.leo-dropdown-list-item-warpper{    overflow-x: hidden;
    overflow-y: auto;    width: 370px;
    margin-top: 0;
    max-height: 370px; padding:0 8px}
.leo-dropdown-cart.dropup{}
.img-responsive{ max-width:100%; height:auto; display:inline-block}

.product-miniature .regular-price {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #858585;
text-decoration: line-through;
}
.deals-right .regular-price{font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #858585;}
.deals-right .product-price-and-shipping .price{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.deals-right .regular-price{font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;text-decoration: line-through;
    color: #fff;}
#header .leo-cart-dropdown-action a.cart-dropdow-viewcart {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;

    background: #000000;
    border-radius: 8px;
	font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
margin-bottom:16px;
}
#header .leo-cart-dropdown-action a.cart-dropdow-checkout{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;

    background:  #1ED760;;
    border-radius: 8px;
	font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;margin-bottom:16px;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
	    background: url(../img/minus.svg) no-repeat 5px 13px;

    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    background: url(../img/plus.svg) no-repeat 0px 2px ;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
}
.social-sharing ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.social-sharing ul .facebook:before {
    content: "";
    background-image: url(../img/facebookN.svg);
}
.facebook.icon-gray {
   
    background-image: url(../img/facebookN.svg);
}
.twitter.icon-gray {
   
    background-image: url(../img/twitter.svg);
}
.pinterest.icon-gray {
   
    background-image: url(../img/linkedin.svg);
}
.linkedin.icon-gray {
    background-image: url(../img/linkedin.svg);
}
.product-quantity .input-group-btn-vertical .btn i {
    top: 2px;
    left: inherit;
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center
}
.leo-cart-item-info .product-quantity .leo-bt-product-quantity {
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .leo-cart-item-info .product-quantity .leo-bt-product-quantity i{
    	font-size: 14px;
    	color: #222222;
    }
.leo-cart-item-info .product-quantity{
	padding: 0px;
    margin-top:0px;
    text-align: center;
display: flex;
    flex-wrap: wrap;
    width: 62%;    align-items: center;
}
#product-description-short p,#product-description-short{ font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #000000;}
.leo-cart-item-info .product-quantity .lablel{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px; margin-right:38px;
color: #000000;}
.leo-cart-item-info .product-quantity .qtycart{background: #FFFFFF;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #555555;
flex: none;
order: 0;
align-self: center;
flex-grow: 0;
margin: 10px 0px;
padding: 8px 16px;
border: 1px solid #D6D6D6;
box-sizing: border-box;
border-radius: 6px;}
.leo-cart-item-info .product-quantity .leo-input-product-quantity {
    float: left;
    outline: 0;
    border-top: 0px;
    height: 30px;
    border-bottom: 0px;
    text-align: center;
    color: #222222;
    padding: 0px 5px;
    width: 50px;
    font-size: 13px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: inline-block;
    background: transparent; }
    #blockcart-modal{
    	top: 50px;
    }
.product-quantity #quantity_wanted{
	padding: 8px 16px;
    width: 49px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 6px;
	margin:0 40px;
	font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #555555;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 4px;
    border: 0 solid;
    text-align: center;
    margin: 0;
}
.product-quantity .input-group-btn-vertical .btn{}
.bootstrap-touchspin .input-group-btn-vertical {
    position: initial;
}
.bootstrap-touchspin-down{ left:0}
.bootstrap-touchspin-up{ right:0}
.page-home .nav-item .nav-link,.page-home .nav-item .nav-separtor {
font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #858585;
padding:0 0 4px 0;
margin-right:20px;text-transform: none;
}
.page-home .nav-item .nav-link.active, .page-home .nav-item .nav-separtor.active{/* Paragraph/Medium */

font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;

border:0 solid;

color: #1ED760;}
#deals-pagination {
    max-height: 100%;
    overflow-y: auto;
    max-height: 490px;
	
	
}
.page-home .tabs-top .tab-content{ border:0 solid !important; margin:0 !important; padding: 0 !important;}
.page-home .nav-tabs {
    border-bottom: 1px solid transparent;
    padding-bottom: 26px;
    text-align: right !important;top:-6px; position:relative; padding-right:82px;
}
.page-home .nav-tabs .nav-item {
    float: none;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 0rem;
}
.block-images{ display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;}
	.block-images a{ padding:0 13px;}
	#header  .block_carousel .owl-carousel{ padding:0;}
	#header .block_carousel .block-carousel-image-container img{ position:relative;background: #F5F5F5;
    border-radius: 8px;}
	
.Fullwidth,.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
	max-width:1250px;
}
li.ajax_block_product {
    position: relative;
    margin-bottom: 64px;
}
.page-home .ApRow{  margin-bottom: 64px}
.page-home .ApRow.row-marque{  margin-bottom: 0}
.page-home .ApRow.banner-home-page{  margin-bottom: 40px}
.page-home .ApRow.blog-row{ margin-bottom: 40px}
.page-home .ApRow .block{ margin-bottom:0px}
#home_deals .owl-carousel .owl-item {
    padding: 0 0px;
}
.Fullwidth{
    padding-top:44px;
}
#header .Fullwidth  .block_carousel{ margin-bottom:25px;} 
.hotdeal .product-image,.hotdeal .product-meta{ float: left;
    width: 50%;padding-right: 12px;
    padding-left: 12px;}
	.thumbnail-container .row{
	margin:0 -12px
	
	}
	
	.hotdeal  .product-miniature .thumbnail-container{width:100%; }
	.product-miniature .thumbnail-container .product-thumbnail img{ position:relative;    max-width: 100%; height:auto;    display: inline-block; }
	
	.spr-search-button{ background:#1ED760; padding:12px 18px; border-radius:
8px; color:#FFFFFF;font-family:'Work Sans';
font-weight:500;outline:none;
font-style:normal;
font-size:14px;border:1px solid; 
line-height:22px}
#pos_search_top .text-search{width: calc(100% - 125px); display:inline-block; margin-right:8px;}
#pos_search_top .text-search input { width:100%; border:1px  solid #F5F5F5; outline:none;padding:12px 18px; border-radius:
8px;    line-height: 22px;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;


color: #ADADAD;

  }
#spr_selectorall{ display:none;}
._desktop_logo h1{ margin-top:8px;}
.header-nav2{background: #FFFFFF;


box-shadow: 4px 8px 16px rgba(69, 79, 89, 0.04);}
.ApMegamenu .navbar-nav.megamenu{     display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
   justify-content: space-between;}
.ApMegamenu .navbar-nav .nav-item {
    float: none;
    padding-top:.5rem;
    padding-bottom:.5rem;
    margin-left:0;
    transition: all 0.3s;
}
.link_nav a img{
    transition: all 0.3s;
}
.ApMegamenu .navbar-nav .nav-link{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
	border-bottom:1px solid #fff;
 }
.ApMegamenu .navbar-nav .nav-link:after{ content:""; display:none}
.flex-right > div{     display: flex;
    width: 50%;
    justify-content: flex-end;}
 .header-top .row {  display: flex;
    align-items: center;
    flex-wrap: wrap;

    text-align: center;
    justify-content: center;}
#cart-block .header a,.user-info a{display: flex;font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 23px;
text-align: right;
letter-spacing: -0.02em; color:#000000}
	
	.ApMegamenu .navbar-nav .nav-item.active .nav-link,	.ApMegamenu .navbar-nav .nav-item:hover .nav-link{color: #1ED760;border-bottom:1px solid #1ED760;}
	.shopping-cart{ }
	

	
		.leo-more-cdown .z-depth-1 b{
width: 40px;
    height: 40px;

    background: #F5F5F5;
    border-radius: 4px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
			    color: #fff!important;
    background: #1ed760;

	}
	.leo-more-cdown .deal-clock{display: flex;
    align-items: center;

    width: 100%;
    text-align: center;
    justify-content: center;}

#product .leo-more-cdown .deal-clock {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
}
	.leo-more-cdown .z-depth-1:first-child{ padding:0 6px 0 0 }
#product .leo-more-cdown .z-depth-1:first-child{ padding:0 20px 0 0 }
	.leo-more-cdown .z-depth-1:after{content:"";     position: absolute;
    height: 4px;
    width: 4px;
    right: -1px;
    top: 12px;
}
.leo-more-cdown .z-depth-1:last-child:after{ content:none;
}
	.leo-more-cdown .z-depth-1{ padding:0 6px; position:relative;}
#product .leo-more-cdown .z-depth-1{ padding:0 20px 0 0;position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;    align-items: center;
 }
.leo-more-cdown .z-depth-1 span{
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #858585;
color: #1ed760;}
.progress {
    height: 8px;
    margin-bottom: 16px;
    overflow: hidden;
background: #F5F5F5;
border-radius: 13px;

}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 8px;
    color: #fff;
    text-align: center;
background: #479622;
border-radius: 13px;
}

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
   display: block;
    max-height: 300px;
    min-height: 50px;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;padding: 0 16px;
}
.qty-sold {
    display: flex;
    justify-content: space-between;
	position: static;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
color: #555555;
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 4px 2px 4px;
}
.btn-primary.add-to-cart{  
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #1ED760;
    border-radius: 8px;
	font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
margin: 0px 0px;
box-shadow:none; text-transform:none;
z-index: 99;
}
.add-cart-icon{width: 27px; margin-top:3px;
height: 22px;  display:inline-block;    background:url("../img/add-cart.svg") no-repeat; margin-left:4px
 }
#add-to-cart-or-refresh{   width: calc(100% - 59px); float: left; }
.btn-primary.add-to-cart:hover,#product .product-add-to-cart .btn-primary.add-to-cart:hover{
background: #1ED760;
box-shadow: 3px 3px 15px rgba(30, 215, 96, 0.3);

}
#blockcart-modal #add-to-cart-or-refresh {
    width: calc(100% - 50px);
    float: left;
}
#blockcart-modal .functional-buttons .wishlist {
    width: 43px;
    height: 40px;
    float: right;
    margin-left: 6px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{ outline:none;}
.block-images a:first-child{width:30.85%;}
.block-images a:nth-child(2){width:30.85%}
.block-images a:nth-child(3){width:15.40%}
.block-images a:nth-child(4){width:22.9%;}
.block-images a img{ display:inline-block; height:auto; padding:0px; max-width:100%;}
.discount-percentage{  
    padding: 3px 12px;
    position: absolute;
    width: 57px;
    height: 24px;
    left: 8px;
    top: 8px;
    background: #FF8154;
    border-radius: 4px;
	font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform:none;
}

.listproduct .product-miniature .product-price-and-shipping,.product-miniature .product-price-and-shipping{ font-size:16px; margin-bottom: 6px;}
/* Green/6 */
.listproduct .product-miniature .product-title,.product-miniature .product-title{ height:48px; margin-bottom: 4px;}
	
.page-home .block .title_block,.page-home .block h4 {
    padding: 15px 5px 0px 0px;
    margin-bottom: 0px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    letter-spacing: 0.02em;
    color: #000000;
}
.page-home #smartblog-carousel .blog_content{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95.74%);
    border-radius: 8px;
    position: absolute;
    height: 100%;
    width:100%;
    padding:48px;
}
.page-home #smartblog-carousel	.blog_date{
    display:none;
}
.page-home #smartblog-carousel .sds_post_title a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.sdstitle_block a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    letter-spacing: 0.02em;
    color: #000000;
}
.sdstitle_block {
    margin-bottom:20px
}
.post-wrapper{
    position:relative;display:block;
}
.sdsblog-box-content{
    display:flex;
    margin-bottom: 24px;
}
.sds_post_title a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0px;
    /*height: 56px;*/
    display: block;
    text-align: left;
}
.sds_post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.sds_post_cat{
    display:block;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #1ED760;
}
.col-md-6 .news_module_image_holder {
	position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;

    background-position: center center;

border-radius: 8px;
}
.home-posts .news_module_image_holder {
    background-repeat: no-repeat;
    background-size: cover;
    display: block; height:368px;
border-radius: 8px;
    background-position: center center;
}

.col-md-6 .post-hover{ position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    padding: 92px 72px;}
.col-md-4 .post-hover{
    position: relative;
    padding: 0px 0px;
}
.col-md-4 .post-hover a.bt_more:hover{
    color: #1ED760;
    background: transparent;
}
.listproduct .product-image,.product-image{ margin-bottom:8px;}
.progress  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.page-home .nav-item .nav-link.active, .page-home .nav-item .nav-separtor.active{ 
color: #1ED760;

}
.flex-row .block .block_content,.flex-row .block{ width:100%; display:inline-block;}
.page-home .nav-item .nav-link.active , .page-home .nav-item .nav-separtor.active{    box-shadow: inset 0px -2px 0px #1ed760;}
.b-livraison{ 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    border: 0px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 8px;}
	.b-livraison .b-text h3{ text-align:center;font-family: Work Sans;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
/* or 143% */

text-align: center;

color: #000000;}
	.b-livraison .b-text p{font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
/* or 143% */

text-align: center;

color: #000000;}
.b-livraison .b-icon{ height: 98px;
    width: 100%;
    text-align: center;
    line-height: 84px;}
.b-livraison  .b-text{  width:100%; text-align:center;}
.b-livraison .b-text h3 a{/* Title/Title 1 */
font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 156% */

text-align: center;

/* Black */

color: #000000;

flex: none;
order: 1;
flex-grow: 0;
margin: 16px 0px;}
.page-home .flex-row > div.livraison .block .b-livraison .b-text h3 a{ font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #E74C78;}
.page-home .flex-row > div.livraison2 .block .b-livraison .b-text h3 a{ font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #88BBF2;}
.page-home .flex-row > div.livraison3 .block .b-livraison .b-text h3 a{ font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #92BAC2;}
.page-home .flex-row > div.livraison4 .block .b-livraison .b-text h3 a{ font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #FDBD52;}
.title_block {
    background: transparent!important;
    border-top: none!important;
    padding: 0px 0px 32px 0 !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.owl-pagination{ position: absolute;
    right: 28px;
    bottom: 16px;}


#index  .Fullwidth  .owl-theme .owl-nav button {
font-size:36px; color:#000;    outline: none;
    background: transparent;
    border: 0 solid;
	position: absolute;

    z-index: 999;
    color: #F2994A !important;

    border-radius: 50%;
    width: 78px;
    height: 78px;
    background: #F2C94C;
    border: 9px solid #fff;
    transform: translateY(-50%);
    top: 50%;    font-weight: 500;
}
#index .Fullwidth .owl-theme .owl-nav button.owl-next {
   right: -40px;

}
#index .Fullwidth .owl-theme .owl-nav button.owl-prev {
   left: -40px;

}
#index .Fullwidth .owl-theme .owl-dots {

    position: inherit;
    position: absolute;
    padding: 0px 20px;
    background: #F2C94C;
    border-radius: 20px;
    border: 9px solid #fff;
    bottom: -24px;
    left: 50%;
height: 48px;
    transform: translateX(-50px);
}
#index .Fullwidth .owl-theme .owl-dots .owl-dot span {

    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    background: rgb(242 153 74 / 20%);    border: 0 solid;
}
#index .Fullwidth .owl-theme .owl-dots .owl-dot.active span,#index .Fullwidth .owl-theme .owl-dots .owl-dot:hover span {
    background: #f2994a;
}
#index  .Fullwidth  .owl-theme .owl-controls .owl-page span{width: 4px;
height: 4px;
border-radius:2px;
margin: 0 4px; padding:0;
/* White */

background: #FFFFFF;}

#index  .Fullwidth  .owl-theme .owl-controls .owl-page.active span
{
width: 24px;
height: 4px;
background: #FFFFFF;
border-radius: 20px;}

#index .Fullwidth .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    background: none; 
    color: #fff;
}
.product-miniature .product-title a{
    transition: all 0.3s
}
.product-miniature .product-title a:hover {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    color: #1ED760;
}

.ApMegamenu .navbar-nav .nav-item:hover .dropdown-menu{
    display: block;
    overflow-y: auto;
    height: 100vh;
}
.ApMegamenu .navbar {
    position: relative;
    padding: 0 
}
.ApMegamenu .dropdown-menu {
    top: 98%;
    padding:24px;
    border: 0px solid rgba(0,0,0,.15);
    background: #FFFFFF;
    /* Shadow/3 */
    box-shadow: 12px 20px 24px rgba(69, 79, 89, 0.08);
}

.ApMegamenu .dropdown-menu .widget-html li.col-md-4{margin-bottom:24px}
.ApMegamenu .dropdown-menu .widget-html li.col-md-4 > a,.ApMegamenu .dropdown-menu .widget-html > .widget-inner >ul > li > a{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #000000;margin-bottom:12px;display: block;text-align: left;}
.ApMegamenu .dropdown-menu .widget-html li.col-md-4 > ul li a,.ApMegamenu .dropdown-menu .widget-html > .widget-inner >ul > li  > ul li a{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 24px;
color: #858585;}
.ApMegamenu .dropdown-menu .widget-html li.col-md-4  a:hover{color: #1ED760}
.right-banner-img{ text-align:right;}
.right-banner-img{ margin-bottom:24px}
.blockcart{ position:inherit;}
.position-static .col-xl-2{position:inherit;}
.leo-dropdown-cart {
    width: 368px;
    filter: drop-shadow(12px 20px 24px rgba(69, 79, 89, 0.08));
    right: 0;
    left: inherit;border: 0;
	padding:8px 0;

}
.leo-dropdown-cart-item{ display:flex; flex-wrap:wrap;}
.leo-cart-item-img{width:124px;border-radius: 8px; margin-right:16px}
.leo-cart-item-img img{filter: drop-shadow(12px 20px 24px rgba(69, 79, 89, 0.08));}
.leo-dropdown-cssload-speeding-wheel, .leo-fly-cssload-speeding-wheel {
    display: none;

}
#cart-block .cart-count{position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
    top: 0px;
    color: #fff;
    text-align: center;
    background: #EA4E75;
    border-radius: 24px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;}
.leo-cart-item-info  .discount.discount-percentage{ display:none;}
.leo-cart-item-info{ width:192px;}
.product-name{ font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #000000;}
.leo-cart-item-info .product-discount .regular-price,.leo-cart-item-info .product-price {font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #000000;
text-decoration: none;
}
.open .leo-dropdown-cart.dropup {
    visibility: visible;
    visibility: visible;
    z-index: 9999999;
    opacity: 1;
padding-bottom:0px;
    display: block !important;
    top: 45px;
    right: 0;
    left: inherit;
    display: block !important;
}
 .leo-dropdown-cart.dropdown.show,.leo-dropdown-cart.dropup.show, .open .leo-dropdown-cart.dropup {
    font-size: 16px;
    font-family: NeoSansStd;
    color: rgb(4, 4, 5);
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
    width: 370px;
    margin-top: 0;   
}
.open .leo-dropdown-cart.dropup{max-height: 750px;}
#pos_search_top #searchbox{    position:relative;
	display: flex;
    width: 100%;

}
.position-static .col-xl-2 {
    position: inherit;
    display: flex;
	    justify-content: space-between;
}
#cart-block{ position:relative;}
.icon-cart{width: 34px; margin-top:3px;
height: 26px;  display:block;    background:url("../img/icon-panier.svg") no-repeat;margin-right: 8px;
 }
 .user-info a .usersign{background:url("../img/icon-user.svg") no-repeat;width: 26px;
height: 27px;margin-right: 8px;}
#login-form a {
    color: #2fb5d2;
    text-decoration: none;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #1ED760;
}
 .leo-dropdown-cart-item a
{
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #000000;
}
.leo-dropdown-cart-subtotals, .leo-dropdown-cart-total
{
	/* margin: 10px 0; */
	text-align: left;
	padding: 16px 0;
}
.product-miniature .variant-links,#products .variant-links{    height: auto;
    position: absolute;
    top: 0;background: transparent;
    right: 0;width: 20px;}
 .leo-dropdown-cart-total .label {
   font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: right;
color: #000000;
float:right;
}
.block_newsletter h4{ font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF; margin-bottom:30px; margin-top:0px;
    text-align: left;}
.block_newsletter p#block-newsletter-label{ font-family: Work Sans;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-transform: capitalize; padding:0;     margin-bottom: 20px;
color: #FFFFFF;}
#footer p.title_block {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #D6D6D6 !important;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
}
.leo-dropdown-cart-subtotals
{
	display:none;
	padding: 8px;
}
.footer-top-content{
    margin-bottom:47px;
}
.footer-top-content .block{
    margin-bottom:0
}
.leo-dropdown-cart-subtotals .value, .leo-dropdown-cart-total .value {
	float: right;
	font-weight: 600;
}
.block_newsletter{
    text-align: center;
    padding:0px;
    margin-bottom: 0px;
    background-size: cover;
	width: 100%;
	background:none;
    border-radius: 0px;
	height:100%;
}
.block-newsletter-label{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #858585;
	text-align:left;
}
.block_newsletter form input[type=email]{
    padding: 12px 16px;
    width: 100%; float:left;
    height: 48px;
	margin-bottom:16px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box; outline:none;
    border-radius: 8px;
}
.date-smart{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #858585;
}

.date-smart{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #858585;
    margin-bottom:0px;
}
.bt_more{
    padding: 8px 16px;
    position: static;
    width: 114px;
    height: 40px;
    background: #1ED760;
    border-radius: 8px;
    margin-bottom:16px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #1ED760;
    transition:all 0.3s;
}
.input-wrapper{ display:inline-block;     width: calc(100% - 144px);
    float: left; }
.block_newsletter form input.btn-primary{
padding: 8px 16px;
position:relative;
height: 48px;
border-radius: 8px;
	font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 30px;
color: #FFFFFF;
border-radius: 8px;
background: #1ED760;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#block-newsletter-label{ text-align:left;

font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #858585;}
.service_client h3 {font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 24px;
color: #FFFFFF;}
 .leo-dropdown-cart-total  .value{
font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 18px;float:left;text-align:left;
line-height: 28px;
color: #1ED760;}
.leo-remove-from-cart{ display:none;}
.txt-marque a {font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #000000;}
.product-actions .control-label {
    margin-bottom: .375rem;
    display: block;
    width: 100%;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.functional-buttons .wishlist{ width:43px; height:40px;float: right; margin-left:16px}
.product-miniature .psproductcountdown { height:62px; margin-bottom:38px; padding-top:0px !important}
.product-miniature .product-price-and-shipping{ margin-bottom:8px}
.wishlist a span,.leo-quickview-bt-content span{ display:none}
.wishlist a,.quickview a{ display: flex;flex-direction: column;align-items: center;padding: 10px 16px;width: 43px;height: 40px;background: #1ed760;border-radius: 8px;}
.wishlist a .fa-heart{ background: url("../img/heart.svg") no-repeat; width:20px;height:18px;    display: inline-block;
    text-align: center;}

.wishlist a .fa-heart:before{ content:none;}
.wishlist a:hover {
    background: #1ED760;
    box-shadow: 3px 3px 15px rgb(30 215 96 / 30%);
}
.quickview a .view-list{background: url("../img/eye.svg") no-repeat; width:20px;height:16px;    display: inline-block;
    text-align: center;margin-top: 1px; }
.quick-view-hover{display: none;align-items: center;justify-content: center; position: absolute;width: 100%; left: 0;top: 0; height: 100%;    background: rgba(0, 0, 0, 0.22);}
.product-miniature .wishlist,.product-miniature  .quickview { padding:0; }
.plist-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    transition: ease-in-out all 400ms;
    opacity: 0;
}
.ajax_block_product:hover .plist-hover, .product-miniature:hover .plist-hover {
    opacity: 1;
}
.plist-hover a {
    transition: ease-in-out all 400ms;
    opacity: 0;
    text-align: center;
    width: 100%;
 
    position: absolute;
    top: 50%;
   
    transform: translateY(-50%) scale(0);
font-family: Work Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 28px;


text-transform: uppercase;


color: #FFFFFF;
    left: 0;

}
.ajax_block_product:hover  .plist-hover a, .product-miniature:hover .plist-hover a {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.hotdeal .product-image{ border-radius: 8px;position:relative;    overflow: hidden;}
.product-miniature:hover .quick-view-hover{display: flex;}
.listproduct .product-image ,.product-image {border-radius: 8px;
 position:relative; 
	overflow:hidden;
    cursor: pointer;
}
.logofooter img{ margin-bottom:40px; }
.logofooter p{    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #D6D6D6;}
#footer p.title_block { font-family: "Work Sans";
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #D6D6D6!important;margin-bottom:40px; padding-bottom:0 !important;}
.page-home .tabs-top .tab-content {
   
    margin-bottom: 20px !important;
}
#footer .footer-container li a,#footer .footer-container li {
	font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #D6D6D6;}
#footer .footer-container li {
} 
.green{ color:#1ED760 !important;}
#footer-bottom{    background: #fff; padding:32px 0;}
#footer-bottom p,#footer-bottom p a{/* Paragraph/Medium */

font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;


color: #000000;}
#footer-bottom ul li{ display :inline-block; position:relative; padding:0 6px;}
#footer-bottom ul li a{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
/* identical to box height, or 150% */

text-align: right;

/* Black */

color: #000000;}

#footer-bottom  .block_carousel .owl-carousel {
    padding: 0;
}
#footer-bottom  .block_carousel .block-carousel-image-container {
    position: relative;
    min-height: 30px;
}
#footer-bottom  .block,#footer-bottom ul,#footer-bottom p {    padding: 0; margin:0}
.footer-container {
    margin-top: 0  !important;
	padding-top:0 !important;
}
.flex-row{    background: no-repeat;
    display: flex;
    flex-wrap: wrap;
}
.flex-row > div ,.flex-row > div > div,.flex-row > div > div > div{    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;}
.leo-dropdown-cart:before{ content:"";position: absolute;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right:10px; top:-8px;
  border-bottom: 8px solid #FFFFFF;
}
.title_s_banner .title_block{ position:absolute; top:0px;font-family: Work Sans;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
letter-spacing: 0.02em;
color: #000000;}
h1.h1{font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #000000;

}

#product .product-prices,.quickview .product-prices{
    margin-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start; margin-bottom:24px;
}

#product .product-prices div,.quickview  .product-prices div{ margin-top:0; margin-bottom:0}
#product .product-prices div.current-price,.quickview .product-prices div.current-price{font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px; margin-right:18px;
color: #000000;}
#product   .product-description p{font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #000000;}
#product  .product-discount .regular-price,.quickview .product-discount .regular-price {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through; margin-right:18px; width:inherit
    color: #858585;
}
#product .discount-percentage,.quickview .discount-percentage{background: #E03C00;
border-radius: 4px;font-family: Work Sans;font-style: normal;font-weight: 500;font-size: 14px;line-height: 24px;color: #FFFFFF;    width: inherit;
    position: relative;
    margin: 0;
    top: inherit;
    left: inherit;
    height: 24px;
    padding: 0px 16px;
    display: inline-block;
}
#product .product-actions .add-to-cart .material-icons {
    line-height: inherit;
    display: none;
}
#product .product-add-to-cart .btn-primary.add-to-cart {
    border-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 68px;
    width: 100%;
    height: 40px;
    background: #1ED760;
    border-radius: 8px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0px 0px;
    box-shadow: none;
    text-transform: none;
  outline:none;
}
#product .product-container #content {
    position: relative;
    max-width: calc(100% - 30px );
    margin: 0 auto;
}
#product .product-description p,
.specifications,
.quickview .product-description p,
.quickview .specifications{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    margin-bottom: 16px;
}
#product .tab-content .product-description *,
#product .tab-content .product-description p,
#product .tab-content .product-description p *{
    font-family: 'poppinsmedium' !important;
    font-size: 14px !important;
}

.product-description  h2{
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-bottom:32px;
    line-height: 24px;
}
#product #content-wrapper  .tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
  font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #1b1b1b;
    background: none;
    line-height: 24px;
}
#product #content-wrapper  .tabs {
    box-shadow: none;
    margin-top: 63px;

    padding: 0;
	border-bottom:0;    background: rgba(30, 215, 96, 0.05);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 62px;
}
#product #content-wrapper  .tabs .nav-tabs{border-bottom:0;}
#product #content-wrapper  .tabs .nav-tabs .nav-link.active,#product #content-wrapper  .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid #1ED760;
   font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #1ED760;
    background: none;
}
.pagination .page-list li {
    display: inline-block;
    width: 40px;
    height: 40px;
    left: 48px;
    top: 0px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 38px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    text-align: center;
    color: #858585;
    margin-right: 8px;
}
.pagination .page-list li a{   font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    text-align: center;
    color: #858585;}
.pagination .page-list li.current{background: #1ED760; border-color: #1ED760;}
.pagination .page-list li.current a{color: #fff;}
#category .card-block{ box-shadow: none; padding:0; border:0;}
.deals-pagination .owl-dot {
    margin-top: 0px;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    margin-left: 0px;
	border: 1px solid #1ED760;
box-sizing: border-box;
 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 8px;
	    margin-bottom: 55px;
}
.product-marque{ font-family: Work Sans;color: #fff;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;}
.deals-pagination .owl-dot:last-child { margin-bottom: 2px;}
.deals-pagination .owl-dot.active {
    box-shadow:	12px 20px 24px rgba(69, 79, 89, 0.08);

}
.deals-pagination .owl-dot img {
    max-width: 100%;

}
.home_deals_title {
font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #1ED760;
	background: #FFFFFF;
	padding:16px 24px;
border: 1px solid #1ED760;
box-shadow: 4px 8px 16px rgba(69, 79, 89, 0.04);
border-radius: 8px;
	margin-bottom:34px;
}
.home_deals_title h3{ padding-left:0px; position:relative; margin-bottom:0 }
.home_deals_title h3:before {
    background: url(../img/yes.svg) no-repeat 0px 0px ;
    width: 19px;
    height: 17px;
    display: inline-block;
    content: "";
	margin-right:20px;
	    top: 2px;
    position: relative;
}
#home_deals .icon-angle-right:before {
	    display: inline-block;	margin-right:20px;
		    top: -2px;
	width: 6px;
    height: 8px;
    position: relative;margin-left:12px;
    content: "";    background: url(../img/icon-angle-right.svg) no-repeat 0px 0px ;

}
#home_deals .owl-prev{ margin-right:24px;}
#home_deals .icon-angle-left:before {
    content: "";    display: inline-block;	margin-right:20px;
	    top: -2px;
	width: 8px;
    height: 6px;
    position: relative; margin-right:12px;
	background: url(../img/icon-angle-left.svg) no-repeat 0px 0px ;
}
#home_deals .owl-nav  {
position: absolute;
    top: -72px;
    right: 0;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1ED760;
}
#home_deals .owl-nav>div {
    float: left;
    color: #fff;
    font-family: oswald;
    line-height: 53px;
    padding: 0 10px;
    cursor: pointer;
}
.deals-right h5 .product-name{font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* or 150% */
    text-align: left;
display: flex;
align-items: center;

/* White */

color: #FFFFFF;}
.deals-right {
background: #1ED760;
    position: relative;
    border-radius: 0 0 8px 8px;
    padding: 10px 25px 17px;
    border: 1px solid #1ED760;
}
 .pspc-main .count {
   
    color: #1ED760 !important;

}
.display-flex{display: flex;
    justify-content: space-between;}
.deals-right .btn{  padding:8px 24px;background: #FFFFFF; color:#1ED760;
border-radius: 4px;}
.deals-left {
border: 1px solid #1ED760;
	height:302px;
	width:100%;
border-radius: 8px 8px 0 0;
	padding-top:20px;

}
.deals-right .btn:hover,.deals-right .btn:focus{box-shadow: 3px 3px 15px rgb(251 251 251 / 30%); color:#1ED760;background:#FFFFFF}
.owl-carousel .owl-item .deals-left img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;

}
.btn-comment .material-icons{ color:#fff}
#pos_search_top{ position:relative;}
.deals-left .product-image-container{	height:372px;
	width:100%;  display: inline-block; text-align:center; }

@media (min-width: 992px) {

    .off-canvas-active > #page,

    .off-canvas-active > .off-canvas-nav-megamenu {

        -webkit-transform: translate(0, 0);

        -ms-transform: translate(0, 0);

        transform: translate(0, 0);

        position: relative !important;
    }



    .off-canvas-button-megamenu {

        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 14px;
    line-height: 36px;
}
	.block-categories .collapse-icons {
    right: -8px;
    top: 6px;
}
	#deals-pagination {
    max-height: 100%;
    overflow-y: auto;
    max-height: 490px;
    text-align: center;
}
	.page-home .ApRow {
    margin-bottom: 20px;
}

	.deals-pagination .owl-dot {
    margin-top: 0px;
    padding: 5px;
    margin-bottom: 20px;
}
	.deals-pagination .owl-dot img {
    max-width: 120px;
}
	.page-home .ApRow .block {
    margin-bottom: 0px;
    clear: none !important;
}
	.page-home .ApRow .block img{ height: auto !important; 
    max-height: 167px;}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-size: 13px;
    line-height: 11px;
    color: #000000;
}.
	ApMegamenu .navbar-nav .nav-link {
    font-size: 13px;
    line-height: 24px;
}
	.deals-left .pspc-main .time {
    display: block;
    height: 50px;
    width: 40px;
}
.deals-right h5 .product-name {
 font-size: 13px;
line-height: 16px;
}
	.listproduct .product-miniature .product-title, .product-miniature .product-title {
  
    line-height: 16px;
}
.deals-right .product-price-and-shipping .price {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.home_deals_title {
    font-size: 13px;
    line-height: 25px;
    padding: 12px 24px;
    margin-bottom: 25px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: inline-block;
    max-height: 196px;
}#cart-block .header a, .user-info a,#cart-block .header{
	font-size:13px;}
	#home_deals .owl-nav {
    top: -62px;
    font-size: 14px;
}
	.home-posts .news_module_image_holder {
    height: 290px;
}.page-home .ApRow {
    margin-bottom: 20px;
}
	.ApMegamenu .navbar-nav .nav-link {

    font-size: 14px;
    line-height: 18px;

}
}
@media (max-width: 991px) {

    .off-canvas-active .megamenu-overlay {

        opacity: 1;

        filter: alpha(opacity=100);

        visibility: visible;
    }
}

.off-canvas-button-megamenu {

    color: #000000;

    margin: 0.9375rem 0.625rem;

    text-align: right;
}

.rtl .off-canvas-button-megamenu {

    text-align: left;
}

.off-canvas-button-megamenu:hover {

    cursor: pointer;
}



.off-canvas-inactive > #page {

    -webkit-transition: all 400ms ease 0s;

    -moz-transition: all 400ms ease 0s;

    -ms-transition: all 400ms ease 0s;

    -o-transition: all 400ms ease 0s;

    transition: all 400ms ease 0s;
}



.off-canvas-active {

    background: #FFFFFF;
}

.off-canvas-active > #page {

    -webkit-transform: translateX(234px);

    -moz-transform: translateX(234px);

    -ms-transform: translateX(234px);

    -o-transform: translateX(234px);

    transform: translateX(234px);

    -webkit-transition: all 400ms ease 0s;

    -moz-transition: all 400ms ease 0s;

    -ms-transition: all 400ms ease 0s;

    -o-transition: all 400ms ease 0s;

    transition: all 400ms ease 0s;
}

.off-canvas-active > .off-canvas-nav-megamenu.active {

    left: 0px;

    -webkit-transform: translateX(234px);

    -moz-transform: translateX(234px);

    -ms-transform: translateX(234px);

    -o-transform: translateX(234px);

    transform: translateX(234px);

    -webkit-transition: all 400ms ease 0s;

    -moz-transition: all 400ms ease 0s;

    -ms-transition: all 400ms ease 0s;

    -o-transition: all 400ms ease 0s;

    transition: all 400ms ease 0s;
}

.rtl .off-canvas-active > .off-canvas-nav-megamenu.active {

    right: 0px;

    left: auto;
}

.off-canvas-active #page {

    position: fixed;

    margin: 0 auto;

    max-width: 100%;
}



.off-canvas-nav-megamenu {

    position: absolute;

    top: 0px;

    width: 0px;

    background: #FFFFFF;

    z-index: 999;

    left: 0;

    -webkit-transition: all 400ms ease 0s;

    -moz-transition: all 400ms ease 0s;

    -ms-transition: all 400ms ease 0s;

    -o-transition: all 400ms ease 0s;

    transition: all 400ms ease 0s;
}

.rtl .off-canvas-nav-megamenu {

    right: 0;

    left: auto;
}

.off-canvas-nav-megamenu .navbar-nav {

    margin: 0px;    padding: 0 15px;
    text-align: center;
}

.off-canvas-nav-megamenu .navbar-nav > li {

    float: none;

    border-bottom: 1px solid #f1f1f1;

    float: none; text-align:center;    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 8px;
}
.off-canvas-nav-megamenu .navbar-nav > li.activelist{ border: 1px solid #1ED760; }
.off-canvas-nav-megamenu .navbar-nav > li.activelist > a{  color:#1ED760}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item {

    margin-left: 0;
}

.rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {

    margin-right: 0;

    margin-left: inherit;
}

.off-canvas-nav-megamenu .navbar-nav > li > a {

    display: inline-block;

 font-family: Work Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;

    padding: 8px ​0.625re;text-align: center;letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #ADADAD;
	
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li, .off-canvas-nav-megamenu .megamenu .dropdown-mega li {
    background: none;
    border-bottom: 1px  solid #F5F5F5;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li:last-child, .off-canvas-nav-megamenu .megamenu .dropdown-mega li:last-child {
    background: none;
    border-bottom: 0px  solid #F5F5F5;
}
.off-canvas-nav-megamenu .nav > li > a{ border-top:0 solid !important}

.off-canvas-nav-megamenu .navbar-nav > li > a:hover,
.off-canvas-nav-megamenu .navbar-nav > li > a:focus {

    background: none;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret,.off-canvas-nav-megamenu .nav li.dropdown .caretd {

    cursor: pointer;

    position: absolute;

    top: 10px;

    margin: auto 0;

    right: 0;

    width: 1.875rem;

    height: 20px;
}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item,.off-canvas-nav-megamenu .navbar-nav > li {
    margin-left: 0;
    position: relative !important;    padding-right:15px; padding-left:15px;  margin-bottom:20px;  
}

.rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {

    left: 0;

    right: auto;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret:before, .off-canvas-nav-megamenu .nav li.dropdown .caretd:before {
    content: "\f107";
    font-family: "FontAwesome";
    color: #1ed760;
    font-size: 0.9375rem;
    font-weight: normal;
    display: block;
    text-align: center;
}
.off-canvas-nav-megamenu .nav li.dropdown .caret:before, .off-canvas-nav-megamenu .nav li.dropdown.activelist .caretd:before {
	content: "\f106"; }
.off-canvas-nav-megamenu .nav li.dropdown .carets:before, .off-canvas-nav-megamenu .nav li.dropdown.activelist .carets:before {
    content: "\f0da";    font-family: "FontAwesome";    color: #1ed760;
    font-size: 0.9375rem;
    font-weight: normal;
    display: block;
    text-align: center;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li.col-md-4{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {

    display: none;
}

.off-canvas-nav-megamenu .nav li.open-sub > .caret:before {

    content: "\f106";
}

.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {

    top: 0.375rem;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {

    background-color: #FFFFFF;

    position: absolute;

    top: 0;

width: 320px;

    overflow: hidden;

    left: -234px;
}

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {

    right: -234px;

    left: auto;
}

.off-canvas-nav-megamenu .dropdown-menu {

    font-size: 0.875rem;

    position: relative;

    left: 0;

    right: 0;

    top: 0;

    float: none;

    margin: 0;

    width: 100% !important;

    border: 0;

    padding: 0 0.625rem;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    -o-box-shadow: none;

    -ms-box-shadow: none;

    box-shadow: none;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;

    border-radius: 0;

    text-align: left;
}

.rtl .off-canvas-nav-megamenu .dropdown-menu {

    text-align: right;
}

.off-canvas-nav-megamenu .dropdown-menu ul li {

    line-height: 1.875rem;

    float: none;
}

.off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {

    position: relative;

    margin-left: 0;
}

.rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {

    margin-right: 0;

    margin-left: inherit;
}

.off-canvas-nav-megamenu .dropdown-menu ul li > a {

    font-weight: 400;

    text-transform: none;
}

.off-canvas-nav-megamenu .dropdown-sub .menu-title {

    font-weight: 700;

    margin: 0.625rem 0;

    color: #000000;
}

.off-canvas-nav-megamenu ul.nav-links {

    padding-left: 0.4375rem;
}

.rtl .off-canvas-nav-megamenu ul.nav-links {

    padding-right: 0.4375rem;

    padding-left: inherit;
}

.off-canvas-nav-megamenu ul.nav-links li {

    line-height: 1.875rem;
}

.off-canvas-nav-megamenu .mega-col {

    width: 100%;
}

.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {

    padding: 0.1875rem 0.1875rem 0.1875rem 0.4375rem;
}

.rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {

    padding: 0.1875rem 0.4375rem 0.1875rem 0.1875rem;
}

@media (min-width: 1200px) {

    .off-canvas-nav-megamenu {

        display: none;
    }
}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (min-width: 1300px) {

}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (min-width: 1600px) {

}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (min-width: 1800px) {

}
@media (max-width: 991px) {

    .leo-megamenu.disable-canvas .dropdown-menu {

        -moz-box-shadow: none;

        -webkit-box-shadow: none;

        -o-box-shadow: none;

        -ms-box-shadow: none;

        box-shadow: none;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {

        position: relative;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a {

        padding: 1.25rem 0;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a:after {

        display: none;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li .caret {

        cursor: pointer;

        position: absolute;

        top: 0.8125rem;

        line-height: 1.875rem;

        display: block;

        width: 1.875rem;

        height: 1.875rem;

        right: 0;
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav > li .caret {

        left: 0;

        right: auto;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {

        content: "add";

        font-family: "Material Icons";

        position: absolute;

        font-size: 1.25rem;

        font-weight: normal;

        text-align: center;

        color: #FFFFFF;

        z-index: 1001;
    }

    .leo-megamenu .collapse {

        text-align: left;
    }

    .rtl .leo-megamenu .collapse {

        text-align: right;
    }

    .leo-megamenu .collapse .navbar-nav {

        text-align: left;

        height: auto;
    }

    .rtl .leo-megamenu .collapse .navbar-nav {

        text-align: right;
    }

    .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {

        position: relative;
    }
}

@media (max-width: 991px) and (max-width: 991px) {

    .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {

        width: 100%;
    }
}

@media (max-width: 991px) {

    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub > .caret:before {

        content: "remove";
    }

    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {

        top: -0.8125rem;
    }

    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub > .caret:before {

        content: "remove";
    }

    .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {

        display: none;
    }

    .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {

        width: 100%;

        position: relative;

        left: 0;

        -moz-box-shadow: none;

        -webkit-box-shadow: none;

        -o-box-shadow: none;

        -ms-box-shadow: none;

        box-shadow: none;
    }

    .rtl .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {

        right: 0;

        left: auto;
    }
}

/*** Responsive part ***/

@media (max-width: 991px) {

    .ApMegamenu > .navbar {

        position: static;
    }
.off-canvas-nav-megamenu .dropdown-menu ul li > a {
    font-weight: 400;
    text-transform: none;

    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #ADADAD;
}
	.off-canvas-nav-megamenu .dropdown-menu ul li > ul  {
		display:none;
	}
	.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul{
	display:block; width:100%;
	}
	.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul li{ border-bottom:0 solid; text-align:left;}
	.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist  > a{ color:#000;}
		.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul li a{ border-bottom:0 solid; text-align:left; font-size:12px;}
	.off-canvas-nav-megamenu .dropdown-menu img {
display:none;
}
    .ApMegamenu > .navbar .navbar-toggler {

        border: 0px solid #f1f1f1;

        -webkit-border-radius: 0;

        -moz-border-radius: 0;

        -ms-border-radius: 0;

        -o-border-radius: 0;

        border-radius: 0;

        width:100%;
		background: url(../img/menu.svg) no-repeat 0px 6px;
		padding:0;
		padding-left: 36px;
		    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #000000;
		
    }
	#cart-block .header a, .user-info a,#cart-block .header {
    font-size: 16px;
    line-height: 27px;
}
	
.header-nav-menu {
    background: #F2C94C;
    display: none;
}
	#memgamenu-form_1{width: 33%;    top: -40px;
    position: absolute;}

    .leo-megamenu.disable-canvas .navbar-nav {

        margin: 0 0.625rem 0 1.375rem;
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav {

        margin: 0 1.375rem 0 0.625rem;
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a {

        margin-right: 0;

        padding: 0.9375rem 0;
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav > li > a {

        margin-left: 0;

        margin-right: inherit;
    }

    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {

        cursor: pointer;

        position: absolute;

        top: 0.5625rem;

        line-height: 1.875rem;

        display: block;

        width: 1.875rem;

        height: 1.875rem;

        right: 0;
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {

        left: 0;

        right: auto;
    }

    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {

        content: "add";

        font-family: "Material Icons";

        position: absolute;

        font-size: 1.25rem;

        font-weight: normal;

        text-align: center;

        color: #999999;

        z-index: 1001;
    }

    .leo-megamenu.disable-canvas .leo-top-menu {

        background: #FFFFFF;

        position: absolute;

        top: 100%;

        z-index: 99;

        left: 0.625rem;

        right: 0.625rem;
    }

    .leo-megamenu.disable-canvas .dropdown-toggle::after {

        display: none;
    }
}

.leo-widget .widget-category_image .level0 li {

    position: relative;

    display: inline-block;

    min-width: 8.75rem;
}

.leo-widget .widget-category_image .level0 li ul {

    background: #FFFFFF;

    border: 1px solid #c3c3c3;

    position: absolute;

    top: -1px;

    z-index: 99;

    display: none;

    left: 100%;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;
}

.rtl .leo-widget .widget-category_image .level0 li ul {

    right: 100%;

    left: auto;
}

.leo-widget .widget-category_image .level0 li ul li {

    padding: 0.3125rem 0.625rem;
}

.leo-widget .widget-category_image .level0 li:hover > ul {

    display: block;
}
div#search_filters_wrapper {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    display: none;
}
.search-header {
    padding: 1rem;
    background-color: #f6f9f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 999;
}
.search-header p {
    margin-bottom: 0;
}
.search-header .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ED760'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
    border: none;
    padding: 10px;
    background-color: transparent;
    cursor: pointer;
}
.search-header .btn-close:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F2C94C'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
div#search_filters {
    padding: 10px;
}
#category #left-column #search_filters .facet .title .collapse-icons .material-icons {
    color: #fff;
}
.search-footer a#mybtn {
    border-radius: 0;
}
.facet-toggle-btns button {
    border: none;
    background: none;
    padding: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #1ed760;
    cursor: pointer;
}
.facet-toggle-btns {
    padding: 0 !important;
}
button.btn.btn-tertiary.js-search-filters-clear-all {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    display: flex    ;
    align-items: center;
}
.search-footer {
    position: sticky;
    bottom: 0;
}
@media (max-width: 767px){
    .products-selection .total-products {
        margin-bottom: 20px;
    }
    div#search_filters_wrapper {
        width: 100%;
        margin: 0 !important;
    }
	#category #search_filter_toggler{background: #1ed760;color: #fff;}
	.bannerexit {
        margin-top: 0;
        }
    span.hasicon.menu-icon {
        background: none !important;
    }
	.deals-right{ margin-bottom:20px}
	.off-canvas-nav-megamenu .dropdown-menu{ filter:none;}
	#category #left-column #search_filters .facet .facet-title {
     color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 12px;
    line-height: 38px;
}
	.off-canvas-nav-megamenu .activelist .dropdown-menu {
 
    filter: none;
}
	#category #left-column #search_filters .facet .navbar-toggler {
    display: block;
    background: #1ed760;
    color: #fff;
}
	#category #left-column #search_filters .facet .navbar-toggler i{
	color:#fff;
	}
	.page-home .ApImage img{max-width: 100%;
   height: auto !important;}
	.page-home .ApRow .block.mar-bottom-30 {
    margin-bottom: 20px;
}
#header .header-top .position-static {
    position: static;
    width: 100%;
}
	.block_carousel .block-carousel-image-container {     position: relative;     min-height: auto !important;  }
	.Fullwidth {
    padding-top: 0px;
}
	.home-left-img .col-xl-3 img{ display:none;}
	.Fullwidth  .owl-carousel .owl-item {
    padding: 0; }

	#header .block_carousel .block-carousel-image-container img {

    border-radius: 0;
}
	#header .Fullwidth .block_carousel {
    margin-bottom: 0;
}

	.Fullwidth .owl-theme .owl-nav{ display:none;}
	.sdsblog-box-content {
    display: inline-block;
		width:100%;
    margin-bottom: 16px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}
	.block_newsletter {

    padding: 16px;

}
	.flex-row {
 
  display: inline-block;

}
}
@media  screen and (max-width: 991px) and (min-width: 481px) {
	.service_client h5 a {

    font-size: 38px;

}
	.home-left-img .col-xl-3 img {
    display: none;
}
	.flex-right {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -52px;
    right: 0;
}
	.position-static .col-lg-8{ width:100%;}
	#cart-block .header a span.cart, .user-info a span{display:none;}
	#header .header-top {
    padding-bottom: 0;
    padding: 32px 0;
    background: #FCFCFC;
    padding-bottom: 58px;
}
	#product #content-wrapper .tabs .nav-tabs .nav-link.active, #product #content-wrapper .tabs .nav-tabs .nav-link:hover {

    padding: 5px 0;
}
	h2.recommandation {

    font-size: 18px;
    line-height: 24px;
}
	.icon-recom {
margin-bottom:15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 100%;
}
	#product #content-wrapper .tabs .nav-tabs .nav-link {

    line-height: 24px;
    padding: 5px 5px;
}
	#product .product-add-to-cart .btn-primary.add-to-cart {
    border-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
		padding: 8px 10px;}
	.product-quantity .add, .product-quantity .wishlist {
    margin-left: 12px;
}#product #content-wrapper .tabs {
    box-shadow: none;
    /* margin-top: 63px; */
    padding: 0;
    border-bottom: 0;
    background: rgba(30, 215, 96, 0.05);
    padding: 12px 8px;

    margin-bottom: 32px;
    font-size: 12px;
}

	.spr-search-button span{ display:none;}
	.service_client {
    padding: 0px 21px 0px 0px;
   
}#cart .bootstrap-touchspin input.form-control, #cart .bootstrap-touchspin input.input-group {
	width: 2.5rem;}
	#footer-bottom .block-social ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 40px;
}
	.page-authentication #content {
    padding: 1rem;
  max-width: 100%; 
    margin: 0 auto;
}

		.spr-search-button {
    width: 40px;
    display: inline-block;    padding: 12px 6px; text-align:center;
}
	.spr-search-button:before { content:"\f002"; font-family: 'FontAwesome'; color:#FFFFFF;  font-size:18px;}
	#pos_search_top .text-search {
    width: calc(100% - 42px);
    display: inline-block;
    margin-right: 8px;
}
	
	.sdsblog-box-content {
    display: inline-block;
    width: auto;
    margin-bottom: 16px;
}
	.input-wrapper {
    display: inline-block;
    width: calc(100% - 64px);
    float: left;
}
	.post-wrapper{ margin-bottom:25px; }
	.header-nav .ApLink li {

    padding: 14px 0px 14px 0px;

	}.header-nav .sociaux a{    font-size: 12px;}
	.header-nav .sociaux a span{ display:none;}
	.carousel-control{ top:-105px !important; }
	#header .header-nav .ApLink li a {

    text-align: left;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px; margin-left:-10px;
}
	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    background: none;
}
	ul.listproduct{ margin:0;}
		.page-home .block .title_block, .page-home .block h4 {
    padding: 15px 0px 0px 0px !important;
    margin-bottom: 0px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 11px !important;
    padding: 0;
}
	
	.title_s_banner .title_block {
    position: relative;
    top: 0px;
    padding: 15px 0px 0px 0px !important;
    margin-bottom: 0px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 11px !important;
    padding: 0;
}
	.carousel .direction {
    position: absolute;
    top: inherit;
    width: 100%;
}
	.carousel-control {
    z-index: 99;
		top: -105px;}
	.ApProductCarousel .owl-prev,	.ApProductCarousel .owl-next  {
		top: -105px;}
	.page-home .nav-tabs {
    border-bottom: 1px solid transparent;
    padding-bottom: 20px;
    text-align: left !important;
    padding-right: 80px;
}

	.listproduct .product-miniature .product-title, .product-miniature .product-title {
    height: auto;
    margin-bottom: 4px;
    min-height: 60px;
}
	body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.225rem;
}
	body#checkout section.checkout-step.-current .step-title {
    cursor: default;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #1ED760;
	}}

@media (max-width: 480px){
    div#top-banner .item span {
        font-size: 12px;
    }
    div#top-banner button.owl-prev, div#top-banner button.owl-next {
        top: 50%;
        transform: translateY(-50%);
    }
	#memgamenu-form_1 {
    top: -56px;
}
	/* .top-logo{ padding:0 12px;}
	.ui-jolisearch [class*="col-"] {
    padding-left: 12px;
    padding-right: 0;
}
	.ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 12px;
}
	.ui-menu.ui-jolisearch .jolisearch-body h4 {
    border-bottom: 1px solid #efefef;
    margin-bottom: 12px;
    padding-bottom: 0.5rem;
    margin-top: 12px;
    font-weight: bold;
} */
	.products-selection .showing{ margin-bottom:12px}
	#module-ambjolisearch-jolisearch .functional-buttons, .functional-buttons{ margin-bottom:12px;}
	body#checkout section.checkout-step .forgot-password {
    margin-left: 12px;
}
	.my-2 {
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
}
	.nav-inline .nav-item:nth-child(2){
    display: none;
}
	.nav-inline .nav-item a{font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #858585;
    padding: 0 0 4px 0;
    margin-right: 20px;
    text-transform: none;}
	.nav-inline .nav-item:nth-child(3) a{ margin-right:0; }
	.modal-header {
    padding: 15px 20px;
}
	element.style {
}
.product-comments-additional-info {
	margin: 0 0 12px 0;}
	#product .product-prices, .quickview .product-prices {

    margin-bottom: 12px;
}
	#blockcart-modal .modal-header .close {
    right: 0px;
    z-index: 99;
}
	#owl-carousel-crossselling.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
		top: -87px;}
	#owl-carousel-crossselling {
    margin-bottom: 0px;
}
			#owl-carousel-crossselling.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
			top: -87px;}
	h2.recommandation {

    align-items: center;
    margin-bottom: 12px;
}
	.tabs .tab-pane{    padding-top: 0;}
	#product #content-wrapper .tabs {
    box-shadow: none;
		margin-top: 0; }
	#product #content-wrapper .tabs .nav-tabs .nav-link,#product #content-wrapper .tabs .nav-tabs .nav-link.active, #product #content-wrapper .tabs .nav-tabs .nav-link:hover {
    font-size: 14px;
    text-transform: none;
}
	#product .product-prices, .quickview .product-prices{ display:inline-block}
	#authentication .card-block h2,#authentication .card-block p {
    margin-bottom: 12px;
}
	#authentication .card-block .col-sm-6:first-child {
    padding-right: 0;
}
	.form-group {
    margin-bottom: 8px;
}
	#authentication .card-block .col-sm-6,#authentication .card-block .col-sm-6:last-child{ padding:0}
	#header{ margin-bottom:20px;}
	.order-confirmation-table,#order-items{ display:none}
	#order-confirmation h1.h1 {
text-align:center;
}
#order-confirmation  p{text-align:center;}
	.btn-primary.add-to-cart {

    padding: 8px 5px;

}
	#product #content-wrapper .tabs .nav-tabs .nav-link.active, #product #content-wrapper .tabs .nav-tabs .nav-link:hover {

    padding: 5px 0;
}
	h2.recommandation {

    font-size: 18px;
    line-height: 24px;
}
	.icon-recom {
margin-bottom:15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 100%;
}
	#product #content-wrapper .tabs .nav-tabs .nav-link {

    line-height: 24px;
    padding: 5px 5px;
}
	#product .product-add-to-cart .btn-primary.add-to-cart {
    border-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
		padding: 8px 10px;}
	.product-quantity .add, .product-quantity .wishlist {
    margin-left: 12px;
}#product #content-wrapper .tabs {
    box-shadow: none;
    /* margin-top: 63px; */
    padding: 0;
    border-bottom: 0;
    background: rgba(30, 215, 96, 0.05);
    padding: 12px 8px;

    margin-bottom: 32px;
    font-size: 12px;
}
	.wishlist a {

    font-size: 20px;
}
	.spr-search-button span{ display:none;}
	.service_client {
    padding: 0px 21px 0px 0px;
   
}#cart .bootstrap-touchspin input.form-control, #cart .bootstrap-touchspin input.input-group {
	width: 2.5rem;}
	#footer-bottom .block-social ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 40px;
}
	.page-authentication #content {
    padding: 0rem;
  max-width: 100%; 
    margin: 0 auto;
}

		.spr-search-button {
    width: 40px;
    display: inline-block;    padding: 12px 6px; text-align:center;
}
	.spr-search-button:before { content:"\f002"; font-family: 'FontAwesome'; color:#FFFFFF;  font-size:18px;}
	#pos_search_top .text-search {
    width: calc(100% - 42px);
    display: inline-block;
    margin-right: 8px;
}
	
	.sdsblog-box-content {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
}
	.input-wrapper {
    display: inline-block;
    width: calc(100% - 64px);
    float: left;
}
	.post-wrapper{ margin-bottom:20px; }
	.page-home .ApRow.banner-home-page {
    margin-bottom: 20px;
}
	.flex-row {

    display: flex;

}
	#main .page-footer {
    margin-bottom: 0;
}
	.block_newsletter {

    border-bottom: 0px solid #f6f6f6;
}
	.block_newsletter p#block-newsletter-label {

    margin-bottom: 20;

}
	.block_newsletter {
    border-bottom: 0px solid #f6f6f6;
}
	.page-home .ApRow.blog-row {
    margin-bottom: 0;
}
    #product .js-qv-product-cover,#product .js-modal-product-cover{
        max-width: 100%!important;
    }
	.header-nav .ApLink li {

    padding: 14px 0px 14px 0px;

	}.header-nav .sociaux a{    font-size: 12px;}
	.header-nav .sociaux a span{ display:none;}
	.carousel-control{ top:-105px !important; }
	#header .header-nav .ApLink li a {

    text-align: left;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px; margin-left:-10px;
}
	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 0rem;
    background: none;
}
	ul.listproduct{ margin:0;display: flex;
    flex-wrap: wrap;}
	li.ajax_block_product {

    margin-bottom: 20px;
}
		.page-home .block .title_block, .page-home .block h4 {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 0px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 11px !important;
    padding: 0;
}
	
	.title_s_banner .title_block {
    position: relative;
    top: 0px;
    padding: 15px 0px 0px 0px !important;
    margin-bottom: 0px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 11px !important;
    padding: 0;
}
	#footer p.title_block {

    margin-bottom: 20px;

}
	.carousel .direction {
    position: absolute;
    top: inherit;
    width: 100%;
}
	.carousel-control {
    z-index: 99;
		top: -90px;}
	.ApProductCarousel .owl-prev,	.ApProductCarousel .owl-next  {
		top: -105px;}
	.page-home .nav-tabs {
    border-bottom: 1px solid transparent;
    padding-bottom: 20px;
    text-align: left !important;
    padding-right: 80px;
}
	#add-to-cart-or-refresh {
    width: calc(100% );
    float: left;
}
	.functional-buttons .wishlist {
    width: auto;
    height: auto;
    float: right;
    margin-left: 16px;
    position: absolute;
    top: 5px;
    right: 0;
}
	.listproduct .product-miniature .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    font-size: 16px;

    height: 34px;
    line-height: 16px;
}
	#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping
	.listproduct .product-miniature .product-title, .product-miniature .product-title {
   line-height: 16px;
}
	body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.225rem;
}
	#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
	body#checkout section.checkout-step.-current .step-title {
    cursor: default;
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #1ED760;
}
#cart .cart-item.titles .product-line-grid-left,#cart .cart-item.titles  .product-line-grid-body,#cart .cart-item.titles  .product-line-actions,#cart .cart-item.titles{ display:none;}
	#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {

    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    color: #000000;text-overflow: ellipsis;
    white-space: unset;
}
	#search_filters .facet .facet-title {
    background: #1ED760;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    line-height: 38px;
    border-radius:0px 0px;
    padding: 0 14px;
    width: 100%;
		color:#fff;
}
	#category #left-column #search_filter_controls button, #category #search_filter_toggler {
		
  background-color: #1ed760;
}
.off-canvas-nav-megamenu .dropdown-menu{ display:none;}
	.wishlist a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border-radius: 8px;
}
	.off-canvas-nav-megamenu .activelist .dropdown-menu{ display:block;}
		#deals-pagination { display:none}
	#home_deals .owl-carousel .owl-item {
    padding: 0px;
}
	.banner-home-page img{    margin-bottom: 20px;}
	.page-home .ApRow.banner-home-page {
    margin-bottom: 0;
}
	#home_deals .owl-prev {
    margin-right: 8px;
}
	.home_deals_title {

    line-height: 28px;

    padding: 8px 12px;

    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}
	#home_deals .owl-nav {

    top: -50px ;    font-size: 13px;

}
	.deals-pagination .owl-dot{ margin-left:0;}
	.flex-right{ display: flex;flex-wrap: wrap;justify-content: flex-end;}
	.flex-right > div {
    display: flex;
    width: 33%;
    justify-content: flex-end;
}
	.flex-right > #_desktop_user_info{

    justify-content: center;
}
	.page-home .nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
		box-shadow: 0px 3px 0px #f4f4f4;     padding:10px  0; margin-bottom:12px;
}
.deals-left .pspc-main .time {
    display: block;
    height: 52px;
    width: 40px;
}
#header .header-top {
    padding-bottom: 0;
    padding: 12px 0 24px 0;
    background: #FCFCFC;
}
	.flex-row > div, .flex-row > div > div, .flex-row > div > div > div {

    margin-bottom: 24px;
}
	.footer-top-content {
    margin-bottom: 40px;
}
	.block_newsletter h4 {
 
    font-size: 18px;
    line-height: 22px;
margin-bottom:12px;
    margin-top: 0px;

}
	.service_client p {
    font-size: 14px;
    line-height: 18px;

}
	.service_client h3 {

    font-size: 18px;
    line-height: 24px;

}
	.service_client h5 a {

    font-size: 32px;
    line-height: 36px;

}
	#index .Fullwidth .owl-theme .owl-dots{ display:none;}
	.sp_searchpro{ margin:20px 0;}
.header-nav p, .slogan p {
   font-family: Work Sans;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 14px;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
}
	.header-nav-menu ul {
    display: inline-block;

padding: 0;
    width: 100%;
}
	.header-nav-menu ul li{    padding: 5px 0;
    border-bottom: 1px solid rgb(242 153 74 / 20%);}
	.header-nav-menu ul li a {
    font-family: Work Sans;
    /* margin-right: 38px; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    /* border-bottom: 1px solid #000; */
    padding: 10px 0;
}
	.link_nav {
      text-align: left;
    display: inline-block;
    align-items: center;
    height: auto;
    background: background: #F2994A;
    background: transparent;
    align-content: baseline;
    justify-content: center;
    width: 100%;
    color: #000;
}
	.link_nav a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position:relative;
}

	#footer-top {
    padding: 16px 0;
    background: #000;
}
	.page-home .ApRow {
    margin-bottom: 0;
}
	
.leo-dropdown-cart-content,.leo-dropdown-list-item-warpper {    max-height: 260px; }
	}
@media (max-width: 390px){

	.add-cart-icon {

    display: none;
}.leo-dropdown-cart-content,.leo-dropdown-list-item-warpper {    max-height: 240px; }
	}

@media (max-width: 360px){

.leo-dropdown-cart-content,.leo-dropdown-list-item-warpper {     max-height: 230px; }
	}
@media (max-width: 320px){
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a
	{font-size:12px;line-height: 1.1px;}
}
    #product .js-qv-product-cover,#product .js-modal-product-cover{
        max-width: 100%!important;
    }
    .hidden-element {
        display: none;
    }
    button.btn.btn-link.toggle-filters {
        color: var(--color-green);
        text-underline-offset: 4px;
        text-decoration: underline;
        font-size: 14px;
        padding: 0;
        margin-bottom: 20px;
    }
    .wishlist-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--gray-600) !important;
    }
    .wishlist-btn.added-to-wishlist svg path {
        stroke: var(--color-primary);
        fill: var(--color-primary);
    }
    .js-product-container a.manufacturer {
        display: block;
    }
    .page-my-account #content .links a span.link-item {
        border-radius: 8px;
        border: 1px solid var(--color-green);
        font-weight: var(--font-weight-bold);
        font-size: var(--font-size-sm);
        text-transform: initial;
        letter-spacing: 1px;
    }
    .page-my-account #content .links a i {
        color: var(--color-green);
    }
    .page-my-account #content .links a:hover i {
        color: #eb4227;
    }
    .page-my-account #content .links a#social-link:hover i svg {
        fill: #eb4227;
    }
    footer.page-footer a.logout, .page-footer .account-link, .address-footer a span {
        text-decoration: underline;
        text-underline-offset: 4px;
        color: var(--color-green);
    }
    .page-addresses .address {
        border: 1px solid var(--color-green);
        border-radius: 10px;
    }
    .page-addresses .address .address-footer {
        border-top: 1px solid var(--color-green);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-customer-account #content .order-actions a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .account-navigation.card .p-4 {
        box-shadow: 6px 6px 16px #00000012;
        background: #FCFCFC;
        border: 1px solid #e9e9e938;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .list-group-flush .list-group-item span.link-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .list-group.list-group-flush {
        display: block;
        border: 1px solid #E9E9E9;
        position: relative;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .account-navigation.card {
        display: block;
        height: 100%;
        position: relative;
    }

    .list-group-item:first-child {
        border-top: none;
    }

    .list-group-item:last-child {
        border-bottom: none;
    }
    .logout-link {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;
    }
    #identity form#customer-form, .js-address-form form .form-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    .js-address-form form .form-fields .form-group:first-child, #identity form#customer-form .form-group:first-child,
    #identity form#customer-form .form-group:nth-child(8), #identity form#customer-form .form-group:nth-child(9),
    #identity form#customer-form .form-group:nth-child(10), #identity form#customer-form .form-group:nth-child(11) {
        grid-column: 1 / -1;
    }
    .right-part {
        margin-top: 65px;
    }
    h1.h1-account {
        color: black;
        font-size: 32px;
    }
    button.btn.active:after {
        font-weight: 300;
        content: "/";
        position: absolute;
        color: #000000;
        font-size: 29px;
        margin-top: -5px;
        left: 21px;
    }