/* ==========================================================================
   Vinopremier – Custom Overrides
   Autor: Hatim Charia
   NOTA: Este archivo se carga al final para override de Porto y core
   ========================================================================== */

/* --- Tipografías globales, body, enlaces, encabezados --- */

/*
   - body
   - .page-header
   - breadcrumbs
   - product view base
   - home blocks
   - etc.
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #121617;
    letter-spacing: normal;
}
body .page-header.type2.header-newskin > .main-panel-top {
    background-color: #fff;
    color: #222;
}
body .page-header.type2.header-newskin .navigation .level0 > .level-top {
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue';
    font-size: 1rem;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0;
    text-transform: capitalize;
}
body .page-header.type2.header-newskin > .main-panel-top {
border-bottom:1px solid rgba(204,204,204,0.5);
}
body .page-header.type2.header-newskin .switcher strong {
    color: #161616;
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue';
    font-size: 13px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 13px!important;
}
body .page-header.header-newskin .panel.header .header.links > li > a {
    color: #161616!important;
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue';
    font-size: 13px;
    text-decoration: none !important;
    padding: 0 15px;
    line-height: 13px!important;
   text-transform: capitalize!important;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1200px!important;
}
a:hover{
color:#ac946a;
}
a:visited, .alink:visited{
    color:#ac946a;
    text-decoration: none;
}
.btn-primary a:visited{
color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    line-height: normal;
    letter-spacing: 0;
}
@media (min-width: 992px) {
    .page-header.type2 .nav-sections {;
        min-height: 50px!important;
    }
}
@media (min-width: 1200px) {
    body .page-wrapper > .breadcrumbs {
        max-width: 100%!important;
         background-color: #F1F1F1;
    }
}
body .page-wrapper .breadcrumbs .items li.item a, body .page-wrapper .breadcrumbs .items li.item strong {
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-weight: 400;
    letter-spacing: 1px;
     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
body .page-wrapper .breadcrumbs .items .item:not(:last-child):after {
    content: "|";
     font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    color: #606060;
}
body.catalog-product-view .column.main h1.page-title {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 3.28rem;
    color: #121617;
    font-weight: 400;
    margin: 20px 0;
}
.cms-index-index #bannersgrid-home-top {
    margin-top: 1rem!important;
}
.catalog-product-view .attribute.vp_ean {
    font-size: 16px;
    margin: -83px 0 2rem 0.5rem;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}
body.catalog-product-view .product-info-price .price-box .price {
    font-family: "Montserrat", sans-serif;
    font-size: 3.42rem;
    color: #ac946a;
    display: block;
    letter-spacing: 0;
    font-weight: 600;
}
body.catalog-product-view .product-info-main .product-info-price {
    width: auto!important;
}
.header-right  .header.links > li > a {
    color: #121617!important;
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue';
    font-size: 13px;
    text-decoration: none !important;
    padding: 0 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 13px!important;
}
.page-header .panel.wrapper::after {
    border-bottom: 0px none!important;
}
body .page-header.type2.header-newskin .nav-sections-item-content{
border-top:1px solid rgba(204,204,204,0.5);
border-bottom:1px solid rgba(204,204,204,0.5);
}
@media (min-width: 992px) {
    .page-header.type2 .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 15px 0 15px 0!important;
    }
}
body .page-header.type2.header-newskin .block-search input {
    height: 42px!important;
    padding-left: 20px!important;
    background-color: transparent;
    border: 1px solid #CCCCCC!important;
    border-radius: 3px 0 0 3px;
}
@media (min-width: 1025px) {
    body .page-header.type2.header-newskin .block-search {
        width: 570px!important;
    }
}
.block-search .action.search > span {
            height: auto;
            margin: 0px;
            overflow: hidden;
            padding: 0;
            position: relative;
            width: auto;
            font-size: 15px;
}
body .page-header.type2.header-newskin .block-search .action.search:before {
display:none!important;
}
.block-search .action.search {
    color: #fff!important;
    background-color: #161616;
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
    height: 42px;
    line-height: 42px;
    right: 0!important;
    position: absolute;
    top: 0;
}
.block-search .action.search:hover {
    color: #fff!important;
    background-color:#ac946a!important;
}
body.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue'!important;
    display: inline-block;
    vertical-align: middle;
    height: 40px!important;
    width: 50px!important;
    font-size: 1.0rem!important;
    font-weight: 400;
    text-align: center;
    color: #121617!important;
    margin: 0!important;
    border:0 none;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a {
    position: absolute;
    top: 0;
    height: 40px!important;
    width: 41px!important;
    line-height: 40px!important;
    text-align: center;
    margin: 0;
    border:0 none!important;
    color: #121617;
    font-size: 1.0rem!important;
    font-weight: 400!important;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a.qty-inc{
left:0!important;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a.qty-dec{
right:0!important;
left: auto !important;
}
.qty.field .control, .col.qty .control {
    top: 30px;
}
.qty.field .control, .col.qty .control {
    border: 1px solid #ddd;
}
.product-info-main .qty.field .control, .product-info-main .qty.field .qty-changer {
    margin-left: 0!important;
}
body .page-header.type2.header-newskin .block-search  input::placeholder {
  font-weight: 400!important;
  color: rgba(18,22,23, .6);
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue';
}
body .page-header.type2.header-newskin .block-search .action.search:before {
    color: #161616!important;
    font-size: 1.3rem!important;
    margin-top: 3px!important;
    padding-right: 18px!important;
}
.page-header .switcher {
border:0 none!important;
}
.page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle {
    line-height: 13px!important;
}
body .page-header.type2.header-newskin  div#switcher-language-trigger{
    border-right: 1px solid #ccc;
    padding-right: 15px;
    cursor: pointer;
}
body .page-header.type2.header-newskin .switcher .switcher-label{
    border-right: 1px solid #ccc;
    cursor: pointer;
    padding-right: 15px;
    margin-left: -1.5rem;
}
body .page-header.type2.header-newskin .header-left .switcher:last-child{
    margin-left: -1.5rem;
}
body .page-header.type2.header-newskin  div#switcher-currency-trigger {
    border-right: 1px solid #ccc;
}
body .page-header.type2.header-newskin .panel.header .header.links > li.authorization-link, body .page-header.type2.header-newskin .panel.header .header.links > li  {
    border-right: 0 none;
    text-transform: capitalize!important;
}
body .page-header.type2.header-newskin .panel.header .header.links > li.authorization-link a, body .page-header.type2.header-newskin .panel.header .header.links > li #vp-blog-link {
    border-right: 1px solid #ccc;
    text-transform: capitalize!important;
}
body .page-header.type2.header-newskin .panel.header .header.links > li:last-child a{
    border-left: 1px solid #ccc;
    text-transform: capitalize!important;
}
body .page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    font-family: Montserrat, 'Segoe UI', 'Helvetica Neue'!important;
    background-color: #161616!important;
}
body .page-header.type2.header-newskin .minicart-wrapper {
    top: 32%!important;
}
.minicart-wrapper .block-minicart {
    padding: 25px 1em;
    width: 320px;
    right: -15px;
    border: 1px solid #ccc!important;
    color: #161616;
    border-radius: 4px;
    box-shadow: none!important;
}
.minicart-wrapper .block-minicart:after {
    top: -19px;
}
body.catalog-category-view .page-main > .page-title-wrapper .page-title, body.catalog-category-view .page-main > .page-title-wrapper .page-title h1 .page-main > .page-title-wrapper .page-title h1 span{
  font-family: "Playfair Display", serif!important;
    font-optical-sizing: auto;
    color: #121617!important;
    font-size: 3rem!important;
    display: block!important;
    text-transform: none!important;
    font-weight: 400!important;
    letter-spacing: 1px!important;
    text-align: center!important;
    margin: 3% auto!important;
}
body .filterproduct-title {
    text-align: center;
        Color:#121617;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
     letter-spacing: 0;
}
body .filterproduct-title strong {
    border-bottom: 0;
    line-height: 42px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0!important;
    font-size:36px;
        Color:#121617;
}
.imagen-categoria-popular img{
    border-radius: 9999px;
    width: 130px!important;
    height: 130px!important;
    overflow: hidden;
    object-fit: cover;
    transform: scale(1);
    aspect-ratio: auto 130 / 130;
}
.imagen-categoria-popular:hover{
transform: scale(1.08) translateZ(0);
transition: 1.5s all  cubic-bezier(0.19, 1, 0.22, 1);
        backface-visibility: hidden;
}
.titulo-categoria-popular {
    text-align: center; 
       margin-top: 16px; 
         Color:#121617;
}
.titulo-categoria-popular a{
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    Color:#121617;
   font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    letter-spacing: 0;
    text-align: center;    
}
.categorias-populares .pagebuilder-column {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.categorias-populares h2{
font-size:36px;
    Color:#121617;
}
.inspiracion-home{
font-size:42px;
    Color:#121617;
}
.seccion-inspiracion .row-full-width-inner{
    max-width: 1230px!important;
}
.section-description{
    text-align: center; 
     Color:#121617;
     font-weight: 400;
     margin-top: 16px;
    font-size: 16px;
   margin-bottom:25px;
}
.historia-home{
grid-row: content;
    grid-column: 1 / end;
    z-index: 2;
padding: 50px 95px;
border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.titulo-historia-home{
color: #121617;
    font-size: 42px;
    font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    letter-spacing: 0;
    text-align: center;  
      text-transform: uppercase;
    letter-spacing: 4px;
}
.descripcion-historia{
    color: #121617;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.imagen-historia{
width: 75%;
margin:auto;
}
.imagen-historia img{
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
}
.descripcion-historia-texto{
    text-align: justify;
    font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    letter-spacing: 0;
  color: #121617;
margin:auto;
    font-size: 14px;
       line-height: 1.5;
}
.descripcion-historia-texto p{
    line-height: 1.6em!important;
}
.descripcion-historia-texto a{
  color: #121617;
  font-weight: 400!important;
text-decoration: underline;
}
.descripcion-historia-texto a:hover{
text-decoration: none;
  color: #b0976d;
}
.products-grid .product-item .product-item-details .product-item-name {
    padding-right: 0px!important;
}
body .owl-item .product-item .product.name a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #464747;
    letter-spacing: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 0 10px;
    display: block;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   margin-bottom: 1.5rem!important;
}
body .owl-item .product-item .price-container .price {
    color: #ac946a;
    font-size: 1.85rem;
    letter-spacing: 1px;
   font-weight: 600!important;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
}
.price-container .price:after {
    content: "IVA Incl."!important;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
    display: inline-block!important;
       font-size: 12px!important;
    font-weight: 400;
    margin-left: 8px!important;
    margin-top:0!important;
    color: #595959!important;
}
    .products-grid .product-item .product-item-info{
    box-shadow: 0 0 0 1px rgba(87,87,87,.1),0 8px 8px 0 rgba(234,224,218,.3);
    border-radius: 4px;
    transition: all .1s ease-in-out;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
}
    .products-grid .product-item .product-item-info:hover {
    box-shadow: 0 8px 8px 0 rgba(51,48,48,.2),0 -8px 24px 0 rgba(234,224,218,.3);
    text-decoration: none;
}
body .owl-item .product-item .product-item-inner {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    background-color: #F1F1F1;
}
body .owl-item .product-item .product-item-actions .tocart {
    display: inline-block;
    color: #121617;
    border: transparent;
    background-color: transparent;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
}
.products-grid .product-item .product-item-details {
    padding-top: 0px!important;
}
.products-grid .owl-carousel .product-item .product-item-details .attrs{
display:none;
}
.owl-carousel .owl-stage-outer {
    padding-top: 10px;
}
.products-grid .owl-carousel .product-item .product-item-details  .unavailable span{
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
    display: inline-block!important;
       font-size: 16px!important;
    font-weight: 600;
      text-transform: uppercase;
    color: #a11122!important;
       letter-spacing: 1px;
    margin-top: 10px;
}
.vinoteca-home-boton{
margin-top:20px;
}
.vinoteca-home-boton a{
    outline: none;
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
    transition: .25s all;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 30px;
    line-height: 23px;
   background-color: #b0976d;
    border-color: #b0976d;
    color: #FFFFFF;
   font-family: "Lato", sans-serif;
}
.vinoteca-home-boton a:hover{
box-shadow: 0 0 0 .2rem #b0976d;

   background-color: #b0976d;
    border-color: #b0976d;
    color: #FFFFFF;
}
.vinoteca-home-texto {
margin-top:16px;
}
.vinoteca-home-texto p{
    color: #111111;
    font-family: "Lato", sans-serif;
    display: inline-block!important;
    font-size: 16px!important;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
}
.vinoteca-home-titulo{
    font-size: 36px;
     line-height: 1.278;
    color: #121617;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Playfair Display", serif;
}
.historia-nuestra .vinoteca-home-titulo{
    font-size: 3.5rem!important;
}
.vinoteca-home .row-full-width-inner{
    max-width: 1200px!important;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.historia-nuestra{
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    background-color: #fafafa!important;
    padding: 3rem 0!important;
}
.brands-slider .owl-carousel .owl-item {
    border: 1px solid #eee;
    padding: 30px;
    overflow: hidden;
    object-fit: cover;
    transform: scale(1);
    aspect-ratio: auto 250 / 250;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 background-color: #ffffff;
border-radius:4px;
}
.brands-slider .owl-carousel .owl-item:hover {
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.seccion-bodegas{
border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}
.porque-comprar{
border-bottom: 1px solid #ddd;
}
.titulo-porque{
font-size:24px;
        line-height: 1.333;
    font-weight: 400;
    margin-bottom: 6px;
}
.porque-descripcion p{
font-weight: 400;
color:#121617;
 line-height: 1.5;
font-family: "Lato", sans-serif;
}
figure.effect-sarah img {
    object-fit: cover;
    transform: scale(1);
    aspect-ratio: auto 280 / 376;
}
.seccion-blog-home-texto{
width: 860px;
    margin: 8px auto;
font-family: "Lato", sans-serif;
    line-height: 1.5;
   font-weight: 400;
color:#121617;
}
.seccion-blog-home-titulo{
font-size:42px;
        line-height: 1.333;
    font-weight: 400;
   color:#121617;
}
.seccion-blog-home{
padding-top:52px;
border-top: 1px solid #ddd;
margin-bottom: -125px !important;
    overflow: visible;
}
body .footer-top-inner-news {
    box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
}
body .footer-top-inner-news .aviso-text h3 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 2px;
    padding: 5px 8px;
}
body .footer-top-inner-news .aviso-text:before {
    top: 50px;
    left: 155px;
}
.footer-middle {
    border-top: 1px solid #e8e8e8;
    overflow: visible;
}
body .footer-top-inner-news .text-news h4 {
margin: 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
}
body .footer-top-inner-news .block.newsletter .form.subscribe {
    margin: 10px 0;
}
body .footer-top-inner-news button.action.subscribe.primary {
    background-color: #b0976d;
}
body  .footer-middle .block.newsletter .action.subscribe {
    font-family: "Montserrat", sans-serif;
   letter-spacing: 2px;
    font-weight: 600;
}
body .footer-top-inner-news button.action.subscribe.primary:hover {
    background-color: #ac946a;
}
body .footer-middle .block .block-title strong {
    font-family: "Playfair Display", serif;
    letter-spacing: 0;
    font-size: 1em;
    font-weight: 400;
}
.footer-middle a:hover, .footer-middle a:focus {
    color: #ac946a!important;
}
.boton-blog-home a{
background: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #121617;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
        letter-spacing: 1px;
}
.boton-blog-home a:hover{
background: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #121617;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1px;
    text-decoration:underline;
}
body footer .footer-m img {
    padding: 20px 30px;
    padding-left: 0;
    height: 96px;
}
.banner-garantias .row-full-width-inner {
    max-width: 1200px!important;
}
body.catalog-product-view .product-info-main .product.overview {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.1rem!important;
    text-align: left!important;
    border: none;
    font-weight:400!important;
    letter-spacing: 1px!important;
    line-height:1.5em!important;
}
body.catalog-product-view .product-info-main .product.overview p{
line-height:1.5em!important;
}
body.catalog-product-view .product-info-main .fieldset > .field.qty {
    float: right;
    margin-top: 0!important;
    margin-right: 0!important;
    display: inline-flex!important;
}
body.catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 0;
    display: inline-flex!important;
    width: calc(100% - 114px)!important;
}
body.catalog-product-view .product-info-main .box-tocart .actions {
    margin-top: 30px!important;
}
body.catalog-product-view .box-tocart .action.tocart {
    width: 100%;
    color: #fff;
    background-color: #121617;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    border-color: #121617;
    font-size: 1em!important;
    padding: 0!important;
    display: inline-block;
    height: auto !important;
}
@media (min-width: 768px) {
    .msg-box.stock-alert{
        margin: 0.2rem auto 1rem auto!important;
        padding: 0.5rem;
        font-size: 0.9rem;
        font-family: "Montserrat", sans-serif;
        border: 1px solid #e8e8e8;
       font-weight: 500;
    }
   .msg-box.stock-alert.instock {
        background-color: floralwhite!important;
    }
}
body .box-tocart .action.tocart:before {
display:none!important;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
    width: auto;
    position: absolute;
    top: 365px;
    left: calc(100% - 1100px);
    transition-timing-function: 
ease-in;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine:before {
    content: '';
    width: 1px;
    height: 14px;
    top: 30%;
    margin-top: -7px;
    position: absolute;
    background-color: #e8e8e8;
    left: -15px;
}
.yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-text{
    font-family: "Montserrat", sans-serif!important;
   font-weight:600!important;
   letter-spacing: 1px!important;
   Color:#121617!important;
}
body.catalog-product-view .column.main .page-title-wrapper.product {
    margin-bottom: 55px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.vp-attrs{
   display: flex!important;
   border:1px solid #e1e1e1;
  padding:55px 0!important;
  margin-top:50px;
  margin-left: calc(-50vw + 50%)!important;
  margin-right: calc(-50vw + 50%)!important;
  width: 100vw!important;
  max-width:100vw!important;
  background: #eee;
}
body.catalog-product-view .vp-attrs .row {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100vw!important;
  position: relative;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  justify-content: center;
}
.vp-attrs #product_data_warning{
    margin-top: -85px!important;
}
.vp-attrs .col-6{
    -webkit-flex: 0 0 11.11%;
    -moz-flex: 0 0 11.11%;
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%;
    max-width: 11.11%;
}
#product_data_warning #data_warning_button{
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}
#product_data_warning{
    width: 41vw !important;
    right: 0 !important;
    margin-right: 0vw !important;
    left: 100% !important;
}
#product_data_warning #data_warning_content{
    background: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
    font-size: 0.9rem!important;
    line-height: 1.5em !important;
}
#product_data_warning #data_warning_content p{
    line-height: 1.5em !important;
}
@media (min-width: 768px) {
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media, .page-product-downloadable .product-options-wrapper{
        width: 57%!important;
    }
}
.fotorama__stage__frame .fotorama__img {
    width: auto!important;
}
.fotorama__wrap--css3 .fotorama__stage__frame{
transform: none!important;
}
body.catalog-product-view .column.main .product-info-main {
    width: 41%;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}
body.catalog-product-view .fotorama__stage {
    max-height: 800px;
}
body.catalog-product-view span.value-atr {
    font-family: "Montserrat", sans-serif!important;
    text-align: center;
    width: auto;
    display: block;
    font-size: 0.96rem;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    color: #121617;
    border-top: 2px solid #ddd;
    padding-top: 15px;
    margin: 15px auto;
}
.yotpo-base-layout{
width:100%!important;
}
.yotpo-head .yotpo-headline {
    font-weight: 500!important;
   line-height: 50px!important;
   font-size: 2rem!important;
   color:#121617!important;
    font-family: "Montserrat", sans-serif!important;
    margin-top: 0;
    margin-bottom: 0;
    align-self: end;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    flex-basis: 100%!important;
    text-align:left!important;
    height: 50px;
   display:block!important;
   position:relative;
}
.yotpo-head .yotpo-headline:before {
    width: 200px;
    bottom: -1px;
    height: 2px;
    background: #161616;
    left: 0;
    content: '';
   position: absolute;
    top: auto;
    right: auto;
    display:block;
    -webkit-transition: all 250ms ease;
   transition: all 250ms ease;
}
.yotpo-head .yotpo-headline:hover:before {
    width: 100%;
}
.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
   color:#121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 500!important;
    font-size: 48px;
    padding-top: 2px;
}
#yotpo-main-widget-btn[data-v-4f716a87] {
    background-color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
}
#yotpo-main-widget-btn[data-v-4f716a87]:hover {
    background-color: #b0976d!important;
    font-family: "Montserrat", sans-serif!important;
}
.yotpo-review-title strong {
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    letter-spacing: 1px;
}
.yotpo-text-container .yotpo-read-more-text[data-v-0909d005] {
    font-weight: 400!important;
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    font-size: inherit;
    line-height: 22px;
    letter-spacing: 1px!important;
    word-break: break-word;
    display: contents;
}
.yotpo-date-format, .yotpo-review-votes-text {
    font-weight: 400!important;
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
}
.yotpo-reviewer-name[data-v-e4b4ce4c], .yotpo-title-text {
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
}
.yotpo-reviewer-verified-buyer-text[data-v-4c2f4803] {
    font-size: smaller;
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;
    color: #ac946a!important;
}
.yotpo-horizontal-pagination .selected[data-v-1e4149f0], .yotpo-horizontal-pagination .yotpo-pagination-number-container .yotpo-pagination-number[data-v-1e4149f0]:hover {
    background-color: #ac946a!important;
}
.yotpo-verified-icon-wrapper circle[Attributes Style] {
    fill: #ac946a!important;
}
.yotpo-review{
    box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
    border-radius: 8px;
    transition: all .1s ease-in-out;
    border: 0;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            padding: 24px 32px;
}
.yotpo-review:hover {
    box-shadow: 0 8px 8px 0 rgba(51,48,48,.2),0 -8px 24px 0 rgba(234,224,218,.3);
    text-decoration: none;   
}
.yotpo-review-border-smooth {
    height: 5px;
    background-image: none!important
}
.yotpo-review-votes-icons-container[data-v-61597e82] {
    display: flex;
    flex-direction: row;
    align-self: self-end;
    border: 1px solid #eae0da;
    border-radius: 24px;
    padding: 8px;
}
.yotpo-review-votes-text {
    line-height: 40px;
    font-weight: 500!important;
      font-family: "Montserrat", sans-serif!important;
     color:#121617!important;
}
.yotpo-new-review-btn-wrapper .yotpo-btn-l {
    width: 250px!important;
}
.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review), .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) {
    margin: 20px 0!important;
}
body.catalog-product-view .vp-attrs-container .title-ac {
    text-align: left!important;
    width: 100%;
    position: relative;
}
body.catalog-product-view .vp-attrs-container .title-ac h3 {
    z-index: 2;
    width: auto;
   font-weight: 500!important;
   line-height: 50px!important;
   font-size: 2rem!important;
   color:#121617!important;
   text-transform: capitalize!important;
   padding:0!important;
    font-family: "Montserrat", sans-serif!important;
    margin-top: 0;
    margin-bottom: 0;
    border: 0px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    background: transparent !important;
    flex-basis: 100%!important;
    text-align:left!important;
    height: 50px;
   display:block!important;
   position:relative;
}
body.catalog-product-view .vp-attrs-container .title-ac:after {
  display:none!important;
}
body.catalog-product-view .vp-attrs-container .title-ac h3:before {
      width: 200px;
    bottom: -1px;
    height: 2px;
    background: #161616;
    left: 0;
    content: '';
   position: absolute;
    top: auto;
    right: auto;
    display:block;
    -webkit-transition: all 250ms ease;
   transition: all 250ms ease;
}
body.catalog-product-view .vp-attrs-container .title-ac h3:hover:before {
    width: 100%;
}
.content-wine .image{
    padding: 25px;
    border: 1px solid #eee;
    margin-top: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
body.catalog-product-view .wine{
   display: flex!important;
   border:1px solid #e1e1e1;
  padding:55px 0!important;
  margin-top:50px;
  margin-left: calc(-50vw + 50%)!important;
  margin-right: calc(-50vw + 50%)!important;
  width: 100vw!important;
  max-width:100vw!important;
  background: #eee;
}
body.catalog-product-view .wine .row{
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100vw!important;
  position: relative;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  justify-content: center;
}
body.catalog-product-view .wine .col-md-6{
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 5%;
}
body.catalog-product-view .wine .content-wine{
    min-height: 580px;
    background: #fff;
    padding: 64px;
    border-radius: 16px;
    margin: auto;
}
body.catalog-product-view .wine .related .btn{
    vertical-align: top;
}
body.catalog-product-view .vp-attrs-container.wine .description {
    margin-top: 35px;
    font-family: "Montserrat", sans-serif!important;
    text-align: left!important;
    width: 100%;
    display: block;
    font-size: 1.1rem;
    font-weight: 500!important;
    color:#121617!important;
}
body.catalog-product-view .vp-attrs-container.wine .history p {
    font-family: "Montserrat", sans-serif!important;
    text-align: left!important;
    width: 100%;
    display: block;
    font-size: 1.1rem;
    font-weight: 500!important;
    color:#121617!important;
}
body.catalog-product-view .vp-attrs-container.wine .action a {
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.4rem;
    color: #121617!important;
    text-decoration: none!important;
}
body.catalog-product-view .vp-attrs-container.wine .action a:hover {
    color: #ac946a!important;
}
body[class*="categorypath-vinos"] ul.attrs li {
    display: none !important;
}
body[class*="categorypath-vinos"] ul.attrs li:has(img[alt="Bodega"]),
body[class*="categorypath-vinos"] ul.attrs li:has(img[alt="Añada"]),
body[class*="categorypath-vinos"] ul.attrs li:has(img[alt="Denominación de Origen"]) {
    display: flex !important;
    align-items: center;
    gap: 4px;
}
.message.success {
    position: absolute!important;
    width: max-content;
    right: 0;
}
body.catalog-product-view .product-info-main .update .qty.field .qty-changer > a {
    top: 30px!important;
}
body.catalog-product-view .content-wine.related .actions-primary{
margin-top:15px;
}
body.catalog-product-view .content-wine.related .tocart {
    display: inline-block;
    color: #121617!important;
    border: transparent;
    background-color: transparent;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1rem;
    margin-top: -15px;
    background-color: #f1f1f1!important;
    border-radius:4px;
}
body.catalog-product-view .content-wine.related .tocart:hover {
    background-color: #fafafa!important;
}

.header-carrito{
  width: 100vw;          
  left: 50%;             
  right: 50%;
  margin-left: -50vw;     
  margin-right: -50vw;
  position:relative
}
.titulo-carrito-header{
letter-spacing: 1px;
}
body.checkout-cart-index .cart.table-wrapper .cart thead {
    display: table-header-group!important;
}
.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #e7e7e7!important;
    position: relative;
}
.cart.table-wrapper .cart thead tr th.col, .cart.table-wrapper .cart thead tr th.price {
    font-size: 13px!important;
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;    
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
}
body.checkout-cart-index .cart.table-wrapper .cart caption{
display:none;
}
body.checkout-cart-index .cart.table-wrapper .product-item-name a {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.1rem!important;
    text-transform: capitalize!important;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
body.checkout-cart-index .cart.table-wrapper .price {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.1rem!important;
    font-weight: 500!important;
}
body.checkout-cart-index .cart.table-wrapper .qty.field .control, body.checkout-cart-index .cart.table-wrapper .col.qty .control {
    top: 0!important;
}
.cart.table-wrapper .col.subtotal .price {
    color: #ac946a!important;
    font-weight: 500!important;
    font-size: 1.4rem!important;
   letter-spacing: 1px;
}
.cart.table-wrapper .cart thead tr th.subtotal {
    color: #ac946a!important;
}
        .cart.table-wrapper .product-item-photo {
            padding-right: 0!important;
        }
.cart.table-wrapper .col.qty .control{
    border: 0 none;
}
.cart.table-wrapper .col.qty .input-text.qty{
border-width:1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span, .cart.table-wrapper .actions-toolbar > .action-delete > span {
    margin: auto!important;
    position: relative!important;
}
body.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\f81a';
    color: #ac946a !important;
    font-size: 1.4em!important;
    float: right;
    margin-left: 10px!important;
}
body.checkout-cart-index .cart button.update {
    background-color: transparent!important;
    color: #121617!important;
    border-color: #121617!important;
    border-width: 0 0 2px 0!important;
    padding: 0!important;
    border-radius: 0!important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: 500!important;
    font-size: 0.9rem!important;
}
body.checkout-cart-index .cart button.update:after {
    content: "\e802";
    font-family: "porto-icons";
    text-transform: none;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 0.9rem;
    margin-left: 8px;
}
body.checkout-cart-index .cart button.update:hover{
    background-color: transparent!important;
    color: #ac946a!important;
    border-color: #ac946a!important;;
    border-radius: 0px!important;
}
body.checkout-cart-index .cart-discount .row.subtotal .label {
    font-size: 1.8rem!important;
    color: #ac946a!important;
    font-family: "Montserrat", sans-serif!important;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 500!important;
    letter-spacing: 1px;
}
body.checkout-cart-index .cart-discount .row.subtotal .price {
    font-size: 1.8rem!important;
    font-family: "Montserrat", sans-serif!important;
    color: #ac946a;
    letter-spacing: 1px!important;
    font-weight: 600!important;
}
body.checkout-cart-index .cart-discount .row.subtotal {
    border-top: 0 none!important;
    text-align: center!important;
}
body.checkout-cart-index .cart-discount .row.notifi {
    border-top: 1px solid #e7e7e7!important;
    border-bottom: 1px solid #e7e7e7 !important;
}
body.checkout-cart-index .cart-discount .row.notifi h4 {
    color: #121617!important;
    font-size: 1.1rem!important;
    font-family: "Montserrat", sans-serif!important;
    margin-bottom: 10px!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 25px !important;
}
body.checkout-cart-index .cart-discount .row.notifi h5 {
    color: #ff2d2d!important;
    animation: pulseRed 1.8s ease-in-out infinite;
    font-size: 1.6rem!important;
    margin-top: 0;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
}
@keyframes pulseRed {
    0%   { color: #ff2d2d; opacity: 1; transform: scale(1); }
    50%  { color: #ff7a7a; opacity: 0.8; transform: scale(1.05); }
    100% { color: #ff2d2d; opacity: 1; transform: scale(1); }
}
body.checkout-cart-index .cart-discount .row.notifi .col-3 img{
    height: 50px!important;
    width: auto!important;
}
body.checkout-cart-index .cart-discount .boton-f .btn {
    background-color: transparent!important;
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    text-align: right!important;
    margin-top: 2rem!important;
    border-bottom: 2px solid #121617!important;
    border-radius: 0!important;
    padding: 0!important;
}
body.checkout-cart-index .cart-discount .boton-f .btn:hover {

    color: #ac946a!important;
    border-bottom: 2px solid #ac946a!important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
body.checkout-cart-index .cart-discount .boton-f .col-12.text-center{
    text-align: right!important;
    margin-top:2rem;
}
body.checkout-cart-index .cart-discount .boton-f .btn:after {
    content: "\e81a";
    font-family: "porto-icons";
    text-transform: none;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 1.2rem;
   margin-left: 8px;
}
body.checkout-cart-index .cart-discount .boton-f .col-12.text-center:before {
   display:none!important;
}
body.checkout-cart-index .cart-container .form-cart .actions.main {
    text-align: right!important;
}
body.checkout-cart-index .cart-container .table > tbody + tbody
 {
        border-top: 0 none!important;
    }
body.checkout-cart-index .cart-summary {
    box-shadow: 0 0 0 1px rgba(87,87,87,.1),0 8px 8px 0 rgba(234,224,218,.3);
    border-radius: 4px;
    transition: all .1s ease-in-out;
    border: 0!important;
    cursor: pointer;
    background-color: #FAFAFA!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    padding: 1.25em!important;
}
body.checkout-cart-index .cart-summary>.title {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.6rem!important;
    text-transform: capitalize;
    font-weight: 500!important;
    letter-spacing: 2px;
}
.cart-summary .block .title strong {
    font-size: 1.1rem;
    font-weight: 500!important;
    text-transform: none!important;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif!important;
}
.cart-summary .block > .title {
            padding: 0.8em 2em 0.8em 0!important;
        }
.cart-summary .block > .title:after{
            margin: 0.8em 0 0 !important;
            color: #121617!important;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark {
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 0.96rem!important;
}
.abs-sidebar-totals tbody .amount, .abs-sidebar-totals tfoot .amount, .cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
    color: #121617!important;
}
.abs-sidebar-totals .grand strong, .cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 600!important;
    padding: 15px 0 0!important;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px!important;
    color: #121617!important;
}
.abs-sidebar-totals tbody .mark, .abs-sidebar-totals tfoot .mark, .cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark {
    padding: 11px 0!important;
}
.abs-sidebar-totals tbody .amount, .abs-sidebar-totals tfoot .amount, .cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
    padding: 11px 0 11px 14px!important;
}
body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    background-color: #121617!important;
    color: #fff!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
    letter-spacing: 1px!important;
    border-radius:4px;
    line-height: 2.4;
    margin-bottom: 10px;
}
body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color: #ac946a!important;
}
.cart-summary .block .fieldset .field:not(.choice) > .label {
    font-size: 1rem!important;
    font-family: "Montserrat", sans-serif!important;
    }
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    font-size: 1rem!important;
    font-family: "Montserrat", sans-serif!important;
}
#co-shipping-method-form dt{
    font-family: "Montserrat", sans-serif!important;
    font-weight: 600!important;
    letter-spacing: 1px;
}
.cart-summary .block .item-options .field .radio + .label {
    font-family: "Montserrat", sans-serif!important;
    font-size: 1rem!important;
    letter-spacing: 1px!important;
}
.cart-empty .porto-icon-bag-2{
font-size: 2rem;
}
body.checkout-cart-index .cart-discount .row.notifi .free h4 {
    color: #87c25d!important;
    margin-bottom: 20px!important;
    text-align: center!important;
    margin-top: 20px!important;
}
body.checkout-cart-index .cart-discount .row.notifi .free h5 {
    color: #87c25d!important;
    animation: pulseGreen 1.8s ease-in-out infinite;
    font-size: 1.6rem!important;
    margin-top: 0;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
    text-align: center!important;
}
@keyframes pulseGreen {
    0%   { color: #87c25d; opacity: 1; transform: scale(1); }
    50%  { color: #87c25d; opacity: 0.8; transform: scale(1.05); }
    100% { color: #87c25d; opacity: 1; transform: scale(1); }
}
@media (min-width: 1200px) {
   body.checkout-cart-index .page-main{
        max-width: 1280px!important;
    }
}
@media (min-width: 1200px) {
body.checkout-index-index .page-main{
        max-width: 1280px!important;
    }
}
body.checkout-cart-index .cart-discount .row.notifi .col-10, body.checkout-cart-index .cart-discount .row.notifi .col-9, body.checkout-cart-index .cart-discount .row.notifi .col-3{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.checkout-index-index .page-wrapper{
    background-color: #FAFAFA !important;
}
body.checkout-index-index .opc-wrapper {
    margin-top: 4rem;
   font-weight: 400!important;
    box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
    border-radius: 4px;
    transition: all .1s ease-in-out;
    border: 0 !important;
    cursor: pointer;
    background-color: #ffffff !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 1.25em !important;
}
body.checkout-index-index .opc-sidebar {
    margin-top: 4rem;
     box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
    border-radius: 4px;
    transition: all .1s 
ease-in-out;
    border: 0 !important;
    cursor: pointer;
    background-color: #ffffff !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 1.25em !important;

}
body.checkout-index-index .minicart-items .product>.product-image-container {
    border: none!important;
}
body.checkout-index-index .opc-block-summary>span.title {
    background-color: transparent!important;
    color: #121617;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
    font-size: 1.2rem!important;
    font-weight: 500!important;
    position: relative;
    top: 0!important;
    border: 0 none!important;
    padding: 15px 0;
}
body.checkout-index-index .opc-block-summary {
    background-color: transparent!important;
    color: #121617!important;
    font-weight: 400!important;
    position: relative;
    border-radius: 0;
    border: none;
}
body.checkout-index-index .opc-block-summary .estimated-delivery p{
    font-family: "Montserrat", sans-serif!important;
    line-height:1.5em;
    font-weight: 400!important;
   font-size: 1rem;
}
body.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.2rem;
    color: #121617!important;
    font-weight: 500!important;
}
body.checkout-index-index .minicart-items .product-item-name,body.checkout-index-index .minicart-items .product-item-details .details-qty, body.checkout-index-index .minicart-items .product-item-details .details-qty, body.checkout-index-index .opc-block-summary .product-item .price {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 500!important;
    letter-spacing: 1px;
    font-size: 1rem!important;
    text-transform: none!important;
}
body.checkout-index-index .minicart-items .product>.product-image-container {
    border: 0 none!important;
    padding: 0px!important;
}
body.checkout-index-index .opc-wrapper .step-title {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 500!important;
    letter-spacing: 1px!important;
}
body.checkout-index-index .opc-wrapper .form-login .fieldset .field .label, body.checkout-index-index .opc-wrapper .form-login .fieldset .note {
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    font-size: 1.2rem!important;
}
body.checkout-index-index input[type="text"], body.checkout-index-index input[type="password"], body.checkout-index-index input[type="url"], body.checkout-index-index input[type="tel"], body.checkout-index-index input[type="search"], body.checkout-index-index input[type="number"], body.checkout-index-index input[type="datetime"], body.checkout-index-index input[type="email"] {
    border: 1px solid #dbdbdb!important;
    border-radius: 2px!important;
}
body.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    font-size: 1rem!important;
    font-weight: 400;
    letter-spacing: 1px;
     line-height: 37px!important;
    margin-bottom: 0!important;
}
body.checkout-index-index .table-checkout-shipping-method tbody tr.row {
    border: 1px solid #eeeeee!important;
}
body.checkout-index-index #checkout-shipping-method-load {
    margin-top: 10px;
}
.table-checkout-shipping-method tbody .col-price, body.checkout-index-index .table-checkout-shipping-method .col-method, body.checkout-index-index .table-checkout-shipping-method .col-carrier{
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
   line-height: 1.8;
}
body.checkout-index-index .actions-toolbar .primary {
    background-color: transparent;
    color: #fff;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    z-index: 1;
    position: relative;
    border: none;
    text-transform: uppercase;
    padding: 0;
    height: auto;
    border-radius:0;
}
body.checkout-index-index .actions-toolbar .primary .primary{
    background-color: #121617;
    color: #fff;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    z-index: 1;
    position: relative;
    border: none;
    text-transform: uppercase;
    padding: 1rem!important;
    height: auto;
    border-radius:4px;
}
body.checkout-index-index .actions-toolbar .primary .primary:hover{
background-color: #ac946a!important;
}
body.checkout-index-index .actions-toolbar .primary:hover {
    background-color: transparent!important;
}
.minicart-items {
    display: block!important;
}
.opc-block-summary .table-totals {
    margin-bottom: 20px;
}
.opc-block-summary .mark .value {
    color: #121617!important;
    font-size: 0.92rem!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 400!important;
}
.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 0.5em;
    color: #121617!important;
    font-weight: 500!important;
    font-size: 1.2rem!important;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
}
body.checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
    border: 1px solid #dbdbdb;
}
body.checkout-index-index .checkout-payment-method .discount-code .payment-option-content {
    background-color: #fafafa!important;
    border: 1px solid #dbdbdb!important;
    border-top: 0 none !important;
}
body.checkout-index-index .checkout-payment-method .discount-code .payment-option-title .action-toggle {
    font-family: "Montserrat", sans-serif!important;
    color: #121617 !important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
}
body.checkout-index-index .checkout-payment-method .discount-code button.action.action-apply {
    background-color: #121617;
    border: 1px solid #121617;
    color: #fff;
    font-family: "Montserrat", sans-serif!important;
    text-transform: uppercase;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    border-radius:4px;
}
body.checkout-index-index .checkout-payment-method .discount-code button.action.action-apply:hover {
    background-color: #ac946a;
    border: 1px solid #ac946a;
}
@media (min-width: 768px) {
        .opc-progress-bar {
            margin: -90px 0 1em!important;
            counter-reset: i;
            display: block;
            font-size: 0;
            text-align: center;
            overflow: hidden;
            z-index: 999!important;
            position: relative!important;
        }
        .opc-progress-bar-item {
            width: 250px!important;
        }
.opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i)!important;
    counter-increment: i;
    color: #121617;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif!important;
    line-height: 26px;
}
    }
body.checkout-index-index .opc-progress-bar-item>span {
    color: #121617!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1rem;
    font-weight: 500!important;
    letter-spacing: 1px;
}
.field-error {
    font-size: 0.86em;
    margin-top: 4px;
    color: #e02b27;
}
#topNotificaciones h5{
color:#ffffff!important;
}
body.catalog-category-view .product-item .product.name a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #464747;
    letter-spacing: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 0 10px;
    display: block;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.5rem!important;
    font-weight: 500;
}
body.catalog-category-view .product-item .price-container .price {
    color: #ac946a;
    font-size: 1.85rem;
    letter-spacing: 1px;
    font-weight: 600!important;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
}
.catalog-category-view .products .product .price-box:after {
display:none!important;
}
body.catalog-category-view .product-item .product-item-inner {
    border-top: 1px solid #F1F1F1!important;
    border-bottom: 1px solid #F1F1F1!important;
    background-color: #F1F1F1!important;
}
body.catalog-category-view .products-grid .product-item .product-item-details .product-item-name {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
body.catalog-category-view .products-grid .product-item .product-item-details .product.attr ul.attrs {
    list-style: none;
    margin: 0px 25px 0px;
    text-align: left;
    padding-top: 70px;
    padding-bottom: 20px;
    min-height: 150px;
}
body.catalog-category-view .product.attr ul.attrs li {
    display: block;
    min-height: 25px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif!important;
    font-size: 1rem;
    font-weight: 500;
    color: #ac946a;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
body.catalog-category-view .product.attr ul.attrs li span {
    color: #121617;
    font-size: 0.9em;
    padding-left: 18px;
    line-height: 14px;
    display: inline-block;
}
.products-list .attr {
    display: flex;
    width: auto;
    margin-top: 20%;
    margin-bottom: 15%;
}
.products-list .product-item {
box-shadow: 0 0 0 1px rgba(87, 87, 87, .1), 0 8px 8px 0 rgba(234, 224, 218, .3);
    border-radius: 4px;
    transition: all .1s 
ease-in-out;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
        padding-bottom: 2rem;
}
body.catalog-category-view .products-list  .product.attr ul.attrs {
    list-style: none;
    margin: 0;
    text-align: left;
    width: 100%;
}
body.catalog-category-view .products-list .product-item .product.name a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #464747;
    letter-spacing: 0;
    font-family: "Playfair Display", serif;
    text-align: left;
    padding: 0;
    display: block;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.5rem!important;
    font-weight: 500;
    padding-top: 50px;
    max-height: 100%;
}
body.catalog-category-view .products-list .product-item-name {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    top: 0;
}
body.catalog-category-view .products-list .product-item-description {
    display: none;
}
.cat-description{
width: 75%;
    float: right;
}
.cat-description h2{
margin-bottom:10px;
}
.cat-description p {
    line-height: 1.5em;
    letter-spacing: 0;
    color: #888;
    font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.sidebar.sidebar-main:before {
        display:none;
        border: 0 none;
    }
.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle, .block-category-list .block-title strong {
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.14rem!important;
    text-transform: none!important;
    font-weight: 500!important;
    color: #161616!important;
    letter-spacing: 0.065em!important;
    padding: 16px 0px 4px 0px!important;
}
.filter-actions {
    padding: 0 0px 20px;
}
.filter-options-content a, .filter-label,.filter-value  {
    color: #161616 !important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 500!important;
       text-transform: none!important;
}
.filter-options-item {
    padding: 8px 0!important;
}
.filter-options .item {
   padding: 4px 0;
}
.filter-current {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0!important;
}
.filter-current .item {
    padding-left: 0!important;
    border-bottom: 2px solid #161616;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.filter-options .filter-options-item[attribute="price"] .item {
   padding: 0;
}
.filter-value {
    color: #ac946a!important;
    letter-spacing: 0px!important;
}
.filter-current .action.remove {
    right: 0!important;
    color: #161616!important;
}
.abs-remove-button-for-blocks:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before {
    color: #161616!important;
}
.sidebar .sidebar-content .block-category-list {
    border-bottom: 1px solid #e7e7e7;
    padding: 0!important;
}
.block-category-list .block-content ol.items {
    list-style: circle;
    font-family: "Montserrat", sans-serif!important;
}
.block-category-list .block-content ol li a {
    font-size: 1rem!important;
    font-family: "Montserrat", sans-serif!important;
    color: #161616!important;
}
.md-wallet-checkout{
    margin-top: 10px;
}
.md-wallet-checkout .wallet-row .check-box {
    float: left;
    width: 100%;
    padding: 10px 20px 20px 30px!important;
    position: relative;
    border: 1px solid #ac946a;
    margin-bottom: 20px;
}
.md-wallet-checkout .wallet-row .check-box .label {
    font-weight: 600;
    font-size: 1.2rem!important;
    float: left;
    width: 100%;
    font-family: "Montserrat", sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.md-wallet-checkout .wallet-row .check-box .label:after {
    font-size: 1.7rem!important;
}
.md-wallet-checkout .wallet-row input.checkbox + label:before {
    box-sizing: border-box;
    border: 1px solid #121617!important;
    content: "";
    height: 13px!important;
    left: 0;
    position: absolute;
    top: 1px;
    width: 13px!important;
    border-radius: 99px!important;
}
.md-wallet-checkout .wallet-row .check-box .md_ewallet {
    padding: 0 0 0 50px!important;
    font-size: 0.86rem!important;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 1px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
.md-wallet-checkout .wallet-row .check-box .md_ewallet .balance-price {
    background: #ac946a!important;
    font-weight: 600;
    padding: 3px 8px;
    margin: 0 0 0 6px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.3rem;
}
body.checkout-index-index .payment-method label span {
    font-family: "Montserrat", sans-serif!important;
    color: #121617!important;
    font-size: 1.2rem!important;
    line-height: 1.5;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.md-wallet-checkout .wallet-row input.checkbox {
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 13px!important;
    height: 13px!important;
    left: 30px!important;
    top: 9px!important;
}
.md-wallet-checkout .wallet-row input[type="checkbox"]:checked + label:before {
    font-size: 9px!important;
    line-height: 11px!important;
}
.md-wallet-checkout .wallet-row input[type="checkbox"]:checked + label:before {
    font-weight: normal!important;
    background: #ac946a!important;
}
.md-wallet-checkout .md_ewallet_details .boxes .gray-box .amount {
    background: #f5f5f5!important;
    color: #ac946a!important;
    font-size: 1.2rem!important;
    padding: 5px 7px!important;
    border: 1px solid #ac946a!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%!important;
}
.md-wallet-checkout .md_ewallet_details .boxes {
    padding: 10px 20px!important;
}
.md-wallet-checkout .md_ewallet_details .boxes .gray-box {
    border: 1px solid #ac946a!important;
    border-radius: 4px!important;
    min-height: 112px;
}
.md-wallet-checkout .md_ewallet_details .boxes label {
    font-size: 0.8em!important;
    font-family: "Montserrat", sans-serif!important;
    letter-spacing: 0!important;
    text-align: center!important;
    text-transform: uppercase!important;
    margin-bottom: 10px!important;
    min-height: 42px!important;
}
.md-wallet-checkout .md_ewallet_details .boxes .remain-amount {
    padding: 0px 10px 0px 18px;
    float: left;
    margin: 20px 0 0 0!important;
    font-size: 1.0rem!important;
    color: #121617!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    text-align: center;
}
.md-wallet-checkout .md_ewallet_details .boxes .remain-amount .amount {
    font-weight: 600;
    color: green;
    font-size: 1.2rem!iportant;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    padding: 1rem 2rem;
    background-color: #fafafa!important;
    border: 1px solid #ac946a!important;
    border-top: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
    line-height: 1.5!important;
}
body.checkout-index-index .payment-method .checkout-agreements-block .checkout-agreement label span {
    font-size: 1rem!important;
    color: red!important;
}
body.checkout-index-index .payment-method .checkout-agreements-block .checkout-agreement input[type="checkbox"] {
    margin: 2px 0.8em 0 0!important;
    position: relative;
    top: 2px;
    width: 13px!important;
    height: 13px!important;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400!important;
    font-family: "Montserrat", sans-serif!important;
}
