/*!
Theme Name: eSIM Power
Theme URI: http://underscores.me/
Author: Community\'s Power
Author URI: https://communityspower.com/
Description: Discover our sleek WordPress eSIM Store Theme, perfect for showcasing and selling eSIM plans, and a user-friendly interface, all optimized for a seamless shopping experience.
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: esim-power
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.

eSIM Power 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
--------------------------------------------------------------*/
:root {
	--bodyColor: #000;
	--bodySecondaryColor: #CCE3F6;
	--textColor: #000;
	--borderColor: #CCE3F6; 
	--mainColor: #008CFF;
    --page-title-display: block;
}

/* 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: url(imgs/hero-banner.png) no-repeat;
	color: var(--textColor);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100vh;
    overflow-x:hidden;
}
body::before {
    content: "";
    background: linear-gradient(0deg, #EFF8FF 0%, rgba(239, 248, 255, 0.00) 100%);
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

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: var(--mainColor);
}

a:visited {
	color: var(--mainColor);
}

a:hover,
a:focus,
a:active {
	color: var(--mainColor);
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #000;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 15px 0;
	border: 0;
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
	background: transparent;
	color: #000 !important;
}

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 {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  outline: none;
  margin: 0;
}

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

.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;
	color: #fff;
}
.elementor-widget-nav-menu .e--pointer-framed .elementor-item {
    padding: 16px 35px !important;
    flex-grow: 1;
}
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before {
    border: 1px solid #fff;
    border-radius: 30px;
}

.elementor-nav-menu__align-start .elementor-nav-menu {
    gap: 10px;
}
/* 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;
		gap: 30px;
	}
}

.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 {
}
article.page,
article.post,
.not-found {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.updated:not(.published) {
	display: none;
}
.home article.page {
    max-width: 100%;
}
.page-content,
.entry-content,
.entry-summary {
}

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

.entry-header h1.entry-title,
.category-search h1.page-title,
h1.elementor-heading-title.elementor-size-default {
    display: block;
    background: linear-gradient(180deg, #FFF 4.74%, #B2DDFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.92px;
}

article.type-post {
    max-width: 1280px;
    margin: 0 auto 80px;
}

article.type-post h1.entry-title {
    margin-bottom: 0;
}

article.type-post .entry-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 80px;
}

article.type-post .entry-header .entry-meta {
    display: flex;
    justify-content: center;
}

article.type-post .post-thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

article.type-post .post-thumbnail img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}
span.byline {
    display: none;
}
.home .entry-header {
    display: none;
}
/* 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;
}

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

/* Global
  --------------------------------------------- */

.container,
.woocommerce-page .site-main {
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.full-width {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
/* Header
  --------------------------------------------- */
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--bodySecondaryColor);
	position: sticky;
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--borderColor);
	z-index: 99;
}
.site-header .site-title {
	margin: 0;
	line-height: 0;
}

.site-header .custom-logo-link {
	max-width: 200px;
	display: inline-flex;
}

/* Search
  --------------------------------------------- */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
}

/* Products widgets
  --------------------------------------------- */
.products-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
}

@media screen and (max-width: 768px) {
	.products-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.products-grid .product-item a {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 24px;
	height: 100%;
	color: var(--textColor);
	transition: all 0.3s ease;
	text-decoration: none;
}

/* .products-grid .product-item a:hover {
	background-color: var(--bodySecondaryColor);
} */

.products-grid .product-item a img {
	width: 86px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
	border: 1px solid var(--borderColor);
}

.products-grid .product-item a .product-title {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

.products-grid .product-item a .price {
	font-size: 25px;
	text-align: left;
	font-family: Inter;
	font-weight: 300;
	letter-spacing: -0.72px;
}

.products-grid .product-info {
	display: flex;
	flex-direction: column;
}

/* Product list
  --------------------------------------------- */
.woocommerce-products-header__title.page-title {
	text-align: center;
	margin: 100px 0;
}
.category-search h1.page-title {
    margin: 0;
}

.category-search {
    margin: 100px 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
	.category-search {
		margin: 50px 0;
	}
	
}
.woocommerce-page main {
    padding-bottom: 80px;
}
/* Pagination
  --------------------------------------------- */
nav.woocommerce-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

nav.woocommerce-pagination ul {
	list-style: none;
	text-align: center;
	text-decoration: none;
	margin: 2rem auto;
	display: flex;
	align-items: center;
	padding: 0;
	gap: 5px;
}
nav.woocommerce-pagination li span.current,
nav.woocommerce-pagination li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	color: var(--textColor);
	justify-content: center;
	border: 1px solid var(--borderColor);
}

nav.woocommerce-pagination li a {
	color: #fff;
	text-decoration: none;
	background: var(--bodySecondaryColor);
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	color: var(--textColor);
}
nav.woocommerce-pagination li span.current,
nav.woocommerce-pagination li:hover a {
	background: transparent;
	border-color: var(--borderColor);
}
nav.woocommerce-pagination li span.current {
	color: var(--textColor);
}



/* Fibo Search
--------------------------------------------- */
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
	padding: 0 !important;
}


/* Single product
--------------------------------------------- */
.product .product_content_wrapper {
    display: flex;
    gap: 50px;
    margin: 100px 0;
    align-items: center;
}

@media screen and (max-width: 1024px) {
	.product .product_content_wrapper {
		flex-direction: column;
		margin: 30px 0 40px;
		gap: 0;
	}
	
}

.product .product-images-wrapper {
    max-width: 450px;
	border: 1px solid var(--borderColor);
}

