@import url('https://fonts.googleapis.com/css');
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

:root {
    --bs-white: #fff;
    --bs-dark: #212529;
    --bs-body-color: #212529;
    --bs-primary: #70c332;
    --bs-light-primary: #f4ffe7;
    --bs-secondary: #4d4d4d;
    --bs-light: #f2f4f8;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    overflow-x: hidden;
    color: #000;
    font-family: 'Bahnschrift', 'Quicksand', 'SolaimanLipi', sans-serif;
    letter-spacing: normal;
    background-color: var(--bs-white);
}

del{
    color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002257;
    font-weight: 400;
}

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

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

.text-xxs {
    font-size: 12px;
    line-height: 1.2;
}
.del-text-xxs {
    color: #ff3838;
    /*font-size: 12px;*/
    /*line-height: 1.2;*/
    font-weight: 500;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 17px;
    text-decoration: line-through;
}
.product-card_discount{
        color: #70c332;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.text-xs {
    font-size: 14px;
}

.text-sm {
    font-size: 15px;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 22px;
}

.text-xl {
    font-size: 28px;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.lh-1 {
    line-height: 1;
}

.form-control:focus {
    box-shadow: none;
}

.grayscale {
    filter: var(--tw-grayscale);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
}

.grayscale:hover {
    --tw-grayscale: grayscale(0%);
}
.section-border-bottom{
    /*border-bottom: solid 1px #ccc9c9;*/
    position: relative;
    padding-bottom: 5px;
}
.drop-shadow-md {
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
}

.duration-500 {
    transition-duration: .5s;
}

.scrollTop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    z-index: 99;
    border: 2px solid var(--bs-primary);
    color: var(--bs-white);
    background-color: var(--bs-primary);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 0;
    visibility: hidden;
    overflow: 0;
    transform: scale(0);
}

.scrollTop.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/* ========== Social Icons Css Start ========== */
.social-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 7px;
}

.social-links ul li a {
    display: block;
}

.social-links ul li i {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 50%;
    color: var(--bs-white);
    background-color: rgb(255 255 255 / 10%);
}

/* ========== Social Icons Css Start ========== */


/* ========== Header Section Css Start ========== */
.topbar {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 0;
}

.middlebar {
    background-color: var(--bs-white);
    color: var(--bs-gray-700);
    padding: 15px 0;
}

.bottombar {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    position: relative;
    z-index: 999;
}

.main-menu__link {
    display: inline-block;
    padding: 8px 8px;
}

.main-menu__link:hover {
    color: var(--bs-white);
}

.drowpdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--bs-white);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    width: 200px;
    padding: 6px 0;
}

.dropdown:hover .drowpdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-link {
    display: block;
    color: var(--bs-dark);
    padding: 5px 16px;
    white-space: normal;
}

.dropdown-link:hover {
    color: var(--bs-primary);
}

.mobile-header {
    background-color: var(--bs-white);
    padding: 8px 0;
    position: relative;
    border-radius: 0 0 20px 20px;
}

/* ========== Header Section Css End ========== */

/* ========== Mobile Menu Css Start ========== */
.icon-line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    position: relative;
    background-color: var(--bs-primary);
}

.icon-line:before,
.icon-line:after {
    background-color: var(--bs-primary);
    display: block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.icon-line:before {
    top: -10px;
}

.icon-line:after {
    top: 4px;
}

.close-icon {
    display: block;
    width: 26px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-white);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    background-color: var(--bs-primary);
    height: 60px;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: transparent;
}

.list-item {
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 15px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #b0b0b0;
    width: 50px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: scroll;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
}

.list-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-white);
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-right: 1px solid rgb(255 255 255 / 15%);
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 20px;
    padding-right: 3px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    color: var(--bs-white);
}

.menu-heading-list {
    padding: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    background-color: var(--bs-primary);
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-link,
.menu-link:hover,
.menu-link:focus {
    display: block;
    color: var(--bs-gray-700);
    padding: 10px 15px;
}

/* ========== Mobile Menu Css End ========== */

/* ========== Sticky Footer Css Start ========== */
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
    z-index: 999;
}

.sticky-footer__list {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: flex-end;
}

.sticky-footer__item {
    display: flex;
    position: relative;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    height: 52px;
}

.sticky-footer__item:first-child::before {
    border-top-left-radius: 20px;
}

.sticky-footer__item:last-child::before {
    border-top-right-radius: 20px;
}

.sticky-footer__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/icons/curve.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--bs-white);
}

.sticky-footer__item.active::before {
    background-color: transparent;
}

.sticky-footer__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: var(--bs-white);
}

.sticky-footer__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--bs-gray);
    position: relative;
    z-index: 1;
}

.sticky-footer__link:hover {
    color: var(--bs-primary);
}

.sticky-footer__item .img {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 18px;
    transition: all 0.1s ease-out;
    transform: translate(0, 2px);
}

