.section-title h3 {
  padding: 8px 15px 8px 15px !important;
}
.section-title h3 {
  color: #b30b12;
  border: none;
  background-image: none;
  background-color: #fbe4e5;
}
.section-title h2 {
  color: #b30b12;
}
.hero.hero-video .hero-bg-video::before {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0) 20.46%, #000 99.49%),
    linear-gradient(179deg, rgba(0, 0, 0, 0) 0.44%, #000 119.12%) !important;
}
.about-body-content h3 {
  color: #b30b12;
}
.section-title p {
  color: #625d5d;
}
.about-image-item {
  background: linear-gradient(
    270deg,
    rgb(251 228 229) 0%,
    rgb(251 228 229) 100%
  );
}
about-image-item-content span {
  color: #000;
}
.about-body-item:before {
  background: #b30b12;
}
about-image-item-content h2 span {
  color: #b30b12 !important;
}
span.counter {
  color: #b30b12;
}
h2.count {
  color: #b30b12;
}
.about-image-item-content h3 {
  color: #000;
}
.our-scrolling-ticker {
  background: #b30b14;
}
.our-products {
  background: #fbe4e557;
  padding: 70px 0;
}
.product-content h3 a {
  color: #b30b12;
}
.product-content p {
  color: #000;
}
.section-footer-text span {
  background: linear-gradient(270deg, #ffa3a3 0%, #f50000 50%, #f11e1e 100%);
}
.section-footer-text p {
  color: #060606;
  margin-bottom: 0;
}
.section-footer-text p a {
  position: relative;
  font-weight: 600;
  background: linear-gradient(
    270deg,
    var(--accent-color) 0%,
    #b30b12 50%,
    #b30b12 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
}

.benefit-item-content h3 {
  color: #b30b12;
}
.benefit-item .icon-box {
  background: linear-gradient(270deg, #fc5d5d 0%, #fa2c36 50%, #b30b12 100%);
}
.our-benefits {
  padding: 70px 0;
}
.faq-accordion .accordion-header .accordion-button {
  background: linear-gradient(290deg, #ed5457 0.26%, #b30b12 99.99%);
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  background: linear-gradient(270deg, #b71017 0%, #bd171e 100%);
}
.faq-accordion .accordion-header .accordion-button.collapsed {
  color: #000000;
}
.our-faqs {
  background: #fef6f6;
  padding: 70px 0;
}
faq-accordion .accordion-item .accordion-body p {
  color: #343434;
}

.our-benefits-image img {
  object-fit: cover;
  height: 350px !important;
  width: 415px !important;
}

.footer-copyright {
  background: #b30b12;
  margin: 0px 0 0;
}
.sale-now::before {
  content: "";
  position: absolute;
  display: block;
  width: 394px;
  height: 387px;
  bottom: 159px;
  left: -55px;
  background-image: url(../images/pick/cta-2.png);
  background-size: cover;
  background-position: center center;
}
.sale-now::after {
  content: "";
  position: absolute;
  display: block;
  width: 454px;
  height: 385px;
  bottom: -30px;
  right: -110px;
  background-image: url(../images/pick/cta-1.png);
  background-size: cover;
  background-position: center center;
}
h1.text-anime-style-3.banner-text {
  color: #d6a615;
}
.dark-section .section-title h3 {
  background-color: #ffc00040;
}
h2.text-anime-style-2.banner-text {
  color: #d6a615;
}
.about-us {
  padding: 70px 0;
}
a.footer-txt {
  color: #ffd453;
}
header.main-header {
  border-bottom: 1px solid #a9a9a90d;
}
.product-cart-btn a {
  background: linear-gradient(90deg, #b30b12 0%, #b30b12 50%, #b30b12 100%);
}
.product-cart-btn a:hover {
  color: #ffffff;
}
.product-price h3 {
  color: #b30b12;
}
.auth-card {
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
header.main-header1 {
  border-bottom: 1px solid #a9a9a90d;
  background: #000000;
}
.auth-title {
  font-weight: 600;
  color: #b30b13;
}
nav.navbar.navbar-expand-lg.navnew {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer-privacy-policy ul li {
    font-weight: 500;
    color: var(--white-color);
    display: inline-block;
    border-right: 1px solid var(--dark-divider-color);
    padding-right: 10px;
    font-size: 11px;
  }

  .footer-copyright-text p {
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 11px;
  }
}

/* cart page :start */

.cart-section {
  padding: 60px 0;
}
.cart-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #b30b14;
}
.cart-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}
.item-details {
  flex: 1;
  margin-left: 15px;
}
.item-details h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #b30b14;
  font-size: 20px;
}
.item-details small {
  color: #777;
}
.quantity-box{
position:absolute;
bottom:10px;
right:10px;

display:flex;
align-items:center;
gap:12px;

background:#f3f3f3;
padding:5px 14px;
border-radius:25px;

font-weight:600;

box-shadow:0 2px 6px rgba(0,0,0,0.2);
}
.quantity-box button{
border:none;
background:none;
font-size:16px;
font-weight:bold;
cursor:pointer;
}

.price {
  font-weight: 600;
  margin-left: 20px;
}
.remove-btn {
  color: #b30b14;
  margin-left: 15px;
  cursor: pointer;
}
.summary-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.summary-card h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #b30b15;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary-row span {
  color: #5a5858;
}
.summary-total {
  font-weight: 700;
  font-size: 18px;
  color: #5a5858;
}
.btn-checkout {
  background: #b22222;
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  border: none;
  margin-top: 15px;
  transition: 0.3s;
}
.btn-checkout:hover {
  background: #8b1a1a;
}
.quantity-box span{
min-width:15px;
text-align:center;
color:#d40000;
}
.summary-card {
    position: sticky;
    top: 100px;
}
@media (max-width: 768px) {
  .cart-section {
    padding: 30px 15px;
  }

  .cart-item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }

  .cart-item img {
    width: 85px;
    height: 85px;
    flex-shrink: 0;
  }

  .item-details {
    flex: 1;
    margin-left: 10px;
  }

  .item-details h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .item-details small {
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
  }

  .quantity-box {
    order: 3;
    margin-top: 6px;
  }

  .price {
    order: 4;
    margin-left: 108px;
    margin-top: -8px;
    font-size: 14px;
  }

  .remove-btn {
    order: 5;
    margin-left: 0px;
    margin-top: -8px;
    font-size: 14px;
  }

  .summary-card {
    margin-top: 20px;
  }
}
/* cart page :end */

checkout page :start <style > .nx-checkout-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.nx-section-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b30b14;
}

.nx-input,
.nx-select {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #e4e6eb;
}

.nx-input:focus,
.nx-select:focus {
  box-shadow: none;
  border-color: #b30b14;
}

/* ===============================
        CART
    =============================== */
.nx-cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #f1f1f1;
}

