




.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 7;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-inline-start: 0 !important;
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

html[dir="rtl"] .wizard-content .wizard>.steps>ul>li:before {
    right: 0;
    left: auto;
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

html[dir="rtl"] .wizard-content .wizard>.steps>ul>li:after {
    left: 0;
    right: auto;
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: rgba(9, 38, 16, 0.80);
    cursor: default;
    font-weight: 700;
}

.wizard-content .wizard>.steps>ul>li.current>a span.sub-head {
    color: rgba(9, 38, 16, 0.60);
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #092610;
    background-color: #fff;
    color: #092610;
    box-shadow: 0 0 0 4px rgba(9, 38, 16, 0.25);
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: rgba(9, 38, 16, 0.40);
    font-weight: 700;
    font-size: 16px;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: rgba(9, 38, 16, 0.80);
    font-weight: 700;
}

.wizard-content .wizard>.steps>ul>li.done a .sub-head {
    color: rgba(9, 38, 16, 0.60);
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #154521;
    border-color: #154521;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    inset-inline-start: 50%;
    margin-inline-start: -24px;
    z-index: 8;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px;
    margin-bottom: 30px;
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions a[href="#previous"] {
    display: none;
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

html[dir="rtl"] .wizard-content .wizard>.actions>ul {
    float: left;
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-inline-start: 10px;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #154521;
    color: #fff;
    display: block;
    padding: 14px 48px;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: 500;
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 2px;
    background-color: #154521;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.done:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.done:before {
    width: 40%;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: rgba(9, 38, 16, 0.20);
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-inline-start: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px
    }

    .wizard-content .wizard>.steps>ul>li {
        /* display: block;
        float: left;
        width: 50% */
    }

    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }

    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ''
    }

    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #009efb
    }

    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%
    }

    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #009efb
    }

    .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1200px) {
    .shop-checkout.container {
        max-width: 1290px;
    }
}

@media (min-width: 1500px) {
    .shop-checkout.container {
        max-width: 1550px;
    }
}

.font-400 {
    font-weight: 400 !important;
}

.product-form li a .sub-head {
    display: block;
    color: rgba(9, 38, 16, 0.30);
    font-weight: 500;
}

