* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    color: #dbdbdb
}

.flx {
    display: flex;
    justify-content: center;
    align-items: center
}

.titnowrap {
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999;
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background-color: #161616;
}

.loader-wrapper.act {
    display: flex!important
}
.loader-wrapper .not {
    font-size: 14px;
    color: #ffe9cf;
}

.loader {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid rgb(255 138 3 / .2);
    border-top-color: #ff8a03;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.p-sec {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 40px 16px 80px
}

.body.ar .p-sec {
    direction: rtl!important
}

.p-sec .contbox {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    gap: 32px;
    padding: 24px 0;
    justify-content: space-between
}

.p-sec .p-img {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.p-sec .p-img .main {
    border: 1px solid #ff890377;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #ff8a03;
    box-shadow: 0 4px 4px 0 #ff890327
}

.p-sec .p-img .main #mainImg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#viewFullImg {
    position: absolute;
    bottom: 16px;
    right: 16px;
    transform-origin: center;
    -o-transform-origin: center;
    transition: all 0.2s ease-in-out;
    font-size: 32px;
    color: #ff8a03;
    z-index: 10;
    background-color: #fff0;
    outline: 0;
    border: 0;
    text-shadow: 0 0 3px #000
}

.p-sec .p-img .main #viewFullImg:hover {
    transform: scale(1.06)
}

.p-sec .rght {
    flex-grow: 1
}

.pad-top-bg {
    padding-top: 40px
}

.pad-top-med {
    padding-top: 24px
}

.pad-top-sm {
    padding-top: 16px
}

.pad-top-lit {
    padding-top: 10px
}

.f-18 {
    font-size: 18px
}

.chooseus {
    line-height: 24px
}

.row-color {
    display: flex;
    flex-flow: row nowrap;
    gap: 4px
}

.cir-color {
    width: 24px;
    height: 24px;
    background-color: var(--main-col);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #00000009;
    box-shadow: 0 4px 4px 0 #00000040
}

.sec-path {
    width: 100%;
    padding: 16px 16px;
    background-color: #181717;
    border: 1px solid #fff1;
    color: #f4f4f4;
    display: flex;
    max-width: 1200px;
    border-radius: 10px;
    justify-content: center
}

.sec-path .cont {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.sec-path .cont .path-page a,.sec-path .cont .path-page {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px
}

.sec-path .icn {
    color: #b3b3b3;
    font-size: 18px;
    transition: all 300ms ease
}

.sec-path a {
    transition: all 300ms ease;
    text-decoration: none;
    color: #b3b3b3
}

.sec-path .cont .path-page:hover a,.sec-path .cont .path-page:hover .icn {
    color: #ff8a03
}

.sec-path .cont .path-page.mainpg .icn,.sec-path .cont .path-page.mainpg a,.sec-path .cont .path-page.mainpg .titnowrap {
    color: #ff8a03!important
}

.italic {
    font-style: italic
}

.btn-row {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    padding-top: 24px
}

.btn-row .cta-btn {
    padding: 10px 24px;
    border: 2px solid #ff8a03;
    font-size: 16px;
    border-radius: 6px;
    position: relative;
    transition: all 500ms ease;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 6px
}

.btn-row .cta-btn.primary {
    background-color: #ff8a03;
    color: #161616
}

.btn-row .cta-btn.outline {
    background-color: #fff0;
    color: #ff8a03
}

.btn-row .cta-btn:hover {
    background-color: #ffa032;
    border: 2px solid #ffa032
}

.btn-row .cta-btn.outline:hover {
    color: #161616
}

.btn-row .link .cta-btn .icon img {
    width: 22px
}

.btn-row .cta-btn .icon {
    font-size: 20px
}

#modalImg {
    border-radius: 6px;
    background: #161616
}

.pad-lft {
    padding-left: 16px
}

.bold {
    font-weight: 700
}

.cat-bx {
    display: none
}

.cat-bx.act {
    display: block!important
}

.rght.content {
    color: #fff;
    font-size: 16px
}

.rght.content a {
    text-decoration: none
}

