  .montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "slnt" 0;
  }
:root{
    --color-1:#9b6706;
    --color-2:#7c5936e3;
    --color-3:rgba(166, 124, 17, 0.502);
    --color-4:#d1bda5;
    --color-5:#333;
    --color-6:#F0DDC7;
    --color-7:rgba(240,221,200,.33);
    --color-8:rgb(209, 189, 165,.27);
    --color-9:#a57b11;
    
}

    html {
      font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #666;
        height: 100%;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }
    *, *:before, *:after {
        margin: 0px; 
        padding: 0px; 
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    u{text-decoration:none;}
    h2{font-size:24px;}
    a:link{text-decoration: none;outline:0;}
    a:visited{text-decoration: none;outline:0;}
    a:hover{text-decoration: none;outline:0;}
    a:active{text-decoration: none;outline:0;}
    a:focus, a:hover {
        text-decoration: none;
        outline: 0;
        color: inherit;
    } 
    * {
        margin: 0;
        padding: 0;
      }
      
      html{ 
        box-sizing: border-box;
      }
      
      *, *:after, *:before {
        box-sizing: inherit;
      }
         
    
body
{background-color: #fff;font-size:17px;margin:0px;padding:0px;scroll-behavior: smooth;
 margin: 0;
 padding: 0;
 overflow-x: hidden;
 min-width: 320px;
 background: #fff;
  font-family: 'Montserrat', sans-serif;
 font-size: 14px;
 line-height: 1.4285em;
 color: rgba(0, 0, 0, .87);
 height:100%;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.border-xl{
    border-radius:16px;   
}
.border-m{
    border-radius: 8px;
}
.border-xs{
    border-radius: 4px;
}
.shutdown{
    position: relative;
    left: 20px;
    top: 30px;
    float: left;
}
.grid-layout {
    display: flex;
    height: 100vh;
    min-height: calc(100vh - 240px);
    box-sizing: border-box;
    overflow: hidden;
}
.grid-layout__sidebar {
    position: relative;
    width: 350px;
    margin-top:116px;
    height: calc(100vh - 116px);
    overflow-y: auto;
    background: var(--color-9);
    

}
.product-h1{
    position: absolute;
    /* top: 10px; */
    bottom: 35px;
    font-size: 20px;
    color: #fff;
    left: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.modal-notify{
    position: absolute;
    right: 56px;
    border: 10px;
    bottom: 43px;
    z-index: 99999;
    background: rgba(255,255,255,.85);
    border-radius: 6px;
    box-shadow: 0 7px 10px #aaa;
    padding: 10px 30px;
}
.modal-notify img{
    width: 65px;
}
.noborder{
    border:none;
}
.modal-notify h3{
    font-size: 30px;
    padding-left: 20px;
    font-weight: 600;
    color: var(--color-2);

}


.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.h-250{
    min-height: 200px;
}
.borde-service{
    border:15px solid var(--color-4);
}
.service-title{
    padding: 20px;
    color: var(--color-2);
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 600;
}
.prod-txt{
    font-family: 'Montserrat';
    font-size: 15px;
    letter-spacing: 0.05em;
    color: var(--color-1);
    padding: 0 10px 0 10px;
}
.fondo-product{
    background: url(../img/product.jpg) no-repeat  0 0;
    background-size: contain;
    height: 100%;
}
.fondo-empresa{
    background: url(../img/nosotros.jpg) no-repeat 0 0;
    background-size: contain;
    height: 100%;
}

.fondo-design{
    background: url(../img/design_banner.jpg) no-repeat 0 0;
    background-size: contain;
    height: 100%;
}
.fondo-registro{
    background: url(../img/registro.jpg) no-repeat 0 0;
    background-size: contain;
    height: 100%;
}
.en_stock{
    display: flex;
    color: var(--color-2);
    font-weight: bold;
    font-size: 15px;
    align-items: center;
}
.bordeado{
    border-radius: 10px !important;
    border: 6px solid var(--color-9) !important;
    
}
.fondo-registro-movil{
    background: url(../img/registro_movil.jpg) no-repeat 0 0;
    background-size: contain;
    height: 100%;
}
.fondo-design-movil{
    background: url(../img/design_movil.jpg) no-repeat 0 0;
    background-size: contain;
    height: 100%;
}

.fondo-fornitura{
    background: url(../img/fornitura.jpg) no-repeat  0 0;
    background-size: contain;
    height: 100%;
}
    .service-literal{
    line-height: 28px;
    /* display: flex; */
    font-family: 'Montserrat';
    color: var(--color-2);
    font-size: 1.5vw;
    padding: 20px;
}
.wrapper-desing{
    height: 100%;
    padding-bottom: 20px;
}
.login-btn{
    border: none;
    padding-left: 20px;
    padding-top: 10px;
    background:transparent;
}

#design-cards h4{
    text-align: center;
    position: absolute;
    word-break: break-word;
    padding: 15px;
    background: #fff;
    top: 14px;
    left: 0;
    color: #333;
    width:100%;
}
#design-cards p{
    padding: 117px 10px 30px 10px;
    font-family: 'Montserrat';
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: #333;
    text-align: center;
}
.name-cart{
    line-height: 23px;
    font-weight: bold;
    color: var(--color-2);
    letter-spacing: 0.5px;
    font-size: 14px;
}
.sku-cart{
    font-size: 13px;
    line-height: 27px;
}
.metal-cart{
    color: var(--color-2);
    font-style: italic;
    padding-bottom: ;
    font-size: 14px;
}
.card-design{
    border-radius: 10px;
    border: 2px solid #000;
    height: 100%;
}
.tits-primario{
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--color-1);
    margin-bottom: 15px;
    text-transform: uppercase;
}
#lista_deseos .sku{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-2);
    margin-bottom: 10px;
}
#lista_deseos .title{
    font-size: 14px;
    color: var(--color-5);
    font-weight: 600;
}
.emo-tx{
    color: #000;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding-right: 10px;
}
.tits-secundario{
    text-align: center;
    font-family: 'Montserrat';
    color: var(--color-1);
    font-size: 1.8vw;
}
.foot-header{
    padding: 10px 20px;
}
.foot-notify{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    
}
.p-all-40-r{
    padding: 40px 0 40px 40px;
}
#formulario h3{
    font-family: 'Montserrat';
    font-size: 1.6EM;
    width: 100%;
    PADDING-TOP: 20px;
    color: var(--color-2);
    font-weight: bold;
    padding-bottom: 30px;
    text-align:center;
}
.vert-center-deseo{
    display: flex;
    justify-content: right !important;
    align-items: center;
    height: 100%;
    }
#formulario label, #registro label{
    color: var(--color-2);
    font-weight: bold;
}
#formulario input, #registro input{
    background: #fff;
    border: 1px solid #666;
    text-align: left;
    font-family: "Montserrat";
}
.card-form{
    background: var(--color-7);
    border-radius: 30px;
    padding: 40px;
}
.modal {
    z-index:9000;
}
.modal-footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.grid-layout__main-container {
    flex: 1 1;
    /*display: flex;*/
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    margin-top: 116px;

}
.emp-tx{
    padding-right: 10px;
    font-family: "Montserrat";
    letter-spacing: 0.02em;
    color:#333;
    font-size:15px;
    padding:10px;

}


.link {
    position: relative;
    /*padding: 12px 24px;*/
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
  }
  .link:before {
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    transition-delay: 0.4s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--color-9) transparent transparent transparent;
  }
  .cbp-vm-view-grid ul li {
    width: 19%;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
}
  .link:after {    text-transform: none;
    content: attr(data-tooltip);
    font-size: 15px;
    position: absolute;
    color: #fff;
    background: var(--color-9);
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 218px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    transition-delay: 0.4s;
    font-family: "Montserrat";
    font-weight: normal !important;
  }
  .link:hover:before, .link:hover:after {
    opacity: 1;
  }
  .link:hover:before {
    transform: translate3d(-50%, calc(-100% - 6px), 0);
  }
  .link:hover:after {
    transform: translate3d(-50%, calc(-100% - 16px), 0);
  }
  
  video {
    width: 100%;
    height: auto;
  }
.absolute_tx{
    left: 27px;
    font-size: 43px;
    color: #fff;
    font-family: 'Cormorant Garamond';
    padding-bottom: 27px;
    margin-left: 10px;
}
.absolute{
    position: absolute;
    bottom:0;
}
.valores{
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    color: #333;
    font-family: "Montserrat";
    opacity: 0;
    transition: all 0.5s ease;
    cursor:pointer;
    
}
.valores:hover{
    opacity: 1;
    transition: all 0.5s ease;
    
}
.back_1{
    background-color: var(--color-4);
    height: 350px;
    
}
.back_2{
    background-color: var(--color-7);
    height: 350px;
    
}
.back_3{
    background-color: var(--color-3);
    height: 350px;
    
}
#time ul{
    display: flex;
    justify-content: space-around;
}
#time::after{
    border:1px solid #000;
}

#time ul li{
    font-family: 'Cormorant Garamond';
    font-size: 34px;
    color: var(--color-1);
    padding: 0 10px;
    background-color: #fff;
}
#time ul li:hover {
    font-size:44px;
    font-weight: bold;
    transition: all 0.5s ease;
    
  }
  
#col h3{
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 20px;
    color: var(--color-5);
}

.contenedor {
    width:100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}
header{

    z-index: 9;
    width:100%;
    padding-bottom: 31px;
}
.menu-t{
    line-height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn_box{
    width: 100%;
    height: auto;
}

.btn_add {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--color-1);
    border-style: solid;
    border-color: var(--color-5);
    transition: all 0.3s ease-in-out;
    border-width: 1px;
    letter-spacing: 0.05em;
    padding: 2px 5px;
    margin-top: 10px;
    border-image-slice: 1;
}
.remove-item{
    padding-right: 10px;
    line-height: 41px;
    padding-left: 10px;
}
.btn-mas{
    background: #fff;
    border: none;
    margin-left: 10px;
    font-weight: bold;
    color: var(--color-2);
    text-decoration: underline;
}
.btn-disabled{
    background: var(--color-10);
    border-color: var(--color-10);
    color: var(--color-6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-style: solid;
    transition: all 0.3s ease-in-out;
    border-width: 1px;
    letter-spacing: 0.05em;
    padding: 2px 5px;
    margin-top: 10px;
    
}
#nuevo{
    margin-top:40px;
}
#nuevo .caja{
    background: var(--color-7);
    padding: 40px;
    text-align: center;
    COLOR: var(--color-2);

}
#nuevo h3{
    font-family: "Montserrat";
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.collapse svg:first-child {
    transform: rotate(90deg);
}
.aling-content-center{
    align-items: center;
}
.aling-items-center{
    align-items: center;
}

.date{
    margin-left: 15px;
    margin-right: 15px;
    color: var(--color-1);
    font-weight: 700;
    font-size: 21px;
}
.card-primary{
  
        background-color: rgba(255,255,255,.25);
        backdrop-filter: blur(3px);
        padding: 40px;
        isolation: isolate;
        inset: 0;
        z-index: 2;
        box-shadow: inset 2px 2px 1px 0 rgb(255 255 255), inset -1px -1px 1px rgb(255 255 255), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
        border-radius: 10px;

}
.notificacion_show{
    background: var(--color-7);
    border: 1px solid var(--color-9);
    border-radius: 10px;
}
.notify-title{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-2);
    margin-top: 25px;
}
.noread{
    background: var(--color-8);
    padding: 6px 15px;
    color: var(--color-5);
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #000;
}
.btn-noread{
    background-color: var(--color-7);
    color: var(--color-9);
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 100px !important;
    padding: 7px 20px;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-1);
    
}
.text h1{
font-family: "Montserrat";
font-size:36px;
font-weight: 800;
letter-spacing: 0.1em;
color:var(--color-1);
}
.up-card{
    margin-top:-60px;
}
.card-home img{
    width: 40px;
    margin-right: 20px;
    height: auto;
    margin-left: 15px;
}
.card-home p{
    font-size:14px;
    font-weight:700;
    letter-spacing: 0.1em;
    color:var(--color-1);

}
.card-home span{
    font-size:10px;
    font-weight:400;
    letter-spacing: 0.1em;
    color:var(--color-2);
}

.card-home{
    display: flex;
    padding: 40px 0px;
    background: #fff;
    box-shadow: 0 5px 5px #e6e6e6;
    border-radius: 4px;
    min-height: 140px;
}
#first{
    margin-top: 44px;
    text-align: center;
    padding: 40px 0px;
}
#first h1, #new h1{
    font-family: "Montserrat";
    font-size:28px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color:var(--color-2);
}
#first h2, #new h2{
    font-family: "Montserrat";
    font-size:20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color:var(--color-1);
    margin: 10px 0;
}

.nav-men {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
  }
  .nav-men a {
    position: relative;
    padding: 0.6em 2em;
    font-size: 20px;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-shadow: 1px 1px 0 #888;
    z-index: 3;
  }
  .nav-men .slide1,
  .nav-men .slide2 {
    position: absolute;
    display: inline-block;
    height: 0.4em;
    /* box-shadow: 1px 1px 0 #666; */
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);

  }
  .nav-men .slide1 {
    background-color: #fff;
    z-index: 2;
    color:var(--color-2);
  }
  .nav-men .slide2 {
    opacity: 0;
    background-color: #fff;
    border: 1px solid #fff;
    z-index: 1;
  }
  

.tits{
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: var(--color-2);
    padding: 15px 25px;
    width: max-content;
    font-weight: bold;
}


