@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #000;
    --primary-color-hover: #333;
    --secondary-color: #f99502;
    --secondary-color-hover: #f99502cc;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color-hover: #1f1f1f;
    --title-color: #000;
    --footer-bg-color: #1C2431;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--bg-color);
}

/*==== COMMON CSS START ====*/

p {
    text-align: left;
    margin: 0;
    color: var(--text-color);
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

.logo-area.border__bottom {
    border-bottom: 1px solid #ddd;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    float: 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;
}

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: #E74B2C;
}

.parsley-error {
    border: 1px solid #E74B2C !important;
}

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

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

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

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container_97 {
    max-width: 1200px;
}

.container {
    max-width: 1222px;
}

footer {
    padding: 0 0;
}

.footer-widgets {
    background-color: #87a3bf;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.footer-copyright {
    background-color: rgba(22, 112, 191, 0.98);
    padding: 15px 0 15px;
}

.footer-copy-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.container_top {
    width: 975px;
    margin: 0 auto;
}

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

/*==== HEADER CSS START ====  */
header {
    position: relative;
    /* border-bottom: 1px solid #ddd; */
}

.whatsapp-order-strip {
    background: #25d366;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}

.whatsapp-order-strip__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
}

.whatsapp-order-strip__link i {
    font-size: 14px;
    color: #fff;
}

.whatsapp-order-strip__link span {
    color: #fff;
}

.header-top {
    display: flex;
    height: 35px;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    background: var(--primary-color);
    font-size: 13px;
}

.header-left a {
    color: white;
}

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

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

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

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

.header-right {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 4px;
}

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

.header-right span ul li 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: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover,
.header-right a.active {
    color: var(--secondary-color);
}

.Newsletter a {
    border: none;
    width: auto;
    margin-right: 8px;
}

.Newsletter a:hover {
    background: none;
    border: none;
}

li.Newsletter i {
    margin-right: 2px !important;
    font-size: 10px;
}

.header-auth-wrapper ul {
    display: flex;
    column-gap: 4px;
}

.header-auth-wrapper ul li a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #222;
    margin-left: 15px;
}

.header-auth-wrapper ul li a img {
    display: block;
    height: 25px;
    filter: invert(1);
}

.header-auth-wrapper ul li {
    display: block;
}

.logo-area {
    padding: 8px 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: var(--primary-color);
}

.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 15% 71% 14%;
    grid-gap: 2px;
    align-items: center;
}

ul.header-list-items__search {
    display: flex;
    justify-content: end;
    gap: 25px;
}

/*search*/
.main-search {
    margin: 8px 0;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.hide__search__option {
    position: absolute;
    right: 145px;
    top: 4px;
}

.hide__search__option i {
    font-size: 25px;
    border: 3px solid #ddd;
    color: #7f7f7f;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.search_product {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 999999;
    border: 1px solid #ddd;
}

.search_product ul {
    max-height: 364px;
    overflow-y: auto;
}

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

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

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

.search_content .price {
    color: var(--text-color);
    font-weight: 600;
}

.search_content .price del {
    font-size: 12px;
    color: #888;
}

.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%;
}

ul.Cat_menu {
    position: absolute;
    opacity: 0;
    background-color: #e9e9e9;
    width: 275px;
    top: 25px;
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
}

li.cat_bar:hover ul.Cat_menu {
    opacity: 1 !important;
    visibility: visible;
    overflow: visible;
}

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

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

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

.main-search form input {
    padding: 0 10px;
    background: #fff;
    border: 2px solid #ddd;
    border-right: 0;
    border-radius: 40px;
}

.search__ab__top {
    transition: all 0.3s ease;
}

.main-search form {
    overflow: hidden;
    height: 45px;
    display: grid;
    grid-template-columns: 90% 10%;
}

.main-search form input {
    padding: 0 10px;
    background: #fff;
    border: 2px solid #ddd;
    border-right: 0;
    border-radius: 5px 0px 0 5px;
}

.main-search form button {
    height: 100%;
    width: 100%;
    color: #ffffff;
    padding: 0;
    display: block;
    background: var(--secondary-color);
    border-radius: 0 5px 5px 0;
}

.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(--secondary-color);
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.main-search.mobile-search form {
    border: 1px solid #ddd;
}

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

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

.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}

.nice-select.open .list {
    z-index: 99999 !important;
}

.nice-select .option {
    display: block !important;
}

.home-slider-container {
    width: 100%;
    margin-left: 0px;
    /* padding-left: 270px; */
}

.category-banner-wrapper {
    margin-bottom: 20px;
}

/*search end*/
.header-list-items {
    text-align: right;
    margin: 15px 0;
}

.search__ab__top {
    position: absolute;
    left: 0;
    height: 60px;
    background-color: var(--primary-color);
    width: 100%;
    top: 48px;
    padding: 1px;
    z-index: 9;
}


.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 4px;
    font-weight: 600;
}

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

.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
}

.margin-shopping {
    margin-right: 10px;
}

p.margin-shopping i {
    font-size: 20px;
}

.header-list-items ul li i {
    font-size: 20px;
    color: #fff;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

p.margin-shopping img {
    height: 30px;
    width: auto;
}

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: var(--secondary-color);
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.login-dialog {
    position: relative;
}

.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}

.login-box .form-control {
    margin: 10px 0;
    background-color: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}

.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}

.login-menu li a {
    display: block;
    color: #222;
}

