/**
* Theme Name:        avanam-muebles
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-muebles
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.primary-sidebar.widget-area .widget, #filter-drawer .drawer-inner .product-filter-widgets .widget {
    background-color: var(--global-palette8);
    padding: 20px;
    border-radius: 5px;
    border: 0 !important;
}

.primary-sidebar.widget-area .widget .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title {
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 10px;
}
/*
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item){
	border: 1px solid var(--global-gray-400);	
	background: var(--global-palette8);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
	padding: 1rem;
	background: var(--global-palette8);
}

.woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap{
	left: 1rem;
}
*/
.dealOfDay div.products-list ul.products li.product .product-details.entry-content-wrap .product-action-wrap.style-button .button {
    display: none !important;
}

div#ppcp-recaptcha-v2-container {
    display: none;
}

//Footer-Newsletter
.site-footer .site-top-footer-wrap .site-footer-top-section-1 {
    justify-content: space-between;
}
.site-footer .site-top-footer-wrap .footer-widget6 {
    border-right: 1px solid #ffffff1f;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-footer .site-top-footer-wrap .footer-widget8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-content{
	margin-right: 90px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-form{
	width: 450px;
    position: relative;
	display: flex !important;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-content #newsletter-headline{
	color: var(--global-palette9);
	text-align: left;
}
.site-top-footer-inner-wrap .mc4wp-form-fields input[type=email]{
	border-radius: 25px 0 0 25px !important;
	width: 100% !important;
}
.site-top-footer-inner-wrap .mc4wp-form-fields  .newsletter-container{
	display: flex;
	flex-direction: row;
}
.site-top-footer-inner-wrap{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.site-top-footer-inner-wrap .widget-area .widget-title{
	    color: var(--global-palette9) !important;
}
.site-top-footer-inner-wrap .mc4wp-form-fields input[type=submit]{
	border-radius: 0 25px 25px 0 !important;
}


@media screen and (max-width: 1024px) {
	.site-top-footer-inner-wrap .mc4wp-form-fields{
		flex-direction: column;
		justify-content: center;
		margin: auto;
	}
	.site-footer .site-top-footer-wrap .footer-widget6{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border: 0 !important;
		padding-right: 0 !important;
	}
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-content{
		padding: 0 !important;
		margin: 0 !important;
	}
	.site-footer-row.site-footer-row-columns-1 .site-footer-section{
		flex-direction: column;
		justify-content: center;
	}
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-content #newsletter-headline{
		text-align: center;
	}
	.site-footer .site-top-footer-wrap .footer-widget8{
	 padding-top: 0 !important;
     padding-bottom: 0 !important;
	}
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-form{
		margin: auto;
	}
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form{
		justify-content: center;
	}
	.site-top-footer-inner-wrap .mc4wp-form-fields  .newsletter-container{
		flex-direction: column;
	}
}
@media screen and (min-width: 1025px){
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .widget-content{
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products li.product .product-thumbnail .product-actions button.woosc-btn {
        display: block;
    }
	.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-form{
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
    .woocommerce ul.products .product-thumbnail  .product-actions {
		opacity: 0;		
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		visibility: hidden;
	}
	.woocommerce ul.products li.product:hover .product-thumbnail .product-actions {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
}

@media screen and (max-width: 1024px) {
	#mobile-header .header-search-advanced form.search-form {
		width: 430px;
		margin: 0 auto;
		max-width: 100%;
	}
}
@media (max-width: 480px) {
    #mobile-header .header-search-advanced form.search-form {
        width: 300px;
    }
		.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .newsletter-form{
		width: 260px;
	}
	.site-top-footer-inner-wrap .mc4wp-form-fields input[type=submit]{
		margin: 0 !important;
	}
}