figure.effect-milo {
	background: var(--color-2);
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
figure.effect-milo:hover p {
	-webkit-transform: translate3d(0,0,0) scale(1.5);
	transform: translate3d(0,0,0) scale(1.5);
}
figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
    
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid {
	position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.subfooter{
    background-color: #a57b11;
    color:#fff;
}
.tit-your{
background: var(--color-8);
height: 100%;
align-items: center;
font-family: 'Montserrat';
font-size: 2.6EM;
line-height: 47px;
width: 100%;
padding-left: 30px;
padding-right: 10px;
PADDING-TOP: 20px;
color: var(--color-2);
font-weight: bold;
letter-spacing:0.4em;
padding-bottom: 80px;
}

.tit-your-second{
    background: var(--color-8);
    height: 100%;
    font-family: 'Montserrat';
    font-size: 1.4EM;
    line-height: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    PADDING-TOP: 20px;
    color: var(--color-2);
    font-weight: 900;
    letter-spacing: 0.03em;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    }

#service, #your-logo{
    margin-top: 50px;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: transparent;
    text-align: center;
    cursor: pointer;
 
}
 
figcaption p{
    background: var(--color-7);
    height: 80PX;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 1.1em;
    color: var(--color-2);
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* opacity: 0.8; */
    padding-left: 10px;
    padding-right: 10px;
}
.tit-service{
    background: var(--color-7);
    height: 80PX;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 1.1em;
    color: var(--color-2);
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    
}
.fondo-diseno{
    background: url(../img/home1.jpg) no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    width: 100%;
    text-align: center;
}
#diseno h3{
    font-size: 37px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-2);
}
#diseno p{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: var(--color-1);
    padding-top: 30px;
}
#diseno{
    margin-top:50px;
}
#diseno a p{
    padding: 0;
    font-weight: bold;
    color: var(--color-2);
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;

}
.block-texto{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    margin: 0 auto;
}
#first p{
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--color-2);
    line-height: 26px;
    margin-top: 30px;
    padding:0 10px;
}

.rounded{
    border-radius: 100px !important;
}
.small-text{
    font-size: 13px;
    color: var(--color-2);
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.platform{
font-size:28px;
font-weight: 600;
letter-spacing: 0.1em;
color:var(--color-2);
}
.btn-all{  
     background-color: var(--color-7);
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px !important;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-9);
    color: var(--color-9);
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1;
    background: var(--color-9);
    border-radius: 100px;
    color:#fff;
}

#header .head-shop{

    font-family: "Montserrat";
    height: 30px;
    background: var(--color-3);
    font-size:16px;
    color: var(--color-2);
}
.lb-new-user{
    margin-right: 10px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.logo-container{
  
    min-width: 300px;
    text-align:center;
}
.cart-name{
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: lowercase;
    color: var(--color-1);
    text-overflow: ellipsis;
    letter-spacing: 0.02em;
    padding-right: 10px;
    font-weight: 600;
    line-height: 17px;
    padding-bottom: 5px;
}
.cart-name-capital::first-letter {
    text-transform: uppercase;
}

.cart-ref{
    font-family: 'Montserrat';
    color: var(--color-2);
    padding-bottom: 5px;
    font-size: 14px;
}

.center-top-bar {
    color: var(--color-2);
    font-weight: normal;
    letter-spacing: 0.025em;
    font-size:16px;
  
    text-align: center;

}
 
.titulo-capital  {
    text-transform: lowercase;
    color: var(--color-1);
    font-size:18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-left: 5px;
    }
.titulo-capital::first-letter {
    text-transform: uppercase;
}
.icon-cart{
    /*background: rgb(174,208,246); */
    /* background: linear-gradient(90deg, rgba(174,208,246,1) 0%, rgba(40,107,212,1) 100%); */
    color: var(--color-2);
    display: flex;
    align-items: center;
    padding: 3px;
    cursor: pointer;
    border: 1px solid var(--color-2);

}

/*   radio formas de pago */
.top-text-wrapper {
    margin: 20px 0 30px 0;
  }
  
  .top-text-wrapper h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .top-text-wrapper code {
    font-size: 0.85em;
    background: linear-gradient(90deg, #fce3ec, #ffe8cc);
    color: #ff2200;
    padding: 0.1rem 0.3rem 0.2rem;
    border-radius: 0.2rem;
  }
  
  .tab-section-wrapper {
    padding: 30px 0;
  }
  
  .grid-wrapper {
    display: grid;
    grid-gap: 30px;
    place-items: center;
    place-content: center;
  }
  
  .grid-col-auto {
    grid-auto-flow: column;
    grid-template-rows: auto;
  }
  
  /* ******************* Main Styeles : Radio Card */
  label.radio-card {
    cursor: pointer;
    width: 100%;
  }
  label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: grid;
    transition: 200ms linear;
    border: 1px  solid var(--color-10);
}
  
  label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    transition: 200ms linear;
    position: absolute;
    right: 12px;
  }
  label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.002 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
  }
  label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
  }
  label.radio-card .card-content-wrapper:hover{
    background-color: var(--color-7);
    border-color: var(--color-7);
    

  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #4887e4;
    background: linear-gradient(90deg, rgba(245,244,250,1) 0%, rgba(233,238,254,1) 25%, rgba(222,238,253,1) 50%, rgba(233,238,254,1) 75%, rgba(244,245,250,1) 100%);
  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
    background: #4887e4;
    border-color: #4887e4;
    transform: scale(1.2);
  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
  }
  label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: #4887e4;
  }
  label.radio-card .card-content img {
    height: 41px;
    width: auto;
}
 
  label.radio-card .card-content h4 {
    font-size: 14px;
      text-align: left;
    color: var(--color-1);
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0 10px;
    border:none;
 
}

  label.radio-card .card-content h5 {
    font-size: 11px;
    font-weight: 400px;
    text-align: center;
    color: var(--color-2);
    font-family: "Montserrat";
    height: 20px;
  }


  /*   end radio */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.cart-notify{
    background: var(--color-4);
    color: #fff;
    text-align: center;
    padding: 0 3px;
    align-content: center;
    min-width: 30px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: -1px;
    font-weight: bold;
    background: var(--color-2);
}
.p-2-all{
    padding: 2px;
}

.bread-principal{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-5);
    letter-spacing: 0.05em;
 text-transform: lowercase;
}

.bread-secundario{
    font-size:28px;
    font-weight: 600;
    color:var(--color-1);
    letter-spacing: 0.1em;
    text-transform: lowercase;
    padding-top: 15px;
}
.bread-secundario-interior{
    font-size:20px;
    font-weight: 600;
    color:var(--color-1);
    letter-spacing: 0.1em;
    padding-top: 15px;
}

.btn-gray{
    background-color: var(--color-10);
    border: 1px solid #ccc;
    color: var(--color-1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.btn-gray:hover{
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out;
}
.bread-terciario{
    margin-top: 15px;
    font-family: 'Montserrat';
    color: var(--color-1);
    margin-bottom: 41px;
    letter-spacing: 0.01em;
}
 
.bread-principal::first-letter, .bread-secundario::first-letter{
    text-transform: uppercase;
}
.wrap-search-header button {
        color: #333;
        width: 28px;
        /* height: 100%; */
        background: transparent;
        border: none;
        opacity: 0.8;
        margin-right: 10px;
    }
    
.wrap-search-header input {
    font-size: 30px; 
    line-height: 1.2;
    color: #333;
    border: none;
    padding: 0px 30px 0px 0px;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
    font-family: "Montserrat";
}   
    .wrap-search-header {
        width: 960px;
        max-width: 100%;
        height: 100px;
        border: 2px solid var(--color-4);
        background: #fff;
        border-radius: 100px;
    }
.contenedor-exterior{
    width: 1570px;
    max-width: 1570px;
}
.contenedor-interior{
    width: 1440px;
    max-width: 1440px;
}
.header-cart-detail{
    width: calc(100% - 100px);
}
.subprecio{
font-size: 12px;
margin-top: -5px;
}
.img1, .img2, .img3{
    border-radius: 8px;
    padding: 3px;
    border: 1px solid #e6e6e6;
}
.vert-center{
    display: flex;
    align-items: center;
}

.header-cart-item-txt{
    font-size: 14px;
    margin: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    min-height: 20px;
    font-family: 'Montserrat';
    color: var(--color-5);
    font-weight: 600;
    letter-spacing: 0.5px;

    
}
.header-cart-item-sku{
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-family: "Montserrat";
    padding-left: 0;
    padding-right: 0;
    color: var(--color-2);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-transform: lowercase;
    
}
.l_metal{
    font-size: 15px;
    font-style: italic;
    color: var(--color-2);
}
.header-cart-item-info{
    color: var(--color-2);
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    justify-content: left;
    font-size: 20px;
    font-weight: bold;
    
}

.lbl-menu{
    display: flex;
     background: transparent;
    color: var(--color-2);
    letter-spacing: 0.025em;
    font-size: 16px;
    border:none;
    padding:3px;
    transition: all 0.3s ease-in-out;

}

.icon-header-deseo:hover, .icon-header-aviso:hover, .lbl-menu:hover {
    background: var(--color-8);
    border-radius: 4px;
    color: var(--color-1);
    transition: all 0.3s ease-in-out;
}

.icon-header-deseo:hover>a>svg, .bread-deseos>svg{
    
    animation-name:latir;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;	
}

.icon-header-aviso:hover>a>svg, .tolon-ani{
    
    animation-name:tolon;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;	
}

.center-icon{
    align-items: center;
    display: flex;
}
.wrap-slick2 {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

[type="radio"]:checked + label {
    color: var(--color-6);
    background: var(--color-9);
    border: 1px solid var(--color-9);
}

[type="radio"] + label:after {
    width: 30px;
    height: 30px;
    transition: all .2s;
    top: 0;
    left: 0;
}
[type="radio"] + label:after {
    content: '';
    position: absolute;
}

 input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
 input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="radio"] {
    position: absolute;
    left: -9999px;
}
.main-container{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.icon-header-item {
    position: relative;
    cursor: pointer;
    display: flex;
    line-height: 24px;
    color: var(--color-2);
    display: flex;
    align-items: center;
    padding: 0px 5px;
    margin-right: 24px;
    height: 30px;
    /* font-family: 'Inter'; */
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;

}

.no-aviso{
    text-align: center;
    
    margin-bottom: 80px;

}
.no-aviso h3{
    font-size: 22px;
    padding-top: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--color-2);
}
.js-pscroll{
        /* height: calc(100vh - 100px); */
        overflow-y: auto;
        /*padding-bottom: 50px;*/
        height: calc(100vh - 250px);
        overflow-y: auto;
                margin-bottom: 30px;
}
.foot-total{
    position:absolute;
    bottom: 10px;
    border-top: 1px solid #999
}
.hide{
    display: none;
}
.block{
    display: block;
}
/*.icon-header-aviso:after {*/
    .globo-aviso{
    
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: #fff;
    text-align: center;
   position: absolute;
    top: -10px;
    min-width: 19px;
    height: 19px;
    padding: 0px 2px;
    left: 9px;
    background: #ea5c5c;
    border-radius: 100px;
    line-height: 19px;;
    font-weight: 600;
}
.cart-bottom{
    position: absolute;
    top: calc(100% - 190px);
    width: calc(100% - 30px);
    padding-right: 0px;
    background:#fff;

   /* position: absolute;
    bottom: 0;
    width: 400px;
    padding-right: 25px;
    background:#fff;*/
}
.icon-header-item a:hover {
    background-color: var(--color-10);
    color: var(--color-2);
}
.lbl-item-menu a, .dropdown-item{
    font-size:12px;
    color: var(--color-2);
    letter-spacing: 0.025em;
    font-weight: 400;
    text-decoration: none;
}
.lbl-item-menu a span{
    font-family: "Montserrat";
    font-size:14px;
    color: var(--color-2);
    font-weight: 400;
}
.flex-contenedor-exterior{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}

.del-total{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 0px;
    padding-top: 5px;
}
.del-total-txt{
    border: 1px solid var(--color-9);
    padding: 5px 10px;
    background: var(--color-7);
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: var(--color-2);
}

.btn-talla{height: 35px;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    margin-bottom: 8px;
    border: 1px solid var(--color-9);
    background: #fff;
    color: var(--color-1);
    padding: 3px 10px;
}
label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.btn-cart-degradado{
    background: rgb(174,208,246);
    background: linear-gradient(45deg, rgba(174,208,246,1) 0%, rgba(40,107,212,1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 8PX;
    padding: 0 25px;
    margin-left:25px;
    border:none;
}

.btn-cart-degradado:disabled{
    background: #e6e6e6;
color: #333c;
cursor: default;
}

#Modal_Arti .modal-dialog{
    max-width: 1200px;
}
.btn-talla-disabled{
    color:var(--color-7);
    cursor:pointer;
    text-decoration: line-through;

}
.metal{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--color-9);
    letter-spacing: 1px;
}
.selec{
    background: var(--color-4);
    color: #fff;
}

.border-bt{
    border-bottom: 1px solid #edeef6;
}
.dropdown-menu {
    border:1px solid var(--color-3);
    box-shadow: 0 1px 2px #ccc;
    border-radius: 4px;
    opacity: 0.9;
}
.foot-row{
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
}
footer{
    background: var(--color-7);
    clear:both;
    margin-top: 50px;
}

.icon-categoria{
    width: 28px;
    margin-right: 10px;
}
/* Works on Chrome, Edge, and Safari */
.fixed-left::-webkit-scrollbar, .js-pscroll::-webkit-scrollbar {
    width: 8px;
  }
  
  .fixed-left::-webkit-scrollbar-track, .js-pscroll::-webkit-scrollbar-track  {
    background: var(--color-3);
  }
  
  .fixed-left::-webkit-scrollbar-thumb, .js-pscroll::-webkit-scrollbar-thumb{
    background-color: var(--color-4);
    border-radius: 0;
    border: 3px solid var(--color-4);
  }

  .cbp-vm-view-grid ul li {
    width: 19%;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
}
.btn_desea{
    margin-left: 20px;
    border-radius: 100px;
    padding: 8px 7px;
    height: 36px;
    width: 36px;
    background: var(--color-9);
    border: 1px solid var(--color-9);
    margin-top: 0;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    
}
.btn_deseo{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background-color: transparent;
    
    border-style: none;
    transition: all 0.3s ease-in-out;
    padding: 2px 5px;
    margin-top: 10px;
}
.btn_deseo:hover, .btn_desea:hover{
    transition: all 0.3s ease-in-out;
    
}
.btn_deseo:hover>svg, .btn_desea:hover>svg{
    
      animation-name:latir;
      animation-duration: 0.6s;
      animation-iteration-count: infinite;
      animation-direction: alternate;	
}


/* Tolon */
@keyframes tolon {
    0% {
      transform: rotate(-20deg);
      
    }
    100% {
      transform: rotate(20deg);
    }
  }
/* Latir */
@keyframes latir {
    0% {
      transform: scale(1);
      
    }
    100% {
      transform: scale(1.2);
    }
  }

/* Rotate */
@keyframes rotate {
    0% {
      transform: rotateY(0deg);
      
    }
    100% {
      transform: rotateY(360deg);
    }
  }
/* Fecha animada */
@keyframes movieleft {
    0% {
      transform: translateX(0px);
      
    }
    100% {
      transform: translateX(-10px);
    }
  }
  
@keyframes moviendrew {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(10px);
    }
  }
  /* Latir */
@keyframes aparecer {
    0% {
      opacity: 0;
      
    }
    100% {
      opacity: 1;
    }
  }

  
  #flecha_derecha:hover {
      animation-name: moviendrew;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;	
    
  }
  
  .scrollme{
    MARGIN-TOP: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: var(--color-2);
  }

  .scrollme h2{
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--color-1);
  }
  .scrollme h3{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--color-1);
  }


