:root {
    --sgx-product-features-border: 14px;
}
#product .tvproduct-page-wrapper .tvprduct-image-info-wrapper {
    padding-top: 10px;
}
#product .tvproduct-page-wrapper .tvprduct-image-info-wrapper {
    border: none;
}
.tvproduct-image-slider {
    border: 1px solid var(--sgx-third-color);
    border-radius: 20px 20px 20px 80px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.tvproduct-image-slider > .layer > i {
    font-size: 40px;
}
.features-container {
    width: 34px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tvprduct-image-info-wrapper .features-container {
    position: absolute;
    top: 14px;
    right: calc(16.66667% + 30px);
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}
.product-global-features {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.tv-product-page-content h1 {
    color: var(--sgx-text);
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
}
.product-ref {
    color: var(--sgx-secondary-color);
    font-weight: bold;
    font-size: 15px;
}
.product-prices {
    margin-bottom: 10px !important;
}
.product-prices {
    display: none;
}
#main:not(.hide-current-price) .product-prices {
    display: block !important;
}
.price-from-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}
.price-from-tax-excl {
    color: var(--sgx-primary-color);
    font-size: 32px;
    font-weight: bold;
}
.price-from-tax-incl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.from-label {
    font-size: 14px;
    color: var(--sgx-text);
    margin-bottom: 10px !important;
}
.both-prices {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tv-product-page-content .both-prices > .price {
    color: var(--sgx-primary-color);
    font-size: 32px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0;
    vertical-align: middle;
}
.both-prices .price_wt {
    font-size: 16px;
    font-weight: 600;
}
.theiaStickySidebar .tvproduct-page-decs {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}
.product-discounts > .product-discounts-title,
.product-discounts .product-discounts-contact {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.product-discounts-contact a {
    color: var(--sgx-primary-color);
}

/* Discounts */
.discounts-title-container {
    display: flex;
    width: 600px;
    justify-content: space-between;
    margin-bottom: 14px;
}
.product-discounts-title.primary {
    color: var(--sgx-primary-color);
}
#discounts-container {
    margin-bottom: 4px;
}
#discounts-container ul {
    display: inline-flex;
    color: var(--sgx-secondary-color);
    border: 1px solid var(--sgx-secondary-color);
    border-radius: 10px;
    font-size: 16px;
}
#discounts-container li {
    width: 150px;
}
#discounts-container li:not(:last-child) {
    border-right: 1px solid var(--sgx-secondary-color);
}
#discounts-container li:first-child .discounts-qties {
    border-top-left-radius: 10px;
}
#discounts-container li:last-child .discounts-qties {
    border-top-right-radius: 10px;
}
#discounts-container li div  {
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
}
#discounts-container li .discounts-qties {
    background: var(--sgx-secondary-color);
    color: #fff;
    font-weight: 600;
}
#discounts-container li .discounts-price.for-all {
    border-bottom: 1px solid #ededed;
}
#discounts-container li > div:nth-child(3) {
    color: var(--sgx-primary-color);
    border-top: 1px solid var(--sgx-secondary-color);
}
.product-discounts {
    margin-bottom: 30px;
}
.product-discounts p.h6 {
    font-size: 14px;
    color: var(--sgx-text);
}
/* Colors */
.product-variants > .product-variants-item label:hover span {
    border-color: #ededed;
}
.input-color:checked + span,
.input-color:hover + span,
.product-actions .input-container label span {
    color: #ededed !important;
}
.product-variants .control-label {
    text-transform: none !important;
    font-size: 13px !important;
    color: var(--sgx-text);
}
.product-add-to-cart > .product-quantity {
    align-items: center;
}
.product-add-to-cart > .product-quantity > .control-label {
    text-transform: none;
    color: var(--sgx-text);
}
.product-variants > .product-variants-item.color > .control-label {
    align-self: flex-start;
}
.product-variants ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product-variants ul > li {
    margin: 0 0 5px !important;
}
.product-variants > .product-variants-item label {
    width: auto;
    height: auto;
}
.product-variants > .product-variants-item.color label input[checked="checked"]:checked + span {
    color: #ededed;
    border-color: #ededed;
}
.product-variants > .product-variants-item.radio label input[checked="checked"]:checked + span {
    border-color: var(--sgx-third-color);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.product-variants ul > li label > span.color {
    position: relative;
}
.product-variants ul > li label > .color > .material-icons.rtl-no-flip.checkbox-checked {
    margin: 0;
    top: calc(50% - 9px) !important;
    left: calc(50% - 9px) !important;
}
.product-variants > .product-variants-item.color ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.product-variants > .product-variants-item.color ul li > label {
    display: flex;
    justify-content: center;
}

.product-add-to-cart .tv-product-page-add-to-cart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tvprduct-image-info-wrapper,
.tv-product-page-image,
.product-cover {
    padding: 0 !important;
}

/* Add to cart */
.product-add-to-cart .add-to-cart {
    color: #fff;
    background: var(--sgx-primary-color);
    padding: 12px 30px;
    border-radius: 26px;
    display: flex;
    font-weight: bold;
    margin: 0;
    max-width: 230px;
    text-transform: none;
    box-shadow: none;
    font-size: 16px;
    align-items: center;
    gap: 5px;
}

/* Delivery date */
.estimated_delivery_date {
    background: var(--sgx-third-color-lighter);
    padding: 16px 14px;
    border-radius: 10px;
    color: var(--sgx-secondary-color);
    font-weight: bold;
    font-size: 18px;
}
.estimated_delivery_date .estimated_delivery_date_value {
    color: var(--sgx-primary-color) !important;
}
.estimated_delivery_date .media-body {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

/* Reinsurance */
#product #block-reassurance ul {
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
}
#product #block-reassurance ul li {
    min-width: unset;
}
#product #block-reassurance ul li > .block-reassurance-item {
    display: flex;
    flex-direction: column;
    max-width: 90px;
    align-items: center;
    text-align: center;
    border: none;
    padding: 0;
}
#block-reassurance img {
    width: auto;
    margin: 0;
}
#product #block-reassurance ul li > .block-reassurance-item .block-title {
    height: 50px;
    align-items: center;
    display: flex;
    text-transform: none !important;
    color: var(--sgx-text) !important;
}

