/*VARIABLES*/
:root {
  --color-gris: #a9a9a9;
}


.bg-naranja{background: #f16623}
.t-naranja{color: #f16623}
.t-negro{color: #1c1c1c}

a:hover {
    color: #f16623;
}

.header-reorder #navigation {  padding-left: 30px; }
nav#navigation .header-menu-toggle .toggle-button-icon:after,
nav#navigation .header-menu-toggle .toggle-button-icon:before,
nav#navigation .header-menu-toggle .toggle-button-icon {
    background: #fff;
}

#header-utils .header-util-item .toggle-search-form, #header-utils .header-util-item .user-account, #header-utils .header-util-item a.mini-cart-link {
/*   padding-right: 30px;*/
}

#reg_form .row{align-items: center;} 
#reg_form h4{margin-top: 15px;} 
#reg_form input, #reg_form select{height: 2.5rem;} 
.input_tipo span, .input_tipo p{font-size: 14px; font-weight: bold; line-height: 14px; margin-bottom: 0; color: #1a1a1a !important}
.input_tipo .rojo{ color:red !important; font-size: 16px; }
.input_tipo .info-extra{ color: #c1c1c1; font-size: 12px; font-weight: normal}
.input-mb{margin-bottom: 10px;}
.input-mt{margin-top: 10px;}
#reg_form{ max-width: 100%; }
#transporte{display: none}




/*#newsletter{border: solid 1px #7e7c7c;}*/
#newsletter input{ 
 border: none;
 border-radius: 0px;
 }

 .m_categorias{display: none !important;}

/*dropdown menu*******************/
/*.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}*/

.dropbtn {
   /* background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;*/
}

.menu_resaltar{font-family: 'AlternateGothic2 BT'; font-size: 35px !important; letter-spacing: 0.02em !important;}
.titulo_resaltar{font-family: 'AlternateGothic2 BT'; font-size: 55px !important; letter-spacing: 0.02em !important; text-transform: uppercase; color: #f16623}

.txt_importante{ color: #f16623; font-family: 'AlternateGothic2 BT'; font-size: 18px; line-height: 18px;}

#admin_Observaciones, #admin_pago  {border: 1px solid #e7e7ef; font-size: .8125rem;}



.detalle_img{  width: 50%; aspect-ratio: 1 / 1; background-size: contain !important; }


.bonif{ color:red; margin-left: 20px; }
.tachar{ text-decoration:line-through; }
.f12{ font-size:12px; }

.contacto_calidad{ color: #1a1a1a }
.contacto_calidad img{ width: 50px; margin-right:10px; padding-top:10px; }
.calidad{ margin-top:10px; }
.calidad:hover h4{ color: #b7b7bf; }
.calidad img{    width: 50px; margin-right:15px;  }
.iram{position: absolute; width: 340px; top: -40px; right: 70px;  }
.iram_cel{ display:none }


.dropdown-content {
    display: block;
    position: absolute;
    left: 0px;
    top: 105px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 50px 50px 130px;
}

.dropdown-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;

}

/*Menu ordenado horizontalmente*/
/*.dropdown-content .dropdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
}*/

/*Menu ordenado verticalmente*/
.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 10px;
}




.dropdown:hover .dropdown-content {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}

/*fin dropdown menu*******************/


/*.fijaciones h5, .fijaciones p{text-align: center !important;}*/



 .resaltar{ color: #ec1c24; font-weight: normal !important; font-size: .875rem !important;}

#mercado p{ font-weight:bold; font-size: 12px; color:#0a0080; line-height:14px; margin-top:10px; }
.mercado_btn{width: 40%; }
.mercado_btn:first-child{margin-right: 10%;}

/*  LIGHT SLIDER    */

.lSSlideOuter .lSPager.lSpg {   
margin: 10px -75px 0px !important ;
}


/* .pdp-main .product-image-container .image-grid a { aspect-ratio: 1 / 1 }*/


.multiple_desc p{ margin-bottom: 3px ; color: #929497; text-align: justify !important;}
 .product-tile .product-name .prod_info h3{
   margin: 0px;
   padding: 0px;
   line-height: 1rem;
}


.select_detalle{
    margin-bottom: 15px;
}

.header-search-form {
    z-index: 1002;
}

.level-2 {
        z-index: 1050;
}


.btn_comprar_mix{
    background: #f16623;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 16px 26px 16px 26px;

}

.btn_comprar_mix:hover{ color:#612000; text-decoration:none }


.cocarda_prog{
    width: 35%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 5px;
    right: 5px;

    display: flex; /* Activar flexbox */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;
    background-image: url(../img/cocarda_vacia.png);
    background-size: 100%;
    transform: rotate(15deg); 
}

.cocarda_prog span{color: #fff; 
    text-align: center; 
    line-height: 15px; 
    font-size: 16px; 
/*    letter-spacing: -1px;*/
    font-family: 'Roboto Condensed';
  
    font-weight: bold;
    font-style: normal;
 }






.ficha-t {
    padding: 5px;
    font-size: 12px;
    background: #000;
    background: #1a1a1a;
    color: #fff !important;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.ficha-t:hover{
    background: #f16623;
    text-decoration: none;
    
}

.btn_comprar{ border:none ;background:#000; padding: 3px 5px; border-radius: 5px; font-size: 10px; min-height: auto; color: #fff;   align-self: flex-start; position: absolute;  right: 0px;  top: 35px;}


.log button{background: #f16623; padding: 5px 14px; border-radius: 10px; border: none; color: #fff; letter-spacing: 0px;}
.log button:hover{background: #3b3b3f; font-size: 22px; color: #fff;}


.kit_container{width: 80%; margin: auto; margin-bottom: 50px;}
.kit_container h2{padding-top: 30px; padding-bottom:5px;  text-align: center !important; font-size: 90px !important; line-height: 90px; margin-bottom: 0px;}
.kit{width:100%; margin-bottom:30px; }
.kit .catalogo{ width:40%; float: left; }
.kit .archivos{  padding-left: 30px; width: 60%; float: left; }
.kit .archivos a{  border-bottom: 1px solid #007bff ; font-size: 14px !important}
.kit .archivos span{  padding-right: 10px; font-weight: bold; font-size: 18px;}
.kit .archivos span.cant{  float: right;}
.kit img{width:100%;}
.kit a{display: block;  }
.kit a.disable{ color:#ccc !important;  border-bottom: 2px solid #ccc !important;}
.kit a.disable:hover{ text-decoration: none;}

.moneda select{ background:red; color:white; padding-left:20px; padding-right:20px; font-weight: bold}

.cont_info{text-align: center; width: 100%; position: absolute; top: 10px; z-index: 20;}

.inf{ font-family: 'AlternateGothic2 BT';  font-size:35px; width:75% ; text-align:center;  color: #f16623;  margin: auto; line-height: 35px;}


.name-link{display:block;position:relative;overflow: visible}
.prod_colores{position: absolute; bottom: -10px; width:100%; text-align:center; z-index: 100}
.prod_colores img{ height:15px; margin:0 2px}





#log-pc{display: initial;} 
#log-cel{display: none;} 


 .telefonos{
/*    background: #1a1a1a;*/
/*    background: var(--color-gris);*/
    background: #f16623;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 15px 30px 3px 0px;
  }
 .telefonos a{ color: #fff; }
 .telefonos a:hover{ color: #f16623; }

.menu_tel{    display: inline-block;}
.menu_redes { display: inline-block; }

 .product-tile .moniker-attribute {
    color: #979798;
}
.level-2 ul.level-3 li a {    color: #6b6d6f !important; width: 50%; float: left}

.menu_prem{ color: #000 !important; font-weight: bold }
.menu_light{ color: #f16623 !important; }
.menu_nuevo{ color: #000 !important; font-weight: bold; margin-left: 5px; }
.prod_linea{ color: #f16623 !important; font-weight: bold; margin-left: 20px; text-transform: uppercase; font-weight: bold; font-size: 50px;}

#newsletter button{ 
  border: none;
/*  border-left: solid 1px #1c1c1c;*/
  padding: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
 }

 #newsletter{ 
  background: #f5f5f5;
 }

/* input::placeholder {
            color: white;}*/



.pdp-grid-image-link{position: relative;}


.cocarda{
    width: 40%; position: absolute; top: 5px; right: 5px;
}

.todos.foto_peso { display: flex;  justify-content: center;  align-items: center; width: 65px; justify-content: center; top: 5px; left: 5px;}
.todos.foto_peso span{ color: #000;font-size: 1.0rem; text-align:center; margin:auto;  width: 50px; vertical-align: middle; top: 50%; font-weight:bold }
.todos.foto_peso img{ width: 100%; }


.foto_peso{width: 15%;  height: 15%; position: absolute; top: 25px; left: 25px; display: flex;}
.foto_peso span{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'AlternateGothic2 BT';          
  font-weight: normal;
  font-style: normal; 
  font-size: 1.3vw;  
  /*font-size: 4vmin;  */
  z-index: 50;
  margin-left: 2px;
  }

/*.img_extra{width: 50%; min-width: 578px}*/

  .fijaciones{ text-align: center}

.fijaciones .columna{  border: solid 2px #eb6b24; font-size: 14px; height: 100%;}
.fijaciones .columna p{  margin: 0px; padding: 10px; color: #231f20 !important;}
.fijaciones .columna h5{  border-bottom: solid 2px #eb6b24; font-weight: bold; font-size: 16px; padding: 5px;}
.fijaciones .col-md-4{padding: 5px;}


  .fijaciones th{ 
    border: solid 2px #eb6b24;
   font-family: 'Roboto';     
    font-style: normal;
    font-size: 15px;
    font-weight: 500px;
     }
  .fijaciones td{ 
    border: solid 2px #eb6b24;
    font-family: 'Roboto';     
    font-style: normal;
    font-size: 15px;
    font-weight: 500px;
   }

   .fijaciones .modelo{ 
   font-weight: bold
     }



 /*  LIGHT SLIDER    */
#image-gallery img{
    width: 100%;
}

  #image-gallery h3{
    position: absolute; 
    bottom: 275px;  
    margin-left: 250px;
    font-family: 'AlternateGothic2 BT';          
    font-weight: normal;
    font-style: normal;  
    color: #fff;
    font-size: 140px;
    line-height: 120px;                  
}

.select_form{padding-left: 10px; padding-right: 10px;}

.lSAction > a {
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
}

.nav-link {
    padding: 0px;
}


#mini-cart{top: 0px; left: 0px;}
#mini-cart .mini-cart-link{ top: -3px; right: 0px;}
#mini-cart .mini-cart-link .cant{ top:10px; left: -5px;}


#header-utils .header-util-item .toggle-search-form svg, #header-utils .header-util-item .user-account svg, #header-utils .header-util-item a.mini-cart-link svg {
    fill: #1c1c1c;
    transition: opacity .3s ease-in-out;
}

body { 
     font-family: 'Roboto';     
    font-style: normal;
    letter-spacing: 0px;
}

.cont_log{position: absolute; top: 10px; right: 0px; color: #fff; padding: 0 30px;}

.log{color: #fff !important; cursor: pointer}

.sep{margin: 0 10px;}

.log:hover {color: #612000 !important}

.nav-link:hover{ color: #612000}


.stance-logo-desktop{   
   margin-top: 50px;
   margin-bottom: 10px;
}

/*.orgullo{position: absolute; z-index: 3000; right: 410px;  top: -10px; width: 150px; display: inline-block;}*/
.orgullo{position: absolute; z-index: 3000; right: 0px;}
.orgullo2{ display: none}

#navigation{
     margin-top: 30px;
     height: 70px;
}

.precio_detalle{ margin-left: 10px; font-size: 12px; }



#header-utils{  margin-top: 55px;}

/*#navigation .menu-category{ margin-top: 15px; }*/

.image-grid {margin: 0px !important;}


.show-submenu{  
    font-family: 'Roboto';     
    font-style: normal;
    letter-spacing: 0px;
    font-size: 15px !important;
    font-weight: 500px !important;
}

 .menu-category li .menu-item-toggle {   font-weight: 500; }


.menu-category>li>a{
    font-weight: 500; 
    font-size: 15px;
    color: #fff; 
}




.top-banner {   
    background: #f16623;    
}

.tile-row .tile {
     width: 16.5%;  /* 6 */
    width: 12.5%; /* 8 */
    width: 11.1%; /* 9 */
    width: 20%; /* 5 */
    padding: 0 .625rem;
}

.tile-row .tile .tile-image {
    width: 100%;
    height: 370px;
    padding-top: 52.17%;
    position: relative;
}

.tile-content h2{
    color: #f16623 !important;
     font-family: 'AlternateGothic2 BT' !important;    
     font-size: 25px !important;  
     text-align: left !important;  
      font-weight: normal ;
    font-style: normal;
}




.account-login{width: 1000px;}

.account-login>div {
     width: auto; 
}

.login-account{   padding-right: 0px; width: 350px}




.register h3{  font-family: 'Roboto' !important; font-size: 14px !important; color: #929497 !important; margin-top: 0px; margin-bottom: 15px;}

.login button{ 
  background:  #f16623; 
  border: solid 1px #f16623;  
  font-family: 'Roboto';     
  font-style: normal;
  letter-spacing: 0px;
  font-size: 15px !important;
  font-weight: 500px !important;
}
.login button:hover{ background:  #98380a; border: solid 1px #98380a;}

.register p{  
  font-family: 'Roboto';     
  font-style: normal;
  letter-spacing: 0px;
  font-size: 15px !important;
  font-weight: 500px !important; 
}




footer {
/*    background-color: #1a1a1a;*/
    background-color: var(--color-gris);
/*    background-color: #f16623;*/
    color: #fff;
/*    color: #1c1c1c;*/
    clear: both;
    letter-spacing: 0px;
    margin-top: 75px;
    padding-bottom: 20px;
}

.footer-left-logo{
/*    border-bottom: 1px solid #1c1c1c;*/
}


.footer-container a {
    color: #81818b;
}

footer h4{
    font-family: 'Roboto';     
    font-style: normal;
    font-weight: 500; 
    font-size: 15px; 
    color: #fff;
    margin: 0;
}

footer p{
    font-family: 'Roboto';     
    font-style: normal;
    font-weight: 500; 
    font-size: 12px; 
    color: #fff;    
    margin: 0;
    line-height: 18px; 
}

.footer-container .footer-right-content .footer-row .footer-item .footer-links a {
     font-family: 'Roboto';     
    font-style: normal;
    font-weight: 300; 
    font-size: 12px; 
    color: #1c1c1c;    
    display: inline-block;
    padding-right: .8125rem;
    font-size: 13px;
      
    
}


/*.level-2{z-index: 5000;}*/


.level-2>ul>li>a {
    color: #f16623;
     font-family: 'Roboto';

    font-weight: 900;
    font-style: normal;
   
}#left-menu{text-align: left;}




.level-2 ul.level-3 li a{
     color: #929497;
}

.newslatter{
    padding: 30px 0; 
    width: 70%;   
}

.news-input{
    width: 50%;
    float: left;   
}

.newslatter input{   
    width: 70%;
    height: 48px;
    background: transparent;    
/*    background: #b8530b;    */
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
}
.newslatter button{
    width: 30%;
    height: 40px;
     border: 1px solid #fff;
     border-left: none;
}



.footer-container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.nosotros{
     float: left;
     width: 70%;
     border-right: 1px solid #1c1c1c;
     padding-right: 45px;
}

.linea_v{
    background: #fff;
    width: 1px;
    height: 100%;
    float: left;
    width: 10%;
    display: block;
}


.footer-row{
    padding: 30px 0;
}

.redes{
    width: 25%;
    float: left;

}

.redes_nuevas{
  position: absolute; top: 5px; left: 0px; z-index: 1000; 
}
.redes_nuevas img{
    width: 100%;
    float: left;
}

.redes_nuevas a{
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 60px;
    transition: width 0.5s;

}


.redes_nuevas a:hover{
  width: 60px;
  
}

.redes_nuevas_footer a{
     display: inline-block;
    width: 40px;
    height: 40px;
}
.redes_nuevas_footer img{
     width: 100%;
    float: left;
}

.footer-menu{
     /*width: 75%;*/
      float: left;
      text-align: left;
        line-height: 20px; 
        font-size: 12px;
}

.footer-menu a{
  display: inline-block;
}

.footer-menu a:not(:last-of-type){
    margin-right: 20px;
}

.social-footer a{
    margin-right: 13px;
}


.pdp-main #product-content .product-add-to-cart .add-to-cart-button button:after, .pdp-main .product-set-details .product-add-to-cart .add-to-cart-button button:after {
        display: none;   
}

.pdp-main {
        margin: 0.875rem 0;
    }


/*.pdp-main .product-detail.product-detail-title {   border-bottom: 1px solid #231f20;   padding: 1.5625rem .9375rem 1.9375rem;}*/
.pdp-main .product-detail.product-detail-title {   border-bottom: none;   padding: 1.5625rem .9375rem 0rem;}

.pdp-main #product-content .product-variations li.attribute, .pdp-main .product-set-details .product-variations li.attribute {    margin-bottom: 0.875rem;}

.product-detail .cod{ width: 100%; line-height: 20px !important; margin-bottom: 0px; font-family: 'AlternateGothic2 BT'; font-size: 20px !important; text-transform: uppercase !important;}
.product-detail .comp_min{ font-size: 20px !important; }
.product-detail .comp_min span{ font-size: 27px !important; color: #f16623 }



/*.product-detail .product-name{ width: 100%; line-height: 50px !important; margin-bottom: 7px !important; font-family: 'AlternateGothic2 BT'; font-size: 50px !important; text-transform: uppercase !important; white-space: normal !important;}*/
.product-detail .price-sales{  font-family: 'Roboto'; font-size: 22px; color: #231f20 ; }
.product-detail .moniker-attribute h2{  font-family: 'Roboto' !important; font-size: 14px !important; color: #929497 !important}
.product-detail .attribute .size-label{ display: inline-block !important;}
.product-detail .attribute p{ margin: 0px; font-size: 14px; color: #231f20; font-family: 'Roboto'; }




.product-data .description{ text-align: justify  }
.product-data .description2{ color: #f16623 !important; text-align: justify }

.product-image-container p{ text-align: left; font-family: 'Roboto';}

.product-data .product-info-module{ text-align: left; float: left; border-top: none; width: 100%; }
.product-data .product-info-module.largo{ width: 40%; }
.product-data .product-info-module.corto{ width: 30%; }
.product-data .product-info-module.desc{ width: calc(100% - 375px); }
.garantia{ padding-top:  30px}


.product-tile .product-image img:not(.loaded) {    opacity: 100;}


.modal-header{display: block}
.modal-title{width: 100%;  display: inline-block;}
.modal-header button{position: absolute ;top: 10px; right: 10px;}
.modal textarea{font-size: .8125rem; padding-right: 15px; padding-left: 15px; box-sizing: inherit; min-height: 150px;}
/*.modal-dialog {left: 300px;}*/

#form_contacto textarea{font-size: .8125rem; padding-right: 15px; padding-left: 15px; box-sizing: inherit; min-height: 150px;}



.bola_color img{
    margin-left: 7px;

}


.detalle-atributos {
    margin: 0px;
    font-size: 14px;
    color: #231f20;
    font-family: 'Roboto';
}


#cant_id{ 
  text-align: center;
  border-radius: 3px;
  border: solid 1px #ccc;
  width: 100%;
  height: 100%;
  }

input[type=checkbox]:checked+label:before {
    background: #1a1a1a url("../svg/check-icon.svg") no-repeat 50% ;
}

 

 .bg_blanco{ background: #fff !important; border: solid 1px #231f20 !important}
 .bg_naranja{ background: #ef7137 !important }
 .bg_amarillo{ background: #fff100 !important}
 .bg_rojo{ background: #ec1c24 !important}
 .bg_verde{ background: #009148 !important}
 .bg_azul{ background: #2e3191 !important}
 .bg_negro{ background: #000 !important}

 /* .prod_color.select{ border: solid 3px red !important  } */
 .prod_color.select{ /* width: 40px;*/  height: 40px; }


.prod_color:hover{ opacity: 0.8 }


/*.breadcrumb-element{ font-weight: normal !important; width: 500px}*/
.breadcrumb-element span{ color: #929497; margin-left: 10px; font-size: 15px;}


#left-menu h3{ font-family: 'AlternateGothic2 BT';  font-weight: normal; font-style: normal; font-size: 25px; color: #231f20; }



#left-menu .accordion, #bag .accordion{ 
  color: #a3a6a7;
  font-family: 'Roboto';
  font-weight: normal;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left; 
  outline: none;
  transition: 0.4s;  
  margin: 5px 0;

}


#bag .accordion{
width: 30px;
float: right;


}

.whatsapp{display: inline-block;}
.whatsapp a{ color: #9fffab !important; }

.menu_mercado{
    width: 50px;
}


#left-menu .panel, #bag .panel{
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.bag{position: absolute; right: 0px; top: 0px;}


.whatsapp_compra{display: flex; border: dashed 1px #31913c; padding: 15px; border-radius: 5px; position: relative;}
.whatsapp_compra:hover, .ml_compra:hover{ text-decoration: none;}
.whatsapp_compra:hover p{color: #31913c}
.whatsapp_compra p{ margin-top:15px; padding-left: 10px; font-weight:bold; color: #1a1a1a; font-size:12px; line-height:14px;  }
.whatsapp_compra .mercado_pago{ position:absolute; width:100px; right: 10px; bottom: 10px;  }

.ml_compra p{ margin-top:15px; padding-right: 10px; font-weight:bold; color: #1a1a1a; font-size:12px; line-height:14px; text-align:right; }
.ml_compra{display: flex;  padding: 15px; border-radius: 5px; margin-top: 5px;}
.ml_compra img {max-width: 120px; object-fit: contain;}
.ml_compra:hover p{color: #0a0080}


.ml_compra_menu { position: absolute; z-index: 4000 ; left: 30%; top: 0px; background: var(--color-gris); padding: 5px 15px; padding-right: 10px; border-radius: 0px 0px 15px 15px; color: #fff; font-size: 21px; font-weight: normal; font-family: 'AlternateGothic2 BT'}
.ml_compra_menu:hover{ color: #ffe150}
.ml_compra_menu img{  width: 40px; margin-left: 7px;}



 .gallery-container {
    display: flex;
    align-items: flex-start;
    width: 80%;
    padding: 20px;
/*    background: red;*/
}

.thumbnails {
    width: 75px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto; /* Agrega scroll si hay muchas miniaturas */
    max-height: 100%; /* Para que la altura de los thumbnails dependa del contenedor */
/*    background: blue;*/
 /* Oculta la barra de desplazamiento */
    scrollbar-width: none; /* Firefox */
}
.thumbnails::-webkit-scrollbar {
    display: none; /* Chrome, Safari y Edge */
}

.thumbnail {
    width: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
    cursor: pointer;
}

.thumbnail:hover {
    border-color: #3483fa;
}

.main-image-container {
    flex-grow: 1;
    display: flex;
    justify-content: left;
    margin-left: 20px;
}

.main-image {
    width: 100%;
    max-width: 550px;
    height: auto; /* Mantiene la relación de aspecto */
}







#left-menu .panel a{margin: 5px 0; display: block; width: 100%;  cursor: pointer; color: #f16623;}
#left-menu .panel a:hover, .accordion:hover{ color: #231f20;}
#left-menu .accordion::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054"; 
  font-size: 13px;
  color: #a3a6a7;
  margin-right: 5px;
}

#left-menu .active::before{
   font-family: 'Font Awesome 5 Free';
  font-weight: 900;
/*  content: "\f078"; */
  content: "\f054"; 
  color: #f16623;
  margin-right: 2px;
}
#left-menu .active{
  color: #f16623;
  font-weight: bold;
}

.multiples h3{margin: 0px !important; line-height: 1.0;}
.multiples .precio_detalle{ color: #1a1a1a }







.plp-category-title:first-letter {
    text-transform: uppercase;
}

.price-wrapper{width: 100%}

.refinement-sidebar-toggle{  top: -4.50rem !important; }

.filter-open, .filter-closed{  font-family: 'AlternateGothic2 BT';  font-weight: normal; font-style: normal; }

.product-title .bag{width: 25px; aspect-ratio: 1/1;}
.product-title .bag img{width: 100%; }

#bag { text-align: center; }

.mod{ font-weight: normal; font-size: 20px !important; color: #f16623 !important; margin-top: 5px !important; }
#bag .accordion { text-align: right;  height: 30px;}

#bag .accordion img{ margin-top: -100px; margin-right: 10px; width: 25px; 
 /*opacity: 0; */
 transition: opacity .3s ease-in-out;
}

#bag .accordion::before{
  content: url("../svg/bag.svg");  
  margin-right: 5px;
}

#bag .active::before{
  content: url("../svg/x2.svg");
    margin-right: 2px;

}
#bag .accordion:hover img{  opacity: 1 }

.plp-category-title{padding-bottom: 30px;}


#productos .category-banner-top img{ width: 100%}

#productos .prod_banner{ display: block}
#productos .prod_banner_mb{ display: none}

.product-tile .product-name a h3 span{ margin-left: 3px;}




/* #carrito2{ position: fixed; top: 0px; right: 0px; background: #fff; z-index: 9999; width: 400px; height: 100%; } */
#carrito2 .header{ position: absolute;  top: 0px; width: 100%; padding: 15px; background: #fff;}
#carrito2 .footer{ position: absolute;  bottom: 0px; width: 100%; padding: 15px; background: #fff;}
#carrito2 .body{  width: 100%; padding: 15px; margin-top: 50px; }
#carrito2 p{   
  font-family: 'AlternateGothic2 BT' !important;    
  font-size: 20px !important;  
  font-weight: normal ;
  font-style: normal;
  padding: 0px;
  margin: 0px; 
  color: #000;
  }
  #carrito2 .line{ background: #231f20; height: 1px; display: block; margin: 10px 0px; }
#carrito2 table{margin-bottom: 10px; }
#carrito2 table td{ 
  padding:  0px;    
  font-family: 'AlternateGothic2 BT';    
  font-size: 16px;  
  font-weight: normal ;
  font-style: normal;  
  color: #000;
  height: 15px;
  line-height: 16px;
  }

#carrito2 .precio{ 
  font-family: 'Roboto' ;
  font-weight: normal;
  font-size: 12px; 
 }

 #carrito2 .prod_color{position: relative; float: none; width: 11px; height: 0px; display: inline-block; margin-left: 10px;}
 #carrito2 .cant input{background: none; border: none; margin-left: 10px; border-left: solid 1px #000; padding-left: 10px; height: 15px; width: 40px;}
#carrito2 .linea{ font-family: 'Roboto'; font-size: 12px; color: #929497; }
#carrito2 .img{ width: 80px !important; }
#carrito2 .img img{ width: 100%; }
#carrito2 .btn{ width: 60px; vertical-align: middle; display: table-cell;}
#carrito2 .btn button{ padding: 0px; margin: 0px; background: none; color: #f16623; font-size: 25px;  font-weight: normal;  font-style: normal; border: none;}



/* Hide scrollbar for Chrome, Safari and Opera */
.cart-item::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cart-item {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.multiples .precio{ 
    font-size: .75rem;
    color: #1a1a1a;
    font-family: Roboto;
 }



#carrito{ width: 400px; padding: 20px; background: #ededee; position: fixed; right: 0px; top: 140px; z-index: 100;/*  max-height: calc(100% - 200px);  */}
#carrito p{   
  font-family: 'AlternateGothic2 BT' !important;    
  font-size: 20px !important;  
  font-weight: normal ;
  font-style: normal;
  padding: 0px;
  margin: 0px; 
  color: #000;
  }
.p-l-10{padding-left: 10px !important;}

#carrito .modelo{ text-transform: uppercase !important; }

#carrito .line{ background: #231f20; height: 1px; display: block; margin: 10px 0px; }
#carrito_btn{ background: #f16623; border:  none; width: 100%;  font-family: 'Roboto';  font-weight: normal;  font-style: normal; margin-top: 10px; padding: 16px 26px; color: #fff; display: block; text-align: center;}
#carrito_btn:hover{ background: #aa431a; text-decoration: none; }

#carrito table{margin-bottom: 10px;}
#carrito table td{ 
  padding:  0px;    
  font-family: 'AlternateGothic2 BT';    
  font-size: 16px;  
  font-weight: normal ;
  font-style: normal;  
  color: #000;
  height: 15px;
  }

#carrito .precio{ 
  font-family: 'Roboto' ;
  font-weight: normal;
  font-size: 12px; 
 }

 #carrito .prod_color{position: relative; float: none; width: 11px; height: 11px; display: inline-block; margin-left: 10px;}
 #carrito .cant input{background: none; border: none; margin-left: 10px; border-left: solid 1px #000; padding-left: 10px; height: 15px;}
#carrito .linea{ font-family: 'Roboto'; font-size: 12px; color: #929497; }
#carrito .img{ width: 80px !important; }
#carrito .img img{ width: 100%; }
#carrito .btn{ width: 60px; vertical-align: middle}
#carrito .btn button{ padding: 0px; margin: 0px; background: none; color: #f16623; font-size: 25px;  font-weight: normal;  font-style: normal; border: none;}





/* Mini-Cart */
.mini-cart ul li {
  display: inline-block;
  position: relative;
}
.cart-icon {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  right: 0;
}
.cart-icon i {
  font-size: 25px;
  line-height: 25px;
}
.cart-icon > span {
  background: #C87065 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  left: -8px;
  line-height: 16px;
  position: relative;
  text-align: center;
  top: -15px;
  width: 18px;
  z-index: 999;
}
.mini-cart-brief {
  background: #fff none repeat scroll 0 0;
  /*border: 1px solid #ddd;*/
  /*opacity: 0;*/
  position: fixed;
  right: -350px;
  top: 0;
  padding-top: 0px;
  transition: all 0.5s ease 0s;
  /*visibility: hidden;*/
  width: 350px;
  z-index: 9999;
  height: 100%;
  overflow-y: hidden;
}
.cart-items {
  border: 1px solid #f6f6f6;
  padding: 20px;
}
.cart-items p span {
  color: #c87065;
}
.all-cart-product {
  padding: 10px 0;
  margin-top: 50px;
  height: calc(100% - 200px);
  overflow-y: scroll;
}
.single-cart {
  padding: 10px 30px 10px 20px;
  position: relative;
}
.cart-photo {
  float: left;
  width: 90px;
}
.cart-info {
  float: left;
  padding-left: 20px;
}
.cart-info h5 {
  font-family: "Bree Serif",serif;
  font-size: 14px;
  text-transform: uppercase;
  width: 160px;
}
.cart-delete {
  position: absolute;
  right: 30px;
  top: 50px;
}
.cart-delete a i {
  font-size: 16px;
  line-height: 19px;
}
.cart-totals {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 20px 50px 20px 20px;
  height: 50px;
}
.cart-totals h5 {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}
.cart-bottom {
  padding: 20px 20px 20px;
  height: 50px;
}
/*.mini-cart ul li:hover .mini-cart-brief {
  opacity: 1;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: visible;
  z-index: 99999999;
}*/
.mini-cart ul li:hover  .cart-icon {
  color: #c8a165;
}



.featured-divider:last-child{display: none}


.anular{
  background: #c3c3c3 !important;
  color: #888 !important;
}

#add-to-cart{
  background-color: #f16623;
  border-color: #f16623;  
}


.product-add-to-cart{ display: flex; flex-wrap: wrap  }
.cant_contenedor{
    width: 100px;
    margin-right: 10px;
    
}
.pdp-main .product-detail .title-attribute { display: block;}



.add-to-cart-button {width: calc(100% - 110px)}
.add-to-cart-button2  {width: 100%}
.add-to-cart-button button, .add-to-cart-button2 button{width:100%}

.pdp-main #product-content .product-add-to-cart .add-to-cart-button button:not([disabled]), .pdp-main .product-set-details .product-add-to-cart .add-to-cart-button button:not([disabled]) {
    background-color: #f16623;
    border-color: #f16623;
}


.pdp-main #product-content .product-add-to-cart .add-to-cart-button button:hover, .pdp-main .product-set-details .product-add-to-cart .add-to-cart-button button:hover { background: #aa431a; }


#logeado{ 
  position: absolute;
  top: 0px; 
  right: 0px;
  color: #1a1a1a;
  padding-right: 30px;
  padding-top: 10px;
  font-family: 'Roboto';
 
 }

 #logeado span{ padding:  5px; min-height: 10px; font-size: 20px; font-family: 'AlternateGothic2 BT'; margin-left: 20px;   }
 #logeado button{ padding:  5px; min-height: 10px; font-size: 16px; font-family: 'AlternateGothic2 BT'; margin-left: 20px;   }


.mini-cart-link{  overflow: visible;}
.mini-cart-total .cant{ background: black; font-size: 12px; font-weight: bold; padding: 3px; padding-right: 4px; border-radius: 12px; letter-spacing: -1px; position: absolute; left: -12px; z-index: 100; text-align: center; min-width: 15px; }

.mini-cart-total{cursor: pointer !important;}



.btn_color{cursor: pointer;}


.menu-cel{display: none !important;}


.primary-logo .stance-logo-desktop img { width: 100%;}
.primary-logo .stance-logo-desktop {
        display: block;
       /* height: 124px;
        width: 470px;*/
       height: 62px;
        width: 235px;
        margin-top: 25px;
        margin-bottom: 0px;
        
} 

.menu-category>li>a{  text-align:  center}


@media (max-width: 1500px) {

          .panel .prod_color{
          width: 20px;
          height: 20px;
          margin-right: 15px; 
        }

     
}

@media (max-width: 1400px) {

    .iram{position: absolute; width: 300px; top: -20px; right: 0px;  }


    .primary-logo .stance-logo-desktop {
    display: block;
    height: 62px;
    width: 235px;
    margin-top: 55px;
    margin-bottom: 0px;

    } 
    .dropdown-content{ top: 140px; }

} 

@media (max-width: 1380px) {

        .tile-content h2{ 
        font-size: 30px !important;  
        }


        .tile-row .tile {
        /* width: 33.3%;       */
        width: 25%;      
        }



        .newslatter{
        padding: 30px 0; 
        width: 70%;  

        }


        /*  LIGHT SLIDER    */
        #image-gallery h3{  
        margin-left: 120px; 
        font-size: 90px;
        line-height: 70px;                   
        }

        .product-data .product-info-module.largo{ width: 50%; }
        .product-data .product-info-module.corto{ width: 50%; }
/*        .product-data{  float: left;   width: calc(100% - 375px);   padding-right: .9375rem}*/

         .panel .prod_color{
          width: 20px;
          height: 20px;
          margin-right: 10px; 
        }




}

@media (max-width: 1300px) {
.menu-category>li>a{ padding: 0 1.1rem;}
   

}     

@media (max-width: 1000px) {

    .level-2>ul { display: block;}

    .dropdown-content .dropdown-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    padding: 0px;

    }


    .login-account{  width: 300px}


    .modal-dialog {left: 0px; top: 80px;}

    .dist{display: none}

    .nosotros{    width: 50%; }

    .contacto{   width: 50%;}


    .newslatter{
    padding: 30px 0; 
    width: 100%;   
    }

    .news-input{
    width: 100%;
    float: left;   
    }

    .newslatter form{
    width: 100%;
    margin-top: 10px;
    }


    .redes{
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    }

    .footer-menu{
    width: 100%;
    float: none;
    text-align: center;
    }

    .tile-content h2{ 
    font-size: 20px !important;  
    }

    .nosotros{
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0px;
    text-align: justify; 
    }


    .contacto{
    float: none;    
    width: 100%;
    padding: 0 0;
    margin-top: 30px; 
    text-align: center;
    }


    /*  LIGHT SLIDER    */
    #image-gallery h3{  
    bottom: -50px;  
    margin-left: 100px; 
    font-size: 80px;
    line-height: 65px;                  
    }

    .product-data h4{ font-size: 40px; margin-bottom: 5px;  }
    .product-data .product-info-module{ text-align: justify; float: left; border-top: none; min-height: 100px; padding-top: 0px; }
    .product-data .product-info-module.largo{ width: 100%; }
    .product-data .product-info-module.corto{ width: 100%; }



    .panel .prod_color{
      width: 16px;
      height: 16px;
      margin-right: 10px; 
    }

    .table{ width: 100%; }
    #carrito_totales{ width: 95%; }
    .table .numeros{width: 80px;} 


       
}

@media only screen and (min-width: 960px){
    .level-2>ul>li {
      margin: 0 .625rem;
    }
}

@media (max-width: 960px) {
    .orgullo{ display: none}

}

@media (max-width: 767px) {
        .orgullo2{ display: inherit;position: absolute; left: 50px; width: 150px !important;}
        .qty-control.right, .qty-control.left{display: none}
         .menu-cel{display: block !important;}

        .redes_nuevas{  display: none;}
        .xs_escondo{display: none;}


        #header-utils{  justify-content: flex-end }

        .primary-logo .stance-logo-desktop img { width: 100%; max-width: none;}
        .primary-logo .stance-logo-desktop {
             display: block;
                height: 62px;
                width: 235px;
                margin-top: 25px;
                margin-bottom: 0px;
                
        } 


        .top-banner {   
        padding-bottom: 10px;    
        }


        .stance-logo-desktop{   
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        }

        .frace{display: none}

        .foto_peso span{
          font-size: 4vmin;  
          }


        .register h2, .register p {
            display: block;
        }




        li.active>.menu-item-toggle {
            font-weight: 400;
            font-size: 24px;
            font-size: 1.1rem;
            white-space: normal;
            width: 100%;
            z-index: 4000; 
        }

        #navigation{ margin-top: 0px; }



        #navigation .menu-category{ margin-top: 0px; }


        .footer-left-logo img{ padding-bottom: 15px; }

        .pdp-main .product-detail.product-detail-title {  padding: 1.5625rem 1.9375rem 1.9375rem;}
        .pdp-main #product-content .product-variations li.attribute, .pdp-main .product-set-details .product-variations li.attribute {    margin-top: 0rem;}


        /*  LIGHT SLIDER    */
        #image-gallery h3{  
        bottom: 0px;  
        margin-left: 70px; 
        font-size: 35px;
        line-height: 30px;                  
        }
        .lSAction > a {
        width: 50px !important;    
        top: 50%;
        height: 50px !important;    
        background-size: 50px 50px !important;
        margin-top: -16px; 
        }

        .lSSlideOuter .lSPager.lSpg > li a {       
        height: 10px !important;   
        width: 10px !important;   
        }

        .lSSlideOuter .lSPager.lSpg {   
        bottom: 20px !important;
        margin: 10px -50px 0px !important ;
        }



        .product-data img{ width: 100% }
        .product-data h4 { line-height: 37px; }



        #productos .prod_banner{ display: none}
        #productos .prod_banner_mb{ display: block}
        #productos .plp-category-title{
        font-family: 'AlternateGothic2 BT' !important;
        font-weight: 400 !important;
        font-size: 30px ;
        text-transform: uppercase;
        text-align: center; 
        padding: 0px;
        }


        .panel .prod_color{
        width: 14px;
        height: 14px;
        margin-right: 6px; 
        }

        .product-tile .product-name a h3 span{ margin-left: 0px; display: block}

        .product-data .product-info-module.desc{ width: 100%; padding-bottom: 0px; }
        .garantia{ padding-top:  0px; width: 150px; float: right;}

        #header-utils{  margin-top: 40px;}

        #header-utils .header-util-item a.mini-cart-link svg,  #header-utils .header-util-item .toggle-search-form svg  {
            width: 20px;
            height: 20px;
        }     

        .header-reorder #header-utils .header-util-item, .header-reorder #header-utils .header-util-item.header-search-control{
          width: 20px;
          position: relative;
          float: right;
           margin-right: 25px !important;

        }

      


        #logeado{ 
        padding-right: 15px;
        padding-top: 3px;
        }

        #logeado span{ padding:  5px; min-height: 10px; font-size: 16px; font-family: 'AlternateGothic2 BT'; margin-left: 20px;   }
        #logeado button{ padding:  3px; min-height: 10px; font-size: 12px; font-family: 'AlternateGothic2 BT'; margin-left: 10px;   }



        .table .linea{  font-size: 10px; }
        .table .nombre{  font-size: 14px; margin-top: 0px; }
        .table .color{ height: 15px; margin-top: 0px; font-size: 14px;}


        .tile-row .tile {
        width: 50%;      
        }



        .inf{ font-size:25px; }
        .product-tile .product-name .prod_info h3.mod {max-width: 70%;}


        .cont_log .txt{ display: none }

        #mini-cart{top: 0px; right: 10px;}
        #mini-cart .mini-cart-link{ top: -3px; right: 0px;}
        #mini-cart .mini-cart-link .cant{ top:10px; left: -5px;}

        .img_extra{width: 100%}

        .login-account{  width: 100%}




        .kit_container{width: 100%; }
        .kit_container h2{font-size: 43px !important; line-height: 43px;}
        .kit_container h3{font-size: 20px !important; line-height: 20px;}
        .kit{width:100%; margin-bottom:30px; }
        .kit .catalogo{ width:100%; float: none; }
        .kit .archivos{  padding-left: 5px; padding-right: 5px; width: 100%; float: none; margin-top:5px;}
        .kit .archivos span{  padding-right: 10px;font-size: 12px;}
        .kit .archivos span.cant{  float: right;}
        .kit a{ font-size: 12px;}

        .product-title .bag{display: none}
        .btn_comprar{ top: 5px;}
        .mod {font-size: 14px !important; margin-top: 0px !important;}
        .prod_colores img{ height: 8px; }
        .cocarda_prog{width: 45%;top: 5px;right: 5px;}
        .cocarda_prog span{line-height: 10px; font-size: 10px;}
        .todos.foto_peso {width: 55px; top: 5px; left: 5px;}
        .todos.foto_peso span {font-size: 0.9rem;}

        .cont_log{position: absolute; top: 10px; right: 0px; color: #fff; padding: 0 30px;}
        #log-pc{display: none;} 
        #log-cel{display: initial;} 
        #log-cel.log button { padding: 1px 4px; border-radius: 2px; min-height: 1px;}
        .sep{margin: 0 5px}

        .esconder_col{display: none !important}
        .cantidad_col{ width:20% !important }

        .product-data .product-info-module {padding: 0px;}

        .cont_multimagenes{ display:flex; flex-wrap: wrap;}

        .primary-logo a{width: 100%; max-width: 100% !important}
        .primary-logo .stance-logo-desktop img { width: 100%; height: 100%}
        .primary-logo .stance-logo-desktop {
                display: block;
                height: 100%;
                width: 100%;
                margin-top: 0px;
                margin-bottom: 0px;
                
        } 


        #wrapper:not(.pt_checkout) .header-reorder .primary-logo {
            width: 50%;
            margin-top: 20px;
        }

        .iram{position: absolute; width: 210px; top: -20px; right: -30px; display: none}
        .iram_cel{position: absolute; width: 105px; top: -50px; right: 0px; display: block;}

        .m_categorias{display: block !important;}



        .menu-category>li>a{
        color: #1a1a1a; 
        }



        #wrapper.menu-active .nav-position-top .menu-container, .nav-position-top .expanded .header-search-form {
        z-index: 1221;

        }

        .contacto_calidad img{ display: none}

        .input_tipo span, .input_tipo p{margin-bottom: 5px;}


        .telefonos {padding: 5px; text-align: center;}
        .whatsapp span{display: none;}
        .menu_redes {display: flex; align-items: center;  justify-content: center; width: 100%}
        .menu_tel{margin: auto;}


        .catalogo_volando{display: none}





}



}






@media only screen and (min-width: 768px) and (min-width: 960px){

 
        .plp-content .refinements {     width: 17rem;}


}




