body.woocommerce-edit-account form.edit-account .show-password-input,
.woocommerce-page form .show-password-input {
    top: 8px !important;
    right: 3px;
    height: 35px;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-page.woocommerce-lost-password form .show-password-input {
    top: 21px !important;
}

#editAddressModal .alt-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 22px;
}

#editAddressModal .modal-header .modal-title .address_title {
    border: 1px solid var(--maroon);
    border-radius: 7px;
}

#editAddressModal .modal-header .modal-title .address_title:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border: 1px solid var(--maroon);
    outline: none;
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    font-weight: bold;
}

#calendarModal .modal-dialog .alt-calendar-note .alt-calendar-note-item.note-special-date {
    flex-wrap: wrap;
    max-width: 190px;
}

#calendarModal .modal-dialog .alt-calendar-note .alt-calendar-note-item.note-special-date>.alt-calendar-note-box {
    background: var(--gold);
}

#calendarModal .modal-dialog .alt-calendar-note .alt-calendar-note-item.note-special-date>.alt-calendar-note-label.full {
    flex-grow: 2;
    margin-top: 10px;
}

#calendarModal .modal-dialog .alt-calendar-container table tbody tr td.special-date {
    background: var(--gold);
}

/* Hide special dates and legend when self-collection is selected */
#calendarModal.self-collection-mode .modal-dialog .alt-calendar-container table tbody tr td.special-date {
    background: transparent !important;
}
#calendarModal.self-collection-mode .modal-dialog .alt-calendar-note .alt-calendar-note-item.note-special-date {
    display: none !important;
}

/* body #gform_ajax_spinner_2 {
    display: none!important;
} */
.gform_wrapper.gravity-theme #field_submit {
    position: relative;
}
body #gform_ajax_spinner_1 {
    display: none!important;
}

body #gform_ajax_spinner_2 {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: none !important;
}

main.search .search-results-wrapper.d-flex article {
    display: flex;
    flex-direction: column;
}

.search-results-wrapper .has-post-thumbnail a.post-thumbnail {
    flex: 1;
}

.single-product .select2-container {
    width: auto;
}

.single-product .select2-container.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.single-product .custom-dropdown-qty .select2-results__option {
    padding-left: 0px;
    text-align: center;
    padding: 11px
}

.single-product .select2-selection.select2-selection--single.dropdown-qtys .select2-selection__rendered {
    text-align: center;
    padding-left: 21px;
}

.swal2-container .swal2-close:focus {
    box-shadow: none;
}

.woocommerce-page.woocommerce ul.products li.product .onsale {
    width: 50px;
    height: 50px;
}

.woocommerce-page .show-password-input {
    display: none;
}

.woocommerce-page.woocommerce-lost-password .show-password-input {
    display: block;
    right: 10px;
}

header {
    z-index: 9999;
}

@media screen and (max-width:767px) {

    .woocommerce table.shop_table {
        table-layout: fixed;
    }
}

@media screen and (max-width:420px) {
    .woocommerce-page table.cart .code_coupon td.actions .coupon {
        /* flex-wrap: wrap; */
        gap: 6px 0;
    }

    .woocommerce-page table.cart .code_coupon td.actions .coupon .button {
        flex: 100%;
    }

}

/* Buttons style */
.woocommerce .woocommerce-MyAccount-content>button.button,
#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button,
.woocommerce .woocommerce-MyAccount-content .col-datatable-action button.button,
body.woocommerce-account .woocommerce-pagination .woocommerce-button,
body.woocommerce-account .woocommerce-orders-table__cell .button,
.woocommerce form.edit-account button,
.woocommerce .woocommerce-cart-form button,
/* a.checkout-button.button.alt.wc-forward.wp-element-button, a.checkout-button.button.alt.wc-forward, */
.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit {
    padding: 10px 15px;
    width: auto;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--lightpink);
    background-color: #C44B7180;
    outline: none;
    color: var(--gold) !important;
    transition: 0.3s;
}

.woocommerce button.button.button-submit[disabled] {
    background-color: var(--hover) !important;
    color: var(--gold) !important;
}

main.contact_us section.contact-form input#gform_submit_button_1:hover {
    background-color: #C44B7180;
    outline: none;
    color: var(--gold);
    border: 1px solid #d37995;
}

.variation-radios label {
    padding: 12px 24px;
    line-height: 1.1;
}

