/* ************************
   1: Yazan Customizations
   ********************* */
.header-bottom {
    overflow: inherit !important;
}   
#myTab {
    row-gap: 12px;
}
.btn:hover {
    border-color: #bf510e !important;
}
.btn-circle.p-0.bg-primary.absolute-white {
    display: none !important;
}
.row.product-grid-3, .row.product-grid-4 {
    row-gap: 30px;
}
.product-cart-wrap.mb-30 {
    margin-bottom: 0px !important;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.product-cart-wrap {
    overflow: visible !important;
    height: auto;
}
.product-cart-wrap .product-img-action-wrap {
    padding: 8px 12px !important;
    border-radius: 25px;
}
.product-cart-wrap .product-content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    flex-grow: 1;
    overflow: hidden;
}
.product-cart-wrap .product-content-wrap .product-category {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.product-cart-wrap .product-content-wrap h2 {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    min-height: calc(1.4em * 2);    
}
.tab-content .product-cart-wrap .product-content-wrap h2 {
    max-width: 90% !important;
}
.product-cart-wrap .product-content-wrap .product-action-1.show {
    bottom: 4px !important; /*16px !important;*/
}
.product-cart-wrap .product-content-wrap .product-price {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}

.input-inner-end-ele {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.select2-results__option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-inner-end-ele .togglePassword {
    margin-inline-start: 16px;
    cursor: pointer;
    font-size: 20px;
}

.input-inner-end-ele input {
	background: #fff;
	border: 1px solid #e1a618;
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-inline-start: 20px;
	font-size: 13px;
	color: #1a1a1a;
	width: 100%;
}

.input-inner-end-ele input::focus {
	background: transparent;
	border-color: #e1a618;
}

.input-field.rounded.__h-40 {
    height: 48px;
    width: auto;    
}

.bi.bi-arrow-repeat.icon {
    font-size: 20px;
}

span[data-bs-target="#loginModal"], span[data-bs-target="#registerModal"] {
    color: #e1a618 !important;
    cursor: pointer; 
}
span[data-bs-target="#loginModal"]::hover, span[data-bs-target="#registerModal"]::hover {
	color: #bf510e !important;
}

.form-control.border.__h-40 {
    background: #fff;
    border: 1px solid #fde1bd !important;
    height: 45px;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    padding-inline-start: 20px;
    font-size: 13px;
    color: #1a1a1a;
    width: 100%;
}
.custom_select {
    position: relative;
    width: 100%;
}

.input-inner-end-ele input {
	background: #fff;
	border: 1px solid #fde1bd;
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-inline-start: 20px;
	font-size: 13px;
	color: #1a1a1a;
	width: 100%;
}
.input-inner-end-ele input::focus {
	background: transparent;
	border-color: #bf510e;
}

@media only screen and (max-width: 575.98px) {
    #scrollUp {
        bottom: 70px;
    }
    .download-app a img {
        width: 136px !important;
        height: auto;
    }
    .newsletter h4 {
        margin-inline-start: 0px !important;
        font-size: 16px;
    }
    .newsletter {
        padding: 16px !important;
    }
}

/* ************************
   2: Cart
   ********************* */
.cart-step-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 0.625rem;
}

