:root {
    --primary-color: #DCDCDC; /* Define a CSS variable */
    --primary-color-hover: #d4af37; /* Define a CSS variable */
}


@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/cairo_courant.woff2') format("woff2");
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/cairo_courant.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/cairo_courant_2.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/cairo_gras_2.woff2') format("woff2");
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/cairo_gras_2.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/cairo_gras.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    margin: 0;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

body.no-scroll {
    overflow: hidden
}

body > h1 {
    position: absolute;
    top: -9999px;
    opacity: 0;
    visibility: hidden
}

body > * {
    direction: rtl
}

a {
    color: inherit;
    text-decoration: none
}

ul {
    padding: 0
}

li {
    display: block
}

h1, h2, h3, h4, h5, h6, figure, ul, p {
    margin: 0
}

.d-f {
    display: flex
}

.jc-c {
    justify-content: center
}

.jc-sb {
    justify-content: space-between
}

.fxd-c {
    flex-direction: column
}

.ai-c {
    align-items: center
}

.fx-1 {
    flex: 1
}

.fxw-w {
    flex-wrap: wrap
}

input, select, button {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    margin: 0
}

button {
    font-size: 0;
    border: none;
    background-color: transparent;
    padding: 0
}

.no-js {
    pointer-events: none
}

/*new*/

.li_mob {
    width: 25%;
}


/*new*/


/*add*/

.stkw {
    padding: 20px 0;
    text-align: center;
}

.stkw__grid {
    overflow: hidden;
}

.stkw__icon img {
    margin: 0 auto 12px;
    width: 72px;
    height: 72px;
}

.stkw__title {
    font-weight: 700;
}

.stkw__desc {
    margin-top: 5px;
    color: #696969;
}

.page {
    padding: 20px 0;
}

.page__cntn {
    margin: 0 auto;
    max-width: 600px;
}

/*add*/

.wrap {
    max-width: 600px;
    padding: 0 15px;
    margin: auto
}

.emojione {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-width: 20px;
    min-height: 20px;
    line-height: 1;
    margin: -.1em .1em .1em
}

.grid {
    margin-top: -15px;
    margin-right: -10px
}

.grid > * {
    padding-top: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%
}



.grid_c {
    margin-top: -15px;
    margin-right: -10px
}

.grid_c > * {
    padding-top: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 33.33%
}

.grid.eqgp {
    margin-top: -10px
}

.grid.eqgp > * {
    padding-top: 10px
}

.grid.one > * {
    width: 100%
}

.fgwl {
    position: relative
}

.fgwl:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #fafafa
}

.fgwl__fgld {
    z-index: 2
}

.fgwl__fgld:before, .fgwl__fgld:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: translate(50%, -50%);
    background-color: #bbb;
    border: 2px solid #bbb
}

.fgwl__fgld:after {
    animation: figure-loading 2s linear -1s infinite
}

.fgwl__fgld:before {
    animation: figure-loading 2s linear 0s infinite
}

.fgwl img {
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fgwl:not(.loading):before {
    background-color: transparent
}

.fgwl:not(.loading) .fgwl__fgld {
    display: none
}

@keyframes figure-loading {
    0% {
        background-color: rgba(175, 175, 175, 0.95);
        transform: translate(50%, -50%) scale(0.1);
        opacity: 1
    }
    60% {
        background-color: rgba(175, 175, 175, 0.5)
    }
    to {
        background-color: rgba(175, 175, 175, 0);
        transform: translate(50%, -50%) scale(1);
        opacity: 0
    }
}

.imbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent
}

.stlg {
    width: 108px;
    height: 32px;
    background-size: contain;
}

.info {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb
}

.tpbr {
    display: block;
    background-color: var(--primary-color);
    padding: 8px 0
}

