/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.blockreassurance_product {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

.blockreassurance_product p.block-title {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.1;
}

.blockreassurance_product div:not(.clearfix) {
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.blockreassurance_product div:last-child {
    border: 0;
}

.tabs {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

.product-cover img {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

.product-images>li.thumb-container .thumb {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-bottom: .625rem;
}

.page-addresses .address, .page-authentication #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

#authentication nav.breadcrumb {
    display: none;
}

#login-form .form-control-label {
    padding-top: .625rem;
    font-weight: 200;
    font-size: larger;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.elementor-nav--main .elementor-nav a, .elementor-nav--main .elementor-nav a.highlighted, .elementor-nav--main .elementor-nav a:focus, .elementor-nav--main .elementor-nav a:hover {
    padding: 13px 20px;
}

.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background: #fff;
  padding: 1rem;
}

.bootstrap-touchspin {
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.cart-overview, .card, .cart-grid-body {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2)!important;
}

#cart .blockreassurance_product, #checkout .blockreassurance_product{
    box-shadow: none;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    font-size: 1.125rem;
    color: #a69482;
    background-color: white!important; 
    font-weight: 700;
}

.product-miniature .thumbnail-container{
    height: auto!important;
    box-shadow: none!important;
}

.product-miniature .product-price-and-shipping{
    color: #7a7a7a!important;
}

.product-listing-actions {
    margin-top: 15px;
}

.btn-add-cart-listados {
    color: #000!important;
    border: 2px solid #000!important;
    background-color: transparent!important;
    padding: 10px 20px!important;
    border-radius: 2px!important;
    text-transform: none!important;
    font-size: 13px !important;
    box-shadow: none!important;
    transition: .5s;
}

.btn-add-cart-listados:hover{
    background-color: #F15A24!important;
    color: white!important;
}

.btn-add-cart-listados  i.ceicon.ceicon-trolley-medium {
    font-size: 13px;
}

.btn-add-cart-listados span.add {
    font-weight: 200;
}

.product-info-mini strong {
    font-size: 14px !important;
    color: #54595F !important;
    font-weight: 700;
}

.product-info-mini {
    display: flex!important;
    flex-direction: column!important;
    text-align: center!important;
    width: 250px;
}

.product-miniature{
    flex-direction: column!important;
}

.product-info-mini small {
    font-size: 12px !important;
    font-weight: 200!important;
}

/* Estilos para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    #products .thumbnail-container,
    .product-info-mini {
        width: auto !important;
    }

    .bootstrap-touchspin {
        box-shadow: none !important;
        justify-content: center !important;
        float: none;
    }
    .product-info-mini {
        display: flow !important;
    }
    .product-info-mini span{
        margin-left: 5px !important;
    }
    .product-listing-actions {
        justify-content: center!important;
    }
}

.bootstrap-touchspin {
    box-shadow: none!important;
    border: 1px solid rgba(0, 0, 0, .25);
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical i{
    color: #000!important;
    font-weight: 300!important;
}

i.ceicon.ceicon-minus, i.ceicon.ceicon-plus {
    margin-top: 3px;
}

button.btn.btn-outline-secondary.bootstrap-touchspin-down {
    margin-top: 2px;
}
.bootstrap-touchspin .input-group-btn-vertical{
     border-left: 1px solid rgba(0, 0, 0, .25);
}

.product-listing-actions input{
    margin-top: 5px;
}
