/*!
Theme Name: helloaminos
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: helloaminos
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.

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

/* 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: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

/* CUSTOM CSS */

/* Main page */
#main-swiper .swiper{
	padding-top: 20px;
}
/* Cart css */

.shipping__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8px;
}

.current__value {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 24px;
    margin-left: 17px;
    position: relative;
}

.free,
.cta {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 24px; 
}

.accent {
    color: #0067FF;
}

.free {
    position: relative;
    right: 24px;
}

.free:before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -28px;
    top: -2px;
    content: "1";
    color: transparent;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2024/04/Truck.png');
    background-position: center;
    background-size: cover;
}

.free:after {
    width: 37px;
    height: 37px;
    position: absolute;
    right: -45px;
    top: 0px;
    content: "1";
    color: transparent;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2024/04/arrow.png');
    background-position: center;
    background-size: cover;
}

.current__value:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -17px;
    bottom: 6px;
    display: block;
    border-radius: 2px;
    background: #0067FF;
    content: "1";
    color: transparent;
}

.terms__block {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #383535;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.terms__block a {
    color: #0067FF !important;
}

/* Bars */

.bars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.progress-bar {
	width: 100%;
	height: 10px; 
	border-radius: 2px;
	overflow: hidden; 
}

.progress-bar:first-child {
    width: 30%;
}

.progress {
    height: 100%; 
    background-color: #0067FF;
}

.progress.process {
    background-color: #0067FF2E;
    background-image: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
    background-size: 20px 20px;
}

@keyframes progressZero {
  0% { width: 0%; }
  100% { width: 0%; }
}

.progress-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 10px 10px;
}

/* Filter modal */

input.filter__search {
    padding: 10px 18px 10px 46px;
    width: 100%;
    background-color: #FCFCFD;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    position: relative;
}

.search__wrapper:before {
    content: '1';
    color: transparent;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2024/03/b775112f6cfcfb439d56db64382f7731.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 16px;
}

