/* PDP add-to-cart / installment styles extracted from addtocart.phtml inline <style> blocks.
   Loaded via catalog_product_view.xml (PDP-scoped). De-inlined for perf: cacheable + smaller HTML. */
#addToCartShop {
    background: #F37021;
    color: #fff;
    padding: 8px;
    border: none;
    cursor: pointer;
    margin: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    border-radius: 8px !important;
    margin-bottom: 80px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 56px !important
}

.store-popup-header.store-popup-header-ar>h1 {
    color: #fff !important
}

.store-popup-container>input[type=radio] {
    width: 16px !important;
    height: 16px !important;
}

.addToCartShopContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 99;
    width: 100%;
    /* position: fixed; */
    /* max-width: 300px; */
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 0 32px;
    align-self: center;
}

.customization_store_overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.4);
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.customization_store_overlay.is-store-visible,
.store-popup.is-store-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -moz-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
}

button.store-popup-trigger {
    display: block !important;
    justify-content: start !important;
    align-content: center !important;
    flex-direction: row !important;
    width: 50% !important;
    height: 100% !important;
    margin: unset !important;
    background: unset !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer !important;
    gap: 15px !important;
    padding: unset !important;
}

@media(max-width: 768px) {

    button.store-popup-trigger,
    .installment {
        width: 100% !important;
    }

    .installment {
        margin-top: 8px !important
    }
}

.store-popup-triger:hover {
    opacity: 0.8;
    color: inherit;
}

.store-popup-trigger svg {
    width: 100%;
    height: 100%;
    align-self: center;
}

.store-popup-trigger div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.store-popup-trigger div h3 {
    margin: 0 !important;
    font-size: 18px;
    color: #000;
}

.store-popup-trigger:hover div h3 {
    color: #000;
    margin: 0 !important;

}

.store-popup-trigger div p {
    margin: 0;
    font-size: 14px;
    color: #F37021;
}

.store-popup {
    position: fixed;
    width: 400px;
    height: 200px;
    background: #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}

.store-popup-en {
    left: 0;
    right: unset;
}

.store-popup-header {
    background: #F37021;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-popup-header h1 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    margin: 0 !important;

}

.store-popup-header button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.store-popup-container {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1.5px solid #E3E4E5;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.store-popup-container label {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.store-popup-container p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.store-popup-trigger-ar {
    border-left: 5px solid #F37021;
    border-right: none;
}


.stores-Container {
    height: 70vh;
    overflow: auto;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    padding: 10px;
}

@media(max-width: 768px) {
    .store-popup {
        width: 100%;
    }
}

.loading {
    position: relative;
    color: transparent !important;
    /* Hide the text */
    pointer-events: none;
    /* Prevent further clicks */
}

.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    /* Half the height */
    margin-left: -10px;
    /* Half the width */
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-info-main .product-info-price {
    display: flex;
    flex-wrap: wrap;
}

.product-info-main .product-info-stock-sku {
    margin-inline-start: auto;
}

.custom-text-after-price {
    width: 100%;
    display: flex;
    gap: 8px;
    padding-inline-start: 8px;
    font-size: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.custom-text-after-price p {
    color: #333;
    margin: 0;
}

.product-info-price .price-box {
    padding-bottom: 0;
}

html:lang(en) #keySvg {
    transform: rotate(180deg)
}

/* start image tip container */
#image-tip-container {
    display: none;
    z-index: 9999999;
}

@media screen and (max-width: 992px) {
    #image-tip-container {
        padding: 10px
    }
}


@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#image-tip-container {
    width: 270px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    right: 50px;
    box-shadow: -6px 0px 12px 0px rgba(0, 0, 0, 0.10), 0px -6px 12px 0px rgba(0, 0, 0, 0.10);
    border-radius: 24px 24px 0 0;
    padding: 15px 30px;
    border: 1px solid #F37021;
}