/*  tooltip ----------------*/

/*tooltip Box*/

.del-deseo{
    border:none;
}
.con-tooltip {

    transition: all 0.3s ease-in-out;
    cursor: default;
  
  }
  
  /*tooltip */
  .tooltip {
    /* visibility: hidden; */
    z-index: 1;
    /*width: 100%;*/
    position: absolute;
    top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    color: var(--color-2);
    text-align: center;
    font-family: 'Montserrat';
    line-height: 15px;
    font-weight: 400;
    left: 0;
    transition: .3s linear;
    
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: .4rem;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
    margin-top: -10px;
}
.tooltip-left {
      visibility: hidden; 
      z-index: 1;
      width: 200px;
      position: absolute;
      transition: all 0.3s ease-in-out;
      font-size: 11px;
      color: var(--color-2);
      background: rgba(255,255,255,.7);
      text-align: center;
      font-family: 'Montserrat';
      line-height: 15px;
      border: 1px solid #e6e6e6;
      font-weight: 400;
      bottom: 48px;
      left: 58px;
      padding: 10px 0px;
}

.tooltip-producto {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    color: var(--color-2);
    background: rgba(245,245,245,.7);
    /* text-align: center; */
    font-family: 'Montserrat';
    line-height: 15px;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    width: 110px;
    padding: 10px;
    /* left: -40px; */
    margin-top: -37px;
}
  
  .tooltip h3{
      font-size: 10px;
      margin-top:10px;
      
  }
  .tooltip-inner {
    max-width: 200px;
    padding: .65rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    color: #000;
    border: 1px solid #000;
}
  .con-tooltip:hover .tooltip,.con-tooltip:hover .tooltip-left, .con-tooltip:hover .tooltip-layer, .con-tooltip:hover .tooltip-producto {
    visibility: visible;
    /*transform: translateY(-10px);*/
    opacity: 1;
     transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite  alternate;
  
  }
  @keyframes odsoky {
    0%{
      transform: translateY(6px);	
    }
  
    100%{
      transform: translateY(1px);	
    }
  
  }
  
  /*hover ToolTip*/
  /*.left:hover {transform: translateX(-6px); }
  .top:hover {transform: translateY(-6px);  }
  .bottom:hover {transform: translateY(6px);}
  .right:hover {transform: translateX(6px); }*/
  
  

  .tooltip-layer {
    visibility: hidden;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: -31px;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    color: var(--color-2);
    background: rgba(255,255,255,1);
    text-align: center;
    font-family: 'Montserrat';
    line-height: 15px;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    width: 200px;
    left: 20px;
    padding: 5px;
  }
  /*left*/
  
  .left .tooltip{ top:-20%; left:-170%; }
  
  .left .tooltip::after{
    top:40%;
    left:90%;
    transform: rotate(-90deg);
  }
  
  /*bottom*/
  
  .bottom .tooltip { top:115%; left:-20%; }
  
  .bottom .tooltip::after{
    top:-17%;
    left:40%;
    transform: rotate(180deg);
  }
  /*right*/
  
  .right .tooltip { top:-20%; left:115%; }
  
  .right .tooltip::after{
    top:40%;
    left:-12%;
    transform: rotate(90deg);
  }
  #account{
    margin:0 20px;
    padding-bottom: 60px;
  }
  .t-fra{
    font-size: 22px;
    float: right;
  }
  .cuenta tr{
    text-align: left;
    border-bottom: 1px solid var(--color-9);
    margin-top: 5px;
    color: var(--color-2);
    font-weight: bold;
  }
  .cuenta td{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #account ul{
    
    display: flex;
    justify-content: center;
    text-align: center;
    color:var(--color-1);

  }
  #account ul li{
    padding: 0 25px;
  }
  #account ul li>a>img,#account ul li>img{
    max-width: 125px;
  }
  .btn_plus, .btn_minus{
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid transparent;
    background-color: var(--color-4);
    color: #fff;
    padding-top: 2px;
  }
  .justify-content-space{
    justify-content: space-between;
  }
  .justify-content-left{
    justify-content: left;
  }
  .justify-content-right{
    justify-content: right;
  }
  .justify-content-aound{
    justify-content: space-around;
  }
  .justify-content-center{
    justify-content: center;
  }
  .justify-content-space-evenly{
  justify-content: space-evenly;
  }
  .justify-content-space-start{
    justify-content: start;
  }
  .foot-total{
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    align-items: center;
    justify-content: space-between;
  }
  .foot-literal{
    padding-left: 8px;
    font-size: 11px;
    align-items: center;
    font-weight: 400;
    font-family: "Montserrat";
}
  .header-cart-total {

    font-size: 22px;
    color: var(--color-5);
    line-height: 1.3;
    font-weight: bold;
    border: none;
    height: 46px;
    padding-top: 13px;
    text-align: left;
    padding-left: 10px;
}
.header-cart {
    background-color: #fff;
}
.header-cart-item{
    border-bottom: 1px solid var(--color-9);
}
  .uni-cart{
    font-family: "Montserrat";
    font-size:16px;
    color: var(--color-5);
    font-weight: 600;
  }
  .uni-cart-layer {
    font-family: "Montserrat";
    font-size: 13px;
    color: var(--color-2);
    font-weight: 600;
}

  .del-cart{
    width: 26px;
    height: 26px;
    border-radius: 100%;
    padding-top: 2px;
    color: var(--color-4);
    border: 1px solid var(--color-4);
  }

  
  .dropdown-superior:hover>.dropdown-menu {
    display: block;
  }

/* old styles */
.next-category{
    border: 1px solid var(--color-4);
    padding: 10px 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: var(--color-4);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #e6e6e6;
}
.next-category:hover{
        background: #edeef6;
        color: var(--color-4);
        border:1.5px solid;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
}
.back_work {
    background: #d6e7fa;
    padding: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 20px;
}
.titulo_work {
    font-weight: bold;
    color: #5d657c;
    text-align: center;
    padding-bottom: 16px;
    letter-spacing: .5px;
    font-size: 15px;
}
.minimo-sin {
    padding: 0px;
    margin-top: 0px;
       font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    white-space: pre;
}
.aviso-texto{
    position: absolute;
    top: 5px;
    right: 10px;
    background: var(--color-8);
    text-align: center;
    color: var(--color-2);
    font-size: 12px;
    padding: 5px 20px;
}

.minimo {

    font-weight: normal;
    font-size: 13px;
    color: var(--color-2);
    text-align: center;
    BACKGROUND: var(--color-8);
    line-height: 16px;
    height: 16px;
}

.minimo_product {
    font-weight: normal;
    font-size: 13px;
    color: var(--color-2);
    text-align: center;
    BACKGROUND: var(--color-8);
    line-height: 22px;
    height: 22px;
}

.literal-work {
    color: #5d657c;
    padding: 4px;
}
#new h3, #bussine h3{
    padding-left: 17px;
    font-size: 20px;
    color: var(--color-1);
   
}

#new h4, #bussine h4{
    padding-left: 17px;
    font-size: 16px;
    color: var(--color-2);
    margin-bottom: 31px;
    margin-top: 10px;
}
#new .borde{
    border-left: 1px solid #000;
}
#new p, #bussine p{
    letter-spacing: 0.02em;
    font-size: 13px;
    color: var(--color-2);
    padding-left: 15px;
}

#col h3{
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 20px;
    color: var(--color-5);
}

#video-background {
    height: 100%;
    position: fixed;
    width: 100%;
}
.bot, .bot347{
    font-size: 16px;
    padding: 15px;
    background: var(--color-7);
    border: 2px solid var(--color-3);
    border-radius: 100%;
    margin-bottom: 28px;
    color: var(--color-1);
    font-weight: 400;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    max-width: 200px;
    margin: 0 auto 40px;
    width: 200px;
    line-height: 40px;
    height: 100%;
    margin-bottom: 40px;
    height: 200px;
    border: 10px solid var(--color-8);
    }
    .table tbody+tbody {
        border:none;
    }
    .bot h5, .bot347 h5{
        color:var(--color-5);
        font-weight: 700;
        font-size: 23px;
        letter-spacing: 0.03em;
        
    }

    

.bot:hover, .bot:hover h5, .bot347:hover, .bot347:hover h5{
    background: #fff;
    color:VAR(--color-9);
        -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    
    
}
.bot a>img:hover{
   
    transform: translate(0px, -25px) scale (1.3);
    
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px #000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    
}
.txt-account{

    font-size: 14px;
    margin-top: 20px;
}
button, button:active, button:focus{
    outline: 0;
    cursor: pointer;
}
.h3, h3 {
    font-size: 24px;
}
h1,h2,h3,h4,h5,h6,p {margin: 0px;}
span{
    outline:0;
}
ul{
    list-style: none;
}
.producto-envio{
    font-size: 12px;
    margin-top: 10px;
    color: #9ba4b3;
    line-height: 20px;
}
.container-header {
    width: 100%;
    padding:0px;
    margin:0 auto;

}
.float-l{
    float:left;
}
.product-muestra {
    font-family: 'Montserrat', sans-serif;
    /* border: 1px solid #dbdbdb; */
    /* margin-bottom: 20px; */
    padding: 5px;
}
.foot_encab{
    margin-top: 20px;
    color: VAR(--COLOR-1);
    font-size: 18px;
    font-weight: 600;
    TEXT-ALIGN: LEFT;
}
.main-m{
    padding: 30px 10px;
    background: #f0f0f0;
}


.efec-titulo-foot{
    font-size: 63px;
    font-family: "Higuen";
    letter-spacing: 4px;
    padding-left: 5px;
    text-align: center;
    padding: 15px;
 
}
#header .head-shop .container {
    position: relative;
}
#header .head-shop .header-shop-wrapper {
    padding: 2px 0;
    font-size: 12px;
}
.lbl-talla{
       line-height: 40px;
    float: left;
    margin-right: 10px;
}

#header .header-event-banner {
    font-family: "Montserrat";
    display: flex;
    
}
#minimo_pedido {
    background: #f57777;
    margin-bottom: 10px;
    color: #ffff;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    border: 1px solid red;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #ccc;
}
#header .header-event-banner .container {
    position: relative;
}
#header .header-event-banner .header-event-banner-wrapper {
    padding: 2px 0;
    font-size: 12px;
}
.btn-info.disabled, .btn-info:disabled {
    color: #333;
    background-color: #ccc;
    border-color: #333;
    border-style: dashed;
}
.lity{
    background: rgba(0,0,0,0.6);
}
.clearfix{
    clear: both;
    
}
.old{
    float:left;
    align-items: center;
    display: flex;
}
.new{
    float:right;
    align-items: center;
    display: flex;
}
.next-category strong{

    padding-right: 5px;
}
.old:hover>svg{
      animation-name:movieleft;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;	
}
.new:hover>svg{
    animation-name:moviendrew;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;	
}

.danger_search {
    text-align: center;
    padding: 21px;
    margin: 0px;
    font-size: 24px;
    letter-spacing: 1px;
    clear: both;
    margin-top: 50px;
    font-family: "Montserrat";

    width: 100%;
    color: var(--color-1);
}
.lbl-observa{
    color: var(--color-1);
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 600;
    background: var(--color-8);
    margin-top: 40px;
    padding: 10px;
}
.alert-danger {
    border: 3px solid #f5c6cb;
    background: var(--color-7);
}
.danger_search small{
    color:#4d4d4d;
}
.flag {
    width: 28px;
    height: 20px;
    margin-top: 7px;
}
.menu {
    line-height: 49px;
}
/* LEFT ARROW */
.arrowLeft{
position: absolute;
    margin: 0;
    width: 64px;
    height: 32px;
    background: red;
    border: none;
    /* float: left; */
    top: 0px;
    right: 0px;
}
.tit-product{
        color: #5c647c;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top:15px;
}
.parrafo-product{
    line-height: 20px;
    color: #4d4d4d;
    letter-spacing: 0.5px;
}

