/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme of Hello Elementor.
Author: Bashir Rased
Author URI: https://bashir-rased.com/
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Template: hello-elementor
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Tags: custom-menu, featured-images, translation-ready
*/

:root {
	--font-family-1: 'Europa Grotesk SH Extended';
	--font-family-2: 'Kepler Std';
	--font-family-3: 'Kepler Std Light';
	--font-family-4: "Inter", sans-serif;
	--font-family-5: "Inter Tight", sans-serif;
	--color-primary: #D29600;
	--color-black: #000000;
	--color-white: #ffffff;
	--color-gray: #919191;
	--color-gray-2: #414141;
	--color-gray-3: #D2D2D2;
	--color-gray-4: #F8F8F8;
	--color-border-1: #ECECEC;
	--color-border-2: #EBEBEB;
	--color-border-3: #F5F5F5;
	--color-red: #ED1C24;
	--transition-1: all 0.3s ease-in-out;
}

@font-face {
    font-family: 'Europa Grotesk SH Extended';
    src: url('assets/font/EuropaGroteskSH-Ext.woff2') format('woff2'),
         url('assets/font/EuropaGroteskSH-Ext.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kepler Std';
    src: url('assets/font/KeplerStd-LightCnItSubh.woff2') format('woff2'),
         url('assets/font/KeplerStd-LightCnItSubh.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kepler Std Light';
    src: url('assets/font/KeplerStd-LightCnDisp.woff2') format('woff2'),
         url('assets/font/KeplerStd-LightCnDisp.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: var(--font-family-4);
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-family: var(--font-family-5);
	font-weight: 700;
}

.reaxas-relative {
	position: relative;
}

/** Header Menu */
.reaxas-header .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
	content: '\f0dd';
}

.reaxas-header .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
	margin-left: 4px;
}

.reaxas-header .hfe-nav-menu .sub-arrow {
	font-size: 16px;
	margin-top: -20px;
}

.reaxas-header .hfe-nav-menu .menu-item:hover .sub-arrow {
    transform: rotate(180deg);
    margin-top: -5px;
}

@media only screen and (max-width: 1024px) {
	.reaxas-header .hfe-nav-menu .menu-item:hover .sub-arrow {
		transform: rotate(180deg);
		margin-top: -20px;
	}
}

.reaxas-header .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    gap: 30px;
}

.reaxas-header .hfe-nav-menu .sub-menu li.menu-item {
    width: 160px;
    height: 160px;
    border: 1px solid var(--color-border-3) !important;
	position: relative;
	transition: var(--transition-1);
	outline: 3px solid var(--color-white);
}

.reaxas-header .hfe-nav-menu .menu-item.col-2 .sub-menu {
	width: 410px;
}

.reaxas-header .hfe-nav-menu .menu-item.col-3 .sub-menu {
	width: 600px;
}

.reaxas-header .hfe-nav-menu .sub-menu li.menu-item:hover,
.reaxas-header .hfe-nav-menu .sub-menu li.menu-item.current-menu-item,
.reaxas-size-options li.active,
.reaxas-color-swatches .reaxas-color-swatch.active img {
	border-color: #F0BE00;
	outline-color: #FFE100;
	cursor: pointer;
}

.reaxas-header .hfe-nav-menu .sub-menu li a.hfe-sub-menu-item {
	display: flex;
    flex-direction: column;
	gap: 30px;
	position: relative;
	width: 100%;
	height: 100%;
    align-items: center;
    justify-content: center;
}

.reaxas-header .hfe-nav-menu .sub-menu li img._mi {
	width: 60px;
	height: 60px;
	filter: invert(50%) sepia(10%) saturate(500%) hue-rotate(180deg);
}

.reaxas-header .hfe-nav-menu .sub-menu li:hover img._mi,
.reaxas-header .hfe-nav-menu .sub-menu li.current-menu-item img._mi {
	filter: none;
}

.reaxas-header .menu-item img._before,
.rtl .reaxas-header .menu-item img._after {
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.reaxas-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		row-gap: 30px;
		padding: 30px;
	}
	.reaxas-header .hfe-nav-menu .sub-menu.sub-menu-open {
		padding: 20px;
		gap: 20px;		
	}
	.reaxas-header .hfe-nav-menu .col-3 .sub-menu.sub-menu-open {
		width: 560px;
	}
	.reaxas-header .hfe-nav-menu .col-2 .sub-menu.sub-menu-open {
		width: 380px;
	}
	.reaxas-header .hfe-nav-menu .sub-menu li a.hfe-sub-menu-item {
		padding-left: 0;
	}
	.reaxas-header .hfe-nav-menu .sub-menu {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.reaxas-header .hfe-nav-menu .sub-menu.sub-menu-open {
		padding: 15px;
		gap: 15px;		
	}
	.reaxas-header .hfe-nav-menu .col-3 .sub-menu.sub-menu-open,
	.reaxas-header .hfe-nav-menu .col-2 .sub-menu.sub-menu-open {
		width: 305px;
	}
	.reaxas-header .hfe-nav-menu .sub-menu li.menu-item {
		width: 130px;
    	height: 130px;
	}
}

.reaxas-header div.hfe-nav-menu-icon svg {
	outline: none;
}

/** Search Box */
.reaxas-header .reaxas-searchform {
	position: relative;
}

.reaxas-header .reaxas-search-field {
    outline: 0;
    height: 55px;
    border-radius: 28px;
    border: none;
    background-color: var(--color-gray-4);
    font-family: var(--font-family-5);
    font-size: 21px;
    line-height: 1.2em;
    padding: 10px 117.5px 10px  27.5px;
}

