/*
 Theme Name:   Quirky Child Theme
 Theme URI:    https://quirky.themerex.net
 Description:  Quirky Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     quirky
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  quirky
*/


/* =Theme customization starts here
------------------------------------------------------------ */

body, footer, .body_wrap {
    overflow-x: hidden;
}

.woocommerce div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity {
    display: none!important;
}

/* Menu
------------------------------------------------------------ */

.sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li.menu-item-has-children > a {
    padding: 0.9em 1.65em;
}

li#menu-item-25300 a {
    padding-right: 0.85em;
}

.sc_layouts_menu_nav > li:hover > ul {
    display: flex!important;
    opacity: 1!important;
    transform: none!important;
}

.sc_layouts_menu_nav > li > ul {
    flex-direction: row;
    max-width: 510px!important;
    width: 510px!important;
    top: auto!important;
    left: 0!important;
    -webkit-animation-duration: 0ms!important;
    animation: 0ms!important;
    padding-left: 35px!important;
    padding-right: 35px!important;
}

.sc_layouts_menu_nav ul.sub-menu ul.sub-menu {
    position: relative;
    display: block;
    width: 220px!important;
    max-width: 300px;
    left: 0!important;
    top: auto!important;
    opacity: 1!important;
    transform: none!important;
    animation: 0s!important;
    -webkit-animation-duration: 0s!important;
    animation-duration: 0s!important;
        -webkit-animation-name: fadeInUpSmall!important;
    animation-name: fadeInUpSmall!important;
    
}

.sc_layouts_menu_nav > li:hover > ul,
.sc_layouts_menu_nav > li:hover > ul ul{
    visibility: visible!important;
}

.sc_layouts_menu_nav > li:hover > ul ul {
    display: block!important;
    padding-top: 0;
}

.sc_layouts_menu_nav > li > ul li,
.sc_layouts_menu_nav > li:hover > ul li{
    width: 220px!important;
}

.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse) > a:hover > span, 
.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse).sfHover > a > span, 
.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse).current-menu-item > a > span, 
.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse).current-menu-parent > a > span, 
.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse).current-menu-ancestor > a > span {
    padding-left: 0px!important;
}

.sc_layouts_menu_nav > li > ul > li > a {
    font-weight: 700;
    font-size: 1.1rem;
}

.sc_layouts_menu_nav > li > ul > li > a:after {
    content: none!important;
}

/*.sc_layouts_menu_nav > li > ul > li#menu-item-25280 > a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("./assets/images/house-icon.svg") center no-repeat;
    background-size: 20px;
    left: 0;
}

.sc_layouts_menu_nav > li > ul > li#menu-item-25290 > a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("./assets/images/building-icon.svg") center no-repeat;
    background-size: 20px;
    left: 0;
}*/

/* Categories list
------------------------------------------------------------ */

.widget_categories_list .categories_list_columns {
    margin-right: 0;
}

.widget_categories_list .categories_list_columns .trx_addons_column-1_4 {
    padding-right: 0;
}

.categories_list_style_6 .categories_list_title {
    display: flex;
    width: 100%;
}

.categories_list_style_6 .categories_list_info_wrap .categories_list_info a {
    display: none;
}

.categories_list_style_6 .categories_list_title:after {
    content: "";
    width: 45px;
    height: 35px;
    background: url("./assets/images/arrow.svg") center no-repeat;
    background-size: 35px;
    margin-left: auto;
    margin-right: 0;
    vertical-align: middle;
    margin-top: -3px;
    line-height: inherit;
}

/* Product list
------------------------------------------------------------ */

.woocommerce .woocommerce-breadcrumb {
    display: block!important;
}

