@charset "UTF-8";

@font-face {
    font-family: STCregularfont;
    src: url(../fonts/STC-Regular.ttf);
}

@font-face {
    font-family: STClightfont;
    src: url(../fonts/STC-Light.otf);
}

@font-face {
    font-family: STCboldfont;
    src: url(../fonts/STC-Bold.ttf);
}

#app {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
    margin: auto;
}
.icon {
    display: inline-block;
    background-size: cover;
}
hr {
    background: var(--brand-light);
    height: 1px;
    border: unset;
}
.border-0 {
    border: unset !important;
}
.color-red {
    color: red !important;
}
.dropdown-right-icon {
    background-image: URL(../images/icon-dropdown-left.svg);
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-bottom: 2px;
}
.icon-menu-close-adj {
    background-image: URL(../images/cross-icon-adj.svg);
    margin-left: auto;
    width: 24px;
    height: 24px;
}
.grid-view-icon {
    background-image: URL(../images/icon-grid-view.svg);
    width: 24px;
    height: 24px;
}
.list-view-icon {
    background-image: URL(../images/icon-list-view.svg);
    width: 24px;
    height: 24px;
}
.sort-icon {
    background-image: URL(../images/icon-sort.svg);
    width: 32px;
    height: 32px;
}
.filter-icon {
    background-image: URL(../images/icon-filter.svg);
    width: 32px;
    height: 32px;
}
.whishlist-icon {
    background-image: URL(../images/wishlist.svg);
    width: 24px;
    height: 24px;
}
.share-icon {
    background-image: URL(../images/icon-share.svg);
    width: 24px;
    height: 24px;
}
.icon-menu {
    background-image: URL(../images/icon-menu.svg);
    width: 24px;
    height: 24px;
}
.icon-menu-back {
    background-image: URL(../images/icon-menu-back.svg);
    width: 24px;
    height: 24px;
}
.shipping-icon {
    background-image: url(../images/shipping.svg);
    width: 32px;
    height: 32px;
}
.payment-icon {
    background-image: url(../images/payment.svg);
    width: 32px;
    height: 32px;
}
.cart-icon {
    background-image: url(../images/icon-cart.svg);
    width: 24px;
    height: 24px;
}
.compare-icon {
    background-image: url(../images/compare_arrows.png);
    width: 32px;
    height: 32px;
}
.wishlist-icon {
    background-image: url(../images/wishlist.svg);
    width: 32px;
    height: 32px;
}
.icon-arrow-up {
    background-image: url(../images/arrow-up.svg);
    width: 16px;
    height: 16px;
}
.icon-arrow-down {
    background-image: url(../images/arrow-down.svg);
    width: 16px;
    height: 16px;
}
.expand-icon {
    background-image: url(../images/Expand-Light.svg);
    width: 18px;
    height: 18px;
}
.expand-on-icon {
    background-image: url(../images/Expand-Light-On.svg);
    width: 18px;
    height: 18px;
}
.icon-facebook {
    background-image: url(../images/facebook.svg);
}
/* .icon-twitter {
    background-image: url(../images/twitter.svg);
} */
.icon-google-plus {
    background-image: url(../images/google-plus.svg);
}
/* .icon-instagram {
    background-image: url(../images/instagram.svg);
} */
.icon-linkedin {
    background-image: url(../images/linkedin.svg);
}
.icon-dropdown {
    background-image: url(../images/icon-dropdown.svg);
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
body {
    margin: 0;
    padding: 0;
    font-weight: 500;
    max-width: 100%;
    width: auto;
    color: #242424;
    font-size: 16px;
}
* {
    font-family: "STCregularfont";
}
.rtl * {
    /* font-family: "Tajawal", sans-serif; */
    font-family: "STCregularfont";
}
::-webkit-input-placeholder {
    font-family: "STCregularfont";
}
::-moz-input-placeholder {
    font-family: "STCregularfont";
}
textarea {
    resize: none;
}
.pagination.shop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 770px) {
    .pagination.shop {
        justify-content: space-between;
    }
    /* .pagination.shop .page-item {
        display: none;
    } */
    .pagination.shop .page-item.next,
    .pagination.shop .page-item.previous {
        display: block;
    }
    .product-price .special-price {
        padding: 0 !important;
        display: inline-block !important;
    }
    .product-price .regular-price {
        margin: 0 !important;
        display: inline-block !important;
    }
}
.bold {
    font-weight: 700;
    color: #3a3a3a;
}
.radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}
.radio-container input {
    opacity: 0;
}
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 2px solid var(--brand);
    border-radius: 50%;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container input:disabled ~ .checkmark {
    display: block;
    border: 2px solid rgba(255, 100, 113, 0.4);
}
.cp-spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
}
.cp-round:before {
    border-radius: 50%;
    border: 6px solid #bababa;
}
.cp-round:after,
.cp-round:before {
    content: " ";
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-round:after {
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #0031f0;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
}
.radio {
    margin: 10px 0 0 !important;
}
.checkbox {
    margin: 10px 0 0;
}
.checkbox .checkbox-view {
    height: 16px !important;
    width: 16px !important;
    background-image: url(../images/checkbox.svg) !important;
}
.checkbox input:checked + .checkbox-view {
    background-image: url(../images/checkbox-checked.svg) !important;
}
.pull-right {
    float: right;
}
.add-to-wishlist .wishlist-icon:hover {
    background-image: url(../images/wishlist-added.svg);
}
.add-to-wishlist.already .wishlist-icon {
    background-image: url(../images/wishlist-added.svg) !important;
}
.product-price {
    word-break: break-all;
}
.product-price .regular-price {
    color: #a5a5a5;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-price .special-price {
    color: #ff6472;
    padding: 0 10px 0 0;
}
.horizontal-rule {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--brand-light);
}
.account-head .account-heading {
    font-size: 28px;
    color: var(--brand);
    text-transform: capitalize;
    text-align: left;
}
.account-head .account-action {
    font-size: 17px;
    margin-top: 1%;
    color: #0031f0;
    float: right;
}
.account-head .horizontal-rule {
    margin-top: 1.1%;
    vertical-align: middle;
}
.account-item-card {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.account-item-card,
.account-item-card .media-info {
    display: flex;
    flex-direction: row;
}
.account-item-card .media-info .media {
    height: 125px;
    width: 110px;
}
.account-item-card .media-info .info {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.account-item-card .media-info .info .stars .icon {
    height: 16px;
    width: 16px;
}
.account-item-card .operations {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.account-item-card .operations a {
    width: 100%;
}
.account-item-card .operations a span {
    float: right;
}
.account-items-list {
    display: block;
    width: 100%;
}
.main-container-wrapper {
    border-top: 2px solid var(--brand-light);
    min-height: calc(100vh - 261px);
}
.main-container-wrapper .content-container {
    margin: 20px 0;
}
.main-container-wrapper .product-grid-3,
.main-container-wrapper .product-grid-4 {
    display: grid;
    /* grid-template-columns: repeat(4,25%); */
}
.main-container-wrapper .product-grid-4 {
    /* gap: 30px; */
}
.main-container-wrapper .product-grid-3 {
    grid-gap: 27px;
}
.main-container-wrapper .product-card {
    /* position: relative;
    border: 1px solid var(--brand-light);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff; */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    box-shadow: 0 0 0 1px var(--brand-light);
    background-color: #fff;
}
.main-container-wrapper .product-card .product-information {
    padding: 15px 10px;
    width: 100%;
}
.main-container-wrapper .product-card .product-image {
    border-bottom: 1px solid var(--brand-light) !important;
}
.main-container-wrapper .product-card .product-image,
.main-container-wrapper .product-card .product-image img {
    /* overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main-container-wrapper .product-card .product-image img {
    /* display: block;
    height: 293px;
    aspect-ratio: 1; */
    max-height: 100%;
    object-fit: cover;
}
.product-box {
    height: 100%;
    padding: 15px;
    width: 100% !important;
}
.product-a {
    align-items: flex-start;
    display: flex;
    display: flex !important;
    flex: auto;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .product-grid-4 {
        grid-template-columns: repeat(3, 33.33%);
    }
}
@media only screen and (max-width: 1024px) {
    .product-grid-4 {
        grid-template-columns: repeat(2, 50%);
    }
}
@media only screen and (min-width: 1025px) {
    .product-grid-4 {
        grid-template-columns: repeat(4, 25%);
    }
}
.main-container-wrapper .product-card .product-ratings {
    width: 100%;
}
.main-container-wrapper .product-card .product-ratings .icon {
    width: 16px;
    height: 16px;
}
.main-container-wrapper .product-card .sticker {
    border-bottom-right-radius: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    padding: 4px 13px;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 1px 1px 1px #cccccc;
    font-weight: 500;
}
.main-container-wrapper .product-card .sticker.sale {
    background: #ff6472;
}
.main-container-wrapper .product-card .sticker.new {
    background: #2ed04c;
}
.main-container-wrapper .product-card:hover {
    /* box-shadow: 0 0 0 3px var(--brand-light); */
    box-shadow: 0 10px 25px 0 var(--brand-light);
    transition: 0.2s;
}
@media only screen and (max-width: 767px) {
    /* .main .category-block .top-toolbar,
    .primary-menu {
        display: none;
    } */
    .category-navbar {
        display: flex;
        overflow: scroll;
        overflow-x: auto;
        overflow-y: hidden;

        margin-top: 20px;
        text-align: right !important;
    }
    .cat-sub {
        position: relative !important;
    }
}
@media only screen and (max-width: 653px) {
    /* .main-container-wrapper .product-card {
        font-size: 90%;
        width: 293px;
    }
    .main-container-wrapper .product-grid-4 {
        grid-template-columns: 293px;
        justify-content: center;
    } */
}
.main-container-wrapper .product-list {
    min-height: 200px;
}
.main-container-wrapper .product-list .product-card {
    min-height: 162px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.main-container-wrapper .product-list .product-card .product-information {
    float: right;
    width: 70%;
    padding-left: 30px;
}
.main-container-wrapper .product-list .product-card:last-child {
    margin-bottom: 0;
}
.main-container-wrapper .product-list.empty h2 {
    font-size: 20px;
}
.main-container-wrapper section.featured-products {
    display: block;
    margin-bottom: 5%;
}
.main-container-wrapper section.featured-products .featured-heading {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
}
.main-container-wrapper
    section.featured-products
    .featured-heading
    .featured-separator {
    color: #d3d3d3;
}
.main-container-wrapper section.news-update {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5%;
}
.main-container-wrapper section.news-update .news-update-grid {
    display: grid;
    grid-template-columns: 58.5% 40%;
    grid-gap: 20px;
}
.main-container-wrapper section.news-update .news-update-grid .block1 {
    display: block;
    box-sizing: border-box;
}
.main-container-wrapper section.news-update .news-update-grid .block1 img {
    display: flex;
    height: 100%;
    width: 100%;
}
.main-container-wrapper section.news-update .news-update-grid .block2 {
    display: block;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(2, minmax(50%, 1fr));
    grid-row-gap: 20px;
}
.main-container-wrapper
    section.news-update
    .news-update-grid
    .block2
    .sub-block1 {
    display: block;
    box-sizing: border-box;
}
.main-container-wrapper
    section.news-update
    .news-update-grid
    .block2
    .sub-block1
    img {
    width: 100%;
}
.main-container-wrapper
    section.news-update
    .news-update-grid
    .block2
    .sub-block2 {
    display: block;
    box-sizing: border-box;
}
.main-container-wrapper
    section.news-update
    .news-update-grid
    .block2
    .sub-block2
    img {
    width: 100%;
}
section.slider-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
section.slider-block div.slider-content {
    position: relative;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
section.slider-block div.slider-content ul.slider-images .show-content {
    display: none;
}
section.slider-block div.slider-content ul.slider-images li {
    position: absolute;
    visibility: hidden;
}
section.slider-block div.slider-content ul.slider-images li.show {
    display: block;
    position: relative;
    visibility: visible;
    width: 100%;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
section.slider-block div.slider-content ul.slider-images li.show .show-content {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #242424;
    height: 100%;
    width: 100%;
    top: 0;
}
@-webkit-keyframes example {
    0% {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}
@keyframes example {
    0% {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}
section.slider-block div.slider-content ul.slider-images li img {
    max-height: 500px;
    width: 100%;
}
section.slider-block div.slider-content div.slider-control {
    display: block;
    cursor: pointer;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 2%;
    right: 2%;
}
section.slider-block div.slider-content div.slider-control .dark-left-icon {
    background-color: #f2f2f2;
    height: 48px;
    width: 48px;
    max-height: 100%;
    max-width: 100%;
}
section.slider-block div.slider-content div.slider-control .light-right-icon {
    background-color: #242424;
    height: 48px;
    width: 48px;
    max-height: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 770px) {
    section.slider-block div.slider-content div.slider-control {
        display: flex;
        justify-content: space-between;
        bottom: 46%;
        right: 0;
        width: 100%;
    }
}
.header {
    z-index: 1;
    background-color: #ffffff;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
}
.header-container {
    margin: 0 auto;
    width: auto;
}
.header-row-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-links {
    display: flex;
    flex-direction: row-reverse;
}
.rtl .top-links {
    flex-direction: row;
}
.top-links-icon {
    height: 36px;
    width: 36px;
    border: 1px solid var(--brand-light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--brand);
}
.top-links-cart {
    position: relative;
}
.top-links-3,
.top-links-1 {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 200px;
}
.top-links-3 {
    display: flex;
    justify-content: flex-end;
}

.rtl .top-links-1 {
    order: 3;
    justify-content: flex-end;
    direction: ltr;
    flex-direction: row-reverse;
}

.rtl .top-links-2 {
    order: 2;
}

.rtl .top-links-3 {
    order: 1;
    justify-content: start;
}

@media (max-width: 767px) {
    .header-row-one {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 5px;
    }
    .rtl .top-links-2,
    .top-links-2 {
        width: 100%;
        order: 1;
    }
    .top-links-1 {
        order: 3;
    }
    .top-links-3 {
        order: 2;
    }
    .top-links-3,
    .top-links-1 {
        width: auto;
    }
}
.dropdown-links .no-link {
    padding: 10px 20px;
    text-decoration: underline;
}
.dropdown-links li a {
    padding: 10px 20px;
    display: block;
}
.dropdown-links li a i {
    color: var(--brand);
}
.dropdown-links li a:hover {
    background: var(--brand);
    color: var(--brand-light);
}
.dropdown-links-sm {
    font-size: 13px;
    min-width: 150px;
    left: 0px;
}
.dropdown-links-sm li a {
    padding: 6px 10px;
}
.dropdown-cart .heading {
    margin-top: 0;
}
.store-logo {
    padding: 10px 0;
}
.store-logo a {
    margin: 0 auto;
    /* width: 80px; */
    display: block;
    /* border-radius: 50px; */
    overflow: hidden;
    height: 80px;
    text-align: -webkit-center;
}
.store-logo a img {
    display: inline-block;
    width: auto;
    height: 60px;
}
.store-name {
    text-align: center;
}
.store-name a {
    display: inline-block;
    color: var(--brand);
}
.store-name h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 80px;
    color: var(--brand);
}
.dropdown-container li {
    margin-bottom: 10px;
}
.dropdown-container li:last-of-type {
    margin-bottom: 0;
}
.header .nav > li {
    display: inline-block;
}
.header .nav > li > ul {
    background-color: white;
    z-index: 999;
}
.header .nav > li > a,
.header .nav > li > a:focus {
    position: relative;
    /* z-index: 100; */
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #191919;
    width: max-content;
}
.header .header-top div.left-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.right-content-menu {
    display: flex;
}
.right-content-menu > li {
    margin-right: 30px;
}
.right-content-menu > li.has-counter {
    padding-right: 10px;
}
.header-container .logo {
    /* max-width: 110px; */
    display: block;
}
.header-container .dropdown-toggle .name {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.relative {
    position: relative;
    display: block;
}
.count-wrapper {
    border-radius: 50px;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: red;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* Minicart */
.cart-dropdown-container .dropdown-list {
    width: 360px;
}
.cart-dropdown-container .dropdown-list .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--brand-light);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cart-dropdown-container .dropdown-list .item-image {
    width: 30%;
}
.cart-dropdown-container .dropdown-list .item-image img {
    display: block;
    max-width: 100%;
}
.cart-dropdown-container .dropdown-list .item-details {
    width: 62%;
    font-size: 14px;
}
.cart-dropdown-container .item-qty,
.cart-dropdown-container .item-price {
    display: flex;
    justify-content: end;
    color: gray;
}
.dropdown-container.currency li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 10px;
}
.dropdown-container.currency li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0 0;
    background: var(--brand);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--brand-light);
    /* opacity: 0.5; */
}
.footer .footer-content .footer-list-container {
    display: grid;
    padding: 40px 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-row-gap: 1vh;
}
.footer .footer-content .footer-list-container .list-container .list-heading {
    text-transform: uppercase;
    color: #a5a5a5;
}
.footer .footer-content .footer-list-container .list-container .list-group {
    padding-top: 25px;
}
.footer .footer-content .footer-list-container .list-container .list-group a {
    color: #242424;
}
.footer .footer-content .footer-list-container .list-container .list-group li {
    margin-bottom: 12px;
    list-style-type: none;
    text-transform: uppercase;
}
.footer
    .footer-content
    .footer-list-container
    .list-container
    .list-group
    li
    span.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 24px;
    width: 24px;
}
.footer .footer-content .footer-list-container .list-container .form-container {
    padding-top: 5px;
}
.footer
    .footer-content
    .footer-list-container
    .list-container
    .form-container
    .control-group
    .subscribe-field {
    width: 100%;
}
.footer
    .footer-content
    .footer-list-container
    .list-container
    .form-container
    .control-group
    .btn-primary {
    background-color: #242424;
    margin-top: 8px;
    border-radius: 0;
    text-align: center;
}
.footer
    .footer-content
    .footer-list-container
    .list-container
    .form-container
    .control-group
    .locale-switcher {
    width: 100%;
}
.footer .footer-content .footer-list-container .list-container .currency {
    display: none;
}
@media (max-width: 720px) {
    .footer {
        padding-left: 15px;
    }
    .footer .footer-list-container {
        padding-left: 0 !important;
    }
    .footer .currency {
        display: block !important;
    }
}
.footer-bottom {
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: #a5a5a5;
    letter-spacing: -0.26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-bottom p {
    padding: 0 15px;
}
.main .layered-filter-wrapper .filter-attributes .filter-attributes-item,
.main .responsive-layred-filter .filter-attributes .filter-attributes-item {
    border-bottom: 1px solid var(--brand-light);
    padding-bottom: 10px;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-title
    .remove-filter-link,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-title
    .remove-filter-link {
    font-weight: 400;
    color: #999;
    margin-right: 40px;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-title
    .icon,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-title
    .icon {
    background-image: url(../images/icon-dropdown.svg) !important;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content {
    display: none;
}
.main .layered-filter-wrapper .checkbox-label,
.main .responsive-layred-filter .checkbox-label {
    cursor: pointer;
    padding-right: 10px;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content
    .color-swatch,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content
    .color-swatch {
    display: inline-block;
    margin-right: 5px;
    min-width: 20px;
    height: 20px;
    border: 1px solid var(--brand-light);
    border-radius: 3px;
    float: right;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content
    .price-range-wrapper,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item
    .filter-attributes-content
    .price-range-wrapper {
    padding: 10px;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item.active
    .filter-attributes-content,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item.active
    .filter-attributes-content {
    display: block;
}
.main
    .layered-filter-wrapper
    .filter-attributes
    .filter-attributes-item.active
    .filter-attributes-title
    .icon,
.main
    .responsive-layred-filter
    .filter-attributes
    .filter-attributes-item.active
    .filter-attributes-title
    .icon {
    background-image: url(../images/arrow-up.svg) !important;
}
.layered-filter-wrapper .filter-title {
    border-bottom: 1px solid var(--brand);
    color: var(--brand);
    font-weight: 600;
    font-size: large;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.layered-filter-wrapper .filter-attributes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.layered-filter-wrapper .filter-attributes-title {
    color: var(--brand);
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.main .top-toolbar .page-info {
    color: #242424;
    line-height: 45px;
}
.main .top-toolbar .page-info span {
    display: none;
}
.main .top-toolbar .page-info span:first-child {
    display: inline;
}
.main .top-toolbar label {
    margin-right: 5px;
}
.main .top-toolbar select {
    border: 1px solid var(--brand-light);
    border-radius: 10px;
    color: #242424;
    padding: 10px;
}
.main .top-toolbar .view-mode {
    display: inline-block;
    margin-right: 20px;
}
.main .top-toolbar .view-mode a,
.main .top-toolbar .view-mode span {
    display: inline-block;
    vertical-align: middle;
}
.main .top-toolbar .view-mode a.grid-view,
.main .top-toolbar .view-mode span.grid-view {
    margin-right: 10px;
}
.main .top-toolbar .view-mode .sort-filter {
    display: none;
}
.main .top-toolbar .sorter {
    display: inline-block;
    margin-right: 10px;
}
.main .top-toolbar .limiter {
    display: inline-block;
}
.product-grid-wrapper {
    display: flex;
    gap: 20px;
}
.product-grid-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.main .bottom-toolbar {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
@media only screen and (max-width: 840px) {
    .main .category-container .responsive-layred-filter,
    .main .layered-filter-wrapper {
        display: none;
    }
    .main .category-block {
        width: 100% !important;
    }
    .main .category-block .top-toolbar {
        display: flex;
        flex-direction: column;
    }
    .main .category-block .top-toolbar .page-info {
        border-bottom: 1px solid var(--brand-light);
        line-height: 15px;
        margin-top: 10px;
    }
    .main .category-block .top-toolbar .page-info span {
        display: inline;
    }
    .main .category-block .top-toolbar .page-info span:first-child {
        display: none;
    }
    .main .category-block .top-toolbar .page-info .sort-filter {
        float: right;
        cursor: pointer;
    }
    .main .category-block .top-toolbar .view-mode {
        display: none;
    }
    .main .category-block .responsive-layred-filter {
        display: block;
    }
}
.product-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-group-heading {
    color: var(--brand);
    /* background-color: transparent !important; */
    padding: 0 10px 0 0;
    white-space: nowrap;
    margin: 0;
}
.rtl .product-group-heading {
    padding: 0 0 0 10px;
}

.product-group-divider {
    height: 1px;
    background-color: var(--brand-light);
    width: 100%;
}

.product-group-arrows {
    color: var(--brand);
    background-color: transparent !important;
    padding: 0 0 0 10px;
    flex-shrink: 0;
}

.rtl .product-group-arrows {
    padding: 0 10px 0 0;
}

.product-group-heading,
.product-group-arrows {
    background-color: #fff;
}

.product-group-arrows {
    user-select: none;
}

.product-group-arrows span {
    display: inline-flex;
    border: 1px solid var(--brand-light);
    line-height: 1;
    justify-content: center;
    align-items: center;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.product-group-arrows span:hover {
    background-color: var(--brand);
    color: #fff;
}
section.product-detail {
    color: #242424;
}
section.product-detail div.category-breadcrumbs {
    display: inline;
}
section.product-detail div.layouter {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.product-detail div.layouter .form-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}
section.product-detail div.layouter .form-container div.product-image-group {
    margin-right: 30px;
    width: 604px;
    height: 650px;
    max-width: 604px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    width: auto;
}
#video-container {
    background: URL(../images/loading.gif) center center no-repeat;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
    min-width: 120px;
    overflow: hidden;
    position: relative;
    justify-content: flex-start;
    max-height: 480px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .thumb-frame {
    border: 2px solid transparent;
    background: #f2f2f2;
    width: 120px;
    max-height: 120px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .thumb-frame.active {
    border-color: #0031f0;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .thumb-frame
    img {
    height: 100%;
    width: 100%;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .gallery-control {
    width: 100%;
    position: absolute;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .gallery-control
    .overlay {
    opacity: 0.3;
    background: #242424;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    z-index: -1;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .gallery-control
    .icon {
    z-index: 2;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .gallery-control.top {
    top: 0;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .thumb-list
    .gallery-control.bottom {
    bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image {
    display: block;
    position: relative;
    width: #f2f2f2;
    max-height: 480px;
    height: 100%;
    margin: 0 auto;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    img {
    width: auto;
    height: auto;
    max-height: 480px;
    margin: 0 auto;
    display: block;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    .add-to-wishlist {
    background-image: url(../images/wishlist.svg);
    position: absolute;
    top: 10px;
    left: 12px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    .add-to-wishlist:hover {
    background-image: url(../images/wishlist-added.svg);
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    .add-to-wishlist.already {
    background-image: url(../images/wishlist-added.svg) !important;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    .share {
    position: absolute;
    top: 10px;
    right: 45px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    .add-to-buttons {
    display: none;
    flex-direction: row;
    margin-top: 10px;
    width: 79.5%;
    float: right;
    justify-content: space-between;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    .add-to-buttons
    .addtocart {
    width: 49%;
    background: #000000;
    white-space: normal;
    text-transform: uppercase;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    .add-to-buttons
    .buynow {
    width: 49%;
    white-space: nowrap;
    text-transform: uppercase;
}
section.product-detail div.layouter .form-container .details {
    width: 50%;
    overflow-wrap: break-word;
    background: #fff;
    padding: 20px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .product-price
    .sticker {
    display: none;
}
section.product-detail div.layouter .form-container .details .product-ratings {
    margin-bottom: 20px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .product-ratings
    .icon {
    width: 16px;
    height: 16px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .product-ratings
    .total-reviews {
    display: inline-block;
    margin-left: 15px;
}
section.product-detail div.layouter .form-container .details .product-heading {
    font-size: 24px;
    color: #242424;
    margin-bottom: 15px;
}
section.product-detail div.layouter .form-container .details .product-price {
    margin-bottom: 15px;
    word-break: break-all;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .product-price
    .special-price {
    font-size: 24px;
}
section.product-detail div.layouter .form-container .details .stock-status {
    margin-bottom: 15px;
    font-weight: 600;
    color: #fc6868;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .stock-status.active {
    color: #4caf50;
}
section.product-detail div.layouter .form-container .details .description {
    margin-bottom: 15px;
}
section.product-detail div.layouter .form-container .details .description ul {
    padding-left: 40px;
    list-style: disc;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .sample-list {
    padding: 15px 0;
    border-top: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .sample-list
    h3 {
    font-size: 16px;
    margin-top: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .sample-list
    ul
    li {
    margin-bottom: 5px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .sample-list
    ul
    li:last-child {
    margin-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list {
    padding: 15px 0;
    border-top: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    h3 {
    font-size: 16px;
    margin-top: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    ul
    li {
    margin-bottom: 15px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    ul
    li:last-child {
    margin-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    ul
    li
    .checkbox {
    display: inline-block;
    margin: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    ul
    li
    a {
    float: right;
    margin-top: 3px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list {
    padding: 15px 0;
    border-top: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li:last-child {
    margin-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li:first-child
    span {
    font-weight: 600;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li:first-child
    span:last-child {
    float: right;
    width: 50px;
    text-align: left;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .name {
    vertical-align: middle;
    display: inline-block;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .name
    .product-price {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    word-break: break-all;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .name
    .product-price
    .special-price {
    font-size: 16px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .qty {
    float: right;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .qty
    .control-group {
    max-width: none;
    width: auto;
    text-align: center;
    margin-bottom: 0;
    border-top: 0;
    padding-top: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .qty
    .control-group
    label {
    display: none;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .grouped-product-container
    .grouped-product-list
    ul
    li
    .qty
    .control-group
    .control {
    height: 38px;
    width: 60px;
    text-align: center;
    line-height: 38px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list {
    padding: 15px 0;
    border-top: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    h3 {
    font-size: 16px;
    margin: 0;
    color: #242424;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item {
    border-bottom: 1px solid hsla(0, 0%, 63.5%, 0.2);
    padding: 15px 0;
    width: 100%;
    display: inline-block;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .control-group {
    margin-bottom: 0;
    color: #5e5e5e;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .control-group
    label {
    color: #242424;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .control-group
    .control {
    color: #5e5e5e;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .control-group
    .price {
    margin-left: 15px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .quantity {
    border-top: 0;
    padding-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .quantity.has-error
    button {
    border-color: #fc6868;
    color: #fc6868;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item
    .control-error {
    float: left;
    width: 100%;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-option-list
    .bundle-option-item.has-error
    button {
    border-color: #fc6868;
    color: #fc6868;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary {
    padding: 15px 0;
    border-top: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    h3 {
    font-size: 16px;
    margin: 0;
    color: #242424;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    .quantity {
    border-top: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    .bundle-price {
    font-weight: 600;
    font-size: 24px;
    color: #ff6472;
    margin-top: 10px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    ul.bundle-items
    li {
    margin-bottom: 20px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    ul.bundle-items
    li:last-child {
    margin-bottom: 0;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .bundle-options-wrapper
    .bundle-summary
    ul.bundle-items
    li
    .selected-products {
    color: #5e5e5e;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .full-description
    * {
    max-width: 100%;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .full-description
    ul {
    padding-left: 40px;
    list-style: disc;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .full-specifications
    td {
    padding: 10px 0;
    color: #5e5e5e;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .full-specifications
    td:first-child {
    padding-right: 40px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .accordian
    .accordian-header {
    padding-left: 0;
    font-weight: 600;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .accordian
    .accordian-content {
    padding: 20px 0;
}
section.product-detail div.layouter .form-container .details .attributes {
    display: block;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group {
    margin-bottom: 20px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container {
    margin-top: 10px;
    display: inline-block;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    height: 40px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch
    span {
    min-width: 38px;
    height: 38px;
    float: left;
    border: 1px solid var(--brand-light);
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    margin: 0px 0px 5px 0px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch
    img {
    width: 38px;
    height: 38px;
    border: 1px solid var(--brand-light);
    border-radius: 3px;
    cursor: pointer;
    background: #f2f2f2;
    margin: 0px 0px 5px 0px;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch
    input:checked
    + img,
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch
    input:checked
    + span {
    border: 5px solid #fff;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .swatch
    input {
    display: none;
}
section.product-detail
    div.layouter
    .form-container
    .details
    .attributes
    .attribute.control-group
    .swatch-container
    .no-options {
    color: #fb3949;
}
.accordian .accordian-header,
.accordian div[slot*="header"],
accordian .accordian-header,
accordian div[slot*="header"] {
    font-size: 16px !important;
}
.vue-slider .vue-slider-rail {
    background-color: var(--brand-light);
    cursor: pointer;
}
.vue-slider .vue-slider-dot-handle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-slider .vue-slider-dot-tooltip-inner,
.vue-slider .vue-slider-dot-tooltip-text {
    border-color: var(--brand) !important;
    background-color: var(--brand) !important;
}
.vue-slider .vue-slider-dot-tooltip-text {
    display: block;
    font-size: 14px;
    min-width: 20px;
    padding: 2px 5px;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    color: #ffffff;
}
.vue-slider .vue-slider-dot-tooltip-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent \0;
    border-top-color: inherit;
    transform: translate(-50%);
}
.vue-slider .vue-slider-process {
    background-color: var(--brand) !important;
}
@media only screen and (max-width: 1024px) {
    section.product-detail div.layouter .form-container {
        flex-direction: column;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group {
        margin-right: 0;
        max-width: none;
        width: auto;
        min-height: 400px;
        height: auto;
        position: unset;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        .loader {
        margin-left: 47%;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div {
        flex-direction: column-reverse;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .thumb-list {
        margin-top: 5px;
        flex-direction: row;
        overflow-x: scroll;
        margin-right: 0;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .thumb-list
        .thumb-frame
        img {
        height: 100%;
        width: auto;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .thumb-list
        .gallery-control {
        display: none;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .product-hero-image {
        display: flex;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .product-hero-image
        img {
        margin-left: auto;
        margin-right: auto;
        width: 480px;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        div
        .wrap {
        flex-direction: row;
        width: 100% !important;
    }
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        .add-to-buttons {
        width: 100%;
    }
    section.product-detail div.layouter .form-container .details {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 510px) {
    section.product-detail
        div.layouter
        .form-container
        div.product-image-group
        .product-hero-image
        img {
        width: 100% !important;
    }
}
.rating-reviews .rating-header {
    padding: 20px 0;
}
.rating-reviews .stars .icon {
    width: 16px;
    height: 16px;
}
.rating-reviews .overall {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.rating-reviews .overall .review-info .number {
    font-size: 34px;
}
.rating-reviews .overall .review-info .total-reviews {
    margin-top: 10px;
}
.rating-reviews .reviews {
    margin-top: 40px;
    margin-bottom: 40px;
}
.rating-reviews .reviews .review {
    margin-bottom: 25px;
}
.rating-reviews .reviews .review .title {
    margin-bottom: 5px;
}
.rating-reviews .reviews .review .stars {
    margin-bottom: 15px;
    display: inline-block;
}
.rating-reviews .reviews .review .message {
    margin-bottom: 10px;
}
.rating-reviews .reviews .review .reviewer-details {
    color: #5e5e5e;
}
.rating-reviews .reviews .view-all {
    margin-top: 15px;
    color: #0031f0;
    margin-bottom: 15px;
}
section.cart {
    width: 100%;
    color: #242424;
    max-width: 700px;
    margin: 30px auto 80px;
}
section.cart .title {
    font-size: 24px;
}
section.cart .cart-content {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
section.cart .cart-content .left-side {
    width: 70%;
    float: left;
}
section.cart .cart-content .left-side .misc-controls {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
section.cart .cart-content .left-side .misc-controls a.link,
section.cart .cart-content .left-side .misc-controls div button {
    margin-right: 15px;
}
section.cart .cart-content .right-side {
    width: 30%;
    display: inline-block;
    padding-left: 40px;
}
.cart-item-list .item {
    padding: 15px;
    gap: 15px;
    display: flex;
    flex-direction: row;
    border: 1px solid var(--brand-light);
    border-radius: 10px;
    margin-bottom: 16px;
    background-color: #fff;
    color: #000000;
}
.cart-item-list .item .item-image img {
    aspect-ratio: 1;
    width: 100px;
}
.cart-item-list .item .item-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.cart-item-list .item .item-details .item-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.cart-item-list .item .item-details .item-title a {
    color: #242424;
}
.cart-item-list .item .item-details .price {
    font-size: 18px;
    font-weight: 600;
}
.cart-item-list .item .item-details .summary {
    margin-bottom: 17px;
}
.cart-item-list .item .item-details .misc {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.cart-item-list .item .item-details .misc .control-group {
    font-size: 16px !important;
    margin: 0 15px 0 0;
    width: auto;
}
.cart-item-list .item .item-details .misc .control-group .wrap {
    display: inline-flex;
    align-items: center;
}
.cart-item-list .item .item-details .misc .control-group label {
    margin-right: 15px;
}
.cart-item-list .item .item-details .misc .control-group .control {
    height: 38px;
    width: 60px;
    text-align: center;
    line-height: 38px;
}
.cart-item-list .item .item-details .misc .towishlist,
.cart-item-list .item .item-details .misc .remove {
    position: absolute;
    right: 10px;
}
.cart-item-list .item .item-details .misc .towishlist {
    bottom: 0;
}
.cart-item-list .item .item-details .misc .remove {
    top: 0;
}
.cart-item-list .item .error-message {
    color: #ff6472;
}
.quantity {
    display: inline-block !important;
}
.quantity label {
    margin-bottom: 4px;
}
.quantity button {
    width: 40px;
    height: 38px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid var(--brand-light);
    float: left;
    cursor: pointer;
}
.rtl .cart-item-list .quantity button.increase,
.quantity button.decrease {
    border-radius: 8px 0 0 8px;
}
.rtl .cart-item-list .quantity button.decrease,
.quantity button.increase {
    border-radius: 0 8px 8px 0;
}
.quantity.control-group .control {
    text-align: center;
    float: left;
    width: 60px;
    height: 38px;
    margin: 0;
    border: 1px solid var(--brand-light);
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.quantity.control-group .control:focus {
    border-color: var(--brand-light);
}
.coupon-container .discount-control .control-group {
    margin-top: 20px;
}
.coupon-container .discount-control .control-group .control {
    width: 100%;
}
.coupon-container .applied-coupon-details {
    margin-top: 30px;
    margin-bottom: 30px;
}
.coupon-container .applied-coupon-details .right {
    float: right;
}
.coupon-container .applied-coupon-details .right .icon {
    vertical-align: text-bottom;
    margin-bottom: 1px;
    cursor: pointer;
}
/* .cart-content .order-summary > *:not(.payable-amount) {
    display: none;
} */
.order-summary {
    background-color: white;
    padding: 20px;
}
.order-summary h3 {
    color: inherit;
    font-size: 16px;
    margin-top: 0;
}
.order-summary .item-detail {
    margin-top: 12px;
}
.order-summary .item-detail label.right {
    float: right;
}
.order-summary .payable-amount {
    margin: 22px 0;
    /* background-color: var(--brand);
    color: var(--brand-light);
    /* padding: 20px; */
    font-size: 20px;
    font-weight: 900;
}
.order-summary .payable-amount label {
    font-weight: 700;
}
.order-summary .payable-amount label.right {
    float: right;
}
.pr-5 {
    padding-right: 15px;
}
.order-success-content {
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
}
@media only screen and (max-width: 815px) {
    section.cart .cart-content {
        display: block;
    }
    section.cart .cart-content .left-side {
        width: 100%;
        float: none;
    }
    section.cart .cart-content .left-side .misc-controls {
        position: relative;
        top: 300px;
        margin-top: 0;
    }
    section.cart .cart-content .right-side {
        width: 100%;
        padding-left: 0;
        position: relative;
        top: -20px;
    }
}
@media only screen and (max-width: 600px) {
    section.cart .cart-content .left-side .cart-item-list .item {
        display: flex;
        flex-direction: column;
    }
    section.cart .cart-content .left-side .cart-item-list .item .item-details {
        margin-top: 10px;
    }
    section.cart
        .cart-content
        .left-side
        .cart-item-list
        .item
        .item-details
        .misc {
        display: flex;
        flex-wrap: wrap;
        line-height: 40px;
    }
}
@media only screen and (max-width: 574px) {
    section.cart .cart-content .left-side .misc-controls {
        display: block;
        top: 300px;
    }
    section.cart .cart-content .left-side .misc-controls div button {
        width: 100%;
        margin-top: 10px;
    }
    section.cart .cart-content .left-side .misc-controls div a {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    section.cart .cart-content .right-side {
        top: -100px;
    }
}
.details .add-to-buttons {
    display: flex;
    gap: 0.5rem;
}
.checkout-method-group .carrier-title {
    font-size: 18px;
    font-weight: 600;
}
.checkout-method-group .line-one {
    display: inline-flex;
}
.checkout-method-group .line-two {
    margin-left: 30px;
}
.checkout-process {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 16px;
    color: #242424;
    gap: 40px;
}
.checkout-process .col-right {
    flex-grow: 1;
    width: 25%;
}
.checkout-process .col-main {
    flex-grow: 3;
    background-color: #fff;
    padding: 15px;
    width: 75%;
}
@media only screen and (max-width: 770px) {
    .checkout-process .col-right {
        width: 100%;
    }
}
.checkout-process .col-main ul.checkout-steps {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--brand-light);
}
.checkout-process .col-main ul.checkout-steps li {
    height: 48px;
    display: flex;
}
.checkout-process .col-main ul.checkout-steps li .decorator {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid var(--brand-light);
    background-repeat: no-repeat;
    background-position: 50%;
}
.checkout-process .col-main ul.checkout-steps li .decorator.address-info {
    background-image: url(../images/address.svg);
}
.checkout-process .col-main ul.checkout-steps li .decorator.shipping {
    background-image: url(../images/shipping.svg);
}
.checkout-process .col-main ul.checkout-steps li .decorator.payment {
    background-image: url(../images/payment.svg);
}
.checkout-process .col-main ul.checkout-steps li .decorator.review {
    background-image: url(../images/finish.svg);
}
.checkout-process .col-main ul.checkout-steps li.completed {
    cursor: pointer;
}
.checkout-process .col-main ul.checkout-steps li.completed .decorator {
    background-image: url(../images/complete.svg);
}
.checkout-process .col-main ul.checkout-steps li span {
    margin-left: 7px;
    margin-top: auto;
    margin-bottom: auto;
}
.checkout-process .col-main ul.checkout-steps li.active {
    color: var(--brand);
}
.checkout-process .col-main ul.checkout-steps li.active .decorator {
    border: 1px solid var(--brand);
}
.checkout-process .col-main .step-content {
    padding-top: 20px;
}
.checkout-process .col-main .step-content .form-header {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
}
.checkout-process .col-main .step-content .form-header .checkout-step-heading {
    font-size: 24px;
    font-weight: 700;
    float: left;
}
.checkout-process .col-main .step-content .form-header .btn {
    float: right;
    font-size: 14px;
}
.checkout-process .col-main .step-content .form-container {
    /* border-bottom: 1px solid var(--brand-light); */
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-process .col-main .step-content .shipping-methods {
    font-size: 16px;
}
.checkout-process
    .col-main
    .step-content
    .shipping-methods
    .ship-method-carrier {
    margin-bottom: 15px;
    font-weight: 700;
}
.checkout-process .col-main .step-content .payment-methods .instructions {
    margin-top: 10px;
    margin-left: 30px;
}
.checkout-process .col-main .step-content .payment-methods .instructions label {
    font-weight: 600;
    font-size: 14px;
}
.checkout-process .col-main .step-content .payment-methods .instructions p {
    margin: 0;
    font-size: 14px;
    color: #777777;
    font-style: italic;
}
.checkout-process .col-main .step-content .address-summary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.checkout-process
    .col-main
    .step-content
    .address-summary
    div.billing-address
    .horizontal-rule,
.checkout-process
    .col-main
    .step-content
    .address-summary
    div.shipping-address
    .horizontal-rule {
    width: 40px;
    background: #242424;
}
.checkout-process .col-main .step-content .address-summary .label {
    width: 10%;
}
.checkout-process .col-main .step-content .address-summary .address-card-list {
    width: 85%;
}
.checkout-process .col-main .step-content .cart-item-list .item .row .title {
    width: 100px;
    display: inline-block;
    color: #a5a5a5;
    font-weight: 500;
    margin-bottom: 10px;
}
.checkout-process .col-main .step-content .cart-item-list .item .row .value {
    font-size: 18px;
    font-weight: 600;
}
.checkout-process .col-main .step-content .order-description {
    display: inline-block;
    width: 100%;
}
.checkout-process .col-main .step-content .order-description .shipping {
    margin-bottom: 25px;
}
.checkout-process .col-main .step-content .order-description .decorator {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid var(--brand-light);
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.checkout-process .col-main .step-content .order-description .decorator .icon {
    margin-top: 7px;
}
.checkout-process .col-main .step-content .order-description .text {
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}
.checkout-process .col-main .step-content .order-description .text .info {
    font-weight: 500;
    margin-top: 2px;
}
@media only screen and (max-width: 770px) {
    .checkout-process .col-main {
        width: 100%;
        padding-right: 0;
    }
    .checkout-process .col-main ul.checkout-steps {
        border-bottom: none;
        padding-bottom: 0;
    }
    .checkout-process .col-main ul.checkout-steps span {
        display: none;
    }
    .checkout-process .col-main ul.checkout-steps .line {
        flex-grow: 1;
        border-bottom: 1px solid var(--brand-light);
        margin-left: 5px;
        margin-right: 5px;
    }
    .checkout-process .step-content {
        padding-top: 0;
    }
    .checkout-process .step-content .control-group .control {
        width: 100%;
    }
    .checkout-process {
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    .checkout-process .col-main .step-content .address,
    .checkout-process .col-main .step-content .order-description {
        display: flex;
        flex-direction: column;
    }
    .checkout-process .col-main .step-content .address .billing-address,
    .checkout-process .col-main .step-content .address .pull-left,
    .checkout-process
        .col-main
        .step-content
        .order-description
        .billing-address,
    .checkout-process .col-main .step-content .order-description .pull-left {
        width: 100% !important;
    }
    .checkout-process .col-main .step-content .address .pull-right,
    .checkout-process .col-main .step-content .address .shipping-address,
    .checkout-process .col-main .step-content .order-description .pull-right,
    .checkout-process
        .col-main
        .step-content
        .order-description
        .shipping-address {
        width: 100% !important;
        margin-top: 20px;
    }
    .cart-item-list .item {
        display: block;
    }
}
.attached-products-wrapper {
    margin-bottom: 80px;
}
.attached-products-wrapper .title {
    margin-bottom: 40px;
    font-size: 18px;
    color: #242424;
    text-align: center;
    position: relative;
}
.attached-products-wrapper .title .border-bottom {
    border-bottom: 1px solid hsla(0, 0%, 63.5%, 0.2);
    display: inline-block;
    width: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -50px;
}
.attached-products-wrapper .horizontal-rule {
    height: 1px;
    background: var(--brand-light);
    width: 148px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
section.review .category-breadcrumbs {
    display: inline;
}
section.review .review-layouter {
    display: flex;
}
section.review .review-layouter .product-info {
    max-width: 25%;
}
section.review .review-layouter .product-info .product-name {
    font-size: 24px;
}
section.review .review-layouter .product-info .product-image img {
    height: 280px;
    width: 280px;
}
section.review .review-layouter .product-info .product-name a {
    color: #242424;
}
section.review .review-layouter .product-info .product-price {
    margin-top: 10px;
    word-break: break-all;
}
section.review .review-layouter .product-info .product-price .pro-price {
    color: #ff6472;
}
section.review .review-layouter .product-info .product-price .pro-price-not {
    margin-left: 10px;
    font-size: 16px;
    color: #a5a5a5;
}
section.review .review-layouter .product-info .product-price .offer {
    margin-left: 10px;
    font-size: 16px;
}
section.review .review-layouter .review-form {
    margin-left: 20px;
    width: 55%;
}
section.review .review-layouter .review-form .heading {
    color: #242424;
    font-weight: 600;
}
section.review .review-layouter .review-form .heading .right {
    float: right;
    margin-top: -10px;
}
section.review .review-layouter .review-form .star {
    font-size: 23px;
    color: #d4d4d4;
    transition: all 0.2s;
}
section.review .review-layouter .review-form .star:before {
    content: "\2605";
}
section.review .review-layouter .review-form .control-group .control {
    width: 100%;
}
section.review .review-layouter .review-form .review-detail {
    height: 150px;
    border: 1px solid #b22222;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
section.review .review-layouter .review-form .review-detail .rating-review {
    margin-top: 40px;
    margin-left: 20px;
    width: 48%;
}
section.review
    .review-layouter
    .review-form
    .review-detail
    .rating-review
    .avg-rating-count
    span {
    font-size: 34px;
    text-align: center;
}
section.review
    .review-layouter
    .review-form
    .review-detail
    .rating-calculate
    .progress-only {
    width: 20px;
    border: 1px solid #0000ff;
}
section.review .review-layouter .ratings-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.review .review-layouter .ratings-reviews .left-side {
    padding: 40px 20px;
    width: 50%;
}
section.review .review-layouter .ratings-reviews .left-side .rate {
    font-size: 34px;
}
section.review .review-layouter .ratings-reviews .left-side .stars .icon {
    height: 16px;
    width: 16px;
}
section.review .review-layouter .ratings-reviews .right-side {
    width: 50%;
}
section.review .review-layouter .ratings-reviews .right-side .rater {
    display: inline-flex;
    align-items: center;
    padding-top: 5px;
    width: 100%;
}
section.review .review-layouter .ratings-reviews .right-side .rater .star-name {
    margin-right: 5px;
    width: 35px;
}
section.review
    .review-layouter
    .ratings-reviews
    .right-side
    .rater
    .rate-number {
    width: 15px;
}
section.review
    .review-layouter
    .ratings-reviews
    .right-side
    .rater
    .percentage {
    width: 50px;
    margin-right: 10px;
}
section.review
    .review-layouter
    .ratings-reviews
    .right-side
    .rater
    .percentage
    span {
    float: right;
    white-space: nowrap;
}
section.review .review-layouter .ratings-reviews .right-side .rater .line-bar {
    height: 4px;
    width: calc(100% - 100px);
    margin-right: 5px;
    margin-left: 5px;
    background: #d8d8d8;
}
section.review
    .review-layouter
    .ratings-reviews
    .right-side
    .rater
    .line-bar
    .line-value {
    background-color: #0031f0;
}
@media only screen and (max-width: 770px) {
    section.review .category-breadcrumbs {
        display: none;
    }
    section.review .review-layouter {
        flex-direction: column;
    }
    section.review .review-layouter .product-info {
        max-width: 100%;
    }
    section.review .review-layouter .product-info .product-image,
    section.review .review-layouter .product-info .product-name,
    section.review .review-layouter .product-info .product-price {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        word-break: break-all;
    }
    section.review .review-layouter .review-form {
        width: 100%;
        margin-left: 0;
    }
    section.review .review-layouter .review-form .heading .right {
        margin-top: 50px;
    }
    section.review .review-layouter .review-form .ratings-reviews {
        flex-direction: column;
        width: 100%;
    }
    section.review .review-layouter .review-form .ratings-reviews .left-side {
        width: 100%;
        padding: 0 0 40px;
        margin-top: -30px;
    }
    section.review .review-layouter .review-form .ratings-reviews .right-side {
        width: 100%;
    }
    section.review
        .review-layouter
        .review-form
        .ratings-reviews
        .right-side
        .rater
        .percentage {
        margin-right: 0;
    }
}
.auth-content {
    /* padding-top: 5%; */
    padding-bottom: 5%;
}
.auth-content .sign-up-text {
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
}
.auth-content .login-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* border: 1px solid var(--brand-light); */
    border-radius: 10px;
    flex-direction: column;
    max-width: 500px;
    min-width: 320px;
    /* padding: 25px; */
    background-color: #fff;
}
.auth-content .login-form .login-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.auth-content .login-form .control-group {
    margin-bottom: 15px !important;
}
.auth-content .login-form .control-group .control {
    width: 100% !important;
}
.auth-content .login-form .forgot-password-link {
    font-size: 17px;
    color: #0031f0;
    margin-bottom: 5%;
}
.auth-content .login-form .signup-confirm {
    margin-bottom: 5%;
}
.auth-content .login-form .btn-primary {
    width: 100%;
    text-transform: uppercase;
}
.account-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 5.5%;
    margin-bottom: 5.5%;
    gap: 20px;
}
.account-content a.btn.btn-lg.btn-primary {
    float: right;
}
.rtl .account-content a.btn.btn-lg.btn-primary {
    float: left;
}
.account-content .sidebar {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    width: 20%;
    height: 100%;
    background-color: #fff;
}
.account-content .menu-block {
    margin-bottom: 30px;
}
.account-content .menu-block:last-child {
    margin-bottom: 0;
}
.account-content .menu-block .menu-block-title {
    padding-bottom: 10px;
    font-size: 18px;
}
.account-content .menu-block .menu-block-title .right {
    display: none;
}
.account-content .menu-block .menubar {
    border: 1px solid var(--brand-light);
    color: #a5a5a5;
    position: relative;
    border-radius: 10px;
}
.account-content .menu-block .menubar li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--brand-light);
    text-align: center;
}
.account-content .menu-block .menubar li a {
    color: #5e5e5e;
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height: 1;
}
.account-content .menu-block .menubar li.menu-item:hover {
    background: var(--brand);
}
.account-content .menu-block .menubar li.menu-item:hover a {
    color: white;
}
.account-content .menu-block .menubar li .icon {
    display: none;
    position: absolute;
    right: 12px;
}
.account-content .menu-block .menubar li:first-child {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.account-content .menu-block .menubar li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.account-content .menu-block .menubar li.active a {
    color: var(--brand);
}
.account-content .menu-block .menubar li.active .icon {
    display: inline-block;
}
.account-content .account-layout {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.account-content .account-layout .account-head .back-icon,
.account-content .account-layout .responsive-empty {
    display: none;
}
.account-table-content {
    color: #242424;
    margin-top: 1.4%;
}
.account-table-content table {
    width: 100%;
}
.account-table-content table tbody tr {
    height: 45px;
}
.account-table-content table tbody tr td {
    width: 250px;
}
td.actions {
    text-align: center;
}
.address-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.address-card {
    width: 260px;
    border: 1px solid var(--brand-light);
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.address-card .control-group {
    width: 15px;
    height: 15px;
    margin-top: 10px;
}
.address-card .details {
    font-weight: lighter;
}
.address-card .details span {
    display: block;
}
.address-card .details .control-links {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.address-card .details .control-links .btn {
    height: 30px;
}
.edit-form {
    display: flex;
    border: 1px solid var(--brand-light);
    flex-direction: column;
    min-height: 345px;
    padding: 25px;
}
@media only screen and (max-width: 770px) {
    .account-content {
        flex-direction: column;
    }
    .account-content .sidebar {
        width: 100%;
    }
    .account-content .sidebar .menu-block .menu-block-title {
        height: 50px;
        padding-top: 13px;
        border-bottom: 1px solid var(--brand-light);
        border-top: 1px solid var(--brand-light);
    }
    .account-content .sidebar .menu-block .menu-block-title .right {
        display: block;
        float: right;
        align-self: center;
    }
    .account-content .sidebar .menu-block .menubar {
        border: 0;
        /* display: none; */
    }
    .account-content .sidebar .menu-block .menubar > li {
        margin-left: 0;
        width: 100%;
    }
    .account-content .sidebar .menu-block .menubar > li .icon {
        right: 0;
    }
    .account-content .sidebar .menu-block .menubar > li:last-child {
        border-bottom: 1px solid var(--brand-light);
    }
    .account-content .account-layout {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .account-content .account-layout .account-head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--brand-light);
        border-top: 1px solid var(--brand-light);
        height: 50px;
        margin-top: 10px;
    }
    .account-content .account-layout .account-head .account-action {
        margin-top: 12px;
        margin-left: 15px;
    }
    /* .account-content .account-layout .account-head .back-icon {
        display: block;
    } */
    .account-content .account-layout .account-head span {
        margin-top: 13px;
        font-size: 18px;
    }
    .account-content .account-layout .account-head .horizontal-rule {
        display: none;
    }
    .account-content .account-layout .account-table-content {
        margin-top: 2%;
    }
    .account-content .account-layout .account-table-content table tbody tr {
        height: 70px;
    }
    .account-content .account-layout .account-table-content table tbody tr td {
        display: block;
    }
    .account-content .account-layout .account-table-content .address-holder {
        justify-content: center;
    }
    .account-content .account-items-list,
    .account-content .edit-form {
        margin-top: 20px;
    }
    .account-content .account-items-list .responsive-empty,
    .account-content .edit-form .responsive-empty {
        display: block;
    }
    .account-content .control-group .control {
        width: 100%;
    }
}
.sale-container {
    color: #5e5e5e;
}
.sale-container .sale-section .secton-title {
    font-size: 18px;
    color: #8e8e8e;
    padding: 15px 0;
    border-bottom: 1px solid var(--brand-light);
}
.sale-container .sale-section .section-content {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--brand-light);
}
.sale-container .sale-section .section-content .row {
    display: block;
    padding: 7px 0;
}
.sale-container .sale-section .section-content .row .title {
    width: 200px;
    letter-spacing: -0.26px;
    display: inline-block;
}
.sale-container .sale-section .section-content .row .value {
    letter-spacing: -0.26px;
    display: inline-block;
}
.sale-container .sale-section .section-content .order-box-container {
    display: inline-block;
    width: 100%;
}
.sale-container .sale-section .section-content .order-box-container .box {
    float: left;
    width: 25%;
}
.sale-container
    .sale-section
    .section-content
    .order-box-container
    .box
    .box-title {
    padding: 10px 0;
    font-size: 18px;
    color: #8e8e8e;
}
.sale-container
    .sale-section
    .section-content
    .order-box-container
    .box
    .box-content {
    color: #3a3a3a;
    padding-right: 10px;
}
.sale-container .sale-section .section-content .qty-row {
    display: block;
}
.sale-container .totals {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid var(--brand-light);
}
.sale-container .totals .sale-summary {
    height: 130px;
    float: right;
    border-collapse: collapse;
    left: 3px;
    position: relative;
}
.sale-container .totals .sale-summary tr td {
    padding: 5px 8px;
    width: auto;
    color: #3a3a3a;
}
.sale-container .totals .sale-summary tr.bold {
    font-weight: 600;
    font-size: 15px;
}
.sale-container .totals .sale-summary tr.border td {
    border-bottom: 1px solid var(--brand-light);
}
@media only screen and (max-width: 770px) {
    .sale-container .sale-section .section-content {
        border-bottom: none;
        padding: 10px 0;
    }
    .sale-container .sale-section .section-content .row {
        display: flex;
        flex-direction: column;
    }
    .sale-container .sale-section .section-content .row .title {
        line-height: 20px;
    }
    .sale-container .sale-section .section-content .totals {
        border-top: none;
    }
    .sale-container .sale-section .section-content .totals .sale-summary {
        width: 100%;
    }
    .sale-container
        .sale-section
        .section-content
        .totals
        .sale-summary
        tr
        td:nth-child(2) {
        display: none;
    }
    .sale-container .sale-section .section-content .order-box-container {
        display: flex;
        flex-direction: column;
    }
    .sale-container .sale-section .section-content .order-box-container .box {
        width: 100%;
        margin: 10px auto;
    }
    .sale-container .sale-section .section-content .qty-row {
        display: inline;
    }
}
.verify-account {
    text-align: center;
    background: #204d74;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
}
.verify-account a {
    color: #ffffff !important;
}
.cp-spinner {
    position: absolute;
    left: calc(50% - 24px);
    margin-top: calc(40% - 24px);
}
@media only screen and (max-width: 720px) {
    .cp-spinner {
        left: 50%;
        margin-left: -24px;
        top: 50%;
        margin-top: -24px;
    }
}
@media only screen and (max-width: 720px) {
    .error-container .wrapper {
        flex-direction: column-reverse !important;
        margin: 10px 0 20px !important;
        align-items: start !important;
        height: 100% !important;
    }
}
@media only screen and (max-width: 770px) {
    .table table {
        width: 100%;
    }
    .table table thead {
        display: none;
    }
    .table table tbody tr td:before {
        content: attr(data-value);
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        width: 120px;
    }
    .table table tbody td {
        border-bottom: none !important;
        display: block;
        width: 100% !important;
    }
    .table table tbody td div {
        position: relative;
        left: 100px;
        top: -20px;
    }
    .table table tbody tr {
        border: 1px solid var(--brand-light);
    }
}
.show-wishlist {
    z-index: -1 !important;
}
.filter-row-one .dropdown-filters {
    position: relative !important;
    right: 1px !important;
}
@media only screen and (max-width: 770px) {
    .table .grid-container {
        margin-top: 10px;
        overflow-x: hidden;
    }
    .table .grid-container .filter-row-one {
        display: block;
    }
    .table .grid-container .filter-row-one .dropdown-filters {
        margin-top: 10px;
    }
}
.rtl {
    direction: rtl;
}
.rtl,
.rtl *:not(:before):not(:after) {
    /* font-family: "Tajawal", sans-serif !important; */
    font-family: "STCregularfont";
}
.rtl .dropdown-filters .per-page-label {
    position: static !important;
}
.rtl section.slider-block div.slider-content div.slider-control {
    left: 2%;
    right: auto;
}
.rtl section.slider-block div.slider-content div.slider-control .slider-left {
    float: left;
}
.rtl section.slider-block div.slider-content div.slider-control .slider-right {
    margin-left: 5px;
}
@media only screen and (max-width: 720px) {
    .rtl section.slider-block div.slider-content div.slider-control {
        left: 0;
    }
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    div.product-image-group {
    margin-right: 0;
    margin-left: 30px;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    .add-to-buttons {
    float: left !important;
}
.rtl section.product-detail div.layouter .form-container div .thumb-list {
    margin-left: 4px;
    margin-right: 0;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .accordian
    .accordian-header {
    padding: 20px 0 20px 15px;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .accordian
    .accordian-header
    .icon {
    float: left;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .accordian
    .accordian-header
    .expand-icon {
    margin-left: 10px;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .full-specifications
    td:first-child {
    padding-right: 0;
    padding-left: 40px;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .product-ratings
    .total-reviews {
    margin-left: 0;
    margin-right: 15px;
}
.rtl
    section.product-detail
    div.layouter
    .form-container
    .details
    .downloadable-container
    .link-list
    ul
    li
    a {
    float: left;
    margin-top: 3px;
}
@media only screen and (max-width: 720px) {
    .rtl
        section.product-detail
        div.layouter
        .form-container
        div.product-image-group {
        margin-right: 0;
        margin-left: 0;
    }
}
.rtl .main .layered-filter-wrapper,
.rtl .main .category-container .responsive-layred-filter {
    padding-right: 0;
    padding-left: 20px;
}
.rtl .main .top-toolbar {
    float: left;
}
.rtl .main .top-toolbar .view-mode {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .main .top-toolbar .sorter {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .main .top-toolbar label {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .main .top-toolbar .page-info {
    float: right;
}
.rtl section.review .review-layouter .review-form {
    margin-left: 0;
    margin-right: 20px;
}
.rtl section.review .review-layouter .review-form .heading .right {
    float: left;
}
.rtl
    section.review
    .review-layouter
    .review-form
    .ratings-reviews
    .right-side
    .rater
    .star-name {
    margin-right: 0;
    margin-left: 5px;
}
@media only screen and (max-width: 770px) {
    .rtl section.review .review-layouter .review-form {
        margin-right: 0;
    }
}
.rtl section.cart .cart-content .left-side {
    width: 70%;
    float: right;
}
.rtl section.cart .cart-content .left-side .misc-controls a.link {
    margin-left: 15px;
    margin-right: 0;
}
.rtl section.cart .cart-content .right-side {
    width: 30%;
    padding-right: 40px;
    padding-left: 0;
}
.rtl .order-summary .item-detail label.right,
.rtl .payable-amount label.right {
    float: left;
}
.rtl .cart-item-list .item .item-details .misc div.qty-text {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .cart-item-list .item .item-details .misc .towishlist,
.rtl .cart-item-list .item .item-details .misc .remove,
.rtl .cart-item-list .item .item-details .misc input.box {
    right: unset;
    left: 0;
}
.rtl .cart-item-list .item .item-details .misc .control-group label {
    margin-left: 15px;
    margin-right: 0;
}
@media only screen and (max-width: 770px) {
    .rtl section.cart .cart-content .left-side {
        width: 100%;
        float: none;
    }
    .rtl section.cart .cart-content .left-side .misc-controls div button {
        margin-right: 0;
    }
    .rtl section.cart .cart-content .right-side {
        width: 100%;
        padding-right: 0;
    }
}
.rtl .checkout-process .col-main ul.checkout-steps li span {
    margin-right: 7px;
    margin-left: 0;
}
.rtl .checkout-process .col-main .step-content .form-header h1 {
    float: right;
}
.rtl .checkout-process .col-main .step-content .form-header .btn {
    float: left;
}
.rtl .checkout-process .col-main .step-content .payment-methods .control-info {
    margin-right: 28px;
    margin-left: 0;
}
.rtl .checkout-process .col-main .step-content .address .billing-address,
.rtl .checkout-process .col-main .step-content .address .pull-left,
.rtl
    .checkout-process
    .col-main
    .step-content
    .order-description
    .billing-address,
.rtl .checkout-process .col-main .step-content .order-description .pull-left {
    float: right !important;
}
.rtl .checkout-process .col-main .step-content .address .pull-right,
.rtl .checkout-process .col-main .step-content .address .shipping-address,
.rtl .checkout-process .col-main .step-content .order-description .pull-right,
.rtl
    .checkout-process
    .col-main
    .step-content
    .order-description
    .shipping-address {
    float: left !important;
}
.rtl .radio {
    margin: 10px 0 5px 5px;
}
.rtl .radio .radio-view {
    margin-left: 5px;
    margin-right: 0;
}
@media only screen and (max-width: 770px) {
    .rtl .checkout-process .col-main {
        /* padding-left: 0; */
        width: 100%;
    }
}
.rtl .account-content .menu-block .menubar li a {
    text-align: right;
}
.rtl .account-content .menu-block .menubar li .icon {
    right: unset;
    left: 12px;
    transform: rotate(180deg);
}
.rtl .account-head .account-action {
    float: left;
}
.rtl .account-item-card .media-info .info {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .account-item-card .operations a span {
    float: left;
}
.rtl .table table {
    text-align: right;
}
.rtl .sale-container .totals .sale-summary {
    float: left;
}
.rtl .sale-container .sale-section .section-content .order-box-container {
    display: flex;
}
@media (max-width: 770px) {
    .rtl .account-content .account-layout {
        margin-right: 0;
    }
    .rtl .account-content .account-layout .account-head .account-action {
        margin-left: 0;
    }
    .rtl .account-content .sidebar .menu-block .menu-block-title .right {
        float: left;
    }
    .rtl .account-content .sidebar .menu-block .menubar > li {
        margin-right: 0;
    }
}
.rtl
    .footer
    .footer-content
    .footer-list-container
    .list-container
    .list-group
    li
    span.icon {
    margin-left: 5px;
    margin-right: 0;
}
@media (max-width: 720px) {
    .rtl .footer {
        padding-right: 15px;
        padding-left: 10%;
    }
    .rtl .footer .footer-list-container {
        padding-right: 0 !important;
    }
}
.rtl .cp-spinner {
    position: absolute;
    right: calc(50% - 24px);
    margin-top: calc(40% - 24px);
}
@media only screen and (max-width: 720px) {
    .rtl .cp-spinner {
        right: 50%;
        margin-right: -24px;
        left: auto;
    }
}
.rtl .product-list .product-card .product-information {
    padding-left: 0;
    padding-right: 30px;
    float: left;
}
.rtl .zoom-image-direction {
    left: 0;
    right: 476px !important;
}
.banner-container {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.banner-container .left-banner {
    padding-right: 20px;
    width: 60%;
    float: left;
}
.banner-container .left-banner img {
    width: 100%;
}
.banner-container .right-banner {
    padding-left: 20px;
    width: 40%;
    float: left;
}
.banner-container .right-banner img {
    max-width: 100%;
}
.banner-container .right-banner img:first-child {
    padding-bottom: 20px;
    display: block;
}
.banner-container .right-banner img:last-child {
    padding-top: 20px;
    display: block;
}
@media (max-width: 720px) {
    .banner-container .left-banner {
        padding-right: 0;
        width: 100%;
    }
    .banner-container .right-banner {
        padding-left: 0;
        width: 100%;
    }
    .banner-container .right-banner img:first-child {
        padding-bottom: 0;
        padding-top: 25px;
    }
    .banner-container .right-banner img:last-child {
        padding-top: 25px;
    }
}
.static-container {
    display: block;
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.static-container.one-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.static-container.two-column {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}
.static-container.three-column {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 4%;
}
.item-options {
    font-size: 14px;
    font-weight: 200;
}
.item-options b {
    font-weight: 500;
}
.icon-search {
    cursor: pointer;
}
.search-box {
    width: 250px;
    border: unset !important;
    border-radius: unset !important;
    padding: 0 !important;
}
.search-loader {
    position: absolute;
    z-index: 500;
    top: 5px;
    right: 5px;
}
.rtl .search-loader {
    right: unset;
    left: 0px;
}
body {
    overflow-x: hidden;
}
.comparison-component {
    width: 100%;
    padding-top: 20px;
}
.desc > p,
.mt-0 {
    margin-top: 0;
}
.comparison-component > h1 {
    display: inline-block;
}
td {
    padding: 15px;
    min-width: 25px;
    max-width: 250px;
    line-height: 30px;
    vertical-align: top;
}
.icon.remove-product {
    top: 5px;
    float: right;
    cursor: pointer;
    position: relative;
    background-color: #000000;
}
.action > div {
    display: inline-block;
}
.product-bottom-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--brand-light);
    padding: 2px 2px;
    height: 37px;
}
.cart-wish-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-bottom-row .icon-shopping-cart,
.product-bottom-row #wishlist-changer {
    width: 36px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    border-left: 1px solid var(--brand-light) !important;
    border-radius: 0;
}
.rtl .product-bottom-row .icon-shopping-cart,
.rtl .product-bottom-row #wishlist-changer {
    border-left: unset !important;
    border-right: 1px solid var(--brand-light) !important;
}
.product-bottom-row .icon-shopping-cart {
    border-bottom-right-radius: 10px;
}
.rtl .product-bottom-row .icon-shopping-cart {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}
.product-bottom-row .product-price {
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
}
.white-cross-sm-icon {
    width: 24px;
    height: 24px;
}
.ui.search .prompt {
    line-height: 30px;
}

.ui.search > .results .result {
    display: flex;
    align-items: center;
    padding: 10px !important;
    gap: 10px;
}

.rtl .ui.search > .results > .message .header,
.rtl .ui.search > .results .result .title {
    /* font-family: "Tajawal", sans-serif !important; */
    font-family: "STCregularfont" !important;
}

.ui.search > .results .result .content {
    flex-grow: 1;
    font-size: 0.8rem;
}

.ui.search > .results .result .price {
    color: unset;
}

.rtl .ui.search > .results .result .price {
    float: left;
}

.ui.search > .results .result .image + .content {
    margin: 0;
}

.ui.search > .results .result .image {
    height: 50px !important;
    width: 50px !important;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.ui.search > .results .result .description p {
    margin: 0;
}

.ui.search > .results {
    border: unset !important;
    box-shadow: 0 0 0 1px var(--brand-light);
    border-radius: 0.5rem !important;
    overflow: hidden;
    max-height: min(325px, 80vh);
    overflow-y: scroll;
    width: 250px;
}

.popper-tooltip {
    padding: 5px 10px;
    font-size: 13px;
    position: absolute;
    display: none;
    overflow: unset;
}

.notch-loader {
    height: 1rem;
    width: 1rem;
    line-height: 1;
    margin: 0 2px;
}

.notch-loader:after {
    height: inherit;
    width: inherit;
    content: "";
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent !important;
    animation: notch-loader 1.2s linear infinite;
}

.notch-loader.gray:after {
    border-color: var(--brand);
}

@keyframes notch-loader {
    0% {
        transform: rotate(0deg);
    }

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

#brands_index {
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    max-width: 600px;
    width: 100%;
}

.list--horizontal,
.list--vertical {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.list--horizontal {
    flex-direction: row;
}

#brands_index li {
    margin: 0 5px 10px;
}

.brand-section__content .brands-list {
    grid-gap: 10px;
    display: grid;
    grid-auto-rows: minmax(120px, auto);
    grid-template-columns: repeat(6, 1fr);
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
}

.list > li:first-child {
    margin-top: 0;
}

.brand-section__content .brands-list li a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.brand-section__content .brands-list li {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.brand-section__content .brands-list li a img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.brand-section__content .brands-list li a {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    padding: 10px;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    width: 100%;
}

.brand-section__title,
.brand-section__title b {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-right: 5px;
    background-color: #fff;
}

body.font-dinnextltarabic-regular .brand-section__title:after {
    top: 53%;
}
.brand-section__title:after {
    background: var(--brand-light);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
}
#brands_index li a {
    align-items: center;
    background: #fafafa;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    min-height: 30px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    width: 30px;
}
#brands_index li:hover a {
    background-color: #ececec;
}
.article--brand {
    margin: 30px 0;
}
.article {
    display: block;
    height: auto;
    width: 100%;
}
.article--brand.vertical img {
    display: block;
    float: unset;
    margin: auto;
}
.article--brand img[alt="Brand Logo"] {
    height: 60px;
}
.article--brand.vertical * {
    text-align: center;
}
.article--brand img {
    display: inline-block;
    float: right;
    margin-left: 15px;
    max-height: 150px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    vertical-align: middle;
}
.article--brand.vertical * {
    text-align: center;
}
.font-18 {
    font-size: 18px !important;
}
.title--section {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.title {
    display: block;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}
.title--section:before {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    width: 60%;
    z-index: 0;
}

.addons-list .twsaa-addon {
    height: 100%;
}
.twsaa-addon--plan {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px;
    position: relative;
}

.twsaa-addon {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: border 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}
.twsaa-addon--plan .twsaa-addon__meta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    z-index: 2;
}
.twsaa-addon--plan .twsaa-addon__meta > * {
    width: 100%;
}
.twsaa-addon--plan .twsaa-addon__title-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}
.twsaa-addon--plan .twsaa-addon__title-wrapper .rec-price-wrapper {
    margin: 0;
}
.twsaa-addon .rec-price-wrapper {
    margin: 0 0 10px;
}
.rec-price-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.twsaa-addon--plan .twsaa-addon__info {
    color: #7d7d7d;
    margin: 0 0 20px;
    max-width: unset;
}
.twsaa-addon--plan .twsaa-addon__actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.twsaa-addon--plan .twsaa-addon__meta > * {
    width: 100%;
}
.twsaa-addon--plan .twsaa-addon__thumb {
    flex: 0 0 70px;
    margin-left: 15px;
    z-index: 2;
}
.twsaa-addon__meta {
    align-items: center;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.twsaa-addon--plan .twsaa-addon__title h2 {
    font-family: DINNextLTArabic-Medium;
    font-size: 35px;
    line-height: 1;
}
.twsaa-addon--plan .twsaa-addon__thumb img {
    display: block;
    height: auto;
    max-height: 50px;
}
.rec-title-block--medium {
    margin: 0 0 20px;
}
.rec-title-block {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}
.grid-block.addons-list--wide {
    grid-template-columns: repeat(auto-fill, minmax(500px, 4fr));
}
.d-flex {
    display: flex;
}
.no-margin {
    margin: 0 !important;
}

.zoomLens,
.zoomContainer {
    z-index: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

#ask_textarea {
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
}

#ask_textarea {
    border-radius: 5px;
    margin: 5px 0 0;
    min-height: 40px;
    padding: 7px;
}

#ask_button {
    margin-right: 0;
    font-size: 15px;
}

@media (min-width: 786px) and (max-width: 2400px) {
    #ask_button {
        margin-right: 11%;
    }
}

#ask_button {
    margin: 15px 15% 5px 0;
    padding: 5px 20px;
}

.xx-large {
    font-size: xx-large;
}
.view-comment__comment--has-replays {
    position: relative;
    margin-bottom: 10px;
}

.view-comment__comment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
}

.view-comment__comment img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}
.view-comment__comment .comment-wrapper .comment-date {
    font-size: 14px;
    font-weight: 500;
    color: #99a4ae;
    left: 0;
    top: 2px;
}
.view-comment__comment .comment-wrapper .user-info {
    font-size: var(--font-sm);
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
}
.view-comment__comment .comment-wrapper .name {
    color: var(--brand);
    margin-left: 13px;
    font-weight: 700;
}
.view-comment__comment .comment-wrapper .badge {
    background-color: #fbd34c;
    margin: 0 10px;
    border-radius: 20px;
    padding: 0 14px;
    height: 21px;
    display: inline-flex;
    align-items: center;
}
.view-comment__comment .comment-wrapper .name-rating-wrapper {
    align-items: center;
}
.view-comment__comment .comment-wrapper {
    position: relative;
    width: 100%;
}
.justify-content-between {
    justify-content: space-between !important;
}
.s-infinite-scroll-wrapper {
    margin-top: 1rem;
    text-align: center;
}
.s-button-primary {
    background-color: var(--brand);
    color: var(--brand-light);
}
.s-button-text {
    pointer-events: none;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.s-button-btn {
    position: relative;
    display: inline-flex;
    flex: 1 1 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 0.375rem;
    border-style: solid;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.view-comment__comment .comment-wrapper .name {
    color: var(--brand);
    margin-left: 13px;
    font-weight: 700;
}
.footer-title {
    color: var(--brand-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}
.footer-item {
    padding-right: 15px;
    padding-left: 15px;
}
.store-contact {
    margin: 10px 0 0;
    border: 0;
    text-align: right;
    font-size: 14px;
}
/* footer .footer-main .store-certificate {
    border-left: none;
    display: none;
    justify-content: flex-start;
    margin: 15px 0;
} */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.footer-links {
    -webkit-columns: 2;
    columns: 2;
}
.social__item {
    display: inline-block;
    margin-left: 0.25rem;
}
footer .footer-main .footer-item .social__item a {
    position: relative;
}
.social__item a {
    display: block;
    width: 36px;
    height: 36px;
    color: var(--brand-light);
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
footer .footer-main .footer-item .social__item a * {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
}
footer .footer-main .footer-item .social__item a svg * {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-0%);
}
.store-notify {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    min-height: 40px;
    padding: 5px 30px 5px 60px;
    /* position: fixed; */
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3500;
}
.store-notify #notify-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.store-notify #notify-close {
    border-radius: 5px;
    display: block;
    height: 20px;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    transition: background-color 0.35s ease;
    width: 20px;
}
.store-notify > i {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: inherit;
    display: inline-block;
    margin-left: 10px;
    padding: 8px 10px;
}
.store-notify p {
    /* color: inherit; */
    font-size: 13px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.store-notify a,
.store-notify a:after {
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}
.store-notify a {
    display: inline-block;
    margin: 0 4px;
    position: relative;
    color: inherit;
}
.panel .panel-heading--gray {
    background-color: #f9f9f9;
}
.p-15 {
    padding: 15px !important;
}
.panel-loyalty .panel-heading i {
    background-color: var(--brand);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    width: 40px;
}
.mr-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.modal .modal-header--informative {
    border-radius: 6px 6px 0 0;
    padding: 20px !important;
}
@media only screen and (min-width: 1022px) {
    .modal .modal-dialog.modal-xl {
        width: 1000px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.modal .modal-header--informative > div {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.modal .modal-header--informative > div .img-wrapper {
    background-color: rgba(255, 158, 1, 0.1);
    border-radius: 50%;
    flex: 0 0 100px;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.modal .modal-header--informative > div .img-wrapper img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 75%;
}
.modal .modal-header--informative > div .title {
    font-size: 28px;
}
.modal .modal-header--informative > div span {
    display: block;
    width: 75%;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.p-20 {
    padding: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.nav-tabs-solid {
    align-items: center;
    /* border: 1px solid var(--brand); */
    border-bottom-color: var(--brand) !important;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 30px !important;
}
.nav-tabs-solid > li {
    flex: auto;
    float: none !important;
    margin: 0 !important;
}
.nav-tabs-solid > li {
    /* border-left: 1px solid var(--brand); */
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}
.nav-tabs-solid > li.active a,
.nav-tabs-solid > li:focus a,
.nav-tabs-solid > li:hover a {
    background-color: var(--brand) !important;
    /* border: 0!important; */
    color: #fff !important;
}
.owl-carousel.eq-height-carousel .owl-stage {
    display: grid !important;
    grid-auto-flow: column;
}
.product {
    font-size: 16px;
}
.product {
    /* font-family: dinnextltarabic-regular!important; */
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2rem;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product--light {
    align-items: flex-start;
    border: 1px solid #eee !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 !important;
    overflow: hidden;
}
body.twsaa-theme_1 .product > a {
    display: block;
    position: relative;
}
.product--light__thumb {
    display: inline-flex;
    flex: auto;
    flex-direction: column;
    flex-shrink: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.product--light.loyal-prize .product--light__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product--light__meta {
    color: #2c2c2c;
    font-size: 15px;
    padding: 10px;
    width: 100%;
}
.product--light__footer {
    border-top: 1px solid #eee;
    color: var(--brand);
    font-size: 18px;
    padding: 8px;
    text-align: center;
    width: 100%;
}
.program-border {
    border-color: var(--brand) !important;
}
.product--light__meta > a {
    color: #323232;
    display: block;
    height: auto;
    padding: 0 0 10px;
    width: 100%;
}
.modal.modal-light .modal-content .modal-header .close:after {
    color: #cdcdcd;
    /* content: "\ea47"; */
    display: block;
    font-family: sallaicons;
    font-size: 20px;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    vertical-align: middle;
}
.modal.modal-light .close:after {
    color: #cdcdcd;
    /* content: "\ea47"; */
    display: block;
    font-family: sallaicons;
    font-size: 20px;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    vertical-align: middle;
}
[data-dismiss="modal"]:after {
    color: var(--brand) !important;
}
.modal.modal-light .modal-content .modal-footer .btn.btn-primary {
    color: var(--brand-light);
    background-color: var(--brand);
    width: 100%;
}
.modal.modal-light .modal-footer .btn.text-white {
    color: #fff;
}
.modal.modal-light .modal-footer.side-btn .btn-cancel {
    margin-right: 15px !important;
}
.modal.modal-light .modal-footer.side-btn {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.modal.modal-light .modal-footer.side-btn .btn {
    flex: 0 0 47%;
    width: auto;
}
.btn-link.primary {
    color: var(--brand) !important;
}
.btn-link.primary.no-padding:hover {
    text-decoration: underline;
}
.dropdown-header {
    font-size: 15px;
    color: var(--brand) !important;
}
.p-0 {
    padding: 0;
}
/* .owl-carousel.owl-drag .owl-item{
    margin: 0px !important;
    width: 293px !important;
} */
.footer-links li a,
.store-contact a {
    color: var(--brand-light) !important;
}
.cms-content {
    background-color: #fff;
}
.account-head {
    padding-top: 15px;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.phone-fix {
    direction: ltr;
    text-align: right;
}
.d-none {
    display: none;
}
.notify-close i {
    display: flex;
    margin-right: -7px;
    margin-top: -6px;
}
.btn-primary:focus {
    background-color: inherit !important;
    color: inherit !important;
    outline: transparent !important;
}
.not-available {
    color: #f55157;
    margin: 2px;
}
.btn-danger,
.btn-danger:hover {
    color: #fff !important;
    background-color: #f44336 !important;
    border-color: #f44336;
}
.btn {
    outline: inherit !important;
}
.btn:hover {
    border-color: inherit !important;
}
.owl-carousel .owl-stage {
    display: grid;
    grid-auto-flow: column;
}
@media only screen and (min-width: 1200px) {
    /* .owl-carousel.owl-drag .owl-item */
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1217px; */
        margin: auto;
    }
    .owl-item {
        width: 293px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
}
@media only screen and (max-width: 1024px) {
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1210px; */
        margin: auto;
    }
    .owl-item {
        width: 243px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
}
@media only screen and (max-width: 992px) {
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1210px; */
        margin: auto;
    }
    .owl-item {
        width: 308px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
}
@media only screen and (max-width: 768px) {
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1210px; */
        margin: auto;
    }
    .owl-item {
        width: 250px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
    p.copyright {
        text-align: center;
    }
    .icons {
        float: unset !important;
        justify-content: center !important;
    }
}
@media only screen and (max-width: 600px) {
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1210px; */
        margin: auto;
    }
    .owl-item {
        width: 200px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
}
@media only screen and (max-width: 359px) {
    .owl-carousel.owl-loaded.owl-drag {
        /* width: 1210px; */
        margin: auto;
    }
    .owl-item {
        width: 150px !important;
        height: 100%;
        padding-bottom: 15px;
        display: block;
    }
    .owl-stage {
        opacity: 1;
        transform: translate3d(5567px, 0px, 0px);
        display: grid;
        grid-auto-flow: column;
    }
}
.owl-item {
    margin: 0px !important;
}
.owl-stage-outer {
    position: relative !important;
    display: block;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
}

.datepicker {
    direction: rtl !important;
}
.datepicker-dropdown {
    right: unset;
}
.phone-fix {
    direction: ltr;
    text-align: right;
}
.pagination .page-item {
    margin: 0px;
}
.icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
}
.store-certificate {
    align-items: center;
    border-left: 1px solid var(--brand-light);
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
    padding-left: 10px;
}
footer .store-certificate b {
    color: var(--brand-light);
    font-size: 13px;
}
.footer img {
    width: auto;
    max-width: 45px;
    height: auto;
    max-height: 25px;
}
.page-main-container {
    width: 100%;
}
.sidebar {
    display: block;
    /* position: -webkit-sticky!important;
    position: sticky!important; */
    top: 150px;
}
.side-menu__close {
    display: none;
}
.section-header {
    position: relative;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-pack: justify;
    /* -ms-flex-pack: justify; */
    justify-content: space-between;
    -webkit-box-align: center;
    /* -ms-flex-align: center; */
    align-items: center;
}
.section-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 0;
}
.section-header .section--title {
    color: #df0400;
}
.section-header .section--title {
    padding-left: 1rem;
    background-color: #fff;
    z-index: 5;
}
.section--title {
    font-family: dinnextltw23-medium !important;
    position: relative;
    color: #636363;
    font-size: 20px;
    z-index: 50;
}
body .section-header .btn.btn-rounded.side-menu-toggle {
    display: none !important;
}
body .section-header .btn.btn-rounded.side-menu-toggle {
    line-height: 28px !important;
    padding: 0 12px !important;
}
.grid-block--gap-20 {
    grid-gap: 20px;
}
.grid-block--col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-block {
    display: grid;
}
.post {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.post__img {
    display: block;
    height: 200px;
    overflow: hidden;
}
.post img {
    max-width: 100%;
}
.post__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.post__body {
    padding: 15px;
}
.post__title {
    color: var(--color-title);
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.post--short .post__body p {
    display: none;
}
.post p {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}
.mr-10 {
    margin-left: 10px !important;
}
.post__meta__item {
    align-items: baseline;
    display: inline-flex !important;
}
.post__meta * {
    color: #999;
}
.post__meta a {
    text-decoration: underline !important;
}
.post__meta * {
    color: #999;
}
.page-load-status {
    text-align: center;
}
.mr-5 {
    margin-left: 5px !important;
}
.d-block {
    display: block !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.page-box.thumbnail .caption {
    padding: 0;
}
.page-box .product-desc {
    word-wrap: break-word !important;
}
.blog-single .product-title.blog-title {
    border: none;
    font-size: 25px !important;
    margin: 0 0 5px;
    padding: 0;
}
.product-desc a,
.product-desc a:hover,
.product-detials__desc a,
.product-detials__desc a:hover {
    color: var(--brand);
    text-decoration: underline;
}
.blog-single .a2a_kit {
    margin: 0;
    width: 100%;
}
.a2a_default_style a {
    float: right !important;
}
.a2a_svg {
    background-size: 28px;
    filter: invert(1);
    height: 28px !important;
    opacity: 0.4;
    width: 28px !important;
}
.a2a_default_style:not(.a2a_flex_style) a {
    padding: 0 8px !important;
    font-size: larger;
}
.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none; /* Optional: remove underline */
}
.checkout-payment-box {
    display: flex;
    gap: 10px;
    cursor: pointer;
    border: 2px solid var(--color-white);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 10px;
    align-items: center;
}
.checkout-payment {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -8px 20px;
    position: relative;
    width: calc(100% + 16px);
}
.checkout-payment-option {
    border: 2px solid var(--color-white);
    border-radius: 5px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1); */
    flex-direction: column;
    min-height: 80px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.checkout-payment-img {
    display: block;
    max-width: 70px;
    max-height: 37px;
}
form.form--payment .form-group {
    margin-bottom: 24px;
}
form.form .form-group {
    margin-bottom: 16px;
    position: relative;
}
.field-list {
    background-color: #fbfbfc;
    border-radius: 5px;
    padding: 13px;
}
.field-list > div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.field-list > div img {
    opacity: 0.05;
    width: 80px;
}
.field-list > div ul {
    align-items: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
}
.field-list > div ul li {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 5px;
    width: 100%;
}
.field-list > div ul li div:last-child {
    margin-left: 0;
}
.field-list > div ul li div {
    background: #f8f8f8;
    border-radius: 5px;
    flex: auto;
    margin-left: 15px;
    padding: 0 10px 5px;
}
.field-list > div ul li span {
    color: #696464;
    margin-left: 10px;
}
.field-list > div ul li b,
.field-list > div ul li span {
    color: #4b4646;
    font-size: 14px;
}
.list--shipping {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.shipping-middleware {
    display: flex;
    margin: 0 0 6px;
    width: 100%;
}
.shipping-name {
    padding: 0px 12px;
}
.shipping-rate {
    margin-right: auto;
}
.line-through {
    text-decoration: line-through;
}
.free-shipping {
    font-weight: bold;
    padding: 0 10px 0 0;
}
.text-center {
    text-align: center;
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 2rem;
    }
}
.gap-3 {
    gap: 0.75rem;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid {
    display: grid;
}
@media (min-width: 480px) {
    .banner-entry {
        padding: 1rem;
    }
}
.banner-entry {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.375rem;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    height: 200px;
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
    text-align: center;
}

.banner-entry a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    color: #fff;
}
.banner-entry a:hover {
    opacity: 1;
}
.banner-entry a:hover h3 {
    color: #fff;
}
@media (min-width: 768px) {
    .banner-entry a {
        opacity: 0;
    }
}
@media (min-width: 480px) {
    .banner-entry a {
        padding: 1.5rem;
    }
}
.animate__fadeIn {
    animation-name: fadeIn;
}
.lazy__bg.loaded {
    --tw-translate-y: 0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.lazy__bg {
    --tw-translate-y: 0.75rem;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}
.has-overlay.with-hover:hover:after {
    opacity: 1;
}
.has-overlay:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.has-overlay.with-hover:after {
    opacity: 0;
    transition: opacity 0.3s;
}
.has-overlay:after {
    --tw-content: "";
    background-color: rgba(0, 0, 0, 0.4);
    content: var(--tw-content);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.card-promo {
    position: absolute;
    top: 0;
    max-width: 50%;
    right: 0;
    padding: 4px 10px;
    background-color: #f8807c;
    color: white;
    border-radius: 0 0 0 10px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div
    .product-hero-image
    .promotion-title {
    color: #ffffff;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
    position: absolute;
    top: 1rem;
    margin-right: 1rem;
    width: auto;
    z-index: 10;
}
@media only screen and (max-width: 700px) {
    .field-list > div ul {
        align-items: normal;
        display: block;
        flex: 0;
        flex-direction: column;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .field-list > div ul li {
        align-items: center;
        display: block;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 5px;
        width: 100%;
    }
}
@media (min-width: 640px) {
    .s-product-options-option {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: flex-start;
        grid-gap: 1rem;
        gap: 1rem;
    }
    .s-product-options-option-content {
        grid-column: span 2 / span 2;
        margin-top: 0;
    }
}
.s-product-options-option {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.s-product-options-option-label b span {
    --tw-text-opacity: 1;
    color: #ef4444;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.s-form-control {
    display: block;
    width: 100%;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #d1d5db;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 0.5rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #111827;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.s-product-options-option-container {
    margin-bottom: 1.25rem;
}
.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0;
}
input[type="file"] {
    display: none;
}
.s-product-options-image-input .filepond--drop-label {
    cursor: pointer;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.s-file-upload-wrapper .filepond--drop-label {
    height: 100%;
}
.filepond--drop-label {
    right: 0;
    margin: 0;
    color: #4f4f4f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.s-product-options-filepond-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer;
}
.s-form-control:focus {
    border-color: #ff2402;
}
.filepond--credits {
    display: none;
}

.s-file-upload-wrapper .filepond--drop-label {
    height: 100%;
}

.notification-item {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.375rem;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.notification-item__icon {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: flex;
    font-size: 1.25rem;
    height: 3.5rem;
    justify-content: center;
    line-height: 1.75rem;
    width: 3.5rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.pl-15 {
    padding-right: 15px;
}
.justify-content-center {
    justify-content: center !important;
}
.s-block--features__item .feature-icon {
    margin-bottom: 0.75rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--brand);
}
.s-block--features__item * {
    pointer-events: none;
}
.s-block--features__item {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.s-block--features__item .feature-icon i {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--brand-light);
}
.s-block--features__item:hover .feature-icon i {
    animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.wallet-wrapper {
    border-radius: 50px;
    /* width: 16px; */
    padding: 0 4px;
    height: 16px;
    color: #fff;
    background-color: var(--brand);
    position: absolute;
    font-size: 10px;
    line-height: 1;
    top: -10px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
@media (min-width: 480px) {
    .banner-entry-list {
        padding: 1rem;
    }
}
.banner-entry-list {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.375rem;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    /* height: 200px; */
    aspect-ratio: 4/2;
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
    text-align: center;
}

.banner-entry-list a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    color: #fff;
}
.banner-entry-list a:hover {
    opacity: 1;
}
.banner-entry-list a:hover h3 {
    color: #fff;
}
@media (min-width: 768px) {
    .banner-entry-list a {
        opacity: 0;
    }
}
@media (min-width: 480px) {
    .banner-entry-list a {
        padding: 1.5rem;
    }
}
.s-button-loader {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.s-button-loader:before {
    --tw-border-opacity: 1;
    --tw-content: "";
    animation: spin 1s linear infinite;
    border-bottom: 2px solid rgba(243, 244, 246, var(--tw-border-opacity));
    border-left: 2px solid #414042;
    border-left-color: var(--color-primary);
    border-radius: 9999px;
    border-right: 2px solid rgba(243, 244, 246, var(--tw-border-opacity));
    border-top: 2px solid #414042;
    border-top-color: var(--color-primary);
    content: var(--tw-content);
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.s-button-loader-after .s-button-loader {
    flex-direction: row;
}
[dir="ltr"] .s-button-loader-start.s-button-element {
    padding-left: 2.5rem;
    padding-right: 2rem;
}
[dir="rtl"] .s-button-loader-start.s-button-element {
    padding-left: 2rem;
    padding-right: 2.5rem;
}
.s-button-loader-start .s-button-loader {
    position: absolute;
}
input[type="radio"].sr-only div.s-button-loader-start .s-button-loader {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked
    ~ div.s-button-loader-start
    .s-button-loader {
    border-color: var(--color-main);
}
[dir="ltr"] .s-button-loader-start .s-button-loader {
    left: 0.5rem;
}
[dir="rtl"] .s-button-loader-start .s-button-loader {
    right: 0.5rem;
}
[dir="ltr"] .s-button-loader-end.s-button-element {
    padding-left: 2rem;
    padding-right: 2.5rem;
}
[dir="rtl"] .s-button-loader-end.s-button-element {
    padding-left: 2.5rem;
    padding-right: 2rem;
}
.s-button-loader-end .s-button-loader {
    position: absolute;
}
input[type="radio"].sr-only div.s-button-loader-end .s-button-loader {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked ~ div.s-button-loader-end .s-button-loader {
    border-color: var(--color-main);
}
[dir="ltr"] .s-button-loader-end .s-button-loader {
    right: 0.5rem;
}
[dir="rtl"] .s-button-loader-end .s-button-loader {
    left: 0.5rem;
}
.s-button-loader-center .s-button-loader {
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    left: 50%;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
input[type="radio"].sr-only div.s-button-loader-center .s-button-loader {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked
    ~ div.s-button-loader-center
    .s-button-loader {
    border-color: var(--color-main);
}
ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.booking__details .booking__reserved ul li {
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid #cecece;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 15px 5px;
}
.booking__details .booking__reserved ul li div {
    align-items: center;
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: flex-start;
}
.booking__details .booking__reserved ul li div > span.has-time:first-of-type {
    border-left: 1px solid #cecece;
    margin-left: 20px;
    padding-left: 20px;
}
.booking__details .booking__reserved ul li div > span {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.booking__details .booking__reserved ul li div > span i {
    margin-left: 10px;
    transform: translateY(1px);
}
.booking__details .booking__reserved ul li div > span.time {
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
}
.booking__details .booking__reserved ul li div > span {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.loyalty__banner {
    --tw-bg-opacity: 1;
    --tw-shadow: 5px 10px 30px #2b2d340d;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.375rem;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    margin: 5rem auto 7rem;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
}
@media (min-width: 1024px) {
    .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
        margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
    }
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.pt-6 {
    padding-top: 1.5rem;
}
@media (min-width: 640px) {
    .loyalty__banner-inner {
        display: flex;
    }
}
.loyalty__banner-inner {
    align-items: center;
    flex: 1 1 0%;
    position: relative;
    text-align: center;
    z-index: 10;
}
.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
@media (min-width: 640px) {
    [dir="rtl"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-right: calc(3rem * (1 - var(--tw-space-s-reverse)));
    }
}
@media (min-width: 640px) {
    [dir="rtl"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-left: calc(3rem * var(--tw-space-s-reverse));
    }
}
@media (min-width: 640px) {
    .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        --tw-space-s-reverse: 0;
    }
}
@media (min-width: 768px) {
    .loyalty__banner-content {
        display: flex;
    }
}
.store-loyalty-program .breadcrumbs {
    padding-bottom: 0;
    padding-top: 4rem;
}
.store-loyalty-program .breadcrumbs ol {
    justify-content: center;
}
@media (min-width: 1024px) {
    .store-loyalty-program .breadcrumbs ol {
        justify-content: flex-start;
    }
}
.store-loyalty-program .breadcrumbs .arrow,
.store-loyalty-program .breadcrumbs a,
.store-loyalty-program .breadcrumbs span {
    color: hsla(0, 0%, 100%, 0.9);
}
.loyalty__banner {
    --tw-bg-opacity: 1;
    --tw-shadow: 5px 10px 30px #2b2d340d;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.375rem;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    margin: 5rem auto 7rem;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
}
.product-entry twsaa-add-product-button.loyalty__banner .s-button-element {
    border-radius: 6px;
}
.product-entry.loyalty__banner .s-slider-container {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
@media (min-width: 1024px) {
    .loyalty__banner {
        padding: 4rem 5rem;
    }
}
.loyalty__banner-inner {
    align-items: center;
    flex: 1 1 0%;
    position: relative;
    text-align: center;
    z-index: 10;
}
@media (min-width: 640px) {
    .loyalty__banner-inner {
        display: flex;
    }
    [dir="ltr"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-right: calc(3rem * var(--tw-space-s-reverse));
    }
    [dir="rtl"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-left: calc(3rem * var(--tw-space-s-reverse));
    }
    [dir="ltr"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-left: calc(3rem * (1 - var(--tw-space-s-reverse)));
    }
    [dir="rtl"] .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        margin-right: calc(3rem * (1 - var(--tw-space-s-reverse)));
    }
    .loyalty__banner-inner > :not([hidden]) ~ :not([hidden]) {
        --tw-space-s-reverse: 0;
    }
}
.loyalty__banner-content {
    align-items: center;
    flex: 1 1 0%;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .loyalty__banner-content {
        display: flex;
    }
}
.loyalty__banner-content .info {
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .loyalty__banner-content .info {
        margin-bottom: 0;
    }
}
.loyalty__banner-content .info h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
}
.loyalty__banner-content .info p {
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    max-width: 20rem;
}
.loyalty__banner .loyalty-points,
.loyalty__banner-content .info p {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.loyalty__banner .loyalty-points {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.loyalty__banner .loyalty-points .count-number {
    color: #414042;
    color: var(--color-primary);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
}
[dir="ltr"] .loyalty__banner .loyalty-points .count-number {
    margin-left: 0.625rem;
}
[dir="rtl"] .loyalty__banner .loyalty-points .count-number {
    margin-right: 0.625rem;
}
.loyalty-star {
    opacity: 0.7;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    z-index: 0;
}
input[type="radio"].sr-only div.loyalty-star {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked ~ div.loyalty-star {
    border-color: var(--color-main);
}
.loyalty-star i {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
    font-size: 400px;
}
.loyalty-star--first {
    --tw-rotate: -45deg;
    right: -6rem;
    top: -12rem;
}
.loyalty-star--first,
.loyalty-star--second {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.loyalty-star--second {
    --tw-rotate: -90deg;
    bottom: -10rem;
    left: -4rem;
}
.points-ways__list {
    grid-gap: 0.625rem;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .points-ways__list {
        gap: 2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .points-ways__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .points-ways__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.points-ways__list .way-item {
    --tw-bg-opacity: 1;
    --tw-shadow: 5px 10px 30px #2b2d340d;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.375rem;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: 1.5rem;
    width: 100%;
}
.product-entry
    twsaa-add-product-button.points-ways__list
    .way-item
    .s-button-element {
    border-radius: 6px;
}
.product-entry.points-ways__list .way-item .s-slider-container {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.points-ways__list .way-item__icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 3rem;
    justify-content: center;
    position: relative;
    width: 3rem;
}
.points-ways__list .way-item__icon span {
    border-radius: 9999px;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
input[type="radio"].sr-only div.points-ways__list .way-item__icon span {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked
    ~ div.points-ways__list
    .way-item__icon
    span {
    border-color: var(--color-main);
}
@media (min-width: 768px) {
    .min--2 .points-ways__list .way-item__icon span {
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
    }
    .min--3 .points-ways__list .way-item__icon span {
        margin-left: auto;
        margin-right: auto;
        max-width: 60%;
    }
    .min--4 .points-ways__list .way-item__icon span {
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
    }
    .min--5 .points-ways__list .way-item__icon span {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .min--10 .points-ways__list .way-item__icon span,
    .min--6 .points-ways__list .way-item__icon span {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}
.product-entry
    twsaa-add-product-button.points-ways__list
    .way-item__icon
    span
    .s-button-element {
    border-radius: 9999px;
}
.product-entry.points-ways__list .way-item__icon span {
    border-radius: 0.75rem;
}
.product-entry.points-ways__list .way-item__icon span .s-slider-container {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
}
.points-ways__list .way-item__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.points-ways__list .way-item__content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    word-break: break-all;
}
.points-ways__list .way-item__content p {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.dark .points-ways__list .way-item__content p {
    color: var(--dark-text-sec);
}
.points-ways__list .way-item__action {
    margin-top: auto;
    padding-top: 1rem;
}
.product-entry {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark .product-entry {
    background-color: var(--dark-grey);
}
.product-entry:hover {
    --tw-shadow: 5px 10px 30px #2b2d340d;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.product-entry--full-image {
    height: 20rem;
}
@media (min-width: 768px) {
    .product-entry--full-image {
        height: auto;
    }
}
.product-entry--full-image .product-entry__title a {
    --tw-text-opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: -webkit-box;
    overflow: hidden;
    text-shadow: 0 0 1px #999;
}
.product-entry .s-slider-container {
    padding: initial !important;
}
.product-entry__image {
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-entry__image:hover {
    opacity: 0.9;
}
.product-entry__image:before {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
    content: "\ec1f";
    display: inline-block;
    font-family: mbicon;
    font-size: 1.875rem;
    left: 50%;
    line-height: 2.25rem;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
input[type="radio"].sr-only div.product-entry__image:before {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked ~ div.product-entry__image:before {
    border-color: var(--color-main);
}
.product-entry__image img {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-entry__image img.aspect-auto {
    aspect-ratio: auto;
}
.product-entry__image img.aspect-square {
    aspect-ratio: 1/1;
}
.product-entry__image img.aspect-mobile {
    aspect-ratio: 9/16;
}
.product-entry__image img.aspect-video {
    aspect-ratio: 16/9;
}
.product-entry__image img.loaded {
    opacity: 1;
    position: relative;
}
.product-entry__image twsaa-slider .swiper {
    margin-left: 0;
    margin-right: 0;
}
.product-entry.out-of-stock img {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.product-entry.out-of-stock.sold-out twsaa-add-product-button {
    display: none;
}
.product-entry.out-of-stock.sold-out:after {
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    --tw-rotate: -12deg;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    --tw-content: "SOLD-OUT";
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    border-width: 3px;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
    content: var(--tw-content);
    display: block;
    font-size: 1.25rem;
    left: 50%;
    line-height: 1.75rem;
    line-height: 1;
    opacity: 0.8;
    padding: 0.5rem 0.75rem 0.25rem;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}
input[type="radio"].sr-only div.product-entry.out-of-stock.sold-out:after {
    transition: all 0.3s;
}
input[type="radio"].sr-only:checked
    ~ div.product-entry.out-of-stock.sold-out:after {
    border-color: var(--color-main);
}
.product-entry__title a {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}
.dark .product-entry__title a {
    color: var(--dark-text-main);
}
.product-entry__title a:hover {
    color: #414042;
    color: var(--color-primary);
}
.product-entry--horizontal .product-entry__title a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.product-entry .s-progress-bar-header {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.product-entry .s-progress-bar-target-section {
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    line-height: 1.25rem;
    margin-bottom: 0.625rem;
}
.product-entry .s-progress-bar-container {
    margin-bottom: 0.625rem;
}
.product-entry .s-progress-bar-wrapper {
    background-color: #e5e7eb;
    border-radius: 9999px;
    height: 0.625rem;
    margin-bottom: 0.375rem;
    width: 100%;
}
.product-entry .s-progress-bar-progress {
    border-radius: 9999px;
    height: 0.625rem;
}
.product-entry .s-progress-bar-message {
    color: #a2a8b4;
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.625rem;
}
.product-entry twsaa-add-product-button.rounded-none .s-button-element {
    border-radius: 0;
    border-radius: initial;
}
.product-entry twsaa-add-product-button.rounded-md .s-button-element {
    border-radius: 6px;
}
.product-entry twsaa-add-product-button.rounded-full .s-button-element {
    border-radius: 9999px;
}
.product-entry twsaa-add-product-button .s-button-wrap {
    display: flex;
}
.product-entry twsaa-add-product-button .s-button-wrap .s-button-element {
    padding: 0.25rem;
}
.product-entry--horizontal .product-entry__image {
    height: auto;
    width: 8rem;
}
[dir="ltr"] .product-entry--horizontal .product-entry__image {
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}
[dir="rtl"] .product-entry--horizontal .product-entry__image {
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
@media (min-width: 640px) {
    .product-entry--horizontal .product-entry__image {
        width: 14rem;
    }
}
.product-entry--vertical {
    flex-direction: column;
}
.product-entry--vertical twsaa-button.btn--wishlist {
    border-style: none;
    display: flex;
}
.product-entry--vertical twsaa-button.btn--wishlist:hover {
    opacity: 1;
}
.product-entry--vertical twsaa-button.btn--wishlist button {
    background-color: transparent !important;
    background-color: initial !important;
    border: initial !important;
    height: 100% !important;
    width: 100% !important;
}
.tabs__item .product-entry {
    align-self: flex-start;
    height: 100%;
}
.product-entry--wishlist {
    border-radius: 0.375rem;
    gap: 0.5rem;
    height: 9rem;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-entry
    twsaa-add-product-button.product-entry--wishlist
    .s-button-element {
    border-radius: 6px;
}
.product-entry.product-entry--wishlist .s-slider-container {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.product-entry--wishlist .product-entry__image {
    height: 100%;
    max-width: 9rem;
    overflow: hidden;
    width: 100%;
}
.product-entry--wishlist twsaa-button {
    display: flex;
}
.product-entry.rounded-full {
    border-radius: 0.75rem;
}
@media (min-width: 768px) {
    .products-container.list .product-entry {
        flex-direction: row;
    }
    .products-container.list .product-entry__image {
        height: 100%;
        width: 240px;
    }
}
.s-loyalty-prize-item.swiper-slide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 200px;
    width: calc(33.33% - 10px);
}
.s-loyalty-prize-item.swiper-slide > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.s-loyalty-prize-item.swiper-slide {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    background-size: cover;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
}
.s-loyalty-prize-item.swiper-slide * {
    pointer-events: none;
}
img {
    max-width: 100%;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem;
    margin-right: 1rem;
}
@media (min-width: 768px) {
    .s-block__title {
        margin-bottom: 2rem;
    }
}
.s-block__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mini-checkout {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}
.mini-checkout__header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding: 10px;
}
.mini-checkout__body,
.mini-checkout__header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.summary-widget {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
}

.mini-checkout__body {
    position: relative;
    margin-top: 6rem;
    display: flex;
    width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding: 1rem;
}

.gap-x-2 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-x-2 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.user-avatar {
    height: 5rem;
    width: 5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.flex-col {
    flex-direction: column;
}
.text-darker-var {
    color: var(--color-text);
}
.font-semibold {
    font-weight: 500;
}
.text-base {
    font-size: 2rem;
    line-height: 1.5rem;
}
.text-darker-100 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-xs {
    font-size: 1.5rem;
}
.justify-between {
    justify-content: space-between;
}
.duration-300 {
    transition-duration: 0.3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.font-semibold {
    font-weight: 500;
}
.duration-100 {
    transition-duration: 0.1s;
}
.overflow-hidden {
    overflow: hidden;
}
.opacity-0 {
    opacity: 0;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.duration-200 {
    transition-duration: 0.2s;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.max-h-0 {
    max-height: 0;
}
.underline {
    text-decoration-line: underline;
}
.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(255 59 48 / var(--tw-text-opacity, 1));
}
.font-light {
    font-weight: 300;
}
.summary-widget--bg {
    display: flex;
    height: 12px;
    --tw-translate-y: 12px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    background-image: URL(../images/paper_shred.svg);
    background-position: 20px;
    background-repeat: repeat-x;
}
.summary-widget--btn,
.summary-widget--toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summary-widget--toggle {
    top: 0.25rem;
    z-index: 20;
    width: auto;
    flex-direction: row;
    border-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
    padding: 0.375rem;
}
.summary-widget--btn {
    gap: 1rem;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
    line-height: 1;
    color: var(--color-reverse-text);
}
.summary-widget--btn,
.summary-widget--toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .input-field {
    display: block;
    min-height: 3rem;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
} */

.input-field {
    display: block;
    min-height: 4rem;
    width: 100%;
    border-radius: 0.7rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-3 {
    margin-top: 1.25rem;
}
.mb-3 {
    margin-bottom: 1.25rem;
}
.pt-3 {
    padding-top: 1.25rem;
}
.pb-3 {
    padding-bottom: 1.25rem;
}
#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/* tabby styling */

.styles__snippetWrapper--d68e9 {
    background-color: inherit;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    max-width: 720px;
    border: 1px solid #d6d6d3;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
}

.styles__tabbyPromoSnippet--ed9ac {
    /* direction: ltr; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 10px;
    width: 100%;
    /* max-width: 335px; */
    box-sizing: border-box;
    border: 1px solid rgb(41 41 41 / 15%);
    border-radius: 7px;
    font-size: 12px;
    line-height: 18px;
    font-family: Inter, sans-serif;
    transition: all 0.5s;
    cursor: pointer;
}
.styles__tabbyPromoSnippetContent--ef3e6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 16px 0 0;
}
.styles__tabbyPromoSnippetText--b30d0 {
    color: inherit;
    color: black;
}
.styles__tabbyPromoSnippetText--b30d0 {
    color: inherit;
    color: black;
}
.styles__tabbyPromoSnippetLink--fc364 {
    display: inline-block;
    color: inherit;
    color: black;
    transition: opacity 0.2s;
    text-decoration: underline;
    margin: 5px 0;
    font-size: 14px;
}
.styles__containerPortal--c9f84 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.styles__ramadan--cb03c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.taby-popup__logo svg {
    height: 28px !important;
    width: 130px !important;
}
.modal-taby-w{
    width: 562px;
    max-width: 100vw;
    max-height: 85vh;
    border-radius: 20px;
    padding: 25px 40px 40px;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__container--df46d {
    width: 100%;
    padding: 20px;
    border-radius: 24px;
}
.styles__ltr--d55a8.styles__body1--d3f47 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.styles__titleContainer--d4724 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__ltr--d55a8.styles__body1--d3f47 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
    
}
.styles__ltr--d55a8.styles__fontFamilyDefault--e16c4 {
    font-family: Inter, Helvetica, Arial, sans-serif;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__ltr--d55a8.styles__body1--d3f47 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__bottomContainer--af63d {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}
.styles__description--ce50b.styles__free--cbf47 {
    color: #179958;
}
.styles__ltr--d55a8.styles__caption1--e561e {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__container--e8db9 {
    padding: 24px 20px 16px;
    border-radius: 24px;
}
.styles__ltr--d55a8.styles__heading2--d9aaa {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}
.styles__title--e9b29 {
    margin-bottom: 19px;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__list--adc5f {
    padding: 0;
}
.styles__body--bea30 *, .styles__body--bea30 *::before, .styles__body--bea30 *::after {
    box-sizing: inherit;
    text-transform: none;
    text-transform: initial;
}
.styles__listItem--c1aee {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.styles__ltr--d55a8.styles__body2--f3eff {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
}
.styles__howItWorksListItemCircle--b7eb0 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    background: #f2f5f7;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__ltr--d55a8.styles__body2--f3eff {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
}
.styles__text--e3caa {
    margin-top: 5px;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__container--cd61f {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 20px;
    gap: 20px;
    padding: 18px 24px 18px 20px;
    border-radius: 24px;
    background-color: white;
}
.styles__iconContainer--f848a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f2e8ff;
}
.styles__body--bea30 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    box-sizing: border-box;
    overflow: auto;
    padding: 20px 32px 32px;
    border-radius: 32px;
    background: #f2f5f7;
    color: #182430;
    font-family: "Inter", sans-serif;
    max-width: 440px;
}
.styles__iconContainer--f848a > svg {
    width: 24px;
    height: 24px;
    color: #5d21de;
}
.styles__ltr--d55a8.styles__body1--d3f47 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.styles__title--ac42c {
    margin-top: 0;
    margin-bottom: 2px;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}
.styles__ltr--d55a8.styles__caption1--e561e {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8698ad;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}

.styles__button--ca377:hover {
    background-color: #182430;
    opacity: 0.7;
    transition: all 150msease-out;
}
.styles__button--ca377:not(:active) {
    transition: -webkit-transform 120msease-in;
    transition: transform 120msease-in;
    transition: transform 120msease-in, -webkit-transform 120msease-in;
}
.styles__button--ca377 {
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 40px;
    border-radius: 20px;
    background-color: #182430;
    border: none;
    cursor: pointer;
}
.styles__ltr--d55a8.styles__body1--d3f47 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.styles__buttonText--a72fc {
    color: white;
}
.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #1d2329;
}

/* tamara styling */
.tamara-product-widget, #tabbyPromo>[class*=styles__tabby] {
    background-color: rgb(255, 255, 255) !important;
    color: black !important;
    border-color: #414042 !important;
    border-color: black !important;
    border-radius: 10px !important;
}

.tamara-product-widget, .spotii-wrapper {
    min-height: 100px;
    position: relative;
    color: black;
    font-size: black;
    line-height: 1.25;
    background: white;
    border-radius: 0.375rem;
    -webkit-transition: -webkit-box-shadow 0.5scubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.5scubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.5scubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.5scubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5scubic-bezier(0.4, 0, 0.2, 1);
}
.tamara-product-widget {
    margin-bottom: 20px;
}

.tamara-popup__row {
    display: flex;
}
.tamara-popup__icon, .tamara-popup__icon svg {
    width: 56px !important;
    height: 56px !important;
}
.tamara-popup__point-title {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}
html[lang="en"] .tamara-logo{
    right: 16px !important;
}
html[lang="ar"] .tamara-logo{
    left: 16px !important;
    width: -webkit-fill-available;
}
html[lang="en"] .tamara-product-widget{
    direction: ltr;
    text-align: left;
    padding: 16px 122px 16px 16px;
}
html[lang="ar"] .tamara-product-widget{
    direction: rtl;
    text-align: right;
    padding: 15px 21px 16px 90px;
}
.modal-w{
    width: 664px;
    max-width: 100vw;
    max-height: 85vh;
    border-radius: 20px;
    padding: 25px 40px 40px;
}
.tamara-popup__inner{
    border-radius: 20px;
    padding: 26px;
}
html[lang="ar"] .tamara-popup__inner{
    direction: rtl;
}
.tamara-popup__logo svg {
    height: 28px !important;
    width: 130px !important;
}
.tamara-popup__payment-method-note{
    text-align: center !important;
    font-size: 11px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 28px;
}
.tamara-popup__why-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.tamara-popup__cta {
    margin-top: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.tamara-popup__footer {
    font-size: 12px;
    padding: 18px;
    line-height: 17px;
}
.installment-price {
    display: contents !important;
}
.collapsed-area.is-show {
    max-height: 170px;
    opacity: 1;
}
.collapsed-area {
    display: block;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s cubic-bezier(.55,0,.1,1) 0s;
    width: 250px;
}
.filepond--root {
    box-sizing: border-box;
    contain: layout style size;
    direction: ltr;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 1em;
    position: relative;
    text-align: left;
    text-rendering: optimizeLegibility;
}
.filepond--root {
    border-radius: 4px;
    font-family: inherit;
    height: 170px !important;
    margin: 0;
    min-height: 170px !important;
    overflow: hidden;
}
.filepond--browser.filepond--browser {
    font-size: 0;
    left: 1em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 1.75em;
    width: calc(100% - 2em);
}
.filepond--root .filepond--drop-label {
    min-height: 100% !important;
}
.filepond--root :not(text) {
    font-size: inherit;
}
.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}
.filepond--drop-label {
    z-index: 5;
}
.filepond--drop-label {
    align-items: center;
    color: #4f4f4f;
    display: flex;
    height: 0;
    justify-content: center;
    margin: 0;
    right: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filepond--drip-blob, .filepond--drop-label {
    left: 0;
    position: absolute;
    top: 0;
    will-change: transform, opacity;
}
form.form .form-group label, form.loyalty .form-group label {
    font-weight: 500;
    margin-bottom: 6px;
}
.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em;
}
.filepond--root .filepond--drop-label label {
    align-items: center;
    cursor: pointer;
    display: flex !important;
    height: 100%;
    justify-content: center;
    margin: 0 !important;
    padding: .5rem !important;
    width: 100%;
}
.filepond--root :not(text) {
    font-size: inherit;
}
.filepond--drop-label label {
    cursor: default;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}
.upload-text {
    align-items: center;
    border: 1px dashed #ddd;
    border-radius: 4px;
    color: #999;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px !important;
    height: 100%;
    justify-content: center;
}
.gap-4 {
    gap: 1.5rem !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.flex-column {
    flex-direction: column !important;
}
@media only screen and (max-width: 767px) {
    .field-list>div img {
        display: none;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}