body {
    margin: 0;
	padding:0;
    font-family: 'Lato', sans-serif;
	color: #000;
}

/* ===== Custom 1488px Container ===== */
.head{position:relative;z-index:9;}
.custom-btn {
  background-color: #FF542F;
  border-color: #FF542F;
  color: white;
}

.custom-btn:hover {
  background-color: transparent;
  border-color: #e64a28;
}
.custom-container {
    max-width: 1488px;
    margin: 0 auto;
}

.topbar {
    background: #131921;
    padding: 17px 0 17px 0;
    border-radius: 0px 0px 8px 8px;
}

.topbar .wishlist {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.topbar .wishlist i {
    color: #ff4d4d;
    margin-right: 5px;
}

/* ===== MAIN HEADER ===== */
.main-header {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 15px 25px 15px 25px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== CENTER MENU ===== */
.main-menu {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.main-menu a {
    text-decoration: none;
    color: #000;
    margin: 0 8px;
}

.main-menu span {
    color: #999;
}

/* ===== RIGHT SIDE ===== */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
}

.header-right a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.search-icon {
    color: #ff4d2f;
    cursor: pointer;
}

/* ===== CATEGORY BAR ===== */
.category-bar {
    background: #FF542F;
    padding: 15px 2px;
    text-align: center;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -7px;
    margin-bottom: 0px;
	border-radius: 0px 0px 6px 6px;
}

.category-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.category-bar span {
    color: #f1f1f1;
    margin: 0 3px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .main-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        gap: 15px;
    }

    .header-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-bar {
        font-size: 13px;
        padding: 10px;
    }
}

.hero-section {
    margin-top: -230px;
    padding-top: 240px;
    padding-bottom: 120px;
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-section h1 {
    font-size: 80px;
}
.hero-section h5 {
    font-size: 25px;
	font-weight: 400;
}
.hero-section p {
	font-size: 18px;
	font-weight: 400;
}
.hero-section .highlight {
  color: #ff4d2f;
}

.search-box {
  max-width: 45%;
  color: #fff;
}
input.form-control {
    padding: 13px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
input.form-control::placeholder {
  color: white;
  opacity:1;
}
.search-box .btn.btn-danger {
    background: transparent;
    border-color: #fff;
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 80px 0;
  }

  .display-4 {
    font-size: 28px;
  }
}
.top-coupons {
  margin-top:-102px;
  margin-bottom:0;
}
.bg-dark {
    background: #131921 !important;
    padding: 20px !important;
    border-radius: 8px 8px 0 0;
}

/* Coins Image */
.coins-img {
    position: absolute;
    left: 55px;
    transform: translateY(-63%);
    width: 170px;
}

/* Divider Line */
.divider-line {
  width: 2px;
  height: 60px;
  transform: rotate(14deg);
  background-color: rgba(255,255,255,0.2);
}

.home-sec2{
	margin-top: 6px;
    margin-bottom: 0px;
    padding: 50px 120px 50px 120px;
}

.brand-item {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
    margin: 0 10px;
	width: 200px;
    height: 110px;
	object-fit: contain;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    max-height: 100px;
    width: auto;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #ff4d4d;
    border-radius: 50%;
    z-index: 2;
}
.slick-prev, .slick-next {
    padding-top: 2px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: red;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 20px;
}

.home-sec3{
	background-image: url(../images/cir2.webp);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	margin-top: 6px;
    margin-bottom: 0px;
    padding: 50px 120px 50px 120px;
	text-align: center;
}
.home-sec3::before {
    content: "";
	position: absolute;
    left: 0;
    background-image: url(../images/cir1.webp);
    background-position: left;
    background-repeat: no-repeat;
    width: 84px;
    height: 153px;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-sec3 h2 {
    font-family: "Lato", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}
.home-sec3 h2::after {
    content: "";
    position: absolute;
    background: #ffdc11;
    height: 6px;
    width: 285px;
    z-index: -1;
    display: block;
    margin-left: 235px;
    margin-top: -10px;
}
.home-sec3 p {
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.home-sec4{
	background:#f0f9ff;
	margin-top: 5px;
    padding: 20px 0px 20px 45px;
}
.home-sec4 h3 {
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    font-weight: 700;
	position: relative;
    display: inline-block;
	padding-left:30px;
	z-index: 1;
}
.home-sec4 h3::after {
    content: "";
    position: absolute;
    background: #ffdc11;
    height: 4px;
    width: 180px;
    z-index: -1;
    display: block;
    margin-left: 176px;
    margin-top: -5px;
}

.deals-section {
    background: #f0f9ff;
}

.deal-card {
    background: #d7ebf8;
    padding: 25px 15px;
    position: relative;
    height: 100%;
    border-radius: 2px;
    margin: 3px;
}

.deal-card h4 {
	font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #436982;
}

.discount-box {
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    color: #b1b1b1;
    border: 1px dashed #C4C4C4;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 7px 33px 7px 33px;
    text-decoration: none;
}

.discount-box strong {
	font-weight: 900;
	fill: #436982;
    color: #436982;
}

.deal-card p {
    font-size: 14px;
    height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-divider {
    border-top: 1px dashed #436982;
    width: 100%;
    margin: 15px 0 20px 0;
}

.deal-btn {
    background: #355c7d;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
}

.deal-btn:hover {
    background: #2b4c68;
    color: #fff;
}
.deal-card::before {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -12px;
    top: 68%;
    background-color: #f0f9ff;
    border-radius: 50%;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    will-change: auto;
    clip-path: inset(0 0 0 42%);
    bottom: -3px !important;
    z-index: 1;
}
.deal-card::after {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -12px;
    top: 68%;
    background-color: #f0f9ff;
    border-radius: 50%;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    will-change: auto;
    clip-path: inset(0 42% 0 0 );
    bottom: -3px !important;
    z-index: 1;
}

.button {
    background-color: #ff542f;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
	border-radius: 3px;
    padding: 14px 28px 14px 28px;
    text-decoration: none;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}
.banners{
	margin-top: 50px;
    margin-bottom: 50px;
}
.banners .col-md-6::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4px;
    border-color: #FF542F;
    width: 0;
    display: block;
    height: 55px;
    margin-top: 4%;
}
.banners .left-box {
    background-image: url(../images/disc-left.webp);
    background-position: center right;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
    padding: 60px 25px 60px;
}

.banners .right-box{
	background-image: url(../images/disc-right.webp);
    background-position: center right;
    background-size: cover;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
    padding: 60px 25px 60px;
}
.banners .left-box h3, .banners .right-box h3 {
font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}
.banners .left-box p, .banners .right-box p {
	font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #F25359;
}

.sustain-brands {
	background-color: #373534;
    background-image: url(../images/bg-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 0px 80px 0px;
}

.sustain-brands .head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.sustain-brands .head h3{
	font-family: "Lato", Sans-serif;
    font-size: 38px;
    font-weight: 700;
	color:#fff;
}
.sustain-brands .head h3::after {
	content:'';
    position: absolute;
    background: #f25359;
    height: 6px;
    width: 285px;
    z-index: -1;
    display: block;
    margin-left: 240px;
    margin-top: -8px;
}
.sustain-brands .line{
	direction: ltr;
    display: flex;
    margin: 0;
	border-style: solid;
    color: #F0F9FF;
    border-width: 1px;
	width:20%;
}
.sustain-brands .button {
    background-color: #f25359;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 14px 28px 14px 28px;
    text-decoration: none;
	margin:0;
	width: 185px;
    text-align: center;
}
.sustain-brands p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.promo-slider{
display: flex;
}
.promo-slider .cc-store-box {
    margin: 20px 10px;
}

.promo-slider .slick-track {
    display: flex !important;
}

.promo-slider .slick-slide {
    height: auto;
}

.promo-slider .slick-slide > div {
    height: 100%;
}
.cc-store-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 27px 25px 0;
    margin: 20px 5px 20px 5px;
    border-radius: 8px;
	flex: 0 0 32%;
    max-width: 32%;
	width: 100%;
}
.cc-store-logo {
    margin: -45px 0px 0px 0px;
    padding: 5px 15px 8px;
    background-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: max-content;
}
.cc-store-logo h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	margin-bottom: 0;
}
.cc-store-logo h2 a {
    color: #000;
	text-decoration: none;
}
.cc-offer-count {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #F25359;
    border-radius: 5px 5px 5px 5px;
    padding: 11px 14px 11px 14px;
    color: #fff;
    width: max-content;
    align-self: end;
}
.cc-store-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    width: max-content;
    margin: 0px 0 12px 0;
}
.cc-store-desc.scroll-y-100 {
    height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5%;
}
.cc-store-price {
    margin: 33px 0 28px 0;
    position: relative;
    z-index: 1;
}
.cc-store-price-divider {
    border-top: 2px dashed #d2d2d2;
    width: 100%;
    position: absolute;
    top: 50%;
}
.cc-store-price a {
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 900;
    fill: #000;
    color: #000;
    background-color: #ffffff;
    border-style: dashed;
    border-width: 2px;
    border-color: #d2d2d2;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 33px 10px 33px;
    text-decoration: none;
    position: relative;
}
.cc-store-desc p, .cc-store-desc2 p {
    color: #131921;
    font-family: "Lato", Sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.cc-store-btn {
    margin: 30px 0 -5px 0;
}
.cc-store-btn a {
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F25359;
    border-radius: 5px 5px 5px 5px;
    padding: 17px 25px 17px 25px;
    text-decoration: none;
}

.seasonal-deals {
	padding:60px 0 60px 0;
}

.seasonal-deals h2 {
    font-family: "Lato", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.seasonal-deals h2::after {
    content: "";
    position: absolute;
    background: #ffdc11;
    height: 6px;
    width: 160px;
    z-index: -1;
    display: block;
    margin-left: 225px;
    margin-top: -8px;
}
.divider {
    display: flex;
    margin: 0;
    border: 1px solid #D8E0E5;
    width: 50%;
}

.tabs-bg {
    position: relative;
    background-image: url(../images/123.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    margin: 50px 0;
    display: flex;
}
.tabs-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/chritmas-2.webp);
    width: 200px;
    height: 171px;
    top: 0px;
    left: 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.tabs-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/chritmas.webp);
    width: 184px;
    height: 171px;
    bottom: 0px;
    right: 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}

.promo-tabs {
	margin-top: -30px;
    margin-bottom: 50px;
}

.promo-section{
background:#cfd6a8;
border-radius:10px;
}

.promo-tabs .promo-tab {
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	padding: 14px 10px 16px;
    width: 194px;
    background: white;
    margin: 0 7px;
    text-align: center;
    border: 2px dashed #b8b8b8;
    border-radius: 7px;
}

.promo-tabs .active {
    background: #ff542f;
    border: none;
    color: #fff;
    padding: 17px 10px 17px;
}
.promo-tabs .active::before {
    content: '';
    background: url(../images/christmas.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
    display: block;
    margin-bottom: -20px;
    margin-left: 10px;
}

.promo-card {
    background: #fff;
    padding: 30px 20px 0;
    border: 2px dashed #ddd;
    border-radius: 5px;
    height: 100%;
    margin-bottom: -20px;
}

.brand{
font-weight:700;
margin-bottom:15px;
}

.discount-box{
border:2px dashed #ccc;
display:inline-block;
padding:8px 18px;
margin-bottom:15px;
font-weight:700;
color:#6fb04d;
}

.promo-text {
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

.promo-btn{
background:#ff5a2c;
color:#fff;
padding:10px 20px;
font-weight:600;
border-radius:5px;
}

.promo-btn:hover{
background:#e84d21;
color:#fff;
}


/* Newsletter */

.newsletter-section{
    margin-top: 35px;
    margin-bottom: 0px;
}

.newsletter-box {
background:#ff542f;
padding:0px 30px 6px 30px;
border-radius:17px 17px 0px 0px;
color:#fff;
}

.newsletter-text h2{
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 700;
	margin-bottom: 0;
}
.newsletter-text p{
font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 0;
}
.newsletter-box img {
    width: 110px;
    margin-top: -50px;
}
.newsletter-form{
display:flex;
gap:0px;
}

.newsletter-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff !important;
}
.newsletter-form input::placeholder{
color:#fff;
opacity:1;
}

.newsletter-form input:focus{
border:1px solid #fff;
outline:none;
}

.newsletter-form button{
background:#2c3947;
color:#fff;
border:none;
padding:12px 25px;
border-radius:5px;
font-weight:600;
}


/* Footer */

.main-footer{
	background-image: url(../images/footerbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color:#fff;
	padding-top:80px;
	position:relative;
}

.footer-logo{
font-weight:700;
}

.footer-about {
    width: 90%;
}

.footer-logo span{
color:#ddd;
}

.footer-about p{
font-size:15px;
line-height:1.6;
margin-top:15px;
}

.footer-title{
	font-size:25px;
font-weight:700;
margin-bottom:20px;
position:relative;
margin-bottom:0px;
}

.footer-links{
list-style:none;
padding:30px 5px 0;
}

.footer-links li {
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
}

.footer-links a{
color:#eee;
text-decoration:none;
font-size:16px;
}

.footer-links a:hover{
color:#fff;
}

/* Disclaimer */

.footer-disclaimer {
    margin: 50px 0px 40px 0px;
    background: #1A222D91;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}
.footer-disclaimer p{color:#6D7783;}

/* Bottom */

.footer-bottom{
background:#1A222D;
text-align:center;
padding:15px;
font-size:13px;
color:#6D7783;
}