html:lang(ar) #image-tip-container {
    right: unset;
    left: 50px;
}

#image-tip-container * {
    padding: 0;
    margin: 0;
}

#image-tip-container a.close-btn {
    cursor: pointer;
}

#image-tip-container .card-tip .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#image-tip-container .card-tip .header .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 100%
}

@media screen and (max-width: 992px) {
    #image-tip-container .card-tip .header .title {
        font-size: 12px;
    }

    #image-tip-container .card-tip .header .close-btn svg {
        width: 16px;
        height: 16px;
    }

    #image-tip-container p.text-body {
        font-size: 10px;
    }
}

#image-tip-container .card-tip .header .title {
    display: flex;
    gap: 2px;
    align-items: baseline;
}

#image-tip-container .card-tip .header .title span.title-discount {
    color: #F37021;
}

html:lang(ar) #image-tip-container .card-tip .header .title {
    display: flex;
    align-items: baseline;
}

html:lang(ar) #image-tip-container .card-tip .header .title span.title-more {
    order: 2
}

html:lang(ar) #image-tip-container .card-tip .header .title span.title-unlocked {
    order: 3
}

html:lang(ar) #image-tip-container .card-tip .header .title span.title-discount {
    order: 1
}

#image-tip-container .card-tip .image {
    text-align: center;
    margin: 12px 0;
}

@media screen and (max-width: 768px) {
    #image-tip-container .card-tip .image {
        margin: 0;
    }
}

#image-tip-container .card-tip img {
    width: 75%;
}

#image-tip-container .card-tip p.small-text {
    color: #898686;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    width: 100%;
}



#image-tip-container p.text-body {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}


@media screen and (max-width: 768px) {
    #image-tip-container {
        right: 0;
        border: none;
        padding: 12px 24px;
        bottom: 0;
        width: 100%;
        right: 0;
    }

    html:lang(ar) #image-tip-container {
        right: unset;
        left: 0;
    }

    #image-tip-container .body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #image-tip-container .body .image {
        width: 132px;
        height: 60px;
    }

    #image-tip-container .body .image img {
        width: 100%;
    }

    #image-tip-container p.text-body {
        width: 50%;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }

    #image-tip-container p.small-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    #image-tip-container .body .image {
        width: 50%;
        height: auto;
    }
}

.field.qty.custom-qty-field .control {
    position: relative;
    border: 1px solid #aaa;
    border-radius: 2px;
}

.field.qty.custom-qty-field .control .input-product-qty {
    position: absolute;
    padding: 0;
    z-index: 9;
    width: 55% !important;
    top: 50%;
    height: 70%;
    text-align: center;
    border: none;
    border-inline-end: 1px solid #aaa;
    transform: translateY(-50%);
    color: var(--2B-Main-Colors-Primary-Colors-Black-01, #0E0D0D);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.13px;
}

.field.qty.custom-qty-field .control .dropdown-product-qty {
    position: relative;
    width: 115px;
    padding: 0;
    height: 100%;
    padding-inline-start: 16px;
    border: none;
    cursor: pointer;
}

.input-text.qty {
    border-radius: 0;
}

@media(max-width: 768px) {
    .action.tocart.primary span {
        padding-inline: 8px;
        font-size: 12px;
    }

    .field.qty.custom-qty-field .control .dropdown-product-qty {
        width: 75px !important;
    }
}

.fieldset>.field.qty,
.nested.options-list>.field.qty {
    margin-right: 0 !important;
}

.fieldset>.actions {
    width: 100%;
}

#product_addtocart_form>.fieldset {
    height: auto !important;
    display: flex !important;
    align-items: center;
}

#product_addtocart_form .action.tocart.primary {
    height: 64px !important;
}

@media(max-width: 768px) {
    #product_addtocart_form .action.tocart.primary {
        height: 56px !important;
    }

    #product_addtocart_form .action.tocart.primary,
    .product-info-main #product_addtocart_form .qty.field .control {
        height: 56px !important;
    }
}

