.woocommerce-products-wizard-form-item .woocommerce-products-wizard-form-item-body {
    background: #cc9c1c;
    text-align: center;
	padding-bottom: 10px;
}

.woocommerce-products-wizard-form-item .woocommerce-products-wizard-form-item-body h3.woocommerce-products-wizard-form-item-title{
		font-size: 18px;
    padding: 15px 11px 0;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #fff;
}

.woocommerce-products-wizard-form-item-body.panel-body.card-body .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius:none;
    max-width: 100%;
    height: auto;
}

.woocommerce-products-wizard-form-item-inner {
    display: flex;
    align-items: center;
    color: #fff;
}

.woocommerce-products-wizard-form-item-body.panel-body.card-body img.attachment-shop_catalog.size-shop_catalog{
	width:100%;
}

article.product.type-5.woocommerce-products-wizard-form-item {
    position: relative;
}

.elementor-field.elementor-size-sm.elementor-field-textual:focus {
    background: transparent;
}

.woocommerce-products-wizard .form-check-input::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
		cursor:pointer;
}

.woocommerce-products-wizard .form-check-input:checked::before {
    border: 5px solid #1e206ce8;
    filter: blur(7px);
}

.woocommerce-products-wizard-form-item.panel.card {
    overflow: hidden;
}

@media (max-width: 1024px){

}

@media (max-width: 767px){
		
	.woocommerce-products-wizard .woocommerce-products-wizard-form-description .row {
    padding: 15px 15px 15px 15px;
    border-radius: 0;
    margin: 15px;
	}
	.col label img {
    border-radius: 0;
	}
	
	.woocommerce-products-wizard .card-body {
    padding: 0;
    text-align: center;
}
	
	.woocommerce-products-wizard .card-body h3{
		font-size:22px;
	}
	
	.woocommerce-products-wizard .offset-2 {
    margin-left: auto;
	}
	
	.col label {
    width: 100%;
	}
	
.woocommerce-products-wizard-form-item	img.attachment-shop_catalog.size-shop_catalog {
    width: 100%;
	}
	
}


@media (max-width: 650px){
	.uael-post__columns-tablet-3 .uael-post-wrapper {
			width: 100%;
	}
	
	.uael-post__columns-3 .uael-post-wrapper {
			width:100%;
	}
}

button.button,a.checkout-button.button.alt.wc-forward {
    background-color: #DA901A !important;
    color: #FFFFFF !important;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 50%) !important;
}