.tpbr__text {
    height: 21px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.header:after, .product__adtc:after {
    content: '';
    position: absolute;
    opacity: .7;
    left: 0;
    right: 0;
    top: 100%;
    height: 4px;
    background: linear-gradient(180deg, rgba(9, 30, 66, 0.13) 0, rgba(9, 30, 66, 0.13) 1px, rgba(9, 30, 66, 0.08) 1px, rgba(9, 30, 66, 0) 4px)
}

.header {
    position: relative;
    top: 0;
    z-index: 10;
    margin-top: -56px;
    width: 100%;
    background-color: #fff
}

.header.sticky {
    transition: .4s ease-in-out;
    top: 56px;
    position: fixed;
    visibility: visible
}

.header.sticky.admin {
    top: 102px
}

.header__filler {
    width: 100%;
    height: 56px
}

.header__main {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.header__nlgs {
    height: 56px
}

.header__hdbt {
    background-color: #fafafa;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.header__hdbt._menu {
    padding: 10px
}

.header__hdbt._menu svg:first-child {
    width: 15px;
    height: 15px
}

.header__hdbt._menu svg:first-child path {
    fill: #696969
}

.header__hdbt._search {
    padding: 9px
}

.header__hdbt._search svg:first-child {
    width: 17px;
    height: 17px
}

.header__hdbt._search svg:first-child path {
    stroke: #696969
}

.header__hdbt.active {
    padding: 9px
}

.header__hdbt.active svg:first-child {
    display: none
}

.header__hdbt.active svg:last-child {
    width: 17px;
    height: 17px;
    opacity: .5
}

.header__hdbt:not(.active) svg:last-child {
    display: none
}

.header__logo {
    margin: 0 auto
}

.header__search {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    background-color: #b3b3b3;
    width: 100%;
    right: 0;
    bottom: -50px;
    padding: 5px 0;
    transition: .25s ease
}

.header__search:not(.active) {
    transform: translateY(-52px);
    opacity: 0
}

.header__srfm {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.header__srfm input[type="text"] {
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    border: none;
    caret-color: var(--primary-color);
    font-size: 14px;
    width: 100%
}

.header__srfm input[type="text"]:focus::placeholder {
    opacity: 0
}

.header__srfm input[type="text"]::placeholder {
    color: #aeaeae
}

.header__srfm input[type="submit"] {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

.header__srfm svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.header__srfm svg path {
    stroke: #696969
}

body #wpadminbar {
    position: fixed;
    top: 0
}

@media only screen and (min-width: 783px) {
    .header.sticky.admin {
        top: 88px
    }
}

.sdmn {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 999999
}

.sdmn:not(.active) {
    opacity: 0;
    visibility: hidden
}

.sdmn.active .sdmn__menu {
    transform: translateX(0)
}

.sdmn__menu {
    transform: translateX(340px);
    width: 288px;
    height: 100%;
    overflow: auto;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sdmn__overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer
}

.sdmn .header__srfm input[type="text"] {
    border: 1px solid #dadada;
    height: 46px;
    border-radius: 3px;
    transition: .05s ease
}

.sdmn .header__srfm input[type="text"]:focus {
    border: 2px solid var(--primary-color);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.sdmn__mnls {
    margin-top: 5px
}

.sdmn__mnls a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8
}

.blcd {
    padding: 20px 0
}

.blcd__grid {
    overflow: hidden
}

.blhd {
    text-align: center
}

.blhd:not(:last-child) {
    margin-bottom: 20px
}

.blhd__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700
}

.blhd__title span {
    display: inline-block;
    position: relative
}

.blhd__title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: rgba(67, 160, 113, 0.25);
    bottom: 0;
    z-index: -1
}

.blhd__subt {
    margin-top: 5px;
    color: #696969
}

.card__main.style-1 .card__meta {
    padding-top: 12px
}

.card__main.style-1.link {
    display: block
}

.card__main.style-2 {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15)
}

.card__main.style-2 .card__figure:not(.thmb) {
    border-bottom: 1px solid #e8e8e8
}

.card__main.style-2 .card__meta:not(.thmb) {
    padding: 12px
}

.card__main.style-2 .card__price {
    margin-top: 8px
}

.card__main.style-2 .card__rdpr {
    margin-top: 2px
}

.card__fgwr {
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 3px
}

.card__fgtb {
    padding: 8px 8px 8px 0
}