.forget-link {
    margin-bottom: 5px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}

.submit-btn {
    background: var(--secondary-color) !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: var(--secondary-color);
    color: #fff;
}

#cart-qty {
    position: relative;
}

.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 {
    background: var(--secondary-color);
    width: 100%;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.checkout_btn {
    background: var(--secondary-color);
}

.cart_checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

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

.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: 10px;
}

.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: 20px;
    width: 20px;
    line-height: 20px;
}

.menu_view_all,
.menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: #fff !important;
    background: var(--secondary-color) !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    border-top: 1px solid #ddd;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* .main-header.sticky .menu-area {
    position: fixed;
    top: 77px;
    background-color: #fff;
    width: 100%;
    z-index: 999;
} */
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: #fff;
    box-shadow: 0px 0px 10px var(--primary-color);
}

/*.main-logo {*/
/*    height: 42px;*/
/*}*/
span.sale-badge-text p {
    color: #fff;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 50px;
    margin-top: 0;
}

.category-slider {
    margin-top: 25px;
}

.category-item {
    padding: 25px 0;
}

.category-item p {
    font-weight: 400;
}

.category-item img {
    border: 1px solid #ddd;

    transition: 0.35s all;
}

.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    font-weight: 500;
}

.categories ul li a {
    position: relative;
    text-transform: capitalize;
}

.categories ul li img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.catagory_menu>ul li.cat_bar>a {
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.catagory_menu {
    padding: 0px;
    text-align: center;
}

.cat_bar i {
    padding-right: 5px;
    font-size: 16px;
}

.main-menu {
    text-align: right;
}

.main-menu ul li a {
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: #777;
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: var(--secondary-color);
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.cat_down {
    margin-left: 6px;
    font-size: 10px !important;
}

.cat_bar {
    position: relative;
}

.main-header.sticky .menu-area .Cat_menu {
    visibility: hidden;
    opacity: 0;
    height: 412px;
}

.menu-area .Cat_menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100%;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.main-header .menu-area .cat_bar.active .Cat_menu {
    visibility: visible;
    opacity: 1;
}

.main-header.sticky .menu-area .cat_bar.active .Cat_menu {
    visibility: hidden;
    opacity: 0;
}

.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%;
}

.Cat_menu li a {
    display: flex;
    color: var(--text-color);
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 10px 15px;
}

.Cat_menu li a i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgba(82, 82, 82, .45);
}

.Cat_list {
    display: block !important;
}

.Cat_img img {
    height: 25px !important;
}

.Cat_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075) !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;
}

.Cat_menu li:hover {
    background: #f1f1f1;
}

.cat_bar span {
    padding-right: 10px;
}

.Cat_list i {
    text-align: end;
    width: 20px;
}

.child_menu li {
    background: none;
    width: 100%;
    border-bottom: 0px !important;
    padding: 10px 0;
}

.child_menu li a:hover {
    color: var(--secondary-color) !important;
}

.child_main {
    width: 33.33%;
}

.child_menu li a {
    background: none;
    color: #087bce;
}

.child_main {
    background: #fff !important;
}

.child_sub li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}

.child_sub li a {
    color: #666 !important;
}

.child_main>a {
    font-size: 14px;
    color: #444 !important;
    text-transform: capitalize !important;
}

.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.child_menu {
    position: absolute;
    left: 95%;
    z-index: 1 !important;
    background: white;
    width: 280px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 0px;
    border: 1px solid #ddd;
    transition: 0.25s all;
}

.cat_list_hover1:hover .child_menu {
    visibility: visible;
    left: 100%;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    left: 100% !important;
}

.cat_list_hover3:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover4:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover5:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.child_menu.child_top {
    margin-top: -50px;
}

.child_menu.child_top1 {
    margin-top: -83px;
}

.child_menu.child_top2 {
    margin-top: -123px;
}

.child_menu.child_top3 {
    margin-top: -152px;
}

.child_menu.child_top4 {
    margin-top: -184px;
}

.sec_title h2 {
    border-bottom: 2px solid #ddd;
}

.Cat_list span {
    color: var(--text-color);
    text-transform: capitalize;
    margin-left: 0px;
}

.Cat_list:hover span {
    color: var(--primary-color);
}

span.Cat_img {
    width: 35px;
}

li.child_main a {
    position: relative;
    height: 100%;
}

ul.child_sub {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

li.child_main:hover .child_sub {
    visibility: visible;
    opacity: 1;
}

ul.child_sub li:hover {
    background: transparent !important;
}

ul.child_sub li a,
ul.child_sub li a:hover {
    text-transform: capitalize;
    color: #222 !important;
    overflow: hidden;
    border: 0;
    background: transparent !important;
    font-size: 14px;
}

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

.video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container p {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding-bottom: 5px;
}

/*==== SLIDER CSS START ====  */

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

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

.footer-menu ul li a:hover {
    color: #f1ffe7;
    margin-left: 2px;
}

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

.footer-top {
    padding: 30px 0;
    background: var(--footer-bg-color);
}

.footer-promo-section {
    background: #050505;
}

.footer-promo-banner {
    min-height: 780px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgb(0 0 0 / 8%)), url(../images/default-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 110px;
}

.footer-promo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 38px;
    padding: 0 20px;
    background: #fff;
    color: #111 !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.3s ease;
}

.footer-promo-button:hover {
    background: #f2f2f2;
    color: #000 !important;
}

