/*
 Theme Name:   Minimalart
 Description:  Minimalart Theme
 Version:      1.0.1
 Author:       Minimalart
 Author URI:   http://minimalart.co
 Template:     woodmart
 Text Domain:  woodmart
*/


/* ########################################################## */
/* GENERAL ELEMENTS
/* ########################################################## */
/* #region   */

/* GENERAL > HIDE RECAPTCHA
------------------------------------------------------------- */

.grecaptcha-badge { visibility: hidden; }

/* #endregion   */


/* ########################################################## */
/* HOME
/* ########################################################## */
/* #region   */

/* HOME > CATEGORIES BANNER
------------------------------------------------------------- */

@media (max-width: 559px) {
    .promo-banner .wrapper-content-banner {
        padding: 20px 14px;
    }
}

h4.banner-title.wd-fontsize-l {
    font-size: 22px;
}

@media (min-width: 383px) and (max-width: 485px) {
    h4.banner-title.wd-fontsize-l {
        font-size: 16px;
    }
}

@media (max-width: 382px) {
    h4.banner-title.wd-fontsize-l {
        font-size: 14px;
    }
}

/* HOME > CATEGORIES GRID
------------------------------------------------------------- */

.mco-home-categorie-block img{
    height:160px;
}

/* #endregion   */


/* ########################################################## */
/* PRODUCTS GRID/ARCHIVE
/* ########################################################## */
/* #region   */

form.woocommerce-ordering {
    display: none;
}

.woocommerce-ordering select {
    display: none;
  }

.woocommerce-widget-layered-nav-list .count{
    display: none;
}

p.woocommerce-result-count{
    display: none !important;
}

/* PRODUCTS GRID > SIDEBAR > BRAND IMAGE
------------------------------------------------------------- */
.woodmart-woocommerce-layered-nav .swatches-normal.swatches-brands .filter-swatch>span {
	width: 110px;
	height: 50px;
}
/* #endregion   */


/* ########################################################## */
/* SINGLE PRODUCT
/* ########################################################## */
/* #region   */

.product-image-summary .wd-product-brands a{
  padding: 0;
  min-height: unset;
  box-shadow: none;
}
.product-image-summary .wd-product-brands a:hover {
  box-shadow: none;
}

.product-image-summary .wd-product-brands img {
  max-width: 130px;
}

h1.product_title{
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description h3 {
  color: #7abbdc;
}
.woocommerce-product-details__short-description h4 {
  margin-bottom: 10px;
  color: #62676e
}

.single_product_buy_panel {display: none;}
.single_product_buy_links {display: none;}

.product-share {
  border-top: 1px solid #EEE;
  padding-top: 10px;
}

.woocommerce-Tabs-panel h4{
    color: #62676e;
}

.woocommerce-Tabs-panel p{
    margin-bottom: 10px;
}

.woocommerce-Tabs-panel--wd_additional_tab_2 ul {
  column-count: 3;
  list-style-type: none;
}


@media (max-width: 575px){
    .woocommerce-Tabs-panel--wd_additional_tab_2 ul {
        column-count: 1;
        list-style-type: none;
  }
}

.woocommerce-Tabs-panel--wd_additional_tab_2 ul li::before {
  content: "\2022";
  color: #7abbdc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* #endregion   */


/* ########################################################## */
/* BLOG / RECOMENDACIONES
/* ########################################################## */
/* #region   */
.wd-post-date,
.wd-entry-meta,
.entry-meta-list {
  display: none !important;
}

.title-blog .breadcrumbs {
    display:none;
}

.mco-menu-post-grid .blog-design-masonry.blog-style-shadow .article-inner,
.mco-menu-post-grid .blog-design-masonry.blog-style-shadow:hover .article-inner{
    box-shadow: none;
}
.wd-post-date,
.post-single-page .entry-meta{
  display: none !important;
}

.wd-single-footer .single-meta-tags{
    display: none !important;
}  

.wd-single-footer{
    padding: 0 !important;
}

.post-single-page .entry-thumbnail img{
    padding: 10px;
}

.wd-blog-holder .hovered-social-icons{
    display: none;
}
.blog-design-masonry .post-title {
    font-size: 20px;
    min-height: 56px;
    display: grid;
    align-content: center;
}

.meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}

/* BLOG / RECOMENDACIONES > MEGA MENU
------------------------------------------------------------- */

.mco-menu-post-grid .recent-posts-time{
    display: none;
}

.mco-menu-post-grid .blog-design-masonry .post-title {
    font-size: 18px;
    line-height: 1.3;
}

.mco-menu-post-grid .woodmart-recent-posts li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mco-menu-post-grid .blog-post-loop .article-body-container {
    padding: 25px 25px 10px 25px;
}

/* BLOG / RECOMENDACIONES > RELATED POST
------------------------------------------------------------- */

.article-body-container .entry-meta.wd-entry-meta,
.article-body-container .hovered-social-icons{
    display: none !important;
}

/* #endregion   */


/* ########################################################## */
/* MOBILE MENU
/* ########################################################## */
/* #region   */
.wd-nav-img{
  max-height: 32px;
}
/* #endregion   */


/* ########################################################## */
/* FOOTER
/* ########################################################## */
/* #region   */

/* FOOTER > COPYRIGHT
------------------------------------------------------------- */
.devcopy, .devcopy a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333;
}
.devcopy a {
  color: #ce0b59;
  letter-spacing: 4px;
}
.devcopy a:hover {
  color: #f076a2;
}
/* #endregion   */


