/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


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

body {
	display: grid;
    grid-template-columns: 332px calc(100% - 332px);
    grid-template-areas:
        "nav content"
        "nav footer";
	overflow-x: hidden;
}

body.elementor_library-template-elementor_canvas {
	display: block !important;
}

body .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, 
body .e-con>.elementor-widget>.elementor-widget-container {
	height: auto;
}

/* remove the below if you don't want smooth scrolling */
html,
body {
  scroll-behavior: smooth;
}

.arc-run {
	text-decoration: underline;
	text-transform: lowercase !important;
}

header {
	grid-area: nav;
}

div[data-elementor-type="wp-page"], 
div[data-elementor-type="product"],
div[data-elementor-type="single-page"]{
	grid-area: content;
}

footer {
	grid-area: footer;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

p a {
	color: #474747;
	font-weight: 600;
}

.ame-extender.elementor-element {
	flex: 1;
}

.arc-content p:last-child {
	margin-bottom: 0;
}

.arc-content H1, H2, H3, H4, H5 {
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

.arc-content ul {
	margin-bottom: 30px;
}

.arc-content li {
	margin-bottom: 10px;
}

.arc-content li:last-child {
	margin-bottom: 0;
}

.arc-content p a {
	color: #474747;
	font-weight: 600;
}

figure a {
	color: #474747;
}

.arc-faq p a {
	color: #474747;
	font-weight: 600;
}

.arc-faq .e-n-accordion-item {
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
}

.arc-gallery img {
    height: 316px;
    width: 100%;
    object-fit: cover;
}

.arc-content .gallery {
	display: flex;
	gap: 20px;
}

.arc-content .gallery-item {
	width: 50%;
}

.page-id-85 .arc-content > .elementor-widget-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.page-id-85 .arc-content > .elementor-widget-container table {
	width: 605px;
}

.page-id-85 .arc-content > .elementor-widget-container table tr,
.page-id-85 .arc-content > .elementor-widget-container table tr td {
	background: transparent;
}

.page-id-85 .arc-content > .elementor-widget-container table tr td:first-child {
	font-weight: 700;
}

.ame-btn__with-icon .elementor-button-content-wrapper {
	align-items: center;
}

.ame-btn__with-icon .elementor-button-icon {
	display: flex;
	align-items: center;
}

/* Header */
.ame-header__nav .eael-simple-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
}

.ame-header__nav .eael-simple-menu > .menu-item .eael-simple-menu-indicator {
	right: 0;
}

/* Product Archive */
.ame-product,
.ame-product__image,
.ame-product__quick-view {
	transition: all ease-out .3s;
}

.ame-product.is-sold-out .ame-product__content,
.ame-product.is-sold-out .ame-product__add-to-cart {
	opacity: .3;
}

.ame-product:hover .ame-product__image {
	opacity: .3;
}

.ame-product:hover .ame-product__quick-view {
	visibility: visible;
	opacity: 1;
	transition: all ease-out .3s;
}

.ame-product__quick-view {
	visibility: hidden;
	opacity: 0;
}

.ame-product__image,
.ame-product__image > .elementor-widget-container{
	width: 100% !important;
}

.arc-product__title a:hover {
    color: #000 !important;
}

.ame-product__add-to-cart {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.elementor-widget-woocommerce-product-price p.price,
.elementor-widget-woocommerce-product-price span.price {
	color: var( --e-global-color-primary ) !important;
}

.ame-quick-view .ame-quick-view__image-gallery .jet-gallery-swiper-thumb img {
	height: 118px;
	object-fit: cover;
}

.woocommerce div.product .out-of-stock {
    margin-top: 20px;
    font-weight: 600;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.cart .button {
	font-size: 14px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    background: #000 !important;
    border-radius: 30px !important;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
	height: 43px !important;
    width: 145px !important;
    text-transform: uppercase !important;
}

.cart .button:hover {
	background: #464646 !important;
}

.jet-listing-grid__loader {
    margin-top: 35px;
}

/* Shop */
.woomotiv-close {
	color: #FFF !important;
	line-height: 16px;
}

.woomotiv-popup {
    background-color: #ffffffa1 !important;
	box-shadow: 0px 6px 23px -1px rgba(0, 0, 0, 0.11);
}

.woomotiv-popup:hover {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10980392156862745);
}

/* Cart page */
.woocommerce .woocommerce-message,
.woocommerce .cart-empty{
	padding-left: 40px;
	background: transparent !important;
	color: #000;
	border-color: #6599FC;
}

.woocommerce .woocommerce-message:before,
.woocommerce .cart-empty:before {
	left: 0 !important;
	color: #6599FC;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

.woocommerce .woocommerce-cart-form__contents th {
	padding: 16px 24px !important;
	border: 1px solid #CCC !important;
	border-right-width: 0px !important;
	border-left-width: 0px !important;
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 500 !important;
    text-transform: none;
    line-height: 1.5em;
	color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-cart-form__contents th:not(:first-of-type) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce .woocommerce-cart-form__contents th:first-of-type {
	border-left-width: 1px !important;
}

.woocommerce .woocommerce-cart-form__contents th:last-of-type {
	border-right-width: 1px !important;
}

.woocommerce .woocommerce-cart-form__cart-item td {
	border: 1px solid #CCC !important;
}

.woocommerce .woocommerce-cart-form__cart-item td:not(:first-of-type) {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}

.woocommerce .woocommerce-cart-form__cart-item td:last-of-type {
	border-left-width: 0px !important;
	border-right-width: 1px !important;
}

.woocommerce .woocommerce-cart-form__cart-item td:nth-of-type(n+3) {
	padding-left: 0 !important;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity {
	border: 1px solid #AAA;
	border-radius: 5px;
	padding: 8px 16px;
	display: inline-flex !important;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .wp-element-button.minus,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .wp-element-button.plus,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
	height: auto !important;
	background: transparent !important;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .wp-element-button.minus,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .wp-element-button.plus {
	padding: 0 !important;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
	padding: 0 !important;	
	width: 52px !important;
}

.woocommerce .woocommerce-cart-form__contents {
	border: 0px solid transparent !important;
	border-radius: 0px;
}

.woocommerce .woocommerce-cart-form__contents tr:last-of-type td {
	padding: 16px 0 0 !important;
	border: 0px solid transparent !important;
}

.woocommerce .woocommerce-cart-form__contents tr:last-of-type .coupon {
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-cart-form__contents tr:last-of-type .coupon #coupon_code {
	height: 100%;
    width: 300px;
	max-width: 100%;
    float: none;
    flex: 1;
	padding: 12px 16px;
	border-radius: 0px;
	margin: 0 16px 0 0;
}

.woocommerce .woocommerce-cart-form__cart-item td.product-remove a {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item td.product-remove a:hover {
	background: transparent !important;
	color: transparent !important;
}

.woocommerce .woocommerce-cart-form__cart-item td.product-remove img {
	width: 20px;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name .product-name__inner {
	display: flex;
	gap: 8px;
	align-items: center;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name .product-name__inner a:first-of-type {
	display: flex;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name .product-name__inner a:first-of-type img {
	width: 48px;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name .product-name__inner a:last-of-type,
.woocommerce .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount,
.woocommerce .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5em;
	color: var(--e-global-color-primary);
}

.woocommerce .cart-collaterals {
	display: flex;
	margin-top: 24px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	margin: 0 !important;
	margin-bottom: 16px !important;
}

.woocommerce .cart-collaterals .shop_table {
	border: 0px solid transparent !important;
	margin: 0 !important;
}

.woocommerce .cart-collaterals .shop_table th {
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5em;
	color: #777;
}

.woocommerce .cart-collaterals .shop_table td {
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 500 !important;
    text-transform: none;
    line-height: 1.5em;
	color: #000;
}

.woocommerce .cart-collaterals .shop_table th,
.woocommerce .cart-collaterals .shop_table td {
	border: 0px solid transparent !important;
	padding: 0 !important;
	padding-bottom: 12px !important;
}

.woocommerce .cart-collaterals .shop_table .order-total th,
.woocommerce .cart-collaterals .shop_table .order-total td {
	padding-bottom: 0 !important;
	padding-top: 12px !important;
	border-top: 1px solid #CCC !important;
}

.woocommerce .cart-collaterals .shop_table .order-total td strong {
	font-weight: 500 !important;
}

.woocommerce .cart-collaterals .shop_table .woocommerce-remove-coupon {
	color: #6599FC !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
	display: flex;
	margin-top: 24px;
}

.woocommerce .cart-collaterals .checkout-button {
	padding: 0;
	display: flex;
	margin: 0 !important;
}

.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"],
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .return-to-shop .wc-backward {
	font-family: "Poppins", Sans-serif;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    line-height: 1.5em;
	color: #fff;
	padding: 8px 24px !important;
	border-radius: 20px !important;
	background: #000 !important;
	width: auto !important;
}

.woocommerce button[name="apply_coupon"]:hover,
.woocommerce button[name="update_cart"]:hover,
.woocommerce .cart-collaterals .checkout-button:hover,
.woocommerce .return-to-shop .wc-backward {
	background: #464646 !important;
	color: #fff !important;
}

.woocommerce-cart div[data-elementor-type="single-page"] > div.elementor-element:last-of-type {
	padding: 0 32px;
} 

.woocommerce-cart div[data-elementor-type="single-page"] > div.elementor-element:last-of-type > .e-con-inner {
	padding: 32px 0px;
}

.woocommerce-cart .woocommerce-shipping-calculator .select2-selection {
	padding: 8px 16px;
    display: flex !important;
    height: auto;
    align-items: center;
	border: 1px solid #666;
}

.woocommerce-cart .woocommerce-shipping-calculator .select2-selection .select2-selection__rendered {
	padding: 0;
}

/* Detail Product */
.arc-data__tabs .woocommerce-Tabs-panel H2 {
	display: none;
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none !important;
}

p.comment-form-email, p.comment-form-author {
    width: 50%;
}

.elementor-menu-cart__product-image img {
    width: 100% !important;
    height: auto;
}

.arc-gallery img {
    height: auto !important;
	width: 100% !important;
	object-fit: cover !important;
	aspect-ratio: 1 !important;
}

.jet-woo-swiper-gallery-thumbs .swiper-slide img {
    display: block;
    height: auto !important;
    width: 100% !important;
    aspect-ratio: 1;
    object-fit: cover !important;
}

.arc-data__tabs H1, H2, H3, H4 {
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: var(--e-global-typography-text-line-height );
}

.arc-data__tabs .woocommerce-Tabs-panel H2 {
    margin-top: 0;
}

.woocommerce img, .woocommerce-page img {
	width: 50%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #FFF !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #000; 
}

.woocommerce .elementor-1445 .elementor-element.elementor-element-1b3d2fd .woocommerce-tabs ul.wc-tabs li a {
    padding: 10px 20px 10px 20px;
}

.woocommerce .variable-items-wrapper .button-variable-item {
	border-radius: 30px !important;
}

.arc-data__tabs p {
    color: #000;
}

.arc-data__tabs ul li {
    color: #909395;
}

.woocommerce table.shop_attributes td {
    padding: 0 10px;
    font-style: normal;
    font-weight: 500;
}

.woocommerce table.shop_attributes th {
    text-align: left;
    font-weight: 600;
}

.comment-form-rating {
    margin-top: 15px;
}

.stars {
    margin-top: 15px !important;
}

.woocommerce #review_form #respond textarea {
    width: 50%;
    display: flex;
    height: 155px;
    margin: 15px 0 50px 0;
}

.woocommerce #review_form #respond .form-submit input {
    background: #000;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 30px;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background: #464646;
}

.arc-data__tabs ul li:last-child {
    margin-bottom: 20px !important;
}

.arc-data__tabs ul li {
    margin-bottom: 5px !important;
}

.arc-data__tabs ul li p {
    color: #909395;
}

.arc-data__tabs p strong {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.elementor-add-to-cart .variations_form .variations,
.woocommerce .variations_form .variations {
	margin-bottom: 32px !important;
}

.elementor-add-to-cart .variations_form .variations tr,
.woocommerce .variations_form .variations tr {
	display: flex;
	align-items: center;
}

.elementor-add-to-cart .variations_form .variations tbody tr:not(:last-child),
.woocommerce .variations_form .variations tbody tr:not(:last-child){
	margin-bottom: 24px;
}

.woocommerce table tr,
.woocommerce table tr:hover,
.woocommerce table td,
.woocommerce table td:hover,
.woocommerce table th,
.woocommerce table th:hover {
	background-color: transparent !important;
	background: transparent !important;
}

.elementor-add-to-cart .variations_form .variations td,
.elementor-add-to-cart .variations_form .variations th,
.woocommerce .variations_form .variations th,
.woocommerce .variations_form .variations td {
	padding: 0 !important;
}

.elementor-add-to-cart .variations_form .variations th,
.woocommerce .variations_form .variations th {
	display: flex;
	align-items: center;
}

.elementor-add-to-cart .variations_form .variations th .woo-selected-variation-item-name,
.woocommerce .variations_form .variations th .woo-selected-variation-item-name {
	margin-right: 16px !important;
}

.elementor-add-to-cart .in-stock,
.woocommerce .in-stock {
	display: none !important;
}

.elementor-add-to-cart .variations_form .variations .reset_variations,
.woocommerce .variations_form .variations .reset_variations {
	display: none !important;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity,
.woocommerce .quantity {
	display: flex !important;
	align-items: center !important;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity .wp-element-button.minus,
.elementor-widget-woocommerce-product-add-to-cart .quantity .wp-element-button.plus,
.woocommerce .quantity .wp-element-button.minus,
.woocommerce .quantity .wp-element-button.plus {
	margin: 0 !important;
    display: flex;
    width: auto !important;
    padding: 0 16px !important;
	background: #F7F7F7 !important;
	color: #000 !important;
	border-radius: 0 !important;
	outline: none;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity .wp-element-button.minus,
.woocommerce .quantity .wp-element-button.minus {
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity .wp-element-button.plus,
.woocommerce .quantity .wp-element-button.plus {
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity .qty,
.woocommerce .quantity .qty{
	border: 0px solid transparent;
	padding: 0 !important;
	width: 39px !important;
	background: #F7F7F7 !important;
}

.jet-wishlist-button__link .jet-wishlist-button__state {
    color: #000;
    background: #FFF;
}
.jet-wishlist-button__state.jet-wishlist-button__state-added:hover {
    color: #464646;
    background: #FFF;
}

.jet-wishlist-button__state-normal .jet-wishlist-button__icon {
	font-size: 1em !important;
    margin: 0 5px !important;
}

.arc-price__product .woocommerce .price ins  {   
    font-size: 24px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.woocommerce .price ins {
	color: #000 !important;
	text-decoration: none !important;
}

.arc-price__product span.woocommerce-Price-amount.amount {   
    font-size: 24px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

/* Checkout Page */
.woocommerce-checkout .woocommerce-shipping-fields h3 {
	display: block;
	width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
	display: flex;
}

.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox:after {
	content: 'Ship to different address';
	display: inline-block;
	width: 100%;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
	font-weight: var(--e-global-typography-text-font-weight);
	color: #000;
	text-transform: normal;
}

.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
	margin-top: 16px;
}

.woocommerce-checkout .select2-container {
	width: 100% !important;
}

.woocommerce-checkout .select2-container #select2-billing_biteship_new_district-results .select2-results__option:not(.select2-results__message):focus {
	background-color: #0073aa;
    color: #fff;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
	margin: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:not(:last-child),
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:not(:last-child) {
	margin-bottom: 8px !important;
}

#order_review .woocommerce-checkout-review-order-table tr th,
#order_review .woocommerce-checkout-review-order-table tr td {
	padding: 0 !important;
}

#order_review .woocommerce-checkout-review-order-table thead {
	display: none;
}

#order_review .woocommerce-checkout-review-order-table tbody {
	display: block;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item {
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item:not(:last-child) {
	margin-bottom: 16px;
	padding-bottom: 16px !important;
	border-bottom: 1px dashed #ccc;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-cart-item {
    display: flex;
    flex-wrap: wrap;
	gap: 24px;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-image {
	display: flex;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-image img {
	width: 66px;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-cart-item .product-desc {
    display: flex;
    flex-direction: column;
	max-width: 209px;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-cart-item .product-title {
    font-weight: 600;
	color: #000;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-cart-item .product-quantity {
    flex: 1;
	text-align: right;
	color: #000;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item td {
	max-width: 100% !important;
	width: 100% !important;
}

#order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
	display: none !important;
}

#order_review .woocommerce-checkout-review-order-table tfoot {
	display: block;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr {
	display: flex;
	flex-direction: column;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
	display: none !important;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr.order-total {
	padding: 16px 0 !important;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
#order_review .woocommerce-checkout-review-order-table tfoot tr.order-total {
	flex-direction: row;
	align-items: center;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
#order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td {
	text-align: right;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td .woocommerce-Price-amount,
#order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount,
#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li .woocommerce-Price-amount {
	font-weight: 600 !important;
}

#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
	margin-top: 16px;
	padding: 16px 0 !important;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals > td {
	margin-top: 16px;
}

#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
	position: relative;
}

#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods input {
	position: absolute;
	width: 0;
	pointer-events: none;
	margin: 0;
}

#order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
	display: flex;
	justify-content: space-between;
	color: #000;
}

#order_review .woocommerce-checkout-review-order-table tfoot tr td {
	max-width: 100% !important;
	width: 100% !important;
}

.order-section-title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	display: block;
	margin-bottom: 16px;
	color: #000;
}

/* MY ACCOUNT */
.woocommerce-account .arc-content > .elementor-widget-container > .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.woocommerce-account .arc-content > .elementor-widget-container > .woocommerce:before,
.woocommerce-account .arc-content > .elementor-widget-container > .woocommerce:after {
	display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 263px !important;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active a {
	color: var(--e-global-color-95fc033);
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a {
	color: var(--e-global-color-primary);
	font-size: var(--e-global-typography-text-font-size);
	font-family: var(--e-global-typography-text-font-family);
	line-height: var(--e-global-typography-text-line-height);
}

.woocommerce-account .my-account__nav ul {
	margin: 0 !important;
	list-style: none !important;
	padding: 0 !important;
}

.woocommerce-account .my-account__nav .elementor-nav-menu--dropdown {
	display: none !important;
}

.woocommerce-account .my-account__nav ul > li {
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 8px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	flex: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: #777;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	color: var( --e-global-color-primary );
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-table__product-name a {
	color: var( --e-global-color-primary );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-text-line-height);
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .wc-item-meta {
	padding: 0;
	margin: 0;
	margin-top: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .wc-item-meta > li:not(:last-child) {
	margin-bottom: 8px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody .woocommerce-table__product-total td ,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
	color: #777;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 400;
    line-height: var(--e-global-typography-text-line-height);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    padding-left: calc( 16px/2 );
    padding-right: calc( 16px/2 );
    margin-left: calc( -16px/2 );
    margin-right: calc( -16px/2 );
    margin-bottom: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: #777777;
    text-align: left;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label .required {
    color: #FF4040;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input:not(.select2), 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CCCCCC;
	border-radius: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: #777777;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input:focus {
    color: var(--e-global-color-primary);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container {
	padding: 0.5rem 1rem;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CCCCCC;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
	margin: 0;
	border: 0px solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered {
	padding: 0;
	border: 0px solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content form button {
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 24px 10px 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	margin-bottom: 32px;
}

.woocommerce-account .woocommerce-MyAccount-content form h3 {
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	color: var( --e-global-color-primary );
	margin-top: 0px;
}

.woocommerce-account .my-account__my-address a.edit {
	top: unset !important;
	left: 0;
	bottom: -50px !important;
}

.woocommerce-account .my-account__orders .my-account__orders--ordered .woocommerce-message {
	border: 0px solid transparent !important;
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce-account .my-account__orders .my-account__orders--ordered .woocommerce-message a {
	margin-left: 16px;
}

.woocommerce-account .my-account__orders .my-account__orders--ordered .woocommerce-message:before,
.woocommerce-account .my-account__orders .my-account__orders--ordered .woocommerce-message:after {
	display: none !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-dashboard .elementor-jet-myaccount-dashboard p:first-of-type {
	color: var( --e-global-color-primary ) !important;
	font-weight: 500 !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-dashboard .elementor-jet-myaccount-dashboard p:first-of-type strong {
	font-weight: 500 !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-dashboard .elementor-jet-myaccount-dashboard p:first-of-type a {
	font-weight: 600 !important;
	color: var( --e-global-color-primary ) !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-dashboard .elementor-jet-myaccount-dashboard p:last-of-type {
	font-weight: 400 !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-dashboard .elementor-jet-myaccount-dashboard p:last-of-type a {
	font-weight: 400 !important;
	text-decoration: underline;
}

.woocommerce-account .elementor-widget-jet-myaccount-addresses .elementor-jet-myaccount-addresses > p {
	display: none !important;
}

.woocommerce-account .elementor-widget-jet-myaccount-addresses .elementor-jet-myaccount-addresses .woocommerce-Address .edit {
	color: var( --e-global-color-primary ) !important;
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method {
	position: relative;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method:not(:last-child) {
	margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method input {
	position: absolute;
	width: 0;
	pointer-events: none;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method label {
	padding: 8px;
	border-radius: 4px;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	border: 1px solid transparent;
	display: block;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method input:checked ~ label {
	background-color: #f9f9f9;
	border: 1px solid #000;
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method .payment_box {
	padding: 0;
    background-color: transparent;
    font-family: 'Poppins';
}

.woocommerce-checkout .woocommerce #payment .payment_methods .wc_payment_method img {
	padding: 0 !important;
	border: 0px solid transparent !important;
	width: auto !important;
	background: transparent !important;
}

/* Tracking Section */
.tracking-status {
	display: flex;
  	flex-direction: column;
  	gap: 24px;
}

.tracking-item-wrapper {
  	display: flex;
  	gap: 16px;
}

.tracking-item {
  	display: flex;
  	flex-direction: column;
  	gap: 16px;
}

.tracking-item-wrapper .tracking-icon__inner {
  	display: flex;
  	align-items: center;
  	gap: 16px;
}

.tracking-item-wrapper .tracking-icon {
  	display: flex;
	align-items: center;
  	gap: 8px;
}

.tracking-item-wrapper .tracking-icon h3 {
  	margin: 0;
}

.tracking-item-wrapper .tracking-icon i {
  	border-radius: 50%;
  	background-color: #000;
  	color: #fff;
  	line-height: 1em;
  	width: 32px;
  	height: 32px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.tracking-item-wrapper .tracking-note {
  	max-width: 380px;
}

/* Order Thank you Page */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.woocommerce-order-received .woocommerce-thankyou-order-details:before,
.woocommerce-order-received .woocommerce-thankyou-order-details:after {
	display: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-details > li {
	padding: 0;
	padding-right: 0 !important;
	margin: 0;
	margin-right: 0 !important;
	border: 0px solid transparent;
	border-right: 0px solid transparent !important;
	font-size: 12px;
	color: #000;
	font-weight: 700;
	font-family: 'Poppins';
}

.woocommerce-order-received .woocommerce-thankyou-order-details > li:not(:last-child) {
	margin-bottom: 16px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details > li > strong {
	color: #000;
	font-weight: 400;
	margin-top: 4px;
}

.woocommerce-order-received h2 {
	color: #000;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

.woocommerce-order-received .woocommerce-table--order-details thead tr,
.woocommerce-order-received .woocommerce-table--order-details tbody tr,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc !important;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr th,
.woocommerce-order-received .woocommerce-table--order-details thead tr td,
.woocommerce-order-received .woocommerce-table--order-details tbody tr th,
.woocommerce-order-received .woocommerce-table--order-details tbody tr td,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
	padding: 0 !important;
	font-family: 'Poppins';
}

.woocommerce-order-received .woocommerce-table--order-details thead tr th:last-child,
.woocommerce-order-received .woocommerce-table--order-details tbody tr td:last-child,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:last-child {
	padding-right: 0 !important;
	text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr th {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-text-line-height);
	color: #000;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr td:last-child {
	vertical-align: top;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name {
	max-width: 218px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
	color: #000 !important;
	font-weight: 500;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name > a {
	color: inherit !important;
	font-weight: inherit;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name .wc-item-meta {
	padding: 0 !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name .wc-item-meta li {
	font-weight: 300 !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr.order_item td.product-name .wc-item-meta .wc-item-meta-label {
	font-weight: 300 !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:last-child {
	font-weight: 400;
	color: #000;
}

.woocommerce-order-received .woocommerce-customer-details address {
	color: #000;
	font-family: 'Poppins';
}

@media screen and (min-width: 768px) {
	.ame-header {
		overflow-y: auto;
		overflow-x: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
		height: 100vh;
	}

	.ame-header::-webkit-scrollbar {
		display: none;
	}
	
	.ame-header .ame-header__logo-wrapper.ame-extender.elementor-element {
		flex: 0;
	} 
	
	.ame-header .ame-header__nav {
		overflow-y: auto;
		overflow-x: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
	}
	
	.ame-header .ame-header__nav::-webkit-scrollbar {
		display: none;
	}
	
	.ame-header__nav .eael-simple-menu > .menu-item > .sub-menu {
		margin: 20px !important;
	}
		
	.ame-header__nav .eael-simple-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) a {
		padding: 0 !important;
		padding-bottom: 24px !important;
	}
	
	.ame-header__nav .eael-simple-menu > .menu-item > .sub-menu > .menu-item:last-child a {
		padding: 0 !important;
	}
}

@media screen and (max-width: 1366px) {
	body {
		display: grid;
		grid-template-columns: 280px calc(100% - 250px);
	}
}

@media screen and (max-width: 980px) {
	body {
		display: grid;
		grid-template-columns: 250px calc(100% - 250px);
	}
	.woocommerce-account .my-account__my-address .woocommerce-Address:first-of-type {
		margin-bottom: 90px;
	}
	.woocommerce-checkout .e-checkout__container {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	body {
		display: block;
	}
	
	.ame-header__logo-wrapper {
		align-items: center;
	}
	
	.ame-header.elementor-sticky--active {
		box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%) !important;
	}
	
	.ame-header__nav .eael-simple-menu {
		background-color: #fff !important;
	}
	
	.ame-header__nav .eael-simple-menu-toggle {
		width: 16px;
		right: 0px !important;
		left: unset !important;
		display: block;
		z-index: 7;
	}
	
	.ame-header__nav .eael-simple-menu-toggle svg {
		right: 0px !important;
		position: absolute;
    	bottom: 50%;
    	transform: translateY(50%);
	}
	
	.ame-header__nav .eael-nav-menu-wrapper {
		margin-top: 0px;
	}
	
	.ame-header.elementor-sticky__spacer {
		height: 55px;
	}
	
	header {
		grid-area: unset;
	}

	div[data-elementor-type="wp-page"], 
	div[data-elementor-type="product"],
	div[data-elementor-type="single-page"] {
		grid-area: unset;
	}

	footer {
		grid-area: unset;
	}
	
	.arc-content .gallery {
		flex-direction: column;
		gap: 0;
	}
	
	.arc-content .gallery-item {
		width: 100% !important;
	}
	
	.woocommerce-cart-form__contents,
	.woocommerce-cart-form__contents tbody{
		display: block;
	}
	
	.woocommerce .woocommerce-cart-form__contents tr:last-of-type .coupon #coupon_code {
		width: 85px;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-name {
		display: flex;
    	flex-direction: column;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-name:before {
		text-align: left;
		display: block;
		margin-bottom: 8px;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-name .product-name__inner {
		gap: 16px;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-name .product-name__inner img {
		width: 80px !important;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-remove {
		border: 0px solid transparent !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-remove a {
		width: 100%;
		text-align: right;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td.product-subtotal {
		border-right-width: 0px !important;
	}
	
	.woocommerce .woocommerce-cart-form__cart-item td:nth-of-type(n+3) {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.woocommerce-cart div[data-elementor-type="single-page"] > div.elementor-element:last-of-type > .e-con-inner {
		padding: 32px 0px 80px;
	}
	
	.woocommerce .cart-collaterals .checkout-button {
		width: 100% !important;
	}
	
	.woocommerce #review_form #respond textarea {
		width: 100%;
	}
	
	.woocommerce img, .woocommerce-page img {
		width: 100%;
	}
	
	.woocommerce table.shop_table_responsive .actions {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.woocommerce-page table.cart td.actions .coupon {
		margin: 50px 0 30px;
	}
	
	.comment-form-cookies-consent {
		display: flex;
    	flex-direction: row;
   		gap: 15px;
    	margin: 30px 0 !important;
	}
	
	.comment-form-cookies-consent label {
		line-height: 1.5em;
	}
	
	.woocommerce #review_form #respond .form-submit input {
		width: 100%;
	}
	
	.woocommerce .elementor-1445 .elementor-element.elementor-element-1b3d2fd .woocommerce-tabs ul.wc-tabs li a {
		padding-left: 10px !important;
	}
	
	.woocommerce-checkout.woocommerce-page .elementor-widget-woocommerce-checkout-page {
		--forms-columns-gap-padding: 0px;
		--forms-columns-gap-margin: 0px;
	}
	
	.page-id-85 .arc-content > .elementor-widget-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.page-id-85 .arc-content > .elementor-widget-container table {
		width: 100%;
	}
	
	.arc-running-text .elementor-widget-container > span {
		display: block;
		width: 300vw;
	}
	
}