/**
 * /*!
 * Theme Name:      ATI Pro
 * Theme URI:       https://www.itfosters.com
 * Author:          Raj Kumar
 * Author URI:      https://github.com/rajwebsoft/
 * Description:     ATI Pro is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         22.1.2
 * License:         GNU General Public License v2 or later
 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     shoptimizer
 */
 
 .entry-summary table.variations {
    background: #cfb7a6;
    padding: 20px;
    border-radius: 15px;
}

table.variations select {
    height: 50px;
    border-radius: 15px;
}

table.variations tr:nth-child(2) {
    width: 50%;
    float: left;
    padding-right: 2%;
}
table.variations tr:nth-child(3) {
    width: 50%;
    float: left;
    padding-left: 2%;
}
table.variations a.reset_variations {
    float: right;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    color: #7c3a59;
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
}

.site-content .woocommerce-product-details__short-description ul li {
    font-size: 14px;
	text-transform: uppercase;
}

.woocommerce-Tabs-panel--description ul li{
	text-transform: uppercase;
}

p.price .woocommerce-Price-amount {
    font-size: 20px;
}
.custom_order .popup_custom_order{
    border-radius: 15px;
    font-size:14px;
}

.woocommerce-product-details__short-description .custom_order .popup_custom_order:hover {
    background-color: #7c3a59;
}

@media (max-width: 666px){
.shoptimizer-sticky-add-to-cart__content {
    padding: 10px 0;
    display: block!important;
}
	.shoptimizer-sticky-add-to-cart__content-product-info{
		display: block!important;
		padding-bottom:5px;
	}
}