/*
* 2024 Hugo Herreros
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <info@hugoherreros.com>
*  @copyright 2024 Hugo Herreros
*  @license   Property of Hugo Herreros Non redistributable.
*/

/* HEADER */
/* ------------------------ */

#desktop-header #search_widget .form-search-control{
    border-radius: 50px;
    line-height: 1rem;
    padding: .45rem 2rem .45rem 1.5rem;
    background-color: #edf2f7;
    border: none;
}

#desktop-header #search_widget .search-btn{
    display: flex;
    align-items: center;
}

#desktop-header #search_widget .search-btn .fa{
    font-size: 1rem;
    font-weight: 300;
    color: #7D7D7D;
}

#header .header-btn-w .header-btn>.icon {
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.5rem;
}

#header .header-btn-w .header-btn .title,
#header-help-dropdown .header-help-dropdown-item .header-help-dropdown-text{
    font-size: 0.875rem;
    font-weight: 500;
}

#header-help-dropdown-btn{
    background: transparent;
    color: #000000;
    display: block;
    -webkit-appearance: none;
    border: none;
    transition: opacity .2s cubic-bezier(.7,0,.3,1), color .2s cubic-bezier(.7,0,.3,1);
}

#header-help-dropdown-btn .header-help-dropdown-btn-icon svg{
    height: 1.5rem;
    transition: opacity .2s cubic-bezier(.7,0,.3,1), color .2s cubic-bezier(.7,0,.3,1), fill .2s cubic-bezier(.7,0,.3,1);
}

#header-help-dropdown-btn:hover{
    color: #ddbc8b;
}

#header-help-dropdown-btn:hover .header-help-dropdown-btn-icon svg{
    fill: #ddbc8b;
}

#header-help-dropdown{
    border: none;
    border-radius: 4px;
    margin-top: 1rem;
}

#header-help-dropdown .header-help-dropdown-inner{
    display: flex;
    padding: 1rem 2rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
}

#header-help-dropdown .header-help-dropdown-item{
    text-align: center;
    padding: 0 1rem;
}

#header-help-dropdown .header-help-dropdown-item .header-help-dropdown-icon .fa-light,
#header-help-dropdown-mobile .header-help-dropdown-item .header-help-dropdown-icon .fa-light{
    font-weight: 300;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #e4bf88;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-help-dropdown-btn-icon{
    margin-top: 0 !important;
}

.header-help-dropdown-btn-icon svg{
    height: 1.5rem;
}

#header-help-dropdown-mobile{
    border: none;
    margin-top: 1rem;
}

#header-help-dropdown-mobile .header-help-dropdown-item .header-help-dropdown-text{
    text-align: left;
}

#mobile-header .m-nav-btn>i {
    font-weight: 400;
}

#header-help-dropdown-mobile .header-help-dropdown-inner {
    padding: 1rem 2rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    border-radius: 4px;
}

#header-help-dropdown-mobile .header-help-dropdown-item{
    text-align: center;
    margin-bottom: 1rem;
}

#header-help-dropdown-mobile .header-help-dropdown-item:last-of-type{
    margin-bottom: 0;
}

#top_bar_center_text{
    display: flex;
    background-color: #ffffff;
    border-radius: 50px;
}

#top_bar_center_text .top_bar_center_text_discount{
    background-color: #e4bf88;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 50px;
}

#top_bar_center_text .top_bar_center_text_discount .fa-light{
    padding-right: 0.4rem;
}

#top_bar_center_text .top_bar_center_text_shipping{
    color: #000000;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#top_bar_center_text .top_bar_center_text_discount,
#top_bar_center_text .top_bar_center_text_shipping{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.header-nav .right-nav > div,
.header-nav .right-nav > div > .rte-content,
.header-nav .right-nav #top_bar_right_links{
    height: 100%;
}

#top_bar_right_links{
    display: flex;
    align-items: center;
}


#top_bar_right_links ul{
    list-style-type: none;
    display: flex;
    padding: 0;
}

#top_bar_right_links ul li{
    margin-left: 1rem;
    position: relative;
}

#top_bar_right_links ul li:before{
    content: '|';
    position: absolute;
    top: 0;
    left: -0.5rem;
}

#top_bar_right_links ul li:first-of-type{
    margin-left: 0;
}

