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

/* Common CSS Starts */

:root {
    --color-black: #000000;
    --color-dark: #212529;
    --color-light-dark: #545454;
    --color-white: #ffffff;
    --color-orange: #FF7500;
    --color-grey: #868e96;
    --color-light-yellow: #fff3cd;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 4rem;
    scroll-behavior: smooth;
}

@media(min-width: 1500px) {
    body {
        /* font-size: 20px !important; */
    }
    p {
        line-height: 28px !important;
    }
}

body {
    font-size: 16px;
    color: var(--color-dark);
    font-family: "Outfit", serif;
    font-weight: 400;
    line-height: 20px;
}

@media(max-width: 575px) {
    body {
        font-size: 15px;
    }
}

h1 {
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: var(--color-orange);
    font-size: 72px;
    font-family: "Krub", serif;
}

h2,
h3,
h4,
h5 {
    font-family: "Krub", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--color-dark);
}

h2 {
    font-size: 32px;
    font-weight: 800;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-family: "Krub", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--color-orange);
    font-size: 18px;
}

a {
    color: var(--color-orange);
    text-decoration: none;
    font-family: "Krub", serif;
    font-weight: 500;
}

a:hover,
a:focus {
    color: var(--color-orange);
}

ul li {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 24px;
}

p {
    color: var(--color-dark);
    line-height: 22px;
}

@media(max-width: 575px) {
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 22px;
    }
}

@media(max-width: 320px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px
    }
}

.text-orange {
    color: var(--color-orange);
}

.text-light-blue {
    color: var(--color-light-blue);
}

.text-light-dark {
    color: var(--color-light-dark);
}

.text-black {
    color: var(--color-black);
}

.text-grey {
    color: var(--color-grey);
}

.bg-light-dark {
    background: var(--color-light-dark);
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-dark {
    background: var(--color-dark);
}

.bg-light-yellow {
    background: var(--color-light-yellow);
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 600;
}

section {
    padding: 60px 0px;
}

.vh-70 {
    height: 70vh;
}

@media(max-width: 480px) {
    section {
        padding: 30px 10px;
    }
}

#preloader {
    background-color: #fff;
    background: #fff url("../img/logo.png") no-repeat center center;
    background-size: 10%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0.8; */
}

.spinner-grow {
    width: 3rem;
    height: 3rem;
}


/* Common CSS ENDS */


/*slider css : BEGIN*/

.slider-container {
    position: relative;
}

.slick-slide {
    padding: 0px 15px;
    ;
}

.slick-arrow {
    background: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: var(--color-light-blue);
    z-index: 1;
    border: 1px solid #fff;
    font-size: 0;
    outline: none;
    font-family: 'Font Awesome 6 Free';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    /* padding-left: 11px; */
}

.slick-arrow:hover {
    background: var(--color-light-blue);
    color: var(--color-white);
    transition: all .3s ease-in-out;
}

@media(max-width: 425px) {
    .slick-arrow {
        top: -30px;
    }
}

.slick-arrow.slick-prev {
    left: 10px
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    color: #000000;
    font-size: 16px;
    line-height: 2.2
}

.slick-arrow.slick-next {
    right: 10px
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--color-light-blue);
    font-size: 16px;
    line-height: 2.2
}

.slick-arrow.slick-prev:hover::before,
.slick-arrow.slick-next:hover::before {
    color: #000;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-bottom: 15px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:only-child {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:before,
.slick-dots li button::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0px;
    left: 0px;
    margin: auto auto;
    width: 14px;
    height: 14px;
    background: none;
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--color-light-blue);
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
    background: var(--color-light-blue);
    width: 14px;
    height: 14px;
}

@media(min-width: 575px) {
    .banner-slider .slick-dots {
        position: absolute;
        bottom: 8px;
        left: 10%;
    }
}

@media(min-width: 1500px) {
    .banner-slider .slick-dots {
        left: 17%;
    }
}

@media (max-width: 575px) {
    .banner-slider .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}