.rght.content p {
    color: #dbdbdb;
    letter-spacing: .7px;
    line-height: 1.7;
    padding: 0 0 8px;
    margin: 0px!important
}

.rght.content strong {
    color: #FFFFFF!important
}

.rght.content h6,.rght.content h5,.rght.content h4,.rght.content h3,.rght.content h2,.rght.contentn h1 {
    padding-top: 24px!important;
    padding-bottom: 16px!important;
    margin: 0px!important;
    color: #ffffff!important;
    text-align: left!important
}

.rght.content h1 {
    font-size: 28px!important;
    padding: 18px 0 10px!important
}

.rght.content h2 {
    font-size: 24px!important;
    padding: 18px 0 10px!important
}

.rght.content h3 {
    font-size: 18px!important;
    padding: 16px 0 8px!important
}

.rght.content h4 {
    font-size: 18px!important;
    padding: 16px 0 8px!important
}

.rght.content h6,.rght.content h5 {
    font-size: 16px!important;
    padding: 16px 0 8px!important
}

.rght.content p {
    color: #c4c4c4;
    letter-spacing: .7px;
    line-height: 1.7;
    padding: 0 0 8px;
    margin: 0px!important
}

.rght.content li {
    letter-spacing: .65px;
    padding: 6px 0;
    line-height: 22px;
    color: #c4c4c4
}

.body.ar .rght.content h6,.body.ar .rght.content h5,.body.ar .rght.content h4,.body.ar .rght.content h3,.body.ar .rght.content h2,.body.ar .rght.contentn h1,.body.ar .rght.contentn p {
    text-align: right!important
}

.rght.content .productname {
    color: #ff8a03!important;
    font-size: 32px!important;
    padding-bottom: 18px!important
}

.dtls-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 16px 10px
}

.dtls-row .specific {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    color: #afafaf
}

.dtls-row .specific .icn {
    font-size: 20px;
    color: #ff8a03
}

.btns-row-custom {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 8px
}

.img-btn-viewer {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    border: 1px solid #333;
    background-color: #161616
}

.img-btn-viewer img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%)
}

.img-btn-viewer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    background-color: #ff890348;
    z-index: 2
}

.img-btn-viewer:hover:before {
    background-color: #ff890321
}

.img-btn-viewer.act:before {
    background-color: transparent!important
}

.pricerow {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    align-items: center;
    padding-top: 16px
}

.pricerow .icon img {
    width: 36px;
    height: auto
}

.pricerow .livep {
    font-size: 32px;
    color: #fff;
    font-weight: 700
}

.pricerow .inf .icn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ff8a03;
    bottom: 10px
}

.pricerow .inf .icn p {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,transform 0.3s ease;
    z-index: 10
}

.pricerow .inf .icn p::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 #fff0 #fff0 #fff0
}

.pricerow .inf .icn:hover p {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0)
}

@media (max-width: 786px) {
    .txt-large {
        display:none!important
    }
}

@media (max-width: 950px) {
    .p-sec .contbox {
        flex-flow:column nowrap
    }

    .p-sec .p-img .main {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 500px
    }

    .p-sec .p-img .img-p-sm img,.p-sec .p-img .img-p-sm {
        width: 70px;
        height: 70px
    }

    .p-sec .rght .subtit {
        font-size: 16px
    }

    .btn-row .link {
        width: calc(50% - 4px)
    }

    .btn-row .link .cta-btn {
        width: 100%;
        justify-content: center
    }

    .btn-row .cta-btn {
        width: calc(50% - 4px)
    }

    .btn-row .cta-btn.primary {
        justify-content: center
    }

    .sec-path .txt {
        display: none!important
    }
}

@media screen and (min-width: 951px) and (max-width:1200px) {
    .p-sec .p-img .main {
        width:480px;
        height: 480px
    }
}

.icn-flep i {
    transform: rotate(180deg);
    display: inline-block
}

.body.ar ul,ol {
    padding-left: 0px!important;
    padding-right: 40px!important
}

