/*!
Theme Name: bunmacarons
Theme URI: http://underscores.me/
Author: Azat
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: bunmac
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.

bunmacarons 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
li {
	list-style:none;
}
.product {
	list-style:none;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	padding-left:0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
.woocommerce-form-login__submit {
    padding:12px 20px!important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-left: 13px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
	/* background-color:#50646C; */
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display:none;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
    display:none;
}
/* Galleries
--------------------------------------------- */
@media (max-width:768px) {
	.footer-hide {
		display:none;
	}
	.woocommerce-MyAccount-navigation ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
}
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.woocommerce-result-count {
	display:none;
}
.orderby {
	display: block;
	font-size: 18px;
	font-weight: 500;
	opacity: 0.5;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	margin: 0;
	border-top:none!important;
	border-right:none!important;
	border-left:none!important;
	border-bottom: 1px solid rgba(37, 37, 37, 0.50);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('./assets/img/material-symbols_arrow-insert.svg');
	background-repeat: no-repeat, repeat;
	background-position: right 6px top 15px, 0 0;
	background-size: 8.1%;
}
.hideit {
	display:none;
}
.orderby:hover{
	cursor:pointer;
}
/* Style for select dropdown */
.woocommerce-ordering select.orderby {
	width: 300px; /* Adjust width as needed */
	padding: 12px; /* Adjust padding as needed */
	border-bottom: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('./assets/img/material-symbols_arrow-insert.svg');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
}

/* Style for select dropdown options */
.woocommerce-ordering select.orderby option {
	padding: 12px; /* Adjust padding as needed */
}

.woocommerce-ordering:hover {
	cursor: pointer;
}
.page-description {
	margin:65px 0 30px 0;
}

.wc-block-grid__product .wc-block-grid__product-title , .woocommerce-loop-product__title{
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-align: start;
	color: var(--text_color);
	margin:0 0 7px;
}

.wc-block-grid__product-price {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-align:left!important;
	opacity: 0.3;
}
.wc-block-grid__product .wc-block-grid__product-title {
	margin:0 0 8px!important;
} 

.wc-block-grid__products {
	column-gap: 0px !important;
}

/* Single Product */
.slider__images {
    width: 100%;
}
.single-product.postid-256 .slider__images .slider__image img {
    object-position: 50% 70%;
}

/*position the label*/
label {
	position: relative;
	display: block;
	cursor: pointer;
}

/*show the submenu when input is checked*/
input:checked~ul.submenu {
	display: block;
}
/* Pagination styles */
.woocommerce-pagination {
	text-align: center;
	margin-top: 20px; /* Adjust as needed */
}

ul.page-numbers {
	list-style: none;
	padding: 0;
	display: inline-block;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0 5px; /* Adjust spacing between pagination items */
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #ccc; /* Border styles */
	border-radius: 3px; /* Border radius */
	color: #333; /* Text color */
}

ul.page-numbers li a:hover {
	background-color: #f5f5f5; /* Hover background color */
}
.woocommerce-loop-category__title mark.count {
	display: none;
}
.products .product-category a,.products .product a,.wc-block-grid__products .wc-block-grid__product a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.wc-block-mini-cart__button {
	opacity:0.6;
}
/* here */
/* Style for the popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.popup img {
	max-width: 60%;
	max-height: 80%;
}
.button {
	background-color:#000!important;
}
.quantity {
	display: grid;
	align-items: end;
	justify-content: end;
}
.input-text {
	display:flex;
	margin: 0 3px 7px 0;
	height:50px;
}
#billing_country,.select2-container,.select2-container .select2-selection--single{
	height: 50px!important;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:50px!important;
}
.mobile_price {
    display:none;
}
.main-text {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-align: center;

	color: var(--text_color);
}
.video-youtube {
	width: 100%;
	height:700px;
	margin-bottom: 100px;
}
@media(max-width: 1280px) {
	.main-text {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.48px;
	}
	.video-youtube {
	height:520px;
}
}

@media(max-width: 768px) {
	.main-text {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.36px;
	}
	.video-youtube {
	height:520px;
    }
    .woocommerce-cart-form table thead {
    display:none;
    }
    .woocommerce-cart-form table tbody{
    display:grid;
    grid-template-columns:1fr;
    }
    .woocommerce-cart-form table tbody tr{
    display:grid;
    grid-template-columns:1fr;
    }
    .card-amount-content-quantity-spcbtw{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce-cart-form table tbody tr td.product-price{
        display:flex;
        justify-content:space-between;
    }
    .mobile_price {
        display:flex!important;
    }
	.attachment-woocommerce_thumbnail{
		margin: 0 0 12px;
	}
}
.card-amount-content-quantity-modal {
	display: flex;
	align-items: center;
	padding-bottom: 2px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(37, 37, 37, 0.10);
}
@media (max-width: 390px) {
	.card-amount-content-quantity-modal {
		width: 100%;
		max-width: 200px;
	}
}
.card-amount-content-quantity-btn-modal {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	padding: 12px;
	margin-bottom: 20px;
	background-color: var(--text_color);
	color: var(--white);
}
.main-text-modal-total, .main-text-modal-cake-quantity {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: var(--main_blue_color);
}
.quantity-count-btn-add, .quantity-count-btn-remove {
	font-size: 16px;
	opacity: 0.5;
} 
/* {
	font-size: 20px;
	opacity: 0.5;
} */
/* Cart Page Container */
.woocommerce-cart {
}