/* Modern browsers */
.reaxas-header .reaxas-search-field::placeholder {
    color: var(--color-gray);
    opacity: 1; /* important for Firefox */
}

/* Chrome, Edge, Safari */
.reaxas-header .reaxas-search-field::-webkit-input-placeholder {
    color: var(--color-gray);
}

/* Firefox */
.reaxas-header .reaxas-search-field::-moz-placeholder {
    color: var(--color-gray);
}

/* Internet Explorer / old Edge (optional) */
.reaxas-header .reaxas-search-field:-ms-input-placeholder {
    color: var(--color-gray);
}

.reaxas-header .reaxas-search-field:focus::placeholder {
    color: transparent;
}

.reaxas-header .reaxas-search-field::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
}

/* Chrome / Edge / Safari */
.reaxas-header input.reaxas-search-field:-webkit-autofill,
.reaxas-header input.reaxas-search-field:-webkit-autofill:hover,
.reaxas-header input.reaxas-search-field:-webkit-autofill:focus,
.reaxas-header input.reaxas-search-field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: inherit;
    transition: background-color 9999s ease-out 0s;
}

.reaxas-header input.reaxas-search-field:-moz-autofill {
    box-shadow: 0 0 0 1000px transparent inset;
    color: inherit;
}

.reaxas-header .reaxas-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 55px;
    border-radius: 27.5px;
    border: none;
    outline: none;
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: 24px;
}

/** Header Phone Button */
.reaxas-phone-btn .elementor-button-content-wrapper {
	align-items: center;
}

.reaxas-phone-btn .elementor-button-text {
	font-family: var(--font-family-1) !important;
	font-size: 20px !important;
	line-height: 1.2em !important;
}

.reaxas-phone-btn .elementor-button-icon {
    background-color: var(--color-black);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reaxas-phone-btn .elementor-button-icon svg {
    fill: var(--color-white);
    width: 12.5px;
}

/** Footer Menu */
.reaxas-footer a {
    display: block;
    color: var(--color-white) !important;
}

.reaxas-footer-btn .elementor-button-content-wrapper {
	align-items: center;
}

.reaxas-footer-btn .elementor-button-icon {
	font-size: 24px;
}

.reaxas-footer-btn .elementor-button {
	transition: var(--transition-1) !important;
}

@media only screen and (max-width: 1024px) {
	.reaxas-footer-btn .elementor-button:hover {
		padding: 12.5px 28px 12.5px 28px !important;
	}
}

/** About Page */
.reaxas-text-1 .elementor-heading-title {
	font-family: var(--font-family-1) !important;
	font-size: 100px !important;
	line-height: 1em !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
}

.reaxas-text-1 .elementor-heading-title span {
	font-family: var(--font-family-2) !important;
	font-size: 110px !important;
}

@media only screen and (max-width: 1024px) {
	.reaxas-text-1 .elementor-heading-title {
		font-size: 60px !important;
	}
	.reaxas-text-1 .elementor-heading-title span {
		font-size: 70px !important;
	}
}

.reaxas-text-2 .elementor-heading-title {
	font-family: var(--font-family-3) !important;
	font-size: 42px !important;
	line-height: 1.07em !important;
	font-weight: 300 !important;
}

.reaxas-text-4 .elementor-icon-box-title {
    font-family: var(--font-family-3) !important;
    font-weight: 300 !important;
    font-size: 90px !important;
    line-height: 0.66em !important;
    margin-top: 28px !important;
    margin-bottom: 68px !important;
	position: relative;
}

.reaxas-text-4 .elementor-icon-box-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #196E00;
    left: 50%;
    transform: translate(-50%, 94px);
}

.reaxas-text-4 .elementor-icon-box-description {
	font-family: var(--font-family-3) !important;
	font-size: 42px !important;
	line-height: 1.07em !important;
	font-weight: 300 !important;
	width: 420px;
}

@media only screen and (max-width: 1024px) {
	.reaxas-text-4 .elementor-icon-box-description {
		width: 100%;
	}
}

.reaxas-text-4.reaxas-icon-box-2 .elementor-icon-box-title::after {
	background-color: #7D5A00;
}

.reaxas-separator.elementor-widget-icon-list a:hover .elementor-icon-list-text {
	color: var(--color-primary);
}

.reaxas-separator .elementor-icon-list-icon {
	margin-right: -6px;
}

/** Home Page */
.reaxas-home-text-1 .elementor-heading-title {
	font-family: var(--font-family-3) !important;
	font-weight: 300 !important;
	font-size: 140px !important;
	line-height: 1.2em !important;
}