@media only screen and (max-width: 479px) {
    .cart-step-list {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
}

.cart-step-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.cart-step-list li:not(:last-child)::after {
    position: absolute;
    inline-size: 2.5rem;
    block-size: 0.0625rem;
    background-color: #ddd;
    inset-inline-start: calc(100% + 10px);
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

@media only screen and (max-width: 479px) {
    .cart-step-list li:not(:last-child)::after {
        inline-size: 0.625rem;
    }
}

.cart-step-list li span {
    block-size: 0.625rem;
    inline-size: 0.625rem;
    background-color: #ddd;
    font-size: 0.5rem;
    color: #fff;
    display: none;
}

.cart-step-list li.current {
    color: #bf510e;
    font-weight: 700;
}

.cart-step-list li.current span i {
    display: none;
}

.cart-step-list li.done {
    color: #e1a618;
    font-weight: 700;
}

.cart-step-list li.done span {
    background-color: #e1a618;
}

.cart-step-list li.done span i {
    display: block;
}

/* ************************
   3: Helper Classes
   ********************* */
/* Option Select */
.option-select-btn {
    display: flex;
}

.option-select-btn label {
    margin: 0;
}

.option-select-btn label > * {
    background-color: #f6f6f6;
    border-radius: 0.25rem;
    text-transform: capitalize;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}

.option-select-btn label > *.payment-method {
    min-inline-size: 11.5rem;
    min-block-size: 3.875rem;
    background-color: #f8f8fa;
    border-radius: 0.25rem;
    padding: 16px 1.25rem;
}

.option-select-btn label input:checked ~ * {
    background-color: #e1a618;
    color: #fff;
}

.option-select-btn.weight-style--two label > span {
    padding: 0.625rem 1.125rem;
    position: relative;
}

.option-select-btn.custom_01_option.weight-style--two label > span {
    padding: 4px 12px;
    border: 1px solid #ececec;
}

.option-select-btn.weight-style--two label .item-count {
    position: absolute;
    inset-inline-end: 0.0625rem;
    inset-block-start: 0.0625rem;
    inline-size: 1.5rem;
    z-index: 1;
    block-size: 1.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-padding-end: 0.25rem;
    padding-inline-end: 0.25rem;
    font-weight: 700;
}

.option-select-btn.weight-style--two label .item-count::after {
    inline-size: 0;
    block-size: 0;
    -webkit-border-before: 1.5rem solid #e1a618;
    border-block-start: 1.5rem solid #e1a618;
    -webkit-border-start: 1.5rem solid transparent;
    border-inline-start: 1.5rem solid transparent;
    content: "";
    inset-inline-start: -0.0625rem;
    inset-block-start: 0.0625rem;
    position: absolute;
    z-index: -1;
}

.option-select-btn.weight-style--two label input:checked ~ span .item-count {
    color: #e1a618;
}

.option-select-btn.weight-style--two
    label
    input:checked
    ~ span
    .item-count::after {
    -webkit-border-before: 1.5rem solid #fff;
    border-block-start: 1.5rem solid #fff;
}

.option-select-btn.style--two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.option-select-btn.style--two label > span {
    background-color: transparent;
    border-radius: 50rem;
    padding: 0.125rem;
    border: 1px solid #ced4da;
    inline-size: 1.875rem;
    block-size: 1.875rem;
}

.option-select-btn.style--two input:checked ~ span {
    background-color: #e1a618;
    color: #fff;
    border-color: #e1a618;
}

.option-select-btn.product-view-option label {
    margin: 0;
}

.option-select-btn.product-view-option label > * {
    background-color: transparent;
    padding: 0rem;
    font-size: 0.875rem;
    opacity: 0.6;
}

.option-select-btn.product-view-option label input:checked ~ * {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bf510e;
    opacity: 1;
}
/* ************************
    4: Cart Summary
   ********************* */
#cart-summary .align-middle tr td:last-child {
    display:none;
}
#cart-summary .align-middle .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#cart-summary .align-middle .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#cart-summary .media-body h6 {
    white-space: normal !important;
}
#cart-summary img{
    inline-size: 100%;
    block-size: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
#cart-summary .form-control {
    border-color: #fde1bd !important;
}
#cart-summary div.text-primary {
    color: #bf510e !important;
}
#cart-summary h4, #cart-summary h5, #cart-summary .fw-semibold, #cart-summary h2.text-primary {
    color: #e1a618 !important;
}
#cart-summary btn.btn-primary:active, #cart-summary btn.btn-primary:focus {
    border-color: #bf510e !important;
    background-color: #bf510e !important;
}
html[dir="rtl"] #cart-summary .btn-link.text-primary {
    direction: ltr;
    color: #e1a618 !important;
}
html[dir="rtl"] #cart-summary .btn-link.text-primary:hover {
    color: #bf510e !important;
}
#cart-summary textarea {
    height: 120px;
}
#cart-summary .btn-link {
    color: #e1a618 !important;
}
#cart-summary .btn-link:hover {
    color: #bf510e !important;
}

#cart-summary h2.text-primary {
    font-size: 24px !important;
}
/* ************************
    5: Media/Avatar
   ********************* */
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.avatar {
    block-size: 60px;
    inline-size: 60px;
    min-inline-size: 60px;
    display: grid;
    place-items: center;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.img-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.profile-sidebar-avatar{
    inline-size: 160px;
    block-size: auto;
}
/* ************************
   6: Product Quantity
   ********************* */
.quantity {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.quantity__qty,
.quantity__minus,
.quantity__plus {
    inline-size: 28px;
    block-size: 20px;
    line-height: 1.2;
}

.cart-dropdown-wrap .quantity__qty, .cart-dropdown-wrap .quantity__minus, .cart-dropdown-wrap .quantity__plus  {
    inline-size: 20px;
}

.quantity__minus,
.quantity__plus {
    cursor: pointer;
    border: 0.5px solid;
    border-color: #fde1bd;
    color: #e1a618;
    border-radius: 4px;
}

.quantity__qty {
    border-inline-end: none;
    border-radius: 4px;
    color: #e1a618;
    text-align: center;
    padding: 0px;
    border: none;
    background-color: transparent;
}
.quantity__qty:focus{
    border: none;
}

.quantity--style-two {
    border: 0.5px solid;
    border-color: #fde1bd;
    border-radius: 4px;
    padding: 4px 8px;
    padding-inline-end: 4px;
}

.quantity--style-two .quantity__minus,
.quantity--style-two .quantity__plus {
    border: none;
    font-size: 16px;
}

/* ************************
   7: Select2 City/ Select Address Type
   ********************* */
.select2-selection.select2-selection--single[aria-labelledby="select2-city-container"] {
    border: 1px solid !important;
    border-radius: 5px;
    border-color: #fde1bd !important;
    font-weight: 400 !important;
    font-size: 13px;
    padding-inline-start: 20px
}
#address_type {
    border: 1px solid !important;
    border-radius: 5px;
    border-color: #fde1bd !important;
    font-weight: 400 !important;
    font-size: 13px;
    padding-inline-start: 20px;
    height: 45px;
}
#address_type:focus, #address_type:active{
    outline: 0;
    box-shadow: none;
    border-color: #bf510e !important;
}
#city {
    border: 1px solid !important;
    border-radius: 5px;
    border-color: #fde1bd !important;
    font-weight: 400 !important;
    font-size: 13px;
    padding-inline-start: 20px;
    height: 45px;
}
#city:focus, #address_type:active{
    outline: 0;
    box-shadow: none;
    border-color: #bf510e !important;
}
#address-form .form-control.focus-border.rounded.d-flex.align-items-center {
    border-color: #fde1bd !important;
    padding-inline-start: 0px;
}
#address-form .form-control.focus-border.rounded.d-flex.align-items-center .bi.bi-compass-fill {
    color: #e1a618;
}
/* ************************
   8: My Wish List
   ********************* */
