/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.7.2
*/
header#header {
    background-color: rgba(255,255,255,0.6)!important;
}
.header_on_scroll header#header {
    background-color: rgba(255,255,255)!important;
}
.about-sec-text h5.fancy-title, .about-sec-text p {
    margin-bottom: 12px;
}
.about-sec-text .wpb_content_element{
    margin-bottom: 16px;
}
.single-product .mfp-iframe-holder .mfp-content {
    max-width: 500px !important;
}
.et-iconbox .et-feature-icon,nav.woocommerce-MyAccount-navigation li a {
	 color: #b40000 !important;
}
.header a:hover {
    color: #b40000;
}
footer#colophon a:hover,.et-header-menu ul.sub-menu li a:hover,.yith-wcwl-share li.share-button a:hover {
    color: #b40000;
}
.et-wishlist-counter.active {
    background: rgb(180 0 0);
	color: #fff;
}
.footer-widgets .widgettitle,#side-filters .widgettitle {
    color: #b40000 !important;
}
.light-title:not(.header_on_scroll) .header .et-wishlist-counter.active{
	background: #b40000 !important;
}
.contact-detail a {
    color: #b40000 !important;
}
.maxi-list-detail ol {
    color: #b40000;
    font-weight: 600;
}


@media (max-width: 768px) {
	.swap-on-mobile{
		display: flex !important;
		flex-direction: column-reverse;
	}
}