.woocommerce .woocommerce-breadcrumb span.woocommerce-breadcrumb-item:last-child {
    font-weight: 700;
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs .post_header.entry-header > a {
    text-transform: uppercase;
    font-size: 0.9rem;
    grid-area: 1 / 1 / 2 / 2;
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs .post_header.entry-header h2.woocommerce-loop-product__title {
    grid-area: 2 / 1 / 3 / 2;
    font-size: 1.35rem;
    margin-top: 2px;
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs .post_header.entry-header h2.woocommerce-loop-product__title a {
    color: var(--theme-color-text_link3);
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs .post_data .post_data_inner {
    position: relative;
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs .post_data .post_data_inner span.price {
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0;
}

span.amount bdi {
    display: flex;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 1.25rem;
    justify-content: flex-end;
}

span.amount bdi span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

/* Icons list
------------------------------------------------------------ */

.sc_icons_alter.sc_icons_size_small .sc_icon_type_svg svg, .sc_icons_alter.sc_icons_size_small .sc_icon_type_svg object {
    width: 2em;
    height: 2em;
}

.sc_icons_alter.sc_icons_size_small .sc_icons_icon + .sc_icons_item_details, .sc_icons_alter.sc_icons_size_small .sc_icons_image + .sc_icons_item_details {
    margin-left: 1.75em;
}

.sc_icons_alter .sc_icons_item { 
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sc_icons_alter .sc_icons_item_title, .sc_icons_alter.sc_icons_size_small .sc_icons_item_title {
    font-size: 1.65rem;
}

.sc_icons_item_title + .sc_icons_item_description {
    font-size: 1.27rem;
    margin-top: 0em;
}

.sc_icons .sc_icons_item + .sc_icons_item {
    margin-top: 2.15em;
}

/* Header
------------------------------------------------------------ */

.search_modern > .search_submit:before {
    color: #F1A421;
}

i.fab.fa-instagram {
    color: #F1A421;
}

/* Footer
------------------------------------------------------------ */

.footer_wrap .sc_layouts_row .sc_layouts_item, 
.footer_wrap .sc_layouts_row .widget {
    margin-bottom: 0em !important;
}

footer .sc_layouts_menu_nav, 
footer .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    line-height: 1em;
}

.footer_wrap .sc_layouts_menu > ul > li {
    font-size: 0.95rem;
}

footer a:hover {
    color: var(--theme-color-alter_link)!important;
}

footer a,
.footer_wrap .sc_layouts_menu > ul > li > a {
    font-weight: 300;
}

footer i.fab.fa-whatsapp {
    font-size: 1.5rem;
}

.btn-whatsapp span.elementor-button-content-wrapper {
    align-items: center;
}

.btn-whatsapp .elementor-button:hover {
    color: #FFFFFF!important;
}

.btn-whatsapp a {
    padding: 12px 20px;
}

a.sticky-whatsapp {
    background: linear-gradient(360deg, #297F46 0%, #49E57E 280.43%);
    position: fixed;
    bottom: 10px;
    right: 1.18em;
    padding: 10px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 7999;
    -webkit-transition: -webkit-transform 0.3s ease,bottom 0.3s ease,color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,opacity 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease,bottom 0.3s ease,color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,opacity 0.3s ease;
    transition: transform 0.3s ease,bottom 0.3s ease,color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,opacity 0.3s ease;
}

a.sticky-whatsapp img {
    width: 70%;
}


.trx_addons_scroll_to_top {
    right: 2.5em!important;
}

.trx_addons_scroll_to_top.show {
    bottom: 120px;
}

a.sticky-whatsapp:hover {
    background-image: linear-gradient(360deg, #297F46 30%, #49E57E 280%);
}

[class*="scheme_"].footer_wrap, .footer_wrap [class*="scheme_"].vc_row {
    background-color: transparent;
}

@media (max-width: 1023px) {
    .trx_addons_scroll_to_top {
        right: 1.6em!important;
    }
    .trx_addons_scroll_to_top.show {
        bottom: 90px!important;
    }
    a.sticky-whatsapp {
        right: 1em;
        width: 45px;
        height: 45px;
        bottom: 10px;
    }
    /*.widget_product_categories li.cat-parent:nth-child(2) > a {
        border-top: 1px solid #fff;
        padding-top: 25px;
    }*/
}



/* Store page
------------------------------------------------------------ */

.woocommerce .page_content_wrap {
    padding-top: 5.1rem;
}

.shop_content {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-column-gap: 4rem;
}

.shop_content .sidebar_shop {
    grid-area: 1 / 1 / 2 / 2;
}

.sidebar_shop li.widget {
    padding: 30px 30px;
    background-color: var(--theme-color-alter_bg_color);
    box-sizing: border-box;
    list-style: none!important;
    
}

.sidebar_shop li.widget + .widget {
    margin-top: 30px;
}

.sidebar_shop li.widget::marker,
.sidebar_shop li a:before {
    content: none!important;
}

.sidebar_shop li ul {
    padding-left: 0;
}

.widget_product_categories li.cat-parent > a {
    font-weight: 700;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
}

.widget_product_categories li.cat-parent li.cat-parent > a {
    font-size: 1rem;
}


/*li.cat-item.cat-item-257.cat-parent > a:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(./assets/images/house.svg) center no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-top: -3px;
}*/

/*li.cat-item.cat-item-264.cat-parent.has_children {
    margin-top: 25px;
}*/

li#woocommerce_product_categories-3 li.cat-item.cat-item-264,
li#woocommerce_product_categories-4 li.cat-item.cat-item-257,
a.wcfm_catalog_enquiry {
    display: none
}

.woocommerce .woocommerce-ordering .select_container {
    display: flex;
    align-items: center;
}

.woocommerce .woocommerce-ordering .select_container:before {
    content: "Ordenar por: ";
    display: block;
    position: relative;
    width: 165px;
    right: auto;
    line-height: 22px;
    margin-top: -5px;
    color: #fff;
}

.woocommerce .woocommerce-ordering select {
    width: 180px!important;
    display: block;
    max-width: 100%!important;
    padding-right: 10px!important;
}

.woocommerce .woocommerce-ordering {
    width: 220px;
    position: absolute;
    right: 0;
    top: -41px;
}

.woocommerce-ordering .select2 span {
    color: #FFF!important;
}

.woocommerce-ordering .select2 {
    display: flex;
    align-items: center;
}

.woocommerce-ordering .select2:before {
    content: "Ordenar por: ";
    display: block;
    position: relative;
    width: 165px;
    right: auto;
    line-height: 40px;
    color: #fff;
}

.woocommerce div.product form.cart .variations th.label,
.woocommerce.single div.product p.price,
li.cat-item.cat-item-255,
.woocommerce .woocommerce-result-count,
.woocommerce-shop section.elementor-section.elementor-top-section.elementor-element.elementor-element-cbb432f.scheme_dark.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.sc_fly_static.trx_addons_parallax_layers_inited.trx_addons_parallax_blocks_inited,
.product-template-default 
 section.elementor-section.elementor-top-section.elementor-element.elementor-element-58f61731.scheme_dark.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.sc_fly_static.trx_addons_parallax_layers_inited.trx_addons_parallax_blocks_inited,
.woocommerce .product_meta .product_id,
.woocommerce .product_meta .tagged_as,
.woocommerce .product_meta .sku_wrapper,
li#tab-title-reviews,
li#tab-title-wcfm_product_multivendor_tab,
.quantity.inited, 
button.single_add_to_cart_button.button,
a.shop_cart.icon-shopping-cart,
.woocommerce .wcfmmp_sold_by_container_advanced, 
.woocommerce-page .wcfmmp_sold_by_container_advanced,
.product_cat-hoteleria .price_wrap,
.product_cat-hoteleria span.price,
.product_cat-hoteleria .post_price.product_price.price,
.term-hoteleria.woocommerce .woocommerce-ordering,
div#tab-reviews {
    display: none!important;
}

.woocommerce.columns-2 ul.products li.product, .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products li.product.column-1_2, .woocommerce .related.products ul.products.columns-2 li.product, .woocommerce .related.products ul.products li.product.column-1_2, .woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce .upcells.products ul.products.columns-2 li.product, .woocommerce-page.columns-2 ul.products li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce-page ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products.columns-2 li.product, .woocommerce-page .related.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products.columns-2 li.product, .woocommerce-page .upcells.products ul.products li.product.column-1_2 {
    width: calc(50% - 30px);
    padding-right: 0!important;
}

.woocommerce-page ul.products, 
.woocommerce-page[class*="columns-"] ul.products, 
.woocommerce-page ul.products[class*="columns-"] {
    column-gap: 60px;
    width: 100%;
}

li#woocommerce_product_categories-4 li.cat-parent {
    margin-top: 0;
}

/*
.woocommerce ul.products, .woocommerce ul.products[class*="columns-"], .woocommerce[class*="columns-"] ul.products, .woocommerce-page ul.products, .woocommerce-page[class*="columns-"] ul.products, .woocommerce-page ul.products[class*="columns-"] {
    column-gap: 30px;
}
*/


.woocommerce .related ul.products {
    column-gap: 0;
}

.woocommerce ul.products li.product .post_featured > a {
    width: 100%;
    display: block;
    /*padding-top: 100%;*/
    position: relative;
}

/*.woocommerce ul.products li.product .post_featured a img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}*/

.widget_product_categories li.current-cat > a, 
.widget_categories li.current-cat > a {
    color: var(--theme-color-text_link);
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px;
}

.woocommerce div.product .product_meta {
    border-top: 1px solid var(--theme-color-bd_color) !important;
    padding-top: 15px;
    margin-top: 25px;
}

@media (max-width: 1023px) {
    .shop_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
    .shop_content .sidebar_shop {
        padding-top: 0px;
        padding-bottom: 45px;
    }
    .sidebar_shop li#woocommerce_product_tag_cloud-4 {
        display: none;
    }
    
    ul.product-categories li ul {
        height: 0px;
        opacity: 0;
        transition: height 0.5s ease-in-out;
    }
    
    ul.children.open-children {
        height: 100%;
        opacity: 1;
        transition: height 0.5s ease-in-out;
    }
    
    
    
    ul.product-categories li.cat-parent .icon-list {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 100%;
        text-align: right;
        display: block;
    }
    
    ul.product-categories li.cat-parent .icon-list:after {
        content: '\e942';
        font-family: "fontello";
        font-size: 2rem;
    }
    
    ul.product-categories li.cat-parent {
        position: relative;
    }
    
    .sidebar_shop li.widget + .widget {
        padding-bottom: 8px;
        padding-top: 20px;
    }
}


/* Single product page
------------------------------------------------------------ */

a.btn_whatsapp {
    font-size: 1.1rem;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(360deg, #297F46 0%, #49E57E 280.43%);
    border-radius: 9px 9px 9px 9px;
    padding: 12px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
    cursor: pointer;
}

a.btn_whatsapp:hover {
    background-image: linear-gradient(360deg, #297F46 30%, #49E57E 280%);
}

.product_cat-hoteleria a.consultar_hoteleria {
    display: flex!important;
    align-items: center;
    gap: 10px;
    border-color: var(--theme-color-text_link3);
    /*background-color: var(--theme-color-text_link3);*/
    background-image: linear-gradient(360deg, #297F46 0%, #49E57E 280.43%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 30px;
    border-width: 0!important;
    padding: 17px 54px 16px;
    width: fit-content;
}

.product_cat-hoteleria a.btn_whatsapp {
    display: none;
}

.product_cat-hoteleria a.consultar_hoteleria:hover {
    border-color: var(--theme-color-text_hover3);
    /*background-color: var(--theme-color-text_hover3);*/
    background-image: linear-gradient(360deg, #297F46 30%, #49E57E 280%);
}

/* Home
------------------------------------------------------------ */

.btn-100 .sc_button_wrap {
    width: 100%;
}

@media (max-width: 1023px) {
    .btn-100 .sc_button_wrap a {
        width: 300px;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }

}

.adp-popup.adp-popup-type-content.adp-popup-location-center.adp-preview-image-left.adp-preview-image-no.adp-popup-open * {
    width: fit-content;
    margin: 0 auto;
}

.adp-popup .adp-popup-container {
    background: transparent;
}

.adp-popup .adp-popup-close:before {
    color: #fff!important;
}



/* Body boxed
------------------------------------------------------------ */
.body_style_boxed .page_wrap {
    width: 100%!important;
    max-width: 100%;
}

.body_style_boxed .page_content_wrap {
    width: var(--theme-var-page_boxed);
    max-width: 100%;
    margin: 0 auto;
}
.adp-popup {
    width: 600px!important;
    max-width: 80vw!important;
}

.search_modern .search_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 1000%;
    height: 1000%;
    background-color: #111421!important;
    opacity: .2;
}

.search_modern .search_wrap {
    background-color: #111421!important;
}

input.search_field {
    color: #9B9FAF!important;
}

.sc_layouts_row_type_compact .search_wrap .search_submit:before, [class*="scheme_"].sc_layouts_row_type_compact .search_wrap .search_submit:before,
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]), [class*="scheme_"].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]), input.search_field.fill_inited.filled {
    color: #FCFCFC!important;
}

.search_modern .search_wrap .search_form:after {
    background-color: #FCFCFC!important;
}


body.archive.search.search-no-results .shop_content {
    display: block;
}

.woocommerce-no-products-found {
    margin: 0;
    font-size: 2rem;
    line-height: 1.08em;
}

.page_wrap {
    background-image: url(https://quirky.themerex.net/wp-content/uploads/2022/04/main-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}


/* Modal
------------------------------------------------------------ */

#modal-init {
	visibility: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 999999;
	opacity: 0;
	transition: opacity .25s ease-in;
}

.modal--active #modal-init {
	opacity: 1;
	transition: opacity .25s ease-in;
}

.modal--open {
	visibility: visible;
}

.modal__wrapper {
    max-width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 6px #0000001a;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 40px;
}

.modal__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 20, 33, 0.7);
	position: absolute;
	z-index: -1;
	cursor: pointer;
}

a.modal__close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    position: absolute;
    right: 0;
    font-size: 23px;
    margin: -40px 0px 0 0;
}