.fondo-muestrario{
    background: url(../img/muestrario.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    text-align: center;
    margin: 0;
    max-height: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.fondo-muestrario h2{
        background: rgba(255,255,255,.8);
    padding: 20px;
    border: 2px solid #000;
}
.texto{
        font-size: 23px;
    padding: 15px 25px;
    background: rgba(171, 201, 245, 0.4);
    line-height: 27px;
    font-family: serif;
    font-style: italic;
    color: #777;
    letter-spacing: 0.5px;
        backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
}

.kil{
    position: absolute;
    top: 0;
    max-width: 100px;

}

 .arrowLeft:before, .arrowLeft:after {
border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: 0px;
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;   
 }

 .arrowLeft:before {
 border-right: 16px solid red;
 left: -16px;
 z-index: 1;
 }
 
.stock_product {
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 0px;
    /* line-height: 25px; */
    text-align: right;
    text-transform: capitalize;
    display: flex;
    font-family: 'Source sans pro',sans-serif;
    margin-left: 0px;
    margin-top: 5px;
    z-index: 999999;
}
.bg8{
    background: #f9f9f9;
}
.aviso-buscar{
        font-size: 13px;
    margin-top: 20px;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
}
.empresa{
        color: #4d4d4d;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.siguenos{
        font-size: 29px;
    color: #4860a4;
        margin-top: 20px;
}
.tit-crea{
        color: #4888e5;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 29px;
    padding-top: 10px;
}
.lity-close{
z-index: 9994;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 10px;
    top: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "montserrat";
    border-radius: 300px;
    border-bottom: 2px solid #fff;

    text-shadow: none;
    opacity: 1;
}
.aviso-cesta, .aviso-deseos{
    border: 2px solid var(--color-9);
    padding: 5px 34px;
    border-radius: 100px;
    color: var(--color-5);
    width: max-content;
    font-size: 16px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #ccc;
    font-style: normal;
    font-size: 45px;
    /* font-family: Arial,Baskerville,monospace; */
    line-height: 45px;
    /* border: 0; */
    background: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.observa{
        color: #545454;
    font-size: 15px;
    padding: 10px;
    border: 2px solid var(--color-2);
    border-radius: 10px;
}
.leftMenu {
    float: left;
    display: flex;
    font-family: "Montserrat";
    font-size: 14px;
    color: var(--color-2);
}
.center-top-bar-home {
    color: var(--color-2);
    font-weight: normal;
    letter-spacing: 0.025em;
    font-size: 13px;
    text-align: center;
}
.encontrados{
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 40px;
}
.orden{
        font-size: 13px;
    padding-right: 15px;
    line-height: 40px;
}
.cambioColor{
    background: #fff;;
    -webkit-transition:all 0.6s;
    -o-transition:all 0.6s;
    -moz-transition:all 0.6s;
    transition:all 0.6s;
    position: fixed;
}
.rightMenu {
    float: right;
}
.right__Menu{
    position: absolute;
    top: 17px;
    right: 20px;

}
.menu{
    line-height: 49px;
}
.bg-0{
    background: #fff;
}
.navbar-muestra{
        border: none;
    font-size: 17px;
    background: transparent;
    font-weight: bold;
    color: #486daa;
}
.muestra-nav{
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    justify-content: center;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 13px;
}
.navbar-light .navbar-nav .nav-link {
    color: #3b4760;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .5px;
}
#myVideo{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
}
.navbar-light .navbar-nav .nav-link {
color: #545454;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .5px;
}
.dropdown-item.active, .dropdown-item:active {
    /* color: #fff; */
    text-decoration: none;
    background-color: #fff;
}
.tienda-table{
    width:400px;
}
.centrar{
    margin: 0 auto;
    text-align: center;
}
.imagen_modal{
    max-width: 170px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #4888e5;
    text-decoration: none;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /* color: rgba(77,77,77,.75); */
    color: #4888e5;
}
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.navbar-expand-lg .navbar-nav {
    display: flex;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
   position: relative;
}
*/
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
    font-weight: bold;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
.modal-content-aviso {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    border-radius: 5px
}
.modal-titulo-aviso{
    margin: 20px auto;
    color: var(--color-2);
    font-family: 'Cormorant Garamond';
    font-weight: bold;
    font-size: 27px;
    display: flex;
    justify-content: center;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    border: none;
}

.modal-texto-aviso {
    font-size: 16px;
    line-height: 25px;
    color: var(--color-5);
    font-weight: normal;
    font-family: "Montserrat";
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#Modal_Ficha .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 2rem 0;
   border:none;
}
#Modal_Ficha .modal-header {
    padding: 0px;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Cormorant Garamond';
    min-height: 16.43px;
    border: none;
    color: var(--color-9);
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 66px;
    padding-top: 31px;
}
#Modal_Ficha .modal-body label{
    font-size: 18px;
    color: var(--color-9);
    font-weight: bold;
    margin-bottom: 10px;
}
#Modal_Ficha .modal-body p{
    border: 2px solid var(--color-9);
    border-radius: 100px;
    padding: 5px 10px;
    margin-bottom: 12px;
    height: 34px;
}
#Modal_Ficha .modal-body span{
    font-size: 16px;
    letter-spacing: 1px;
}
#Modal_Ficha .modal-body textarea{
    border-radius: 10px;
    border-color: var(--color-9);
    color: var(--color-5);
    font-size: 16px;
}
#Modal_Ficha .modal-header img{
    width: 71px;
    position: absolute;
    text-align: 34px;
    top: 10px;
    left: 31px;
}
.modal-header .close {
    /* margin-top: -2px; */
    /* border: 1px solid #3a4440; */
    /* width: 40px; */
    /* height: 40px; */
    /* border-radius: 100px; */
    /* margin: 0; */
    padding: 0;
}
.modal-header .close {

    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 49px;
    color: var(--color-1);
    opacity: 1;
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
}
.modal-header{
    padding: 0;
}
.c-flex{
    display: flex;
    justify-content: center;
    margin:0 auto;
}
button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 49px;
    color: var(--color-1);
    opacity: 1;
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
}
.modal-titulo {
    margin: 20px;
    color: #bbb;
    font-family: "Montserrat";
}
.modal-texto {
font-size: 16px;
    line-height: 25px;
    color: #4D4D4D;
    font-weight: normal;
    font-family: "Montserrat";
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.dropdown-menu {
    position: absolute;
    /* top: 83px; */
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;

}
.dropdown-megamenu .show {
display: block;
}
.dropdown-megamenu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    width: 100%;
    margin-top: 30px;

}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--color-1);
    FONT-SIZE: 15PX;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 23px;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-toggle::after {
    display:none;
}
.logo{
justify-content: center;
}
.p-l-10{
    padding-left: 10px;
}
.p-r-10{
    padding-right:  10px;
}
.p-r-25{
    padding-right: 25px;
}
.p-r-20{
    padding-right: 20px;
}
.p-l-20{
    padding-left: 20px;
}
.p-l-25{
    padding-left: 25px;
}
.p-t-100{
    padding-top: 100px;
}
.p-t-45{
    padding-top: 45px;
}
.p-0{
    padding: 0;
}
.m-l-50{
    margin-left:50px;
}
.m-l-20{
    margin-left:20px;
}
.m-r-20{
    margin-right:20px;
}
.flex-sb-m {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.p-t-30{
    padding-top: 30px;
}
.m-t-30{
    margin-top:30px;
}
.m-t-50{
    margin-top:50px;
}
.m-t-60{
    margin-top:60px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-t-20{
    margin-top:20px;
}

.m-t-10{
    margin-top:10px;
}
.m-b-15{
    margin-bottom:15px;
}
.m-b-10{
    margin-bottom:10px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-25{
    margin-right: 25px;
}
.m-r-25{
    margin-left: 25px;
}
    .m-l-15{
        margin-left: 15px;
    }
.m-r-5{
    margin-right: 5px;
}
.m-r-3{
    margin-right: 3px;
}
    .m-l-5{
        margin-left: 5px;
    }
    .p-b-5{
        padding-bottom: 5px;
    }

    .right-btn{
        display: flex;
    align-items: center;
    flex-direction: row-reverse;
    }
    .flag-t {
    width: 28px;
    height: 20px;
    margin-top: 11px;
}
.categorias {
   background: var(--color-9);
    padding: 0px;
    border-radius: 0px;
    padding-bottom: 10px;
}
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    background-color: transparent;
}
.flex-r-m{
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}
.p-r-11, .p-lr-11, .p-all-11 {
    padding-right: 11px;
}

.p-l-22, .p-lr-22, .p-all-22 {
    padding-left: 22px;
}
/*
.icon-header-noti::after {
   content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    right: 5px;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    background-color: #adcff7;
    border-radius: 50%;
    font-family: "montserrat";
}
*/
.btn-hide-modal-search {

position: absolute;
    padding: 5px;
    right: 0px;
    top: -45px;
    opacity: 0.8;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #f9f9f9
}
li .button a{
    color:#4d4d4d;
}
.flex-c-t{
    justify-content: center;
}

.m-t-10{
    margin-top: 10px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-b-40{
    padding-bottom: 40px;
}
.p-b-50{
    padding-bottom: 50px;
}
.p-b-80{
    padding-bottom: 80px;
}
.bglogin{
    background: #adcff7;
}


hr.linea {
  border-top: 2px solid #4d4d4d;
  width: 100px;
  margin:0 auto;
}
hr.linea-azul {
  border-top: 2px solid #4888e5;
  width: 60px;
  margin:0 auto;
}
#miga {
        display: flex;
    justify-content: flex-end;
    line-height: 50px;
    margin-right: 15px;
}
.breadcum {
    background: var(--color-8);
    color: var(--color-2);
    font-family: 'Cormorant Garamond';
    letter-spacing: 1px;
    padding: 0.75rem 1rem;
    margin-bottom: 2rem;
    list-style: none;
    border-radius: 0;
    margin-top: 50px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.breadcum a{
    color:#4d4d4d;
}
.separador {
    padding: 20px;
    text-align: center;
    font-size: 13px;
}
.cc-floating .cc-message {
    font-family: "Montserrat";
    font-size: 13px;
}
.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
    font-family: "Montserrat";
    font-size: 13px;
    border-radius: 100px;
}
.p-b-105, .p-tb-105, .p-all-105{
    padding-bottom: 105px;
}
.m-t-40, .m-tb-40, .m-all-40{
    margin-top: 40px;
}
.p-r-15, .p-lr-15, .p-all-15{
    padding-right: 15px;
}
.p-l-15, .p-lr-15, .p-all-15{
    padding-left: 15px;
}
.p-b-15, .p-tb-15, .p-all-15{
    padding-bottom: 15px;
}
.p-t-15, .p-tb-15, .p-all-15{
    padding-top: 15px;
}

.select2-container {
    width: 50px !important;
    min-width: 5px !important;
    z-index: 99;
}

.flag{
    width: 28px;
    height: 20px;
    margin-top: 5px;
}
.button:hover{
    font-weight: bold;
}
.button {
    padding: 1px 3px 1px 3px;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    line-height: 25px;
    height: 50px;
    border-bottom: 1px solid var(--color-9);
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    font-family: 'Montserrat';
    color: var(--color-9);
}
li .button-n {
    padding: 1px 3px 1px 3px;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    line-height: 25px;
    font-family: "Montserrat";
    height: 50px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    background: var(--color-4);
    color: #fff;
}

.button__p {
    padding: 1px 3px 1px 3px;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    line-height: 25px;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    height:35px;
}


li .button:hover,.dropdown ul li:hover, .button__p:hover{
    background: var(--color-7);
    color: var(--color-1);
    font-weight: bold;
}
li .button:hover img, li .button-n:hover img{
animation-name:rotate;
animation-duration: 0.6s;
animation-iteration-count: infinite;
animation-direction: alternate;	
}

.lead {
    margin-bottom: 10px;
    
}

.dropdown ul li {
    font-weight: normal;
    padding: 1px 10px 1px 20px;
    /* line-height: 20px; */
    letter-spacing: 0.08rem;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    color: var(--color-9);
    font-family: "Montserrat";
}

.dropdown ul li a{
    
    text-transform:lowercase;
    width: 100%;;
}

.dropdown ul li a::first-letter {
    text-transform:uppercase;
}
.select_mate_talla {
    position: relative;
    /* float: left; */
    min-width: 250px;
    width: 250px;
    min-height: 40px;
    color: #4d4d4d;
    font-weight: 300;
    background-color: #fff;
    /* box-shadow: 1px 2px 10px -2px rgb(0 0 0 / 30%); */
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    border: 1px solid #ccc;
    font-family: "Montserrat";
    border-radius: 5px;
    font-size: 13px;
}
.select2-container--default .select2-selection--single {
    /*background-color: #fff;
    border: 1px solid #aaa;*/
    background-color: transparent;
    border:none;
    
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #545454;
    line-height: 25px;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #545454 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 4px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    font-size: 13px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color: #4d4d4d;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 6px 5px 6px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
        outline: 0;
    border: none;
    padding: 0;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 0;
    margin: 0;
}
.p-b-43, .p-tb-43, .p-all-43 {
    padding-bottom: 43px;
}
.p-t-19, .p-tb-19, .p-all-19 {
    padding-top: 19px;
}
.p-15{
    padding: 15px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.wrap-pic-w {
    display: block;
    padding: 0;
    border: none;
}
.wrap-pic-s, .wrap-pic-max-s, .wrap-pic-w, .wrap-pic-max-w, .wrap-pic-h, .wrap-pic-max-h {
    display: block;
    border: 1px solid #eee;
    padding: 5px;
}
.block1 {
    position: relative;
    border: 1px solid #e6e6e6;
}
.wrap-pic-s, .wrap-pic-max-s, .wrap-pic-w, .wrap-pic-max-w, .wrap-pic-h, .wrap-pic-max-h {
    display: block;
    border: none;
    padding: 0;
}
.block1-txt:hover {
background-color: rgba(173, 207, 247,0.6);
    padding: 8px;
}
.ab-t-l {
    position: absolute;
    left: 0;
    top: 0;
}
.flex-col-l, .flex-col-r, .flex-col-c, .flex-col-str, .flex-col-t, .flex-col-b, .flex-col-m, .flex-col-sb, .flex-col-sa, .flex-col-c-m, .flex-col-l-m, .flex-col-r-m, .flex-col-str-m, .flex-col-c-t, .flex-col-c-b, .flex-col-c-sb, .flex-col-c-sa, .flex-col-l-sb, .flex-col-r-sb, .flex-col {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-col-l-sb {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: flex-start;
}
.flex-col-l {
padding: 10px;

}
.p-r-38, .p-lr-38, .p-all-38 {
    padding-right: 38px;
}
.p-l-38, .p-lr-38, .p-all-38 {
    padding-left: 38px;
}
.p-b-34, .p-tb-34, .p-all-34 {
    padding-bottom: 34px;
}
.p-t-34, .p-tb-34, .p-all-34 {
    padding-top: 34px;
}

a:visited {
    text-decoration: none;
    outline: 0;
}
#cart{
    padding-left: 25px;
    padding-right: 25px;
}
a:link {
    text-decoration: none;
    outline: 0;
}
.wrap-num-product {
    width: 119px;
    height: 35px;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid var(--color-2);
    border-radius: 100px;
  
}
.bor1 {
    border-radius: 23px;
}
.bg1 {
    background-color: #b3b3b3;
}
.bg4 {
    background-color: #f2f2f2;
}
.size-101 {
    min-width: 161px;
    height: 46px;
}
.p-all-5{
    padding:5px;
}
.p-all-20{
    padding:20px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-12{
    margin-bottom: 12px;
}
.m-b-50{
    margin-bottom: 50px;
}
.stext-101 {
    font-family: "Montserrat";       
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}
.stext-200{
    margin-top: 10px;
    font-weight: bold;
    color: #5d657c;
    font-size: 13px;
}
.t-2{
    font-size: 25px;
    line-height: 1.333333;
    color: var(--color-1);
    font-weight: 600;
    padding-top: 10px;
    font-family: 'Cormorant Garamond';
    
}
.header-category-title{
    background: #fff;
    margin-bottom: 30px;
}
.tc-2{
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 1.333333;
    color: var(--color-1);
    font-weight: 600;
    padding-top: 10px;
    margin: 0 auto;
    font-family: 'Cormorant Garamond';
}
.p-r-5, .p-lr-5, .p-all-5 {
    padding-right: 5px;
}
.p-l-5, .p-lr-5, .p-all-5 {
    padding-left: 5px;
}

.fs-35 {
    font-size: 35px;
}
.cl0 {
    color: #fff;
}
.rounded {
    border-radius: 100px;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.botones {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px;
    margin-top:40px;
    
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.icon-carrito-vacio {
    font-size: 200px;
    color: #f2f2f2;
}
#shopping-cart-results{
    width: 100%;
    overflow-x: hidden;
}
.carrito-vacio-layer {
    text-align: center;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--color-5);
    line-height: 30px;
}
.aviso_vacio {
    font-size: 40px;
    color: #e2e2e2;
    text-align: center;
    font-weight: normal;
}
/* button primary */
.btn-primary {
      background-color: var(--color-3);
    border-color: var(--color-3);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0.375rem 0.75rem;
}
 .user-card{
    border: 10px solid rgb(209, 189, 165);
    border-radius: 10px;
    padding: 0 20pX;
    text-align: center;
    margin-bottom: 40px;
 }
 .user-card p{
    padding: 20px 10px 50px 10px;
    font-size: 22px;
    font-weight: bold;
 }
.btn-primary:hover {
    color: var(--color-3);
    background-color: #fff;
    border-color: var(--color-3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.btn-group-lg>.btn, .btn-lg {
    min-width:150px;
}
    

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
      color: #4d4d4d;
    background-color: #fff;
    border-color: #4d4d4d;
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
/* button info */
.btn-info {
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
    font-size: 14px;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-info:hover {
    color: var(--color-1);
    background-color: #fff;
    border-color: var(--color-1);
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
      color: #4d4d4d;
    background-color: #fff;
    border-color: #4d4d4d;
    box-shadow: none;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.btn-spin{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 21px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: transparent;
    font-size: 30px;
    color: var(--color-9);
}
.btn-group-sm>.btn, .btn-sm {
    padding: .45rem 1rem;
}

a:visited {
    text-decoration: none;
    outline: 0;
}
a:link {
    text-decoration: none;
    outline: 0;
}
.bor1 {
    border-radius: 23px;
}
.bg3{
    background: #5d657c;
    
}
.bg-f{
    background:rgba(93, 101, 124,0.25);
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
 
    color: #999;
    letter-spacing: 1px;
}

footer ul{
    margin-bottom: 1rem;
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: 0.05em;
    TEXT-ALIGN: LEFT;
  
}
.bold{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}
.primer-col{
   
    padding-right: 5%;
    text-align: left;
}
.empresa-pie{
    line-height: 20px;
}
.size-101 {
    min-width: 161px;
    height: 46px;
}
.right{
    text-align: right;
}
#paginamuestra{
align-items: center;
    background: #f0f0f0;
    padding-left: 20px;
    padding-right: 20px;
    /* border: 2px solid #f9f9f9; */
    padding-bottom: 10px;
}
.stext-101 {
    font-family: "Montserrat";     
    font-size: 13px;
    line-height: 1.466667;
    text-transform: uppercase;
}
.cl0 {
    color: #fff;
}
.cl3{
    color:#4d4d4d;
}
.cl9{
    color:#4888e5;
}
.f-12{
    font-size:12px;
}
.f-18{
    font-size:18px;
}

.aviso-legal{
    padding-top: 20px;
    font-size: 11px;
    padding-bottom: 20px;
    text-align: justify;
}
.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.trans-04 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.block1-txt:hover .block1-name, .block1-txt:hover .block1-info {
    color: #fff;
    opacity: 1;
}
.ltext-102 {
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 1.1;
}
.ltext-103 {
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 1.1;
    font-weight: bold;
}
small {
    font-size: 90%;
    font-weight: 600;
}
.ltext-120{

    font-family: "Montserrat";
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    color: #5d657c;
    text-align: left;

}
.block1-name {
    color: #333;
    opacity: 0;
}
.condicion-box{
    position: absolute;
    bottom: 0;
    background: var(--color-8);
    width: 100%;
    font-size: 12px;
}
.condition-box-right {
    position: absolute;
    top: 10px;
    z-index: 2;
   
    right: 5px;
}
.condition-box-right>svg {
    animation-name:latir;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;	
}

.condition-box-left {
    position: absolute;
    top: 10px;
    z-index: 2;
   
    left: 3px;
}
.tex-modal{
    font-size: 20px;
    padding: 5px 15px;
    color: var(--color-9);
}
.kil_product_left {
    color: var(--color-1);
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0px 8px;
    line-height: 25px;
    font-family: 'Montserrat';
    float: left;
    font-weight: bold;
    background: var(--color-3);
    border-radius: 100px;
}
.condition-box {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    right: 0px;
}
.kil_product {
        color: var(--color-1);
        font-size: 14px;
        margin-bottom: 5px;
        padding: 0px 5px;
        line-height: 25px;
        text-align: center;
        display: flex;
        font-family: 'Montserrat';
        float: right;
        font-weight: bold;

}
.download-box {
position: absolute;
    top: -22px;
    z-index: 2;
    left: -7px;
    width: 0px;
    height: 73px;
    border-left: 20px solid #adcff7;
    border-right: 20px solid #adcff7;
    border-bottom: 16px solid #adcff7;
    z-index: 9999999;
    opacity: .5;
    /* border-radius: 0px 0px 24px 0px; */
    transform: rotate(45deg);
}
.kil_download {
    /* background: #4888e5; */
    color: #5095e6;
    font-size: 21px;
    margin-bottom: 0;
    padding: 24px 0px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    font-family: "Montserrat";
    float: left;
    margin-left: -7px;
    transform: rotate(-45deg);
}
.kil_download:hover{
color:#fff;
}
.block2-txt a{
    color:#4d4d4d;
    font-size:12px;
    text-align: center;
}

.p-b-8, .p-tb-8, .p-all-8 {
    padding-bottom: 8px;
}
.marco-registro{
border: 2px solid #5d657c;
    border-radius: 10px;
    margin-top: 45px;
    margin-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
}



.img-reg{
    background: var(--color-4);
    border-radius: 100px 0px 0px 100px;
    width: 40px;
    padding: 2px;
}

/* checkbox */

/* Radio Button */
.control {

display: block;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
padding-top: 3px;
cursor: pointer;
font-size: 16px;
width:100%;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #e6e6e6;
}
.control-radio .control_indicator {
border-radius:0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: transparent;
    border: 2px solid #e6e6e6;
}
.tab_in_sec .panel-default>.panel-heading a.active {
    background: #fff;
    color: #fff;
}

.control input:checked ~ .control_indicator {
background: transparent;
    border: 2px solid #e6e6e6;

}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
/*background: transparent;*/
    border: 2px solid #e6e6e6;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-radio .control_indicator:after {
    /*left: 0;
    
    top: -12px;
    width: 15px;
    height: 22px;
    border: solid  #ee1188;
    border-width: 0 2px 2px 0;
    transform: rotate(400deg);*/
    
        left: 0;
    top: -12px;
    width: 15px;
    height: 22px;
    border: solid #fff;
    border-width: 2px;
    transform: rotate(400deg);
}
.control-radio input:disabled ~ .control_indicator:after {
background: #7b7b7b;
}
.camion{
    background: #adcff7;
    border-radius: 20px;
    display: flex;
    line-height: 100px;
    font-size: 38px;
    color: #fff;
    margin-top: 30px;
    justify-content: center;
}
.control-checkbox .control_indicator:after {
    left: 0;
    top: -12px;
    width: 15px;
    height: 22px;
    border: solid  #ee1188;
    border-width: 0 2px 2px 0;
    transform: rotate(400deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #7b7b7b;
}
/*  end radio button */
/* error input form */
.ui.red.label, .ui.red.labels .label {
    background-color: #fff;
    border-color: #db2828!important;
    color: #db2828!important;
    border: 1px solid;
    border-radius: 0px;
    font-weight: normal;
}
.ui.pointing.label {
    position: relative;
}
.ui.pointing.label, .ui[class*="pointing above"].label {
    margin-top: 1em;
    margin-bottom: 1em;
}
.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
.ui.label, .ui.labels .label {
    font-size: .72714286rem;
}

.ui.pointing.label:before {
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
.ui.pointing.label:before, .ui[class*="pointing above"].label:before {
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 20px;
}


input,textarea{padding:10px;width:100%;outline:none;transition: all 0.15s ease-in-out;}

input:-webkit-autofill { -webkit-box-shadow: none; 
                         /* El texto pasará a negro, entonces debes cambiarlo al color que tienes en tu proyecto (reemplaza 'red' */
                         -webkit-text-fill-color:#3a4440;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    -webkit-text-fill-color:#3a4440;
}
.form-control:focus {
    color: var(--color-1);
    background-color: transparent;
    border-color: var(--color-6);
    outline: 0;
    box-shadow: none;
    border-width: 2px;
}

.form {
    /* background: rgba(19, 35, 47, 0.9); */
    padding: 40px;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 20px;
    /* box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); */
    border: 2px solid #fff;
}
.pagos{
    text-align: center;
    color: #bdc9dc;
}
.pagos h1{
    border-bottom: 2px solid;
}
.form-pago {
    background: #f2f2f2;
    padding: 20px 20px 40px 20px;
    max-width: 600px;
    margin: 20px auto;
    /* border-radius: 20px; */
    /* box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); */
    border: 2px solid #fff;
}
#signup h1, #muestra h1{
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top:10px;
    text-align: center;
}

#login h1{
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top:10px;
    text-align: center;
}
.icon-input{
    position: absolute;
    top: 34px;
    left: 20px;
}
.login-input {
    background: var(--color-7);
    padding-left: 30px;
    border-radius: 0;
    font-size: 17px;
    height: 35px;
    text-align: center;
    border: 1px solid var(--color-4);
    border-radius: 100px;
}
.h-100{
    height: 100%;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

#order-detaill tr:last-child { border:none; }
#order-detaill, #order{
    BORDER: 10PX SOLID var(--color-8);
    border-radius: 10px;
    padding: 10px;

}

.table-shopping-cart .table_rob {
/*    height: 65px;*/
}
#movable{
    right: 0;

}
#pago-detaill{
    border: 2px solid #f2f2f2;
    /* border-radius: 30px; */
    padding: 10px;
}
.btn-remove {
    padding: 1px;
    color: #4d4d4d;
    font-size:21px;
}
.totaliza{
    text-align: right;
        margin-top: 16px;
    font-weight: bold;
    font-size: 20px;
}
.ancho-tabla{
    max-width: 700px;
}
.bread-deseos{
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.borde-ancho{
    border-top: 4px solid rgb(209, 189, 165);
    
}
.linea{
    border-bottom: 1px solid var(--color-9);
}
.back-total{
    BORDER: 10PX SOLID var(--color-8); 
     border-radius: 10px;
    padding: 10px;
      
    position: sticky;
    top: 50px;
}
.txt_total{
    padding-left: 5px;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}
.sum_total{
    font-size: 23px;
    color: var(--color-9);
}
.back-total h4{
    text-align: left;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-2);
    border-bottom: 1px solid var(--color-2);
    margin-bottom: 15px;

}

.back-total h3{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-2);
    
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color:inherit;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.table td, .table th {
    border-top: none;
}

.tcenter{
    text-align: center;
}
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  justify-content: center;
    display: flex;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.mp-video {
    width: 100%;
    height: auto;
}
.tab-group li a {
 display: block;
    text-decoration: none;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    color: #a0b3b0;
    font-size: 15px;
    float: left;

    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    border-radius: 100px;
    margin-right: 5px;
}
.tab-group li a:hover {
  color: #333;
}
.tab-group .active a {
  background: #4888e5;
  color: #ffffff;
  border-radius: 100px;
}

.tab-content > div:last-child {
  display: none;
}

label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
/*  -webkit-transform: translateY(50px);
          transform: translateY(50px);*/
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;

}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
  resize: none;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}



.button-block {
  display: block;
  width: 100%;
}

  .forgot {
    margin-top: 10px;
    text-align: center;
}
.forgot a{
    color:#4d4d4d;
    font-weight: bold;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
     box-shadow: none;
}
.login-page {

  padding: 6% 0 0;
  margin: auto;
}
.bread{
    background: var(--color-8);
    color: var(--color-2);
    font-family: 'Cormorant Garamond';
    padding: .75rem 1rem;
    margin-bottom: 2rem;
    list-style: none;
    border-radius: 0;
   margin-top: 50px;

}
.img-product{
    margin-bottom: 15px;
}
.lista-empresa{
    list-style: none;
}
.lista-empresa li i{
    font-size: 18px;
    border-radius: 100px;
    background: #4888e5;
    color: #fff;
    padding: 10px;
    margin-right: 20px;
}
.lista-empresa li{
    font-size: 18px;

    letter-spacing: 0.7px;
    color:#4d4d4d;
    margin: 20px 0px 20px 0px;
}
.bread ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    font-size: 22px;
    line-height: 40px;
   
    font-weight: bold;
}
.bread ul li{
    padding:15px 10px;
    color:var(--color-1);
   
}
.separador{
    color:var(--color-1);
    font-size: 35px;
}
.m-t-100{
    margin-top: 100px;
}
.contact input{
    background: #f2f2f2;
    border-radius: 50px;
    border: none;
    font-size: 13px;
    height: 33px;
    color:#4d4d4d;
}
 .contact textarea{
    background: #f2f2f2;
    border-radius: 20px;
    border: none;
    font-size: 13px;
    color:#4d4d4d;
    resize: none;
  
}
.shadow{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.contact h3{
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.contact p{
    text-align: center;
    margin-bottom: 20px;
    
}
.contact{
    background: linear-gradient(53deg, rgba(245,244,250,1) 0%, rgba(233,238,254,1) 25%, rgba(222,238,253,1) 50%, rgba(233,238,254,1) 75%, rgba(244,245,250,1) 100%);
    border-radius: 24px;
    padding: 30px;
      margin: 10px 10px 50px 10px;
      box-shadow: 0 7px 11px rgb(123 123 123 / 37%);
      backdrop-filter: blur( 8.5px );
-webkit-backdrop-filter: blur( 8.5px );
border-radius: 10px;
}
.google-maps{
    margin-bottom: 20px;
}
.contact ul{
    list-style: none;
}
.contact ul li{
    font-size:13px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.contact ul li div{
    margin-left: 10px;
}
.parrafo-empresa{
    line-height: 20px;
    color: #4d4d4d;
    letter-spacing: 0.5px;
    text-align: justify;
    margin: 80px 40px 40px 60px;
    }
    .parrafo-empresa h4{
        color: #5c647c;
    font-size: 20px;
    margin-bottom: 20px;
    }
    
.leyenda{
        text-align: center;
    margin-bottom: 60px;
    font-family: auto;
    font-style: italic;
    color: #4888e5;
    font-size: 40px;
    margin-top:30px;
    
}
.fondo-azul{
position: absolute;
    width: 100%;
    background: #adcff7;
    height: 400px;
}
.fondo-img{
     background: url(../img/portada1.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100vh;
   width: 100% ;
   text-align: center;
   margin:0;
      
}
#col h1{
    margin-bottom: 20px;
}

.text{
    margin: 30px 0px 30px 0px;
    padding: 50px;
    display: inline-block;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    border-radius: 30px;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: auto;
}

.product-grid{ 
font-family: 'Montserrat', sans-serif;
/*border: 1px solid #e6e6e6;
border-radius: 6px;*/

}
.product-grid .product-image, .product-muestra .product-image{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    cursor:pointer;
}
.product-grid .product-image a.image, .product-muestra .product-image a.image{ display: block; }
.product-grid .product-image a.image:before, .product-muestra .product-image a.image:before{
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 250ms ease-out;
}
.product-grid .product-image:hover a.image:before, product-muestra .product-image:hover a.image:before{ opacity: 0.1; }
.product-grid .product-image img, .product-muestra .product-image img{

    width: 100%;
    height: auto;
    background: transparent url(../img/loader.gif) center center no-repeat;

}
.navbar {
    position: relative;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: flex-end;*/
    width: 100%;
        position: static;

}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px; 
}

.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.5s;
}
.product-grid .product-image:hover .pic-1, .product-muestra .product-image:hover .pic-1{ -webkit-transform: scale(1.3);
    -moz-transform: scale(1.12) rotate(5deg);
    -ms-transform: scale(1.12) rotate(5deg);
    -o-transfom: scale(1.12) rotate(5deg);
    transform: scale(1.12) rotate(5deg);
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.w-100{
    width: 100%;
}

.product-grid .product-image:hover .pic-2, .product-muestra .product-image:hover .pic-2{ opacity: 1; }
.cbp-vm-view-grid .social{
  padding-bottom:5px;
    margin: 0;
    list-style: none;
    opacity: 1;
    position: relative;
    z-index: 0;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 0;    
    width: 100%;
    justify-content: center;
}
.cbp-vm-view-grid .social-muestra{
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    position: relative;
    z-index: 0;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 0;
    width: 100%;

    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  
.cbp-vm-view-list .social{
  /*width: 5%;*/
    display: inline-grid;
    /*align-items: center;*/
}
.cbp-vm-view-list .social .w-50{
    width: 100%!important;
    
}
.cbp-vm-view-list .social .bor-t{
    border:none;
  
    border-left: 1px solid #dbdbdb;
    
}
.cbp-vm-view-list .social .bor-r{

    border-left: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
}
.cbp-vm-view-list .cbp-vm-icon-v {
    display: flex;
    justify-content: center;
    align-items: center;
}


.cbp-vm-view-list .product-grid .product-content, .cbp-vm-view-list .product-muestra .product-content  {
    width: 70%;
    display: inline-grid;
    align-items: center;
}
.cbp-vm-view-list .product-grid, .cbp-vm-view-list .product-muestra{
    display: flex;
}

.product-grid .social li{
    width: 50%;
    border-top: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
        -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
    
}
.product-grid .social li:hover{

    background: #f2f2f2;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
    
}thead tr{
    background: #fff;
}

.product-grid .product-image:hover .social{ opacity: 1; }
.product-grid .social li a, .product-grid .social li button{
color: #fff;
    background: transparent;
    font-size: 18px;
    text-align: center;

    margin: 2px;
    position: relative;
    display: block;
    transition: 250ms ease 0s;
    border-radius: 0;
    outline: 0;
    border: none;

}
.product-grid .social li a:hover, .product-grid .social li button:hover{
 /*   color: #fff;
    background: #4888e5;*/
}
.product-grid .social li a:before,
.product-grid .social li a:after,
.product-grid .social li button:before,
.product-grid .social li button:after
{
   content: attr(data-tip);
    color: #000;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    display: none;
    position: absolute;
    right: 0;
    bottom: 44px;
}
.product-grid .social li a:after,.product-grid .social li button:after{
content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
    /* top: 50%; */
    right: 0;
    bottom: 41px;
}
.bor-r{
    border-right: 1px solid #dbdbdb;
}
.bor-t{
    border-top: 1px solid #dbdbdb;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after, .product-grid .social li button:hover:before,
.product-grid .social li button:hover:after{
    display: block;
}
.product-grid .product-content, .product-muestra .product-content{ 
    padding: 5px; 
    text-align: left;
}
.product-grid .title, .product-muestra .title, .title{
        font-size: 14px;
        margin: 0;
        text-align: left;
        font-family: "Montserrat";
        padding-left: 0;
        padding-right: 0;
        color: var(--color-5);
        font-weight: 400;
         min-height: 20px; 
         display: inline-block;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         text-transform: lowercase;
         height: 35x;
         max-height: 35px;
         text-overflow: ellipsis;
         overflow: hidden;
         min-height: 34px;

    }
    
.product-grid .title::first-letter, .product-muestra .title::first-letter, .title::first-letter{
    text-transform: uppercase;
}
    
.product-grid .title a, .product-muestra .title a{
    color: #111;
    transition: all 500ms;
}
.product-grid .title a:hover, .product-muestra .title a:hover{ color: #e84393; }
.product-grid .price, .product-muestra .price, .price{
color: var(--color-1);
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    width: 100%;
    justify-content: center;

    display: inline-flex;
}
.product-grid .subprecio, .product-muestra .subprecio{
    font-size: 15px;
    margin-top: -5px;
}
.product-grid .sku{
    font-size: 13px;
    padding: 10px 0 0 0;
    color: #333;
    width: 100%;
    text-align: left;
}

.product-muestra .sku{
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 0 0;
    color: var(--color-2);
    width: 100%;
    text-align: center;
}
.product-grid .price span, .product-muestra .price span{
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
}
.texto-carousel{
        margin-top: 30px;
    margin-bottom: 30px;
    color: #3b4760;
    font-weight: 500;
}


.navbar-toggler-icon {
/*    margin-top: -100px;*/
}

.img-relac{
    margin:2px;
}
.img-relac:hover{

}
.btn-ok{
        line-height: 30px;
    padding: 2px 10px;
}


.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.end-btn{
    background-color:#1d385b;
    background-color: var(--color-4);
    font-family: "Montserrat";
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 7px 12px;
    border: 1px solid var(--color-4);
    outline: none;
    
}
.end-btn:hover{
    background-color: #fff;
    color:var(--color-4);
}
.white-btn {
    background-color:#fff;
    border: 1px solid #ccc;
    color: var(--color-1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 7px 12px;
    transition: all 0.3s ease-in-out;
}
.white-btn:hover{
    background-color: #e6e6e6;
    transition: all 0.3s ease-in-out;
}


.modal-header-aviso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header-aviso {
    padding: 15px;
    box-shadow: none;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat";
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header-aviso .close {
    margin-top: -2px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: none;
    line-height: 37px;
}
.modal-header-aviso .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
}
/* Paginacion */
.pagination>li{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-right: 5px;
    color:var(--color-1);
}
.pagination>li>a, .pagination>li>span{
    position: relative;
    float: left;
    padding: 5px 11px;
    line-height: 1.42857143;
      text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 13px;
   
    

}
    .pagination>li:focus, .pagination>li:hover, .pagination>li>span:focus, .pagination>li:hover {
        z-index: 2;
    color: #fff;
    background-color:var(--color-5);
    border: none;
    transition: all 0.3s ease-in-out;
    
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
color: #ccc;
    cursor: not-allowed;
    background-color: #f9f9f9;
    border: none;
}
.pagination{
    float: right;
    margin-top: 30px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 100px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 7px;

}

@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 40px; }
    
    .table-shopping-cart .table_row {
        height: auto;
        border: none;
    }
    .table-shopping-cart .column-2 {
        font-size: 13px;
    }
    .table-shopping-cart .column-3 {
    
    font-size: 13px;
    text-align: left;
}
    
    .p-4 {
     padding: 0!important; 
}
    .table-shopping-cart .column-4 {
        text-align: left;
    }
    .table-shopping-cart .column-5 {
        padding-right: 0;
        text-align: left;
        font-size: 13px;
    }
}



/* Tablet ----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .marco-registro{
            margin-left: 10px;
    margin-right: 10px;
}
.cbp-vm-view-grid ul li {
    width: 49%; 
}
.icon-header-item {
    margin-right: 0;
}
.form{
    margin: 20px 10px;
}
h1{
        font-size: 2rem;
}
.leyenda{
    font-size:30px;
}
#signup h1, #login h1, #muestra h1 {
    color: #fff;
    font-size: 30px;
}
.tab-group li a {

    font-size: 13px;
}
.navbar-toggle {

    padding: 9px 0px;
    margin-top: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin-left: 20px;
}
.parrafo-empresa{
margin: 79px 0px 60px 0px;
}

.bread ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    font-size: 17px;
    line-height: 40px;
    color: #4888e5;
    font-weight: bold;
}
.lista-empresa li i {
    font-size: 18px;
    border-radius: 100px;
    background: #4888e5;
    color: #fff;
    padding: 6px;
    margin-right: 10px;
}
.lista-empresa li {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.7px;
    color: #4d4d4d;
}
.categorias{
    border:none;
}

    .table-shopping-cart .table_row {
        height: auto;
        border: none;
    }
    .table-shopping-cart .column-2 {
        font-size: 13px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .table-shopping-cart .column-3 {
    
    font-size: 13px;
    text-align: left;
}
    
    .table-shopping-cart .column-4 {
        text-align: left;
    }
    .table-shopping-cart .column-5 {
        padding-right: 0;
        text-align: left;
        font-size: 13px;
        padding-top: 5px;
    }
}
/*moviles --------------------------------------------------------------------------*/
/*-----------------------------
/************************************
*/
@media only screen and (max-width: 480px) {
    
    .login-btn {
        border: none;
        padding-left: 10px;
        padding-top: 5px;
        background: transparent;
    }
    #time ul li{
        font-family: 'Cormorant Garamond';
        font-size: 22px;
        color: var(--color-1);
    }
    .valores {
        font-size: 13px;
    }
    .m-m-30{
        margin-top:30px;
    }
    .tits-secundario {
        text-align: center;
        font-family: 'Montserrat';
        color: var(--color-1);
        font-size: 16px;
    }
    #diseno img{
        width: 75px;
    }
    #diseno a p {
        padding: 0;
        font-weight: bold;
        color: var(--color-2);
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
        /* letter-spacing: 0.1em; */
        padding-right: 21px;
    }
    #diseno p {
        text-align: left;
        font-size: 17px;
        letter-spacing: 0.05rem;
        color: var(--color-1);
        padding-top: 30px;
        margin-left: 15px;
    }
    #diseno h3 {
        font-size: 20px;
        margin: 0 auto;
        text-align: left;
        font-weight: bold;
        letter-spacing: 0.05em;
        color: var(--color-2);
        margin-left: 15px;
    }
    .tits{
        font-family: "Cormorant Garamond";
        font-size: 15px;
        letter-spacing: 0.1em;
}
    .fondo-product{
        background: url(../img/product.jpg) no-repeat fixed 0 0;
        background-size: cover;
        height:250px;
    }
    .fondo-fornitura{
        background: url(../img/fornitura.jpg) no-repeat fixed 0 0;
        background-size: cover;
        height: 250px;
    }
    .h-250{
        min-height: 200px;
    }
    .h-150{
        min-height: 140px;
    }
    
    .service-title{
        padding: 20px;
        color: var(--color-2);
        font-size: 26px;
        line-height: 35px;
        font-weight: 600;
    }
        .service-literal{
            line-height: 25px;
            /* display: flex; */
            font-family: 'Montserrat';
            color: var(--color-2);
            font-size: 16px;
            padding: 10px 5px;
    }
    .tits-primario{
        text-align: center;
        font-family: 'Cormorant Garamond';
        font-size: 23px;
        font-weight: 700;
        letter-spacing: .05em;
        color: var(--color-1);
        margin-bottom: 15px;
    }
    
    .nav__logo img {
    width: 100%;
    max-width: 190px;
  }
  .text {
    margin: 20px 0px 30px 0px;
    padding: 20px;
    display: inline-block;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    border-radius: 10px;

}
#first h2, #new h2 {
    font-family: "Montserrat";
    font-size: 24px;
 
}
.p-all-40-r {
    padding: 20px 0px 0px 0px;
}
.card-home {
    display: flex;
    padding: 30px 0px;
    background: #fff;
    box-shadow: 0 4px 7px 3px #e6e6e6;
    border-radius: 4px;
    min-height: 117px;
    margin-bottom: 10px;
}
#new p, #bussine p {
    padding-left: 0px; 
}
.contact h3 {
    margin-bottom: 22px;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
}
#new h4, #bussine h4 {
    padding-left: 0;
    padding-bottom: 10px;
}
.text h1{
    font-size:25px;
}
.platform {
    font-size: 18px;
}
.container-menu-desktop {
    display: none;
}
  
    .hamburger{display:inline-block;}

    .dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 22px;
    font-size: 11px;
}
        .marco-registro{
            margin-left: 10px;
    margin-right: 10px;
}
.efec-titulo{
    height: 70px;
    color: #fff;
    font-size: 16px;
    text-shadow: -1px 0 #bbb, 0 1px #bbb, 1px 0 #bbb, 0 -1px #bbb;
    padding-top: 24px;
    line-height: 21px;
    max-width: 70%;
    text-transform:uppercase;
}
.aviso_vacio {
    font-size: 30px;
}
.limiter-menu-desktop img{
    max-width: 160px;
}
.icon-header-noti::after {
    top: -1px;
    right: -5px;
}
#rte{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
}
.p-4 {
     padding: 0!important; 
}
.parrafo-empresa{
margin: 79px 0px 60px 0px;
font-size:13px;
}
.p-r-11, .p-lr-11, .p-all-11 {
    padding-right: 1px;
}
.wrap-search-header input {
    font-size: 15px;
}
.wrap-search-header {
    /*width: 960px;*/
    max-width: 100%;
/*  height: 70px;*/
}
.aviso-buscar {
    font-size: 11px;
    margin-top: 20px;
    color: #222;
    font-weight: bold;
    letter-spacing: 0.25px;
}
.form{
    margin: 20px 10px;
    padding: 20px;
}
.tab-group {
    display: block;
}
h1{
        font-size: 2rem;
}

