@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap");

:root {
    --background-color: #f5f5f5;
    --primary-color: #ff2f4f;
    --secondary-color: #0c3255;
    --optional-color: #00a1f7;
    --orange-color: #ff2f4f;
    --en-font: "Exo 2", sans-serif;
}
@font-face {
    font-family: "Li Alinur Banglaborno";
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf");
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf?#iefix")
            format("embedded-opentype"),
        url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("woff2"),
        url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("woff"),
        url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("truetype"),
        url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("svg");
}
body {
    font-family: var(--en-font);
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--background-color);
}

[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* LTR Mode */
[dir="ltr"] {
    direction: ltr;
    text-align: left;
}
.rtl-mode {
    direction: rtl;
}

[dir="rtl"] .block__pic {
    transform: scaleX(-1); /* ছবিটি মিরর করে দেবে */
}

/* RTL Specific Styling */
[dir="rtl"] .navbar {
    flex-direction: row-reverse;
}

[dir="rtl"] .lang-wrapper {
    text-align: right;
}

[dir="rtl"] .dropdown-menu {
    text-align: right;
}
.cshort-summary.rtl { 
    right: -320px !important;
}
.pro_des.rtl {
    text-align: right;
}
.footer-about.rtl p {
    text-align: center;
}
.footer-about.rtl a{
    text-align: center;
}
.footer-about.rtl {
    padding-right: 30px;
}

.vertical-sub.rtl {
    right: 100%;
}

.vertical-child.rtl {
    right: 100%;
}

.order_now_btn, .order_now_btn.rtl {
    margin-right: 5px;
    margin-left: 0px;
}

[dir="rtl"] .owl-carousel {
    direction: rtl;
}






/*==== COMMON CSS START ====*/
p {
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: var(--primary-color);
}

.bangla {
    font-family: "Hind Siliguri", sans-serif;
}

.bangla-number {
    font-family: "Noto Sans Bengali", sans-serif;
}

.parsley-error {
    border: 1px solid var(--primary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    max-width: 1260px;
}

/*==== COMMON CSS END ====  */

/*==== COUPON CSS START ====  */
.coupon-section {
    background: var(--background-color);
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
}

.coupon-code p {
    font-size: 16px;
    text-align: center;
}

.coupon-code span {
    margin: 0 4px;
}

.coupon-code button {
    background: transparent;
}

.coupon-code span {
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 5px;
}

.coupon-section .btn-close {
    padding: 13px 18px;
    font-size: 12px;
}

/*==== COUPON CSS END ====  */

/*==== HEADER CSS START ====  */
.header-top {
    background: var(--optional-color);
    display: flex;
    height: 50px;
    align-items: center;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: var(--optional-color);
    border: 1px solid var(--optional-color);
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}


.logo-area {
    padding: 0;
    background-color: #1d3b30;
}

.main-logo {
    height: 50px;
}

.main-logo a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 10px;
}

.main-logo img {
    width: 100%;
    height: 80px;
    margin-top: 0;
    object-fit: contain !important;
    padding: 10px;
}
/*.main-logo span {
    color: #056320;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
    display: block;
    border-radius: 5px;
    line-height: 1.4;
     -webkit-text-stroke: 1px #abefbb; 
    font-family: 'Hind Siliguri', sans-serif;
}*/
.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 250px 6fr 3fr;
    grid-gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.main-search {
    position: relative;
}

.search_result {
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.main-search:hover .search_result {
    opacity: 1;
    visibility: visible;
}

.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    top: 0;
    max-height: 600px;
    overflow-y: auto;
}

.search_product img {
    width: 30px;
    height: 30px;
    margin-top: 0;
    border-radius: 50px;
}

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px 1fr 100px;
    grid-gap: 15px;
    padding: 5px 15px;
    transition: 0.35s all;
    align-items: center;
}
.search_product ul li:hover {
    background: #f1f1f1;
}

.search_product li .price {
    color: var(--primary-color);
    font-weight: 600;
}
.search_product li .price del {
    color: #6c757d;
    font-size: 0.75rem;
}
.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
}

