/**
Theme Name: superjucarii
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: superjucarii
Template: astra
*/



:root {
	--bg-color: #fbf9f8;
	--bg-border: #f8eeec;
	--bg-border-hover: #EDE3E1;
	--bg-border-hover-transparent: #EDE3E150;
	--bg-button-add-to-cart: #ddb9a1;
	--bg-button-add-to-cart-hover: #ba9c88;
	--bg-favorite-button: var(--ast-global-color-0);
	--bg-favorite-button-hover: var(--bg-button-add-to-cart-hover);
	--text-color-title: #85817f;
}

/*Add to cart button color*/
button.single_add_to_cart_button.button.alt {
	background-color: var(--bg-button-add-to-cart);
}

button.single_add_to_cart_button.button.alt:hover {
	background-color: var(--bg-button-add-to-cart-hover);
}
/*Add to cart button color*/

*{
	caret-color: transparent;
}

input, textarea{
	caret-color: black;
}

.woocommerce-breadcrumb {
	padding-top: 10px !important;
}

#primary {
	margin: 0 !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	transition: opacity 1s ease, visibility 1s ease;
}

.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #ddd;
	border-top-color: #0073aa;
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

#preloader.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

form.woocommerce-ordering {
	width: 50% !important;
	float: right !important;
}

select.orderby,
select.orderby:hover,
select.orderby:active,
select.orderby:focus,
select.orderby:disabled{
	float: right !important;
	width: 100% !important;
}

.ast-stock-avail {
	display: none !important;
}

.entry-title{
	text-align: center !important;
}
.product_title{
	text-align: left !important;
}

/*Site background*/
#page .site-content, thead, .cart_totals h2 {
	background-color: var(--bg-color) !important;
}
/*Site background*/

h1.entry-title {
	padding-top: 20px;
}

a {
	-webkit-tap-highlight-color: transparent;
}

a:link {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

.site-footer a:hover{
	text-decoration: underline !important;
}


.pop-cat{
	display:none;
}

.pop-sub-cat{
	display:none;
}
.pop-sub-cat option{
	background-color: white;
}

.sidebar-main-new{
	display:none;
}

#ast-scroll-top{
	display:none !important;
}

@media (max-width:921px) {
	.site-content {
		padding-top: 75px;
	}

	.flex-control-nav{
		display:none;
	}

	.pop-cat,
	.pop-cat:hover,
	.pop-cat:active,
	.pop-cat:focus,
	.pop-cat:disabled{
		all: unset;
		position:relative;
		display:inline;
		width:100%;
	}

	.orderby,
	.orderby:hover,
	.orderby:active,
	.orderby:focus,
	.orderby:disabled{
		width:50%;
		background-color: var(--ast-global-color-4)  !important;
		border-color: var(--ast-global-color-0)  !important;
		border-width: 1px !important;
		border-style: solid !important;
	}

	.pop-sub-cat{
		display: block;
		background-color: var(--ast-global-color-4)  !important;
		border-color: var(--ast-global-color-0)  !important;
		border-radius: 0px !important;
		width:50%;
		float: left;
	}

	.pop-cat-close,
	.pop-cat-close:hover,
	.pop-cat-close:active,
	.pop-cat-close:focus,
	.pop-cat-close:disabled{
		all: unset;
		display:inline;
		position:fixed;
		left:calc(90vw - 30px);
		z-index:6;
	}

	.widget-area{
		display:none;
	}

	.sidebar-main {
		display:none;
	}

	.sidebar-main-new {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		justify-content: center;
		align-items: center;
		animation: fadeIn 0.3s ease-out;
		overflow: hidden;
	}

	.sidebar-main-new-wrap{
		background-color: white;
		padding: 20px;
		border-radius: 10px;
		width: 90vw;
		max-height: 80vh;
		overflow-y: auto;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
		margin: 10px;
	}

	body.no-scroll {
		margin: 0;
		height: 100%;
		overflow: hidden;
	}

	.site-header {
		position: fixed;
		width: 100%
	}
}

.topMenuButton img{
	filter: brightness(0) saturate(100%) invert(80%) sepia(75%) saturate(6268%) hue-rotate(299deg) brightness(106%) contrast(96%);
}

.whatsapp {
	background-color: #25d366 !important;
}

.whatsapp:hover,
.whatsapp:active,
.whatsapp:focus {
	background-color: #128c7e !important;
}

