/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-variants>.product-variants-item select {
width: 50%;
}


#product-availability {
display:none;
}

.product-quantity .qty {
display:none;
}

#products {
display:none;
}

.tabs {
	display:none;
}
.product-actions .control-label
{
	display:none;
}
.h1
{
	display:none;
}
.col-md-5
{
	width: 55%;
	}
.col-md-7
{
	width: 45%;
	}


#blockcart-modal .product-image {
	max-width: 90%;
	}

#aitable_container
{
	line-height: 1.95em;
	}
.product-prices {
	DISPLAY: NONE;
	}

.elementor-4170101 .elementor-element.elementor-element-435ae9e select.elementor-field 
{
	width:90%;
	}
.input#ce-add-to-cart {
	margin-top: 10px;
    margin-left: 100%;
    margin-right: 100%;
    padding: 0 55px;
	border-radius: 5px;
    background: #22abdd;
    height: 48px;
	text-transform: uppercase;
	cursor: pointer;
    color: #ffffff;
    font-weight: 700;
	}


input[type=submit] {
	margin-top: 10px;
    padding: 0 55px;
	border-radius: 5px;
    background: #22abdd;
    height: 48px;
	text-transform: uppercase;
	cursor: pointer;
    color: #ffffff;
    font-weight: 700;
	}
	

.aitable_columns .aitable_columns_header .aitable_column_header {
width: 80%;
	}

#blockcart-modal .cart-content p {
	display:none;
}
	