/*
Theme Name: Pome Child
Theme URI: https://pome.qodeinteractive.com
Description: A child theme of Pome
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: pome
Template: pome
*/


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;
}

.qodef-header-navigation>ul>li>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	font-family: 'Outfit', sans-serif;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
	font-size: 17px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

#qodef-page-inner {
	padding: 30px 0px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* HEADER */
#qodef-top-area .qodef--left .qodef-e-title-text {
	font-size: 12px;
} 

header {
	box-shadow: 0 0 8px rgba(213, 213, 213, .5);
}

.qodef-woo-dropdown-cart .qodef-m-opener {
	border-radius: 4px;
    font-weight: 500;
    line-height: 2em;
    padding: 9px 33px;
}

.wholesale-btn a {
	background-color: #E70404 !important;
    color: #FFF !important;
}

/* HOME */
.home-about-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	box-shadow: none !important;
}

.faq-accordion p {
	margin-bottom: 20px !important;
}
.hours-container, .registration-container {
	border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.hours-container {
	margin-right: 1rem;
}

.registration-container {
	background: #fafafa;
	padding: 25px !important;
}

.hours-container .elementor-widget-wrap, .registration-container .elementor-widget-wrap {
	padding: 0 !important;
}

.hours-container .elementor-widget-heading {
	background: #fafafa;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0 !important;
}

.hours-container .qodef-m-item {
	margin-bottom: 16px !important;
}

.hours-container .qodef-m-item:last-child {
	margin-bottom: 0 !important;
}

.registration-container .elementor-widget-pome_core_button {
	text-align: center;
}

/* WOOCOMMERCE GENERAL & SIDEBAR */
.qodef-quick-shop-opener {
	display: none !important;
}

.woocommerce-page #qodef-page-inner {
    padding: 0px 0 100px !important;
}

.woocommerce #qodef-page-sidebar {
	padding: 30px 15px;
}

.woocommerce #qodef-page-sidebar h3 {
	font-size: 20px;
}

.shop-sidebar-cta {
	position: relative;
	overflow: hidden;
}

.shop-sidebar-cta:hover {
	cursor: pointer;
}

.shop-sidebar-cta img {
	-webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.shop-sidebar-cta:hover img {
	transform: scale(1.2);
}

.shop-sidebar-cta .content-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.shop-sidebar-cta .content-container h3, .shop-sidebar-cta .content-container h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #FFF;
}

.shop-sidebar-cta .content-container a {
	background: #0b3954;
  padding: 5px 15px;
  border-radius: 4px;
  color: #FFF;
	transition: all .2s ease-out;
}

.shop-sidebar-cta .content-container a:hover {
	background: #ffb128;
}

.related.products .add-to-cart-wrapper {
	display: flex;
	flex-direction: column;
}

.add-to-cart-wrapper {
	position: relative;
	z-index: 3;
}

.add-to-cart-wrapper .quantity {
	margin-bottom: 5px;
}

.qodef-quantity-buttons {
	width: 100% !important;
    text-align: center !important;
}

.qodef-quantity-buttons .qodef-quantity-minus, .qodef-quantity-buttons .qodef-quantity-plus {
	height: 30px !important;
    width: 30px !important;
	border-radius: 3px !important;
    position: relative !important;
}

.qodef-quantity-buttons .qodef-quantity-input {
	border-radius: 5px !important;
    width: 63% !important;
    border-right: 1px solid #e1e1e1 !important;
    margin-right: 0 !important;
}

.woocommerce-cart .qodef-quantity-buttons .qodef-quantity-input, .woocommerce-cart .qodef-quantity-buttons {
	width: initial !important;
}

/* WOOCOMMERCE ARCHIVE PRODUCTS */
.qodef-woo-product-list .qodef-woo-product-inner {
	padding: 20px 15px !important;
}

.qodef-woo-product-image {
	height: 300px;
}

.qodef-woo-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yith-add-to-wishlist-button-block {
	display: none !important;
}

.qodef-woo-product-mark.qodef-woo-onsale {
	font-weight: 900;
    height: 6rem;
    width: 6rem;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/12/OFF.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50% !important;
    animation: pulse 5s infinite;
    font-size: 31px !important;
    padding-top: 1rem !important;
	background-color: transparent !important;
}

.woocommerce .price del {
    display: none;
}

.qodef-woo-product-content .qodef-woo-product-title {
	margin-top: 30px !important;
	min-height: 40px;
	font-size: 17px;
    color: #0b3954;
}

.qodef-woo-product-content .qodef-woo-product-title, .qodef-woo-product-content .qodef-woo-product-price, .qodef-woo-product-content .price {
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
	justify-content: flex-start !important;
}

span.price ins .woocommerce-Price-amount {
	text-decoration: underline;
}

.woocommerce-page .short-description {
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #202020;
	margin-top: 0;
}

#qodef-woo-page .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist) {
	font-size: 18px;
	color: #FFF !important;
    background-color: #ffb128 !important;
    border: 1px solid #ffb128 !important;
}