/*slider css : END*/


/* Header CSS Starts */

.pos-relative {
    position: relative;
}

.header-top-bar {
    padding: 10px;
}

.header-top-bar .list-inline a,
.header-top-bar .list-inline li {
    font-size: 14px;
}

.social-icon {
    background: var(--color-light-blue);
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
}

header {
    background: var(--color-white);
    padding: 20px 0px;
    box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
}

.navbar-brand.header-logo {
    width: 195px;
    background: var(--color-white);
    /* padding: 10px 25px; */
}

.navbar-nav .nav-item {
    margin-bottom: 0;
}

.navbar-nav .nav-link {
    color: var(--color-dark-grey);
    padding: 10px 10px !important;
    font-size: 16px;
}

.navbar-nav .nav-link.active {
    color: var(--color-orange);
    font-weight: 600;
}

.navbar-nav .nav-item:last-child {
    display: none;
}

.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.navbar-nav .dropdown-menu li {
    margin-bottom: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.15rem 1rem;
    border-bottom: 1px solid;
    font-size: 14px;
}

.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--color-orange);
}

.header-icons li a {
    display: block;
    position: relative;
}

.header-icons li a img {
    width: 30px;
}

.header-icons li a span {
    background: #ff7500;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    position: absolute;
    font-size: 10px;
    right: -8px;
    top: -5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flyout-logo {
    display: none;
}

@media(max-width:1024px) {
    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 6px !important;
    }
}

@media(max-width: 991px) {
    .navbar-brand.header-logo {
        position: initial;
        /* width: 70%; */
        padding: 0;
        display: block;
        margin: auto;
    }
    .header-top-bar .list-inline a,
    .header-top-bar .list-inline li {
        font-size: 12px;
    }
    .navbar-nav .nav-link {
        padding: 10px 8px !important;
        border-bottom: 1px solid #ddd;
        /* text-align: right; */
    }
    .navbar-nav .nav-item:last-child {
        display: initial;
    }
    /* Customize the collapse navbar for mobile */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -80%;
        /* Start hidden off-screen */
        width: 80%;
        height: 100%;
        background: #fff;
        /* Background color of the menu */
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        /* Smooth transition */
        z-index: 1050;
        /* Ensure it is above other elements */
        overflow-y: auto;
        /* Handle long menus */
        padding: 20px;
    }
    /* Show the menu when expanded */
    .navbar-collapse.menu-open {
        left: 0;
        /* Slide in from the left */
    }
    /* Navbar toggler icon styles */
    .navbar-toggler.collapsed {
        position: relative;
        z-index: 1100;
        /* Keep it above the collapsed menu */
    }
    .collapse.show~.navbar-toggler {
        display: none;
        /* Hide the toggle button when the menu is open */
    }
    /* Close button inside the menu */
    .close-menu-btn {
        background: #d7d7d7;
        border: none;
        font-size: 1rem;
        color: #333;
        z-index: 1200;
        cursor: pointer;
        padding: 5px 8px;
        border-radius: 4px;
    }
    .close-menu-btn:focus {
        outline: none;
    }
    .my-account-link {
        display: none;
    }
    .flyout-logo {
        display: flex;
        margin-bottom: 30px;
    }
}

footer hr {
    height: 3px;
    background-color: var(--color-orange);
    opacity: 1;
    margin: 1.5rem 0;
}

.footer-menu-links {
    display: flex;
    gap: 40px;
    list-style-type: none;
    padding-left: 0;
}