.footer-promo-ticker {
    padding: 10px 0;
    background: #050505;
}

.footer-promo-ticker__track {
    display: flex;
    width: max-content;
    min-width: 100%;
    overflow: hidden;
    align-items: center;
    background: #070707;
}

.footer-promo-ticker__content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: max-content;
    padding: 10px 0;
    animation: footerPromoTicker 28s linear infinite;
}

.footer-promo-ticker:hover .footer-promo-ticker__content {
    animation-play-state: paused;
}

.footer-promo-ticker__content span {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

.footer-promo-ticker__content span::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-left: 34px;
    opacity: 0.9;
}

.footer-promo-ticker__content span:last-child::after {
    display: none;
}

@keyframes footerPromoTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.customer-review-showcase {
    background: #000;
    padding: 72px 0 78px;
    overflow: hidden;
}

.customer-review-showcase__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
}

.customer-review-showcase__title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
}

.customer-review-showcase__controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    padding: 8px 14px;
}

.customer-review-showcase__nav {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.customer-review-showcase__nav i {
    font-size: 16px;
}

.customer-review-showcase__counter {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    min-width: 48px;
    text-align: center;
}

.customer-review-showcase__item {
    height: 100%;
    width: 100%;
}

.customer-review-showcase__slider .owl-stage {
    display: flex;
}

.customer-review-showcase__slider .owl-item {
    display: flex;
}

.customer-review-card {
    width: 100%;
    min-height: 284px;
    background: #fff;
    border-radius: 6px;
    padding: 26px 22px 24px;
    display: flex;
    flex-direction: column;
}

.customer-review-card__top {
    margin-bottom: 14px;
}

.customer-review-card__identity {
    display: flex;
    align-items: center;
    gap: 16px;
}

.customer-review-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #181818, #4b4b4b);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0;
}

.customer-review-card__meta h3 {
    color: #111;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 6px;
}

.customer-review-card__meta p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
}

.customer-review-card__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: #000;
}

.customer-review-card__stars i {
    font-size: 18px;
}

.customer-review-card__star--muted {
    color: #bcbcbc;
}

.customer-review-card__headline {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    margin-bottom: 10px;
}

.customer-review-card__text {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
}

.footer-about {
    text-align: center;
}

.footer-about p {
    text-align: left;
    margin: 5px 0;
    color: #fff;
    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: #fff;
}

.footer-about ul li a .feather {
    color: #fff;
}

.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about a {
    display: block;
    color: #fff;
    text-align: left;
}

.footer-about a img {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

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

.footer-menu ul li a {
    color: #fff;
    margin: 8px 0 !important;
    display: block;
}

.footer-bottom {
    border-top: 1px solid #555;
    background: var(--footer-bg-color);
    padding: 20px 0;
}

.footer-hotlint {
    color: #f1ffe7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.copyright p {
    text-align: center;
    color: #fff;
}

/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #009e60;
    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 a span {
    display: block;
    color: #fff;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
    color: #fff;
}

.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: #E74B2C;
    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-color: #ffffff;
    margin-bottom: 10px;
}

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

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 10px 0;
}

.product-code p {
    display: inline-block;
    font-weight: 600;
}

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

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

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.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 #222;
    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 #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #009e60;
    border: 1px solid #009e60;
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Potro Sans Bangla";
    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: #E74B2C !important;
    border-color: #E74B2C !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn {
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_now_btn i {
    margin-right: 10px;
}

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

.features {
    border: 1px solid #ddd;
    border-top: 4px solid var(--primary-color);
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

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

.feature-products {
    border-right: 1px solid #e8e8e8;
    height: 100%;
    padding-top: 32px;
}

.feature-products-wrapper {
    padding: 0px 10px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 1px 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}

.feature-products p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #ddd;
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.delivery_details tr td {
    color: var(--primary-color) !important;
}

.delivery_details .potro_font {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 0;
}

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

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
}

.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}

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

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    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: #edc03f;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

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

.wcart-btn,
.wcart-btn:focus {
    background: #E74B2C;
    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;
}

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

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

.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: #E74B2C;
    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;
    display: block !important;
    width: 100%;
}

.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 #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

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

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}

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

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

.brand-section {
    position: relative;
}

.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}

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

.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: #ddd !important;
    transition: 0.35s all;
}

.brand-slider .owl-nav button:hover {
    background: #E74B2C !important;
    color: #fff;
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

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

/*====  PROFILE CSS START ====  */
.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;
    background: #fff;
}

.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: #f5f7f9;
    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: center;
    font-weight: 600;
}

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

.sidebar-menu li a.active {
    color: #E74B2C;
}

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

/*====  CHECKOUT CSS START ====  */
.chheckout-section {
    padding: 35px 0;
}

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

.checkout-shipping h5,
.cart_details h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}

.checkout-shipping label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

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

.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:checked+label,
.checkout-shipping .form-check-input:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    display: inline-block;
    color: #77787b;
    cursor: pointer;
}

.checkout-shipping .form-check-input:checked+label::before,
.checkout-shipping .form-check-input:not(:checked)+label::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background: #ffffff;
}

.checkout-shipping .form-check-input:checked,
.checkout-shipping .form-check-input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkout-shipping .form-check-input:checked+label::before {
    border-color: #0397d3;
}

