                                .log-sec {
         background:#215412d1; /* Olive Green background */
    }
    .login-box {
      background: rgba(255, 255, 255, 0.1);
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      width: 100%;
    }
    .login-box p{
     font-size: 15px;
     margin-bottom:10px;
    }
    .login-logo img {
      width:150px;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .form-control {
      border-radius: 8px;
    }
    .btn-signin {
      background: #fff;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px;
      width: 100%;
    }
    .btn-signin:hover{
         background:#e1e1e1;
         color:#000;
    }
    .footer-links a {
      color: #fff;
      text-decoration: none;
      margin: 0 8px;
    }
    .footer-links a:hover {
      text-decoration: underline;
    }
    
    @media (max-width: 767px) { 
        .forgate{
                font-size: 13px;
        }
        .checkout-area{
    display: block !important;
}
    }
    
    /* -------- Wrapper -------- */
.checkout-wrapper {
  max-width: 700px;
  margin: 30px auto;
}
.checkout-area .billing-area-2 {
  width: calc(100% - 0px)!important;
    margin-left:0px!important;
  /*border: 1px solid #eee;*/
}


/* -------- Form Containers -------- */
.form-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

/* -------- Headings -------- */
.form-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--cheakout-page, #0c9d1d);
  margin-bottom: 15px;
}

/* -------- Inputs -------- */
.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.form-input.is-focus {
  border-color: #0c9d1d;
  box-shadow: 0 0 0 3px rgba(12, 157, 29, 0.1);
}
.form-input.is-hover {
  border-color: #1ea63d;
}

/* -------- Labels -------- */
.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

/* -------- Rows -------- */
.form-row-2,
.form-row-3 {
  display: flex;
  gap: 15px;
}
.form-row-2 > div,
.form-row-3 > div {
  flex: 1;
}

/* -------- Radio Buttons -------- */
.radio-group {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.radio-option {
  font-weight: 500;
  cursor: pointer;
}

/* -------- Billing Toggle -------- */
.billing-form-toggle {
  display: none;
}
.billing-form-toggle.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -------- Buttons -------- */
.btn-submit {
  background: var(--cheakout-page, #0c9d1d);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-submit:hover {
  background: #097e18;
}

/* -------- Responsive -------- */
@media (max-width: 600px) {
  .form-row-2,
  .form-row-3 {
    flex-direction: column;
  }
  .pro-input-label{
      display: block !important;
  }
  .add-label-input{
       display: block !important;
       margin-bottom: 10px; 
  }
  .testimonial2-bg .home2-testi .testimonial-area {
      width: 100%;
  }
      .right-block-box ul.shop-element li.user-wrap .acc-mob a.user-icon {
     display: flex !important;
      }
      .header-main {
          gap: 25px !important;
      }
  

  .radio-group {
    display: block;
  }
  .radio-option {
    margin-bottom: 5px;
  }
  .home8-slider .home-10-slider .slider-image{
     height:220px;
}
.home8-slider .home-10-slider .slider-image .slider-text h1.title span.text{
    font-size:26px;
}
.home8-slider .home-10-slider .owl-stage-outer .owl-stage .owl-item.active .slider-text span.sub-title{
    display:none!important;
}
.home8-slider .home-10-slider .slider-image .slider-text{
  bottom: 55%;
}



}
.cont{
    color:#d43b3b;
    font-weight:600;
}

.prod{
    height:30px;
}

.caption .cart-btn {
    margin-top: 10px;
}
.caption .cart-btn a.add-cart {
    color:#fff;
    font-size: 14px;
    width:100%;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary-green);
}
.caption .cart-btn a.add-cart:hover {
    color: #fff;
    background-color: #39712A;
    border-color: #39712A;
}


.tab-caption .cart-btn {
    margin-top: 10px;
}
.tab-caption .cart-btn a.add-cart {
    color:#fff;
    font-size: 14px;
    width:100%;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary-green);
}
.tab-caption .cart-btn a.add-cart:hover {
    color: #fff;
    background-color: #39712A;
    border-color: #39712A;
}
.text-secn{
    color:var(--secondary-color);
}
.tab-product{
    padding:15px;
       border: 1.5px solid rgb(214, 214, 214);
       border-radius: 10px;
}
.owl-nav{
    display:none;
}



    .add-cart-bnn{
        color: #fff;
    font-size: 14px;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #82c341;
    }
    
    .add-cart-bnn:hover {
    color: #fff;
    background-color: #39712A;
    border-color: #39712A;
}


        .fnf-area{
    text-align: center;
}
.fnf-area h1.fnf-title{
    font-size: 180px;
    line-height: 1;
}
.fnf-area h1.fnf-title span.color-font{
    color: #d43b3b;
}
.fnf-area p{
    margin-top: 16px;
    margin-bottom: 22px;
    font-weight: 500;
}
.fnf-area form{
    width: 30%;
    position: relative;
    margin: 0 auto;
}
.fnf-area form input{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 25px;
}
.fnf-area a.submit{
    background-color: #d43b3b;
    color: #fff;
    padding: 9px 25px;
    border-radius: 25px;
    border: 2px solid #d43b3b;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.fnf-area a.submit:hover{
    background-color: transparent;
    color: #000;
}
.fnf-area a.back-home{
    margin-top: 30px;
    padding: 12px 25px;
    background-color: #d43b3b;
    color: #fff;
    font-weight: 500;
    border: 2px solid #d43b3b;
    border-radius: 25px;
}
.fnf-area a.back-home:hover{
    background-color: transparent;
    color: #000;
}

 .sitemap-section {
      background: #fff;
      padding: 60px 20px;
    }
    .sitemap-section h3 {
      color:#81C242;
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center;
    }
    .sitemap-links ul {
      list-style: none;
      padding: 0;
    }
    .sitemap-links ul li {
      margin: 8px 0;
      display: flex;
      align-items: center;
    }
    .sitemap-links ul li img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
    }
    .sitemap-links ul li a {
      text-decoration: none;
      color: #0c1a3c;
      font-weight: 500;
      transition: 0.3s;
    }
    .sitemap-links ul li a:hover {
      color: #ff6600;
      padding-left: 5px;
    }
    
        .tr-pro-img{
    transition: all 0.4s ease;
    position: relative;
}

