.wrap-slider{
    height: 100vh;
}
.logo-header img {
    height: auto;
}
.collection-item-centered .content {
    position: absolute;
    top: 40%;
    left: 10%;
    transform:  none;
    text-align: center;
}

.collection-item-v2 .collection-content {
    position: absolute;
    inset: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center  !important;
    padding: 30px;
}
.btn-outline-light:hover {
    color:#000;
    border-color: #fff;
    background-color: #fff;;
}
.collection-item-v2 .collection-content {
    text-transform: uppercase;
}

.collection-item-v2 .collection-inner {
    height: 275px;
}

.collection-item-v2 .collection-content .subheading {
        font-size: 22px;        
        font-weight: 800;
    }

.tf-btn.style-4 {
    padding: 0 14px;
    line-height: 30px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .collection-item-v2 .collection-content {

        padding: 0;
    }
    .testimonial-item .product .content-wrap {
    padding-left: 0;
    padding-right: 0;
}


}



@media (min-width: 1150px) {
    .collection-item-v2 .collection-content .subheading {
        font-size: 22px;        
        font-weight: 800;
    }
}
.categories-Wrapper , .categories-Wrapper  .collection-image{
   height: 350px; 
}

@media (min-width: 1150px) {
    .card-product .card-product-info {
        padding-top: 20px;
        gap: 3px;
    }
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item{
    background-color: #000;
}
@media (min-width: 768px) {
    .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
        padding: 0 10px;
        min-width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 29px;
        border-radius: 50%;
    }
    
}
.fs-32{
    font-size: 32px;
}

.youtube .collection-inner{
        height: 200px;

}
.youtube .tf-image-wrap{
width: 100%;
}

.mt-45{
    margin-top: 45px !important;
}


element.style {
}
.widget-video .popup-youtube {
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* background-color: rgba(255, 255, 255, 0.5019607843); */
    border: 4px solid rgba(243, 243, 243, 1);
    font-size: 30px;
    color: var(--white);
}
.image  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background-color: chocolate;
    font-size: 22px;
}
.h-10{
    height: 30px;
}
.fs-25{
    font-size: 25px !important;
}
.h-45{
     height: 35px;
}
.h-70{
     height: 75px;
}
@media (min-width: 768px) {
    .testimonial-item.style-column {
        padding: 20px 20px 24px;
    }
}

@media (min-width: 768px) {
    .parallax-2 {
        height: 350px;
    }
    
}
.tf-section-sidebar .sidebar-post ul {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.blog-list-main {
    padding: 0;
}
.blog-list-main .blog-article-item {
    margin-bottom: 0;
}
.blog-list-main .blog-article-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}

.blog-article-item .article-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 0;
    margin-top: 10px;
}

@media (min-width: 1150px) {
    .footer.background-black .footer-body {
        padding-top: 5px;
    }
}

.footer .footer-wrap .footer-body {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}


.footer .footer-wrap .footer-bottom .footer-bottom-wrap {
    padding-top: 5px;
    border-top: 1px solid var(--line);
    padding-bottom: 5px;
}
.tf-social-icon.style-default li a {
    border: 0 !important;
    font-size: 11px;
}


.tf-product-info-list > div:not(:last-child) {
    margin-bottom: 5px;
}

.mt-15{
    margin-top: 15px !important; 
}
.mb-15{
    margin-bottom: 15px !important;
}

.variant-picker-item .variant-picker-label {
    margin-bottom: 0;
}

.tf-product-media-main .item {
    width: 100%;
    height: 100%;
    max-height: 450px;
}
.popup-quickadd .modal-dialog {
    max-width: min(900px, 90vw);
}

.blog-article-item .article-label a{
    height: auto !important;
    font-size: 13px;
   line-height: 15px;
   border: 2px solid #000;
}
.blog-article-item .article-title a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    color: var(--main);
}
.blog-section .article-thumb  a img {
    height: 250px;
}
.mr-10{
    margin-right:10px;
}
.max-width-100 {
    max-width: 6.25rem;
}
.cart-dropdown {
    width: 320px;
    padding: 15px;
}

.cart-list {
    max-height: 260px;
    overflow-y: auto;
}

.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.cart-img {
    width: 50px;
    height: 60px;
    object-fit: cover;
}

.cart-item-title {
    font-size: 14px;
    font-weight: 600;
}

.cart-item-meta {
    font-size: 13px;
    color: #777;
}

.cart-remove {
    font-size: 18px;
    color: #999;
}

.cart-footer {
    margin-top: 15px;
}
.bg-gray-1 {
    background-color: #f5f5f5 !important;
}



.wrapper {
    display: inline-flex;
    /* background: #fff; */
    height: 90px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding:  0;
    /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}

.wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 5px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
    text-align: center;
}

.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #e45415;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
/* Hide radio buttons */
.wrapper input[type="radio"] {
    display: none;
}
input[type="radio"] {
    /* display: none; */
}