.product-info-main .qty.field .control,
.product-info-main .qty.field .qty-changer {
    height: 64px !important;
}

.product-addto-links {
    gap: 0 !important
}

.product-info-main .product-addto-links>a.action,
.product-info-main .product-addto-links+a.action.mailto {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
}
.product-info-main #product_addtocart_form .qty.field .control #qty-error
{
    position: absolute;
    bottom: -40px;
    min-width: 200px;
}

@media(min-width: 768px) {

    .fieldset>.field.qty.custom-qty-field,
    .fieldset>.product-social-buttons {
        width: 200px;
    }

    .product-info-main #product_addtocart_form .qty.field .control {
        width: 100% !important;
    }

}

.price-wrapper {
    justify-content: start;
}

.field.qty.custom-qty-field .control {
    height: 56px !important
}

.product-info-main .product-add-form {
    padding-top: 32px !important;
    width: 100%;
}

@media(max-width: 768px) {
    .product-info-main .fieldset>.field.qty {
        margin-bottom: 0 !important
    }
}

/* end image tip container */
.custom-popups-test {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-self: stretch;
    align-items: center;
    margin-bottom: 24px
}

/* select styling */
a.action.primary.tocart.cd-popup-trigger {
    margin-top: 0;
}

.cd-popup-container {
    width: 90%;
}

select#month,
#month.en {
    padding-left: 70px;
}

.month-error-container,
.year-error-container {
    width: 100%;
    color: #F04848
}

select#month,
select#years-select {
    text-align: start;
    padding: 5px 20px 5px 100px;
    height: unset;
    color: rgba(32, 32, 32, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    width: max-content;
    text-overflow: unset;
}

#month.en,
#years-select.en {
    padding: 5px 100px 5px 20px;
    width: max-content;
}

.age-verify {
    /* display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px; */
    display: grid;
    justify-content: center;
    /* align-items: center; */
    grid-template-columns: 0.5fr 0.5fr;
    gap: 50px;
}

div#checker {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: max-content;
    margin: auto;
}

#submitww,
#submitwwee {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background: rgba(243, 112, 33, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

p.iqos-warning {
    color: #202020;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    /*overflow: hidden;*/
    width: fit-content;
    padding: 20px 72px;
}

/* popup styling */
.cd-popup-trigger {

    display: flex !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* margin: 1em auto; */
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #ff662b;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    padding: 10px 20px 10px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#submitww:hover {
    background: rgba(243, 112, 33, 0.7);
}

/* --------------------------------

        xpopup

        -------------------------------- */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 2000 !important;
    overflow: scroll;
}

.cd-popup-container {
    position: relative;
    width: 60%;
    text-align: center;
    color: black;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 20px;
    min-width: 45%;

    /*line-height: 4rem;*/
    /*min-height: 50%;*/
    padding: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons a {
    /*display: block;*/
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-popups {
    font-weight: bold;
}

.cd-popup-trigger:hover {
    transition: none !important;
    color: #fff;
}

.validation-button {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .custom-popups-test {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 480px) and (min-width: 1200px) {
    .cd-popup-container {
        /*margin: 4em auto;*/
        min-width: 45%;
        text-align: start !important;
        /*line-height: 4rem;*/
        min-height: 100%;
        padding: 2rem;
        overflow: scroll;
    }
}

@media screen and (max-width: 320px) and (min-width: 480px) {
    .cd-popup-container {
        /*margin: 4em auto;*/
        /*min-width: 45%;*/
        text-align: start !important;
        /*line-height: 4rem;*/
        min-height: 100%;
        padding: 2rem;
    }

    .cd-popup-container {
        width: 90%;
        margin: 0.5rem auto;
        max-height: 100%;
        overflow: scroll;
        line-height: 3rem;
    }

    .header-popups {
        width: 70%;
        margin: 2rem auto;
        padding-bottom: 10px;
    }

    #submit {
        margin: 1rem auto;
    }
}

.order-details-items .item-options dt {
    margin: 0;
    display: none;
}

@media (max-width: 1000px) {
    .cd-popup-container {
        padding: 1rem;
    }

    .header-popups {
        font-size: 14px;
    }

    div#checker {
        margin: unset;
        display: flex !important;
        gap: 30px;
    }

    select#month,
    select#years-select {
        padding: 5px 20px 5px 50px;
    }

    .age-verify {
        gap: 30px;
    }

    p.iqos-warning {
        padding: 5px;
    }
}

