@import url(../scss/abstracts/_variable.scss);
.overlay-collection .collection-inner,
.overlay-collection .collection-inner .collection-image{
    position: relative;
}
.collection-item-v4 .collection-image img.fullscreen{
    aspect-ratio: auto;
}
.gridcollection .collection-image img{
    aspect-ratio: 1/1.2;
}
.overlay-collection .collection-content {
    text-align: center;
    bottom: 7%;
    position: absolute;
    left: 7%;
    right: 7%;
}
.overlay-collection .collection-inner .collection-image:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to top, #111 3%, transparent 40%, transparent 100%);
}
.overlay-collection .collection-image .box-icon{
    right: 10px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.canvas-header{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid;
}
.account-menu .mb-menu-link{
    justify-content: start !important;
    gap: 20px;
}
.account-menu .mb-menu-link i{
    width: 20px;
}
.main-slider{
    max-height: 450px;
}
a.disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.alert-box {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    min-width: 200px;
    text-align: center;
    padding: 5px;
    box-shadow: 0px 3px 5px 0px #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.custom-popover {
  --bs-popover-max-width: 100px;
  --bs-popover-border-color: var(--main);
  --bs-popover-header-bg: var(--main);
  --bs-popover-header-color: var(--white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}
.popover-header{
    line-height: 1;
}
.listening {
    animation: pulse 1s infinite;
    border-radius: 10px;
    background: transparent;
    aspect-ratio: 1/1;
    width: 20px;
    height: 20px;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,0,0,0.5); }
    70% { box-shadow: 0 0 0 10px rgba(255,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}
.spinner-box{
    position: relative;
    padding: 20px;
}
.spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ddd;
    border-top: 3px solid var(--bs-orange);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.tf-mini-cart-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f7f7;
}

.tf-mini-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.update-cart.loading,
.plus-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.tf-product-info-list .addToWishlist{
    font-size: 18px;
}
.card-product-wrapper .addToWishlist{
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: #f2f2f2;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 5px;
}
.inwishlist{
    color: var(--bs-orange);
}
.inwishlist .icon-heart:before{
    content: "\e92f";
}
.checkout-sticky{
    top: 100px;
}
.mrp-price{
    color: var(--primary) !important;
    text-decoration: line-through;
}
.emptycart{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.addresses-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.address-card{
    width: calc(33.3% - 15px);
    position: relative;
}
.address-card label{
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 5px;
    font-weight: normal;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1;
}
.addres-type{
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text);
}
.address-card input{
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.address-card input:checked + label{
    border-color: var(--bs-indigo);
}
.address-card input:checked + label:after{
    position: absolute;
    right: -5px;
    top: -5px;
    content: '';
    width: 18px;
    height: 18px;
    background: var(--bs-indigo);
    border-radius: 10px;    
    font-family: "icomoon";
    content: "\e911";
    position: absolute;
    color: var(--white);
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editAddress{
    position: absolute;
    bottom: 0;
    right: 10px;
    background: none;
    border: none;
    color: var(--bs-indigo);
    font-weight: 600;
}
.select-custom::after{
    z-index: 0;
}
button:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.text-indigo{
    color: var(--bs-indigo);
}
.btn-indigo{
    background: var(--bs-indigo);
    border-color: var(--bs-indigo);
}
.btn-purple{
    background: var(--bs-purple);
    border-color: var(--bs-purple);
}
.btn-orange{
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.checkout--items li + li {
    border-top: 1px dashed var(--line);
    padding-top: 15px;
}
.tf-cart-footer-inner .widget-wrap-checkout{
    border-top: 5px solid var(--bs-indigo);
}
.inc-gst{
    font-size: 12px;
    color: var(--text-2);
}
.delivery-charges{
    color: var(--bs-gray-500);
}
@media (max-width: 768px){
    .main-slider{
        max-height: 400px;
    }
    .address-card{
        width: calc(50% - 10px);
        position: relative;
    }
}
.reviews-box{
    min-width: 50px;
}
.ratings{
    display: flex;
    align-items: center;
    gap: 5px;
}
.ratings i{
    width: 16px;
    height: 16px;
    color: var(--success);
}
.star-half{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(49, 165, 109)' d='M320.1 417.6C330.1 417.6 340 419.9 349.1 424.6L423.5 462.5L410.5 380C407.3 359.8 414 339.3 428.4 324.8L487.4 265.7L404.9 252.6C384.7 249.4 367.2 236.7 357.9 218.5L319.9 144.1L319.9 417.7zM489.4 553C482.1 558.3 472.4 559.1 464.4 555L320.1 481.6L175.8 555C167.8 559.1 158.1 558.3 150.8 553C143.5 547.7 139.8 538.8 141.2 529.8L166.4 369.9L52 255.4C45.6 249 43.4 239.6 46.2 231C49 222.4 56.3 216.1 65.3 214.7L225.2 189.3L298.8 45.1C302.9 37.1 311.2 32 320.2 32C329.2 32 337.5 37.1 341.6 45.1L415 189.3L574.9 214.7C583.8 216.1 591.2 222.4 594 231C596.8 239.6 594.5 249 588.2 255.4L473.7 369.9L499 529.8C500.4 538.7 496.7 547.7 489.4 553z'/%3E%3C/svg%3E");
}
.tf-product-info-extra-link{
    min-width: 100px;
    gap: 10px 18px;
    align-items: start;
}
.product-periods-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid var(--line);
    border-width: 1px 0px;
    padding: 10px 0;
    gap: 5px;
}
.product-periods-box .tf-icon-box .icon{
    margin-bottom: 0px;
}
.product-periods-box .divider-v{
    width: 1px;
    height: 55px;
    background: var(--bs-gray-300);
}
.text-disabled{
    color: var(--text-3);
}
.start-disabled{
    color: var(--line-2);
}
.icon-owngears{
    background: url("../images/favicon.png");
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.delivery-cost span {
    background: var(--bs-gray-100);
    padding: 5px 10px;
    border-radius: 3px;
}
.delivery-date{
    background: var(--bg-3);
    padding: 5px;
    width: 100%;
    border-radius: 5px;
}
.delivery-date p{
    margin: 0px;
    font-size: 16px;
    padding: 5px;
}
.product-specifications{
    position: relative;
}
.product-specifications tr td{
    min-width: 100px;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5{
    font-size: 18px;
    line-height: 24px;
}
.show-more-area{
    position: relative;
}
.show-more-area:before{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 150px;
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(250 250 250));
}
.product-description{
    height: 350px;
    overflow: hidden;
    transition: height 0.8s ease;
}
.expandDescbtn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--main);
    border-radius: var(--bs-border-radius-2xl);    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
}
.expandDescbtn:hover{
    background: var(--bs-light);
}
.product-description img{
    transform: none;
    width: 100%;
    margin-bottom: 10px;
}
.user-review-star {
    background: var(--bg-4);
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    line-height: 14px;
}
.tf-product-info-price .delivery-cost{
    margin-left: auto;
}
.pswp img{
    object-fit: contain;
}
.reviews-media img{
    aspect-ratio: 1/1;
    object-fit: cover;
    background: var(--white);
}
@media (max-width: 768px){
    .tf-icon-box .icon i{
        font-size: 20px;
    }
    .tf-icon-box .content{
        font-size: 12px;
        line-height: 1;
    }
}
.cart-loader{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.remove-cart-item{
    cursor: pointer;
}
.add-address{
    display: flex;
    justify-content: end;
}
.add-address button{
    max-width: 300px;
}
.payment-methods .fieldset-radio{
    position: relative;
}
.payment-methods .fieldset-radio input{
    position: absolute;
    left: 5px;
}
.payment-methods label{
    width: 100%;
    padding: 8px;
    padding-left: 30px;
}
.payment-methods input:checked ~ label{
    background: var(--bg-4);
}
.card-product-hover{
    padding: 5px;
    border-radius: 5px;
}
.card-product-hover:hover{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 9px 0px;
    transition: 0.4s ease 0s;
}
.square{
    aspect-ratio: 1/1;
}
.wishlist-items .removeWishlist{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 21;
}
.order-success{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: calc(100vh - 75px);
    background: linear-gradient(0deg, var(--bg-3) , transparent);
}
@media (max-width: 768px){
    .order-success{
        height: calc(100vh - 61px);
    }
}
.success-icon {
    background: var(--bs-indigo);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--white);
}
.order-success h2{
    font-size: 32px;
}
@media (min-width: 769px){
    #couponModal.modal.show .modal-dialog{
        transform: translate(0, 0);
        transition: transform 0.3s ease-out !important;
        margin: 0 0 0 auto;
    }
    #couponModal.modal .modal-dialog{
        transform: translate(100%, 0);
        transition: transform 1s ease-out;
    }
    #couponModal.modal.show .modal-dialog .modal-content{
        height: 100vh;
        border-radius: 0px;
    }
}
@media (max-width: 768px){
    .modal.bottom-slide.show{
        display: flex !important;
        justify-content: center;
    }
    .modal.bottom-slide .modal-dialog {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 100%;
        transform: translateY(100%);
        transition: transform 0.35s ease-out;
    }

    .modal.bottom-slide.show .modal-dialog {
        transform: translateY(0);
    }

    .modal.bottom-slide .modal-content {
        border-radius: 16px 16px 0 0;
    }
    .canvas-search{
        max-width: 99%;
    }
}
.coupon-applied-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.coupon-applied-box button{
    padding: 2px 5px;
    font-size: 10px;
}

.create-reviewbutton{
    background: none;
    color: var(--main);
    border: none;
}
.create-reviewbutton .icon-star{
    color: var(--yellow);
}
#voiceBtn {
    position: absolute;
    right: 10px;
    left: auto;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.wrap-account-order .order-head > div:first-child{
    width: 260px;
}
.modal-sm{
    max-width: 300px !important;
}
.download-invoice-box{
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
}
.edit-review{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px 20px;
}
.star-rating {
    direction: rtl;
    display: inline-flex;
    gap: 10px;
}
.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 25px;
    color: var(--bs-gray-300);
    cursor: pointer;
    transition: 0.2s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: var(--bs-indigo);
}
.remove-media-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: none;
    border-radius: 100%;
    font-size: 12px;
}
.review-media-box{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.review-media-box .review-media{
    position: relative;
}
.review-media-box img,
.review-media-box .review-media img{
    aspect-ratio: 1/1;
    object-fit: cover;
}