/* ===== Style Web ===== */


/* HOME TITULO*/

div.car-tex > h4.title_block {
    color: black !important;
    padding-top: 3% !important;
}
/*HOME VENTA 3 IMAGENES*/

div.venta-info > div.block {
    border: solid 1px #eaeaea;
}


/* PAGINA TERMINOS Y CONDICIONES */

div.content-terminos-condiciones > ol {
    list-style: auto !important;
}

div.venta-info > div.block > p {
    color: black !important;
    font-weight: bold !important;
}

.puntos-terminos {
    padding: 7px;
}

.colum-terminos {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
}

.colum-terminos > div.block {
    width: 50% !important;
}

body#cms > #page > #wrapper > .container > .row > #content-wrapper > #main > header > h1 {
    display: none !important;
}


/*PAGINA POLITICA DE PRIVACIDAD*/

div.content-politica-privacidad {
    list-style: auto !important;
}

.politica-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
}

.politica-2 > div.block {
    width: 50% !important;
}

.puntos-privacidad {
    padding: 7px;
}

/* FOOTER ICONS*/

div.footer-redes >div.block-social > ul > li > a {
    background: none !important;
}


/*FICHA DE PRODUCTO*/
.loading-spinner{
    position: relative;
    top: 35px;
    left: -215px;
}
.product-actions .add-to-cart {
    width: 45% !important;
}

#add-to-cart-or-refresh > div.product-add-to-cart.js-product-add-to-cart > div > div.p-cartwapper{
    justify-content: normal !important;  
}

#product-availability > span > span {
    display: none !important;
}

.spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leo-compare-wishlist-button{
    display: none !important;
}

.product-actions {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
}

.product-detail .product-prices {
    margin: 15px 0 15px;
    border: 1px solid #b2b2b2;
    border-right: unset;
    border-left: unset;
    padding: 20px 0px 24px 0px;
}

/*X EN LAS COMBINACIONES*/
.product-variants > .product-variants-item ul li.outstock .radio-label {
    background-image: none !important;
}

/*CHECKOUT*/

#delivery-address > div > section > div:nth-child(10), #delivery-address > div > section > div:nth-child(3) {
    display: none;
}

#delivery-address > div > section > div:nth-child(14), #delivery-address > div > section > div:nth-child(15), #delivery-address > div > section > div:nth-child(14) > div.col-md-3.form-control-comment, #delivery-address > div > section > div:nth-child(15) > div.col-md-3.form-control-comment {
    display: none;
}


/*BARRA MENU - TOP*/

.wrapper > .container > .row.box-nav1.box-2.ApRow.has-bg.bg-boxed {
    font-family: AkkuratPro-Regular;
}

.box-nav1.box-2:before {
    background: #373839;
}

.leo-megamenu .navbar-nav {
    font-family: AkkuratPro-Regular;
}

/*CARRUSEL DE COMPRA*/

#content > .carrusel-principal > .col-xl-12.col-lg-11.col-md-11.col-sm-11.col-xs-11.col-sp-11.ApColumn {
    width: 100%;
    margin: auto;
    padding: 90px;
}

/*FOOTER*/

#footer > .footer-top > .inner > .wrapper {
    background: #373839;
}

.box-footertop2 {
    color: #aaa;
    padding: 60px 0 20px;
    display: flex;
    flex-wrap: wrap;
    font-family: AkkuratPro-Regular;
    font-size: 14px;
}

.box-footertop2 .ApColumn .title_block {
    color: #fff;
    font-family: AkkuratPro-Regular;
    font-weight: 700;
}

.footer-container .ApLink li a {
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    vertical-align: top;
    transition: all .4s;
    color: #aaa;
}

div.box-coppy2 .ApColumn {
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: AkkuratPro-Regular;
    font-size: 14px;
    color: #aaa;
}


/*TERMINOS Y CONDICIONES*/

.block > .block_content > .content-terminos-condiciones {
    font-size: 14px;
    font-family: AkkuratPro-Regular;
    color: black;
}

.block > .block_content > .content-terminos-condiciones > h1 {
    font-family: AkkuratPro-Regular;
    color: #535353;
}

/*POLITICA DE PRIVACIDAD*/

.block > .block_content > div.content-politica-privacidad {
    list-style: auto !important;
    font-size: 14px;
    font-family: AkkuratPro-Regular;
    color: black;
}

.block > .block_content > div.content-politica-privacidad > h1 {
    font-family: AkkuratPro-Regular;
    color: #535353;
}

