@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200,300;400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;400;600&display=swap');


abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.specialScroll::-webkit-scrollbar {
    display: none
}

body {
    line-height: 1
}

main {
    min-height: 60vh;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .clearfix {
    height: 1%
}

*,*::before,*::after {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    line-height: 100%;
    overflow: visible
}

::placeholder {
    line-height: 100%;
    overflow: visible
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

li {
    list-style-type: none;
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

html,body {
    width: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    direction: ltr;
    text-align: left;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Inter', sans-serif;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    overflow-x: hidden;
}
body:where([dir=rtl],[dir=rtl] *) {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 400;
    direction: rtl;
    text-align: right;
}
.language-switcher {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    line-height: 1;
    position: relative;
    top: -3px;
}
.language-switcher:where([dir=rtl],[dir=rtl] *){
    font-family: 'Inter', sans-serif;
}
body.hide {
    overflow-y: hidden
}

a,a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    color: black;
}

button,input,select,textarea {
    font-family: inherit;
    color: black;
}

img {
    width: 100%;
    display: block;
    height: auto;
    align-items: center;
}

:root {
    --green: #DEFB8B;
    --blue: #061930;
    --gray: #3D3D3D;
    --yellow: #f9f7e4;
    --pink: #FF9698;
    --lightgray: #F5F5F5;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 23px;
    background: #ffffff85;
    border-radius: 11px;
    transition: 0.8s ease;
}

.header.active {
    background: #ffffff;
    box-shadow: 0 4px 6px -6px #515151;
}

header {
    /* background: var(--green); */
    /* border-bottom: 2px solid var(--blue); */
    position: relative;
    z-index: 100;
    width: 100%;
    top: 20px;
}
header.fix {
    position: fixed
}
.site-width {
    width: 90%;
    max-width: 1260px;
    margin: auto;
}

.site-width-2 {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
}

.site-width-3 {
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
}

.site-width-4 {
    width: calc(100% - 32px);
    max-width: 1440px;
    margin: auto;
}

.header .logo a {
    display: block;
    width: 200px;
}

.header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .menu a {
    display: block;
    font-size: 16px;
    margin: 0 10px;
    /* font-weight: 600; */
}

.header .menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .trigger {
    display: none;
}

.header .trigger button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .trigger svg {
    /* width: 24px; */
    /* height: 24px; */
}

.btn {
    display: inline-flex;
    background: var(--blue);
    color: white;
    border-radius: 5px;
    padding: 10px 20px 11px;
    font-size: 16px;
    transition: 0.3s ease-in;
    border: 2px solid transparent;
    font-weight: 600;
    width: auto;
    align-items: center;
    justify-content: center;
}

footer {
    background: var(--gray);
    padding: 50px 0;
}

.footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    width: 100%;
}

.footer .logo a {
    display: block;
    width: 180px;
}

.footer .menu {
    padding: 0 30px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.footer .logo {
    width: 25%;
}

.footer .menu a {
    color: white;
    font-size: 13px;
    display: block;
    padding: 10px 10px;
    transition: 0.3s ease-in;
}

.footer .menu ul {
    width: 40%;
}

.footer .menu a:hover {
    color: #defb8b;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
}

.footer-contact a {
    padding: 10px 50px 11px;
}

.footer-contact p {
    font-size: 22px;
    font-weight: 600;
}

.btn.secondary.revert {
    border-color: black;
    color: black;
    background: transparent;
}

.btn.secondary.revert:hover {
    background: black;
    color: white;
}

.btn.secondary {
    border-radius: 80px;
    background: black;
}

.header .menu nav a {
    color: black;
    font-weight: 600;
}

.main-slider {
    min-height: 100vh;/*calc(100vh - 103px);*/
    display: flex;
    align-items: flex-start;
    background: url(/assets/img/main.jpg?v=1) center/cover no-repeat;
    padding: 100px 0;
}

.smart-slider {
    /* min-height: calc(100vh - 100px); */
    /* min-height: 100vh; */
    /* min-height: auto; */
    position: relative;
    padding: 140px 0 70px;
}

.smart-slider .info {
    /* background: red; */
    width: calc(100% - 600px);
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.smart-slider .img {
    width: 600px;
    transition: 0.8s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    overflow: hidden;
    /* height: 109vh; */
    background: center/cover no-repeat;
    display: block;
}
.smart-slider .img:where([dir=rtl],[dir=rtl] *) {
    transform: translateX(-100%);
}
.swiper-fade .swiper-slide-active .img {
    transform: translateX(0);
    opacity: 1;
    /* background: red; */
}

.smart-slider .img img {
    max-width: 550px;
    margin: auto;
}

.smart-slider .row {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: green; */
    width: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 40px;
}

.smart-slider h1 {
    font-size: 46px;
    font-weight: 400;
    max-width: 520px;
}

.smart-slider .swiper-slide {
    /* min-height: calc(100vh - 100px); */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* min-height: 100vh; */
    /* padding: 150px; */
}

.main-slider h1 {
    font-size: 46px;
    font-weight: 400;
    padding: 100px 0 0;
    max-width: 520px;
}

.main-slider p, .smart-slider p {
    margin: 10px 0 30px;
    font-size: 22px;
    font-weight: 200;
    max-width: 450px;
}

.main-slider .links, .smart-slider .links {
}

.main-slider .links a,
.smart-slider .links a {
    margin: 0 20px 0 0;
    font-weight: 400;
}
.main-slider .links a:where([dir=rtl],[dir=rtl] *),
.smart-slider .links a:where([dir=rtl],[dir=rtl] *) {
    margin: 0 0 0 20px;
}
.main-slider .links a svg, .smart-slider .links a svg {
    margin: 0 0 0 10px;
    transition: 0.3s ease;
    width: 17px;
    position: relative;
    top: 1px;
}

.main-slider .links a svg:where([dir=rtl],[dir=rtl] *),
.smart-slider .links a svg:where([dir=rtl],[dir=rtl] *) {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
.main-slider .links a:hover svg,
.smart-slider .links a:hover svg {
    transform: translateX(4px);
}
.main-slider .links a:hover svg:where([dir=rtl],[dir=rtl] *),
.smart-slider .links a:hover svg:where([dir=rtl],[dir=rtl] *) {
    transform: rotate(180deg) translateX(4px);
}
.showcase {
    padding: 50px 0;
}

.showcase .title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

.showcase .description {
    font-size: 19px;
    text-align: center;
    margin: 10px 0 30px;
}

.showcase-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
}

.showcase-controls button {
    margin: 0;
    background: 0;
    border-radius: 5px;
    padding: 9px 16px 11px;
    font-size: 16px;
    transition: 0.3s ease-in;
    border: 2px solid transparent;
    font-weight: 700;
}

.showcase-controls button.active {
    background: var(--blue);
    color: white;
}

.showcase .showcase-marquee {
    overflow-x: hidden;
    display: flex;
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: visible;
    height: 0;
    transition: 3s ease;
    direction: ltr;
}

.showcase .showcase-marquee.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.showcase .showcase-marquee:first-child {
    justify-content: flex-end;
}

.showcase .showcase-marquee .container {
    flex: 0 0 auto;
    min-width: auto;
    display: flex;
    align-items: center;
    animation: marquee 90s linear 0s infinite;
}

.showcase .showcase-marquee .container.normal {
    animation: marqueenormal 10s linear 0s infinite;
    animation-direction: reverse;
}

.showcase .showcase-marquee .container .links {
    display: flex;
    overflow: hidden;
    height: 100%;
    justify-content: flex-start;
}

.showcase .showcase-marquee .container img {
    width: 450px;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marqueenormal {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.products-container {
    background: var(--yellow);
    padding: 50px;
    /* background: white; */
}

.products-container .title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}

.products-container .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.products-container .slider {
    width: calc(100% - 450px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 650px;
}

.products-container .info {
    width: 420px;
}

.products-container .slider .main {
    width: calc(100% - 140px);
    height: 100%;
}

.products-container .slider .thumbs {
    width: 90px;
    box-sizing: border-box;
    /*height: 100%;*/
}

.products-container .slider .thumbs .swiper-slide {
    /*height: auto !important;*/
    opacity: 0.4;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.products-container .slider .thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products-container .slider .thumbs .swiper {
     /*max-height: 600px;*/
    /* overflow: hidden; */
}

.products-container .slider .main .pagination {
    display: none;
    background: white;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.products-container .slider .main .pagination .swiper-pagination-bullet {
    background: black;
}

.products-container .slider .main .swiper-slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variants-container {
    background: white;
    padding: 30px 30px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.variants-container .triggers {
    background: #262626;
    border-radius: 110px;
    padding: 4px 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 212px;
    margin: auto;
}

.variants-container .trigger {
    border-radius: 110px;
    padding: 5px 14px;
    overflow: hidden;
    border: 0;
    text-align: center;
    background: transparent;
    color: white;
}

.variants-container .trigger.active {
    background: var(--green);
    color: black;
}

.radio-trigger {
    background: #262626;
    border-radius: 50px;
    padding: 7px 7px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    font-size: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin: 0 auto 20px;
}

.radio-trigger.off .bar {
    left: 109px;
}
.radio-trigger.off .bar:where([dir=rtl],[dir=rtl] *) {
    right: 109px;
    left: auto;
}
.radio-trigger.off label[for=on] {
    color: #626262;
}

.radio-trigger.off label[for=off] {
    color: #000;
}

.radio-trigger .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.radio-trigger input {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.radio-trigger label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    text-align: center;
    width: 115px;
    height: 32px;
    line-height: 30px;
    font-weight: 600;
    /* border: 1px solid green; */
    padding: 1px 0 0;
}

.radio-trigger input:checked+label {
    color: #262626;
}

.radio-trigger .bar {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--green);
    height: 32px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    width: 120px;
}
.radio-trigger .bar:where([dir=rtl],[dir=rtl] *) {
    right: -14px;
    left: auto;
}

.variants {
}

.variants .variant {
    margin-bottom: 16px;
}

.variants .variant p {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.variants .variant p span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("/assets/img/info.svg") center/contain no-repeat;
    border-radius: 20px;
    position: relative;
    top: 0px;
    margin: 0 5px;
    cursor: pointer;
}

.variants .variant ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.variants .variant li:where([dir=ltr],[dir=ltr] *) {
    margin: 0 10px 10px 0;
}

.variants .variant li:where([dir=rtl],[dir=rtl] *) {
    margin: 0 0 10px 10px;
}


.variants .variant li input {
    display: none;
}

.variants .variant li label {
    display: block;
    border: 2px solid #E9E9E9;
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 600;
}

.variants .variant li input:checked + label {
    border-color: var(--pink);
}

.variants .variant li label span {
}

.variants .variant select {
    display: block;
    border: 2px solid #E9E9E9;
    font-size: 13px;
    padding: 10px 19px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 600;
    width: 100%;
    background: var(--yellow) url(/assets/img/arrow.svg) right+14px top+9px/16px no-repeat;
    appearance: none;
    background: white url(/assets/img/arrow.svg) right+14px top+9px/16px no-repeat;
}

.variants .variant select:where([dir=rtl],[dir=rtl] *) {
    background-position: left+14px top+12px;
}

/********** Range Input Styles **********/
/*Range Reset*/
.range-input input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: #F5F5F5;
    border-radius: 11px;
}

/* Removes default focus */
.range-input input:focus {
    outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
.range-input input::-webkit-slider-runnable-track {
    background-color: transparent;
    border-radius: 40px;
    height: 8px;
}

/* slider thumb */
.range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -10px;
    margin-left: 2px;
    background-color: var(--gray);
    height: 25px;
    width: 25px;
    border-radius: 40px
}

/******** Firefox styles ********/
/* slider track */
.range-input input::-moz-range-track {
    background-color: transparent;
    border-radius: 0.5rem;
    height: 0.5rem;
}

/* slider thumb */
.range-input input::-moz-range-thumb {
    border: none;
    background-color: var(--gray);
    height: 25px;
    width: 25px;
    border-radius: 40px
}

.range-input input:focus::-moz-range-thumb {
    border: 1px solid transparent;
    outline: 3px solid transparent;
    outline-offset: 0.125rem;
}

.range-input {
    position: relative;
    padding: 40px 0 0;
    margin-top: 14px;
}

.variantQtyText {
    position: absolute;
    top: -2px;
    left: 12.5px;
    width: 67px;
    text-align: center;
    margin: 0 0 0 -20px;
    padding: 6px 0;
    font-size: 14px;
    background: var(--lightgray);
    color: black;
    font-weight: 600;
    border-radius: 6px;
}
.variantQtyText:where([dir=rtl],[dir=rtl] *) {
    left: auto;
    right: 12.5px;
    margin: 0 -20px 0 0;
}
.invoice {
    padding: 0;
    margin: 0;
}

.invoice li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 600;
}

.invoice label {
}

.invoice label:last-child {
    font-size: 18px;
}

.features ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
}

.features li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.features img {
    width: 50px;
}

.features label {
    font-size: 18px;
    font-weight: 600;
    padding: 0 4px;
}

.features {
    background: white;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.08);
    margin: 50px 0 0;
}

.checkout-form button {
    width: 100%;
    margin: 10px auto 0;
    padding: 14px 30px 15px;
    display: block;
    max-width: 250px;
}

.checkout-form a {
    text-align: center;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #7F7F7F;
    text-decoration: underline;
}

.product-features {
    background: #B9D1FF80;
    padding: 50px 0;
}

.product-features.towels {
    background: #CCC5E280
}

.product-features .main-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}

.product-features .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-features .img {
    width: 550px;
    /* border-radius: 14px; */
    overflow: hidden;
}

.product-features .info {
    width: calc(100% - 650px);
}

.product-features ul {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
}

.product-features li {
}

.product-features li img {
    width: 90px;
}

.product-features .title {
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0;
}

.product-features .description {
    font-size: 14px;
}

.shopify-slider {
    padding: 50px 0;
}

.shopify-slider .main-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}

.product-container {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}

.product-container .info {
    padding: 20px 20px;
}

.product-container .sale {
    width: auto;
    max-width: 100%;
    border-radius: 2px;
    background-color: #D14545;
    text-transform: uppercase;
    padding: 4px 9px;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
}
.product-container .sale:where([dir=rtl],[dir=rtl] *) {
    right: auto;
    left: 10px;
}
.product-container img {
}

.product-container .product-price {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 4px;
}

.product-container .product-price .span {
}

.product-container .product-price .original {
    color: #979797;
    text-decoration: line-through;
}

.product-container .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
}