@media only screen and (max-width: 1600px) {
	.reaxas-home-text-1 .elementor-heading-title {
		font-size: 100px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.reaxas-home-text-1 .elementor-heading-title {
		font-size: 80px !important;
	}
}

@media (max-width: 767px) {
	.reaxas-home-text-1 .elementor-heading-title {
		font-size: 60px !important;
	}
}

/** Contact Page */
.reaxas-contact-text-1 .elementor-heading-title {
	font-family: var(--font-family-3) !important;
    font-weight: 300 !important;
    font-size: 90px !important;
    line-height: 0.66em !important;
}

@media only screen and (max-width: 1024px) {
	.reaxas-contact-text-1 .elementor-heading-title {
		line-height: 1.2em !important;
	}
}

.reaxas-contact-form .wpcf7-form-control {
	border: 1px solid var(--color-border-1);
	padding: 20px 30px;
	outline: none;
	border-radius: 5px;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
}

.reaxas-contact-form .wpcf7-form-control:focus {
	border-color: var(--color-primary);
}

.reaxas-contact-form input.wpcf7-form-control {
	height: 72px;
	margin-bottom: 17px;	
}

.reaxas-contact-form .wpcf7-form-control-wrap[data-name="your-message"] {
	height: 162px;
	margin-bottom: 17px;
	position: relative;
	font-family: var(--font-family-4);
	font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
	color: #919191;
}

/* Modern browsers */
.reaxas-contact-form .wpcf7-form-control::placeholder {
    color: var(--color-gray);
    opacity: 1; /* important for Firefox */
}

/* Chrome, Edge, Safari */
.reaxas-contact-form .wpcf7-form-control::-webkit-input-placeholder {
    color: var(--color-gray);
}

/* Firefox */
.reaxas-contact-form .wpcf7-form-control::-moz-placeholder {
    color: var(--color-gray);
}

/* Internet Explorer / old Edge (optional) */
.reaxas-contact-form .wpcf7-form-control:-ms-input-placeholder {
    color: var(--color-gray);
}

.reaxas-contact-form .wpcf7-form-control:focus::placeholder {
    color: transparent;
}

/* Chrome / Edge / Safari */
.reaxas-contact-form .wpcf7-form-control:-webkit-autofill,
.reaxas-contact-form .wpcf7-form-control:-webkit-autofill:hover,
.reaxas-contact-form .wpcf7-form-control:-webkit-autofill:focus,
.reaxas-contact-form .wpcf7-form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: inherit;
    transition: background-color 9999s ease-out 0s;
}

.reaxas-contact-form .wpcf7-form-control:-moz-autofill {
    box-shadow: 0 0 0 1000px transparent inset;
    color: inherit;
}

.reaxas-contact-form input.wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;	
    font-family: var(--font-family-5);
	font-weight: 700;
    font-size: 21px;
    line-height: 1.2em;
	color: var(--color-white);
	background-color: var(--color-black);
	margin-top: 9px;
	transition: var(--transition-1);
}

.reaxas-contact-form input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--color-primary);
}

/** Plugin Edit */
.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,
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #FF5A00;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
	position: relative;
}

.yith-add-to-wishlist-button-block {
	margin: 0;
}

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

.wc-block-components-button {
	text-decoration: none !important;
}

.wc-block-components-button:hover {
	color: var(--color-white) !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    position: relative;
    border: 1px solid var(--color-border-2);
    padding: 50px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery__image.flex-active-slide {
	display: flex !important;
	justify-content: center;
}

.woocommerce-product-gallery__image.flex-active-slide > a > img {
	height: 600px;
	width: auto;
	max-width: 600px;
}

@media (max-width: 767px) {
	.woocommerce-product-gallery__image.flex-active-slide > a > img {
		height: 300px;
		width: auto;
		max-width: 300px;
	}
}

.flex-control-nav.flex-control-thumbs {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	gap: 12px;
    transform: translateY(100%);
    position: absolute;
	left: 0;
    bottom: -70px;
    width: 100%;
}

.flex-control-nav.flex-control-thumbs li {
    width: calc(20% - 10px);
	
}

.flex-control-nav.flex-control-thumbs img,
.reaxas-modal-thumbnail-image {
	width: 125px;
	padding: 10px;
	border: 1px solid var(--color-border-2);
	outline: none;
	object-fit: cover;
}

.flex-control-nav.flex-control-thumbs img {
	width: 215px;
	padding: 16.5px;
}

.flex-control-nav.flex-control-thumbs img:hover,
.reaxas-modal-thumbnail-image:hover {
	border: 1px solid #F0BE00;
	outline: 3px solid #FFE100;
}

/* .flex-control-nav.flex-control-thumbs li:has(img.flex-active) {
	display: none;
} */

@media only screen and (max-width: 1024px) {
	.flex-control-nav.flex-control-thumbs {
		gap: 15px;
	}
	.flex-control-nav.flex-control-thumbs li {
		width: calc(25% - 12px);
	}
	.flex-control-nav.flex-control-thumbs img {
		width: 100%;
	}
}

@media (max-width: 767px) {	
	.reaxas-single-row-1 {
		margin-top: 30px;
	}
	.flex-control-nav.flex-control-thumbs li {
		width: calc(33.33% - 12px);
	}
	.reaxas-breadcrumb .reaxas-breadcrumb-nav {
		padding: 20px 15px;
	}
	.reaxas-container {
		padding: 0 15px !important;
	}
	.reaxas-sub-title {
		padding-top: 10px !important;
	}
	.reaxas-breadcrumb .reaxas-breadcrumb-nav {
		padding: 20px 15px !important;
	}
	.reaxas-shop-page-posts {
		padding: 25px 0 30px 0 !important;
	}
	.reaxas-shop-page-posts .reaxas-cat-title {
		padding-top: 0 !important;
	}
	.reaxas-product-featured-2 .hello-elementor-child-product-card, .reaxas-new-posts .hello-elementor-child-product-card {
		padding: 20px !important;
	}
} 

.reaxas-single-row-1 .reaxas-container {
	padding: 0 !important;
}

/** Theme Edit */
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1432px;
}

/** WooCommerce Product List */

.product-image,
.reaxas-product-similar-thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-title,
.reaxas-product-similar-title {
	padding: 0;
	margin: 0;
}

.product-title,
.reaxas-product-similar-link {
	font-family: var(--font-family-4);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
}

