.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;
}
.file-preview {
    position: absolute;
    inset: 0;
    display: block;
    content: '';
    z-index: 0;
}

.header-desk_type_1 .logo {
    margin-right: 0;
}
.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: 10px 25px;
    cursor: pointer;
}
.advertise-button:hover {
    background-color: #092610;
    color: #fff;
}
.header-desk_type_1 .navigation__list{
    white-space: nowrap;
}
@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 (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;
}