/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/

/** ADDON: Product custom label */
.product-custom-label div {
	display: inline-block;
	margin-bottom: 5px !important;
	padding: 4px 10px;
	border-radius: 6px;
	font-weight: 500;
	text-align: left;
	color: #fff
}
.single-product .summary .product-custom-label div {
	margin-bottom: 30px !important
}

/** WooCommerce */
.woocommerce div.product form.cart .variations * {
	display: inherit
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 15px;
    border: 1px solid #CCC;
    padding: 5px 10px
}
.reset_variations {
	display: none !important
}

.woocommerce-tabs .product-content {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
	color: #111
}

/** PLUGIN: WooGallery */
#wpgs-gallery .wcgs-anchor-link.active .wcgs-thumb img, #wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
	opacity: .6
}
#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
	transition: all .3s ease-in-out
}
.fancybox__nav {
	--f-button-svg-filter: none !important
}
.f-button:hover:not([disabled]) {
	opacity: .9;
	background-color: var( --e-global-color-accent ) !important
}