.product-title a,
.reaxas-product-similar-link {
	color: var(--color-black);
}

.product-title a:hover,
.reaxas-product-similar-link:hover {
	color: var(--color-primary);
}

.product-price {
	font-family: var(--font-family-4);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-black);	
}

.reaxas-product-list-1 .hello-elementor-child-product-card {
	border-radius: 12px;
	background-color: var(--color-white);
	filter: drop-shadow(7px 7px 12px rgba(0, 0, 0, 0.1));
	overflow: hidden;
	padding: 40px 40px 34px 35px !important;
	margin: 0 !important;
}

.reaxas-product-featured-1 .product-image {
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reaxas-product-list-new .product-image img,
.reaxas-product-similar-thumb img {
    max-width: 100%;
    width: auto !important;
    height: 240px !important;
    object-fit: cover;
}

.reaxas-product-featured-1 .product-image img,
.reaxas-product-featured-2 .product-image img,
.reaxas-new-posts .product-image {
	max-width: 260px;
	max-height: 260px;
}

.reaxas-product-list-1 .product-image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 260px;
}

.reaxas-product-list-1 .product-image img {
	max-width: 260px;
}

.reaxas-shop-page-posts .hello-elementor-child-product-card .product-image {
	height: 260px;
}

.reaxas-product-list-1 .hello-elementor-child-product-card .product-title-wrap,
.reaxas-product-featured-1 .hello-elementor-child-product-card .product-title-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.reaxas-product-list-1 .hello-elementor-child-product-card .product-title-wrap {
	border-top: 1px solid var(--color-border-1);
	margin-top: 37px;
	padding-top: 28px;
}

.reaxas-product-list-1 .hello-elementor-child-product-card .product-cart,
.reaxas-shop-page-posts .hello-elementor-child-product-card .product-cart {
	display: none;
}

.reaxas-product-list-1 li.product.hello-elementor-child-product-card,
.reaxas-product-featured-1 li.product.hello-elementor-child-product-card,
.reaxas-product-featured-2 li.product.hello-elementor-child-product-card {
    width: 100% !important;
    margin: 0 !important;
	list-style: none;
}

.reaxas-product-list-new .hello-elementor-child-product-card,
.reaxas-shop-page-posts .hello-elementor-child-product-card,
.reaxas-product-similar-item {
	border-radius: 12px;
	background-color: var(--color-white);
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.07));
	overflow: hidden;
	padding: 53px 40px 34px 40px !important;
	transition: var(--transition-1);
}

.reaxas-product-list-new .hello-elementor-child-product-card:hover,
.reaxas-shop-page-posts .hello-elementor-child-product-card:hover,
.reaxas-product-similar-item:hover {
	filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.15));
}

.reaxas-product-list-new .hello-elementor-child-product-card,
.reaxas-product-featured-1 .hello-elementor-child-product-card,
.reaxas-product-featured-2 .hello-elementor-child-product-card {
	margin: 0 !important;
}