#set-wish-list .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#set-wish-list .media .avatar {
    block-size: 60px;
    inline-size: 60px;
}

/* ************************
   9: Button Action
   ********************* */
.btn-action {
    inline-size: 26px;
    min-inline-size: 26px;
    block-size: 26px;
    border-radius: 0.3125rem;
    padding: 5px;
    display: grid;
    place-items: center;
    line-height: 1;
}
.btn-action:not(:disabled) {
   cursor: pointer;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #FFF;
    background-color: #bf510e !important;
    border-color: #e1a618 !important;
}
/* ************************
   10: Profile Menu
   ********************* */
.profile-menu-toggle, .profile-menu-aside-close {
    display: none;
}
@media only screen and (max-width: 575.98px) {
  .profile-sidebar-sticky .d-flex.flex-row.flex-lg-column.gap-2.gap-lg-4.align-items-center {
      flex-direction: column !important;
    }  
}
/* ************************
   11: Inbox
   ********************* */
.flexible-grid {
    --width-flexible-grid: auto;
    display: grid;
    grid-template-columns: var(--width-flexible-grid) 1fr;
    column-gap: 8px;
    width: 100%;
    white-space: normal;
}

@media only screen and (max-width: 991px) {
    .flexible-grid.lg-down-1 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .flexible-grid.md-down-1 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 479px) {
    .flexible-grid.sm-down-1 {
        grid-template-columns: 1fr;
    }
}

.flexible-grid .bg-light{
    background-color: #fde1bd !important;
    border-radius: 8px;
}
.search-bar {
    background-color: #fde1bd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    block-size: 40px;
}

.search-bar input {
    block-size: 40px;
    background-color: #FFF !important;
    border: 1px solid #e1a618;
    padding-inline: 16px;
}
html[dir="rtl"] .search-bar input {
    direction: rtl
}
html[dir="ltr"] .search-bar input {
    direction: ltr
}
.search-bar button {
    border: 0;
    background-color: transparent;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
}
.search-bar.style--two {
    border: 0px none transparent;
    background-color: transparent;
}
.search-bar.style--two button {
    padding: 4px 8px;
    margin-inline: 8px;
    color: #FFF !important;
    background-color: #e1a618 !important;;
}
.search-bar.style--two button:hover {
    background-color: #bf510e !important;;
}
html[dir="rtl"] .search-bar.style--two {
    direction: ltr;
}
/* ************************
   12: Tickets
   ********************* */
.bg-light:has(> .support-ticket-row) {
    background-color: #fde1bd !important;
    border-radius: 8px;
}   
.support-ticket-row .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.support-ticket-row .media .avatar {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.support-ticket-row .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.support-ticket-row .media .media-body .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.support-ticket-row .media .media-body .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 575px) {
    .support-ticket-row .avatar {
        border-radius: 8px;
    }
    .support-ticket-row .btn {
        padding-inline: 8px;
        padding-block: 4px;
        --bs-btn-font-size: 10px;
    }
    .btn {
        --bs-btn-padding-x: 16px;
        --bs-btn-padding-y: 4px;
    }
    #cart_dropdown .btn {
        --bs-btn-padding-y: 8px;
    }
}
/* ************************
   13: Orders
   ********************* */
.border.rounded.custom-ps-3.py-2 {
    border-color: #fde1bd !important;
}
.border.rounded.custom-ps-3.py-2 .dropdown-menu.dropdown-menu-end.show li {
    padding-inline-start: 8px;
}
.d-flex.gap-2 {
    padding-inline: 8px;
}

/* ************************
   14: Shipping Map Modal
   ********************* */
#shippingMapModal .btn.btn-sm.btn-primary.position-absolute {
    bottom: 3px;
    inset-inline-end: 5px;
    
}
/* ************************
   15: Star Rating
   ********************* */
.star-rating {
    flex-direction: row !important;
    justify-content: flex-start !important;
}
/* ************************
   16: Cart Dropdown
   ********************* */
