.maxxx {
    min-height: 157px !important;
}
.maxx {
    min-height: 270px !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    margin-bottom: 10px;
}

.max {
    min-height: 20px;
    padding: 1px !important;
    margin: 8px !important;
}

/*profile*/
.header-profile-menu a {
    display: flex;
}

.header-profile-menu svg {
    width: 20px;
    margin-left: 10px;
}

.profile-section-title {
    margin-top: 29px;
    margin-bottom: 8px;
    padding-right: 20px;
}

.title-container {
    padding-right: 0;
}

.aloghesti-profile-input {
    padding: 8px 33px !important;
    border-radius: 10px !important;
    width: 327px !important;
}

.aloghesti-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 25px;
}

.aloghesti-justify-content {
    justify-content: space-between !important;
    padding-left: 18px;
}

.aloghesti-justify-content img {
    border-radius: 10px;
}

.aloghesti-profile-address-wrapper {
    display: flex;
    justify-content: end;
}

.title-accordion {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

button[type="button"].aloghesti-button-upload {
    width: 70px;
    height: 35px;
    border-radius: 10px;
    background-color: #5BCFC5;
    padding: 5px 15px;
}

.aloghesti-profile-form input:invalid {
    border: 2px red solid !important;
    border-radius: 10px;
}

input[type='file']:invalid {
    border: 2px red solid !important;
    padding: 5px;
    border-radius: 10px;
}

/*drop */
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
    background: #eee;
    border-color: #111;
}

.drop-container:hover .drop-title {
    color: #222;
}

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

/*end drop*/

/*my account order request*/

.tb-order-details {
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 20px;
}

.tb-order-details td {
    border-bottom: unset !important;
}

.tb-order-details th {
    text-align: center;
    border-bottom: unset !important;
}

.tr-order-detail td {
    text-align: center;
}

.tr-order-detail {
    background-color: #f6f6f6;
}

.tr-order-detail.accordion.active .svg-arrow-close {
    display: none;
}

.tr-order-detail.accordion.active .svg-arrow-open {
    display: block;
}

.tr-order-detail.accordion .svg-arrow-open {
    display: none;
}

.tr-order-detail.accordion .svg-arrow-close {
    display: block;
}

.order-request-detail {
    display: flex;
    justify-content: space-around;
}

.container-order-details {
    background-color: #e1e1e1;
    padding: 10px;
}

.swal2-popup {
    font-family: Yekanbakh, serif;
}


.tb-order-details tr:last-child td:first-child {

    border-bottom-left-radius: 30px;
}

.tb-order-details tr:last-child td:last-child {

    border-bottom-right-radius: 30px;
}

.tb-order-details tbody tr:nth-last-child(-n + 2) td:first-child {
    border-bottom-right-radius: 30px;
}

.tb-order-details tbody tr:nth-last-child(-n + 2) td:last-child {
    border-bottom-left-radius: 30px;
}

/*.tb-order-details tr:first-child td:first-child {*/

/*    border-bottom-right-radius: 30px;*/
/*}*/

/*.tb-order-details tr:first-child td:last-child {*/

/*    border-bottom-left-radius: 30px;*/
/*}*/

.tr-installment-detail {
    background-color: #f6f6f6;
}

.container-details {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 35px 44px;
    margin-top: 20px;
    position: relative;
}

.tb-installment-info td {
    text-align: center;
    vertical-align: middle;
}

.tb-installment-info tbody tr:first-child {
    border-bottom: 2px solid #C4C4C4;
}

.tb-installment-info tbody tr {
    border-bottom: solid #e7e7e7 2px;
}

.tb-installment-info tbody tr:last-child {
    border-bottom: unset;
}

/* end section*/

.span-required {
    color: red;
}

.aloghesti-hide {
    display: none;
}

button[type="button"].aloghesti-choose-file {
    padding: 9px 55px;
    color: #ffffff;
    background-color: #5BCFC5;
    border-radius: 10px;
    font-size: 15pt !important;
}

.aloghesti-profile-address-wrapper textarea {
    width: 80%;
    border-radius: 10px;
}


.aloghesti-profile-wrapper label {
    margin-left: 33px;
}

.aloghesti-profile-address-wrapper label {
    margin-left: 33px;
}

.aloghesti-profile-row {
    margin-bottom: 69px;
}

.aloghesti-profile-last-row {
    justify-content: end;
    margin-top: 42px !important;
    padding-left: 25px;
}

.aloghesti-profile-last-row button {
    width: 183px;
    margin-left: 15px;
    font-size: 15pt !important;
    padding: 10px 15px;
}

.aloghesti-profile-form {
    /*padding-left: 249px;*/
}

@media only screen and (max-width: 600px) {
    .wd-my-account-sidebar {
        display: none;
    }

    .aloghesti-profile-wrapper label {
        width: 100%;
    }

    .aloghesti-profile-row {
        margin-left: 0px
    }

    .aloghesti-profile-form {
        padding-left: 0 !important;
    }

    .payment-methods__installment__header {
        flex-wrap: wrap;
    }

    .payment-methods__installment--active {
        height: 152px !important;
    }

}

.aloghesti-accordion {
    padding: 25px;
}

.aloghesti-profile-button {
    padding: 9px 55px;
    color: #ffffff;
    background-color: #5BCFC5;
    border-radius: 10px;
}

.aloghesti-profile-wrapper-header hr {
    margin-bottom: 58px;
}

/*btns*/
.btn-aloghesti-lvl-2 {
    background-color: #F68E43 !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    padding: 12px !important;
}

.btn-aloghesti-lvl-1 {
    background-color: #09539F !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    padding: 12px !important;
}

.btn-aloghesti-lvl-3 {
    background-color: #11bb31 !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    padding: 12px !important;
}

/*end btn*/

.aloghesti-profile-img-product {
    border: 7px solid #D9D9D9;
    border-radius: 10px;
    width: 85%;
}

.aloghesti-profile-title-product {
    width: 85%;
}

.aloghesti-profile-btn-payment {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #BEBEBE !important;
    padding: 12px 35px !important;
    border-radius: 10px !important;
}

.tb-cheques-details td {
    text-align: center;
}

/*end profile*/

/*single product*/

.methods-wrapper {
    border: 1px solid #2FB24A;
    border-top: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
    padding: 24px 24px 0;
}

.alghst-header-installment-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.alghst-header-installment-method__guide {
    color: #06529e;
}

.alghst-header-installment-method__guide span {
    margin-right: 7px;
}

.alghst-payment-method-tabs {
    /* margin-bottom: 13px; */
    display: flex;
}

.installment-methods {
    border-radius: 10px;
    border: solid 1px #2FB24A;
    background: #fff;
    margin-bottom: 20px;
}

