@charset "UTF-8";

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

@font-face {
    font-family: 'PingRTL';
    src: url('../fonts/PingARLT-Regular.woff2') format('woff2'),
         url('PingRTL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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: "PingRTL";
    text-align: start;
}
.rtl * {
    /* font-family: "Tajawal", sans-serif; */
    font-family: "PingRTL";
    text-align: start;
}
::-webkit-input-placeholder {
    font-family: "PingRTL";
}
::-moz-input-placeholder {
    font-family: "PingRTL";
}
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);
    
}
.main-container-wrapper .product-card .product-information {
    padding: 15px 10px;
    width: 100%;
}

.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: 24px;
    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;
}
.top-links-1{
    justify-content: flex-end;
}

.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: 15px 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 li a:hover i {
    color: var(--brand-light);
}
.dropdown-links-sm {
    font-size: 13px;
    min-width: 150px;
    right: 0px;
    top: 44px;
}
.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;
    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: white;
    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: #6b7280;
    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: 50%;

    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
section.product-detail
    div.layouter
    .form-container
    div.product-image-group
    div { 
    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: row;
    margin-right: 4px;
    min-width: 120px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    max-height: 480px;
    margin-top: 15px;
}
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: fit-content;
}
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: 100%;
    object-fit: cover;
    height: auto;
    max-height: 480px;
    max-width: 100%;
    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%;
        max-height: 100px;
        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;
    margin: auto;
}
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;
    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 .footer-title{
    text-align: right;
}
.rtl .footer-links li{
    text-align: right;
}
.cart-item-list .quantity button.decrease, .quantity button.decrease {
    border-radius: 8px 0 0 8px;
}
.cart-item-list .quantity button.increase, .quantity button.increase {

    border-radius: 0px 8px 8px 0px;

}
.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;
    border-radius: 10px;
}
.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;
}
.checkout-process .col-main {
    flex-grow: 3;
    background-color: #fff;
    padding: 15px;
}
.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;
    }
}
.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: 350px;
    height: 100%;
    background-color: #fff;
    padding: 15px;
}
.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 {
    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;
    text-align: center;
    border-radius: 8px;
}
.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;
}
.account-content .menu-block .menubar li:last-child {
    border-bottom: none;
}
.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 {
    border: 1px solid var(--brand-light);
    padding: 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;
    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: 200px;
    }
    .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: "PingRTL";
}
.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: center;
    align-items: center;
    padding: 2px 2px;
    
}
.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: "PingRTL" !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: 20px 0px 35px 0px;
    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; 
}

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;
    width: 45px;
    height: 45px;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    min-height: 30px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);    
    background-color: #eeeeee;
    transition: 0.4s;
}
#brands_index li a:hover{
    font-size: 22px;
    
}
#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: 100px;
}
.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: 10px 0px;
    padding: 10px 40px;
}

.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: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.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;
    }
    .auth-modal-dialog{
        
        width: 400px !important;
        margin: 30px auto;
           
    }
    #customerLoginModal{
        overflow: hidden !important;
    }
}
.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%;
}
[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{
    padding: 10px 0px;
}
.footer-links li a,
.store-contact a {
    color: #000000 !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;

    margin: auto;
}
@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: 220px;
    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_section{
    padding:8px 10px;
}
.post__meta__item {
    align-items: baseline;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: bold;
}
.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: .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(.4,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: rgb(232 232 232);
    --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: .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: .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(.4,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 .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;
    }
}