:root {
    --fourth: #536B67;
    
}

body {
    background-color: #FFF;
}
body.body- {
    background-color:#F1F6EF;
    font-family: "Inter", sans-serif;
}
input.form-control:focus,
textarea.form-control:focus {
    outline: none !important;
    border-color: #72A595;
    box-shadow: 0 0 10px #72A595;
}



.btn {
    border-radius: 3px !important;
}
.btn:active,.btn.active, .btn.dropdown-toggle.show {
    color: #22262a;
    background-color: #ebebeb;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    border: unset;
    transition: color 0.1s ease-in-out,background-color 0.1s ease-in-out,border-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;
}

.btn-default:hover {
    background-color: #ebebeb;
}

.list-group-item.active {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    border-left: 4px solid var(--bs-warning) !important;
}
.has-count[data-count]:after {
    content: "(" attr(data-count) ")";
    position: relative;
    display: inline-block;
    opacity: 0.6;
    -webkit-padding-start: 0.2rem;
    padding-inline-start:0.2rem;font-weight: 400
}

.fs-7 {
    font-size: .85rem !important;
}

.top-navbar {
    border-bottom: 1px solid #DDD;
}

.navbar-logo {
    width: 90px;
}

.form-search-nav {
    width: 80%;
}

.form-search-nav.mx-0 {
    width: 100%;
}

/* .icon-w-border {
    border: 1px solid #5b5b5c;
    border-radius: 100%;
    padding: 9px;
    display: block;
    vertical-align: baseline;
    position: relative;
} */

.icon-w-border {
    border: 1px solid var(--primary);
    border-radius: 100%;
    padding: 9px;
    display: inline-flex;
    vertical-align: baseline;
    position: relative;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
}

.icon-w-bg {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 100%;
    padding: 9px;
    display: block;
    vertical-align: baseline;
    position: relative;
    color: #FFFFFF;
}

/* .icon-w-border .icon-badge {
    inset-inline-end: -5px;
    top: -9px;
    position: absolute;
    font-size: x-small;
    line-height: 1.25;
    padding: 2px 3px;
    outline: 2px solid #fff;
    outline-offset: -1px;
} */
.icon-1 {
    font-size: 19px;
}
.icon-w-border .icon-badge {
    inset-inline-end: -5px;
    top: -9px;
    position: absolute;
    font-size: x-small;
    line-height: 1.25;
    padding: 2px 3px;
    outline: 2px solid #fff;
    outline-offset: -1px;
    width: 16px;
    height: 16px;
}

.icon-n-border {
    padding: 5px;
    display: block;
    vertical-align: baseline;
    position: relative;
}

.icon-n-border .icon-badge {
    inset-inline-end: -5px;
    top: -9px;
    position: absolute;
    font-size: x-small;
    line-height: 1.25;
    padding: 2px 3px;
    outline: 2px solid #fff;
    outline-offset: -1px;
}

.input-group-text.icon-prefix {
    background-color: var(--white);
    opacity: 1;
    inset-inline-start: 0px !important;
}

.main-menu {
    background-color: var(--white);
    border-top: 1px solid var(--disabled);
    border-bottom: 1px solid var(--disabled);
}

.nav-link.active {
    border-bottom: 2px solid var(--primary);
    color: var(--primary) !important;
}

.top-navbar .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle .title-lang, .dropdown-toggle .title-cur {
    display: none;
}

.navbar-search .navbar-nav {
    padding-right: inherit;
}

@media (max-width: 990px) {
    .navbar.main-menu {
        background-color: #005F4B;
        color: #FFF;
        border: 0;
        font-size: .75rem !important;
        font-weight: 800;
    }
    .main-menu a {
        color: #FFF !important;
    }
    .front-block ul {
        margin: 0 auto !important;
    }
}

.navbar .lang-cur {
    font-size: 1rem !important;
}

.categories .card,
.featured-products .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.categories .card-img-top,
.featured-products .card-img-top {
    object-fit: contain;
    height: auto;
}

.categories .card-img-top {
  max-height: 120px; 
  min-height: 120px; 
}

