@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../../../themes/adoom-store/assets/fonts/Cairo-Regular.ttf") format("opentype");
}


@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../../../themes/adoom-store/assets/fonts/Cairo-Bold.ttf") format("opentype");
}

:root {
    --primary-color: #01995a;
    --secondary-color: var(--primary-color);
    --transparency: 5%;
    --color-with-transparency: color-mix(in srgb, var(--primary-color) var(--transparency, 100%), transparent);
    --color-primary: var(--primary-color);
    --color-primary-darker: color-mix(in srgb, var(--color-primary), #000 10%);
    --color-primary-darkest: color-mix(in srgb, var(--color-primary), #000 30%);

    --logo-url: url("../../../../themes/adoom-store/assets/images/logos/store-logo.png");
}

html {
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
}

body {
    margin: 0;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    overflow-x: hidden
}

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
}

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

.d-f {
    display: flex
}

.jc-c {
    justify-content: center
}

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

.fxd-c {
    flex-direction: column
}

.re-fx {
    flex-direction: column
}

.ai-c {
    align-items: center
}

.fx-1 {
    flex: 1
}

.fxw-w {
    flex-wrap: wrap
}

.jc-fe {
    justify-content: flex-start;
}

.w-100 {
    width: 100%;
}

.f-18 {
    font-size: 18px;
}

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: rgba(0, 0, 0, 0);
    padding: 0
}

button:not([disabled]) {
    cursor: pointer
}

.no-js {
    pointer-events: none
}

.side-nav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    margin-right: -330px;
    padding: 0px 10px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.side-nav .close-btn {
    float: left;
    padding: 10px;
    margin-left: -5px;
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

.side-nav .close-btn:hover {
    background-color: rgb(230, 230, 230);
}

.side-nav-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1035;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s;
}

.side-nav ul {
    width: 100%;
    display: block;
}

.side-nav ul li {
    float: right;
    padding: 9px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    display: block;
    transition: 0.3s;
}

.side-nav ul li:hover {
    color: var(--primary-color);
    background-color: #e2e2e2;
}

.text-center {
    text-align: center;
}

.show-on-desktop {
    display: flex;
}

.hide-on-desktop {
    display: none;
}

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

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

.grid {
    margin-top: -25px;
    /* margin-right: -25px */
}

.grid>* {
    padding: 25px 12px;
    box-sizing: border-box;
    width: 25%
}

.grid.five>* {
    width: 20%
}

.card__figure.fgwl {
    max-height: 260px;
}

.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%
}

#side-figure img {
    top: 50%;
    left: 50%;
    z-index: 3;
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.fgwl:not(.loading):before {
    background-color: rgba(0, 0, 0, 0)
}

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

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

    60% {
        background-color: rgba(175, 175, 175, .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: rgba(0, 0, 0, 0)
}

.stlg {
    width: 156px;
    height: 42px;
    background-size: contain;
    background-image: var(--logo-url)
}

.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;
    transition: .25s ease
}

.tpbr:hover {
    background-color: var(--color-primary-darker);
}

.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: -80px;
    width: 100%;
    background-color: #fff
}

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

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

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

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

.header__lgns {
    height: 80px
}

.header__nav {
    width: auto;
}

.header__nav li {
    padding: 0 7px
}

.header__nav li.current-menu-item a {
    color: var(--primary-color)
}

.header__nav a {
    display: block;
    padding: 0 7px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    transition: .15s ease
}

.header__nav a:hover {
    color: var(--primary-color)
}

.header__snvbt {
    padding: 15px;
    background-color: #fafafa;
    border-radius: 50% !important;
}

.header__snvbt:hover {
    color: var(--primary-color);
}

.header__srbt {
    padding: 15px;
    background-color: #fafafa;
    margin-right: auto;
    border-radius: 50% !important;
}

.header__srbt svg {
    width: 18px;
    height: 18px
}

.header__srbt svg path {
    stroke: dimgray
}

.header__srbt:hover svg path {
    stroke: var(--primary-color)
}

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

.header__srbt.active svg:last-child {
    opacity: .5
}

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

.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] {
    cursor: pointer;
    width: 50px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

.header__srfm input[type=submit]:hover+svg path {
    stroke: var(--primary-color)
}

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

.header__srfm svg path {
    stroke: dimgray
}

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

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


.blcd {
    padding: 30px 0
}

.blcd__grid {
    overflow: hidden
}

.blhd {
    text-align: center
}

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

.blhd__title {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700
}

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

.blhd__title span:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    background: var(--secondary-color);
    opacity: 0.25;
    bottom: 0;
    z-index: -1
}

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

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

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