.card__figure {
    overflow: hidden
}

.card__figure.thmb {
    width: 48px;
    border-radius: 3px
}

.card__meta:not(.thmb) {
    text-align: center
}

.card__meta.thmb {
    padding: 8px 10px
}

.card__title {
    font-size: 14px;
    font-weight: 700
}

.card__ttbg {
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.card__rtng {
    margin-top: 8px
}

.card__rtng li:not(:last-child) {
    margin-left: 5px
}

.card__desc {
    margin-top: 8px;
    color: #696969
}

.card__desc.smmt {
    margin-top: 5px
}

.card__offer {
    height: 21px;
    margin-top: 8px
}

.card__offer strong {
    line-height: 18px
}

.card__offer span {
    margin-right: 10px
}

.card__price {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700
}

.card__rdpr {
    color: #aeaeae;
    text-decoration: line-through
}

.card__orwr {
    padding-top: 12px;
    margin: auto auto 0;
    min-width: 85%
}

.btn {
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none
}

.btn span {
    font-size: 14px
}

.btn svg {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

.btn svg path {
    fill: var(--primary-color)
}

.btn[disabled] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    color: #868686
}

.btn:not(.active) svg {
    display: none
}

.btn.full-width {
    width: 100%
}

.btn.grey {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #fff
}

.btn.grey.active svg path {
    fill: #fff
}

.btn.large {
    height: 46px;
    line-height: 44px
}

.btn.large span {
    font-size: 16px
}

.btn.shake-x:not([disabled]):not(:hover) {
    animation: shake-x 2s ease infinite
}

@keyframes shake-x {
    0%, 100% {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-3px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(3px, 0, 0)
    }
}

.rtng {
    width: 14px;
    height: 14px;
    background-image: url("../../images/theme_01/star.svg")
}

.rtng.g {
    background-image: url("../../images/theme_01/g-star.svg")
}

.rtng--half {
    background-image: url("../../images/theme_01/star-half.svg")
}

.rtng--half.g {
    background-image: url("../../images/theme_01/g-star-half.svg")
}

.rtng--empty {
    background-image: url("../../images/theme_01/star-empty.svg")
}

.product {
    padding: 20px 0
}

.product__stbr:not(.sticky) {
    visibility: hidden
}

.product__sbcn {
    height: 56px
}

.product__sbtr {
    margin: 0 10px 0 auto;
    padding-right: 10px;
    border-right: 1px solid #e8e8e8
}

.product__hfgi, .product__figure {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 3px;
    box-sizing: border-box
}

.product__hfgi, .product__hfgv {
    margin: 0 auto 20px;
    max-width: 800px
}

.product__hfgi:before {
    padding-top: 43.75%
}

.product__hfgi img {
    height: auto
}

.product__hfgv div {
    position: relative;
    padding-bottom: 56.25%;
    width: auto;
    height: 0;
    overflow: hidden
}

.product__hfgv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product__cntn {
    margin: 0 auto;
    max-width: 600px
}

.product__title {
    line-height: 1.5;
    font-size: 25px;
    font-weight: 700
}

.product__title .product__lbbg {
    margin-right: 12px;
    top: -3px
}

.product__title:not(.small) {
    margin-top: -4px
}

.product__title.small {
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px
}

.product__title.small .product__lbbg {
    margin-right: 0;
    margin-left: 8px;
    top: -1px
}

.product__title + .product__rtng {
    margin-top: 10px
}

.product__lbbg {
    position: relative;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 700
}

.product__lbbg.ltr {
    direction: ltr
}

.product__lbbg.stmc {
    background-color: var(--primary-color)
}

.product__lbbg.small {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px
}

.product__lbbg.small.compact {
    height: 16px;
    line-height: 16px
}

.product__lbbg.small.thin {
    font-weight: 400
}

.product__subt.style-1 {
    margin-top: 20px;
    padding: 13px 0 15px;
    border-top: 1px solid #e8e8e8
}

.product__subt.style-1 + .product__desc:not(:first-child) {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8
}

.product__subt.style-2 {
    margin-top: 10px
}

.product__subt p {
    font-size: 16px;
    color: #696969
}

.product__subt p:not(:last-child) {
    margin-bottom: 5px
}

.product__offer:not(.nomg) {
    margin: 15px 0
}

.product__offer + .product__figure, .product__offer + .product__form {
    margin-top: 20px
}

.product__price strong {
    font-size: 25px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary-color)
}

