:root {
    --primary-color: #2e2e2e;
    /* --primary-color: #fed505; */
    --secondary-color: #fed505;
    /* --secondary-color: #2e2e2e; */
    --foreground-color: #2e2e2e;
    --foreground-sub-color: #898686;
    --body-text-color: #2e2e2e;
    --text-white-color: #fff;
    --body-background-color: #fff;
    --bg-offwhite-color: #F7F7F7;
    --bg-black-color: #000000;
    --bg-light-dark-color: #1a1818;
    --border-color: #E5E5E5;
    --open-sans-fonts: "Open Sans", sans-serif;
    --rubik-fonts: "Rubik", sans-serif;
    --inter-fonts: "Onest", sans-serif;
    --body-font-size: 1.5rem;
    --body-font-weight: 400;
    --body-line-height: 2.8rem;
    --headings-weight: 700;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 12rem;
}

.header__menu--wrapper {
    padding: 12px 0px;
    margin-bottom: 0px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fed505;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
    background: #fed505 !important;
    color: #000 !important;
}

.jumbotron {
    position: relative;
    overflow: hidden;
}

.jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* light black layer */
    z-index: 1;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

@media only screen and (min-width: 1200px) {
    .container {
        /* max-width: 1200px; */
        max-width: 1330px;
    margin: 0 auto;
    padding: 0 25px;
    }
}

/* .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot.active {
            background: 0 0;
            color: #fed505 !important;
            border: none;
            padding: 0 !important;
            font: inherit;
        } */
.top-bar {
    background: #fff;
    /* padding: 20px 20px 10px 20px; */
    border-bottom: 1px solid #eee;
    padding-top: 30px !important;
}

.search-box input {
    border-radius: 5px;
    padding: 10px 15px 10px 50px;
    width: 650px;
    border: 1px solid #ddd;

}

.header__search--input {
    height: 50px;
    border-radius: 10px;
    padding: 0 0px 0 50px;
    /* color: #909090; */
    background-image: url(./img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

.header-bottom {
    background: #2e2e2e !important;
    /* padding: 10px 0; */
    /* height: 60px; */
}

.header-bottom .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 20px 20px !important;
}

.header-bottom .nav-link:hover,
.header-bottom .nav-link.active {
    background: #fed505 !important;
    color: #000 !important;

}

.category-btn i {
    margin-right: 8px;
}

.login-register {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.login-register i {
    color: #fed505;
    margin-right: 6px;
}

.currency-select,
.lang-select {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.currency-select {
    margin-right: 10px;
}

.nav-item a {
    color: #2e2e2e !important;
}

.nav-pills .nav-link {
    font-size: 18px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fed505 !important;
    background-color: transparent;
    border-radius: 5px !important;
    border: 1px solid #fed505 !important;
    font-weight: 600 !important;
    font-size: 18px !important;

}

.subscribe-div {
    display: flex;
    justify-content: space-between;
    padding: 20px 100px;
    align-items: center;
    background: #fed505 !important;
    color: #000;
    border-radius: 10px;
}

.btn-social {
    /* width: 36px; */
    width: 50px;
    /* height: 36px; */
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 12px;
    background: #555555;
    border: none;
}
.footerlinksocial{
        color: #e2e2e2 !important;
    font-size: 30px;
}

.footer-title {
    color: #909090 !important;
    font-family: "Tactic-Sans-Medium";
    font-size: 20px !important;
}

.nav-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

.nav-scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.footer-div {
    background: #2e2e2e !important;
}

@media (max-width: 991px) {
    .search-box {
        margin-top: 10px;
    }

    .subscribe-div {
        display: block;
        justify-content: space-between;
        padding: 20px 50px;
        align-items: center;
        background: #fed505;
        color: #000;
        border-radius: 10px;
    }

}

@media (max-width: 767px) {
    .search-box {
        margin-top: 10px;
    }

    .subscribe-div {
        display: block;
        justify-content: space-between;
        padding: 20px 20px;
        align-items: center;
        background: #fed505;
        color: #000;
        border-radius: 10px;
    }
}

.login-icon {
    width: 20px;
    height: 20px;
}

.logo-div {
    width: 150px;
}

.offcanvas__header--menu__open {
    line-height: 1;
    display: block;
}

@media only screen and (max-width: 991px) {
    .offcanvas__header--menu__open {
        display: block;
    }
}

.offcanvas__header--menu__open--svg {
    width: 32px;
}

.offcanvas__header--menu__open--btn>* {
    pointer-events: none;
}

.offcanvas__header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    transition: var(--transition);
    transform: translateX(-100%);
    background-color: var(--body-background-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 480px) {
    .offcanvas__header {
        max-width: 320px;
    }
}

.offcanvas__header.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.offcanvas__header.open~.offcanvas-overlay {
    visibility: visible;
    opacity: 0.75;
}


.offcanvas-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: var(--transition);
    opacity: 0;
    background-color: var(--bg-black-color);
}

.offcanvas__inner {
    position: relative;
    height: 100%;
    padding-bottom: 5rem;
}

.offcanvas__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}

.offcanvas__close--btn {
    position: relative;
    align-self: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
}

.offcanvas__close--btn::before,
.offcanvas__close--btn::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    transform: rotate(45deg);
    background-color: var(--bg-black-color);
}