.checkout-shipping .form-check-input:checked+label:after,
.checkout-shipping .form-check-input:not(:checked)+label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0397d3;
    position: absolute;
    top: 13px;
    left: -5px;
    border-color: #0397d3;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkout-shipping .form-check-input:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkout-shipping .form-check-input:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout-shipping .form-check {
    background-color: #fafafa;
    width: 47%;
    height: 80px;
    padding: 20px;
}

.nagadform p,
.bkashform p,
.rocketform p {
    padding: 5px 0;
}

.bkashform,
.nagadform,
.rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.order_place {
    background: #E74B2C;
    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: #E74B2C;
}

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

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    margin-bottom: 0;
}

.contact-intro {
    max-width: 760px;
    margin: 0 auto 40px;
}

.contact-pretitle {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(249, 149, 2, 0.12);
    color: #f99502;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.contact-title {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.08;
}

.contact-desc {
    color: #475569;
    line-height: 1.9;
    font-size: 15px;
    max-width: 660px;
    margin: 0 auto;
}

.contact-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 26px 22px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e7eef8;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 150px;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.1);
}

.contact-card-icon {
    min-width: 60px;
    min-height: 60px;
    border-radius: 18px;
    background: rgba(231, 75, 44, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e74b2c;
}

.contact-card-icon i {
    width: 22px;
    height: 22px;
}

.contact-card-body {
    flex: 1;
}

.contact-card-label {
    display: block;
    color: #e74b2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-card-body a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.contact-card-body p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.contact-form {
    background: #ffffff;
    padding: 44px 42px;
    border-radius: 30px;
    border: 1px solid #edf2f7;
    box-shadow: 0 35px 85px rgba(15, 23, 42, 0.08);
}

.contact-form-header {
    margin-bottom: 32px;
}

.contact-form-header .account-title {
    font-size: 34px;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    font-weight: 800;
    color: #111827;
}

.contact-form-text {
    margin-bottom: 0;
    color: #475569;
    line-height: 1.85;
    font-size: 15px;
    max-width: 700px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #d9e2ec;
    border-radius: 18px;
    background: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.04);
    color: #1f2937;
}

.contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #e74b2c;
    box-shadow: 0 0 0 4px rgba(231, 75, 44, 0.08);
    outline: none;
}

.contact-form label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #1f2937;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form .submit-btn {
    width: 100%;
    max-width: 240px;
    padding: 14px 30px;
    border-radius: 999px;
    border: none;
    background: var(--secondary-color) !important;
    box-shadow: 0 18px 40px rgba(231, 75, 44, 0.16);
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
}

.contact-form .submit-btn:hover {
    background: #cf3d23 !important;
    transform: translateY(-1px);
}

.contact-form .form-control.is-invalid {
    border-color: #f87171;
    background: #fff1f2;
}

.contact-section .cont_item {
    display: none;
}

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

@media (max-width: 991px) {
    .contact-card {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .contact-card-icon {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 40px 0 20px;
    }

    .contact-intro {
        margin-bottom: 28px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-card {
        padding: 22px 18px;
    }

    .contact-form {
        padding: 28px 22px;
    }

    .contact-form .submit-btn {
        width: 100%;
        max-width: 100%;
    }

    .contact-form-header,
    .contact-card-body {
        text-align: left;
    }
}

.footer-about p strong {
    display: block;
}

.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 ====  */
.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: #E74B2C !important;
    font-weight: 600;
}

.menu-more i {
    color: #E74B2C !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: var(--primary-color);
    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: #b70053;
    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: #E74B2C;
    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: #087bce;
    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;
}

/*Design By Milon */

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

.category-breadcrumb a {
    font-size: 16px;
    color: var(--text-color-hover);
    font-weight: 400;
}

.category-breadcrumb span {
    color: var(--text-color-hover);
}

.category-breadcrumb strong {
    font-size: 16px;
    color: var(--text-color);
}

.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.category-product {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    width: 45px;
    height: 45px;
}

.product_item_inner .sale-badge-box {
    background-color: var(--primary-color-hover);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.product_item_inner .sold-out-inner {
    background-color: red;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.wist_item {
    position: relative;
}

.quick_view_hard {
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    top: 0px;
    right: 5px;
}

.wist_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.quick_view_hard a {
    border: 2px solid;
    border-color: silver;
    border-radius: 50%;
    font-size: 20px;
    height: 38px;
    width: 38px;
    z-index: 1;
    transition: 0.3s all;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_view_hard a:hover {
    background: #a92c2c;
    color: #fff;
    border: 2px solid #a92c2c;
}

.product_item:hover .product_item_inner {
    border-color: #E74B2C;
}

.product_item {
    position: relative;
    margin: 5px;
    margin-bottom: 0px;
    border-radius: 15px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color: #ffffff;
}

.product_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.2);
}

.quick_view_btn {
    width: 100%;
    background: #009e60;
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    padding: 5px 0px;
    text-align: center;
    bottom: -45px;
}

.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 0;
}

.quick_view_btn button {
    font-size: 15px;
    color: white;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.pro_des {
    padding: 0 20px;
}

.pro_name {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    margin-bottom: 7px;
}

.pro_name a {
    color: var(--primary-color);
    font-size: 18px;
    transition: 0.35s all;
    font-weight: 500;
    line-height: 20px;
}

.pro_name a:hover {
    color: #777;
}

.pro_img {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
    /* padding: 10px; */
}

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

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

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    font-weight: 700;
    color: #222;
    font-size: 22px;
}

.pro_btn form {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
}

.pro_btn {
    display: grid;
    grid-template-columns: 1fr;
}

.pro_btn button {
    background: var(--secondary-color);
    color: #fff;
    padding: 6px 0px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 125px;
    transition: all .5s ease;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
}

.pro_btn button span {
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    line-height: 36px;
    width: 100%;
    transition: all 0.3s ease;
}

.pro_btn button:hover span {
    top: -36px;
}

.pro_btn button::after {
    content: '\f07a';
    font-family: fontAwesome;
    display: block;
    height: 36px;
    position: absolute;
    top: 36px;
    width: 100%;
    transition: all 0.3s ease;
}

.pro_btn button:hover::after {
    top: 0px;
}

.cart_btn a:hover {
    background: #009e60;
}

.pro_btn button:hover {
    background: var(--secondary-color);
}

.pro_price del {
    color: var(--primary-color-hover);
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.discount {
    position: absolute;
    top: 5px;
    background: #E74B2C;
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}

.discount p {
    color: #fff;
    font-size: 11px;
}


.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;
}

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;
}