.mobile-search button {
    width: 12% !important;
}

.main-search form {
    height: 40px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    border: 1px solid var(--background-color);
    /* padding-top: 0.75rem; */
    /* padding-bottom: 0.75rem; */
    background-color: var(--background-color);
}
.main-search form input {
    height: 100%;
    padding: 0 12px;
    font-size: 1rem;
    flex: 1 1 auto;
    background-color: var(--background-color);
}
.main-search form input::placeholder {
    color: var(--primary-color);
}

.main-search form button {
    height: 100%;
    background: var(--primary-color);
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}
.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: var(--primary-color);
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.header-list-items {
    text-align: center;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-list-items a.login-button {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-list-items a.login-button i {
    font-size: 1rem;
    color: #000;
}
.header-list-items a.account-button {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 140px;
    color: #fff;
}
.header-list-items a.wishlist-button svg {
    width: 24px;
    height: 24px;
    color: #000;
}
.account-text-wrapper {
    display: flex;
    gap: 20px;
    font-size: 0.875rem;
}
span.account-login-span {
    position: relative;
    color: #000;
}
span.account-signup-span {
    color: #000;
}
span.account-login-span::after {
    height: 18px;
    content: "";
    position: absolute;
    background-color: var(--background-color);
    width: 2px;
    top: 2px;
    right: -11px;
}
.header-list-items a i {
    color: #000;
}
.for_order a i {
    font-size: 16px !important;
    color: #000;
}

.margin-shopping svg {
    color: #000;
    width: 24px;
    height: 24px;
}
.cart-svg {
    height: 22px;
    width: 22px;
}

#cart-qty {
    position: relative;
}

span.cart-count-circle {
    position: absolute;
    top: -6px;
    left: 10px;
    background-color: var(--secondary-color);
    line-height: 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    height: 16px;
    min-width: 16px;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
    font-weight: 600;
}

#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.cshort-summary ul li p {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}

.cshort-summary .cart_remove {
    margin-left: 5px;
}

.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    height: 25px;
    width: 25px;
    line-height: 20px;
}

.menu-area {
    background: var(--primary-color);
}

