/* 
Theme Name: Tanme Child
Description: -
Author: AW Bali Digital
Template: hello-elementor
Version: 2.0.0
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 */

body {
	scroll-behavior: smooth !important;
}
.page-header {
	display: none !important;
}

/* ============== Navbar =============== */
.btn-mobile-nav.index{
	z-index: 999 !important;
}
.btn-mobile-nav {
    width: 50px;
    height: 50px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.burger-line{
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
.burger-line:before, .burger-line:after{
	content: '';
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	transition: 0.5s ease;
}
.burger-line.black {
	width: 25px;
	height: 2px;
	background: #222831;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
.burger-line.black:before, .burger-line.black:after{
	content: '';
	width: 25px;
	height: 2px;
	background: #222831;
	position: absolute;
	transition: 0.5s ease;
}
.burger-line:before{
	top: -10px;
	left: 0;
}
.burger-line:after{
	bottom: -10px;
	left: 0;
}
.btn-mobile-nav.active .burger-line {
    transform: rotate(45deg);
}
.btn-mobile-nav.active .burger-line:before {
    transform: rotate(90deg);
	top: 0px;
}
.btn-mobile-nav.active .burger-line:after {
    transform: rotate(90deg);
	bottom: 0px;
}
.offcanvas {
	left: 100% !important;
	z-index: 99;
	transition: left 1s ease;
}
.offcanvas.active {
	left: 0% !important;
}
.non-active .elementor-nav-menu--dropdown ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.offcanvas-logo nav ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.main-navbar.scrolled {
	background: #ffffff !important;
}
.main-navbar.scrolled .main-menus .elementor-item-active.black {
	color: #FFA500 !important;
	fill: #FFA500 !important;
}
.elementor-nav-menu .menu-item a.black {
	font-size: 18px;
	font-family: "Poppins";
	border-inline: unset !important;
	color: #000 !important;
}
.elementor-nav-menu .menu-item a.black svg path {
	fill: #000 !important; 
}
.elementor-nav-menu .menu-item a.black:hover {
	color: #FFA500 !important;
	fill: #FFA500 !important;
}
.sub-menu li.menu-item-type-custom a.black:hover {
	color: #FFF !important;
}
.elementor-nav-menu--dropdown .menu-item a {
	font-size: 18px;
	font-family: "Poppins";
	border-inline: unset !important;
	color: #000 !important;
}
.elementor-nav-menu--dropdown .menu-item a:hover {
	color: #FFF !important;
	background: #FFA500 !important;
}
.elementor-nav-menu--main .menu-item a svg path.black {
	fill: #000 !important;
}
.main-navbar {
	margin-top: 40px;
}
.main-navbar.margined {
	margin-top: 0px;
}
body:not(.rtl) .elementor-21 .elementor-element.elementor-element-29eaf3c {
	left: unset;
}
.elementor-nav-menu--main .elementor-nav-menu a {
	transition: .1s !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
	top: 85px !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	flex-wrap: nowrap !important;
}
.site-logo {
	width: 192px !important;
}
.parent-logo-menus li.menu-item a:hover {
	background: #FFA500;
	border-radius: 100px;
}
.cart-logo a.elementor-menu-cart__toggle_button:hover {
	background: #FFA500;
	border-radius: 100px;
}
.cart-logo a.elementor-menu-cart__toggle_button .elementor-button-icon svg path {
	fill: #fff;
}
.cart-logo a.elementor-menu-cart__toggle_button .elementor-button-icon.black svg path {
	fill: #000 !important;
}
.elementor-menu-cart__main {
	width: 500px;
	padding: 35px 40px 35px 20px;
	background: #F7F7F7;
}
.elementor-menu-cart__subtotal {
	margin-top: auto;
}
.elementor-menu-cart__product-image img {
	border-radius: 8px;
}
.e-search-submit svg {
	margin: unset !important;
}
.search-container {
	opacity: 0;
	margin-top: 40px;
	transition: all 400ms ease-in-out;
}
.search-container.reveal {
	opacity: 1;
	margin-top: 160px;
}

/* =============== Hero Section =============== */
.underline a:hover {
	fill: #fff;
}

/* =============== Product =============== */
.e-loop-item * {
	word-break: keep-all !important;
}
.woocommerce ul.products li.product .price {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	margin-bottom: unset !important;
}
.woocommerce ul.products li.product .price .from-product {
	color: #222831CC !important;
	font-family: "Poppins" !important;
	font-weight: 400;
	font-size: 16px !important;
}
.woocommerce .elementor-824 .elementor-element.elementor-element-0e74b72 .price {
	margin-bottom: 0px;
}
.text-editor p {
	margin-bottom: 0px;
}
.woocommerce div.product form.cart .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
}
.parent-wrapper-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: auto;
	position: relative;
}
.parent-wrapper-product a.button {
	padding: 13px 20px 13px 20px;
	border-radius: 100px;
}
.parent-wrapper-product .added_to_cart.wc-forward {
	position: absolute;
	top: 45px;
	right: 0px;
	color: #000;
}
.custom-button.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: flex !important;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	background: #FFA500;
	color: #fff;
	font-weight: 500;
	padding: .618em 1em;
	font-family: "Poppins";
	font-size: 16px;
}
.woocommerce ul.products li.product .button {
	margin-top: unset !important;
}
span.price .woocommerce-Price-amount {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.woocommerce-loop-product__title {
	margin-bottom: 10px !important;
}
p.from-product {
	margin-block-end: 0px !important;
}
.availability-html {
	display: none;
	transition: all 0.4s ease;
}
.availability-html.show {
	display: block;
}
#availability.filter-shop {
	position: relative !important;
	top: -70px;
	opacity: 0;
	transition: all 0.4s ease;
}
#availability.filter-shop.show {
	top: 0px;
	opacity: 1;
}
.availability {
	pointer-events: auto;
	cursor: pointer;
}
.toggle-arrow-a svg {
	rotate: 0deg;
	transition: rotate 0.4s ease;
}
.toggle-arrow-a svg.toggle {
	rotate: 180deg;
}
.filter-shop input[type="radio"] {
	appearance: none;
  	-webkit-appearance: none; /* untuk Safari */
  	-moz-appearance: none; /* untuk Firefox */
  	width: 18px;
  	height: 18px;
  	border: 1px solid #C8C8C8;
  	border-radius: 4px;
  	margin-right: 8px;
  	cursor: pointer;
  	position: relative;
}
.filter-shop input[type="radio"]:checked {
  	background-color: #FFA500;
	border: 1px solid #FFA500;
}
.filter-shop input[type="radio"]:checked::after {
  	content: "";
  	position: absolute;
  	top: 3px;
  	left: 6px;
  	width: 4px;
  	height: 8px;
  	border: solid white;
  	border-width: 0 2px 2px 0;
  	transform: rotate(45deg);
}
p.woocommerce-result-count {
	margin: 0px !important;
	color: #22283199;
}
.product-text-archive {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}
form.woocommerce-ordering {
	margin: 0px !important;
}
.price a.added_to_cart.wc-forward {
	display: none;
}
a.woocommerce-LoopProduct-link a.added_to_cart.wc-forward.replaced {
	display: block;
}
body.archive .content-area {
	background: #F7F7F7;
}
body.archive .site-main {
	max-width: 1350px !important;
	padding-top: 140px;
	padding-bottom: 40px;
}
body.archive .woocommerce-loop-product__title {
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 500;
	color: #222831;
}
body.archive .price bdi {
	color: #CC5500;
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 500;
}
body.archive .woocommerce .products ul, .woocommerce ul.products {
	margin: 0px 0px 0px !important;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
	display: flex !important;
	flex-direction: column;
	height: 460px;
	gap: 10px !important;
}
.woocommerce ul.products li.product a img {
	margin: 0px 0px 0px !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	height: 450px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 1.5em !important;
}
a.added_to_cart.wc-forward {
	margin-left: auto;
	font-size: 14px;
}
a.added_to_cart.wc-forward:hover {
	text-decoration: underline !important;
	color: #FFA500 !important;
}
.parent-wrapper-product a.button.add_to_cart_button {
	display: flex !important;
	align-items: center;
	gap: 3px;
}
.woocommerce-products-header__title.page-title {
	font-family: "Poppins" !important;
	font-size: 48px !important;
	font-weight: 600 !important;
}
.woocommerce-breadcrumb a {
	color: #FFA500 !important;
}
body.archive .woocommerce-breadcrumb {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.woocommerce ul.products li.product .button {
	background: #CC5500;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover {
	background: #FFA500;
}
.add-to-cart-custom .added_to_cart.wc-forward {
	position: absolute;
	top: 45px;
	z-index: 9;
}

/* =============== Single Product Page =============== */
.single-product .related.products h2 {
	display: none;
}
.single-product .related.products h2.woocommerce-loop-product__title {
	display: block !important;
}
.parent-form-single-product-btn {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.shop-button {
	background: #CC5500 !important;
	width: 48%;
	padding: 13px 25px;
	color: #fff;
	border-radius: 100px;
	margin: 0px !important;
	border: unset;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 16px;
}
.single_add_to_cart_button {
	width: 48%;
	font-family: "Poppins" !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}
.button-parent {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.payment-link {
	color: #FFA500 !important;
	text-decoration: none;
}
.payment-link:hover {
	color: #CC5500 !important;
	text-decoration: underline;
}
.quantity-title {
	color: #22283199;
	margin-bottom: 8px !important;
	font-family: "Poppins" !important;
	font-size: 14px;
	font-weight: 400;
}
form.cart {
	display: flex !important;
	flex-direction: column !important;
}
.quantity input {
	width: 41% !important;
	border-radius: 100px !important;
	border: 1px solid #EAEAEA !important;
	background: #FFFFFF !important;
}
.quantity-btn {
  	width: 32px;
  	height: 32px;
  	border-radius: 50%;
  	border: none;
  	background-color: #ffb300;
  	color: white;
  	font-size: 20px;
  	font-weight: bold;
  	cursor: pointer;
  	transition: 0.2s;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.quantity-btn:hover {
  	background-color: #ffa000;
}
.quantity-btn.minus {
	padding: 0px 0px !important;
	position: absolute;
	font-size: 14px;
	top: 22%;
	left: 2%;
}
.quantity-btn.plus {
	padding: 0px 0px !important;
	position: absolute;
	font-size: 14px;
	margin-top: 0px !important;
	left: 28.5%;
	top: 22%;
}
.input-text.qty {
  	text-align: center !important;
  	border: none;
  	font-size: 18px;
  	font-weight: 600;
  	color: #000;
  	background: transparent;
  	outline: none;
}
.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.input-text.qty[type=number] {
  	-moz-appearance: textfield !important;
}
.single-add-to-cart form.cart .single_add_to_cart_button svg {
	width: 24px;
	height: 24px;
}
body.single-product .quantity-title {
	display: block;
}
body.single-product form.e-loop-add-to-cart-form .quantity-title {
	display: none;
}
body.single-product .woocommerce-notices-wrapper {
  	position: fixed;
  	top: 165px;
  	width: 30%;
	right: 0;
  	z-index: 99;
	box-shadow: -10px 10px 30px 0px rgba(34,40,49,0.26);
	-webkit-box-shadow: -10px 10px 30px 0px rgba(34,40,49,0.26);
	-moz-box-shadow: -10px 10px 30px 0px rgba(34,40,49,0.26);
}
body.single-product .woocommerce-notices-wrapper a.button {
	background: #CC5500;
	color: #fff;
	font-family: "Poppins";
	font-weight: 400;
	border-radius: 100px;
}
body.single-product .woocommerce-notices-wrapper a.button:hover {
	background: #FFA500;
}
body.single-product .woocommerce-message {
	margin: unset !important;
}
.wishlist-btn .elementor-widget-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	width: 100%;
	padding: 10px 20px;
	background: #CC5500;
	margin: 0px !important;
	border-radius: 100px;
	align-items: center;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	color: #fff !important;
	font-family: "Poppins";
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg {
	color: #fff;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #fff;
}
.product-content p {
	color: #222831B2;
}
.product-content .e-con-inner {
	margin: unset !important;
}

/* ============== Shipping Page ============== */
.ship-text h5 {
	color: #222831;
}

/* =============== Footer =============== */
.newsletter-btn input {
	padding: 13px 25px !important;
	background-color: #CC5500 !important;
	font-weight: 500;
}
#mailpoet_form_1 {
	background: #00000000 !important;
}
.newsletter-input input {
	background-color: #00000000 !important;
	border-bottom: 1px solid #eeeeee !important;
	padding: 16px 10px !important;
	font-family: "Poppins" !important;
}
.newsletter-input input:focus {
	outline: none !important;
}
.footer-link span.elementor-icon-list-text:hover {
	text-decoration: underline;
	cursor: pointer;
}
.newsletter-btn input {
	border: 2px solid #CC5500 !important;
}
.newsletter-btn input:hover {
	background-color: #FFA500 !important;
}
.footer-aw-link:hover {
	color: #CC5500;
	text-decoration: underline;
}

/* =============== Our Products =============== */
.bookman-text h2 {
	font-size: 42px !important;
}

/* =============== Contact Page =============== */
.contact-form form.wpcf7-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heading-field {
	display: flex;
	flex-direction: column;
	max-width: 700px;
}
.cf7-heading {
  	font-size: 48px;
  	font-family: "Poppins", sans-serif;
  	font-weight: 600;
  	color: #222831;
  	text-align: center;
	margin: 8px 0px 0px;
}
.cf7-description {
  	font-weight: 400;
	font-family: "Poppins", sans-serif;
  	color: #000;
  	margin-bottom: 35px;
  	text-align: center;
  	width: 100%;
}
.cf7-form {
  	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cf7-input,
.cf7-textarea {
  	width: 100% !important;
	border-radius: 20px;
  	border: 1px solid #EAEAEA !important;
  	padding: 10px 20px !important;
  	font-size: 16px !important;
  	color: #000000 !important;
  	background: #fff;
  	transition: border-color 0.3s ease;
}
.cf7-input::placeholder,
.cf7-textarea::placeholder,
.cf7-captcha input::placeholder {
	color: #222831CC !important;
}
.cf7-input:focus,
.cf7-textarea:focus {
  	border: 1px solid #EAEAEA !important;
	border-radius: 20px;
  	outline: none;
}
.cf7-captcha input {
	border: none;
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}
.cf7-captcha input:focus {
	outline: none !important;
}
.cf7-textarea {
  	min-height: 100px;
  	resize: none;
}
.cf7-captcha label {
  	display: block;
  	margin-bottom: 10px;
  	font-size: 20px;
  	color: #666;
}
.cf7-submit-wrapper {
  	margin-top: 20px;
  	display: flex;
  	justify-content: end;
}
.cf7-submit-wrapper p {
	display: flex;
	flex-direction: row-reverse;
}
.cf7-submit {
  	background: #CC5500;
  	color: #fff;
  	font-size: 20px;
  	text-transform: uppercase;
  	font-weight: 500;
  	padding: 5px 60px;
	border-radius: 100px;
  	border: none;
  	cursor: pointer;
  	transition: background 0.3s ease;
}
.cf7-submit:hover {
  	background: #FFA500;
}
.cf7-first-field {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	gap: 20px;
}
.cf7-first-field .first-field input.cf7-input {
	border-radius: 20px !important;
}
.cf7-field .cf7-input {
	border-radius: 20px;
}

/* ============== Cart Page =============== */
body.page-id-13 {
	color: #222831B2;
}
body.page-id-13 .wp-block-woocommerce-cart.alignwide {
	margin-inline: unset !important;
}
body.page-id-13 .wc-block-components-product-name {
	color: #222831;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 20px;
}
body.page-id-13 .price .wc-block-formatted-money-amount {
	color: #CC5500;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 18px;
}
.wc-block-cart-items__header-total, .wc-block-cart-items__header-image, .wc-block-components-totals-item__label {
	color: #222831;
	font-family: "Poppins";
}
.wc-block-components-totals-item__value span {
	color: #CC5500;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 20px;
}
.wc-block-cart__submit-container a.wc-block-components-button {
	background: #CC5500;
	border-radius: 100px;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
	transition: background 0.3s ease-in-out;
}
.wc-block-cart__submit-container a.wc-block-components-button:hover {
	background: #FFA500;
}
.wc-block-components-product-metadata__description p {
	font-size: 12px;
	font-family: "Poppins";
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	color: #222831 !important;
	font-family: "Poppins" !important;
}
.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
	color: #222831 !important;
}
body.page-id-13 .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
	color: #222831;
}
.wc-block-components-totals-coupon__form .wc-block-components-button {
	background: #CC5500;
	border-radius: 100px;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
	border: unset;
	transition: background 0.3s ease-in-out;
}
.wc-block-components-totals-coupon__form .wc-block-components-button:hover {
	background: #FFA500;
}
button.wc-block-cart-item__remove-link {
	color: #222831 !important;
	font-size: 11px !important;
	font-family: "Poppins" !important;
}
button.wc-block-cart-item__remove-link:hover {
	color: #FFA500 !important;
}
body.page-id-13 .wc-block-grid__product-title {
	color: #222831 !important;
	font-family: "Poppins" !important;
	font-size: 18px !important;
	font-weight: 500;
	text-align: start;
}
body.page-id-13 .wc-block-grid__product-image {
	width: 100%;
}
body.page-id-13 .wc-block-grid__product-price {
	text-align: start;
	margin: unset;
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 500;
	color: #CC5500;
}
body.page-id-13 .cart-wrapper-product {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}
body.page-id-13 .wc-block-grid__product {
	display: flex;
	flex-direction: column;
}
body.page-id-13 .from-product {
	color: #222831B2;
	font-family: "Poppins";
	font-size: 16px;
}
body.page-id-13 .wc-block-grid__product-add-to-cart {
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	margin-left: auto;
}
body.page-id-13 .wc-block-grid__product-add-to-cart .wp-block-button__link {
	background: #CC5500;
	color: #fff;
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 500;
	padding: 13px 20px !important;
	align-items: center;
	gap: 5px;
}
body.page-id-13 .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: #FFA500;
}
body.page-id-13 .wp-block-heading.has-text-align-center {
	color: #222831;
	font-family: "Poppins";
	font-size: 32px;
}
body.page-id-13 .wc-block-components-product-metadata__description {
	display: none;
}

/* ============== Checkout Page =============== */
.wc-block-checkout__actions_row button.wc-block-components-button {
	background: #CC5500;
	border-radius: 100px;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
	border: unset;
	transition: background 0.3s ease-in-out;
}
.wc-block-checkout__actions_row button.wc-block-components-button:hover {
	background: #FFA500;
}
body.woocommerce-checkout .site-main {
	background: #F7F7F7;
}
body.woocommerce-checkout h2.wc-block-components-checkout-step__title, body.woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text {
	color: #222831;
}
body.woocommerce-checkout span.wc-block-components-order-summary-item__individual-prices, body.woocommerce-checkout .wc-block-components-product-metadata {
	display: none;
}
body.woocommerce-checkout span.wc-block-components-checkbox__label a {
	color: #ffa500;
	transition: all 0.3s ease-in-out;
}
body.woocommerce-checkout span.wc-block-components-checkbox__label a:hover {
	color: #222831;
	text-decoration: underline;
}
body.woocommerce-checkout .wc-block-components-address-card__edit {
	border: 1px solid #cc5500;
	color: #cc5500;
}
body.woocommerce-checkout .wc-block-components-address-card__edit:hover {
	border: 1px solid #ffa500;
	color: #fff;
	background-color: #ffa500;
}

/* ============== Account Page =============== */
body.page-id-15 h2 {
	color: #222831;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 34px;
}
body.page-id-15 .woocommerce-form-login__submit {
	background: #CC5500;
	border-radius: 100px;
	padding: 13px 45px;
	border: unset;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 18px;
	transition: background 0.3s ease-in-out;
}
body.page-id-15 .woocommerce-form-login__submit:hover {
	background: #FFA500;
}
body.page-id-15 .woocommerce-form-row .woocommerce-form-register__submit {
	background: #CC5500;
	border-radius: 100px;
	padding: 13px 45px;
	border: unset;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 18px;
	transition: background 0.3s ease-in-out;
}
body.page-id-15 .woocommerce-form-row .woocommerce-form-register__submit:hover {
	background: #FFA500;
}
body.page-id-15 .woocommerce-LostPassword a {
	color: #000;
	font-family: "Poppins";
	font-weight: 400;
	font-size: 16px;
}
body.page-id-15 .woocommerce-LostPassword a:hover {
	color: #FFA500;
	text-decoration: underline;
}
body.page-id-15 .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}
body.page-id-15 .woocommerce-privacy-policy-link {
	color: #FFA500;
}
body.page-id-15 .woocommerce-privacy-policy-link:hover {
	color: #000;
	text-decoration: underline;
}
body.page-id-15 .woocommerce-form label {
	color: #222831CC;
}
.woocommerce-MyAccount-navigation {
	width: 20% !important;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
	font-family: "Poppins";
	font-size: 20px;
	font-weight: 400;
	color: #222831;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
	padding: 10px 0px;
	border-bottom: 1px solid #222831CC;
}
.woocommerce-MyAccount-content p {
	color: #222831;
	font-family: "Poppins";
	font-size: 16px;
}
.woocommerce-MyAccount-content p a {
	color: #FFA500;
}
.woocommerce-MyAccount-content p a:hover {
	color: #222831;
	text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-info {
	border-top-color: #FFA500;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
	color: #FFA500;
}
.woocommerce-MyAccount-content .wc-forward {
	background : #CC5500 !important;
	border-radius: 100px !important;
	padding: 13px 25px !important;
	font-family: "Poppins" !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.woocommerce-MyAccount-content .wc-forward:hover {
	background : #FFA500 !important;
	color: #fff !important;
}
.account-h1.hidden {
	position: absolute !important;
  	width: 1px;
  	height: 1px;
  	padding: 0;
  	margin: -1px;
  	overflow: hidden;
  	clip: rect(0, 0, 0, 0);
  	white-space: nowrap;
  	border: 0;
}
body.page-id-15 h2 {
	font-size: 48px;
	font-family: "Poppins";
	font-weight: 600;
}
body.page-id-15 .woocommerce-form {
	background: #fff;
}

/* =============== Wishlist Page =============== */
body.woocommerce-wishlist .btn.button.show-title-form {
	display: none;
}
.wishlist-title-container .wishlist-title.wishlist-title-with-form h1 {
	font-family: "Poppins";
	font-size: 48px;
	font-weight: 600;
	color: #222831;
}
.single-product .single-product-container .woocommerce-Price-amount {
	font-size: 28px;
}
.woocommerce-Price-amount {
	font-family: "Poppins";
	font-size: 18px;
	color: #CC5500;
}
.product-name a {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 500;
	color: #222831;
}

@media (max-width: 768px) {
	body.home.no-scroll {
  		overflow: hidden;
  		height: 100vh;
	}
	body.woocommerce-checkout .e-con-inner, 
  	body.woocommerce-cart .e-con-inner {
    	flex-wrap: nowrap !important;
  	}
	
	/* =============== Navbar =============== */
	.site-logo{
		z-index: 999 !important;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		z-index: 9 !important;
	}
	.main-navbar {
		margin-top: 35px;
	}
	.main-navbar.margined {
		margin-top: 0px;
	}
	.offcanvas.active {
		left: 0% !important;
	}
	.elementor-sub-item.black {
		font-family: "Poppins";
		font-size: 16px !important;
		border-inline-start: unset !important;
	}
	.sub-menu.elementor-nav-menu--dropdown {
		margin-top: 10px;
		margin-left: 10px;
		gap: 10px !important;
	}
	.elementor-menu-cart__toggle .elementor-button {
		padding: 5px 15px 5px 5px;
	}
	.elementor-nav-menu--dropdown .menu-item a {
		font-size: 18px !important;
		font-family: "Poppins" !important;
		padding: 5px 5px !important;
	}
	.offcanvas-logo .menu-item a .logo-menus path {
		fill: #fff;
	}
	.offcanvas-logo .menu-item a.black .logo-menus path {
		fill: #000;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active .logo-menus path {
		fill: #fff !important;
	}
	.elementor-nav-menu .menu-item a.black:hover {
		color: #fff !important;
	}
	.elementor-menu-cart__toggle .elementor-button-icon svg path {
		fill: #fff;
	}
	.elementor-menu-cart__toggle .elementor-button-icon.black svg path {
		fill: #000;
	}
	.parent-logo-menus nav {
		background-color: transparent;
		margin-top: 0px !important;
	}
	.elementor-nav-menu .menu-item a.black #search-id-logo path {
		fill: #000 !important;
	}
	.parent-logo-menus.hidden {
		display: none;
	}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		max-width: 100%;
		background: transparent !important;
		margin-top: 0px;
	}
	.offcanvas-logo nav ul {
		gap: 0px;
	}
	.site-logo {
		width: unset !important;
	}
	.elementor-21 .elementor-element.elementor-element-6b7faf5.elementor-element {
		margin-left: auto;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
		background: #FFA500;
		border-radius: 100px;
	}
	
	/* =============== Product =============== */
	.woocommerce ul.products li.product .price {
		flex-direction: column;
		align-items: self-start;
		justify-content: start;
		gap: 10px;
		margin-bottom: 5px !important;
	}
	.custom-button.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		padding: 10px 20px;
	}
	body.archive .site-main {
		padding: 140px 20px 20px;
	}
	.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
		height: 400px;
	}
	body.single-product .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
		height: 340px;
	}
	.parent-wrapper-product a.button {
		padding: 8px 20px;
	}
	a.added_to_cart.wc-forward {
		margin-left: unset;
	}
	.add-to-cart-custom .added_to_cart.wc-forward {
		position: unset;
	}
	.parent-wrapper-product .added_to_cart.wc-forward {
		position: relative;
		top: 0px;
	}
	.woocommerce ul.products li.product a.woocommerce-loop-product__link {
		height: 405px;
	}
	.woocommerce-result-count {
		font-size: 12px;
		font-family: "Poppins";
	}
	body.archive form.woocommerce-ordering {
		width: 50%;
	}
	body.archive form.woocommerce-ordering select.orderby {
		font-size: 12px;
	}
	
	/* =============== Single Product Page =============== */
	.button-parent {
		gap: 10px;
	}
	.quantity input {
		width: 40% !important;
	}
	.elementor-347 .elementor-element.elementor-element-e75167c.elementor-wc-products ul.products li.product .button {
		font-size: 14px;
		font-family: "Poppins";
		border-radius: 100px;
		margin-top: 10px;
	}
	.quantity-btn.plus {
		left: 29%;
		top: 23%;
	}
	.quantity-btn.minus {
		top: 23%;
	}
	body.single-product .woocommerce-notices-wrapper {
		top: 125px;
		width: 100%;
	}
	body.single-product .woocommerce-message {
		padding: 10px 45px;
	}
	
	/* =============== Cart =============== */
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page 		table.cart .product-thumbnail {
		display: block !important;
		width: 100%;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page 		table.cart .product-thumbnail a img {
		width: 260px;
	}
	.woocommerce-cart .wc-block-grid__product {
		margin-bottom: 20px;
	}
	
	/* =============== Footer Mobile =============== */
	#mailpoet_form_1 form.mailpoet_form {
		padding: 10px !important;
	}
	
	/* =============== Account Page =============== */
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.woocommerce-MyAccount-content {
		margin-bottom: 40px;
	}
	
	/* =============== Wishlist Page ============== */
	body.woocommerce-wishlist .shop_table {
		padding: 5px 0px;
		border-bottom: 1px Solid #80808080;
	}
	body.woocommerce-wishlist table tbody>tr:nth-child(odd)>td {
		background: unset !important;
	}
	body.woocommerce-wishlist .item-details .item-details-table {
		margin-top: 10px;
	}
	body.woocommerce-wishlist td.label {
		font-size: 16px !important;
		font-family: "Poppins" !important;
	}
	body.woocommerce-wishlist .product-name h3 {
		margin: unset;
	}
	body.woocommerce-wishlist .product-thumbnail {
		margin-top: 15px;
	}
	body.woocommerce-wishlist .woocommerce-Price-amount {
		font-family: "Poppins" !important;
		font-size: 16px;
		font-weight: 500;
	}
	body.woocommerce-wishlist .wishlist-in-stock {
		font-size: 16px;
	}
	body.woocommerce-wishlist .additional-info {
		display: none;
	}
	body.woocommerce-wishlist .product-add-to-cart {
		display: flex;
		justify-content: end;
	}
	body.woocommerce-wishlist .product-add-to-cart a {
		margin: unset !important;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {
	.offcanvas.active {
		left: 60% !important;
	}
	
	/* ============== Product ============== */
	body.archive .site-main {
		max-width: 800px !important;
	}
}