.search-suggestion{
	text-align: center;
    position: absolute;
    background: #fff;
    height: max-content;
    max-height: 605px;
    z-index: 99999;
    overflow-x: hidden;
    top: 50px;
    width: 100%;
    padding: 0;
}
.search-suggestion h6{
    margin-top: 10px;
    color: #2e2727;
    font-size: 13px;
}
.search-suggestion-results{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px;
    overflow-x: hidden;
    background-color: #fff;
}

.search-suggestion-results .spinner-border { 
	margin: auto;
	color: #2e2727;
}

.search-suggestion-results .no-results {
	    text-align: center;
}

.search-type, .search-type:focus{
    text-align: right;
    background: #f9f5f2;
    color: #2e2727;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
}

.nav-menu .lni-search-alt, .nav-menu .lni-close{
    color: #2E2727;
    font-weight: 700;
}

.search-full{
    position: absolute;
    top: 0;
    display: none;
}

.search-full.open{
    display: flex;
}

.search-full .input-group-text{
    background: #2e2727;
    border-color: #232727;
}

.sticky-cart {
    position: fixed;
    left: 0;
    z-index: 998;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    transition: transform .25s;
    bottom: 0;
    transform: translateY(100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sticky-cart.open {
    transform: none;
}

.button.disabled {
    background: #cdcfd0;
}

.sticky-cart button.ajax_add_to_cart.loading:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    vertical-align: -0.25em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    animation: spin infinite 1s linear;
}

.eye-icon {
    width: 30px;
    margin: 0 5px;
}

.cart-table {
    overflow: hidden;
    margin-bottom: 0
}

.cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #eff2f7 !important;
    background-color: #eff2f7
}

.cart-table tbody h2 {
    margin-bottom: 0
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #777;
    border-top: 0;
    border-bottom: 1px solid #eff2f7 !important;
    text-align: center;
    padding: 14px 8px
}

.cart-table tbody tr td a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block
}

.cart-table tbody tr td a.icon {
    background-color: #eff2f7;
    border: 1px solid #eff2f7;
    margin: 0 5px
}

@media (max-width: 767px) {
    .cart-table tbody tr td a.icon {
        margin: 0
    }
}

.cart-table tbody tr td a.icon:hover .fas {
    color: var(--theme-color)
}

.cart-table tbody tr td a.icon .fas {
    width: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    height: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    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;
    border-radius: 3px
}

.cart-table tbody tr td a img {
    height: 70px
}

.cart-table tbody tr td p {
    color: #212529;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.cart-table tbody tr td p img {
    height: 90px
}

.cart-table tbody tr td .td-color {
    color: var(--theme-deafult)
}

.cart-table tbody tr td h2 {
    font-size: 20px;
    color: #212529;
    font-weight: 400
}

.cart-table tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

@media (max-width: 767px) {
    .cart-table tbody tr td .mobile-cart-content {
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.cart-table tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px
}

.cart-table tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px
}

.cart-table tbody tr td .mobile-cart-content .col {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 10px 0
}

@media (max-width: 767px) {
    .cart-table tbody tr td .mobile-cart-content .col {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap
    }
}

.cart-table tbody tr td .mobile-cart-content h2 {
    font-size: 20px;
    margin-left: 10px
}

.cart-table tbody tr td .qty-box .input-group {
    display: block
}

.cart-table tbody tr td .qty-box .input-group .form-control {
    width: 75px;
    margin: 0 auto;
    text-align: center
}

tfoot tr th {
    padding-top: 35px;
    text-align: right
}

tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 63px;
    padding-right: 41px
}

tfoot tr td h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center
}

tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.cart-section .count-down {
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1.1px;
    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;
    color: #212529
}

@media (max-width: 767px) {
    .cart-section .count-down {
        display: block;
        text-align: center
    }
}

.cart-section .count-down h5 {
    margin-right: 10px
}

[dir="rtl"] .cart-section .count-down h5 {
    margin-right: unset;
    margin-left: 10px
}

@media (max-width: 767px) {
    .cart-section .count-down h5 {
        margin-right: 0;
        margin-bottom: 13px
    }
}

.cart-section .table tbody + tbody {
    border-top: none
}

.cart-section .cart-buttons {
    padding-top: 35px
}

.cart-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px;
    padding-right: 38px
}

.cart-section .cart-table {
    overflow: hidden;
    margin-bottom: 0
}

.cart-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
    font-size: 15px;
    border-top: 0;
    text-align: center;
    border-bottom: 1px solid #eff2f7 !important;
    padding: 12px;
    background-color: #eff2f7
}

@media (max-width: 767px) {
    .cart-section .cart-table thead th:nth-last-child(-n+4) {
        display: none
    }
}

.cart-section tbody h2 {
    margin-bottom: 0
}

.cart-section tbody tr.table-order td {
    min-width: 150px
}

.cart-section tbody tr td {
    vertical-align: middle;
    color: #212529;
    border-top: 0;
    border-bottom: 1px solid #c7c7c5 !important;
    text-align: center;
    min-width: 175px
}

@media (max-width: 767px) {
    .cart-section tbody tr td:nth-last-child(-n+4) {
        display: none
    }
}

