@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
	--bg-color: #f5f2eb;
	--menu-color: #f7f4ef;
	--primary-color: #72686a;
	--menu-height: 90px;
	--linija-height: 40px;
	--big-font: "Georgia";
	--small-font:  "Inter", sans-serif;
	--color-foreground: 114, 104, 105;
	--footer-color: #f7f4ef;
	--border-color: #d5d2c9;
	--red-color: #c11f2f;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a, button {
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
body {
	width: 100%;
	height: min-content;
	font-family: "Inter", sans-serif !important;
	background-color: var(--bg-color);
	color: var(--primary-color);
	height: min-content;
}
h1,h2,h3,h4,h5,h6 {
	font-family: var(--big-font) !important;
}
main{
	width: 100%;
	margin-top: 130px;
}
.mojaMaraNav {
	width: 100%;
	height: var(--menu-height);
	background-color: var(--menu-color);
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: flex;
	transition: top .5s ease;
	align-items:center;
}


.burger {
	width: 10%;
	padding-left: 2%;
}

.logo {
	margin:0 auto;
}
.logo img {
	width:220px;
}


.cart_login {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 3%;
	gap: 10px;

	position: relative;
	z-index: 999;
}
/* Style for the menu items */
.top-menu-class {
	list-style: none;
	display: flex;

}

.top-menu-class li {
	margin: 0 5px;
}

.top-menu-class a {
	text-decoration: none;
	color: var(--primary-color);
}
.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
	color: var(--primary-color);
}
.woocommerce-MyAccount-navigation-link a:hover {
	text-decoration: underline;
	color: black;
}
.woocommerce-MyAccount-content a{
	text-decoration: underline;
	color: var(--primary-color);
}
.woocommerce-MyAccount-content a:hover{
	color: black;
}
.top-menu-class a:hover {
	color: var(--red-color);
}

.cart_login svg {
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: var(--primary-color);
}

#linija {
	width: 100%;
	height: var(--linija-height);
	background: #726869;
	position: absolute;
	left: 0;
	top: var(--menu-height);
	color: var(--bg-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 16.9px;
	vertical-align: baseline;
	letter-spacing: 1px;
	z-index: 1000;
}

