/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/*** Product Detail Page Start ***/
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
   display: none;
}
.product-info .variations label {
    font-size: 100%;
    text-transform: capitalize;
    letter-spacing: 0;
}
.product-info .entry-title {
    font-weight: 700 !important;
    font-size: 160%;
}

p.price.nasa-single-product-price {
    display: none !important;
}

.product-info .woocommerce-product-rating {
    margin-top: 5px;
    margin-bottom: 10px;
}

.nasa-image-square-caption .nasa-attr-ux-image {
	margin-bottom: 0px;
}

.product-info .variations .value {
	padding-bottom: 0px;
}

.product-info .variations .reset_variations {
	bottom: -19px;
	left: 3px;
	text-decoration: underline;
}

.product-info .cart.variations_form + .woocommerce-product-rating {
	display: none;
}

/*.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: 11%;
}*/

.postid-4626.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: 23%;
}

/*
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	letter-spacing: 1px;
}*/

.woo-variation-swatches .variable-items-wrapper {
	margin-bottom: 10px;
}

.product-info .variations .label {
	padding-bottom: 3px;
}
/*** Product Detail Page End ***/