.body.ar .sim-sec {
    direction: rtl!important
}

.sim-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 40px
}

.sim-sec .sim-cont {
    width: 100%;
    max-width: 1200px
}

.sim-sec .sim-wrapper {
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative
}

.similar-products-row {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 6px 0
}

.similar-products-row:after {
    content: "";
    width: 100px;
    height: 100%;
    background: linear-gradient(to left,#1d1d1d,transparent);
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 10
}

.body.ar .similar-products-row:after {
    background: linear-gradient(to right,#1d1d1d,transparent);
    right: unset;
    left: -1px
}

.similar-products-row::-webkit-scrollbar {
    display: none
}

.sim-sec .sim-tit {
    padding-bottom: 16px!important
}

.sim-sec .sim-tit .icn {
    color: #ff8a03
}

.similar-product {
    border: 1px solid #ffffff1e;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s,box-shadow 0.3s;
    max-width: 275px!important;
    min-width: 275px!important
}

.similar-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.similar-product a {
    text-decoration: none;
    color: inherit;
    display: block
}

.similar-product h3 {
    width: 100%;
    font-size: 18px;
    text-align: center!important;
    width: 100%;
    color: #ff8a03;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.body.ar .similar-product h3 {
    text-align: center
}

.similar-product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    pointer-events: none!important;
    display: block
}

.checkout {
    width: 100%;
    height: 100dvh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #181818;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    overflow: hidden
}

.checkout .cont {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
    background-color: #111111;
    padding: 70px 24px 140px;
    border-radius: 10px;
    border: 1px solid #fff1;
    position: relative;
    max-height: 100dvh;
    overflow-y: scroll;
    margin-top: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.checkout .cont::-webkit-scrollbar {
    display: none
}

.checkout .mainhed .tit {
    font-size: 42px;
    padding-bottom: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #fff1;
    color: #ff8a03;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.checkout .cont>.content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 24px;
}

.checkout .left {
    flex-grow: 1
}

.checkout .right {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px
}

.checkout .right .bx {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    border: 1px solid #fff3;
    background: #ffffff0d;
    border-radius: 12px
}

.checkout .right .bx .head {
    font-weight: 700;
    font-size: 18px
}

.checkout .right .bx-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
}

.checkout .right .bx .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    position: relative
}
.checkout .right .bx .row.subtotal {
    border: 1px solid #333;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 12px;
    border-radius: 6px;
    background: #ececec1a;
}


.checkout .right .bx .row .name {
    color: #afafaf;
    font-size: 14px;
    font-style: italic;
}

.checkout .right .bx .row .currency {
    font-style: italic;
    font-size: 12px
}

.checkout .right .bx .row.foter {
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #333;
    padding: 10px;
    margin-top: 12px;
    border-radius: 6px;
    background: #ececec1a;
}
.checkout .right .bx .row.foter .name,
.checkout .right .bx .row.subtotal .name {
    font-style: normal;
}
.checkout .right .bx .row.foter .name {
    font-size: 18px
}

.checkout .right .cta-btn {
    width: 100%;
    padding: 10px 24px;
    border: 2px solid #ff8a03;
    font-size: 16px;
    border-radius: 6px;
    position: relative;
    transition: all 500ms ease;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px
}

.checkout .right .cta-btn.primary {
    background-color: #ff8a03;
    color: #161616
}

.checkout .right .cta-btn:hover {
    background-color: #ffa032;
    border: 2px solid #ffa032
}

.checkout .right .bx.prod .prod-dtls .box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px
}

.checkout .right .bx.prod .prod-dtls .box .top {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px
}

.checkout .right .bx.prod .prod-dtls .box .top .inf {
    padding-top: 7px;
    color: #afafaf;
    font-style: italic;
    font-size: 14px;
}

.checkout .right .bx.prod .prod-dtls .box .top .inf .icn {
    color: #ff8a03;
    margin-right: 6px
}

.checkout .right .bx.prod .prod-dtls .img img {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    border: 1px solid #333;
    background-color: #161616
}