.description .description-tab {
    min-height: 150px;
    margin-top: 15px;
    padding: 10px 15px;
}

.description .nav.nav-tabs {
    border-top: none;
    border-color: #ddd;
    border-bottom: none;
    justify-content: center;
}

.description .nav-tabs .nav-link {
    padding: 10px 35px;
    border: none;
    color: var(--text-color);
    margin-right: 10px;
    min-width: 150px;
    line-height: 1;
    position: relative;
}

.description .nav-tabs .nav-item.show .nav-link,
.description .nav-tabs .nav-link.active {
    border-radius: 35px;
    top: -1px;
    padding: 10px 35px;
    background-color: #efefef;
    color: var(--primary-color);
}

.description .nav-tabs .nav-item .nav-link::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    background-color: var(--secondary-color);
    height: 3px;
    width: 0;
    transition: all 0.3s ease;
}

.description .nav-tabs .nav-item .nav-link.active::before,
.description .nav-tabs .nav-item:hover .nav-link::before {
    width: 100%;
}

/* .description .nav-tabs .nav-link.active */
textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

button.details-review-button {
    display: inline-block;
    background-color: #e74b2c;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
}

.breadcrumb ul li a {
    color: var(--text-color-hover);
    font-size: 16px;
}

.breadcrumb ul li span {
    color: var(--text-color);
}

.feature-products-wrapper a {
    font-size: 16px;
}

.details_slider {
    position: relative;
    border-radius: 5px;
}

.details-gallery {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.details_slider {
    border: 1px solid #e7e2d8;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    height: 620px;
    padding: 10px;
}

.details_slider .owl-stage-outer,
.details_slider .owl-stage,
.details_slider .owl-item,
.details_slider .dimage_item {
    height: 100%;
}

.details_slider .owl-nav {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.details_slider:hover .owl-nav {
    opacity: 1;
}

.details_slider .owl-prev,
.details_slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #111 !important;
    transition: all 0.3s ease;
}

.details_slider .owl-prev {
    left: 18px;
}

.details_slider .owl-next {
    right: 18px;
}

.details_slider .owl-prev:hover,
.details_slider .owl-next:hover {
    background: #fff !important;
    color: var(--secondary-color) !important;
    border-color: rgba(249, 149, 2, 0.4) !important;
}

.details-slider-arrow {
    font-size: 22px;
    line-height: 1;
}

.details-page-wishlist {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.details-page-wishlist a {
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ddd;
    transition: all 0.3s ease;
}

.details-page-wishlist a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.side_cat_img {
    width: 24px;
    height: auto;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
    border-color: #009e60;
}

#content {
    width: 100%;
}

.main-header {
    background: #fff;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

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

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

.main_slider .owl-next i:hover,
.main_slider .owl-prev i:hover {
    color: #FECD03;
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: #E74B2C;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

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

.related-product-section {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.description h2 {
    font-size: 18px;
    color: var(--primary-color);
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.social_link li {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

li.social_list a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.stay_conn {
    text-align: center;
}

.comn_sec {
    padding: 20px 0;
}

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

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: var(--primary-color);
}

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

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

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

.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(--primary-color);
    font-weight: 600;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-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;
    display: none;
}

.color_inner .selector .selector-item label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.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: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: var(--primary-color);
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: #7D7D7D;
    color: #fff;
    border-color: #7D7D7D;
    cursor: pointer;
}

/* ====Color Size Details Css ====*/
.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.syotimer-cell__unit {
    display: none;
}

.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: #E74B2C;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.indicator_thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 620px;
    overflow-y: auto;
    padding-right: 4px;
}

.indicator-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid #e4ded1;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 1 / 1;
}

.indicator-item:hover,
.indicator-item.active {
    border-color: #222 !important;
    box-shadow: 0 0 0 1px #222;
    border: 1px solid;
    padding: 5px;
}

.indicator-item img {
    display: block;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dimage_item {
    background: #fff;
}

.dimage_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 18px;
    cursor: zoom-in;
}

.dimage_item img {
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    object-fit: cover;
}

.indicator_thumb::-webkit-scrollbar {
    width: 6px;
}

.indicator_thumb::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 20px;
}

.hightlight_cont p {
    font-weight: 600;
    text-align: center;
}