#calendarModal .modal-dialog .alt-calendar-container table tbody tr td.prev-date.empty-date,
#calendarModal .modal-dialog .alt-calendar-container table tbody tr td.next-date.empty-date {
    cursor: not-allowed;
    background: #ececec;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back {
    height: 44px;
    font-weight: 400;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
    background-color: white;
    color: #c44b71;
    border: 1px solid #c44b71;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back:hover {
    background-color: #C44B7180;
    color: #E8CF7D;
    border: 1px solid #C44B7180;
    border: none;
    outline: none;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back svg {
    margin-right: 5px;
    margin-top: -1px;
    fill: #c44b71;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back:hover svg {
    fill: #E8CF7D;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none;
    background-color: var(--hover);
    border: none;
    outline: none;
    display: flex;
    color: var(--gold);
    cursor: pointer;
    height: 48px;
    width: 48px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.prev-btn i:hover,
.next-btn i:hover {
    background-color: var(--hover);
    border: 2px solid transparent;
    color: var(--gold);
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    border: none !important;
    outline: none;
    background-color: var(--hover);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: var(--hover);
    color: var(--gold);
    border: none;
    outline: none;
}

.woocommerce .woocommerce-MyAccount-content>button.button:hover {
    color: #e8cf7d !important;
    background-color: var(--hover) !important;
    outline: none !important;
}

.woocommerce .woocommerce-MyAccount-content .col-datatable-action button.button:hover {
    background-color: var(--hover) !important;
    outline: none !important;
}

#editAddressModal .modal-footer button.btn-secondary:hover {
    outline: none;
    background-color: var(--hover);
    color: var(--gold);
    border: none;
}

#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: var(--hover);
    color: var(--gold) !important;
    border: 1px solid transparent;
    outline: none;
}

main.home section.product-content .tfp-btn:hover {
    color: var(--gold);
    background-color: var(--hover);
    outline: none;
}

main.home section.product-content .tfp-btn {
    font-size: 16px;
    padding: 10px 15px;
}

.woocommerce-lost-password .woocommerce-Button.button.fake-submit-button:disabled {
    background-color: var(--hover) !important;
    color: var(--gold) !important;
    border: 1px solid transparent;
    outline: none;
    opacity: 1;
}

/* Custom select */

/* For Chrome, Safari, Edge (WebKit/Blink browsers) */
.choices__list::-webkit-scrollbar,
.choices__list--dropdown::-webkit-scrollbar {
    display: none;
    /* Completely hides the scrollbar */
}

/* For Firefox */
.choices__list,
.choices__list--dropdown {
    scrollbar-width: none;
    /* Hides scrollbar but allows scrolling */
}

/* For Internet Explorer / older Edge */
.choices__list,
.choices__list--dropdown {
    -ms-overflow-style: none;
    /* Hides scrollbar in IE/Edge */
}

.alt-qty-wrapper>.choices {
    width: 150px;
    text-align: center;
    font-size: 16px;
    /* background: #c44b71;
    color: var(--gold);
    border: 1px solid var(--maroon);
    border-radius: 7px; */
}

.alt-qty-wrapper>.choices .choices__inner {
    background: #c44b71;
    color: var(--gold);
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 16px;
}

.alt-qty-wrapper>.choices.is-open .choices__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.alt-qty-wrapper .choices[data-type*=select-one]::after {
    border-color: var(--gold) transparent transparent transparent;
}

.alt-qty-wrapper .choices__list .choices__item {
    color: #C44B71;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #c44b71;
    color: var(--gold) !important;
}

.choices__inner .choices__list.choices__item--single .choices__item {
    color: var(--gold);
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-radius: 7px;
    border: 1px solid var(--maroon);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 150px;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    max-height: 170px;
}

/* Calendar */

#calendarModal .modal-dialog button.close {
    position: absolute;
    right: 16px;
    float: unset;
    z-index: 10;
}
.alt-calendar-note-label.pt_dev >a{
    color: var(--gold);
    text-decoration: underline;
    font-style: italic;
}

/* Search content */

.search-no-results .right-sec.col-12.col-sm-12.col-md-9.not-dropdown-ft{
   max-width: 100%; 
   flex: 0 0 100%;
}
.search-results main.search .search-results-wrapper.d-flex {
    gap: 0 3.8%;
}

.search-results main.search .search-results-wrapper.d-flex article {
    max-width: 22.05%;
}

main.search .search-results-wrapper.d-flex .post-thumbnail img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    margin: 0;
    display: block;
}

.site-main.search .search-results-wrapper .has-post-thumbnail a.post-thumbnail {
    display: block;
    height: max-content;
    flex-grow: inherit;
    aspect-ratio: 1;
    margin-bottom: 12px;
}