#top_bar_right_links ul li:first-of-type:before{
    display: none;
}


@media (max-width: 1300px) and (min-width: 992px) {
    .header-nav .left-nav{
        display: none;
    }
}

@media (max-width: 991px){
    .header-nav .left-nav,
    .header-nav .right-nav{
        display: none;
    }
    .header-nav > div > .row{
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    #mobile-header .col-mobile-logo img{
        width: 80px;
    }
    #top_bar_center_text {
        font-size: 0.6rem;
    }
    #top_bar_center_text .top_bar_center_text_discount {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    #top_bar_center_text .top_bar_center_text_shipping {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}


/* MENU */
/* ------------------------ */

.iqitmegamenu .nav-link .cbp-tab-title .cbp-mainlink-iicon-svg svg{
    fill: #ffffff;
    width: 36px;
    margin-right: 5px;
    height: auto;
    webkit-transition: color 0.3s ease, background-color 0.3s ease, fill 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease, fill 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, fill 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, fill 0.3s ease;
}

.iqitmegamenu .nav-link:hover .cbp-tab-title .cbp-mainlink-iicon-svg svg{
    fill: #ddbc8b;
}

@media (max-width: 1400px) {
    .cbp-horizontal > ul > li > a{
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .cbp-horizontal .cbp-tab-title {
        font-size: 0.8rem;
    }
    .iqitmegamenu .nav-link .cbp-tab-title .cbp-mainlink-iicon-svg svg{
        width: 30px;
    }
}


/* FOOTER */
/* ------------------------ */

#footer .footer_main_section{
    padding-top: 7.5rem;
    padding-bottom: 6.5rem;
    background-image: url('/img/cms/footer_bg.png');
    background-position: center center;
    background-size: auto 70%;
    background-repeat: no-repeat;
}

#footer-container-first{
    background-image: url('/img/newsletter_bg.jpg');
    background-position: center 45%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#footer-container-first:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

#footer-container-first .block-newsletter-text{
    font-size: 1.25rem;
    line-height: 2rem;
}

#footer-container-first .block-newsletter-text .block-newsletter-text-title{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
}

#footer-container-first .block-newsletter-text .block-newsletter-text-title .block-newsletter-text-icon{
    padding-left: 1rem;
}

#footer-container-first .newsletter-input-group{
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 1rem;
}

#footer-container-first .newsletter-input-group-after{
    height: 2px;
    background-color: #ffffff;
    border-radius: 50px;
}

#footer-container-first .btn-subscribe{
    padding: 0 1.5rem;
    font-size: 1.3rem;
    background: #ddbc8b;
}

#footer-container-first .btn-subscribe .fa:before{
    font-weight: 300;
}

#footer-container-first .input-subscription{
    font-size: 0.7rem;
}

.main_footer_row{
    justify-content: center;
}

.main_footer_row > div{
    flex-grow: 1;
}

.main_footer_row > div:nth-of-type(1){
    display: flex;
    justify-content: flex-end;
}

.main_footer_row .block-iqithtmlandbanners-html_container{
    padding: 1rem 3rem;
}

@media (max-width: 991px) {
    .main_footer_row .block-iqithtmlandbanners-html_container{
        padding: 1rem 2rem;
    }
    #footer-container-first .block-newsletter-text{
        font-size: 1rem;
        line-height: 1.6rem;
    }

    #footer-container-first .block-newsletter-text .block-newsletter-text-title{
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

.main_footer_row > div:nth-of-type(2){
    flex-grow: 0;
    border: 1px solid #898383;
    border-top: none;
    border-bottom: none;
}

#footer .block-title{
    font-weight: 500;
}

#footer .block-content ul{
    list-style-type: none;
    padding: 0;
}

#footer-container-main a,
#footer-container-main
{
    font-size: 0.95rem;
    color: #837d7d;
}

#footer .footer_col li{
    margin-bottom: 0.8rem;
}

.footer_contact_col .footer_contact_item{
    margin-bottom: 1rem;
}

.social_footer_row {
    justify-content: center;
    padding: 2rem 0rem;
}

#footer-container-main .social_footer_row a{
    font-size: 1.5rem;
}
#footer-container-main .social_footer_row .social-links li {
    margin: 0 0.6rem;
}