.footer-menu-links li {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-menu-links li.small {
    font-size: 14px;
}


/* .footer-menu-links li::before{
  content: '|';
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  color: var(--color-white);
} */

.footer-menu-links li:last-child::before {
    display: none;
}

@media(max-width: 991px) {
    .footer-menu-links {
        gap: 20px;
    }
}


/* Home Page CSS Begins */

.pos-relative {
    position: relative;
}

.home-banner {
    min-height: 80vh;
}

.home-form-wrapper {
    background: var(--color-dark);
    padding: 45px 30px;
    border-radius: 5px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    margin-top: -120px;
    left: 0;
}

.form-group {
    margin-bottom: 20px;
}

.btn.btn-go {
    background: var(--color-dark);
    color: var(--color-white);
    border: 2px solid var(--color-white);
    border-radius: 18px;
    padding: 0 1.5rem;
    height: 2.575rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-go:hover {
    background: var(--color-white);
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
}

.form-control {
    color: var(--color-dark);
    padding: 0 1rem;
    height: 2.575rem;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
}

select.form-control {
    font-size: 14px;
}

textarea.form-control {
    height: initial;
}

@media(max-width: 575px) {
    .home-banner {
        min-height: 60vh;
    }
    .home-form-wrapper {
        position: initial;
        margin-top: 0;
    }
}


/* Custom zoom-in animation */

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* Apply the zoom-in animation to the modal */

.modal.fade .modal-dialog {
    animation: zoomIn 0.3s ease-in-out;
}


/* Center modal vertically and horizontally */

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#loginformModal .modal-content {
    border-radius: 0;
    padding: 20px;
}

fieldset {
    border: none;
    display: none;
    /* Hide all fieldsets by default */
}

fieldset.active {
    display: block;
    /* Show only the active fieldset */
}

#loginformModal .btn-close {
    position: absolute;
    right: -28px;
    top: -12px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7500'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.form-label {
    font-size: 14px;
    line-height: 1;
}

.btn {
    font-family: "Krub", serif;
    box-shadow: none !important;
    font-weight: 500;
}

