#product {
    padding: 46px 0 41px;
}

#product .swiper-button-next {
}

.product-left {
    margin-right: 30px;
    flex-basis: 685px;
    max-width: calc(100% - 515px);
    flex-shrink: 1;
    flex-grow: 0;
}

.product-image {
    width: 100%;
    margin-top: 4px;
}

.product-thumbs {
    margin-top: 29px;
}

.product-thumbs .circle.swiper-button-prev,
.product-thumbs .circle.swiper-button-next{
    width: 38px;
    height: 38px;
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 0;
    position: relative;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #dcdcdc;
}

.product-thumbs .circle.swiper-button-prev {
    margin-left: 0;
    margin-right: 45px;
}

.product-thumbs .circle.swiper-button-next {
    margin-right: 0;
    margin-left: 45px;
}

.product-thumbs .circle.swiper-button-prev:after,
.product-thumbs .circle.swiper-container-rtl .swiper-button-next:after,
.product-thumbs .circle.swiper-button-next:after,
.product-thumbs .circle.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.product-thumb {
    width: 103px;
    height: 77px;
}

.product-disclaimer {
    padding: 10px 10px 0;
}

.product-disclaimer p {
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px;
}

.product-right {
    flex-basis: calc(100% - 715px);
    flex-grow: 1;
}

.product-right p.price-cta {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 1px;
    font-weight: bold;
}

.product-right>h1.product-title {
    font-size: 29px;
    line-height: 32px;
    width: 390px;
    max-width: 100%;
    margin-bottom: 3px;
    margin-top: 0;
}

.price-main {
    position: relative;
    font-size: 66.5px;
}
.price-main sup {
    top: -0.8em;
}

.product-right p.product-sku {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 1em;
}

.product-price {
    font-size: 80px;
}

.price-or {
    margin: 0 35px 0 27px;
}

.product-buttons {
    margin-top: 27px;
}

.product-buttons .button {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    width: 100%;
}

.product-buttons button {
    margin-bottom: 15px;
}

.product-buttons .checkout-cart {
    border-width: 2px;
}

.product-terms {
    font-size: 15px;
    line-height: 22px;
    margin: 5px auto 19px auto;
}

.product-services {
    padding: 23px 15px 0 15px;
}

.product-services .product-service {
    padding: 0 10px;
}

.product-services p {
    margin-top: 0.625em;
    font-size: 13px;
}

#product-details .container {
    --content-width: 1347px;
}

#product-details ul {
    margin-top: 0;
}

#product-details ul li {
    padding: 0 58px 25px 58px;
    border-color: var(--dark-gray) !important;
}

#product-details .title {
    font-size: 26px;
    position: relative;
    padding: 25px 0 0 0;
}

.accordionjs .acc_section .acc_content {
    padding: 0 0 12px 0;
    max-width: 790px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#product-details .accordionjs .acc_section .acc_content ul {
    list-style-type: disc;
}

#product-details .accordionjs .acc_section .acc_content ul li {
    padding: 0 0 10px 5px;
}

#product-details .title::after {
    content: '';
    position: absolute;
    background-image: url('../../images/icons/accordion-arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 10.5px;
    top: 41px;
    right: 0;
}

/* Checkout - step 1 */
.checkout-step > p.roboto-bold {
    font-size: 26px;
    line-height: 1.192;
}
.checkout-step > p.roboto-bold + p {
    font-size: 14px;
}
.checkout-step form {
    width: 411px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 24px;
}

.product-detail .note {
    font-size: 13.5px;
    margin-top: -5px;
    flex-basis: 100%;
}

.product-detail .checkout-step .form-field input,
.product-detail .checkout-step .form-field select {
    height: 47px;
}

.checkout-step .form-field {
    margin-bottom: 15.5px;
}

.checkout-step .form-action {
    font-size: 0.875em;
}