.copyright-txt{
    color: #ffffff;
    text-align: left;
    font-size: 0.9rem;
}

#footer_config_cookies{
    margin-left: 1rem;
    color: #ddbc8b;
    font-size: 0.75rem;
}

#footer_config_cookies .fa-light,
#footer_config_cookies .fa{
    padding-right: 0.4rem;
}

@media (max-width: 767px) {
    #footer .footer_main_section {
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
    }
    #footer .block-toggle.block-social-links > .block-content{
        display: block;
    }
    .social_footer_row {
        padding: 1rem 0;
    }

    #footer .social_footer_row > .block{
        padding-bottom: 0;
    }
    #footer-container-main .social_footer_row .social-links{
        text-align: center;
    }

    #footer-container-main .social_footer_row .social-links li{
        padding: 0;
        margin: 0 1rem;
    }
    #footer-container-main .social_footer_row .social-links a{
        font-size: 2rem;
    }
    .main_footer_row > div:nth-of-type(1) {
        justify-content: flex-start;
    }
    .main_footer_row .block-iqithtmlandbanners-html_container {
        padding: 1rem 1rem;
    }
    #footer-container-main a, #footer-container-main {
        font-size: 1rem;
    }
    #footer .block-title{
        font-size: 1.2rem;
    }
    .main_footer_row > div:nth-of-type(2) {
        border: none;
    }
    #footer-container-first .block-newsletter-text .block-newsletter-text-title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 2.6rem;
    }
    #footer-container-first .block-newsletter-text .block-newsletter-text-title .block-newsletter-text-icon {
        padding-left: 0.4rem;
    }
    .block-newsletter-text{
        margin-bottom: 2rem;
    }
}


/* HOME */
/* ------------------------ */
.home_bg_black_overlay > .elementor-element-populated{
    position: relative;
}
.home_bg_black_overlay > .elementor-element-populated:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.home_slider_dots .swiper-pagination-bullets .swiper-pagination-bullet{
    padding: 0 15px;
    height: 5px;
    border-radius: 50px;
}

.home_sliders_arrows {

}

.home_sliders_arrows .swiper-button-next:after{
    content: "\f0a9";
}

.home_sliders_arrows .swiper-button-prev:after{
    content: "\f0a8";
}

.home_sliders_arrows .swiper-button-next,
.home_sliders_arrows  .swiper-button-prev {
    opacity: 1;
}

.home_sliders_arrows .swiper-button-disabled{
    opacity: 0.2;
}

.banner_bg_black .elementor-iqit-banner-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
    .elementor_tablet_50 > .elementor-container > .elementor-row .elementor-column{
        width: 50%;
    }
    .elementor_tablet_100 > .elementor-container > .elementor-row .elementor-column{
        width: 100%;
    }

    .elementor_tablet_100 > .elementor-container > .elementor-row .elementor-column{
        width: 100%;
    }
    .elementor_tablet_reverse > .elementor-container > .elementor-row{
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .home_map iframe{
        height: 300px !important;
    }
}

@media (max-width: 767px) {
    .elementor_mobile_50 > .elementor-container > .elementor-row .elementor-column{
        width: 50%;
    }
    .elementor_mobile_100 > .elementor-container > .elementor-row .elementor-column{
        width: 100%;
    }
    .home_map iframe{
        height: 250px !important;
    }
}



/* PRODUCT MINIATURE */
/* ------------------------ */

.product-miniature .product-description .product-title{
    font-weight: 500;
}

.product-miniature .thumbnail-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-miniature-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.product-miniature .product-add-cart .add-to-cart{
    border-radius: 50px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-miniature .product-add-cart .add-to-cart .fa{
    font-weight: 300;
    vertical-align: middle;
}

.breadcrumb{
    text-align: center;
}

#wrapper .breadcrumb li::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 1;
    margin: 0 0.6rem;
}


/* CATEGORY */
/* ------------------------ */

.products-sort-order .select-title{
    font-size: 0.9rem;
    font-weight: 300;
    border-radius: 60px;
    border-color: #000;
    text-transform: uppercase;
}
.products-sort-order .select-title .select-title-name {
    max-width: 100%;
}

.products-sort-order .select-title .fa{
    font-weight: 300;
}

