.log-sec {
         background:#2c2d2cd1;
    }
    .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:200px;
      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: 150px;*/
}
.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;
}
.home8-slider .home-10-slider .slider-image .slider-text{
  bottom: 80%;
}



}
.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: #c28c2e;
    border-color: #c28c2e;
}


.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: #c28c2e;
    border-color: #c28c2e;
}
.text-secn{
    color:#848386;
    font-size: 13px;
}
.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-color: var(--primary-green);
    }
    
    .add-cart-bnn:hover {
    color: #fff;
    background-color: #c28c2e;
    border-color: #c28c2e;
}


        .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);
}


.featured-product .owl-nav .owl-prev {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    background-color:var(--secondary-color) !important;
    color: #fff !important;
    font-size: 20px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    left: -16px;
}
.featured-product .owl-nav .owl-next {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    background-color:var(--secondary-color) !important;
    color: #fff !important;
    font-size: 20px !important;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    right: -16px;
}
.owl-prev span{
        font-size: 30px;
}
.owl-next span{
        font-size: 30px;
}


    