body {
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
    padding: 0px !important;
}

button, a{
    transition: 0.3s;
}

.offers-bg {
    background-image: url(../img/background-1.jpg);
}

.dsp-sty {
    color: #fff !important;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    height: 100%;
}

.dsp-sty-1 {
    background-image: url(../img/bg-1.jpg);
    justify-content: end;
}

.dsp-sty-2 {
    background-image: url(../img/bg-2.jpg);
}

.dsp-sty-2 .dsp-sty-title::after {
    left: 0 !important;
    right: auto !important;
}

.dsp-sty::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #312626a8, #000000c9 88%);
}

.dsp-sty-2::before {
    background: linear-gradient(270deg, transparent, #312626a8, #000000c9 88%) !important;
}

.z-1 {
    z-index: 1 !important;
    position: relative;
}

.dsp-sty-title {
    font-weight: 900 !important;
    font-size: 32px !important;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.dsp-sty-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #fff !important;
    right: 0;
}

#bannerCarousel .carousel-indicators {
    margin-left: 55px !important;
    justify-content: start !important;
}

#bannerCarousel .carousel-indicators button {
    border: none !important;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
}

#bannerCarousel .carousel-indicators button.active {
    outline: 6px solid #BCBEBF;
    outline-offset: -8px;
}

.sub-heading {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 26px;
}

.new-arrival {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #BCBEBF;
}

.btn-custom-light {
    background-color: #fff;
    padding: 5px 20px !important;
    border-radius: 40px;
    border: 1px solid #BCBEBF !important;
    min-height: 41px;
}

.btn-custom-light:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.btn-custom-light:hover img{
    filter: invert(1);
}

.na-bx {
    flex-direction: column;
    display: flex;
    background-color: #D9D9D9;
    padding: 5px;
    border-radius: 5px;
    min-width: 190px;
}