.color_inner {
    display: flex;
    margin-top: 10px;
}

.color_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.size_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

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

.pro_brand p {
    font-weight: 600;
}

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

.description {
    margin-top: 22px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
}

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


a.forget-link {
    font-size: 14px;
}

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

.cart_btn {
    display: flex;
    justify-content: center;
    padding: 10px 20px 20px;
}

.cart_btn.order_button a {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: all .5s ease;
    border-radius: 10px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
}

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

.sub-category>li {
    position: relative;
}

ul.child-category {
    position: absolute;
    right: -100%;
    background: #fff;
    top: 0;
    width: 198px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.sub-category>li:hover .child-category {
    visibility: visible;
    opacity: 1;
}

.bottoads_area {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.product_slider {
    overflow: hidden;
}

.home-product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.product-info.top__section {
    height: 150px;
    display: block;
    padding-top: 25px;
}

.related-product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.grid-template-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-template-6 {
    grid-template-columns: repeat(6, 1fr);
}

.bottoads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cat_img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.cat_img {
    height: 76px;
    width: 76px;
    margin: 0 auto;
    text-align: center;
    /* border-radius: 50%; */
    overflow: hidden;
}

.cat_img img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    height: 50px;
    display: grid;
    align-items: center;
}

.cat_name a {
    color: var(--primary-color) !important;
    text-transform: capitalize;
    transition: all .5s ease;
}

.cat_name a:hover {
    color: #e74b2c !important;
}

.cat_item {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid;
    border-color: var(--secondary-color);
    padding: 15px 5px;
}

.cat_item:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 14%;
    width: 2px;
    height: 40%;
    background: #eaeaea;
}

.cat_item:last-child:after {
    display: none;
}

.footertop_ads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer_top_ads_area {
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 0;
    overflow: hidden;
}

.scrolltop {
    position: fixed;
    left: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--secondary-color) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.homeproduct.main-details-page {
    margin-top: 10px;
}

.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;
}

.sidebar-menu {
    background: #FFF;
    margin: 0;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

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

.sidebar-menu li a {
    padding: 7px 15px 3px 15px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    color: #009e60;
}

.sidebar-menu ul li a img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #009e60;
}

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

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

.child_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sidebar-childmenu p {
    padding: 0 13px;
    padding-top: 15px;
    font-weight: 600;
    color: #222;
    text-align: left;
}

.child_grid img {
    display: block;
}

.child_grid li a,
ul.child_grid li a:hover {
    background: transparent !important;
    text-align: center;
}

ul.child_grid li a img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

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

}

.sidebar-menu ul li:hover>a {
    background-color: #009e604d;
    color: #e74b2c;
}

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

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

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

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

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

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

.flext_area {
    display: flex;
    align-items: center;
}

.flext_area i {
    font-size: 35px;
    margin-right: 10px;
}

.details_right {
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

body.checkout-modal-open {
    overflow: hidden;
}

.checkout-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
    z-index: 99999;
}

.checkout-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.checkout-modal-dialog {
    width: 100%;
    max-width: 500px;
}

.checkout-modal-content {
    min-height: 160px;
}

.checkout-modal-loading {
    background: #fff;
    border-radius: 18px;
    padding: 40px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.checkout-modal-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 16px 16px 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: calc(100vh - 40px);
    overflow: hidden;
}

.checkout-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    color: #666;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.checkout-modal-header {
    padding-right: 28px;
    margin-bottom: 10px;
}

.checkout-modal-header h3 {
    font-size: 15px;
    line-height: 1.32;
    font-weight: 700;
    color: #2d2d2d;
}

.checkout-modal-items,
.checkout-modal-summary {
    border: 1px solid #e7e9e3;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
}

.checkout-modal-formwrap {
    padding-top: 0;
}

.checkout-modal-items {
    padding: 10px;
    margin-bottom: 10px;
}

.checkout-modal-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
}

.checkout-modal-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.checkout-modal-item__image {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}

.checkout-modal-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-modal-item__name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.22;
}

.checkout-modal-item__meta {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.checkout-modal-item__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
}

.checkout-modal-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce4d5;
    border-radius: 999px;
    background: #f8fbf4;
    overflow: hidden;
}

.checkout-modal-qty__btn {
    width: 28px;
    height: 28px;
    background: transparent;
    color: #2f6e13;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.checkout-modal-qty__value {
    min-width: 28px;
    text-align: center;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 700;
}

.checkout-modal-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7d7d7d;
    font-size: 11px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
}

.checkout-modal-remove:hover {
    color: #de3f3f;
}

.checkout-modal-item__price {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    padding-top: 2px;
}

.checkout-modal-summary {
    margin-bottom: 10px;
}

.checkout-modal-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    font-size: 13px;
    color: #444;
}

.checkout-modal-summary__row:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.checkout-modal-summary__row strong {
    font-size: 13px;
    color: #111;
}

.checkout-modal-summary__row--total span,
.checkout-modal-summary__row--total strong {
    font-size: 15px;
    font-weight: 800;
}

.checkout-modal-formtitle {
    text-align: center;
    color: #4b8b1a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.checkout-modal-field {
    display: block;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}

.checkout-modal-field label {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}
.checkout-modal-field label span {
    color: #ff3d3d;
}

.checkout-modal-input {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    border: 1px solid #cfd7cb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.checkout-modal-input__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4ef;
    color: #222;
    font-size: 17px;
}