@media (max-width: 480px) {
    .age-verify {
        gap: 5px;
    }

    select#month,
    select#years-select {
        padding: 5px 20px 5px 30px;
    }
}

@media (min-width: 768px) {

    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        color: #F37021 !important;
        border-bottom: none !important;
    }
}

@media (min-width: 768px) {

    #InsatllmentBlock .product.data.items>.item.title.active>.switch,
    #InsatllmentBlock .product.data.items>.item.title.active>.switch:focus,
    #InsatllmentBlock .product.data.items>.item.title.active>.switch:hover {
        background: none !important;
        color: #000 !important;
    }
}

#InsatllmentBlock>.product.data.items {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    background: white;
    justify-content: space-between;
    color: #BCBCBC;
    gap: 20px;
    height: 72px;
    padding: 0px;
}

@media screen and (max-width: 767px) {
    #InsatllmentBlock>.product.data.items {
        margin-bottom: 20px;
        padding: 0px;
        display: flex;
        border: none;
    }

    #InsatllmentBlock>.product.data.items .item.title a:after {
        display: none
    }

    #insallmantDirectSlider>.owl-stage-outer>.owl-stage>.owl-item {
        margin-left: 0px !important;
    }

    #insallmantDirectSlider>.owl-carousel.owl-rtl>.owl-stage-outer>.owl-stage>.owl-item {
        margin-left: 10px !important;
    }

    #InsatllmentBlock>.product.data.items>.item.title.active {
        border-bottom: 3px solid #FF662B;
    }


}

#InsatllmentBlock>.product.data.items>.item.title {
    margin: 0;
    width: 50% !important;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    flex-grow: 1;
    margin-inline: 10px !important;
    background: #fff !important;
}

html:lang(en) #InsatllmentBlock>.product.data.items>.item.title.active {
    border-bottom: 3px solid #F37021 !important;
}

#InsatllmentBlock .product.data.items>.item.title>.switch {
    height: 100%;
    display: flex;
    align-items: center;
    border: none !important;
}

#InsatllmentBlock .product.data.items>.item.title>.switch,
.product.data.items>.item.title>.switch:focus,
.product.data.items>.item.title>.switch:hover {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important
}

.activeNow,
.owl-stage-outer .sep-img:hover {
    transform: none !important
}
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    z-index: 1000;
}

 .installment{
        display: flex;
        justify-content: start;
        width: 50%;
        height: 100%;
        border: none !important;
    }
    .air-conditioner
    {
         width: 50%;
        height: 100%;
        cursor: pointer;
    }
    .air-conditioner svg 
    {
        width: 100%;
        height: 100%;
    }
#product-Installment {
    width: 100% !important;
    text-align: center;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.installment a#product-Installment {
    border: none !important;
}

#product-Installment svg {
    width: 100%;
    height: 100%;
}

#product-Installment .fa {
    margin: 0 15px;
}



@media only screen and (min-width: 1170px) {
    .customization_popup_trigger {
        margin: 6em auto;
    }
}


/* --------------------------------

    xpopup

    -------------------------------- */

.customization_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.4);
    opacity: 0;
    z-index: 1005;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.customization_popup h3 {
    color: #000;
    font-weight: 600;
    text-align: start !important;
}

