.header-section .left-col {}

body {
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

img {
    outline: none !important;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.elementor-widget-wrap .elementor-widget-wrap {
    padding: 0 !important;
}

.header-section .left-col .header-logo-col {
    padding-right: 30px;
    /* max-width: 300px; */
    max-width: 200px;
}

.header-section .left-col .header-logo-col,
.header-section .left-col .header-menu-col {
    width: auto;
    transition: 0.3s all ease-in-out;
}

.header-section .left-col .search-bar-col {
    max-width: 330px;
    width: 100%;
    padding-right: 30px;
    transition: 0.3s all ease-in-out;
}

.header-section .left-col .search-bar-col .hfe-search-form__container,
.header-section .left-col .search-bar-col .elementor-shortcode {
    position: relative;
}

.header-section .left-col .search-bar-col .hfe-search-form__container .hfe-search-submit {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    min-width: 24px;
}

.header-section .left-col .search-bar-col .hfe-search-form__container input.hfe-search-form__input {
    padding-left: 40px;
    padding-right: 25px;
}

.header-section .left-col .search-bar-col .product-search-form {
    position: relative;
}

.header-section .left-col .search-bar-col .product-search-form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #303030;
    font-size: 16px;
    position: absolute;
    top: 9px;
    left: 15px;
}

.header-section .left-col .search-bar-col .product-search-form .product-search-field {
    padding-left: 40px;
    padding-right: 25px;
    border-radius: 50rem;
    border: 1px solid #303030;
    outline: none;
}

.header-section .left-col .search-bar-col .product-search-form span.product-search-field-clear {
    font-size: 20px;
    height: inherit;
    top: 5px;
    bottom: auto;
}

div.product-search-results-content {
    border: 1px solid rgb(48 48 48 / 15%);
    border-radius: 20px;
}

.product-search-results table.search-results tr:not(:last-child) {
    border-bottom: 1px solid rgb(48 48 48 / 15%);
}

.product-search-results table.search-results td.product-info .description,
.product-search-results table.search-results td.product-info span.price,
.product-search-results table.search-results td.product-info .wps_add_to_cart {
    display: none;
}


.product-search-results table.search-results td.product-info span.title {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}

.product-search-results table.search-results td {
    vertical-align: middle !important;
    font-size: 14px;
    padding: 6px 10px !important;
}

.product-search-results table.search-results td.product-info {
    padding-left: 10px;
}

.product-search-results table.search-results td.product-info span.title:hover {
    text-decoration: none;
    color: #8B2334;
}

.product-search-results table.search-results td a {
    color: #303030;
}

.product-search-results table.search-results td a:hover {
    color: #8B2334;
}

.product-search-results table.search-results td a>* {
    text-decoration: none !important;
}

.product-search-results table.search-results tr:hover {
    background-color: #f4f4f4;
}

.header-section .left-col .header-menu-col {}

.header-section .left-col .header-menu-col .hfe-nav-menu>li a {
    position: relative;
}

.header-section .left-col .header-menu-col .hfe-nav-menu>li a:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #8B2334;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.header-section .left-col .header-menu-col .hfe-nav-menu>li:hover a:before,
.header-section .left-col .header-menu-col .hfe-nav-menu>li.current_page_item a:before {
    width: 34px;
    opacity: 1 !important;
}

.header-section .right-col .header-account-block {
    width: auto;
    margin-bottom: 0;
    margin-right: 12px;
    transition: 0.3s all ease-in-out;
}

.header-section .right-col .header-fund-box {
    width: auto;
    margin-bottom: 0;
    margin-right: 12px;
    display: flex;
    transition: 0.3s all ease-in-out;
}

.header-section .right-col .header-fund-box .ywf_fund_av .ywf_fund_message {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400 !important;
    border-radius: 50rem;
    padding: 7px 15px;
    min-width: 96px;
    height: 40px;
    color: #000;
    border: 1px solid #303030;
}

.header-section .right-col .header-fund-box .ywf_fund_av .ywf_fund_message .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600 !important;
}

.header-section .right-col .header-cart-block {
    width: auto;
    transition: 0.3s all ease-in-out;
}

.header-section .right-col .header-account-block .header-account-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400 !important;
    border-radius: 50rem;
    padding: 7px 15px;
    min-width: 96px;
    height: 40px;
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
}
.header-section .right-col .header-account-block .header-account-link:hover {
    /* background-color: #8B2334;
    border-color: #8B2334; */
    color: #8B2334;

}

.header-section .right-col .header-account-block .header-account-link img {
    width: 40px;
}


.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button {
    border-radius: 50rem;
    padding: 7px 7px 7px 20px;
    min-width: 96px;
    height: 40px;
    color: #000;
    border-color: #303030;
}


.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button .elementor-button-icon {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}


.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button .elementor-button-icon .elementor-screen-only {
    position: static;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    color: #303030;
}


.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button .elementor-button-icon i {
    display: none;
}


.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button .elementor-button-icon .elementor-button-icon-qty {
    content: attr(data-counter);
    min-width: 24px;
    height: 24px;
    line-height: 1;
    border-radius: 100%;
    color: #ffffff;
    background-color: #8b2334;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}



.header-cart-block .elementor-menu-cart__main {
    max-width: 480px;
    width: 90%;
}

.header-cart-block .elementor-menu-cart__main .elementor-menu-cart__close-button:after,
.header-cart-block .elementor-menu-cart__main .elementor-menu-cart__close-button:before {
    height: 2px;
    background-color: #303030;
    width: 80%;
}


.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content {}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product {
    padding-right: 40px;
    border-color: #f4f4f4;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-name a {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-name .variation {
    display: none;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-price {
    color: #303030;
    font-weight: 400;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-name a:hover {
    color: #8b2334;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove {
    bottom: auto;
    top: 35%;
    right: 10px;
    border-color: #8b2334;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove:before,
.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove:after {
    background-color: #8b2334;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__subtotal {
    border-color: #f4f4f4;
    margin-top: auto;
}

.header-cart-block .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__subtotal strong {
    font-weight: 600;
}

.header-cart-block .elementor-menu-cart__footer-buttons {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}

.header-cart-block .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: transparent !important;
    color: #303030;
    letter-spacing: 0.66px;
}

.header-cart-block .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    color: #8b2334;
}

.header-cart-block .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #8B2334;
    border-radius: 50rem;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.66px;
    color: #fff;
    border: 2px solid #8B2334;
}

.header-cart-block .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    color: #8B2334;
    background-color: #fff;
}





.footer-col .footer-logo img {
    max-height: 100px;
    margin-left: -10px;
}

.footer-col .footer-logo {
    margin-bottom: 0;
}

/* .caregory-section .elementor-widget-wrap .elementor-widget-wrap {
    padding: 15px !important;
} */

.categories-grid-section .elementor-container {
    flex-wrap: wrap;
}

.category-item-col {
    padding: 15px;
    width: 25% !important;
    flex-wrap: wrap;
}

.category-item-col .elementor-widget-wrap {
    position: relative;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    border-radius: 20px;
}

.category-item-col .elementor-widget-wrap:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
}

.category-item-col .elementor-widget-wrap .img-box {
    margin-bottom: 0;
    height: 250px;
    overflow: hidden;
}

/* .category-item-col .elementor-widget-wrap .category-heading {
    position: static;
}

.category-item-col .elementor-widget-wrap .category-heading a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8B2334A6;
    position: absolute;
    bottom: 0;
    height: auto;
    min-height: 60px;
    transition: 0.3s all ease-in-out;
    
}

.category-item-col .elementor-widget-wrap:hover .category-heading a {
    height: 100%;
} */

.category-item-col .elementor-widget-wrap .img-box img {
    height: 250px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.category-item-col .elementor-widget-wrap:hover .img-box img {
    transform: scale(1.1);
    border-radius: 0;
}

.category-item-col .elementor-widget-wrap:hover .category-heading h4 {
    color: #8b2334;
}




.category-section .home-category-product-block {}

.category-section .home-category-product-block ul.products {
    grid-column-gap: 30px !important;
}

.category-section .home-category-product-block ul.products li.product {}

.category-section .home-category-product-block ul.products li.product a {
    position: relative;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    background-color: #f1f1f1;
    height: 100%;
}

.category-section .home-category-product-block ul.products li.product a:hover {
    background-color: #f4f4f4;
    /* transform: translateY(-15px); */
    /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09); */

}