.product-container .link {
    width: 100%;
    border: 1px solid var(--blue);
    border-radius: 30px;
    color: var(--blue);
    background: transparent;
    text-align: center;
}

.product-container .link:hover {
    background: var(--blue);
    color: white;
}

.swiper-controls {
    position: relative;
    margin-top: 40px;
    width: 150px;
    margin: 40px auto 0;
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
    color: black;
}

.swiper-controls .swiper-button-next::after, .swiper-controls .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

.swiper-controls .swiper-button-prev {
}

.swiper-controls .swiper-button-next {
}

.swiper-controls .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.swiper-controls .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: black;
}

.checkout-container .invoice {
    width: 350px;
    top: 5px;
    position: sticky;
}

.checkout-container .invoice .invoice-content {
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
}

.checkout-container .invoice .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
}

.checkout-container .invoice .item img {
    max-width: 120px;
}

.checkout-container .invoice .item .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.checkout-container .invoice .item .info {
    width: calc(100% - 135px);
}

.checkout-container .invoice .item .details {
    color: darkgrey;
    font-size: 12px;
}

.checkout-container .invoice .item .qty {
    font-size: 13px;
}

.checkout-container .invoice .item .details p {
}

.checkout-container .invoice .item .details label {
    display: block;
    margin-bottom: 4px;
    font-size: inherit;
}