.offcanvas__close--btn::after {
    transform: rotate(-45deg);
}

/* 
  offcanvas Menu css 
*/
.offcanvas__menu {
    overflow-y: auto;
    height: 100%;
}

.offcanvas__menu_ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 300px;
}

.offcanvas__menu_li {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.offcanvas__menu_li:first-child {
    border-top: 1px solid var(--border-color);
}

.offcanvas__menu_item {
    line-height: 1;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
}

/* 
    offcanvas Sub Menu 
*/
.offcanvas__sub_menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas__sub_menu_li {
    position: relative;
    border-top: 1px solid var(--border-color);
}

.offcanvas__sub_menu_item {
    line-height: 1;
    display: block;
    padding: 15px 0 15px 30px;
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
    padding-left: 40px;
}

.offcanvas__sub_menu_toggle {
    font-size: 20px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4.6rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.offcanvas__sub_menu_toggle::before,
.offcanvas__sub_menu_toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    content: "";
    transition: var(--transition);
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--bg-black-color);
}

.offcanvas__sub_menu_toggle:not(.active)::after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.offcanvas__account--items {
    padding: 28px 17px 20px;
}

.offcanvas__account--items__icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: var(--secondary-color);
    line-height: 3.8rem;
    border-radius: 50%;
    color: var(--text-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas__account--items__label {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 6px;
}

.offcanvas__account--wrapper {
    gap: 2.5rem;
    padding: 0 2.5rem;
}

.offcanvas__account--currency {
    position: relative;
}

.offcanvas__account--currency__menu {
    font-weight: 500;
    gap: 5px;
}

.offcanvas__account--currency__menu>* {
    pointer-events: none;
}

.offcanvas__account--currency__submenu {
    position: absolute;
    z-index: 9;
    width: 100px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 15px;
    transition: var(--transition);
    background: var(--body-background-color);
}

.offcanvas__account--currency__submenu.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 8px;
}

/*
    Offcanvas mobile stikcy toolbar css here
*/
.offcanvas__stikcy--toolbar {
    position: fixed;
    bottom: 0;
    background: var(--body-background-color);
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    display: none;
}

@media only screen and (min-width: 500px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 768px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas__stikcy--toolbar {
        display: block;
    }
}

.offcanvas__stikcy--toolbar__btn {
    position: relative;
    text-align: center;
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
    background: var(--secondary-color);
    color: var(--white-color);
}

.offcanvas__stikcy--toolbar__btn>* {
    pointer-events: none;
}

.offcanvas__stikcy--toolbar__btn.minicart__open--btn {
    flex-direction: column;
}

.offcanvas__stikcy--toolbar__icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: var(--theme-color);
    line-height: 3.8rem;
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas__stikcy--toolbar__label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 6px;
}

