/*
Theme Name: Ashtanga Child
Theme URI: https://ashtanga.qodeinteractive.com
Description: A child theme of Ashtanga
Author: Mikado Themes | CollisionCourse
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: ashtanga
Template: ashtanga
*/

/* Custom Fonts */
@font-face {
    font-family: 'AnaCandela';
    src: url('./fonts/Edensor.woff2') format('woff2'),
         url('./fonts/Edensor.woff') format('woff'),
         url('./fonts/Edensor.ttf') format('truetype');
    font-display: swap;
}

/* Fonts */
h1, h2, .heading {
	font-family: 'AnaCandela', 'Lato', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 3px !important;
	text-transform: none !important;
}

h3, h4, h5, h6, .sub-heading {
	font-family: Lato, sans-serif !important;
	font-weight: 700 !important;
}

p {
	font-family: Lato, sans-serif !important;
	font-weight: 400 !important;
}

strong {
	font-weight: 700 !important;
}

.qodef-custom-font-inner {
	font-family: 'AnaCandela', 'Lato', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 3px !important;
}

/* Nav */
.mobile-nav {
	@media (min-width: 1024px) {
		display: none;
	}
}

/* Slider Relolution */
.rev-img {
	opacity: .5 !important;	
}

/* Home */
.home-usp .qodef-m-title {
	min-height: 45px;
}

.home-usp .qodef-m-icon-wrapper img {
	max-height: 125px !important;
}

.home-gallery img {
	width: 300px !important;
    height: 250px !important;
    object-fit: cover !important;
}

/* Blog */
body.blog .qodef-e-info-author,
body.blog .qodef-info-separator-end,
body.category .qodef-e-info-author,
body.category .qodef-info-separator-end,
body.single .qodef-e-info-author,
body.single .qodef-info-separator-end {
	display: none !important;
}

/* Woocommerce */
.wp-block-woocommerce-empty-cart-block h2 {
	font-family: Lato, sans-serif !important;
	font-weight: 700 !important;
}

.custom-product-attribute {
	display: block;
	position: relative;
	width: 95%;
	margin: 30px 0 15px;
	padding: 15px;
	border: 1px solid #3e5b4c;
}

.custom-product-attribute h5,
.custom-product-attribute p {
	margin: 0 !important;
	padding: 0 0 5px !important;
}

.woocommerce-shop .wp-block-heading {
	font-family: Lato, sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px;
	text-transform: uppercase;
}

.woocommerce-shop .widget_block {
	margin: 0 0 15px !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: #3e5b4c;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
}

.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
	background: #000;
	color: #fff;
}

.wc-block-components-checkout-step__title {
	font-family: Lato, sans-serif !important;
	font-weight: 700 !important;
}

.wc-block-cart-items__header th {
	padding: 15px !important;
}

.qodef-widget-dropdown-cart-content .entry-title,
.qodef-widget-dropdown-cart-content .qodef-e-price {
	font-size: 14px;
}

.qodef-widget-dropdown-cart-content .remove_from_cart_button svg {
	width: 15px;
	height: 15px;
}

.woocommerce-cart .wc-block-components-shipping-address,
.woocommerce-checkout .wc-block-components-shipping-address,
.woocommerce-cart .wc-block-components-totals-footer-item-tax {
	display: none !important;
}

.single-product.woocommerce-page #qodef-page-outer .qodef-grid-inner {
	grid-template-columns: unset !important;
}

@media (max-width: 1024px) {
    .qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner {
        grid-template-areas:
			"sidebar"
        	"content" !important;
    }
}

.product-dimensions-table {
    margin: 20px 0;
    overflow-x: auto; /* Enable horizontal scrolling on small screens */
}

.product-dimensions-table table {
    width: 95%;
    border-collapse: collapse;
    text-align: left;
	font-size: 12px;
}

.product-dimensions-table th,
.product-dimensions-table td {
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
}

.product-dimensions-table th {
	background-color: #d2e4d6;
    font-weight: bold;
	color: #000;
	display: none;
}

.product-dimensions-table tr:nth-child(even) {
    background-color: #f3f3f3;
}

@media (min-width: 768px) {
    .product-dimensions-table table {
		font-size: 14px;
	}
}

#qodef-woo-page .qodef-woo-product-mark {
    padding: 3px 6px;
    width: auto;
    height: 48px;
    font-size: 11px;
}

.woocommerce-store-notice {
	display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: -10px 0 0 !important;
    padding: 25px 15px;
    text-align: center;
    width: 100%;
    height: auto;
    background: #3e5b4c;
    color: #fcfcfb;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
    z-index: 999;		
}

.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link {
	display: none;
}

.ac_cc_product-notice {
    margin: 30px 0 !important;
    border: 1px solid #3e5b4c;
    padding: 15px;
    font-size: 14px;
    display: block;
    position: relative;
    width: 95%;
}

/* Footer */
footer#qodef-page-footer .wp-social-link a, footer#qodef-page-footer .wp-block-social-link a {
	background: #fcfcfb;
	color: #3e5b4c !important;
	border-radius: 50%;
}

footer#qodef-page-footer .heading,
footer#qodef-page-footer p,
footer#qodef-page-footer .menu li a {
	color: #fff !important;
}

footer#qodef-page-footer .qodef-grid-item:nth-child(2) {
	padding-left: 0;
	
	@media (min-width: 768px) {
		padding-left: 50px;
	}
	
	@media (min-width: 992px) {
		padding-left: 100px;
	}
}


footer#qodef-page-footer .footer-contact,
footer#qodef-page-footer .footer-contact a {
	color: #fff !important;
}

footer#qodef-page-footer .footer-contact span {
	display: block;
}

#qodef-page-footer-bottom-area {
	background-image: none !important;
}

#qodef-page-footer-bottom-area {
	color: #fff !important;
}

/* Banners */
#coming-soon-footer-banner {
	display: none;
}
