/*
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
*/
@import url("../bridge/style.css");

.formulario-de-registro {
    padding: 0 !important;
    border: 0;
}
.formulario-de-registro input,
.formulario-de-registro select {
    border: 1px solid #676666;
    padding: 15px !important;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
}
.woocommerce-page.woocommerce-checkout div.coupon,
.woocommerce table.cart div.coupon {
    display: flex;
    align-items: center;
    justify-content: start;
}
nav.main_menu .login {
    display: none;
}
@media(max-width: 765px){
    .woocommerce-page.woocommerce-checkout div.coupon,
    .woocommerce table.cart div.coupon {
        display: block;
    }
    .woocommerce table.cart div.coupon .input-text {
        margin-right: 0 !important;
        width: 94%;
    }
    .woocommerce .button, 
    .woocommerce input[type=submit], 
    .woocommerce ul.products li.product .added_to_cart, 
    .woocommerce-page .button, 
    .woocommerce-page input[type=submit] {
        text-align: center;
    }
}
.woocommerce-page.woocommerce-checkout div.coupon .input-text,
.woocommerce table.cart div.coupon .input-text,
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    border: 1px solid #676666;
    font-size: 13px;
    background-color: #fff;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
    margin-right: -4px;
    padding: 8px;
}
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    border: 1px solid rgba(209,209,209,1);
    font-size: 17px;
}
.woocommerce table.cart div.coupon .input-text {
    margin-top: 2px;
}
.formulario-de-registro label {
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 25px;
    font-style: normal;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}
.formulario-de-registro .ur-submit-button {
    border: 1px solid #676666 !important;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    background-color: #e94b56;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-right: 0 !important;
}
.formulario-de-registro .ur-submit-button:hover {
    background-color: #013d4e;
}
.formulario-de-registro .ur-button-container {
    margin-top: -45px !important;
}

.productos-temporada .ht-product-image {
    background-color: #f9fbfc;
}

.content .container .container_inner.default_template_holder, 
.content .container .container_inner.page_container_inner {
    padding-top: 30px !important;
}