.customization_popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.customization_popup_container {
    position: absolute;
    width: 30%;
    /*     max-width: 400px; */
    margin: 0 auto;
    padding: 0 2rem;
    right: 0;
    top: 0;
    height: 100vh;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: translatex(-400px);
    -moz-transform: translatex(-400px);
    -ms-transform: translatex(-400px);
    -o-transform: translatex(-400px);
    transform: translatex(-400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow-y: scroll;
    scroll-behavior: smooth;
}



html:lang(ar) .customization_popup_container {
    right: auto !important;
    left: 0 !important;
}

.customization_popup_container input,
.customization_popup_container textarea {
    width: 95%;
}

.customization_popup_container p {
    padding: 2em 1em;
    color: #000;
    font-size: 17px;
    text-align: start !important
}


.customization_popup_container .customization_popup_buttons:after {
    content: "";
    display: table;
    clear: both;
}

.customization_popup_container .customization_popup_buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.customization_popup_container .customization_popup_buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.customization_popup_container .customization_popup_buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .customization_popup_container .customization_popup_buttons li:first-child a:hover {
    background-color: #fc8982;
}

.customization_popup_container .customization_popup_buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .customization_popup_container .customization_popup_buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.customization_popup_container .customization_popup_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

html:lang(en) .customization_popup_container .customization_popup_close {
    top: 35%;
}

html:lang(ar) .customization_popup_container .customization_popup_close::before,
.customization_popup_container .customization_popup_close::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
}

html:lang(en) .customization_popup_container .customization_popup_close::before,
.customization_popup_container .customization_popup_close::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
}

.customization_popup_container .data.item.content {
    padding-inline: 10px;
}

.paymentWays > div {
    display: grid;
    grid-template-columns: repeat(4, auto)
}

.installmentwayplan {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin: 0.5rem;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    max-width: 100%;
    max-height: 5%;
    min-height: 5rem;
    text-align: center;
    color: #000;
}

.installmentwayplan:hover {
    color: #FFF;
    background-color: #F37021;
    transition: all ease-in-out 0.2s;
}

.customization_popup_container .customization_popup_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.customization_popup_container .customization_popup_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .customization_popup_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.installment_footer {
    margin-top: 1rem;
    padding: 1rem 2rem;
    background-color: #f5f1dd;
    border: solid 1px #FAD200;
    margin-bottom: 70px;
}

.installment_footer p {
    margin: 0;
    padding: 0;
}

.owl-carousel .owl-nav button[class*='owl-'] {
    color: var(--maincolor);
    font-size: 1.5rem;
    margin: 0 5rem;
    padding: 5px;
    background: var(--seccolor);
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    height: auto;
}

.owl-carousel .owl-dots {
    position: relative;
    bottom: 3rem;
}

.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span {
    border-radius: 0px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--yellowkaza);
}

.paymentName {
    padding: 0;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px;
    color: #000;
    opacity: 0.5;
}



#insallmantDirectSlider .item img,
#insallmantBankSliderNew .item img {
    margin-bottom: 16px;
    height: auto;
    /*border-radius: 50%;*/
}

#insallmantDirectSlider .item:hover img,
#insallmantBankSliderNew .item:hover img {
    /* width: 98%;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.4); */
    transition: all ease-in-out 0.2s;
}

#insallmantDirectSlider .item:hover h6,
#insallmantBankSliderNew .item:hover h6 {
    transition: all ease-in-out 0.2s;
    opacity: 1;
    font-weight: 700;
}

#monthInstallmentDirect,
#monthInstallmentBank {
    display: flex;
    flex-wrap: nowrap;

}
.includeMonth:empty 
{
    display: none;
}
#monthInstallmentDirect .includeMonth,
#monthInstallmentBank .includeMonth {
    padding: 1rem;
    margin: 1rem 0.5rem;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    max-width: 100%;
    width: 100%;
    max-height: 5%;
    text-align: center;
    color: #000;
}