/*
    header sticky css here
*/
.header__sticky.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--body-background-color);
    left: 0;
    z-index: 99;
    padding: 1rem 0.5rem;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.header__sticky.sticky .header__menu.header__sticky--block {
    display: block !important;
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .header__sticky.sticky .header__menu.header__sticky--block {
        display: none !important;
    }
}

.header__sticky.sticky .header__account.header__sticky--block {
    display: block;
}

.header__sticky.sticky .header__account.header__sticky--none {
    display: none;
}

.header__sticky.sticky .header__search--widget.header__sticky--none {
    display: none !important;
}

/*
   header topbar css here
*/
.header__topbar {
    padding: 8px 0;
}

@media only screen and (min-width: 768px) {
    .header__topbar {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .header__topbar--inner {
        justify-content: center !important;
    }
}

.header__topbar--info {
    gap: 2rem;
}

.header__info--list {
    position: relative;
}

.header__info--list::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 85%;
    background: var(--border-color);
    right: -11px;
    top: 50%;
    transform: translatey(-50%);
}

.header__info--list:last-child::before {
    display: none;
}

.header__info--link {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: var(--inter-fonts);
    line-height: 1.8rem;
}

.header__info--link svg {
    margin-right: 0.2rem;
}

.header__info--link.text-white:hover {
    color: var(--secondary-color) !important;
}

.header__top--right {
    gap: 2rem;
}

@media only screen and (max-width: 575px) {
    .header__top--right {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.5rem 0;
    }
}

.header__top--link {
    gap: 2rem;
}

.social__share {
    gap: 1.5rem;
}

.header__link--menu {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .header__link--menu:last-child::before {
        display: none;
    }
}

.header__link--menu::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 85%;
    background: var(--border-color);
    right: -11px;
    top: 50%;
    transform: translatey(-50%);
}

.header__link--menu__text {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--inter-fonts);
}

.header__link--menu__text svg {
    margin-right: 0.2rem;
}

.header__link--menu__text.text-white:hover {
    color: var(--secondary-color) !important;
}

/*
    main header css here
*/
.main__header {
    padding: 11px 0;
}

@media only screen and (min-width: 768px) {
    .main__header {
        padding: 12px 0;
    }
}

@media only screen and (min-width: 1600px) {
    .main__header {
        padding: 16px 0;
    }
}

.main__header--inner {
    gap: 3rem;
}

.main__logo {
    max-width: 137px;
}

.main__logo--link {
    display: block;
}

.main__logo--img {
    max-width: 145px;
    display: block;
}

@media only screen and (min-width: 480px) {
    .main__logo--img {
        max-width: 160px;
    }
}

@media only screen and (min-width: 768px) {
    .main__logo--img {
        max-width: 100%;
    }
}

.main__logo--title {
    line-height: 1;
}

/*
    Search box css here
*/
.select {
    position: relative;
}

.select::before {
    border-bottom: 2px solid #201e1e;
    border-right: 2px solid #201e1e;
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    opacity: 0.7;
}

.header__select--categories {
    position: relative;
}

.header__select--categories::after {
    position: absolute;
    content: "";
    background: var(--border-color);
    width: 0.2rem;
    height: 3rem;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.header__select--inner {
    border: 0;
    background: var(--body-background-color);
    height: 50px;
    padding: 0 32px 0 15px;
    border-radius: 5px 0 0 5px;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
    .header__select--inner {
        padding: 0 35px 0 17px;
        font-size: 1.5rem;
    }
}

.header__search--form {
    border: 1px solid var(--border-color);
}

.header__search--box {
    position: relative;
    /* width: 330px; */
    width: 600px;
}

@media only screen and (min-width: 1200px) {
    .header__search--box {
        /* width: 400px; */
        width: 600px;
        /* new css 3/3/25*/
    }
}

@media only screen and (min-width: 1366px) {
    .header__search--box {
        /* width: 462px; */
        width: 600px;
        /* new css 3/3/25*/
    }
}

.header__search--input {
    width: 100%;
    border: 0;
    height: 52px;
    /* border-radius: 5px 5px 5px 5px; */
    border-radius: 10px;
    /* new css 3/3/25*/
    padding: 0 70px 0 50px;
}

.header__search--input:focus::-webkit-input-placeholder {
    color: #000000;
}

.header__search--button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
}