.checkout .right .bx.prod .prod-dtls img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%)
}

.checkout .right .row .inf {
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0
}

.checkout .right .row .inf .icn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ff8a03
}

.checkout .right .row .inf .icn p {
    position: absolute;
    bottom: calc(100% + 0px);
    right: 0;
    transform: translateY(10px);
    background-color: #333;
    border: 1px solid #444;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,transform 0.3s ease;
    z-index: 10
}

.checkout .right .row .inf .icn p::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 4px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 #fff0 #fff0 #fff0
}

.checkout .right .inf .icn:hover p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.checkout .collection-note {
    padding-top: 16px;
    color: #afafaf;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px
}

.checkout .collection-note .head {
    font-weight: 700;
    color: #cecece
}

.checkout .left {
    flex-grow: 1
}

.row-two-el {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px
}

.formgroup {
    width: calc(100%);
    position: relative;
    padding-bottom: 16px
}

.formgroup label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #c2c2c2
}

.formgroup select,.formgroup input {
    width: 100%;
    outline: 0 #fff0;
    padding: 12px 16px;
    border: 1px solid #fff3;
    color: #fff;
    border-radius: 6px;
    background-color: #fff0;
    transition: all .3s ease
}

.formgroup select option {
    background-color: #333;
    color: #fff
}

.formgroup.error input {
    border-color: #dc3545
}

.error-icon {
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 20px;
    color: #dc3545;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s ease
}

.formgroup.error .error-icon {
    opacity: 1;
    transform: scale(1)
}

.error-msg {
    display: block;
    font-size: 13px;
    color: #dc3545;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all .3s ease
}

.formgroup.error .error-msg {
    max-height: 40px;
    opacity: 1;
    transform: translateY(3px)
}

.astr {
    color: #dc3545
}

.radio-options {
    display: flex;
    gap: 15px;
    margin-top: 8px
}

.custom-radio {
    cursor: pointer;
    flex: 1
}

.custom-radio input {
    display: none
}

.radio-box {
    border: 2px solid #a8a8a878;
    background-color: #b3b3b317;
    ;border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #a8a8a8
}

.radio-box.min-hig {
    min-height: 130px
}

.radio-box i {
    font-size: 24px
}

.radio-box:hover {
    background-color: #a8a8a8cb;
    color: #161616
}

.custom-radio input:checked+.radio-box {
    border-color: #ff8a03;
    background-color: #ff8a03;
    color: #fff
}

.hidden {
    display: none!important
}

.radio-box small {
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    margin-top: 2px;
    text-align: center;
    transition: all 0.3s ease
}

.radio-box:hover small {
    color: #161616
}

.custom-radio input:checked+.radio-box small {
    color: #fff
}

.form-g-file {
    padding-bottom: 16px
}

.drop-zone {
    border: 2px dashed #aaa;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s
}

.drop-zone.dragover {
    border-color: #ff8a03;
    background: #f0f8ff
}

.drop-zone span {
    color: #ff8a03;
    font-weight: 600
}

@media (max-width: 950px) {
    .checkout .cont>.content {
        flex-flow:column nowrap
    }

    .checkout .right {
        width: 100%;
        max-width: 100%
    }

    .row-two-el {
        flex-flow: column nowrap;
        gap: 0
    }
}

.drop-zone {
    border: 2px dashed #fff3;
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff0;
    position: relative;
    cursor: pointer
}

.drop-zone:hover {
    border-color: #ff8a03;
    background: #ff890311
}

.drop-zone.drag-over {
    border-color: #ff8a03;
    background: #b3b3b321;
    border-style: solid
}

.drop-zone-content {
    pointer-events: none
}

.upload-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    color: #bd6500;
    opacity: .8
}

.drop-zone-title {
    font-size: 18px;
    font-weight: 600;
    color: #636363;
    margin-bottom: 8px
}

.drop-zone-subtitle {
    font-size: 14px;
    color: #cacaca;
    margin-bottom: 15px
}

.browse-btn {
    background: #9b54038f;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all
}

