/* COMMON  */
body {
    font-family: "Poppins", sans-serif;
    color: var(--main-brown);
    position: relative;
}

.info-text {
    padding: 15px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;

    background: #FFC700;
}

.info-text.transition {
    visibility: visible;
    opacity: 1;
    animation: hideInfoText 0s ease-in 5s forwards;
}

@keyframes hideInfoText {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.info-text h3 {
    text-align: center;
    margin: 0px 10px;
    color: #51280B;
    font-weight: 400;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
p,
li,
a {
    line-height: 1.3;
}

img {
    width: 100%;
}

.container {
    width: 95%;
    margin: 0 auto;
}

:root {
    --main-light: #F6F0EB;
    --main-yellow: #FFC700;
    --main-brown: #886750;
    --main-dark-brown: #51280B;
    --main-blue: #34709B;
    --main-black: #2b2b2b;
    --main-grey: #C4C2C3;
}

.swiper {
    height: fit-content;
}

img.logo {
    width: 70px;
    display: block;
    margin: 15px auto;
}

.promo-bar {
    background-color: var(--main-yellow);
    padding: 15px 15px 15px 40px;
    text-align: left;
    color: var(--main-dark-brown);
}

.nudy-sm-intro {
    margin: 10px 0px 15px 0px;
}

.nudy-sm-intro h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.nudy-sm-intro p {
    font-weight: 500;
    font-size: 16px;
}

.nudy-sm-intro span {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    display: block;
    margin: 15px 0px 10px 0;
    color: var(--main-dark-brown);
}

.nudy-sm-intro .intro-content {
    width: 80%;
    margin: 0 auto;
}

.nudy-sm-intro .intro-content .rating {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.nudy-sm-intro .intro-content .rating p {
    font-size: 12px;
}

.nudy-sm-intro .intro-content .rating img {
    width: 100px;
    margin-right: 8px;
}

.pBox {
    background-color: #F6F0EB;
    border: 1px solid #CFCFCF;
    border-radius: 16px;
    box-shadow: 4px 4px 16px rgba(17, 17, 17, 0.10);
    position: relative;
    margin: 15px 0px;
    color: var(--main-dark-brown);
}

.pBox input[type='radio'] {
    width: 20px;
    height: 20px;
    border: 1px solid var(--main-dark-brown);
}

.pBox input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.pBox input[type='radio']:checked:before {
    background: var(--main-dark-brown);
    border-color: var(--main-dark-brown);
}

.pBox input {
    position: absolute;
    right: 20px;
    top: 45px;
}

.sell-badge {
    background-color: #51280B;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    border-radius: 16px 16px 0px 0px;
    text-transform: uppercase;
}

.box-grid {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    align-items: center;
    padding: 10px 20px 10px 45px;
    margin-bottom: 20px;
}

.pBox .prices {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.pBox .old-price {
    color: #F61D4E;
    font-size: 15px;
    text-decoration: line-through;
}

.pBox .price {
    font-size: 24px;
    color: #111111;
    font-weight: bold;
}

.buy-get {
    padding: 0px 20px 10px 20px;
    margin-top: -15px;
}

.buy-get p {

    font-size: 16px;
}

.buy-get span {
    font-size: 10px;
    font-weight: 500;
}

.pBox.single .sell-badge {
    display: none;
}

.pBox.single input {
    top: 25px;
}

.pBox .box-grid {
    position: relative;
}

.pBox .box-grid .gift {
    mix-blend-mode: multiply;
    width: 40px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.pBoxActive {
    background-color: var(--main-yellow);
    border-color: var(--main-dark-brown);
}

.shipping-badges {
    padding: 15px;
    margin: 15px 0px;

}

.shipping-badges .container div {
    display: grid;
    grid-template-columns: 1fr 20px;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    text-align: center;
    background: #F8F8F8;
    margin: 10px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    column-gap: 5px;
}

.shipping-badges .container div span {
    display: flex;
    align-items: center;
}

.shipping-badges .container div p {
    color: rgb(43 43 43 / 58%);
    font-weight: 600;
    text-align: left;
}

.shipping-badges .container div span img {
    width: 30px;
    margin-right: 5px;
}

.addon .quantity-selector .price-old,
.addon .quantity-selector .price-new,
.addon .quantity-selector .discount {
    display: none;
}

.heater-content,
.spatula-content {
    border: 1px solid #CFCFCF;
    background: rgba(248, 248, 248, 0.76);
    padding: 15px;
    border-radius: 14px;
}

.heater-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding: 0px 30px;
}

.addon {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    column-gap: 5px;
    margin: 20px 0px;
}

.addon h3 {
    font-weight: 400;
    text-transform: uppercase;
}

.addon p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0px;
}

.addon .old-price {
    font-size: 12px;
    color: #F61D4E;
    text-decoration: line-through;
}

.addon .quantity-selector {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    align-items: center;
}

.addon .quantity-selector .quantity {
    grid-column: 2;
}

.addon .quantity-selector .quantity label {
    display: none;
}

.addon .quantity-selector .quantity {
    background-color: #ebebeb;
    padding: 5px;
    display: grid;
    grid-template-columns: 25px 30px 25px;
    justify-content: center;
    height: max-content;
    border-radius: 5px;
}

.addon .quantity-selector .quantity input {
    color: #886750;
    text-align: center;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;

}

.addon .quantity-selector .prices {
    grid-column: 1;
}

.addon .quantity-selector .price {
    font-size: 12px;
}

.addon .quantity-selector .price span {
    font-weight: 600;
    font-size: 16px;
}

.addon img {
    mix-blend-mode: multiply;
}

.addon .ml {
    font-size: 14px;
}

.addons h2,
.shower-line h2,
.bundles h2 {
    background-color: #539BCE;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    text-align: center;

}

.shower-line h3 {
    color: #886750;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.shower-line h3 span {
    font-weight: 300;
    display: block;
}

.shower-line .addon {
    background-color: #F9F9F9;
    border-radius: 14px;
    padding: 5px;
    grid-template-columns: 120px 1fr;
}

.shower-line .addon .addonBox{
   display:none;
}

.bundles-slider {
    padding: 30px 0px;
}

.bundles h2 {
    background-color: #F0184C;
}

.bundles .addonBox {
    display: none;
}

.bundles .add-to-cart,
.bundles .remove-from-cart {
    background-color: #FFC700;
    color: #51280B;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 9px;
    padding: 5px;
    width: 80%;
    margin: 15px auto;
    font-size: 14px;

}

.bundles .remove-from-cart {
    display: none;
    background: #51280B;
    color: white;
}

.bundles-slider .swiper-slide {
    background-color: #F9F9F9;
    border-radius: 9px;
    margin: 15px -5px;
    position: relative;
}

.bundles-slider .swiper-slide img {
    width: 80%;
    mix-blend-mode: multiply;
}

.bundles-slider .swiper-slide img.seller-badge {
    width: 115px;
    position: absolute;
    top: -30px;
    right: -15px;
    mix-blend-mode: normal;
    z-index: 10;
}

.bundles .swiper-slide span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #886750;
}

.bundles .prices {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.bundles .prices .old-price {
    color: #F0184C;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 13px;
    margin-right: 8px;
}

.bundles .prices .price {
    font-weight: 700;
}

.bundles .swiper-pagination-bullet-active {
    background-color: #51280B;
}

.order-summary {
    margin-top: 30px;
}

.order-summary h2 {
    font-size: 20px;
    padding: 0px 24px;
    color: #818181;
    text-align: center;
}

.summary-cart {
    padding: 15px 0px;
    margin: 15px 0px;
    background-color: rgba(246, 240, 235, 0.55);
}


#fa-cart-items {
    padding: 15px;
}


.fa-cart-remove-item {
    width: 8px;
    height: 8px;
    border: none;
    background: url(../images/close.png);
    background-size: 8px;
    margin-left: 5px;
    background-repeat: no-repeat !important;
}

.fa_cart_items_table {
    width: 100%;
}

.fa_cart_items_table tr td {
    vertical-align: middle;
}

.fa_cart_items_table tr td {
    text-align: center;
    font-size: 14px;
}

.fa_cart_items_table tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
}

.fa_cart_items_table tr td:first-child {
    grid-area: 1 / 1 / 3 / 2;
}

.fa_cart_items_table tr td:nth-child(2) {
    grid-area: 1 / 2 / 2 / 5;
    text-align: left;
    font-size: 13px;
    align-self: center;
}

.fa_cart_items_table tr td:nth-child(3) {
    grid-area: 2 / 2 / 3 / 4;
    text-align: left;
    font-size: 13px;
}

.fa_cart_items_table tr td:nth-child(4) {
    grid-area: 2 / 4 / 3 / 5;
    margin-left: -100px;
    text-align: left;
    font-size: 14px;
}

.fa_cart_items_table tr td:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
    text-align: left;
}

