@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

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

/*
font-family: "Outfit", sans-serif;
*/

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

:root {
    --theme-color: #018EA5;
    --black: #000;
    --white: #fff;
    --green: #02805A;
    --red: #A10101;
    --paragraph: #363636;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'HelveticaNeueRoman';
}


h4,
h5,
h6 {
    font-family: 'HelveticaNeueRoman';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'HelveticaNeueLight';
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 300;
    letter-spacing: 0.5px;
}

.text-section p {
    opacity: 0;
    transform: translateY(20px);
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-70 {
    padding: 44px 0;
}

.bannertext h1 {
    font-size: 75px;
    color: var(--red);
    font-weight: 500;
    line-height: 70px;
    margin: 0;
    position: relative;
}

.bannertext h1 span {
    color: var(--blue);
    font-weight: 700;
}

.bannertext h2 {
    font-size: 52px;
    color: var(--red);
    position: relative;
}

.title3 h3 {
    font-family: 'HelveticaNeueRoman';
    font-size: 26px;
    color: var(--theme-color);
    margin: 0 0 10px;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.title3 h3 span {
    color: var(--theme-color);
}

.title3 h6 {
    font-size: 18px;
    color: var(--theme-color);
    margin: 0 0 5px;
}

.title4 h4 {
    font-size: 50px;
    color: var(--white);
    margin-bottom: 10px;
    position: relative;
    line-height: normal;
}

.title5 h5 {
    font-size: 24px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 6px;
    position: relative;
    transition: 0.6s;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.texttag h6:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn1 {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 25px;
    color: var(--white);
    text-align: center;
    background-color: var(--red);
    border: 1px solid var(--red);
    position: relative;
    border-radius: 30px;
    width: max-content;
    transition: 0.6s;
    display: inline-block;
}

/*.btn1:hover {
    background-color: #4a54ed;
    color: var(--white) !important;
}
*/
.btn2 {
    color: var(--theme-color);
    background-color: transparent;
    border: 1px solid var(--theme-color);
    margin-left: 10px;
}

.btn2:hover {
    color: var(--white) !important;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.free_tag {
    position: absolute;
    top: -9px;
    left: 110px;
    background-color: var(--theme-color);
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1px 8px;
}

/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: linear-gradient(to bottom, #9a150eab, #9a150e);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255 255 255 / 89%);
    transition: 0.6s;
}

#backToTop .fa-arrow-up {
    font-size: 18px;
    color: #fff;
    top: -1px;
    position: relative;
}

#backToTop:hover {
    background-color: #f15c5a;
    transform: scale(1.1);
}

#backToTop:hover svg {
    transform: translateY(-3px);
}

/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}
.categories_dropdown .dropdown-toggle:after{
	display:none;
}


/* ======================================================================= */
/*  start */
/* ======================================================================= */
.banner_sec {
    padding: 15px 0;
}

.banner_sec .container-fluid {
    max-width: 1270px;
    margin: auto;
}

.banner_slide .owl-item {
    transition: all 0.8s ease-in-out;
}

.col-lg-8.firstcol {
    width: 71%;
}

.col-lg-4.lastCol {
    width: 29%;
}


/* ======================================================================= */
/*   categories_sec start */
/* ======================================================================= */
.categories_sec {
    width: 100%;
}

.categories_card {
    width: 100%;
    transition: 0.6s;
}

.categories_pic {
    background-color: #d5c8d6;
    height: 185px;
    padding: 20px 15px 15px 15px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    border-radius: 150px 150px 15px 15px;
}

.categories_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    transition: 0.6s;
/*     mix-blend-mode: darken; */
}

.categories_card:hover .categories_pic img {
    transform: scale(0.9);
}

.categories_btm {
    width: 100%;
    background-color: var(--white);
    padding: 10px;
    text-align: center;
}