/* Style for selected option */
input[type="radio"]:checked + label {
    border-color: #e45415;
    box-shadow: 0 0 0 2px rgba(226, 178, 157, 0);
}
/* Optional: Add hover effect */
.wrapper .option:hover {
    background-color: #f5efed;
}

#option-1:checked:checked ~ .option-1, #option-2:checked:checked ~ .option-2 {
    border-color: #e45415;
}

#option-1:checked:checked ~ .option-1 .dot, #option-2:checked:checked ~ .option-2 .dot {
    background: #fff;
}

#option-1:checked:checked ~ .option-1 .dot::before, #option-2:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 20px;
    color: #808080;
}

#option-1:checked:checked ~ .option-1 span, #option-2:checked:checked ~ .option-2 span {
    color: #fff;
}

.h-10 {
    height: 2.5rem;
}
.end-0{
right: 0;
}
/* slider */

.noUi-connect {
    background-color: #858484;
}

.widget-price .caption-price {
    display: flex;
    align-items: center;
    gap: 2px;
}


.image-overlay {
    position: relative;
    overflow: hidden;
}

.image-overlay .image-overlay-bg {
    width: 100%;
    display: block;
}

.image-overlay .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* adjust opacity */
    z-index: 1;
    pointer-events: none;
}

.image-overlay .container-full {
    position: relative;
    z-index: 2;
}

.tf-image-wrap {
    position: relative;
    z-index: 3;
}

.tf-image-wrap img {
    opacity: 1 !important;
    filter: none !important;
}

.tf-content-wrap {
    position: relative;
    z-index: 4;
    color: #fff;
}

.tf-content-wrap > div {
    padding: 30px;
    border-radius: 8px;
}

 .image-overlay  .overlay-2 {

    background: rgba(0, 0, 0, 0.8); /* adjust opacity */
}
.feature-image {
    height: 500px;
    border: 15px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;

}
/* Default: image LEFT, text RIGHT */
.tf-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

/* EVEN sections: image RIGHT, text LEFT */
.container > section:nth-child(even) .tf-grid-layout {
    direction: rtl;
}

/* Reset text direction */
.container > section:nth-child(even) .tf-content-wrap,
.container > section:nth-child(even) .tf-image-wrap {
    direction: ltr;
}


/* Shape divider */
.has-shape-divider .ux-shape-divider--top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* ONLY LEFT SIDE */
    height: 150px;
    z-index: 1;
    pointer-events: none;
}

/* SVG sizing */
.has-shape-divider .ux-shape-divider svg {
    width: 100%;
    height: 100%;
}

/* Shape color */
.ux-shape-fill {
    fill: #fff; /* or any color */
}

.ux-shape-divider--bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* ONLY LEFT SIDE */
    height: 150px;
    z-index: 1;
    pointer-events: none;
}
.latest_products{
    padding-top: 50px;
    border-top: 1px solid #eee
}


.breadcrumb {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
}

.breadcrumb .image-overlay-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.breadcrumb .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* dark overlay for text readability */
    z-index: 1;
}

.breadcrumb .container-full {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb .title {
    font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
}

.breadcrumb .breadcrumb-nav {
    display: flex;
    justify-content: center;
}

.navigation-tab{
    border-right: 2px solid #eee;
}

.widget-tab-2 {
    width: 300px;
}
.widget-tab-2 .nav-tab-item a {
    padding-bottom: 5px;
    font-size: 16px;
    padding-inline-end: 15px;
    text-align: left  !important;
    justify-content:left !important;
}

.display-flex li {
    display: flex !important;
}

.tf-mini-search-frm button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    margin: 0;
    background-color: #d32f2f80;
    border: 0;
    outline: none;
    height: 42px;
    width: 50px;
}

.card-product .product-img {
    display: flex;
    width: 100%;
    height: 200px;
}

/* success and falilure */