.product__price span {
    margin-right: 15px;
    text-decoration: line-through;
    color: #aeaeae;
    font-size: 18px;
    height: 24px
}

.product__pord {
    margin-left: 15px
}

.product__rtng {
    margin: 15px 0
}

.product__rtng.smmt {
    margin: 8px 0 1px
}

.product__rtng li:not(:last-child) {
    margin-left: 5px
}

.product__rtng + .product__desc:not(:first-child) {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8
}

.product__figure + .product__fkvw {
    border-top: none
}

.product__figure + .product__form {
    margin-top: -2px;
    border-radius: 0 0 3px 3px
}

.product__fkvw {
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding-bottom: 15px;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px
}

.product__fkvw .product__lbbg {
    margin: 0 12px
}

.product__fksw {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0
}

.product__stcl {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.product__stcl span {
    color: var(--primary-color)
}

.product__stpg {
    overflow: hidden;
    margin: 5px 8px 20px;
    border-radius: 10px;
    box-shadow: 0 0 0 7px #e8e8e8, inset 0 0 0 2px #e8e8e8
}

.product__stpg span {
    display: block;
    height: 7px;
    background: repeating-linear-gradient(-45deg, var(--primary-color), var(--primary-color) 7px, #fff 1px, #fff 8px)
}

.product__cndd {
    text-align: center
}

.product__cndd > div {
    font-size: 34px;
    line-height: 1.2;
    position: relative
}

.product__cndd > div:not(:last-child):after {
    content: ':';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700
}

.product__cndd span:first-child {
    font-weight: 700
}

.product__cndd span:last-child {
    font-size: 12px
}

.product__desc:not(:first-child) {
    margin-top: 20px
}

.product__desc:not(:last-child) {
    margin-bottom: 20px
}

.product__form {
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #fbfbfb;
    overflow: hidden
}

.product__form.pulse {
    animation: pulse 2s infinite
}

.product__fmmn {
    padding: 15px
}

.product__fitx {
    font-size: 15px;
    margin-bottom: 15px
}

.product__frmi {
    margin-top: -15px;
    margin-right: -15px
}

.product__frmi > * {
    padding-top: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%
}

.product__frmi > *.err .product__ftin {
    border: 2px solid #ea2816
}

.product__ftin, .product__fsel {
    border-radius: 3px;
    border: 1px solid #dadada;
    padding: 10px 15px;
    background-color: #fff;
    height: 50px;
    width: 100%;
    transition: .05s ease;
    caret-color: var(--primary-color);
    font-size: 14px
}

.product__ftin:focus, .product__fsel:focus {
    border: 2px solid var(--primary-color);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.product__ftin:focus::placeholder, .product__fsel:focus::placeholder {
    opacity: 0
}

.product__ftin::placeholder, .product__fsel::placeholder {
    color: #aeaeae
}

.product__ftin[disabled], .product__fsel[disabled] {
    background-color: #f5f5f5
}

.product__ftin.ltr, .product__fsel.ltr {
    direction: ltr
}

.product__fswr:after, .product__swor:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: solid #bdbdbd;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 15px;
    top: -2px;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.product__fswr {
    position: relative
}

.product__frsl {
    appearance: none;
    color: #aeaeae;
    opacity: 1
}

.product__frsl.vlsl {
    color: #000
}

.product__ierr {
    color: #ea2816;
    margin-top: 5px
}

.product__ierr.order_err {
    margin-top: 10px
}

.product__ierr.upsell_err {
    margin-top: 30px
}

.product__ierr.order_err, .product__ierr.upsell_err {
    text-align: center
}

.product__vari {
    margin-top: 20px
}

.product__vari li:first-child .product__frlw {
    padding-top: 0
}

.product__vari li:last-child .product__frlw {
    padding-bottom: 0
}

.product__vari li:not(:last-child) .product__frlw {
    border-bottom: 1px solid #e8e8e8
}

.product__frlw {
    padding: 6px 0
}

.product__frlw:not([disabled]) {
    cursor: pointer
}

.product__frlw[disabled] .product__frwr div {
    background-color: #f5f5f5
}

.product__frlw[disabled] .product__frbx:checked + div:before {
    background-color: #aeaeae
}

.product__frlw[disabled] .product__frpr strong {
    color: #868686
}

.product__frwr {
    margin-left: 12px;
    position: relative
}

.product__frwr div {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    border-radius: 50%;
    background-color: #fff
}

.product__frwr div:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 50%;
    transition: .1s ease
}

.product__frbx {
    appearance: none;
    width: 27px;
    height: 27px;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none
}

.product__frbx:checked + div:before {
    background-color: var(--primary-color)
}

.product__frpr {
    padding-right: 10px;
    margin-right: auto
}

.product__frpr > * {
    white-space: nowrap
}

.product__frpr strong {
    color: var(--primary-color);
    font-weight: 700
}

.product__frpr span {
    color: #aeaeae;
    text-decoration: line-through
}

.product__fmsb {
    margin-top: 20px
}

.product__frpq {
    margin-left: 15px
}

.product__frpq button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dadada;
    background-color: #fff;
    border-radius: 3px
}

.product__frpq button svg {
    width: 10px;
    height: 10px;
    opacity: .85
}

.product__frpq button[disabled] {
    background-color: #f5f5f5
}

.product__frpq button[disabled] svg path {
    fill: #aeaeae
}

.product__frpq span {
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0 12px
}

.product__frpq span[disabled] {
    color: #aeaeae
}

.product__orsm {
    border-top: 1px solid #dadada
}

.product__swor {
    position: relative;
    width: 100%;
    background-color: rgba(67, 160, 113, 0.05);
    padding: 12px 20px;
    transition: .25s ease
}

.product__swor:not(.no-arrow) {
    background-color: #f5f5f5
}

.product__swor > div:first-child {
    margin-left: 10px
}

.product__swor > div:first-child svg {
    width: 18px;
    height: 18px
}

.product__swor > div:first-child svg path {
    fill: var(--primary-color)
}

.product__swor > div:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    height: 24px;
    line-height: 24px
}

