/*
Theme Name: Eirwen Child
Theme URI: https://eirwen.qodeinteractive.com
Description: A child theme of Eirwen
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: eirwen
Template: eirwen
*/

/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/


.pswp {
	display: none;
}

.sp-gallery .gallery-item {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}

.sp-gallery .gallery-columns-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

.sp-gallery .gallery-item * {
	height: 100% !important;
	width: 100% !important;
}

.sp-gallery .gallery-item img {
	object-fit: cover;
}

.dialog-lightbox-widget .elementor-slideshow__title {
	display: none !important;
}

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

#qodef-page-header .qodef-header-logo-link {
    height: 70px !important;
    margin: 0 28px !important;
}

#qodef-page-header .qodef-header-sticky .qodef-header-logo-link {
	height: 53px !important;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    height: 50px !important;
}

.wc-block-cart__submit-button {
    background-color:#000000;
	border: solid 1px #000000;
	color: #ffffff;
	transition: all .3s;
}

.wc-block-cart__submit-button:hover {
    background-color:#ffffff;
	border: solid 1px #000000;
	color: #000000;
}

.page-id-18580 #qodef-page-inner,
.page-id-18569 #qodef-page-inner,
.tax-product_brand #qodef-page-inner {
    padding: 0 !important;
}

.tax-product_brand #qodef-page-inner {
    padding-bottom: 100px !important;
}

.footer-logo {
	width: 256px;
	height: auto;
}

.sp-contacts-right * {
	height: 100% !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-items__header-image span {
	padding-left: 16px;
}

.brand-header-top {
	background-size: cover;
	background-position: center;
	padding: 110px 30px 30px;
}

.brand-header-top h1 {
	font-size: 28px;
	background-color: #fff;
	padding: 50px;
	max-width: 400px;
	display: flex;
	align-items: center;
}

.tax-product_brand .qodef-woo-results {
	margin-top: 70px;
}

.brand-header-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
	margin-top: 70px;
}

.brand-header-bottom-right {
	padding-top: 30px;
}

.sp-contacts h1 {
	max-width: 500px;
}

.qodef-product-list-filter-vertical .qodef-e-number {
    right: auto;
    left: calc(100% + 5px);
}

#qodef-page-footer-top-area .qodef-grid-inner {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 60px;
}

#qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item {
	width: 100% !important;
}

#qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:last-child,
#qodef-page-footer-top-area .qodef-grid-inner:before,
#qodef-page-footer-top-area .qodef-grid-inner:after,
.qodef-blog-item .qodef-e-bottom-holder,
.single-post .qodef-e-bottom.qodef-e-info {
	display: none !important;
}

.qodef-blog-item .qodef-e-content {
	margin-bottom: 40px !important;
}

.elementor-image-gallery br {
	display: none;
}

.wc-block-components-checkout-place-order-button__text {
	color: #fff;
}

.woocommerce-notices-wrapper a {
	margin-right: 15px !important;
	margin-bottom: 15px !important;
}




/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/


@media (max-width: 1024px) { 

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

	#qodef-page-footer-top-area .qodef-grid-inner {
	    grid-gap: 0px;
	}

	.legal-text .elementor-widget {
		width: 100% !important;
	}

}

@media (max-width: 991px) { 



}

@media (max-width: 767px) {

	.brand-header-bottom {
	    grid-template-columns: 1fr;
	    grid-gap: 15px;
	    margin-top: 33px;
	}

	.brand-header-top {
	    padding: 25px 30px 30px;
	}

	.brand-header-top h1 {
	    padding: 26px;
	}

	.tax-product_brand .qodef-woo-results {
	    margin-top: 22px;
	}

	.brand-header-bottom-right {
		padding-top: 0;
	}


}

@media (max-width: 575px) {

	.brand-header-top {
	   	padding: 7px 15px 10px;
    }

	
}