.checkout-step .form-action [type="submit"].button {
    border: none;
    font-size: 17px;
    margin-top: 7px;
    height: 52.5px;
    line-height: 52.5px;
    width: 100%;
    max-width: 310px;
}

.checkout-step .form-field select {
    background-position: calc(100% - 17.5px) center;
    background-size: 14px 8.5px;
    background-image: url('../../images/icons/accordion-arrow.png');
}

.checkout-step .form-field input,
.checkout-step .form-field input::placeholder,
.checkout-step .form-field select,
.checkout-step .form-field select::placeholder {
    color: #000;
    font-size: 15px;
    text-indent: 15px;
    letter-spacing: 0.015em;
    border-color: #bbbbbb;
}

.checkout-step .form-field input:focus,
.checkout-step .form-field select:focus {
    border-color: var(--red);
}

.form-action.p0 {
    padding: 0;
}

#popup-wrong-zip .popup-content {
    width: 546px;
    height: 339px;
}

#popup-wrong-zip p {
    font-size: 1.125em;
}

#popup-wrong-zip p.bold {
    font-size: 4.5em;
    margin-bottom: 0;
}


.accordionjs .acc_section,
.accordionjs .acc_section .acc_head {
    border: none !important;
}

.accordionjs .acc_section {
    border-top: 1px solid #c7c7c7 !important;
    border-bottom: 1px solid #c7c7c7 !important;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: transparent !important;
}
@media screen and (max-width: 1200px) {
    #recently .slider-container {
        max-width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .product-right {
        font-size: 13px;
    }

    #recently .products-slider-control {
        top: 50%;
        z-index: 1;
        width: 100%;
        left: 0;
        margin-top: -19px;
        pointer-events: none;
    }

    #recently .favorite h5 {
        font-size: 1.75em;
    }

    #recently .favorite p {
        font-size: 1.25em;
    }

    #recently .products-slider-control .swiper-button-next,
    #recently .products-slider-control .swiper-button-prev {
        pointer-events: all;
        margin: 0 15px;
        background-color: #fff;
    }

    #recently .products-slider-control .swiper-button-prev {
        display: none;
    }

    .product-thumbs .circle.swiper-button-prev {
        margin-right: 20px;
    }

    .product-thumbs .circle.swiper-button-next {
        margin-left: 20px;
    }

    .product-thumbs .swiper-slide {
        width: calc(33.333% - 12px);
    }

    .product-thumb {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    #recently .favorite {
        height: 255px
    }
}