.header__search--button:hover {
    background: var(--secondary-color);
}

@media only screen and (min-width: 1200px) {
    .header__search--button {
        padding: 0 22px;
    }
}

.predictive__search--title {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .predictive__search--title {
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .predictive__search--title {
        margin-bottom: 30px;
    }
}

.predictive__search--box {
    background: var(--body-background-color);
    box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.3s ease 0s;
    transform: translateY(-100%);
}

.predictive__search--box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.predictive__search--box__inner {
    padding: 20px 16px;
    text-align: center;
}

@media only screen and (min-width: 576px) {
    .predictive__search--box__inner {
        padding: 22px 50px;
    }
}

@media only screen and (min-width: 768px) {
    .predictive__search--box__inner {
        padding: 30px 80px;
    }
}

@media only screen and (min-width: 992px) {
    .predictive__search--box__inner {
        padding: 30px 150px;
    }
}

.predictive__search--form {
    width: 100%;
    position: relative;
}

.predictive__search--input {
    width: 100%;
    height: 4.5rem;
    border: 1px solid var(--border-color);
    padding: 0 80px 0 15px;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 5px;
}

.predictive__search--input:focus {
    border-color: var(--secondary-color);
}

.predictive__search--input:focus::-webkit-input-placeholder {
    color: #000000;
}

@media only screen and (min-width: 1200px) {
    .predictive__search--input {
        height: 5rem;
    }
}

.predictive__search--button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    border: 0;
    width: 6rem;
    text-align: center;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
}

.predictive__search--button:hover {
    background: var(--secondary-color);
}

.predictive__search--close__btn {
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 0;
    border: 0;
    background: inherit;
}

@media only screen and (max-width: 576px) {
    .predictive__search--close__btn {
        right: 15px;
    }
}

.predictive__search--close__btn:hover {
    color: var(--secondary-color);
    transform: scale(1.3);
}

.predictive__search--close__btn>* {
    pointer-events: none;
}

/*
    header account css here
*/
.header__account.header__sticky--block {
    display: none;
}

.header__account--items {
    margin-left: 12px;
}

.header__account--items:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    .header__account--items {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .header__account--search__items.mobile__d--block {
        display: none;
    }
}

.header__account--btn {
    position: relative;
}

.header__account--btn:hover {
    color: var(--secondary-color);
}

.header__account--btn>* {
    pointer-events: none;
}

@media only screen and (min-width: 576px) {
    .header__minicart--items {
        margin-left: 1.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .header__minicart--items {
        margin-left: 25px;
    }
}



.header__menu--link:hover {
    background: var(--secondary-color) !important;
    color: rgb(0, 0, 0) !important;
    border-radius: 0px;
    border: none;
    padding: 10px 25px !important;
}

.header__menu--items:hover .header__menu--link {
    background: var(--secondary-color);
    border: none;
    border-radius: 0px;
    color: rgb(0, 0, 0) !important;
    padding: 20px 25px !important;
}

.offcanvas__header--menu__open {
    background: rgb(254, 213, 5);
    padding: 10px;
    border-radius: 50%;
}

.header__sticky.sticky {
    display: none;
}

.bg-light-1 {
    background-color: rgb(245, 245, 245);
}

.text-gray {
    color: rgb(144, 144, 144);
}

.filter-card {
    color: rgb(144, 144, 144);
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
}

.h-800px::-webkit-scrollbar {
    width: 3px;
}

.h-800px::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 3px;
    display: none;
}

header a {
    color: #2e2e2e;
    font-family: "Onest", sans-serif;
}

header li {
    list-style: none;
}

.header__menu--link {
    padding: 20px 25px !important;
    text-decoration: none;
    font-weight: 600;
}

.header__menu--link:hover {
    padding: 20px 25px !important;
    text-decoration: none;
    background-color: var(--secondary-color) !important;
    font-weight: 600;
}