.customization_popup_container {
    padding: 0px !important;
}

.includeMonth h2 {
    font-size: 16px;
    font-weight: 700;
}

.includeMonth h3 {
    font-size: 13px;
    font-weight: 400;
}


.installment-active {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #f37021 !important;
    border-radius: 6px !important;

}

@media only screen and (max-width: 1170px) {
    .customization_popup_container {
        width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .customization_popup_container {
        position: absolute;
        top: 10%;
        width: 100%;
        right: 0;
        bottom: 0;
        height: 90%;
        background: #FFF;
        border-radius: .25em .25em .4em .4em;
        text-align: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-100px);
        -moz-transform: translatey(100px);
        -ms-transform: translatey(100px);
        -o-transform: translatey(100px);
        transform: translatey(100px);

        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-top-right-radius: 3rem;
        border-top-left-radius: 3rem;
    }

    .is-visible .customization_popup_container {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .owl-carousel .owl-nav button[class*='owl-'] {
        margin: 0 1rem;
    }
}

.paymentWays>div>.installmentwayplan {
    width: 92% !important;
    height: 50px !important;
    min-height: 50px !important;
    font-size: 14px !important;
    border-radius: 6px;
    box-sizing: border-box !important;
    cursor: pointer;
}

.installmentways>#product-addtocart-button {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-inline: auto;
    border-radius: 0;
}

html[lang='ar'] .installmentSystems {
    margin-top: 15px;
}

html[lang='ar'] .customization_popup_container .customization_popup_close {
    left: 8px;
    top: 40%;
    right: auto;
}

html[lang='en'] .customization_popup_container h3.installmentSystems {
    background: var(--main-color);
    margin: 0 !important;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}

html[lang='ar'] .customization_popup h3,
html[lang='ar'] .customization_popup h2 {
    padding: 10px;


}

html[lang='ar'] .customization_popup h3.installmentSystems {
    background: var(--main-color);
    margin: 0 !important;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}

.installmentSystems {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 15px !important;
}

.owl-stage-outer .sep-img {
    transition: all 0.5s ease;
    border-radius: 2px;
}

.paymentName {
    margin-top: 10px;
}

.activeNow,
.owl-stage-outer .sep-img:hover {
    transform: scale(1.3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 25%);

}

img.sep-img.activeNow+h6 {
    opacity: 1;
    text-shadow: 2px 1px 2px #ccc;
}

.owl-stage-outer {
    padding-inline: 10px !important;
}


.customization_popup_container {
    scrollbar-width: none;
    background: #F5F5F5 !important;
}

.includeMonth p span:first-child {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
}

.includeMonth p {
    padding: 0;
}

#installmentCib img.activeNow {
    border: 0.5px solid #F58220;
}

#installmentmisr img.activeNow {
    border: 0.5px solid #E9B500;
}

#installmentNbebank img.activeNow {
    border: 0.5px solid #147818;
}

#installmentMashreq img.activeNow {
    border: 0.5px solid #F37021;
}

#installmentBdcbank img.activeNow {
    border: 0.5px solid #FFF;
}

#installmentNbkbank img.activeNow {
    border: 0.5px solid #EEEEEE;
}

#installmentNbdbank img.activeNow {
    border: 0.5px solid #F4B416;
}

#installmentai img.activeNow {
    border: 0.5px solid #96C11F;
}

#installmentaub img.activeNow {
    border: 0.5px solid #B88400;
}

#installmentadib img.activeNow {
    border: 0.5px solid #173D77;
}

#installmentValue img.activeNow {
    border: 0.5px solid #DB4F22;
}

#installmentcontact img.activeNow {
    border: 0.5px solid #DB4F22;
}

#installmentShola img.activeNow {
    border: 0.5px solid #00FF77;
}

#installmentForsa img.activeNow {
    border: 0.5px solid #3EBDAC;
}

