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

.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 #5b5b5c;
    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: #857131;
    border: 1px solid #857131;
    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: #F0C949;
    opacity: 1;
    inset-inline-start: 0px !important;
    border-radius: 50px 0 0 50px;
}

[dir="rtl"] .input-group-text.icon-prefix {
    background-color: #F0C949;
    opacity: 1;
    inset-inline-start: 0px !important;
    border-radius: 0 50px 50px 0;
}

.main-menu {
    background-color: #fff;
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
}

.nav-link.active {
    border-bottom: 2px solid #F0C949;
}

.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: #F0C949;
        color: #1A1A1A;
        border: 0;
        font-size: .75rem !important;
        font-weight: 800;
    }
}

.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: black;
    color: #8d9ba9;
}

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

.main-footer h5 {
    color: #f0c949 !important;
    margin-bottom: 1.2rem;
}

.second-footer {
    background-color: #303030;
    color: rgb(156, 168, 180) !important;
}

.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;
    color: #F0C949;
}

.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 #CCC;
}

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

.heading:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    top: 50%;
    z-index: 0;
    background: radial-gradient(ellipse at left, #fff 25%, rgba(0, 0, 0, 0.25) 100%);
}

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

.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,
.cart-summary {
    background-color: #f7f7f9;
    border-radius: 0px;
    border: 1px solid #f7f7f9;
    padding: 10px;
}

.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: green;
    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: #f0c949;
}

.payment-method:has(input:checked) {
    background-color: #f0c949;
}

.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 #f0c949;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}

.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 #CCC;
}

.summary-item.summary-total {
    font-weight: bold;
    background: #EFEFEF;
    border-bottom: 0px !important;
}

.amount {
    color: #000000;
}

#show-summary-btn i {
  transition: transform 0.3s ease;
}

#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: 15px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.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 #f0c949;
}

.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: green;
}

.btn-outline-danger.remove-coupon {
    font-size: .85rem !important;
    border: none;
    padding: 0px 7px 0px 0px;
}

.btn-outline-danger.remove-coupon:hover{
    color: red;
    background-color: transparent;
}
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: 2px !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: #efefef;
}

.checkout-order-summary .accordion-item {
    border: none;
    background-color:#efefef;
}

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

.price-strike {
    color: #999 !important;
    text-decoration:line-through;
    font-size: 0.97rem;
}
.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: #DDD !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;
}

.payment-tabby {
    padding-bottom: 10px;
}
.payment-tabby img {
    width: 76px;
    height: 24px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}