/* .container{
      padding: auto 0px !important;
    } */


.product__card {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.product__card p {
    font-size: 14px;
}

.product__card {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.product__card:hover .product__card--thumbnail__img {
    transform: scale(1.02);
}

.product__card:hover .product__secondary--img {
    opacity: 1;
    visibility: hidden;
}

/* .product__card:hover .product__primary--img {
  opacity: 0;
  visibility: hidden;
} */
.product__card:hover .swiper__nav--btn {
    opacity: 1;
    visibility: visible;
}

.product__card:hover .product__card--action {
    opacity: 1;
    visibility: visible;
    bottom: 35%;
}

.product__card:hover .product__card--action__btn {
    transform: scale(1);
}

.product__card:hover .product__card--price {
    opacity: 0;
    visibility: hidden;
}

.product__card:hover .product__card--footer {
    opacity: 1;
    visibility: visible;
    bottom: -15px;
}

.product__card--thumbnail {
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .product__card--thumbnail {
        padding: 2rem 2.5rem;
    }
}

.product__card--thumbnail__link {
    position: relative;
}

.product__card--thumbnail__img {
    width: auto;
    /* height: 250px; */
    margin: auto;
}

.product__card--content {
    padding: 20px 15px;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .product__card--content {
        padding: 20px 15px;
    }
}

.product__card--title {
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 479px) {
    .product__card--title {
        margin-bottom: 0.6rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.product__card--footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    padding: 0 2rem 2rem;
    background: var(--body-background-color);
}

.product__card--footer::before {
    position: absolute;
    content: "";
    border: 1px solid var(--border-color);
    left: -1px;
    bottom: 0;
    right: -2px;
    border-top: 0;
    width: 101%;
    height: 100%;
    border-radius: 0 0 5px 5px;
    pointer-events: none;
}

.product__card--btn {
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block;
    /* height: 3.5rem; */
    line-height: 3.5rem;
    border-radius: 5px;
    text-align: center;
    padding: 0 1.5rem;
}

.product__card--btn svg {
    margin-right: 3px;
}

@media only screen and (min-width: 992px) {
    .product__card--btn {
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 2rem;
    }
}

.product__card--action {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
    visibility: visible;
    z-index: 9;
    transition: 0.5s;
    bottom: 30%;
    gap: 0.8rem;
}

.product__card--action__btn {
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    color: var(--foreground-sub-color);
    background: var(--body-background-color);
    border-radius: 50%;
    text-align: center;
    transform: scale(0.5);
    transition: 0.5s;
}

.product__card--action__btn:hover {
    background: var(--secondary-color);
    color: var(--text-white-color);
}

@media only screen and (min-width: 576px) {
    .product__card--action__btn {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.3rem;
    }
}

@media only screen and (min-width: 992px) {
    .product__card--action__btn {
        width: 4rem;
        height: 4rem;
        line-height: 3.8rem;
    }
}

.product__card--rating {
    margin-bottom: 1.1rem;
}

.product__card--price {
    transition: var(--transition);
}

.product__badge {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    line-height: 4rem;
    background: var(--secondary-color);
    color: var(--bg-black-color);
    font-family: var(--inter-fonts);
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: center;
    border-radius: 50%;
}

.product__secondary--img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.product__list {
    gap: 2rem;
    padding: 1.7rem;
}

@media only screen and (min-width: 576px) {
    .product__list {
        gap: 2.5rem;
        padding: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product__list {
        gap: 3rem;
        padding: 3rem;
    }
}

@media only screen and (max-width: 479px) {
    .product__list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.product__list .product__card--price {
    opacity: 1;
    visibility: visible;
}

.product__list--thumbnail {
    width: 220px;
    padding: 0;
}

@media only screen and (min-width: 480px) {
    .product__list--thumbnail {
        width: 170px;
    }
}

@media only screen and (min-width: 768px) {
    .product__list--thumbnail {
        width: 190px;
    }
}

@media only screen and (min-width: 1200px) {
    .product__list--thumbnail {
        width: 270px;
    }
}

.product__list--content {
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 480px) {
    .product__list--content {
        width: calc(100% - 200px);
    }
}

@media only screen and (min-width: 768px) {
    .product__list--content {
        width: calc(100% - 212px);
    }
}

@media only screen and (min-width: 1200px) {
    .product__list--content {
        width: calc(100% - 270px);
    }
}

@media only screen and (max-width: 479px) {
    .product__list--content {
        text-align: center;
    }
}

.product__list--content .product__card--title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
    .product__list--content .product__card--title {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product__list--content .product__card--title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}

.product__list--content .product__card--rating {
    margin-bottom: 1.4rem;
}

@media only screen and (min-width: 1200px) {
    .product__list--content .product__card--rating {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 479px) {
    .product__list--content .product__card--rating {
        justify-content: center;
    }
}

.product__list--content .product__card--btn {
    display: inline-block;
}

.product__card--img {
    height: 250px;
    overflow: hidden;
    /* margin:auto; */
    border-radius: 10px 10px 0px 0px !important;
    background: #e2e2e242;
    display: flex;
    justify-content: center;
}

.product__card--img {
    align-items: center;
    margin: auto;
}

.product-img {
    /* height: 250px; */
    width: 100%;
    margin: auto;
}

.product__card--content__desc {
    line-height: 2.6rem;
}

@media only screen and (min-width: 1200px) {
    .product__card--content__desc {
        line-height: 2.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .product__card--content__desc {
        display: none;
    }
}

.product__list--price {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
    .product__list--price {
        margin-bottom: 1.2rem;
    }
}

.product__list--price .current__price {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

@media only screen and (min-width: 992px) {
    .product__list--price .current__price {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.product__list--price .old__price {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

@media only screen and (min-width: 992px) {
    .product__list--price .old__price {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}


@media only screen and (min-width: 310px) and (max-width: 380px) {

    .product-name {
        font-size: 11px !important;
        padding-top: 0px !important;
        line-height: 14px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product__card p {
        font-size: 10px !important;
    }

    .send-enquiry-btn {
        font-size: .7rem !important;
        padding: 0px 5px;
    }

    .product__card--thumbnail__img {
        width: auto;
        height: 120px !important;
        margin: auto;
    }

    .product__card--img {
        height: 120px !important;
        overflow: hidden;
        margin: auto;
        border-radius: 10px 10px 0px 0px !important;
    }

}

@media only screen and (min-width: 380px) and (max-width: 479px) {

    .product-name {
        font-size: 11px !important;
        padding-top: 0px !important;
        line-height: 14px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product__card p {
        font-size: 11px !important;
    }

    .send-enquiry-btn {
        font-size: 1rem !important;
        padding: 0px 5px;
    }

    .product__card--thumbnail__img {
        width: auto;
        height: 150px !important;
        margin: auto;
    }

    .product__card--img {
        height: 150px !important;
        overflow: hidden;
        margin: auto;
        border-radius: 10px 10px 0px 0px !important;
    }

    .text-limit {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: calc(1.5em * 2);
    }

}

.subscribe-div input{
    padding: 30px 15px;

}

@media (max-width: 576px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 0.5rem);
        padding-left: var(--bs-gutter-x, 0.5rem);
    }

    .product__card--content {
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

    .nav-pills .nav-link {
        font-size: 14px !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {

        font-size: 14px !important;

    }

    .spy-100 {
        padding: 40px 20px;
    }

    .spy-50 {
        padding: 30px 20px;
    }

    .card-body {
        padding: 10px
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    z-index: 10;
}

     .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
      background: #fed505;
      border: none;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      font-size: 16px;
      line-height: 1;
      color: #000;
      transition: 0.3s;
    }

    .subscribe-div {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    align-items: center;
    background: #fed505 !important;
    color: #000;
    border-radius: 10px;
}

.subscribe-div p{
    padding: 10px 15px;
    text-align: center;
}

.subscribe-div input{
    padding: 10px 15px;
    font-size: 14px;
}
.subscribe-div button{
    font-size: 14px;
    padding: auto 5px;
}


}