.installment-methods.open .alghst-option-installment {
    padding: 18px 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.installment-methods .alghst-option-installment img {
    margin-left: 21px;
}

.installment-methods .alghst-option-installment:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aloghesti-data-wrapper {
    display: flex;
    justify-content: space-around;
}

/*.alghst-container-installment {*/
/*    width: 40%;*/
/*}*/

.wd-accordion-item {
    border: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-label {
    display: flex;
    align-items: center;
}

.aloghesti-highlight-attribute {
    /*width: 40%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.alghst-container-installment-details {
    border-radius: 10px;
    margin-top: 13px;
    padding-bottom: 30px;
}

.installment-methods.open {
    position: absolute;
    padding: 0;
    z-index: 1;
    left: 24px;
    right: 24px;
}

.alghst-option-installment {
    cursor: pointer;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 800;
}


.alghst-container-installment-details.current {
    margin-top: 81px;
    font-size: 20px;
}

.installment-methods.open .alghst-option-installment {
    display: flex !important;


    padding: 15px;
}

.alghst-row-installment {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 800;
    font-family: Yekanbakh, serif;
}

.aloghesti-row-cash {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    align-items: center;
}

.aloghesti-row-cash .aloghesti-regular-price {
    text-decoration: line-through;
    text-decoration-color: red;
}

.related-and-upsells .aloghesti-sale-price {
    font-size: 18px;
}

.related-and-upsells .woocommerce-Price-amount.amount.sale-price {
    font-size: 16px !important;
}

.related-and-upsells .woocommerce-Price-amount.amount {
    font-size: 16px !important;
}

.installment-methods .alghst-option-installment:not(:first-child) {
    display: none;
}

.installment-methods .alghst-option-installment:first-child::after {
    content: url('../img/arrowDown.svg');
    width: 20px;
    height: 20px;
}

.alghst-row-installment.see-more {
    color: #2fb24a;
    justify-content: center;
    align-items: center;
}

.alghst-row-installment:nth-of-type(even) {
    background: #CBEED3;
}

.alghst-row-installment:nth-child(3) {
    border-radius: 0 0 12px 12px;
    font-size: 21px
}

.alghst-wrapper-seemore .alghst-row-installment:nth-child(2) {
    border-radius: 0;
}

.alghst-wrapper-seemore:nth-child(n-1) {
    border-radius: 0 0 12px 12px;
}

.unset-border-radius {
    border-radius: 0 !important;
}

.alghst-row-installment.see-more svg {
    margin-right: 15px;
}

.svg-rotate {
    transform: rotate(180deg);
}

.alghst-row-installment:first-child {
    border-radius: 12px 12px 0 0;
}

.alghst-row-installment:last-child {
    border-radius: 0 0 12px 12px;
}

.alghst-row-installment:nth-of-type(odd) {
    background: #E6F9EB;
}

.alghst-wrapper-seemore .alghst-row-installment:first-child {
    border-radius: 0;
}

.alghst-wrapper-seemore .alghst-row-installment:nth-of-type(even) {
    background: #CBEED3;
}

.alghst-wrapper-seemore .alghst-row-installment:nth-of-type(odd) {
    background: #E6F9EB;
}

.alghst-row-installment.see-more {
    background: unset;
    border-radius: 0 0 12px 12px;
}

.alghst-hide {
    display: none !important;
}

.see-more {
    cursor: pointer;
}

.alghst-payment-method-tabs button {
    background-color: rgba(47, 178, 74, 0.15);
    padding: 13px 0px;
    color: #2FB24A;
    font-size: 16px;
    height: 50px;
    flex: 1;
    border: 0.5px solid #2FB24A;
}

.alghst-payment-method-tabs button:hover {
    background-color: rgba(47, 178, 74, 0.15);
    color: #2FB24A;
}


button.alghst-payment-method-item:not(:last-child) {
    border-left: none;
}

button.alghst-payment-method-item:first-child {
    border-top-right-radius: 24px;
}

button.alghst-payment-method-item:last-child {
    border-top-left-radius: 24px;
}


.alghst-payment-method-tabs button.active {
    background-color: #2fb24a !important;
    border-bottom: 3px solid #258D3B;
    color: #EEF9F1;
}


/*end single product*/

a.checkout-button {
    display: none;
}

/*
    summery details
*/

.installment-methods-details {
    position: relative;
    width: 100% !important;
    /* margin-right: 1rem; */
    border-radius: 10px;
}

.installment-methods-options[open] {
    z-index: 1;
}

.installment-methods-details summary {
    padding: 1rem;
    cursor: pointer;
    border-radius: 10px;
    background: #fff !important;
    list-style: none;
    border: solid 1px #2FB24A;
}

.installment-methods-details summary::-webkit-details-marker {
    display: none;
}

.installment-methods-details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

.installment-methods-details summary:after {
    content: '';
    display: inline-block;
    float: left;
    margin-top: 7px;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms
}

.installment-methods-details summary:focus {
    outline: none;
}

.installment-methods-details[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%);
}

.installment-methods-details ul {
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    top: calc(100% + .5rem);
    z-index: 100;
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
}

.installment-methods-details li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.installment-methods-details li:first-child {
    padding-top: 0;
}

.installment-methods-details li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* FAKE SELECT */

.installment-methods-details summary.radios {
    counter-reset: radios;
}

.installment-methods-details summary.radios:before {
    content: var(--selection);
}

.installment-methods-details input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
}

.installment-methods-details input[type=radio]:checked {
    display: inline !important;
    --display: block;
}

.installment-methods-details input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}

.installment-methods-details ul.list {
    counter-reset: labels;
    border: 1px solid #2FB24A;
}

.installment-methods-details label {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    margin-right: 15px;
}

.installment-methods-details p {
    margin-right: 10px !important;
    margin-bottom: 0px !important;
}

.installment-methods-details label span {
    --display: none;
    display: var(--display);
    width: 1rem;
    height: 1rem;
    border: 1px solid #727272;
    border-radius: 3px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    font-size: 18px;
    padding: 15px 30px;
}

@media only screen and (max-width: 600px) {
    .methods-wrapper {
        padding: 15px;
    }

    .alghst-payment-method-tabs button {
        font-size: 12px !important;
    }

    .alghst-row-installment {
        font-size: 16px;
    }

    .alghst-option-installment {
        font-size: 16px;
    }
}

/*shortcode suggest product*/
.related-post {
    position: relative;
}

.related-post__badge {
    width: 190px;
    height: calc(100% + 60px);
    display: flex;
    font-weight: 600;
    font-size: 16px;
    gap: 8px;
    background: #d9d9d9;
    border-radius: 16px;
    padding: 10px 16px;
    justify-content: center;
    position: absolute;
    top: -45px;
    right: 41px;
}

.related-post__badge svg {
    margin-top: 8px;
}

.related-post__card {
    background: #f9f9f9;
    border-radius: 32px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* width: 100%; */
}

.related-post__card:not(:last-child) {
    margin-bottom: 15px;
}

.related-post__card__link-button {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    transition: all 0.2s;
    backdrop-filter: blur(0.09rem);
}

.related-post__card__link-button:hover {
    opacity: 1;
    -webkit-backdrop-filter: blur(0.09rem);
    backdrop-filter: blur(0.09rem);
    background: rgba(255, 255, 255, 0.089);
    transition: all 0.2s;
}

.related-post__card__link-button a {
    width: 200px;
    padding: 8px 16px;
    background: #09539f;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    line-height: 29px;
}