#linija p {
	margin: 8px 0;
}
#overlayMenu {
	background-color: black;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: fixed;
	top: var(--menu-height);
	left: 0;
	z-index: 100;
	display: none;
}
.sideBarMM {
	width: 400px;
	height: calc(100vh - 110px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--bg-color);
	position: fixed;
	top: 91px;
	left: 0;
	z-index: 10000;
	color: var(--primary-color);
	transform: translateX(-400px);
	transition: all .5s ease;
	/*visibility: hidden;*/
}
.sideBarMM ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sideBarMM li {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	left: 0;
}
.sideBarMM li:hover {
	background-color: #dedbd5;
}
.sideBarMM a {
	text-decoration: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.sideBarMM li p {
	margin: 1rem 20px !important;
	text-decoration: none;
	color: var(--primary-color);
}
.sideBarMM li i {
	color: var(--primary-color);
	margin-right: 20px;
}
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.line {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.socialMM {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: left;
	gap: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.socialMM a {
	width: 30px;
	height: 30px;
	font-size: 30px;
	text-decoration: none;
	color: var(--primary-color) !important;
}

.socialMM i {
	color: var(--primary-color) !important;
}

.container{
	max-width: 1260px;
	width:90%;
	margin: 50px auto;
	margin-top: 150px;
}
.content{
	margin-top: 50px;
}
.content-area{
	margin-top: 150px;
}
.title_description {
	max-width: 1000px;
	height: min-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 0 10px;
}

.title_description h1 {
	display: block;
	font-size: 40px;
	font-family: "Agatho Light";
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.title_description p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.6px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 40px;
}

.products {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
	max-width: 1260px !important;
	margin: 0 auto !important;
}

.colection{
	width:300px;
	margin: 40px 5px;
}
.colection a {
	text-decoration: none;
	color: var(--primary-color)
}

.imageContainer {
	width: 100%;
	overflow: hidden;
}
.colection img{
	width: 100% !important;
	transition: all 1.5s ease;
	will-change: transform, content;
}
.colection:hover img {
	transform: scale(1.6);
	transform-origin: 50% 50%;
}
.colection:hover h3{
	text-decoration: underline;
}
.colection h3, .colection p {
	width: 95%;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.red{
	color:var(--red-color);
}
.woocommerce-message {
    background-color: transparent;
	border: none;
}
.wc-block-components-product-name{
	text-decoration: none;
	color: var(--primary-color)
}
.wc-block-components-product-name:hover{
	text-decoration: underline;
	color: var(--primary-color)
}
.wc-block-cart__submit-button {
	height: 50px;
	width: 400px;
	display: flex;
	justify-content: center;
	background-color: var(--primary-color);
	color: white;
	padding: 15px 30px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	text-decoration: none;
}
.wc-block-cart__submit-button:hover {
	transform: scale(1.01);
	transform-origin: 50% 50%;
}

.woocommerce div.product {
	max-width: 1260px !important;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	overflow: visible;
	gap: 50px;
	padding: 30px 10px;
}
.woocommerce-product-gallery {
	height: 100%;
	min-width: 300px;

	position:sticky !important;
	top:100px;
}
.woocommerce-page div.product div.images {
	width: 45%;
}
.summary {
	height: min-content;
	max-width: 360px;
}


.product_title {
	font-family: var(--big-font) !important;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.6px
}

div.product p.price {
	font-size: 18px;
	font-family: var(--small-font) !important;
	letter-spacing: 1.3px;
	margin-bottom: 5px;
	color: var(--primary-color) !important;
}
.product-color{
margin-top: 30px;
}
.product-color strong{
	font-family: var(--big-font) !important;
	font-size: 20px;
}
p.Tax {
	font-family: var(--small-font) !important;
	font-size: 12px;
	margin-top: 0;
	opacity: 0.6;
}
.variations {
	width:auto !important;
	margin-top: 30px;
}
.variations th{
	display:block !important;
	text-align: left;
    margin-bottom: -5px;
}
.variations td{
	display:block !important;
}
.variations label{
	font-family: var(--small-font) !important;
	font-size: 13px;
	font-weight: 400 !important;
}




#pa_size{
display:none;
}
/* Create a container for the buttons */
.size-buttons {
	display: flex;
	gap: 10px; /* Space between buttons */
	flex-wrap: wrap;
}

.size-buttons label {
	cursor: pointer;
	font-family: var(--small-font) !important;
	font-weight:400 !important;
	padding: 4px 18px;
	border: 1px solid var(--primary-color);
	border-radius: 40px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
}

.size-buttons input[type="radio"] {
	display: none; /* Hide radio inputs */
}

/* Change appearance on hover */
.size-buttons label:hover {
	background-color: var(--bg-color); /* Light gray on hover */
	border-color: #000; /* Darken border on hover */
}

/* Active/Selected state */
.size-buttons input[type="radio"]:checked + label {
	background-color: var(--primary-color);
	color: var(--bg-color);
}
.reset_variations{
	display:none !important;
}


.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-selector {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	overflow: hidden;
	width: 140px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.quantity-btn {
	border: none;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	width: 45px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bg-color);
	color: var(--primary-color);
}
.quantity-btn:active {
	background-color: #f2f2f2;
}

.quantity-btn:disabled {
	color: #ccc;
	cursor: not-allowed;
}

input.qty {
	width: 50px;
	height: 100%;
	text-align: center;
	border: none;
	font-size: 16px;
	padding: 0;
	-moz-appearance: textfield;
	appearance: textfield;
	background-color: var(--bg-color);
	color: var(--primary-color);
}
.woocommerce div.product form.cart .button {
	float:none;
}


.single_add_to_cart_button {
	width: 100%;
	height: 50px;
	background-color: var(--primary-color) !important;
	color: var(--bg-color);
	border: none;
	margin-top: 50px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.single_add_to_cart_button:hover {
	transform: scale(1.005);
	transform-origin: 50% 50%;
	margin-top: 49px;
}
.single_add_to_cart_button:active {
	background-color: var(--primary-color);
}

.wp-block-woocommerce-empty-cart-block h2{
	margin-bottom: 20px;
}
.wc-block-grid__product-link,.woocommerce-Price-amount{
	width: 95%;
	font-size: 14px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 400 !important;
	color: var(--primary-color) !important;
	text-decoration:none !important;
}
.wc-block-grid__product-title{
	font-weight: 400 !important;
}
.wc-block-grid__product-add-to-cart{
display:none;
}

.summary h3 {
	font-family: var(--big-font);
	font-size: 25.6px;
	line-height: 32px;
	letter-spacing: 0.6px;
	margin-top: 40px;
}

.mnp {
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 28px;
	word-spacing: 0px;
}

ul.mnp {
	padding: 0 20px;
	margin-top: 0;
}

ul li {
	margin-top: 0;
}


.popup-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.popup-window {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--bg-color);
	padding: 20px;
	width: 90%;
	max-width: 800px;
}

.popup-window h2, .popup-window strong {
	font-family: var(--big-font);
	letter-spacing: 1px;
}

.popup-window p {
	font-size: 18px;
}

.popup-window table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-family: var(--small-font);
}

.popup-window th, .popup-window td {
	border: 1px solid rgba(114, 104, 106, 0.5);
	text-align: center;
	padding: 16px 1%;
	font-family: var(--small-font);
}

.popup-window tr td:first-child {
	border: 1px solid rgba(114, 104, 106, 1);
}

.popup-window th {
	background-color: var(--bg-color);
	font-family: var(--small-font);
	border: 1px solid rgba(114, 104, 106, 1) !important;
}

.open-popup-btn {
	cursor: pointer;
	color: var(--primary-color);
	font-size: 16px;
	font-family: var(--small-font);
	border: none;
	text-decoration: underline;
}

.open-popup-btn:hover {
	text-decoration-thickness: 2px;
}

.close-popup-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
}

.close-popup-btn:hover {
	background-color: var(--primary-color);
	color: var(--bg-color);
}

footer {
	max-width: 1260px !important;
	background: var(--footer-color);
	color: var(--primary-color);
	border-radius: 6px;
	height: min-content;
	padding: 0 10px;
	padding-top:50px;
	margin:0 auto;
}

.footer-col img{
	height: 200px;
	width: auto;
}


footer .footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.5rem;
	padding: 20px;
}
.footer-row .footer-col h4 {
	color: black;
	font-size: 1.2rem;
	font-weight: 400;
}
.footer-col .links {
	margin-top: 20px;
}
.footer-col .links li {
	list-style: none;
	margin-bottom: 10px;
}
.footer-col .links li a {
	text-decoration: none;
	color: var(--primary-color);
}
.footer-col .links li a:hover {
	color: black;
}
.footer-col p {
	margin: 20px 0;
	color: var(--primary-color);
	max-width: 300px;
}
.footer-col .icons {
	display: flex;
	margin-top: 30px;
	gap: 30px;
	cursor: pointer;
}
.footer-col .icons i {
	color: var(--primary-color);
}
.footer-col .icons i:hover  {
	color: black;
}