.leyenda{
    font-size:30px;
}
.categorias{
    border:none;
}

    .table-shopping-cart .table_row {
        height: auto;
        border: none;
    }

#signup h1, #login h1, #muestra h1 {
    color: #fff;
    font-size: 30px;
}
.tab-group li {

    display: flex;
       justify-content: center; 
}

.tab-group li a {

    font-size: 13px;
        margin-bottom: 10px;
}
.bread ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    font-size: 17px;
    line-height: 40px;
    color: #4888e5;
    font-weight: bold;
}
.lista-empresa li i {
    font-size: 18px;
    border-radius: 100px;
    background: #4888e5;
    color: #fff;
    padding: 6px;
    margin-right: 10px;
}
.lista-empresa li {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.7px;
    color: #4d4d4d;
}
}

.form-item h1{
    color: #3b4760;
       font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}
.referencia{
    font-size: 14px;
    color: var(--color-5);
    width: 100%;
    letter-spacing: 1px;

    margin-bottom: 15px;
}

.peso{
    font-size: 15px;
    color: var(--color-1);
    font-weight: 300;
    padding: 0;
    MARGIN-BOTTOM: 10PX;
}

.our_price_display{
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 33px;
    font-weight: 700;
    color: var(--color-9);
    display: flex;
}
.our_price_display .subprecio{
    font-size: 18px;
    margin-top: -10px;
}
.medidas{
    margin-bottom: 25p;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: var(--color-2);
    font-family: 'Montserrat';
    font-size: 14px;
}
.medidas-cart{
    FONT-SIZE: 13PX;
    FONT-FAMILY: "Montserrat";
    FONT-STYLE: italic;
    color: var(--color-2);
    letter-spacing: 0.03em;
}
.content_talla{
    font-size:14px;
}
.content_talla label{
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: var(--color-1);
    letter-spacing: 0.05em;
}
.contenedor {

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-unidad{
    margin: 30px 0;
}
.unidades{
    font-size: 13px;
    letter-spacing: 1px;
    color:#666;
}
.uni-input {
    border: none;
    text-align: center;
    font-size: 17px;
    max-width: 56px;
}

.table-shopping-cart .column-3 {
    min-width: 170px;
}
.bootstrap-touchspin-up:hover{
    background: var(--color-8);
    border-radius: 0px 100px 100px 0px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid;
    
}
.bootstrap-touchspin-down:hover{
    background: var(--color-8);
    border-radius: 100px 0px 0px 100px;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid;
    
}
.btn-default{
    font-family: 'Montserrat';
    font-size: 14px;
    background: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-9);
    border-radius: 0;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1em;
    justify-content: center;
    background: #fff;
    color: var(--color-9);
    
}
.btn-default:hover{
    background:var(--color-7);
    transition: all 0.3s ease-in-out;
    
}