.related-post__card__link-button a {
    color: #fff !important;
}


.related-post__card__link-button a span {
    margin-top: 3px;
}

.related-post__card__image {
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
    border-radius: 24px;
    width: 325px;
    height: 184px;
}

.related-post__card__content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 16px;
}

.related-post__card__title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.related-post__card__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    margin-top: 15px;
    color: #808080;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.related-post__card__link-badge {
    height: 64px;
    width: 64px;
    background: #30b24b;
    border-radius: 56px;
    position: absolute;
    z-index: 2;
    top: -2px;
    right: -15px;
    display: grid;
    place-items: center;
}

a.related-post__card__link-badge:hover {
    transform: rotate(45deg);
}

h3.related-post__card__title {
    margin-bottom: 0px;
}

.related-post__card__link--mobile {
    display: none !important;
    width: 100%;
    padding: 4px 16px;
    background: #09539f;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    line-height: 29px;
}

.related-post__card__link--mobile:hover {
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .product-labels.labels-rectangular {
        top: 0;
        max-width: unset;
    }

    .related-post__card__link-button {
        display: none;
    }

    .related-post__card__link--mobile {
        display: flex !important;
    }

    .aloghesti-label-supply {
        font-size: 12px !important;
        padding: 6px 8px 6px 12px !important;
    }

    .aloghesti-label-supply svg {
        width: 25px;
        padding-left: 6px;
        padding-right: 0;
    }

    .related-post__badge {
        left: 50%;
        right: unset !important;
        transform: translate(-50%, 0%);
        /*display: none;*/
    }

    .related-post__card {
        flex-direction: column;
    }

    .related-post__card__image {
        height: 194px;
    }

    .related-post__card__link-badge {
        height: 50px;
        width: 50px;
        top: -4px;
        right: 0;
    }

    .related-post__card__title {
        width: 100%;
        text-align: right;
        font-size: 20px;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }
}

/*end shortcode*/

/*single product*/
.btn-let-me-know,
.btn-let-me-know:hover {
    background: #F44336 !important;
    color: #FFFFFF !important;
    border-radius: 12px !important;
}

.btn-price-log,
.btn-price-log:hover {
    background: #F44336 !important;
    color: #FFFFFF !important;
    border-radius: 12px !important;
}

.btn-svg-let-me-know {
    padding-left: 8px;
}

.btn-close-modal-let-me-know {
    font-size: 20px !important;
    border-radius: 57% !important;
    padding: 21px !important;
    width: 21px;
    height: 21px;
    background: #8080801A;
}

.btn-close-modal-price-log {
    font-size: 20px !important;
    border-radius: 57% !important;
    padding: 14px !important;
    width: 24px;
    height: 24px;
    background: #8080801A;
}

.modal-container-svg-let-me-know {
    align-self: center;
    position: absolute;
    top: 24px;
}

.modal-container-svg-let-me-know svg {
    display: flex;
    top: 8%;
    background-color: #09539F1A;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    padding: 26px;
}

.btn-close-modal-let-me-know:hover {
    color: #F44336 !important;
    background: rgba(244, 67, 54, 0.1);
}

.modal-body {
    margin-top: 18px;
    padding-bottom: 24px !important;
}

.aloghesti-modal-letmeknow {
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 73%);
    display: flex;
    justify-content: center;
}

.aloghesti-modal-letmeknow .modal-content {
    position: relative;
    display: flex;
    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;
}

.aloghesti-modal-letmeknow .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

.aloghesti-modal-letmeknow .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}

#priceLogModalCenter {
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 73%);
    display: flex;
    justify-content: center;
}

#priceLogModalCenter .modal-content {
    position: relative;
    display: flex;
    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;
}

#priceLogModalCenter .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

#priceLogModalCenter .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}

.aloghesti-hide {
    display: none !important;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 32px !important;
}

.modal-body input {
    color: rgba(9, 83, 159, 0.5) !important;
    background-color: rgba(9, 83, 159, 0.05) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(9, 83, 159, 0.1) !important;
}

.modal-body p {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

.modal-footer {
    border-top: unset !important;
    padding-top: 0 !important;
    padding-bottom: 24px !important;
}

.modal-footer .container-svg {
    margin-left: 5px !important;

}

.modal-footer svg {
    color: #09539F !important;
}


.modal-dialog-aloghesti {
    max-width: 100%;
    min-width: 500px;
}

.modal-footer .container-svg {
    margin-left: 5px !important;
    color: #ffffff !important;
}


.btn-modal-hover {
    background: #09539F !important;
    color: #ffffff !important;
}

.btn-modal-hover svg {
    color: #ffffff !important;
}

.let-me-know-mobile {
    max-width: 390px !important;
}

.let-me-know-mobile::placeholder {
    text-align: right;
}

#aloghesti-btn-save-let-me-know,
#aloghesti-btn-save-let-me-know:hover {
    margin-left: 33%;
    border-radius: 12px;
    background: rgba(9, 83, 159, 0.05);
    color: rgba(9, 83, 159, 0.5);
    box-shadow: unset;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.aloghesti-label-stop-production {
    background: #feeceb !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #f44336 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.aloghesti-label-custom-production {
    background: #ebeffe !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #f44336 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.aloghesti-label-free-delivery {
    background: #ebf2fe !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #3672f4 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.aloghesti-label-out-of-stock {
    width: 110px;
    justify-content: center;
    background: #feebef !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #f4364c !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.modal-header {
    border-bottom: unset !important;
}

.aloghesti-label-stop-production svg {
    width: 31px;
    padding-left: 8px;
    padding-right: 0;
}

.aloghesti-label-free-delivery svg {
    width: 31px;
    padding-left: 8px;
    padding-right: 0;
}

.aloghesti-label-out-of-stock svg {
    width: 31px;
    padding-left: 8px;
    padding-right: 0;
}


.aloghesti-label-supply {
    background: #f0f9f3 !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #71bd83 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.aloghesti-label-supply svg {
    width: 31px;
    padding-left: 8px;
    padding-right: 0;
}

.aloghesti-label-instant-delivery {
    background: #ffece3 !important;
    border-radius: 50px;
    padding: 8px 10px 8px 16px !important;
    color: #fc7b28 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.aloghesti-label-instant-delivery svg {
    width: 31px;
    padding-left: 8px;
    padding-right: 0;
}

.woocommerce-product-gallery .labels-rectangular {
    left: 0 !important;
}

.container-let-me-know {
    display: flex;
    justify-content: start;
}

.amount {
    font-weight: 400 !important;
}

.amount.sale-price {
    display: flex;
    font-size: 25px;
}

.amount.sale-price .wrapper-prices-saleprice {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 7px;
}

.amount.sale-price .wrapper-prices-saleprice .aloghesti-regular-price {
    text-decoration: line-through;
    text-decoration-color: red;
}

.payment-methods__box .container-let-me-know {
    background-color: #fff;
}

.aloghesti-regular-price .woocommerce-Price-amount {
    text-decoration: line-through;
    text-decoration-color: red;
    font-size: 18px;
    font-weight: 800;
}

.aloghesti-sale-price {
    font-size: 25px;
}

.festival-price-loop {
    font-size: 12px !important;
}

.woocommerce-product-gallery .product-labels {
    max-width: 35% !important;
}

.festival-sale-price-loop {
    font-size: 16px !important;
}

/*profile*/
.profile-row-file {
    display: flex;
    justify-content: space-around;
    gap: 16px;
}

.profile-file-box {
    height: 400px;
    border: 1px dashed;
    border-radius: 24px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 400px;
}

.aloghesti-unset-width {
    width: unset !important;
    height: unset !important;
}

.profile-footer-file-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

#send-cheques {
    margin-left: 18px;
}