.italic-text {
    color: #092610;
    font-family: Jost;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.package-box {
    width: 100%;
    border-radius: 48px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 32px;
    min-height: 560px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    box-shadow: 0 9.831px 22.119px 0 transparent;
}

.package-box .package-box-white {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package-box:hover {
    border-color: #092610;
    box-shadow: 0 9.831px 22.119px 0 rgba(0, 0, 0, 0.10);
}

.package-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.package-box p {
    color: #666;
    font-size: 14px;
    font-weight: 450;
    margin-bottom: 0;
}

.pack-amount {
    color: #092610;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pack-amount span {
    font-weight: 700;
}

.list-icon {
    padding: 0;
    margin: 0;
}

.list-icon li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 450;
    font-size: 16px;
}

.list-icon li img {
    margin-inline-end: 5px;
}

.package-box-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-box-bottom button {
    border: 1px solid #092610;
    background: #FFF;
    border-radius: 100px;
    padding: 10px;
    color: #092610;
    font-size: 28px;
    font-weight: 500;
    box-shadow: none;
    min-width: 104px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-box-bottom .value {
    font-size: 22px;
    font-weight: 500;
}

.package-box.with-gradient {
    padding: 15px 6px 6px 6px;
    background: linear-gradient(159deg, rgba(9, 38, 16, 0.70) -0.01%, rgba(21, 69, 33, 0.70) 50.26%, rgba(78, 157, 98, 0.70) 99.99%);
    box-shadow: -2px -2px 8px 0 #4E9D62 inset, 2px 2px 8px 0 #4E9D62 inset;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* transition: all 0.4s ease; */
}

.package-box.with-gradient::before {
    content: '';
    display: block;
    background-image: url(../images/bg-pattern.svg);
    background-repeat: repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.package-box.with-gradient:hover {
    border-color: #4E9D62;
}

.package-box.with-gradient:hover::after {
    height: 100%;
    background: linear-gradient(159deg, #092610 -0.01%, #154521 50.26%, #4E9D62 99.99%);
    box-shadow: -1px -1px 8px 0 #4E9D62 inset, 1px 1px 8px 0 #4E9D62 inset;
    width: 100%;
    margin: 0;
}

.package-box.with-gradient:hover::before {
    z-index: 0;
}

.package-box.with-gradient:hover h3,
.package-box.with-gradient:hover .pack-amount,
.package-box.with-gradient:hover .list-icon li,
.package-box.with-gradient:hover .package-box-bottom .value {
    color: #fff;
}

.package-box.with-gradient:hover p {
    color: #91B69A;
}

.package-box.with-gradient:hover .package-box-bottom button {
    border-color: #fff;
}

.package-box.with-gradient h2 {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.package-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 28px 28px;
    /* border-radius: 48px; */
    height: 100%;
    position: relative;
    z-index: 1;
}

.package-box.with-gradient::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: calc(100% - 49px);
    transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
    border-radius: 48px;
    background-color: #fff;
    z-index: -1;
    margin: 5px;
}

.form-steps .row.row-cols-1 .col {
    display: flex;
}

.form-steps h4 {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
}

.form-steps .form-group label {
    font-size: 16px;
    font-weight: 400;
}

.form-steps .form-group label span {
    color: #802616;
}

.form-steps .form-group .form-control {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    font-size: 16px;
    font-weight: 400;
}

.form-steps .phone-number select,
.form-steps .phone-number .form-control {
    margin: 1px;
    border-radius: 8px;
    border: none;
    padding: 0px;
}

.form-steps .phone-number select {
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 50%;
    padding-inline-end: 10px;
}

html[dir="rtl"] .form-steps .phone-number select {
    background-position: 0% 50%;
}

.form-steps .phone-number .form-control {
    border-inline-start: 1px solid rgba(9, 38, 16, 0.2);
    padding-inline-start: 12px;
    margin-inline-start: 12px !important;
}

.form-steps .phone-number select {
    box-shadow: none;
    opacity: 0.5;
    outline: none;
}

.form-steps .phone-number {
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    padding: 12px 16px;
}

.product-tab {
    gap: 3px;
    margin-bottom: 20px;
}

.product-tab .nav-link {
    border: none;
    background-color: inherit;
    border-bottom: 2px solid rgba(9, 38, 16, 0.2);
    padding: 0;
}

.product-tab .nav-link.active {
    border-bottom-color: rgba(9, 38, 16, 1);
}

.product-tab .nav-link.active span {
    background-color: rgba(21, 69, 33, 1);
}

.product-tab .nav-link span {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    padding: 6px 10px;
    min-width: 96px;
    background-color: rgba(21, 69, 33, 0.2);
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 10px;
}

.form-steps .form-select {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    font-size: 16px;
    font-weight: 400;
    background-image: url(../images/dropdown-arrow.png);
    background-size: auto;
}

.form-steps textarea {
    resize: none;
    min-height: 108px;
}

.form-steps .dz-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto;
}

.form-steps .dz-button::before {
    content: '';
    display: block;
    background-image: url(../images/file-upload.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.form-steps .dz-button p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: rgba(9, 38, 16, 0.60);
}

.form-steps .dz-button p b {
    color: #092610;
    text-decoration: underline;
}

.form-steps .dz-button span {
    color: rgba(9, 38, 16, 0.40);
    font-size: 16px;
    font-weight: 400;
}

.form-steps .dropzone {
    padding: 0px;
    border-radius: 24px;
    border: 1px dashed rgba(9, 38, 16, 0.30);
    background-color: #fff;
    min-height: 360px;
    position: relative;
}

.form-steps .dropzone .dz-preview {
    margin: 4px;
}

.product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    padding: 32px;
    background: #FAFAFA;
    margin-bottom: 32px;
}

.product-info.dir-rtl {
    margin-top: 26px;
}

.product-info span {
    color: rgba(9, 38, 16, 0.5);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}

.product-info h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

.product-info p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.product-rate {
    font-weight: 500;
    font-size: 20px;
}

.dir-rtl {
    direction: rtl;
}

.addon-box {
    border-radius: 24px;
    background: rgba(9, 38, 16, 0.04);
    padding: 20px;
    height: 100%;
}

.addon-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.addon-box span {
    opacity: 0.7;
    font-size: 16px;
    font-weight: 400;
}

.addon-box .price {
    font-size: 16px;
    font-weight: 500;
}

.btn-action {
    padding: 8px 24px;
    border-radius: 8px;
    background: #154521;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    border: none;
}

.btn-action.remove {
    background: #802616;
}

.product-desc {
    padding: 32px;
    border-radius: 16px;
    background: #FAFAFA;
}

.product-desc h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.product-desc p {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.4;
}

.product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.product-images figure {
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    overflow: hidden;
    margin: 0;
    flex-shrink: 0;
    width: 117px;
    height: 117px;
}

.order-summary {
    border-inline-start: 1px solid rgba(9, 38, 16, 0.20);
    padding-inline-start: 20px;
}

.order-summary p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.order-summary span {
    font-size: 18px;
    font-weight: 500;
}

.order-summary .total p,
.order-summary .total span {
    font-size: 20px;
    font-weight: 600;
}

.order-summary h4 {
    font-size: 16px;
    font-weight: 500;
}

.btn-proceed {
    width: 100%;
    border-radius: 16px;
    background: #154521;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px;
    display: inline-block;
}

.btn-proceed:hover {
    color: #fff;
    background: #154521;
}

.terms {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.terms p {
    opacity: 0.4;
}

.terms a {
    text-decoration: underline;
}

.success-wrapper {
    text-align: center;
    padding-block: 100px;
}

.success-wrapper span {
    opacity: 0.5;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.success-wrapper .btn-proceed {
    width: auto;
    min-width: 390px;
}

.lottie-wrapper {
    margin-bottom: 120px;
}

.lottie-wrapper p {
    font-size: 20px;
    font-weight: 500;
}

html[dir="rtl"] .form-steps .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: auto;
    border-top-left-radius: auto;
    border-bottom-left-radius: auto;
}

html[dir="rtl"] .form-steps .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir="rtl"] .form-steps .form-select {
    background-position: left .9375rem center;
}


@media (max-width: 480px) {
    .package-box-bottom button {
        min-width: 70px;
        height: 38px;
        font-size: 20px;
    }

    .success-wrapper .btn-proceed {
        min-width: 230px;
    }
}

@media (max-width: 575.98px) {
    .wizard-content .wizard>.steps>ul>li a {
        font-size: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .product-tab {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .package-box {
        padding: 20px;
    }

    .package-box h3 {
        font-size: 20px;
    }

    .pack-amount {
        font-size: 28px;
    }

    .wizard-content .wizard>.actions>ul>li>a {
        font-size: 17px;
        padding: 8px 36px;
    }

    .product-tab::-webkit-scrollbar {
        display: none;
    }

    .product-info p {
        font-size: 15px;
    }

    .product-info h5 {
        font-size: 18px;
    }

    .product-rate {
        font-size: 18px;
    }

    .product-tab .nav-link {
        white-space: nowrap;
    }

    .product-tab .nav-link span {
        font-size: 15px;
        padding: 6px 8px;
    }

    .addon-box h4 {
        font-size: 16px;
    }

    .addon-box span {
        font-size: 14px;
    }

    .btn-action {
        padding: 4px 17px;
        font-size: 14px;
    }

    .product-desc p {
        font-size: 16px;
    }

    .product-desc {
        padding: 20px;
    }

    .product-images {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start !important;
    }

    .order-summary span {
        font-size: 16px;
    }

    .order-summary p {
        font-size: 14px;
    }

    .order-summary .total p,
    .order-summary .total span {
        font-size: 18px;
    }

    .btn-proceed {
        padding: 7px;
        font-size: 18px;
    }

    .lottie-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .order-summary {
        border-inline-start: none;
        padding-inline-start: 0px;
    }

    .product-details {
        padding: 15px;
        flex-direction: column;
    }

    .product-images {
        justify-content: center;
    }

    .product-info.dir-rtl {
        margin-top: 0px;
    }
}

.dropzone:not(.dz-started)::after,
.dropzone:not(.dz-started) .file-preview {
    z-index: -1;
}

.dropzone.dz-started {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.dropzone:not(.dz-started)::after {
    display: none;
}

.dropzone .dz-message {
    margin: 0;
}

.dropzone::after {
    content: 'Add File';
    display: block;
    background-color: #fff;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    background-image: url(../images/file-upload.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    border: 1px dashed rgba(9, 38, 16, 0.3);
    line-height: 12;
    text-align: center;
}

.dz-max-files-reached::after {
    display: none !important;
}

.file-preview {
    position: absolute;
    inset: 0;
    display: block;
    content: '';
    z-index: 0;
}

.header-desk_type_1 .logo {
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1350px) {

    .header-desk .logo img {
        width: 61px !important;
        min-width: 61px !important;
    }

}

.dropdown-menu {

    min-width: 11.8rem;
    padding: 0;

}

.dropdown-menu .dropdown-item {
    padding: .55rem 1rem;
    font-weight: 500;
    border-bottom: 1px solid #092610;
}

.header-desk_type_1 .navigation {
    width: 100%;
    display: flex;
    justify-content: center;
}

.advertise-button {
    background-color: #092610;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px;
    cursor: pointer;
}

.advertise-button:hover {
    background-color: #092610;
    color: #fff;
}

.header-desk_type_1 .navigation__list {
    white-space: nowrap;
}

.authenticate-button {
    background-color: #fff;
    color: #092610;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 25px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #092610;
}

.header-mobile .navigation__item {
    margin-bottom: 10px
}

.header-mobile .authenticate-button {
    margin: 0;
    /* padding: 9px 49px; */
    height: 42px;
    min-width: 187px;
    display: inline-block;
}

.extra-link-dropdown {
    display: none;
}

.advertise-button .dropdown-menu {
    transform: translate(0px, 44px) !important;
    background-color: black;
    color: white;
    border-radius: 0px;
}

.advertise-button .dropdown-menu li a {
    color: white;
}

.advertise-button .dropdown-menu li a:hover {
    background-color: #3a3333;
    /* color: #000; */

}



@media (min-width: 992px) and (max-width: 1350px) {
    .navigation .accordion-header button {
        padding: 9px;
        gap: 3px;
    }

    .authenticate-button {
        padding: 4px 10px;
        margin: 0 4px;
    }

    .extra-link-dropdown {
        display: flex;
    }

    .extra-link-dropdown>button {
        padding: 11px 13px;
        margin: 0 15px;
        border: 1px solid #000;
        background-color: #fff;

    }

    .extra-link-dropdown button .dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #000;


    }

    .extra-link-dropdown button::after {
        display: none;



    }
}


.authenticate-button::hover {
    background-color: #092610;
    color: #fff;
}

.authenticate-web .order-summary {
    padding-inline-start: 35px;
}

.button-group {
    position: absolute;
    top: 115px;
    inset-inline-end: 61px;
}



@media (max-width: 991px) {
    .advertise-button {
        margin-block: 14px;
        display: inline-block;
    }

}

@media (min-width: 991px) {
    .header_sticky {
        /* overflow: hidden; */
        padding-inline: 40px;
    }
}

@media (max-width: 1600px) {
    .header_sticky {
        padding-inline: 20px;
    }
}

@media (max-width:600px) {
    .header_sticky {
        padding-inline: 3px;
        inset-inline-end: 15px;
    }
}

@media (max-width:600px) {
    .button-group.product-button-group {
        top: 203px;
        inset-inline-end: 20px;
    }

    .product-button-group .advertise-button {
        margin-block: 0px;

    }
}

/* homepayment history */

.my-account .orders-table tbody td:last-child {
    width: 27.5rem;
}

.orders-table .dropdown .btn {
    padding: 7px 21px;
    height: 39.11px !important;
    background-color: #092610;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
}

.orders-table .dropdown-menu.show {
    background-color: #092610;
}

.orders-table .dropdown-menu.show a {
    color: #fff;
}

.orders-table .dropdown-menu.show .dropdown-item:hover {
    background-color: #154521;
}

.modal-header .close {
    border: 0;
    background-color: transparent;
}

.modal-header .close span[aria-hidden="true"] {
    font-size: 26px;
}

html[dir="rtl"] .menu-link_us-s:after {
    left: auto;
    right: 0;
}

@media (min-width:575px) {
    .addonPackage-modal .modal-dialog {
        max-width: 100%;
        margin: 20px 100px;
    }

}

/* product arabic */

html[dir="rtl"] .accordion-button__icon {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] .search-field__input-wrapper::after {
    right: auto;
    left: 1rem;
}



html[dir="rtl"] .list-unstyled {
    padding-right: auto;
    padding-left: auto;
    list-style: none;
}

html[dir="rtl"] .multi-select__item:before {
    margin-left: .75rem;
    margin-right: 0;

}

html[dir="rtl"] .navigation__list svg {
    transform: scale(-1);
}

html[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .multi-select__item:after {
    right: 0.25rem;
    left: auto;
}

html[dir="rtl"] .end-0 {
    right: auto !important;
    left: 0 !important;
}

html[dir="rtl"] .me-1 {
    margin-left: 0.25rem !important;
    margin-right: auto !important;
}

html[dir="rtl"] .page-link svg {
    transform: scale(-1);
}

html[dir="rtl"] .btn-link1 svg {
    transform: scale(-1);
}

html[dir="rtl"] .price-old {
    margin-right: 0;
    margin-left: 0.625rem;
}

html[dir="rtl"] .me-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
}

html[dir="rtl"] .slider.slider-horizontal .slider-handle.min-slider-handle {
    margin-left: auto;
    margin-right: 0;
}

html[dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
    margin-right: auto !important;
}

html[dir="rtl"] .search-popup__submit {
    left: 0;
    right: auto;
}

html[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .dropdown-item {
    text-align: start;
}



.slider.slider-horizontal .slider-handle.max-slider-handle {
    margin-left: 0px;
    margin-right: -18px;
}


@media (min-width: 992px) {
    html[dir="rtl"] .side-sticky {
        left: auto;
        right: 0;
        margin-right: auto;
        margin-left: 3.75rem;
    }

}


/* @media (max-width: 1300px) {
   
} */
/* @media (max-width: 1300px) {
     .header{
        display: none;
    }
    .header-mobile{
        display: block;
    }
} */



#cropperModal .modal-footer {
    padding: 20px;
}


/* size filter css */

.size-box {
    border: 1px solid #0a2910;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
    font-weight: 600;
    color: #0a2910;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: 0.2s;
}

.orders-table .dropdown .btn {
    padding: 7px 21px;
    height: 39.11px !important;
    background-color: #092610;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
}

.orders-table .dropdown-menu.show {
    background-color: #092610;
}

.orders-table .dropdown-menu.show a {
    color: #fff;
}

.size-numbers {
    margin-top: 1px;

}


@media (min-width: 992px) and (max-width: 1350px) {
    .header-desk_type_1 .logo a {
        max-width: 60px;
        display: block;
    }

    .navigation__link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 12px;
    }

    .advertise-button {
        font-size: 12px;
        padding: 7px 16px;
    }

    .header-desk_type_1 .logo a img {
        min-width: 70px !important;
    }
}

#cropperModal .modal-footer{
    padding: 20px;
}


/* size filter css */

.size-box {
    border: 1px solid #0a2910;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
    font-weight: 600;
    color: #0a2910;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: 0.2s;
}

.size-box:hover {
    background-color: #0a2910;
    color: #fff;
}

.size-box.active {
    background-color: #0a2910;
    color: #fff;
}

.size-numbers {
    margin-top: 1px;

}


@media (min-width: 992px) and (max-width: 1350px) {
    .header-desk_type_1 .logo a {
        max-width: 60px;
        display: block;
    }

    .navigation__link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 12px;
    }

    .advertise-button {
        font-size: 12px;
        padding: 7px 16px;
    }

    .header-desk_type_1 .logo a img {
        min-width: 70px !important;
    }
}


@media (max-width:1700px) {
    .navigation__link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;

    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .my-account .orders-table tbody td {
        padding: 1.575rem;
    }

    .orders-table .dropdown .btn {
        font-size: 12px !important;
    }

    .orders-table .advertise-button {
        font-size: 12px !important;
    }

    .orders-table .dropdown .btn {
        height: 32.6px !important
    }

    .my-account .orders-table tbody td:last-child {
        width: 22.5rem;
    }
}

@media (max-width:1199px){
    .orders-table .advertise-button{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px ;
    }
}
/* other services css */

.services {
  padding: 73px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 32px;
}

@media (max-width:1199px){
    .services-grid{
        grid-template-columns: auto auto;
    }
}
@media (max-width:767px){
    .services-grid{
        grid-template-columns: auto;
    }
}

.service-card {
  background: #f5f7f4;
  padding: 32px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* LEFT COLORED BAR */
.service-card::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 25px;
  height: 107px;
  width: 6px;
  background: #154521;
  border-start-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border-end-start-radius: 0;

}

/* ICON CIRCLE */
.service-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon img {
  width: 40px;
  height: 40px;
}

/* TEXT */
.service-card h3 {

  font-size: 24px;
  font-weight: 600;
  color: #092610;
  margin-bottom: 10px;
}

.service-card p {
  color: #092610;
  font-size: 18px;
  line-height: 1.5;
  opacity: 70%;
  margin-bottom: 20px;
}

/* LEARN MORE */
.learn-more {
  font-weight: 500;
  font-size: 16px;
  color:#154521;
  text-decoration: none;
  position: relative;
}

.learn-more::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #154521;
}
@media (min-width:1600px){
    .other-services{
        .container{
            max-width: 1651px;
        }
    }
}