/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.section-title h3 a {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
}
a.view_all:hover {
    color: #ffffff;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.custom_paginate {
    margin-top: 25px;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== VERTICAL MENU CSS START ====  */
.home-slider-container {
    display: grid;
    grid-template-columns: 20% 79%;
    gap: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.vertical-menu {
    background-color: #fff;
    border: 1px solid;
    border-color: #e9e9e9;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
.vertical-menu ul li img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.vertical-menu ul li {
    display: block;
}

.vertical-menu ul li a {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vertical-menu ul li a div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vertical-menu ul li a i {
    font-size: 0.75rem;
    color: var(--primary-color);
}
.vertical-sub {
    position: absolute;
    left: 100%;
    width: 100%;
    z-index: 9;
    background: #ffff;
    top: 0;
    border-radius: 5px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
    height: 100%;
    border: 1px solid;
    border-color: #e9e9e9;
}
.vertical-menu ul li:hover .vertical-sub {
    visibility: visible;
    opacity: 1;
}

.vertical-child {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: 0.35s all;
    border: 1px solid;
    border-radius: 5px;
    z-index: 9;
    background: #ffff;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
    height: 100%;
    border-color: #e9e9e9;
}
.vertical-sub li:hover .vertical-child {
    visibility: visible;
    opacity: 1;
}
/*==== VERTICAL MENU CSS END ====  */

/*==== SLIDER CSS START ====  */
.slider-section {
    padding: 10px 0;
    background: #fff;
}
.main-slider {
    position: relative;
}

.slider-item {
    width: 100%;
    height: 400px;
}

.slider-item img {
    border-radius: 5px;
}

.main_slider .owl-prev {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.main_slider .owl-next {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.banner-right-item {
    overflow: hidden;
    border-radius: 5px;
}

.banner-right-item img {
    transition: 0.35s all;
}

.banner-right-item:hover.banner-right-item img {
    transform: scale(1.1);
}

.banner-right .item-1 {
    margin-bottom: 25px;
}

/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.home-category {
    padding: 15px 0;
    background: #fff;
}
section.homeproduct {
    background: #fff;
    margin: 10px 0;
}

.category-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.cat-img {
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    width: 130px;
}
.cat-item img {
    background: linear-gradient(0deg, rgba(253,206,9,1) 47%, rgba(248,131,65,1) 100%);
    padding: 5px;
}

.cat-img img {
    height: 100%;
    width: 100%;
/*    border: 5px solid var(--primary-color);*/
    border-radius: 50%;
    object-fit: cover;
}

.cat-name {
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
}


.category-product.no-product {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.no-found img {
    width: 150px;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */
.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--orange-color) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #020202 !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.footer-gap {
    margin: 15px 0;
    overflow: hidden;
}

footer {
    padding-bottom: 0;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a {
    color: #d3d3d3;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background: #1e1e1e;
}

.footer-about {
    padding-right: 70px;
    color: #ffffff;
}

.footer-about p {
    text-align: left;
    margin: 5px 0;
    color: #222;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--orange-color);
    margin-left: 2px !important;
}

.footer-about a {
    display: block;
    color: #ffffff;
}

.footer-about a img {
    height: auto;
    width: 90px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--background-color);
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu .title a:hover {
    margin-left: 0 !important;
}

.footer-menu ul li {
    display: block;
}

.social_link {
    text-align: center;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    background: var(--primary-color);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #fff !important;
    margin: 10px 2px !important;
    margin-bottom: 0 !important;
}

.delivery-partner {
    text-align: center;
}

.social_link li a:hover {
    background: var(--primary-color);
}

.footer-bottom {
    background: var(--primary-color);
    padding: 10px 0;
}

.copyright p {
    text-align: center;
    color: #ffffff;
}
/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */

.footer_nav {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul li a span {
    display: block;
    font-weight: 800;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 21px;
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 7px;
}

.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}

/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
    background: #fff;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.details_slider {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: var(--primary-color) !important;
    margin: 5px 2px;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}
.dimage_item img {
    object-fit: contain;
    height: 488px !important;
}
.color_inner {
    display: flex;
}

.color-title {
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
    border-radius: 5px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.cart_table .qty-cart {
    justify-content: left;
    margin-top: 5px;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn,
.order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn,
.add_cart_btn:disabled {
    color: #fff;
    background-color: var(--primary-color);
    /*border: 1px solid var(--orange-color);*/
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0ec344;
    border: 0;
}

.call_now_btn i {
    margin-right: 11px;
    font-size: 28px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.delivery_details tr td {
    color: #222 !important;
}

.pro_details_area {
    background: #fff;
    padding: 40px 0;
}

.details-tab .nav-link {
    background: #f7f7f7;
    color: #222;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 2px solid #ddd;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    border-top: 2px solid var(--primary-color);
}

.details-tab .tab-content {
    border: 1px solid #ddd;
}

.details-tab .nav-tabs {
    border: 0;
}

.description {
    padding: 30px;
}

.description ul {
    margin-left: 12px;
}

.description ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.description ul li.active a,
.description ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.review-inner {
    padding: 30px;
}

.review-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.review-btn {
    text-align: right;
}

.review-btn button {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.review-title h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.product-ratting {
    display: none;
}

.product-ratting i {
    color: #ff7e22;
    font-size: 12px;
}
.ratting-icon i {
    color: var(--orange-color);
    font-size: 12px;
    padding:1px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #ff7e22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
}

p.empty-text {
    text-align: center;
    margin-top: 20px;
}

.empty-review {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.empty-review i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--primary-color);
    font-size: 30px;
    border-radius: 50px;
    color: var(--background-color);
}
.product-code p {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}

.modal-content input,
.modal-content input:focus {
    height: 42px;
    border: 1px solid #ddd;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating > label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: var(--secondary-color);
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating > label.active:before,
.rating > label.active ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    content: "\2605";
    position: absolute;
    color: var(--secondary-color);
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: var(--secondary-color);
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

.details_right {
    padding: 0px 20px;
}

.details-ratting-wrapper {
    margin: 0.5rem 0.75rem;
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #ffdf00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.related-product-section {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.related-title {
    margin-bottom: 20px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.cust_according_body ul li:hover a {
    background-color: var(--primary-color);
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label:hover {
    background-color: var(--primary-color);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0.5;
    margin-top: 3px;
}
.sidebar_item .accordion-header .accordion-button::after {
    content: "\f078";
    font-family: "FontAwesome";
    background: none;
    font-size: 17px;
}

.subcategory-filter-label input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    opacity: 1;
}
.cust_according_body ul li:hover a {
    background-color: var(--primary-color) 38;
}
.category-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.category-sliders{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}
.cat-item {
    background: white;
    /* overflow: hidden; */
    height: 200px;
}

.subcategory-filter-label input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--primary-color);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}

/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, var(--primary-color) ;92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-section .cart-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
.vcart-section .cart-title h4 {
    font-family: "Hind Siliguri", sans-serif;
}
.vcart-content img {
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart,
.remove-cart:focus {
    background: #e5e5e5;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--primary-color);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.couponcode-section {
    padding-bottom: 55px;
}

.coupon-btn {
    background: var(--primary-color);
    color: #ffff;
}

a.header-coupon {
    font-weight: 700;
}

img.coupon-image {
    height: 242px;
    width: 100%;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: var(--primary-color);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    color: var(--primary-color);
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid var(--primary-color);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--primary-color);
}

button.submit-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid var(--optional-color);
    color: var(--optional-color);
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item {
    height: 150px;
    border-radius: 5px;
    background: #fff;
}

.brand-item img {
    opacity: 0.8;
    transition: 0.35s all;
    padding: 25px;
    border-radius: 50%;
}

.brand-item img:hover {
    opacity: 1;
}

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: var(--primary-color);
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: auto;
    width: 100%;
}

.cartlist span {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    text-align: center;
    padding: 19px 16px;
    color: #fff !important;
}
h6.check-position strong {
    color: var(--secondary-color);
}

.checkout-shipping h5,
.cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cartlist .text-left {
    text-align: left;
}

.checkout-shipping label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
}
.checkout-shipping h6 {
    font-weight: 600;
    color: var(--primary-color);
}

a.check-wapp.check-btn {
    background: #00d757;
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 41px;
    line-height: 35px;
}

.check-wapp i {
    background: #00d757;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.check-position i {
    position: absolute;
    background: var(--secondary-color);
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: translateX(-394%);
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 15px !important;
}

.checkout-shipping form i {
    margin-right: 5px;
}

.order_place {
    background: var(--primary-color);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}

.order_place:hover {
    background: var(--primary-color);
}

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.filter_btn,
.filter_close {
    display: none;
}

.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--primary-color) !important;
    font-weight: 600;
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%),
        0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: var(--secondary-color);
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--primary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: var(--optional-color);
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*=== Websolution IT ==== */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}
.category-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    overflow: hidden;
}
.all-product{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    overflow: hidden;
}
.brand-items img {
    height: 110px;
    width: 100%;
    border-radius: 10px;
}
.brand-sliderpage{
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap:10px;
    border-radius:15px;
}
.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.wist_item {
    position: relative;
}

.product_item:hover .product_item_inner {
    border-color: var(--primary-color);
}

.product_item {
    position: relative;
    transition: 0.35s all;
    background: #f1f5f9;
    border-radius: 5px;
    overflow: hidden;
    padding: 0.625rem;
}

.pro_name {
    height: 45px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.5rem 0;
    margin-top: 5px;
}

.pro_name a {
    color: #000;
    font-size: 0.875rem;
    text-transform: capitalize;
}

.pro_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 0.375rem;
}

.pro_img > a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}

.pro_des {
    text-align: left;
}

.pro_price {
    margin: 0.5rem 0;
    margin-bottom: 5px;
}

.pro_price p {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 5px;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: var(--primary-color);
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;
}

.pro_btn form {
    text-align: center;
}

.cart_btn a,
.cart_btn button {
    background: var(--primary-color);
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 6px 0;
    border-radius: 30px !important;
}

.cart_btn a:hover,
.cart_btn button:hover {
    background: var(--primary-color);
}

.pro_price del {
    color: #222;
    margin-right: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}
.pro_price del::after {
    content: "";
    position: absolute;
    background-color: var(--optional-color);
    height: 1px;
    width: 100%;
    transform: rotate(-3deg);
    top: 7px;
    left: 0;
}

.product_item_inner .discount {
    position: absolute;
    top: 5px;
    background: var(--secondary-color);
    padding: 2px 7px;
    border-radius: 5px;
    right: 5px;
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 1rem;
    transform: rotate(-3deg);
}
.product_item_inner .discount p {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
}
.view___all_btn {
    /* width: 7%; */
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}
.timer_inner {
    display: flex;
    justify-content: space-between;
}
.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}
.pro_name a:hover {
    color: var(--primary-color);
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: var(--primary-color);
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: var(--primary-color);
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}