.homeContainer {
	width: 100%;
	height: min-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
}

.homeVideoContainer {
	width: 100%;
	height: 800px;
}

#video1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeImagesContainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.image1 {
	flex: 50%;
	min-width:300px;

}

#imageHome1:hover p {
	text-decoration: underline;
}

#imageHome2:hover p {
	text-decoration: underline;
}

#videoHome1:hover p {
	text-decoration: underline;
}

.image1 img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.HomeText {
	position: relative;
	transform: translateY(-200px);
	text-align: center;
	text-decoration: none;
	color: var(--bg-color);
	pointer-events: none;
}

.HomeText h1 {
	text-decoration: none;
	color: var(--bg-color);
	font-family: var(--big-font);
	font-size: 40px;
}

.HomeText p {
	font-size: 16px;
}

.cart_container {
	position: relative;
}

.count_bubble {
	width: 16px;
	height: 16px;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: var(--menu-color);
	position: absolute;
	left: 22px;
	bottom: -4px;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	/* transform: translate(20px, -10px); */
}






@media (max-width: 1000px) {


	.woocommerce-product-gallery {
		position:static !important;
	}
	.woocommerce-page div.product div.images {
		width: 60%;
	}
	.summary {
        max-width:600px;
		width: 60% !important;
	}
}

@media (max-width: 768px) {
	.woocommerce-page div.product div.images {
		width: 95%;
	}
	.summary {
		width: 95% !important;
	}

	.mobile-off {
		display: none;
	}
	.burger {
		width: 16%;
	}
	.logo img {
		width:160px;
	}
	.woocommerce-product-gallery {
		position:static !important;
	}

	footer .footer-row {
		justify-content: center;
	}
	.footer-col{
		text-align: center;
	}
	.footer-col .icons i{
		margin: 0 auto;
	}

}
@media (max-width: 480px) {

	.colection{
		width: 100%;
		margin: 20px 10px;
	}
	.colection h3,.colection p{
		text-align: center;
	}
}