.featured-products .card-img-top {
  max-height: 150px; 
  min-height: 150px; 
}

@media (min-width: 768px) {
    .categories .card-img-top {
        max-height: 140px; 
        min-height: 140px;
    }

    .featured-products .card-img-top {
        max-height: 200px; 
        min-height: 200px;
    }
}

@media (min-width: 1024px) {
    .categories .card-img-top {
        max-height: 160px; 
        min-height: 160px;
    }

    .featured-products .card-img-top {
        max-height: 250px; 
        min-height: 250px;
    }
}

.card-body {
  flex: 1;
  padding: 9px;
}

.categories .col-6,
.featured-products .col-6 {
    margin-bottom: 20px;
}

.categories .card-text {
    color: #928f8f;
}

.main-footer {
    background-color: var(--fourth);
    color: #8d9ba9;
}
.main-footer a {
    color: var(--white);
}

.main-footer .text-muted {
    color: #8d9ba9 !important;
}

.main-footer h5 {
    color: var(--white);
    margin-bottom: 1.2rem;
    font-weight: bold;
}
.main-footer a:hover {
    color: var(--white);
    text-decoration: underline;
}

.second-footer {
    background-color: var(--black);
    color: var(--white);
}

.footer-logo {
    width: 110px;
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
}

.sosmed-item {
    padding-right: 10px;
}

.product-price {
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary);
}

.product-price-detail {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    white-space: nowrap;
}

.product-title {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.product-title.title-long {
    height: auto;
}

.checkout-page .product-title.title-long {
    font-size: 1rem;
    min-height: 50px;
    font-weight: 600;
}

.checkout-page .cart-item {
    border: none;
    border-bottom: 1px solid var(--secondary);
}

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

.heading-center:before {
    background: radial-gradient(ellipse at center, #fff 25%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.heading {
    position: relative;
    padding-top: 2rem;
}

.heading .heading-title {
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    font-weight: normal;
}

.heading h4 {
    font-size: 1.7rem;
    font-weight: bold;
}
.heading h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin:0 10% 2rem;
}

.main-footer .col-12 {
    padding-bottom: 30px;
}

.input-group-text {
    border-radius: 6px 0 0 6px;
    background-color: transparent;
}

.review-stars {
    margin: 0px 5px 0px 0px;
    font-size: 16px;
    white-space: nowrap;
}

.product-box-detail {
    background-color: var(--background2);
    border-radius: 3px;
    padding: 10px;
}
.cart-summary {
    padding: 7px;
    background-color: var(--fourth);
    border-radius: 3px;
}
.cart-summary .card-body {
    color: var(--white);
}

.review-link:before {
    content: '|';
    display: inline-block;
    padding: 0 0.5rem;
    color: #8d9ba9;
}

.btn {
    border-radius: 0px;
}

.breadcrumb-item > a {
    text-decoration: none;
    color: #393f46;
}

.cart-item {
    border-radius: 0px
}

.cart-item .input-group {
    height: 39px;
}

.cart-item .input-group-text {
    height: 39px;
}

.cart-summary .discount-code-accordion {
    padding: 5px 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.border-top {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.cart-image {
    max-width: 100%;
    height: auto;
}

.transform-main {
    transform: translate3d(-15%, 0, 0);
}

#cart-modal .modal-header .btn-close {
    display: none;
}

#cart-modal .modal-footer {
    display: inline-block;
}

#cart-modal.modal-float-right {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    
}
#cart-modal.modal-float-right .modal-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    padding: 0px;
}

#cart-modal.modal-float-right .modal-body {
    padding: 0px;
}

#cart-modal.modal-float-right .modal-dialog {
    margin-right: 0;
    margin-top: 0;
}

/* #cart-modal.modal-float-right .modal-footer {
    display: contents;
} */

#cart-modal .modal-header {
    display: none;
}

#cart-modal.modal {
    overflow-y: hidden;
}

#cart-modal .item-lists {
    /* min-height: 85vh;
    max-height: 86vh; */
    /* height: 100%; */
    overflow-y: auto;
    padding: 0 10px 0 10px;
}

