@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
    vertical-align: baseline;
    font-weight: normal;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

input::ms-clear,
input[type=password]::ms-reveal {
    display: none;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}

input[type=radio],
input[type=checkbox] {
    margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    width: auto;
    -webkit-appearance: none;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
    line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    background: none;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    font-family: "Poppins";
    -webkit-appearance: none;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0;
    box-sizing: border-box;
}

textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
}

textarea {
    min-height: 50px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    font-style: normal;
    font-weight: normal;
    font-family: "Poppins";
}

select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {

    input:invalid,
    button:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }

    input::-moz-focus-inner,
    button::-moz-focus-inner,
    select::-moz-focus-inner,
    textarea::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
    }
}

body {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.container {
    max-width: 95%;
    margin: 0 auto;
}

.header-top {
    color: #ffffff;
    background: #ed1c24;
    padding: 10px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.header-top .my-account {
    display: flex;
    justify-content: space-around;
}

.header-top .my-account.common-box a {
    color: #fff;
}

.header-top .my-account a:after {
    margin-left: 10px;
    content: "";
    background: url(../images/common/down-arrow.svg) no-repeat;
    width: 9px;
    height: 7px;
    display: inline-block;
}

.header-top .phone-no a {
    color: #ffffff;
}

.header-top .common-inside {
    padding: 9px 10px;
}

.header-top .shipping-info {
    background: #ed1c24;
    padding: 10px 0;
    width: 45%;
    text-align: center;
}

.header-top .common-box .dropdown-menu a {
    color: #000000;
    font-size: 14px;
}

.header-top .shipping-info {
    width: 40%;
}

img {
    max-width: 100%;
}

.header {
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 500;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.header .h-common {
    width: 33.3%;
}

.header .h-common.search {
    text-align: center;
}

.header .search {
    position: relative;
}

.header .search input[type=text] {
    border: 1px solid #CDCDCD;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}

.header .search button {
    background: #ed1c24 url(../images/common/search-icon.svg) no-repeat 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 39px;
    height: 42px;
    border-radius: 0 10px 10px 0;
}

.header .delivery-box {
    display: flex;
    justify-content: flex-end;
    color: #808080;
    font-size: 12px;
}

.header .delivery-box strong {
    display: block;
    font-size: 500;
    color: #1A1A1A;
}

.header .delivery-box p {
    padding-left: 15px;
    font-weight: 300;
}

.header .h-common {
    width: 33.3%;
}

.menu-cart {
    color: #000;
    padding: 9px 10px;
    text-align: center;
}

.menu-cart span {
    display: inline-block;
    margin-left: 10px;
    color: white;
    font-weight: bold;
}

.menu-cart .qty {
    margin-left: 10px;
    font-size: 14px;
}

.menu-cart figure {
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.navigation {
    background: #252525;
}

.navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu li {
    position: relative;
}

.menu li .dropdown-menu {
    top: 55px !important;
    transform: none !important;
}

.menu a {
    color: #ffffff;
    padding: 19px 26px 19px;
    display: block;
}

.menu a:hover {
    background: #ed1c24;
}

.menu .active>a {
    background: #ed1c24;
}

.menu .active>a:after {
    margin-left: 10px;
    content: "";
    background: url(../images/common/down-arrow.svg) no-repeat;
    width: 9px;
    height: 7px;
    display: inline-block;
}

.menu .dropdown-menu {
    padding: 0px;
}

.menu .dropdown-menu a {
    color: #000000;
    font-size: 14px;
    padding: 7px 22px;
    border-bottom: 1px solid #f1f1f1;
}

.menu .dropdown-menu a:hover {
    background: #ed1c24;
    color: #fff;
}

.m-menu {
    display: none;
}

.whatsapp-logo {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 9999;
    height: 50px;
    width: 50px;
}

@media only screen and (max-width :1024px) {
    .container {
        padding: 0 3%;
    }

    .header-top {
        font-size: 10px;
    }

    .header:after {
        right: -83px;
    }

    .header:before {
        left: -50px;
    }

    .header .h-common {
        width: 31.3%;
    }

    .navigation .menu a {
        padding: 20px 12px;
        text-align: center;
    }

    .navigation .container {
        padding: 0px;
    }
}

.btn-primary {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}

.btn-primary a {
    color: #fff;
    font-size: 13px;
}

@media only screen and (max-width :766px) {
    .menu li .dropdown-menu {
        position: relative !important;
        top: 0px !important;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .m-menu {
        display: block;
    }

    .header-top {
        text-align: center;
        font-size: 15px;
        padding: 0px;
    }

    .header-top .container {
        display: block;
        padding: 0px;
    }

    .header-top .common-box {
        width: 100%;
        padding: 10px 0;
    }

    .header-top .phone-no {
        background: #ed1c24;
    }

    .header-top .my-account {
        background: #ed1c24;
    }

    .header .container {
        display: block;
        position: relative;
    }

    .header .h-common {
        width: 100%;
    }

    .header .delivery-box {
        justify-content: center;
        padding: 20px 0;
    }

    .header .m-menu {
        position: absolute;
        right: 30px;
        top: 20px;
    }

    .header:after {
        background: none;
        display: none;
    }

    .header .h-common.search {
        margin-top: 10px;
    }

    .navigation .container {
        justify-content: center;
    }

    .navigation .menu-cart {
        background: none;
    }

    .navigation .menu-cart span {
        display: inline-block;
        margin-left: 10px;
    }

    .mobile-menu {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        background: #ed1c24;
        width: 70%;
        z-index: 99;
    }

    .menu-overlay.active {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 9;
        left: 0;
        top: 0;
        opacity: 1;
        transition: all 0.4s ease;
    }


    .no-scroll {
        overflow: hidden !important;
        position: fixed !important;
        width: 100%;
        height: 100%;
    }

    .menu {
        display: block;
    }

    .breadcrumb {
        padding: 0px;
    }
}

.footer {
    overflow: hidden;
    position: relative;
    background: #525252;
    padding: 50px 0 20px 0;
    margin-top: 50px;
    color: #fff;
}

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

.footer ul li {
    width: 18%;
    font-size: 12px;
    color: #b3b7c8;
    font-weight: 300;
}

.footer ul li:first-child {
    width: 30%;
}

.footer ul li .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #b3b7c8;
    font-size: 14px;
}

.footer ul li.box-info div {
    display: flex;
    margin-bottom: 10px;
}

.footer ul li.box-info div figure {
    width: 25px;
}

.footer ul li.box-info div span {
    width: 90%;
}

.footer ul li.box-info figure {
    max-width: 30px;
    margin-right: 10px;
}

.footer ul li ul {
    display: block;
}

.footer ul li ul li {
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
}

.body-bg {
    overflow: hidden;
    position: relative;
}

.body-bg:before {
    content: "";
    background: url(../images/common/middle-left.png) no-repeat;
    width: 294px;
    height: 345px;
    position: absolute;
    left: -202px;
    top: 20%;
}

.body-bg:after {
    content: "";
    background: url(../images/common/footer-left.png) no-repeat;
    width: 294px;
    height: 345px;
    position: absolute;
    right: -152px;
    bottom: 20%;
}

.copyright {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #b3b7c8;
    padding-top: 20px;
    color: #b3b7c8;
}

.f-newsletter .right input {
    width: 67% !important;
}

@media only screen and (max-width :1024px) {

    .body-bg:before,
    .body-bg:after {
        display: none;
    }
}

@media only screen and (max-width :766px) {
    .footer ul {
        display: block;
    }

    .footer ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer ul li:first-child {
        width: 100%;
    }

    .footer:before {
        left: -300px !important;
    }
}

.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
    height: 37px;
    width: 37px;
}

.banner .carousel-control-next-icon {
    background: url(../images/home/next-arrow.svg) no-repeat;
}

.banner .carousel-control-prev-icon {
    background: url(../images/home/pre-arrow.svg) no-repeat;
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

a:hover {
    text-decoration: none;
}

.how-it-works {
    padding: 30px 0;
}

.how-it-works .heading {
    /* font-family: "Yesteryear", cursive; */
    text-align: center;
    font-size: 23px;
    padding: 20px 0;
}

.how-it-works ul {
    display: flex;
    justify-content: space-between;
}

.how-it-works ul li {
    text-align: center;
    position: relative;
}

.how-it-works ul li:before {
    border-bottom: 1px dashed #ed1c24;
    content: "";
    width: 97%;
    height: 1px;
    position: absolute;
    top: 40%;
    left: 120px;
}

.how-it-works ul li:last-child:before {
    display: none;
}

.how-it-works figure {
    position: relative;
    margin-bottom: 10px;
    background: #EEf9F1;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.how-it-works figure img {
    position: absolute;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    display: inline-block;
}

.how-it-works p {
    color: #000;
    font-weight: 500;
}

.tabs {
    width: 100%;
    /* the parent */
}

.tabs .slick-slide {
    margin: 0 10px;
}

.tabs .slick-list {
    margin: 0 -10px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    display: flex;
    justify-content: center;
    border: 1px solid #D1D1D1;
    max-width: 35%;
    margin: 0 auto;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 5px 10px;
    /*border: 1px solid #d5d5de;
  border-bottom: none;*/
    cursor: pointer;
}

ul#tabs-nav li.active a {
    color: #ed1c24;
}

#tabs-nav li a {
    text-decoration: none;
    color: #D6B4B6;
}

.shopping-benefits {
    margin-top: 20px;
    padding-bottom: 200px;
}

.shopping-benefits .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #ed1c24;
    color: #ffffff;
    padding: 50px 50px 90px 50px;
}

.shopping-benefits .container .left {
    width: 50%;
    padding-right: 6%;
}

.shopping-benefits .container .left p {
    font-size: 12px;
    line-height: 26px;
}

.shopping-benefits .container .heading {
    /* font-family: "Yesteryear", cursive; */
    font-size: 34px;
    margin-bottom: 20px;
}

.shopping-benefits .container .right {
    position: relative;
    width: 45%;
}

.shopping-benefits .container .right li {
    background: #ffffff;
    position: absolute;
    color: #000000;
    padding: 30px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 11px;
    display: inline-block;
}

.shopping-benefits .container .right li:nth-child(1) {
    position: inherit;
}

.shopping-benefits .container .right li:nth-child(2) {
    left: 121px;
    padding: 35px 30px;
}

.shopping-benefits .container .right li:nth-child(3) {
    left: 0px;
    top: 130px;
}

.shopping-benefits .container .right li:nth-child(4) {
    bottom: -77px;
    left: 116px;
}

.shopping-benefits .container .right li:nth-child(5) {
    right: -20px;
    padding: 45px 40px;
}

.shopping-benefits .van {
    position: absolute;
    left: 0px;
    bottom: -180px;
}

.heading-comman {
    text-align: center;
}

.heading-comman .top {
    position: relative;
}

.heading-comman .top:before {
    content: "";
    width: 100%;
    background: #000000;
    height: 1px;
    display: block;
    position: absolute;
    top: 15px;
}

.heading-comman .top span {
    /* font-family: "Yesteryear", cursive; */
    font-size: 24px;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 20px;
    display: inline-block;
}

.heading-comman p {
    font-size: 21px;
    font-weight: 500;
    color: #ed1c24;
    padding: 0px 0;
}

.product-listing {
    display: flex;
    margin: 20px 0 20px 0;
    flex-wrap: wrap;
}

.product-listing li {
    position: relative;
    box-sizing: border-box;
    margin: 1%;
    width: 14.5%;
    text-align: center;
    margin-bottom: 25px;
  
    border-radius: 10px; /* Smooth rounded corners */
    background: #ffffff; /* Background color for contrast */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Subtle shadow */
    transition: transform 0.2s, box-shadow 0.2s; /* Smooth hover effects */
}


.product-listing li:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
    border-color: #d10f16;
}

.product-listing li:nth-child(5n+4) {
    margin-right: 0px;
}

.product-listing li img {
    padding-top: 10px;
    margin: auto;
    width: 190px;
    height:156px;

}

.product-listing li span {
    background: #ed1c24;
    color: #ffffff;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.product-listing li figure {
    margin: 0;
}

.product-listing li .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #F5F5F5;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
}