.filter__category {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.text-text.field {
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-text.field label {
    color: #111111;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
}

input[type="checkbox"] {
  border-color: red !important;
  width: 18px;
  height: 18px;
}

.filter__tags {
    display: flex;
    flex-direction: row !important;
    gap: 12px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.checkbox-label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    padding: 6px 12px !important;
    border-radius: 12px !important;
    border: 1px solid #0067FF33;
    background-color: #0067FF33;
    transition: background-color 0.3s ease;
    color: #111111;
    font-family: 'Poppins' 500;
    line-height: 20px;
    font-size: 14px;
}

.checkbox-label:hover {
	background-color: #0067FF !important;
	color: white !important;
}

.checkbox-input {
	display: none;
}

.checkbox-input:checked + .checkbox-label {
	border-color: #0067FF;
	font-weight: 600;
}

.checkbox-close {
	display: none;
	margin-left: auto;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

.checkbox-input:checked + .checkbox-label .checkbox-close {
	display: block;
	margin-inline-start: 8px;
}

.filter__submit {
	transition: transform 0.4s;
}

.filter__submit:hover {
	transform: scale(1.02)
}

#elementor-popup-modal-1199::-webkit-scrollbar {
	width: 8px;
}

#elementor-popup-modal-119::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#elementor-popup-modal-119::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#elementor-popup-modal-119::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Main filter - product page */

.select-item {
    position: relative;
    display: inline-block;
}

.custom-select {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    width: 139px;
    padding: 8px;
    border: 1px solid #EAECF0;
    border-radius: 10px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select:focus {
    border-color: #0067FF;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230067FF"><path d="M13.354 6.354L8.354 11.354a.5.5 0 0 1-.708 0l-5-5a.5.5 0 1 1 .708-.708L8 10.293l4.646-4.647a.5.5 0 0 1 .708.708z"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1014px) {
	.elementor-128 .elementor-element.elementor-element-36ac47a1 { /* fix sortBy width & position */
		width: 100%;
		justify-content: start;
	}
}

/* Product Grid */

.productsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.productsGrid strong{
	font-weight: 400 !important;
}

.product__card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    background: #F7F7FD;
    border-radius: 24px;
	transition: 0.2s;
	justify-content: space-between;
}

.product__card:hover{
	box-shadow: 0 0 15px #ccc;
	transform: scale(1.01, 1.01);
	cursor: pointer;
}

.product__top {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.product__tags {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: end;
}

.tag {
    background: #B7D4FF33;
    padding: 6px 20px;
    border-radius: 28px;
    color: #0067FF;
    font-size: 14px;
    line-height: 20px;
	font-weight: 500;
    font-family: 'Poppins';
}

span.elementor-post-info__terms-list-item {
    color: #0067ff;
}

.product__feature {
    width: 100% !important;
    height: 100%;
    max-height: 358px;
    max-width: 352px;
    object-fit: cover;
}

.product__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.product__card {
    height: 100%;
}

.card__content {
	height: 100%;
}

.product__price {
    color: #0067FF;
    font-size: 24px;
    font-family: 'Poppins';
	font-weight: 500;
    line-height: 32px;
    text-align: center;
}

.product-btn {
	display: flex;
	justify-content: center;
}

.product__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.product__title {
    color: #111111;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
	margin: 0;
}

.product__desc {
    color: #ACACAC;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
	margin: 0;
}

.product__add {
    color: #0067FF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 100px;
    border: 1px solid #0067FF;
    border-radius: 28px;
    background: transparent;
    transition: all 0.35s;
    cursor: pointer;
	width: 100%;
}

.product__add:hover {
    background: #0067FF;
    color: white;
    transform: scale(1.02);
}

.card__info-wrapper {
    height: 100% !important;
}

@media screen and (max-width: 1280px) {
    .productsGrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
    .productsGrid {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}

/* Pagination product grid */

ul.pagination {
    margin: 0;
}

.pagination {
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 0;
}

.pagination li {
	margin: 0 6px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	color: rgba(90, 90, 90, 0.9);
	font-weight: 700;
	font-size: 17px;
}

a.page.active{
	color: #0067FF;
}

a.prev svg {
    transform: rotate(180deg);
}

a.prev.disabled,
a.next.disabled,
#cartBuyBtn.disabled div div a {
	opacity: 0.4;
	cursor: none;
}

.pagination li:first-child a,
.pagination li:last-child a {
	border: 1px solid #EAECF0;
	background-color: #FCFCFD;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 10px;
}
  
.pagination a:hover {
	background-color: #f0f0f0;
}

/* Dropdown menu */

.sub-menu {
    padding: 8px 16px !important;
    box-shadow: 0px 4px 80px 0px #35363F14;
}

.elementor-sub-item {
    padding: 18px 0px !important;
    border-radius: 0px !important;
}

.elementor-sub-item.elementor-item-active {
    background: white !important;
    color: #111111 !important;
	transition: color 0.3s;
}

.elementor-sub-item.elementor-item-active:hover {
	background-color: #0067FF33 !important;
}

/* Modal Cart */

.cart__btn {
	position: relative;
}

.cart__badge {
	display: none;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: white;
    background: #0067FF;
    border-radius: 100%;
	align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

#addedProducts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	height: 100%;
	max-height: 400px;
	overflow-y: auto;
	position: relative;
	padding: 24px 32px;
}

button#cart_increment img {
    position: relative;
    top: -2px;
}

button#cart_decrement img {
    position: relative;
    top: -1px;
}

#addedProducts::-webkit-scrollbar {
    width: 5px;
}

#addedProducts::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#addedProducts::-webkit-scrollbar-thumb {
    background: #5A5A5AE5;
    border-radius: 5px;
}

#addedProducts::-webkit-scrollbar-thumb:hover {
    background: #5A5A5AE5;
}

.cart-item {
	display: flex;
	padding: 24px;
	border: 1px solid #EAECF0;
	gap: 16px;
	border-radius: 16px;
}

.cart-item img {
	max-height: 80px;
	width: auto;
}

.cart-item__col {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    width: 100%;
	gap: 16px;
}