.fixed_whats a {
    width: 42px;
    height: 42px;
    background: #00d757;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #000;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
}

.color_inner .selector .selector-item label {
    cursor: pointer;
}

.selector-item label {
    border: 1px solid #ddd;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked + label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: 0.5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked + .selector-item_label,
.selector-item_label:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
}

.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

a.forget-link {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.footer_nav {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}
.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer_nav ul li {
    position: relative;
}
.footer_nav ul li a span {
    display: block;
}
.footer_nav ul li a span {
    display: block;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: var(--primary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.cart_btn.order_button a:hover {
    background: var(--primary-color);
}

.desktop_hide {
    display: none;
}

.details-product {
    background: #fff;
    padding: 30px;
    margin: 15px 0;
}

.description ul li {
    display: block;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}

.details-product .discount {
    position: absolute;
    z-index: 9;
    display: block;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    border-radius: 5px;
    font-size: 1rem;
}

.details-product .discount p {
    color: var(--background-color);
    padding: 0 10px;
}

.sidebar-menu {
    background: #fff;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu > li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover > a {
    background-color: #e1fff7;
    color: var(--optional-color);
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu > li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: var(--primary-color);
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}

/*==== FOOTER  CSS START ====  */

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn_menu ul li {
    position: relative;
}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all 0.5s ease;
}

.cmn_menu ul li a:hover {
    color: #fb5533;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: var(--secondary-color);
    font-weight: 600;
}
.sidebar_item h2.accordion-header button.accordion-button {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}
.checkout-coupon-form .btn-theme,
.checkout-coupon-form .btn-theme:focus {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.cart_btn.order_button a {
    background: var(--primary-color);
    text-transform: capitalize;
}

i.fab.fa-facebook-f.icon0 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #0866ff;
    color: #fff;
}

i.fa-brands.fa-youtube.icon1 {
    color: red;
    font-size: 25px;
    margin-left: -8px;
}

i.fa-brands.fa-whatsapp.icon2 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    background: #42c152;
    color: #fff;
}

i.fa-solid.fa-phone.icon3 {
    color: var(--optional-color);
    margin-top: 2px;
    font-size: 23px;
}
.catagory_menu ul {
    display: flex;
}
li.cat_bar > a {
    padding: 10px 5px;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
}
li.cat_bar:hover > a {
    color: var(--primary-color);
}
li.cat_bar {
    position: relative;
    margin-right: 0px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    justify-content: center;
    padding: 0 5px;
    transition: all 0.3s ease;
}
li.cat_bar svg {
    color: #fff;
    height: 28px;
    width: 28px;
}
li.cat_bar:hover svg {
    color: var(--primary-color);
}
li.cat_bar:hover {
    background-color: var(--background-color);
}
li.cat_bar span {
    padding-right: 10px;
}
.menu-area .Cat_menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    width: 230px;
}
.catagory_menu ul li a {
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.main-header.sticky .menu-area .cat_bar:hover .Cat_menu,
.main-header .menu-area .cat_bar:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.fixed-top {
    top: -46px;
    transform: translateY(45px);
    transition: transform 1s ease;
    background: #1d3b30;
    box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 999;
    position: fixed;
}
.fixed-top .menu-area .cat_bar.active .Cat_menu {
    visibility: hidden;
    opacity: 0;
}

ul.Cat_menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;
}
ul.Cat_menu li a span {
    color: #000;
    font-weight: 600;
}
ul.Cat_menu li a i {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #000;
    font-size: 12px;
}