.product .woocommerce-product-details__short-description ul {
    margin: 0;
    padding: 0 0 0 22px;
    color: #fff;
}

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


.product .variations {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.product .variations {
		grid-template-columns: repeat(3, 1fr);
	}
	
}

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

@media screen and (max-width: 480px) {
	.product .variations {
		grid-template-columns: repeat(1, 1fr);
	}
	
}

.product .single-variation {
	background: rgb(179 209 235 / 40%);
	padding: 24px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.70);
}
.product .single-variation ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 24px;
	padding: 24px;
}

.product .single-variation ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #CCE3F6;
	font-size: 18px;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 33px */
	letter-spacing: -0.44px;
}

.product .single-variation .single_add_to_cart_button {
	display: block;
	width: 100%;
	float: none;
	transition: all ease 0.3s;
}

.product .single-variation ul li:last-child {
	border-bottom: 0;
}
h1.product_title.entry-title {
    margin: 0.67em 0;
    display: block;
    color: #fff;
}

.product .single-variation .quantity {
    display: flex;
    align-items: center;
}

.product .single-variation .quantity input.quantity {
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1;
    text-align: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    pointer-events: none;
    font-size: 20px;
    font-weight: 5000;
}
.product .single-variation .quantity button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
}
.product .single-variation .quantity button:hover, .product .single-variation .quantity button:focus {
    background: #000;
    color: #fff !important;
    opacity: 0.7;
}
/* Product Tabs */
/* --------------------------------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    gap: 20px;
    display: flex;
    border-radius: 100px;
    border: 1px solid #fff;
    background: #E5F3FF;
    backdrop-filter: blur(18.899999618530273px);
    padding: 16px 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    z-index: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    padding: 16px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    user-select: none;
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    background: var(--bodySecondaryColor);
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin: 70px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce-product-attributes-item__value p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 10px 10px;
	}

	tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_plan {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
/* Cart
--------------------------------------------- */
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 1px solid var(--borderColor);
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid var(--borderColor);
}

.woocommerce-cart .wc-block-components-product-name {
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.woocommerce-cart .wc-block-components-totals-wrapper {
    border-top: 1px solid var(--borderColor);
}

.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
    padding-right: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 15px;
    background: var(--bodySecondaryColor);
}

.woocommerce-cart .wc-block-components-button {
    background: #000;
    margin: 30px 0 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all ease 0.3s !important;
    border-radius: 30px;
}

.woocommerce-cart .wc-block-components-button span {
    color: inherit;
}


.woocommerce-cart .wc-block-components-button:hover {
    border-color: var(--mainColor);
    background: transparent;
    color: var(--mainColor);
}
.woocommerce-cart button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    margin-top: 0;
}

.wc-block-cart-item__image img {
	border: 1px solid var(--borderColor);
}

span.elementor-button-icon-qty {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
}
.wc-block-components-totals-coupon.wc-block-components-panel button.wc-block-components-panel__button {
    color: #fff;
}

/* Checkout
--------------------------------------------- */
.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid var(--borderColor);
    background: var(--bodySecondaryColor);
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--mainColor);
    border: 0;
    box-shadow: none;
    font-weight: bold;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: 1px solid var(--borderColor);
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
    background: var(--bodySecondaryColor);
}
.wc-block-components-order-summary.wc-block-components-panel button.wc-block-components-panel__button {
    color: #fff;
}

.wc-block-components-totals-coupon.wc-block-components-panel button.wc-block-components-panel__button {
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
}

/* Messages
--------------------------------------------- */

.woocommerce-message {
    margin: 30px 0;
    padding: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-direction: row-reverse;
}

.product-notice.container {
    padding: 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    /* background-color: #d9534f; */
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    background: #000000;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* My Account
--------------------------------------------- */
#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
@media (max-width: 768px) {
	#customer_login {
		grid-template-columns: 1fr;
	}
	
}
.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce {
	width: 100%;
	max-width: 1200px;
	margin: 70px auto;
	display: flex;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul {
	list-style: none;
	border: 1px solid var(--borderColor);
	margin: 0;
	gap: 10px;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	padding-right: 40px;
	max-width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid var(--borderColor);
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul li:last-child a {
	border-bottom: 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul li.is-active {
	background: var(--bodySecondaryColor);
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul li.is-active a {
	color: var(--textColor);
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul li a:hover {
	background: var(--bodySecondaryColor);
	color: var(--textColor);
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce ul li a {
	text-decoration: none;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce-info,
.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce-noreviews,
.woocommerce-account .elementor-widget-woocommerce-my-account p.no-comments {
    background: var(--bodySecondaryColor);
    color: var(--textColor);
    padding: 10px 20px;
}


.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before {
    content: " ";
    display: table
}

.woocommerce form .form-row::after,.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}
.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: var(--bodySecondaryColor) !important;
    padding: 10px 20px;
}

.woocommerce-table.order_details th, .woocommerce-table.order_details td {
    padding: 10px;
}

.woocommerce-table ul.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
}

.woocommerce-table ul.wc-item-meta li p {
    margin: 0;
}
.woocommerce-account header.entry-header {
    display: none;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
    text-align: left;
    padding: 15px;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th {
    padding: 15px;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th {
    text-align: left;
    padding: 15px;
    font-size: 20px;
}

/* Success page
--------------------------------------------- */
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0;
    padding-left: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background: #222;
    border-collapse: collapse;
}

.woocommerce-order th,.woocommerce-order td {
    text-align: left;
    padding: 10px;
    border: 1px solid #000;
}

.woocommerce-order ul.wc-item-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-order ul.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-order ul.wc-item-meta li p {
    margin: 0;
}