.wrapperAlert .wrapperAlert {
    width: 500px;
    padding-top:200px;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    border: thin solid #ddd;
  }
  .wrapperAlert .topHalf {
    width: 100%;
    color: white;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 40px 0;
    background: black;
    background: -webkit-linear-gradient(45deg, #019871, #a0ebcf);
  }
  .wrapperAlert .topHalfDanger{
    background: -webkit-linear-gradient(45deg, #af2637, #c35d5d);
  }
  .wrapperAlert .topHalf p {
    margin-bottom: 30px;
  }
  .wrapperAlert svg {
    fill: white;
  }
  .wrapperAlert .topHalf h1 {
    font-size: 2.25rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-shadow: 0 2px rgba(128, 128, 128, 0.6);
    /* Original Author of Bubbles Animation -- https://codepen.io/Lewitje/pen/BNNJjo */
  }
  .wrapperAlert .bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  
  .wrapperAlert li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    /* fade(green, 75%);*/
    bottom: -160px;
    -webkit-animation: square 10s infinite; /* Reduced duration from 20s to 10s */
    animation: square 10s infinite; /* Reduced duration from 20s to 10s */
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  
  .wrapperAlert li:nth-child(1) {
    left: 10%;
  }
  
  .wrapperAlert li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 1s; /* Adjusted delay */
    animation-duration: 5s; /* Adjusted duration */
  }
  
  .wrapperAlert li:nth-child(3) {
    left: 25%;
    animation-delay: 0.2s; /* Adjusted delay */
  }
  
  .wrapperAlert li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 7s; /* Adjusted duration */
    background-color: rgba(255, 255, 255, 0.3);
    /* fade(white, 25%); */
  }
  
  .wrapperAlert li:nth-child(5) {
    left: 70%;
  }
  
  .wrapperAlert li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 0.8s; /* Adjusted delay */
    background-color: rgba(255, 255, 255, 0.2);
    /* fade(white, 20%); */
  }
  
  .wrapperAlert li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 1s; /* Adjusted delay */
  }
  
  .wrapperAlert li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 2s; /* Adjusted delay */
    animation-duration: 14; /* Adjusted duration */
  }
  
  .wrapperAlert li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 1.1s; /* Adjusted delay */
    animation-duration: 14s; /* Adjusted duration */
    background-color: rgba(255, 255, 255, 0.3);
    /*fade(white, 30%);*/
  }
  
  .wrapperAlert li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 0.5s; /* Adjusted delay */
  }
  
  @-webkit-keyframes square {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-500px) rotate(600deg);
    }
  }
  
  @keyframes square {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-500px) rotate(600deg);
    }
  }
  
  .wrapperAlert .bottomHalf {
    align-items: center;
    padding: 35px;
  }
  
  .wrapperAlert .bottomHalf p {
    font-weight: 500;
    font-size: 1.05rem;
    margin-bottom: 20px;
  }
  
  .wrapperAlert button {
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 18px;
    background-color: #019871;
    text-shadow: 0 1px rgba(128, 128, 128, 0.75);
  }
  
  .wrapperAlert button:hover {
    background-color: #85ddbf;
  }
   .avatar-large{
    height: 100px;
  }


.footer-bottom-wrap .tf-payment img{
height: 25px;
}
/* =========================
   Base (Mobile: 320px+)
========================= */
.banner-parallax {
    height: 650px;
}

.banner-parallax-2 {
    height: 250px;
}

.youtube .collection-inner {
    height: 130px;
}
.banner-parallax {
        height: 600px;
    }
/* =========================
   Small devices (≥ 425px)
========================= */
@media (min-width: 425px) {
    .banner-parallax {
        height: 550px;
    }
    .logo-header img {
    height: 65px;
    }

    

}

/* =========================
   Tablets (≥ 768px)
========================= */
@media (min-width: 768px) {
    .banner-parallax {
        height: 550px;
    }

    .parallax-2 {
        height: 325px;
    }

    .categories-Wrapper,
    .categories-Wrapper .collection-image {
        height: 250px;
    }

    .youtube .collection-inner {
        height: 130px;
    }
    .logo-header img {
    height: 65px;
    }
    
}

/* =========================
   Small desktops (≤ 1149px)
========================= */
@media (max-width: 1149px) {
    .flat-spacing-6 {
        padding: 20px 0;
    }

    .categories-Wrapper,
    .categories-Wrapper .collection-image {
        height: 250px;
    }

    
    .feature-image {
    height: 325px;
    border: 15px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
}


/* Mobile first: max-width 767px (Bootstrap XS/SM) */
@media (max-width: 767px) {
    .about-section .tf-grid-layout {
        display: contents; /* use grid instead of 'contents' for mobile */
       
    }
    .tf-content-wrap > div {
    padding: 5px;
    }
    .has-shape-divider .ux-shape-divider--top {
    
        height: 100px;
    
    }
    .has-shape-divider .ux-shape-divider--bottom {
    
        height: 100px;
    
    }
}

/* Mobile devices: 2 columns */
@media (max-width: 767px) {
    .tf-grid-layout.tf-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .tf-breadcrumb-wrap {
    padding: 22.5px 0;
    gap: 0;
    }
}

.tf-product-details .tf-btn{
    height: 46px;
}

.inputnumber .btndecrease  , .inputnumber .btnincrease{
  width: 38px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--main);
    cursor: pointer;
}
.noUi-connect {
    background: #e7dccd !important;
}
.noUi-horizontal {
    height: 8px !important;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border-color: #915f16;
    background-color: #915f16;
    box-shadow: unset;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    right: -17px;
    top: -6px;
}

.wg-quantity {
    width: 135px;
    
}


.tf-table-page-cart th {
    text-align: center  !important;
}

.container-half{
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 801px) {
    .d-sm-inline {
        display: inline !important; /* show above 800px */
    }
}
@media only screen and (max-width: 1200px) {
    .wrapper-header .nav-icon {
        margin-right: 25px;
    }
    .box-nav-ul .submenu-default {
    right: -20px;
}
}
.box-nav-ul .account-submenu{
    width: 120px;
}
.wd-form-address .tf-select {
    height: 50px;
    color: #000;
}
.mt-50{
    margin-top: 50px;
}
.tf-field .tf-input {
    padding: 13px 10px;
    color: #000;
}
.theme-1{
    color: #db1215;
}