.child_menu {
    position: absolute;
    left: 100%;
    background: white;
    width: 230px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 0px;
    border-left: 1px solid #ddd;
    transition: 0.25s all;
}
.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
li.child_main > a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2px;
}
.product_slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}

.details-ratting-wrapper i {
    color: #ffdf00;
}
.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}
a.view_all {
    text-align: center;
    /* float: right; */
    background: var(--primary-color);
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    display: inline-block;
}

.syotimer__body {
    display: flex;
    gap: 1rem;
}
.syotimer-cell.syotimer-cell_type_day {
    color: white;
    text-align: center;
}
.syotimer-cell.syotimer-cell_type_hour {
    color: white;
}
.syotimer-cell.syotimer-cell_type_minute {
    color: white;
}
.syotimer-cell.syotimer-cell_type_second {
    color: white;
}
.syotimer-cell__value {
    line-height: 1rem;
}
.syotimer-cell__unit {
    line-height: 1rem;
}
/*==== FOOTER CSS END ====  */

/*==== BLOG CSS START ====  */
.blog-item {
    border-radius: 5px;
    overflow: hidden;
}
.blog-text {
    border: 1px solid #ddd;
    padding: 15px;
}
.blog-btn {
    background: var(--optional-color);
    color: #fff;
    padding: 8px 21px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.35s all;
}
.blog-btn:hover {
    background: #f49960;
    color: #fff;
}
.blog-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
}
.blog-details {
    background: #fdfdfd;
    padding: 20px;
}