.sticky-footer__item.active i {
    font-size: 42px !important;
}

.sticky-footer__item.active .img {
    background-color: var(--bs-primary);
    transform: translateY(-14px);
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
}

.sticky-footer__item.active img {
    filter: brightness(0) invert(1);
}

.sticky-footer .item-name {
    font-size: 15px;
    font-family: SFProDisplayLight;
    padding-bottom: 4px;
    font-weight: 900;
}

/* ========== Sticky Footer Css End ========== */

/* ========== Featured Section Css Start ========== */
.cat-banner-product{
    position: relative;
}
.cat-banner-product-area{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: linear-gradient(180deg,hsla(0,0%,80.8%,0) -2%,rgba(0,0,0,.75) 80%);
}
.cat-banner-product-area h6{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.slide__list .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.slide__list .slick-dots li {
    display: flex;
}

.slide__list .slick-dots button {
    font-size: 0;
    border: none;
    padding: 0;
    width: 12px;
    height: 4px;
}

.slide__list .slick-dots li.slick-active button {
    background-color: var(--bs-primary);
}

.category-card {
    text-align: center;
    background-color: rgb(246 248 250/ 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 8px;
    gap: .5rem;
    border-radius: 0.75rem;
}

/* ========== Featured Section Css End ========== */

/* ========== Product Card Css Start ========== */
.product-card {
    /*text-align: center;*/
    /* border: 1px solid var(--bs-gray-300); */
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bs-white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-card a{
    /*color: var(--bs-dark);*/
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*-webkit-line-clamp: 2;*/
    /*min-height: 34px;*/
    
    color: #39404a;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 38px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 18px;
    
    margin-bottom: 3px 0px !important;
    text-align: center;
}

.discount-badge {
    transform: rotate(45deg);
    font-size: 15px;
    width: 100px;
    text-align: center;
    font-weight: 800;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 7px 4px;
    line-height: 1;
    position: absolute;
    right: -24px;
    top: 15px;
    z-index: 1;
}

.condition-badge {
    transform: rotate(-45deg);
    font-size: 15px;
    width: 100px;
    text-align: center;
    font-weight: 800;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 7px 4px;
    line-height: 1;
    position: absolute;
    left: -24px;
    top: 15px;
    z-index: 1;
}

.pro-list-star{
    font-size: 13px;
    margin-bottom: 3px;
}
.pro-list-star i{
    color: #ffab10;
}

.product-card__image {
    position: relative;
    margin: -10px;
    margin-bottom: 10px;
}

.product-card__image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-card__image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-card__prices {
    /*font-size: 17px;*/
    /*font-weight: 900;*/
    /*color: var(--bs-dark);*/
    font-weight: 500;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 17px;
}

.product-card__btn {
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
    padding: 1px 7px;
    border-radius: 3px;
    border: 1px solid var(--bs-primary);
    font-family: 'SFProDisplay';
    flex-grow: 1;
}

.product-card__btn.filled {
    /*background-color: var(--bs-primary);*/
    /*color: var(--bs-white);*/
    
    background-color: #e8e8e8;
    font-family: Rubik, sans-serif;
    font-style: normal;
    width: 100%;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 4px 5px;
    box-sizing: border-box;
    color: #39404a;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all .3s linear;
}

.product-card__btn.filled:hover {
    /*border: 1px solid var(--bs-primary);*/
    /*color: var(--bs-primary);*/
    /*background-color: transparent;*/
    
    background-color: #70c332;
    color: var(--bs-white);
}

.product-card__btn.outlined {
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.product-card__btn.outlined:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.filter-btn:focus,
.filter-btn {
    line-height: 1;
    font-size: 20px;
    color: var(--bs-primary);
    padding: 4px 8px;
    border: 1px solid var(--bs-primary);
    border-radius: 3px;
}

.filter-select {
    font-size: 14px;
    border-radius: 3px;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.filter-select:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.footer-link {
    position: relative;
    color: #ffffff;
}

.footer-address{
    color: #ffffff;
}

.footer-link::after {
    content: '';
    width: 1px;
    height: 10px;
    display: inline-block;
    background-color: #3d444b;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-link:hover {
    color: var(--bs-primary);
}

.footer-btn__lg {
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--bs-white);
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: var(--bs-white);
    height: 70px;
}

.footer-btn__lg:hover {
    color: var(--bs-primary);
}

.footer-btn__lg i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer-btn__lg>div {
    padding-left: 15px;
    border-left: 1px solid var(--bs-white);
    text-align: left;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social__link {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    background-color: rgb(80 80 80/1);
    font-size: 26px;
    border-radius: 6px;
    color: var(--bs-dark);
    margin: 0 4px;
}

.footer-social__link:hover {
    color: var(--bs-primary);
}

.footer-title {
    letter-spacing: 4px;
}

/* ========== Product Card Css End ========== */

/* ========== Mobile Sidebar Css Start ========== */
.mobile-sidebar {
    position: relative;
    z-index: 9999;
}

.sidebar-wrapper {
    position: fixed;
    left: -250px;
    top: 0;
    width: 280px;
    height: 100%;
    overflow: auto;
    background-color: var(--bs-white);
    z-index: 99;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.mobile-sidebar.show .sidebar-wrapper {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-sidebar .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.mobile-sidebar.show .overlay {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.sidebar-header {
    background-color: var(--bs-primary);
    position: relative;
    padding: 12px;
}

.sidebar-header .close-menu {
    height: 50px;
    width: 50px;
}

.sidebar-header .close-icon {
    display: block;
    width: 20px;
    position: relative;
}

.sidebar-body {
    padding: 12px 16px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 5px 0;
    text-transform: capitalize;
}

.sidebar-link i {
    height: 24px;
    width: 24px;
    color: var(--bs-primary);
    margin-right: 10px !important;
    display: inline-grid;
    place-items: center;
}

.sidebar-link:hover {
    color: var(--bs-primary);
}

.sidebar-wrapper .divider {
    margin: 10px 0;
    border-top: 1px solid #e1e1e1;
}

.btn-xs {
    padding: 0 12px;
    border-radius: 3px;
    color: var(--bs-primary);
    font-size: 15px;
}

.btn-login{
    
}

.sidebar-wrapper .social {
    display: flex;
    column-gap: 15px;
}

.sidebar-wrapper .social li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    font-size: 16px;
    border-radius: 50%;
}

.sidebar-wrapper .social li.facebook {
    background: #272eae;
}

.sidebar-wrapper .social li.twitter {
    background: #1590d8;
}

.sidebar-wrapper .social li.instagram {
    background: #833AB4;
}

.sidebar-wrapper .social li.youtube {
    background: #ff0000;
}

.sidebar-wrapper .social li.dribbble {
    background: #f53e6a;
}

/* ========== Mobile Sidebar Css End ========== */

/* ========== Mobile Cart Css Start ========== */

.mobile-cart {
    position: relative;
    z-index: 9999;
}

.cart-wrapper {
    position: fixed;
    right: -250px;
    top: 0;
    width: 280px;
    height: 100%;
    overflow: auto;
    background-color: var(--bs-white);
    z-index: 99;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.mobile-cart.show .cart-wrapper {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-cart .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.mobile-cart.show .overlay {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.cart-header {
    background-color: var(--bs-primary);
    position: relative;
    padding: 12px;
    flex-shrink: 0;
}

.pd-d-none{
    display: none;
}
.pd-des-all-area{
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;*/
}
.product-desc-tab-btn{
    font-weight: 800;
    /*width: 33.33%;*/
    /*text-align: center;*/
}
.pd-dec-active{
    background: #fd542f;
    padding: 10px;
    border-radius: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.review-heading-title{
    background: #fd542f;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
}
.related-product-title{
    background: #fd542f;
    padding: 20px;
    border-radius: 20px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
}
.pd-hr{
    margin: 0.3rem 0;
    color: #777575;
}
.pd-price{
    font-size: 22px;
    font-weight: 800;
    color: #1e7f64;
}
.pd-old-price{
    font-size: 14px;
    line-height: 30px;
}
.pd-old-price del{
    color: #727070 !important;
}
.pd-rv-star{
    font-size: 15px;
    color: #FDA601;
}
.off-per{
    background: #FDA601;
    padding: 3px 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}
.pd-lft-title{
    color: #707573;
    font-size: 18px;
    font-weight: 600;
}
.pd-rt-content{
    color: #303030;
    font-weight: 700;
    font-size: 18px;
}
.cart-header .close-menu {
    height: 50px;
    width: 50px;
    left: 0;
    right: auto;
    height: 100%;
}

.cart-header .close-icon {
    display: block;
    width: 20px;
    position: relative;
}

.quantity {
    position: absolute;
    right: 17px;
    top: 0;
    min-width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 17px;
    border-radius: 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.cart-body {
    overflow: auto;
    flex-grow: 1;
}

.cart-items {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item {
    display: flex;
    gap: 10px;
    position: relative;
    padding-right: 35px;
}

.cart-image {
    width: 60px;
    position: relative;
    flex-shrink: 0;
}

.cart-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.cart-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-remove {
    position: absolute;
    right: 5px;
    top: 5px;
}

.cart-footer {
    flex-shrink: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-footer .divider {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    margin: 5px 0 10px;
}

.btn-primary {
    white-space: nowrap;
    padding: 1px 7px;
    border-radius: 3px;
    border: 1px solid var(--bs-primary);
    font-family: 'SFProDisplay';
}

.btn-primary.filled {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary.filled:hover {
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
}

.btn-primary.outlined {
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
}

.btn-primary.outlined:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* ========== Mobile Cart Css End ========== */
.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
    border: none;
}

.category-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.category__icon {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    border-radius: 10px;
    width: 60px;
}

.tab_btn {
    font-family: SFProDisplaySemibold;
    font-size: .813rem;
    padding: 2px 5px;
    background-color: transparent !important;
    color: var(--bs-dark);
}

.tab_btn.active,
.tab_btn:hover {
    color: var(--bs-primary) !important;
}


/* ========== Mobile Filter Css Start ========== */
.mobile-filter {
    position: relative;
    z-index: 9999;
}

.filter-wrapper {
    position: fixed;
    right: -250px;
    top: 0;
    width: 280px;
    height: 100%;
    overflow: auto;
    background-color: var(--bs-white);
    z-index: 99;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.mobile-filter.show .filter-wrapper {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-filter .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.mobile-filter.show .overlay {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.mobile-brand {
    position: relative;
    z-index: 9999;
}

.brand-wrapper {
    position: fixed;
    right: -250px;
    top: 0;
    width: 280px;
    height: 100%;
    overflow: auto;
    background-color: var(--bs-white);
    z-index: 99;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.mobile-brand.show .brand-wrapper {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-brand .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.mobile-brand.show .overlay {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.filter-header {
    background-color: var(--bs-primary);
    position: relative;
    padding: 12px;
    flex-shrink: 0;
}

.filter-header .close-menu {
    height: 50px;
    width: 50px;
    left: 0;
    right: auto;
    height: 100%;
}

.filter-header .close-icon {
    display: block;
    width: 20px;
    position: relative;
}

.filter-body {
    padding: 10px 15px;
}

.filter-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.filter-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/**/
.brand-header {
    background-color: var(--bs-primary);
    position: relative;
    padding: 12px;
    flex-shrink: 0;
}

.brand-header .close-menu {
    height: 50px;
    width: 50px;
    left: 0;
    right: auto;
    height: 100%;
}

.brand-header .close-icon {
    display: block;
    width: 20px;
    position: relative;
}

.brand-body {
    padding: 10px 15px;
}

.brand-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.brand-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
/**/
.slick-prev{
   display: none !important; 
}
.slick-next{
   display: none !important; 
}
.category-link {
    display: block;
    font-size: 15px;
    padding: 3px 0;
}

/*.category-link::before {*/
/*    content: '\f053';*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    font-size: 10px;*/
/*    margin-right: 10px;*/
/*    font-weight: 400;*/
/*}*/

.price-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-filter input {
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.price-filter label {
    color: var(--bs-gray);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

/* ========== Mobile Filter Css End ========== */

/* ========== Flash sale Css Start ========== */
.flashsale-wrapper {
    /*background: #f3f3f3;*/
    /*padding: 15px 10px;*/
    border-radius: 10px;
}

.deal-card {
    background-color: var(--bs-white);
    padding: 10px;
    border-radius: 10px;
}

.deal-card__image {
    position: relative;
}

.deal-card__image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.deal-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.deal-card__title {
    font-size: 14px;
    line-height: 1.3;
    font-family: 'SFProDisplay';
    color: var(--bs-dark);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.deal-card__title:hover {
    color: var(--bs-primary);
}

.deal-card__base_price {
    font-size: 13px;
    text-decoration-line: line-through;
}

.deal-card__sale_price {
    font-size: 14px;
    font-family: SFProDisplaySemibold;
}

.deal-card__sales {
    display: flex;
    align-items: center;
}

.deal-card__sales_full {
    flex-grow: 1;
    background-color: rgb(217 247 190/1);
    height: 7px;
    border-radius: 20px;
    margin-right: 10px;
}

.deal-card__remaining {
    background-image: linear-gradient(to right, #d9f7be, #52c41a, #86efac);
    display: block;
    height: 100%;
    border-radius: 20px;
}

.deal-card__remaining_quantity {
    flex-shrink: 0;
    font-size: 12px;
    color: var(--bs-dark);
}

.flashsale-carousel .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.flashsale-carousel .slick-dots li {
    display: flex;
}

.flashsale-carousel .slick-dots li button {
    font-size: 0;
    border: none;
    padding: 0;
    width: 8px;
    height: 8px;
    background-color: var(--bs-white);
    opacity: 0.4;
    border-radius: 50%;
    margin: 0 3px;
}

.flashsale-carousel .slick-dots li.slick-active button {
    opacity: 1;
}

.flashsale-carousel .slick-arrow {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 50%;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
    background-color: var(--bs-white);
    font-size: 14px;
    color: var(--bs-primary);
}

.flashsale-carousel .slick-next {
    right: -10px;
    left: auto;
}

.btn-all {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 19px;
    font-family: SFProDisplaySemibold;
    display: inline-block;
    padding: 3px 16px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 40px;
    letter-spacing: 1px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-all:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/* ========== Flash sale Css End ========== */

/* ========== Category Product Page Css Start ========== */
.btn-category {
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid var(--bs-primary);
    border-radius: 50px;
    color: var(--bs-primary);
    transition: all 0.2s ease-in-out;
}

.btn-category:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.filter-product__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.filter-area {
    flex-shrink: 0;
    width: 240px;
}

.product-area {
    flex: 0 0 auto;
    width: calc(100% - 270px);
}

.checkbox-item__list {
    max-height: 145px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
}

.filter-item {
    display: flex;
    flex-direction: column;
}

.btn-show__more:hover,
.btn-show__more {
    background-color: var(--bs-light);
    color: var(--bs-primary);
    border-radius: 3px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.btn-primary {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    padding: 0px 12px;
}

.btn-primary:hover {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    padding: 0px 12px;
}

.price-range__filter {
    display: flex;
    gap: 8px;
}

.price-range__filter .form-control {
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 14px;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    padding: 8px 8px 5px;
    width: 100%;
}

.filter-bar__title {
    margin-bottom: 0;
}

.filter-bar .form-select {
    font-size: 14px;
    border-radius: 3px;
    box-shadow: none !important;
}

.filter-trigger__btn:hover,
.filter-trigger__btn {
    border: none;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-family: 'SFProDisplayMedium';
}

.pagination .page-item .page-link {
    height: 30px;
    width: 30px;
    font-size: 12px;
    font-weight: 600;
    background: rgb(241 126 35 / 20%);
    border-radius: 3px;
    border: 1px solid transparent;
    color: var(--bs-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* ========== Category Product Page Css End ========== */

/* ========== Single Product Page Css End ========== */
.breadcrumb-area {
    text-transform: capitalize;
    color: var(--bs-dark);
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}

.breadcrumb {
    margin-bottom: 0;
    gap: 5px;
    align-items: center;
}

.breadcrumb-link:hover {
    color: var(--bs-primary);
}

.product-share {
    flex-shrink: 0;
}

.hover-text-primary:hover {
    color: var(--bs-primary) !important;
}

.border-spacer {
    width: 1px;
    height: 20px;
    background-color: var(--bs-gray-500);
}

.big-thumb__item {
    position: relative;
}

.pro-details-img-count{
    position: absolute;
    background: #2f3432;
    z-index: 2000;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    border-radius: 2px;
}

.big-thumb__item::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.big-thumb__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-thumb {
    border: 1px solid var(--bs-gray-300);
    cursor: pointer;
}

.slick-current .small-thumb {
    border-color: var(--bs-primary);
    border-width: 2px;
}

.btn-zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--bs-white);
    transition: all .3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 4;
    filter: drop-shadow(0 2px 2px #1a1a1a);
    visibility: hidden;
    opacity: 0;
}

.slick-current .btn-zoom {
    visibility: visible;
    opacity: 1;
}

.btn-zoom svg {
    height: 28px;
    width: 28px;
}

.color-list {
    display: flex;
    gap: 15px;
}

.color-list__item {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    outline: 3px solid var(--bs-white);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.color-list__item:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(64, 64, 64);
    color: rgb(238, 238, 238);
    text-align: center;
    padding: 2px 0px;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
    top: 0px;
    margin-top: -35px !important;
    margin-left: 0px !important;
}

.color-list__item::before {
    content: '';
    position: absolute;
    inset: -3px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
}

.color-list__item.active {
    box-shadow: 0 0 10px 4px #f17e23;
}

.btn-storage {
    background-color: rgb(246 248 250/1);
    font-size: 14px;
    font-family: SFProDisplayBold;
    padding: 10px 22px;
    border-radius: 4px;
}

.btn-storage:hover {
    color: var(--bs-primary);
    background-color: rgb(246 248 250/1);
}

.btn-storage.active {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.quantity-wrapper {
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
}

.quantity-wrapper button {
    height: 29px;
    background: var(--bs-primary);
    font-size: 14px;
    color: var(--bs-white);
    border-radius: 0;
}

.quantity-wrapper button:active,
.quantity-wrapper button:focus,
.quantity-wrapper button:hover {
    border-color: transparent !important;
    color: var(--bs-primary);
}

.input-wrapper input {
    width: 60px;
    text-align: center;
    border: 1px solid var(--bs-white);
    margin: -1px 0;
    color: var(--bs-primary);
    font-family: SFProDisplaySemibold;
    border-radius: 4px;
}

.add-cart__btn {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-family: SFProDisplaySemibold;
    border-radius: 3px;
    padding: 7px 18px;
}

/*.add-cart__btn:hover {*/
/*    background-color: transparent;*/
/*    border-color: var(--bs-primary);*/
/*    color: var(--bs-primary);*/
/*}*/

.add-cart__btn.outlined {
    background-color: #fd542f;
    /*color: var(--bs-primary);*/
}

/*.add-cart__btn.outlined:hover {*/
/*    border-color: var(--bs-primary);*/
/*    background-color: var(--bs-primary);*/
/*    color: var(--bs-white);*/
/*}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.related-product-carousel .slick-arrow {
    border: none;
    background-color: transparent;
    color: var(--bs-gray-400);
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.related-product-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.related-product-carousel .slick-next {
    left: auto;
    right: 0;
}

.related-product-carousel .slick-arrow:not(.slick-disabled):hover {
    color: var(--bs-primary);
}

.details-nav-tabs {
    border-bottom: none;
    gap: 10px;
}

.details-nav-tabs .nav-link {
    color: var(--bs-dark);
    text-transform: uppercase;
    font-size: 14px;
    font-family: SFProDisplaySemibold;
    padding: 5px 10px;
    font-size: 12px;
}

.details-nav-tabs .nav-link:hover {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-white);
}

.details-nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.details-nav-tabs__wrapper .tab-content {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    border-radius: 0 6px 6px 6px;
}

.details-nav-tabs__wrapper .tab-pane {
    padding: 15px 20px;
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 7px;
    content: "\f324";
    color: var(--bs-secondary);
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
}

.breadcrumb-list .breadcrumb-item {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.2;
    text-transform: capitalize;
    align-items: center;
}

/* ========== Single Product Page Css End ========== */

/* ========== Checkout Page Start End ========== */
.c-pointer {
    cursor: pointer !important;
}

.custom-card {
    /*border: 2px solid var(--bs-gray-200);*/
    border-radius: 13px;
    padding: 25px;
    margin-bottom: 10px;
    /*background-color: var(--bs-gray-200);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img-contain {
    object-fit: contain;
}

.payment-item {
    padding: 10px;
    /*background-color: var(--bs-gray-200);*/
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border-radius: 6px;
    font-family: SFProDisplaySemibold;
    position: relative;
    cursor: pointer;
}

.payment-item input {
    visibility: hidden;
}

.payment-item label {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    cursor: pointer;
}

.payment-item input:checked~label {
    /*color: var(--bs-primary);*/
}

.payment-item label::after {
    background-color: var(--bs-white);
}

.bg-primary .payment-item label::before {
    border-color: var(--bs-white);
}

.payment-item label::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.payment-item label::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.payment-item input:checked~label::after {
    transform: translateY(-50%) scale(1);
}

.single-type {
    display: block;
    position: relative;
    padding-left: 5px;
}

.single-type input {
    opacity: 0;
}

.single-type label {
    font-size: 14px;
    font-family: SFProDisplaySemibold;
}

.single-type input:checked~label {
    color: var(--bs-primary);
}

.bg-primary .single-type input:checked~label {
    color: var(--bs-white);
}

.single-type label::after {
    background-color: var(--bs-white);
}

.bg-primary .single-type label::before {
    border-color: var(--bs-white);
}

.single-type label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.single-type label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.bg-primary .single-type label::after {
    background-color: var(--bs-white);
}

.single-type input:checked~label::after {
    transform: translateY(-50%) scale(1);
}

.single-type input:checked~label::before {
    border-color: var(--bs-primary);
}

.bg-primary .single-type input:checked~label::before {
    border-color: var(--bs-white);
}

/* ========== Checkout Page Css End ========== */

/* ========== Order Track Page Css Start ========== */

#progressbar {
    overflow: hidden;
    margin: 40px -25px;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 16.2%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar li .track-icon {
    display: block;
    margin-bottom: 11px;
}

#progressbar li .progressbar-track {
    position: relative;
    display: block;
}

#progressbar li .track-title {
    position: relative;
    color: #444444;
    font-size: 15px;
    text-transform: capitalize;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    margin-top: 16px;
    word-break: break-all;
    font-family: SFProDisplaySemibold;
}

#progressbar li.active .track-title {
    color: var(--bs-primary);
}

#progressbar li .progressbar-track::before {
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    position: relative;
    background: #ffd1ad;
    z-index: 2;
    font-family: 'Font Awesome 5 Pro';
    content: '\f111';
    font-weight: 400;
}

#progressbar li.active .progressbar-track::before {
    content: "\f00c";
    font-weight: 900;
    background: var(--bs-primary);
}

#progressbar li .progressbar-track::after {
    content: "";
    width: 100%;
    height: 12px;
    background: #ffd1ad;
    position: absolute;
    left: 0;
    top: 19px;
}

#progressbar li:nth-child(1) .progressbar-track::after {
    display: none;
}

#progressbar li:not(:nth-child(1)) .progressbar-track::after {
    left: -50%;
}

#progressbar li.active .progressbar-track::after {
    background: var(--bs-primary);
}

/* ========== Order Track Page Css End ========== */

/* ========== Dashboard Page Css Start ========== */

.dashboard-nav li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: var(--bs-gray);
    text-transform: capitalize;
    font-family: SFProDisplayMedium;
    font-size: 15px;
}

.dashboard-nav li:last-child a {
    border-bottom: none;
}

.dashboard-nav li a:hover,
.dashboard-nav li.active a {
    color: var(--bs-primary);
}

.profile-header {
    width: 100%;
    height: 200px;
    background-image: url(../images/gallery/shop-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    border-radius: 6px;
}

.profile-header .btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.profile-meta .user-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    border: 10px solid var(--bs-white);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.profile-meta {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

/* ========== Dashboard Page Css End ========== */

/* ========== Review Page Css Start ========== */

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment ul {
    list-style-type: none;
    padding: 0;
}

.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: var(--bs-white);
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

/* ========== Review Page Css End ========== */

.btn-style-one {
    display: block;
    text-align: center;
    width: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 5px;
    font-size: 13px;
    padding: 8px;
}

.btn-style-one:focus,
.btn-style-one:hover {
    background-color: #FD542F;
    color: var(--bs-white);
}

.btn-style-two {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #FD542F;
    color: var(--bs-white);
    border-radius: 5px;
    font-size: 13px;
    padding: 8px;
}

.btn-style-two:focus,
.btn-style-two:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.img-white {
    filter: brightness(0) invert(1);
}

.btn-login {
    background-color: rgba(244, 155, 35, 0.15);
    border: solid 1px #f29c9c;
    border-radius: 5px;
    padding: 7px 40px;
    font-size: 18px;
    font-weight: 600;
}

.btn-direct-buy {
    background-color: rgba(39, 244, 35, 0.15);
    border: solid 1px #f29c9c;
    border-radius: 5px;
    padding: 7px 40px;
    font-size: 18px;
    font-weight: 600;
}

.btn-phone:hover,
.btn-phone {
    display: block;
    width: 100%;
    max-width: fit-content;
    background-color: var(--bs-blue);
    color: var(--bs-white);
    text-align: left;
    padding: 6px 18px;
    font-size: 15px;
}

.w-fit {
    width: fit-content;
}

.category-wrapper {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

.main-category__list {
    flex-shrink: 0;
    width: 125px;
    font-size: 13px;
    position: relative;
    background-color: var(--bs-gray-200);
    height: calc(100vh - 77px);
    overflow: scroll;
    border-right: 1px solid var(--bs-gray-300);
}

.main-category__link {
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    border-bottom: 1px solid var(--bs-gray-300);
    text-align: center;
    gap: 6px;
}

.main-category__link.active {
    background-color: var(--bs-white);
}

.main-category__link img {
    height: 30px;
    width: auto;
}

.main-category__dropdown {
    background-color: var(--bs-white);
    display: none;
    overflow: auto;
    width: calc(100% - 125px);
    flex-shrink: 0;
    height: 100%;
}

.subcategory__list {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.subcategory__item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 5px;
    border-bottom: 1px solid var(--bs-gray-300);
}

.subcategory__item .single-cat {
    display: block;
    padding: 5px;
    text-align: center;
}

.review-items {}

.review-item {}

.review-header {
    padding: 13px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-bottom: 6px;
}

.author_image {}

.author_image img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-header__content {
    flex-grow: 1;
}

.review-header__name {
    font-size: 15px;
    font-family: SFProDisplaySemibold;
    color: var(--bs-gray-700);
}

.review-time {}

.review-body {}

.review-description {
    font-size: 15px;
    padding: 15px;
    padding-top: 0;
}

#image_view_modal{
    margin-top: 77px;
}

.close-btn{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: solid 1px #d71111;
    background: #d71111;
    color: #fff;
    font-size: 28px;
    line-height: 10px;
}

.review-image {
    padding: 0px 23px;
    margin-bottom: 20px;
}

.review-image img {
    /*width: 100%;*/
    height: auto;
}

.review-footer {
    padding: 0 13px;
}

.review-footer__top {
    display: flex;
    border-bottom: 1px solid var(--bs-gray-400);
    border-top: 1px solid var(--bs-gray-400);
    margin-bottom: 8px;
    justify-content: space-between;
}

.review-footer__top .btn-action {
    flex-shrink: 0;
    padding: 6px 40px;
    font-family: 'SFProDisplayMedium';
    color: var(--bs-gray);
}

.comment__footer {}

.replay-input__wrapper {
    display: flex;
    align-items: center;
}

.replay-author__image {
    margin-right: 6px;
}

.replay-author__image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.replay-input {
    flex-grow: 1;
    position: relative;
    background-color: var(--bs-gray-200);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.replay-input .form-control {
    background-color: transparent;
    border-color: transparent !important;
    padding-left: 20px;
    font-size: 15px;
}

.replay-input .icon-item {
    flex-shrink: 0;
    width: 30px;
    display: inline-grid;
    place-content: center;
    place-items: center;
}

.review-reaction-count {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.review-reaction-count .mutual {
    font-size: 15px;
}

.comment-wrapper {
    padding: 13px;
    padding-top: 0;
}

.comment-trigger {
    font-family: 'SFProDisplaySemibold';
    font-size: 14px;
    display: inline-block;
}

.comments {
    padding-top: 10px;
}

.comment {}

.comment-top {
    display: flex;
}

.comment-author {}

.comment-author__image {}

.comment-author__image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}

.comment-body {
    background-color: var(--bs-gray-200);
    padding: 5px 10px;
    border-radius: 12px;
    width: fit-content;
}

.comment-author__name {
    font-family: 'SFProDisplayMedium';
    font-size: 15px;
    margin-bottom: 2px;
}

.comment-quote {
    font-size: 14px;
}

.comment-actions {
    padding: 3px 50px 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-action {
    font-size: 14px;
    font-family: 'SFProDisplayMedium';
    padding-right: 5px;
}
.decription-order-list table{
    width: 100% !important;
}
.decription-order-list div{
    width: 100% !important;
}
.decription-order-list div div{
    width: 100% !important;
    display: inline !important;
}
.decription-order-list h2{
    width: 100% !important;
}
.decription-order-list h3{
    width: 100% !important;
}
.delivery-polisy-info div{
    width: 100% !important;
    height: auto !important;
}
.delivery-polisy-info div span{
    width: 100% !important;
    height: auto !important;
}
.menu-review-content{
    position: fixed;
    bottom: 40px;
    height: 100px;
    width: 100%;
    padding: 10px;
    display: none;
}
.menu-review-content-item{
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.review-content-close-menu{
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    height: 22px;
    width: 22px;
    background: #f17e23;
    right: 16px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    cursor: pointer;
}
.menu-review-content-ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.dsk-hide{
    display: none;
}
.product-card__free-delivery span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 70px;
    font-size: 10px;
    color: #007787;
    border: solid 1px #007787;
    text-align: center;
    border-radius: 3px;
}
.mbl-head-search-input{
    width: 178px !important;
}

.search-list-hide{
    display: none;
}
.search-list-show{
    display: block;
}
.search-list{
    position: absolute;
    top: 57px;
    max-height: 306px;
    height: auto;
    overflow-y: scroll;
    width: 575px;
    background: #fff;
    padding: 7px;
    z-index: 1200;
}
.search-list ul{
    list-style: none;
}
.search-list ul li{
}
.search-list-img{
    width: 60px;
    height: 70px;
}
.search-item-list{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.mbl-top-search-list-hide{
    display: none;
}
.mbl-top-search-list-show{
    display: block;
}
.mbl-top-search-list{
    position: absolute;
    top: 57px;
    max-height: 306px;
    height: auto;
    overflow-y: scroll;
    width: 575px;
    background: #fff;
    padding: 7px;
    z-index: 1200;
}
.mbl-top-search-list ul{
    list-style: none;
}
.mbl-top-search-list ul li{
}
.mbl-top-search-list-img{
    width: 60px;
    height: 70px;
}
.mbl-top-search-item-list{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* =============================== New Styles =============================== */
.profile-head {
    text-align: center;
}

.profile-image {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.profile-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.edit-image {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: var(--bs-white);
    font-size: 12px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    color: var(--bs-dark);
}

.profile-info {
    padding-bottom: 20px;
}

.profile-name {
    font-size: 22px;
    font-weight: 700;
}

.profile-email {
    font-size: 15px;
    font-family: SFProDisplaymedium;
}

.profile-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.profile-nav__item {
    flex-shrink: 0;
}

.profile-nav__item_icon {
    width: 70px;
    height: 55px;
    background-color: #f6f6f6;
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.profile-nav__item_text {
    font-family: SFProDisplaymedium;
}

.order-carousel {}

.order-carousel .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.order-carousel .slick-dots li {
    display: flex;
}

.order-carousel .slick-dots li button {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    background-color: #ddd;
    width: 5px;
    height: 5px;
    transform: skewX(-30deg);
    transition: all 0.3s ease;
}

.order-carousel .slick-dots li.slick-active button {
    width: 20px;
    background-color: #ff5a5a;
}

.order_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_item__image {
    flex-shrink: 0;
}

.order_item__text {
    flex-grow: 1;
}

.order_item__status {
    color: #298c95;
    font-size: 15px;
}

.profile-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

/* =============================== New Styles =============================== */

.sliding_text_wrap {
    padding: 6px 11px 3px;
    background: #116bac;
    margin-top: 15px;
    border-radius: 33px;
    font-size: 18px;
    color: #ffffff;
    min-height: 19px;
    line-height: 25px;
}

.category-banner{
    height: 90px;
}

.verify-codes input{
    width: 40px;
    height: 35px;
    text-align: center;
    border: solid 1px #eceaea;
    border-radius: 9px;
    background: #c4c2c2;
}

.otp-verify-btn{
    border-radius: 36px !important;
}

.text-underline{
    text-decoration: underline;
}

.checkout_payment_note{
    background: #d70e0e;
    padding: 4px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #face01;
    /*text-align: justify;*/
    line-height: 22px;
}
.review-form{
    padding: 13px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
}