.product__swor.active:after {
    transform: rotate(-135deg);
    top: 4px
}

.product__swor.no-arrow:after {
    display: none
}

.product__swor[disabled] {
    background-color: #f5f5f5
}

.product__swor[disabled] > div:first-child svg path {
    fill: #aeaeae
}

.product__swor[disabled] > div:nth-child(2) {
    color: #868686
}

.product__ordt {
    border-top: 1px solid #dadada;
    background-color: #fff
}

.product__ordt:not(.active) {
    display: none
}

.product__ordt li {
    padding: 15px
}

.product__ordt li:not(:first-child) {
    border-top: 1px solid #e8e8e8
}

.product__ordt span {
    color: #aeaeae
}

.product__ordt span.sub {
    margin-top: 4px
}

.product__ordt .emphasis {
    font-size: 16px
}

.product__ordt strong.emphasis {
    color: var(--primary-color)
}

.product__ordt .product__lbbg:not(:last-child) {
    margin-left: 5px
}

.product__ordt ._global-quantity:before {
    content: 'x '
}

.product__thku {
    padding: 20px 0
}

.product__tkcn {
    max-width: 600px;
    margin: auto
}

.product__tkor {
    border: 1px solid #dadada;
    margin-top: 20px;
    border-radius: 3px;
    overflow: hidden
}

.product__adtc {
    position: fixed;
    bottom: -70px;
    right: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    padding: 10px 0
}

.product__adtc:after {
    top: -4px;
    transform: rotate(180deg)
}

.product__adtc.active {
    transition: .4s ease-in-out;
    bottom: 0
}

.product__adtc.submitting {
    display: none
}

