/*!
Theme Name: helleo
Theme URI: https://www.helleo.gr/
Author: Codefactory
Author URI: https://codefactory.gr
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: helleo
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.

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;
}

/* 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.
 */
a {
    background-color: transparent;
}

/**
 * 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.
 */
img {
    border-style: none;
}

/* 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, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

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%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover, a:focus, a:active {
    color: #000;
}

a:focus, a:hover, a:active {
    outline: 0;
}

/* :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    background: #000;
    color: #fff;
    min-width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 30px 13px 30px;
    border: 1px solid #000;
    transition: .3s;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
    background: transparent;
    color: #000;
} */

/* 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;
}

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: 3px;
}

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: #111;
}

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: block;
}

@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;
}

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

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

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

.bypostauthor {
    display: block;
}

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

.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 img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.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;
}

/* Elementor */
.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title {
    padding-bottom: 0 !important;
}

.elementor-widget-wc-categories .woocommerce-loop-category__title .count {
    display: none;
}

.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__description {
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Mono';
    font-size: 15px;
    font-weight: 400;
}

.helleo__carousel_items .item {
    font-family: 'Roboto Mono';
}

.helleo__carousel_items .item .list_title {
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.helleo__carousel_items .item .list_subtitle {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.helleo__carousel_items .item .list_content p {
    font-size: 15px;
}

.helleo__carousel_items .item .list_link {
    background: #000;
    color: #fff;
    height: 50px;
    max-width: 170px;
    width: 100%;
    display: block;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    border: 1px solid transparent;
}

.helleo__carousel_items .item .list_link:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.helleo__carousel_items .slick-dots {
    top: 30px;
    text-align: left;
    height: 35px;
    margin: 0;
}

.helleo__carousel_items .slick-prev, .helleo__carousel_items .slick-next {
    top: auto;
    bottom: 70px;
    right: auto;
    left: 40%;
    z-index: 1;
}

.helleo__carousel_items .slick-prev {
    left: 0;
}

.helleo__carousel_items .item .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.helleo__carousel_items .item .wrap > div {
    width: 50%;
}

.helleo__carousel_items .item .wrap .thumbnail img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.helleo__carousel_items .item .wrap .left {
    padding-right: 15%;
}

.helleo__carousel_items .helleo__right_gallery img {
    height: 700px;
    object-fit: cover;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
    background-image: url(img/arrow.svg);
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
}

.slick-prev:before {
    transform: rotate(180deg);
}

.elementor-widget-form .elementor-field-group .elementor-field {
    padding: 0 15px;
}

.elementor-widget-form .elementor-button[type="submit"] {
    border: 1px solid transparent;
    cursor: pointer;
}

.elementor-widget-form .elementor-button[type="submit"]:hover {
    border: 1px solid #000;
}

.elementor-nav-menu .menu-logo img {
    max-width: 170px;
}

.elementor-nav-menu .menu-logo a:after {
    display: none;
}

.e--pointer-underline .elementor-item:after {
    bottom: 13px !important;
}

.elementor-widget-container p em {
    color: #808042;
}

.elementor-element.elementor-widget-image-carousel .swiper .elementor-swiper-button-prev {
    bottom: -60px;
    top: auto;
    left: 46%;
}

.elementor-element.elementor-widget-image-carousel .swiper .elementor-swiper-button-next {
    bottom: -60px;
    top: auto;
    right: 46%;
}

.elementor-widget-container ul {
    padding: 0;
    margin: 20px;
}

/* Woocommerce */
.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product {
    overflow: hidden;
    margin-bottom: -6px;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product img {
    height: 567px;
    object-fit: cover;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    position: absolute;
    top: -50px;
    left: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    opacity: 0;
    transition: .3s;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .woocommerce-loop-product__title {
    opacity: 1;
    top: 10px;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
    position: absolute;
    bottom: -50px;
    left: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    opacity: 0;
    transition: .3s;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .price {
    opacity: 1;
    bottom: 15px;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .yith-add-to-wishlist-button-block {
    position: absolute;
    bottom: 75px;
    right: -50px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px 4px 3px;
    opacity: 0;
    transition: .3s;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .yith-add-to-wishlist-button-block {
    opacity: 1;
    right: 20px;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .yith-wcwl-add-to-wishlist-button svg {
    width: 25px;
    height: 25px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button {
    position: absolute;
    bottom: 128px;
    right: -50px;
    background-image: url('/wp-content/uploads/2025/06/quick-icon.svg');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 35px;
    margin: 0;
    opacity: 0;
    transition: .4s;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .button.button.yith-wcqv-button {
    opacity: 1;
    right: 20px;
}

/* .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button {
    border: 1px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 160px;
    right: 20px;
  background: transparent;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button:before, 
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button:after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000;
  display: block;
  top: 6px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button:before {
  transform: rotate(0deg);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button:after {
  transform: rotate(90deg);
} */
/* .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product.add-to-wishlist-after_add_to_cart .button.button.yith-wcqv-button:before {
    opacity: 0;
} */
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button {
    font-size: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    right: -50px;
    background: transparent;
    opacity: 0;
    transition: .5s;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .button.button.add_to_cart_button {
    opacity: 1;
    right: 20px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button:before {
    content: '';
    display: block;
    background-color: #000;
    mask-image: url('/wp-content/uploads/2025/06/cart.svg');
    -webkit-mask-image: url('/wp-content/uploads/2025/06/cart.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    width: 18px;
    height: 18px;
    margin: 7px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button.added {
    background-color: #000;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button.added:before {
    content: '';
    background-color: #fff;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .added_to_cart {
    display: none;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product.view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product.view-more-btn .button {
    max-width: 240px;
    height: 50px;
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    line-height: 50px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: .3s;
}

.elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product.view-more-btn .button:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.single-product.woocommerce .product-gallery .woocommerce-product-gallery .wpgs-nav {
    display: none !important;
}

.single-product.woocommerce .product-gallery .woocommerce-product-gallery .wpgs-for img {
    height: calc(100vh - 130px);
    object-fit: cover;
}

.single-product.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto Mono';
}

.single-product.woocommerce .cfvsw-product-container .cfvsw-swatches-option.cfvsw-selected-swatch {
    background: #000;
    color: #fff;
}

.single-product.woocommerce .cfvsw-product-container .cfvsw-swatches-option {
    border: none;
    background: transparent;
    min-width: 100px !important;
    min-height: 50px !important;
}

.single-product.woocommerce .cfvsw-swatches-container {
    gap: 0px;
    border: 1px solid #000;
}

.single-product.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.single-product.woocommerce div.product form.cart .variations label > span {
    display: none;
}

.single-product.woocommerce div.product form.cart {
    display: flex;
    align-items: flex-end;
    font-family: 'Roboto Mono';
}

.single-product.woocommerce div.product form.cart .variations {
    margin: 0;
}

.single-product.woocommerce .qib-button-wrapper, .woocommerce-cart .qib-button-wrapper {
    margin: 0;
    align-items: flex-start;
}

.single-product.woocommerce .qib-button-wrapper .minus.qib-button, .single-product.woocommerce .qib-button-wrapper .plus.qib-button, .woocommerce-cart .qib-button-wrapper .minus.qib-button, .woocommerce-cart .qib-button-wrapper .plus.qib-button {
    margin: 0 !important;
    padding: 0;
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000;
    font-family: 'Roboto Mono';
    font-size: 19px;
    height: 50px;
    width: 50px;
}

.single-product.woocommerce .qib-button-wrapper .quantity input.input-text.qty.text, .woocommerce-cart .qib-button-wrapper .quantity input.input-text.qty.text {
    background: transparent;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-family: 'Roboto Mono';
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    width: 50px;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    border-radius: 0px;
}

.single-product.woocommerce div.product form.cart .button {
    min-width: 200px;
    height: 50px;
}

.single-product.woocommerce .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    position: absolute;
    top: 0;
    right: 0;
}

.single-product.woocommerce .product-type-simple .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    top: 30px;
}

.single-product.woocommerce .woocommerce-variation-price {
  display: none !important;
}

.single-product.woocommerce .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    gap: 0px;
    justify-content: center;
}

.single-product.woocommerce .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 25px;
}

.single-product.woocommerce .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.single-product.woocommerce .wpgs-for .slick-arrow {
    top: auto;
    bottom: 20px;
}

.single-product.woocommerce .wpgs-for .flaticon-right-arrow {
    right: 42%;
}

.single-product.woocommerce .wpgs-for .flaticon-back {
    left: 42%;
}

.elementor-widget-form .elementor-field-group .elementor-field {
    padding: 10px;
    box-shadow: none !important;
}

.elementor-field-type-textarea > textarea {
    border: 1px solid #000 !important;
    padding: 10px !important;
}

.ttt-pnwc-notice > i {
    display: none;
}

.ttt-pnwc-message {
    display: flex;
    gap: 25px;
    align-items: baseline;
}

.woocommerce-cart table.shop_table th {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table td a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.woocommerce-cart table.cart img {
    width: 130px;
}

.woocommerce-cart table.shop_table td a.remove,
.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.remove {
    font-size: 0;
    width: 20px;
    margin-top: -15px;
}

.woocommerce-cart table.shop_table td a.remove:before,
.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.remove:before {
    content: '';
    background-image: url('img/close.svg');
    background-size: contain;
    background-position: revert;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.woocommerce-cart table.shop_table td {
    border: none;
    border-top: 1px solid #000;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 155px;
}

.woocommerce-cart table.shop_table {
    border: none;
}

.woocommerce-cart table.cart td.actions {
    padding: 30px 0;
}

.woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
    max-width: 500px;
}

.woocommerce-cart table.cart td.actions .coupon input {
    width: 59%;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #000 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 20px !important;
}

.woocommerce .cart .button[name="update_cart"], 
.woocommerce-cart table.cart td.actions .coupon button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"],
.woocommerce-cart a.button.wc-backward,
.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.add_to_cart_button,
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-checkout form.checkout_coupon button[type="submit"],
form.woocommerce-ResetPassword.lost_reset_password button[type="submit"],
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    background: #000;
    color: #ffff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    max-width: 200px;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #000;
    text-align: center;
    line-height: 32px;
}

.woocommerce .cart .button[name="update_cart"]:hover, 
.woocommerce-cart table.cart td.actions .coupon button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"]:hover,
.woocommerce-cart a.button.wc-backward:hover,
.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.add_to_cart_button:hover,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin:hover,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-checkout form.checkout_coupon button[type="submit"]:hover,
form.woocommerce-ResetPassword.lost_reset_password button[type="submit"]:hover,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:hover {
    background: transparent;
    color: #000;
}

.woocommerce-cart .return-to-shop {
    text-align: center;
}

.woocommerce .cart .button[name="update_cart"][disabled] {
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals h2:after, .woocommerce-page .cart-collaterals .cart_totals h2:after {
    content: '.';
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
    font-size: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-size: 20px;
    padding: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.woocommerce-cart .wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    max-width: 250px;
    width: 100%;
    line-height: normal;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping th, .woocommerce-cart .woocommerce-shipping-totals.shipping td {
    border-bottom: 1px solid #000;
}

.woocommerce-cart .cart_totals .cart-subtotal th, .woocommerce-cart .cart_totals .cart-subtotal td {
    border-bottom: 1px solid #000;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method {
    text-align: left;
    padding: 15px 15px 0;
    margin-bottom: -18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td {
    padding-right: 40px;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    padding-right: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method .amount {
    position: absolute;
    right: 25px;
    font-size: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator > a {
    /* position: absolute; */
    /* left: 12px; */
    /* bottom: 10px; */
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding-left: 16px;
}

.woocommerce-cart .woocommerce form .form-row .input-text, 
.woocommerce-cart .woocommerce form .form-row select {
    height: 47px;
    border-radius: 0;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    border-radius: 0;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"] {
    margin-top: 12px;
    height: 47px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping {
    position: relative;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button::after {
    display: none;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    gap: 10px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form > p {
    width: 49%;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form > p label {
    font-size: 15px;
}

.woocommerce-cart .cart-collaterals ul#shipping_method li label {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 25px;
}

.woocommerce-cart .cart-collaterals ul#shipping_method li {
    margin-bottom: 25px;
}

.woocommerce-wishlist .wishlist-title-container {
    display: none;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td {
    background: transparent;
    border-color: #000;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce-wishlist .woocommerce table.shop_table th {
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-wishlist .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td {
    vertical-align: middle;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-price {
    font-size: 15px;
    font-weight: 700;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.add_to_cart_button {
    /* background: #000; */
    /* color: #fff; */
    padding: 10px;
    display: block !important;
    /* max-width: 200px; */
    /* width: 100%; */
    /* height: 50px; */
    line-height: 31px;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td p {
    margin: 0;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td p br {
    display: none;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-thumbnail {
    width: 130px;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-thumbnail a, .woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-thumbnail img {
    display: inline;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.button.yith-wcqv-button {
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .woocommerce-checkout-payment h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Roboto Mono';
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

.woocommerce-checkout .col2-set .col-1, 
.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    border-top: 1px solid #000;
}

.woocommerce-checkout form {
    font-family: 'Roboto Mono';
}

.woocommerce-checkout form .form-row input.input-text, 
.woocommerce-checkout form .form-row select {
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 15px 10px;
    outline: none;
    font-family: 'Roboto Mono';
}

.woocommerce-checkout form .select2-container .select2-selection {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.woocommerce-checkout form .select2-container .select2-selection,
.select2-results__option {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Mono';
}

.woocommerce-checkout form.login {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 0px;
}

.woocommerce-checkout form.login p.lost_password a {
    font-size: 13px;
    color: #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container.select2-container--open .select2-dropdown--below {
    border: 1px solid #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000;
}

.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout form .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woocommerce-checkout form  .form-row-first, 
.woocommerce-checkout form  .form-row-last {
    width: 100%;
}

.woocommerce-checkout form .form-row label {
    display: none;
}

.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout .woocommerce-account-fields .form-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woocommerce-checkout form .form-row textarea.input-text {
    height: 150px;
    border: 1px solid #000;
    border-radius: 0px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    margin: 20px 0 5px;
    background: transparent;
}

.woocommerce-checkout form .shipping_address {
    padding: 20px 0;
}

.woocommerce-checkout table.shop_table {
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Mono';
    border-collapse: collapse;
}

.woocommerce-checkout table.shop_table td {
    border-color: #000;
    padding: 20px 10px;
}

.woocommerce-checkout table.shop_table tbody th, 
.woocommerce-checkout table.shop_table tfoot td, 
.woocommerce-checkout table.shop_table tfoot th {
    border-color: #000;
    padding: 20px 10px;
}

.woocommerce-checkout table.shop_table td.product-name {
    font-size: 15px;
}

.woocommerce-checkout table.shop_table td:nth-child(even) {
    text-align: right;
    padding-right: 40px;
}

.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: none;
}

.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method {
    text-align: left;
    padding: 15px 15px 0;
}

.woocommerce-checkout .woocommerce-shipping-totals tr.cart-subtotal td {
    padding-right: 40px;
}

.woocommerce-checkout .woocommerce-shipping-totals .order-total td {
    padding-right: 30px;
}

.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method .amount {
    position: absolute;
    right: -7px;
    font-size: 15px;
}

.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method li label {
    width: 100%;
    display: block;
}

.woocommerce-checkout table.shop_table td:nth-child(odd) {
    width: 70%;
}

.woocommerce-checkout table.shop_table .order-total {
    border-bottom: 1px solid #000;
}

.woocommerce-checkout #payment div.payment_box {
    background: transparent;
    padding: 5px 0 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
    position: relative;
    display: flex;
    padding: 0;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-right: 4%;
}

.woocommerce-checkout #payment div.payment_box {
    position: absolute;
    left: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce table.shop_table th:nth-child(even) {
    text-align: right;
    padding-right: 40px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order > div {
    width: 100%;
}

.woocommerce-checkout #payment #place_order {
    position: absolute;
    bottom: -50px;
    right: 0;
}

.woocommerce-checkout #payment {
    order: 1;
    margin-top: 100px;
    background: transparent;
    border-radius: 0px;
    padding: 0;
}

.woocommerce-checkout-review-order > div:first-child {
    order: 2;
}

.woocommerce-checkout .login-wrap {
    float: left;
    width: 50%;
    padding-bottom: 30px;
}

.woocommerce-checkout .login-wrap .woocommerce-info::before,
.woocommerce-checkout .coupon-wrap .woocommerce-info:before  {
    display: none;
}

.woocommerce-checkout .coupon-wrap {
    float: left;
    width: 50%;
}

.woocommerce ul#shipping_method li label {
    font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto Mono';
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    border: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
    background: #000;
    display: block;
    line-height: 50px;
    margin-top: 20px;
}

.woocommerce-checkout-review-order > div:first-child:before{
    content: 'Your order';
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Roboto Mono';
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    margin-top: 140px;
}


.woocommerce-checkout form.checkout_coupon .form-row input.input-text{
    border: 1px solid #000;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping > td > ul {
    width: 700px;
}

.woocommerce form.checkout_coupon {
    display: flex !important;
    align-items: center;
    border: none;
    padding: 0;
    margin: 18px 0;
    flex-wrap: wrap;
}

.woocommerce form.checkout_coupon > p:first-child {
    width: 65%;
}

.woocommerce form.checkout_coupon > p:nth-child(2) {
    width: 35%;
}

.woocommerce-form__label-for-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-form__label-for-checkbox span:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  margin-top: -4px;
}

.woocommerce-form__label-for-checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #000;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 560px;
    margin: 0 auto;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

form.woocommerce-ResetPassword.lost_reset_password label, form.woocommerce-ResetPassword.lost_reset_password label + br {
    display: none;
}

form.woocommerce-ResetPassword.lost_reset_password .form-row .input-text {
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
    text-transform: uppercase;
}

form.woocommerce-ResetPassword.lost_reset_password  .form-row-first, 
form.woocommerce-ResetPassword.lost_reset_password  .form-row-last {
    width: 100%;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000;
}

.coupon-error-notice {
    display: none !important;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: auto;
}

#yith-quick-view-content div.summary {
    overflow: hidden;
}

div#yith-quick-view-content div[id^="product"] {
    background: #EBE6DF;
    padding: 20px;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 0px;
}

.yith-wcqv-head .yith-quick-view-close {
    color: #000;
}

#yith-quick-view-content div.summary {
    font-family: 'Roboto Mono';
    color: #000;
}

.yith-quick-view-content.woocommerce div.summary .price {
    font-size: 25px;
    font-weight: 500;
}

#yith-quick-view-content div.summary.entry-summary .woocommerce-product-details__short-description p {
    font-size: 14px;
}

.yith-quick-view-content.woocommerce div.summary div[itemprop="description"], 
.yith-quick-view-content.woocommerce div.summary .product_meta {
    display: none;
}

.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    line-height: 20px;
    margin-left: 15px;
}

#yith-quick-view-content div.summary h1 {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
}

#yith-quick-view-content .view-product-btn {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-size: 15px;
}

[data-link="active"] {
    text-decoration: underline !important;
}

.wholesale-btn {
    margin-left: auto;
}

.single-product .wholesale-btn {
    margin-right: auto;
    margin-left: 0;
}

.wholesale-btn.elementor-cta--valign-middle .elementor-cta__content h2 {
    border: 2px solid #fff;
    padding: 14.5px;
    text-align: center;
    width: 50%;
    margin-bottom: 0;
}

.wholesale-btn.elementor-cta--valign-middle .elementor-cta__content .elementor-content-item {
    width: 50%;
}

.wc-categories-menu {
    display: flex;
    gap: 5%;
}

.wc-categories-menu a {
    font-size: 15px;
    font-family: 'Roboto Mono';
    font-weight: 400;
}

.switch-button {
  height: 50px;
  text-align: center;
  will-change: transform;
  cursor: pointer;
  transition: 0.3s ease all;
  border: 1px solid #000;
  font-family: 'Roboto Mono';
  max-width: 300px;
}
.switch-button-case {
  display: inline-block;
  background: none;
  width: 48%;
  height: 100%;
  color: #000;
  position: relative;
  border: none;
  transition: 0.3s ease all;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
.switch-button-case:hover {
  color: grey;
  cursor: pointer;
}
.switch-button-case:focus {
  outline: none;
}
.switch-button .active {
  color: #fff;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-out all;
}
.switch-button .active-case {
  color: #fff;
}

.product-description .elementor-widget-container h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -25px;
}

.yt-hero-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.yt-hero-wrap iframe {
    position: absolute;
    top: 50%; left: 50%;
    width: 100vw;
    height: 130vh;
    min-height: 100%;
    min-width: 177.78vh;
    border: none;
    transform: translate(-50%, -50%) scale(1.04);
    pointer-events: none;
}
.yt-hero-cover {
    position: absolute; inset: 0; z-index: 3;
    background: #000; transition: opacity 0.5s ease;
}
.yt-hero-cover.gone { opacity: 0; pointer-events: none; }
.yt-hero-click { position: absolute; inset: 0; z-index: 4; cursor: pointer; }
.yt-hero-controls {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 5;
    display: flex; align-items: center; gap: 4px;
    padding: 60px 24px 24px;
    opacity: 0; transition: opacity .25s ease;
}
.yt-hero-wrap:hover .yt-hero-controls,
.yt-hero-wrap.show-ctrl .yt-hero-controls { opacity: 1; }
.yt-hero-btn {
    background: none; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    transition: background .15s; outline: none; padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.yt-hero-btn:hover { background: rgba(255,255,255,.15); }
.yt-hero-btn svg { width: 26px; height: 26px; fill: #fff; display: block;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.5)); }
@media (max-width: 1320px) {
.yt-hero-wrap {
    height: 78vh !important;
}
}

.yith-wcqv-wrapper .single-product.woocommerce div.product form.cart {
    display: block;
}

.yith-wcqv-wrapper .single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 20px;
}

.yith-wcqv-wrapper .woocommerce div.product form.cart .variations td, 
.yith-wcqv-wrapper .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
}

@media (max-width: 600px) {
    .yt-hero-controls { opacity: 1; padding: 40px 14px 16px; }
    .yt-hero-btn { width: 38px; height: 38px; }
    .yt-hero-btn svg { width: 22px; height: 22px; }
}

@media only screen and (max-width: 1360px) {

    .single-product.woocommerce .product-type-simple .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
        top: 0px;
        margin: 0 0 15px;
    }

    .single-product.woocommerce div.product form.cart {
        display: block;
    }

    .single-product.woocommerce .cfvsw-swatches-container {
        margin-bottom: 15px;
    }

    .single-product.woocommerce .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
        position: relative;
    }

    .elementor-element.elementor-widget-yith_wcwl_add_to_wishlist {
        margin: 20px 0 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
        margin-inline-start: 2px !important;
    }
}

@media only screen and (max-width: 1024px) {

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product img {
        height: 350px;
    }

    .elementor-widget-container ul {
        margin: 0 !important;
    }

    li.menu-logo {
        display: none !important;
    }

    .e--pointer-underline .elementor-item:after {
        bottom: -15px !important;
    }

    .elementor-nav-menu--main .elementor-nav-menu ul {
        position: relative !important;
        margin: 0 !important;
        top: 23px !important;
    }

    .helleo__carousel_items .item .wrap .left {
        padding-right: 20px;
    }

    .elementor-element.elementor-widget-image-carousel .swiper .elementor-swiper-button-next {
        right: 1cqb;
    }

    .elementor-element.elementor-widget-image-carousel .swiper .elementor-swiper-button-prev {
        left: 10px;
    }

    .single-product.woocommerce .wpgs-for .flaticon-right-arrow {
        right: 10px;
    }

    .single-product.woocommerce .wpgs-for .flaticon-back {
        left: 10px;
    }

    .wpgs-lightbox-icon::before {
        display: none;
    }

    .wc-categories-menu {
        display: block;
    }

    .wc-categories-menu a {
        display: block;
        margin-bottom: 10px;
    }

    .elementor-element.elementor-widget-yith_wcwl_add_to_wishlist {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product img {
        height: 230px;
    }

   .single-product.woocommerce div.product form.cart .button {
	    margin: 0 5px;
	}

    body .qib-button-wrapper {
        float: none !important;
        justify-content: flex-start !important;
    }

    .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
        font-size: 28px;
    }

    .woocommerce-cart table.shop_table td a.remove, .woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td a.remove {
        margin-top: -23px;
    }

    .woocommerce-cart table.cart td.actions .coupon {
        max-width: 100%;
    }

	.wholesale-btn.elementor-cta--valign-middle .elementor-cta__content .elementor-content-item {
		width: 100%;
	}

    .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method {
        padding: 0;
    }

    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
        float: none;
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 13px;
    }

    .woocommerce-cart .cart-collaterals ul#shipping_method li {
        margin-bottom: 10px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method .amount {
        right: 10px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator > a {
        padding-left: 0px;
    }

    .woocommerce table.shop_table_responsive tr td[data-title="Subtotal"]:before,
    .woocommerce-cart .cart-collaterals .cart_totals .order-total td[data-title="Total"]:before {
        display: inline;
    }

    .woocommerce table.shop_table_responsive tr td[data-title="Subtotal"]:before {
    }

    .woocommerce table.shop_table_responsive tr td[data-title="Subtotal"] {
        display: flex;
        padding-right: 10px !important;
    }

	.wholesale-btn.elementor-cta--valign-middle .elementor-cta__content .elementor-content-item a {
		width: 100%;
	}

    .helleo__carousel_items .item .wrap .left {
        width: 100%;
        order: 2;
    }

    .helleo__carousel_items .item .wrap > div {
        width: 100%;
        order: 1;
    }

    .helleo__carousel_items .slick-prev, 
    .helleo__carousel_items .slick-next {
        bottom: 0;
        top: 0;
        position: relative;
    }

    .helleo__carousel_items .helleo__gallery_arrows.des {
        display: none;
    }

    .helleo__carousel_items .helleo__gallery_arrows.mob {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }

    .helleo__carousel_items .item .list_title {
        margin-top: 40px;
        font-size: 28px;
    }

    .helleo__carousel_items .slick-next {
        right: 0;
        left: auto;
    }

    .helleo__carousel_items .helleo__right_gallery img {
        height: 400px;
    }


    .helleo__carousel_items .item .list_subtitle {
        font-size: 20px;
    }

    .slick-prev:before, .slick-next:before {
        width: 40px;
        height: 40px;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product.view-more-btn .button {
        font-size: 11px;
        max-width: 160px;
        height: 40px;
        line-height: 40px;
    }

    .single-product.woocommerce .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
        position: relative;
        top: 0;
        left: 0;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .woocommerce-loop-product__title {
        left: 10px;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .price {
        left: 10px;
    }

    .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.yith-wcqv-button {
        width: 25px;
        height: 25px;
    }

    .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .button.button.yith-wcqv-button {
        right: 10px;
        background-repeat: no-repeat;
        bottom: 100px;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .yith-wcwl-add-to-wishlist-button svg {
        width: 17px;
        height: 17px;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .yith-add-to-wishlist-button-block {
        right: 13px;
        bottom: 60px;
    }

    .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product:hover .button.button.add_to_cart_button {
        right: 13px;
    }

    .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button {
        width: 27px;
        height: 27px;
    }

    .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button.button.add_to_cart_button:before {
        width: 15px;
        height: 15px;
        margin: 5px;
    }

    .elementor-wc-products.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
        font-size: 17px;
    }

    .woocommerce-checkout .coupon-wrap {
        width: 100%;
    }

    .woocommerce-checkout form.checkout_coupon button[type="submit"] {
        font-size: 12px;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout h3#order_review_heading, .woocommerce-checkout .woocommerce-checkout-payment h3 {
        font-size: 24px;
    }

    .woocommerce-checkout .woocommerce-account-fields .form-options {
        display: block;
    }

    .woocommerce-checkout #payment ul.payment_methods {
        display: block;
    }

    .woocommerce-checkout #payment div.payment_box {
        position: relative;
        margin: 0;
    }

    .woocommerce-checkout-review-order > div:first-child:before {
        margin-top: 0;
    }

    .woocommerce-checkout #payment #place_order {
        bottom: -85px;
    }

    .woocommerce-checkout table.shop_table td:nth-child(even) {
        padding: 15px 0;
    }

    .woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method {
        padding: 0;
    }
}