/*CARRUSEL DE COMPRA*/

#content > .carrusel-principal > .col-xl-12.col-lg-11.col-md-11.col-sm-11.col-xs-11.col-sp-11.ApColumn {
    width: 100%;
    margin: auto;
    padding: 90px;
}


/*ARRIBA DEL FOOTER - 3 PARTES DE IMAGENES*/

.venta-info > .block > .fa {
    font-size: 40px;
    color: black;
}

div.venta-info > div.block > p {
    color: black !important;
    font-weight: 600 !important;
    font-family: AkkuratPro-Regular !important;
}

/*CARRITO DE COMPRA*/

.cart-overview > .cart-items > .cart-item > .product-line-grid.row {
    text-align: center;
    display: flex;
    align-items: center;
}

.checkout > .text-sm-center > a.btn.btn-outline {
    background: black;
}

/*CARRITO DE COMPRA DATOS*/

.js-customer-form > .form-footer > button.continue.btn.btn-primary.float-xs-right {
    background: black;
}

/*CARRITO DE COMPRA DIRECCIONES*/

.form-group > .col-md-6 > input.form-control {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    height: 40px;
}

.js-address-form > .form-footer > button.continue.btn.btn-primary.float-xs-right {
    background: black;
}

.clearfix > button.btn.btn-primary.continue.float-xs-right {
    background: black;
}

/*BOTONES DE COMPRA*/

#blockcart-modal .cart-content a.btn, .product-add-to-cart .product-quantity .add-to-cart, .leo-cart-dropdown-action a.btn.cart-dropdow-checkout, .continue.btn, button.btn.btn-primary.center-block, .checkout.cart-detailed-actions.card-block .btn {
    background: black !important;
}

#blockcart-modal .cart-content a.btn, .product-add-to-cart .product-quantity .add-to-cart, .leo-cart-dropdown-action a.btn.cart-dropdow-checkout, .continue.btn, button.btn.btn-primary.center-block, .checkout.cart-detailed-actions.card-block .btn {
    background: black !important;
}


/*ELIMINAR FICHA PROVEEDORES*/

#left-column > div#search_filters_suppliers {
    display: none;
    border: none;
    margin: -35px !important;
}

#section__wsp_button {
    display: flex;
    position: fixed;
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
    bottom: 75px;
    right: -603px;
    z-index: 2;
}



/* === MOBILE === */

@media only screen and (max-width: 600px) {
  .colum-terminos > div.block {
    width: 88% !important;
}

.politica-2 > div.block {
    width: 88% !important;
}

/*CARRITO DE COMPRA MOBILE*/

.cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-body {
    text-align: center;
    position: relative;
    font-family: 'lato';
    top: -1vw;
}

.cart-overview > .cart-items > .cart-item > .product-line-grid.row {
    text-align: center;
    display: block;
}

.product-line-grid-body > .product-line-info {
    margin-bottom: 0px;
}

.product-line-grid-body > .product-line-info:first-child a.label {
    font-size: 2.4vw;
    color: #333;
}

.cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-body > .product-line-info > .current-price > .price {
    font-size: 3.1vw;
}

#main> .cart-grid > .cart-grid-body > .cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-right > .row {
    width: 60%;
    margin-left: 40%;
    margin-top: -14vw;
}

#main> .cart-grid > .cart-grid-body > .cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-right > .row > .col-xs-4 {
    display: none;
}

#main> .cart-grid > .cart-grid-body > .cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-right > .row > .col-md-10 {
    width: 82%;
}

#main> .cart-grid > .cart-grid-body > .cart-container > .cart-overview > .cart-items > .cart-item > .product-line-grid > .product-line-grid-right > .row > .col-md-10 > .row {
    display: flex;
}

/*MOBILE PAGINA PRINCIPAL*/

/*PARTE DE ARRIBA*/

.wrapper > .container > .row.box-nav1.box-2.ApRow.has-bg.bg-boxed {
    font-family: AkkuratPro-Regular;
    background: white !important;
    border-top: 1px solid #eaeaea;
}

#content > .carrusel-principal > .col-xl-12.col-lg-11.col-md-11.col-sm-11.col-xs-11.col-sp-11.ApColumn {
    width: 100%;
    margin: auto;
    padding: 86px;
    margin-top: -46px;
}

.wrapper > .container > .row.box-shipping4.box-venta.ApRow {
    margin-top: -40px;
}



}