.nx-cart-img {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  object-fit: cover;
}

.nx-cart-product-name {
  font-size: 16px;
  color: #495057;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.nx-cart-price {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.nx-qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}

.nx-qty-wrapper button {
  background: none;
  border: none;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
}

.nx-qty-wrapper span {
  padding: 0 14px;
  font-weight: 500;
}

.nx-summary-card {
  margin-top: 25px;
  background: #f9fafb;
  padding: 20px;
  border-radius: 15px;
}

.nx-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

.nx-summary-row span:last-child {
  font-weight: 600;
  color: #111;
}

.nx-summary-total {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nx-summary-total span:last-child {
  color: #b30b14;
  font-size: 20px;
}

/* Button */
.nx-btn-checkout {
  background: #b30b14;
  color: #fff;
  padding: 15px;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.nx-btn-checkout:hover {
  background: #111;
}

@media (min-width: 992px) {
  .nx-sticky-cart {
    position: sticky;
    top: 30px;
  }
}
/* checkout page end */
    .auth-container {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
    }

    .auth-box {
        width: 100%;
        max-width: 1100px;
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    }

    .auth-left {
        background: linear-gradient(178deg, #c80009, #b30b14);
        color: #fff;
        padding: 60px 50px;
        position: relative;
        border-radius: 25px 0 0 25px;
    }

    .auth-left h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.3;
        color: #ffff;
    }

    .auth-left p {
        opacity: 0.9;
        margin-top: 20px;
        font-size: 15px;
        color: #ffff;
    }

    .auth-left img {
        margin-top: 5px;
        max-width: 100%;
    }

    .auth-right {
        padding: 60px 60px;
    }

    .brand-logo {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 20px;
        color: #dba515;
    }

    .auth-title {
        font-size: 28px;
        font-weight: 700;
    }

    .form-control {
        height: 50px;
        border-radius: 12px;
        background: #f2f4f7;
        border: none;
        padding-left: 15px;
    }

    .form-control:focus {
        box-shadow: none;
        background: #e9edf3;
    }
    .btn-login {
        height: 50px;
        border-radius: 12px;
        background: #b30b14;
        border: none;
        font-weight: 500;
        transition: 0.3s;
        color: #fff;
    }
    .btn-login:hover {
        background: #bb0710;
        color: white;
    }

    .social-btn {
        height: 45px;
        border-radius: 10px;
        border: 1px solid #b30b14;
        background: #fff;
        font-size: 14px;
    }

    .social-btn i {
        margin-right: 8px;
    }

    @media (max-width: 991px) {
        .auth-left {
            display: none;
        }

        .auth-right {
            padding: 40px 30px;
        }
    }

    .btn-default {
    padding: 18px 20px 18px 20px !important;
}
.btn-default::before {
    content: none !important;
}
.btn:hover {
    color: #ffffff !important;
    background-color: #060605 !important;
    border-color: #4741bb;
}
.profile-dropdown{
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    border:none;
    padding:10px 0;
}

.profile-dropdown .dropdown-item{
    padding:10px 20px;
    font-weight:500;
}

.profile-dropdown .dropdown-item:hover{
    background:#f5f5f5;
}
.profile-menu{
    background:#b30b14;
    color:#fff;
    padding:50px 40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
}

.profile-menu h5{
    color:#fff;
    font-weight:600;
    margin-bottom:25px;
}

.profile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.profile-menu li{
    padding:14px 0;
    font-size:16px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.profile-menu li a{
    color:#fff;
    text-decoration:none;
    display:block;
}

.profile-menu li a:hover{
    color:#ffdede;
}
.profile-menu{
    background:#b30b14;
    padding:50px 40px;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
}

.profile-menu h5{
    color:#fff;
    margin-bottom:25px;
    font-weight:600;
}

.profile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.profile-menu li{
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.profile-menu li a{
    display:block;            /* makes full row clickable */
    padding:14px 0;
    color:#fff;
    text-decoration:none;
    font-size:16px;
}

.profile-menu li a:hover{
    background:rgba(255,255,255,0.1);
    padding-left:10px;
    transition:0.3s;
}

.product-card{
background:#fff;
border-radius:14px;
padding:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.06);
margin-bottom:20px;
height:100%;
}

.product-img img{
width:100%;
height:auto;
border-radius:10px;
object-fit:cover;
}

.product-title{
font-size:15px;
font-weight:600;
line-height:1.3;
margin-top:8px;
}

.product-meta{
font-size:12px;
color:#777;
margin-bottom:6px;
}

.price-row{
display:flex;
justify-content:center;
align-items:center;
gap:6px;
flex-wrap:wrap;
}

.price{
font-size:16px;
font-weight:700;
color:#000;
}

.old-price{
text-decoration:line-through;
font-size:12px;
color:#888;
}

.discount{
font-size:12px;
color:#1ba672;
font-weight:600;
}
@media (max-width:768px){

.product-wrapper{
padding-left:10px;
padding-right:10px;
}

.product-title{
font-size:14px;
}

.product-meta{
font-size:11px;
}

.price{
font-size:15px;
}

.product-card{
padding:8px;
}

.add-btn{
width:30px;
height:30px;
font-size:16px;
}

}
.product-img{
position:relative;
}

.add-btn{
position:absolute;
bottom:8px;
right:8px;
background:#fff;
border-radius:50%;
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
color:#e4002b;
box-shadow:0 2px 6px rgba(0,0,0,0.2);
}
a.product-title {
    color: #b30b12;
}

.summary-card{
    background:#fff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    max-width:360px;
}

.summary-card h5{
    color:#b51515;
    font-weight:700;
    margin-bottom:20px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:12px;
    font-size:15px;
    color:#555;
}

.summary-total{
    font-weight:700;
    font-size:18px;
    color:#333;
    border-top:1px dashed #ddd;
    padding-top:20px;
    margin-top:10px;
}

.btn-checkout{
    width:100%;
    margin-top:20px;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#c91b1b;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.btn-checkout:hover{
    background:#a50f0f;
}

/* cart-btn */

.cart-btn{
    position:relative;
}

.cart-notification{
    position:absolute;
    top:0px;
    right:0px;
    bottom: 0px;
    background:red;
    color:#fff;
    font-size:12px;
    width:18px;
    height:18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}


/* shop more btn */
.btn-shop-more{
    background:#c91b1b;
    color:#fff;
    padding:10px 22px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
    display:inline-block;
    transition:0.3s;
}

.btn-shop-more:hover{
    background:#a50f0f;
    color:#fff;
}

/* add address */

.btn-add-address{
    background:#e31e24;
    color:#fff;
    border:none;
    padding:10px 20px;
    border-radius:6px;
    font-weight:500;
    cursor:pointer;
}

.btn-add-address:hover{
    background:#c51b20;
}  

.modal-dialog{
    max-width:1100px;
}

/* address-popup */

.address-popup{
    background:#fff;
    border-radius:10px;
}

.popup-header{
    display:flex;
    justify-content:space-between;
    padding:15px 20px;
    border-bottom:1px solid #eee;
}

.close-btn{
    border:none;
    background:none;
    font-size:22px;
}

.address-form{
    padding:20px;
}

.address-type button{
    border:1px solid #ddd;
    padding:6px 15px;
    border-radius:20px;
    margin-right:10px;
    background:#fff;
}

.save-btn{
    width:100%;
    background:#d32f2f;
    color:#fff;
    padding:12px;
    border:none;
    border-radius:6px;
    margin-top:15px;
}

.address-type{
display:flex;
gap:10px;
margin-bottom:15px;
}

.addr-btn{
border:1px solid #ddd;
background:#fff;
padding:8px 16px;
border-radius:25px;
font-size:14px;
cursor:pointer;
display:flex;
align-items:center;
gap:6px;
}

.addr-btn.active{
border:2px solid #e53935;
color:#e53935;
font-weight:500;
}

.addr-btn:hover{
border-color:#e53935;
}

.address-box{
border-bottom:1px solid #eee;
padding:15px 0;
}

.address-item{
display:flex;
gap:15px;
align-items:flex-start;
cursor:pointer;
}

.address-info{
flex:1;
}

.address-actions a{
margin-left:10px;
color:#ff4d4d;
font-size:14px;
}

/* checkout icon */

.address-item{
display:flex;
align-items:flex-start;
gap:10px;
}

.address-info{
flex:1;
}

.addr-title{
display:flex;
align-items:center;
font-weight:600;
font-size:14px;
margin-bottom:4px;
gap:6px;
}

.addr-icon{
width:20px;
height:20px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:11px;
}

.addr-icon.home {
    background: #efefefad;
    color: #464646;
}

.addr-icon.work{
background:#e8f1ff;
color:#2d6cdf;
}

.addr-icon.other{
background:#ffe9e9;
color:#d62c2c;
}

.address-actions{
font-size:13px;
}

.address-actions a{
margin-left:8px;
color:#e53935;
text-decoration:none;
}

.address-actions{
display:flex;
gap:8px;
}

.btn-edit{
background:#efefefad;
color:#2d6cdf;
padding:5px 8px;
border-radius:4px;
font-size:12px;
}

.btn-delete{
background:#efefefad;
color:#e53935;
padding:5px 8px;
border-radius:4px;
font-size:12px;
}

/* toast popup msg */

.toast-success{
position:fixed;
bottom:30px;
left:50%;
transform:translateX(-50%);
background:#111;
color:#fff;
padding:14px 20px;
border-radius:6px;
display:flex;
align-items:center;
gap:10px;
font-size:14px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
z-index:9999;
animation:toastFade 0.3s ease;
}

.toast-icon{
background:#2ecc71;
color:#fff;
width:20px;
height:20px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}

.toast-close{
cursor:pointer;
margin-left:10px;
font-size:16px;
}

@keyframes toastFade{
from{
opacity:0;
transform:translate(-50%,20px);
}
to{
opacity:1;
transform:translate(-50%,0);
}
}

.toast-error{
position:fixed;
bottom:30px;
left:50%;
transform:translateX(-50%);
background:#222;
color:#fff;
padding:14px 20px;
border-radius:6px;
display:flex;
align-items:center;
gap:10px;
font-size:14px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
z-index:9999;
}

.toast-error .toast-icon{
background:#e53935;
color:#fff;
width:20px;
height:20px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}
.address-text{
font-size:14px;
color:#555;
margin-bottom:4px;
}
.mobile-text{
font-size:14px;
color:#666;
margin-bottom:0;
}