/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.search-form {display: flex;align-items: center;gap: 0;}
.search-form input[type="search"] {padding: 6px 10px;border-radius: 4px 0 0 4px;background-color: white !important;width: 400px;border: 1px solid #ccc;}
.search-form input[type="search"]:focus {border: 0;}
.search-form button {background: #f3ab21;border: none;cursor: pointer;border-radius: 0 4px 4px 0;font-size: 1.1em;}
.search-form button:hover {background: hsl(39 90% 50% / 1);}
.yith-wcan-filters {background-color:transparent;}
aside .ct-widget.widget_block.widget_text {margin:0;}
aside .woof_list_checkbox li div {margin: 4px 0;}
aside .woof label {margin-bottom: 0;line-height: 1;margin-left: 2px !important;font-size: 14px;}
.woocommerce .wopb-cart-bottom {display: none;}
button.button.woof_reset_search_form::after {content: "Limpiar";font-size: 14px;}
button.button.woof_reset_search_form {font-size: 0 !important;background-color: rgb(58, 79, 101) !important;!important;}
button.button.woof_reset_search_form:hover {background-color: hsl(211 27% 27% / 1) !important;!important;}
li.product_cat-oferta .ct-media-container,
li.product_cat-bonus .ct-media-container {position: relative;}
li.product_cat-oferta .ct-media-container::after {content: "OFERTA";position: absolute;top: 10px;right: -40px;background: #f7a600;color: #000;font-weight: bold;padding: 5px 40px;transform: rotate(45deg);font-size: 14px;box-shadow: 0 2px 5px rgba(0,0,0,0.2);z-index: 10;}
li.product_cat-bonus .ct-media-container::after {content: "KGs gratis";position: absolute;bottom: 20px;right: -35px;background: #f7a600;color: #000;font-weight: bold;padding: 5px 40px;transform: rotate(-45deg);font-size: 14px;box-shadow: 0 2px 5px rgba(0,0,0,0.2);z-index: 10;}
.woof_autohide_wrapper {position: absolute;z-index: 10;}
.woof_show_auto_form, .woof_hide_auto_form {}
.woof_show_auto_form:after, .woof_hide_auto_form:after {color: var(--theme-text-color);white-space:nowrap;font-weight:bold;content:"Abrir filtros";position: relative;left: 100%;}
.woof_show_auto_form, .woof_hide_auto_form {background: url(/wp-content/plugins/woocommerce-products-filter/img/open_filter.png);background-size: 100%;}
.woof.woof_sid.woof_sid_auto_shortcode  {width: calc(100vw - 50px);}
.woof_autohide_wrapper div.icheckbox_square-yellow {margin:3px 0 !important;}
.woof_autohide_wrapper label.woof_checkbox_label {margin: 0 !important;line-height: 1;}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {background-color: #A5D6A7;color: #1B5E20;font-weight: 500;}
.home-bloques-iconos .stk-column p.stk-block-text__text {text-wrap: balance;}
.woof_redraw_zone .woof_container_inner input.woof_husky_txt-input {background-color:white;}

@media screen and (min-width: 769px){
  .hero-section.is-width-constrained,
  .woocommerce-products-header,
  .woof_autohide_wrapper {display:none;}
}

@media screen and (max-width:768px) {
  body.archive.post-type-archive #main > .ct-container {padding-top:2rem;}
}