.reaxas-product-list-new .products {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reaxas-product-list-new .products,
.reaxas-product-featured-1 .products,
.reaxas-product-featured-2 .products {
	margin: 0 !important;
	padding: 0 !important;
}

.product-badge {
	color: #3CB950;
    background-color: transparent;
    font-family: var(--font-family-4);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-badge.new {
	color: #FF5A00;
}

.product-badge.popular {
	color: #6464F0;
}

.reaxas-product-featured-1 .product-badge,
.reaxas-product-featured-2 .product-badge,
.reaxas-product-list-new .product-badge {
    position: relative;
    margin: 0;
    padding: 0;
}

.reaxas-product-list-1 .product-badge {
    margin: 0;
    right: 38px;
    top: 26px;
    position: absolute;
}

.reaxas-product-list-new .hello-elementor-child-product-card .product-content,
.reaxas-shop-page-posts .hello-elementor-child-product-card .product-content,
.reaxas-product-similar-content {
	margin-top: 67px;
}

.reaxas-product-list-new .hello-elementor-child-product-card .product-badge,
.reaxas-shop-page-posts .hello-elementor-child-product-card .product-badge {
	margin-bottom: 14px;
}

.reaxas-product-list-new .hello-elementor-child-product-card {
	width: calc(25% - 12px) !important;
}

@media only screen and (max-width: 1024px) {
	.reaxas-product-list-new .hello-elementor-child-product-card {
		width: calc(50% - 12px) !important;
	}
}

@media (max-width: 767px) {
	.reaxas-product-list-new .hello-elementor-child-product-card {
		width: 100% !important;
	}
}

.reaxas-product-list-new .products {
	padding-left: -15px;
}

.reaxas-product-list-new .products::before {
	display: none;
}

.reaxas-product-list-new .product-cart {
	display: none;
}

.reaxas-product-list-new .product-title,
.reaxas-shop-page-posts .product-title,
.reaxas-product-similar-title {
	margin-bottom: 23px;
}

.reaxas-product-list-1 .product-price,
.reaxas-product-list-new .product-price,
.reaxas-product-featured-1 .product-price,
.reaxas-product-featured-2 .product-price,
.reaxas-new-posts .product-price,
.reaxas-shop-page-posts .product-price,
.reaxas-product-similar-price {
	display: flex;
	flex-direction: column-reverse;
	text-decoration: none;
}

.reaxas-product-list-1 .product-price,
.reaxas-product-featured-1 .product-price {
	align-items: end;
}

.reaxas-product-list-1 .product-price {
	justify-content: start;
}

.reaxas-product-list-1 del,
.reaxas-product-list-new del,
.reaxas-product-featured-1 del,
.reaxas-product-featured-2 del,
.reaxas-new-posts del,
.reaxas-shop-page-posts del,
.reaxas-product-similar-item del {
	color: var(--color-gray);
}

.reaxas-product-list-1 ins,
.reaxas-product-list-new ins,
.reaxas-product-featured-1 ins,
.reaxas-product-featured-2 ins,
.reaxas-new-posts ins,
.reaxas-shop-page-posts ins,
.reaxas-product-similar-item ins {
	text-decoration: none;
}

.reaxas-product-featured-1 .hello-elementor-child-product-card,
.reaxas-product-featured-2 .hello-elementor-child-product-card,
.reaxas-new-posts .hello-elementor-child-product-card {
	border: 1px solid var(--color-border-1);
}

.reaxas-product-featured-1 .hello-elementor-child-product-card {
	padding: 56px 44px 53px !important;
}

.reaxas-product-featured-1 .product-cart .button,
.reaxas-product-featured-2 .product-cart .button,
.reaxas-new-posts .product-cart .button,
.reaxas-product-featured-1 .product-cart .added_to_cart,
.reaxas-product-featured-2 .product-cart .added_to_cart,
.reaxas-new-posts .product-cart .added_to_cart {
	width: 100%;
	height: 100%;
	min-height: 40px;
	border-radius: 6px;
	background-color: var(--color-border-1);
	color: var(--color-gray-2);
	margin-top: 25px !important;
	font-family: var(--font-family-4);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: center;
	transition: var(--transition-1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.reaxas-product-featured-1 .product-cart:hover .button,
.reaxas-product-featured-2 .product-cart:hover .button,
.reaxas-new-posts .product-cart:hover .button,
.reaxas-product-featured-1 .product-cart:hover .added_to_cart,
.reaxas-product-featured-2 .product-cart:hover .added_to_cart,
.reaxas-new-posts .product-cart:hover .added_to_cart {
	background-color: var(--color-gray-3);
	color: var(--color-black);
}

.reaxas-product-featured-1 .product-content {
	padding-top: 20px;
}

.reaxas-product-list-1 .product-title {
	width: 50%;
}

.reaxas-product-featured-1 .product-title {
	width: 70%;
}

@media (max-width: 767px) {
	.reaxas-product-list-1 .product-title {
		width: 100%;
		margin-bottom: 20px;
	}

	.reaxas-product-featured-1 .product-title {
		width: 100%;
	}
}

.reaxas-product-featured-1 .product-badge {
    margin-top: 12px;
    margin-bottom: 7px;
}

.reaxas-banner-text-1 .elementor-heading-title {
	font-family: var(--font-family-3) !important;
	font-weight: 300 !important;
	font-size: 225px !important;
	line-height: 1.2em !important;
}

.reaxas-banner-text-2 .elementor-heading-title {
	font-family: var(--font-family-5);
	font-weight: 300;
	font-size: 36px;
	line-height: 1.2em;
}

.reaxas-banner-text-3 .elementor-heading-title {
	font-family: var(--font-family-2) !important;
	font-weight: 300 !important;
	font-size: 36px !important;
	line-height: 1.11em !important;
}

.reaxas-product-featured-2 .hello-elementor-child-product-card,
.reaxas-new-posts .hello-elementor-child-product-card {
	display: flex;
    flex-wrap: wrap!important;
	justify-content: space-between;
	padding: 44px 50px 49px 50px;
	gap: 32px;
}

.reaxas-product-featured-2 .hello-elementor-child-product-card .product-content,
.reaxas-new-posts .hello-elementor-child-product-card .product-content {
	width: 44%;
}

@media (max-width: 767px) {
	.reaxas-product-featured-2 .hello-elementor-child-product-card .product-content,
	.reaxas-new-posts .hello-elementor-child-product-card .product-content {
		width: 100%;
	}

	.elementor-121 .elementor-element.elementor-element-410f71a nav.hfe-dropdown-expandible a.hfe-sub-menu-item, .elementor-121 .elementor-element.elementor-element-410f71a nav.hfe-dropdown li a.hfe-sub-menu-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.reaxas-product-featured-2 .hello-elementor-child-product-card .product-badge,
.reaxas-new-posts .hello-elementor-child-product-card .product-badge,
.reaxas-product-similar-content .product-badge {
	margin-bottom: 15px;
}

.reaxas-product-featured-2 .hello-elementor-child-product-card .product-title,
.reaxas-new-posts .hello-elementor-child-product-card .product-title {
	margin-bottom: 30px;
}

.product-price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 10px;
}

.reaxas-product-featured-2 .product-price-wrap,
.reaxas-new-posts .product-price-wrap {
	margin-bottom: 45px;
}

/** Shop Page */
.search-results .site-main,
.woocommerce-shop .site-main,
.woocommerce-page .site-main,
.reaxas-shop-main {
	max-width: 100% !important;
}

.reaxas-container {
	max-width: 1492px;
	margin: 0 auto;
	padding: 0 30px;
}

.reaxas-container-full {
	max-width: 100%;
}

.reaxas-row {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	width: 100%;
}

.reaxas-row-2,
.shop-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}

.reaxas-row-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.reaxas-col-3 {
	width: calc(25% - 16px);
}

.reaxas-col-3-half {
	width: 29%;
}

.reaxas-col-4-half {
	width: 38%;
}

.reaxas-col-6 {
	width: calc(50% - 16px);
}

.reaxas-col-7-half {
	width: 62%;
}

.reaxas-col-8-half {
	width: 71%;
}

.reaxas-col-9 {
	width: calc(75% - 16px);
}

.reaxas-col-12 {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.reaxas-single-row-1 .reaxas-col-6 {
		width: 100%;
	}
	.reaxas-col-3-half {
		width: 40%;
	}
	.reaxas-col-8-half {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.reaxas-col-3,
	.reaxas-col-3-half,
	.reaxas-col-6,
	.reaxas-col-8-half,
	.reaxas-col-9 {
		width: 100%;
	}
	
	.reaxas-product-list-new .hello-elementor-child-product-card, .reaxas-shop-page-posts .hello-elementor-child-product-card, .reaxas-product-similar-item {
		padding: 30px !important;
	}
}

.reaxas-sub-title {
	width: 100%;
	font-family: var(--font-family-5);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--color-black);
	margin: 0;
	padding-top: 70px;
}

.reaxas-breadcrumb {
    border-bottom: 1px solid var(--color-border-1);
}

.reaxas-breadcrumb .reaxas-breadcrumb-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    min-height: 60px;
	max-width: 1492px;
	margin: 0 auto;
	padding: 20px 30px;
    row-gap: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	justify-content: space-between !important;
	gap: 30px;
}

.reaxas-breadcrumb .reaxas-breadcrumb-nav a {
    color: var(--color-gray);
	transition: var(--transition-1);
}

.reaxas-breadcrumb .reaxas-breadcrumb-nav a:hover {
	color: var(--color-primary);
}

.reaxas-breadcrumb-nav .sep {
	display: inline-block;
}

.reaxas-breadcrumb-nav .sep svg {
    width: 7px;
    fill: var(--color-gray);
    margin-left: 8px;
    margin-right: 4px;
    margin-bottom: -2px;
}

/** New Posts */
.reaxas-new-posts {
	margin-bottom: 85px;
}

.reaxas-new-posts .hello-elementor-child-product-card {
	width: calc(50% - 16px);
	list-style: none;
}

@media only screen and (max-width: 1024px) {
	.reaxas-new-posts .hello-elementor-child-product-card {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.reaxas-product-featured-2 .product-image,
	.reaxas-new-posts .product-image {
		margin-bottom: 30px;
	}
}

.reaxas-shop-page-posts {
	padding: 25px 0 210px 0;
	background-color: var(--color-gray-4);
}

.reaxas-shop-page-posts .reaxas-cat-title {
	color: var(--color-gray);
	font-family: var(--font-family-5);
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding-top: 93px;
	padding-bottom: 2px;
}

.reaxas-shop-page-posts .hello-elementor-child-product-card {
	width: calc(33.33% - 8px);
	list-style: none;
}

@media only screen and (max-width: 1024px) {
	.reaxas-shop-page-posts .hello-elementor-child-product-card {
		width: calc(50% - 12px);
	}
}

@media (max-width: 767px) {
	.reaxas-shop-page-posts .hello-elementor-child-product-card {
		width: 100%;
	}
}

.reaxas-new-posts .hello-elementor-child-product-card .product-title,
.reaxas-shop-page-posts .product-title,
.reaxas-product-similar-title {
	font-family: var(--font-family-4);
	font-size: 16px;
	font-weight: 700;
    line-height: 1.2;
}

.reaxas-new-posts .hello-elementor-child-product-card .product-title a,
.reaxas-shop-page-posts .hello-elementor-child-product-card .product-title a,
.reaxas-product-similar-title a {    
    color: var(--color-black);
	transition: var(--transition-1);
}

.reaxas-new-posts .hello-elementor-child-product-card .product-title:hover a,
.reaxas-shop-page-posts .hello-elementor-child-product-card .product-title:hover a,
.reaxas-product-similar-title:hover a {    
    color: var(--color-primary);
}

.reaxas-shop-page-posts .reaxas-sub-title {
	margin-bottom: 25px;
}

/** Category Menu List */
.category-menu-list,
.category-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-menu-list {
	font-family: var(--font-family-5);
	font-size: 18px;
	line-height: 1.2em;
}

.category-menu-list li.cat-parent {
	padding-top: 43px;
}

.category-menu-list li.cat-parent > a {
	position: relative;
}

.category-menu-list li.cat-parent > a::before {
	content: '\f0d8';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	right: -20px;
}

.category-menu-list li a {
	font-weight: 700;
	color: var(--color-black);
}

.category-menu-list li .sub-menu {
	padding-top: 29px;
	display: none;
	transition: var(--transition-1);
}

.category-menu-list li.is-open .sub-menu {
	display: block;
}

.category-menu-list li.cat-parent.is-open > a::before {
	content: '\f0d7';
}

.category-menu-list .sub-menu li {
	margin-bottom: 9px;
}

.category-menu-list .sub-menu li a {
	display: inline-block;
	min-width: 300px;
	font-weight: 400;
	color: var(--color-gray);
	transition: var(--transition-1);
	border-bottom: 1px solid var(--color-gray-4);
	padding-bottom: 3px;
}

.category-menu-list .sub-menu li:hover a,
.category-menu-list .sub-menu li.current-menu-item a {
	color: var(--color-black);
	border-bottom-color: var(--color-black);
}

/** Single Product */
.reaxas-single-row-1 {
	margin-top: 60px;
}

.reaxas-single-row-1 .product_title,
.reaxas-right-content .product_title {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0;
}

.reaxas-single-row-1 .quantity .qty {
	width: 100%;
	border: 1px solid var(--color-black);
}

.reaxas-single-row-1 .quantity {
	margin: 43px 0 20px 0;
}

.reaxas-single-cats,
.reaxas-product-short-description-title,
.reaxas-product-product-attrs-title,
.reaxas-product-product-attr-label,
.reaxas-variation-label,
.reaxas-right-content-img-list-title {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	color: var(--color-gray);
}

.reaxas-variation-label {
    background-color: transparent !important;
    text-align: left !important;
    padding: 0 !important;
    border: none !important;
}

.reaxas-single-cats {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.reaxas-single-cats a {
	color: var(--color-gray);
}

.reaxas-single-cats a:hover {
	color: var(--color-primary);
}

.reaxas-single-cats span {
	margin: 0 5px 0 0;
}

.reaxas-single-price {
	padding-bottom: 45px;
	border-bottom: 1px solid var(--color-gray-4);
}

.price-regular-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 37px;
	align-items: center;
}

.price-regular {
	font-family: var(--font-family-5);
	font-weight: 400;
	color: var(--color-black);
	line-height: 1.2em;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.price-regular span {
	line-height: 0.8;
}

.reaxas-single-price-regular-currency,
.reaxas-single-price-regular-decimals {
	font-size: 24px;
}

.reaxas-single-price-regular {
	font-size: 48px;
}

.price-offer {
	color: var(--color-red);
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2em;
	display: inline-flex;
	flex-wrap: wrap;
}

.price-sale {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 14px;
}

.price-sale .woocommerce-Price-amount {
	text-decoration: line-through;
}

.reaxas-product-short-description {
	font-family: var(--font-family-4);
	font-size: 18px;
	padding: 36px 0 22px 0;
}

.reaxas-product-short-description-title {
	margin-bottom: 24px;
}

.reaxas-product-short-description-content {
	color: var(--color-black);
	line-height: 1.66em;
}

.reaxas-product-short-description-content ul {
	margin: 0;
	padding-left: 21px;
	font-family: var(--font-family-4);
	font-size: 21px;
}

.reaxas-product-short-description-content ul li {
	margin-bottom: 10px;
}

.reaxas-product-short-description-content hr {
    height: 1px;
    background-color: var(--color-gray-4);
    border: none;
    margin: 54px 0 52px;
}

.reaxas-view-product-btn {
    display: block;
    padding: 25px 0 18px 0;
    font-family: var(--font-family-4);
    font-size: 16px;
    line-height: 1.2em;
	color: var(--color-gray);
	transition: var(--transition-1);
	position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
}

.reaxas-view-product-btn:hover {
	color: var(--color-primary);
}

.reaxas-product-reviews {
	margin-top: 70px;
}

.reaxas-product-reviews .star-rating {
	color: #FFBE00;
	font-size: 20px;
    line-height: 19px;
    height: 20px;
}

.reaxas-single-buy-btn {
    display: flex;
    min-height: 90px;
    justify-content: center;
    align-items: center;
    background-color: #FFDC00 !important;
    border-radius: 6px !important;
    font-family: var(--font-family-5) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    color: var(--color-black) !important;
	width: 100%;
}

.reaxas-single-buy-btn i {
	color: #D29600 !important;
    margin-left: 15px !important;
}

/** Review Comment */
.reaxas-review-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-border-2);
	padding: 34px 0 25px 0;
}

.reaxas-review-header-left {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	color: var(--color-gray);
}

.reaxas-review-header-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row-reverse;
}

.reaxas-review-comment-list {
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
}

.reaxas-comment-list-item {
	margin-bottom: 32px;
	padding-left: 90px;
	position: relative;
}

.reaxas-comment-list-item .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
}