.text-toggle {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.text-toggle.active {
  max-height: 200px; /* Adjust based on expected content */
  opacity: 1;
}
@media (max-width:1199px) {
    .orders-table .advertise-button {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px;
    }
}


.tooltip-wrapper {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Tooltip box */
.custom-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #fff;
  color: #767676;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  /* white-space: nowrap; */
  box-shadow: 0 8px 25px 0 rgb(140 152 164 / .15);
 min-width: 170px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 9999;
}

/* Tooltip arrow */
.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Show on hover */
.tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.product-card {
    overflow: visible;
}


.select-wrapper .select2-container {
    width: 100% !important;
}

.select-wrapper .select2-container .select2-selection--single {
    height: 53px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    font-size: 16px;
    font-weight: 400;
}

.select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/dropdown-arrow.png);
    border: none;
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -13px;
    margin-top: 9px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #154521 !important;
}




.form-steps .form-group label {
    font-size: 16px;
    font-weight: 400;
}
.input-group.mb-3.radio-button {
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    column-gap: 12px;
    border: 1px solid #0926104D
}
.input-group.mb-3.radio-button:has(input[type="radio"]:checked){
border: 1px solid #0926104D
}
.input-group.mb-3.radio-button label {
    color: #092610;
}
 
.input-group.mb-3.radio-button input[type="radio"] {
    accent-color: #154521;
}
 
.input-group.mb-3.radio-button input[type="radio"]:checked {
    accent-color: #ffffff;
    border: 1px solid #0926104D
}
.input-group.mb-3.radio-button input[type="radio"]:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:12px;
}
.input-group.mb-3.radio-button input[type="radio"]:checked:after{
    background-color:#154521;
    z-index:-1;
}
.input-group.mb-3.radio-button input[type="radio"]:checked + label{
    color:#fff;
}
.input-group.date-picker {
    border-radius: 12px;
    border: 1px solid rgba(9, 38, 16, 0.30);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
 
.input-group.date-picker input {
    border: none !important;
    position: relative; 
}
 
.input-group.date-picker input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent; 
    cursor: pointer;
  }
 
.input-group.date-picker span.icon-input {
    padding: 0 10px;
    border-inline-start: 1px solid rgb(9 38 16 / 20%);
}

.alignNoLabel {
    display: flex;
    align-items: end;
}