@media (min-width: 576px){
.contenedor {
    max-width: 540px;
}

}

@media (min-width: 768px){
.nav>li {
    position: relative;
    display: block;
    padding-left: 10px;
    float: left;
}

    .contenedor {
    max-width: 100%;   
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-toggle {
    display: none;
}
}

@media (max-width: 991px){
.lead {
    display:none;
}
}

@media (min-width: 992px){
.contenedor {
    max-width: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
}
.navbar-expand-lg .navbar-nav .dropdown-megamenu {
    position: static;
}
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-lg .navbar-nav .dropdown-megamenu {
    position: absolute;
}

}

@media only screen and (max-width: 760px), (max-device-width: 1023px) and (min-device-width: 768px){
tr:nth-child(odd) {
 
}
}

 /* ///  DECORATION CSS ///  */
.cont_select_center {
 /* position: absolute;
  left: 50%;
  top:50%;*/
 
  margin-top: 0;
  margin-bottom: 15px;
  /*margin-left: -150px;*/
}


/* ///  END DECORATION CSS  ///  */

.icon_select_mate {
  position: absolute;
  top:10px;
  right: 2%;
  font-size: 16px;
    height: 22px;
  transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    min-width: 230px;
    width: 230px;
    min-height: 25px;
    color: var(--color-5);
    font-weight: 300;
    background-color: #fff;
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid var(--color-4);
}
/* Oculto el elemento select */
  select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;  
    z-index: -1;
  }