#qodef-woo-page .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist):hover {
	background-color: #d40000 !important;
  	border: 1px solid #d40000 !important;
}

/* WOOCOMMERCE SINGLE PRODUCT */
.qodef-woo-single-image {
	height: 500px;
}

.qodef-woo-single-image div, .qodef-woo-single-image a, .qodef-woo-single-image img {
	height: 100%;
}

.qodef-woo-single-image img {
	object-fit: contain;
}

.single-product .entry-summary {
	padding-top: 2rem;
    padding-bottom: 2rem;
}

.single-product h1 {
	margin-bottom: 3rem !important;
}

.single-product .entry-summary .price {
	color: red !important;
    font-size: 20px !important;
}

.single-product .entry-summary .woocommerce-Price-amount {
	font-size: 30px !important;
}

.single-product .short-description {
	padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #dadada;
}

.single-product p.stock {
	margin-top: 15px;
}

p.stock.in-stock {
	color: #2e7d32;
	font-size: 20px;
    font-weight: 500;
}

p.stock.in-stock:before{
	content: '\2714';
	margin-right: 3px;
	font-size: 18px;
}

.single-product .single_add_to_cart_button {
	width: 100% !important;
}

.single-product .product_meta {
	padding: 20px 0;
    margin-top: 20px;
    border-top: 1px dashed #dadada;
	border-bottom: 1px dashed #dadada;
}

.single-product .product_meta span {
	margin-bottom: 0 !important;
}

.single-product .qodef-woo-meta-label,
.single-product .ean_wrapper,
.single-product .posted_in {
	color: #0b3954;
}

.single-product .qodef-woo-meta-value,
.single-product .ean_wrapper .ean,
.single-product .posted_in a
 {
	color: #767676 !important;
}

.single-product .ean_wrapper .ean,
.single-product .posted_in a {
	margin-left: 5px;
}

/* CART/CHECKOUT GENERAL */
.woocommerce-message {
	border: 2px solid green;
    color: green;
    border-radius: 5px;
}

.woocommerce-error {
	border: 2px solid darkred;
    color: darkred;
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

/* CART PAGE */
.cart-collaterals .cart_totals {
	max-width: none !important;
}

#qodef-woo-page.qodef--cart .shop_table .product-short-description {
	font-size: 20px;
    color: #202020;
    font-weight: 500;
}

/* CHECKOUT PAGE */
.wc-block-components-sidebar-layout.wc-block-checkout, .woocommerce-form-coupon-toggle {
	display: none !important;
}

.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

.woocommerce-error {
	border: 2px solid darkred;
    color: darkred;
    border-radius: 5px;
}

.checkout-customer-info-container {
	width: 60%;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-customer-info-container .form-row {
	margin-top: 16px !important;
    position: relative;
	width: 100%;
}

#billing_first_name_field, #billing_last_name_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_city_field, #shipping_state_field, #shipping_postcode_field, #shipping_phone_field {
	width: 48%;
}

.checkout-customer-info-container .form-row label {
	overflow: hidden;
    position: absolute;
    transform-origin: top left;
    left: 9px;
    transform: translateY(4px) scale(.75);
    z-index: 2;
}

.checkout-customer-info-container .form-row input {
	border: 1px solid hsla(0, 0%, 7%, .8);
    color: #2b2d2f;
    font-size: 1em;
    height: 3.125em;
    margin: 0;
    min-height: 0;
    width: 100%;
    padding: 1.5em .5em .5em;
}

.checkout-customer-info-container .form-row textarea {
	border: 1px solid hsla(0, 0%, 7%, .8);
    color: #2b2d2f;
    font-size: 1em;
	margin: 0;
    min-height: 0;
    width: 100%;
    padding: 1.5em .5em .5em;
}

.select2-dropdown.select2-dropdown--below {
	border: 1px solid hsla(0, 0%, 7%, .8) !important;
    color: #2b2d2f;
    font-size: 1em;
    padding: 0 .5em .5em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.checkout-customer-info-container .select2-container {
	margin: 0 !important;
}

.checkout-customer-info-container .select2-selection {
	border: 1px solid hsla(0, 0%, 7%, .8) !important;
    padding: 1.5em .5em .5em !important;
	height: 50px !important;
}

.checkout-customer-info-container .select2-selection__rendered {
	color: #2b2d2f !important;
    font-size: 1rem;
}

.woocommerce-checkout-review-order {
	width: 35%;
}

.woocommerce-checkout-review-order .woocommerce-Price-amount.amount {
	color: #000;
	font-weight: 500;
}

.wc-block-components-checkout-order-summary__content {
	border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
}

.wc-block-components-order-summary-item .price {
	justify-content: flex-start !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
	padding: 20px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item {
	flex-direction: column;
}

.wc-block-components-totals-shipping ul {
	margin: 0 !important;
}

.wc-block-components-totals-shipping li {
	display: flex;
    align-items: center;
}

.woocommerce-shipping-methods label {
	margin: 0;
}

.wc-block-components-totals-item input {
	margin: 0;
    margin-right: 5px;
}

.wc-block-components-totals-wrapper {
	border: none !important;
}

.woocommerce-checkout-payment li {
	padding: 0;
    margin-top: 10px;
}

.woocommerce-checkout-payment .woocommerce-info {
	border-radius: 5px;
	border: 2px solid #e1e1e1;
	margin-bottom: 0;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
	font-size: 15px;
}

.woocommerce-checkout-payment .woocommerce-form__label {
	margin-bottom: 0 !important;
}

.sales-tax-notice {
	color: #0B3954;
    font-size: 15px;
    line-height: 1;
}

.wc_payment_methods img {
	display: none !important;
}

.woocommerce-order-received .qodef-page-content-section > div:first-of-type {
	display: none;
}

.woocommerce-order-received .woocommerce{
	color: #000;
}

/* REGISTER PAGE */
.logged-in .register-form-container .woocommerce-info {
	flex-direction: column;
}

.logged-in .register-form-info {
	display: none;
}

.register-form-container h2 {
	display: none;
}

/* WPML LANGUAGE SWITCHER */
#icl_lang_sel_widget-2 {
	height: 35px !important;
}

#icl_lang_sel_widget-2 .wpml-ls-sidebars-qodef-top-area-right {
	height: 100% !important;
}