.browse-btn:hover {
    background: #9b5403c6;
    color: #d6d6d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #ff890320
}
.browse-btn:focus {
    border: 0px;
    outline: 0px;
}

.drop-zone-hint {
    font-size: 12px;
    color: #b6b6b6;
    margin-top: 12px
}

.drop-zone-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffa9;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #161616
}

.drop-zone.drag-over .drop-zone-overlay {
    display: flex
}

.drop-zone-overlay svg {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    animation: bounce 1s infinite
}

.drop-zone-overlay p {
    font-size: 18px;
    font-weight: 600
}

@keyframes bounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

#fileUploadGroup.error .drop-zone {
    border-color: #dc3545;
    background: #fff0
}

#fileUploadGroup.error .upload-icon {
    color: #dc3545
}

#fileUploadGroup.error .browse-btn {
    background: #dc3545
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fff0;
    border: 1px solid #e0e0e024;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    animation: slideIn 0.3s ease-out
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.file-item-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1
}

.file-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 4px 10px rgb(102 126 234 / .3)
}

.file-icon.pdf {
    background: linear-gradient(135deg,#f44336 0%,#e91e63 100%)
}

.file-icon.image {
    background: linear-gradient(135deg,#4caf50 0%,#8bc34a 100%)
}

.file-details {
    flex: 1
}

.file-name {
    font-weight: 600;
    color: #d8d8d8;
    margin-bottom: 4px;
    font-size: 14px
}

.file-size {
    font-size: 12px;
    color: #999
}

.file-remove {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease
}

.file-remove:hover {
    background: #c82333;
    transform: scale(1.05)
}

.clear-all-btn {
    background: #6c757d;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease
}

.clear-all-btn:hover {
    background: #5a6268
}

.upload-progress {
    margin-top: 15px;
    padding: 15px;
    background: #e6edff;
    border-radius: 8px;
    display: none
}

.upload-progress.active {
    display: block;
    animation: fadeIn 0.3s ease-out
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #cbd5e0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg,#667eea 0%,#764ba2 100%);
    transition: width 0.3s ease;
    border-radius: 10px
}

.progress-text {
    font-size: 13px;
    color: #333;
    font-weight: 600
}

.stripe-payment-box {
    animation: slideDown 0.3s ease-out
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.stripe-payment-box h3 {
    margin-bottom: 16px!important
}

#confirmPayment:hover {
    background: #ff8a03;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #16161623
}

#confirmPayment:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none
}

#confirmPayment {
    width: 100%;
    padding: 15px;
    background: #ff8a03;
    color: #FFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease
}

#confirmPayment:hover {
    background: #fd9c2e
}

#payment-error {
    color: #dc3545;
    margin-bottom: 15px;
    display: none
}

#payment-element {
    margin-bottom: 20px
}

.btn-cancel-row {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: flex-end;
    position: absolute;
    top: 16px;
    right: 10px;
    direction: ltr !important;
}

.btn-cancel {
    outline: 0;
    background-color: #fff0;
    color: #e03237;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 7px;
    font-size: 27px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 700
}

.btn-cancel:hover {
    color: #fff
}

@media (max-width: 950px) {
    .checkout .cont {
        border:0;
        margin: 0;
        border-radius: 0
    }
}

body.modal-open {
    overflow: hidden
}

@media (max-width: 687px) {
    .pricerow .inf .icn p {
        width:150px;
        max-width: 150px;
        white-space: unset;
        text-align: center
    }
    .checkout .cont {
        padding: 70px 16px 140px;
    }
}

.body.ar input,.body.ar optgroup,.body.ar select,.body.ar textarea {
    font: initial;
    font-family: sans-serif!important
}

.body.ar .checkout {
    direction: rtl!important
}

.body.ar .checkout .right .bx.prod .prod-dtls .box .top .inf .icn {
    margin-right: 0px!important;
    margin-left: 6px
}

.body.ar .checkout .right .row .inf {
    right: unset;
    left: 0
}

.body.ar .checkout .right .row .inf .icn p {
    right: unset;
    left: 0
}