/* ########################################################## */
/* CONTACT PAGE
/* ########################################################## */
/* #region   */

.mco-body-frecuent-questions, .mco-title-frecuent-questions{
  display: none;
}

/* #endregion   */

/* ########################################################## */
/* FORM POP UP
/* ########################################################## */
/* #region   */

/*@media only screen and (min-width: 768px) {
    form#gform_1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mco-form-pop-up div#field_1_1{
        margin-right: 20px;
    }
}

.mco-form-pop-up input#input_1_1{
    padding: 0 70px 0 10px;
}
*/

/* FORM POP UP > TEXT 
------------------------------------------------------------- */

div#field_1_3.mco-form-pop-up-text{
    text-align: center;
}

.mco-form-pop-up-text h2 {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 28px;
}

.mco-form-pop-up-text p {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 21px;
}

.mco-form-pop-up div#gform_confirmation_message_1 {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}

/* FORM POP UP > INPUT STYLE 
------------------------------------------------------------- */

.mco-form-pop-up input#gform_submit_button_1 {
    width: 100% !important;}



.mco-form-pop-up input[type='email'],
.mco-form-pop-up input[type='text']{
    color: #858181;
    border: var(--wd-form-brd-width) solid #858181d9;
}

.mco-form-pop-up .button[type="submit"]{
    background-color: #222222;
    color: #ffffff;
    padding: 12px 30px;
}

.mco-form-pop-up div#gform_fields_1{
    grid-row-gap: 8px;
}

.mco-form-pop-up .gform_footer.top_label{
    padding: 2px 0 !important;
}

.mco-box-pop .title-after_title.set-cont-mb-s.reset-last-child.wd-fontsize-xs{
    line-height: 1.2em !important;
}
.mco-box-pop h2.woodmart-title-container.title.wd-fontsize-l {
    line-height: 1.1em !important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0% !important;
}


@media only screen and (max-width: 767px) {
    .elementor-11252 .elementor-element.elementor-element-72e12d8 {
        width: 100%;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        width: 100% !important;
    }

    .gform_wrapper.gravity-theme .gform_footer{
        padding: 7px 0 !important;
    }

    .mco-box-pop{
        margin-bottom: 26px !important;
    }

    .mco-pop-up-box .gform_wrapper .ginput_complex span{
        margin-bottom: 0px !important;
    }

    .mco-pop-up-box .gform_wrapper.gravity-theme .gform_footer{
        margin:0 !important;
    }

}


  /* #endregion   */