/* Cart Table */
.woocommerce-cart table.shop_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd; /* Add border to the whole table */
}

/* Table Header */
.woocommerce-cart table.shop_table th {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

/* Table Rows */
.woocommerce-cart table.shop_table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

/* Cart Totals */
.cart_totals {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ddd;
}

/* Coupon Section */
.cart-collaterals .cart-collaterals-inner {
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 10px;
}

/* Coupon Form */
.cart-collaterals .cart-collaterals-inner .cart-collaterals-title {
	margin-bottom: 10px;
}

.cart-collaterals .cart-collaterals-inner .coupon {
	margin-bottom: 10px;
}

/* Apply Coupon Button */
.cart-collaterals .cart-collaterals-inner .coupon .button {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}
/* Input field */
.quantexty {
  appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  width: 100px; /* Adjust the width as needed */
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  color: #000; /* Set text color to black */
}

.quantexty:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Adjust shadow color */
}

/* Increment and decrement buttons */
.quantexty::-webkit-inner-spin-button,
.quantexty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 100%;
  width: 20px; /* Set the width of the buttons */
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* Increment button */
.quantexty::-webkit-inner-spin-button {
  border-left: 1px solid #000;
}

/* Decrement button */
.quantexty::-webkit-outer-spin-button {
  border-right: 1px solid #000;
}

/* Styling for up arrow */
.quantexty::-webkit-inner-spin-button::before {
  content: '\25B2'; /* Unicode character for up arrow */
  display: block;
  color: #000; /* Arrow color */
  font-size: 14px; /* Arrow size */
  text-align: center;
  line-height: 20px; /* Center vertically */
}

/* Styling for down arrow */
.quantexty::-webkit-outer-spin-button::before {
  content: '\25BC'; /* Unicode character for down arrow */
  display: block;
  color: #000; /* Arrow color */
  font-size: 14px; /* Arrow size */
  text-align: center;
  line-height: 20px; /* Center vertically */
}
.plus{
    font-size:25px;
    color:#4f4f4f;
    cursor:pointer;
    padding:9px 9px 8px 5px;
}
.minus {
    font-size:40px;
    color:#4f4f4f;
    cursor:pointer;
    padding:9px;
}
/* Empty Cart Message */
.cart-empty {
	margin-top: 20px;
}
/* Checkout Page Container */

/* Checkout Form */
.woocommerce-checkout form.checkout {
	width: 100%;
}

/* Checkout Form Fields */
.woocommerce-checkout .woocommerce-checkout-fields {
	margin-bottom: 20px;
}

/* Checkout Form Field Label */
.woocommerce-checkout .woocommerce-form-row label {
	display: block;
	margin-bottom: 5px;
}

/* Checkout Form Input */
.woocommerce-checkout .woocommerce-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* Checkout Form Textarea */
.woocommerce-checkout textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* Checkout Form Select */
.woocommerce-checkout select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* Checkout Place Order Button Container */
.woocommerce-checkout #place_order {
	margin-top: 20px;
}

/* Checkout Place Order Button */
.woocommerce-checkout #place_order.button {
	background-color: #000;
	color: white;
	padding: 15px 20px;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
}