.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.cont_select_int {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
 
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 5px;
    box-shadow: none;
    transition: all 375ms ease-in-out;
    box-shadow: 0 2px 3px #ccc;
    border: 1px solid var(--color-9);
    background: #fff;
    box-shadow: 0 6px 10px #ccc;
}
.cont_select_int li:hover{
    color: var(--color-5);
    background: var(--color-7);
}
.cont_select_int	li {
	position: relative;
    float: left;
    width: 100%;
    border-bottom:none;
    list-style-type: none;
    padding: 10px;
    margin: 0px;  
    transition: all 275ms ease-in-out;
    display: block;
    cursor:pointer;
    font-size:16px;
    color:var(--color-2);
}
		
	.cont_select_int li &:last-child {
        border-radius: 3px;
        border-bottom:0px; 

        }
        
                 .selecionado_opcion{
                     line-height: 40px;
                     padding: 10px;
                 }
   .activa {
   background-color: #EEEEEE;
   }


/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0px;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid var(--color-9);
}

.p-l-0{
    padding-left:0;
}
.p-r-0{
    padding-right: 0;
}
.slic-margen{
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.tit-lopd {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    color: var(--color-1);
    line-height: 35px;
    text-align: left;
    letter-spacing: 0.1em;
   padding-left: 20px;
}
.tit-cat{
    font-size: 24px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    color: var(--color-1);
    line-height:35px;
    text-align: left;
    letter-spacing: 0.1em;

    
}
.pendiente {
    font-size: 12px;
    background: var(--color-5);
    padding: 5px 8px;
    border-radius: 100px;
    color: #fff;
}
.procesado {
    font-size: 12px;
    background: var(--color-7);
    padding: 5px 8px;
    border-radius: 4px;
    color: var(--color-2);
}
.pedido, .pdf, .tienda {
    border: 1px solid var(--color-2);
    display: inline-flex;
    padding: 5px;
    border-radius: 100px;
    margin-right: 10px;
    background-color: var(--color-9);
    transition: all 0.6s ease-in-out;
    color: #fff;

}
.pedido:hover, .pdf:hover {
    background: #fff;
    transition: all 0.6s ease-in-out;
    color:var(--color-9);
}

#table-order th {
    background: #fff;
    font-size: 19px;
    color: Var(--color-1);
    line-height: 1.6;
    font-family: 'Cormorant Garamond';
}

.npedi {
    font-size: 22px;
    font-weight: bold;
    color: #2c8ebb;
}
#table-datos {
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
    font-size:12px;
}
#table-datos thead th {
    background:  #5d657c;
    border: none;
    color:#fff;
}
.tright{
    text-align: right;
}
.lh-35{
    line-height: 35px;
}
.bg-primary {
    background-color: #adcff7!important;
}

.wrap-menu-desktop {
    position: relative;
    /* background: red; */
    background-color: transparent;
    width: 100%;
    -webkit-transition: height 0.3s,background-color 0.3s;
    -o-transition: height 0.3s,background-color 0.3s;
    -moz-transition: height 0.3s,background-color 0.3s;
    transition: height 0.3s,background-color 0.3s;
    z-index: 9;

    
}
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: var(--color-2);
    height: 75px;
    opacity: 0.8;
    backdrop-filter: blur(5px);

    background-color: rgba(255,255,255,.25);
    backdrop-filter: blur(3px);
    isolation: isolate;
    inset: 0;
    z-index: 2;
    box-shadow: inset 2px 2px 1px 0 rgb(255 255 255), inset -1px -1px 1px rgb(255 255 255), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    
}
.container-menu-desktop {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;

}

.center-container{
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
}
.bgb{
    background: #e4edfd;
}

@media (max-width: 991px){

.bread{
    margin-top:100px;

}
}

/* isotope */

.portfolioFilter a { 
    margin-right: 10px; 
    color:#3f1833;
    text-decoration:none;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.portfolioFilter a.current { 
    font-weight:bold;
}


img {
 /* margin:5px;*/
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolioFilter{
    text-align: center;
    line-height: 40px;
    background: #fff;

}

.portfolioFilter button{
font-size: 12px;
    color: #fff;
    background: transparent;
    padding: 10px;
    line-height: 14px;
    font-family: "Montserrat";
    border: none;
    margin: 2px;
    background: #4888e5;
    border-radius: 100px;
    display: inline-flex
}
.portfolioFilter button:hover{
    text-decoration: underline;
}
.item-wrap{
    border: none;/*2px solid #926a31;*/
    margin: 5px;
}

.mostrapagion>li>a, .mostrapagion>li>span {
position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d657c;
    text-decoration: none;
    background-color: #fff;
    border: none;
    margin: 2px;
    border-radius: 0px;
    font-size: 13px;
}
.mostrapagion>li>a:focus, .mostrapagion>li>a:hover, .mostrapagion>li>span:focus, .mostrapagion>li>span:hover {
z-index: 2;
    color: #fff;
    background-color: #adcff7;
    border: none;
}
.mostrapagion>.disabled>a, .mostrapagion>.disabled>a:focus, .mostrapagion>.disabled>a:hover, .mostrapagion>.disabled>span, .mostrapagion>.disabled>span:focus, .mostrapagion>.disabled>span:hover {
color: #ccc;
    cursor: not-allowed;
    background-color: #f9f9f9;
    border: none;
}
.actual{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}
.pag-ico{
    font-size: 46px;
    color: #000;
    line-height: 50px;
        border: none;
    background: #ffff;
    padding: 0px 5px;
    margin-left: 5px;
    
}
.pag-ico-disable{
    font-size: 46px;
    color: #ccc;
    line-height: 50px;
        border: none;
    background: #ffff;
    padding: 0px 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    
}

.mostrapagion{
    margin-top: 30px;
}
.mostrapagion>li:last-child>a, .mostrapagion>li:last-child>span {

border-radius:0px;
}
.mostrapagion>li:first-child>a, .mostrapagion>li:first-child>span {

border-radius:0px;
}
.navbar-nav {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}
.megamenu-li {
    position: static;
}
.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background: #f9f9f9;
    height: 100vh;
    width: 100%;
}

#filter li {
    padding: 5px 0px 5px 10px;

}
/* Radio Button */
.control {

display: block;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
padding-top: 3px;
cursor: pointer;
font-size: 13px;
width:100%;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    outline: none;
    border: 1px solid #444;
    border-radius: 0;

/*position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
    background: #f6f8ff;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 1px;*/

}
.control-radio .control_indicator {
border-radius: 50%;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
    color: #adcff7;
    font-size: 30px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
   /* background: #4887e4;*/
    border: 1px solid var(--color-4);
    
/*background: #cccccc;
border:none;*/
}
.tab_in_sec .panel-default>.panel-heading a.active {
    background: #adcff7;
    color: #fff;
}

.control input:checked ~ .control_indicator {
    background: var(--color-4);
    border: 2px solid var(--color-4);
    
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-radio .control_indicator:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: 1px solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);

    /*left: 3px;
    top: 3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;*/
}
.control-radio input:disabled ~ .control_indicator:after {
background: #7b7b7b;
}
.control-checkbox .control_indicator:after {
    left: 4px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #e6e6e6;
}
/*  end radio button */

.table-shopping-cart td {
    font-family: "Montserrat";
    color: var(--color-2);
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .5px;
}
table.footable>tbody>tr>td.footable-sortable, table.footable>tbody>tr>th.footable-sortable, table.footable>tfoot>tr>td.footable-sortable, table.footable>tfoot>tr>th.footable-sortable, table.footable>thead>tr>td.footable-sortable, table.footable>thead>tr>th.footable-sortable {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    /* background: #5d657c; */
    color: var(--color-1);
    border: none;
    font-family: 'Montserrat';
    border-bottom: 1px solid #ccc;
}
.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.btn-2{
    display: none;
}
.cliente{
    color: #000;
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
    border:none;  
}

.Name-p{
    font-size: 20px;
    color: var(--color-5);
  font-weight: 400; 
    text-transform: UPPERCASE;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left !important;
}
#porta {
        margin-top: 50px;
    +}
.rotate{
      transform: rotate(90deg);
      -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.norotate{
      transform: rotate(0deg);
      -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.block4-pic {
    position: relative;

}
.block4-txt {
    position: relative;
  
    align-items: center;
    padding-top: 25px;
    text-align: center;
    justify-content: center;
    padding-left: 5px;
    line-height: 27px;
    font-size: 16px;
    font-family: "Montserrat";
    color:var(--color-2);
}

.block6-pic {
    position: relative;
    width: 100%;
    float: left;
}
.block6-txt {
    position: absolute;
    width: 100%;
    height: 100%;
}
.block6-centrado{
 
        position: relative;
        font-size: 16px;
        font-weight: 600;
        font-family: "Montserrat";
         letter-spacing: 0.02em;
        padding:10px;
}

.stext-104 {
    font-size: 14px;
    font-family: "Montserrat";
   line-height: 1.466667;
    color: var(--color-1);
    font-weight: 400;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin:0px;

       
    }
 
        .product-grid .price, .price {
            color: var(--color-5);
            font-size: 18px;
            font-weight: 600;
            font-family: "Montserrat";
            width: 100%;
            justify-content: left;
            display: flex;
        }
  
    .ltext-122 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: #5d657c;
    text-align: left;
    margin-bottom: 40px;
}

.item-slick4{
    margin-bottom: 5px;
    border:2px solid #f2f2f2;
        
}
.card-header {

    margin-bottom: 0;
    background-color:#fff;
    border:1px solid #e6e6e6;
    border-radius: 8px;
}
.card{
    border: none;
    border-radius: 0;
}
.notify-card{
    width: 100%;
    text-align: left;
    border: none;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.float-r{
    float:right; 
}
.sidebar {
    float: left;
}


.slick-next:hover, .slick-prev:hover {
    animation-name:latir;
animation-duration: 0.6s;
animation-iteration-count: infinite;
animation-direction: alternate;	
}
.slick-next, .slick-prev {
    border: none;
    background: transparent;
    display: flex;
    /* justify-content: right; */
    text-align: center;
    border: none;
    font-size: 33px;
    color: var(-color-1);
    position: absolute;
    top: 100px;
    
    
}
@keyframes latir-menos {
    0% {
      transform: scale(1);
      
    }
    100% {
      transform: scale(1.03);
    }
  
  }

/* Latir */
@keyframes latir {
    0% {
      transform: scale(1);
      
    }
    100% {
      transform: scale(1.2);
    }
  }

/* Rotate */
@keyframes rotate {
    0% {
      transform: rotateY(0deg);
      
    }
    100% {
      transform: rotateY(360deg);
    }
  }
/* Fecha animada */
@keyframes movieleft {
    0% {
      transform: translateX(0px);
      
    }
    100% {
      transform: translateX(-10px);
    }
  }
  
@keyframes moviendrew {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(10px);
    }
  }
  /* Latir */
@keyframes aparecer {
    0% {
      opacity: 0;
      
    }
    100% {
      opacity: 1;
    }
  }

.slick-next{
    right:0;
    z-index: 9;
}
.slick-prev{
    left:0;
    z-index: 9;


}

.slick-prev-hor{
        position: absolute;
    top: 0;
    border: none;
    background: transparent;
    font-size: 26px;
    z-index: 99;
    color: var(--color-1);
    right: 30px;
    transition: all 0.5s ease;
    height: 20px;
    
}
.slick-next-hor{
    position: absolute;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 26px;
    z-index: 99;
    color: var(--color-1);
    right: 5px;
    transition: all 0.5s ease;
    height: 100%;
    
}
.slick-next-hor:hover, .slick-prev-hor:hover{
    color:#ccc;
    transition: all 0.5s ease;
}
footer ul li {
    font-size:15px;
    font-family: "Montserrat";
    color:#fff;
}
footer a{
    color:#fff;
    letter-spacing: 1px;
    font-family: "Montserrat";
    font-weight: 400;
}
footer a:hover{
 
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 118px;
    z-index: 9999;
    width: auto;
    left: 50px;
    background: #fff;
}
 
#suggestions .suggest-element {
    background-color: #fff;    
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
    font-size:13px;
}