.products-sort-order .select-title .icon-title{
    padding-right: 0.4rem;
}

.products-sort-order .select-title .icon-down-arrow{
    font-size: 0.8rem;
    vertical-align: middle;
    padding-left: 1.5rem;
}

.products-selection {
    border-top: none;
    border-bottom: none;
}

#products-list-container{
    display: flex;
}

#products-list-container .products-list-sidebar{
    width: 25%;
    padding-right: 3rem;
    display: none;
}

#products-list-container #js-product-list {
    flex: 1 1 75%;
}

#show_left_column a{
    color: #000000;
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
}

#show_left_column a .icon-filter {
    padding-right: 0.4rem;
}

#show_left_column a .icon-down-arrow,
#show_left_column a .icon-up-arrow{
    font-size: 0.8rem;
    vertical-align: middle;
    padding-left: 0.5rem;
}

#show_left_column a .hide-text,
#show_left_column a .icon-up-arrow,
body.opened-product-list-sidebar #show_left_column a .show-text,
body.opened-product-list-sidebar #show_left_column a .icon-down-arrow{
    display: none;
}

body.opened-product-list-sidebar #show_left_column a .hide-text,
body.opened-product-list-sidebar #show_left_column a .icon-up-arrow,
#show_left_column a .show-text,
#show_left_column a .icon-down-arrow{
    display: inline-block;
}

.products-list-sidebar .block-categories{
    margin-bottom: 2rem;
}

body#category #content-wrapper .page-title {
    margin-bottom: 0;
}

#product-list-items-quantity .showing{
    font-size: 0.9rem;
    font-weight: 300;
}

.product-list-subcategories{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-list-subcategories .product-list-subcategory {
    display: inline-block;
    margin: 0 0.6rem 1rem;
}

.product-list-subcategories  .subcategory-name{
    display: block;
    background-color: #E8E8E8;
    padding: 0.4rem 1rem;
    border-radius: 60px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-list-subcategories .subcategory-name:hover {
    border-color: #000000;
    background-color: #ffffff;

}

#product-list-items-quantity {
    margin-bottom: 2rem;
}

#search_filters .facet{
    margin-bottom: 1.5rem;
}

#search_filters .facet .facet-title{
    margin-bottom: 1.3rem;
}

#search_filter_controls{
    display: none;
}

@media (max-width: 767px) {
    #js-product-list-top{
        margin-top: 0;
    }
    #products-list-container {
        flex-wrap: wrap;
    }
    #products-list-container .products-list-sidebar {
        width: 100%;
        padding-right: 0;
    }
    #products-list-container #js-product-list {
        flex: 1 1 100%;
    }
}


/* PRODUCT PAGE */
/* ------------------------ */

.product-info-row .col-product-image{
    padding-right: 2rem;
}

.product-info-row .product-description{
    font-size: 0.875rem;
}

.product-info-row .product-quantity .qty{
    width: 150px;
    margin-right: 1rem;
    height: auto;
}
.product-info-row .product-quantity .qty .form-control{
    border: none;
}

.product_header_container {
    border-bottom: none;
}

.product-info-row .product-quantity .qty .bootstrap-touchspin{
    border: 1px solid #2F2F2F;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.product-info-row .product-quantity .qty input.form-control{
    text-align: center;
    font-size: 1.15rem;
    padding: 0 1rem;
}

.product-info-row .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-down,
.product-info-row .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-up{
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 1rem;
}

.product-add-to-cart .add-to-cart{
    background-color: #DDBC8B;
    padding: 0 3.5rem;
    height: 100%;
}

.product-quantity .qty,
.product-quantity .add{
    height: 40px;
}
.product-additional-info {
    border-top: none;
}

.nav-tabs .nav-link{
    font-weight: 500;
}

.product-add-to-cart{
    margin-top: 2rem;
}

#product-images-thumbs .swiper-slide-thumb-active .thumb-container .thumb{
    border: 1px solid #ACACAD;
    border-radius: 6px;
}

#product-images-large .swiper-button-next,
#product-images-large .swiper-button-prev{
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 0;
    top: auto;
    padding: 0;
    color: #424242;
    background-color: transparent;
    left: auto;
    cursor: pointer;
}

#product-images-large .swiper-button-next.swiper-button-disabled,
#product-images-large .swiper-button-prev.swiper-button-disabled{
    opacity: 0.4 !important;
}