/* Product descriptions */
.nav-tabs .nav-link {
    padding: 0;
}
.tabs.tvproduct-description-tab #tab-content {
    margin-bottom: 50px;
}
.tvproduct-description-tab .nav-tabs .nav-item .nav-link h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--sgx-secondary-color);
}
.tvproduct-description-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    margin: 0;
    border: none;
}
.tabs .nav-tabs .nav-link {
    margin-bottom: -2px !important;
}
.tvproduct-description-tab .nav-tabs .nav-item .nav-link.active h2 {
    color: var(--sgx-primary-color);
}
#tab-content {
    border: none;
    padding: 30px 0 !important;
    border-top: 1px solid #ccc;
}
/* Product features */
#product-details {
    padding-top: 30px;
}
.product-features-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
}
.product-features-content {
    border: 1px solid #ccc;
    border-radius: var(--sgx-product-features-border);
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
}
div.product-feature {
    display: flex;
    color: var(--sgx-secondary-color);
}
table.product-features-content {
    border-collapse: separate;
    border-spacing: 0;
}
table tr.product-feature {
    color: var(--sgx-secondary-color);
}
table tr.product-feature:not(:last-child) td {
    border-bottom: 1px solid #ccc !important;
}
.product-feature-cell {
    width: 50%;
    padding: 10px 20px;
}
.product-feature:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.product-feature-cell:not(:last-child) {
    border-right: 1px solid #ccc;
}
.product-feature-cell.feature-name {
    background: #ddeeed;
    font-weight: 600;
}
.product-feature:first-child .product-feature-cell.feature-name {
    border-top-left-radius: var(--sgx-product-features-border);
}
.product-feature:last-child .product-feature-cell.feature-name {
    border-bottom-left-radius: var(--sgx-product-features-border);
}
.product-feature-cell.feature-name h3 {
    font-size: 14px;
    color: var(--sgx-secondary-color);
    margin-bottom: 0;
}