.fa_cart_items_table tr td:nth-child(6) {
    grid-area: 2 / 5 / 4 / 6;
    margin-left: -80px;
    text-align: left;
}

.fa_cart_items_table tr td:last-child {
    grid-area: 1 / 5 / 3 / 6;
    text-align: right;
    text-align: center;
    align-self: center;
}

.summary-table {
    margin: 0px auto;
    width: 80%;
}

.summary-table tr:nth-child(1) td:nth-of-type(2),
.summary-table tr:nth-child(2) td:nth-of-type(2) {
    text-align: right;
}

.summary-table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px;
    font-size: 15px;
}

.fa_cart_items_table img {
    height: 60px !important;
    mix-blend-mode: multiply;
}

#delivery td {
    color: #51280B;
    font-weight: 600;
}

#totalStep2 {
    margin: 10px 0px;
    border-top: 1px solid var(--main-dark-brown);
    padding-top: 8px;
    font-size: 16px;
}

#totalStep2 td {
    font-weight: 800;
    color: #51280B;
}

.coupon-section input {
    border: 1px solid #51280B;
    border-color: #51280B;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    height: 25px;

}

.coupon-section {
    width: 80%;
    margin: 15px auto;
    display: grid;
    align-items: stretch;
    column-gap: 4px;
    grid-template-columns: 1fr 0.5fr;
}