.checkout-container .invoice .invoice-container {
    border: 1px solid #73737333;
    padding: 16px 16px;
    border-radius: 6px;
    background: #fff
}

.checkout-container .invoice .order-number {
    padding: 0;
    font-size: 20px;
    color: var(--pink);
}

.checkout-container .invoice .invoice-container .invoice-summary {
    padding: 6px 0 0;
    width: 100%;
    margin: auto
}

.checkout-container .invoice .invoice-container .invoice-summary ul {
}

.checkout-container .invoice .invoice-container .invoice-summary li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-weight: 600;
}

.checkout-container .invoice .invoice-container .invoice-summary li:last-child {
    border-top: 1px solid #73737333;
    margin-top: 12px;
    padding: 6px 0 0;
}

.checkout-container .invoice .invoice-container .invoice-summary span {
    display: block;
    padding: 6px 0 0;
    font-size: 14px;
}

.checkout-container .invoice .invoice-container .invoice-summary .flip {
    font-weight: 400;
}

.checkout-container .invoice .invoice-summary .shippingFee {
    /* color: #32bea6; */
}

.checkout-container {
    padding: 50px 0 50px;
    margin: auto;
    background: #fff;
    position: relative;
    z-index: 10
}

.checkout-container .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.checkout-container .box-container {
    width: calc(100% - 390px);
}
.checkout-container .checkout-box {
    margin-bottom: 30px;
}
.checkout-container .checkout-box-container .box-title {
    padding: 0 0 10px
}
.checkout-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checkout-container .checkout-box-title a {
    font-size: 14px;
    color: var(--pink);
    font-weight: 600;
    text-decoration: underline;
}
.checkout-container .checkout-box-title p {
    font-size: 24px;
    font-weight: 600;
}