#shopping-cart-content {
    /* overflow-x: scroll; */
    height: 85vh;
}

#shopping-cart-content .cart-image {
    max-width: 100%;
    height: auto;
}

#shopping-cart-content .product-title {
    font-size: 100%;
}

.modal-cart-content {
    --bs-gutter-x: 0rem;
    min-height: -webkit-fill-available;
}

.modal-cart-footer {
    padding: 10px;
    background-color: var(--fourth);
    bottom: 0px;
    position: fixed;
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: 500px;
}

.sub-total-price {

}

.subtotal-bottom {
    color: #FFFFFF;
}

.modal-float-right .nav-tabs .nav-link.active {
    border-color: none;
}

.form-control {
    border-radius: 0px;
}

.product-title a {
    color: inherit
}

.product-title a:hover {
    color: var(--secondary);
}

.payment-method:has(input:checked) {
    background-color: var(--secondary);
    color: var(--white);
}

.payment-method {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    flex: 0 0 auto;
    border: 1px solid var(--lightersecondary);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-radius: 10px;
    background-color: var(--white);
    cursor: pointer;
    color: var(--primary);
    border: 1.5px solid var(--secondary);
}

.payment-method .paymentMethod-radio {
    display: flex;
    align-items: center;
}

.payment-method .paymentMethod-radio {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.payment-method input[type="radio"] {
    visibility: hidden;
}

.payment-method-box .paymentMethod-radio img {
    margin-bottom: 5px;
}

.payment-method-box img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 64px;
}

.summary-item {
    padding: 0.7rem 0.5rem !important;
    border-bottom: 1px solid #EFEFEF;
    color: var(--black) !important;
}

.payment-detail .summary-item {
    color: var(--black) !important;
}

.payment-detail-side .summary-item {
    color: var(--white) !important;
}


.summary-item.summary-total {
    font-weight: bold;
    border-bottom: 0px !important;
    color: var(--black) !important;
    background-color: var(--white);
}

#show-summary-btn {
    color: var(--primary)
}

#show-summary-btn i {
  transition: transform 0.3s ease;
  color: var(--primary);
}

#show-summary-btn i.fa-chevron-down {
  transform: rotate(360deg);
}

ul.dropdown-menu li {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.form-box {
    padding: 25px 30px;
    background: var(--background2);
}
.form-box h4 {
    font-weight: bold;
    color: var(--primary);
}

.required .has-star:not(.custom-control-label):not(.custom-file-label)::after, .is-required::after {
    font-size: xx-small;
    position: absolute;
}

.hint {
    font-size: .85rem !important;
    color: #8e8f8f;
}

.center-content {
  margin: auto;
}

.my-menu .nav-item.active {
    border-left: 2px solid var(--primary);
}

.my-menu .nav-link {
    color: #595959;
    padding: 20px;
}

.order-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 14px 5px 14px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 5px rgb(3 18 26 / 15%);
}

.bold-div {
    background-color: #f8f8f8;
    padding: 10px 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F0C949;
}

.btn:disabled.disabled-button {
    background-color: #CCC;
    border: 1px solid #CCC;
    color: #888383;
}

.btn-loading {
    position: relative;
}
.btn-loading .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    visibility: visible;
}
.btn-loading .button-text {
    visibility: hidden;
}

.lang-en .customer-menu .dropdown-menu[data-bs-popper],
.lang-ar .lang-cur .dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}

.lang-en .lang-cur .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 0;
}

.full-height {
    overflow-y: auto;
    height: calc(var(--vh, 1vh) * 76);
    /* height: -webkit-fill-available; */
}

@supports (-webkit-touch-callout: none) {
    .full-height {
        height: -webkit-fill-available;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .full-height {
        height: calc(var(--vh, 1vh) * 76 - env(safe-area-inset-bottom));
    }
}

#w0-collapse #w1 a.dropdown-toggle.nav-link {
    display: flex;
    height: 100%;
    align-items: center;
}

.shopping-cart-content {
    height: calc(100svh - 57px);
}