.product__accn {
    margin: auto
}

.product__phbn {
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-left: 10px;
    width: 44px;
    height: 44px
}

.product__phbn svg path {
    fill: #3e9569
}

.product__phbn._phone svg {
    width: 26px;
    height: 26px;
    position: relative;
    top: 1px
}

.product__phbn._whatsapp svg {
    width: 24px;
    height: 24px
}

@keyframes pulse {
    0% {
        border-color: rgba(67, 160, 113, 0.3);
        box-shadow: 0 0 0 0 rgba(67, 160, 113, 0.3)
    }
    70% {
        box-shadow: 0 0 0 15px rgba(67, 160, 113, 0)
    }
    100% {
        border-color: #dadada;
        box-shadow: 0 0 0 0 rgba(67, 160, 113, 0)
    }
}

.cntx em, .cntx strong, .cntx ul, .cntx ol {
    font-style: normal;
    text-decoration: none
}

.cntx em {
    font-style: italic
}

.cntx p, .cntx ul, .cntx ol {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word
}

.cntx p:not(:last-child), .cntx ul:not(:last-child), .cntx ol:not(:last-child) {
    margin-bottom: 10px
}

.cntx p a, .cntx p b, .cntx p strong, .cntx ul a, .cntx ul b, .cntx ul strong, .cntx ol a, .cntx ol b, .cntx ol strong {
    font-weight: 700
}

.cntx p a, .cntx ul a, .cntx ol a {
    color: var(--primary-color)
}

.cntx p img:not(.emojione), .cntx ul img:not(.emojione), .cntx ol img:not(.emojione) {
    max-width: 100%;
    height: auto;
    margin: 5px auto;
    display: block
}

.cntx h1, .cntx h2, .cntx h3, .cntx h4, .cntx h5, .cntx h6 {
    font-size: 16px;
    font-weight: 700;
    word-break: break-word
}

.cntx h1:not(:first-child), .cntx h2:not(:first-child), .cntx h3:not(:first-child), .cntx h4:not(:first-child), .cntx h5:not(:first-child), .cntx h6:not(:first-child) {
    margin-top: 15px
}

.cntx h1:not(:last-child), .cntx h2:not(:last-child), .cntx h3:not(:last-child), .cntx h4:not(:last-child), .cntx h5:not(:last-child), .cntx h6:not(:last-child) {
    margin-bottom: 15px
}

.cntx h2 {
    font-size: 18px
}

.cntx h2:not(:first-child) {
    margin-top: 20px
}

.cntx h2:not(:last-child) {
    margin-bottom: 20px
}

.cntx table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.cntx table td {
    padding: 2px 6px;
    border: 1px dashed #e8e8e8
}

.cntx table img {
    max-width: 100%;
    height: auto;
    margin: 5px auto;
    display: block
}

.cntx iframe {
    border: none
}

.cntx__youtube:not(:first-child) {
    margin-top: 10px
}

.cntx__youtube:not(:last-child) {
    margin-bottom: 10px
}

.cntx__youtube > div {
    position: relative;
    padding-bottom: 56.25%;
    width: auto;
    height: 0;
    overflow: hidden
}

.cntx__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alert:not(.active) {
    display: none
}

