/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
/**************************************************
* tipografía
* general
* header top
* header bottom
* home
* productes
* comandes
* contacte
* single product
* pages legals
* checkout
* footer top
* footer center
* footer bottom
**************************************************/
/****** variables ******/
:root {
    --color-primer: #9D2020;
    --text-color: #232323;
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-extrabold: 900;
}

/* especial no mostrar */
.dnone{
    display: none!important;
}

/****** tipografía ******/
h1.elementor-heading-title {
    line-height: 53px;
}
.text-white p {
    color: #ffffff;
}
.text-bold {
    font-weight: var(--font-bold);
}
p:not(:last-child) {
    margin-bottom: 15px;
}

/****** general ******/
.section-100 {
    padding: 90px 0;
}
.section-150 {
    padding: 140px 0;
}
.section-h-511 {
    padding: 223px 0;
}
.section-h-50 {
    padding: 5px 0;
}
.width-600 {
    max-width: 600px;
}
.width-600-center {
    margin: 0 auto;
}
.width-600-right {
    margin: 0 0 0 auto;
}
.text-center {
    text-align: center;
}
.color-primer {
    color: var(--color-primer);
}
.acordeon-contingut {
    display: none;
    padding-bottom: 20px;
}
.acordeon-boto {
    cursor: pointer;
}
.acordeon-boto i {
    margin-left: 10px;
}
@media (max-width: 1000px) {
    .section-100 {
        padding: 70px 0;
    }
    .section-150 {
        padding: 110px 0;
    }
    .section-h-511 {
        padding: 190px 0;
    }
	
	.section-h-50 {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .section-150 {
        padding: 70px 0;
    }
    .section-h-511 {
        padding: 160px 0;
    }
	.section-h-511 {
        padding: 25px 0;
    }
    .mobile-full-width {
        max-width: 100%;
    }
}

/****** header top ******/
.header_top .container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header_top .container_inner .inner > *:not(:last-child) {
    margin-right: 30px;
}
header .header_top .q_social_icon_holder {
    width: auto;
}
.header_top .simple_social,
.header_top p {
    line-height: 33px;
}
.header_top a:hover {
    color: #e5e5e5;
}
@media (max-width: 1000px) {
    .header_top {
        height: 33px;
    }
}
@media (max-width: 600px) {
    .header_top .container_inner .inner > *:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 481px) {
    .header_top .container_inner {
        width: 95%;
    }
    .header_top .container_inner .inner > *:not(:last-child) {
        margin-right: 10px;
    }
}
@media (max-width: 382px) {
    .header_top .container_inner {
        width: 97%;
    }
    .header_top p {
        padding: 0 2px;
    }
    .header_top .container_inner .inner > .header-widget > p {
        padding-left: 0;
    }
}
@media (max-width: 319px) {
    .header_top .container_inner .inner > .header-widget:nth-child(2) {
        margin-right: 0;
    }
    .header_top .q_social_icon_holder {
        display: none;
    }
}

/****** header bottom ******/
.header_bottom .wc-block-mini-cart__badge {
    /*
    background-color: #00AAFF;
    border-color: #00AAFF;
    */
    border-color: #9d2020;
    background-color: #ffffff;
    color: #9d2020;
    border: 1px solid;
}
body:not(.woocommerce-block-theme-has-button-styles) .components-button.wc-block-components-button:not(.is-link).contained,
.components-button.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: var(--color-primer);
    border: 1px solid var(--color-primer);
    color: #ffffff;
}
body:not(.woocommerce-block-theme-has-button-styles) .components-button.wc-block-components-button:not(.is-link).contained:hover,
.components-button.wc-block-components-button:not(.is-link).outlined {
    background-color: #ffffff;
    color: var(--color-primer);
}
.drop_down .second .inner ul,
li.narrow .second .inner ul {
    border: 1px solid #ffffff;
}
.drop_down .second .inner ul li a {
    color: #ffffff;
    font-size: 16px;
}
.drop_down .second .inner ul li a:hover {
    color: #9d9d9d;
}