@media (max-width: 767px) {

    #cart-modal .modal-dialog {
        margin-left: 3rem; 
    }
}

.close-modal {
    padding: 0 1rem !important;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    position: absolute;
    top: 5px;
    left: -20px;
    color: white;
    background: var(--bs-secondary);
    border: 0;
    z-index: 999;
}


.carousel .product-thumbnail {
    max-height: 400px;
    overflow-x: auto;
}

.breadcrumb {
    font-size: 12px;
}

/* For vertical scrollbars */
#carouselProduct ::-webkit-scrollbar {
    width: 2px; /* Change this value to make the scrollbar thinner or thicker */
}

/* For horizontal scrollbars */
#carouselProduct ::-webkit-scrollbar {
    height: 2px; /* Change this value to make the scrollbar thinner or thicker */
}

/* Track */
#carouselProduct ::-webkit-scrollbar-track {
    background: #CCCCCC; /* You can change this color */
    border-radius: 0px; /* Optional: Rounds the corners of the scrollbar track */
}

/* Handle (thumb) */
#carouselProduct ::-webkit-scrollbar-thumb {
    background: #a8a8a8; /* You can change this color */
    border-radius: 0px; /* Optional: Rounds the corners of the scrollbar thumb */
}

/* Handle on hover */
#carouselProduct ::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8; /* You can change this color */
}