.product-listing li .price-box .discount {
    margin-top: 10px;
}

.product-listing li .price-box .offer-discount {
    background: #ed1c24;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}

.product-listing li .price-box .cart-button {
    display: none;
    width: 100%;
    background: #ed1c24;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
}

.product-listing li .price-box:hover .cart-button {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    text-decoration: none;
}

.product-listing li .inside-location {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.product-listing li .inside-location label {
    font-weight: 300;
    font-size: 13px;
}

.product-listing li .wishlist-icon {
    position: relative;
    display: block;
    height: 45px;
}

.product-listing li .wishlist-icon:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../images/common/wishlist.svg) no-repeat;
    width: 22px;
    height: 19px;
}

.product-listing li .wishlist-icon:hover:after,
.product-listing li .wishlist-icon.active:after {
    background: url(../images/common/wishlist-active.svg) no-repeat;
}

.custom-arrow {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.custom-arrow .next {
    right: 25px;
    display: inline-block;
    background: url(../images/common/next-arrow.svg) no-repeat;
    width: 37px;
    height: 37px;
}

.custom-arrow .next:before {
    content: "";
}

.custom-arrow .prev {
    margin-right: 10px;
    z-index: 99;
    display: inline-block;
    left: 25px;
    background: url(../images/common/pre-arrow.svg) no-repeat;
    width: 37px;
    height: 37px;
}

.custom-arrow .prev:before {
    content: "";
}

.shipping-middle-box {
    overflow: hidden;
    background: #f5f5f5;
    padding: 100px 0;
    margin-bottom: 50px;
    position: relative;
}

.shipping-middle-box:after {
    content: "";
    background: url(../images/home/shipping-box.png) no-repeat;
    width: 379px;
    height: 250px;
    position: absolute;
    right: -130px;
    bottom: -11px;
    background-size: cover;
}

.shipping-middle-box ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.shipping-middle-box ul li {
    border: 2px solid #E7E7E7;
    background: #ffffff;
    padding: 10px 20px;
    width: 32%;
}

.shipping-middle-box ul li span {
    font-size: 12px;
    font-weight: 500;
}

.shipping-middle-box ul li p {
    font-size: 11px;
    color: #686868;
}

.shipping-middle-box ul li a {
    color: #000000;
    display: flex;
    align-items: center;
}

.shipping-middle-box ul li a i {
    background: url(../images/home/delivery.svg) no-repeat;
    width: 30px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}

.shipping-middle-box ul li a:hover i {
    background: url(../images/home/delivery-hover.svg) no-repeat;
}

.shipping-middle-box ul li:nth-child(2) a i {
    background: url(../images/home/shop.svg) no-repeat;
}

.shipping-middle-box ul li:nth-child(2) a:hover i {
    background: url(../images/home/shop-hover.svg) no-repeat;
}

.shipping-middle-box ul li:nth-child(3) a i {
    background: url(../images/home/deal.svg) no-repeat;
}

.shipping-middle-box ul li:nth-child(3) a:hover i {
    background: url(../images/home/deal-hover.svg) no-repeat;
}

.shipping-box {
    background: #ed1c24;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    padding: 20px 0;
}

.shipping-box figure {
    margin-right: 20px;
}

.shipping-box .heading {
    font-size: 31px;
    font-weight: 600;
}

.slider {
    padding-bottom: 100px;
}

.slider .nav {
    justify-content: center;
    max-width: 40%;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.slider .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.slider .nav-tabs .nav-item.show .nav-link,
.slider .nav-tabs .nav-link.active {
    border: none;
    color: #000;
    font-weight: 500;
}

.slider .nav-tabs .nav-link {
    color: #ed1c24;
    border: none;
}

.slider .tab-content>.tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}

.slider .tab-content>.active {
    height: auto;
}

.slider .slider-arrow {
    position: relative;
}

.slider .slider-arrow .arrows {
    display: flex;
    width: 100px;
    margin: 0 auto;
    height: 50px;
    justify-content: center;
    position: relative;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    opacity: 1;
}

.slider .carousel-control-prev-icon {
    background: url(../images/home/pre-arrow.svg) no-repeat;
    width: 45px;
    height: 45px;
}

.slider .carousel-control-next-icon {
    background: url(../images/home/next-arrow.svg) no-repeat;
    width: 45px;
    height: 45px;
}

.exlpore-button {
    background: #ed1c24;
    color: #fff;
    display: block;
    padding: 10px 30px;
    position: absolute;
    right: 50px;
    top: 0px;
}

.exlpore-button:hover {
    color: #fff;
    text-decoration: none;
}

.exlpore-button img {
    margin-left: 10px;
}

.nav-arrow {
    position: relative;
}

.why-choose-us {
    background: #f9f7f8;
    margin-top: 30px;
    padding: 50px 0;
    margin-bottom: 30px;
}

.why-choose-us .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-us .bottom .left {
    width: 50%;
}

.why-choose-us .bottom .content {
    width: 40%;
}

.why-choose-us .feature-box-inner {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.why-choose-us .feature-box-inner .fbox-icon {
    margin-right: 25px;
    color: #25a84a;
    font-size: 36px;
    width: 50px;
}

.why-choose-us .feature-box-inner .fbox-content {
    width: 70%;
}

.why-choose-us .feature-box-inner h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.why-choose-us .feature-box-inner .description {
    font-size: 15px;
    line-height: 28px;
}

.why-choose-us .heading {
    text-align: center;
    margin-bottom: 30px;
}

.why-choose-us .heading span {
    font-size: 29px;
    font-weight: 400;
    margin: 0 0 10px;
}

.f-newsletter {
    background: url("../images/home/bg-sub.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.f-newsletter .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-newsletter span {
    color: #ed1c24;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.f-newsletter .left {
    width: 50%;
}

.f-newsletter .right {
    width: 48%;
}

.f-newsletter .right input {
    background: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    width: 72%;
    border: 2px solid #ededed;
}

.f-newsletter .right button {
    padding: 15px 30px;
    background-color: #ed1c24;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

.f-newsletter+.footer {
    margin-top: 0px;
}

.shopping-benefits {
    margin-top: 20px;
    padding-bottom: 30px;
}

@media only screen and (max-width :1024px) {
    .shopping-benefits .container .right {
        width: 50%;
    }

    .shopping-benefits .container .right li:nth-child(4) {
        bottom: -50px;
        left: 16px;
    }

    .shopping-benefits .container .right li:nth-child(5) {
        top: 149px;
    }

    ul#tabs-nav {
        max-width: 60%;
    }

    .product-listing li figure {
        margin: 0px 10px 10px 10px;
        height: 150px;
        vertical-align: middle;
    }

    .product-listing li .inside-location {
        padding: 5px;
    }

    .product-listing li .inside-location label {
        font-size: 10px;
    }

    .product-listing li img {
        max-width: 100% !important;
        min-height: 132px;
        max-height: 132px;
        padding-top: 10px;
        object-fit: contain;
    }

    .shipping-box {
        padding: 3%;
    }

    .shipping-box .heading {
        font-size: 26px;
    }

    .footer:before {
        left: -202px;
    }

    .slider .nav {
        max-width: 80%;
    }

    .why-choose-us .bottom {
        display: block;
    }

    .why-choose-us .bottom .left {
        width: inherit;
        text-align: center;
    }

    .why-choose-us .bottom .content {
        width: inherit;
        margin-top: 20px;
    }

    .why-choose-us .feature-box-inner .fbox-icon {
        width: 52px;
    }

    .f-newsletter .container {
        display: block;
        text-align: center;
    }

    .f-newsletter .container .left {
        width: inherit;
    }

    .f-newsletter .container .right {
        width: inherit;
        margin-top: 20px;
    }
}

@media only screen and (max-width :766px) {
    .how-it-works ul {
        overflow: scroll;
        white-space: nowrap;
    }

    .how-it-works ul li {
        margin: 0 10px;
    }

    .shopping-benefits .container {
        display: block;
        padding: 4%;
    }

    .shopping-benefits .container .left {
        width: inherit;
    }

    .shopping-benefits .container .right {
        width: inherit;
    }

    .shopping-benefits .container .right li {
        position: initial;
        margin-top: 10px;
        font-size: 14px;
        border-radius: inherit;
        width: 100%;
        padding: 10px !important;
        text-align: left;
    }

    .shopping-benefits .container .right li br {
        display: none;
    }

    .shopping-benefits .van {
        bottom: -200px;
    }

    ul#tabs-nav {
        max-width: 100%;
    }

    .shipping-middle-box {
        padding: 30px 0;
    }

    .shipping-middle-box ul {
        display: block;
    }

    .shipping-middle-box ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .shipping-box {
        display: block;
        text-align: center;
    }

    .product-listing {
        overflow: scroll;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .product-listing:nth-child(5n+4) {
        margin-right: 2%;
    }

    .product-listing li {
        min-width: 50%;
        margin-right: 10px;
    }

    .product-listing li img {
        max-width: 250px;
        height: auto;
    }

    .product-listing li .price-box {
        flex-wrap: wrap;
    }

    .product-listing li .price-box:hover .cart-button {
        position: initial;
    }

    .product-listing li .price-box .cart-button {
        display: block;
        border: none;
        margin-top: 10px;
    }

    .product-listing li .price-box .price {
        /* width: 100%; */
        margin-top: 10px;
    }

    .exlpore-button {
        position: initial;
        text-align: center;
    }

    .f-newsletter .right input {
        width: 100% !important;
        text-align: center;
    }

    .f-newsletter .right button {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
}

.page-heading {
    background: url(../images/cart/breadcrumbs-bg@2x.jpg) no-repeat;
    padding: 15px 0 5px 0;
}

.page-heading .breadcrumb {

    color: black;
}

.page-heading .breadcrumb-item.active {
    color: black;
}

.page-heading a {
    color: black;
}

.page-heading .breadcrumb-item+.breadcrumb-item::before {
    color: black;
}

.cart-page {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    /*Prevent text selection*/
}

.cart-page .cart-left {
    width: 60%;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 0 20px;
}

.cart-page .cart-left li {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}

.cart-page .cart-left li:last-child {
    border: none;
}

.cart-page .cart-left .product-details {
    width: 20%;
}

.cart-page .cart-left .product-details .title {
    font-size: 18px;
    font-weight: 18px;
    font-weight: 500;
}

.cart-page .cart-left .product-details .desc {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
}

.cart-page .cart-left .product-details .price {
    color: #000;
}

.cart-page .cart-left .price {
    font-weight: 400;
    font-size: 15px;
    color: #ed1c24;
}

.cart-page .green {
    color: green;
}

.cart-page .cart-right {
    width: 38%;
}

.cart-page .cart-right .right-inner {
    border: 1px solid #DDDDDD;
    padding: 20px;
}

.cart-page .cart-right .pp-box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.cart-page .cart-right .pp-box strong {
    font-weight: 600;
}

.cart-page .cart-right .promo-code {
    margin: 0px 0 5px 0;
}

.cart-page .cart-right .promo-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    padding: 8px 8px 8px 15px;
}

.cart-page .cart-right .promo-box input {
    width: 100%;
}

.cart-page .cart-right .promo-box button {
    background: #B60008;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cart-page .cart-right .have-code {
    color: #B60008;
    margin-bottom: 40px;
    display: inline-block;
}

.cart-page .cart-right td {
    word-break: break-word;
}

.cart-page .qty-main {
    width: 25%;
}

.cart-page .checkout-button {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #ed1c24;
    padding: 15px 5px;
    text-align: center;
    margin-top: 50px;
}

.cart-page .qty {
    position: relative;
    max-width: 90px;
}

.cart-page .qty .count {
    color: #000;
    vertical-align: top;
    font-size: 29px;
    font-weight: 700;
    padding: 10px 2px;
    min-width: 55px;
    text-align: center;
    border: 1px solid #C9C8C8;
    font-weight: 500;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

.cart-page .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #C9C8C8;
    position: absolute;
    right: 0px;
    font-size: 19px;
}

.cart-page .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    background-clip: padding-box;
    border: 1px solid #C9C8C8;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 19px;
}

.cart-page span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cart-page input {
    border: 0;
    width: 2%;
}

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

.cart-page input:disabled {
    background-color: white;
}

.coupon-box {
    background: #FFF5F5;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.coupon-box .heading {
    font-size: 20px;
    font-weight: 700;
}

.coupon-box .discount {
    font-size: 25px;
    font-weight: 700;
    color: #B60008;
}

.coupon-box a {
    background: #B60008;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 20px;
}

.coupon-box:hover {
    background: #F0FFE8;
}

.coupon-box:hover .discount {
    color: #ed1c24;
}

.coupon-box:hover a {
    background: #ed1c24;
}

.cart-new form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart-new .confirm-button {
    background: #ed1c24;
    border: none;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.cart-new .checkout-add a {
    background: #ed1c24 !important;
}

.cart-new h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 60%;
}

@media only screen and (max-width :766px) {
    .cart-buttons {
        display: block;
        max-width: inherit;
    }

    .cart-buttons .shopping-continue {
        margin-bottom: 10px;
    }

    .cart-buttons .shopping-continue a {
        width: 100%;
    }

    .cart-page {
        display: block;
    }

    .cart-page .cart-left {
        width: inherit;
    }

    .cart-page .cart-left li {
        flex-wrap: wrap;
    }

    .cart-page .cart-left li .product-details {
        width: 60%;
        margin-bottom: 20px;
    }

    .cart-page .cart-left li figure {
        width: 40%;
    }

    .cart-page .cart-right {
        margin-top: 10px;
        width: inherit;
    }

    .cart-page .qty-main {
        width: 30%;
    }
}

button:focus {
    outline: none;
}

.address-left {
    width: 60%;
}

.address-left h5 button {
    font-weight: 600;
    font-size: 16px;
}

.address-left .card {
    margin-bottom: 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.address-left .card-header {
    background: none;
    padding: 20px 20px;
    border-bottom: 0px;
}

.address-left p {
    font-weight: 300;
    margin-left: 40px;
}

.address-left form {
    margin: 0px;
}

.address-left .form-inner {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.address-left .form-inner label {
    font-size: 14px;
    width: 150px;
}

.address-left .form-inner input,
.address-left .form-inner select {
    border: 1px solid #DBDBDB;
    width: 300px;
    padding: 8px 15px;
}

.address-left .form-inner span {
    margin-left: 10px;
}

.address-left .form-inner .select-box {
    position: relative;
}

.address-left .form-inner .select-box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/cart/down-select.svg) no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}

.address-left .form-inner.phone-no select {
    width: 90px;
    margin-right: 10px;
}

.address-left .form-inner.phone-no input {
    width: 200px;
}

.address-left .continue-button {
    background: #ed1c24;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    display: inline-block;
    float: right;
}

.address-left .checkbox {
    margin-top: 50px;
}

.address-left .checkbox input {
    width: inherit;
}

.address-left .checkbox label {
    width: inherit;
}

.address-left .nav-pills a {
    color: #000;
    font-size: 16px;
}

.address-left .nav-pills .nav-link.active,
.address-left .nav-pills .show>.nav-link {
    background: none;
    color: #000;
    border-bottom: 5px solid #ed1c24;
    border-radius: 0px;
}

.address-left .card-select .cvv-input {
    width: 100px;
    margin-left: 10px;
}

.address-left .card-select .expiry-date {
    width: 150px;
}

.address-left .card-box {
    margin: 20px 0 0 17px;
}

.address-left .nav-link {
    padding: 0.5rem 0rem;
    margin: 0 20px;
}

.address-left .nav-pills {
    margin-left: 40px;
}

.payment-options li {
    display: block;
}

.payment-options li a {
    display: inline-block;
    width: 50%;
    color: #000;
    padding: 10px 20px;
    background: #f1f1f1;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.payment-options li a:hover {
    color: #fff;
    background: #ed1c24;
}

.delivry-text {
    margin-top: 30px;
}

.delivry-text span {
    color: #ed1c24;
}

.delivry-text textarea {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: 20px;
}

.addressheading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}

.addressheading .addaddress {
    background: #ed1c24;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media only screen and (max-width :1024px) {
    .address-left form {
        margin-left: 0px;
    }

    .address-left .form-inner label {
        width: 180px;
    }

    .address-left .form-inner input,
    .address-left .form-inner select {
        width: 225px;
    }

    .address-left .form-inner.phone-no select {
        width: 90px;
    }

    .address-left .form-inner.phone-no input {
        width: 125px;
    }

    .address-left .checkbox label {
        width: inherit;
    }

    .address-left .card-select .expiry-date {
        width: 104px;
    }

    .payment-options li a {
        width: 100%;
    }
}

@media only screen and (max-width :766px) {
    .address-left {
        width: inherit;
    }

    .address-left p {
        margin-left: 0px;
    }

    .address-left form {
        margin-left: 0px;
    }

    .address-left .nav-pills {
        margin-left: 0px;
    }

    .address-left .form-inner {
        display: block;
    }

    .address-left .form-inner label {
        width: inherit;
        display: block;
        margin-bottom: 10px;
    }

    .address-left .form-inner label br {
        display: none;
    }

    .address-left .form-inner input,
    .address-left .form-inner select {
        width: 100%;
    }

    .address-left .form-inner span {
        display: block;
        margin-top: 5px;
        text-align: right;
    }

    .address-left .form-inner.phone-no {
        display: flex;
        flex-wrap: wrap;
    }

    .address-left .form-inner.phone-no label {
        width: 100%;
    }

    .address-left .form-inner.phone-no input {
        width: 70%;
    }

    .address-left .card-select {
        display: flex;
    }

    .address-left .card-box {
        margin-left: 0px;
    }
}

.category-main {
    margin: 25px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.category-main .left {
    width: 22%;
}

.category-main .right {
    width: 75%;
}

.category-main .category-box-heading {
    background: #ed1c24;
    color: #fff;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
}

.category-main .category-box {
    background: #F3F3F3;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
}

.category-main .category-box ul li {
    padding: 10px 0;
}

.category-main .category-box ul li a {
    color: #5D5D5D;
}

.category-main .category-box ul li a:hover {
    text-decoration: none;
}

.category-main .sidebar-products {
    background: #F3F3F3;
    padding: 10px 25px 0px 25px;
    margin-bottom: 20px;
}

.category-main .sidebar-products .sidebar-products-list {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.category-main .sidebar-products .sidebar-products-list .left {
    width: 35%;
    text-align: center;
    background: #fff;
    border: 1px solid #413636;
    padding: 30px 0px 0 0px;
    position: relative;
}

.category-main .sidebar-products .sidebar-products-list .right {
    width: 58%;
    font-size: 14px;
}

.category-main .sidebar-products .sidebar-products-list .right .price {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.category-main .sidebar-products .sidebar-products-list .right .discount {
    font-size: 12px;
}

.category-main .sidebar-products .sidebar-products-list .text-off {
    background: #ed1c24;
    width: 100%;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.category-main .sidebar-products a {
    color: #1D1D1D;
}

.category-main .sidebar-products .all-products-button {
    background: #ed1c24;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
}

.category-main .sidebar-products .all-products-button:hover {
    color: #fff;
}

.category-main .header-banner strong {
    font-size: 20px;
    font-weight: 500;
    color: #ed1c24;
    padding: 10px 0 5px 0;
    display: block;
}

.category-main .header-banner p {
    color: #5D5D5D;
    font-size: 12px;
}

.category-main .filter-bar {
    background: #F5F5F5;
    margin: 20px 0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-main .filter-bar .box-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-main .filter-bar .box-left p {
    font-size: 12px;
    color: #5D5D5D;
}

.category-main .filter-bar .box-left .grid-box,
.category-main .filter-bar .box-left .list-box {
    cursor: pointer;
}

.category-main .filter-bar .box-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-main .filter-bar .box-right span {
    margin-right: 10px;
}

.category-main .filter-bar .box-right select {
    width: 200px;
    border: 1px solid #707070;
    padding: 5px 15px;
}

.category-main .filter-bar .box-right .dropdown-toggle {
    border: 1px solid #707070;
    padding: 5px 15px;
    width: 200px;
    text-align: left;
}

.category-main .filter-bar .box-right .dropdown-toggle:after {
    right: 12px;
    position: absolute;
    top: 12px;
}

.category-main .filter-bar .box-right .dropdown-menu {
    right: 0px !important;
    font-size: 12px;
    color: #5D5D5D;
}

.category-main .filter-bar .box-right .dropdown:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    right: 12px;
    position: absolute;
    top: 18px;
}

.category-main .filter-bar .box-right .form-control {
    font-size: 13px;
}

.category-main .filter-bar .grid-box {
    background: url(../images/categorypage/grid-button.svg) no-repeat;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display: block;
    text-indent: -999px;
}

.category-main .filter-bar .grid-box:hover {
    background: url(../images/categorypage/grid-button-active.svg) no-repeat;
}

.category-main .filter-bar .list-box {
    background: url(../images/categorypage/list-button.svg) no-repeat;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display: block;
    text-indent: -999px;
}

.category-main .filter-bar .list-box:hover {
    background: url(../images/categorypage/list-button-active.svg) no-repeat;
}

.category-main .page-item.active .page-link {
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.category-main .prodect-right-box {
    display: flex;
    flex-wrap: wrap;
}

.category-main .prodect-right-box .product-box {
    width: 18%;
    margin-left: 2%;
   
    margin-bottom: 3%;
    position: relative;
    padding: 2px 0 0px 0;
 
    border-radius: 10px; /* Smooth rounded corners */
    background: #ffffff; /* Background color for contrast */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Subtle shadow */
    transition: transform 0.2s, box-shadow 0.2s; /* Smooth hover effects */
}

.category-main .prodect-right-box .product-box:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
    border-color: #d10f16;
}

/* .category-main .prodect-right-box .product-box:hover .cart-button {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
} */

.category-main .prodect-right-box .product-box .inside-location {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.category-main .prodect-right-box .wishlist-icon {
    position: relative;
    display: block;
    height: 45px;
}

.category-main .prodect-right-box .wishlist-icon:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../images/common/wishlist.svg) no-repeat;
    width: 22px;
    height: 19px;
}

.category-main .prodect-right-box .wishlist-icon:hover:after,
.category-main .prodect-right-box .wishlist-icon.active:after {
    background: url(../images/common/wishlist-active.svg) no-repeat;
}

.category-main .prodect-right-box .title {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ed1c24;
    padding: 10px 0;
}

.category-main .prodect-right-box figure {
    text-align: center;
    padding: 0px 10px;
}

.category-main .prodect-right-box p {
    margin: 10px;
}

.category-main .prodect-right-box .location {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
}

.category-main .prodect-right-box a {
    color: #1D1D1D;
}

.category-main .prodect-right-box a:hover {
    text-decoration: none;
}

.category-main .prodect-right-box .heading {
    background: #F5F5F5;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-main .prodect-right-box .heading .offer-price {
    font-weight: 500;
}

.category-main .prodect-right-box .heading .price {
    font-size: 12px;
}

.category-main .prodect-right-box .heading .offer {
    background: #ed1c24;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
}

/* .category-main .prodect-right-box .cart-button {
    font-size: 16px;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    padding: 10px 0 10px 0;
    display: none;
} */

.category-main .prodect-right-box.list-view {
    display: block;
}

.category-main .prodect-right-box.list-view .wishlist-icon {
    position: absolute;
}

.category-main .prodect-right-box.list-view .product-box {
    width: 100%;
    display: flex;
    position: relative;
}

.category-main .prodect-right-box.list-view a {
    width: 30%;
}

.category-main .prodect-right-box.list-view figure {
    padding: 30px 0;
}

.category-main .prodect-right-box.list-view .bottom {
    width: 70%;
    border-left: 1px solid #707070;
}

.category-main .prodect-right-box.list-view p {
    margin: 20px 20px 0px 20px;
}

.category-main .prodect-right-box.list-view .title {
    position: inherit;
    text-align: left;
    padding-left: 20px;
}

.category-main .prodect-right-box.list-view .product-box {
    padding: inherit;
}

.category-main .prodect-right-box.list-view .product-box:hover .cart-button {
    border: none;
}

.category-main .prodect-right-box.list-view .product-box .cart-button {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 5px 40px;
    width: 30%;
}

.category-main .prodect-right-box.list-view .product-box .heading {
    position: inherit;
    display: block;
    background: none;
    padding-left: 20px;
    padding-top: 10px;
}

.category-main .prodect-right-box.list-view .product-box .heading .offer {
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.category-main .bottom-breadcrumbs {
    padding: 10px;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-main .bottom-breadcrumbs a {
    color: #3F3F3F;
}

.category-main .bottom-breadcrumbs a:hover {
    background: #ed1c24;
    color: #fff;
}

@media only screen and (max-width :1024px) {
    .category-main .left {
        width: 31%;
    }

    .category-main .right {
        width: 67%;
    }

    .category-main .header-banner p {
        font-size: 11px;
    }

    .category-main .filter-bar .grid-box {
        margin-right: 4px;
    }

    .category-main .filter-bar .box-left p {
        font-size: 11px;
    }

    .category-main .prodect-right-box .product-box {
        width: 48%;
    }

    .category-main .sidebar-products {
        padding: 10px 10px 0px 10px;
    }

    .category-main .prodect-right-box.list-view .cart-button {
        right: 22px;
        bottom: 20px;
        padding: 10px 18px;
        font-size: 13px;
    }
}

@media only screen and (max-width :766px) {
    .category-main {
        display: block;
    }

    .category-main .left {
        width: 100%;
    }

    .category-main .category-box-heading {
        text-align: center;
    }

    .sidebar-products-list .right {
        width: 49%;
    }

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

    .category-main .sidebar-products .sidebar-products-list .right {
        width: 60%;
        font-size: 15px;
    }

    .category-main .right {
        width: 100%;
    }

    .category-main .filter-bar {
        display: block;
    }

    .category-main .filter-bar .box-left {
        display: flex;
        justify-content: end;
        margin: 0px 0px 10px 0px;
    }

    .category-main .filter-bar .box-right {
        display: flex;
        justify-content: end;
    }

    .category-main .prodect-right-box .product-box {
        width: 48%;
        margin-bottom: 5%;
    }

    .category-main .bottom-breadcrumbs {
        display: block;
    }

    .showing-left {
        margin: 0px 0px 10px 0px;
    }

    .category-main .prodect-right-box.list-view .cart-button {
        right: 12px;
        padding: 6px 6px;
        font-size: 11px;
        display: none;
    }

    .category-main .prodect-right-box.list-view .product-box .cart-button {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 20px;
        padding: 6px 1px;
        width: 31%;
    }
}

.product-top {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0 0;
}

.product-top .left {
    width: 40%;
}

.product-top .right {
    width: 55%;
}

.product-top .title {
    font-size: 18px;
    font-weight: 500;
}

.product-top .price-box {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.product-top .price-box strong {
    font-size: 15px;
    font-weight: 500;
}

.product-top .price-box strike {
    margin: 0 10px;
}

.product-top .price-box .offer {
    background: #ed1c24;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
}

.product-top p {
    font-size: 12px;
    font-weight: 400;
    color: #5D5D5D;
}

.product-top .add-to-cart {
    background: #ed1c24;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    margin-right: 20px;
}

.product-top .qty-top {
    display: flex;
    align-items: center;
    margin: 50px 0;
    /*Prevent text selection*/
}

.product-top .qty-top label {
    font-size: 16px;
    font-weight: 500;
}

.product-top .qty-top .qty-main {
    margin: 0 20px;
}

.product-top .qty-top .qty {
    position: relative;
    max-width: 90px;
}

.product-top .qty-top .qty .count {
    color: #000;
    vertical-align: top;
    font-size: 29px;
    font-weight: 700;
    padding: 10px 2px;
    min-width: 55px;
    text-align: center;
    border: 1px solid #C9C8C8;
    font-weight: 500;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

.product-top .qty-top .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #C9C8C8;
    position: absolute;
    right: 0px;
    font-size: 19px;
}

.product-top .qty-top .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    background-clip: padding-box;
    border: 1px solid #C9C8C8;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 19px;
}

.product-top .qty-top span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.product-top .qty-top input {
    border: 0;
    width: 2%;
}

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

.product-top .qty-top input:disabled {
    background-color: white;
}

.product-top .share-buttons {
    display: flex;
    align-items: center;
}

.product-top .share-buttons label {
    font-size: 16px;
    font-weight: 500;
    width: 90px;
}

.product-top .share-buttons a {
    border: 1px solid #C9C8C8;
    padding: 10px 20px;
    font-size: 18px;
    color: #000000;
    margin-right: 8px;
}

.desc-detail {
    margin: 50px 0;
    padding-bottom: 50px;
}

.desc-detail label {
    font-size: 38px;
    /* font-family: "Yesteryear", cursive; */
}

.desc-detail p {
    color: #5D5D5D;
    line-height: 28px;
}

.reviews-section {
    margin: 50px 0;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 50px;
}

.reviews-section .review-header {
    display: flex;
    justify-content: space-between;
}

.reviews-section .review-header label {
    font-size: 38px;
    /* font-family: "Yesteryear", cursive; */
}

.reviews-section .review-header a {
    background: #ed1c24;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
}

.reviews-section ul li {
    margin: 30px 0;
}

.reviews-section ul li label {
    color: #ed1c24;
    font-size: 23px;
    font-weight: 400;
}

.reviews-section ul li .star {
    margin: 10px 0;
}

.reviews-section ul li .star i {
    color: #BDD641;
}

.reviews-section ul li .date {
    font-size: 13px;
    color: #B5B5B5;
    margin-bottom: 10px;
}

.reviews-section ul li p {
    font-weight: 300;
    color: #5D5D5D;
    line-height: 25px;
}

.also-like {
    display: flex;
}

.also-like .product-box {
    position: relative;
    box-sizing: border-box;
    margin: 1%;
    width: 14.5%;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.also-like .product-box:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
    border-color: #d10f16;
}
.also-like .product-box:last-child {
    margin-right: 0px;
}

.also-like .product-box .inside-location {
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
}

/* .also-like .product-box .cart-button {
    display: none;
    width: 100%;
    background: #ed1c24;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
} */
/* 
.also-like .product-box:hover .cart-button {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    text-decoration: none;
} */

.also-like .product-box .wishlist-icon {
    position: relative;
    display: block;
    
}

.also-like .product-box .wishlist-icon:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../images/common/wishlist.svg) no-repeat;
    width: 22px;
    height: 19px;
}

.also-like .product-box .wishlist-icon:hover:after,
.also-like .product-box .wishlist-icon.active:after {
    background: url(../images/common/wishlist-active.svg) no-repeat;
}

.also-like .title {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ed1c24;
    padding: 10px 0;
}

.also-like figure {
    text-align: center;
    padding: 20px 10px;
}

.also-like p {
    /* margin: 10px; */
}

.also-like a {
    color: #ed1c24;
}

.also-like a:hover {
    text-decoration: none;
}

.also-like .heading {
    display: flex
    ;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        background: #F5F5F5;
        color: #000;
        font-size: 14px;
        padding: 10px 15px;
        text-decoration: none;
}

.also-like .heading .offer-price {
    font-weight: 500;
}

.also-like .heading .price {
    font-size: 12px;
}

.also-like .heading .offer {
    background: #ed1c24;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
}

/* .also-like .cart-button {
    font-size: 20px;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    padding: 15px 0 15px 0;
    display: none;
} */

.pro-owl-carousel .slider {
    border: 1px solid #E9B2B4;
    padding: 20px 100px 40px 20px;
}

.content-carousel {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.owl-carousel {
    width: calc(100% - 170px);
}

.owl-carousel div {
    width: 100%;
}

.owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: -90px;
    width: 100px;
    height: 100%;
}

.owl-carousel .owl-dots img {
    max-width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    border: 1px solid #E9B2B4;
    margin-bottom: 10px;
    background-size: contain;
}

.owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width :1024px) {
    .product-top p {
        font-size: 10px;
    }

    .product-top .qty-top {
        margin: 10px;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .product-top .add-to-cart {
        padding: 15px 19px;
        font-size: 17px;
    }

    .product-top .share-buttons {
        align-items: flex-start;
    }

    .product-top .share-buttons a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .product-top .share-buttons .right {
        width: inherit;
    }

    .also-like .heading {
        display: block;
        padding: 10px 5px;
    }

    .also-like .heading .offer {
        font-size: 8px;
        padding: 4px 3px;
    }

    .also-like .heading .offer-price {
        font-size: 12px;
    }

    .owl-carousel .owl-dots {
        width: 70px;
    }
}

@media only screen and (max-width :766px) {
    .product-top {
        display: block;
    }

    .product-top .left {
        width: 100%;
    }

    .product-top .right {
        width: 100%;
        margin: 5% 0 0 0;
    }

    .product-top .price-box {
        margin: 8px 0px;
    }

    .product-top .qty-top {
        display: flex;
        flex-wrap: wrap;
    }

    .product-top .qty-top label {
        width: inherit;
        margin-top: 20px;
    }

    .product-top .add-to-cart {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
    }

    .product-top .share-buttons .right {
        margin-top: inherit;
    }

    .reviews-section .review-header a {
        padding: 10px 30px;
    }

    .also-like {
        display: block;
        flex-wrap: wrap;
        white-space: nowrap;
        overflow: auto;
    }

    .also-like .product-box {
        display: inline-block;
        width: 70%;
        margin-left: 10px;
    }

    .also-like .heading {
        display: flex;
    }
}

.my-account-page {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.my-account-page .left-sidebar {
    width: 25%;
}

.my-account-page .left-sidebar ul {
    border: 1px solid #E2E2E2;
}

.my-account-page .left-sidebar ul li {
    border-bottom: 1px solid #E2E2E2;
}

.my-account-page .left-sidebar ul li a {
    padding: 20px;
    display: block;
    color: #292929;
}

.my-account-page .left-sidebar ul li a:hover {
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.my-account-page .left-sidebar ul li.active a {
    background: #ed1c24;
    color: #fff;
}

.my-account-page .right-bx {
    width: 73%;
    border: 1px solid #E2E2E2;
}

.my-account-page .bx-header {
    background: #F5F5F5;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
}

.my-account-page .bx-header label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.my-account-page .bx-header .right-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-account-page .bx-header .right-select span {
    margin-right: 10px;
}

.my-account-page .bx-header .right-select .dropdown-toggle {
    border: 1px solid #707070;
    padding: 5px 15px;
    width: 200px;
    text-align: left;
}

.my-account-page .bx-header .right-select .dropdown-toggle:after {
    right: 12px;
    position: absolute;
    top: 12px;
}

.my-account-page .bx-header .right-select .dropdown-menu {
    right: 0px !important;
    font-size: 12px;
    color: #5D5D5D;
}

.my-account-page .bottom-box .table td,
.my-account-page .bottom-box .table th {
    padding: 30px 25px;
}

.my-account-page .bottom-box .table thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    color: #B60008;
}

.my-account-page .bottom-box .table tbody td,
.my-account-page .bottom-box .table tbody th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 300;
}

.my-account-page .bottom-box .table tbody:last-child td,
.my-account-page .bottom-box .table tbody:last-child th {
    border-bottom: 0px;
}

.my-account-page .bottom-box.add-address {
    width: 100%;
    padding: 20px;
}

.my-account-page .bottom-box.add-address form {
    margin: 0px;
}

.my-account-page .bottom-box .category-main .right {
    width: inherit;
    padding: 0 20px;
}

table img {
    max-width: inherit;
}

.address {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.address label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.address p {
    margin-bottom: 10px;
}

.address:last-child {
    border-bottom: 0px;
}

.address.checkout-add {
    padding: 0px;
    margin-bottom: 20px;
}

.address.checkout-add p {
    margin-left: 0px;
}

.address.checkout-add a {
    color: #fff;
    display: inline-table;
    text-align: center;
    background: #B60008;
    padding: 5px 15px;
}

.add-new-button {
    border: 1px solid #707070;
    padding: 5px 15px;
    color: #ed1c24;
}

.action-button {
    color: #fff;
    text-align: center;
    background: #ed1c24;
    padding: 5px 15px;
    display: block;
}

.action-button:hover {
    color: #fff;
}

.action-button:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.action-button:not([href]):not([tabindex]):hover {
    color: #fff;
}

.action-button.disable {
    color: #fff;
    background: #000;
}

.action-cancel {
    color: #fff;
    text-align: center;
    background: #B60008;
    padding: 5px 15px;
    display: block;
}

.action-cancel:hover {
    color: #fff;
}

.map {
    padding: 0 0 20px 0;
}

.map .head {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.map .head span {
    font-size: 18px;
    font-weight: 600;
}

.map .head a {
    color: #B60008;
}

.srt-by {
    border: 1px solid #707070;
    padding-right: 10px;
}

.srt-by select {
    padding: 5px 15px;
    text-align: left;
}

.srt-by:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 12px;
}

@media only screen and (max-width :766px) {
    .my-account-page {
        display: block;
    }

    .my-account-page .left-sidebar {
        width: inherit;
        margin-bottom: 20px;
    }

    .my-account-page .right-bx {
        width: inherit;
    }

    .my-account-page .bx-header {
        display: block;
    }

    .my-account-page .bx-header label {
        display: block;
        margin-bottom: 10px;
    }

    .my-account-page .bx-header .right-select {
        margin-top: 10px;
        width: 100%;
    }
}

.right-bx .personal_d_r {
    border: 1px solid #E2E2E2;
    margin-top: 13px;
}

.right-bx.right_bx_per_n {
    border: none;
}

.personal_d_r .form-inner input,
.personal_d_r .form-inner select {
    border: 1px solid #DBDBDB;
    width: 300px;
    padding: 8px 15px;
}

.personal_d_r .form-inner label {
    font-size: 14px;
    width: 150px;
}

.personal_d_r .form-inner {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.personal_d_r .form-inner .select-box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/cart/down-select.svg) no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}

.personal_d_r .form-inner .select-box {
    position: relative;
}

.personal_d_r .checkbox label {
    width: inherit;
}

.password_n_m p {
    padding: 13px 15px;
    border: 1px solid #DBDBDB;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}

.personal_d_r .saved_n_button {
    background: #ed1c24;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    display: inline-block;
    float: right;
}

@media only screen and (max-width :766px) {
    .personal_d_r .form-inner {
        display: block;
    }

    .personal_d_r .form-inner label {
        display: block;
        margin-bottom: 10px;
    }

    .personal_d_r .form-inner input,
    .personal_d_r .form-inner select {
        width: 100%;
    }
}

.thank-main {
    display: flex;
    padding: 150px 0px;
    align-items: center;
}

.thank-main .left {
    width: 60%;
}

.thank-main .right {
    width: 40%;
    text-align: center;
}

.thank-main .right strong {
    display: block;
    font-size: 34px;
    color: #4D4D4D;
}

.thank-main .right span {
    font-size: 23px;
    color: #919191;
    display: block;
    padding: 10px;
}

.thank-main .right p {
    font-size: 17px;
    color: #1C1C1C;
}

.shopping-continue {
    text-align: center;
    display: block;
}

.shopping-continue a {
    background: #ed1c24;
    color: #fff;
    display: block;
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .thank-main {
        display: block;
        padding: 60px 0px;
    }

    .thank-main .left {
        width: 100%;
    }

    .thank-main .right {
        width: 100%;
    }
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.login-popup .modal-content:before {
    content: "";
    background: url(../images/popup/popup-left.png) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 340px;
    width: 337px;
}

.login-popup .modal-content:after {
    content: "";
    background: url(../images/popup/popup-right.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 209px;
    width: 181px;
}

.login-popup .modal-lg {
    max-width: 700px;
}

.login-popup .heading {
    font-size: 18px;
    padding-bottom: 30px;
    display: block;
}

.login-popup .modal-header figure {
    margin: 0 auto;
    margin-top: 30px;
}

.login-popup form {
    width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.login-popup form input {
    padding: 10px 30px 10px 50px;
    border-bottom: 2px solid #C5C5C5;
}

.login-popup form .form-control:focus {
    border-bottom: 2px solid #B60008;
}

.login-popup form .select-box {
    position: relative;
}

.login-popup form .select-box select {
    border: none;
    border-bottom: 2px solid #C5C5C5;
    border-radius: 0px;
    font-size: 14px;
    color: #8D8D8D;
}

.login-popup form .select-box:after {
    content: "";
    background: url(../images/common/select-arrow.svg) no-repeat;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 8px;
    height: 8px;
}

.login-popup .form-group {
    position: relative;
    margin-bottom: 30px;
}

.login-popup .form-group .f-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 50px;
}

.login-popup .forgot-password {
    text-align: right;
    color: #000;
    float: right;
    margin-top: 10px;
}

.login-popup .sign-in-button,
.login-popup .skip-button {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #ed1c24;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    width: 48%;
}

.login-popup .skip-button {
    background: none;
    color: #B60008;
}

.login-popup .buttons-login {
    display: flex;
    justify-content: space-between;
}

.login-popup .register-text {
    text-align: center;
    margin: 10px 0 50px;
}

.login-popup .register-text a {
    color: #000000;
    font-weight: 500;
}

.login-popup.signup form input {
    padding: 10px 10px 10px 10px;
}

.login-popup.signup .sign-in-button,
.login-popup.signup .skip-button {
    width: 100%;
}

.login-popup.signup .terms-text {
    font-size: 12px;
    text-align: center;
    color: #5A5A5A;
}

.login-popup.signup .terms-text a {
    color: #5A5A5A;
}

.login-popup.signup .paddding-20 {
    margin-bottom: 10px;
}

.term-condition h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
}

.term-condition p {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

.term-condition ol {
    list-style: disc;
    margin-left: 30px;
}

.term-condition ol li {
    margin-bottom: 10px;
}

.term-condition ol li {
    font-weight: 300;
}

.term-condition blockquote {
    text-transform: uppercase;
}

.policy a {
    color: #ed1c24;
}

.policy h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
}

.cart-page .qty .count1 {
    color: #000;
    vertical-align: top;
    font-size: 29px;
    font-weight: 700;
    padding: 10px 2px;
    min-width: 55px;
    text-align: center;
    border: 1px solid #C9C8C8;
    font-weight: 500;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

.error {
    color: #B60008;
}

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

.offer-discount.label {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #5c935a;
    /* Primary color for discount */
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    /* Soft rectangle shape */
    font-weight: bold;
    font-size: 0.5em;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow for depth */
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Light border for distinction */
    animation: fadeIn 0.5s ease;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    /* Makes text appear cleaner and more prominent */
}


/* Optional animation */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-box a {
    color: #fff;
    font-weight: 500;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ed1c24;
    color: white;
    font-size: 14px;
    justify-content: 'center';
    align-items: 'center';
    height: 20px;
    width: 20px;
    border-radius: 8px;
    transform: translate(50%, -35%);
    font-weight: bold;
}

.marque {
    color: red;
    margin-top: 10px;
}

.productTitle {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#suggestions {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 9999;
    /* Ensure it's above everything */
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#suggestions li {
    padding: 10px;
    cursor: pointer;
}

#suggestions li:hover {
    background-color: #f0f0f0;
}

.navbar,
.header {
    z-index: 1000;
    /* Ensure header/navbar is below suggestions */
    overflow: visible;
    /* Avoid clipping */
}

.cart-button {
    width: 94%;
    margin: 5px;
    background: #ed1c24;
    padding: 5px 5px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 25px;

}

.product_img {
    width: "190px";
    height:"156px";
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

    .catImg{
        height: 50px;
        width: 50px;
        border-radius: 50px;
        object-fit: cover;
    }
    .list-unstyled li{
        display: flex; align-items: center; gap: 10px;
        margin-bottom: 10px;
        transition: background-color 0.3s;
        border-radius: 25px 0 0 25px;
    }
    li a{
        display: flex; align-items: center; gap: 10px; text-decoration: none;
    }
    .catTile{
        color: #000; font-size: 12px;
    }
    .list-unstyled li:hover {
        
        background-color: #ed1c24; /* Change to your desired color */
        cursor: pointer;
        border-radius: 25px 0 0 25px;
      }
      .catDiv{
       
        max-height: 700px; 
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  max-height: 100vh;
         overflow-y: auto;
          border: 1px solid #ccc;
          border-radius: 10px; padding: 10px;
          scrollbar-width: none; -ms-overflow-style: none;
      }
/* Sidebar Styles */
#filterSidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: all 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  
  #filterSidebar.open {
    left: 0;
  }
  
  #filterSidebar h5 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  
  #filterSidebar .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }
  
  @media (min-width: 992px) {
    #filterSidebar {
      position: static;
      width: auto;
      height: auto;
      box-shadow: none;
      transition: none;
    }
  }
   .out-of-stock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

 .overlay-text {
    color: white;
    font-size: 18px;
   
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Shadow for text */
    text-align: center;
    padding: 10px;
}
       /* Preloader Container */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's above other elements */
  }
  
  /* Preloader Spinner */
  .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #ed1c24; /* Primary color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  /* Spinner Animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*# sourceMappingURL=main.css.map */