/*
Theme Name: NeveChild
Author: Wanatop
Description: Tema Hijo del tema Neve
Version: 1.0
Template: neve

This is the child theme for Neve theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.listado-productos-categorias .sp-product-image .img-wrap img.size-woocommerce_thumbnail {
    height: 270px;
    object-fit: cover;
    object-position: center;
}
@media (max-width:768px){
   .listado-productos-categorias .sp-product-image .img-wrap img.size-woocommerce_thumbnail {
        height: 170px;
        object-fit: cover;
        object-position: center;
    } 
}

/*CTA BOX*/
.mwctabox {
  display: inline-flex;
  flex-direction: column;
  margin: 14px auto 32px;
  padding: 30px 36px 37px;
  background-color: #040C26;
  background:  #313131;
  color: white;
  max-width: 580px;
}

.titlecb {
  font-size: 32px!important;
  line-height: 1.2!important;
  font-weight: 700;
  text-wrap: balance!important;
  padding-bottom: 0!important;
  margin: 0 0 24px;
  color: white;
}

.textocb {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  text-wrap: balance;
  margin: 0 0 34px;
  color: white;
}

.enlacecb {
  padding: 18px;
  background-color: white;
  color: #171717;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-wrap: balance;
  display: inline-flex;
  align-items: center;
  max-width: 420px;
  border-bottom: none!important;
}

.enlacecb::after {
  content: "\2192";
  margin-left: 16px;
}

.enlacecb:hover {
  color: rgb(91, 91, 91);
  -webkit-transition: .5s;
  text-decoration: none;
  
}


.enlacecb:hover::after {
  margin-left: 22px;
  -webkit-transition: .1s;
}
/*FIN CTA BOX*/

body.woocommerce-checkout li.wc_payment_method.payment_method_cecabank_gateway label[for="payment_method_cecabank_gateway"] img {
    width: 100px;
    float: right;
    top: 10px;
}
body.woocommerce-checkout .payment_box.payment_method_cecabank_gateway {
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic !important;
}