.profile-file-box h6 {
    text-align: right;
    margin: 15px 18px 0;
    font-size: 20px;
}

.profile-file-box p {
    margin-right: 18px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 12px;
}

.profile-file-box button {
    border-radius: 10px;
    background: #09539f;
    color: #fff;
}

.profile-file-box button:hover {
    color: #fff;
}

.dropzone {
    border: unset !important;
    padding: 10px 80px !important;
    background: rgba(9, 83, 159, 0.05) !important;
    margin: 16px;
    border-radius: 11px;
}

.dz-button {
    background: rgba(9, 83, 159, 0.1) !important;
    padding: 10px 20px !important;
    color: rgba(9, 83, 159, 1) !important;
}

.svg-upload-container {
    margin: 24px auto auto;
    width: fit-content;
}

.aloghesti-preview {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    margin: 20px auto auto;
    cursor: pointer !important;
    border-radius: 12px;
}

.profile-container-confirm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 80px;
    margin: 16px 16px;
    background-color: rgb(47 178 74 / 5%);
    border-radius: 12px;
}

.confirm-cheques {
    padding: 10px 15px !important;
}

.profile-container-confirm span {
    margin-top: 16px;
}

.aloghesti-preview-container-reject {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aloghesti-preview-container-cheque-reject {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(245 236 236);
    border-radius: 12px;
}

.profile-form-reject .dz-button {
    background-color: rgb(244 227 225) !important;
    color: rgb(234 58 44) !important;
}

.aloghesti-preview-container-cheque-reject .aloghesti-preview {
    margin: 20px 20px !important;
}

.preview-cheques {
    margin: 0 10px;
}

.aloghesti-preview-container-cheque-reject span {
    margin-top: 10px;
}

.profile-container-cheques {
    display: flex;
}

.aloghesti-preview-container-reject span {
    margin-top: 10px;
}

.dz-remove {
    background-color: #ff3e4c;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-top: -34px;
    position: absolute;
    z-index: 22;
    padding: 5px 14px;
    left: 17px;
}

.dz-remove:hover {
    text-decoration: none !important;
    color: #ffffff;
}

.dropzone .dz-preview.dz-image-preview {
    background: unset !important;
}

.product-labels.labels-rectangular {
    top: 0;
    max-width: unset !important;
}

@media only screen and (max-width: 1024px) {
    .product-labels.labels-rectangular {
        top: 0;
        max-width: unset;
    }

    .aloghesti-label-supply {
        font-size: 12px !important;
        padding: 6px 8px 6px 12px !important;
    }

    .aloghesti-label-supply svg {
        width: 25px;
        padding-left: 6px;
        padding-right: 0;
    }

    .aloghesti-label-stop-production {
        background-color: #feeceb;
        font-size: 12px !important;
        padding: 6px 8px 6px 12px !important;
    }

    .aloghesti-label-custom-production {
        background-color: #ebeffe;
        font-size: 12px !important;
        padding: 6px 8px 6px 12px !important;
    }


    .aloghesti-label-stop-production svg {
        color: #f44336;
        width: 25px;
        padding-left: 6px;
        padding-right: 0;
    }


}

.container-related-post {
    margin-top: 60px;
    margin-bottom: 32px;
}

/*loan form*/
.loan-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aloghesti-form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 697px;
    text-align: center;
    font-size: 12px;
}

.aloghesti-form button,
.aloghesti-form button:hover {
    background-color: #0a549f;
    color: #fff;
    border-radius: 12px;
    margin-top: 20px;
}

.aloghesti-form input {
    border-radius: 10px !important;
    border: 2px solid #eee !important;
    text-align: center;
}

.aloghesti-form label {
    text-align: center;
}

.btn-order-cancel {
    background-color: transparent !important;
    color: red !important;
}

.btn-order-cancel:hover {
    background-color: transparent !important;
    box-shadow: unset !important;
    color: red !important;
}