.header_inner_right .side_menu_button_wrapper,
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder,
.header_inner_right .side_menu_button_wrapper .side_menu_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .widget_nav_menu {
    margin-right: 20px;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
header.sticky .header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login{
    height: 100px;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login,
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login .sub-menu {
    list-style: none;
    text-transform: uppercase;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login > a::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login > a,
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login > a::before {
    color: #013d4e !important;
    line-height: 0;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login:hover > a,
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login:hover > a::before,
.shopping_cart_header:hover .cart_icon::before {
    color: #e94b56 !important;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login .sub-menu {
    position: absolute;
    display: none;
    background-color: #262626;
    min-width: 200px;
    top: 60px;
}
header.sticky .header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login .sub-menu {
    top: 100px;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login:hover .sub-menu {
    display: block;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login .sub-menu a {
    color: #9d9d9d !important;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    transition: ease-in-out all 0.2s;
    display: block;
}
.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder .login .sub-menu a:hover {
    color: white !important;
}
.woocommerce-form-login {
    width: fit-content;
    padding: 10px;
}
.woocommerce-form-login input{
    border: 1px solid #676666 !important;
}
.header_bottom_right_widget_holder {
    padding: 0 10px;
}
.llistat-marques ul {
    list-style: none;
}
.llistat-marques ul li {
    margin-bottom: 40px;
    text-align: center;
}
.llistat-marques ul li p {
    font-weight: bold;
}
.llistat-marques ul li img {
    height: 200px;
    object-fit: contain;
}
@media(max-width: 575px){
    .llistat-marques ul li {
        width: 100%;
    }
}
.elementor-widget-posts .elementor-post__meta-data {
    display: none;
}
.blog_single article .post_text .post_info,
.blog_single article .post_text .entry_title .date {
    display: none;
}
header .qode_search_form_2 input {
    border-bottom: 1px solid #d4d4d4;
}

.edit-account input {
    border: 1px solid #676666 !important;
}

.woofrom {
    display: none;
}
option[value="1-ud"] {
    display: none;
    visibility: hidden;
}
.reset_variations {
    display: none;
}
.variations select {
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 25px;
    font-style: normal;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    padding: 10px;
}
.woocommerce div.product .summary table.variations {
    margin-bottom: 10px;
}
.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 20px;
    font-size: 22px;
    color: black;
}
.woocommerce div.product .cart {
    margin-top: 20px;
}
.woocommerce .woocommerce-info {
    padding: 5px;
}

.woof .widget_price_filter .price_slider {
    margin: 1em;
}
.woocommerce .price_slider_amount {
    margin-top: 1rem;
}
.woof_reset_search_form {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    border-color: #e94b56;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    background-color: #e94b56;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 45px;
    padding-right: 45px;

}
.woof_reset_search_form:focus {
    outline: none;
}
.woof_reset_search_form:hover {
    cursor: pointer;
    background-color: #013d4e;
    border-color: #013d4e;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #00789a;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #013d4e;
    border: none;
}
.widget_price_filter h5 {
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.widget_price_filter h5,
.widget_price_filter h4 {
    margin-bottom: 0.5rem;
}
.woof_childs_list_opener span.woof_is_closed {
    background: url(/wp-content/uploads/2021/03/plus-custom.png);
}
.woof_childs_list_opener span.woof_is_opened {
    background: url(/wp-content/uploads/2021/03/minus-custom.png);
}

.woof_list_checkbox li input[type="checkbox"] {
    margin: 0;
}
.woof_list_checkbox li label {
    font-weight: 400;
    font-family: 'Montserrat';
}
.header_fixed_right_area .icon_text_holder .icon_text_inner p,
.footer_top .icon_text_holder .icon_text_inner p {
    display: none;
}
.header_fixed_right_area .qode_icon_with_text_widget:last-child .icon_text_holder .icon_text_inner p:not(.icon_title),
.footer_top .qode_icon_with_text_widget:last-child .icon_text_holder .icon_text_inner p:not(.icon_title) {
    display: block !important;
}







/* Base for label styling */
.woof_list_checkbox [type="checkbox"]:not(:checked),
.woof_list_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}
.woof_list_checkbox [type="checkbox"]:not(:checked) + label,
.woof_list_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 17px;
    line-height: 1.7;
    cursor: pointer;
}

/* checkbox aspect */
.woof_list_checkbox [type="checkbox"]:not(:checked) + label:before,
.woof_list_checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
            transition: all .275s;
}

/* checked mark aspect */
.woof_list_checkbox [type="checkbox"]:not(:checked) + label:after,
.woof_list_checkbox [type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    top: .525em;
    left: .18em;
    font-size: 1.375em;
    color: #e94b56;
    line-height: 0;
    -webkit-transition: all .2s;
            transition: all .2s;
}

/* checked mark aspect changes */
.woof_list_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
}

.woof_list_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
}

/* Disabled checkbox */
.woof_list_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.woof_list_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

.woof_list_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

.woof_list_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}
.pwb-brand-banner-cont .pwb-brand-banner img {
    max-width: 300px;
    margin: 20px 0;
}
body.tax-pwb-brand.term-caviaroli .pwb-brand-banner-cont .pwb-brand-banner img,
body.tax-pwb-brand.term-la-membrillera .pwb-brand-banner-cont .pwb-brand-banner img,
body.tax-pwb-brand.term-umesu .pwb-brand-banner-cont .pwb-brand-banner img {
    max-width: 220px;
}
.elementor-post__excerpt p {
    text-align: justify;
}
/* Accessibility */
/* .woof_list_checkbox [type="checkbox"]:checked:focus + label:before,
.woof_list_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
} */
@media(max-width: 600px){
    .qode-banner .qode-banner-content {
        padding: 10px 40px;
        background-color: transparent;
    }
}
.ht-products .ht-product .ht-product-inner .ht-product-content {
    padding: 20px;
}

/* body:not(.logged-in) .widget_woocommerce-dropdown-cart,
body:not(.logged-in) .woof_price_search_container {
    display: none;
} */



/****************************/
/*****STYLES FOR CATALOG*****/
.text-center {
    text-align: center;
}
.catalog-logo {
    min-width: 300px;
    max-width:600px; 
    margin-bottom: 100px;
    margin-top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.link-title {
    text-align:center; 
    text-decoration:none; 
    font-size:50px;
    margin-bottom: 100px;
}
.link-title a {
    color:#e94b56;
}
.catalog-container-index {
    width: 100%;
    margin: auto;
    max-width: 350px;
    margin-bottom: 30px;
}
.catalog-container-index h1 {
    margin-bottom: 30px;
}
.catalog-container-products .category-title {
    margin-bottom: 20px;
}
.bloc_producte {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
@media only screen and (max-width: 300px) {
    .bloc_producte {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .bloc_producte {
        width: 50%;
    }
}
.bloc_producte .imatge {
    background-color: #FFFFFF;
    /* height: 180px; */
    text-align: center;
    /* border: #F0F0F0 solid 1px; */
}
.bloc_producte .info {
    padding: 10px;
    height: 140px;
}
.page-id-2179 header,
.page-id-2179 footer {
    display: none;
}
.dkpdf-button-container {
    padding: 0 !important;
}
.catalog-container-index ul {
    list-style: none;
}
.w-100 {
    width: 100%;
}

@media (max-width: 1200px) {
    .bloc_producte .info {
        height: 210px;
    }
}

@media (max-width: 667px) {
    .bloc_producte .info {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .bloc_producte .info {
            height: 350px;
    }
}

/*****STYLES FOR CATALOG*****/
/****************************/

