@charset "UTF-8";

.websima-product-bundle-cart-name {
    font-size: 12px;
    margin: 10px 0;
}

.websima-product-bundle-cart-name .item span {
    font-weight: bold;
}

.woocommerce_single_product_bundle {
    border-radius: 12px;
    background-color: #fff;
    padding: 10px;
    height: max-content;
    display: none;
}


.woocommerce_single_product_bundle .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #4f4f4f;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.websima-product-bundle-cart-name .item {
    display: flex;
    line-height: 1.5;
    align-items: baseline;
    gap: 5px;
}

.websima-product-bundle-cart-name .item a {
    display: inline-flex;
}

.product-bundle-wrapper {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.product-bundle-wrapper .item-product {
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF;
    padding: 12px;
    width: 100%;
}

.woocommerce_single_product_bundle .head i.closed {
    transform: rotate(-90deg);
}

.woocommerce_single_product_bundle .head i {
    transition: transform 500ms;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: var(--color1);
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: rotate(90deg);
    border-radius: 100%;
    color: #fff;
}

.product-bundle-wrapper .item-product .item-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-bundle-wrapper .item-product .product-thumbnail {
    display: flex;
    flex: 0 0 88px;
    max-width: 88px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: 0.4s all linear;
    position: relative;
}

.bundle-sidebar .product-sku {
    font-size: 10px;
    top: 2px;
    right: 2px;
    padding: 2px;
    line-height: 1.5;
}

.product-bundle-wrapper .item-product .product-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.product-bundle-wrapper .item-product .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 0 0;
    font-size: 14px;
    line-height: 28px;
    color: var(--color3);
    text-align: right;
}

.product-bundle-wrapper .item-product .product-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 14px;
}

.product-bot .product-view {
    line-height: 1;
    background-color: var(--color1);
    height: 45px;
    width: 45px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s all linear;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
    cursor: pointer;
}

.product-view.decrease i {
    transform: rotate(45deg);
}

.product-view.decrease {
    background: var(--danger);
}

.product-view.bundle-addtocart.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.item-product:hover .product-view.decrease {
    background: transparent;
    color: var(--danger);
}

.item-product:hover .product-view {
    color: var(--color1);
    background-color: white;
}

.product-bot .price>span:before,
.product-bot .price ins:before {
    font-size: 12px;
    line-height: 1;
}

.product-bot .on-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A9D8F;
    color: #ffffff;
    width: 36px;
    padding: 3px 8px;
    left: auto;
    font-size: 12px;
    border-radius: 4px;
    top: 0px;
    right: 0rem;
    font-weight: 400;
    line-height: 9px;
}

.product-bot .price bdi {
    font-size: 18px;
    line-height: 12px;
    color: #333;
    font-weight: 700;
}
.item-product:hover .product-title a {
    color: var(--color1);
}
.product-bot .price bdi .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    margin-right: 4px !important;
    line-height: 12px;
    color: #333;
    font-weight: 300;
}

.product-bot .reg-price {
    font-size: 16px;
    color: #808080;
    line-height: 20px;
}

.reg-price del bdi {
    font-size: 16px;
    color: #808080;
    text-decoration: line-through;
}

.product-bot .price>span,
.product-bot .price ins {
    font-size: 16px !important;
    gap: 6px !important;
    line-height: 1;
    color: #252525;
}


.product-bot .woocommerce-Price-currencySymbol {
    font-size: 9px !important;
    /* margin-right: -4px !important; */
}

.product-bundle-wrapper .item-product .product-price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-bundle-wrapper .item-product .product-price .product-pr-link {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    background-color: #EEEEF5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    transition: 0.3s;
}
.product-bundle-wrapper .item-product .product-price .product-pr-link i {
    all: unset;
}
.product-bundle-wrapper .item-product:hover .product-price .product-pr-link{
    background-color: var(--color2);
    color: #fff;
}

.product-bundle-wrapper .item-product .product-price .sale-percent {
    padding: 2px 5px;
    margin: 5px;
    background: #e54444;
    color: #FFF;
}

.product-bundle-wrapper .item-product .product-price .price {
    display: block;
}

/* sidebar product style */
.widget-title.title-bundle {
    font-size: 1.25rem;
    color: #414142;
    margin-top: 2rem;
}
.product-info {
    width: 100%;
}

@media (min-width:992px) and (max-width: 1399.98px) {
    .product-bundle-wrapper .item-product .product-thumbnail {
        flex: 0 0 83px;
        max-width: 83px;
    }

    .product-bundle-wrapper .item-product .product-title {
        font-size: 12px;
    }
}

@media (min-width:992px) and (max-width: 1199.98px) {
    .product-bundle-wrapper .item-product {
        padding: 10px 10px 5px;
    }

    .product-bot .product-view {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }

    .woocommerce_single_product_bundle {
        padding: 4px;
    }

    .product-bot .icon-eye {
        width: 34px;
        height: 34px;
        font-size: 12px;
        border-radius: 8px;
    }



    .woocommerce_single_product_bundle .head {
        font-size: 14px;
    }

}

@media (max-width: 991.98px) {
    .woocommerce_single_product_bundle {
        margin-top: 18px;
    }

    .product-bot .product-view {
        height: 35px;
        width: 35px;
        font-size: 15px;
    }

    .product-bot .price bdi {
        font-size: 16px !important;
    }

    .reg-price bdi {
        font-size: 14px !important;
    }

    .product-bundle-wrapper .item-product .product-thumbnail {
        flex: 0 0 78px;
        max-width: 78px;
    }

}

.bundlePopupWrapper {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}