.cart-dropdown-wrap {
    padding: 20px 16px 24px;
}   
.cart-dropdown-wrap ul li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid rgba(225, 166, 24, 33%);
}
.cart-dropdown-wrap ul li .shopping-cart-img {
    margin-inline-end: 8px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4:first-child {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    min-height: calc(1.4em * 2);    
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #e1a618;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
    color: #bf510e;
}
.cart-dropdown-wrap ul li .shopping-cart-title .d-flex.gap-2 {
    padding-inline-start: 0px;
}
.cart-dropdown-wrap ul li .shopping-cart-title .d-flex.gap-2 span {
    font-size: 14px;
    font-weight: 700;    
    color: #bf510e;
}
.cart-dropdown-wrap ul li .shopping-cart-title .d-flex.gap-2 span:last-child {
    color: #e1a618;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
    align-items: start;
    height: 80px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete .fi-rs-cross-small {
    color: #bf510e;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 0px;
    margin: 24px 0px;
    padding: 0px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #e1a618;
    font-weight: 600;
    font-size: 20px;    
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    color: #e1a618;
    font-weight: 600;
    font-size: 20px;    
}

/* ************************
   17: Order Tracking Timeline
   ********************* */
#timeline {
    --items: 4;
    position: relative;
    margin-block-end: 24px;
}

#timeline .bar {
    background-color: #fde1bd;;
    block-size: 2px;
    inline-size: 75%;
    position: absolute;
    inset-block-start: 68px;
    inset-inline-start: 12%;
}

@media only screen and (max-width: 767px) {
    #timeline .bar {
        inset-inline-start: 12px;
        inset-block-start: 20px;
        block-size: 80%;
        inline-size: 2px;
    }
}

#timeline .bar.progress:after {
    content: "";
    background-color: #bf510e;
    block-size: 100%;
    position: absolute;
}

#timeline .bar.progress.one:after {
    inline-size: 17%;
}

#timeline .bar.progress.two:after {
    inline-size: 51%;
}

#timeline .bar.progress.three:after {
    inline-size: 83%;
}

#timeline .bar.progress.four:after {
    inline-size: 100%;
}

#timeline .state ul {
    list-style: none;
    position: relative;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    #timeline .state ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#timeline .state ul li {
    text-align: center;
    inline-size: calc(100% / var(--items));
}

@media only screen and (max-width: 767px) {
    #timeline .state ul li {
        inline-size: auto;
        text-align: start;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
    }
    #timeline .state ul li:not(:last-child) {
        -webkit-margin-after: 40px;
        margin-block-end: 40px;
    }
}

#timeline .state ul li .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    inline-size: 24px;
    block-size: 24px;
    color: #FFF;
    border: 2px solid #FFF;
    background-color: #e1a618;
}

@media only screen and (max-width: 767px) {
    #timeline .state ul li .badge {
        margin: 0;
        position: absolute;
        inset-block-start: 5px;
    }
}

#timeline .state ul li .badge i {
    display: none;
    font-size: 16px;
}

#timeline .state ul li .badge.active {
    border-color: #FFF;
    background-color: #bf510e;
    color: #FFF;
}

#timeline .state ul li .badge.active i {
    display: block;
}

#timeline .state ul li .badge.active span {
    display: none;
}

#timeline .state ul li .state-text {
    color: #bf510e;
}

@media only screen and (max-width: 767px) {
    #timeline .state ul li .state-img {
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
    }
}
/* ************************
   18: Coupon Form
   ********************* */
#coupon-code-ajax .form-control {
    padding-inline-start: 4px;
}
#coupon-code-ajax .form-control #promo-code {
    padding-inline: 0px;
    font-size: 14px;
}
#coupon-code-ajax .form-control .btn {
    padding-inline: 16px;
}
/* ************************
   19: Order Tracking Form
   ********************* */
.track-roder-form .btn-primary {
    margin-bottom: 16px;
    padding-bottom: 9px;
}
/* ************************
   20: User Profile Menu
   ********************* */
.profile-menu i {
    margin-inline-end: 4px;
    font-size: 15px;
}    
/* ************************
   21: Back Link
   ********************* */
.btn-link.text-secondary.d-flex.align-items-baseline {
    flex-direction: row-reverse;
    text-decoration: none;
    color: #e1a618 !important;
    font-weight: 600;
}
.btn-link.text-secondary.d-flex.align-items-baseline:hover {
    color: #bf510e !important;
}
html[dir="ltr"] .btn-link.text-secondary.d-flex.align-items-baseline i {
    transform: rotate(-180deg);
    margin-inline-start: 4px;
}
html[dir="rtl"] .btn-link.text-secondary.d-flex.align-items-baseline i {
    margin-inline-start: 4px;
}
/* ************************
   22: Pagination
   ********************* */