/****** home ******/
.home__slider #rev_slider_1_1_wrapper .qode-custom-nav .tp-bullet.selected {
    background-color: var(--color-primer);
}
.home__ve-gust-item .elementor-widget-image {
    margin-bottom: 0;
}
.home__ve-gust-item .elementor-widget-bridge_button {
    position: absolute;
    bottom: 40px;
    text-align: center;
}
.home__ve-gust-item .elementor-widget-bridge_button .qbutton {
    padding: 0 30px;
}
.home__productos-destacados p {
    color: #ffffff;
}
@media (max-width: 767px) {
    .home__menu-tries-tu .width-600 {
        max-width: 100%;
    }
    .home__menu-tries-tu .section-150 {
        padding-bottom: 20px;
    }
}

/****** productes ******/
@media (max-width: 767px) {
    .productes__nostres .section-150 {
        padding-bottom: 0;
    }
}

/****** comandes ******/
.comandes__content {
    max-width: 681px;
    margin: 0 auto;
    text-align: center;
}
.comandes__content li {
    margin-bottom: 15px;
}
.comandes__productes .qode-pli-image,
.comandes__productes .qodef-e-product-image {
    border: 1px solid #bbbbbb;
}

/****** contacte ******/
.page-id-551 a {
    color: var(--color-primer);
}
.page-id-551 a:hover {
    color: #bbbbbb;
}
.contacte__formulari .acordeon {
    margin-top: 20px;
    font-size: 16px;
}
.contacte__formulari .form-consentiment,
.contacte__formulari .form__captcha {
    margin-bottom: 20px;
}
.contacte__formulari .form-consentiment .wpcf7-list-item,
.contacte__formulari .form-consentiment .wpcf7-list-item input {
    margin-left: 0;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: red;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid red;
	padding: 20px 30px;
	text-align: center;
}

