.header-action-icon {padding: 5px; margin-right: 10px; margin-left: 10px; }

.page-product{background: white;box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);border-radius: 4px;}

.page-product-data{padding: 15px;background: white;}

.page-product-description {background: white;padding: 48px 30px;margin-top: 25px!important; border-top: solid thin #ccc; border-left: solid thin #ccc; border-right: solid thin #ccc;}

.page-product-description h3{font-weight: 500;}

.page-product-description p{font-weight: 400;color:#666;font-size: 14px;}

.row.page-product-metadata { background: white; font-size: 12px;}

.row{margin: 0px!important;}

.cuotas{font-size:14px;}

#slider-pager li{list-style: none;}

#slider img{
    max-height: 500px;
    max-width: 500px;
    /* width:auto; */
    width: fit-content;
    height: fit-content;
    margin: 0 auto!important;
}

#slider li {
    min-height: 400px!important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.rslides_tabs{
    width: 60px!important;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 0px!important;
}

.rslides_tabs img{width: 60px;}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.content-slider{list-style: none;}

.thumbnails-quantity {
    background: #000000ba;
    width: 75px;
    padding: 5px;
    margin: 10px;
    position: absolute;
    bottom: 0;
    color: white;
    border-radius: 5px;
}

.add-to-cart-image img{
    max-height: 200px;
    max-width: 200px;
}

.page-product-image, .page-product-image .col-12 {position: relative; max-width: 100%; padding: 0px;}

/*.col-12, .col-md-12{padding: 0px!important;}*/

.metadata{border-top: solid thin #ccc;padding: 10px;}

.page-product-data h1{font-size: 19px; font-weight: 600; color: #2f2f2f; letter-spacing: inherit;}

.page-product-data h2{font-size: 15px; font-weight: 400; padding: 10px 0px;}

.btn-select-qty {margin-bottom: 30px;}

.talle-seleccionado span, .color-seleccionado span, .qty-seleccionado span {
    font-size: small;
    color: darkgrey;
}

.itemprice{font-size: 35px;font-weight: 500;padding: 0px 0px 10px 0px; padding-right: 5px;}

.itempriceDiscount{
    color: green;
    font-weight: 500;
    position: relative;
    border-radius: 3px;
    padding: 4px 5px;
}

#product-related .itempriceDiscount, #product-suggest .itempriceDiscount{
    color: white;
    background: green;
    font-size: 12px;
    float: right;
}

.itempriceDiscount span{text-decoration: line-through;color: #999;font-weight: 100;}

.variaciones a{
    position: relative;
    display: block;
    padding: 14px;
    padding-right: 38px;
    margin-bottom: 8px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.variacion-tipo{
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    font-weight: 300;
    color: #333;
    font-size: 16px;
}

.variaciones p{display: inline-block;color: #333;font-weight: 400; margin: 0px;}

.notification-addtocart {
    background: white;
    position: fixed;
    top: 6px;
    width: 95%;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    box-shadow: 1px 1px 6px 0px #969696;
    left: 10px;
}

.row.page-shippingCost {
    background: white;
    padding: 10px;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;}

.costo-shipping-estimado {
    font-size: 80px;
}

.page-shippingCost-header{
    margin-bottom: 30px;
}

#page-shippingCost ul{
    padding: 0;
}

.new-add-to-cart{color: white!important;font-size: 18px;}

.row.metadata.container.d-flex.h-100, .variaciones a {
    cursor: pointer;
}

.product-especificaciones{
    list-style: none;
    columns: 2;
    padding-left: 0px;
}

.product-especificaciones li{
    clear: left;
    float: left;
    width: 50%;
    color:#333;
    margin: 0 0 15px;
}

.product-especificaciones li strong{
    font-weight: 200;
    font-size: 0.8rem;
    color: #999;
    display: block;
}

.product-especificaciones li span{

}

@media (min-width: 1024px) {

    .page-product{
        position: relative;
    }

    .page-product-image .rslides {
        margin-left: 15px!important;
        margin-top: 10px!important;
    }

    .btn-close-add-to-cart-notification {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        color: black;
    }

    .page-product-data h1{font-size: 25px;}
    .page-product-data h2{font-size: 20px;}

    .page-shippingCost, .page-variacion-qty, .page-variacion-color, .page-variacion-talle{
        height: inherit!important;
        width: inherit!important;
        position: absolute!important;
    }

    .notification-addtocart{
        position: absolute!important;
        /*height: 80px!important;*/
        z-index: 999;
        padding-top: 30px;
    }

}

.page-suggest .itemprice{
    font-size: 15px;
}

.page-suggest h2{
    font-size: 0.8rem;
}

.magnify > .magnify-lens { /* Magnifying lens */
  width: 350px!important;
  height: 350px!important;
}