.alert__overlay {
    z-index: 999;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.alert__overlay.admin {
    padding-top: 32px
}

.alert__fmwr {
    padding: 15px;
    margin: auto;
    max-width: 340px;
    width: 100%
}

.alert__form {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
    padding: 20px
}

.alert__actions {
    margin-top: 20px
}

.alert__actions > *:not(:last-child) {
    margin-left: 15px
}

.alert__actions .btn {
    min-width: 85px
}

.upsell__overlay {
    z-index: 999;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    overflow: auto;
    direction: ltr;
    top: 0;
    right: 0;
    background-color: #fff
}

.upsell__overlay.admin {
    padding-top: 46px
}

.upsell__cntn {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 20px 15px;
    direction: rtl;
    align-self: flex-start
}

.upsell__cntn .cntx {
    margin-bottom: 20px
}

.upsell__actions:not(:last-child) {
    margin-bottom: 30px
}

.upsell__actions > *:not(:last-child) {
    padding-left: 15px
}

.upsell__actions > *:last-child {
    width: 30%
}

.footer {
    padding-top: 20px
}

.footer__wrap {
    border-top: 1px solid #e8e8e8;
    background-color: #fafafa
}

.footer__wrap.add-to-cart {
    padding-bottom: 66px
}

.footer__clwr {
    padding: 20px 0;
    text-align: center
}

.footer__colm {
    margin-top: -30px;
    margin-right: -15px
}

.footer__colm > * {
    padding-top: 30px;
    padding-right: 15px
}

.footer__colm > * > *:not(:last-child) {
    margin-bottom: 30px
}

.footer__colm > *.full-width {
    width: 100%
}

.footer__mntt {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #aeaeae
}

.footer__mnls li:not(:last-child) {
    margin-bottom: 10px
}

.footer__mnls a {
    color: #696969
}

.footer__social {
    margin-top: 15px
}

.footer__social li:not(:last-child) {
    margin-left: 15px
}

.footer__social a {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #dadada;
    border-radius: 3px
}

.footer__social a svg {
    width: 18px;
    height: 18px;
    opacity: .5
}

.footer__logo {
    margin-bottom: 12px;
    filter: grayscale(100%);
    opacity: .75
}

.footer__logo .stlg {
    width: 76px;
    height: 24px
}

.footer__copy {
    color: #696969
}

.footer__dev {
    margin-top: 2px;
    color: #aeaeae
}

.footer__dev a {
    border-bottom: 1px dashed
}

.slider {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 100;
    transition: opacity 1s ease-in-out;
}

.slider img.active {
    opacity: 1;
}

.slider .prev, .slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    cursor: pointer;
    color: white;
}

.slider .prev {
    left: 16px;
}

.slider .next {
    right: 16px;
}

/*Added css*/
.pagination-current-page {
    color: var(--primary-color) !important;
    background: #fff !important;
}
.pagination-btn{
    height: 20px;
    aspect-ratio: 1;
    margin: 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}


.pagination-back-btn {
    background: transparent;
    border: navajowhite;
}

.pagination-next-btn {
    background: transparent;
    border: navajowhite;
}

.badge {
    width: 6px;
    height: 6px;
    position: absolute;
    top: -0px;
    right: -0px;
    padding: 5px 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Cart Page Styles */
.cart-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.table-container {
    margin: 20px 0;
}

.row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header_cart {
    font-weight: bold;
    background-color: #f7f7f7;
}

.cell {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.product-image img {
    width: 100px;
    height: auto;
}

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

.product-variant {
    margin-top: 5px;
    font-size: 14px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-wrapper button {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #ccc;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.quantity-wrapper button:hover {
    background-color: #bbb;
}

.quantity-wrapper input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    font-size: 16px;
}

.total-price-wrapper {
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn button {
    border: none;
    background: none;
    font-size: 24px;
    color: #f00;
    cursor: pointer;
}

.close-btn ion-icon {
    font-size: 24px;
    color: #f00;
}

.close-btn button:hover {
    color: #d00;
}

.yc-cart {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

    .cell {
        text-align: left;
        padding: 10px 0;
    }

    .cell.adjust-space {
        text-align: right;
    }

    .product-image img {
        width: 80px;
    }

    .quantity-wrapper {
        justify-content: space-between;
        width: 100%;
    }

    .quantity-wrapper button {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .quantity-wrapper input {
        width: 60px;
        height: 35px;
        font-size: 18px;
    }

    .header_cart {
        display: none;
    }

    .row.cart__item {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 5px;
    }

    .close-btn {
        align-self: flex-end;
    }
}




.product__adtc2 {
    position: fixed;
    bottom: -70px;
    right: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    padding: 10px 0
}

.product__adtc2:after {
    top: -4px;
    transform: rotate(180deg)
}

.product__adtc2.active {
    transition: .4s ease-in-out;
    bottom: 0
}

.product__adtc2.submitting {
    display: none
}