#installmentTru img.activeNow {
    border: 0.5px solid #3EBDAC;
}

#installmentHalan img.activeNow {
    border: 0.5px solid #3EBDAC;
}
#installmentKlivvr img.activeNow {
    border: 0.5px solid #fff;
}
#installmentSeven img.activeNow {
    border: 0.5px solid #8550f9;
}
#installmentMogo img.activeNow {
    border: 0.5px solid #fff;
}
#installmentaman img.activeNow {
    border: 0.5px solid #fff;
}

.installment-text-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.installment-text-footer p {
    font-size: 12px;
    color: #87602B;
}

.owl-stage-outer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amrelated-photo-container .amrelated-photo {
    max-height: inherit !important;
}

@media(max-width:768px) {
    #product_addtocart_form .product-social-buttons {
        display: none !important
    }

    .product.media {
        position: relative;
    }

    .product.media .product-social-buttons {
        position: absolute;
        top: 16px;
        left: 0;
    }

    .product.media .product-social-buttons>.product-addto-links {
        display: flex;
        flex-direction: column;
        gap: 16px !important;
    }

    .product-addto-links .action.towishlist,
    .product-addto-links .action.tocompare {
        border: none !important;
        color: #f37021 !important;
    }
}

@media(min-width: 768px) {
    .product.media .product-social-buttons {
        display: none !important
    }
}

#InsatllmentBlock .owl-prev,
#InsatllmentBlock .owl-next {
    background: none;
    transform: translateY(-50%);
}

html:lang(ar) #InsatllmentBlock .owl-prev {
    right: 0 !important;
    left: unset;
}

html:lang(ar) #InsatllmentBlock .owl-next {
    left: 0 !important;
    right: unset;
}

html:lang(ar) #InsatllmentBlock .porto-icon-left-open-huge:before {
    content: '\f80d' !important;
}

html:lang(ar) #InsatllmentBlock .porto-icon-right-open-huge:before {
    content: '\f80e' !important;
}
     .air-conditioner
    {
         width: 50%;
        height: 100%;
        cursor: pointer;
    }
    .air-conditioner svg 
    {
        width: 100%;
        height: 100%;
    }
    .air-conditioner-popup {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    background: #fff;
    width: 50%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.2s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.air-conditioner-popup picture img 
{
    width: 100%;
}

@media(max-width: 768px)
{
    .air-conditioner-popup
    {
        width: 95%
    }
}


.air-conditioner-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.ac-light-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15); /* overlay خفيف */
    opacity: 0;
    visibility: hidden;
    z-index: 9990;
    transition: 0.2s ease;
}

.ac-light-overlay.active {
    opacity: 1;
    visibility: visible;
}

.air-conditioner-popup .container {
    background-color: rgba(128, 128, 128, 0.1);
    display: flex;
    flex-direction: column;
    gap: 28.24px;
    margin: 30.24px auto;
    padding: 30.24px;
    width: 100% !important;
    position: relative;
    margin: 0 !important
}

.air-conditioner-popup button.close {
    position: absolute;
    top: 16.65px;
    inset-inline-start: 15px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    box-shadow: 0px 2.82px 2.82px 0px #0000001A;
    background: #FFFFFF;
    cursor: pointer;
    border: none;
}

.air-conditioner-popup h2.header {
    font-weight: 700;
    font-size: 14.82px;
    line-height: 100%;
    letter-spacing: 0%;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    padding-inline-start: 10.37px;
    position: relative;
}

.air-conditioner-popup h2.header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border: 1.41px solid #F37021;
    bottom: -8px;
    inset-inline-start: 0;
}

.air-conditioner-popup .pump-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    overflow: hidden;
    box-shadow:
        0px 1.39px 4.57px #00000005,
        0px 6.35px 12.85px #00000008,
        0px 16.08px 34.46px #0000000A,
        0px 31.76px 79.06px #0000000F;
    font-family: inherit;
    table-layout: fixed;
    border-collapse: collapse;
}

