button.btn,
a.btn,
input.btn {
    border-radius: 6.25rem;
}

button.btn.has_width,
a.btn.has_width,
input.btn.has_width {
    width: 9.375rem;
}

.custom-form input:not(.form-control)[type="number"],
.promo-code-wrap .promo-input,
.promo-code-wrap .btn-promo,
.login-modal .form-control,
.register-modal .form-control,
.login-modal .modal-content-inner,
.register-modal .modal-content-inner,
.login-modal .btn-google,
.register-modal .btn-google,
.single-product-summary .product-quantity .jcf-number,
.jcf-select,
form.lost_reset_password .form-control,
form.woocommerce-form-login .form-control,
.header-wishlist-box .product-item .btn-add-cart,
.form-control,
.modal .stock-alert-row .form-control,
.jcf-number,
.user-info-container button.button {
    border-radius: 100px;
}

.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
.subscribe_field label.checkbox .fake-input,
.custom-checkbox .fake-input,
.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
    border-radius: .09375rem;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
    border-radius: 10px;
}

.subscribe_field label.checkbox .fake-input input[type="checkbox"]:checked ~ .fake-input:before,
.custom-checkbox .fake-input input[type="checkbox"]:checked ~ .fake-input:before {
    opacity: 1;
    visibility: visible;
}

.login-modal .modal-form-holder .btn,
.register-modal .modal-form-holder .btn {
    height: calc(1.875rem + 2px);
}

.login-modal .d-flex .form-group .form-control,
.register-modal .d-flex .form-group .form-control {
    border-radius: 0 100px 100px 0;
}

.login-modal .d-flex .btn,
.register-modal .d-flex .btn {
    border-radius: 100px 0 0 100px;
}

.login-modal .btn-google,
.register-modal .btn-google {
    border-radius: 100px;
}

.login-modal .floating_input_wrap .form-control,
.login-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control {
    border-radius: 100px;
}

.register-modal .social-login {
    padding: .8125rem 0 0;
}

.custom-form input:not(.form-control)[type="number"],
.promo-code-wrap .promo-input,
.promo-code-wrap .btn-promo,
.login-modal .form-control,
.register-modal .form-control,
.login-modal .modal-content-inner,
.register-modal .modal-content-inner,
.login-modal .btn-google,
.register-modal .btn-google,
.single-product-summary .product-quantity .jcf-number,
.jcf-select,
form.lost_reset_password .form-control,
form.woocommerce-form-login .form-control,
.header-wishlist-box .product-item .btn-add-cart,
.form-control,
.btn.btn-next-step,
button.btn#place_order,
.promo-code-main button.btn-promo,
.coupon-code-input .promo-input,
.checkout-billing-container .select2-container--default .select2-selection--single,
.checkout-billing-container input.input-text,
.gift-card-box .gift-text textarea,
.shipping-address-box #order_comments_field textarea {
    border-radius: 100px;
}

.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
.subscribe_field label.checkbox .fake-input,
.custom-checkbox .fake-input,
.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
    border-radius: .09375rem;
}

.section-title {
    letter-spacing: 0;
    font-weight: 700;
}

.login-modal .modal-form-holder .btn,
.register-modal .modal-form-holder .btn {
    height: calc(1.875rem + 2px);
}

.login-modal .d-flex .form-group .form-control,
.register-modal .d-flex .form-group .form-control {
    border-radius: 0 100px 100px 0;
}

.login-modal .d-flex .btn,
.register-modal .d-flex .btn {
    border-radius: 100px 0 0 100px;
}

.login-modal .btn-google,
.register-modal .btn-google {
    border-radius: 100px;
}

.login-modal .floating_input_wrap .form-control,
.login-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control {
    border-radius: 100px;
}

#header {
    box-shadow: none;
}

.logo {
    width: 3.3125rem;
}

del .amount {
    color: rgba(0, 0, 0, .2);
}