.cat_src{
	position:relative  !important;
	top:0px;
	width:calc(40vw)  !important;
	height:35px  !important;
	background:var(--ast-global-color-4)  !important;
	border-radius: 18px  !important;
}
.cat_src_cat{
	float:left  !important;
	display: flex  !important;
	justify-content: center  !important;
	align-items: center  !important;
	/*font-weight: bold;*/
	border-right: solid  !important;
	border-width: 1px  !important;
	border-color: var(--ast-global-color-0)  !important;
	width:115px  !important;
	height:35px  !important;
	color: var(--ast-global-color-0)  !important;
}

.cat_src_cat:hover{
	color: var(--ast-global-color-1)  !important;
}

.cat_src_src{
	position:relative;
	float:left !important;
	width:calc(100% - 115px) !important;
	height:35px !important;
}

.cat_src_2{
	position:relative;
	left:10%;
	width:80%;
	height:35px;
	background:var(--ast-global-color-4)  !important;
	border-radius: 18px  !important;
}
.product_src{
	position:relative;
	top:75px;
	height:40px;
	background-color:var(--ast-global-color-0);
	display:block;
}
@media (min-width:922px) {
	.product_src{
		display:none;
	}
}
.cat_src_2_src{
	position:relative;
	height:35px  !important;
}

.cat_src_inp,
.cat_src_inp:hover,
.cat_src_inp:focus,
.cat_src_inp:active {
	border-color: transparent !important;
	height:35px !important;
	width:calc(100% - 35px) !important;
	box-shadow: none !important;
}

@media (max-width:921px) {
	.ast-below-header-bar {
		position: relative !important;
		top: -25px !important;
		height: 70px !important;
	}

	.cat_src_inp,
	.cat_src_inp:hover,
	.cat_src_inp:focus,
	.cat_src_inp:active {
		border-radius: 18px  !important;
	}
}

.cat_src_btn,
.cat_src_btn:hover,
.cat_src_btn:focus,
.cat_src_btn:active {
	all: unset !important;
	float:right !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background: var(--ast-global-color-4) !important;
	border-radius: 18px !important;
	border: solid !important;
	border-width: 1px !important;
	border-color: var(--ast-global-color-4) !important;
	width:33px !important;
	height:33px !important;
}
.cat_src_btn:hover{
	background-color: var(--ast-global-color-0) !important;
}

.dropdown-content {
	top:35px;
	left:-1px;
	width:350px;
	position: absolute;
	display: none;
	border-top: 1px solid var(--ast-global-color-0);
	z-index: 1;
}

.dropdown-content .box{
	position:absolute;
	top:-18px;
	width:17px;
	height:17px;
	background-color:var(--ast-global-color-4);
	border-left: 1px solid var(--ast-global-color-0);
}
.dropdown-content a {
	height: 35px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color:var(--ast-global-color-4);
	color: var(--ast-global-color-0);
	border: solid;
	border-width: 0px 1px 1px 1px;
	border-color: var(--ast-global-color-0);
}

.dropdown-content a:hover {
	background-color:var(--ast-global-color-0);
	color:var(--ast-global-color-4);
} 

.dropdown:hover .dropdown-content {display: block;}

.banner{
	position:relative;
	max-width: 1240px !important;
	height:500px;
	z-index:1;
}

.bannerL{
	position: absolute;
	left: 0px;
	top: 40px;
	width:40%;
	height: auto;
	border-radius:20px;
	overflow: hidden;
}
.bannerR{
	position: absolute;
	overflow: visible;
	right:0px;
	width:50%;
	height:auto;
}

@media (max-width:921px) {
	.banner
	{
		height:auto;
	}
	.bannerL{
		position: relative;
		top:0px;
		width:100%;
		border-radius:0px;
	}
}

.homeProductContainer{
	position:relative;
	max-width: 1240px !important;
}

@media (max-width:921px) {
	.homeProductContainer{
		position:relative;
		width:94vw !important;
	}
}

.wcProduct {
	position: relative;
	display: flow-root;
	border-radius: 21px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border: 2px solid var(--bg-border);
	margin-bottom:10px;
	padding-bottom: 54px;
	background-color: var(--ast-global-color-4);
	z-index:2;
}

.wcProduct:hover {
	border-color: var(--bg-border-hover);
}