a.modal__close:before {
    position: relative;
    top: 0;
    left: 0;
    content: '\e9e1';
    font-family: "fontello";
    line-height: 1;
    text-align: center;
    border: none;
    color: #9B9FAF;
}

.modal--active .modal #hoteleria-popup {
    display: block!important;
}

.modal {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 999999;
    padding-top: 0;
}

.modal--open {
    visibility: visible;
}

a.modal__close:before {
    position: relative;
    top: 0;
    left: 0;
    content: '\e9e1';
    font-family: "fontello";
    line-height: 1;
    text-align: center;
    border: none;
    color: #9B9FAF;      
}

a.modal__close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    position: absolute;
    right: 0;
    font-size: 23px;
    margin: -40px 0px 0 0;
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transform-origin: center center;
    transition: transform 0.3s ease;
}

a.modal__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.modal__close:hover:before {
    color: #FCFCFC;
}

p.submit-ok-hoteleria {
    padding: 10px 0;
    color: #fff;
}

@media (max-width:767px) {
    .woocommerce-ordering .select2 {
        width: fit-content!important;
        margin-left: auto;
    }
    
    .woocommerce-ordering .select2:before {
        width: 90px;
    }
    
    body:not(.home):before {
        content: "";
        position: absolute;
        width: 70%;
        height: 50%;
        background: url(https://mkey.com.uy/wp-content/uploads/2022/01/decorative-blur.png) 0% center no-repeat;
        background-size: cover;
        right: 0%;
        top: 0%;
        z-index: 1;
    }
    
    body:not(.home) .body_wrap:before {
        content: ""!important;
        position: absolute;
        width: 90%;
        height: 70%;
        background: url(https://mkey.com.uy/wp-content/uploads/2022/01/decorative-blur-2.png) center no-repeat;
        background-size: contain;
        left: -40%;
        top: 30vh;
    }
    
    body:not(.home) .body_wrap:after {
        content: ""!important;
        position: absolute;
        width: 90%;
        height: 80%;
        background: url(https://mkey.com.uy/wp-content/uploads/2022/01/decorative-blur-3.png) 0% center no-repeat;
        background-size: cover;
        right: 0%;
        top: 125%;
    }
    
    body:not(.home) footer:before {
        content: ""!important;
        position: absolute;
        width: 80%;
        height: 50%;
        background: url(https://mkey.com.uy/wp-content/uploads/2022/01/decorative-blur-3.png) center no-repeat;
        background-size: contain;
        left: -30%;
        top: -90%;
    }
    
    .wrap_shop_content {
        position: relative;
    }
    
    .page_content_wrap,
    .wrap_shop_content {
        z-index: 5;
    }
}

@media (max-width:479px) {
    h1, .front_page_section_caption {
        font-size: 2.25rem!important;
    }
    .btn-100 .sc_button_wrap a {
        width: 100%;
    }
    .woocommerce .post_item_single .woocommerce-breadcrumb {
        margin-bottom: 1.5em!important;
    }
    .woocommerce .page_content_wrap {
        padding-top: 4.5rem;
    }
}

.widget ol, .widget ol li, .widget ul, .widget ul li {
    list-style: none!important;
}

.widget ol li:before, .widget ul li:before,
.widget ol li::marker, .widget ul li::marker{
    content: none!important;
}

.woocommerce.single .product-type-simple.product p.price {
    display: block!important;
}

.woocommerce.single .product-type-simple.product.product_cat-hoteleria p.price {
    display: none!important;
}

.grecaptcha-badge {
    opacity: 0!important;
}

.woocommerce div.product .woocommerce-tabs ul + p {
    margin-top: 45px;
}
.woocommerce div.product .woocommerce-tabs p + ul {
    margin-top: 15px;
}

/*Categorias de cerraduras en home*/
.categories_list_style_6 .categories_list_title {
    align-items: flex-end;
}

.icon-philips  p.elementor-icon-box-title {
	margin-top: 0!important;
}

.woocommerce ul.products li.product .post_featured {
    margin-bottom: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    scrollbar-width: none!important;
}

.woocommerce ul.products li.product, .woocommerce ul.products[class*="columns-"] li.product, .woocommerce[class*="columns-"] ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    padding-bottom: 40px!important;
}

@media (max-width: 767px) {
	.icon-philips .elementor-icon-box-wrapper {
		align-items: center;
	}
	.icon-philips .elementor-icon-box-content {
		margin-top: -15px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product, .woocommerce[class*="columns-"] ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product {
        padding-bottom: 35px!important;
    }
    .woocommerce ul.products li.product .post_featured {
        margin-bottom: 12px!important;
    }
}