/*
Theme Name: Fashion Style
Theme URI: https://fashionstyle.com
Description: Fashion Style is theme created by Mineweb
Author: MINEWEB STUDIO
Author URI: https://mineweb.rs
Version: 1.0
Text Domain: fashion style
Template: hello-elementor
*/

.fadeInTopFixed {
	animation-name: fadeInTopFixed;
}

@keyframes fadeInTopFixed {
	from {
		opacity: 0;
		transform: translate3d(0,100px,0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.elementor-widget-text-editor > .elementor-widget-container > p:last-of-type,
.elementor-widget-text-editor > .elementor-widget-container >.elementor-text-editor > p:last-of-type {
	margin-bottom: 0;
}

.elementor-widget-text-editor a {
	color: var( --e-global-color-primary );
	font-weight: 500;
	text-decoration: underline !important;
}

:focus-visible {
	outline: 0 !important;
}

.jet-checkboxes-list-wrapper {
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #191919 transparent transparent transparent !important;
}
.select2-dropdown {
	border-color: #E6E6E6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #E6E6E6;
	color: #191919;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 0;
	border-color: #191919;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #191919;);
	box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #191919;);
	/* background-color: #191919; */
	color: #191919;
}
.woo-variation-swatches table tbody > tr:nth-child(odd) > td,
.woo-variation-swatches table tbody > tr:nth-child(odd) > th,
.woo-variation-swatches table tbody tr:hover > td,
.woo-variation-swatches table tbody tr:hover > th {
    background-color: transparent;
}
/* .woo-variation-swatches table tbody > tr > td, */
/* .woo-variation-swatches table tbody > tr > th { */
	/* display: block; */
	/* padding: 0 10px 5px 10px !important; */
	/* text-align: center; */
/* } */
.woo-variation-swatches table tbody > tr > th {
	padding-top: 20px !important;
}
.woo-variation-swatches .variable-items-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.woocommerce div.product form.cart .reset_variations {
	display: block;
}