.wc_menu .user-reglogin>a:hover>.text, .wc_menu .my-cart>a:hover>.text {
    color: #fff;
}
.wc_menu .user-reglogin>a:hover>img, .wc_menu .my-cart>a:hover>.img_sec img{
    filter: none;
}
.wc_menu .my-cart>a:hover>.img_sec .item_counter{
    background-color: #fff;
}

@media (min-width: 769px) and (max-width: 1600px) {
    .search-results .container-fluid.shop_layout .row.justify-content-center {
        width: 100%;
        justify-content: center !important;
    }
}

@media (min-width: 1200px) {
    .search-results .container-fluid.shop_layout .right-sec {
        padding: 30px 15px;
        max-width: calc(16.66667% + 75%);
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .search-results .container-fluid.shop_layout .right-sec {
        flex-grow: 1;
    }
}

@media (max-width: 1199px) {
    .search-results .container-fluid.shop_layout .right-sec {
        max-width: 100%;
        padding: 0;
        flex-grow: 1;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .search-results main.search .search-results-wrapper.d-flex article {
        max-width: 29.05%;
        flex-basis: calc(100% / 3);
    }

    .search-results main.search .search-results-wrapper.d-flex {
        justify-content: left;
    }
}

@media screen and (max-width: 768px) {
    .search-results main.search .search-results-wrapper.d-flex article {
        /* margin: 0 0 2.992em; */
        max-width: 48%;
        flex-basis: calc(100% / 2);
    }

    .search-results main.search .search-results-wrapper.d-flex {
        justify-content: left;
    }

    main.search .search-results-wrapper.d-flex img {
        /* height: 100%; */
        max-height: 300px;
        max-width: unset;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .choices__list--dropdown .choices__list,
    .choices__list[aria-expanded] .choices__list {
        max-height: 130px;
    }
}

@media screen and (max-width: 400px) {
    .search-results main.search .search-results-wrapper.d-flex article {
        /* margin: 0 0 2.992em; */
        max-width: 100%;
        flex-basis: 100%;
    }

    .search-results main.search .search-results-wrapper.d-flex {
        justify-content: center;
    }

    main.search .search-results-wrapper.d-flex img {
        /* height: 100%; */
        max-height: 300px;
        max-width: unset;
        width: 100%;
        height: auto;
    }
}

/* Mobile styles */
.storepolicy .lits_type.show_mb {
    position: absolute;
}

.theme-oangle-theme .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23e8cf7d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

header.mobile_header .container .right .my-cart .item_counter {
    color: var(--maroon);
    background-color: var(--gold);
}

@media only screen and (max-width: 991px) {
    header.mobile_header {
        height: 70px;
        max-height: 70px;
    }

    .mobile_header.navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0;
    }

    header .logo {
        width: 130px;
        min-width: unset;
        max-width: 130px;
    }

    header .logo:before {
        left: 0;
    }

    header .logo img {
        margin-left: 11%;
    }

    header.mobile_header .user-reglogin img,
    header.mobile_header .my-cart img,
    header.mobile_header .navbar-toggler {
        width: 20px;
        height: 20px;
        object-fit: contain;
        max-width: unset;
    }

    header.mobile_header .navbar-toggler{
        margin-bottom: 2px;
        height: 25px;
    }

    .theme-oangle-theme .navbar-dark .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    header.mobile_header .container .right {
        align-items: center;
        justify-content: end;
        right: 0;
    }

    header.mobile_header .container .right>* {
        margin-left: 20px;
    }

    header.mobile_header .container .right>*:last-child {
        margin-right: 1px;
        transform: translateY(4px);
    }

    header.mobile_header .my-cart {
        transform: translateY(2px);
        position: relative;
        max-width: 20px;
    }

    header.mobile_header .container .right .my-cart .item_counter {
        font-size: 0.8em;
        left: 9px;
        top: -4px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        padding-bottom: 1px !important;
        padding-right: 1px !important;
        position: absolute;
    }

    header.fixed~main#primary.storepolicy,
    header.fixed~main#primary,
    header.fixed~section.master-main-banner_image,
    header.fixed~main#primary.home {
        padding-top: 70px !important;
    }

    .navbar-collapse.show {
        top: 70px !important;
    }

    main section.main-banner {
        max-height: 200px;
        height: 200px;
        margin-top: 0 !important;
        position: relative;
    }

    main section.main-banner h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

    section.announcement-banner>div {
        padding: 8px 0;
    }

    .menu_area .single_col {
        margin-top: 25px;
        padding: 0;
    }

    footer .contact_liner_wrapper.contact_liner {
        margin-bottom: 0;
    }

    footer .container:first-of-type {
        padding-bottom: 25px;
    }

    .prev-btn i,
    .next-btn i ,

    .slick-next:before,
    .slick-prev:before {
        height: 40px;
        width: 40px;
    }

}

@media only screen and (max-width: 767.98px) {
    footer .container:first-of-type:after {
        content: none;
    }
}

@media only screen and (max-width: 480px) {
    main.home section.announcement-banner>div {
        padding: 8px 0px;
    }

    body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-links .button {
        max-width: 100%;
        width: 100%;
        margin-bottom: 35px;
        font-size: 16px;
    }

    body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col>h3 {
        font-size: 24px !important;
    }
}

.storepolicy .lits_type {
    border-radius: 7px;
    background-color: var(--maroon);
    border: 1px solid var(--maroon);
    overflow: hidden;
}

.storepolicy .lits_type .nav-link {
    background: #fff;
    border: none !important;
    border-radius: 0;
}

.storepolicy .lits_type .nav-link:not(:last-of-type) {
    border: none !important;
}

.storepolicy .nav-pills .lits_type .nav-link.active,
.storepolicy .lits_type .nav-link:hover {
    background-color: var(--maroon);
    color: var(--gold);
    font-weight: 600;
}
/* My account */

.woocommerce-account.woocommerce-view-order table.shop_table.woocommerce-table--order-details tfoot td, 
.woocommerce-account.woocommerce-view-order table.shop_table.woocommerce-table--order-details tfoot th {
    border: none;
}

/* Mobile Search Overlay */
.mobile-search-overlay {
    position: fixed;
    /* top: 70px; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-search-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-search-close{
    position: absolute;
    top: 4px;
    z-index: 999;
    right: 4px;
}

.mobile-search-overlay-content {
    position: relative;
    background-color: var(--white, #fff);
    opacity: 0.95;
    height: 100%;
    width: 100%;
    padding: 20px;
    padding-top: 34px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.mobile-search-overlay.active .mobile-search-overlay-content {
    transform: translateY(0);
}

.mobile-search-title {
    color: var(--maroon, #C44B71);
    font-size: 24px;
    margin: 0 0 20px 0;
    font-family: 'Cormorant', serif;
}

.mobile-search-form-wrapper {
    position: relative;
}

.mobile-search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-search-form label {
    flex: 1;
    margin: 0;
}

.mobile-search-form .search-field {
    width: 100%;
    padding: 0px 45px 6px 0px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--maroon, #C44B71);
    font-size: 16px;
    background-color: #fff;
    color: var(--maroon, #C44B71);
}

.mobile-search-form .search-field:focus {
    outline: none;
    /* box-shadow: 0 0 0 2px var(--gold, #E8CF7D); */
}
.mobile-search-form .search-field::placeholder {
  color: #C44B71;
  opacity: 1; 
}

.mobile-search-form .search-submit {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: var(--maroon, #C44B71);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.mobile-search-open {
    overflow: hidden;
}

/* Mobile menu */
@media only screen and (max-width: 991px) {

    .navbar-collapse {
        top: 72px !important;
        z-index: 99 !important;
        position: fixed;
        top: auto;
        left: 0;
        height: 0;
        box-shadow: none;
        width: 100vw;
    }

    ul#menu-main-menu-mobile {
        padding-top: 22px;
    }
    .mobile-search{
        margin-left: 25px;
    }
    .mobile-search .search .search-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
        cursor: pointer;
        max-width: unset;
    }

    .navbar-collapse.show{
        left: 0;
        width: 100%;
        height: 100vh;
        /* transition: 0.5s; */
        transition-duration: 0.2s;
    }
    
    /* Menu item animation from top to bottom */
    .navbar-collapse .menu-class > li {
        opacity: 0;
        transform: translateY(-20px);
        text-align: center;
        border: none;
        padding: 10px;
    }
    
    .navbar-collapse .menu-class > li.menu-item-animate {
        animation: slideInUp 0.4s ease forwards;
    }

    .navbar-collapse .menu-class > li.menu-item-closing {
        animation: slideOutDown 0.3s ease forwards;
    }
    
    @keyframes slideInDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes slideOutDown {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(20px);
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(0);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children:not(.submenu-open){
        padding: 10px 0;
        position: relative;
    }
    
    /* Add arrow indicator for submenu */
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > a::after {
        content: '';
        font-weight: 900;
        position: absolute;
        top: 45%;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px; /* Adjust size and direction as needed */
        border-color: var(--maroon) transparent transparent transparent; 
        transition: transform 0.3s ease;
    }
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > a{
        position: relative;
    }
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children.submenu-open{
        padding: 10px 0;
    }
    
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children.submenu-open > a::after {
        transform: rotate(180deg);
    }
    
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > .sub-menu {
       background-color: var(--maroon);
       color: var(--gold);
       display: none;
       padding-left: 20px;
        margin-top: 10px;
    }
    
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > .sub-menu li{
        color: var(--gold);
        opacity: 0;
        transform: translateY(-10px);
        padding: 10px 0;
    }
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > .sub-menu li>a{
        color: var(--gold);
    }
    
    /* Submenu items animation */
    .navbar-collapse.show #menu-main-menu-mobile li.menu-item-has-children > .sub-menu li.submenu-item-animate {
        /* animation: slideInDown 0.3s ease forwards; */
        animation: fadeIn 0.3s ease forwards;
    }

}

