/* 
Theme Name: Tailor and Sons
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpbc__row label {
	text-transform:uppercase;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    clear: none;
}

.single-page-chevron-right,
.single-page-chevron-left {
    fill: #ededede6;
    width: 25px;
    height: 25px;
}

.flex-direction-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}

.woocommerce-product-gallery .slick-arrow {
    font-size: 0;
    color: transparent;
    border: none;
    padding: 12.5px;
    border-radius: 0;
    position: absolute;
    z-index: 10;
	display:none !important;
}
.woocommerce-product-gallery .slick-arrow:hover,
.woocommerce-product-gallery .slick-arrow:focus,
.woocommerce-product-gallery .slick-arrow:active {
    background-color: transparent;
}
.woocommerce-product-gallery .slick-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-product-gallery .slick-next::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 0;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='single-page-chevron-right' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z' fill='%23ededede6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.woocommerce-product-gallery .slick-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-product-gallery .slick-prev::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    font-size: 0;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='single-page-chevron-left' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z' fill='%23ededede6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.wpbc_container.wpbc_form input[type=email], div.wpbc_container.wpbc_form input[type=tel], div.wpbc_container.wpbc_form input[type=text], div.wpbc_container.wpbc_form select, div.wpbc_container.wpbc_form textarea {
	font-family: Questrial, sans-serif;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity:1;
}

.woocommerce div.product .slick-slide {
	position:relative;
}
.woocommerce div.product .slick-slide::before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
/* 	Hvis du vil ændre overlay-farven, skal du ændre værdien for background-color nedenfor. Egenskaben opacity er ansvarlig for gennemsigtigheden, og du kan angive en værdi fra 0 til 1, hvor 1 er 100 % (ingen gennemsigtighed), og 0 er helt gennemsigtig. */
	background-color:#192B39; 
	opacity: 0.6;
}

.woocommerce div.product .slick-slide.flex-active::before {
	opacity:0;
}

.woocommerce div.product .variable-items-wrapper {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
/* 	.reset_variations {
		display:none;
	}
	.elementor-sticky--active .reset_variations {
		display:block;
	} */
	
	.for_mobile.reset_variations {
		display:none !important;
	}
}