.cart-item__row {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.cart-item__row:last-child {
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid #EAECF0;
}

.cart-item__content {
    display: flex;
    align-items: center;
    gap: 16px;
}


.cart-item__row p {
	margin: 0;
}

.cart-item__price span {
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.cart-item__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: start;
}

.cart-item__info a {
	color: #111111;
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
	text-decoration: none;
	margin: 0;
}

.cart-item__quantity {
    display: flex;
    align-items: center;
	gap: 10px;
}

.cart-item__quantity button {
	border-radius: 28px;
    border: 1px solid #EAECF0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
	cursor: pointer;
}

.remove-item {
	border: 0;
	display: flex;
	padding: 4px;
	justify-content: center;
	align-items: center;
	background: transparent;
	transition: transform 0.3s;
	cursor: pointer;
}

.remove-item:hover {
	transform: scale(1.04);
}

.cart__value {
	color: #5A5A5A80;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.cart__value.total {
	color: #111111;
	font-size: 24px;
	line-height: 32px;
}

@media screen and (max-width: 767px) {
	.cart-item {
		flex-direction: column;
		align-items: center;
	}

	.cart-item img {
		max-width: 86px;
		height: auto;
	}

	.cart-item__row:first-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.elementor-element.elementor-element-966b395.elementor-absolute.elementor-widget.elementor-widget-html {
		top: 2px;
		right: 2px;
	}

	.cart__badge {
		font-size: 8px;
		width: 16px;
    	height: 16px;
	}
}

/* Calculator page */

.items label {
	display: inline-block;
	padding: 10px 20px;
	border: solid 1px #EAECF0;
	border-radius: 28px;
	transition: all 0.3s;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
  }
  
  .items input[type="radio"] {
	display: none;
  }
  
  .items input[type="radio"]:checked + label {
	border: solid 1px #0067FF;
	background: #0067FF33;
	font-weight: 600;
  }

/* Single product */

[id^="product-"] {
    max-width: 1280px;
	margin: 150px auto 100px;
}

.woocommerce div.product div.images img { /* product main img */
	max-height: 500px;
    width: auto;
    margin: 0 auto;
    margin-right: 0;
}

.woocommerce-product-gallery{
	display: flex;
}

.woocommerce-product-gallery>div{
	flex:1 1;
	order: 2;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	float: none;
	width: 100% !important;
}

.woocommerce div.product div.summary {
	margin-top: 0;
}

.woocommerce div.product div.images .flex-control-thumbs{
	order: 1;
	max-width: 120px;
	margin-right: 10px;
}

.woocommerce-product-gallery__wrapper ~.slider__control{
	display: none;
}

td.value select {
	display: none !important;
}

.woocommerce div.product .product_title {
	margin: 0;
	font-size: 40px;
	font-family: 'Poppins';
	font-weight: 500;
	line-height: 48px;
	color: #111111;
}

.woocommerce-product-details__short-description p {
	margin: 16px 0 0;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 400;
	line-height: 24px;
	color: #4E4E4E;
}

.e-n-tabs-heading {
    width: 100%;
    flex-wrap: nowrap;
}

.e-n-tabs-heading button {
    width: 100%;
    white-space: nowrap !important;
}

/* Single product meta */

.product_meta {
	padding: 24px 0px;
	border-bottom: 1px solid #EAECF0;
}

.product_meta,
.product_meta div {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.product_meta div a {
	padding: 6px 20px;
    background: #ebf0fd;
    border-radius: 28px;
    color: #111111;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
}

.product_meta a:active,
.product_meta a:focus{
	outline: none;
	border: none;
}

.product-tags a {
	color: #0067FF !important;
}

/* Single product price */

.price__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #EAECF0;
	gap: 12px;
}

.price {
	margin: 0;
	width: 100%;
	min-width: fit-content;
	flex:1 1;
}

.price,
.price span {
    color: #111111 !important;
	font-size: 40px !important;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 56px;
}

@media screen and (max-width: 1280px) {
	.price__row {
		flex-direction: column;
		align-items: start;
	}
}

/* Product discount banner */

.banner {
	color: #5A5A5AE5;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	max-width: 482px;
}

.banner strong {
	color: #0067FF;
}

@media screen and (max-width: 1280px) {
	.banner {
		width: 100%;
	}
}

/* Single product variations */

.aminos-variation-radios {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
	padding: 12px 0;
}

.aminos-variation-radios label {
	display: inline-block;
	padding: 10px 20px;
	border: solid 1px #EAECF0;
	border-radius: 28px;
	transition: all 0.3s;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}
  
.aminos-variation-radios label:hover{
	border: solid 1px #0067FF;
}

.aminos-variation-radios input[type="radio"] {
	display: none;
}

.aminos-variation-radios input[type="radio"]:checked + label {
	border: solid 1px #0067FF;
	background: #0067FF33;
	font-weight: 600;
}

.variation__value {
	padding-top: 28px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #111111;
}

.variation__value span:first-child {
	color: #5A5A5A80;
	font-weight: 500;
}

/* Single product quantity */

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
	/* border-top: 1px solid #EAECF0; */
}