.bdetails-img img {
    width: 100%;
}

.blog-article h5 {
    margin: 20px 0;
    font-weight: 600;
}
.blog-sidebar {
    background: #fdfdfd;
    padding: 20px;
}

.blog-sidebar h6 {
    font-size: 16px;
    font-weight: 600;
}
.sblog-item {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 15px;
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
/*==== BLOG CSS END ====  */
a.stock_out_btn {
    display: block;
    text-align: center;
    background: var(--background-color);
    padding: 6px 0;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgb(58 46 46 / 29%);
    height: 36px;
    color: #a9a9a9;
    cursor: no-drop;
}

.review_pro i.far.fa-star {
    color: #ffdf00 !important;
}

.product-cart-buttons {
    display: flex;
    justify-content: flex-start;
    background-color: var(--secondary-color);
    box-shadow: 0 1px 2px 0 rgb(58 46 46 / 29%);
    border-radius: 5px;
    overflow: hidden;
}

.product-cart-buttons button {
    height: 36px;
}

.product-cart-buttons button.addcartbutton {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    color: var(--background-color);
    transition: all 0.3s;
}
.product-cart-buttons button:hover {
    background-color: var(--secondary-color) !important;
    
}

.product-cart-buttons form {
    flex: 1 1 auto;
}
.product-cart-buttons form button, .buy_now_btn, .buy_now_btn:hover {
    background-color: var(--primary-color) !important;
    color: var(--background-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.75rem;
    padding: 9px 20px;
}
.product-cart-buttons form button i,.buy_now_btn i {
    font-size: 1rem;
}
button.cart-change-button {
    min-width: 36px;
    background-color: var(--primary-color);
    color: var(--background-color);
}
.cart-quantity {
    line-height: 36px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex: 1 1 auto;
    color: var(--background-color);
    background: var(--secondary-color);
}

.flash-sale-wrapper {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        var(--primary-color) 35%,
        var(--optional-color) 72%
    );
    padding: 1rem;
    border-radius: 0.375rem;
}

.flash-sale-wrapper .section-title {
    margin: 0;
    margin-bottom: 1rem;
}

.flash-sale-wrapper h3 a {
    font-size: 1rem;
    text-transform: capitalize;
    color: #fff;
}

.flash-sale-wrapper .see-all a {
    color: #fff;
}
.lang-wrapper {
    position: relative;
    flex: 1 1 auto;
}
.lang-wrapper button {
    position: relative;
    border: 1px solid;
    border-color: #ddd;
    width: 100%;
    border-radius: 5px;
    height: 36px;
    background-color: #fff;
    text-align: left;
    padding: 0.375rem 0.75rem;
}
.lang-wrapper button::before,
.lang-wrapper button::after {
    position: absolute;
    font-family: "fontAwesome";
    font-size: 0.55rem;
    color: #ddd;
}
.lang-wrapper button::before {
    content: "\f078";
    bottom: 0.45rem;
    right: 0.5rem;
}
.lang-wrapper button::after {
    content: "\f077";
    top: 0.45rem;
    right: 0.5rem;
}
.lang-options {
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid;
    border-color: #ddd;
    width: 160px;
    z-index: 10;
}
.lang-options li {
    display: block;
    position: relative;
}
.lang-options li.active::before {
    content: "\f00c";
    font-family: "fontAwesome";
    position: absolute;
    top: 4px;
    left: 10px;
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.lang-options li a {
    display: block;
    padding: 0.4rem 1rem;
    text-align: right;
}
.lang-options li a:hover {
    background-color: #e6e6e6;
}
.home-page-marquee {
    font-weight: 600;
    position: relative;
    margin-bottom: -5px;
    padding: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    padding: 7px;
}

.details-wishlist {
    background-color: var(--primary-color);
    font-size: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 19px;
    color: #fff;
    transition: all 0.3s ease;
}

.details-wishlist:hover {
    background-color: var(--optional-color);
}

div#wishlist {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}

.categories-page-wrapper {
    margin-top: 1rem;
}

.categories-page-wrapper .page-title {
    padding-left: 20px;
}

.categories-page-wrapper .page-title h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: var(--en-font);
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.categories-page-wrapper .page-content-wrapper {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.categories-page-wrapper .page-left-inner {
    position: sticky;
    top: 3.5rem;
    max-height: calc(100vh - 130px);
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-color);
    overflow-y: auto;
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
    padding-right: 1rem;
}

.categories-page-wrapper .main-category-item {
    display: flex;
    width: 80px;
    width: 100%;
    gap: 0.125rem;
    align-items: center;
    flex-direction: column;
}

.categories-page-wrapper .main-category-item .inner {
    padding: 0.5rem;
    border-width: 1px;
    border-radius: 0.375rem;
    width: 100%;
}
.categories-page-wrapper .main-category-item.active .inner {
    background-color: rgb(254 226 226 / 1);
}

.categories-page-wrapper .main-category-item .inner img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.375rem;
    width: 100%;
    max-height: 7rem;
}

.categories-page-wrapper .main-category-item .inner h2 {
    font-size: 0.875rem;
    font-family: var(--en-font);
    line-height: 1.25rem;
    text-align: center;
    padding-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.categories-page-wrapper .page-right-wrapper {
    padding-left: 0.5rem;
}

.categories-page-wrapper .category-items-wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
    height: -moz-fit-content;
    height: fit-content;
}

.categories-page-wrapper .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
}