.product-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item .product_type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-item .product_type .variations {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item .product_type .variations .product-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item .product-img {
    background: #fff;
    margin-bottom: 0;
}

.product-item .product-img .normal-image {
    padding-bottom: 100%;
}

.product-item .product-title {
    font-weight: 300;
}

.product-item .product-title a:hover {
    color: #f1ede8;
}

.product-item span.price,
.product-item .product-price {
    margin-bottom: 0;
    font-size: 13px;
}

.product-item span.price br,
.product-item .product-price br {
    display: none;
}

.product-item .product-detail {
    padding-top: .5625rem;
}

.product-item a.btn-icon-var {
    top: 1px;
}

.product-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.story-circles-row:not(.slick-initialized) .story-col {
    padding-bottom: 14px;
}

.story-circles-row .story-col .story-title {
    font-weight: 300;
}

.collection-banner {
    background: #f8f8f8;
    padding-inline: 0;
}

.collection-banner .collection-content .collection-inner {
    font-weight: 300;
}

.collection-banner .text {
    word-break: unset;
    line-height: 1.5;
}

.collection-banner .btn {
    margin-top: .875rem;
    width: 6.875rem;
}

.home-layout-three .box-title {
    color: #000;
}

.home-layout-three .col-item:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.home-layout-three .box-content {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}

.home-layout-three .box-content .box-title {
    font-weight: 700;
    font-size: 1.25rem;
}

.home-layout-three .content-position-top .box-content .box-title {
    margin-block: .625rem .5rem;
}

.home-layout-three .btn {
    padding: 0;
    font-weight: 300;
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #000;
}

.bottom-benefit-section .benefit-col {
    background: #f8f8f8;
    border-radius: 3.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
}

.bottom-benefit-section .benefit-col:nth-child(3) .ico-wrap img {
    height: .8125rem;
}

.bottom-benefit-section .title-text {
    font-weight: 300;
}

.review-iframe-section {
    margin-bottom: 1.5625rem;
    padding-inline: .75rem;
}

.contact-form-holder .form-control {
    border-radius: 0;
}

.single-product-detail .single-slider-wrapper .single-product-slider .img-wrap {
    padding-bottom: 100%;
}

.single-product-detail .single-slider-wrapper .pagination-slider .img-wrap-pagination {
    padding-bottom: 100%;
}

.checkout-container .checkout-address-row:has(wc-order-attribution-inputs) {
    position: relative;
}

.checkout-container .checkout-address-row wc-order-attribution-inputs {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.order-cancel-form .input-field-item.floating_input .form-control {
    border-radius: 0;
}

.order-cancel-form .order-form-row #cancel_order_billing_amount_field .form-control,
.order-cancel-form .order-form-row #cancel_order_purchase_date_field .form-control {
    border-radius: 0;
    text-align: right;
}

.footer-layout-default:not(.home) #footer {
    box-shadow: none;
}

.footer-middle .widget-title {
    font-weight: 700;
    font-size: .9375rem;
}

.footer-newsletter {
    background: transparent;
}

.footer-newsletter .form {
    max-width: 39.4375rem;
}

.footer-newsletter .widget-title {
    font-weight: 700;
    font-size: .9375rem;
    margin-bottom: .9375rem;
    line-height: 1.2;
}

.footer-newsletter .input-row {
    position: relative;
}

.footer-newsletter .input-wrap {
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.footer-newsletter .btn-submit,
.footer-newsletter .form-control {
    height: calc(1.75rem + 2px);
}

.footer-newsletter .form-control {
    border-radius: 0 6.25rem 6.25rem 0;
    background: #fff;
    border-color: #fff;
    padding-left: 2.1875rem;
    border-left: none;
}

.footer-newsletter .btn-wrap {
    margin-right: 0;
    -ms-flex-preferred-size: 4.6875rem;
    flex-basis: 4.6875rem;
    max-width: 4.6875rem;
    position: relative;
    z-index: 2;
}

.footer-newsletter .check-wrap label input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
    background: #fff;
    border-color: #000;
    color: #000;
}

.footer-newsletter .check-wrap label .wpcf7-list-item-label {
    font-size: .6875rem;
}

.footer-newsletter .check-wrap label .wpcf7-list-item-label:before {
    width: 1rem;
    height: 1rem;
    border-radius: 1.5px;
    color: #000;
    border-color: #000;
    background: #fff;
}

.footer-gift .widget-title {
    text-align: right;
}