/****** single product ******/
.producte__header {
    margin-top: 124px;
}
.producte__header .wp-block-cover p:not(.has-text-color) {
    font-size: 45px !important;
    font-weight: var(--font-bold);
    color: #ffffff;
}
.single-product.woocommerce .content .container .container_inner, 
.single-product.woocommerce-page .content .container .container_inner {
    padding: 90px 0 80px;
}
.woocommerce .product .images {
    margin-right: 30px;
}
.woocommerce .summary {
    width: 48%;
}
.woocommerce .product h1.product_title {
    font-size: 45px;
    line-height: 53px;
    font-weight: var(--font-bold);
    text-transform: none;
    margin-bottom: 40px;
}
.single-product p.price {
    margin-bottom: 40px;
}
.woocommerce div.product .summary p.price span.amount {
    font-size: 18px;
    font-weight: var(--font-bold);
    color: var(--text-color);
    font-family: 'Roboto', sans-serif;
}
.woocommerce div.product .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 87px;
    margin-bottom: 0;
}
.woocommerce div.product .cart .quantity {
    padding-top: 0;
    height: 61px;
}
.woocommerce div.product .cart input.qty {
    padding: 22px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: var(--font-bold);
    color: var(--text-color);
}
@media (max-width: 1200px) {
    .woocommerce .summary {
        width: 47%;
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .producte__header {
        margin-top: 0px;
    }
    .producte__header .wp-block-cover {
        min-height: 380px;
    }
    .producte__header .wp-block-cover.aligncenter {
        margin: 0;
    }
    .single-product.woocommerce .content .container .container_inner, 
    .single-product.woocommerce-page .content .container .container_inner {
        padding: 80px 0 60px;
    }
    .single-product.woocommerce .button {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .producte__header .wp-block-cover {
        min-height: 300px;
    }
    .single-product.woocommerce .content .container .container_inner, 
    .single-product.woocommerce-page .content .container .container_inner {
        padding: 70px 0 50px;
    }
    .woocommerce .product .images {
        margin-bottom: 40px;
    }
    .woocommerce .summary {
        width: 100%;
    }
    .woocommerce div.product .cart {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .single-product.woocommerce .button {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

/****** pages legals ******/
.politiques-page {
    padding: 40px 0 70px;
}
.politiques-page h1,
.politiques-page h3 {
    margin-bottom: 20px;
}
.politiques-page h4 {
    margin-bottom: 15px;
}

/****** checkout ******/
.woocommerce-cart .content,
.woocommerce-checkout .content {
    margin-top: 0;
}
.woocommerce-cart .title.title_size_large h1,
.woocommerce-checkout .title.title_size_large h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--font-bold);
    text-transform: none;
    color: var(--text-color);
}
.woocommerce-cart.woocommerce-page .content .container .container_inner,
.woocommerce-checkout.woocommerce-page .content .container .container_inner {
    padding-top: 0;
}
.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    font-size: 18px;
}
.woocommerce-cart .woocommerce-shipping-destination {
    display: none;
}
.woocommerce form.checkout .col2-set .form-row input[type=text],
.woocommerce-page input[type='tel'],
.woocommerce input[type=email],
.woocommerce textarea {
    border: 1px solid #979797;
}
.woocommerce input[type=text]:not(.qode_search_field), 
.woocommerce input[type=password], .woocommerce input[type=email], 
.woocommerce textarea, 
.woocommerce-page input[type=tel], 
.woocommerce-page input[type=text]:not(.qode_search_field), 
.woocommerce-page input[type=password], 
.woocommerce-page input[type=email], 
.woocommerce-page textarea,
.woocommerce-checkout .woocommerce-message {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-message {
    padding-left: 0;
}
.sw-data-recollida input {
    padding: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    border: 1px solid #979797;
}
@media (max-width: 768px) {
    .woocommerce-cart .title.title_size_large h1,
    .woocommerce-checkout .title.title_size_large h1 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

/****** footer top ******/
.footer_top .q_social_icon_holder .fa-stack {
    background-color: transparent;
    border: none;
}
@media (min-width: 600px) and (max-width: 1000px) {
    .footer_top .four_columns,
    .contacte__trobans-grid > .elementor-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 40px;
    }
    .footer_top .four_columns.clearfix::before {
        display: none;
    }
    body.qode_advanced_footer_responsive_1000 .footer_top .four_columns .column1, 
    body.qode_advanced_footer_responsive_1000 .footer_top .four_columns .column2, 
    body.qode_advanced_footer_responsive_1000 .footer_top .four_columns .column3, 
    body.qode_advanced_footer_responsive_1000 .footer_top .four_columns .column4,
    .contacte__trobans-grid > .elementor-container > .elementor-column.elementor-col-25 {
        width: 100%;
    }
}

/****** footer center ******/
.footer_center_kd {
    padding-top: 70px;
    text-align: center;
}
.footer_center_kd_item,
.footer_center_top_column_grid,
.footer_center_bottom_column_item {
    padding: 0 10px;
}
.footer_center_bottom_column_item {
    display: flex;
    align-items: center;
}
.kd-mobil {
    display: none;
}
.footer_center_top_column {
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer_center_top_column_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
.footer_center_top_column figure,
.footer_center_bottom_column figure {
    margin: 0;
}
.footer_center_bottom_column {
    padding-bottom: 50px;
}
body .footer_center_top_column .wp-block-qi-blocks-advanced-text .qi-block-advanced-text p {
    color: var(--text-color);
}
@media (max-width: 1024px) {
    .footer_center_bottom_column_item {
        display: block;
    }  
    .footer_center_bottom_column_item .wp-block-image img {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .kd-desktop {
        display: none;
    }
    .kd-mobil {
        display: block;
    }  
}
@media (max-width: 600px) {
    .footer_center_top_column_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}

/****** footer bottom ******/
@media (max-width: 480px) {
    .footer_bottom {
        padding: 10px 0;
    }
}

/******catering page cat ******/
.page-id-1329 .qode-pli{
    background-color: white;
}
.page-id-1329 .qode-pl-holder.qode-large-space .qode-pl-outer .qode-pli {
	padding: 0 25px 0px;
}
/******catering page es ******/
.page-id-2099 .qode-pli{
    background-color: white;
}
.page-id-2099 .qode-pl-holder.qode-large-space .qode-pl-outer .qode-pli {
	padding: 0 25px 0px;
}

/*********botiga cat*********/
#custom_html-2{
    margin-bottom: 0px;
}
#block-19 .wp-block-cover{
    min-height: 150px;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: var(--color-primer);
    font-weight: 700;
}
aside .widget h5 {
	color: var(--color-primer);
    font-weight: bolder;
    text-transform: uppercase;
}