/* Hide spinner on checkout pages */
.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit.button--loading{
    opacity: 1 !important;
}
.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit.button--loading::after{
    content: none;
}
.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit.button--loading .button__text{
    visibility: visible;
    opacity: 1 !important;
}
#billing_and_payment form .form-control{
    height: 45px;
    border: 1px solid var(--maroon);
}
a:hover {
    color: var(--maroon) ;
    text-decoration: unset ;
}
#billing_and_payment form .alt-woocommerce-action-inline .button-checkout-back:hover {
    background-color: #C44B7180;
    color: #E8CF7D;
    border: 1px solid transparent;
    outline: none;
}
#billing_and_payment form .alt-woocommerce-action-inline .button-checkout-back:hover svg{
    fill: #E8CF7D;
}
.separate-div {
    margin-top: 30px !important;
}
.separate-div.two {
    margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
    .separate-div.two {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-account .main_desc .woocommerce-MyAccount-navigation{
        width: 100%;
    }
    .woocommerce-account td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--expires.payment-method-expires {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .woocommerce-account td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions{
        flex: 1;
        display: flex;
        justify-content: end;
    }
    .slick-next:hover:before,
    .slick-prev:hover:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        background-image: none;
        background-color: transparent;
        border: 2px solid var(--maroon);
        display: flex;
        color: var(--maroon);
        cursor: pointer;
        height: 40px;
        width: 40px;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
        opacity: 1;
    }
    .prev-btn i:hover, .next-btn i:hover {
        background-color: transparent;
        border: 2px solid var(--maroon);
        display: flex;
        color: var(--maroon);
        cursor: pointer;
        height: 40px;
        width: 40px;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
    }
    /* .prev-btn i:focus, .next-btn i:focus,
    .prev-btn:focus-visible i, .next-btn:focus-visible i {
        background-color: var(--hover);
        border: 2px solid transparent;
        color: var(--gold);
    }

    .slick-next:focus:before, .slick-prev:focus:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        background-image: none;
        background-color: var(--hover);
        border: none;
        outline: none;
        display: flex;
        color: var(--gold);
        cursor: pointer;
        height: 40px;
        width: 40px;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
    } */
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{
        padding-left: 0;
    }
    .woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated{
        flex-wrap: nowrap;
    }
    .woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated>input{
        height: 31px;
    }
    .woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label{
        white-space: normal;
    }
    body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading.subheading-2nd{
        margin-top: 0;
    }
    .woocommerce-payment-methods table.shop_table_responsive tr td{
        line-height: 35px;
    }
}

@media screen and (max-width: 480px) {
 .woocommerce-page form.edit-account .form-row-last,.woocommerce form.edit-account .form-row-first  {
        float: none;
        width: 100%;
        clear: both;
    }
    main#primary.site-main section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{
        padding-left: 0;
        padding-right: 0;
    }
    #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
        font-size: 16px;
    }

}

form.lost_reset_password.woocommerce-ResetPassword button.woocommerce-Button.button{
    border-radius: 7px;
}

@media only screen and (max-width: 420px) {
    .woocommerce.single-product div.product div.summary h2, .woocommerce.single-product table.shop_attributes th, .woocommerce.single-product .alt-product-addon-wrapper h3,.woocommerce div.product form.cart .variations tr>th.label label{
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 380px) {
    #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-title{
        font-size: 12px;
    }
}
@media only screen and (max-width: 359px) {
    .woocommerce.single-product div.product div.summary h2, .woocommerce.single-product table.shop_attributes th, .woocommerce.single-product .alt-product-addon-wrapper h3{
        font-size: 12px;
    }
    .woocommerce div.product form.cart .variations label, .alt-qty-wrapper .label-single-product, .alt-qty-wrapper>.choices .choices__inner {
        font-size: 12px !important;
    }
    .woocommerce div.product div.summary.entry-summary p{
        font-size: 12px;
    }
    #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
        font-size: 12px;
    }

}