.card__main.style-1.link:hover .card__fgwr {
    border-color: var(--primary-color)
}

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

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

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

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

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

.card__main.style-2.link:hover {
    border-color: var(--primary-color)
}

.card__main.style-2.link:hover .card__figure:not(.thmb) {
    border-bottom-color: var(--primary-color)
}

.card__main:hover .card__figure:not(.thmb) img {
    transform: scale(1.1)
}

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

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

.card__figure {
    overflow: hidden
}

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

.card__figure:not(.thmb) img {
    transition: .25s ease
}

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

.card__meta.thmb {
    padding: 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: 10px
}

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

.card__desc {
    margin-top: 10px;
    color: dimgray
}

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

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

.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: 15px;
    margin: auto auto 0;
    min-width: 85%
}

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

.btn span {
    font-size: 16px
}

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

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

.btn:not([disabled]):hover {
    background-color: #fff;
    color: 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:not([disabled]):hover {
    color: #868686
}

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

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

.btn.small {
    height: 32px;
    line-height: 30px
}

.btn.small span {
    font-size: 14px
}

.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(-5px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(5px, 0, 0)
    }
}

.rtng {
    width: 16px;
    height: 16px;
    background-image: url("../../../../themes/adoom-store/assets/images/icons/star.svg")
}

.rtng.g {
    background-image: url("../../../../themes/adoom-store/assets/images/icons/g-star.svg")
}

.rtng--half {
    background-image: url("../../../../themes/adoom-store/assets/images/icons/star-half.svg")
}

.rtng--half.g {
    background-image: url("../../../../themes/adoom-store/assets/images/icons/g-star-half.svg")
}

.rtng--empty {
    background-image: url("../../../../themes/adoom-store/assets/images/icons/star-empty.svg")
}

.product {
    padding: 30px 0
}

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

.product__sbcn {
    height: 80px
}

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

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

.product__hfgi,
.product__hfgv {
    margin: 0 auto 30px;
    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__side {
    width: 500px;
    margin-left: 30px
}

.product__sdfg {
    position: sticky;
    top: 30px;
    width: 100%;
    height: 500px
}

.product__sdfg.sticky-header {
    transition: .4s ease-in-out .05s;
    top: 110px
}

.product__sdfg.sticky-header.admin {
    top: 142px
}

.product__sdfg.zoom-active img {
    width: 800px;
    height: auto
}

.product__main {
    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: 18px;
    line-height: 1.3
}

.product__title.small .product__lbbg {
    margin-right: 10px;
    top: -2px
}

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

.product__lbbg {
    position: relative;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #ffc107;
    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: 20px;
    line-height: 20px;
    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: dimgray
}

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

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

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

.product__offer+.product__figure,
.product__offer+.product__form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

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

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

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

.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: 10px 0 2px
}

.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__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, #ffffff 1px, #ffffff 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) {
    max-width: 100% !important;
    margin-top: 20px
}

.product__desc img:not(.emojione) {
    width: 100% !important;
    max-width: 100% !important;
}

.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: 20px
}

.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: 50%
}

.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, .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__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__frlw:hover .product__frbx:not(:checked)+div:before {
    background-color: #e0e0e0
}

.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: rgba(0, 0, 0, 0);
    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 {
    margin-right: 10px
}

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

.product__frpr span {
    color: #aeaeae;
    text-decoration: line-through;
    margin-right: 5px
}

.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:not([disabled]):hover {
    border-color: var(--primary-color)
}

.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 15px
}

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

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

.product__swor {
    position: relative;
    width: 100%;
    background-color: var(--color-with-transparency);
    padding: 12px 20px;
    transition: .25s ease
}

.product__swor:not(.no-arrow):hover {
    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 20px
}

.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: 30px 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 {
    max-width: 435px;
    margin: auto
}

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

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

.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(1, 153, 90, .3);
        box-shadow: 0 0 0 0 rgba(1, 153, 90, .3)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(1, 153, 90, 0)
    }

    100% {
        border-color: #dadada;
        box-shadow: 0 0 0 0 rgba(1, 153, 90, 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, .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, .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: 32px
}

.upsell__cntn {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 30px 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%
}

.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}

/*.page {
     padding: 30px 0
} */

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

