/*
Theme Name: ADM eCommerce
Description: This is a custom child theme for Acqua di montevecchia
Theme URI:   https://creeostudio.it
Author: Creeo Studio
Author URI:  https://creeostudio.it
Template: salient
Version: 1.0
*/


/* 
  Su mobile faccio vedere direttamente addtoCart e nascondo il prezzo
*/

@media only screen and (max-width: 769px){
  .woocommerce .material.product .product-wrap .product-add-to-cart {
      opacity: 1 !important;
      position: relative;
      left: initial;
      bottom: initial;
      text-align: center;
      margin-bottom: 10px;
  }
  .woocommerce .material.product .product-wrap .product-add-to-cart .price {
      display: none !important;
  }
}

/* 
  ---END---
*/

.tabs-identita-page ul li a {
  margin-top: 20px;
  background-image: url(./assets/icons/ic__lavoro.svg)!important;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
  background-size: 15%;
  padding-top: 45px!important;
}

.tabs-identita-page ul li:nth-child(2) a{
  background-image: url(./assets/icons/ic__sacrificio.svg)!important;
}
.tabs-identita-page ul li:nth-child(3) a{
  background-image: url(./assets/icons/ic__legami.svg)!important;
}
.tabs-identita-page ul li:nth-child(4) a{
  background-image: url(./assets/icons/ic__creativita.svg)!important;
}
.tabs-identita-page ul li:nth-child(5) a{
  background-size: 14%;
  background-image: url(./assets/icons/ic__sostenibilita.svg)!important;
}

.tabs-identita-page ul li a:not(.active-tab) {
  background-image: url(./assets/icons/ic__lavoro_notactive.svg)!important;
}
.tabs-identita-page ul li:nth-child(2) a:not(.active-tab) {
  background-image: url(./assets/icons/ic__sacrificio_notactive.svg)!important;
}
.tabs-identita-page ul li:nth-child(3) a:not(.active-tab) {
  background-image: url(./assets/icons/ic__legami_notactive.svg)!important;
}
.tabs-identita-page ul li:nth-child(4) a:not(.active-tab) {
  background-image: url(./assets/icons/ic__creativita_notactive.svg)!important;
}
.tabs-identita-page ul li:nth-child(5) a:not(.active-tab) {
  background-size: 14%;
  background-image: url(./assets/icons/ic__sostenibilita_notactive.svg)!important;
}


/* 
  Nascondo barra filtri shop
*/

.woocommerce-ordering, .woocommerce-result-count {
  display: none;
}

.products li .product-meta {
  padding: 20px 25px 35px 25px!important;
}

.products li:hover .product-wrap .product-add-to-cart {
  bottom: 10px;
}

html body p em {
  font-size: inherit!important;
}

#header-outer #top #menu-item-wpml-ls-37-en.sfHover a{
  background-color: #ffffff!important;
  color: #50827a!important;
}

@media only screen and (max-width: 769px){
  .column-height-mobile-50vh .vc_column-inner,
  .column-height-mobile-50vh {
    height: 50vh;
    min-height: auto!important;
  }

  .tabs-identita-page ul li a {
    font-size: 14px!important;
    background-size: 25%;
    padding-top: 35px!important;
  }
}

blockquote p {
  font-style: italic;
}
blockquote span {
  font-style: normal!important;
}

#copyright .container{
  max-width: 600px!important;
}
#copyright .container .col{
  float: none!important;
  width: 100%!important;
  text-align: center;
}
#copyright .container .col ul.social {
  float: none!important;
  width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

#customer_details > div.col-1 > div.woocommerce-account-fields > p > label > span,
#ship-to-different-address > label > span {
  font-size: 25px;
  font-weight: 600;
  color: rgb(68, 68, 68);
}

#product-1203 .single_add_to_cart_button_wrap,
#product-1206 .single_add_to_cart_button_wrap,
#product-1205 .single_add_to_cart_button_wrap,
#product-1204 .single_add_to_cart_button_wrap {

  display: none;
}

/* 
  ---END---
*/