/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*hace que la imagen cubra el área del parallax*/
.fix_parallax{
  background-size: cover;
}

/*establece un alto mínimo de 600px*/
.alto_minimo_300{
  min-height: 300px;
}

/* establecer un alto mínimo y prepara columnas para igual alto*/
.alto_minimo_400,
.alto_minimo_400 .columna1,
.alto_minimo_400 .columna2
{
  min-height: 400px;
}

/*establece la imagen de la columna 1*/
.alto_minimo_400 .columna1{
background-image: url(/wp-content/uploads/2018/07/cs-1nueva.jpg);
background-size: cover;
background-position: 30% 50%;
}

/*centra los elemento en el área*/
.centra_vertical{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*aplica solo por encima de este tamaño*/
@media (min-width: 768px) {

.dos_centrados > .full_section_inner .vc_col-sm-4{
  width: 45%;
}

.dos_centrados > .full_section_inner .vc_col-sm-4:last-child{
  width: 0%;
}
.dos_centrados{
  margin-left: 6%;
}

}


.single-product .product_meta{
 display: none;
}

.single-product .q_accordion_holder h6.additional_information_tab{
  display: none !important;
}
/*variations radio buttons*/

.single-product table.variations td.value > div{
    background-color: #eee;
    display: block;
    margin: 10px 0;
    position: relative;
}
.single-product table.variations td.value > div label {
      padding: 12px 50px 12px 20px;
      width: 100%;
      display: block;
      text-align: left;
      color: #3C454C;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;
      box-sizing: border-box;
}
.single-product table.variations td.value > div label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        background-color: #221060;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        z-index: -1;
}

.single-product table.variations td.value > div label:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        /*right: 30px;*/
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
}


.single-product table.variations td.value > div input:checked ~ label {
      color: #fff;
}
.single-product table.variations td.value > div input:checked ~ label:before {
        transform: translate(-50%, -50%) scale3d(100, 100, 1);
        opacity: 1;
      }

.single-product table.variations td.value > div input:checked ~ label:after {
        background-color: rgba(34,16,96,0.9);
        border-color: rgba(255,255,255,0.9);
      }


.single-product table.variations td.value > div input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
}


.single-product .woocommerce-variation-price > .price > .woocommerce-Price-amount.amount{
  color: #221060;
  font-size: 21px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
}

.cart input.button[name="update_cart"]{
  opacity: 0;
  cursor: default;
}

input#billing_company{
  display: none;
}

.woocommerce-variation-add-to-cart{
  margin-bottom: 15px;
}

.attribute-opzioni td.label{
  display: block;
  width: 100%;
}
.attribute-opzioni td.value{
  display: block;
  width: 100%;
}

.wc_payment_methods .payment_method_paypal label{
 color: transparent;
 font-size: 0.1px
}
.wc_payment_methods .payment_method_paypal label a{
 font-size: 12px;
}