.wcProductImg{
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

.wcProductImg img {
	all:unset;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.wcProductDescription {
	width: 70%;
	color: var(--ast-global-color-3);
	float: left;
	padding: 10px;
	font-weight: bold;
	padding-left: 18px;
}

.wcProductOnSale{
	position: absolute;
	top: 10%;
	left: unset;
	right: 0px;
	color: var(--ast-global-color-4);
	background-color: var(--ast-global-color-0);
	border-radius: unset;
	border: unset;
	width:50px;
	height:30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: unset;
	opacity: 1;
	visibility: visible;
	z-index: 4;
}

.wcProduct:hover .wcProductOnSale {
	background-color: var(--bg-border-hover);
}

.wcProduct:hover .plusButton {
	background-color: var(--bg-border-hover);
}

.plusButton {
	all:unset;
	position:absolute;
	bottom:-3px;
	right:-3px;
	clip-path: polygon(35.841% 72.188%, 35.841% 72.188%, 35.175% 79.194%, 33.143% 84.9%, 30.013% 89.442%, 26.055% 92.955%, 21.539% 95.575%, 16.733% 97.436%, 11.907% 98.674%, 7.33% 99.424%, 3.271% 99.821%, 0% 100%, 82.301% 100%, 82.301% 100%, 85.172% 99.722%, 87.895% 98.915%, 90.435% 97.625%, 92.754% 95.895%, 94.816% 93.768%, 96.585% 91.289%, 98.025% 88.501%, 99.098% 85.448%, 99.768% 82.175%, 100% 78.723%, 100% 0%, 100% 0%, 99.965% 0.525%, 99.942% 1.357%, 99.923% 2.506%, 99.898% 3.984%, 99.859% 5.8%, 99.795% 7.965%, 99.697% 10.49%, 99.558% 13.383%, 99.367% 16.656%, 99.115% 20.32%, 99.115% 20.32%, 98.34% 25.937%, 96.94% 30.219%, 94.902% 33.341%, 92.211% 35.478%, 88.85% 36.805%, 84.807% 37.498%, 80.066% 37.732%, 74.611% 37.682%, 68.429% 37.523%, 61.504% 37.431%, 61.504% 37.431%, 55.828% 37.547%, 50.977% 37.997%, 46.901% 38.935%, 43.55% 40.518%, 40.874% 42.899%, 38.821% 46.232%, 37.342% 50.673%, 36.386% 56.377%, 35.902% 63.497%, 35.841% 72.188%);
	width: 115px;
	height: 94px;
	background: var(--bg-border);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: end;
}



.plusButton::after {
	font-family: 'Arial', 'Helvetica', sans-serif;
	content: url("data:image/svg+xml;utf8,\
		<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='30' height='30'>\
		<path fill='%23FA7AA6' d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z'/>\
		</svg>");
	color: var(--ast-global-color-1);
	transform: scaleX(-1);
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	justify-content: center;
	align-items: center; 
	top:50px;
	left:65px;
	line-height: 1;
	pointer-events: none;
}

.plusButton:active::after {
	top:49px;
	left:61px;
	content: "+1";
	transform: scaleX(1);
	font-size: 30px;
}

.added_to_cart{
	display:none;
}

.toggleButton{
	display:none;
}

.footerDropdown a, .footerNormal a{
	color:var(--ast-global-color-3);
}

@media (max-width:921px) {
	.toggleButton,
	.toggleButton:hover,
	.toggleButton:focus,
	.toggleButton:active,
	.toggleButton:disabled ,
	.toggleButton:visited {
		all: unset;
		display:inline;
		text-align: center;
		height:40px;
		width:100%;
	}
	.footerDropdown a{
		display:none;
	}
}

.productsRow6{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.productsRow5{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
}
.productsRow4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.productsRow3{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.productsRow3to1{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.productsRow2{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
@media (max-width:921px) {
	.productsRow6, .productsRow5, .productsRow4, .productsRow3{
		grid-template-columns: 1fr 1fr;
	}

	.productsRow2, .productsRow3to1{
		grid-template-columns: 1fr;
	}
}
@media (max-width:921px) {
	.ast-primary-header-bar {
		height: 75px !important;
	}
}

.category {
	position: relative;
	border-radius: 21px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border: 2px solid var(--ast-global-color-0);
	z-index:2;
	background-color:var(--ast-global-color-0);
	overflow:hidden;
}

.categoryBot {
	position: absolute;
	top: 10px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align:center;
	font-weight: bold; 
	color: var(--ast-global-color-2);
}

@media (max-width:921px) {
	.categoryBot {
		text-align:center;
		color: var(--ast-global-color-2);
	}
}

.category:hover {
	border-color: var(--ast-global-color-1);
	background-color:var(--ast-global-color-1);
}


.category-big {
	border-color:var(--bg-border);
	background-color:var(--bg-border-hover);
}

.category-big:hover {
	border-color: var(--bg-border-hover);
	background-color:var(--bg-border-hover);
}

.dropdowncat{
	position:relative;
	width:100%;
}

.dropbtncat,
.dropbtncat:hover,
.dropbtncat:focus,
.dropbtncat:active,
.dropbtncat:disabled ,
.dropbtncat:visited{
	all: unset;
	color:var(--ast-global-color-0) !important;
	position:absolute;
	border-bottom: 1px solid;
	border-color: var(--ast-global-color-5);
	width:100%;
	height:30px;
	text-align: right;
	font-weight: bold;
	z-index:5;
}

.dropdowncat .dropmainlink{
	position:absolute;
	color:var(--ast-global-color-3);
	left:0px;
	z-index:6;
	max-width:90%;
	height: 30px;
	overflow:hidden;
}

@media (max-width:921px) {
	.dropdowncat .dropmainlink{
		padding-top:3px;
	}
}

.dropdowncat-content {
	display: none;
	position:relative;
	width:calc(100% - 20px);
	margin-left: 20px;
}

.dropdowncat-content a {
	display: block;
	margin-left: 0px;
	color: var(--ast-global-color-3);
	text-decoration: none;
	padding-top: 5px;
	border-bottom: 0px;
	border-color: var(--ast-global-color-5);
}

/*........................*/
.dropdownfooter{
	position:relative;
	color:var(--ast-global-color-3);
	top:-28px;
	left:0px;
	z-index:6;
	width:100%;
	overflow:hidden;
}

.dropbtnfooter,
.dropbtnfooter:hover,
.dropbtnfooter:focus,
.dropbtnfooter:active,
.dropbtnfooter:disabled ,
.dropbtnfooter:visited{
	all: unset;
	display:none;
	color:var(--ast-global-color-3);
	position:relative;
	width:100%;
	text-align: center;
}

.dropdownfooter-content {
	display: inline;
	position:relative;
	width:100%;
}

.dropdownfooter-content a {
	display: inline-block;
	color: var(--ast-global-color-3);
}


@media (max-width:544px) {
	.dropbtnfooter,
	.dropbtnfooter:hover,
	.dropbtnfooter:focus,
	.dropbtnfooter:active,
	.dropbtnfooter:disabled ,
	.dropbtnfooter:visited{
		display:inline;
	}

	.dropdownfooter-content {
		display:none;
	}
}

/*#tab-description,
#tab-additional_information,
#tab-reviews
{
display:none;
}*/

.whatsapp-button {
	display:none;
}

@media (max-width:921px) {
	.whatsapp-button {
		position: fixed;
		bottom: 20px;
		right: 20px;
		left: unset;
		z-index: 999;
		background-color: #25D366;
		color: white;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		text-align: center;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.3s ease;
	}
}

.brandParent {
	position: relative;
	overflow: hidden;
	left: 0px;
	width: 100%;
	height:150px;
}
.brandChildren {
	position:absolute;
	left:0px;
	height: 130px;
	width: 130px;
	border: 3px solid var(--bg-border);
	border-radius: 21px;
	box-shadow: 0px 4px 4px 0px #00000040;
	overflow: hidden;
	background-color:white;
}

.brandChildren:hover
{
	border-color: var(--bg-border);
}

.brandChildren img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}


.custom-product-wrapper{
	border-style: solid;
	border-width: 1px;
	border-color: var(--ast-global-color-0);
	border-radius: 15px;
	outline-style: solid;
	outline-width: 2px;
	outline-color: var(--bg-border-hover);
	outline-offset: 2px;
	overflow: hidden;
	margin-bottom:20px;
}

.after-image-custom-product-wrapper{
	padding-left:20px;
	padding-right:20px;
}

/*Description/ExtraInfo/Reviews*/
.woocommerce-tabs.wc-tabs-wrapper {
	all: unset;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ast-global-color-0);
	border-radius: 15px;
	outline-style: solid;
	outline-width: 2px;
	outline-color: var(--bg-border-hover);
	outline-offset: 2px;
	overflow: hidden;
	margin-bottom:25px !important;
}

ul.tabs.wc-tabs {
	all: unset;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position:relative;
	top:-32px;
}

@media (max-width:921px) {
	ul.tabs.wc-tabs {
		top:-29px;
	}
}

ul.tabs.wc-tabs::before{
	display:none !important;
}

li#tab-title-description,
li#tab-title-additional_information,
li#tab-title-reviews
{
	all: unset;
	height:40px;
	background-color: var(--bg-border-hover);
	border-bottom: 1px solid var(--ast-global-color-0);
}

li#tab-title-description.active,
li#tab-title-additional_information.active,
li#tab-title-reviews.active,
li#tab-title-description::before,
li#tab-title-additional_information::before,
li#tab-title-reviews::before {
	all: unset;
	height:40px;
	background-color: var(--bg-color);
	/*border-bottom: 1px solid var(--ast-global-color-0);*/
}

li#tab-title-description,
li#tab-title-additional_information,
li#tab-title-description.active,
li#tab-title-additional_information.active,
li#tab-title-description::before,
li#tab-title-additional_information::before
{
	border-right: 1px solid var(--ast-global-color-0);
}

li#tab-title-description a,
li#tab-title-additional_information a,
li#tab-title-reviews a
{
	position: relative;
	top:-4px;
	left:10%;
	width:80%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:var(--text-color-title);
}

@media (max-width:921px) {
	li#tab-title-description a,
	li#tab-title-additional_information a,
	li#tab-title-reviews a
	{
		top:0px;
	}
}

li#tab-title-description a[aria-selected="true"],
li#tab-title-additional_information a[aria-selected="true"],
li#tab-title-reviews a[aria-selected="true"]
{
	border-bottom: 3px solid var(--ast-global-color-0);
}

div#tab-description,
div#tab-additional_information,
div#tab-reviews {
	position: relative;
	/*top: -35px;*/
	padding-left: 20px;
	padding-right: 20px;
}
/*Description/ExtraInfo/Reviews*/


/*Title*/
.titleWithStars{
	position:relative;
	display: flex; 
	text-align: center;
	justify-content: center;
	align-items: center; 
	background-color: #00000000;
	font-weight:bold;
	color:var(--text-color-title);
	border-radius: 40px 40px 30px 30px;
	padding:5px;
	height:40px;
	margin:20px;
	width:fit-content;
}

.titleWithStarsAndBorder{
	position:relative;
	display: flex; 
	outline: 2px solid var(--bg-border);
	outline-offset: 2px;
	text-align: center;
	justify-content: center;
	align-items: center; 
	background-color: var(--bg-border-hover-transparent);
	font-weight:bold;
	color:var(--text-color-title);
	border-radius: 40px 40px 30px 30px;
	padding:5px;
	height:40px;
	margin:20px;
	width:fit-content;
}

.titleWithStars img,
.titleWithStarsAndBorder img
{
	position:relative;
	left:2%; 
	height: 80%; 
	width:auto; 
	padding-right:20px; 
	box-shadow: none !important;
	float:right;
}
/*Title*/

ol.flex-control-nav.flex-control-thumbs {
	display: none;
}

/*slider*/
.woocommerce-product-gallery,
.woocommerce-product-gallery--without-images{
	min-height:200px !important;
	height:519px !important;
}
@media (max-width:921px) {
	.woocommerce-product-gallery,
	.woocommerce-product-gallery--without-images{
		height: auto !important;
	}
}

.cart_totals{
	width:100% !important;
}


/*add product corner*/
.add-bot-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	left: unset;
	z-index: 999;
	background-color: var(--bg-border);
	color: white;
	font-weight: bold;
	font-size: 25px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.add-bot-button:hover {
	background-color: var(--bg-border-hover);
	color: white;
}

/*cutom gallery*/
.gallery-slides-img {
	display: none;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.gallery-slides-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery-slides-container {
	position: relative;
	margin: auto;
	overflow: hidden;
}

@media (min-width:922px) {
	.gallery-slides-container {
		width: 50%;
		float: left;
	}
}

.gallery-prev-btn, .gallery-next-btn {
	cursor: pointer;
	position: absolute;
	left:0px;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: var(--ast-global-color-0);
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

@media (max-width:921px) {
	.gallery-prev-btn, .gallery-next-btn {
		display:none;
	}
}

.gallery-next-btn {
	left:unset;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.gallery-prev-btn:hover, .gallery-next-btn:hover {
	background-color: rgba(0,0,0,0.8);
}

.gallery-dot-btn {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: var(--ast-global-color-0);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.gallery-active, .gallery-dot-btn:hover {
	background-color: var(--ast-global-color-1);
}

.gallery-full-screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index:999999999;
}

.gallery-full-screen img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gallery-full-screen-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.posted_in a{color:var(--bg-button-add-to-cart);
}

.stock {
	display: block;
	height: 0px !important;
}