/* Checkout Place Order Button Hover */
.woocommerce-checkout #place_order.button:hover {
}
.checkout-button {
	/*width: 100%;*/
	/*font-size: 12px;*/
	font-weight: 500;
	line-height: 18px;
	/*padding: 12px;*/
	margin-bottom: 20px;
	background-color: var(--text_color);
	color: var(--white);
	width: 100%;
    display: flex;
    padding: 17px !important;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.quantexty {
	width:45px;
	align-self: center;
	height: 40px;
}
.fullwidth {
	width:100%;
}
.card-amount-content-quantity-spcbtw {
	display: flex;
	justify-content: space-between;
	margin: 0 3px 6px 3px;
}

/*-------------------------------------------- modal --------------------------*/

.modal {
	display: none;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.modal.active {
	display: flex;
}

.modal .card-amount-content {
	left:0;
	width:100%;
	overflow-y: auto;
}
.pad20px {
	padding: 20px 30px 0 30px;
}
.margtop15px {
	margin-top: 15px;
}
.modal .section-title {
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--text_color);
}

.main-text-modal {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: var(--main_blue_color);
}

.modal-pagination {
	display: flex;
	align-items: center;
	gap: 10px;
}

.modal-pagination span {
	opacity: 0.5;
}

.modal-pagination span.active {
	opacity: 1;
}

.modal .questions_block-content-answer {
	opacity: 1;
}

.modal .questions_block-content {
	border: none;
}

.modal-arrow-prev {
	width: 20px;
	height: 20px;
}

.modal-arrow-next {
	width: 20px;
	height: 20px;
	rotate: 180deg;
}

.modal .card-amount-content-quantity-btn {
	margin-bottom: 0;
}

/*-------------------------------------------- modal-end --------------------------*/
.about-content-fields-item img[src=""],.about-content-img[src=""] {
	display: none;
}
.woocommerce-notices-wrapper {
	text-align:center;
}
.
.wc-forward {
	background-color: #252525FF;
	padding: 5px 25px;
	border-radius: 3px;
	margin-right:15px;
}
.customization_button_link{
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	padding: 12px;
	margin: 15px 0;
	color: #252525FF;
	border:2px solid #252525FF;
	opacity: 1!important;
}
.questions_block-content-answer {
	flex-direction: column;
}
.no-border {
	border:0!important;
}
.u-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 100px;
}
.woocommerce-form-login__submit,.woocommerce-form-register__submit,.woocommerce-privacy-policy-text,.woocommerce-form-register {
	/*max-width: 350px;*/
	margin-top: 20px;
}
/* Style for WooCommerce My Account page */

/* Adjusting overall container */

/* Navigation menu */
.woocommerce-MyAccount-navigation {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin-right: 20px;
	padding:10px;
}

.woocommerce-MyAccount-navigation-link a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a:hover {
	color: #555;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f015"; /* FontAwesome icon code for dashboard */
	margin-right: 5px;
	font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
	font-weight: 900; /* Adjust font weight if necessary */
}

.woocommerce-MyAccount-navigation ul li.is-active{
    background-color:#c9c9c9;
    border-radius:10px;
}

/* Content area */
.woocommerce-MyAccount-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}

.woocommerce-MyAccount-content p {
	line-height: 1.6;
}
/* Address section styling */
.woocommerce-MyAccount-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.woocommerce-Addresses {
	margin-top: 20px;
}

.woocommerce-Address {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}

.woocommerce-Address-title {
	margin-bottom: 10px;
}

.woocommerce-Address-title h3 {
	margin: 0;
	font-size: 18px;
}
.wc-block-mini-cart__badge {
    color:#000;
    font-size:20px;
}
.woocommerce-Address-title .edit {
	color: #007bff;
	text-decoration: none;
	/*margin-left: 10px;*/
	font-size: 14px;
}

.woocommerce-Address-title .edit:hover {
	text-decoration: underline;
}

.woocommerce-Address address {
	font-style: normal;
}
.woocommerce-info {
    display:flex;
    flex-direction:column;
}
.woocommerce-info a.wc-forward, a.woocommerce-Button{
    width:350px;
    margin-top:20px;
}


.container ul.products .product_type_simple {
    display:none;
}
.container ul.products {
    margin:60px 0;
}
/* Responsive styles */
@media (max-width: 768px) {
	.woocommerce-Address {
		padding: 15px;
	}
	.woocommerce-info a.woocommerce-Button{
	    width:unset;
	}
	.container {
	    padding:0 50px;
	}
	.u-columns {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 50px;
}
	.col-1, .col-2 { width:unset!important; /* Adjust as needed */ }
	.video-youtube {
    	height:360px;
    }

	.woocommerce-Address-title h3 {
		font-size: 16px;
	}

	.woocommerce-Address-title .edit {
		font-size: 12px;
	}
	.woocommerce-cart table.shop_table {
    	width: 100%;
    	border-collapse: collapse;
    	border: 1px solid #ddd; /* Add border to the whole table */
    	overflow-x: auto;
        display: block;
    }
    .woocommerce-MyAccount-content table.woocommerce-orders-table {
        width: 100%;
    	border-collapse: collapse;
    	border: 1px solid #ddd; /* Add border to the whole table */
    	overflow-x: auto;
        display: block;
    }
}
#shipping_method {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
#shipping_method li{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 219px;
}
#shipping_method li.shipping_method{
    position: relative;
}

