.border-gray {
    border-color: #bbb;
}

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

#product .swiper-button-next {
    transform: scale(-1);
}

.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-top: 6px;
}

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

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

.product-right p.price-cta {
    font-size: 18px;
    margin-bottom: 23px;
    margin-top: 1px;
    text-transform: uppercase;
}

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


.price {
    line-height: 1;
    margin: -0.22em auto 0;
}

.price-main {
    position: relative;
    font-size: 88.5px;
}

.price-main sup {
    font-size: 43%;
    top: -.75em;
}

.price-main sup.decimal {
    font-size: 53%;
    top: 3px;
    vertical-align: baseline;
}

.price-main .period {
    font-size: 56%;
    top: -4px;
    position: relative;
    left: -4px;
}

.pd-price {
    margin-bottom: 15px;
    margin-top: 15px;
}

.pd-price p {
    font-size: 5.53125em;
    line-height: 1;
}

.pd-price sup {
    font-size: 60%;
}

.pd-price sub {
    font-size: 26%;
    bottom: 0.4em;
}

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

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

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

.product-buttons button.addto {
    padding-top: 5px;
    border: 2px solid var(--dark-blue);
}

.product-buttons .checkout-cart {
    background-color: #fff;
    border: 2px solid var(--yellow);
    color: #000;
}

.product-terms {
    font-size: 15px;
    margin: 2px auto 22px auto;
}

.product-services {
    padding: 23px 15px 15px 15px;
    border-color: #dcdcdc;
    align-items: flex-start;
}

.product-services .product-service {
    padding: 0 20px;
    flex: 1;
}

.product-services p {
    margin-top: 10px;
    font-size: 11px;
    color: #000;
}

.product-services img {
    max-width: 55px;
    height: auto;
}

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

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

#product-details ul li {
    padding: 0 58px 25px 58px;
    border-color: #dcdcdc !important;
}

#product-details ul li p {
    font-family: "mr-eaves-xl-modern";
}

#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;
}

.accordionjs .acc_section .acc_content ul {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 0;
}

.accordionjs .acc_section .acc_content ul li {
    padding: 0 !important;
}

#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;
}

.category-product {
    height: 318px;
    flex-grow: 1;
}

.category-product .products-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.category-product .products-details {
    height: 80px;
}

.category-product .products-details span {
    margin-top: 12px;
}

/* Checkout - step 1 */
.checkout-step .l1 {
    font-size:26px;
    line-height:31px;
}
.checkout-step .l2{
    font-size:14px;
    line-height:21px;
}
.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 {
    width: 310px;
    height: 53px;
    font-size: 17px;
    margin-top: 20px;
}

.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');
    border: 0;
}

.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;
}

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

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

.checkout-step .form-field input,
.checkout-step .form-field select {
    height: 45px;
}

#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;
}

#trending .swiper-button-next,
#trending .swiper-button-prev {
    top: 50%;
}

#trending {
    border-bottom: 0;
    margin: 0;
}

#trending .category-product {
    height: 100%;
}

#trending .swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
}


.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;
}

#product-details ul.accordionjs li.acc_section:last-child {
    border-bottom:0 !important;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: transparent !important;
}

.checkout-step .form-field input,
.checkout-step .form-field select {
    width: 100%;
    padding: 0.2em 0 0;
}


@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 {
        align-self: center;
        left: 0;
    }

    .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 button.addto {
        height: 45px;
        line-height: 45px;
    }

    .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 0 0 0;
        padding-top: 32px;
        padding-bottom: 10px;
        justify-content: center;
        gap: 22px 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-image a img {
        width: 45px;
    }

    .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: 37px;
        height: 37px;
        padding: 0 12px;
    }

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

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

    .checkout-step .l1 {
        font-weight:800;
    }

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

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

    .checkout-step .form-action [type="submit"].button {
        margin-top: 13px;
        font-size: 18px;
        height: 48px;
        line-height: 48px;
        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 {
        margin-bottom: 20px;
    }

    .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: 85px;
        flex-shrink: 0;
    }

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

    .product-terms {
        font-size: 14px;
        margin: 10px auto 30px auto;
    }

    .product-disclaimer {
        padding: 0;
    }

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

    #product-details {
        padding: 37px 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;
    }

    .category-product {
        height: 318px;
    }

    .products-details .products-title {
        font-size: 17px;
    }

    .category-product .products-details {
        height: 80px;
        padding: 0 15px;
    }

    .category-product .products-details span {
        margin-top: 0;
    }

    #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;
    }

    #trending .nav-wrap {
        margin: 0;
    }

    #trending .text-center.mb4.pb4 {
        padding: 0;
        margin-bottom: 40px;
    }

}