/* Cross selling */
body#product #product_page-purchasedtogether .slick-track {
    padding: 30px 0;
}
body#product #product_page-purchasedtogether article {
    /*min-width: 400px;*/
}
body#product #product_page-purchasedtogether .product-variants {
    display: none;
}
body#product .product-description {
    min-height: 50px;
}
body#product .product-description p,
body#product .product-description ul li {
    color: var(--sgx-text);
    font-size: 16px;
}
body#product .product-description h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--sgx-text);
}
body#product article:last-child .tvproduct-wrapper {
    border-bottom-right-radius: var(--sgx-bigger-radius);
}
body#product .ets_crosssell_list_blocks {
    padding: 0 30px;
}
/* Product list */
body#product .full-width-wrapper {
    position: relative;
    margin: 100px 0 200px;
}
body#product .full-width-content {
    background: var(--sgx-third-color-lighter);
    padding: 20px 30px 0;
    position: relative;
    z-index: 1;
}
body#product .full-width-wrapper > .yellow-wave-top,
body#product .full-width-wrapper > .yellow-wave-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
}
body#product .full-width-wrapper > .yellow-wave-top {
    top: 0;
    transform: translateY(-100%);
    max-height: 190px;
    z-index: -1;
}
body#product .full-width-wrapper > .yellow-wave-bottom {
    bottom: 0;
    transform: translateY(100%);
}
body#product .full-width-wrapper > .yellow-wave-top svg,
body#product .full-width-wrapper > .yellow-wave-bottom svg {
    display: block;
    width: 100%;
    height: auto;
}
body#product .ets_crosssell_title {
    font-family: Inter;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: var(--sgx-secondary-color);
    margin-bottom: 30px;
}
body#product .ets_crosssell_title > span {
    color: var(--sgx-primary-color);
}
article.item.product-miniature .tvproduct-name.product-title h2 {
    font-size: 16px;
    letter-spacing: 0;
}
#product_page-purchasedtogether article.item.product-miniature .tvproduct-name.product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
article.item.product-miniature .product-reference {
    color: #1D2351;
    font-weight: bolder;
    font-size: 12px;
    margin-bottom: 6px;
}
article .tvproduct-wrapper .product-overlay {
    position: absolute;
    top: 0;
    background: var(--sgx-secondary-color);
    height: 100%;
    width: 100%;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
}
article .tvproduct-wrapper:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}
.tvproduct-info-box-wrapper {
    position: relative;
}
.product-hover-actions {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    gap: 14px;
}
article .tvproduct-wrapper:hover .product-hover-actions {
    z-index: 1;
}
.product-hover-actions > a.go-to-product {
    color: var(--sgx-secondary-color);
    background: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 600;
}
.product-hover-actions .hover-add-to-cart .btn.add-to-cart.tvproduct-add-to-cart {
    color: #fff;
    background: var(--sgx-primary-color);
    padding: 10px 30px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 220px;
}
.tvproduct-image {
    position: relative;
}
.tvproduct-image > .product-hover-infos {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px 10px;
    color: #fff;
}
.tvproduct-image > .product-hover-infos p,
.tvproduct-image > .product-hover-infos ul li {
    color: #fff;
}
article .tvproduct-wrapper:hover .product-hover-infos {
    z-index: 1;
}
.tvproduct-image > .product-hover-infos .hover-name {
    font-size: 16px;
    margin-bottom: 20px
}
.tvproduct-image > .product-hover-infos .hover-name a {
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.product-hover-infos .hover-flags {
    text-align: center;
    margin-bottom: 10px;
}
.product-hover-infos .hover-flags .product-flag {
    display: inline-block;
}
.tvproduct-image > .product-hover-infos .hover-desc ul {
    list-style-type: disc;
    padding-left: 30px;
}
.tvproduct-image > .product-hover-infos .hover-desc ul li {
    margin-bottom: 10px;
}
/*
body#product .ets_crosssell_block {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px;
}
.tvproduct-image {
    position: relative;
}
.tvproduct-image > .product-hover-infos {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 80px 20px 10px;
    color: #fff;
}
article .tvproduct-wrapper:hover .product-hover-infos {
    z-index: 1;
}
.tvproduct-image > .product-hover-infos .hover-name {
    font-size: 16px;
    margin-bottom: 20px
}
.tvproduct-image > .product-hover-infos .hover-name a {
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.tvproduct-image > .product-hover-infos .hover-desc ul {
    list-style-type: disc;
    padding-left: 30px;
}
.tvproduct-image > .product-hover-infos .hover-desc ul li {
    margin-bottom: 10px;
}
*/

/* Zoom */
.modal-dialog {
    max-width: 930px;
}
.modal-body > figure {
    width: 800px;
}
.modal-body > aside {
    width: calc(100% - 800px) !important;
}
.modal-body > figure > img {
    width: 800px;
}
.modal-body > figure > figcaption {
    display: none;
}
aside#thumbnails > div.js-modal-mask {
    max-height: none !important;
}
#product-modal {
    max-height: 820px;
    margin-top: 50px;
}
#product-modal .modal-body {
    gap: 20px;
}
#product-modal .modal-body > figure {
    margin-bottom: 0;
}
#product-modal .modal-body > figure > img {
    border-radius: 20px;
}
#product-modal > .modal-dialog {
    max-width: 920px;
}
#product-modal > .modal-dialog > .modal-content {
    border-radius: 20px 20px 100px 20px;
    height: 100%;
}
#product-modal .modal-content .modal-body .product-images img {
    border-color: var(--sgx-third-color);
    border-radius: 14px;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: var(--sgx-primary-color) !important;
}
.product-flag {
    display: block;
    padding: 12px 40px;
    background: var(--sgx-third-color);
    border-radius: 20px;
    color: var(--sgx-secondary-color);
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0 0 10px;
}
#product_page-purchasedtogether .product-flag {
    text-transform: uppercase;
    font-size: 10px;
    padding: 8px 20px;
}