.body.ar .checkout .right .row .inf .icn p::after {
    left: 4px;
    right: unset
}

.body.ar .error-icon {
    left: 10px;
    right: unset;
    top: 38px
}

.body.ar input#phone {
    direction: ltr!important;
    text-align: right
}

#payment-countdown {
    font-size: 16px;
    margin: 10px 0;
    color: #cacaca;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999
}

#payment-countdown.warning {
    color: red;
    animation: blink 1s step-start infinite
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

#Field-countryInput {
    pointer-events: none!important;
    cursor: not-allowed
}

.sum-payment-head {
    padding: 16px 0 6px;
    border-bottom: 0px!important;
    color: #d5d5d5;
    font-size: 14px
}

.checkout .right .row .inf .icn p.custom {
    width: 250px;
    max-width: 250px;
    white-space: unset;
    text-align: center
}

body.silver .bottom-bar button {
    background-color: #dbdbdb
}

body.silver .bottom-bar button:hover {
    background-color: #dbdbdb4a
}

body.silver .nav-button {
    background-color: #dbdbdb
}

body.silver .lang-btn {
    border-color: #dbdbdb50
}

body.silver .lang-btn:hover {
    background: #dbdbdb1b;
    border-color: #dbdbdba8;
    color: #fff
}

body.silver .lang-btn.active {
    background: linear-gradient(135deg,#dbdbdb 0%,#c6c6c6 100%);
    border-color: #dbdbdb
}

body.silver .lang-btn.active:hover {
    color: #000
}

body.silver .language-switcher {
    border-color: #dbdbdb
}

body.silver .chat-window-wrapper .chat-window-toggle,body.silver #whatsapp-float a {
    background-color: #dbdbdb!important
}

body.silver #whatsapp-float a {
    box-shadow: 0 4px 20px #dbdbdb50
}

body.silver .footer-infinity-text {
    background-image: linear-gradient(84.46deg,var(--color--white) 67%,#dbdbdb)
}

body.silver footer a:hover,body.silver .nav-link-block:hover {
    color: #dbdbdb!important
}

body.silver .sec-path .cont .path-page.mainpg .icn,body.silver .sec-path .cont .path-page.mainpg a,body.silver .sec-path .cont .path-page.mainpg .titnowrap {
    color: #dbdbdb!important
}

body.silver .sec-path .cont .path-page:hover a,body.silver .cont .path-page:hover .icn {
    color: #dbdbdb
}

body.silver .rght.content .productname {
    color: #dbdbdb!important
}

body.silver .p-sec .p-img .main {
    border: 1px solid #939393;
    background: #dbdbdb;
    box-shadow: 0 4px 4px 0 #dbdbdb1c
}

body.silver .img-btn-viewer:before {
    background-color: #ffffff48
}

body.silver .img-btn-viewer:hover:before {
    background-color: #ffffff1a
}

body.silver .similar-product h3,body.silver .sim-sec .sim-tit .icn,body.silver .pricerow .inf .icn,body.silver #viewFullImg,body.silver .dtls-row .specific .icn {
    color: #dbdbdb
}

body.silver .similar-product img,body.silver .pricerow .icon img {
    filter: grayscale(100%)!important
}

body.silver .loader {
    border: 4px solid #dbdbdb28;
    border-top-color: #dbdbdb
}

body.silver .btn-row .cta-btn {
    border: 2px solid #dbdbdb
}

body.silver .btn-row .cta-btn.primary {
    background-color: #dbdbdb
}

body.silver .btn-row .cta-btn.outline {
    color: #dbdbdb
}

body.silver .btn-row .cta-btn:hover {
    background-color: #dbdbdb;
    border: 2px solid #dbdbdb;
    color: #000
}

body.silver .checkout .right .bx.prod .prod-dtls .box .top .inf .icn,body.silver .checkout .mainhed .tit {
    color: #dbdbdb
}

body.silver .checkout .right .cta-btn.primary {
    background-color: #dbdbdb;
    border-color: #dbdbdb
}
