/*
Theme Name: EXLIBRIS Child
Theme URI: https://ramsthemes.com/exlibris/
Description:  EXLIBRIS is the real minimalistic and app-styled Book Store theme for WordPress builded with Bootstrap 4 and ACF Pro.
Author: RAMSTHEMES
Author URI: https://www.templatemonster.com/vendors/ramsthemes/
Template: exlibriswp
Version: 1.0.0
Tags: blog, two-columns, three-columns, four-columns, left-sidebar, featured-images, theme-options, threaded-comments, custom-logo, custom-colors, custom-menu, footer-widgets
Text Domain: exlibriswp-child
*/

/*----------------- Changes here -------------------------------*/

@media only screen and (max-width: 1200px) {
	
	.logo-sq {
		width: 40px;
        height: 40px !important;
	}

}

.square-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
	width: 100%;
}

.menu-item-type-taxonomy .dropdown-sidenav-btn {
    padding-left: 13px;
    margin-left: 88%;
}

.menu-item-type-taxonomy .parent {
    z-index: 1;
}

.names-below-product-title {
	font-size: 1rem;
}

.names-below-product-title a {
	font-weight: bold
}

.slider-wrap {
    height: unset !important;
    aspect-ratio: 16 / 5;
}

.slider-wrap img {
    opacity: unset;
}

body.woocommerce-edit-account #account_birthday {
    pointer-events: none;
    opacity: 0.6; /* Optional: Adjust the opacity to visually indicate it's disabled */
}