#blockcart-modal .quantity-and-price {
    display: none;
}

.tvproduct-title-brandimage.mobile-only {
    margin-bottom: 30px;
    display: none;
}
.tvproduct-title-brandimage.mobile-only .product-title-mobile {
    font-size: 24px;
    font-weight: 600;
    color: var(--sgx-text);
}


.combination-availability {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #009951;
    font-weight: bold;
}
.combination-availability.unavailable {
    color: #bb2649;
    font-weight: 600;
}
.combination-availability.unavailable .availability-info {
    color: #000;
}
.combination-availability.unavailable .availability-info a {
    text-decoration: underline;
}
.product-add-to-cart .tvcart-btn-model {
    display: flex;
    flex-direction: column;
}
#product-availability {
    background: none;
    font-size: 16px;
}
.tvall-inner-btn.add-to-cart.disabled {
    background: #ebedf0;
}
.tvall-inner-btn.add-to-cart.disabled > svg,
.tvall-inner-btn.add-to-cart.disabled > span {
    color: #c3c4c4;
}

/* Responsive */
@media (max-width: 1349px) {
    #block-reassurance ul {
        max-width: 300px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 1260px) {
    .discounts-title-container {
        display: flex;
        flex-direction: column;
    }
    #discounts-container ul {
        flex-direction: column;
    }
    #discounts-container ul li {
        width: 300px;
        display: flex;
        flex-direction: row;
    }
    #discounts-container li:not(:last-child) {
        border-right: unset;
    }
    #discounts-container li > div:nth-child(3) {
        border-top: unset;
    }
    #discounts-container li:last-child .discounts-qties {
        border-top-right-radius: unset;
        border-bottom-left-radius: 10px;
    }
    #discounts-container li:not(:last-child) .discounts-price {
        border-bottom: 1px solid var(--sgx-secondary-color);
    }
    #discounts-container li .discounts-price {
        border-left: 1px solid var(--sgx-secondary-color);
    }
    #discounts-container ul li > div {
        width: 50%;
    }
}
@media (max-width: 1024px) {
    .tvproduct-title-brandimage.mobile-only {
        display: block;
    }
    .tvproduct-title-brandimage {
        display: none;
    }
    #block-reassurance ul {
        max-width: unset;
    }
}
@media (max-width: 991px) {
    body#product #product_page-purchasedtogether article {
        min-width: unset;
    }
    #product_page-purchasedtogether > .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 905px) {
    .product-features-container {
        flex-direction: column;
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
    .images-container .product-cover {
        width: 100%;
    }
    .tv-product-page-content h1 {
        padding-right: 0;
    }
    .images-container .tvvertical-slider .product-images {
        max-height: 160px !important;
    }
}