.checkout-container .checkout-box-container .box-content {
    /* margin-bottom: 30px; */
    position: relative;
    /*z-index: 0*/
}

.form .input-container {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    vertical-align: top
}
.form .input-container:last-child {
    margin: 0;
}
.form .input-container .error {
    color: #d33f3f;
    font-size: 13px;
    padding: 10px 9px 0;
}

.form .input-container .has-error {
    border-color: #d33f3f;
    background: #fff8f8;
}

.form .inline .input-container {
    width: calc(50% - 10px)
}

.form .inline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.form .input-container label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    color: #000;
    line-height: 20px;
    font-size: 13px;
    /* display: none; */
}

.form .input-container label.requiredLabel::after {
    content: "*";
    color: #ff151a;
    margin: 0 4px
}

.form select, .form input, .form textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 12px 18px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    transition: 0.3s ease;
}

.form select {
    width: 100%
}

.form select:active, .form input:active, .form textarea:active, .form select:focus, .form input:focus, .form textarea:focus {
    border-color: var(--pink);
    outline: 0;
    box-shadow: 0 0 7px -7px #ffdbdb;
}

.form button:hover {
}

.form .form-alert {
    padding-bottom: 0
}

.form button {
    width: 100%;
}

.form button.half {
    width: auto;
    padding: 10px 60px
}