.btn-custom {
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 100px;
    padding: 15px 20px;
    font-size: 16px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-custom:hover {
    background: #3b3b3b !important;
}

.na-bx .btn-custom {
    margin-top: 5px;
}

.product-listing .nav-pills {
    background-image: url(../img/nav-bg-2.jpg);
    padding: 15px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing .nav-pills .nav-link {
    background: white;
    font-size: 13px;
    color: #000 !important;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 6px 15px;
    border: 1px solid #fff;
    transition: 0.4s;
    letter-spacing: 1px;
    font-weight: 600;
}

.product-listing .nav-pills .nav-link.active,
.product-listing .nav-pills .nav-link:hover {
    background: #000 !important;
    color: #fff !important;
}

.product-listing .nav-pills .nav-link.active {
    box-shadow: 0px 0px 16px #EADE75;
}

.product-box {
    padding: 5px;
    box-shadow: 0px 0px 15px #00000042;
    border-radius: 5px;
    max-width: 290px;
    margin: auto;
    margin-bottom: 20px;
}

.prod-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    min-width: 100%;
}

.lc-tag {
    background: #CD0000;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 9.5px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    font-weight: 600;
    top: 15px;
}

.variant-display {
    width: 19px;
    height: 19px;
    margin-left: 6px;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px #000000;
}

.variant-display.v-1 {
    background-color: #FB3B3B;
}

.variant-display.v-2 {
    background-color: #13DA93;
}

.variants {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.prt-2 p {
    color: #A0A0A0 !important;
    font-size: 12px;
    margin-bottom: 7px;
}

.product-box .price {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.product-box .price .original {
    font-size: 13px;
    opacity: 50%;
    text-decoration: line-through;
    letter-spacing: 0px;
    margin-left: 8px;
    white-space: nowrap;
}

.offer-percent {
    background: #0DA21C;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.action-btn {
    font-size: 14px;
    padding: 10px;
}

.action-btn img {
    margin-right: 10px;
    height: 16px;
}

.copyrights p,
.copyrights a {
    color: #bcbebf9e;
    font-size: 13px;
}

.footer-header {
    color: #fff !important;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    /* border-bottom: 1px solid #ffffff75; */
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.footer-header::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ffffff75;
    height: 1px;
    width: calc(100% + 50px);

}

.contact-hdng::after {
    display: none !important;
}

.contact-hdng {
    border: none !important;
    margin-bottom: 0px !important;
}

footer .container-1 a,footer .container-1 address {
    color: #ffffff !important;
    display: block;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 300;
    opacity: 75%;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li::marker {
    color: #ffffff8f !important;
    font-size: 10px;
}

footer ul {
    padding-left: 10px;
}

footer .container-1 .social-medias a {
    opacity: 1;
}

footer .container-1 .social-medias a img {
    height: 100%;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.social-medias {
    justify-content: start;
    gap: 10px;
    max-width: 190px;
}

.logo {
    height: auto;
    transition: 0.4s;
    max-width: 90px;
}

.custom-navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #e6e6e6;
}

.custom-search {
    width: 100%;
    max-width: 580px;
}

.custom-search .search-btn {
    position: absolute;
    right: 1px;
    height: calc(100% - 2px);
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.custom-search input {
    font-size: 12px;
    padding: 5px 57px 5px 25px;
    height: 40px;
}

.nv-options {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #000000d1;
    text-decoration: none !important;
    position: relative;
}

.nv-options img {
    height: 25px;
    margin: auto;
    margin-bottom: 8px;
}

.nav-options-d {
    min-width: 150px;
    justify-content: space-around;
    /* margin-left: 170px; */
}

.user-options {
    display: flex;
    align-items: center;
}

.user-dp {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.user-options span {
    display: block;
    font-size: 12px;
}

.user-options label {
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
}

.language-select input {
    display: block;
}

.country-list {
    right: 0;
}

#country_selector {
    /* width: 39px;
    padding: 0px;
    visibility: hidden; */
    pointer-events: none !important;
    font-size: 12px;
    height: 33px;
    padding-left: 35px !important;
    border: 1px solid #e6e6e6 !important;
}
.selected-flag,.flag-dropdown{
    width: 100% !important;
    background-color: #ffffff00 !important;
    background: #ffffff00 !important;
}
.selected-flag .arrow {
    /* display: none; */
}

.country-select.inside .selected-flag {
    width: 40px;
    /* background: #fff !important; */
}

.lang-dropdown .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.notify-num {
    background: #DC0000;
    color: #fff;
    border-radius: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    right: -11px;
    height: 20px;
    position: absolute;
    top: -8px;
    font-size: 11px;
}

.custom-navbar .dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    font-size: 12px;
    box-shadow: 0px 1px 4px #0000001a;
}

.custom-navbar .dropdown-menu a {
    padding: 10px;
    border-bottom: 1px solid #0000000f;
}

.mini-navbar label,
.mini-navbar a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    word-spacing: 4px;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

.navbar-toggler-icon {
    width: 20px;
}

.navbar-toggler {
    padding: 2px 13px;
    box-shadow: none !important;
    outline: none !important;
}

.scrolled-nav {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
}

.scrolled-nav .logo {
    max-width: 45px !important;
}

.explore-btn {
    position: absolute;
    right: 17px;
    bottom: 11px;
    background: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 23px;
    font-weight: 300;
    color: #000 !important;
    z-index: 1;
}

.explore-btn img {
    width: 35px;
    margin-left: 12px;
}

.country-list li {
    display: flex;
}

.product-view-nav {
    text-decoration: none !important;
    color: #252525;
}

.filter-area {
    width: 100%;
    max-width: 230px;
    min-width: 220px;
}

.breadcrumb {
    background: #F6F6F6;
    padding: 16px;
    font-size: 14px;
    border-radius: 5px;
}

.breadcrumb a {
    text-decoration: none !important;
    color: #676767;
    margin: 0px 15px;
}

.breadcrumb li.active {
    font-weight: bold;
    color: #000 !important;
}

.breadcrumb li::before {
    padding-right: 16px !important;
}

.filter-area .accordion .accordion-button {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px !important;
    background: white !important;
    box-shadow: none !important;
    z-index:1;
}

.filter-area .accordion .accordion-button::after {
    position: absolute;
    left: 0px;
    background-size: 11px;
    top: 8px;
    background-position: center;
}

.filter-area .form-check {
    font-size: 14px;
    margin-bottom: 3px;
}

.filter-area .accordion-body {
    padding: 5px 7px 7px 28px;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000 !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-check-input:focus {
    border-color: #000000 !important;
}

.price-range input::-webkit-outer-spin-button,
.price-range input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.price-range input[type=number] {
    -moz-appearance: textfield;
}

.price-range input {
    border-radius: 0px;
    padding: 7px 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none !important;
}

.price-range input:focus {
    border: 1px solid #00000005 !important;
    background: #0000000f;
}

.sub-msg {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.color-box-view {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #dbdada;
    margin-left: 7px;
    border-radius: 3px;
}

.clear-all {
    font-size: 13px;
    color: #252525;
}

.product-listing-box .product-box {
    box-shadow: none !important;
    border: 1px solid #bcbebf80;
}

.product-listing-box .product-box .prt-2 p {
    display: none;
}

.product-listing-box .product-box .variant-display {
    width: 13px;
    height: 13px;
}

.product-listing-box .product-box h6 {
    font-size: 13px;
}

.product-listing-box .product-box .price {
    letter-spacing: .5px;
    font-size: 15px;
}

.product-listing-box .offer-percent {
    padding: 3px 5px;
    border-radius: 20px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.product-listing-box .product-box .price .original {
    font-size: 11px;
    opacity: 70%;
    margin-left: 4px;
}

.sort-dd label {
    font-size: 13px;
    white-space: nowrap;
    margin-right: 15px;
    color: #686868;
}

.sort-dd select {
    font-size: 12px;
    color: #252525;
    outline: none !important;
    padding-left: 12px;
    min-height: 40px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.custom-pagination a {
    display: flex;
    align-items: center;
    border: none !important;
    color: #252525 !important;
    font-size: 14px;
    margin: 0px 10px !important;
    border-radius: 4px;
    z-index: 0 !important;
}

.custom-pagination a:focus {
    box-shadow: none;
}

.custom-pagination a.act-btn {
    border: 1px solid #d1d1d1 !important;
    border-radius: 5px;
    height: 50px;
}

.custom-pagination .inner-page-list {
    border: 1px solid #d1d1d1 !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.custom-pagination .page-item.active a {
    background-color: #D9D9D9;
    border-radius: 4px !important;
    box-shadow: 0px 0px 6px #0000007d;
    border: 1px solid #ffffff70 !important;
}

.filter-button {
    display: none;
}

.mini-gallery .nav .nav-link {
    padding: 0px;
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #fff !important;
}

.mini-gallery .tab-pic {
    min-width: 70px;
    max-width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.mini-gallery .tab-pane img {
    border-radius: 5px;
    width: 100%;
    transition: 0.4s;
}

.mini-gallery .tab-pane img:hover {
    transform: scale(1.06);
}

.mini-gallery .nav-link.active .tab-pic {
    opacity: 50%;
}

.product-detail .lc-tag {
    position: static;
    font-size: 11px;
    padding: 7px 21px;
    display: inline-block;
}

.savings-msg {
    font-size: 14px;
    color: #00943B;
}

.pricing-disp {
    max-width: 500px;
}

.product-detail p {
    font-size: 14px !important;
    line-height: 26px;
}

.variant-avail {
    height: 25px;
    width: 25px;
    min-width: 25px;
    border-radius: 100px;
    border: 3px solid #fff;
    position: relative;
}

.variant-avail.selected {
    box-shadow: 0px 0px 6px #323232;
}

.share-btn {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8c8c8 !important;
}

.variant-avail:hover {
    outline: 1px solid #a3a3a3;
}

.product-details li {
    font-size: 14px;
    margin-bottom: 13px;
}

.product-details li::marker {
    color: #555555;
}

.product-details span {
    width: 104px;
    display: inline-flex;
    justify-content: space-between;
    color: #00000078;
    margin-right: 45px;
    margin-left: 5px;
}

.product-details {
    padding-left: 15px !important;
}

.similar-products {
    background: url(../img/similar-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.similar-products::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #000000bf;
    left: 0;
    top: 0;
}

.sub-title-1 {
    font-weight: 300;
    color: #fff !important;
    font-size: 28px;
    text-align: center;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.similar-products .prt-2 h6 {
    font-size: 13px;
}

.similar-products .product-box .price {
    font-size: 14px;
}

.similar-products .product-box .price .original {
    font-size: 11px;
    margin-left: 4px;
}

.similar-products .product-box .offer-percent {
    padding: 2px 5px;
    border-radius: 17px;
    font-size: 10px;
}

.similar-products .product-box .variant-display {
    width: 13px;
    height: 13px;
}

.similar-products .owl-nav {
    position: absolute;
    width: calc(100% + 200px);
    justify-content: space-between;
    display: flex;
    margin-left: -100px;
    bottom: 50%;
}


.similar-products .owl-nav button {
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    position: relative;
}

.similar-products .owl-nav .owl-next::before {
    transform: rotateY(180deg);
}

.similar-products .owl-nav button::before {
    font-family: bootstrap-icons !important;
    content: "\f284";
    color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.similar-products .owl-nav button span {
    opacity: 0;
}

.categories-section {
    background-image: url(../img/background-1.jpg);
    background-size: cover;
}

.category-pick {
    text-decoration: none !important;
    color: #252525;
}

.category-pick img {
    width: 100%;
    max-width: 230px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
    margin-bottom: 14px;
    aspect-ratio: 1/1;
}

.cart-box {
    border: 1px solid #a4a4a4 !important;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-box img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    border-radius: 5px;
}

.detailed-desc-cart p {
    font-size: 12px;
    margin-bottom: 6px;
}

.feat-list {
    font-size: 12px;
    border-right: 1px solid #B4B4B4;
    padding-right: 25px;
    display: flex;
    align-items: center;
    margin: 9px 20px 15px 0px;
}

.cart-variant-dsp {
    width: 10px;
    height: 10px;
    border-radius: 50px
}

.feat-list .feat-label {
    color: #6B6B6B;
    margin-right: 9px;
}

.feat-list-list .feat-list:last-child {
    border: none !important;
}

.count-control {
    padding: 3px;
    background-color: #f0f0f0;
    max-width: 118px;
    border-radius: 50px;
    margin-top: 15px;
}

.count-control .btn {
    background: #fff;
    padding: 3px;
    min-width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    transition: 0.3s;
}

.count-control .btn:hover {
    background: black;
    color: #fff !important;
}

.count-control input {
    font-size: 13px;
    font-weight: 600;
    text-align: center !important;
    background: #ff000000 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px 5px;
}

.product-c-area {
    min-width: 190px;
}

.product-c-area a {
    font-size: 11px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #EE0000;
}

.product-c-price {
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.product-c-original {
    font-size: 12px;
    text-decoration: line-through;
    color: #999999;
    margin-right: 13px;
    white-space: nowrap;
}

.cart-box .savings-msg {
    font-size: 12px;
    font-weight: 600;
}

.cart-total-box {
    background-color: #F8F8F8;
    padding: 24px;
    font-size: 13px;
    color: #252525 !important;
    max-width: 320px;
    margin-right: 0;
    position: sticky;
    top: 94px;
    min-width: 310px;
}

.amt-view {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 13px 0px;
    padding: 20px 0px;
}

.amt-view div {
    margin-bottom: 10px;
}

.amt-view div:last-child {
    margin-bottom: 0px !important;
}

.amt-view span {
    font-weight: 700 !important;
}

.final-amt {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.final-amt span {
    font-size: 20px !important;
}

.cart-total-box .btn-custom {
    max-width: 300px;
    margin: auto;
}

.cart-total-box .btn-custom img {
    width: 41px;
    margin-left: 20px !important;
}

.checkout {
    background: url(../img/checkout-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.step-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #BCBEBF;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

/* #multi-step-form {
    overflow-x: hidden;
} */

.checkout-forms {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(30px);
    padding: 6rem 6rem 2rem 6rem;
}

.checkout-forms .progress-bar {
    height: 3px !important;
    background-color: rgb(0, 148, 59) !important;
}

.checkout-forms .progress {
    height: 1px !important;
    background: #BCBEBF;
    position: relative;
    overflow: visible !important;
}

.custom-radio-pick {
    padding: 20px 47px;
    background: white;
    border-radius: 5px;
    border: 1px solid #736e6e52;
    font-size: 14px;
    color: #575757;
    line-height: 23px;
    transition: 0.3s;
}

.custom-radio-pick.selected {
    box-shadow: 0px 0px 24px #00000024;
}

.custom-radio-pick .form-check-input {
    width: 20px;
    height: 20px;
    position: relative;
}

.custom-radio-pick .form-check-input:checked {
    background-color: #ffffff !important;
    border-color: #000000 !important;
    box-shadow: none !important;
    outline: 7px solid black !important;
    outline-offset: -18px;
}

.custom-radio-pick .form-check-input:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    background: #000 !important;
    left: 4px;
    border-radius: 50px;
}

.order-status {
    border-radius: 25px;
    background-color: rgb(255 255 255 / 76%);
    backdrop-filter: blur(21px);
    position: relative;
    padding: 2rem;
    overflow: hidden;
    max-width: 1330px;
    margin: auto;
    z-index: 1;
}

.order-status a {
    text-decoration: none !important;
}

.order-status::after {
    content: "";
    background-image: url(../img/confetti.png);
    position: absolute;
    background-size: contain;
    top: 0;
    width: 700px;
    height: 700px;
    left: 26%;
}

.order-status .content-dis {
    z-index: 1;
    position: relative;
}

.order-status .btn-custom {
    max-width: 250px;
}

.order-review .cart-box {
    border: none !important;
    background-color: #fff !important;
    margin-bottom: 10px !important;
}

.status-progress-bar {
    max-width: 800px;
    margin: auto;
    padding: 0px 20px;
}

.coupon-application-area {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    margin-bottom: 15px;
}

.coupon-application-area input[type=text] {
    background-color: #D9D9D9;
    font-weight: 700;
    border: none !important;
    margin-top: 5px;
    font-size: 13px;
    min-height: 40px;
}

.coupon-application-area .btn-custom {
    margin: auto;
    margin-top: 15px;
    padding: 6px 15px !important;
    font-size: 12px !important;
    font-weight: 500;
    min-width: 128px;
}

.coupon-application-area label {
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-list .cart-box img {
    width: 85px !important;
    height: 85px !important;
}

.cart-list .cart-box h6 {
    font-size: 15px !important;
}

.cart-list .detailed-desc-cart p {
    font-size: 11px !important;
}

.cart-list .feat-list {
    margin: 0px 16px 0px 0px !important;
    white-space: nowrap;
}

.cart-list .product-c-price {
    font-size: 17px !important;
    font-weight: 800 !important;
}

.checkout .btn-custom {
    padding: 10px 30px;
    font-size: 14px;
}

.feat-cart-list-mob .feat-list {
    border: none !important;
    margin-bottom: 5px !important
}

.payment-opt-select {
    padding: 2.5rem;
    background: white;
    border-radius: 10px;
}

.payment-opt-select .accordion-button {
    padding: 0px !important;
    box-shadow: none !important;
    border: none !important;
}

.ps-check label {
    width: 100% !important;
    padding: 20px;
    padding-left: 46px !important;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}

.payment-opt-select .custom-radio-pick {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.payment-opt-select .accordion-button::after {
    position: absolute;
    right: 10px;
    pointer-events: none !important;
}

.payment-opt-select .custom-radio-pick .form-check-input {
    left: 34px;
    top: 18px;
}

.payment-opt-select .accordion-header {
    --bs-accordion-active-bg: white !important;
}

.payment-opt-select .accordion-item {
    border-left: none !important;
    border-right: none !important;
}

.payment-opt-select .accordion-item:first-child {
    border-top: none !important;
}

.upi-pay img {
    display: block;
    margin: auto;
    background: white;
    border-radius: 75px;
    border: 1px solid #e3e3e3;
    object-fit: contain;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.upi-pay {
    text-decoration: none !important;
    color: #252525;
    font-size: 13px;
    margin-bottom: 12px;
}

.pay-details-form input {
    border: none !important;
    background: whitesmoke !important;
    box-shadow: none !important;
    font-size: 13px;
    padding: 10px 15px;
}

.pay-details-form label {
    margin-bottom: .5rem;
    font-size: 12px;
    font-weight: 700;
}

.pay-details-form .btn-custom {
    padding: 7px 21px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 14px;
}

.payment-opt-select .cod::after {
    display: none !important;
}

.wallet-listing {
    text-decoration: none !important;
    color: #252525;
    font-size: 12px;
}

.wallet-listing img {
    width: 64px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.checkout-final-detail {
    background: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.checkout-final-detail .det {
    margin-bottom: 25px;
}

.checkout-final-detail .det label {
    color: #6E6E6E;
    display: block;
}

.checkout-final-detail .det .text-success {
    color: #2DAE00 !important;
}

.det.total-display label {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
}

.det.total-display span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
}

.det.total-display {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}

.complt-ordr {
    max-width: 200px;
    margin: auto;
}

.step-circle label {
    position: absolute;
    top: 30px;
}

.modal .modal-footer .btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 20px !important;
}

.modal input,
.modal textarea,
.modal select {
    background: #e5e5e5 !important;
    border-radius: 4px;
    color: #252525 !important;
    box-shadow: none !important;
    font-size: 14px;
    border: none !important;
    min-height: 35px;
}

.step-circle.active::after{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #00943B;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #00943b;
}
.time-period .order-review .cart-box{
    background-color: #F4F4F4 !important;
    text-decoration: none !important;
    color: #252525;
    display: block;
}
.status-display label{
    font-size: 13px;
    display: block;
    color: #000 !important;
}
.status-display .status-nme{
    font-size: 17px !important;
    font-weight: 600;
}
.status-nme.order-total{
    font-size: 20px !important;
}
.status-display{
    width:100%;
}
.time-period-label::after{
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D7D4D4;
}
.time-period{
    margin-bottom: 30px;
}

.track-nav{
    background-color: #efefef;
    padding: 12px 22px;
    font-weight: 300;
    border-radius: 5px;
    font-size: 14px;
}
.track-nav .order-stat-dsp{
    color: #009BCC;
}
.track-nav b{
    font-weight: bold !important;
}
.stat-display .circle-checker{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #00C314;
    background-color: white;
    margin-bottom: 20px;
    margin-top: -11px;
    z-index: 1;
    position: relative;
}
.stat-display.over .circle-checker{
    background-color: #00C314 !important;
    border: 2px solid #ababab;
}
.stat-display .dt-track{
    font-size: 12px !important;
    font-weight: 600;
}

.stat-display .stat-description{
    font-size: 14px;
    color: #7B7B7B;
    line-height: normal;
}
.track-order-stat .progress{
    max-width: calc(100% - 166px);
}
.track-order-stat{
    max-width: 1135px;
    margin: auto;
}
.profile-title-area{
    background-image: url(../img/profile-cover.jpg);
    background-position: center;
    background-size: cover;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding-left: 30px;

}

.pd-area .profile-picture{
    height: 70px;
    width: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.pd-area{
    display: flex;
    gap: 15px;
    color: #ffff;
}

.disp-loyalty-points{
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.profile-det-box {
    border: 1px solid #00000033;
    border-radius: 5px;
    padding: 7px;
}

.profile-det-box  .profile-det-title, .profile-det-box .accordion-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    text-transform: uppercase;
    background: black;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    min-height: 40px;
    box-shadow: none !important;
}
.profile-det-box  .profile-det-title h6{
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
}
.profile-det-box  .profile-det-title a{
    text-decoration: none !important;
    color: #fff;
    margin-right: 10px;
}
.prof-det-bx {
    padding: 20px 10px;
    border-bottom: 1px solid #dddddd;
}
.prof-det-bx label{
    display: block;
    color: #8B8B8B;
    font-size: 14px;
}
.prof-det-bx span{
    font-weight: 600;
    font-size: 14px;
}
.prof-det-bx:last-child{
    border-bottom: 0px !important;
}
.profile-det-box.sty-2{
    background-color: #F6F6F6 !important;
    border: none !important;
    padding: 9px !important;
}

.profile-det-box .btn-custom-light{
    color: #000 !important;
    font-size: 12px;
    padding: 5px 15px !important;
    min-height: auto !important;
    text-transform: capitalize;
}
.profile-det-box .cart-box{
    background: white !important;
    border: 1px solid #cbcbcb !important;
    margin-bottom: 0px !important;
    margin-top: 10px;
    color: #252525 !important;
    text-decoration: none !important;
    padding: 5px !important;
    display: block;
}
.profile-det-box .cart-box img {
    width: 70px;
    height: 70px;
}
.profile-det-box .detailed-desc-cart h6{
    font-size: 14px !important;
}
.profile-det-box .feat-list {
    font-size: 11px !important;
    margin: 5px 20px 5px 0px !important;
}

.profile-det-box .status-display .status-nme {
    font-size: 13px !important;
    font-weight: 500;
}

.profile-det-box .status-display label {
    font-size: 12px !important;
}

.profile-det-box .status-display .status-nme.order-total{
    font-weight: 600 !important;
    font-size: 14px !important;
}
.prof-det-edit-area{
    max-width: 325px;
}

.profile-det-box .product-box{
    box-shadow: none !important;
    border: 1px solid #d2d2d2;
    margin-bottom: 0px !important;
}

.profile-det-box .prod-img{
    max-height: 120px;
}

.profile-det-box .lc-tag{
    left: 7px !important;
    top: 7px !important;
}

.profile-det-box .product-box .prt-2 h6{
    font-size: 12px !important;
}
.profile-det-box .product-box .price .original {
    font-size: 11px !important;
}
.profile-det-box .product-box .price {
    font-size: 15px !important;
    line-height: 17px !important;
}

.profile-det-box .product-box  .offer-percent {
    padding: 2px 9px !important;
    border-radius: 50px !important;
    font-size: 10px !important;
}
.profile-det-box .accordion-button::after{
    filter: invert(1);
    margin-right: 15px;
}

.error-page{
    background-image: url(../img/404bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 4rem 1rem;
}

.error-page .btn-custom{
    font-size: 15px;
    max-width: 206px;
    text-transform: capitalize !important;
    margin: auto;
    padding: 11px 23px;
    margin-top: 25px;
}

.error-pageimg{
    max-width: 280px;
}

.toggle-password{
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 22px;
    color: #696969;
}

.custom-form-sty input,.custom-form-sty select{
    background: #F5F5F5;
    border: none !important;
    padding: 12px;
    font-size: 13px;
    box-shadow: none !important;
}
.custom-form-sty label{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-credt-area{
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}
.user-credt-area .container{
    position: relative;
    z-index: 1 !important;
}
.user-credt-area::before{
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: linear-gradient(45deg, #000000ad, transparent);
    position: absolute;
}
.user-credt-area::after{
    content: "";
    background-image: url(../img/logo-alt.png);
    background-size: contain;
    width: 500px;
    height: 500px;
    left: 0;
}
.user-credt-box{
    background: #ffffff;
    max-width: 525px;
    border-radius: 10px;
    text-align: center;
    padding: 3rem;
    margin: auto;
}

.custom-form-sty input:focus{
    background-color: #ededed !important;
}

.user-credt-area .custom-form-sty .form-label{
    font-size: 14px;
}

.user-credt-area .custom-form-sty .login-input-icon{
    width: 16px;
    opacity: 63%;
}
.user-credt-area .custom-form-sty .input-group-text{
    border: none !important;
    background-color: #f5f5f5 !important;
}

.or-seperator::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7b7b7b52;
    position: absolute;
    left: 0;
    top: 13px;
}

.or-seperator span{
    background-color: white;
    position: relative;
    width: 60px;
    color: #7B7B7B;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.opt-lineup{
    display: flex;
    gap: 15px;
    justify-content: space-evenly;
}

.opt-lineup a{
    color: #252525 !important;
    margin-bottom: 25px;
    display: block;
}

.opt-lineup a img{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.user-credt-area-link-area a{
    font-size: 12px;
    text-decoration: none !important;
}
.user-credt-area a.btn-custom{
    max-width: 200px;
}

.contact-section{
    background-image: url(../img/background-1.jpg);
    background-size: cover;
    background-position: center;
}

.contact-link{
    display: block;
    text-align: center;
    background: black;
    padding: 5px 5px 15px 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.contact-link i{
    font-size: 31px;
    margin-bottom: 25px !important;
    display: block;
    padding: 15px;
    background: #141414;
    border-bottom: 3px solid #424242;
    background-image: url(../img/nav-bg-2.jpg);
    background-size: cover;
    background-position: right;
}
.contact-link label, .contact-link h4{
    pointer-events: none !important;
}

.terms-section p,.terms-section ul{
    font-weight: 300 !important;
    color: #000 !important;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 33px;
    text-align: justify;
}

.about-banner{
    background-image: url(../img/abt-banner-n1.jpg);
    background-size: cover;
    background-position: center;
}

.banner-content-about{
    padding: 5rem;
}
p{
    font-weight: 300;
}
.cust-container{
    background: linear-gradient(95deg, black, #00000000);
    color: #fff !important;
}
.about-banner-2 img{
    width: 100%;
    margin: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    max-height: 400px;
}
.about-section p{
    font-size: 18px;
    line-height: 35px;
}

.about-banner-3{
    background-image: url(../img/background-1.jpg);
    background-size: cover;
    background-position: center;
}
.abt-det-box{
    max-width: 470px;
    background: white;
    width: 100%;
}

.abt-det-box img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.abt-det-box .abt-desc{
    padding: 40px 20px;
}
.about-banner-4{
    background-image: url(../img/nav-bg-2.jpg);
    background-size: cover;
}
.about-banner-4 h3{
    text-align: center;
    background: #00000070;
    padding: 20px;
    border-radius: 10px;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cvlist li{
    margin-bottom: 22px;
    background: linear-gradient(45deg, black, transparent);
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 300;
    list-style: none !important;
    border-radius: 8px;
}
.abt-dt-bx-2{
    border: 1px solid;
    padding: 26px;
    margin-top: 30px;
    border-radius: 5px;
}

.product-listing .tab-content .btn-custom-light{
    margin: auto;
    max-width: 145px;
    margin-bottom: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-navbar .dropdown-menu a:active{
    background-color: #000 !important;
}

footer .container-1 a:hover,footer .container-1 a.active{
    font-weight: 600 !important;
}

.track-order-stat .progress{
    --bs-progress-bar-bg: #00c314 !important;
}
.progress-stat-box{
    padding: 10px;
    background: #00000005;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
.track-nav label:first-child{
    margin-right: 20px;
}
.order-details-display{
    padding: 20px;
    background-color: #F4F4F4;
    border-radius: 5px;
}
.order-details-display .cart-box  img{
    width: 70px !important;
    height: 70px !important;
}
.order-details-display .feat-list,.order-details-display .cart-list .detailed-desc-cart p {
    font-size: 10px;
    line-height: 11px;
}
.order-details-display .cart-list .cart-box h6 {
    font-size: 13px !important;
}
.disp-box-2{
    font-size: 13px;
    background-color: #fff !important;
    padding: 20px;
    border-radius:5px;
    color: #666;
}
.paymnt-det-list li::marker{
    font-size: 25px;
    color: silver !important;
    line-height: 11px;
}

.order-details-display .text-success{
    color: #279700 !important;
}

.disp-box-2.disp-address{
    color: #000000 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
}
.btn-buy-now{
    background-color: #BCBEBF !important;
    color: #000000 !important;
    font-weight: bold;
}
.btn-custom.btn-buy-now:hover{
    background-color: #e4e4e4 !important;
}

.step-container {
    position: relative;
    text-align: center;
    max-width: 760px;
    margin: auto;
    width: 100%;
    top: -62px;
    align-items: end;
    margin-bottom: 20px;
}

.step-circle.complete{
    background-color: #00943b !important;
}

.step-circle.complete label{
    opacity: 50%;
}
.mini-gallery .tab-content{
    overflow: hidden;
    border-radius: 5px;
}
.custom-navbar .dropdown-item.active,.custom-navbar .dropdown-item:active{
    background-color: #737373 !important;
}
.explore-btn:hover{
    transform: scale(1.04);
    box-shadow: 0px 0px 16px #0000008c;
}

.contact-link div{
    padding: 10px !important;
}
.note-area{
    background-color: #F7F7F7;
    padding: 12px 20px;
    font-size: 12px;
    margin-top: 25px;
    border-radius: 5px;
}

footer .container-1 .adj-p a{
    word-spacing: 4px;
}

.category-popup .nav-link{
    font-size: 14px;
    border-radius: 0px !important;
    background: #ffffff00 !important;
    font-weight: 400;
    padding: 8px 25px;
    color: #252525 !important;
    border: 1px solid #2525253b;
    text-align: left;
    min-height: 54px;
    min-width: 136px;
    transition: 0.3s;
}
.category-popup .nav-link.active{
    background:#000 !important;
    color: #fff !important;
}
.category-popup .nav-link:hover{
    background: #e9e9e9 !important;
    color: #252525 !important;
}
.category-popup .dropdown-menu{
    width: 90vw;
    box-shadow: 0px 0px 20px #00000078;
    max-width: 900px;
}
.category-popup .tab-content{
    padding: 20px;
    width: 100%;
    min-height: 217px;
    box-shadow: -4px 1px 7px #0000003d;
    max-height: 380px;
    overflow-y: auto;
}
.category-popup-box{
    display: block;
    background: #fff !important;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    text-decoration: none !important;
    border-radius: 5px !important;
    color: #252525 !important;
    box-shadow: 0px 0px 12px #0000001f;
    padding: 5px !important;
}
.category-popup-box img{
    border-radius: 5px;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.category-popup-box:hover,.category-popup .tab-content .category-popup-box:active{
    box-shadow: 0px 0px 10px #0000005e !important;
    background-color: #fff !important;
}
.category-popup .dropdown-toggle::after{
    display: none;
}
.category-popup .nav.nav-pills{
    max-height: 380px;
    overflow-y: auto;
    min-width: 200px;
    flex-wrap: nowrap;
}
.category-popup .btn-custom-light{
    display: flex;
    align-items: center;
    margin-top: 37px;
    font-size: 13px;
    padding: 3px 20px !important;
    min-height: 36px !important;
}
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 50px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3f3f3f; 
  }

  .category-popup .flex-column.nav-pills::-webkit-scrollbar,.category-popup .tab-content::-webkit-scrollbar{
    width: 5px;
  }
  .paymnt-logos img{
    width: 55px;
  }
  .app-store-img a{
    max-width: 120px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .segment-icon{
    max-width: 60px;
    display: block;
    margin-bottom: 8px;
  }
  .segment-area .col-12{
    background: repeating-linear-gradient(45deg, #1b1b1b, transparent 3px);
  }

  .modal .note{
    font-size: 12px;
    border: 1px dashed #0000004f;
    padding: 8px;
    width: 100%;
    display: block;
  }
  .mw-200{
    max-width: 200px;
  }

  .track-order-modal input,.track-order-modal input::-webkit-outer-spin-button,
  .track-order-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
    }

  .otp-input{
    display: flex;
    gap: 10px;
    max-width: 325px;
    margin: auto;
    margin-top: 25px;
  }
.otp-input input{
    min-height: 49px !important;
    font-size: 34px !important;
    text-align: center;
    padding: 10px !important;
}
  .track-order-modal input{
    min-height: 50px !important;
  }
  
  
.center-img{
    aspect-ratio: 4 / 2;
    width: 100%;
    background: #dfdfdf;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .centre-display-box{
    padding: 12px;
    border-radius: 10px;
    background: #f3f3f3;
    height: 100%;
  }
  .centre-display-box a{
    text-decoration: none !important;
    font-weight: 600;
    color: black;
    background: #ffffff;
    padding: 6px 17px;
    border-radius: 18px;
    display: inline-block;
    white-space: nowrap;
    margin-top: 10px;
  }

  .centre-display-box .btn-custom {
    text-transform: capitalize;
    font-size: 13px;
  }
  .mini-navbar{
    padding: 5px 0px !important;
  }
  .logo{
    max-width: 45px !important;
  }
  .nav-options-d {
    justify-content: end !important;
    gap: 25px;
    margin-right: 41px;
}

.product-listing-box{
    width: 100%;
}

.na-bx img{
    height: 100%;
}


.lang-dropdown .dropdown-toggle{
    background: black;
    color: #fff;
    font-size: 13px;
    padding: 6px;
}

.navbar-link-area-custom a{
    font-size: 14px;
    color: #fff !important;
    border-right: 1px solid #ffffffaa;
    padding: 2px 15px !important;
}
.navbar-link-area-custom{
    background-color: #4f4f4f;
    padding: 6px 0px;
    z-index: 3;
}

.lang-pick-custom a img{
    width: 23px;
    height: 20px;
    margin-right: 7px;
}
.lang-pick-custom a{
    cursor: pointer;
    padding: 5px 5px !important;
    font-size: 13px;
}
.contact-hdng ~ hr{
    visibility: hidden;
}
.navbar-link-area-custom.scrolled-nav{
    top: 72px !important;
}

.categories-home .category-popup-box img{
    width: 100%;
    margin-bottom: 8px;
}

.categories-home .category-popup-box{
    box-shadow: none !important;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.categories-home .category-popup-box:hover{
    background: #f0f0f0 !important;
}

div{
    transition: 0.3s;
}

.cart-item-px{
    width: 60px;
    margin-right:10px;
    min-width: 60px;
}

.new-cart-box .box-title{
    width: 100%;
    padding: 5px 8px;
    background-color: #4f4f4f;
    font-size: 14px;
    color: #ffff;
    margin-bottom: 7px;
    min-height: 31px;
    display: none;
}
.cart-list .new-cart-box:first-child .box-title{
    display: block !important;
}

.cart-prod-info h5{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px !important;
}
.cart-prod-info p{
    font-size: 13px;
    margin-bottom: 1px !important;
}
.n-features-list{
    display: inline-flex;
    gap: 6px;
    margin-top: 12px;
    flex-flow: wrap;
    margin-right: 20px;
}
.n-features-list span{
    font-size: 12px;
    padding: 5px 9px;
    background: #f0f0f0;
    border-radius: 5px;
    line-height: normal;
}
.ncart-price{
    font-size: 14px !important;
    font-weight: 600;
}
.new-cart-box{
    display: grid;
    grid-template-columns: 45% 21.1% 15% 15% 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.remove-n-item b{
    display: none;
}
.new-cart-box .count-control .btn,.new-cart-box .count-control{
    border-radius: 2px !important;
}

.price-int .ncart-price{
    opacity: 70%;
}

.lang-pick-custom .dropdown-item.selected,.lang-dropdown .dropdown-item.selected{
    background-color: #efefef;
}

.side-panel-nav-n{
    margin-top: 20px;
}

.minibar-slider p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    /* letter-spacing: 2px; */
    /* animation: textanim 2s; */
}

@keyframes textanim {
    from {letter-spacing: 0px;}
    to {letter-spacing: 2px;}
  }

.navbar-link-area-custom a:hover{
    opacity: 75% ;
}
.navbar-link-area-custom a.active{
    font-weight: 600;
}

.color-oos::after{
    content: "";
    width: 28px;
    height: 2px;
    background-color:#25252578;
    position: absolute;
    top: 9px;
    left: -3px;
    transform: rotate(131deg);
}
.color-oos{
    overflow: visible;
    opacity: 78%;
    outline: 2px solid #00000036;
}

.prod-color-picker img{
    aspect-ratio: 1/1;
    width: 40px;
    border-radius: 5px;
}

.prod-color-picker .btn{
    max-width: 166px;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 10px;
    border: 1px solid #4f4f4f3d;
    padding: 5px;
    border-radius: 5px !important; 
}

.prod-color-picker span{
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #292929;
    position: relative;
}
.prod-color-picker{
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.prod-color-picker .btn.selected{
 background-color: #ebebeb;
}
.prod-color-picker .btn.unavailable{
 cursor: no-drop;
 opacity: 75%;
}

.prod-color-picker .btn.unavailable span::after{
    content: "";
    width: 31px;
    height: 1px;
    background-color: #252525e0;
    position: absolute;
    left: calc(50% - 10px);
    transform: rotate(145deg);
    top: 50%;
}

/* ---- ARABIC CSS ~ STARTS --- */

.ar_body .carousel-item{
    margin-right: auto;
}

.ar_body .explore-btn{
    left: 17px !important;
    right: auto;
}
.ar_body .custom-search .search-btn{
    right: 34px;
    padding: 0px 14px;
}

.ar_body .offcanvas.offcanvas-end{
    right: auto !important;
}
.ar_body input{
    text-align: right;
}

.ar_body .otp-input input{
    text-align: center !important;
}

.ar_body .footer-header::after{
    right: 0 !important;
    left: auto;
}

.ar_body .cvlist li{
    background: linear-gradient(220deg, black, transparent);
}
.ar_body .cart-item-px,.ar_body .action-btn img{
    margin-right: 0px;
    margin-left: 10px;
}

.ar_body .n-features-list{
    margin-right: 0px;
    margin-left: 20px;
}

.ar_body .dsp-sty-2::before {
    background: linear-gradient(92deg, transparent, #312626a8, #000000c9 88%) !important;
}

.ar_body .dsp-sty::before {
    background: linear-gradient(270deg, transparent, #312626a8, #000000c9 88%);
}

.ar_body .owl-carousel{
    direction: ltr !important;
}

.ar_body .lc-tag{
    left: auto;
    right: 15px;
}

.ar_body .owl-item .variants{
    justify-content: start !important;
    right: auto !important;
}

.ar_body .prt-2{
    text-align: right;
}

.ar_body .prt-2 .align-items-center{
    flex-direction: row-reverse !important;
}

.ar_body .prt-2 .price{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 7px;
}

.ar_body .product-box .variants{
    right: 0 !important;
}

.ar_body .category-popup .nav-link{
    text-align: right !important;
}

.ar_body .sort-dd label{
    margin-left: 15px;
}

.ar_body .custom-pagination .pagination{
    direction: ltr !important;
}

.ar_body .pricing-disp h4{
    display: flex;
    align-items: center;
    direction: ltr;
    flex-direction: row-reverse;
}
.ar_body .product-details span{
    margin-right: 5px;
    margin-left: 10px;
}

.ar_body .breadcrumb a{
    margin: 0px !important;
}

.ar_body .breadcrumb li::before{
    padding-right: 0px !important;
}

.ar_body .cart-list .cart-box img{
    margin-right: 0px !important;
}

.ar_body .cart-list .feat-list{
    border-right: none !important;
    border-left: 1px solid #B4B4B4;
    padding-left: 25px;
    padding-right: 0px !important;
}

.ar_body .payment-opt-select .custom-radio-pick .form-check-input{
    left: 0px !important;
}
.ar_body .ps-check label{
    padding-left: 20px !important;
    padding-right: 40px !important;
}

/* .custom-form-sty label{
    display: flex;
    justify-content: inherit;
    gap: 5px;
} */

.opt-lineup ~ label{
    justify-content: center;
}

.ar_body .time-period .order-det-sum{
    margin-right: 0px !important;
}
.ar_body .time-period .bi-chevron-right{
    transform: rotate(180deg);
}

.gift-card-opt{
    background: #f8f8f8;
    padding: 16px;
    margin-top: 40px;
    /* border: 1px dashed #d3d3d3; */
    font-size: 14px;
}

.gift-card-opt input,.gift-card-opt textarea{
    border: 1px solid #b9b9b9 !important;
    box-shadow: none !important;
    font-size: 13px;
}

.gift-wrap-img{
    aspect-ratio: 1 / 1;
    max-width: 93px;
    border-radius: 5px;
}

.ar_body .gift-card-opt .form-check-input{
    float: right;
    margin-left: 8px !important;
}

.navbar-link-area-custom .navbar-nav {
    justify-content: start !important;
}

.minibar-slider{
    height: 20px;
}
.ar_body .custom-search input{
    margin-right: 10px;
}

.ar_body .explore-btn img,.ar_body .new-arrival a img{
    transform: rotate(180deg);
}

.ar_body .home-banner .carousel .carousel-control-next{
    left: 0 !important;
    right: auto !important;
}
.user-credt-box .input-group .text-danger{
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: -16px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.product-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-box .btn-custom.action-btn{
    margin-top:0px !important;
}

@media only screen and (max-width:768px){
    .ar_body .payment-opt-select .custom-radio-pick .form-check-input{
        left: -28px !important;
    }
}