.reaxas-comment-list-item .meta {
	margin-bottom: 25px;
}

.reaxas-comment-list-item .woocommerce-review__author,
.reaxas-comment-list-item .woocommerce-review__published-date {
    font-size: 18px;
    font-family: var(--font-family-4);
    line-height: 1.2em;
}

.reaxas-comment-list-item .woocommerce-review__published-date {
	color: var(--color-gray);
}

/** Product Description */
.reaxas-product-description-title {
    border-bottom: 1px solid var(--color-border-2);
    padding: 10px 0;
}

.reaxas-product-description {
	padding-top: 40px;
	max-width: 970px;
	padding-bottom: 105px;
	margin-right: 40px;
}

@media (max-width: 767px) {
	.reaxas-product-description {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-right: 0;
	}
}

.reaxas-product-similar {
    border-left: 1px solid var(--color-border-2);
    height: 100%;
    padding: 37px 0 0 56px;
}

@media (max-width: 767px) {
	.reaxas-product-similar {
		border-left: none;
		border-top: 1px solid var(--color-border-2);
		padding: 37px 0 0 0;
	}
	.reaxas-product-product-attr-label {
		width: 100% !important;
		max-width: 100% !important;
	}
}

.reaxas-product-description-title,
.reaxas-product-similar-text {
    font-family: var(--font-family-4);
    font-size: 16px;
    line-height: 1.2em;
    color: var(--color-gray);
}

