/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.single_add_to_cart_button.disabled.wc-variation-selection-needed {
	background: #000000 !important;
	opacity: 0.15 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
}

.single_add_to_cart_button.disabled.wc-variation-selection-needed:hover {
	background: #000000 !important;
	transform: none !important;
	opacity: 0.15 !important;
	box-shadow: none !important;
	
}


table.extra-options .label-tag {
	    margin-left: 10px;
}

.colour-show {
	width: 100%;
	position: relative;
	aspect-ratio: 1 / 0.94;
	z-index: 10;
	background-size: cover;
	background-position: center;
}

.single-product-main-image {
	transition: opacity 0.5s ease;
}

.single-product-main-image.hidden {
	opacity: 0;
}