.aloghesti-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert-form {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.success-form {
    padding: 20px;
    background-color: #3bc017;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/*end loan form*/

/*start attributes*/
.attributes-wrapper {
    padding-right: 100px;
    list-style: none;
}

.attributes-wrapper li {
    display: flex;
    margin-bottom: 0px;
    align-items: flex-start;
}

.attributes-wrapper li:before {
    display: none !important;
}

.attributes-wrapper li span.property:first-child {
    padding: 15px;
    color: #767790;
    width: 20%;
    display: flex;
    align-items: center;
}

.attributes-wrapper li span.property {
    display: flex !important;
}

.attributes-wrapper li span.property a {
    border-bottom: dotted;
}


.attributes-wrapper li span.property:last-child {
    padding: 15px;
    color: #080a38;
    width: 80%;
    display: block;
    border-bottom: 1px solid #f1f2f4;
    position: relative;
    line-height: 3;
}

.attribute-tooltip {
    margin-right: 7px;
    margin-bottom: 0px;
    position: relative;
    height: 100%;
}

.property-tooltip-container {
    position: absolute;
    bottom: 10px !important;
    left: 50px;
    transform: translate(-134px, -25px);
    width: 183px;
    text-align: center;
}

.attribute-tooltip__name {
    color: #fff;
    border-radius: 10px;
    padding: 7px 14px;
    background: #000;
    position: relative;
    display: inline-block;
}


.attribute-tooltip__name:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

@media only screen and (max-width: 768px) {
    .attributes-wrapper {
        padding-right: 20px;
        list-style: none;
    }

    .attributes-wrapper li span.property:first-child {
        width: 30%;
    }

    .attributes-wrapper li span.property:last-child {
        width: 70%;

    }

    .property-tooltip-container {
        bottom: 30px !important;
        left: 91px;
        width: 120px;
        font-size: 11px;
    }
}

/*end attributes*/
.text-thin {
    font-weight: 400 !important;
}

.modal-body-log-price {
    width: 100%;
    height: 258px;
    padding: 13px;
}

.modal-header h4 {
    margin-bottom: 0;
}

:root {
    --gray: #bcbcbc;
    --success: #84bd01;
    --green: #30b24b;
    --high-green: #14872c;
    --primary: #09539f;
}

/*start shortcode installment calc*/
.calc-body {
    background: linear-gradient(238.97deg, var(--primary) 0%, #09539f 100%);
}

.calc-container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .calc-container {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .modal-dialog-aloghesti {
        max-width: 100%;
        min-width: unset;
    }

    .modal-body-log-price {

        height: unset;

    }
}

@media (max-width: 1515px) {
    .aloghesti-header ul.main-menu {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .calc-container {
        width: 970px;
    }

}

@media (min-width: 1200px) {
    .calc-container {
        width: 1170px;
    }
}

.calc-container svg.head {
    display: block;
    margin: auto;
}

.calc-container h1 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 34px;
}

.calc__filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 24px 0;
}

.calc__filters__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.calc__box {
    background: #e6eef5;
    border-radius: 32px;
    margin-top: 25px;
    padding: 20px 40px;
}

.calc__range__price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.calc__range__price__description {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.calc__range__price__container {
    display: flex;
    align-items: center;
}

.calc__range__price__counter {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    margin-left: 15px;
}

.calc__range__price__counter span {
    cursor: pointer;
}

.calc__range__price__counter span:first-child {
    margin-bottom: 10px;
}

.calc__range__price__amount {
    width: 295px;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0 !important;
}

#loan_price {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.calc__range__price__amount i {
    font-size: 20px;
    font-weight: 400;
    font-style: normal !important;
}

.calc__bill {
    display: flex;
    border-radius: 32px;
    overflow: hidden;
    margin-top: 25px;
}

.calc__bill__section {
    padding: 5px 20px;
}

.calc__bill__section li {
    height: 51px;
}

.calc__bill__section li:not(:last-child) {
    border-bottom: 1px solid rgba(57, 86, 159, 0.3);
}

.calc__bill__titles li {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.calc__bill__details li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 10px;
}

.calc__bill__details li span {
    font-size: 20px;
    font-weight: 700;
}

.calc__bill__details li i {
    font-size: 20px;
    font-weight: 400;
    margin-right: 5px;
    font-style: normal !important;
}

.calc__bill__titles {
    width: 25%;
    background-color: rgba(44, 50, 56, 0.1);
}

.calc__bill__titles ul {
    padding: 0;
    margin: 0;
}

.calc__bill__details {
    width: 75%;
    background-color: rgba(9, 83, 159, 0.05);
}

.calc__bill__details ul {
    margin: 0;
    padding: 0;
}

.calc__box__total-price {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
}

.calc__box__total-price__title {
    font-size: 20px;
    font-weight: 400;
}

.calc__box__total-price__detail {
    font-size: 32px;
    font-weight: 700;
}

.calc__divider {
    border-bottom: 1.5px dashed #b6c2e2;
    width: 100%;
    margin: 35px 0;
    position: relative;
    /* height: 2px; */
}

.calc__divider:before {
    content: "";
    width: 75px;
    height: 75px;
    background: var(--primary);
    position: absolute;
    border-radius: 50%;
    right: -82px;
    top: -36px;
}

.calc__divider:after {
    content: "";
    width: 75px;
    height: 75px;
    background: var(--primary);
    position: absolute;
    border-radius: 50%;
    left: -82px;
    top: -36px;
}

.calc__terms {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.calc__terms li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 33px;
    margin-bottom: 0;
}

.calc__terms li:not(:last-child) {
    margin-bottom: 15px;
}

.calc__terms li p {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-right: 12px;
    margin-bottom: 0 !important;
}

.calc__range__slider {
    margin: 20px 0;
}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/

    /* New additions */
    height: 17px;
    background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 25px;
    width: 25px;
    background-color: var(--high-green);
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: 0.2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    background-color: var(--high-green);
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: 0.2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(23, 241, 3, 0.1);
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(23, 241, 3, 0.2);
}

input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(23, 241, 3, 0.2);
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(23, 241, 3, 0.1);
}

input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(23, 241, 3, 0.2);
}

input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(23, 241, 3, 0.2);
}

.select_wrap {
    width: 345px;
    margin-top: 15px;
    position: relative;
    user-select: none;
    border-radius: 25px;
}

.select_wrap .default_option {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    height: 52px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0
}

.select_wrap .default_option li {
    padding: 10px 20px;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #09539f #09539f;
    transform: rotate(-45deg);
}

.select_wrap .select_ul {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none;
    border-radius: 20px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.select_wrap .select_ul li {
    padding: 0 20px;
    cursor: pointer;
    height: 52px;
    display: flex;
    align-items: center;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #09539f20;
}

.select_wrap .option {
    display: flex;
    align-items: center;
}

.select_wrap .option p {
    margin: 0;
}

.select_wrap .option .icon {
    width: 39px;
    height: 32px;
    margin-left: 10px;
}

.select_wrap .option.pizza .icon {
    background-position: 0 0;
}

.select_wrap .option.burger .icon {
    background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
    background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
    background-position: 0 -111px;
    width: 25px;
}

.select_wrap.active .select_ul {
    display: block;
}

.select_wrap.active .default_option:before {
    top: 25px;
    transform: rotate(-225deg);
}

@media only screen and (max-width: 768px) {
    .calc__title {
        font-size: 40px !important;
    }

    .calc__filters {
        gap: 10px;
    }

    .calc__filters div {
        flex: 1;
    }

    .calc-container {
        padding: 20px;
    }

    .calc__bill__titles {
        width: 45%;
    }

    .calc__box__total-price {
        padding: 0px 5px;
    }

    .calc__bill__section {
        padding: 5px 3px;
    }

    .calc__bill__details {
        width: 55%;
    }

    .select_wrap {
        width: auto;
    }

    .calc__box {
        padding: 20px 10px;
    }

    .calc__terms {
        width: 100%;
        padding: 0;
    }

    .option p {
        font-size: 12px;
    }

    .select_wrap .default_option {
        height: 45px;
        border-radius: 17px;
        list-style: none;
    }

    .calc__range__price {
        flex-direction: column;
        justify-content: space-between;
    }

    .calc__filters__title {
        font-size: 14px;
    }

    .calc__range__price__amount {
        font-size: 25px;
        width: 190px;
    }

    .calc__range__price__amount i {
        font-size: 11px;
    }

    .select_wrap .option .icon {
        width: 30px;
        height: 25px;
    }

    .select_wrap .default_option li {
        padding: 20px 13px;
    }

    .calc__range__price__description {
        font-size: 10px;
        text-align: right;
        padding-right: 10px;
        width: 100%;
    }

    .calc__range__price__counter {
        margin-left: 5px;
    }

    .calc__range__price__counter svg {
        width: 12px;
        height: 12px;
    }

    .calc__range__price__counter span:first-child {
        margin-bottom: 5px;
    }

    .calc__bill__titles li {
        font-size: 14px;
    }

    .calc__bill__details li span,
    .calc__bill__details li i {
        font-size: 14px;
    }

    .calc__box__total-price__detail {
        font-size: 20px;
        margin: 0;
    }

    .calc__box__total-price__title {
        font-size: 16px;
    }

    .calc__divider:after {
        width: 25px;
        height: 30px;
        left: -28px;
        top: -16px;
    }

    .calc__divider:before {
        width: 25px;
        height: 30px;
        right: -28px;
        top: -16px;
    }

    .calc__terms li p {
        font-size: 12px;
    }
}

/*swiper*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: unset !important;
}

.swiper-slide {
    padding: 40px;
}

.product-slider {
    height: 387px;
}

.product-slider__image {
    padding: 20px;
    height: 220px;
    width: 320px;
    margin: auto;
}

.product-slider__title {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-slider__price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-slider__price span:first-child {
    font-weight: 400;
    color: #8C8C8C;
}

.product-slider__price span:last-child {
    font-weight: 400;
    color: #1890FF;
    margin-right: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-slider {
    width: 100%;
    /*height: 437px;*/
}