.reaxas-product-similar-text {
	margin-bottom: 0;
}

.reaxas-product-similar-items {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 35px;
	margin: 35px 0;
}

.reaxas-product-similar-item {
	border: 1px solid var(--color-border-1);
	border-radius: 12px;
}

/** Product Details */
.reaxas-product-product-attr-desc {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reaxas-product-product-attrs-title {
	margin-top: 30px;
	padding-bottom: 13px;
	border-bottom: 1px solid var(--color-gray-4);
}

.reaxas-product-product-attr-item {
	padding: 12px 0;
	border-bottom: 1px solid var(--color-gray-4);
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.reaxas-product-product-attr-label {
	width: 200px;
	max-width: 100%;
}

.reaxas-product-product-attr-info {
	font-family: var(--font-family-4);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	color: var(--color-black);
}

.reaxas-product-product-color-attr-info {
	text-transform: capitalize;
}

/** Open Modal */
.admin-bar .reaxas-product-view-modal {
	top: 32px;
}

.reaxas-product-view-modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7); /* dark overlay */
	transform: translateX(-50%);
}

.reaxas-right {
	border-left: 1px solid var(--color-border-1);
	height: 100%;
	min-height: 900px;
}

.reaxas-right-header {
    border-bottom: 1px solid var(--color-border-1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.reaxas-right-header-title {
    margin: 0;
    font-family: var(--font-family-4);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
}

.reaxas-modal-close {
    padding: 0;
    color: var(--color-gray) !important;
    font-size: 36px;
    margin: 0;
    border: none;
}

.reaxas-modal-close:hover {
	background-color: transparent;
	color: var(--color-primary);
}

.reaxas-right-header-title,
.reaxas-right-content {
	padding-left: 38px;
}

.reaxas-right-content .product_title {
	padding-top: 48px;
}

.reaxas-right-content .reaxas-single-cats {
	margin-top: 14px !important;
}

/** Product Variable */
.reaxas-variations {
	margin-bottom: 68px;
}

.reaxas-variation {
	margin-top: 45px;
}

#pa_color,
#pa_size,
.reaxas-color-radio-btn {
	display: none;
}

.reaxas-size-options,
.reaxas-color-swatches {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	gap: 15px;
}

.reaxas-size-options li,
.reaxas-color-swatches .color-swatch-img {
	width: 120px;
	border: 1px solid var(--color-border-2);
	outline: 3px solid var(--color-white);
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.reaxas-color-swatches .color-swatch-img {
	padding: 15px !important;
}

.color-swatch-name {
	display: block;
	margin-top: 13px;
}

.reaxas-size-options li {
	height: 48px;
}

/** Updated 18.01.2026 */
.reaxas-wishlist-btn {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #919191;
}

.reaxas-right-content-img-list-title {
	padding: 40px 0 17px 0;
	border-bottom: 1px solid var(--color-border-1);
	margin-bottom: 39px;
}

/** Product View Modal */
.reaxas-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.reaxas-modal.is-open {
	display: block;
}

.reaxas-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.reaxas-modal-content {
	max-width: 1492px;
	padding: 0 30px;
	margin: 0 auto;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin; /* Firefox */
}

@media (max-width: 767px) {
	.reaxas-modal-content {
		padding: 0 15px;
	}
}

.admin-bar .reaxas-modal-body {
	margin-top: 120px;
}

.reaxas-modal-body {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 0 20px;
	animation: reaxasFadeUp 0.25s ease;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
	margin-top: 88px;
	min-height: 900px;
}

@keyframes reaxasFadeUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.reaxas-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Hide "Add to cart" when "View cart" button appears */
.product-cart .added_to_cart + .add_to_cart_button,
.product-cart .add_to_cart_button.added {
	display: none !important;
}

.reaxas-modal-product-gallery {
	position: relative;
}

.reaxas-modal-main-images {
    width: 800px;
    height: 800px;
    margin: 48px 0 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reaxas-modal-main-images img {
    max-width: 800px;
    max-height: 800px;
    width: auto;
    transition: all 0.6s ease-in-out;
}

.reaxas-modal-thumbnail-images {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.reaxas-modal-thumbnail-images img {
	cursor: pointer;
}

.reaxas-right-header.left-side {
	display: none;
}

@media only screen and (max-width: 1600px) {
	.reaxas-right-header.left-side {
		display: flex;
	}
	.reaxas-right-header.right-side {
		display: none;
	}
	.reaxas-col-4-half,
	.reaxas-col-7-half {
		width: 100%;
	}
	.reaxas-right {
		border-left: none !important;
		min-height: 200px;
	}
	.reaxas-right-header-title, .reaxas-right-content {
		padding-left: 0 !important;
	}
	.reaxas-row-direction {
		flex-direction: column-reverse;
	}
	.reaxas-modal-main-images {
		width: 100%;
		height: 400px;
	}
	.reaxas-modal-main-images img {
		max-width: 100%;
		max-height: 400px;
	}
	.reaxas-modal-thumbnail-images {
		position: relative;
		right: 0;
		top: 0;
		max-width: 100%;
	}
	.reaxas-modal-thumbnail-images {
		margin-bottom: 42px;
	}
}

@media (max-width: 767px) {
	.reaxas-modal-main-images {
		height: 300px;
	}
	.reaxas-modal-main-images img {
		max-height: 300px;
	}
	.reaxas-modal-thumbnail-images {
		gap: 15px;
	}
}

/** Pagination */
.reaxas-shop-pagination {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
	width: 100%;
}

.reaxas-shop-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.reaxas-shop-pagination .page-numbers {
    color: var(--color-gray-2);
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
	background-color: var(--color-border-1);
	border-radius: 6px;
}

.reaxas-shop-pagination .page-numbers:hover,
.reaxas-shop-pagination .page-numbers.current {
	color: var(--color-black) !important;
	background-color: var(--color-gray-3);
}

.reaxas-shop-page-header {
	margin-top: 20px;
}