.btn.coupon {
    background-color: var(--main-yellow);
    border: none;
    outline: none;
    color: #51280B;
    border-radius: 5px;
}

.personal-info {
    padding: 30px 24px;
    /* background-color: rgba(217, 217, 217, 0.17); */
}

.order-details-title h2 {
    margin-bottom: 15px;
}

form div {
    position: relative;
    margin: 0 auto 10px auto;
}

form.user-info input,
form.user-info textarea {
    height: 30px;
    outline: none;
    font-size: 14px;
    border: 1px solid #09141C;
    background-color: transparent;
    width: 95%;
    border-radius: 10px;
    padding-left: 10px;
}

form input:focus,
textarea:focus,
form input:active,
textarea:active {
    background-color: white;
    border-color: #51280B;
}

form i {
    position: absolute;
    top: 0;
    left: 92%;
    top: 50%;
    transform: translate(0%, -50%);
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
}

form i.fa-circle-check {
    color: #4eb783;


}

form i.fa-circle-xmark {
    color: #F61D4E;
}

.incorrect-field i.fa-circle-xmark {
    opacity: 1;
}

.correct-field i.fa-circle-check {
    opacity: 1;
}

.correct-field i.fa-circle-xmark {
    display: none;
}


form.user-info input:focus {
    outline: none !important;
    border-color: #51280B;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

form.user-info input.incorrect,
form.user-info textarea.incorrect {
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-color: #F61D4E;
}

form.user-info input.correct,
form.user-info textarea.correct {
    border-color: #4eb783;
    background-color: white !important;
}

.payment-method {
    margin: 15px 0px;
}

.payment-method svg,
.payment-method label img {
    width: 32px;
    height: 26px;
}

.payment-method h2 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 0;
}

.payment-method label {
    width: 95%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between;
    flex-direction: row-reverse;
    border: 1px solid #7f7f7f66;

    margin: 0 auto 10px auto;
    border-radius: 10px;
}

.payment-method label span {
    font-size: 14px;

}

.payment-method li input:checked+label {
    border: 1px solid #51280B;
    background-color: white;
}


.payment-method input[type=radio] {
    display: none;
}


.submit-button-form {
    background-color: var(--main-yellow);
    font-weight: 700;
    color: var(--main-dark-brown);
    padding: 15px;
    text-transform: uppercase;
    /* box-shadow: -10px 0px 8.6px 6px var(--main-black); */
    display: block;
    margin: 15px auto 5px auto;
    width: 200px;
    text-align: center;
    border-radius: 9px;
    border: none;
    outline: none;
    font-size: 14px;


}

.button-container span {
    display: block;
    text-align: center;
}

.main-cta {
    background-color: var(--main-yellow);
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark-brown);
    padding: 15px;
    text-transform: uppercase;
    /* box-shadow: -10px 0px 8.6px 6px var(--main-black); */
    display: block;
    margin: 0 auto;
    width: 170px;
    text-align: center;
    border-radius: 9px;
}

.button-container span {
    font-size: 10px;
    margin-top: 5px;
}

.pp-badges {
    width: 80%;
    margin: 120px auto 0 auto;
    display: block;
}


footer {
    background-color: rgba(217, 217, 217, 0.17);
    text-align: center;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}