.checkout-modal-input input,
.checkout-modal-input select {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 12px;
    font-size: 13px;
    color: #222;
    background: #fff;
}

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

.checkout-modal-input input[type=number] {
    -moz-appearance: textfield;
}

.checkout-modal-input select {
    cursor: pointer;
}

.checkout-modal-error {
    grid-column: 2 / 3;
    display: block;
    margin-top: -4px;
    color: #df3131;
    font-size: 11px;
    min-height: 14px;
}

.checkout-modal-actions {
    /*margin-top: 10px;*/
}

.checkout-modal-submit,
.checkout-modal-whatsapp {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.checkout-modal-submit {
    background: linear-gradient(135deg, #111111 0%, #000000 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.checkout-modal-submit:hover {
    background: #1d1d1d;
    color: #fff;
}

.checkout-modal-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.checkout-modal-whatsapp {
    background: linear-gradient(135deg, #31d861 0%, #1fbc4b 100%);
    color: #fff;
    margin-top: 8px;
    flex-direction: column;
    gap: 0;
    height: 58px;
    box-shadow: 0 10px 24px rgba(49, 216, 97, 0.24);
}

.checkout-modal-whatsapp span,
.checkout-modal-whatsapp strong {
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
}

.checkout-modal-whatsapp:hover {
    background: #24b54d;
    color: #fff;
}

.checkout-modal-card--empty {
    padding-top: 54px;
}

.checkout-modal-empty {
    text-align: center;
    padding: 20px 12px;
}

.checkout-modal-empty h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.checkout-modal-empty p {
    text-align: center;
    color: #666;
}


li.currency-box {
    position: relative;
}

li.currency-box span {
    color: #fff;
}

li.currency-box i {
    color: #fff;
}

.currency-submenu {
    position: absolute;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
}

li.currency-box:hover .currency-submenu {
    opacity: 1;
    visibility: visible;
}

.currency-submenu li {
    display: block;
    margin: 0;
}

.currency-submenu li a {
    display: block;
    color: var(--primary-color);
    text-align: left;
    padding: 5px 10px;
    border-radius: 0;
}

.currency-submenu li:hover a {
    background-color: #e74b2c;
    color: #fff;
}

.cat_item_inner {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 10px;
}

.app_img {
    width: 150px;
}

.only-for-mobile {
    display: none;
}

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

.form-group.select-ratting {
    margin: -2px 0;
}

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

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

li.nav-item {
    display: inline-block;
    list-style: none !important;
}


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

.review_data {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin: 5px 0;
}

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

.review-star i {
    font-size: 11px;
    color: goldenrod;
}

.cshort-summary li a {
    color: #222 !important;
}

.customer-login-redirect {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 50px;
}

/* cart sidebar */
.cart-sidebar {
    background-color: #fff;
    min-height: 100vh;
    width: 340px;
    position: fixed;
    top: 0;
    right: -340px;
    z-index: 99999;
    transition: all 0.3s ease;
}

.cart-sidebar.active {
    right: 0;
}

.cart-sidebar .sidebar-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    border-left: 2px solid #ddd;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #d5d5d5;
    padding: 20px 15px;
}

.sidebar-header .close {
    cursor: pointer;
}

.sidebar-header .close:hover {
    color: #ddd;
}

.sidebar-header .close span {
    font-size: 17px;
    font-weight: 600;
}

.sidebar-header .title h3 {
    font-size: 18px;
}

.cart-sidebar .sidebar-body {
    flex: 1 1 auto;
}

.cart-item {
    padding: 15px;
}

.cart-item .item-inner {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.item-inner .item-image img {
    height: 65px;
    width: auto;
}

.item-inner .item-desc {
    flex: 1 1 auto;
}

.cart-item:not(:last-child) {
    border-bottom: 1px solid;
    border-color: #ddd;
}

.item-inner .item-desc .quantity strong {
    color: #ff0000;
    font-size: 15px;
}

.checkout-inner {
    padding: 10px;
}

.checkout-inner a {
    display: block;
    background-color: black;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
}

.footer-inner {
    border-top: 1px solid;
    border-color: #ddd;
}

.subtotal-inner .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 0;
}

.subtotal-inner .left h3 {
    font-size: 19px;
    font-weight: 600;
}

.subtotal-inner .left strong {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
}

.floating-button a {
    display: flex;
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.floating-button a i {
    font-size: 19px;
    color: #fff;
}

.whatsapp-button a {
    background-color: #25D366;
    bottom: 50px;
    right: 30px;
}

.hotline-button a {
    background-color: #ff0000;
    bottom: 140px;
    right: 30px;
    animation-delay: 250ms;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes fade-in-down-animation {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: none;
    }
}


/* ==== New css start ====*/

.hot-this-week h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--title-color);
}

.product-card {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.product-image img {
    width: 100%;
    height: 370px;
}

.product-info {
    padding: 15px;
    background: #ffffff;
    height: 105px;
}

.product-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.price {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

/* View all */
.view-all-btn {
    text-align: center;
    margin-top: 65px;
}

.view-all-btn a {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.new-arrival-carousel .owl-nav {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.new-arrival-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ddd !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    color: var(--primary-color) !important;
    transition: all 0.3s ease;
}

.homeproduct {
    padding: 70px 0;
}


.brand-showcase-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}

.brand-showcase-title {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.brand-showcase-controls {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    padding: 8px 14px;
}

.brand-showcase-nav {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.brand-showcase-nav i {
    font-size: 16px;
}

.brand-showcase-counter {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    min-width: 48px;
    text-align: center;
}

.brand-showcase-item {
    padding: 10px 6px;
}

.brand-showcase-card {
    text-align: center;
}

.brand-showcase-logo {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
    overflow: hidden;
}

.brand-showcase-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto;
    object-fit: cover;
}

.brand-showcase-content h4 {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 6px;
}

.brand-showcase-content p {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

h2.category-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
}

h2.category-title a {
    color: #000;
}

.category-content h4 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #111;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 6px;
}

.category-content p {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.category-icon {
    background: #f5f5f5;
    border-radius: 50%;
    height: 164px;
    width: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 26px;
    overflow: hidden;
}

.category-icon img {
    width: 100% !important;
    height: 100%;
    display: block !important;
    object-fit: cover;
}

.category-showcase-header {
    margin-bottom: 38px;
}

.front_category_item {
    display: block;
    text-align: center;
}

.front_category .owl-stage {
    display: flex;
    align-items: stretch;
}

.front_category .owl-item {
    padding: 10px 6px;
}

.category-showcase-controls {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    padding: 8px 14px;
    margin: 28px auto 0;
}

.category-showcase-nav {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.category-showcase-nav i {
    font-size: 16px;
}

.category-showcase-counter {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    min-width: 48px;
    text-align: center;
}

.custom_paginate {
    margin-top: 45px;
    margin-bottom: 15px;
}

.custom_paginate nav {
    display: flex;
    justify-content: center;
}


.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.page-link {
    color: var(--secondary-color);
}

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

.brand-showcase-section .container {
    max-width: 1700px;
}

.category-section .container {
    max-width: 1550px;
}

.logo-area .container {
    max-width: 1550px;
}

.homeproduct.main-details-page {
    padding: 10px 30px;
}

.low-stock-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 30px;
    padding: 6px 12px;
    /* Reduced padding */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: fit-content;
    font-family: "Arial", sans-serif;
}

.status-icon {
    width: 8px;
    /* Smaller icon */
    height: 8px;
    background-color: #d32f2f;
    /* Red color */
    border-radius: 50%;
    margin-right: 5px;
}

.status-text,
.order-text {
    font-size: 12px;
    /* Smaller text */
    font-weight: 600;
    color: #d32f2f;
}

.divider {
    margin: 0 5px;
    font-size: 12px;
    /* Smaller divider */
    font-weight: 600;
    color: #d32f2f;
}
.wsit_live_viewer {
    margin: 30px 0;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 36px;
    margin-bottom: 16px;
    margin-bottom: 18px;
}
.bottom-block__text {
    margin-bottom: 30px;
}
.checkout-modal-header h3 {
    line-height: 1.45;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #2d2d2d;
}
.checkout-modal-summary {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e7e9e3;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
}
.checkout-modal-items {
    padding: 12px;
    margin-bottom: 10px;
    padding: 14px;
    margin-bottom: 7px;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    align-items: start;
    gap: 14px;
}
.checkout-modal-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ececec;
}
.checkout-modal-item__image {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}

.checkout-modal-item__qty {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #7f7f7f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}


.checkout-modal-item__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.checkout-modal-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce4d5;
    border-radius: 999px;
    background: #f8fbf4;
    overflow: hidden;
}

.checkout-modal-qty__btn {
    width: 34px;
    height: 34px;
    background: transparent;
    color: #2f6e13;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.checkout-modal-qty__value {
    min-width: 34px;
    text-align: center;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 700;
}

.checkout-modal-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
}

.checkout-modal-remove:hover {
    color: #de3f3f;
}

.checkout-modal-item__price {
    white-space: nowrap;
    padding-top: 4px;
}
.checkout-modal-summary {
    margin-bottom: 8px;
}
    
.checkout-modal-summary__row--total strong {
    font-size: 17px;
    font-size: 19px;
    font-weight: 800;
    color: #4b8b1a;
    font-size: 18px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-bottom: 7px;
}
    
.checkout-modal-submit {
    background: #050505;
    background: linear-gradient(135deg, #111111 0%, #000000 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}
.checkout-modal-whatsapp {
    background: #2ecc5a;
    background: linear-gradient(135deg, #31d861 0%, #1fbc4b 100%);
    color: #fff;
    gap: 0;
    height: 68px;
} 
strong.subtotal-data {
    color: #fff;
}
p.margin-shopping svg {
    stroke: #fff;
}
.pos-increment p {
    text-align: center;
}
input.btn.px-4.add_cart_btn2 {
    width: 100%;
    background: #0e578d;
    color: #fff;
    padding: 0 0 !important;
    height: 42px;
    margin-top: 8px;
}
.footer_nav {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    border-top: 1px solid #ddd;
    height: 60px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
}

.footer_nav ul {
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.footer_nav ul li {
    position: relative;
    display: inline-block;
    margin-top: 0;
    border-right: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_nav ul li:last-child{
    border-right: 0;
}

.footer_nav ul li a {
    display: inline-block;
    padding: 2px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.footer_nav ul li a span {
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: -8px;
}

.footer_nav ul li a p {
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
}

.footer_nav ul li a svg {
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}

.footer_nav ul li i {
    border-radius: 7px;
    font-size: 21px;
    color: #000000ba;
}