.pagination-area .page-item {
    margin-inline: 2px !important;
}
.pagination-area .page-item.disabled {
    margin-inline: 0px !important;
}
.pagination-area .page-item.first-page.disabled, .pagination-area .page-item.last-page.disabled {
    margin-inline: 2px !important;
}
.pagination-area .page-link {
    padding: 0px !important; 
    width: 32px  !important; 
    height: 32px  !important; 
    display: flex !important;
    border-radius: 4px;
    line-height: 32px !important; 
    align-items: center;
    justify-content: center;
}
.pagination-area .page-link.dot {
    width: 16px !important;
    letter-spacing: 1px;
}
html[dir="rtl"] .pagination .page-item .page-link .fi-rs-angle-small-left {
    position: relative;
    font-weight: 700;
    font-size: 18px;
}
html[dir="rtl"] .pagination .page-item .page-link .fi-rs-angle-small-left::before {
    display: inline-block !important;
    line-height: 1 !important;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
}
html[dir="ltr"] .pagination .page-item .page-link .fi-rs-angle-small-left {
    position: relative;
    font-weight: 700;
    font-size: 18px;    
}
html[dir="rtl"] .pagination .page-item .page-link .fi-rs-angle-small-right {
    position: relative;
    font-weight: 700;
    font-size: 18px;
}
html[dir="rtl"] .pagination .page-item .page-link .fi-rs-angle-small-right::before {
    display: inline-block !important;
    line-height: 1 !important;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
}
html[dir="ltr"] .pagination .page-item .page-link .fi-rs-angle-small-right {
    position: relative;
    font-weight: 700;
    font-size: 18px;    
}
/* ************************
   23: Pages Images
   ********************* */
.about-us-img {
    width: auto;
    max-width: max(100%, 800px);
    height: auto;
    aspect-ratio: 800 / 600;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-content-img {
    width: auto;
    max-width: max(100%, 1280px);
    height: auto;
    aspect-ratio: 1280 / 720;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-bg {
    background-color: #f4e4a2;
    background-image: url(https://new.rcastore.ae/storage/app/public/pages/contact_us.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-bg .text-brand {
    color: #bf510e !important;
    font-size: 48px;
    font-weight: 700;
}
.contact-us-bg .contact-us-p {
    background-color: rgba(191, 81, 14, 60%);
    padding: 8px;
    border-radius: 8px;
}
/* ************************
   24: Main Banners
   ********************* */
.home-slide-cover .hero-slider-content-2 {
    padding-inline-start: 0px !important;
}
.home-slide-cover .hero-slider-content-2 .btn-brush {
    margin-block-start: 16px;
}
.home-slide-cover .single-slider-img {
    width: auto;
    max-width: max(100%, 1280px);
    height: auto !important;
    aspect-ratio: 1280 / 720;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.home-slide-cover .single-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slide-cover .slider-arrow {
   top: 80% !important;
}
@media only screen and (max-width: 768px) {
    .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
        padding-block-end: 16px;
    }
}
/* ************************
   25: Seasons Section
   ********************* */
.seasons-section .banner-img img {
    border-radius: 4px;
}
.seasons-section .banner-text h4 {
    color: #FFF
}
.seasons-section .banner-text a {
    padding: 4px 12px 8px;
    background-color: #e1a61891;
    display: inline-block;
    border-radius: 24px;
    color: #FFF;
}
.seasons-section .banner-text a:hover {
    background-color: #e1a618;
}
/* ************************
   26: Category Links Widget
   ********************* */
.widget-category ul.categories > li:hover {
    padding-inline-start: 0px !important;
}   
.widget-category ul.categories a.category-toggle {
    width: 100%;
    display: inline-block;
}
.widget-category ul.categories a.category-toggle .toggle-icon {
    float: inline-end;
    font-size: 12px !important;
}
.widget-category ul.categories ul.sub-categories > li:hover {
    padding-inline-start: 0px !important;
}
.widget-category ul.categories ul.sub-categories > li:hover > a {
    padding-inline-start: 4px !important;
}
.widget-category ul.categories ul.sub-categories li a {
    padding-left: 0px !important;
}
.widget-category ul.categories ul.sub-sub-categories {
    padding-inline-start: 8px !important;
}
.widget-category ul.categories ul.sub-sub-categories li > a {
    font-size: 14px !important;
    color: #242424 !important;
    position: relative !important;
    display: block !important;
    padding-inline-start: 0;    
    transition: padding-inline-start .15s ease-in-out;
}
.widget-category ul.categories ul.sub-sub-categories li > a::before {
    content: "" !important;
    display: block !important;    
    position: absolute;
    inset-inline-start: 4px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
    width: 10px;
    text-align: center;    
}
.widget-category ul.categories ul.sub-sub-categories li > a:hover {
    color: #e1a618 !important;
    padding-inline-start: 16px !important;
}
.widget-category ul.categories ul.sub-sub-categories li > a:hover::before {
    content: "-" !important;
    opacity: 1;
}
/* ************************
   27: Category Dropdown
   ********************* */
.categori-dropdown-wrap ul li a {
    padding: 4px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
    padding: 4px !important;
}
.categori-dropdown-wrap ul li a:hover {
    color: #bf510e;
    background-color: rgba(225, 166, 24, 0.16) !important;
}
/* ************************
   28: Shop Filter
   ********************* */
.shop-product-fillter {
    flex-direction: column;
    align-items: start;
}
.shop-product-fillter .totall-product {
    margin-bottom: 12px;
}
.shop-product-fillter .sort-by-product-area {
    flex-direction: column;
}
.shop-product-fillter .sort-by-product-area .sort-by-cover.me-10 {
    margin-inline-end: 0px !important;
    margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
    .shop-product-fillter .sort-by-product-area {
        flex-direction: row;
    }
    .shop-product-fillter .sort-by-product-area .sort-by-cover.me-10 {
        margin-inline-end: 12px !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-width: 768px) {
    .shop-product-fillter {
        flex-direction: row;
        align-items: center;
    }
    .shop-product-fillter .totall-product {
        margin-bottom: 0px;
    }
}
/* ************************
   29: Cart Address Page
   ********************* */
.custom-checkbox #update_address {
    height: initial !important;
    width: initial !important;
    position: relative;
    top: 3px;
    margin-inline-end: 4px;
}
/* ************************
    30: Shipping Details
   ********************* */
#shipping-details .form-control {
    border-color: #fde1bd !important;
}
#shipping-details div.text-primary {
    color: #bf510e !important;
}
#shipping-details h4, #shipping-details h5, #shipping-details .fw-semibold, #shipping-details h2.text-primary {
    color: #e1a618 !important;
}
#shipping-details btn.btn-primary:active, #shipping-details btn.btn-primary:focus {
    border-color: #bf510e !important;
    background-color: #bf510e !important;
}
html[dir="rtl"] #shipping-details .btn-link.text-primary {
    direction: ltr;
    color: #e1a618 !important;
}
html[dir="rtl"] #shipping-details .btn-link.text-primary:hover {
    color: #bf510e !important;
}
#shipping-details .btn-link {
    color: #e1a618 !important;
}
#shipping-details .btn-link:hover {
    color: #bf510e !important;
}
#shipping-details h2.text-primary {
    font-size: 24px !important;
}
/* ************************
    31: Payment Details
   ********************* */
