/*!
Theme Name: XstasyTeq
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xstasyteq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

XstasyTeq is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.shop.breadcrumbs{
	padding: 0;
    background: none;
    margin-bottom: 80px;
    margin-top: -40px;
}

.collection-banner.shop .info {
    text-align: left;
}


.collection-banner .info {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 60px 15px 60px;
}

.onsale{
	position:absolute;
}

.products.collection-list li .card .info{
	display:block;
}


.product-counter img, .remove-from-bag img , .back-to-shop img{
	filter: invert(50%) sepia(100%) saturate(0%) hue-rotate(180deg); 
}

.products.collection-list li .card .info p{
	margin-bottom:5px;
}

ul.menu--list li a {
    line-height: 1 !important;
    color: #ffffff7a !important;
}

.products.collection-list .card{
	    background-color: #000;
}

.navigation--grp--menu .dropdown--bx .mega--menu .menu--collection--bx li a .img--bx {
    height: 250px;
}

.button--border {
    border: 1px solid var(--white);
}





/* .single-selector {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
}
*/


.single-selector-input {
    display: none;
}


.single-selector label {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.single-selector input:checked + label {
    background-color: #0073aa;
    color: #fff;
}


.variations .value{
	    display: flex;
}



.single-selector {
    position: relative; /* Ensure the parent is positioned for absolute positioning of the pseudo-element */   
    border-radius: 50%; /* Make the element circular */
    display: flex; /* Optional: Use flexbox for centering content */
    align-items: center; /* Optional: Center content vertically */
    justify-content: center; /* Optional: Center content horizontally */
    overflow: hidden; /* Ensure content does not overflow */
    color: var(--white);
}

.single-selector.pa_size::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%; 
    padding: 2px; 
    background: #cccccc66;
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    mask-composite: exclude; 
}

.single-selector.selected::before {
    content: "";
    position: absolute;
    inset: 0; /* This will stretch the pseudo-element to cover the parent */
    border-radius: 50%; /* Make the pseudo-element circular */
    padding: 3px; /* Padding around the gradient */
    background: linear-gradient(135deg, rgba(255, 0, 44, 1) 0%, rgba(136, 0, 84, 1) 22%, rgba(0, 20, 94, 1) 65%, rgba(1, 53, 232, 1) 100%);
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    mask-composite: exclude; 
}


.term-image-color {
	width: 30px;
	height: 30px;
}

/* .single-selector{
	position: relative;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 30px;
	width: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 5px;
} */

/* .variations a.size_chart{
	    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #377EE2;
    text-transform: capitalize;
    margin-left: 20px;
} */
.variations a.size_chart img{
    display: inline;
    width: 6px;
	height: 10px;
    margin-left: 8px;
}



.wish-list .wish-listing .list li .media .remove-from-bag{
	    border: none;
	    border-radius: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 10px 15px;
    background: black;
    color: white;
	    height: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dddddd;
    line-height: 28px;
}

.select2-dropdown{
	background: black;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #5f3131;
}

.woocommerce-form-coupon-toggle{
	display:none;
}

.button.placeorder{
	color:black;
}
.button.placeorder:hover{
	color:white;
}


.footer_subscription .wpcf7-form-control-wrap{
	    width: 90%;
}


#review_form .form-submit .submit{
	color: white;
}


.loading-container {
            display: flex;
            justify-content: center; /* Center the image horizontally */
            align-items: center; /* Center the image vertically */
            height: 10vh; /* Full viewport height */
        }

        .loading-image {
            width: 50px; /* Adjust size as needed */
            height: 50px; /* Adjust size as needed */
            animation: rotate 1s linear infinite; /* Animation */
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }


/* .size-selection.pa_color .single-selector.selected::before{
	background: black !important;
} */

#cupSize-selection{
    display: flex;
    flex-wrap: wrap;
}


 #cupSize-selection {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#cupSize-selection li {
    width: 50%;
    box-sizing: border-box; 
    padding: 5px; 
}


.xstasy-blog-detail p strong{
	    color: rgba(255, 255, 255, 1);
}
.xstasy-blog-detail h4{
font-size: 24px;
}
.xstasy-blog-detail h4 a{
text-transform:uppercase;
	    text-decoration: underline;
}




.product-attributes-dropdown{
	    border: 1px solid rgba(255, 255, 255, 0.5);
		font-size: 16px;
		font-weight: 200;
		padding: 5px 20px;
		background: transparent;
		height: 50px;
		border-radius: 0px;
		display: flex;
		align-items: center;
		color: white;
	    background: #29292945;
}





.header .menu--link li a.active:before{
	width:100%;
}


.cky-btn-revisit-wrapper{
	    background-color: #0000003d !important;
    opacity: 0.6 !important;
}

.product-description .size-selection select[name="attribute_pa_cup-size"].product-attributes-dropdown {
    text-transform: uppercase;
}

.product-description .size-selection .product-attributes-dropdown {
	    background: #202020;
}


.paragaph--features{
	margin-top:20px;
	margin-bottom:20px;
}

.ul--features li{
	font-size:14px;
	font-weight: 100;
	margin-left: 25px;
    list-style-type: disc;
}