.tr-pro-img:hover{
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.tr-pro-img .tr-pro-img img{
    transition: transform 0.4s ease;
}

.tr-pro-img:hover .tr-pro-img img{
    transform: scale(1.08);
}



.hair-section{
    width:100%;
    padding:60px 5%;
}

.hair-grid{
    max-width:1320px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
}

.box{
    background:#fff;
    min-height:420px;
    overflow:hidden;
}

.box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.content{
    display:flex;
    align-items:center;
    /*justify-content:center;*/
    padding:50px;
}

.content-inner{
    max-width:450px;
}

.content h2{
    font-size:34px;
    line-height:1.3;
    margin-bottom:20px;
    color:#111;
}

.content p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-bottom:15px;
}

.btn-explore{
    display:inline-block;
    padding:12px 28px;
    background:#82C341;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    transition:.3s;
}

.btn-explore:hover{
    background:#FF9933;
    color:#000;
}

@media(max-width:768px){

    

    .content{
        padding:35px 25px;
    }

    .content h2{
        font-size:28px;
    }

    .box{
        min-height:auto;
    }


  .hair-grid{
        display:grid;
        grid-template-columns:1fr;

        grid-template-areas:
        "img1"
        "content1"
        "img2"
        "content2";
    }

    .hair-grid .box:nth-child(1){
        grid-area:img1;
    }

    .hair-grid .box:nth-child(2){
        grid-area:content1;
    }

    .hair-grid .box:nth-child(3){
        grid-area:content2;
    }

    .hair-grid .box:nth-child(4){
        grid-area:img2;
    }

}

.search-toggle-btn,
.hotline-btn,
.shopping-cart-close{
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
   
   .link-title{
    background:none;
    border:none;
    padding:0;
}     

.search-engine{
    display:flex;
    align-items:center;
}

.footer-payment-box,
.footer-payment-img,
.no-product-popup {
    pointer-events: none !important;
    cursor: default !important;
}