#shipping_method input[type="radio"]:checked + label {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}
#shipping_method input[type="radio"]{
    display:none;
}

/* Styling for the link to look like a button */
.woocommerce-Address-title .edit {
	margin-top:15px;
	display: inline-block;
	padding: 8px 16px;
	background-color: var(--text_color); /* Button background color */
	color: #fff; /* Button text color */
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.woocommerce-Address-title .edit:hover {
	background-color: #0056b3; /* Button background color on hover */
}
/* Styling for the form section */
.woocommerce-MyAccount-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.woocommerce-EditAccountForm {
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-EditAccountForm p {
	margin-bottom: 20px;
}

.woocommerce-EditAccountForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.woocommerce-Input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.woocommerce-form-row--wide {
	width: 100%;
}

.woocommerce-Button.button {
	background-color: var(--text_color);
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 12px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: 15px;
}

.woocommerce-Button.button:hover {
	background-color: #0056b3;
}
/* Styling for coupon form */
.woocommerce-form-coupon-toggle {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.woocommerce-form-coupon-toggle a {
	color: #007bff;
	text-decoration: none;
}

/* Styling for billing and shipping forms */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	margin-bottom: 20px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	margin-bottom: 20px;
}

/* Styling for order notes */
.woocommerce-additional-fields__field-wrapper textarea {
	width: 100%;
	min-height: 100px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Styling for order review table */
.shop_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.shop_table th,
.shop_table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.shop_table th {
	background-color: #f5f5f5;
	text-align: left;
}

.shop_table td {
	text-align: right;
}

/* Styling for payment methods */
.payment_methods {
	margin-bottom: 20px;
}

.payment_methods li {
	list-style: none;
	margin-bottom: 10px;
}

.payment_methods label {
	font-size: 16px;
	color: #333;
}
/* Radio button */
.input-radio {
  opacity: 0;
  position: absolute;
}

/* Custom radio button appearance */
.input-radio + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 10px;
}

.input-radio + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

/* Custom radio button checked state */
.input-radio:checked + label:before {
  background-color: #000;
  border-color: #000;
}

/* Payment method title */
.payment_method_title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Payment method icon */
.payment_method_icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Payment box */
.payment_box {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* Styling for terms and conditions */
.woocommerce-privacy-policy-text {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

/* Styling for place order button */
.place-order button {
	background-color: var(--text_color);
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.place-order button:hover {
	background-color: #0056b3;
}
/* Styling the main container */
/* #customer_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
} */

/* Styling the billing and shipping columns */
/*.col-1, .col-2 {*/
	 /* Adjust as needed */
/*}*/

/* Styling the field labels */
label {
	font-weight: bold;
	color: #333;
}

/* Styling the input fields */
.input-text {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Styling the checkboxes */
input[type="checkbox"] {
	margin-right: 5px;
	transform: translateY(2px);
}

/* Styling the submit button */
button[type="submit"] {
	background-color: var(--text_color);
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Styling the optional text */
.optional {
	color: #666;
}

/* Styling the notes textarea */
textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Styling the hidden input fields */
input[type="hidden"] {
	display: none;
}
/* Styling the main container */
.woocommerce-customer-details {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Styling the address columns */
.woocommerce-column {
	margin-bottom: 30px;
}

/* Styling the address titles */
.woocommerce-column__title {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}

/* Styling the address content */
address {
	font-size: 12px;
	color: #555;
}

/* Styling the phone and email */
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	font-size: 16px;
	color: #777;
	margin-top: 10px;
}

/* Styling the paragraphs within address */
address p {
	margin: 5px 0;
}
.product-thumbnail img {
	width: 150px;
	height: auto; /* This will ensure the aspect ratio is maintained */
}
.woocommerce-error li {
	color: red;
}
.main-text-goods {
	padding: 25px 40px!important;
}
.homelink {
    margin-top: 50px;
    text-align: center;
    background: #666;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    align-items: center !important;
}
.row {
    margin: 20px 0;
    font-size: 17px;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
	display:flex;
}
.flex-column {
	flex-direction: column;
}
.popa4ik{
    display:none;
}
.popa4ik.active{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
}
.links-pop{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.links-pop a{
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wc-block-mini-cart__badge{
	background-color: #000 !important;
	border-radius: 100% !important;
	color: #fff !important;
}
.woocommerce-breadcrumb {
	font-size: 14px;
}
.wc-block-mini-cart__quantity-badge{
	position: relative;
	
}
.wc-block-mini-cart__quantity-badge{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="%23252525" stroke-linecap="round" stroke-linejoin="round"%3E%3Cg clip-path="url(%23clip0_900_5842)"%3E%3Cpath d="M6.24384 14.765C6.60584 14.765 6.8993 14.4716 6.8993 14.1096C6.8993 13.7476 6.60584 13.4541 6.24384 13.4541C5.88184 13.4541 5.58838 13.7476 5.58838 14.1096C5.58838 14.4716 5.88184 14.765 6.24384 14.765Z" /%3E%3Cpath d="M13.4538 14.765C13.8158 14.765 14.1093 14.4716 14.1093 14.1096C14.1093 13.7476 13.8158 13.4541 13.4538 13.4541C13.0918 13.4541 12.7983 13.7476 12.7983 14.1096C12.7983 14.4716 13.0918 14.765 13.4538 14.765Z" /%3E%3Cpath d="M1 1H3.62184L5.37847 9.7766C5.43841 10.0784 5.60258 10.3494 5.84224 10.5424C6.0819 10.7353 6.38178 10.8378 6.68939 10.8319H13.0605C13.3681 10.8378 13.6679 10.7353 13.9076 10.5424C14.1473 10.3494 14.3114 10.0784 14.3714 9.7766L15.4201 4.2773H4.2773" /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_900_5842"%3E%3Crect width="16" height="16" fill="white" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wc-block-mini-cart__icon{
	opacity: 0;
}
#billing_state, #billing_state_field{
	display: none !important;
}
.woocommerce-breadcrumb{
	text-transform: uppercase !important;
}
.woocommerce-MyAccount-content legend{
	font-size: 24px;
	margin: 40px 0 15px 0;
}
.wc-block-mini-cart__footer-actions a:first-child{
	display: none !important;
}
@media (max-width:1070px) {
	.u-column2{
		margin-top: 40px;
	}
	.u-column2 form label {
		margin-bottom: 15px;
	}
}
@media (max-width:768px) {
	.footer-content-btn{
		max-height: 40px;
	}
}
.base-desc {
    text-align:left;
}

/* Single Product */ 
.card-amount-content-quantity {
      flex-direction: column;
  align-items: stretch !important;
}
.single-product form.cart.fullwidth {
    margin-top: 30px;
}

/* Menu */
.woofc-cart-link-inner i:before {
    color: #252525 !important;
    font-size: x-large;
}
.woofc-cart-link .woofc-cart-link-inner:after {
	top: -5px;
}
.woofc-cart-link .woofc-cart-link-inner:after {
	background: #000;
}
.woofc-cart-link-inner bdi {
	color: #252525 !important;
}
/*@media (max-width: 1280px) {
    .slider-swiper {
        margin: 50px 0 20px 0 !important;
	}
}*/

/* Fly Cart */
.vi-wcaio-warning-wrap {
    display: none;
}




span.xt_woofc-product-title {
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
}
.card-amount-content-quantity a.added_to_cart.wc-forward {
    display: none;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake-cart {
    animation: shake 0.5s ease;
}

/*popup*/
.popup-col-1, .popup-col-2 {
    width: 50% !important;
}
.popup-col-2  {
    margin: 50px;
    text-align: center;
    /*color: #2e3b51;*/
}
#popmake-663 .pum-content.popmake-content {
    display: flex;
    align-items: center;
    background: white;
}
.pum-theme-661 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    font-size: 30px !important;
}
.popup-col-1 img {
    margin: 0;
}

.popup-large-text {
    font-size: 22px; 
    color: #404040;
    font-family: 'CormorantInfant';
}
.popup-small-text {
    color:#252525;
}
/*@media (max-width: 768px) {
    .popup-large-text {
        font-size: 18px; 
    }
    .popup-small-text {
        font-size: 14px; 
    }
}*/

@media (max-width: 650px) { 
    #popmake-663 .pum-content.popmake-content {
        background-image: url(/wp-content/uploads/2025/03/photo_2025-03-21_18-10-39.jpg);
        background-position: center;
        background-size: cover;
    }
    .popup-col-1 {
        display: none;
    }
    .popup-col-2 {
        margin: 30px !important;
        width: 100% !important;
        background:#00000070;
       /* color: white !important;*/
        padding: 25px;
    }
    .popup-large-text, .popup-small-text {
        color: white;
    }
    
/*
    .popup-large-text {
        font-size: 18px;
    }
    .popup-small-text  {
         font-size: 14px;
    }*/
}

#imagePopup img {
	width: auto;
}