footer .logo {
    width: 100px;
}

footer a,
footer p {
    color: var(--main-brown);
    font-weight: 500;
    font-size: 14px;
}

footer p {
    margin-bottom: 5px;
    font-weight: 700;
}

footer a.contact-a {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .contact-links {
    margin-top: 15px;
}

footer .contact-links ul {
    display: grid;
    grid-template-columns: repeat(2, 40px);
    justify-content: center;
    column-gap: 15px;
    margin: 10px 0px;
}

footer .useful-links li {
    margin: 10px 0px;
}

.on-desktop {
    display: none;
}


.addons input.addonBox {
    display: none;
}

/* responsive 768 */

@media screen and (min-width: 768px) {

    .addons h2,
    .shower-line h2,
    .bundles h2 {
        font-size: 20px;
    }

    .addons .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }

    .shower-line .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
        align-items: stretch;
	margin: 20px auto;
    }

    .shower-line .addon {
        display: block;
        margin: 0px;
    }

    .shower-line .addon img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    .shower-line h3 {
        padding: 5px 15px;
    }

    .shower-line .addon p {
        text-align: center;
        padding: 5px 15px;
    }

    .addon .old-price {
        padding-left: 20px;
    }

    .addon .quantity-selector {
        margin-top: 0;
        padding: 0px 20px;
    }
}

/* responsive 992 */

@media screen and (min-width: 992px) {
    body {
        width: 80%;
        margin: 0 auto;
    }

    .on-mobile {
        display: none;
    }

    .on-desktop {
        display: block;
    }

    .promo-bar {
        text-align: center;
    }

    .promo-banner {
        margin: 15px 0px;
    }

    .main-gallery {
        margin-top: 15px;
    }

    .main-grid {
        display: flex;
        align-items: stretch;
    }

    .left-side {
        width: 50%;
        margin-right: 30px;
    }

    .nudy-sm-intro {
        margin-top: 10px;
    }

    .nudy-sm-intro .intro-content {
        margin-left: 0;
    }

    .nudy-sm-intro .intro-content .rating {
        justify-content: space-between;
    }

    .shipping-badges {
        background-color: transparent;
    }

    .shipping-badges .container {
        display: block;
    }

    .shipping-badges .container div {
        background-color: #F8F8F8;
        margin: 15px 0px;
        padding: 8px 15px;
        border-radius: 20px;
    }

    .shipping-badges .container div {
        justify-content: space-between;
        flex-direction: row;
    }

    .shipping-badges .container div p {
        display: flex;
        align-items: center;
    }

    .shipping-badges .container div img {
        width: 15px;
    }

    .shipping-badges .container div p img {
        width: 30px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .addons .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
        align-items: flex-start;
        margin: 30px 0px;
    }

    .addons .addon {
        margin: 0;
    }

    .addon h3 {
        font-size: 14px;
    }

.addon .ml {
    display: block;
    width: 50%;
    padding-left: 10px;
    text-align: center;
}


    .order-summary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        margin-top: 30px;
    }

    .cta-banner-2,
    .cta-banner {
        position: relative;
    }

    .cta-banner-2 h2,
    .cta-banner h2 {
        font-size: 27px;
        color: #34709B;
        position: absolute;
        left: 30%;
        top: 30%;
        width: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
    }

    .cta-banner h2 {
        color: white;
    }

    footer .container {
        justify-content: space-between;
        padding: 15px 0px;
        flex-direction: row;
    }
}

/* responsive 1200 */

@media screen and (min-width: 1200px) {

    .box-grid {
        grid-template-columns: 200px 1fr;
        margin-left: 15px;
    }

    .pBox .box-grid .gift {
        left: 0;
    }

    .addons .container {
        grid-template-columns: 400px 400px;
        justify-content: center;
    }

    footer {
        margin-top: 30px;
    }

    .useful-links {
        text-align: left;
    }

    .fa_cart_items_table tr td:nth-child(4) {
        margin-left: -180px;
    }
}

/* responsive 1400 */

@media screen and (min-width: 1400px) {
    img.logo {
        width: 150px;
    }

    .left-side,
    .main-grid .container {
        width: 530px;
    }


}


/* responsive 1600 */

@media screen and (min-width: 1600px) {

    body {
        width: 70%;
    }

    .cta-banner-2 h2,
    .cta-banner h2 {
        font-size: 37px;
    }
}

/* responsive 2000 */

@media screen and (min-width: 2000px) {

    body {
        width: 1200px;
    }
}

/* updated */
/* updated */
/* updated */