.categories-page-wrapper .category-item a {
    transition-duration: 0.3s;
    padding: 0.5rem;
    border-radius: 9999px;
}

.categories-page-wrapper .category-item a img {
    width: 5rem;
    height: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
}

.categories-page-wrapper .category-item h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cart-info-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.cart-info-wrapper .image {
    flex: 0 0 60px;
}

.cart-info-wrapper .info {
    flex: 1 1 auto;
    text-align: left;
}

.cart-info-wrapper .remove {
    flex: 0 0 40px;
}

.voucher-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.voucher-wrapper .right button[type="button"] {
    border: 1px solid;
    border-color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 50px;
    min-width: 180px;
    color: var(--secondary-color);
    position: relative;
}
.voucher-wrapper .right button[type="button"]::after {
    content: "\f0d7";
    font-family: "fontAwesome";
}
.voucher-wrapper .right .dropdown-menu {
    padding: 10px;
    border: none;
    box-shadow: 0px 0px 10px -3px #2a2a2a;
}
.voucher-flex {
    display: flex;
    gap: 1rem;
}

ul.voucher-box {
    display: flex;
    flex-direction: column;
}

li.voucher-item {
    margin-bottom: 10px;
    background-color: hsl(134deg 78% 45% / 20%);
    padding: 10px;
    border-radius: 5px;
}

