.custom-item-design{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.custom-item-decoration,
.custom-item-material,
.custom-item-chair{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.custom-item-card {
    width: calc((100% - 30px) / 2);
    padding: 5px;
    /* align-items: center; */
    /* flex-direction: row-reverse; */
    border: 3px solid #ededed;
    position: relative;
    cursor: pointer;
}

@media (min-width:768px){
    .custom-item-card {
        max-width: 250px;
    }
}
.active-design{
    border: 3px solid #476a13;
}
.custom-item-card.active-design::after{
    content: '✓';
    position: absolute;
    right: 5px;
    top: 5px;
    color: #83b735;
    font-weight: 700;
}

.active-decoration,
.active-material,
.active-chair{
    border: 3px solid #476a13!important;
}
.custom-item-card.active-decoration::after,
.custom-item-card.active-material::after,
.custom-item-card.active-chair::after{
    content: '✓';
    position: absolute;
    right: 5px;
    top: 5px;
    color: #83b735;
    font-weight: 700;
}
.custom-item-card-content{
    position: relative;
}
/* .custom-item-card-content{
    flex: 1;
} */
/* .custom-item-check{
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    display: block;
} */

.custom-item-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-item .custom-item-card img{
    display: block;
    /* height: 256px; */
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
}
.custom-item-card-txt{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    /* padding: 0 10px; */
}
.custom-item-data{
    margin: 20px 0;
}
.custom-item-input-title{
    font-weight: 700;
    margin-bottom: 5px;
}
.custom-item-input{
    margin-bottom: 10px;
}
.custom-item-input input{
    width: 100%!important;
    max-width: 100%!important;
    padding: 4px 4px 4px 7px!important;
    text-align: left!important;
}
.custom-inputs{
    display: none;
}

/* .input-text.qty.text{
display: none;
} */

.type-currency-0{
    color: #83b735;
}
.span-price-result{
    color: #83b735;
    font-weight: 600;
}
.custom-item-price-result{
    font-size: 20px;
}

.type-currency{
    font-size: 16px;
}

    .cart_list.woocommerce-mini-cart  .variation-CustomText{
display: none;
    }
.custom-item-card:hover .custom-item-card-content a[data-lightbox]{
    /* position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: .5;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    position: absolute;
    font-size: 50px;
    right: 18px;
    top: 5px;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-image: url(/wp-content/plugins/wp-product-calculator/img/sch.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    background-color: #0000004f;
    border-radius: 5px;
}
.custom-item-material .custom-item-card:hover .custom-item-card-content a[data-lightbox] {
    width: 20px;
    height: 20px;
}
.custom-item-chair .custom-item-card:hover .custom-item-card-content a[data-lightbox] {
    width: 20px;
    height: 20px;
}
.custom-item-card-content a[data-lightbox]:hover{
opacity: 1;
}


.custom-item-color{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.custom-item-color-card{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.custom-item-row{
    margin-bottom: 20px;
}
.custom-item .custom-item-color-card img{
    border-radius: 50%;
    transition: .1s;
}
.custom-item .custom-item-color-card.active-color img{
    border: 2px solid #476a13;

}



.custom-item-input-flex{
    display: flex;
    gap:15px;
}
.custom-item-input-flex .custom-item-input{
    flex: 1;
}

.spanerror{
    color:#c30d0d;
    font-size: 12px;
    display:none;
    font-weight: 500;
}

.custom-item-row-text-1 .custom-item-card {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-item-row-text-1 .custom-item-card-txt{
    margin:0;
}
.custom-item .custom-item-row-text-100-6-4 .custom-item-card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
     margin: 0 auto;
}
.custom-item .custom-item-row-text-100-6-4 .custom-item-card{
    flex: 0 0 calc(100% / 6 - 10px);
    max-width: 110px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}
.custom-item-row-text-100-6-4 .custom-item-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media (min-width:750px){
    .custom-item  .custom-item-row-text-100-6-4 .custom-item-wrap{
    max-width: 750px;
    }
}
@media (max-width: 768px) {
    .custom-item  .custom-item-row-text-100-6-4 .custom-item-card {
        flex: 0 0 calc(100% / 4 - 10px);
        max-width: 110px;
    }
    .custom-item  .custom-item-row-text-100-6-4.custom-item-row-text-100-6-4-2 .custom-item-card {
        flex: 0 0 calc(100% / 3 - 10px);
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .custom-item  .custom-item-row-text-100-6-4 .custom-item-card {
        flex: 0 0 calc(100% / 4 - 12px);
        max-width: 100%;
    }
    .custom-item .custom-item-row-text-100-6-4 .custom-item-card img {
        height: auto;
    }
    .custom-item-row-text-100-6-4 .custom-item-card-txt{
        font-size: 12px;
        padding: 0 3px;
    }
    .custom-item  .custom-item-row-text-100-6-4.custom-item-row-text-100-6-4-2 .custom-item-card {
        flex: 0 0 calc(100% / 3 - 10px);
    }
}
.wd-product.post-53477 .price{
display: none;
}
.wd-product.post-53477 .wd-add-btn{
    display: none!important;
}
.wd-product.post-53477 .wd-buttons.wd-pos-r-t{
    display: none!important;
}
    .postid-53477 .quantity{
        display: none!important;
    }
    
    .postid-53477 .single-product-page .price{
        display: none!important;
        }
    .postid-53477 .single-product-page .wc-stripe-product-checkout-container{
display: none!important;
    }
    .postid-53477 .single-product-page .wd-wishlist-btn{
        display: none!important;
    }
    .postid-53477 .single-product-page .single_add_to_cart_button{
    pointer-events: none;
    }
    .postid-53477 .single-product-page .product-images{
display: none!important;
    }
.postid-53477 .single-product-page .summary.entry-summary{
        max-width: 100%!important;
        flex: 100%!important;
    }
    .postid-53477 .wd-sticky-btn.wd-sticky-btn-shown{
        display: none!important;
    }

/* ITEM 2 */
.custom-product-type-1 .summary.entry-summary .price{
display: none;
}
.custom-product-type-1 .summary.entry-summary .wd-add-btn{
    display: none!important;
}
.custom-product-type-1 .summary.entry-summary .wd-buttons.wd-pos-r-t{
    display: none!important;
}
.custom-product-type-1 .summary.entry-summary .quantity{
        display: none!important;
    }
    
    .custom-product-type-1 .summary.entry-summary .price{
        display: none!important;
        }
        .custom-product-type-1 .summary.entry-summary .wc-stripe-product-checkout-container{
display: none!important;
    }
    .custom-product-type-1 .summary.entry-summary .wd-wishlist-btn{
        display: none!important;
    }
    .custom-product-type-1 .summary.entry-summary .single_add_to_cart_button{
    pointer-events: none;
    }
/*     .postid-53547 .single-product-page .product-images{
display: none!important;
    } */
/* .postid-53547 .single-product-page .summary.entry-summary{
        max-width: 100%!important;
        flex: 100%!important;
    } */
    .custom-product-type-1 .wd-sticky-btn.wd-sticky-btn-shown{
        display: none!important;
    }

    .custom-product-type-1.product-calc .single-product-page form.cart{
        display: none!important;
    }
    .custom-product-type-1.product-calc .single-product-page:has(.cart-2-btn-form) form.cart{
        display: flex!important;
    }
    .custom-product-type-1 .single-product-page form.cart.cart-ck{
        display: flex!important;
    }
    .custom-product-type-1.product-calc  .custom-item .custom-item-row-text-100-6-4 .custom-item-card{
        flex: 0 0 calc(100% / 3 - 10px);
        max-width: 125px;
    }
    @media (max-width:768px){
        .custom-item-card img{
            height: 140px;
        }
        .custom-item-card{
            width: calc((100% - 20px) / 2);
        }
        .custom-item-title {
            margin-bottom: 10px;
        }
    }
    .product-calc .cart-2-btn-form{
display: none;
    }

    .custom-item-attr-wrap{
        display: flex;
            flex-wrap: wrap;
            gap: 10px 15px;
    }


    .custom-item-attr-wrap div[data-item-color]{
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center;
        cursor: pointer;
    }

    .custom-item-attr-wrap div[data-item-color] img {
        border-radius: 50%;
        transition: .1s;
    }

    .custom-item-attr-wrap .active-attr-1 img {
        border: 2px solid #476a13;
    }

    .custom-item-attr-wrap .active-attr-2 img {
        border: 2px solid #476a13;
    }