#payment-details .form-control {
    border-color: #fde1bd !important;
}
#payment-details div.text-primary {
    color: #bf510e !important;
}
#payment-details h4, #payment-details h5, #payment-details .fw-semibold, #payment-details h2.text-primary {
    color: #e1a618 !important;
}
#payment-details btn.btn-primary:active, #payment-details btn.btn-primary:focus {
    border-color: #bf510e !important;
    background-color: #bf510e !important;
}
html[dir="rtl"] #payment-details .btn-link.text-primary {
    direction: ltr;
    color: #e1a618 !important;
}
html[dir="rtl"] #payment-details .btn-link.text-primary:hover {
    color: #bf510e !important;
}
#payment-details .btn-link {
    color: #e1a618 !important;
}
#payment-details .btn-link:hover {
    color: #bf510e !important;
}
#payment-details h2.text-primary {
    font-size: 24px !important;
}
/* ************************
    32: Star Rating
   ********************* */
.star-rating.text-gold.fs-12 {
    direction: ltr;
}
/* ************************
    33: Account Address Add
   ********************* */
.account-address-add .__h-14rem {
    height: 14rem;
}
.__h-14rem {
    height: 14rem;
}
.account-address-add .address-input {
    height: 120px !important;
    border: 1px solid #fde1bd !important;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    color: #161c27;
    width: 100%;    
}
.account-address-add .address-input:focus {
    border: 1px solid #bf510e;  
}
.account-address-add #pac-input {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 5;
    height: 40px;
    margin-bottom: 4px;
}
.account-address-add input[type="radio"] {
    width: inherit !important;
}
/* ************************
    34: Account Address Edit
   ********************* */
.account-address-edit .__h-14rem {
    height: 14rem;
}
.__h-14rem {
    height: 14rem;
}
.account-address-edit .address-input {
    height: 120px !important;
    border: 1px solid #fde1bd !important;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    color: #161c27;
    width: 100%;    
}
.account-address-edit .address-input:focus {
    border: 1px solid #bf510e;  
}
.account-address-edit #pac-input {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 5;
    height: 40px;
    margin-bottom: 4px;
}
.account-address-edit input[type="radio"] {
    width: inherit !important;
}
/* ************************
    35: Product View Modal
   ********************* */
.product-view-modal .qty-val {
    border: 0px !important;
    padding: 0px !important;
    height: 16px !important;
    font-size: 14px !important;
    width: 28px !important;
}
.product-view-modal .title-detail {
    margin-top: 24px;
    width: 100%;
    font-size: 24px;
}
.product-view-modal .current-price {
    font-size: 20px !important;
}
.product-view-modal .product-detail-rating {
    padding-bottom: 0px !important;
}
@media only screen and (min-width: 768px) {
   .product-view-modal .title-detail {
        margin-top: 0px;
        width: 90%;
    }
}
html[dir="rtl"] .product-view-modal .button.button-add-to-cart {
    padding: 8px 20px;
}
/* ************************
    36: Social Icons Single Share
   ********************* */