@media only screen and (max-width: 480px) {
#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 70px;
    z-index: 9999;
    width: auto;
    left: 5px;
    background: #fff;
}
 
#suggestions .suggest-element {
    background-color: #fff;    
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
    font-size:13px;
}
}

.table-shopping-kart {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
    background: #fff;
    margin-bottom: 30px;
    border: none;
}
.input-ctr {
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 2em;
}
.table-shopping-kart td {
    color: #fff;
    line-height: 1.6;
    padding-left: 5px;
    padding-right: 5px;
}
.table-shopping-kart .column-1 {
/*    width: 140px;*/
    font-size: 15px;
    text-align: center;
}
.table-shopping-kart .table_head th {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-shopping-kart .column-5 {
    width: 150px;
    padding-right: 5px;
    text-align: center;
    font-size: 15px;
}
.table-shopping-kart .column-2 {
    width: 100px;
    font-size: 15px;
    text-align: center;
}
.table-shopping-kart .column-3 {
    width: auto;
    font-size: 15px;
    text-align: center;
}
.table-shopping-kart .column-6 {
    padding-right: 20px;
}
.actua {
    font-size: 20px;
    background: #adcff7;
    margin: 5px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.table-shopping-kart tbody tr {
    border:none;
}
.aviso-sin-stock{
    position: absolute;
    left: 50%;
    top: 40%;
    padding: 5px;
    border-radius: 100px;
    color: #fff;
    background: rgba(255,0,0,.3);
    transform: rotate(11deg);

}
.sin-stock{
        position: absolute;
    left: 50%;
    background: rgba(255,0,0,.3);
    padding: 6px;
    color: #fff;
    border-radius: 100px;
    transform: rotate(5deg);
    top: 10%;
}
.scroll-nav{
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 120px);
}
.scroll-atri{ 
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    height: 200px;
}

.separador-cata {
   
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}
.name-cata {
    color: #545454;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 800;
}

.scroll-nav::-webkit-scrollbar {
    -webkit-appearance: none;

    width: 15px;
}

.scroll_nav::-webkit-scrollbar:vertical {
    width:25px;
}

.scroll-nav::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.scroll-nav::-webkit-scrollbar:horizontal {
    height: 20px;
}

.scroll-nav::-webkit-scrollbar-thumb {
    background-color:var(--color-4);
    
}

.scroll-nav::-webkit-scrollbar-track {
    border-radius: 20px;  
}
.btn-filter{
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    cursor:pointer;
    color: var(--color-2);
    display: flex;
    align-items: center;
}
.btn-filter:hover{
    color: var(--color-5);
   
}
.lbl{
    cursor:pointer;
    font-weight: bold;
    letter-spacing: 2px;
}
.caracter{
        font-weight: bold;
   
    padding: 4px;
  
}
.filter-li{
    font-size: 13px;
    margin-right: 10px;
    position:relative;
    padding: 2px 8px;
    border: 1px solid #666;
    color: #54545;
    /* border-radius: 50px; */
    margin-bottom: 5px;
}
.card-border{
    background: #fff;
    border: 1px solid var(--color-9);
    border-radius: 2px;
}

.scroll-atri::-webkit-scrollbar {
    
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid var(--color-4);
     border-radius: 0;
     width: 10px;
}

.scroll_atri::-webkit-scrollbar:vertical {
    width:15px;
}

.scroll-atri:-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.scroll-atri::-webkit-scrollbar:horizontal {
    height: 15px;
}

.scroll-atri::-webkit-scrollbar-thumb {
    background-color:var(--color-9);
    border-radius: 0px;
}

.scroll-atri::-webkit-scrollbar-track {
    border-radius: 0px;  
}
.list_atri{
    /*border-bottom: 1px solid #e6e6e6;*/
    padding: 5px;
    color: var(--color-2);
    font-size: 14px;
}
.atri-label{
    font-weight: bold;
    padding: 10px 10px 0;
    font-size: 20px;
    margin-top: 20px;
}
.list_atri td{
    padding-top: 5px;
}

/*  search */
.bt-search{
   position: absolute;

    top: 0;
    border: none;
    background: #f0f0f0;
    height: 63px;
    height: 38px;
    width: 40px;
    border-radius: 100px 0 0 100px;
    border: 1px solid #f0f0f0;
}
.input-group{
    border: 1px solid var(--color-9);
    border-radius: 100px;

}
.input-group-append .btn, .input-group-prepend .btn {
    z-index: 1;
}
.atencion {
    color: #78A7F9;
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.phone {
    color: #20387D;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: #eaf1fc;
}
.callme_small {
    COLOR: #FFF;
    FONT-SIZE: 1.2em;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    background: rgb(72,135,228);
    background: linear-gradient(90deg, rgba(72,135,228,1) 0%, rgba(169,201,248,1) 100%);
    letter-spacing: 1.5px;
    margin: 20px;
}

.contorno {
    background: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin: 30px;
    height: 270px;
}
.contorno h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.contorno p {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.contorno a {
    background: rgb(0,190,61);
    background: linear-gradient(90deg, rgba(0,190,61,1) 0%, rgba(0,135,48,1) 100%);
    color: #fff !important;
    padding: 5px 13px;
    border-radius: 100px;
    cursor: pointer;
}
.callme {
    COLOR: #FFF;
    FONT-SIZE: 2.5em;
    text-align: center;
    border-radius: 100px;
    padding: 4px 0 10px;
    background: rgb(72,135,228);
    background: linear-gradient(90deg, rgba(72,135,228,1) 0%, rgba(169,201,248,1) 100%);
    letter-spacing: 1.5px;
    margin: 20px;
}
.img-what {
    width: 34px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contorno img {
    width: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.img-diamond{
    width: 34px;
    padding-top: 2px;
}
.agotado{
    font-size: 15px;
    margin-left: 50px;
    line-height: 57px;
    background: #e48a8a;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
@media (min-width: 576px){ 
.contorno {
    margin: 20px 0px;
    height: 260px;
}
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: red;
}
.nopadding{
    padding: 0;
}
.nomargin{
    margin: 0;
}

@media only screen and (max-width: 1400px), (max-device-width: 1400px) {
   
    }

/*  social bar */


.social-what{position:fixed;right:20px;bottom:0;font-size:1.5rem;display:flex;flex-direction:column;align-items:flex-end;z-index:999}
.icon{
    color: #fff;
    text-decoration: none;
    padding: 0.9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    transition: all 0.6s ease-in-out;
}
.icon-whatsapp{background:#25D366;opacity:0.5;}
.icon:hover{
    opacity: 1;
    transition: all 0.6s ease-in-out;
    justify-content: end;
    color: #fff;
    border-radius: 100px 100px 100px 0;}


    @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-250px * 7));
        }
      }
      .slider {
        background: white;
        margin: auto;
        overflow: hidden;
        position: relative;
        
      }
      .slider::before, .slider::after {
        content: "";
        height: 100%;
        position: absolute;
        width: 200px;
        z-index: 2;
      }
      .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
      }
      .slider::before {
        left: 0;
        top: 0;
      }
      .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
                animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 10);
      }
      .slider .slide {
       /* height: 100px;
        width: 250px;*/
      }
      .slick-sllider{
        display: block;
        float: left;
    
        min-height: 1px;
        margin:5px;
        margin: 5px;
            box-shadow: 0 1px 2px #e6e6e6;
            border-radius: 4px;
            border: 1px solid var(--color-7);
      }


/*  modal */      
.modal-body {
     padding: 0;
    border-radius: 0rem;
  }
  
  .modal-content {
    border-radius: 0rem;
    width: 100%;
    -webkit-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  -moz-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  }
  .modal-content h1, .modal-content h2, .modal-content h3 {
      text-align: center;
  }
  .modal-content h1 {

    text-transform: uppercase;
  }
  

  .modal-content h3 {
  
    letter-spacing: 2px;
  }
  #signum{
    margin-top:30px;
  }

  .capa-svg{
    height: 87px;
    margin-top: -117px;

  }
  .capa-titulo {
    color: var(--color-);
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 33px;
    background: rgba(255,255,255,.2);
    top: 0;
    font-weight: bold;
    padding: 20px;
    isolation: isolate;
    /* inset: 0; */
    z-index: 2;
    box-shadow: inset 1px 1px 1px 0 rgb(255 255 255), inset -1px -1px 1px rgb(255 255 255);
    backdrop-filter: blur(3px);
    margin: 20px 10px;
    width: 90%;
    left:3%;
    border-radius: 50px;
    animation-name:latir-menos;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;	
}
 #signum label{
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--color-2);
  font-weight: bold;
  font-family: 'Cormorant Garamond';
  }
  .back-modal{
    background: url(../img/image004.jpg) no-repeat 0 0;
  }

  /* menu categorias */

  #menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid var(--color-2);
    margin-left: 20px;
    border-radius: 4px;
    DISPLAY: FLEX;
    align-items: center;
    padding-right: 5px;
    font-weight: bold;
    color: var(--color-2);
    font-size: 15px;
  }
  
  #menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 10px;
    margin: 10px;
  }
  
  #menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: var(--color-2);
    background-color: var(--color-2);
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  
  #menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
  }
  #menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 6px;
  }
  #menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 12px;
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  
  #menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #menu-container .menu-list {
    /*
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 350px;
    box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    background: rgb(243 237 230);
    height: 100vh;
    border-radius: 4px;*/
  }
  
  #menu-container .menu-list li.accordion-toggle,
  #menu-container .menu-list .menu-login {
    font-size: 15px;
    padding: 10px 20px;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: var(--color-9);
    border-bottom: 1px solid var(--color-9);
    
  }
  #menu-container .menu-list li:first-of-type {
    border-top: 0;
  }
  
  .accordion-toggle,
  .accordion-content {
    cursor: pointer;
    font-size: 15px;
    position: relative;
    letter-spacing: 1px;
    padding: 25px;
    line-height: 30px;
    color: var(--color-9);
    text-align: left;
    font-family: "Montserrat";
  }
  
  .accordion-content {
    display: none;
  }
  
  .accordion-toggle a:before,
  .accordion-toggle a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
  }
  
  .accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
  }
  
  .accordion-toggle.active-tab {
    background: #fff;
    transition: all 0.3s ease;
  }
  .accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #000 important;
  }
  
  .accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #000 !important;
    opacity: 0;
  }
  
  
[data-toggle="collapse"]:after {
        display: inline-block;
        font-size: 32px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      content: "-";
    
      /*transform: rotate(90deg) ;*/
      transition: all linear 0.25s;
      float: right;
      }   
    [data-toggle="collapse"].collapsed:after {
      /*transform: rotate(0deg) ;*/
      content: "+";
      font-size: 32px;
    }
 
    .card-header-modal {
        /* margin-bottom: 0; */
        background-color: #fff;
        box-shadow: none;
        border: none;
    }
     .popover {
        color: #555555;
        line-height: 1.5em;
        background: #FFFFFF;
        border: none;
        border-radius: 3px;
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
        z-index:99999;
      }
      .popover.left > .arrow, .popover.right > .arrow, .popover.top > .arrow, .popover.bottom > .arrow {
        border: none;
      }
      
      .popover-title {
        background-color: #FFFFFF;
        border: none;
        padding: 15px 15px 5px;
        font-size: 1.3em;
        z-index:99999;
      }
      
      .popover-content {
        padding: 10px 15px 15px;
        line-height: 1.4;
      }

      .amarillo{
        width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #dac225;
    background: #c9c655;
    background: linear-gradient(90deg,rgba(201, 198, 85, 1) 0%, rgba(222, 205, 58, 1) 49%, rgba(235, 225, 134, 1) 100%);
    border-radius: 100px;
    }
    .blanco{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-right: 5px;
    border: 1px solid #b5b5b5;
        background: #dbd7d7;
        background: linear-gradient(90deg,rgba(219, 215, 215, 1) 0%, rgba(222, 222, 222, 1) 49%, rgba(245, 245, 245, 1) 100%);
    }
    .rojo{
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border: 1px solid #dac225;
        border-radius: 100px;
    
        background: #e08993;
        background: linear-gradient(90deg,rgba(224, 137, 147, 1) 0%, rgba(245, 154, 154, 1) 49%, rgba(194, 35, 35, 1) 100%);
    }
    .clausula{
        margin-top: 10px;
        font-family: 'Cormorant Garamond';
        color: var(--color-2);
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 15px;
        background: var(--color-7);
        padding: 5px;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(240, 221, 200, 1) 50%, rgba(255, 255, 255, 1) 100%);
       
    }