.cart-section tbody tr td a {
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.cart-section tbody tr td a.icon {
    border: 1px solid rgba(169, 169, 169, 0.5);
    padding: 10px 15px;
    border-radius: 3px
}

.cart-section tbody tr td a img {
    height: 80px
}

.cart-section tbody tr td p {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.cart-section tbody tr td p img {
    height: 90px
}

.cart-section tbody tr td .td-color {
    color: var(--theme-deafult)
}

.cart-section tbody tr td h2 {
    direction: rtl;
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 400
}

.cart-section tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

@media (max-width: 767px) {
    .cart-section tbody tr td .mobile-cart-content {
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.cart-section tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px
}

.cart-section tbody tr td .mobile-cart-content .col {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 10px 0
}

@media (max-width: 767px) {
    .cart-section tbody tr td .mobile-cart-content .col {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cart-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px
}

.cart-section tbody tr td .qty-box .input-group {
    display: block
}

.cart-section tbody tr td .qty-box .input-group .form-control {
    width: 75px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    height: 50px
}

.cart-section tfoot tr th {
    padding-top: 35px;
    text-align: right
}

.cart-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 63px;
    padding-right: 41px
}

.cart-section tfoot tr td h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center
}

.cart-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.cart-section .left-side-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir="rtl"] .cart-section .left-side-button a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .cart-section .left-side-button {
        text-align: center
    }
}

@media (max-width: 767px) {
    .cart-section .left-side-button .shopping-button {
        width: 100%;
        text-align: center
    }
}

.cart-section .cart-checkout-section {
    margin-top: 30px
}

.cart-section .cart-checkout-section .promo-section .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-section .cart-checkout-section .promo-section .input-group .form-control {
    padding: 12px 20px
}

.cart-section .cart-checkout-section .checkout-button {
    text-align: right
}

[dir="rtl"] .cart-section .cart-checkout-section .checkout-button {
    text-align: left
}

.cart-section .cart-checkout-section .checkout-button a {
    border-radius: 5px
}

.cart-section .cart-checkout-section .cart-box {
    overflow: hidden;
    padding: 0
}

.cart-section .cart-checkout-section .cart-box label {
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize
}

.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span.value {
    float: left;
}

body.rtl .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
    direction: rtl;
}


.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details {
    border-bottom: 0;
    padding: 20px;
    background-color: #ffffff;
    border: 1px dashed #d3d3d3;
    margin: 20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    direction: rtl;
    text-align: center;
    border-radius: 15px;
}

.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h3 {
    margin-bottom: 10px;
	color: #2E2727;
	font-size: 16px;
	font-weight: 700;
}

.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h6 {
    line-height: 1.4;
    color: #818181;
    direction: rtl;
    font-size: 13px;
    text-align: right;
    margin-left: 0;
    margin-right: 0; 
}

.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .bottom-details a.btn-checkout {
    display: flex!important;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 80%;
    height: 60px;
    margin: auto;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
	background-color: #2E2727;
    color: #ffffff;
    border-radius: 10px!important;	
    display: block;
    padding: 12px 0;
    text-align: center;
}

.your-cart-box {
    position: sticky;
    top: 10px
}

.your-cart-box .list-group .lh-condensed {
    padding: 15px 25px;
    background-color: #fff
}

.your-cart-box .list-group .lh-condensed.active {
    background: #eff2f7;
    border-color: rgba(33, 37, 41, 0.125)
}

.your-cart-box .list-group .lh-condensed h6 {
    color: #212529
}

.your-cart-box .list-group .lh-condensed small, .your-cart-box .list-group .lh-condensed span, .your-cart-box .list-group .lh-condensed strong {
    color: #7e7e7e
}

.your-cart-box .list-group .card {
    border: none
}

.your-cart-box .new-badge {
    border-radius: 50% !important;
    padding: 8px;
    line-height: 0;
    font-size: 13px;
    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;
    width: 25px;
    height: 25px
}

.your-cart-box .custome-imput-group .form-control {
    padding: 6px 12px
}

.custome-form-select {
    padding: 12px 20px
}

.checkout-label {
    padding-top: 2px
}


.save-details-box .save-details {
    border: 1px solid #eff2f7;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #eff2f7;
    position: relative
}

.save-details-box .save-details.show {
    -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
    box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2)
}

.save-details-box .save-details .save-name {
    position: relative;
    margin-bottom: 20px
}

.save-details-box .save-details .save-name h5 {
    color: #212529
}

.save-details-box .save-details .save-position {
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
    right: 0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px
}

[dir="rtl"] .save-details-box .save-details .save-position {
    right: unset;
    left: 0
}

.save-details-box .save-details .save-position h6 {
    margin: 0;
    margin-bottom: -2px;
    font-weight: 500
}

.save-details-box .save-details .save-address p {
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)))
}

.save-details-box .save-details .mobile p.mobile {
    margin-top: 20px;
    padding-bottom: 6px
}

.save-details-box .save-details .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px
}

.save-details-box .save-details .button a {
    width: 100%;
    margin: 5px;
    background-color: #fff;
    color: #212529
}

.banner-image-container{
    position: relative;
}

.image-banner-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: right;
    transform: translate(-50%,-50%);
}


.banner-image-container img{
    width: 100%;
	border-radius: 15px;
    object-fit:cover;
    height: auto;
}

.search-suggestion-results .product .col.pinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	padding-right: 0px;
    padding-left: 30px;
}
.search-suggestion-results .product .pinfo .price-discount {
    display: flex;
    flex-direction: column;
}
.search-suggestion-results .product .pinfo .price-discount del {
    margin: 0px;	
}

.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .cart-totals {
    font-size: 16px!important;
    font-weight: 600;
    color: #2e2727!important;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .cart-totals .vat-text {
	font-size: 11px;
    font-weight: 400;
    margin: 0 2px;
}