.navbar-mobile li {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.navbar-mobile li a {
    display: block;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.discount-text {
    color: var(--white);
}

.btn-outline-danger.remove-coupon {
    font-size: .85rem !important;
    border: none;
    padding: 0 5px;
    color:var(--red);
    margin-top: -1px;
}

.btn-outline-danger.remove-coupon:hover{
    color: var(--white) !important;
}
img.nav-item-image {
    width: 23px !important;
    position: relative;
    top: -1px;
}

body.lang-en img.nav-item-image {
    margin-right: 15px;
    
}
body.lang-ar img.nav-item-image {
    margin-left: 15px;
}

body.lang-en img.nav-item-image-only {
    top: -1px;
}
body.lang-ar img.nav-item-image-only {
    top: 1.5px;
}
@media (max-width: 767px) {
    body.lang-ar img.nav-item-image-only {
        top: 0px;
    }
    li.nav-icon-language a {
        position: relative;
        top: 1px;
    }
}

.nav-item-label-selected {
    color: #CCC !important;
}


.card-img-top {
    max-height: 142px;
}
/* @media (min-width: 768px) {
    
}

@media (min-width: 576px) {
     .card-img-top {
        max-height: 209px;
    }   
} */

@media screen and (min-width: 1400px) {
    .card-img-top {
        max-height: 300px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-img-top {
        max-height: 256px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .card-img-top {
        max-height: 202px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .card-img-top {
        max-height: 142px;
    }
}

@media screen and (max-width: 767px) {
    .card-img-top {
        max-height: 148px;
    }  
}

.fa-solid.fa-chevron-down, .fa-solid.fa-chevron-up {
    color: #f0c949;
}

/* .iti__arrow--up,
.iti__arrow,
.iti-mobile .iti--container, 
.iti--container,
.iti__country-list {
    display: none;
} */

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 42px;
}

.navbar-search .total-cart-items,
.navbar-search .total-wishlist-items {
    line-height: 16px;
    font-weight: normal !important;
}


ul.nav-pills .total-cart-items,
ul.nav-pills .total-wishlist-items {
    line-height: 16px;
    font-weight: normal !important;
}

.navbar-search-en .total-cart-items,
.navbar-search-en .total-wishlist-items {
    padding: 1px 2px 0px 0px !important;
}

ul.nav-pills .total-cart-items,
ul.nav-pills .total-wishlist-items {
    padding: 3px 5px !important;
}

.navbar-search-ar .total-cart-items,
.navbar-search-ar .total-wishlist-items {
    padding: 0px 2px 2px 0px !important;
}

.form-control:focus {
    border-color: #f0c949;
    box-shadow: 0 0 0 0.25rem rgb(240 201 73 / 28%);
}

ul.customer-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.customer-info li {
    list-style-type: none;
    margin-top: 1rem;
    color: #535353;
}
.card-body {
    padding: 1.2rem;
}
ul.customer-info h5 {
    margin-bottom: 0;
    color: #000;
}

.checkout-order-summary .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.checkout-order-summary .accordion {
    --bs-accordion-bg: var(--fourth);
}
.checkout-order-summary .accordion button {
    padding-left: 8px;
}

.checkout-order-summary .accordion-item {
    border: none;
    background-color: var(--fourth) !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #898686;
}

.row.summary-item {
    margin-left: 0px;
    margin-right: 0px;
}

.summary-item .col {
    padding-left: 0px;
    padding-right: 0px;
}

#summary-service-fee {
    border-bottom: none;
}

.cart-image {
    padding: 2px 5px;
}

.order-detail-item {
    padding: 4px 0;
}

.btn-close-modal {
    position: absolute;
    top: 5px;
    right:5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    z-index: 9999999;
    opacity: 1 !important;
    color: #FFF !important;
}
    
.front-block {
    background-color: var(--background2);
}
.front-block ul {
    width: 80%;
}
.front-block li {
    margin-bottom: 15px;
}
.front-block h4 {
    font-weight: bold;
    color: #696E6C;
    margin-top: 10px;
}
.front-block p {
    line-height: 1.8rem;
    color: var(--disabled);
}

/* product item */
.product-item {
    box-shadow: 0px 4px 10px -2px var(--disabled);
    border-radius: 1rem;
    border: 1px solid var(--primary);
    margin-bottom: 1rem;
    background-color: var(--background2);
}

.product-image img {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
}

/* .product-desc h3 {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 1rem;
    color: var(--primary);
} */
.product-price-wrapper {
    padding: 0 1rem;
}
.product-price {
    padding-top: 0.3rem;
}

.btn-buynow {
    color: var(--secondary);
    border: 0;
    display: block;
    font-weight: bold;
    margin: 0.5rem 0;
    text-align: right;
}
.btn-buynow:hover {
    color: var(--primary);
}
.product-addtocart {
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    margin-top: 1rem;
}
.btn-addcart {
    line-height: 54px;
    display: block;
    text-align: center;
    color: var(--white);
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    font-weight: bold;
    font-size: 1.0rem;
}

.btn-addcart.item-add {
    background-color: var(--primary);
}
.btn-addcart.item-add:hover {
    color: var(--white) !important;
    background-color: var(--primary);
}

.btn-addcart.item-preorder {
    background-color: var(--fourth);
}
.btn-addcart.item-preorder:hover {
    color: var(--white) !important;
    background-color: var(--lightersecondary) !important;
}

.btn-addcart.item-notify {
    background-color: var(--disabled);
}
.btn-addcart.item-notify:hover {
    background-color: var(--lightersecondary) !important;
}


.btn-notify {
    line-height: 54px;
    display: block;
    text-align: center;
    color: var(--white);
    background-color: var(--disabled);
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    font-weight: bold;
    font-size: 1.0rem;
}

.btn-preorder {
    line-height: 54px;
    display: block;
    text-align: center;
    color: var(--white);
    background-color: var(--fourth);
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    font-weight: bold;
    font-size: 1.0rem;
}

.field-contactform-verifycode label {
    margin-top: 1rem;
}
.site-login {
    padding: 3rem 0;
}
.list-group.catmenu {
    background: var(--background2) !important;
}
ul.list-group {
    margin:0;
    padding: 0;
    list-style: none;
}
ul.list-group li {
    list-style: none;
    display: block;
    background-color: var(--background2);
}
ul.list-group li a {
    display: block;
    background-color: var(--background2);
    border-left-color: var(--background2) !important;
}
ul.list-group li a:hover {
    border-left-color: var(--primary) !important;
    background-color: var(--background);
}
ul.list-group li a.active {
    background-color: var(--background2);
    border-left-color: var(--primary) !important;
}
.filter-group:first-child {
    padding: 0;
    background-color: none;
}
.filter-group {
    background-color: var(--background2);
    padding: 0.2rem 1rem;
}
.discount-code-accordion,
h2.accordion-header {
    color: var(--white) !important;
}
.modal-body .total-cart-items {
    padding: 0 10px !important;
}
.cart-item-single {
    background-color: var(--background);
}
.accordion-button:after
 {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.btn-wishlist {
    font-size: 1rem;
}
.container-order-summary {
    background-color: var(--fourth);
    padding: 8px 15px 25px;
}
.cart-item-checkout {
    background-color: var(--fourth);
    
}
.cart-item-checkout .card-body,
.cart-item-checkout .amount,
.cart-item-checkout .summary-item,
.cart-item-checkout .summary-total {
    color: var(--white) !important;
}
.product-tabs {
    background-color: var(--background);
}
.product-tabs li {
    border: 1px solid var(--secondary);
}
.product-tabs li a.nav-link {
    color: var(--secondary);
}
ol.breadcrumb li,
ol.breadcrumb li a {
    color: var(--secondary) !important;
}
.product-box-detail button {
    padding: 0.7rem 0;
}
.product-box-detail .btn-outline-primary {
    background-color: var(--background) !important;
    color: var(--primary);
}
.product-image,
.product-list-image {
    aspect-ratio: 1/1;
    max-height: 300px;
    overflow: hidden;
    background-size:cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-position-x: center;
}
.product-list-image {
    border-top-right-radius: 0rem;
}
.product-image a {
    height: 100%;
    width: 100%;
    display: block;
}

@media (max-width: 767px) {
    .product-image, 
    .product-image a,
    .product-list-image,
    .product-list-image a {
        height: 100%;
        width: 100%
    }
    .product-list-image {
        border-bottom-left-radius: 0rem !important;
    }
}

/* .product-desc h3 {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
} */
.section-container {
    margin-top: -3rem;
}
.section-about-us .section-row {
    margin-bottom: 4rem;
}
.section-about-us .section-item-image {
    position: relative;
    margin:0;
    padding:0;
}
.section-about-us .section-item-comp {
    background-color: var(--background);
    padding: 3rem;
    position: relative;
    margin-top: -10%;
}
.section-about-us .section-row:nth-child(odd) .section-item-comp {
    margin-left: 25%;
    margin-right: 0;
}
.section-about-us .section-row:nth-child(even) .section-item-comp {
    margin-right: 25%;
    margin-left: 0;
}
.product-item h3 a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.product-list-item {
    box-shadow: 0px 2px 5px -1px #CCC;
    border-radius: 1rem;
    border: 1px solid var(--primary);
    margin-bottom: 1rem;
    background-color: var(--background2);
}
.product-list-image {
    overflow: hidden;
    background-size:cover;
    background-position-x: center;
    background-color: var(--white);
}

.lang-en .product-list-image {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.lang-ar .product-list-image {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media (max-width: 767px) {
    .product-list-image {
        background-size:cover;
        background-position-y: center;
        aspect-ratio: 1/1;
        max-height: 500px;
        overflow: hidden;
    }
    .lang-en .dropdown-menu[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .lang-ar .dropdown-menu[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .search-bar-option .dropdown-item {
        padding: 3px !important;
    }
    .navbar-nav a.active {
        text-decoration: underline !important;
        color: #FFF !important;
    }

    .lang-en .product-list-image {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    
    .lang-ar .product-list-image {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
}


.product-list-desc {
    padding: 0.85rem 1.2rem;
    color: var(--primary);
}
.product-list-desc h3 {
    font-size: 1.3rem;
}
.product-list-price {
    font-weight: bold;
    color: var(--primary);
    padding-top: 0.5rem;
    font-size: 1.3rem;
}

.btn-list-buynow {
    border: 1px solid var(--secondary);
    background-color: var(--background2);
    color: var(--primary);
    border-radius: 0.2rem;
    display: block;
    padding: 0.5rem;
    text-align: center;
}
.btn-list-addcart {
    border: 1px solid var(--secondary);
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0.2rem;
    display: block;
    padding: 0.5rem;
    text-align: center;
}
.product-list-buttons {
    padding-top: 1.5rem;
}
.product-list-buttons a {
    font-size: 0.9rem;
}
.btn-checkout-submit {
    border: 0 !important;
}
.btn-checkout-submit:hover {
    background-color: var(--primary);
}


.top-navbar a:hover {
    text-decoration: underline;
    color: var(--lighterprimary) !important;
}
.navbar-search a.nav-link:hover {
    color: var(--lighterprimary);
    border-color: var(--lighterprimary);
}
.navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: var(--lighterprimary);
}
.front-block a {
    padding: 0.65rem 1.2rem;
    background-color: #005F4B !important;
}
a.dropdown-item:hover {
    text-decoration: none !important;
}

.price-strike {
    color: #999 !important;
    text-decoration:line-through;
    display:block;
    font-size: 0.8rem;
    line-height: 0.75rem;
    font-weight: normal !important;
}
.product-item strong.real-price {
    display: block;
    line-height: 1.25rem;
}
.lang-en .price-strike {
    padding-right: 0.5rem !important;
}
.lang-ar .price-strike {
    padding-left: 0.5rem !important;
}

@media (max-width: 767px) {
    .price-strike {
        display:block;
        font-size: 0.93rem;
    }
    .lang-en .price-strike {
        padding-right: 0rem !important;
    }
    .lang-ar .price-strike {
        padding-left: 0rem !important;
    }
}

.out-of-stock .product-title a {
    color: #CCC;
}
.out-of-stock .price-strike {
    color: #BBB !important;
}
.out-of-stock .real-price {
    color: #999 !important;
}
.out-of-stock img.card-img-top {
    opacity: 0.3;
    background: #FFF;
}
.out-of-stock .stock-info {
    display: block !important;
    position:absolute;
    top: 0;
    left: 0;
    background: #CCC;
    padding: 1rem;
}

.out-of-stock .none,
.card .none {
    display: none !important;
}

.text-yellow {
    color: #F0C949;
}

.stock-buttons.none {
    display: none !important;
}

.text-preorder-note {
    text-align: center;
    /*padding-top: 1rem;*/
    font-size: 0.9rem;
    color: #999;
    font-style: italic;
}
.buynow-none {
    display: none !important;
}

.product-addtocart {
    margin-top: 0.3rem !important;
}

.product-desc h3 {
    font-size: 17px !important;
    margin-bottom: 5px !important;
    /*
    max-height: 40px !important;
    height: 40px;
    */
    min-height: 40px;
    overflow: hidden;
    color: var(--primary);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.category-item {
    height: 120px;
    margin-bottom: 30px;
    text-align: center;
    border-top: 4px solid #005F4B;
    padding: 0;
}
.category-item a {
    background: #E3EBE0;
    display: block;
    line-height: 120px;
    font-size: 30px;
    color: #005F4B;
    font-weight: bold;
}
.category-item a:hover {
    background: #72A595;
    color: #FFF;
}

@media (max-width: 760px) {
    .product-desc h3 {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        /*
        max-height: 40px !important;
        height: 40px;
        */
        margin-left: 8px;
        margin-right: 8px;
    }
    .product-price {
        padding-left: 4px !important;
    }
    .page-wrapper {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .product-item-wrapper {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .product-price-detail {
        font-size: 1.5rem;
    }
    .product-buynow a {
        text-align: center;
        margin-top: 1.5rem;
    }
}
.lang-ar .x-icon-language {
    top: 5px;
    position:relative;
}

.text-charges {
    font-size: 0.9rem;
    padding: 10px !important;
    background:#72A595;
    margin-bottom:15px !important;
    margin-top: 15px !important;
}

#cart-notif {
    background: #C7E4DB !important;
    font-size: 0.9rem !important;
    border: 1px solid #A9C7BD !important;
}

.img-detail {
    aspect-ratio: 1/1;

}

.form-select:focus {
    box-shadow: 0 0 5px var(--primary) !important;
}
.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 5px var(--primary) !important;
}