.main-slider .swiper-slide {
    padding: 0px;
}

.main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.7;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
}

.main-slider .swiper-pagination-bullet-active {
    width: 26px;
    background: #fff;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

@media only screen and (max-width: 768px) {
    .main-slider {
        /*height: 195px;*/
    }

    .main-slider .swiper-slide {
        padding: 0 3px;
    }

    .main-slider .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        margin: 0 2px !important;
    }

    .main-slider .swiper-pagination-bullet-active {
        width: 15px !important;
        background: #fff;
        opacity: 1;
        transition: all 300ms ease-in-out;
    }

}


/*end shortcode installment calc*/

.container-social-button {
    display: flex;
    justify-content: space-around;
    padding: 0 340px;
}

/* FILTER STYLES */

.custom-filter {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.custom-filter .custom-filter__btn {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-fixed-wrapper {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    width: 100%;
    transform: translate(0px, 100%);
    transition: all 0.4s;
}

.filter-fixed-wrapper--open {
    transform: translate(0px, 0%);
    transition: all 0.4s;
}

.filter-drawer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-drawer-box li {
    margin: 0
}

.filter-drawer-box {
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding-bottom: 50px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.filter-drawer__header {
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 16px;
}

.filter-drawer__header-box {
    border-bottom: 2px solid #f9f9f9;
    padding: 12px;
}

.filter-drawer__header-item {
    cursor: pointer;
}

.filter-drawer__header h4 {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    margin: 0;
}

.filter-default {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.filter-default--open {
    max-height: 1000px;
    transition: all 0.5s ease-in;
}

.filter-drawer__option {
    border-bottom: 2px solid #f9f9f9;
}

.filter-drawer__content {
    background-color: #f6f6f6;
}

.filter-drawer__content-wrapper {
    padding: 15px 25px;
}

.filter-drawer__brands-list {
    margin-top: 8px;
}

.filter-drawer__brands-list li {
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d98e;
}

.filter-drawer__brands-list li:first-child {
    border-top: 1px solid #d9d9d98e;
}

.filter-drawer__header__price-range-property {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.filter-drawer__header__price-range-property span {
    display: flex;
    align-items: center;
}

.filter-drawer__header__price-range-property span:nth-child(odd) {
    font-weight: 600;
}

.filter-drawer__header__price-range-property span:nth-child(even) {
    font-weight: 600;
    color: #1890ff;
    gap: 6px;
}

.filter-drawer__payment_methods li label {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0;
    cursor: pointer;
}

.filter-drawer__payment_methods li input {
    margin: 0 !important;
    cursor: pointer;
}

.filter-drawer__payment_methods li {
    display: flex;
    gap: 8px;
}

.filter-drawer__payment_methods li:not(:last-child) {
    margin-bottom: 15px;
}

.filter-drawer__brand-search {
    position: relative;
}

.filter-drawer__brand-search input {
    width: 100%;
    outline: none;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 5px 22px;
}

.filter-drawer__brand-search svg {
    position: absolute;
    right: 8px;
    top: 11px;
}

.filter-drawer__toggle-switch input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
}

.filter-drawer__toggle-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 22px;
    background: #bdbdbd;
    display: block;
    border-radius: 100px;
    position: relative;
}

.filter-drawer__toggle-switch label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.filter-drawer__toggle-switch input:checked+label {
    background: #1677ff;
}

.filter-drawer__toggle-switch input:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.filter-drawer__toggle-switch label:active:after {
    width: 20px;
}

.filter-drawer__container {
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

.filter-drawer__container input {
    /* margin: 0; */
    /* margin-bottom: 2pzx; */
}

.filter-drawer__container:hover input~.checkmark {
    background-color: #ccc;
}

.filter-drawer__container input:checked~.checkmark {
    background-color: #1890ff;
    ;
}

.filter-drawer__container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-drawer__container input:checked~.checkmark:after {
    display: block;
}

.filter-drawer__container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* input range ====== */

.filter-drawer__range {
    margin-top: 16px;
}

.filter-drawer__range .range-slider {
    height: 5px;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
}

.filter-drawer__range .range-selected {
    height: 100%;
    left: 0%;
    right: 1%;
    position: absolute;
    border-radius: 5px;
    background-color: #1890ff;
}

.filter-drawer__range .range-input {
    position: relative;
}

.filter-drawer__range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-drawer__range .range-input input::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 3px solid #1890ff;
    background-color: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
}

.filter-drawer__range .range-input input::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 3px solid #1890ff;
    background-color: #fff;
    pointer-events: auto;
    -moz-appearance: none;
}

.filter-drawer__range input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(24, 144, 255, 0.18);
}

.filter-drawer__range input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(24, 144, 255, 0.26);
}

.filter-drawer__range input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(24, 144, 255, 0.26);
}

/* Hover, active & focus Thumb: Firfox */

.filter-drawer__range input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(24, 144, 255, 0.18);
}

.filter-drawer__range input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(24, 144, 255, 0.26);
}

.filter-drawer__range input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(24, 144, 255, 0.26);
}

.filter-drawer__range .range-price {
    /* margin: 12px 0; */
    margin-top: 20px;
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.filter-drawer__range .range-price label {
    margin-right: 5px;
}

.filter-drawer__range .range-price input {
    width: 40px;
    padding: 5px;
}

.filter-drawer__range .range-price input:first-of-type {
    /* margin-right: 15px; */
}

.filter-drawer__range .range-input__labels {
    display: flex;
    justify-content: space-between;
    /* margin-top: 4px; */
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #9f9f9f;
}

.filter-drawer__range .range-price_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.filter-drawer__range .range-price_wrapper input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #1890ff;
    background: #fff;
    text-align: center;
}

.filter-drawer__range .range-price_wrapper span {
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .filter-fixed-wrapper {
        margin-bottom: 35px;
        position: unset;
    }

    .filter-drawer-box {
        border-radius: 10px;
        border: 1px solid #f0f0f0;
        background: #fff;
        padding-bottom: 0;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
    }

    .filter-drawer__header-box {
        border-bottom: 2px solid #f9f9f9;
        padding: 12px;
    }

    .filter-drawer__header-box {
        display: none;
    }
}

.advantage-groups {
    display: flex;
    align-items: stretch;
}

.advantage-groups__wrapper,
.disadvantage-groups__wrapper {
    padding-right: 15px;
    padding-left: 25px;
    max-width: 50%;
}

.advantage-groups__wrapper {
    border-right: 2px solid #2FB24A;
}

.disadvantage-groups__wrapper {
    border-right: 2px solid #FF3E4C;
}

.advantage-groups h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.advantage-groups ul {
    padding: 0;
}

.advantage-groups ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    color: #292D32 !important;
    margin: 16px 0;
}