.form-error {
    padding: 10px 2px;
    color: #ed5959;
    font-size: 13px;
    line-height: 20px
}

div#payment-message {
    color: #c80000;
    font-size: 14px;
    margin: 10px 0 0;
}

.checkout-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 450px;
    margin: auto;
}

.checkout-nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397
}

.checkout-nav ol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.checkout-nav .holder {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #c2c2c2;
}

.checkout-nav .holder:before {
    content: attr(data-active);
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #73737333;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 10;
    font-size: 18px;
}

.checkout-nav .holder:after {
    content: "";
    position: absolute;
    display: block;
    background: #e9e9e9;
    width: 100%;
    height: 3px;
    top: 20px;
    left: 50%;
    z-index: 0
}
.checkout-nav .holder:after:where([dir=rtl],[dir=rtl] *) {
    left: auto;
    right: 50%;
}
.checkout-nav li {
    display: block;
    text-align: center;
    width: 33%;
}

.checkout-nav li:last-child .holder:after {
    display: none
}

.checkout-nav .done .holder {
    color: var(--blue);
}

.checkout-nav .done .holder:before, .checkout-nav .done .holder:after {
    color: #fff;
    background: var(--pink);
    border-color: var(--pink);
}

.checkout-nav .active .holder {
    color: var(--blue);
}

.checkout-nav .active .holder:before {
    color: var(--pink);
    border-color: var(--pink);
}