.page__title {
    line-height: 1.5;
    font-size: 35px;
    font-weight: 700;
    margin-top: -4px
}

.page__desc {
    margin-top: 20px
}

.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%
}


.footer {
    padding-top: 30px
}

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

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

.footer__clwr {
    padding: 30px 0
}

.footer__colm>* {
    width: 33.3333333333%;
    padding-left: 30px
}

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

.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: dimgray
}

.footer__mnls a:hover {
    color: var(--primary-color)
}

.footer__social {
    margin-top: 15px
}

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

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

.footer__social a svg {
    width: 18px;
    height: 18px;
    opacity: .4;
    transition: .25s ease
}

.footer__social a:hover svg {
    opacity: .8
}

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

.footer__logo .stlg {
    width: 250px;
    /* height: 24px */
}

.footer__copy {
    color: dimgray
}

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

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

.footer__dev a:hover {
    color: var(--primary-color)
}

.cntx>* {
    user-select: none !important;
}

.column {
    flex: 25%;
    max-width: 25%;
}


nav.adoom-pagination {
    text-align: center
}

nav.adoom-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    /* border: 1px solid #d3ced2; */
    border-right: 0;
    margin: 1px
}

nav.adoom-pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

nav.adoom-pagination ul li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

nav.adoom-pagination ul li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}


nav.adoom-pagination ul li span.current {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
}

nav.adoom-pagination ul li a:hover:not(.current) {
    background-color: #ddd;
}


.salee {
    position: relative;
    display: inline-block;
    background: rgb(206, 0, 0);
    color: white;
    font-weight: 700;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    top: -240px;
    left: -200px;
    line-height: 2.5rem;
    transform: rotate(-20deg);
    z-index: 999;
    animation: beat 1s ease infinite alternate;

    &:before,
    &:after {
        content: "";
        position: absolute;
        background: inherit;
        height: inherit;
        width: inherit;
        top: 0;
        left: 0;
        z-index: -1;
        transform: rotate(30deg);
    }

    &:after {
        transform: rotate(60deg);
    }
}

@keyframes beat {
    from {
        transform: rotate(-20deg) scale(1);
    }

    to {
        transform: rotate(-20deg) scale(1.1);
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 992px) {
    .column {
        flex: 33.3%;
        max-width: 33.3%;
    }

    .grid>* {
        padding: 15px 5px;
        box-sizing: border-box;
        width: 33.3%
    }

    .show-on-desktop {
        display: none;
    }

    .hide-on-desktop {
        display: flex;
    }

    .jc-mob {
        justify-content: space-between !important;
    }

    .header__srbt {
        margin-right: 0;
    }

    .header__lgns {
        height: 56px
    }

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

    .stlg {
        width: 112px;
    }

    .product__frmi>* {
        width: 100%
    }

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

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

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

    .product__sbcn {
        height: 56px
    }

    .rtng {
        width: 14px;
        height: 14px;
        background-image: url("../../../../themes/adoom-store/assets/images/icons/star.svg")
    }

    .heart-love {
        width: 14px;
        height: 14px;
        background-image: url("../../../../themes/adoom-store/assets/images/icons/heart.svg")
    }

    .product {
        padding: 20px 0;
    }

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

    .product__main {
        padding-top: 20px;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 768px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }

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

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

    .grid {
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }

    .footer-w-100 {
        margin-top: 30px;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .card__main.style-1.link:hover .card__fgwr {
        border-color: white
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 576px) {
    .salee {
        left: -290px;
    }
}

@media (max-width: 412px) {
    .card__figure.fgwl {
        max-width: 184px;
        max-height: 184px;
    }

    .card__fgwr {
        max-width: 184px;
        max-height: 184px;
    }

    .card__figure.fgwl img {
        max-width: 184px;
        max-height: 184px;
    } 
}

@media (max-width: 390px) {
    .card__figure.fgwl {
        max-width: 173px;
        max-height: 173px;
    }

    .card__fgwr {
        max-width: 175px;
        max-height: 175px;
    }

    .card__figure.fgwl img {
        max-width: 173px;
        max-height: 173px;
    } 
}

@media (max-width: 360px) {
    .card__figure.fgwl {
        max-width: 158px;
        max-height: 158px;
    }

    .card__fgwr {
        max-width: 158px;
        max-height: 158px;
    }

    .card__figure.fgwl img {
        max-width: 158px;
        max-height: 158px;
    } 
}