.m-mobile-only {
    display: none;
}

.alghst-container-installment {
    width: 100% !important;
    margin: 10px 0px;
    padding: 0px;
    font-family: Yekanbakh, serif !important;
    height: 100%;
}

.product-summary-shadow .summary-inner {
    box-shadow: none !important;
}

.related-products {
    padding: 0 63px !important;
}

.product-tabs-wrapper {
    padding: 40px 63px !important;
}

.product-image-summary {
    padding: 0 63px !important;
}

.aloghesti-container {
    padding: 0 !important;
}

/*.aloghesti-items-start {*/
/*    padding: 0 63px !important;*/
/*}*/

/*.aloghesti-wrapper {*/
/*    margin: 0 63px !important;*/
/*}*/

/*.main-page-wrapper {*/
/*    margin: 0 63px !important;*/
/*}*/

.aloghesti-extra-wrapper {
    padding: 30px 63px !important;
}

.title-styles .page-title {
    padding: 20px 47px !important
}

.title-line-two .product-grid-item .wd-entities-title {
    max-height: none !important;
    min-height: 55px !important;
}

.title-line-two .product-grid-item .wd-entities-title a {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25rem;
}

.single-product .aloghesti-wrapper {
    margin: 0 !important;
}

.product-grid-item .product-element-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
}


.title-styles .page-title {
    padding: 15px 10px !important
}


@media only screen and (max-width: 1200px) {
    .responsive-col {
        display: none;
    }

    .m-mobile-only {
        display: inline-block;
    }

    .container-order-details {
        padding: 0px !important;
        border-radius: 35px !important;
        overflow: hidden;
    }

    .container-details {
        padding: 20px !important;
        font-size: 12px !important;
        overflow: scroll;
        width: 100vw;
        height: 100%;

    }

    .container-details .tb-installment-info,
    .tb-order-details,
    .tb-order-details th,
    .tb-order-details th {
        font-size: 12px !important;
    }

    .tb-order-details button {
        font-size: 11px !important;
        padding: 5px !important;
    }

    .aloghesti-profile-btn-payment {
        padding: 4px 8px !important;
        font-size: 11px !important;
    }

    .profile-row-file {
        flex-direction: column;
        gap: 16px;
    }

    .profile-file-box {
        width: 100%;
    }

    /*product page spacing START*/
    .related-products {
        padding: 0 15px !important;
    }

    .product-summary-shadow .summary-inner {
        padding: 0 15px !important;
        box-shadow: none !important;
    }

    .product-tabs-wrapper {
        padding: 40px 15px !important;
    }

    .product-tabs-wrapper .woocommerce-Tabs-panel {
        padding: 15px !important;
    }

    .product-image-summary {
        padding: 0 15px !important;
    }

    .aloghesti-extra-wrapper {
        padding: 0 15px !important;
    }

    /*.main-page-wrapper {*/
    /*    margin: 0 15px !important;*/
    /*}*/
    /*.aloghesti-wrapper {*/
    /*    margin: 0 15px !important;*/
    /*}*/
    /*product page spacing END*/
}

.cart-subtotal {
    display: none !important;
}

.aloghesti-order-total,
.order-row-installment-method,
.order-row-any-installment,
.order-row-month-count {
    font-size: 18px;
    font-weight: 900;
}

.single-method .alghst-option-installment {
    cursor: default;
}

.single-method .alghst-option-installment::after {
    content: '' !important;
}

.single-method.open .alghst-option-installment {
    border-bottom: unset !important;
}

.cart-item-error td {
    text-align: center !important;
    color: red;
    font-size: 20px;
}

.woocommerce-variation-price {
    display: none !important;
}

.wd-swatches-product>.wd-swatch {
    padding: 0 !important;
}

.reset_variations {
    visibility: hidden !important;
    display: none !important;
}

.aloghesti-link-call-variable {
    font-size: 22px;
}

.woocommerce-Price-amount.amount {
    font-size: 20px !important;
}

.product-element-bottom .price {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    font-size: 22px;
    flex-direction: column;
}

.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] {
    height: auto;
}

.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] .product-wrapper {
    height: 100%;
    padding: 12px 0;
}

.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] .product-wrapper .wd-star-rating {
    text-align: center;
}

.aloghesti-normal-style:first-child .woocommerce-Price-amount.amount {
    font-size: 18px !important;
}

.variations_form {
    margin-top: 70px;
}

.single_variation_wrap .container-let-me-know {
    flex-direction: row-reverse;
}

.aloghesti-variable-let-me-know {
    text-align: left;
}

.aloghesti-variable-let-me-know .container-let-me-know {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .aloghesti-variable-let-me-know {
        text-align: right;
    }

    .single_variation_wrap .container-let-me-know {
        flex-direction: row;
    }

}