.categories_card h5 {
    font-size: 15px;
    color: var(--black);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.categories_card h6 {
    font-family: 'HelveticaNeueLight';
    font-size: 12px;
    color: var(--paragraph);
    margin-bottom: 0;
    text-transform: uppercase;
}

/**/
.category-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.category-carousel .owl-nav button.owl-prev, .category-carousel .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.category-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.category-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.category-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.category-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.category-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.category-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.category-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.category-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.category-carousel .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.category-carousel .owl-nav button.owl-prev:hover, .category-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(135deg, #00e0e0, #005864);} 
.owl-theme .owl-nav { margin-top: 0; } 
.category-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.category-carousel button { height: auto; } 
.category-carousel .owl-dots { text-align: left; position: absolute; top: -37px; } 
.category-carousel .owl-dots .owl-dot.active span, .category-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/


/* ======================================================================= */
    /* add_sec01 start */
/* ======================================================================= */
.add_sec01 {
    width: 100%;
}

.add_pic {
    width: 100%;
    height: 226px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.add_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
/*  day_deal start */
/* ======================================================================= */
.day_deal {
    width: 100%;
}

.day_deal .title3 h3 {
    margin-bottom: 5px;
}

.day_deal .title3 p {
    font-size: 13px;
}

.dealtop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**/
.day_deal .countdown {
    display: flex;
    align-items: center;
    gap: 3px;
}

.day_deal .time-box {
    width: 60px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(130deg, #4398bc 0%, #6cc4cd 45%, #4398bc 100% );
    box-shadow: inset 0 2px 6px rgba(255,255,255,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dealtop.mb-4 {
    margin-bottom: .1rem!important;
}
.day_deal .countdown .label {
    font-size: 10px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 0;
}

.day_deal .value {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 16px;
}
.wishlist ul li.wishlist-btn:hover svg{
	color: #fff!important;
}
.day_deal .colon {
    font-size: 28px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 0px;
}
/**/

.daydeal_card {
    width: 97%;
    border-radius: 10px;
    transition: 0.6s;
    border: 1px solid #ededed;
    background-color: var(--white);
    /* box-shadow: 0px 0px 8px 0px #dddddd96; */
    margin: 10px auto;
}

.daydeal_card_pic {
    background-color: #f4f4f4;
    height: 155px;
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.daydeal_card_pic img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    border-radius: 0;
    transition: 0.6s;
    mix-blend-mode: darken;
}

.daydeal_card:hover .daydeal_card_pic img {
    transform: scale(1.1);
}

.daydeal_btm {
    width: 100%;
    background-color: var(--white);
    padding: 10px 8px 12px;
    border-radius: 0 0 12px 12px;
}

.daydeal_btm h5 {
    font-family: 'HelveticaNeueRoman';
    font-size: 14px;
    color: var(--black);
    margin-bottom: 2px;
    line-height: normal;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.daydeal_btm ul li {
    display: inline-block;
    font-size: 11px;
    color: #FCB32E;
    line-height: normal;
}

.daydeal_btm ul li:nth-child(5) {
    color: #ccc;
}
.daydeal_btm ul li span { 
    color: var(--paragraph); 
} 

.btm_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
}

.btm_price h6 {
    font-size: 13px;
    color: var(--black);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.btm_price h6 del {
    text-decoration: line-through;
    text-decoration-color: #890606;
    display: flex;
    align-items: center;
}
.btm_price h6 ins {
    display: flex;
    align-items: center;
}
.btm_price h6 del span {
    color: #890606;
    display: contents;
}
.btm_price h6 span {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    margin-right: 0;
    text-decoration: none;
    line-height:13px;
    width: auto;
}
.woocommerce-Price-amount bdi {
    font-size: 13px;
}
/**/
.btn01 {
    width: auto;
    background: linear-gradient(177deg, #03aabc 0%, #029cb1 45%, #0089a2 100%);
    border: 1px solid #029cb1;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px 5px 30px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 50em;
    transition: 0.6s;
    position: relative;
    flex-basis: 45%;
    flex-shrink: 0;
}
.btn01:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/btn-cart.png) no-repeat;
    height: 29px;
    width: 26px;
    left: 4px;
    top: -1px;
    background-position: -28px center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    object-fit: contain;
    background-size: auto;
}
.daydeal_card:hover .btn01 { background-color: var(--green);  color: #fff; } 
.daydeal_card:hover .btn01:before { background-position: 5px center; }
.daydeal_card:hover .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #000000;
}
/**/

/**/
.wishlist {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(0%, -57%);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 111;
}
.wishlist ul { padding: 0; margin: 0; } 
.wishlist ul li {
    background-color: #fff;
	 border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin-bottom: -3px;
    transform: translateX(-35px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease, background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.wishlist ul li a{
	 height: 30px; width: 30px; line-height: normal; display: flex; align-items: center; justify-content: center; list-style: none;
}
.wishlist ul li .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .wishlist ul li .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	width: 20px;
	max-width: 20px;
}
.wishlist ul li i { font-size: 14px; color: var(--paragraph); transition: 0.6s; } 
.daydeal_card:hover .wishlist ul li { transform: translateX(0); opacity: 1; } 
.daydeal_card:hover .wishlist ul li:nth-child(1) { transition-delay: 0.1s; } 
.daydeal_card:hover .wishlist ul li:nth-child(2) { transition-delay: 0.2s; } 
.daydeal_card:hover .wishlist ul li:nth-child(3) { transition-delay: 0.3s; } 
.wishlist ul li:hover { background-color: var(--theme-color); color: #fff; transform: translateX(0) scale(1.1); } 
.wishlist ul li:hover i { color: var(--white); }
.daydeal_card:hover .wishlist {
    transform: translate(8px, -55%);
    opacity: 1;
}
/* .daydeal_card:hover .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #fff;
} */
/**/

/**/
.deals-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.deals-carousel .owl-nav button.owl-prev, .deals-carousel .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.deals-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.deals-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 15px; }
.deals-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.deals-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.deals-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 15px; }
.deals-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.deals-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.deals-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.deals-carousel .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.deals-carousel .owl-nav button.owl-prev:hover, .deals-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(145deg, #3f8fb8, #1f5f82);} 
.owl-theme .owl-nav { margin-top: 0; } 
.deals-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.deals-carousel button { height: auto; } 
.deals-carousel .owl-dots { text-align: left; position: absolute; top: -37px; } 
.deals-carousel .owl-dots .owl-dot.active span, .deals-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/


/* ======================================================================= */
/*  featured_sec start */
/* ======================================================================= */
.featured_sec {
    width: 100%;
    background-color: #02404C;
}

.featuredtop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featuredtop .title3 h3 {
    margin-bottom: 5px;
    color: var(--white);
}

.featuredtop .title3 p {
    font-size: 13px;
    color: var(--white);
}

.featured_sec .nav-link {
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.featured_sec .nav {
    gap: 8px;
    background-color: transparent;
}

.featured_sec .nav-pills .nav-link.active, .featured_sec .nav-pills .show>.nav-link {
    color: #02404C;
    background-color: var(--white);
}

.featured_sec .daydeal_card_pic {
    background-color: var(--white);
}

.featured_sec .daydeal_card {
    border: 1px solid #ffffff;
}

.featured_sec .daydeal_card {
    width: 100%;
    margin: 0;
}

.featured_sec .daydeal_btm {
    border-radius: 0 0 8px 8px;
}

.featured_sec .daydeal_card_pic {
    border-radius: 8px 8px 0 0;
}

.divider {
    width: 90%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.add_pic2 {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.add_pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
/*  product_sellers start */
/* ======================================================================= */
.product_sellers {
    width: 100%;
}

.product_seller_card {
    width: 100%;
    transition: 0.6s;
}

.product_seller_cardpic {
    height: 175px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.product_seller_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.product_seller_card:hover .product_seller_cardpic img {
    transform: scale(1.1);
}

.product_seller_cardbtm {
    width: 100%;
    position: relative;
    padding: 0 15px 5px;
    margin-top: -30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.product_seller_circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 3px;
    background-color: #fff;
    border: 3px solid #9bfdff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #dddddd70;
}

.product_seller_cardbtm h6 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

/**/
.product_sellers_slide .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.product_sellers_slide .owl-nav button.owl-prev, .product_sellers_slide .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.product_sellers_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product_sellers_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.product_sellers_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.product_sellers_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product_sellers_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.product_sellers_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.product_sellers_slide .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.product_sellers_slide .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.product_sellers_slide .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.product_sellers_slide .owl-nav button.owl-prev:hover, .product_sellers_slide .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(135deg, #00e0e0, #005864);} 
.owl-theme .owl-nav { margin-top: 0; } 
.product_sellers_slide .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.product_sellers_slide button { height: auto; } 
.product_sellers_slide .owl-dots { text-align: left; position: absolute; top: -37px; } 
.product_sellers_slide .owl-dots .owl-dot.active span, .product_sellers_slide .owl-dots .owl-dot:hover span { background: var(--green); }
/**/

/* ======================================================================= */
/*  flash_sale start */
/* ======================================================================= */
.flash_sale {
    width: 100%;
}

.flash_sale_pic {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.flash_sale_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* timer start */
.timerRow {
    position: absolute;
    left: 25px;
    top: 60px;
    text-align: center;
}
.timerRow li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  list-style-type: none;
  padding: 3px;
  text-transform: uppercase;
}

.timerRow li span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    box-shadow: inset 2px 5px 15px #b9b9b9;
}
/* timer end */

.flash_saleright {
    width: 100%;
}

.flash_saleright .btn01:before {
    left: 8px;
}

/**/
.deals-carousel3 .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.deals-carousel3 .owl-nav button.owl-prev, .deals-carousel3 .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.deals-carousel3 .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.deals-carousel3 .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.deals-carousel3 .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.deals-carousel3 .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.deals-carousel3 .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.deals-carousel3 .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.deals-carousel3 .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.deals-carousel3 .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.deals-carousel3 .owl-nav { position: absolute; display: flex; top: -46px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.deals-carousel3 .owl-nav button.owl-prev:hover, .deals-carousel3 .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(135deg, #00e0e0, #005864);} 
.owl-theme .owl-nav { margin-top: 0; } 
.deals-carousel3 .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.deals-carousel3 button { height: auto; } 
.deals-carousel3 .owl-dots { text-align: left; position: absolute; top: -37px; } 
.deals-carousel3 .owl-dots .owl-dot.active span, .deals-carousel3 .owl-dots .owl-dot:hover span { background: var(--green); }
.flash_saleright .mb-4 {
    margin-bottom: .5rem!important;
}
/**/

/* ======================================================================= */
    /* big_deals start */
/* ======================================================================= */
.big_deals {
    width: 100%;
}

.big_dealspic {
    width: 100%;
    height: 270px;
    position: relative;
    display: contents;
    overflow: hidden;
    border-radius: 15px;
}

.big_dealspic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
/*  top_rating start */
/* ======================================================================= */
.top_rating {
    width: 100%;
}

.top_rating .daydeal_card {
    width: 100%;
    margin: 0;
}

/* ======================================================================= */
/*  week_highlight start */
/* ======================================================================= */
.week_highlight {
    width: 98%;
    max-width: 1920px;
    margin: 0 auto;
    border-radius: 15px;
    background: linear-gradient( 118deg, #b9fbc0 0%, #e9f5a1 25%, #ffe082 50%, #fa9478 75%, #f7797d 100%);
    overflow: hidden;
}

.week_highlight .title3 h3 {
    color: var(--black);
}

.week_highlight_in {
    width: 150%;
}

.highlight_card {
    width: 100%;
    background-color: var(--white);
    border-radius: 12px;
    padding: 15px;
}

.highlight_pic {
    width: 100%;
    height: 200px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.highlight_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.highlight_card:hover .highlight_pic img {
    transform: scale(1.1);
}

.saletag {
    background-color: #EF7F1A;
    padding: 3px 12px;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50em;
}

.highlight_btm {
    width: 100%;
    padding: 10px 0;
}

.highlight_btm h5 {
    font-family: 'HelveticaNeueRoman';
    font-size: 15px;
    color: var(--black);
    margin-bottom: 2px;
    width: 80%;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.highlight_btm ul li {
    display: inline-block;
    font-size: 11px;
    color: #FCB32E;
    line-height: normal;
}

.highlight_price {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.highlight_price h6 {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
}

.highlight_price h6 span {
    color: #000;
    font-weight: 300;
    margin-right: 2px;
/*     text-decoration: line-through; */
}

.highlight_price h6 del {
    text-decoration: line-through;
    text-decoration-color: #890606;
}
.highlight_price h6 del span {
	color: #890606;
}

.week_highlight .btn01 {
    flex-basis: 38%;
}

.highlight_card:hover .btn01 { background-color: var(--green);  color: #fff; } 
.highlight_card:hover .btn01:before { background-position: 5px center; }

/**/
.week-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.week-carousel .owl-nav button.owl-prev, .week-carousel .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.week-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.week-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.week-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.week-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.week-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.week-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.week-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.week-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.week-carousel .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.week-carousel .owl-nav button.owl-prev:hover, .week-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(145deg, #3f8fb8, #1f5f82);} 
.owl-theme .owl-nav { margin-top: 0; } 
.week-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.week-carousel button { height: auto; } 
.week-carousel .owl-dots { text-align: left; position: absolute; top: -37px; } 
.week-carousel .owl-dots .owl-dot.active span, .week-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/


/* ======================================================================= */
/*  essentials_sec start */
/* ======================================================================= */
.essentials_sec {
    width: 100%;
}

.essentials_card {
    width: 100%;
    height: 250px;
    padding: 25px 25px 0 25px;
    border-radius: 10px;
    background-color: #e0d8d0;
    min-height: 380px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
	transition: 0.6s;
}

.essentials_card h4 {
    font-family: 'HelveticaNeueRoman';
    font-size: 22px;
    color: var(--black);
    letter-spacing: 0.5px;
}

.essentials_card p {
    font-size: 15px;
    margin: 5px 0;
    letter-spacing: 0.5px;
    line-height: normal;
}

.essentials_card .shopbtn {
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.essentials_pic {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.essentials_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.essentials_card:hover .essentials_pic img {
	transform: scale(1.1);
}

.bgcolor:nth-child(2) .essentials_card {
    background-color: #efefef;
}

.bgcolor:nth-child(3) .essentials_card {
    background-color: #f0dccd;
}

.bgcolor:nth-child(4) .essentials_card {
    background-color: #e7e6d6;
}

/* ======================================================================= */
/*  recommended_sec start */
/* ======================================================================= */
.recommended_sectop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommended_sectop .title3 h3 {
    margin-bottom: 0;
}

.recommended_sec .nav-link {
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid var(--black);
    border-radius: 30px;
	transition: 0.6s;
}

.recommended_sec .nav {
    gap: 8px;
}

.recommended_sec .nav-pills .nav-link.active, .recommended_sec .nav-pills .show>.nav-link {
    color: #fff;
    border-color: #0089a2;
    background: linear-gradient(177deg, #03aabc 0%, #029cb1 45%, #0089a2 100%);
}

.recommended_sec .nav-link:hover {
    color: #fff;
    border-color: #0089a2;
    background: linear-gradient(177deg, #03aabc 0%, #029cb1 45%, #0089a2 100%);
}

/* ======================================================================= */
/*  addpanel start */
/* ======================================================================= */
.addpanel {
    width: 100%;
}

.addpanel_pic {
    width: 100%;
    height: 270px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.addpanel_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
/*  top_product start */
/* ======================================================================= */
.top_product {
    width: 100% !important;
    border-radius: 0;
    background: #fff !important;
    padding-top: 20px !important;
}

.top_product .week_highlight_in {
    width: 100%;
}

.top_product .highlight_card {
    border: 1px solid #ccc;
}

.top_product .highlight_btm h5 {
    width: 75%;
}

.top_product .btn01:before {
    left: 12px;
}

/**/
.top_product-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.top_product-carousel .owl-nav button.owl-prev, .top_product-carousel .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.top_product-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.top_product-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.top_product-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.top_product-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.top_product-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.top_product-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.top_product-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.top_product-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.top_product-carousel .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.top_product-carousel .owl-nav button.owl-prev:hover, .top_product-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(135deg, #00e0e0, #005864);} 
.owl-theme .owl-nav { margin-top: 0; } 
.top_product-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.top_product-carousel button { height: auto; } 
.top_product-carousel .owl-dots { text-align: left; position: absolute; top: -37px; } 
.top_product-carousel .owl-dots .owl-dot.active span, .top_product-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/

/* ======================================================================= */
/*  brand_sec start */
/* ======================================================================= */
.brand_sec {
    width: 100%;
}

.branBox_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
}

.branBoxlogo {
    width: 100%;
    height: 90px;
    padding: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #A29999;
    /* border-left: none; */
    /* border-right: none; */
    border-radius: 15px;
}

.branBoxlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ======================================================================= */
/*  cloth_ban start */
/* ======================================================================= */
.cloth_ban {
    width: 98%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.cloth_ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ======================================================================= */
/*  latest_collection start */
/* ======================================================================= */
.latest_collection {
    width: 100%;
}

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

.latesttop .exploreBtn {
    background: linear-gradient(177deg, #03aabc 0%, #029cb1 45%, #0089a2 100%);
    border: 1px solid #029cb1;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
}

.latesttop .title3 h3 {
    margin-bottom: 0;
}

.latest_collection_card {
    width: 100%;
    height: 375px;
    position: relative;
    background-color: #E1F5D8;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.latest_collection_cardpic {
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.latest_collection_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.latest_collection_card:hover .latest_collection_cardpic img {
    transform: scale(0.9);
}

.bgcolor2:nth-child(2) .latest_collection_card {
    background-color: #D3F0FD;
}

.bgcolor2:nth-child(3) .latest_collection_card {
    background-color: #DAEDDE;
}

.bgcolor2:nth-child(4) .latest_collection_card {
    background-color: #CAE1F8;
}

.bgcolor2:nth-child(5) .latest_collection_card {
    background-color: #CAE1F8;
}

.bgcolor2:nth-child(6) .latest_collection_card {
    background-color: #FEDEDE;
}

.visit_btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    padding: 10px 25px;
    color: var(--theme-color);
    text-align: center;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 30px;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.6s;
}

.latest_collection_card:hover .visit_btn {
    background: linear-gradient(177deg, #03aabc 0%, #029cb1 45%, #0089a2 100%);
    border-color: #029cb1;
    color: #fff;

}

/* ======================================================================= */
/*  popular_products start */
/* ======================================================================= */

.popular_products .daydeal_card {
    width: 100%;
    margin: 0px;
}

.popular_products .flash_sale_pic {
    height: 544px;
}
.popular_products .btn01:before {
    left: 9px;
}
.featuredtop.mb-5 {
    margin-bottom: 10px!important;
}
.featured_sec   .daydeal_card .daydeal_btm ul{
	display:none;
}
.featured_sec .btm_price h6 del{
	display:none;
}
.top_rating  .btm_price h6 del{
	display:none;
}
.trending_sec  .trending_card h6{
	display:none;
}
.hot_search_list li a {
    line-height: 18px!important;
    text-decoration: underline!important;
}
.hot_search_list li {
    padding: 3px 0!important;
}
.week_highlight .highlight_price h6 del{
	display:none;
}
/* ======================================================================= */
/*  trending_sec start */
/* ======================================================================= */
.trending_sec {
    width: 100%;
}

.trendingtop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trending_sec .title3 h3 {
    margin-bottom: 0;
}

.trending_sec .nav-link {
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid var(--black);
    border-radius: 30px;
    padding: 7px 30px;
}

.trending_sec .nav {
    gap: 8px;
}

.trending_sec .nav-pills .nav-link.active, .trending_sec .nav-pills .show>.nav-link {
    color: #fff;
    border-color: var(--black);
    background-color: var(--black);
}

.trending_card {
    width: 100%;
	
/*     display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s; */
}

.trending_card_pic {
    width: 100%;
    height: 375px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
	background-color: #FFDFB2;
	position: relative;
    padding: 15px;
    border-radius: 15px;
}

.trending_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.trending_card:hover .trending_card_pic img {
    transform: scale(1.1);
}

.row .col-lg-3:nth-child(1) .trending_card_pic {
    background: #FFDFB2;
}

.row .col-lg-3:nth-child(2) .trending_card_pic {
    background: #D0E9D5;
}

.row .col-lg-6:nth-child(3) .trending_card_pic {
    background: #D6D2FF;
}

.row .col-lg-6:nth-child(4) .trending_card_pic {
    background: #CBE2E4;
}

.row .col-lg-3:nth-child(5) .trending_card_pic {
    background: #EFD2DC;
}

.row .col-lg-3:nth-child(6) .trending_card_pic {
    background: #A2DFE3;
}

.trending_wish {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending_wish i {
    font-size: 16px;
    color: #fff;
}

.trending_card h5 {
    font-family: 'HelveticaNeueRoman';
    font-size: 18px;
    color: var(--black);
    margin: 15px 0 5px;
    letter-spacing: 0.5px;
}

.trending_card h6 {
    font-family: 'HelveticaNeueLight';
    font-size: 17px;
    color: var(--black);
    margin: 0;
}
.scroll_area .category_icon img {
	max-width: 50px;
}
.scroll_area .category_small h6 {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* ======================================================================= */
/*  sale_addsec start */
/* ======================================================================= */
.sale_addsec {
    width: 100%;
}

.sale_add_pic {
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.sale_add_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.pic_height:nth-child(2) .sale_add_pic {
    height: 151px;
}

/* ======================================================================= */
/*   featured_deals start */
/* ======================================================================= */
.featured_deals {
    width: 100%;
}

.featured_deals .daydeal_card {
    width: 100%;
    margin: 0px;
}

/* ======================================================================= */
    /* freeshipping start */
/* ======================================================================= */
.freeshipping { width: 100%;}
.freeshipping .container { border-bottom: 1px solid #ddd;}
.freearea { padding: 14px 0px; border-bottom: 2px solid transparent;}
.freearea:hover { border-bottom: 2px solid var(--theme-color); }
.freearea h6 { font-size: 20px; margin-bottom: 5px; letter-spacing: 0.5px;}
.freearea p { font-size: 15px; margin-bottom: 0; }
.shiping_icon img { max-width: 50px; object-fit: contain; }

/* ======================================================================= */
/*  store_sec start */
/* ======================================================================= */
.store_sec {
    width: 98%;
    max-width: 1920px;
    min-height: 475px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    background-position: 0% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.store_content { width: 50%; } 
.store_content h2 { font-size: 44px; color: var(--white); font-weight: 500; } 
.store_content .formfild { width: 80%; background-color: #fff; border: 1px solid #fff; border-radius: 50px; position: relative; display: flex; align-items: center; margin-top: 35px; justify-content: space-between; padding-right: 2px; } 
.store_content .formfild .form-control { border-radius: 50px; height: 50px; color: #000; border: none; font-size: 15px; padding: 6px 15px 6px 20px; margin: 0; } 
.store_content .btn-primary {
    border-radius: 50px;
    padding: 12px 30px !important;
    font-size: 16px;
    background-color: var(--theme-color);
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.6s;
} 
.store_content .btn-primary:hover { background: #000; color: #fff; } 
.form-control:focus { box-shadow: none; }

/* ======================================================================= */
    /* footer_row start */
/* ======================================================================= */
.footer_row { width: 100%; padding-bottom: 30px; }
.footer_card { width: 100%; }
/**/
.footer-social { display: flex; margin-bottom: 25px;}
.footer_card ul { padding: 0 0 0 15px; margin: 0; }
.footer-social li { margin: 0px 5px; list-style: none !important; }
.footer-social li a { width: 100%; min-width: 38px; max-width: 38px; height: 38px; border-radius: 5px; background-color: #fff; border: 1px solid #000; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: #000; transition: 0.5s; text-decoration: none; }
.footer-social li a:hover { background-color: var(--theme-color); border-color: var(--theme-color); color: #fff; }
/**/
.footer_address .hotlinearea h6 { font-size: 13px; color: var(--paragraph); font-weight: 400; margin-bottom: 3px; } 
.footer_address .hotlinearea h4 { font-size: 18px; color: #000; } 
.footer_address .hotlinearea .callarea img { max-width: 35px; object-fit: contain; } 
.footer_address .hotlinearea { margin: 0 0 30px; gap: 8px; }
/**/ 
.address_card { width: 100%; margin-top: 25px; } 
.footer_address h5 { font-size: 17px !important; margin-bottom: 5px !important; color: var(--theme-color); font-weight: 500; text-transform: uppercase; letter-spacing: 1px;} 
.footer_address p { font-size: 15px; margin: 0; font-weight: 400; color: var(--paragraph); } 
.footer_card h5 { font-size: 18px; color: #000; margin-bottom: 15px; letter-spacing: 0.5px; } 
.footer_card ul { padding: 0px 0px 10px 15px; margin: 0px; } 
.footer_card ul li { margin-bottom: 10px; list-style: outside; color: #3c3c3c; font-size: 10px; } 
.footer_card ul li a { font-family: 'HelveticaNeueLight'; font-size: 15px; color: var(--paragraph); font-weight: 400; text-decoration: none; transition: 0.6s; letter-spacing: 0.5px; } 
.footer_card ul li a:hover { color: #000; } 
.footer_row .cardimg { text-align: center; margin-top: 60px; } 
.footer_row .cardimg img { width: 475px; } 
/**/
.copyright { width: 100%; background-color: var(--theme-color); padding: 15px 0; display: flex; align-items: center; justify-content: space-between; } 
.copyrightin { display: flex; align-items: center; justify-content: space-between; } 
.copyright p { color: #fff; font-weight: 400; text-align: right; margin-bottom: 0; } 
.footer_card .footer-social { padding: 0 !important; }
.copyrightin article img {
    max-width: 110px;
    object-fit: contain;
}




/* ======================================================================= */
/*  start */
/* ======================================================================= */

.daydeal_card_pic a {
    height: 100%;
}
/* .owl-carousel .owl-stage .owl-item {
    display: flex;
    align-items: stretch;
} */


.seraching_right .daydeal_card {
    width: 100%;
    margin: 0 auto;
}


.the_dealM  .deal_card11_pic {
	height: 90px;
}
.mobile .the_dealM .mb-3 {
	margin-bottom: 1rem !important;
}
.mobile .the_dealM.p-30 {
	padding: 20px 0;
}
.the_dealM  .deal_card11_btm h6 span {
	font-size: 12px;
	margin-right: 2px;

}
.the_dealM .deal_card11_btm h6 {
	align-items: flex-start;
}
.mobile .deal_card11_btm h6 del{
	text-decoration:line-through;
}

/**/
.banner_mob {
    width: 100%;
}

.banner_mobpic {
    width: 100%;
    height: 160px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.banner_mobpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/
.collection_mob {
    width: 100%;
}

.collection_mobcard {
    width: 100%;
    text-align: center;
}

.collection_mobcardpic {
    width: 100%;
    height: 135px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.collection_mobcardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection_mobcard h6 {
    font-family: 'HelveticaNeueRoman';
    font-size: 12px;
    color: #2c2c2c;
    margin: 10px 0 3px;
}

.collection_mobcard h5 {
    font-family: 'HelveticaNeueMedium';
    font-size: 13px;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
}

/**/
.popular_mob {
    width: 100%;
    background: linear-gradient(118deg, #b9fbc0 0%, #e9f5a1 25%, #ffe082 50%, #fa9478 75%, #f7797d 100%);
}
.popular_mob .heading3 h3 {
    color: var(--black);
    margin-bottom: 5px;
}

.saletag_mob {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FE7905;
    border-radius: 30px;
    text-align: center;
    padding: 0px 6px;
    font-size: 10px;
    color: #fff;
}
.p-20 {
	padding: 20px 0;
}
/**/
.recommended_mob {
	width: 100%;
	background: #f5f5f5;
}
.recommended_mob .deal_card11_pic {
	background-color: #FBFBFB;
}
.recommended_mob .heading3 h3 {
    color: var(--theme-color);
    margin-bottom: 5px;
}