.social-icons.single-share {
    margin-top: 12px;
}
/* ************************
    37: Widgets
   ********************* */
.order-widget, .price-widget, .category-widget {
    display: none;
}
@media only screen and (min-width: 992px) {
    .order-widget, .price-widget, .category-widget {
        display: block;
    }  
}
/* ************************
   38: Mobile Category Accordion
   ********************* */
.category-widget-mobile .category-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;    
    border-bottom: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #fff;
}
.category-widget-mobile .category-widget-body {
    display: none;
}
.category-widget-mobile.active .category-widget-body {
    display: block;
}
.category-widget-mobile.active .mobile-toggle-icon {
    transform: rotate(180deg);
}
/* Mobile only */
@media (min-width: 992px) {
    .category-widget-mobile {
        display: none;
    }
}
/* ************************
    39: Payment Method
   ********************* */
button[type=submit].payment-method {
   color: #222222; 
}
button[type=submit].payment-method:hover {
   color: #fff; 
}
.digital_payment {
    display: none;
}
/* ************************
    40: Deals
   ********************* */
.product-list-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; 
}
@media only screen and (min-width: 768px) {
    .product-list-small {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}
/* ************************
    41: Highlights Section
   ********************* */
.highlights-section h4.title-small {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    max-height: calc(1.25em * 2);
    min-height: calc(1.25em * 2);    
}
.highlights-section .title-small a:hover {
    color: #e1a618;
}
.highlights-section span.old-price {
    font-size: 12px !important;
    margin-inline: 8px 0px !important;
}
/* ************************
    42: Button Buy Now
   ********************* */
.button.button-buy-now {
    padding: 8px 20px;
    margin-inline-start: 4px;
    border: 1px solid #bf510e !important;
    background-color: #e1a618 !important;
}
.button.button-buy-now:hover {
    background-color: #bf510e !important;
}
/* ************************
    43: Price Breakdown
   ********************* */
.price-breakdown {
    width: 100%;
    background-color: #f7f8f9;
    border-radius: 12px;
    border: 1px solid #ececec;
    @media only screen and (min-width: 576px) {
        width: 56%;
    }
}
.product-view-modal .price-breakdown {
    width: 100% !important;
}
.price-breakdown .text-muted {
    font-weight: 700;
    margin-inline-end: 4px;
}
.price-breakdown .fw-bold {
    color: #e1a618 !important;
    font-weight: 700;
}
/* ************************
    44: Zoom Container
   ********************* */
.zoomContainer {
    z-index: 9999;
    border-radius: 25px;
}
.zoomWindow {
    border-radius: 25px;
}
/* ************************
    45: Banners
   ********************* */
.hero-slider .slider-arrow {
    display: none !important;
}
.hero-slider-content-2 p {
    width: 100% !important;
    line-height: 1.4 !important;
    margin: 8px 0 20px !important;
}
.hero-slider-1 .row.align-items-center {
    align-items: start !important;
}
@media only screen and (max-width: 575.98px) {   
    .home-slide-cover.mt-30 {
        margin-top: 0px !important;
    }
    .home-slide-cover {
        padding: 0px !important;
    }
    .hero-slider-content-2 h4 {
        font-size: 14px !important;
        font-weight: 600;
    }
    .hero-slider-content-2 h3 {
        font-size: 20px !important;
    }    
    .hero-slider-content-2 h2 {
        font-size: 28px !important;
    }
    .hero-slider-1 .slick-dots {
        bottom: -32px !important;
    }
}
@media only screen and (min-width: 576px) {
    .hero-slider-1 {
        height: 500px !important;
    }    
    .hero-slider-content-2 h4 {
        font-size: 16px !important;
    }
    .hero-slider-content-2 h3 {
        font-size: 24px !important;
    }    
    .hero-slider-content-2 h2 {
        font-size: 36px !important;
    }
    .hero-slider-1 .slick-dots {
        bottom: -36px !important;
    }    
}
@media only screen and (min-width: 768px) {
    .hero-slider-1 {
        height: 280px !important;
    }
    .hero-slider-1 .slick-dots {
        bottom: -20px !important;
    }     
}
@media only screen and (min-width: 992px) {
    .hero-slider-1 {
        height: 350px !important;
    }    
    .hero-slider-content-2 h4 {
        font-size: 20px !important;
    }
    .hero-slider-content-2 h3 {
        font-size: 32px !important;
    }    
    .hero-slider-content-2 h2 {
        font-size: 44px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .hero-slider-1 {
        height: 352px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .hero-slider-1 {
        height: 408px !important;
    }
}
/* ************************
    46: Free Delivery
   ********************* */
.free-delivery-area{
    max-width: 400px;
}
.free-delivery-area img{
    inline-size: inherit !important;
}
.free-delivery-progress{
    height: 4px;
    background: rgba(225, 166, 24, 33%);
    border-radius: 5px;
    overflow: hidden;
}
.free-delivery-progress .progress-bar{
    border-radius: 5px;
    background: #e1a618;
}
.fs-16{
    font-size: 16px;
}
html[dir="rtl"] .fs-16{
    font-size: 12px;
}
/* ************************
    47: Sign Up
   ********************* */
#sign-up.disabled, #sign-up:disabled {
    background-color: rgba(225, 166, 24, 33%) !important;
    border: 1px solid #bf510e !important;
}
/* ************************
    48: Product Extra Link
   ********************* */
.product-extra-link2 .button-add-to-cart, .product-extra-link2 .button-buy-now, .product-extra-link2 a.hover-up {
    margin-bottom: 8px;
}
/* ************************
    49: WhatsApp Link
   ********************* */
.header-info > ul > li a[href^="https://api.whatsapp.com/"], .hotline a[href^="https://api.whatsapp.com/"] {
    direction: ltr !important;
}
/* ************************
    50: Modal & Zoom
   ********************* */
#loginModal, #registerModal {
     z-index: 100000;
 }
 /* ************************
    51: Categories Main Menu
   ********************* */
[dir="ltr"] .categori-dropdown-wrap ul li.has-children > a::after {
    inset-inline-end: 12px !important;
}
[dir="rtl"] .categori-dropdown-wrap ul li.has-children > a::after {
    inset-inline-end: 12px !important;
}
.categori-dropdown-active-large {
    padding-block: 16px 12px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu {
    padding: 12px 0px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding-inline: 16px 20px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .dropdown-item.nav-link.nav_item {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding-inline: 16px 20px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .dropdown-item.nav-link.nav_item {
    position: relative;
    transition: padding-inline-start .15s ease-in-out;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .dropdown-item.nav-link.nav_item::before {
    content: "";
    position: absolute;
    inset-inline-start: 16px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .dropdown-item.nav-link.nav_item:hover {
    padding-inline-start: 28px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu .dropdown-item.nav-link.nav_item:hover::before {
    content: "-";
    opacity: 1;
}
 /* ************************
    51: Mobile Categories Menu
   ********************* */
.close-style-wrap .close-style > i {
    inset-inline-start: 40% !important;
}   
.main-categori-wrap {
    margin-inline-end: 4px !important;
}
.main-categori-wrap .categori-button-active-2 {
    position: relative;
}
.main-categori-wrap .categori-button-active-2::after {
    content: "\25BC";
    font-size: 16px;
    margin-inline-start: 16px;
    transition: transform .2s ease;
}
.main-categori-wrap:has(.categori-dropdown-wrap[style*="display: block"])
.categori-button-active-2::after {
    content: "\25B2";
}
.mobile-menu li.menu-item-has-children .menu-expand {
    font-size: 16px !important;
    line-height: 28px !important;
}
 /* ************************
    52: Mobile Categories Menu
   ********************* */
.main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 16px !important;
}
.main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    padding-inline-start: 16px !important;
}
 /* ************************
    53: WhatsApp
   ********************* */
.hotline img {
    width: 28px;
    height: auto;
    margin-inline-end: 8px;
    fill: orange;
}
 /* ************************
    54: Compare List
   ********************* */
.compare-list .button-clear-all {
    padding: 4px 12px;
}
.compare-list .compare--table td, .compare-list .compare--table th {
    border: 0px none !important;
}
.compare-list .compare--table tr:not(:first-child) {
    border-bottom: 1px solid #e2e9e1;
}
.compare-list .compare--table th {
    font-weight: 700;
    color: #bf510e;
}
.compare-list .compare--table img {
    border: 1px solid #fde1bd;
    border-radius: 20px;
}
/* ************************
   55: Mobile Menu Categories
   ********************* */
/* Main Categories - Level 1 */
.mobile-header-active .categori-dropdown-wrap > ul > li > a {
    font-weight: 700;
    color: #1a1a1a;
    padding: 10px 4px;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.mobile-header-active .categori-dropdown-wrap > ul > li > a i {
    color: #e1a618;
    margin-inline-end: 8px;
    font-size: 16px;
}
/* Sub Categories - Level 2 */
.mobile-header-active .categori-dropdown-wrap > ul > li > ul.dropdown > li > a {
    font-weight: 500;
    color: #4a4a4a;
    padding: 8px 4px;
    padding-inline-start: 28px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
/* Sub Sub Categories - Level 3 */
.mobile-header-active .categori-dropdown-wrap > ul > li > ul.dropdown > li > ul.dropdown > li > a {
    font-weight: 400;
    color: #6a6a6a;
    padding: 6px 4px;
    padding-inline-start: 48px;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #ddd;
}
/* Hover Effects */
.mobile-header-active .categori-dropdown-wrap ul li a:hover {
    color: #e1a618;
    background-color: #f5f5f5;
}
/* Menu Expand Icon Positioning */
.mobile-header-active .categori-dropdown-wrap ul li.menu-item-has-children > .menu-expand {
    inset-inline-end: 4px;
}