.voucher-flex .left {
    min-width: 125px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    border-right: 2px dashed;
    border-color: var(--secondary-color);
    padding-right: 8px;
}
.voucher-flex img {
    height: 30px;
    display: block;
    margin: 0 auto;
}
p.voucher-upto {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}
p.voucher-minbuy {
    font-size: 0.6rem;
}
p.voucher-validity {
    font-size: 0.6rem;
}
button.voucher-copy-button {
    font-size: 0.75rem;
    background-image: linear-gradient(
        113.53deg,
        var(--secondary-color) 28.77%,
        var(--optional-color) 105.5%
    );
    padding: 0.25rem 1.2rem;
    border-radius: 20px;
    color: var(--background-color);
    line-height: 16px;
    padding-bottom: 7px;
    margin-top: 5px;
}

button.voucher-copy-button[disabled] {
    background-image: none;
    background-color: #dbdbdb;
    color: #000;
    cursor: no-drop;
}
p.voucher-title {
    font-size: 0.8rem;
    text-align: center;
}
p.voucher-code {
    border-style: dashed;
    border-width: 1px;
    border-radius: 5px;
    border-color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: center;
}
.product-campaign-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
}
.product-campaign-wrapper p {
    display: flex;
    padding: 0 6px;
    gap: 9px;
    line-height: 25px;
    color: var(--background-color);
    align-items: center;
    font-weight: 700;
}
.product-campaign-wrapper p svg {
    height: 20px;
    width: 20px;
}
/*==============checkout===============*/
.checkout-shipping .form-check-input:checked + label, .checkout-shipping .form-check-input:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
    display: inline-block;
    color: #77787b;
    cursor: pointer;
}
.checkout-shipping .form-check {
    background-color: #fafafa;
    width: 24%;
    height: 73px;
    padding: 13px;
    display: flex;
    justify-content: center;
}
.checkout-shipping .form-check-input {
    height: 14px !important;
}
.checkout-shipping .form-check-input:checked, .checkout-shipping .form-check-input:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    height: 23px !important;
    width: 23px !important;
    margin-left: -7px;
    margin-top: 2px;
}
.bkashform, .nagadform, .rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}


.category-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}


.fixed_messenger {
    width: 42px;
    height: 42px;
    /* background-image: linear-gradient(45deg, #004e8d 20%, #FF6B66); */
    text-align: center;
    position: fixed;
    bottom: 110px;
    right: 34px;
    /* border-radius: 50px; */
    z-index: 9999;
    /* padding: 2px; */
}
div#navbar_top {
    background: #ffffff;
}
.scroll i {
    color: #fff;
}
a.wishlist-button {
    position: relative;
}
span.wishlist_delete {
    position: absolute;
    top: 55%;
    right: 25px;
    font-size: 24px;
    background: transparent;
    color: red;
}
div#mysr .md\:max-w-80 {
    max-width: 100% !important;
    margin: 15px  0 !important;
}