.footer-gift .footer-gift-info img {
    width: 5.3125rem;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    button.btn.has_width,
    a.btn.has_width,
    input.btn.has_width {
        width: 13.75rem;
    }

    .subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
    .custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
    .subscribe_field label.checkbox .fake-input,
    .custom-checkbox .fake-input,
    .woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
    .footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
        border-radius: 3px;
    }

    .jcf-select .jcf-select-drop .jcf-select-drop-content {
        border-radius: 20px;
    }

    .subscribe_field label.checkbox .fake-input,
    .custom-checkbox .fake-input {
        width: 18px;
        height: 18px;
    }

    .login-modal .modal-form-holder .btn,
    .register-modal .modal-form-holder .btn {
        padding: 7px 10px;
        height: 40px;
    }

    .register-modal .social-login {
        padding: 12px 0 0;
    }

    button.btn.has_width,
    a.btn.has_width,
    input.btn.has_width {
        min-width: 8.75rem;
    }

    .subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
    .custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
    .subscribe_field label.checkbox .fake-input,
    .custom-checkbox .fake-input,
    .woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
    .footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
        border-radius: 3px;
    }

    .login-modal .modal-form-holder .btn,
    .register-modal .modal-form-holder .btn {
        padding: 7px 10px;
        height: 40px;
    }

    .search-product-wrapper .product-row .product-col {
        max-width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .product-item .product-title {
        margin-bottom: 10px;
    }

    .product-item span.price,
    .product-item .product-price {
        font-size: 18px;
    }

    .product-item .product-detail {
        text-align: center;
        padding: 18px 0 0;
    }

    .collection-banner .text {
        padding-bottom: 13px;
    }

    .collection-banner .img-wrap,
    .collection-banner .collection-content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .collection-banner .btn {
        margin-top: 14px;
    }

    .home-layout-three .box-content .box-title {
        font-size: 20px;
    }

    .home-layout-three .content-position-top .box-content .box-title {
        margin-block: 14px 11px;
    }

    .bottom-benefit-section .benefit-col {
        height: 60px;
    }

    .bottom-benefit-section .benefit-col:nth-child(2) .ico-wrap img {
        height: 19px;
    }

    .bottom-benefit-section .benefit-col:nth-child(3) .ico-wrap img {
        height: 17px;
    }

    .bottom-benefit-section .title-text {
        font-size: 16px;
    }

    .review-iframe-section {
        margin-bottom: 40px;
        padding-inline: 20px;
    }

    .coupon-code-input {
        -ms-flex-preferred-size: calc(100% - 54px);
        flex-basis: calc(100% - 54px);
        max-width: calc(100% - 54px);
        margin-left: -21px;
    }

    .footer-middle .widget-title {
        font-size: 20px;
    }

    .footer-newsletter {
        padding-block: 24px;
    }

    .footer-newsletter .container {
        padding-block: 8px;
    }

    .footer-newsletter .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-newsletter .input-wrap {
        -ms-flex-preferred-size: calc(100% - 109px);
        flex-basis: calc(100% - 109px);
        max-width: calc(100% - 109px);
        margin-left: -20px;
    }

    .footer-newsletter .btn-submit,
    .footer-newsletter .form-control {
        height: 45px;
        line-height: 1.5;
    }

    .footer-newsletter .btn-wrap {
        -ms-flex-preferred-size: 109px;
        flex-basis: 109px;
        max-width: 109px;
    }

    .footer-newsletter .check-wrap label .wpcf7-list-item-label {
        font-size: 12px;
    }

    .footer-newsletter .check-wrap label .wpcf7-list-item-label:before {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .footer-bottom {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .footer-gift .footer-gift-info img {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shop_table .cart_item .cart-item-actions {
        width: 68px;
    }
}

@media (min-width: 992px) {
    button.btn,
    a.btn,
    input.btn {
        font-size: 1rem;
        padding-block: 10px;
    }

    .logo {
        width: 4.875rem;
    }

    #primary-nav .primary-menu > li > a {
        font-size: 16px;
    }

    .story-circles-row .story-col .logo-item {
        padding-inline: 20px;
    }

    .story-circles-row .story-col .story-title {
        margin-inline: -10px;
    }

    .home-layout-three .box-content .box-title {
        font-size: 24px;
    }

    .bottom-benefit-section .benefit-row {
        gap: 70px;
    }

    .review-iframe-section {
        padding-inline: 45px;
    }

    .coupon-code-input {
        -ms-flex-preferred-size: calc(100% - 93px);
        flex-basis: calc(100% - 93px);
        max-width: calc(100% - 93px);
        margin-left: -27px;
    }

    .footer-newsletter .container {
        max-width: 925px;
    }

    .footer-newsletter .widget-title {
        font-size: 24px;
    }

    .footer-newsletter .check-wrap label .wpcf7-list-item-label {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-gift {
        -ms-flex-preferred-size: 12.5rem;
        flex-basis: 12.5rem;
        max-width: 12.5rem;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        margin-bottom: 50px;
    }

    .review-iframe-section {
        padding-inline: 60px;
    }

    .footer-newsletter .widget-title {
        font-size: 26px;
    }
}

@media (min-width: 1300px) {
    .bottom-benefit-section {
        padding-inline: 125px;
    }

    .review-iframe-section {
        padding-inline: 75px;
    }
}

@media (min-width: 1440px) {
    .story-circles-row:not(.slick-initialized) .story-col {
        -ms-flex-preferred-size: 11.1111%;
        flex-basis: 15.1111%;
        max-width: 15.1111%;
    }
}

@media (max-width: 767.98px) {
    .home-layout-three,
    .best-selling-section,
    .collection-banner,
    .story-layout-section,
    .bottom-benefit-section.home_layout {
        margin-bottom: 1.875rem;
    }

    .best-selling-section .products-row .product-col {
        padding: 0 .9375rem 0 0;
    }

    .collection-banner .collection-content {
        padding: 1.875rem;
        font-size: .75rem;
    }

    .collection-banner .text p {
        margin-bottom: 0;
    }

    .home-layout-three {
        padding-inline: .9375rem;
    }

    .home-layout-three .col-item {
        margin-bottom: 1.25rem;
    }

    .bottom-benefit-section .benefit-col:nth-child(1) .ico-wrap img {
        height: 1.25rem;
    }

    .bottom-benefit-section.home_layout .benefit-col {
        margin-bottom: .9375rem;
    }

    .review-iframe-section iframe {
        height: auto;
        min-height: 320px;
    }

    .footer-middle {
        padding-block: 1.9375rem 0;
    }

    .footer-newsletter .container {
        padding-block: .5rem;
        padding: .6875rem;
    }

    .footer-newsletter .btn-submit,
    .footer-newsletter .form-control {
        font-size: .75rem;
        line-height: 1.34;
    }

    .footer-newsletter .btn-wrap {
        position: absolute;
        left: 0;
        width: 5.65625rem;
    }

    .footer-bottom .payment-info img {
        height: .9375rem;
    }

    .footer-contact-info ul > li {
        padding: .0625rem 0 .5rem;
    }
}