.product-grid {
    /* border-radius: 15px; */
    /* border: 1px solid #e7e7e7; */
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.product-grid:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    transform: scale(1.015);
}

.product-grid .product-image {
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-discount-label,
.cart-discount {
    color: #ffffff;
    display: inline-block;
    background: #fecd3f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 2px;
}

.cart-discount {
    color: #ffffff !important;
    font-size: 10px;
    line-height: 1.4;
}

.product-grid .product-discount-label {
    position: absolute;
    top: 12px;
    left: 12px;
}

.product-grid .product-links {
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
    top: 50%;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #2c2c2c;
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: #78a206;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-links li a:after {
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
    display: block;
}

.product-grid .product-content {
    padding: 12px 12px 15px;
    position: relative;
}

.rating {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 0;
}

.rating li {
    color: #feab3f;
    font-size: 10px;
}

.product-grid .title {
    min-height: 40px;
}

.product-grid .cat-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.product-grid .cat-title a {

    font-weight: 800;
}

.product-grid .prod-title {
    font-size: 12px;
    font-weight: 300;
    min-height: 40px;
    color: #9e9e9e;
    line-height: 1.4;
}

.product-grid .price {
    font-size: 20px;
    font-weight: 700;
    display: block;
    transition: all 0.4s ease-in-out;
}

.product-grid .price span {
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}

.product-grid .add-to-cart:hover {
    background-color: #2f2f2f;
}

.product-grid .price-and-stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-grid:hover .add-to-cart {
    opacity: 1;
    bottom: 8px;
}

@media screen and (max-width:1200px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

section.product-detail .qte,
section.product-detail .select-variation,
section.product-detail .selection-photos {
    padding: 15px 0px;
}


section.product-detail h3 {
    font-size: 18px;
    margin-bottom: 15px;
}


/* section.product-detail h3:before
    {
      content:"•";
      font-size: 30px;
      position: absolute;
      margin-left: -15px;
      margin-top: -6px;
    } */

section.product-detail .prod-select-variation {
    max-width: 350px;
    font-size: 16px;
}



.qteMoins,
.qtePlus,
.prod-qte {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: black;
    border: solid 1px black;
    width: 25px;
    height: 40px;
    max-height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

section.product-detail .prod-qte {
    padding: 0;
    margin: 0;
    height: auto;
    background: transparent;
    border-radius: 0;
    width: 45px;
    border-left: none;
    border-right: none;
}

section.panier .qte {
    min-width: 120px;
    text-align: right;
}


p.price small {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}



#popin-replace-img img {
    max-width: 100%;
}

img.galery-img {
    cursor: pointer;
    border: 6px solid #fff;
    transition: border-color 0.2s;
}

img.galery-img:hover {
    border: 6px solid #95c5cb;
}

section.product-detail hr {
    border-top: 1px solid #000000;
    margin-left: 0;
}


.gallery-list {
    /* height: 55vh; */
    overflow: auto;
    margin-top: 10px;
}

.gallery-list img {
    width: 100%;
}

.gallery-list .col {
    padding-left: 8px;
    padding-right: 8px;
}

#gallery-list figure {
    text-align: center;
    margin-bottom: 0px;
}

#gallery-list a {
    display: inline-block;
    background-color: #FECD3F;
    border-radius: 50%;
    width: 30px;
    padding-top: 5px;
    height: 30px;
    color: white;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

#gallery-list a:hover {
    background-color: #477377;
}

.single-product-gallery .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.single-product-nav .single-product-slide-nav {
    cursor: pointer;
}


.product-detail .description p {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.product-detail .description ul,
.product-detail .description ul li {
    list-style: none;
    font-family: 'Inter', sans-serif;
}

.product-detail .description ol {
    font-family: 'Inter', sans-serif;
}

.product-detail .description ul li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #2BBEE2;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: -15px;
}

.product-detail .description h2 {
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;

}

.productContentTitle h1 {
    color: black;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    font-family: "Inter";
}

.product-detail .description {
    position: relative;
    max-height: 245px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-detail .description.white-gradient:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    /* so the text is still selectable */
}

.product-list .description,
.product-list .description p,
.product-list .description ul li p {
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

.productPriceItem {
    font-size: 22px;
}

.productPriceItem small {
    font-size: 60%;
}

.productRefItem {
    font-weight: 300;
    font-size: 14px;
}

.productUnitItem {
    font-weight: 300;
    font-size: 12px;
}

.productContentPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productContentPrice p {
    margin: 0;
}

.productOrderContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.product-detail .qte {
    display: flex;
}

section.product-detail .btn {
    padding: 7px 25px;
    min-width: 260px;
}

.productPictoContent img {
    width: 25px;
}

.productPictoContent p {
    font-size: 12px;
    font-weight: 300;
}

.productAdContainer {
    position: relative;
    margin-top: 10px;
    height: 395px;
    max-width: 100%;
    background-size: cover;
    padding: 25px;
    display: flex;
    justify-content: end;
    align-items: end;
    background-position: -30px;
}

.productAdContainer h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.productAdContainer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.box-gel-pads-membership {
    min-height: 460px;
}

.box-gel-pads-membership>div {
    background-position: center center;
    background-size: cover;
}

@media (max-width: 576px) {
    .productOrderContent {
        flex-direction: column;
    }
}

.lt {
    font-size: 70%;
    font-weight: 400;
    text-decoration: line-through;
}

.title-page-category {
    font-size: 45px;
    font-weight: 700;
    word-break: break-word;
    line-height: 1;
}

.cat-list .title-page-category {
    font-size: 40px;
    letter-spacing: -1px;
}

.product-list .product-detail .description {
    max-height: none;
}

/* SUBSCRIPTION PRODUCT CARD */

.subscription-desc p {
    margin: 0;
    line-height: 1.2;
}

.subscription-desc p.subscription-title {
    font-size: 20px;
    font-weight: 700;
}

.subscription-desc p.subscription-price-per-month {
    font-size: 24px
}

.subscription-desc p.subscription-price-per-month small {
    font-size: 60%;
}

.subscription-desc p.subscription-saved-amount {
    color: #2BBEE2;
    font-size: 12px;
}

.subscription-desc p.subscription-short-desc,
.subscription-desc p.subscription-total-period {
    font-size: 12px;
    line-height: 1.6;
}

.productVideo.abonnement .text {
    padding: 30px 20px;
    padding-right: 60px;
    overflow: auto;
}

.productVideo.abonnement .text h2,
.productDetails.abonnement h2 {
    font-size: 32px;
    font-weight: 600;
}



.productVideo.abonnement p {
    font-family: 'Inter', sans-serif;
}

.productDetails.abonnement h3 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.productBtn,
.productContentDesc {
    min-height: 70px;
}


.productTitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.6;
}

.productDesc {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.6;
}

.alert-code-promo-used {
    background-color: #d4edda;
    color: #155724;
    padding: 4px;
    border-radius: 4px;
}