/**
 * Up Config Prestashop module
 *
 * @author    Mink <manu@mink-agency.com>
 * @copyright 2021 Mink
 * @license   Commercial license
 * @link      https://www.mink-agency.com
 */

.footer-container .container {
    padding-bottom: 10px;
    font-family: "montserrat";
}
#footer-blocks .row {
    margin:0;
}
#footer-blocks,
#thin-footer,
#copyright-footer {
	float:left;
    width:100%;
}
#footer-blocks,
#copyright-footer {
    margin-top:20px !important;
}
#footer-blocks .col-md-2-4 {
    float:left;
    width:20%;
    padding-left:15px;
    padding-right:15px;
}
#footer-blocks h3 {
    font-weight: normal;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1rem;
}
#footer-blocks h4 {
    font-family: "montserrat-bold";
    font-size: 1.1rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#footer-blocks a {
    color: #000;
}
#footer-blocks .social-sharing {
    margin-top: 1.5rem;
    display: flex;
}
#footer-blocks .rte i {
    font-size: 1rem;
}
#footer-blocks .rte p {
    margin:0;
    font-size:.8rem;
}
#footer-blocks .rte img {
    max-width:100%;
    height:auto;
}
#footer-blocks .rte blockquote {
    margin:0;
}
#footer-blocks .fb-module > section > h4,
#footer-blocks .fb-module > div > h4 {
    display:none;
}
#footer-blocks #copyright-footer,
#footer-blocks #copyright-footer a {
    font-size: .9em !important;
}
#footer-blocks #copyright-wrapper,
#footer-blocks #more-links-wrapper,
#footer-blocks .no-padding {
    padding:0;
}
#footer-blocks .align-left-to-center, #footer-blocks .align-left-to-center_17 {
	text-align:left;
}
#footer-blocks .align-right-to-center, #footer-blocks .align-right-to-center_17 {
	text-align:right;
}
.footer-container #footer ul li h4:after {
	display:none;
}
#footer-blocks.container {
	width:100%;
}
#footer-blocks .title .collapse-icons .remove {
    display: none;
}
#footer-blocks .collapse  {
    display: inherit;
}
#footer-blocks .block_newsletter .row {
    display: flex;
    flex-direction: column;
}
#footer-blocks .block_newsletter div,
#footer-blocks .block_newsletter label {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}
#footer-blocks .block_newsletter #block-newsletter-label {
    margin: -.8rem 0 1rem;
    color: #000;
}
#footer-blocks .block_newsletter #gdpr_consent {
    margin-left: 1.5rem;
    margin-top: 1rem;
}
#footer-blocks .block_newsletter #gdpr_consent label {
    font-size: 0.6rem;
}
#footer-blocks .block_newsletter form #email {
    border-radius: 50px 0 0 50px;
    z-index: 3;
    background: none;
    border: 1px solid #ced4da!important;
    border-right: 0!important;
}


#footer-blocks .block_newsletter form button {
    color: #000;
    background: none;
    border: 1px solid rgba(34,31,32,.25);
    height: 33px;
    border-left: none;
    border-radius: 0 50px 50px 0;
    opacity: 1;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    font-family: "montserrat-bold";
}
@media (max-width: 991px) {
	#footer-blocks .col-md-2-4 {
		width:100%;
	}
    #footer-blocks #copyright-footer,
    #footer-blocks #copyright-footer a {
        font-size: .8rem;
    }

    #footer-blocks .block_newsletter #block-newsletter-label{
        text-align: center!important;
    }
}

@media (max-width: 767px) {
	#footer-blocks .align-left-to-center {
		text-align:center;
    }
    #footer-blocks .align-left-to-center .collapse {
		text-align:left;
	}
	
	#footer-blocks .align-right-to-center {
		text-align:center;
	}

    #footer-blocks .align-left-to-center_17 {
		text-align:center;
	}

	#footer-blocks .align-right-to-center_17 {
		text-align:center;
	}

    #footer-blocks #more-links-wrapper {
        display: none;
    }
    #footer-blocks .title  {
        padding: .625rem;
        cursor: pointer;
    }
    #footer-blocks .title[aria-expanded="true"] .collapse-icons .add {
        display:none;
    }
    #footer-blocks .title[aria-expanded="true"] .collapse-icons .remove {
        display: inline-block;
    }
    #footer-blocks .title h4 {
        margin-bottom: 0;
    }
    #footer-blocks section:not(#thin-footer):not(#copyright-footer)  {
        padding:0 !important;
    }
    #footer-blocks .collapse {
        display: none;
        margin: 0;
        background-color: #f6f6f6;
    }
    #footer-blocks .collapse.in {
        display: block;
    }
    #footer-blocks li {
        padding: .625rem;
        border-bottom: 1px solid #fff;
        font-weight: 700;
        text-align: center;
    }
    #footer-blocks li a {
        color: #333;
    }
    #footer-blocks li a:hover {
        color: #000;
    }
    #footer-blocks section,
    #footer-blocks section h4 {
        text-align: center;
    }
    #footer-blocks .fb-module {
        display: flex;
        justify-content: center;
    }
}