.category-section .home-category-product-block ul.products li.product a .img-box {
    height: 250px;
    overflow: hidden;
    display: block;
    border: 2px solid #f9f9f9;
    border: 2px solid #f1f1f1;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
}

.category-section .home-category-product-block ul.products li.product a img {
    height: 250px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    border: none;
    margin-bottom: 0;
}

.category-section .home-category-product-block ul.products li.product a:hover .img-box {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color: #f4f4f4;
}

.category-section .home-category-product-block ul.products li.product a:hover .img-box img {
    transform: scale(1.1);
    border-radius: 0;
}

.category-section .home-category-product-block ul.products li.product a .woocommerce-loop-category__title {
    padding: 20px 15px 20px 15px;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.66px;
    text-align: center;
    transition: 0.3s all ease-in-out;
}

.category-section .home-category-product-block ul.products li.product a:hover .woocommerce-loop-category__title {
    color: #8b2334;
}

.category-section .home-category-product-block ul.products li.product a .woocommerce-loop-category__title .count {
    display: none;
}

.category-section .home-category-product-block ul.products li.product a .btn-box {
    display: block;
    padding: 0 15px 20px;
    margin-top: auto;
}

.category-section .home-category-product-block ul.products li.product a button.view-product-btn {
    background-color: #fff;
    border: 2px solid #8B2334;
    color: #8B2334;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    width: 100%;
    border-radius: 50rem;
    letter-spacing: 0.66px;
    text-transform: capitalize;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.category-section .home-category-product-block ul.products li.product a:hover button.view-product-btn {
    color: #fff;
    background-color: #8B2334;
}








.contact-page-section .desc-box {
    max-width: 70%;
    margin: 0 auto;
}

.contact-info-section .info-box {
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
}


.contact-info-section .info-box:hover .elementor-icon {
    color: #8b2334 !important;
    fill: #8b2334 !important;
    border-color: #8b2334 !important;
    border-radius: 50%;
}

.contact-info-section .info-box:hover .elementor-icon-box-title {
    color: #8b2334;
}

.contact-info-section .info-box .elementor-icon-box-description a {
    color: #303030;
}

.contact-info-section .info-box:hover .elementor-icon-box-description a {
    color: #8b2334;
}

.contact-form-section form .gform-body input {
    height: 52px;
}

.contact-form-section form .gform-body input,
.contact-form-section form .gform-body textarea {
    border: none !important;
    border-radius: 0;
    background-color: rgba(48, 48, 48, 0.05);
    border-left: 5px solid #000 !important;
    padding: 10px 18px !important;
    resize: none;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    transition: 0.3s all ease-in-out !important;
}

.contact-form-section form .gform-body input::placeholder,
.contact-form-section form .gform-body textarea::placeholder {
    font-size: 16px;
    color: rgba(48, 48, 48, 0.5);
}

.contact-form-section form .gform-body input:focus,
.contact-form-section form .gform-body input:hover,
.contact-form-section form .gform-body input:active,
.contact-form-section form .gform-body textarea:focus,
.contact-form-section form .gform-body textarea:hover,
.contact-form-section form .gform-body textarea:active {
    /* background-color: rgba(48, 48, 48, 0.12); */
    border-left-color: #8B2334 !important;
}


.contact-form-section form .gform_footer {
    text-align: center;
}

.contact-form-section form .gform_footer input[type="submit"] {
    background-color: #fff;
    border: 2px solid #8b2334;
    color: #8b2334;
    text-transform: uppercase;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    height: 52px;
    width: 150px;
    border-radius: 8px;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.contact-form-section form .gform_footer input[type="submit"]:hover {
    color: #fff;
    background-color: #8b2334;
}

.gform_wrapper form .gfield_validation_message,
.gform_wrapper form .validation_message {
    background: transparent;
    border: none;
    margin-top: 5px;
    padding: 0px !important;
    font-size: 14px !important;
}

.gform_wrapper.gravity-theme form .instruction {
    display: none !important;
}

.gform_wrapper .gform_validation_errors {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.gform_wrapper .gform_validation_errors>h2 {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
    position: static;
}



.account-login-section {
    padding: 60px 0;
    text-align: center;
    min-height: calc(100vh - 424px);
}

.account-reset-section {
    padding: 60px 0;
    min-height: calc(100vh - 424px);
}

.account-reset-section form p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    margin: 0 auto 20px;
}

.account-login-section h2 {
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.66px;
}

.account-login-section form.woocommerce-form,
.account-reset-section form {
    max-width: 560px;
    margin: 32px auto;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 9%);
    border: none;
    border-radius: 20px;
    padding: 30px;
}

.account-login-section form.woocommerce-form p.form-row,
.account-reset-section form p.form-row {
    margin-bottom: 15px;
}

.account-reset-section form .woocommerce-form-row {
    width: 100%;
    float: none;
}

.account-login-section form.woocommerce-form .woocommerce-form-row label,
.account-reset-section form .woocommerce-form-row label {
    font-size: 16px;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
}

.account-login-section form.woocommerce-form .woocommerce-form-row input,
.account-reset-section form .woocommerce-form-row input {
    border: none !important;
    border-radius: 0;
    background-color: rgba(48, 48, 48, 0.05);
    /* border-left: 5px solid #000 !important; */
    padding: 10px 18px !important;
    resize: none;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    transition: 0.3s all ease-in-out !important;
    height: 48px;
}

/* .account-login-section form.woocommerce-form .woocommerce-form-row input:focus,
.account-login-section form.woocommerce-form .woocommerce-form-row input:hover,
.account-login-section form.woocommerce-form .woocommerce-form-row input:active,
.account-reset-section form .woocommerce-form-row input:focus,
.account-reset-section form .woocommerce-form-row input:hover,
.account-reset-section form .woocommerce-form-row input:active {
    border-left-color: #8B2334 !important;
} */

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label input {
    position: absolute;
    opacity: 0;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label {
    position: relative;
    margin-bottom: 10px;
}




.account-login-section form.woocommerce-form .form-row .woocommerce-form__label span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label span:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #303030;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: 0.3s all ease-in-out;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label input:checked+span:before {
    border-color: #8B2334;
    background-color: #8B2334;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label span:after {
    content: "";
    height: 7px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 5px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-form__label input:checked+span:after {
    opacity: 1;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-button,
.account-reset-section form .form-row .woocommerce-Button {
    background-color: #8b2334;
    border: 2px solid #8b2334;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    width: 100%;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.account-login-section form.woocommerce-form .form-row .woocommerce-button:hover,
.account-reset-section form .form-row .woocommerce-Button:hover {
    color: #8b2334;
    background-color: #fff;
}

.account-login-section form.woocommerce-form p.form-row:nth-child(3) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.account-login-section form.woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0;
}

.account-login-section form.woocommerce-form .woocommerce-LostPassword a {
    font-size: 16px;
    color: #8b2334;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

.account-login-section form.woocommerce-form .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}




.main-account-page .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

.main-account-page .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.main-account-page .woocommerce-MyAccount-navigation ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: rgb(48 48 48 / 20%);
}

.main-account-page .woocommerce-MyAccount-navigation ul li {
    position: relative;
    list-style: none;
    padding: 10px;
}

.main-account-page .woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: #8b2334;
    z-index: 1;
}

.main-account-page .woocommerce-MyAccount-navigation ul li a {
    color: #303030;
    font-weight: 400;
}

.main-account-page .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #8b2334;
    font-weight: 500;
}

.main-account-page .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin: 50px 0;
    color: #303030;
}



.main-account-page .woocommerce-MyAccount-content p a {
    color: #303030;
    text-decoration: underline;
}