.quantity-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
}

.quantity-block.simple {
	border-top: 0;
}

#quantity-control {
    display: flex;
    align-items: center;
	gap: 10px;
}

#quantity-control button {
	border-radius: 28px;
	border: 1px solid #EAECF0;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
}

#quantity-control button:hover{
	border: solid 1px #0067FF;
}

.woocommerce .quantity .qty,
.quantity {
	display: none !important;
}

#quantity-value {
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #111111;
}

.quantity-info {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #111111;
}

.quantity-info span:first-child {
	color: #5A5A5A80;
	font-weight: 500;
}

/* Product buttons */

.product__action {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
}

.product__action button,
.woocommerce div.product form.cart .button {
	padding: 10px 18px;
	border: 1px solid #0067FF;
	border-radius: 28px;
	width: 100%;
	max-width: 250px;
	background: white;
	color: #0067FF;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 24px;
	transition: all 0.3s;
}

.product__action button.action__buyNow {
	background: #0067FF;
	color: white;
	cursor: pointer;
}

.woocommerce div.product form.cart .button:hover,
.product__action button.action__buyNow:hover {
	background: #0067FF;
	color: white;
	transform: scale(1.03);
}

button.action__buyNow.disabled {
    opacity: 0.5;
	cursor: not-allowed;
}

.product__action.added:after {
    content: 'added';
    background: #f0fdf4;
    padding: 10px 24px;
    border-radius: 32px;
    border: 1px solid #4ade80;
    color: #4ade80;
    text-transform: capitalize;
    font-weight: 600;
}

/* Product gallery */

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 16px;
}

.woocommerce-product-gallery__image.flex-active-slide a img {
	max-height: 590px;
	max-width: 500px;
	border-radius: 32px;
}

ol.flex-control-nav.flex-control-thumbs {
    overflow: auto;
    max-height: 590px;
	position: relative;
}

button.slider__control {
	position: absolute;
	left: 29px;
	z-index: 10;
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid #EAECF0;
	max-width: 40px;
	max-height: 40px;
	background: #FCFCFD;
	display: flex;
	justify-content: center;
	align-items: center;
}

button.slider__control.prev {
	top: -15px;
}

button.slider__control.next {
    bottom: -15px;
}

button.slider__control img {
    width: 20px !important;
    height: 20px !important;
    max-width: unset;
}

button.slider__control.prev img {
    transform: rotate(180deg);
}

button.slider__control.prev.disabled img,
button.slider__control.next.disabled img {
	opacity: 0.2;
}

@media screen and (max-width: 1280px) {
	.woocommerce div.product {
		padding: 0 16px;
	}
}

@media screen and (max-width: 767px) {
	#main-swiper .woocommerce div.product {
		padding: 0;
	}
}

/* Single product addbtn */
form.cart {
    margin: 12px 0 0;
}

/* Hide default woocommerce elements */

.woocommerce-message {
	display: none !important;
}

.stock.in-stock {
    display: none !important;
}

/** loadeer */
.lds-default {
	/* change color here */
	color: #0067FF;
  }
  .lds-default,
  .lds-default div {
	box-sizing: border-box;
  }
  .lds-default {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-default div {
	position: absolute;
	width: 6.4px;
	height: 6.4px;
	background: currentColor;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 36.8px;
	left: 66.24px;
  }
  .lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22.08px;
	left: 62.29579px;
  }
  .lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11.30421px;
	left: 51.52px;
  }
  .lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7.36px;
	left: 36.8px;
  }
  .lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11.30421px;
	left: 22.08px;
  }
  .lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22.08px;
	left: 11.30421px;
  }
  .lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 36.8px;
	left: 7.36px;
  }
  .lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 51.52px;
	left: 11.30421px;
  }
  .lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62.29579px;
	left: 22.08px;
  }
  .lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66.24px;
	left: 36.8px;
  }
  .lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62.29579px;
	left: 51.52px;
  }
  .lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 51.52px;
	left: 62.29579px;
  }
  @keyframes lds-default {
	0%, 20%, 80%, 100% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.5);
	}
  }