#product-images-large .swiper-button-prev{
    right: 4.5rem;
}

#product-images-large .swiper-button-next:after,
#product-images-large .swiper-button-prev:after{
    font-weight: 200;
}


#product-images-large .swiper-button-next:after{
    content: "\f0a9";
}

#product-images-large .swiper-button-prev:after{
    content: "\f0a8";
}

#col-product-info {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 30px;
    transition: top 300ms ease 0s;
}

.product-variants .form-control-label{
    font-weight: 400;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
}

.product-variants .input-radio+span{
    border-radius: 60px;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    border: 1px solid #000;
}

.product-variants .input-radio:checked+span,
.product-variants .input-radio:hover+span,
.product-variants .group-cut-option .input-container:hover span{
    border: 1px solid #E8E8E8;
    line-height: 1rem;
    background-color: #E8E8E8;
}

.product-variants .input-radio+span .cut-option-price{
    font-size: 0.6rem;
    font-weight: 800;
    padding-left: 0.6rem;
}

#product-view-more{
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 1rem;
}

#estimateddelivery.estimateddelivery-product{
    display: flex;
    border: none;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    #estimateddelivery.estimateddelivery-product{
        flex-wrap: wrap;
    }
}

#estimateddelivery.estimateddelivery-product .ed_item{
    margin-bottom: 0;
    border: none;
    padding: 0.5rem 0.5rem;
}

#ed-freedeliverytext{
    border: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#estimateddelivery.estimateddelivery-product .ed_truck_icon{
    padding-right: 0.7rem;
}

#ed-freedeliverytext svg{
    margin-right: 0.5rem;
}

#estimateddelivery.estimateddelivery-product .ed_item .truck-icon{
    font-size: 1.2rem;
    margin-right: 0.4rem;
}

#estimateddelivery.estimateddelivery-product .ed_item > div{
    display: inline;
}

.estimateddelivery-product .ed_2{
    display: inline;
}

#ed_calendar_display #calendar_current_date{
    color: #d4aa6d;
}

#ed_calendar_display #ed_choose_date{
    background-color: #555555;
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
}

#ed_calendar_display #ed_choose_date .ed-blue-color{
    color: #ffffff;
    padding-right: 0.4rem;
}

#ui-datepicker-div .ui-state-default {
    background: #555555 !important;
    border-color: #555555 !important;
}

#ui-datepicker-div .ui-state-default.ui-state-active {
    background: #e4bf88 !important;
    border-color: #e4bf88 !important;
}

#ui-datepicker-div td.ui-state-disabled .ui-state-default {
    background: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}


#product-additional-info-text{
    padding-top: 1.5rem;
}

#product-additional-info-text .product-additional-info-text-main{
    font-size: 0.95rem;
}

#product-additional-info-text .product-additional-info-text-secondary{
    font-size: 0.8rem;
    color: #898989;
}

#product-additional-info-text .product-additional-info-text-button{
    display: inline-block;
}

#product-additional-info-text .product-additional-info-text-button a{
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
    background-color: #f3e8d7;
    color: #cf9f59;
    padding: 0.6rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    transition: color .15s
    ease-in-out, background-color .15s
    ease-in-out, border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}

#product-additional-info-text .product-additional-info-text-button a .fa{
    font-size: 1rem;
    margin-right: 0.6rem;
}

#product-additional-info-text .product-additional-info-text-button a:hover{
    background: #f2e1c7;
}





/* CART */
/* ------------------------ */

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 3px;
}

/* TIENDAS */
/* ------------------------ */

@media (max-width: 767px) {
    .nuestras_tiendas_iframe{
        height: 350px;
    }
}

@media (max-width: 575px) {
    .nuestras_tiendas_iframe{
        height: 200px;
    }
}


/* BLOG */
/* ------------------------ */

body#module-ph_simpleblog-single #inner-wrapper{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#single_post_featured_image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9rem 0;
    margin-bottom: 2rem;
}

.simpleblog__post__content {
    padding: 0 1rem !important;
}

.simpleblog__post__content .rte-content a{
    color: #ddbc8b !important;
}

.single_post_contained_content{
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.simpleblog__listing__post img{
    width: 100%;
}