.checkout-nav .holder span {
    display: block;
    margin: 8px 0 0;
    font-weight: 400;
}

.checkout-success-container {
    padding: 60px 0 100px;
}

.order-item-container {
    /* border-radius: 8px!important; */
    padding: 30px 30px;
    border-top: 1px solid #73737333;
    margin-bottom: 20px;
    transition: all .4s ease
}

.order-item-container.active {
}

.order-item-container.show-content .order-container {
    display: block
}

.order-item-container .loader {
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.order-item-container .loader.active {
    opacity: 1;
    visibility: visible;
    height: 350px
}

.order-item-container .loader img {
    max-width: 40px
}

.user-account .order-container .order-footer {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 350px);
}

.user-account .order-container .order-footer>div {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.user-account .order-container .order-footer .footer-heading {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    display: none;
}

.user-account .order-container .order-address {
    margin-bottom: 10px;
    /* max-width: 350px; */
    width: 50%;
}

.user-account .order-container .order-address:last-child {
    margin: 0
}

.user-account .order-container .order-address .heading {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    line-height: normal;
    color: #000;
    font-weight: 600;
}

.user-account .order-container .order-address .address {
    color: #484848
}

.user-account .order-container .order-address .address .name {
}

.user-account .order-container .order-address .address p {
    display: block;
    font-size: 14px;
    margin: 0 0 6px;
    line-height: normal
}

.user-account .order-container .order-invoice {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.user-account .order-container .order-invoice ul {
    /* max-width: 350px; */
    width: 100%;
}

.user-account .order-container .order-invoice li {
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0
}

.user-account .order-container .order-invoice label {
    display: block;
    padding: 0;
    color: #4e4e4e;
    font-size: 14px;
}

.user-account .order-container .order-invoice .shippingFee label {
}

.user-account .order-container .order-invoice .discount label {
    color: #ff4971
}

.user-account .order-container .order-invoice li:last-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 10px;
}

.user-account .order-container .order-invoice li:last-child label:last-child {
    font-size: 14px
}

.user-account .order-container .shipment-container {
    padding: 0;
    margin: auto;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.user-account .order-container .shipment-container .shipment-content {
    width: 350px;
    /* padding: 0 15px; */
}

.user-account .order-container .order-item {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    width: 100%;
}

.user-account .order-container .order-item .product-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: white center/contain no-repeat
}

.user-account .order-container .order-item:last-child {
}

.user-account .order-container .order-item .product-info {
    padding: 4px 15px 0;
    width: calc(100% - 120px);
}
.user-account .order-container .order-item .product-info:where([dir=rtl],[dir=rtl] *) {
    padding: 0 15px 0;
}
.user-account .order-container .order-item .name {
    font-size: 18px;
    display: block;
    line-height: normal;
    font-weight: 600;
}

.user-account .order-container .order-item .bundle {
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
    color: #959595;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.user-account .order-container .order-item .qty {
    font-size: 13px;
    display: block;
    color: #959595;
    font-family: boldf;
    border-right: 1px solid #bfbfbf;
    padding-right: 10px;
    margin-right: 10px
}

.user-account .order-container .order-item .option {
    font-size: 13px;
    display: block
}

.user-account .order-container .order-item .item-price {
    display: block;
    color: var(--pink);
    font-size: 14px;
    margin-bottom: 20px!important
}

.user-account .order-container .order-item .review {
    font-size: 12px;
    display: flex;
    color: #ffcc36;
    border: 0;
    background: 0 0;
    padding: 0;
    align-items: center
}

.user-account .order-container .order-item .review label {
    text-decoration: underline;
    color: #000;
    font-family: boldf;
    cursor: pointer
}

.user-account .order-container .order-item .product-info>* {
    margin-bottom: 10px
}
.user-account .order-container .order-item .product-info>*:where([dir=rtl],[dir=rtl] *) {
    margin-bottom: 4px;
}
.user-account .order-container .order-item .review i {
    font-size: 11px;
    position: relative;
    padding: 0 5px 0 0
}

.user-account .order-container .order-item .option span {
    color: var(--blue);
}

.user-account .order-container .order-item .flex {
    display: flex;
    align-items: center;
    margin: 15px 10px 0 0
}

.user-account .order-container .order-item .details {
    margin-top: 15px;
    border: 0;
    display: block;
    padding: 0;
    background: 0;
    color: var(--blue);
    font-family: boldf;
    text-decoration: underline;
    font-size: 12px
}

.message {
    text-align: center;
    margin-top: 60px;
}

.message .label {
    font-size: 13px;
    margin: 10px;
}

.message .title {
    font-size: 21px;
}

.message svg {
    width: 40px;
    height: 40px;
}

.smart-navigation .swiper-button-next:after, .smart-navigation .swiper-button-prev:after {
    display: none;
}

.smart-navigation {
    position: absolute;
    /* left: 30px; */
    right: 40px;
    bottom: 30px;
    margin: 0 auto;
    z-index: 100;
    background: white;
    width: 150px;
    height: 44px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.smart-navigation:where([dir=rtl],[dir=rtl] *) {
    right: auto;
    left: 50px;
}
.smart-navigation-phone {
    position: relative;
    bottom: 50px;
    margin: auto;
    z-index: 100;
    background: white;
    width: 120px;
    height: 28px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    margin-bottom: -10px;
}

.smart-navigation-phone .swiper-pagination-bullet-active {
    background: black;
}

.smart-navigation svg {
    width: 22px !important;
    height: 22px !important;
}

.smart-navigation .swiper-pagination {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    position: relative;
    top: 1px;
    width: 60px;
    margin: auto;
    user-select: none;
}
.smart-navigation .swiper-pagination:where([dir=rtl],[dir=rtl] *) {
    top: -1px;
}

.smart-slider .phone {
    display: none;
    width: calc(100% - 10px);
    margin: auto;
}

#stripe-form-loader {
    display: none;
    border-radius: 50%;
    width: 100%;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-roller {
    /* change color here */
    color: #7c42ff
}

.lds-roller, .lds-roller div, .lds-roller div:after {
    box-sizing: border-box;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.address-summary {
    border-bottom: 1px solid #73737333;
    padding: 0 0 16px;
}
.address-summary p {
    margin: 3px 0;
    font-size: 12px;
}

.address-summary p:first-child {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-summary p a {
    font-size: 12px;
    color: var(--pink);
    font-weight: 600;
    text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
    .site-width, .site-width-2 {
        width: 100%;
    }

    main {
        /* padding-top: 60px; */
    }

    header {
        border: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto;
        z-index: 10000;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header {
        padding: 15px 20px;
        flex-wrap: wrap;
        /* height: 70px; */
        overflow: hidden;
        max-height: 68px;
    }

    .header .trigger {
        display: block;
    }

    .header .menu {
        /* display: none; */
        order: 1;
        width: 100%;
        display: block;
        top: 10px;
        position: relative;
        padding: 0 0 15px;
    }

    .header .menu nav {
        display: block;
    }

    .header .menu nav a {
        margin: 0;
        padding: 7px 0;
        font-size: 15px;
        top: 0;
    }

    .header .menu > a {
        margin: 10px 0 0;
        text-align: center;
    }

    .header.active-menu {
        max-height: 400px;
        background: white;
    }

    .header .logo a {
        width: 130px;
    }

    .footer-contact {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .footer-contact p {
        margin-bottom: 20px;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer > * {
        width: 100% !important;
    }

    .footer .logo {
        /* display: flex; */
        /* justify-content: flex-end; */
    }

    .footer .logo a {
        margin: 0 auto 20px;
        width: 150px;
    }

    .footer .menu ul {
        /* width: 100%; */
        width: 46%;
    }

    .footer .menu {
        padding: 0;
        justify-content: space-between;
    }

    .footer .menu a {
        padding: 10px 0;
        font-size: 11px;
        text-align: center;
    }

    footer {
        padding: 10px 20px;
    }

    .shopify-slider {
        padding: 40px 0 20px;
    }

    .swiper-controls {
        display: none
    }

    .shopify-slider .main-title {
        font-size: 22px;
    }

    .product-features .row {
        flex-direction: column;
    }

    .product-features .img, .product-features .info {
        width: 100%;
    }

    .product-features .info {
    }

    .product-features ul {
        display: block;
    }

    .product-features li {
        padding: 20px 20px;
    }

    .product-features li img {
        width: 80px;
    }

    .product-features .title {
        font-size: 18px;
    }

    .product-features .description {
    }

    .product-features .main-title {
        padding: 0 20px;
        font-size: 22px;
        margin: 0 0 20px;
        display: none;
    }

    .product-features {
        padding: 0 0 30px;
    }

    .showcase .title {
        font-size: 22px;
        padding: 0 20px;
        text-align: inherit;
    }

    .showcase .description {
        font-size: 15px;
        text-align: inherit;
        padding: 0 20px;
    }

    .showcase .showcase-marquee .container img {
        width: 300px;
    }

    .showcase-controls {
        justify-content: flex-start;
        padding: 0 20px;
    }

    .main-slider {
        min-height: calc(100vh - 50px);
        padding: 40px 20px;
        align-items: center;
        background: url(/assets/img/main-phone.jpg) top/cover no-repeat;
        align-items: flex-end;
    }

    .smart-slider {
        min-height: auto;
        padding: 90px 20px 16px;
    }

    .smart-slider .swiper-slide {
        align-items: flex-start;
        min-height: auto;
        padding: 0;
    }

    .smart-slider .info {
        width: 100%;
        padding: 10px 20px 0;
        background: white;
    }

    .smart-navigation {
        display: none;
    }

    .smart-slider .main {
        display: none;
    }

    .smart-slider .phone {
        display: block;
        width: 100%;
    }

    .smart-navigation-phone {
        display: flex;
    }

    .smart-slider .swiper-pagination-bullets {
        bottom: auto !important;
        top: 11px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smart-slider .img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .smart-slider .row {
        flex-direction: column-reverse;
        border-radius: 30px;
        padding: 20px 20px;
        padding: 0;
    }

    .main-slider h1, .smart-slider h1 {
        font-size: 30px;
        padding: 0;
    }

    .main-slider p, .smart-slider p {
        font-size: 20px;
        margin: 10px 0 20px;
    }

    .main-slider .links, .smart-slider .links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .main-slider .links a, .smart-slider .links a {
        display: flex;
        text-align: center;
        margin: 0 0 16px !important;
        /* max-width: 250px; */
        font-size: 14px;
        padding: 8px 20px 9px;
        height: 44px;
        width: 100%;
    }

    /* .main-slider .links a:first-child, .smart-slider .links a:first-child {
        margin: 0px auto 15px !important;
    }
 */
    .products-container .row {
        flex-direction: column;
    }

    .products-container .slider .thumbs {
        display: none;
    }

    .products-container .slider {
        /* display: none; */
        height: auto;
    }

    .products-container .slider .main {
        width: 100%;
    }

    .products-container .slider .main .pagination {
        display: flex;
    }

    .products-container {
        padding: 40px 0 20px;
    }

    .features {
        width: calc(100% - 32px);
        margin: 16px auto 0;
    }

    .features li {
        flex-direction: column;
        text-align: center;
        width: 33%;
    }

    .features label {
        font-size: 12px;
        width: 77px;
        padding: 0;
    }

    .features img {
        width: 42px;
        margin-bottom: 7px;
    }

    .features ul {
        align-items: flex-start;
    }

    .products-container .row > * {
        width: 100% !important;
    }

    .variants-container {
        border-radius: 0;
        border: 0;
    }

    .variants .variant ul {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .products-container .title {
        padding: 0 20px;
        font-size: 22px;
    }

    .checkout-container .container {
        flex-direction: column;
        /* margin: 0; */
    }

    .checkout-container .container > * {
        width: 100% !important;
        max-width: 100% !important;
    }

    .checkout-container .invoice {
        position: relative;
    }

    .checkout-container {
        padding: 110px 0;
    }

    .user-account .order-container .order-footer {
        width: 100%;
        padding-top: 40px;
    }

    .user-account .order-container .shipment-container .shipment-content {
        width: 100%;
    }

    .message {
        margin: 0 0 30px;
    }

    .order-item-container {
        padding: 30px 0;
    }
}