#icl_lang_sel_widget-2 .js-wpml-ls-item-toggle, 
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, 
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	background-color: transparent !important;
    color: #000 !important;
}

#icl_lang_sel_widget-2 .wpml-ls-sub-menu {
	background: #FFF !important;
    border: 1px solid #000 !important;
}

#icl_lang_sel_widget-2 a, #icl_lang_sel_widget-2 a:hover {
	color: #000 !important;
}

/* ANIMATIONS */
@keyframes pulse {
    0% {
        transform: scale(1) rotate(-20deg);
    }
    50% {
        transform: scale(.9) rotate(-20deg);
    }
    100% {
        transform: scale(1) rotate(-20deg);
    }
}

/* BREAKPOINT */
@media only screen and (max-width: 1440px) {
	/* WOOCOMMERCE PRODUCTS */
	.product-wrapper .product-image {
		height: 200px;
	}

	.product-wrapper h4 {
		min-height: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	#qodef-woo-page .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist) {
		font-size: 16px;
    	padding: 15px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	/* HOME */
	.hours-container {
		margin: 0;
		margin-bottom: 1rem;
	}

	/* CART PAGE */
	.woocommerce-cart-form thead {
		display: none;
	};

	.woocommerce-cart-form tbody {
		display: block;
	}

	#qodef-woo-page.qodef--cart .shop_table tr.cart_item {
		display: flex;
		border: none;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		border-left: none !important;
		border-bottom: 1px dashed #e1e1e1;
		margin-bottom: 2rem;
	}

	#qodef-woo-page.qodef--cart .shop_table td {
		border: none;
		width: 100%;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-remove {
		width: 5%;
		padding: 4px;
	}
	
	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
		width: 15%;
		display: block;
		padding: 4px;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a {
		width: 100%;
		height: 100%;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-name {
		width: 60%;
		padding: 4px;
		line-height: 1;
	}

	#qodef-woo-page.qodef--cart .shop_table .product-short-description {
		font-size: 16px;
		text-align: left;
		padding: 10px;
		order: 1;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-price {
		width: 18%;
		padding: 4px;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-quantity {
		width: initial;
		padding: 4px;
		order: 2;
	}

	#qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
		order: 2;
		text-align: left;
		padding: 10px;
	}

	td.product-subtotal::before {
		content: 'Subtotal:';
	}

	#qodef-woo-page.qodef--cart .shop_table .product-short-description, #qodef-woo-page.qodef--cart .shop_table td.product-quantity, #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
		padding-left: 6%;
	}
}

@media only screen and (max-width: 1024px) {
	/* WOOCOMMERCE ARCHIVE */
    .woocommerce .qodef-grid .qodef-grid-inner {
        display: flex;
		flex-direction: column;
    }

	.woocommerce .qodef-grid .qodef-grid-inner .qodef-page-content-section {
		order: 1;
	}

	.woocommerce .qodef-grid .qodef-grid-inner .qodef-page-sidebar-section {
		order: 0;
	}

	.woocommerce .qodef-grid .qodef-grid-inner .qodef-page-sidebar-section #qodef-page-sidebar {
		margin-top: 0;
	}

	.woocommerce .qodef-grid .qodef-grid-inner .qodef-page-sidebar-section #qodef-page-sidebar > div:nth-child(7),
	.woocommerce .qodef-grid .qodef-grid-inner .qodef-page-sidebar-section #qodef-page-sidebar > div:last-child {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	/* CHECKOUT PAGE */
	.checkout.woocommerce-checkout {
	flex-direction: column;
	}

	.checkout-customer-info-container, .woocommerce-checkout-review-order {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	/* WOOCOMMERCE SINGLE PRODUCT */
	.single-product h1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 680px) {
	/* WOOCOMMERCE ARCHIVE */
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 50% !important;
    }
}