@media screen and (max-width: 767px) {
    #product>.container {
        flex-direction: column;
        align-items: center;
    }

    #product-details ul li {
        padding: 0 15px 25px 15px;
    }

    .product-left {
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 32px;
        max-width: 100%;
    }

    .product-thumbs .circle.swiper-button-prev,
    .product-thumbs .circle.swiper-button-next{
        display: flex;
    }

    .product-right {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-basis: auto;
    }

    .product-right p.price-cta {
        margin-bottom: 15px;
    }

    .product-right p.product-sku,
    .product-right p.price-cta,
    .product-buttons,
    .product-disclaimer {
        flex-basis: 100%;
    }

    .product-price {
        margin-top: 0;
        align-self: center;
    }
    #product-landing .product-price {
        align-self: flex-start;
    }

    .price-main .period {
        left: -2px;
    }

    .product-buttons {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .product-buttons>* {
        flex-basis: 100%;
    }

    .product-buttons br {
        display: none;
    }

    .product-buttons .button {
        width: 100%;
        margin: 0px auto;
        height: 47.5px;
        line-height: 47.5px;
        font-size: 18px;
    }

    .product-buttons .checkout-cart {
        height: 44px;
        line-height: 44px;
    }

    .product-buttons .button:first-child {
        margin-bottom: 13px;
    }

    .product-terms {
        margin-bottom: 0;
    }

    .product-services {
        margin: 20px -15px 0;
        padding-top: 21px;
        padding-bottom: 10px;
        border-color: var(--dark-gray);
        justify-content: center;
        gap: 27px 0;
    }

    .product-disclaimer {
        padding-top: 0;
    }

    #recently .slider-container {
        max-width: 100%;
        padding-left: 50px;
    }

    #recently .swiper-slide {
        width: fit-content;
    }

    #recently .products-slider.swiper-container {
        margin: 0;
    }

    #recently .container {
        flex-wrap: wrap;
    }

    #recently .favorite {
        padding: 35px;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 567px) {
    #product {
        padding: 15px 0 0;
    }

    .product-thumbs {
        margin-top: 10px;
    }

    .product-thumbs .circle.swiper-button-prev {
        margin-right: 25px;
    }

    .product-thumbs .circle.swiper-button-next {
        margin-left: 25px;
    }

    .product-thumb {
        width: 102px;
        height: 76px;
    }

    .product-thumbs .circle.swiper-button-prev,
    .product-thumbs .circle.swiper-button-next {
        width: 29px;
        height: 29px;
        padding: 0 12px;
    }

    .product-right p.price-cta {
        margin-top: 9px;
        margin-bottom: 13px;
    }

    .product-right h1.product-title {
        font-size: 24px;
        line-height: 27.5px;
        max-width: 300px;
        margin: 0 auto 10px auto;
    }

    .price-main {
        font-size: 47px;
    }

    .price-or {
        width: 22px;
        margin: 0 20px 0 26px;
    }

    .checkout-step form {
        margin-top: 4px;
    }

    .checkout-step .form-field {
        margin-bottom: 20px;
    }

    .checkout-step .form-action [type="submit"].button {
        margin-top: 13px;
        height: 50px;
        line-height: 50px;
        max-width: unset;
    }

    .product-detail .checkout-step .form-field input,
    .product-detail .checkout-step .form-field select {
        font-size: 13px;
        height: 43.5px;
    }

    .product-detail .note {
        font-size: 11px;
    }

    .product-right h1.product-title:nth-child(2) {
        font-size: 28px;
        line-height: 35px;
    }

    .product-right p.product-sku {
    }

    .product-price {
        font-size: 87px;
    }

    .product-buttons {
        flex-basis: 269px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 17px;
        margin-top: 0;
    }

    .product-services {
        flex-wrap: wrap;
    }

    .product-services .product-service {
        flex-basis: 100%;
        flex-direction: row;
        justify-content: start;
        padding-left: 0;
        text-align: left;
    }

    .product-services .product-service .image {
        flex-basis: 120px;
        flex-shrink: 0;
    }

    .product-services .product-service img {
        margin: 0 auto;
    }

    .product-services .product-service:nth-child(1) img {
        width: 57px;
    }

    .product-services .product-service:nth-child(2) img {
        width: 54px;
    }

    .product-services .product-service:nth-child(3) img {
        width: 54px;
    }

    .product-services p {
        font-size: 18px;
        line-height: 1.175;
    }

    .product-terms {
        font-size: 13px;
        margin: 30px auto 1em;
    }

    .product-disclaimer {
        padding: 0;
    }

    .product-disclaimer p {
        margin-top: 27px;
        font-size: 10px;
        line-height: 14px;
    }

    #product-details {
        padding: 20px 0 27px;
    }

    #product-details ul li {
        padding: 0 10px 20px 10px;
    }

    #product-details .title {
        font-size: 24px;
    }

    #product-details .title::after {
        top: 37px;
        right: -5px;
    }

    #recently {
        padding: 50px 0px;
    }

    .recently-head {
        justify-content: center;
        margin-bottom: 15px;
    }

    #recently h4 {
        font-size: 1.3125em;
        margin: 0;
    }

    #recently .favorite {
        padding: 20px;
    }

    #popup-wrong-zip .popup-content {
        width: 324px;
        height: 201px;
    }

    #popup-wrong-zip p {
        font-size: 0.7333em;
    }

    #popup-wrong-zip p.bold {
        font-size: 2.8em;
    }
}