/*TODO: clean this shit*/
.shop_table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.shop_table tr:not(:last-child) {
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.shop_table tbody {
    display: flex;
    flex-direction: column;
}

.shop_table tr:is(th, td) {
    border-bottom: none !important;
}

.shop_table tr td,
.shop_table tr th {
    border-bottom: none !important;
}


/*short code product slider */
.price3 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.toman {
    color: #09539f;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.pattern-price {
    direction: rtl;
    margin-bottom: 0;
}

.oldprice {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
}

.special-offers {}

.banner img {
    min-width: auto;
    max-width: 110px;
    height: auto;
}

/* استایل لیست محصولات */

.product-list .swiper {
    padding: 5px;
}

.productdekstop {
    float: right;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productdekstop h3 {
    font-size: 14px;
    margin-top: 14px;
}

/* استایل اسکرول محصولات */
.scroll-container {
    display: flex;
    gap: 2px;
    direction: rtl;
    align-items: stretch;
    overflow: hidden;
}

/* استایل هر محصول */
.productdekstop {
    background-color: #ffffff;
    padding: 12px;
    text-align: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

div.productdekstop:first-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

div.productdekstop:last-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.productdekstop img {
    max-width: 100%;
    /*height: 165px;*/
}

.oldprice .price {
    font-weight: 400;
    text-decoration: line-through solid #002d62 1px;
    color: #757575 !important;
    font-size: 19px;
    margin-bottom: 0;
}

.price2 {
    font-weight: 600;
    color: #09539f;
    font-size: 18px;
}

.badge {
    margin: 0;
    border-radius: 99px;
    font-size: 17px;
    height: 32px;
    width: 28px;
    display: grid;
    place-content: center;
    text-align: center;
    padding-top: 2px;
    color: red;
}

.offers__header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.offers__show-more--mobile {
    display: none;
}

.owl-main-product-slider .productdekstop {
    width: 100%;
    height: 356px;
    margin: 10px 0;
}

.yalda-swiper .swiper-slide {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aloghesti-swiper-mobile {
    display: none;
}

.aloghesti-swiper-desktop {
    display: block
}

.card-footer {
    width: 100%;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .scroll-container {
        overflow: scroll;
        padding-bottom: 12px;
    }

    .offers__show-more--desktop {
        display: none;
    }

    .offers__header h3 {
        width: 100%;
        text-align: center;
    }

    .product-swipper {
        padding-left: 26px;
    }

    .offers__show-more--mobile {
        display: grid;
        place-items: center;
        background: transparent;
        width: 140px
    }

    .offers__show-more--mobile a {
        display: inline-block;
        width: 70px !important;
        color: #fff;
        font-size: 20px;
    }

    .offers__show-more--mobile a svg {
        margin-right: 6px;
    }

    .aloghesti-swiper-mobile {
        display: block
    }


    div.productdekstop:nth-last-child(2) {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .offers__header {
        justify-content: center;
    }
}

/*end short code product slider */

.prepayment_container_cart {
    display: flex;
    align-items: center;
}

.prepayment_container_cart div span {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    display: grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
}

.payment-methods__cart {
    display: flex;
    align-items: center;
}

.input_prepayment_price {
    border-radius: 5px !important;
    padding: 0 !important;
    height: 28px !important;
    text-align: center;
}

.aloghesti-action-prepayment-cart {
    margin: 0 10px;
}

.prepayment_container_cart_title {
    padding-left: 10px;
}

form.cart {
    gap: 0 !important;
    width: 100% !important;
}

.product-price .woocommerce-Price-amount {
    display: flex;
}

.product-subtotal .woocommerce-Price-amount {
    display: flex;
}

.product-subtotal .woocommerce-Price-amount span {
    padding-right: 9px;
}

.product-price .woocommerce-Price-amount span {
    padding-right: 9px;
}

.owl-dots .owl-dot.active span {
    height: 10px !important;
}

.wd-sticky-btn-cart .container-let-me-know {
    display: none;
}

.aloghesti-error {
    border: 1px solid red !important;
}

.aloghesti-error-message {
    color: red;
}

.wd-hover-tiled .product-element-top {
    padding: 0 !important;
}

.product-grid-item :is(.product-image-link, .hover-img) img {
    padding: 20px !important;
}

.woocommerce-checkout {
    position: relative;
}

.woocommerce-checkout .loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.woocommerce-checkout.loading .loading-spinner {
    display: block;
}

.loading-spinner {
    width: 100%;
    height: 100%;
    background-color: #09060657;
}

.loading-spinner img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile__box__loading {
    position: absolute;
    width: calc(100% - 58px);
    height: calc(100% - 58px);
    background: #808080a3;
    border-radius: 24px;
    z-index: 99;
}

.profile__box__loading img {
    width: 50px;
    height: 50px;
    top: 42%;
    left: 50%;
    position: absolute;
}

.aloghesti-myaccount-input-installment-price {
    width: 135px !important;
}

.aloghesti-myaccount-input-cash-price {
    width: 135px !important;
}

.aloghesti-myaccount-input-national-code {
    width: 135px !important;
}

.notice-max-prepayment {
    color: #ed3333 !important;
    margin-left: 10px;
    user-select: none;
}

.btn_prepayment_disabled {
    pointer-events: none;
}

.btn_prepayment_disabled path {
    fill: #ddd;
}

.payment-methods__installment__items__pre-payment__value {
    user-select: none;
}

.text-price-total {
    user-select: none;
}

.wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp>.wd-sub-menu {
    min-height: 500px !important;
}

/*Custom menu*/
:root {
    --main-color-aloghesti: #1967b9;
}

.aloghesti-header {
    background-color: #fff;
}

.aloghesti-header ul.main-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.aloghesti-header ul.main-menu {
    margin: 0;
    list-style: none;
}

.aloghesti-header ul.main-menu .nav-item {
    display: inline-block;
    padding: 22px 10px;
    margin-bottom: 0;
}

.aloghesti-header ul.main-menu .nav-item .nav-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    position: relative;
    font-weight: 600;
    line-height: initial;
}

.aloghesti-header ul.main-menu .nav-item .nav-link.has-children::after {
    margin-right: 4px;
    font-weight: normal;
    font-style: normal;
    font-size: 50%;
    content: "\f129";
    font-family: "woodmart-font";
}

.aloghesti-header ul.main-menu .nav-item .nav-link:hover {
    color: var(--main-color-aloghesti);
}

.aloghesti-header ul.main-menu .nav-item .mega-menu {
    position: absolute;
    background: #fff;
    right: 12px;
    left: 12px;
    top: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    animation: fade-up 200ms ease-in-out;
    display: none;
    min-height: 40vh;
}

.aloghesti-header ul.main-menu .nav-item:hover .mega-menu {
    display: flex;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu {
    width: 270px;
    flex: 0 0 auto;
    margin: 0;
    list-style: none;
    padding: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.aloghesti-header .menu-item {
    margin-bottom: 0;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item .menu-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item .menu-link img {
    vertical-align: middle;
    margin-left: 6px;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item .menu-link.has-children::after {
    margin-right: 4px;
    font-weight: normal;
    font-style: normal;
    font-size: 50%;
    content: "\f114";
    font-family: "woodmart-font";
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item .menu-link:hover {
    background: #f3f3f3;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 40px);
    height: 90vh;
    align-content: flex-start;
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .aloghesti-header .mega-sub-menu .menu-level-3 .level-3 {
        height: 200vh;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .aloghesti-header .mega-sub-menu .menu-level-3 .level-3 {
        height: 160vh;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .aloghesti-header .mega-sub-menu .menu-level-3 .level-3 {
        height: 115vh;
    }
}

@media (min-width: 1700px) and (max-width: 1850px) {
    .aloghesti-header .mega-sub-menu .menu-level-3 .level-3 {
        height: 100vh;
    }
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item .menu-level-3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 270px;
    bottom: 0;
    padding: 30px 20px 0;
    display: none;
    animation: fade-up 200ms ease-in-out;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item:hover .menu-level-3 {
    display: block;
}

.aloghesti-header ul.main-menu .nav-item .mega-menu>.mega-sub-menu .menu-item:hover .menu-level-3 {
    display: block;
    overflow: auto;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 li {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    width: 190px;
    flex: 0 0 auto;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid var(--main-color-aloghesti);
    padding-right: 5px;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 li a:hover {
    color: var(--main-color-aloghesti);
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 .level-4 {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.level-4 .nav-link {
    line-height: 2 !important;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 .level-4 li {
    margin-bottom: 0;
    padding-right: 0;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 .level-4 li a {
    text-decoration: none;
    color: #818181;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    padding: 6px 0;
    border: none;
    font-weight: 400;
}

.aloghesti-header .mega-sub-menu .menu-level-3 .level-3 .level-4 li a:hover {
    color: var(--main-color-aloghesti);
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alogh-alert-not-found-du-installment {
    text-align: center;
    top: 50%;
    position: absolute;
    left: 43%;
    font-size: 44px;
}

.benefit-wrapper .elementor-widget-wrap {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
}

.benefit-wrapper-desktop .elementor-widget-wrap {
    justify-content: space-between !important;
}

.usp-single-mobile {
    margin: 0 6px !important;
    white-space: nowrap !important;
}

.elementor-icon-box-wrapper {
    text-align: center;
    padding: 16px;
}

.elementor-widget-text-editor {
    display: flex;
    flex-direction: column !important;
}