/* HEADER */
.air-conditioner-popup .pump-table thead tr {
    background: #F37021;
    height: 37px;
}

.air-conditioner-popup .pump-table th {
    font-weight: 800;
    font-size: 9.18px;
    color: #fff;
    text-align: start;
    padding: 0 14px;
}

/* BODY ROWS */
.air-conditioner-popup .pump-table tbody tr {
    height: 30px;
}

.air-conditioner-popup .pump-table tbody tr:nth-child(even):not(.section-title) {
    background: #F7F7F7;
}

.air-conditioner-popup .pump-table tr td {
    padding: 7px 14px;
    text-align: start;
}

/* FIRST COLUMN LABEL */
.air-conditioner-popup .pump-table td.label {
    font-weight: 800;
    font-size: 9.18px;
    color: #F37021;
}

/* SECTION TITLES */
.air-conditioner-popup .title-text {
    font-weight: 700;
    font-size: 12.71px;
    color: #F37021;
    text-align: center;
    position: relative;
}

.air-conditioner-popup .title-text::before {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-start: 33.12px;
    width: 31.07%;
    height: 0px;
    opacity: 1;
    border: 0.71px solid #666666;
}

.air-conditioner-popup .title-text::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-end: 33.12px;
    width: 31.07%;
    height: 0px;
    opacity: 1;
    border: 0.71px solid #666666;
}

@media(max-width: 768px)
{
    .air-conditioner-popup .title-text::after
    {
        width: 25%;
    }
}

/* VALUE CELLS */
.air-conditioner-popup td p {
    display: flex;
    align-items: center;
    gap: 1px;
}

.air-conditioner-popup .pump-table td span {
    display: flex;
    justify-content: center;
    font-size: 15.53px;
    font-weight: 700;
    color: #0E0D0D;
}

.air-conditioner-popup .pump-table td small {
    display: block;
    font-size: 8.47px;
    color: #666;
    line-height: 10px;
}

.air-conditioner-popup .pump-table tr.section-title td {
    text-align: center;
}

.air-conditioner-popup .black {
    color: #333333 !important;
}

.air-conditioner-popup #test {
    width: 100%;
    overflow-x: auto;
}

/* TERMS */
.air-conditioner-popup .terms {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.air-conditioner-popup .terms h4 {
    font-weight: 700;
    font-size: 14.12px;
    color: #000000;
}

.air-conditioner-popup .terms .content {
    display: flex;
    flex-direction: column;
    gap: 5.65px;
}

.air-conditioner-popup .terms .content .row {
    display: flex;
    gap: 8.47px;
    flex-wrap: nowrap
}

.air-conditioner-popup .terms .content .row .icon {
    width: 20px;
    height: 20px;
}

.air-conditioner-popup .terms .content .row p {
    font-weight: 400;
    font-size: 11.29px;
    line-height: 170%;
    color: #202020;
    margin: 0 ;
}

/* AGREE TERMS */
.air-conditioner-popup .agree-terms {
    display: flex;
    flex-direction: column;
    gap: 8.47px;
}

.air-conditioner-popup .agree-terms .input-field {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.air-conditioner-popup .agree-terms .input-field label {
    font-weight: 400;
    font-size: 12px;
    color: #0E0D0D;
}

.air-conditioner-popup .agree-terms button {
    border-radius: 2.82px;
    background: #F37021;
    font-weight: 700;
    font-size: 12.71px;
    color: #FFFFFF;
    width: fit-content;
    border: none;
    cursor: pointer;
}
 @media(max-width: 768px)
        {
            .installment,
            .air-conditioner
            {
                width: 100% !important;
            }
        }
/* Visual styles for disabled state and selected plan */
#product-addtocart-button.test3.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#product-addtocart-button.test3:not(.disabled) {
    cursor: pointer;
}