.btn.btn-outline-dark {
    cursor: pointer;
    border: 1px solid;
    border-radius: 10px;
    padding: 3px;
    font-size: 14px;
}
.btn.btn-green {
    cursor: pointer;
    border: 1px solid #198754;
    border-radius: 10px;
    padding: 3px;
    font-size: 14px;
	background: #198754;
	color:#fff;
}
#verifyPhoneButton {
    position: absolute;
    right: 20px;
    top: 6px;
}
.closePhoneNumber{
    cursor: pointer;
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.btn.text-btn {
    border: 0;
    padding: 0;
}

.btn.text-btn.active {
    color: var(--color-orange);
}

.btn.btn-brand-submit {
    background: var(--color-orange);
    color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 12px;
    height: 42px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-brand-submit:hover {
    background: var(--color-white);
    color: var(--color-orange);
}

.btn.btn-brand {
    background: var(--color-orange);
    color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 12px;
    padding: .375rem;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.btn.btn-brand:hover {
    background: var(--color-white);
    color: var(--color-orange);
}

.contact-form-wrapper {
    background-color: #F5F5F5;
    /* opacity: 0.5; */
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px;
    border-radius: 16px;
}

.contact-form-wrapper .form-label {
    font-size: 16px;
}

.btn.btn-outline-orange {
    background: #FF7500;
    color: #fff;
    border-width: 2px;
    border-radius: 8px;
    border: 1px solid var(--color-orange);
    padding: 5px 20px;
    text-align: left;
    padding-right: 40px;
    font-weight: 600;
}

.btn.btn-outline-orange:hover {
    background: var(--color-orange);
    color: var(--color-white);
}

.info-links-wrapper {
    position: relative;
    display: flex;
    gap: 25px;
    align-items: center;
}

.info-icon {
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-orange);
}

.form-select option {
    background: var(--color-white);
    color: var(--color-dark);
}

.form-select option:hover {
    background: #fff4f6 !important;
    color: var(--color-orange) !important;
}

label.error {
    margin-top: 5px;
    color: red;
}
@media(max-width: 1024px){
    .btn.btn-brand-submit{
        padding: 0.55rem;
    }
}
@media(max-width: 575px){
    .btn.btn-outline-orange{
        padding-right: initial;
        padding: 5px 12px;
    }
}

/* Breadcrumb CSS BEGINS*/

.breadcrumb li a {
    color: #b8bdc1;
    font-size: 12px;
    position: relative;
}

.breadcrumb li a.active {
    color: #212529;
}

.breadcrumb li:not(:last-child) a::after {
    content: '>';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #b8bdc1;
    display: flex;
    align-items: center;
}


/* Breadcrumb CSS ENDS*/


/* Product CSS BEGINS */

.pagebanner-content {
    background: #ece8e5;
    padding: 10px 40px;
    border-radius: 12px;
}

@media(max-width: 575px) {
    .pagebanner-content {
        padding: 10px 15px;
    }
}

.product-category-content a {
    color: var(--color-light-dark);
    border: 2px solid var(--color-dark);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.filter-grade {
    transition: left .3s all ease-in-out;
}

.filter-grade .filter-title {
    border-bottom: 2px solid var(--color-orange);
}

.filter-grade ul li a {
    color: var(--color-dark);
    font-size: 16px;
    border-bottom: 1px solid rgb(255 117 0 / 30%);
    width: 100%;
    display: block;
    padding: 3px 0px;
}

.filter-grade ul li:last-child a {
    border-bottom: 0;
}

.filter-grade ul li a:hover {
    color: var(--color-orange);
    font-weight: 600;
}

.filter-grade ul li.active-subcategory a {
    color: var(--color-orange);
}

.filter-grade .accordion-item {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
}

.filter-grade .accordion-item .accordion-header {
    display: flex;
}

.filter-grade .accordion-item .accordion-title {
    font-size: 18px;
    padding: 1rem 0;
    font-weight: 600;
    box-shadow: none !important;
    width: 85%;
}

.filter-grade .accordion-item button {
    font-size: 18px;
    padding: 1rem 0;
    font-weight: 600;
    box-shadow: none !important;
    width: 15%;
}

.filter-grade .accordion-item .accordion-button:not(.collapsed) {
    color: var(--color-orange);
    background-color: transparent;
    box-shadow: none;
}

.filter-grade .accordion-body {
    padding: 0;
}

.filter-grade .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7500'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sort-bar {
    background: rgba(241, 243, 245, 0.5);
    padding: 20px;
    border-radius: 12px;
}

.sort-bar .form-select {
    width: 80%;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 0 10px;
}

.product-card {
    margin-bottom: 30px;
    background: #f4f4f4;
    border: 1px solid #949494;
}

.product-card-wrapper .product-info {
    padding: 15px 20px;
}

.product-info .product-title {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 18px;
    min-height: 60px;
}

.product-info .product-price {
    color: #636363;
}

.product-info .product-price span {
    color: var(--color-dark);
}

.product-card-img {
    position: relative;
}

.product-card-img img {
    width: 100%;
    height: 260px;
    /* object-fit: cover; */
    object-position: top;
}

.product-card-img .product-label {
    background: #f1d356;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

.pagination li a {
    color: var(--color-dark);
    background-color: #f1f3f5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.pagination li a:hover {
    background-color: #e9ecef;
}

.pagination li a.active {
    background-color: var(--color-orange);
    color: var(--color-white);
}

@media(max-width: 992px) {
    .sort-bar {
        padding: 10px;
    }
    .sort-bar .form-select {
        word-wrap: break-word;
    }
    .filter-grade {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 80%;
        max-width: 300px;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 1rem;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        z-index: 9999;
    }
    .filter-grade.open {
        left: 0;
    }
    .filter-close-btn {
        position: absolute;
        right: 0;
        top: 5px;
        background: none;
        border: 0;
    }
}
@media(max-width: 575px){
    .product-image-showcase{
        margin-bottom: 15px;
    }
}


/* Product CSS ENDS */


/* Single Product Page CSS BEGINS */

.product-thumbnail-item {
    padding: 0;
    margin: 5px 5px;
    border: 1px solid var(--color-grey);
    cursor: pointer;
    position: relative;
}

.product-thumbnail-item.slick-slide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
}

.product-thumbnail-item.slick-current.slick-slide::before {
    display: none;
}

.product-showcase-item a {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    font-size: 22px;
}

.product-showcase-item a:hover {
    color: var(--color-dark);
}
.product-showcase-item {
    border: 1px solid var(--color-grey);
    position: relative;
}

.slider-nav .slick-track {
    margin-left: initial;
}

.sku-info .stock-label {
    background: #e6fcf5;
    color: var(--color-orange);
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 8px;
}

.size-radio-options {
    flex-wrap: wrap;
}

.size-radio-options .radio-item {
    position: relative;
    display: block;
    margin: 2px;
}

.size-radio-options .radio-item input {
    opacity: 0;
}

.size-radio-options .radio-item label {
    background: #F5F5F5;
    border: 1px solid #adadad;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    padding: 8px 15px;
}

.size-radio-options .radio-item label:hover {
    box-shadow: 0 0 0 3px #ddd;
    border-color: transparent;
    transition: .3s all ease-in-out;
}

.size-radio-options .radio-item label.active {
    background: var(--color-dark);
    color: var(--color-white);
}

.price-inr strike {
    color: #6c757d;
}

.quantity-btn-group {
    display: inline-flex;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
}

.quantity-button {
    padding: 8px 10px;
    cursor: pointer;
}

.quantity-button:hover {
    background: #f5f5f5;
    border-radius: 12px;
}

.quantity-btn-group input {
    padding: 5px;
    width: 50px;
    text-align: center;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.modal-tabs .nav.nav-tabs {
    justify-content: center;
}

.modal-tabs .nav.nav-tabs .nav-item {
    width: 33.333%;
    margin-bottom: 0;
}

.modal-tabs .nav.nav-tabs .nav-item button {
    width: 100%;
    margin-bottom: 0;
    color: var(--color-dark);
    border: 0;
}

.modal-tabs .nav.nav-tabs .nav-item button:hover {
    border: 0;
}

.modal-tabs .nav.nav-tabs .nav-item button.active {
    border: 0;
    border-bottom: 2px solid var(--color-dark);
    font-weight: 600;
}


/* My Account CSS Begins */

.custom-vertical-tabs .nav-pills {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.custom-vertical-tabs .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    color: #000;
    text-align: left;
    padding: 0.625rem 1.25rem;
}

.custom-vertical-tabs .nav-pills .nav-link:first-child.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.custom-vertical-tabs .nav-pills .nav-link:last-child.active {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-vertical-tabs .nav-pills .nav-link.active,
.custom-vertical-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff7500;
    border-radius: 0;
}

.custom-vertical-tabs .nav-pills .nav-link:first-child {
    border-top: 0;
}

.account-name-icon p {
    background: #e9ecef;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.orderstable {
    vertical-align: middle;
}

.address-options li a {
    position: relative;
}

.address-options li:not(:last-child) a::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 80%;
    background: var(--color-grey);
}


/* My Account CSS ENDS */


/* Cart Page CSS BEGINS */

.table td,
.table th {
    vertical-align: middle;
}

.cartproduct-image {
    width: 75px;
}

.cart-table thead th {
    font-size: 14px;
    font-weight: 400;
    color: #b8bdc1;
}

.cart-table td {
    color: #212529;
    font-size: 14px;
    position: relative;
}

.cart-table td a {
    display: block;
}

.close-icon {
    margin-bottom: 0;
    position: absolute;
    background: #ff7500;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-light {
    color: #b8bdc1 !important;
}

.summary-card {
    border-radius: 8px;
}

.summary-card .cart-table td {
    padding: 10px 10px;
}

.changeaddressfields {
    display: none;
}

.address-card {
    border: 1px solid #ddd;
    padding: 10px;
}

@media(max-width: 1024px){
    .summary-card .cart-table td {
        padding: 10px 3px;
    }
    .summary-card h4{
        font-size: 16px;
    }
}

/* Cart Page CSS ENDS */

.bundle-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bundle-list li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

.bundle-list input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.bundle-title {
    font-weight: normal;
}

.bundle-checkbox:checked+label {
    font-weight: bold;
    color: rgba(15, 14, 14, 0.752);
    /* Optional: Change color for better visibility */
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    padding: 8px 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
}

.radio-item input[type="radio"]:checked+label {
    background-color: black;
    color: white;
}

.no-button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}


/* Make the radio button and label appear grayed out when out of stock */

.out-of-stock {
    cursor: not-allowed;
    /* Show the not-allowed cursor */
    opacity: 0.4;
    /* Make the radio button appear faded */
}


/* Style the label to appear faded when the product is out of stock */

.out-of-stock-label {
    color: #6c757d;
    /* Use Bootstrap's muted gray color for the label */
    text-decoration: line-through;
    /* Optional: Add strikethrough for out-of-stock options */
}


/* Ensure the radio button doesn't change opacity on hover */

.out-of-stock:hover {
    opacity: 0.4;
    /* Ensure no interaction with the disabled radio button */
}


/* Custom Style for Out of Stock Items */

.custom-out-of-stock {
    background-color: #e0e0e0;
    /* Light gray background for out-of-stock items */
    cursor: not-allowed;
    /* Change cursor to indicate the item is disabled */
    border-color: #d3d3d3;
    /* Lighter border color for out-of-stock items */
}

.custom-out-of-stock-label {
    color: #b0b0b0;
    /* Light gray color for text */
    cursor: not-allowed;
    /* Change cursor to indicate the item is disabled */
}


.tooltip-wrapper {
    position: relative; /* Ensures tooltip positions correctly */
  }

  .tooltip-wrapper .tooltip {
    position: absolute;
    right: -10px;
    width: 300px;
    height: 200px;
    overflow-y: auto; /* Enables vertical scroll */
    overflow-x: hidden;
    background: var(--color-dark);
    color: #fff;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 1000; /* Ensures it appears above other elements */
  }

  /* Tooltip arrow (moved to tooltip-wrapper) */
  .tooltip-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    z-index: 1001; /* Above tooltip */
    opacity: 0;
  }

  /* Arrow default (when tooltip is ABOVE the icon) */
  .tooltip-wrapper[data-position="above"]::after {
    bottom: 100%;
    border-top: solid var(--color-dark) 10px;
    opacity: 0;
  }

  /* Arrow when tooltip is BELOW the icon */
  .tooltip-wrapper[data-position="below"]::after {
    top: 100%;
    border-bottom: solid var(--color-dark) 10px;
    opacity: 0;
  }
  .tooltip-wrapper:hover::after{
    opacity: 1;
  }
  .tooltip-wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
  }

  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  .tooltip-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  }

  .tooltip-wrapper table th,
  .tooltip-wrapper table td{
    padding: 0.5rem 0.2rem;
        line-height: 1;
    vertical-align: top;
  }
  
@media(max-width: 480px){
    .tooltip-wrapper{
            position: absolute;
    right: 20px;
    }
    .tooltip-wrapper .tooltip{
        right: -10px;
        
    }
}

@media print {
    .hidden-print {
        display: none !important;
        background: #fff!important;
    }
}


/* Remove number input arrows */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-loading {
    background: url('https://i.gifer.com/ZZ5H.gif') center center no-repeat;
    background-size: 20px;
    text-align: center;
    color: transparent;
    /* Hide text while loading */
}


/* Out of Stock Label */

.product-card-img .out-of-stock-label {
    background: #ff4d4d;
    /* Red background for out of stock */
    color: white;
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    text-decoration: none;
    /* Ensure no strikethrough */
}
.cart-empty-page .empty-icon{
    width: 10rem;
    margin: auto;
}
.empty-cart-message .btn.btn-brand-submit{
    width: max-content;
    margin: auto;
}
.content-wrapper ul{
    padding-left: 18px;
}