.main-account-page .woocommerce-MyAccount-content p a:hover {
    color: #8b2334;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form {
    margin: 0 0 20px;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form form p {
    position: relative;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form form p .ywf_currency_symbol {
    position: absolute;
    top: 9px;
    font-weight: 600;
    left: 15px;
    margin: 0;
    color: #8b2334;
    font-size: 20px;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form form p input.ywf_deposit {
    height: 48px;
    border-radius: 0;
    border: none;
    background-color: rgb(48 48 48 / 5%);
    padding-left: 38px;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form form input[type="submit"],
.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields button,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,
.main-account-page .woocommerce-MyAccount-content .ywf_summary form .add_a_deposit_button,
.main-account-page .woocommerce-MyAccount-content .history_funds .filter_container .ywf_button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.main-account-page .woocommerce-MyAccount-content .ywf_make_a_deposit_form form input[type="submit"]:hover,
.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields button:hover,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover,
.main-account-page .woocommerce-MyAccount-content .ywf_summary form .add_a_deposit_button:hover,
.main-account-page .woocommerce-MyAccount-content .history_funds .filter_container .ywf_button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}


.main-account-page .woocommerce-MyAccount-content .woocommerce-Address:not(:last-child) {
    margin-bottom: 20px;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    background-color: rgb(48 48 48 / 5%);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title:before,
.main-account-page .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title:after {
    display: none;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
    margin: 0;
    float: none;
    font-size: 24px;
    font-weight: 500;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit {
    float: none;
    color: #8b2334;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    padding: 20px 25px;
    border: 1px solid rgb(48 48 48 / 5%);
    color: #303030;
}



.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row,
.checkout-main-block form.woocommerce-checkout .form-row {
    margin-bottom: 10px;
}


.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row.form-row-first,
.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row.form-row-last,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-first,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-last,
.checkout-main-block form.woocommerce-checkout .form-row.form-row-first,
.checkout-main-block form.woocommerce-checkout .form-row.form-row-last {
    width: 49%;
}


.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label,
.checkout-main-block form.woocommerce-checkout .form-row label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 25px;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input,
.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input,
.main-account-page .woocommerce-MyAccount-content .ywf_summary form .ywf_amount_input_container input,
.main-account-page .woocommerce-MyAccount-content .history_funds .filter_container select,
.checkout-main-block form.woocommerce-checkout .form-row input,
.checkout-main-block form.woocommerce-checkout .form-row select {
    height: 48px;
    background-color: rgb(48 48 48 / 5%);
    border: none;
    border-radius: 0;
}

.checkout-main-block form.woocommerce-checkout .form-row textarea {
    background-color: rgb(48 48 48 / 5%);
    border: none;
    border-radius: 0;
    resize: none;
    min-height: 150px;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input+span,
.checkout-main-block form.woocommerce-checkout .form-row input+span {
    font-size: 14px;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single,
.checkout-main-block form.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 0;
    border: 0;
    background-color: rgb(48 48 48 / 5%);
    display: flex;
    align-items: center;
    width: 100%;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout-main-block form.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout-main-block form.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin-bottom: 20px;
    border: 2px solid rgb(48 48 48 / 5%);
}

.main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    padding: 0 5px;
}

.main-account-page .woocommerce-MyAccount-content .ywf_product_image {
    border: 1px solid rgb(48 48 48 / 5%);
}

.main-account-page .woocommerce-MyAccount-content .ywf_summary {
    padding-top: 0;
}

.main-account-page .woocommerce-MyAccount-content .ywf_summary h3 {
    font-size: 24px;
    margin-top: 0;
}

.main-account-page .woocommerce-MyAccount-content .history_funds .filter_container select {
    margin-bottom: 20px;
}







.cart-main-section .woocommerce {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cart-main-section .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.cart-main-section form.woocommerce-cart-form table.shop_table {
    border: none;
    border-collapse: collapse;
}

.cart-main-section form.woocommerce-cart-form table.shop_table th,
.cart-main-section form.woocommerce-cart-form table.shop_table td {
    border: none;
    background-color: transparent;
}

.cart-main-section form.woocommerce-cart-form table.shop_table tr {
    border-bottom: 1px solid rgb(48 48 48 / 20%);
}

.cart-main-section form.woocommerce-cart-form table.shop_table td {
    height: 110px;
    padding: 20px 15px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td a.remove {
    color: #303030 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    font-size: 20px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td a.remove:hover {
    color: #fff !important;
    background-color: #8b2334;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.product-thumbnail {
    min-width: 200px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 180px;
    max-width: 100%;
    object-fit: contain;
}

.cart-main-section form.woocommerce-cart-form table.shop_table th {
    font-size: 16px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td {
    color: #303030;
    font-size: 16px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td a {
    display: block;
    color: #303030;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td a:hover {
    color: #8b2334;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.product-quantity .quantity .qty {
    width: 60px;
    padding: 5px;
    height: 48px;
    border-radius: 0;
    border: none;
    background-color: rgb(48 48 48 / 5%);
}


.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon {
    position: relative;
    float: left;
    width: calc(100% - 250px);
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon input {
    height: 48px;
    width: 100%;
    border: 1px solid rgb(48 48 48 / 20%);
    border-radius: 50rem;
    /* background-color: rgb(48 48 48 / 5%); */
    padding: 5px 160px 5px 16px;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon button {
    position: absolute;
    right: 4px;
    top: 4px;
    /* transform: translateY(-50%); */
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    min-width: 100px;
    max-width: 150px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon~.button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon~.button:disabled {
    pointer-events: none;
}

.cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon~.button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}


.cart-main-section .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.cart-main-section .cart-collaterals .cart_totals h2 {
    margin-top: 0;
    font-size: 24px;
}

.cart-main-section .cart-collaterals .cart_totals table.shop_table {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid rgb(48 48 48 / 20%);
}

.cart-main-section .cart-collaterals .cart_totals table.shop_table th,
.cart-main-section .cart-collaterals .cart_totals table.shop_table td {
    border: none;
    background-color: transparent;
}

.cart-main-section .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th,
.cart-main-section .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
    font-size: 16px;
    font-weight: 600;
}

.cart-main-section .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.cart-main-section .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    border-top: 1px solid rgb(48 48 48 / 20%);
    border-bottom: 1px solid rgb(48 48 48 / 20%);
    font-size: 18px;
}

.cart-main-section .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    background-color: #fff;
    border: 2px solid #8B2334;
    color: #8B2334;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 20px;
    height: 60px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.cart-main-section .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    color: #fff;
    background-color: #8B2334;
}




/* .single-product-main-section nav.woocommerce-breadcrumb {
    display: none;
} */

.single-product-main-section .woocommerce-notices-wrapper {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 20px;
}

.single-product-main-section .site-main {
    max-width: 100% !important;
}

.single-product-main-section .product-img-content-section {
    display: flex;
    background-color: #f4f4f4;
    padding: 90px 0;
}

.single-product-main-section .product-img-content-section .woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100% !important;
}


.single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs {
    min-width: 100px;
}



.single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
}

.single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1 !important;
    border: 1px solid rgb(48 48 48 / 20%);
}

.single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 1px solid #8b2334;
}

.single-product-main-section .product-img-content-section .entry-summary {
    width: 100% !important;
}

.single-product-main-section .product-img-content-section .entry-summary .product_title {
    color: #303030;
}

.single-product-main-section .product-img-content-section .entry-summary .price {
    font-size: 24px;
    margin: 10px 0 40px;
    color: #303030;
}

/* .single-product-main-section .product-img-content-section .entry-summary form.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch:after {
    content: "" !important;
    height: 44px;
    width: 44px;
    border: 2px solid #8b2334 !important;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
} */

.single-product-main-section .product-img-content-section .entry-summary form.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before {
    content: "";
    border: none !important;
    border-left: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    height: 8px;
    width: 18px;
    transform: rotate(-45deg);
    top: 14px !important;
    left: 10px !important;
    z-index: 1;
}
.single-product-main-section .product-img-content-section .entry-summary form.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch:after {
    content: "" !important;
    height: 44px;
    width: 44px;
    border: 3px solid #f9f9f9 !important;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    outline: 3px solid #8B2334;
    border-radius: 0;
}

.single-product-main-section .product-img-content-section .entry-summary form.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch:hover:after,
.single-product-main-section .product-img-content-section .entry-summary form.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch.selected:after {
    opacity: 1;
}



.single-product-main-section .product-img-content-section .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 8px;
    transition: 0.3s all ease-in-out;
}


.single-product-main-section .product-img-content-section .entry-summary .woocommerce-product-details__short-description ul {
    padding-left: 20px;
}

.single-product-main-section .product-img-content-section .entry-summary .woocommerce-product-details__short-description ul li {
    margin-bottom: 5px;
}


.single-product-main-section .product-img-content-section .entry-summary .read-more-btn {
    padding: 0;
    border: none !important;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 30px;
    color: #8b2334;
    outline: none !important;
    background-color: transparent !important;
}

.single-product-main-section .product-img-content-section .entry-summary .woocommerce-product-details__short-description.read-more-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.single-product-main-section .product-img-content-section .entry-summary table.variations th,
.single-product-main-section .product-img-content-section .entry-summary table.variations td {
    background-color: transparent;
    display: block;
    padding: 0;
    text-align: left;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations th label {
    font-size: 16px;
    font-weight: 700;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations th label:after {
    content: ":";
}

.single-product-main-section .product-img-content-section .entry-summary table.variations td .variable-items-wrapper .variable-item {
    height: 50px;
    width: 50px;
    border-radius: 0;
    border: 1px solid rgb(48 48 48 / 15%);
    box-shadow: none !important;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations td .variable-items-wrapper .variable-item.selected {
    border-color: #8B2334;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations td a.reset_variations:hover {
    color: #c36;
    text-decoration: underline;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations td .variable-items-wrapper .variable-item img {
    object-fit: contain;
}

.single-product-main-section .product-img-content-section .entry-summary table.variations td select {
    background-color: rgb(48 48 48 / 5%);
    border: none;
    border-radius: 0;
    resize: none;
    height: 48px;
}

.single-product-main-section .product-img-content-section .entry-summary form.cart div.quantity {
    margin-right: 10px;
}

.single-product-main-section .product-img-content-section .entry-summary form.cart div.quantity input.qty {
    border: 1px solid rgb(48 48 48 / 50%);
    border-radius: 50rem;
    width: 80px;
    height: 48px;
    padding: 8px;
}

.single-product-main-section .product-img-content-section .entry-summary form.cart button.single_add_to_cart_button {
    background-color: #fff;
    border: 2px solid #8B2334;
    color: #8B2334;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 240px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.single-product-main-section .product-img-content-section .entry-summary form.cart button.single_add_to_cart_button:hover {
    color: #fff;
    background-color: #8B2334;
}

.single-product-main-section .product-img-content-section .product_meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-product-main-section .product-img-content-section .product_meta>span {
    font-weight: 600;
    font-size: 14px;
}

.single-product-main-section .product-img-content-section .product_meta>span>* {
    font-weight: 400;
}

.single-product-main-section .product-img-content-section .product_meta>span a {
    color: #303030;
}

.single-product-main-section .product-img-content-section .product_meta>span a:hover {
    text-decoration: underline;
    color: #8B2334;
}





.single-product-desc-tab-section {
    padding: 90px 0 60px;
    margin-bottom: 60px;
    background-color: #fff;
    position: relative;
}

.single-product-desc-tab-section:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 400px;
    background-color: rgb(48 48 48 / 15%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs:before {
    display: none !important;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: 0.3s all ease-in-out;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li:before,
.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    padding: 5px 0 !important;
    color: #303030 !important;
    position: relative;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li.active a,
.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li:hover a {
    color: #8B2334 !important;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li a:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #8B2334;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out;
}

.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li.active a:before,
.single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs li:hover a:before {
    width: 100%;
    opacity: 1;
}


.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel {}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel header h3,
.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel h6 {
    font-size: 20px;
    padding: 7px 20px;
    margin: 0 0 15px;
    background-color: #f4f4f4;
    color: #303030;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel header h2,
.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel header .text p strong {
    font-size: 16px;
    font-weight: 700;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel header+p {
    display: none;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel>p,
.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel .pd-resource-item {
    padding: 0 20px;
    font-size: 16px;
    color: #303030;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel ul {
    margin-bottom: 30px;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel ul li {
    font-size: 16px;
    color: #303030;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel table {
    background-color: transparent;
    border: 1px solid rgb(48 48 48 / 15%);
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel table td {
    border: 1px solid rgb(48 48 48 / 15%);
    background-color: transparent !important;
    padding: 5px 10px;
}

.single-product-desc-tab-section .woocommerce-tabs .woocommerce-Tabs-panel table p {
    padding-left: 0;
    padding-right: 0;
}

.single-product-desc-tab-section .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
    border-bottom: 1px solid;
    border-color: rgb(48 48 48 / 15%);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.single-product-desc-tab-section .woocommerce-Reviews #review_form_wrapper {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgb(48 48 48 / 15%);
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-reply-title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form .comment-notes {
    color: #303030;
}

.comment-reply-title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form .comment-notes {
    color: #303030;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating {}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating .stars span {
    display: flex;
    gap: 10px;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating .stars span a {
    width: 64px;
    height: 32px;
    text-indent: inherit;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid rgb(48 48 48 / 15%);
    border-radius: 16px;
    padding: 5px 15px;
    color: rgb(48 48 48 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    line-height: 1;
}

.comment-form-rating .stars span a:before {
    position: static;
    margin-left: 10px;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating .stars.selected a:not(.active) {
    color: #8B2334;
    border-color: #8B2334;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating .stars.selected a.active {
    color: #8B2334;
    border-color: #8B2334;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form-rating .stars.selected a.active~a {
    border-color: rgb(48 48 48 / 15%);
    color: rgb(48 48 48 / 50%);
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form p label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 25px;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form p textarea,
.single-product-desc-tab-section .woocommerce-Reviews .comment-form p input {
    background-color: rgb(48 48 48 / 5%);
    border: none;
    border-radius: 0;
    resize: none;
}

.single-product-desc-tab-section .woocommerce-Reviews .comment-form p input {
    height: 48px;
}

.single-product-desc-tab-section .woocommerce-Reviews .form-submit input.submit {
    background-color: rgb(48 48 48 / 10%) !important;
    border: 2px solid rgb(48 48 48 / 10%) !important;
    color: #303030 !important;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem !important;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.single-product-desc-tab-section .woocommerce-Reviews .form-submit input.submit:hover {
    color: #fff !important;
    background-color: #8B2334 !important;
    border-color: #8B2334 !important;
}

.single-product-main-section .product-img-content-section .entry-summary .single_variation_wrap .price {
    display: none;
    margin-bottom: 20px;
}


.single-related-product-section .related.products h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
}



.single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-arrow:before {
    display: none;
}



.checkout-main-section form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block {
    width: 100%;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block {
    width: 100%;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .col-1,
.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .col-2 {
    float: none;
    width: 100%;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set h3 {
    font-size: 24px;
    font-weight: 500;
    color: #303030;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label input {
    position: absolute;
    opacity: 0;
    font-size: 0;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label span:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #303030;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: 0.3s all ease-in-out;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label span:after {
    content: "";
    height: 7px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 9px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label input:checked+span:before {
    border-color: #8B2334;
    background-color: #8B2334;
}

.checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set .woocommerce-shipping-fields h3 label input:checked+span:after {
    opacity: 1;
}

.checkout-order-detail-block table.shop_table {
    border-radius: 0;
    border-collapse: collapse;
    border: 1px solid rgb(48 48 48 / 15%);
}

.checkout-order-detail-block table.shop_table th,
.checkout-order-detail-block table.shop_table td {
    border: 1px solid rgb(48 48 48 / 15%) !important;
    background-color: transparent;
}

.checkout-order-detail-block table.shop_table {
    border-radius: 0;
    border-collapse: collapse;
    border: 1px solid rgb(48 48 48 / 15%);
}

.checkout-order-detail-block table.shop_table th,
.checkout-order-detail-block table.shop_table td {
    border: 1px solid rgb(48 48 48 / 15%) !important;
    background-color: transparent;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment {
    background-color: transparent;
    border-radius: 0;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment ul.payment_methods {
    border-top: 1px solid rgb(48 48 48 / 15%);
    border-bottom: 1px solid rgb(48 48 48 / 15%);
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment a {
    color: #8B2334;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment a:hover {
    text-decoration: underline;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment button#place_order {
    background-color: #fff;
    border: 2px solid #8B2334;
    color: #8B2334;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    width: 100%;
    border-radius: 50rem;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment button#place_order:hover {
    color: #fff;
    background-color: #8B2334;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment a#ywf_partial_payment {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    min-height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    text-align: center;
    line-height: normal;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-bottom: 15px;
}

.checkout-main-section form.woocommerce-checkout .checkout-order-detail-block #payment a#ywf_partial_payment:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.checkout-main-block a.showcoupon {
    color: #8B2334;
}

.checkout-main-block a.showcoupon:hover {
    text-decoration: underline;
}

.checkout-main-block form.woocommerce-form-coupon {
    border-radius: 0;
    border: 1px solid rgb(48 48 48 / 15%);
    color: #303030;
}

.checkout-main-block form.woocommerce-form-coupon .form-row input {
    height: 48px;
    background-color: rgb(48 48 48 / 5%);
    border: none;
    border-radius: 0;
}

.checkout-main-block form.woocommerce-form-coupon .form-row button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    max-width: 150px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.checkout-main-block form.woocommerce-form-coupon .form-row button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.checkout-main-section form.woocommerce-checkout .woocommerce-NoticeGroup {
    max-width: 100%;
    width: 100%;
}





body.archive .site-main,
body.page-template-default .site-main {
    max-width: 100%;
}

/* body.archive .site-main nav.woocommerce-breadcrumb {
    display: none;
} */

body.archive .site-main .woocommerce-products-header {
    padding: 50px 0;
    margin-bottom: 80px;
    background-color: #f9f9f9;
    background-color: #f1f1f1;
    background-image: url(../images/title-backround.jpg);
    background-position: center right;
}

body.archive .site-main .woocommerce-products-header .woocommerce-products-header__title {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    color: #303030;
    color: #fff;
}


.custom-category-filter-block {
    display: flex;
    flex-wrap: wrap;
}

.custom-category-filter-block .filter-wrap {
    max-width: 28%;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 60px;
}

.custom-category-filter-block .filter-wrap>h3 {
    display: none;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper:first-child {
    margin-top: 0;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterTitle {
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    background-color: #f4f4f4;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterTitle .wfpTitle {
    padding: 0;
    font-size: 18px;
    line-height: 1;
    height: auto;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterContent {}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterVerScroll {
    border: 1px solid #f4f4f4;
    padding: 15px;
    overflow-x: hidden;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterVerScroll li:not(:last-child) {
    margin-bottom: 10px;
}


.custom-category-filter-block .filter-wrap .wpfFilterButtons {}

.custom-category-filter-block .filter-wrap .wpfFilterButtons .wpfFilterButton {
    background-color: #fff;
    border: 2px solid #8B2334;
    color: #8B2334;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    width: 100%;
    border-radius: 50rem;
    letter-spacing: 0.66px;
    text-transform: capitalize;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.custom-category-filter-block .filter-wrap .wpfFilterButtons .wpfFilterButton:hover {
    color: #fff;
    background-color: #8B2334;
}


.custom-category-filter-block .custom-product-wrap {
    max-width: 72%;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid #f4f4f4;
}


.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterVerScroll::-webkit-scrollbar-track {
    border: 1px solid transparent;
    padding: 2px 0;
    background-color: transparent;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterVerScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(48 48 48 / 50%);
    background-color: #8B2334;
    border: 1px solid #8B2334;
}

.custom-category-filter-block .filter-wrap .wpfFilterWrapper .wpfFilterVerScroll::-webkit-scrollbar {
    width: 8px;
}


.custom-product-subwrap {
    padding: 10px 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.custom-product-subwrap .woocommerce-notices-wrapper {
    display: none;
}

.custom-product-subwrap .woocommerce-result-count,
.custom-product-subwrap .woocommerce-ordering {
    margin: 0;
}

.custom-product-subwrap .woocommerce-ordering select {
    border: none;
    border-radius: 0;
    background-color: rgb(48 48 48 / 5%);
    height: 48px;
    padding-left: 10px;
    cursor: pointer;
}


.woocommerce ul.products li.product {
    position: relative;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    background-color: #f1f1f1;
    padding-bottom: 20px;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .variations_form {
    display: none;
}

.woocommerce ul.products li.product a {
    text-align: center;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 250px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    /* border: 1px solid rgb(48 48 48 / 15%); */
    border: 2px solid #f9f9f9;
    border: 2px solid #f1f1f1;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    padding: 10px 15px;
    font-size: 16px;
    color: #303030;
    font-weight: 600;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .star-rating {
    margin: 0 auto 10px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .star-rating span {
    color: #8B2334;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
    padding: 0 15px;
    font-size: 16px;
    color: #303030;
    font-weight: 400;
}

.woocommerce ul.products li.product .button {
    width: calc(100% - 30px);
    margin: auto auto 0;
    border-radius: 50rem;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #8B2334;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.66px;
    border: 2px solid #8B2334;
    transition: 0.3s all ease-in-out;
}

.woocommerce ul.products li.product .button:hover {
    color: #fff;
    background-color: #8B2334;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}



.main-account-page .woocommerce-MyAccount-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-top: 10px;
}

.ywf_show_all_history a {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #8B2334;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table {
    border-collapse: collapse;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table th {
    height: 40px;
    border-top: 0 !important;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table th,
.main-account-page .woocommerce-MyAccount-content table.shop_table td {
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid rgba(48, 48, 48, 0.1);
}

.main-account-page .woocommerce-MyAccount-content table.shop_table td p {
    margin: 0;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table th a,
.main-account-page .woocommerce-MyAccount-content table.shop_table td a {
    color: #8B2334;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions a {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    min-width: 80px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions a:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.main-account-page .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions a:not(:last-child) {
    margin-right: 10px;
}

.history_funds .filter_container {
    display: flex;
    margin-right: 0;
    gap: 20px;
}

input,
select,
textarea {
    outline: none !important;
}

.main-account-page .woocommerce-MyAccount-content mark {
    padding: 0 5px;
}


.woocommerce-order-details form input.button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px !important;
}

.woocommerce-order-details form input.button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.woocommerce-order-details {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order-details .woocommerce-order-details__title {
    width: 100%;
}



main#main {
    position: relative;
}

.woocommerce-breadcrumb {
    /* display: none !important; */

    margin: 0 !important;
    padding: 20px 0 !important;
    background-color: #8b2334;
    background-color: #00538d;
    color: #fff !important;
    /* border-top: 1px solid #f4f4f4; */


    /* position: absolute;
    max-width: 1300px;
    width: 100%;
    z-index: 1;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px !important;
    margin: 0 !important; */
}

.woocommerce-breadcrumb a {
    color: #fff !important;
}

.woocommerce-breadcrumb a:first-child {
    position: relative;
    font-size: 0;
}

.woocommerce-breadcrumb a:first-child:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.single-product-main-section main#main {
    display: flex;
    flex-direction: column;
}

.single-product-main-section .woocommerce-breadcrumb {
    order: 2;
    background-color: transparent;
    margin-bottom: -76px !important;
    position: relative;
    z-index: 1;
}

.single-product-main-section .woocommerce-breadcrumb,
.single-product-main-section .woocommerce-breadcrumb a,
.single-product-main-section .woocommerce-breadcrumb a:first-child:before {
    color: #303030 !important;
}

.single-product-main-section .woocommerce-notices-wrapper {
    order: 1;
    width: 100%;
    background-color: #f4f4f4;
    max-width: 100%;
    margin: 0;
}
.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message {
    max-width: 1300px;
    margin: 2em auto 1em;
    background-color: #fff;
}

.single-product-main-section div.product {
    order: 3;
}

/* .single-product-main-section .woocommerce-notices-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1072;
    max-width: 100%;
    background-color: rgba(0,0,0,0.4);
}

.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    align-items: center;
    text-align: center;
    gap: 10px;
    font-size: 18px;
    color: #303030;
    border-radius: 20px;
    border-top: none;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
}

.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message .button {
    order: 2;
    margin-top: 15px;
    width: 100%;
}

.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\e015";
    color: #8b2334;
    position: static;
    font-size: 50px;
}

.notices-message-block {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 500px;
    margin: 1.75rem auto;
    transition: 0.3s all ease-in-out;
    min-height: calc(100% - 3.5rem);
    flex-wrap: wrap;
}

.single-product-main-section .woocommerce-notices-wrapper .woocommerce-message:after {
    display: none;
} */


#wps_order_new_msg_form {
    margin-top: 90px;
}

#wps_order_new_msg_form .wps_order_msg_title h4 {
    background-color: transparent;
    padding: 0;
    font-size: 20px !important;
    color: #303030 !important;
}

#wps_order_new_msg_form textarea {
    border: none;
    border-radius: 0;
    background-color: rgb(48 48 48 / 5%);
    resize: none;
}

#wps_order_new_msg_form #wps_order_msg_submit {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px !important;
}

#wps_order_new_msg_form #wps_order_msg_submit:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.wps_rma_order_msg_wrapper,
.wps_order_msg_reload_notice_wrapper,
.wps_order_msg_history_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.wps_order_msg_notice_wrapper {
    border-top: 3px solid #8fae1b;
    border-radius: 0;
    max-width: 1300px;
    margin: 2em auto 1em;
    background-color: #f2f2f2 !important;
    padding: 1em 2em 1em 2em;
    color: #515151 !important;
}

.wps_order_msg_notice_wrapper p {
    color: #515151 !important;
}

.wps_order_msg_history_container {
    margin-bottom: 90px;
}

.wps_order_msg_history_container .wps_order_msg_sub_container {
    border: 1px solid rgb(48 48 48 / 10%);
}


.wps_order_msg_history_container .wps_order_msg_sub_container .wps_order_msg_sender {
    background-color: #00538d;
}

.wps_order_msg_history_container .wps_order_msg_sub_container .wmb-order-admin__msg-container .wps_order_msg_sender {
    background-color: #8B2334;
}


.wps_order_msg_history_container h4 {
    font-size: 20px;
}

.wps_order_msg_history_container h4 img.reload-icon {
    width: auto;
    height: 15px;
    object-fit: contain;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    border: none;
    margin: 90px 0;
    max-width: 1300px;
    margin: 90px auto 50px !important;
    padding: 0 15px;
    width: 100% !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-form__header {
    background: transparent;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-form__header .wps-rma-form__heading {
    color: #303030;
    font-weight: 600;
    font-size: 24px;
}
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table .wps_rma_return_column td.product-name {
    width: 65%;
}
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table .wps_rma_return_column td.product-name .wc-item-meta {
    list-style: none;
    padding-left: 0;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table .wps_rma_return_column td.product-name .wc-item-meta li {
    display: flex;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table .wps_rma_return_column td.product-name .wc-item-meta li p {
    margin-bottom: 0;
}
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table th:nth-child(3),
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table td.product-quantity {
    min-width: 100px;
    width: 5% !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper table.wps-rma-product__table td input {
    border: none !important;
    border-radius: 0;
    background-color: rgb(48 48 48 / 5%) !important;
    height: 48px;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row {
    flex-direction: column-reverse;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col:nth-child(2) {
    width: 100%;
    padding: 15px;
    margin: 10px 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    background-color: #8B2334;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #303030;
    font-weight: 400 !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col label>* {
    font-weight: 400 !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col input,
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col textarea,
.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col select {
    min-height: 48px;
    background-color: rgb(48 48 48 / 5%) !important;
    border: none !important;
    border-radius: 0;
    resize: none;
    padding: 8px 15px;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col {}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col input.button {
    background-color: rgb(48 48 48 / 10%) !important;
    border: 2px solid rgb(48 48 48 / 10%) !important;
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper .wps-rma-refund-request__row .wps-rma-col input.button:hover {
    color: #fff;
    background-color: #8B2334 !important;
    border-color: #8B2334 !important;
}



.wps_rma_customer_detail .addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.wps_rma_customer_detail .addresses>* {
    max-width: 48%;
    width: 100%;
    border: 1px solid rgb(48 48 48 / 5%);
}

.wps_rma_customer_detail .addresses .woocommerce-column__title {
    background-color: rgb(48 48 48 / 5%);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    float: none;
    font-size: 24px;
    font-weight: 500 !important;
}

.wps_rma_customer_detail .addresses address {
    padding: 20px 25px;
    color: #303030;
}

.woocommerce-checkout-payment .wc_payment_method {}

.woocommerce-checkout-payment .wc_payment_method>input {
    position: absolute;
    opacity: 0;
}

.woocommerce-checkout-payment .wc_payment_method label {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
}

.woocommerce-checkout-payment .wc_payment_method>input+label:before {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid #8B2334;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-checkout-payment .wc_payment_method>input:checked+label:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #8B2334;
    position: absolute;
    left: 4px;
    top: 4px;
}


.woocommerce-checkout-payment .wc_payment_method .payment_box {
    /* padding: 0 !important; */
    background-color: #f9f9f9 !important;
    background-color: #f1f1f1 !important;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box:before {
    display: none !important;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .wc-credit-card-form {
    background-color: transparent;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .wc-credit-card-form .form-row {}

.woocommerce-checkout-payment .wc_payment_method .payment_box .wc-credit-card-form .form-row label {
    padding: 0;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .wc-credit-card-form .form-row iframe {
    height: 31.4px;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .wc-credit-card-form .form-row input {
    height: 31.4px;
    background-color: #fff;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
    padding: 0;
    /* border-bottom: 1px solid #f4f4f4; */
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input {
    position: absolute;
    opacity: 0;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew label {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
    display: block !important;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew label:before {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 2px solid #8B2334;
    position: absolute;
    left: 0;
    top: 0;
}



.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew label:after {
    content: "";
    height: 6px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 5px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input:checked+label:after {
    opacity: 1;
}

.woocommerce-checkout-payment .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input:checked+label:before {
    background-color: #8B2334;
}

.ywf_fund_av .ywf_fund_message {
    font-size: 18px;
    color: #303030;
    font-weight: 600 !important;
}

.ywf_fund_av .ywf_fund_message .woocommerce-Price-amount {
    color: #8B2334;
}









.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1072;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 1071; */
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal.fade:before {
    opacity: 0;
}

.modal.fade.show:before {
    opacity: .5;
}

.fade {
    transition: opacity .15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 10px;
    overflow: hidden;
}

.modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.modal-body .left-block,
.modal-body .right-block {
    max-width: 50%;
    width: 100%;
}

.modal-body .left-block {
    padding: 30px;
    margin: 0;
}

.modal-body .left-block .form-heading {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.modal-body .left-block form {
    border: none;
    padding: 0px;
    margin: 0;
}

.modal-body .right-block img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.modal-body .left-block form p.form-row {
    margin-bottom: 15px;
    float: none;
    width: 100%;
}

.modal-body .left-block form .form-row label {
    font-size: 16px;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
}

.modal-body .left-block form .form-row input {
    border: none !important;
    border-radius: 0;
    background-color: rgba(48, 48, 48, 0.05);
    /* border-left: 5px solid #000 !important; */
    padding: 10px 18px !important;
    resize: none;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    transition: 0.3s all ease-in-out !important;
    height: 48px;
}

.modal-body .left-block form .form-row .woocommerce-form__label input {
    position: absolute;
    opacity: 0;
}

.modal-body .left-block form .form-row .woocommerce-form__label {
    position: relative;
    margin-bottom: 15px;
}




.modal-body .left-block form .form-row .woocommerce-form__label span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #303030;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.modal-body .left-block form .form-row .woocommerce-form__label span:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #303030;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: 0.3s all ease-in-out;
}

.modal-body .left-block form .form-row .woocommerce-form__label input:checked+span:before {
    border-color: #8B2334;
    background-color: #8B2334;
}

.modal-body .left-block form .form-row .woocommerce-form__label span:after {
    content: "";
    height: 7px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 5px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.modal-body .left-block form .form-row .woocommerce-form__label input:checked+span:after {
    opacity: 1;
}

.modal-body .left-block form .form-row .woocommerce-button {
    background-color: #8b2334;
    border: 2px solid #8b2334;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    min-width: 100px;
    width: 100%;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
}

.modal-body .left-block form .form-row .woocommerce-button:hover {
    color: #8b2334;
    background-color: #fff;
}

.modal-body .left-block form.woocommerce-form p.form-row:nth-child(3) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.modal-body .left-block form.woocommerce-form .lost_password {
    margin-bottom: 0;
}

.modal-body .left-block form.woocommerce-form .lost_password a {
    font-size: 16px;
    color: #8b2334;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

.modal-body .left-block form.woocommerce-form .lost_password a:hover {
    text-decoration: underline;
}

.modal-body .left-block form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}


.single-related-product-section .manufacture-text, .archive .manufacture-text {
    margin-bottom:2px;
    background-color: transparent;
    color: #8b2334;
    display: block;
    margin-right: 0;
}

.partnumber-text {
    font-size: 15px;
    color: #303030;
}

.manufacture-text,
.country-origin {
    background-color: #8b2334;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    padding: 3px 13px;
    border-radius: 50rem;
}

.manufacture-text {
    margin-right: 10px;
}




body.logged-out header,
body.logged-out footer {
    display: none;
}


body.logged-out {
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}


body.logged-out .account-login-section .logo-box {
    background-color: #fff;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.logged-out .account-login-section img.logo,
body.logged-out .account-reset-section img.logo {
    max-width: 180px;
    padding: 20px;
}


body.logged-out section {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.logged-out section > * {
    width: 100%;
}


body.logged-out section .elementor-widget-wrap {
    padding: 20px 15px !important;
}

body.logged-out section .elementor-widget-container {
    padding: 0 !important;
}

body.logged-out .account-login-section,
body.logged-out .account-reset-section {
    max-width: 650px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 9%);
    text-align: center;
    padding: 40px 0 10px;
}

body.logged-out .account-login-section form.woocommerce-form,
body.logged-out .account-reset-section form {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

body.logged-out .account-login-section form.woocommerce-form .woocommerce-form-row input,
body.logged-out .account-reset-section form .woocommerce-form-row input {
    background-color: rgba(255, 255, 255, 0.8);
}

body.logged-out .account-login-section h2 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 20px;
}





.header-section {
    background-color: #8B2334;
    background-color: #00538d;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 50%);
    border: none !important;
}

.header-section .left-col .header-logo-col img {
    filter: brightness(0) invert(1);
}

.header-section .left-col .search-bar-col .product-search-form .product-search-field {
    border-color: #fff;
}

.header-section .left-col .header-menu-col .hfe-nav-menu>li a {
    color: #fff !important;
}
.header-section .left-col .header-menu-col .hfe-nav-menu>li a:before {
    background-color: #fff;
}
.header-section .right-col .header-account-block .header-account-link img {
    filter: brightness(0) invert(1);
}
.header-section .right-col .header-fund-box .ywf_fund_av .ywf_fund_message {
    background-color: #fff;
    border-color: #fff;
}
.header-section .right-col .header-cart-block #elementor-menu-cart__toggle_button {
    background-color: #fff;
    border-color: #fff;
}

.category-heading .elementor-heading-title {
    position: relative;
}

.category-heading .elementor-heading-title:before {
    content: "";
    height: 2px;
    width: 150px;
    background-color: #8B2334;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.category-heading .elementor-heading-title:after {
    content: "";
    height: 2px;
    width: 80px;
    background-color: #8B2334;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}


.footer-menu-block ul.hfe-nav-menu {
    margin: 0 auto;
}





.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch {
    width: 38px !important;
    height: 38px !important;
}

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:before {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.desktop-category-section {
    background-color: #00538d;
    background-color: #01487a;
    /* border-top: 1px solid #f4f4f4 !important; */
    box-shadow: 0 0px 5px 0px rgb(0 0 0 / 40%);
    border-bottom: none !important;
}

.desktop-category-section .elementor-menu-toggle i {
    display: none !important;
}
.desktop-category-section .elementor-menu-toggle {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
}
.desktop-category-section .elementor-menu-toggle:before {
    content: "Categories";
    margin-right: 15px;
}
.desktop-category-section .elementor-menu-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.desktop-category-section .elementor-nav-menu--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #01487a;
    background-color: #fff;
    box-shadow: 0 0px 5px 0px rgb(0 0 0 / 40%);
}

.desktop-category-section ul.elementor-nav-menu {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.desktop-category-section ul.elementor-nav-menu:after {
    display: none;
}

.desktop-category-section ul.elementor-nav-menu li.menu-item {
    background-color: transparent;
}

.desktop-category-section ul.elementor-nav-menu li.menu-item a {
    color: #fff;
    padding: 8px 0;
    position: relative;
}

.desktop-category-section ul.elementor-nav-menu li.menu-item a:after {
    display: none;
}

.desktop-category-section ul.elementor-nav-menu li.menu-item a:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.desktop-category-section ul.elementor-nav-menu li.menu-item a:hover:before,
.desktop-category-section ul.elementor-nav-menu li.menu-item a.elementor-item-active:before {
    width: 45px;
    opacity: 1 !important;
}

/* .desktop-category-section ul.elementor-nav-menu li.menu-item a img, .desktop-category-section ul.elementor-nav-menu li.menu-item a mark {
    display: none;
} */



.woocommerce-MyAccount-content #add_payment_method #payment {
    background-color: transparent;
    padding: 0 !important;
}

.woocommerce-MyAccount-content #add_payment_method #payment ul.payment_methods {padding-left: 0;padding-right: 0;border-color: #f1f1f1;}

.woocommerce-MyAccount-content #add_payment_method #payment .payment_box {border-radius: 7px;background-color: #f1f1f1;}

.woocommerce-MyAccount-content #add_payment_method #payment .payment_box::before {
    border-bottom-color: #f1f1f1;
}

.woocommerce-MyAccount-content #add_payment_method #payment .form-row {
    margin-top: 16px;
}

.woocommerce-MyAccount-content #add_payment_method #payment .form-row button.button[type="submit"],
.woocommerce-MyAccount-content a.button {
    background-color: rgb(48 48 48 / 10%);
    border: 2px solid rgb(48 48 48 / 10%);
    color: #303030;
    outline: none;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    min-width: 80px;
    border-radius: 50rem;
    letter-spacing: 0.80px;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-MyAccount-content #add_payment_method #payment .form-row button.button[type="submit"]:hover,
.woocommerce-MyAccount-content a.button:hover {
    color: #fff;
    background-color: #8B2334;
    border-color: #8B2334;
}

.woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td a:hover {
    background-color: rgb(48 48 48 / 10%);
    border-color: rgb(48 48 48 / 10%);
    color: #303030;
}

/* .woocommerce-breadcrumb + * + * {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
} */








@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 768px) {
    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs {
        order: 1;
        display: flex;
        flex-direction: column;
        min-width: 100px;
        gap: 20px;
        padding: 20px 0 !important;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-viewport {
        order: 2;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs li:not(:last-child) {
        margin-bottom: 10px;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-arrow {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: calc(100% - 2px);
        background-color: #8B2334;
        border-radius: 0;
        color: #fff;
        font-size: 20px;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
        top: 0;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-next {
        bottom: 0;
        top: auto;
    }


    .checkout-main-section form.woocommerce-checkout {
        margin-left: -10px;
        margin-right: -10px;
    }


    .checkout-main-section form.woocommerce-checkout .woocommerce-NoticeGroup {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout-main-section form.woocommerce-checkout .checkout-form-block {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 60%;
    }

    .checkout-main-section form.woocommerce-checkout .checkout-order-detail-block {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 40%;
    }

    .checkout-main-section form.woocommerce-checkout .checkout-form-block .col2-set {
        padding-right: 20px;
        border-right: 1px solid rgb(48 48 48 / 15%);
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .contact-info-section .info-box:hover {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    }

    .contact-info-section .info-box:before {
        content: "";
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border: 2px solid #8b2334;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 12px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s all ease-in-out;
    }

    .contact-info-section .info-box:hover:before {
        opacity: 1;
    }

    .cart-main-section form.woocommerce-cart-form {
        width: 70%;
        padding-right: 50px;
        border-right: 1px solid rgb(48 48 48 / 20%);
    }

    .cart-main-section .cart-collaterals {
        width: 30%;
        padding-left: 50px;
        position: sticky;
        top: 50px;
        height: 100%;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery {
        width: 50% !important;
    }

    .single-product-main-section .product-img-content-section .entry-summary {
        width: 50% !important;
        padding: 0 6%;
    }
}


@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {}

@media (min-width: 1200px) and (max-width: 1365px) {
    /* .header-section .left-col .header-logo-col {
        max-width: 280px;
    } */

    .header-section .left-col .search-bar-col {
        max-width: 320px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    /* .header-section .left-col .header-logo-col {
        max-width: 240px;
    } */

    .header-section .left-col .search-bar-col {
        max-width: 230px;
    }

    .header-section .left-col .header-menu-col .hfe-nav-menu>li a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .header-section .right-col {
        width: 38% !important;
    }

    .desktop-category-section ul.elementor-nav-menu li.menu-item a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .header-section .left-col .header-logo-col {
        padding-right: 0;
        margin: 0 auto;
    }

    .header-section .left-col .search-bar-col {
        padding-right: 0;
        margin: 0 auto;
    }

    .header-section .right-col .header-mobile-row .header-menu-col ul.hfe-nav-menu {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        overflow: hidden;
    }

    .hfe-nav-menu-icon svg path {
        fill: #fff;
    }

    .desktop-category-section ul.elementor-nav-menu {
        flex-direction: column;
    }

    .desktop-category-section ul.elementor-nav-menu li.menu-item:first-child {
        padding-top: 20px;
    }

    
    .desktop-category-section ul.elementor-nav-menu li.menu-item:last-child {
        padding-bottom: 20px;
    }

    .desktop-category-section ul.elementor-nav-menu li.menu-item a {
        color: #00538d;
        padding: 10px 20px;
        font-size: 16px;
    }
    .desktop-category-section ul.elementor-nav-menu li.menu-item a:before {
        display: none;
    }

    .desktop-category-section ul.elementor-nav-menu li.menu-item a.elementor-item-active,
    .desktop-category-section ul.elementor-nav-menu li.menu-item a:focus {
        color: #fff;
        background-color: #00538d;
    }
}

@media (max-width: 1023px) {
    .main-account-page .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .category-item-col {
        width: 33.333333% !important;
    }

    .custom-category-filter-block .filter-wrap {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .custom-category-filter-block .custom-product-wrap {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        border-left: none;
        border-top: 1px solid #f4f4f4;
    }

    .modal-body .left-block,
    .modal-body .right-block {
        max-width: 100%;
    }

    .modal-body .left-block {
        order: 2;
    }

    .modal-body .right-block {
        order: 1;
    }

    .modal-body .right-block img {
        max-height: 200px;
        object-position: top;
    }
}

@media (max-width: 768px) {

    .woocommerce ul.products li.product {
        margin-right: 2% !important;
    }

    .wps_rma_customer_detail .addresses {
        gap: 30px;
    }

    .wps_rma_customer_detail .addresses>* {
        max-width: 100%;
    }

}

@media (max-width: 767px) {
    .category-item-col {
        width: 50% !important;
    }

    .contact-page-section .desc-box {
        max-width: 100%;
    }


    .main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row.form-row-first,
    .main-account-page .woocommerce-MyAccount-content .woocommerce-address-fields .form-row.form-row-last,
    .main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-first,
    .main-account-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-last,
    .checkout-main-block form.woocommerce-checkout .form-row.form-row-first,
    .checkout-main-block form.woocommerce-checkout .form-row.form-row-last,
    .checkout-main-block form.woocommerce-form-coupon .form-row.form-row-first,
    .checkout-main-block form.woocommerce-form-coupon .form-row.form-row-last {
        width: 100%;
    }


    .cart-main-section form.woocommerce-cart-form {
        width: 100%;
    }

    .cart-main-section .cart-collaterals {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid rgb(48 48 48 / 20%);
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table tr {
        border: none;
        margin-bottom: 20px;
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table.shop_table_responsive td {
        min-height: 50px;
        padding: 7px 20px;
        border: 1px solid rgb(48 48 48 / 10%) !important;
        line-height: 28px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table.shop_table_responsive td.product-thumbnail {
        display: none;
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table_responsive tr td::before,
    .cart-main-section form.woocommerce-cart-form table.shop_table_responsive tr td::before {
        width: 100px;
        text-align: right;
        padding-right: 15px;
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table.shop_table_responsive td.actions {
        display: flex;
        flex-direction: column;
        border: none !important;
    }

    .cart-main-section form.woocommerce-cart-form table.shop_table td.actions .coupon {
        width: 100%;
    }

    .single-product-main-section .product-img-content-section .entry-summary form.cart div.quantity,
    .single-product-main-section .product-img-content-section .entry-summary form.cart button.single_add_to_cart_button {
        margin-bottom: 15px;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery {
        flex-direction: column;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-track {
        display: flex;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs li:not(:last-child) {
        margin-right: 10px;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs {
        padding: 0 25px !important;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-arrow {
        background-color: #8B2334;
        color: #fff;
        font-size: 20px;
        border-radius: 0;
        height: 100%;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
        left: 0;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-prev i:before {
        content: "\f104";
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-next {
        right: 0;
    }

    .single-product-main-section .product-img-content-section .woocommerce-product-gallery .flex-control-thumbs .slick-next i:before {
        content: "\f105";
    }

    .footer-menu-block ul.hfe-nav-menu {
        margin: 0 auto;
    }

}

@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .name-field .ginput_complex span {
        margin-bottom: 0;
    }

    .gform_wrapper.gravity-theme .name-field .ginput_complex span:first-child {
        margin-bottom: 16px;
    }

    .single-product-main-section .single-product-desc-tab-section .woocommerce-tabs ul.tabs {
        flex-direction: column;
        gap: 15px;
    }
    .header-section .left-col .header-logo-col {
        /* max-width: 250px; */
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .category-item-col {
        width: 100% !important;
    }

    .contact-form-section {
        padding: 30px 15px 10px 15px !important;
    }

    .main-account-page .woocommerce-MyAccount-content .ywf_product_image,
    .main-account-page .woocommerce-MyAccount-content .ywf_summary {
        width: 100%;
    }

    .main-account-page .woocommerce-MyAccount-content .ywf_product_image {
        margin-bottom: 20px;
    }

    .woocommerce-breadcrumb,
    body.archive .site-main .woocommerce-products-header {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

@media (max-width: 480px) {
    .category-section .home-category-product-block ul.products {
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body.logged-out .account-login-section form.woocommerce-form,
    body.logged-out .account-reset-section form {
        padding: 0;
    }
}

@media (max-width: 360px) {

    .header-section .right-col .header-mobile-row .header-menu-col,
    .header-section .right-col .header-mobile-row .header-account-cart-col {
        width: 100%;
    }

    .header-section .right-col .header-mobile-row .header-menu-col {
        order: 2;
    }

    .header-section .right-col .header-mobile-row .header-account-cart-col {
        order: 1;
        margin-bottom: 10px;
    }

    .header-section .right-col .header-account-block,
    .header-section .right-col .header-fund-box {
        margin-right: 10px;
    }
}