/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2025 | 19:46:22 */
.tabs-styling .wb_cptb_title,
.bread-title-remove .nasa-first-breadcrumb,
.product-compare .product-image-btn{
	display:none;
}

/* Form CSS */

.product-form .wpcf7-form .full-div p br,
.product-form .wpcf7-form .half-width p br,
.product-form .wpcf7-form .unit-div p br{
    display:none;
}
.product-form .wpcf7-form .unit-div p {
    display:flex;
    justify-content:space-between;
    gap:15px;
}
.product-form .wpcf7-form .half-width p {
     display:flex;
    flex-wrap:wrap;
     justify-content:space-between;
    width:100%;
     gap:15px;
}
.product-form .wpcf7-form .half-width p .wpcf7-form-control-wrap,
.product-form .wpcf7-form .half-width p label{
    width:48.5% !important;
}
.product-form .wpcf7-form .half-width p .wpcf7-form-control-wrap select,
.product-form .wpcf7-form .half-width p label .wpcf7-form-control-wrap{
    width:100% !important;
}
.product-form .wpcf7-form .full-div p .wpcf7-form-control-wrap .wpcf7-checkbox{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.product-form .wpcf7-form .full-div p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
    margin:0;
}

.product-form .wpcf7-form .wpcf7-submit{
    width:100%;
    border-radius:0;
}
@media (max-width:1024px){
    .product-form .wpcf7-form .full-div p .wpcf7-form-control-wrap .wpcf7-checkbox{
        justify-content:start;
    }
    .product-form .wpcf7-form .full-div p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
        width:32%;
    }
}
@media (max-width:576px){
    .product-form .wpcf7-form .half-width p .wpcf7-form-control-wrap,
.product-form .wpcf7-form .half-width p label{
    width:100% !important;
}
    .product-form .wpcf7-form .full-div p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
        width:50%;
    } 
}
/* Form CSS */


.done-section .elementor-author-box .elementor-author-box__avatar img,
.image-cross-no .elementor-author-box .elementor-author-box__avatar img,
.image-cross-best .elementor-author-box .elementor-author-box__avatar img,
.image-cross-free .elementor-author-box .elementor-author-box__avatar img,
.image-cross-free .elementor-author-box .elementor-author-box__avatar,
.image-cross .elementor-author-box .elementor-author-box__avatar img,
.image-cross .elementor-author-box .elementor-author-box__avatar{
    width:100%;
}
.done-section .elementor-author-box .elementor-author-box__avatar img,
.image-cross-no .elementor-author-box .elementor-author-box__avatar img,
.image-cross-best .elementor-author-box .elementor-author-box__avatar img,
.image-cross-free .elementor-author-box .elementor-author-box__avatar img,
.image-cross .elementor-author-box .elementor-author-box__avatar img{
    height:250px;
    object-fit:cover;
}
.image-cross-no,
.image-cross-best,
.image-cross-free,
.image-cross{
    position:relative;
}
.image-cross-no:before{
	content:'No Minimum' !important;
}
.image-cross-best:before{
	content:'Best Offer' !important;
}
.image-cross-free:before{
	content:'free Designing' !important;
}
.image-cross-no:before,
.image-cross-best:before,
.image-cross-free:before,
.image-cross:before{
    position:absolute;
    content:'Customize Now';
    right:-34px;
    background-color:black;
    color:white;
	font-size:12px;
    width:160px;
    text-align:center;
    transform:rotate(45deg);
    top:27px;
	text-transform:uppercase;
    padding:10px 30px;
    clip-path: polygon(22% 0%, 80% 0%, 100% 95%, 0% 100%);
}
.image-cross-no:hover:before,
.image-cross-best:hover:before,
.image-cross-free:hover:before,
.image-cross:hover::before{
    color:#007aff;
}



.text-padding .elementor-image-box-content{
	padding-inline:30px;
}