@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400;1,500;1,700&display=swap" rel="stylesheet');
body {
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: black;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.all-border-radius-left-0 {
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.all-border-radius-right-0 {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
.all-border-radius-0 {
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;    
}
.w-100 {
    width: 100%;
}
.w-80 {
    width: 80%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-33 {
    width: 33%;
}
.w-20 {
    width: 20%;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.v_top {
    vertical-align: top;
}
.v_middle {
    vertical-align: middle;
}
.hide {
    display: none!important;
}
.hide-mobile {
    display: inherit;
}
.fadeIN {
    -webkit-animation: fadi 1s 1;
}
.noRadius {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.br0 {
    border-right: 0px!important;
}

.slider {
    width: 100%;
}
.slick-slide {
     margin: 0px;
     height: 320px; 
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.slick-prev::before {
    content: "<"!important;
    font-size: 28px;
}
.slick-next::before {
    content: ">";
    font-size: 28px;
}
.panel_presup_box {
    text-align: left;
    justify-content: right;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 141px;
    transition: all .5s linear;
 }

.panel_presup {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 292px;
    text-align: center;
    z-index: 1;
     transition: all .5s linear;
 }
 .panel_presup_border {
    background-color: #FE802C;
    padding: 20px 12px 12px 12px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    box-sizing: border-box;
     transition: all .5s linear;
 }
.panel_presup_metodos {
    font-size: 12px;
    text-align: right;
    padding-right: 21px;
    padding-top: 12px;
 }
.panel_presup_metodos p {
    margin-top: 1px;
    margin-bottom: 2px;
}
.panel_presup_titulo {
    font-family: 'Varela Round', sans-serif; 
    font-size: 24px;
    color: white;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #e06d21;
    padding: 7px 9px 6px 11px;
    font-weight: 700; 
 }
.panel_presup_total_box {
     width: 100%;
     padding: 8px 8px 8px 0;
     box-sizing: border-box;
     font-size: 27px;
 }
.iva {
    font-size: 11px;
    margin-right: -10px;
    color:white;
    width: 30px;
    display: inline-block;
 }
.panel_presup_total {
     text-align: left;
     color: white;
 }
.panel_presup_precio  {
     text-align: right;
     color: white;
     font-weight: 700;    
 }
.panel_presup_medios {
    width: 100%;
    max-width: 260px;   
    margin-top: 10px;
 }
#panel_presup_descripcion {
    font-size: 12px;
    width: 100%;
    margin-bottom: 30px;
 } 
 .panel_separador {
    width: 100%;
    border-bottom: 1px dashed black;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 10px;    
 } 

.consulta-box {
    margin: 0px;
    width: 100%;
    text-align: center;
 }
.consulta-box a {
    text-decoration: none;
    color: black;
 }
 .consulta-box a:hover, .consulta-box .consulta-tel a:hover {
    color: #2C66FC;
 }
.consulta-box h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
 }
.consulta-box h5 {
    font-size: 23px;
    line-height: 30px;    
    font-weight: 700;   
    margin-top: 0px;
    margin-bottom: 0px; 
 }
.consulta-box .consulta-tel {
    color: #FE802C;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px; 
 }

.consulta-box .consulta-tel a {
     color: #FE802C;
 }
.consulta-box .consulta-tel span {
    font-size: 16px;
 }
.consulta-box .consulta-data {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 4px;   
 }

.category_title_box {
    padding: 30px 20px 40px 20px;
    box-sizing: border-box;
}
.category_title {
    font-family: 'Varela Round', sans-serif;
    font-size: 56px;
    line-height: 65px;
    padding: 0;
    margin: 0;
}
.category_title_small {
    font-family: 'Varela Round', sans-serif;
    font-size: 40px;
    line-height: 55px;
    padding: 0;
    margin: 0;
}
.category_description {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    max-width: 800px;
    margin: auto;
}
.category_product_li  {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.category_divider_top {
    width:100%; 
    margin-bottom: 50px;
    margin-top: 10px; 
    padding: 0 20px;
    box-sizing: border-box;
}
.category_divider_top_border {
    width:100%;
    border-top: 3px solid black;   
}
.category_divider_bottom {
    width:100%;
    margin-top: 27px;
    padding: 0 20px;
    box-sizing: border-box;
}
.category_divider_bottom_border {
    width:100%;
    border-top: 3px solid black;    
}


.product_divider {
    width:100%;
    border-top: 3px solid black;   
    margin-bottom: 10px;
    margin-top: 50px; 
}
.category_product  {
    width: 23%;
    background-color: #2C66FC;
    color: white;
    border: 2px solid white;
    display: inline-block;
    margin: 0px;
    margin-bottom: 2px;
    max-height: 283px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
}
.category_product_home {
    max-width: 100% !important;
} 
.category_product:hover  {
    background-color: #FE802C;
    border: 2px solid #FE802C;
}
.category_product a {
    text-decoration: none;
}
.category_product_data {
padding: 10px 15px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    height: 52px;
}
.category_product_data div {
    vertical-align: middle;   
}
.category_product_title {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    color: white;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 16px;
}
.category_product_img {
    width: 100%;
    height: 18vw;
    background-position: center center;
    background-size: cover;
    max-height: 218px; 
    display: block;   
}
.category_product img {
    width: 2.3vw;
    max-width: 39px;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}







.selecciona {
  width: 100%; text-align: center; font-size: 15px; color: #FE802C; padding: 0 10px;  float: left;  margin-bottom: 20px;
}
.maquina-resultados input {
    font-size: 9px!important;
}
.parametros input, .parametros select {
    font-size: 10px!important;
}
.extras-panel {
 display: none;
}


#ingresar-desktop {
  display: block;
  margin-right: 64px;
}
#ingresar-mobile {
  display: none;
  margin-right: 64px;
}
.swipeBackground {
  background-color:#0074ac; background-position: center center; background-size: contain; background-repeat: no-repeat;
}
.swipeArrow {
  position: fixed;
  bottom: 0px;
  text-align: right;
  width: 100%;
  color: white;
  padding: 15px 8px;
  box-sizing: border-box;
}

#icon-shopping-cart {
  float: right;
  display: inherit;
}

.index-bg {
  background-image: url(img/index-background.jpg);
  background-position: center center;
  background-size: cover;display:
  table; height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.index-btn {
  width: 100%;
  margin: auto;
  text-align: right;
  max-width: 1304px;
}
.index-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 33px;
}
.index-logo {
  width: 100%;
  max-width: 290px;
  margin-bottom: 6px;
}

.login{
color: black;
    background-color: white;
    padding: 4px 10px;
    font-size: 14px;
    display: -webkit-inline-box;
    font-weight: 400;
    margin-left: -2px;
    border-radius: 5px;
    margin-top: 3px;
    border: 2px solid black;
}
.user-name{
    font-size: 11px;
    color: #fe802d;
}
.no-user-btn{
  color: #231f20;
  text-decoration: none;
  font-size: 12px;
  display: -webkit-inline-box;
  margin-top: 6px;
  border: 1px solid #231f20;
  padding: 5px 8px;
  border-radius: 8px;
}
.homeInstrucciones {
  width: 33%;
  border: 8px solid white;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.zonaDeEntrega {
    width: 100%;
    border: 8px solid white;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 40px;
    display: none;
}
.zonaDeEntregaDesktop {
    width: 100%;
    border: 8px solid white;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 40px;

}
.home__banner {
    text-align: center;
    width: 100%;
    background-color: #FE802C;
    padding: 60px 20px;
    box-sizing: border-box;
}
.home__banner  img {
    width: auto;
}
.home__banner h1 {
    color: white;
    font-size: 54px;
    line-height: 55px;
    font-family: 'Varela Round', sans-serif;
    max-width: 670px;
    margin: auto;
    margin-bottom: 30px;    
}

.icon-print {
    width: 127px;
}
.home__banner_2 {
    text-align: center;
    width: 100%;
    background-color: #575757;
    padding: 50px 20px 60px 20px;
    box-sizing: border-box;
}
.home__banner_2 h2 {
    color: #FE802C;
    font-size: 45px;
    line-height: 53px;
    font-family: 'Varela Round', sans-serif;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: 740px;
}
.home__banner_2 h3 {
    color: white;
    font-size: 24px;
    line-height: 33px;
    font-family: 'Varela Round', sans-serif;
    margin: auto;
    max-width: 960px;
}
.home__carrusel {
    width: 100%;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}
.home__carrusel h2 {
    color: black;
    font-size: 45px;
    line-height: 45px;
    font-family: 'Varela Round', sans-serif;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.home__cantidades {
    margin-top: 120px!important;
}
.home__cantidades h2 {
    color: black;
    font-size: 41px;
    line-height: 41px;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
}
.home__cantidades h3 {
    color: black;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 10px;
    margin-top: 0px;
}
.home__cantidades p {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
}
.home__cantidades_icon {
    margin-top: 40px;
}
.home__cantidades_photo {
    width: 50%;
    background-size: cover;
    background-position: center center;
    height: 470px;
}
.cantidades_hide_mobile {
    
}
.cantidades_show_mobile {
    display: none;
}


.home__cantidades_text {
    width: 50%;
    padding: 0px 40px;
    box-sizing: border-box;
}
.home__quienes_somos {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url(img/photo-quienes-somos.jpg);
    background-repeat: no-repeat;
    margin-top: 120px;
    padding: 0 20px;
}
.photo-quienes-somos  {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}


.quienes_somos_frame {
    background-color: white;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 350px;
    display: inline-block;
    padding: 10px 40px 30px 40px;
    box-sizing: border-box;
    border-bottom: 5px solid black;
    margin-bottom: -100px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}
.quienes_somos_frame h2 {
    color: #FE802C;
    font-size: 41px;
    line-height: 48px;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 20px;
    margin-top: 30px;
}
.quienes_somos_frame p {
    color: black;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}









#promoWidthData {
}
#promoWidthImage {
}
.swipe {
width: 100%; max-width: 328px; margin: auto; display: -webkit-box; opacity: 1;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -webkit-animation: fadi 2s 1;
}
.swipe:hover {
opacity: 0.7;
}
.pushContent {
	width: 100%;
    height: 140px;
}
.pushContent_home {
    width: 100%;
    height: 53px;
}
.pushContent_100 {
    width: 100%;
    height: 100px;
}
.pushContentStore {
	width: 100%;
    height: 110px;
    float: left;
}

.margin_mobile{
	padding-left:0px;
	padding-right:0px;
}
.margin_800px{
	max-width:800px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_940px{
	max-width:940px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_940px_desktop{
	max-width:940px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1024px{
	max-width:1024px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1024px_desktop{
	max-width:1024px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1280px{
	max-width:1280px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1280px_desktop{
	max-width:1280px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1440{
	max-width:1440px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}

.navbar{
    overflow: hidden;
    height: 51px;
}
.main-color {
   color: #FC802C;
}
.main-logo {
    width: 254px;
    float: left;
    margin-right: 12px;
    z-index: 1;
    position: absolute;
    display: inline-block;
}
.main-logo-bottom {
    position: fixed;
    width: 87px;
    top: 51px;
}
.main-logo-text {
    width: 132px;
    float: left;
    margin-right: 12px;
    z-index: 1;
    position: absolute;
    display: none;
    margin-top: 15px;
    margin-left: 5px;
} 
.main-logo:hover , .main-logo-text:hover {
    cursor: pointer;
}
.main-logo-footer {
    width: 80px;
    z-index: 1;
    margin-top: -95px;
}
#footer-top {
    background-color:#5e5e5e;
    color: white;
    margin-top: 40px;
    font-size: 11px;    
}
#footer-top p {
    margin: 0px;
    padding: 0px;
}
#footer{
    background-color: black;
    color: white;
    font-size: 12px;
    line-height: 17px;  
}
#footer a{
    text-decoration: none;  
    color: white; 
}
#footer a:hover {
    color: #FE802C;
    cursor: pointer; 
}
.footer_margin {
    max-width: 1280px;
    padding: 30px 30px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.footer-table {
    width: 100%;
}
.footer-table div {
    width: 20%;
}
#footer ul {
    list-style-type: none;
    padding-left: 0px;
}
#footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
#footer li {
    font-size: 12px;
    font-weight: 400;
}
.footer-col {
    column-count: 4;
}
.footer-left {
    width:25%;
}
.footer-form {
    width:50%;
    text-align:center;
    vertical-align: middle;
}
.footer-metodos {
    width:25%;
    text-align:right;
}
.newsletter-intput {
    display: inline-block;
    border: 0px;
    padding: 9px 14px 6px 14px;
    height: 38px;
    min-width: 200px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;    
}
.newsletter-button {
    height: 38px;
    border: 0px;
    background-color: #fe802d;
    color: white;
    padding: 5px 27px;
    vertical-align: top;
    display: inline-block;
    margin-left: -3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
}
.newsletter-button:hover {
    background-color: black;
    color: #fe802d;
    cursor: pointer;
}
.subnav .subnav__more {
    background-image: url(img/subnav-more.svg);
    height: 230px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.subnav .subnav__item {
    box-sizing: border-box;
    padding: 0px;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-animation: fadi 0.5s 1;
    display: block;  
}
.subnav .subnav__item:hover {
    background-color: #FE802C;
    border-color: #FE802C ;
}
.subnav .subnav__img {
    height: 180px;
    background-size: cover;
    background-position: center center;
    display: none;
}
.subnav .subnav__title {
    text-align: left;
    font-size: 15px;
    vertical-align: middle;
    display: table;
    padding: 8px 20px;
    text-transform: initial;
    font-weight: 400;
}
.subnav .subnavbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.navbar a:hover, .subnav:hover .subnavbtn {

}
.subnav-content {
    position: absolute;
    background-color: black;
    z-index: 1;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: -12px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;  
    display: none; 
}
.subnav-content-box {
    padding: 19px 0px 7px 0px;
    box-sizing: border-box;
}
.subnav-content a {
    color: white;
    text-decoration: none;
}
.subnav:hover .subnav-content {
  display: block;
}

.menu-icon {
    width: 24px;
    margin: 15px 10px 15px 23px;
    position: absolute;
    top: 0;
    right: 0; 
    display: none;
}
.form-menu-desktop {
    display: inline-block;
    margin-left:-5px;
}

.btn-menu-topbar {
    background-color: transparent;
    border: none;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    transition: 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}
.btn-menu-topbar:hover {
    color: #FE802C;cur
}


.btn-menu-desktop {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px 11px 0px 11px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    transition: 0.3s;
    font-weight: 700;
    text-transform: uppercase;
    height: 32px;
    box-sizing: border-box;
    margin-bottom: 3px;
    z-index: 100000;
    position: relative;
}
.btn-menu-desktop:hover {
    color: #FE802C;
}
.btn-menu-mobile {
    background-color: transparent;
    border: none;
    padding: 5px 0px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-align: left;
    outline:0 !important;
    color: white;
}


.navbar a{
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 50px;
    box-sizing: border-box;
}

.navbar ul{
    margin: 0px;
    padding: 0 0 0 25px;
    list-style:none;
    max-width: 1280px;
    margin: auto;
}
.navbar ul .desktop{
    display: inline;
}
.navbar a:hover{
  color:#ccc;
}

.side-divisor {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    margin: 10px 0;

}
.side-cart {
background-color: #FE802C;
    color: white;
    width: 100%;
    padding: 7px 0 7px 20px;
    box-sizing: border-box;
    transition: 0.3s;
}
.side-cart a{
color:white !important;
padding: 0px !important;
margin: 0px !important;
}

.side-nav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;

}
.side-btn {
    padding: 20px;
    margin-bottom: 80px;
}

.side-nav a{
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    margin: 0px;
}
.side-nav p{
  font-size: 12px;
    margin: 7px 20px 20px 20px;
}

.side-nav a:hover {
  color:#FE802C;
}

.side-nav .btn-close {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    margin-left: 47px;
    text-decoration: none;
    margin-top: 0;
}

#main {
  transition:margin-left 0.5s;
  padding:20px;
  overflow:hidden;
  width:100%;
}
#top-bar {
  width: 100%;
  height: 53px;
  float: left;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 2;
}
.top-menu-item {
    display: table;
    margin-top: 13px;
    height: 8px;
    height: 28px;
    display: inline-block;
}
.top-menu-icon {
    display: table-cell;
    vertical-align: middle;
}
.top-menu-btn {
    display: table-cell;
    vertical-align: middle;
}
.openBtn {

}
.openBtn:hover {
    cursor: pointer;

}
.search__box {
  height: 100%;
  width: 100%;
 opacity: 0;
 visibility: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.93);
  -webkit-animation: fadi 0.5s 1;
  transition: 0.5s;
}

.search__box-content {
    position: relative;
    top: 46%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    max-width: 800px;
    padding: 0 30px;
    box-sizing: border-box;
}

.search__box .closebtn {
    position: absolute;
    top: 11px;
    right: 25px;
    font-size: 50px;
    cursor: pointer;
    color: white;
}

.search__box .closebtn:hover {
  color: #ccc;
}

.search__box input[type=text] {
    padding: 15px 20px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search__box input[type=text]:hover {
  background: #f1f1f1;
}

.search__box button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search__box button:hover {
  background: #bbb;
}

#wt_desktop{
     padding:10px;
     position: fixed;
     right:20px;
     bottom: 40px;
     display: inherit;
     z-index: 10000;
}
#wt_mobile{
     padding:10px;
     position: fixed;
    left: 170px;
    top: -1px;
     display: none;
     z-index: 10000;
}
#menu-bar{
    width: 100%;
    height: 40px;
    color: white;
    text-align: right;
    padding: 4px 8px 11px 8px;
    font-weight: 700;
    -webkit-animation: none;
    text-transform: uppercase;
    box-sizing: border-box;
    margin-top: 0;
    z-index: 1;
    max-width: 1280px;
    margin: auto;
}
.menu-bar-box {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 53px;
    background-color: black;
    text-align: right;
    position: sticky;
    z-index: 1;
}
#bag {
    padding: 0px 6px 1px 19px;
    display: -webkit-inline-box;
    transition: 0.3s;
    display: table;
    color: black;
}
#bag:hover {
    color: #FE802C;
}
#bag button {
    transition: 0.3s;
    color: black;
}
#bag:hover {
    color: #FE802C;
}
#bag button:hover {
    color: #FE802C;
    cursor: pointer;
}

.bag-quantity {
    padding-top: 0px;
    box-sizing: border-box;
    font-size: 10px;
    text-align: right;
}
.bag-total-price {
    font-weight: 700;
    letter-spacing: -0.5px;   
    margin-top: -3px;   
    padding: 1px 0px;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
}
.help {
    width: 29px;
    float: right;
    margin: 12px 12px 0 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("product-images/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("product-images/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select::-ms-expand { display: none; }

.quantitySelector {
    text-align: left;
    float: left;
    color: white;
}
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
    border: 1px solid white;
    display: inline-flex;
    border-radius: 5px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
 outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 21px;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 0px;
    font-size: 18px;
    color: white;
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
    width: 47px;
    padding: 0px;
    border: solid white;
    border-width: 0 1px;
    font-size: 14px;
    height: 22px;
    font-weight: 400;
    text-align: center;
}
#shopping-cart {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 100px;
    -webkit-animation: fadi 1s 1;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: auto;
}
@-webkit-keyframes fadi {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadi {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.homeCategoryBox {
    border: 4px solid white;
    float: left;
    width: 66%;
    margin-bottom: 40px;
}
.form_homeCategory {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 160px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 4px solid white;
    border-right: 20px solid white;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.form_homeCategory:hover {
     opacity: 0.6;
    transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -webkit-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
    cursor: pointer;
}
.btn_homeCategory {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border: 0px solid white;
    outline: 0 !important;
       height: 156px;
    display: table;
    background: none;
    border-bottom: 7px solid #c80180;
}
.homeCategory {
width: 100%;
    height: 160px;
    box-sizing: border-box;
    color: white;
    padding: 20px 0;
    -o-transition: opacity 1s ease-out;
    /* display: table-cell;  */
   /* vertical-align: middle; */
}
.homeCategory:hover {
    cursor: pointer;
}
.homeCategory-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 6px;
    background-color: #c80080;
    padding: 5px 9px 3px 9px;
    box-sizing: border-box;
    display: -webkit-inline-box;
}
.homeCategory-description {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: black;
    text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 1em white;
}
.generic__p_box {
    max-width: 800px;
    text-align:left;
 }
.generic__p_box ul {
 
 }
.generic__p_box ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
 }


/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #white;
}

.tab-green {
    color: #5aaf46;
    font-weight: 700;
}
.tab-orange {
    color: #fe802d;
}
.tab_padding {
  margin: auto;
  width: 100%;
  max-width: 1290px;
}
.tab_width {
  text-align: center;
  padding-right: 30px;
  box-sizing: border-box;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 18px;
    transition: 0.3s;
    background-color: #73de59;
    border: 2px solid #73de59;
    font-size: 16px;
    color: white;
}
.tab button:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tab button:nth-child(2) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.tab button:nth-child(3) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
} 
.tab button:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: black;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
  color: black;
}

/* Style the tab content */
.tabcontent {
    padding: 40px 22px 19px 4px;
    border-top: none;
    text-align: left;
    box-sizing: border-box;
    font-weight: 400;
    color: black;
    font-size: 13px;
    line-height: 19px;
    max-width: 100%;
    column-count: 2;
    column-gap: 60px;
}
}

.tabPDF_box {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 7px 10px;
    border: 2px solid white;
    border-radius: 8px;
    max-width: 150px;
    line-height: 18px;
    vertical-align: top;
 }  
 .tabPDF_box:hover {
    border: 2px dashed #ccc;
    border-radius: 8px;
 }  
 .tabPDF_box a {
    color: black;
    text-decoration: none;
 }  
.tabPDF {
    width: 110px;
 }  

.tabPDF_title {
    margin-top: -6px;
 }
.product-result {
    border: 1px dashed #fe802d;
    padding: 20px 45px;
    border-radius: 5px;
    display: -webkit-inline-box;
    color: #fe802d;
 }   
#product-grid {
    width: 100%;
    margin: auto;
    -webkit-animation: fadi 1s 1;
    max-width: 1280px;
    margin-top: 130px;
}
#shopping-cart table {
	width: 100%;
	background-color: #F0F0F0;
    font-size: 11px;
}
#shopping-cart table td {
	background-color: #FFFFFF;
}
#cant-paginas-max {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    width: 100%;
}
.cant-paginas-max-box {
    min-width: 74px;
    padding-right: 6px!important;
    vertical-align: middle;
}
.product-left {
    display: inline-block;
    width: 70%;
}
.product-width {
    width:66%;
    display: table-cell;
}
.txt-heading {
	color: #211a1a;
	border-bottom: 1px solid #E0E0E0;
	overflow: auto;
}
.optionMessage {
    background-color: #FE802C;
    color: white;
    padding: 0px 9px 6px 9px;
    box-sizing: border-box;
    width: 100%;
    display: flow-root;
    font-size: 11px;
    text-align: right;
    margin: 0px;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.messageBlink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
    -webkit-animation: fadi 2s 1;
}
.options_list{
    list-style-type: none;
    color: #FE802C;
    margin-bottom: 3px;
    font-weight: 400;
}
.shipping_address {
    font-size: 14px;
    font-style: italic;
    background-color: #fe802d;
    display: -webkit-inline-box;
    padding: 13px 21px 15px 16px;
    border-radius: 20px;
    margin-top: 5px;
    color: white;
    border-top-left-radius: 0px;
}
.shipping_address_new_alert {
   visibility: hidden;
   font-size:14px;
   color:red;
}
.extra-modulo {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.adjuntar-title{
   font-family: 'Varela Round', sans-serif;
   font-size: 33px;
    margin-bottom: 0px;
}
.adjuntar-subtitle{
    margin-top: 4px;
    color: black;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
}
.multimedia__upload {
    width: 137px;
    height: 137px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  padding-top: 0px!important;
  border: 2px dashed #666;
  background-image: url(img/icon__upload.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
}
.file-input {
    width: 137px;
    height: 137px;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}
.multimedia__box {
    width: 137px;
    height: 137px;
  border-radius: 10px;
  background-color: #ededed;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  padding-top: 0px!important;
  display: inline-block;
}
.multimedia__drag {
  width: 100%;
  height: 17px;
  padding-top: 4px!important;
  text-align: center;
  transition: 0.4s;
}
.multimedia__drag:hover {
  background-color: yellow;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: grab;
}
.multimedia__drag img {
  width: 13px;
  opacity: 0.5;
}
.multimedia__image:hover {
  opacity: 0.8;
}
.multimedia__image {
  transition: 0.4s;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.multimedia__btn {
  width: 100%;
  height: 50px;
  display: table;
}
.multimedia__btn form {
  display: table-cell;
  text-align: center;
}
.nro-compra {
    border: 1px dashed black;
    padding: 7px 15px;
    display: -webkit-inline-box;
    border-radius: 10px;
    margin-top: 10px;
}
.cart-padding {
   
}
.cart-resume {
    font-size: 12px;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: table;   
}
.cart-option-delete {

}
.cart-option-delete:hover {
opacity: 0.7;
}

.cart-resume .subtotal-title {
    font-size: 22px;
    float: left;
    font-weight: 700;
    width: 200px;
}
.cart-resume .total-title {
    font-size: 22px;
    float: left;
    font-weight: 700;
    color: black ;
}

.cart-resume .total-price {
    font-size: 38px;
    float: right;
    font-weight: 700;
    color: black ;
   text-align: right;
}
[data-title] {
    font-size: 12px;
    position: relative;
    cursor: help;
}
[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -46px;
    padding: 10px;
    background-color: #FE802C;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    border-radius: 10px;
}
.cart-resume-option { 
    font-size: 10px;
    padding: 4px 5px 4px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    background-color: #FE802C;
    color: white;
    display: -webkit-inline-box;
    margin-right: 3px;
    margin-bottom: 2px;
    border-radius: 7px;
}
.cart-resume-ellipsis {
    margin-top: 2px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.cart-extraDisc-title {
    font-size: 17px;
    float: left;
    text-align: left;
    padding: 2px 0 0 4px;
}
.cart-extraDisc-total {
    font-size: 19px;
    float: right;
    text-align: right;
    margin-right: 3px;
    font-weight: 700;
}
.min_purchase_amount_alter {
    font-size: 17px;
    float: left;
    width: 100%;
    color: black;
    text-align: right;
    margin-top: 30px;
}
#cart_options {
    counter-reset: line-number;
}
.option_line {
     counter-increment: line-number;
}
.option_line:before {
     content: "Producto "counter(line-number)": ";
}
.data-imprenta {
    display: none;
}
.cart-product-subtitle {
    padding: 4px 9px 3px 9px;
    color: white;
    background-color: black;
    width: auto;
    border-radius: 6px;
    font-size: 12px;
    display: table;
    margin-bottom: 11px;
}

.cart-product-right {
    display: table-cell;
    width: 30%;
}
.cart-product-left {
    display: table-cell;
    width: 160px;
}
.cart-product-left div {
    background-size: cover;
    width: 100%;
    max-width: 140px;
    height: 140px;
    margin-top: 9px;
    border-radius: 20px;
}
.cart-product-data {
    min-width: 200px;
    display: table-cell;
    vertical-align: top;
}
.cart-product-prices {
    float: right;
    text-align: right;
    min-width: 113px;
}
.cart-product-save {
text-align: right;
    float: right;
    min-width: 90px;
    padding-top: 10px;
}
.cart-product-save .title {
color: black;
    font-size: 19px;
}
.cart-product-save .amount {
    color: black;
    float: right;
    font-weight: 700;      margin-left: 8px;
}
.cart-product-title {
    font-weight: 700;
    font-size: 31px;
}
.cart-product-price {
    font-size: 27px;
    margin-top: 5px;
    font-weight: 700;    
}
.cart-product-description {
    margin:10px 0 22px 0;
    font-size: 14px;
    line-height: 17px;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  height: 18px;
}
.checkbox_title {
  padding-top: 4px;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 21px;
  background-color: #eee;
  z-index: -1;
}
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox_container input:checked ~ .checkmark {
  background-color: black;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container .checkmark:after {
left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





.checkbox_entrega_container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  height: 70px;
  width: 250px;
  text-align: center;
}
.checkbox_entrega_title {
    font-size: 26px;
    display: block;
    font-weight: 700;
    padding-top: 19px;
}
.checkbox_entrega_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark_entrega {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 250px;
  border-radius: 12px;
  background-color: white;
  border: 2px solid black;
  z-index: -1;
}
.checkbox_entrega_container:hover input ~ .checkmark_entrega {
  background-color: white;
  border-color: #2C66FC;
}
.checkbox_entrega_container input:checked ~ .checkmark_entrega {
  background-color: #2C66FC;
  color: white;
  border-color: #2C66FC;
}

.checkbox_entrega_container input:checked ~ .checkbox_entrega_title {
    color: white;
}


.checkmark_entrega:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_entrega_container input:checked ~ .checkmark_entrega:after {
  display: block;
    color: white;
}







#btnEmpty {
	background-color: #ffffff;
	border: #d00000 1px solid;
	padding: 5px 10px;
	color: #d00000;
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0px;
}
.btnDelete {
    border: #000000 1px solid;
    margin-top: 9px;
    margin-left: 0px;
    color: #000000;
    padding: 7px 11px 7px 12px;
    font-size: 14px;
    margin-botton: 5px;
    border-radius: 7px;
    background-color: transparent;
}
.btnAddAction {
    padding: 5px 10px;
    margin-left: 7px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}
.btnAddAction:disabled {
     border: 1px solid #AAA;
     border-radius: 4px;
     opacity:0.5;
}
#product-grid .txt-heading {
	margin-bottom: 18px;
}
.product {
    margin: auto;
    width: 100%;
    margin-top: 150px;
}
.productAdded {
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    box-sizing: border-box;
    font-size: 13px;
    left: 0px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    margin-top: 18px;
    transition: all .5s linear;
}
.productAdded .message {
    color: black;
    display: -webkit-inline-box;
    box-sizing: border-box;
    transition: all .5s linear;
}

.product-item {
float: left;
    background: #ffffff;
    /* margin: 30px 30px 0px 0px; */
    border: white 16px solid;
    width: 33%;
    padding-bottom: 20px;
    height: 320px;
    box-sizing: border-box;
}
.product-item form {
	margin: 0;
}
.product-price input {
	border: 0px;
    font-size: 25px;
    color: #FE802C;
    font-weight: 400;
}
#product-price-with-discount {
display: inline;
    border: 0px;
    font-size: 18px;
    width: 50px;
}
.image-box {
    max-width: 45%;
    display: inline-block;
    width: 100%;
    margin-right: 35px;
}
.product-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
    border-radius: 10px;
    margin-top: 14px;
    display: block;
}
.product-image-thumb {
    width: 33.3%;
    height: 100px;
    display: inline-block;
    border-radius: 10px;
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1; 
    border: white 4px solid;   
}
.product-image-thumb:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    opacity: 0.8;   
}
.thumb-box {
    text-align: left;
    margin: 15px -4px;
}
.out-stock {
    width: 80px;
    float: left;
    margin: 20px 0 0 10px;
}
.product-image img {
    max-height: 150px;
}
.product-data {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    height: auto;
}


.btnAddtoCart {
    background-color: black;
    border: none;
    color: white;
    padding: 15px 66px 13px 22px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 17px;
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: -1.7s;
    margin: 0px;
    border-radius: 27px;
    font-weight: 300;
    height: 52px;
    background-image: url(img/icon-more.svg);
    background-position: center right 9px;
    background-repeat: no-repeat;
    background-size: 38px;
}
.btnAddtoCart_desktop {
    display: inherit;
}
.btnAddtoCart_mobile {
    display: none;  
}


.product-data input[type=submit], .product-data .btnAddAction {
    background-color: black;
    border: none;
    color: white;
    padding: 7px 15px 6px 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 12px;
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: -1.7s;
    float: left;
    margin: 0px;
   border-radius: 8px;
}
.btn-pay  {
    background-color: #FE802C;
    border: none;
    color: white;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 16px;
    display: -webkit-inline-box;
    margin-top: 13px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 8px;
    float: right;
}
.btn-parameter  {
    background-color: #FE802C;
    border: none;
    color: white;
    padding: 10px 0 10px 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 19px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.btnAddAction:hover {
    background-color: #a2a2a2;

}
.form-button {
    display: inline;
    padding: 3px;
    box-sizing: border-box;
}
.paymentBox {
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 6px;
}
.paymentOption {
    border: 0px solid #FE802C;
    width: 200px;
    height: 154px;
    background-color: white;
    background-position: center center; background-repeat: no-repeat; background-size: contain;
    max-width: 300px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    padding: 0px;
    margin: 0px;
}
.paymentOption2 {
    border: 0px solid #FE802C;
    width: 200px;
    height: 154px;
    background-color: white;
    background-position: center center; background-repeat: no-repeat; background-size: contain;
    max-width: 300px;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.paymentOption:hover,  .paymentOption2:hover {
    opacity: 0.6;
    transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -webkit-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
    cursor: pointer;
    }

.product-cart-info {
    padding: 2px;
    margin-top: 5px;
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    color: black;  
}
.product-quantity-title {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0 2px;
}



.btnGeneric-1 {
    background-color: #FE802C;
    border: none;
    color: white;
    padding: 6px 20px 5px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 17px;
    display: -webkit-inline-box;
    margin-top: 13px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 5px;
    height: 42px;
    font-family: 'Varela Round', sans-serif;
}
.btnGeneric-1 :hover {
    background-color: #ccc;
}
.btnGeneric-2 {
    background-color: white;
    border: none;
    color: black;
    padding: 5px 15px 4px 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 14px;
    display: -webkit-inline-box;
    margin-top: 13px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 5px;
    height: 34px;
    font-family: 'Varela Round', sans-serif;
    border: 2px solid black;
}
.btnGeneric-2 :hover {
    background-color: black;
    color: white;
}
.btnGeneric-3 {
    background-color: black;
    border: none;
    color: white;
    padding: 6px 20px 5px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 17px;
    display: -webkit-inline-box;
    margin-top: 13px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 5px;
    height: 42px;
    font-family: 'Varela Round', sans-serif;
}
.btnGeneric-3:hover {
    background-color: #a2a2a2;
}
.btnGeneric-4 {
    background-color: black;
    border: none;
    color: white;
    padding: 6px 30px 5px 30px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 22px;
    display: -webkit-inline-box;
    margin-top: 26px;
    outline: 0 !important;
    transition: 0.3s;
    border-radius: 5px;
    height: 56px;
    font-family: 'Varela Round', sans-serif;
}
.btnGeneric-4:hover {
    background-color: #a2a2a2;
}





.product-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #b3b3b3;
    border-radius: 0px;
    margin-top: 4px;
    padding: 5px 28px 5px 8px;
    font-size: 12px;
    color: #000000;
    outline: 0 !important;
    width: 100%;
}
.product-option option:disabled {
    color: red;
}
.clear-float {
	clear: both;
}
.demo-input-box {
	border-radius: 2px;
	border: #CCC 1px solid;
	padding: 2px 1px;
}
.tbl-cart {
	font-size: 0.9em;
}
.tbl-cart th {
	font-weight: normal;
}
.route {
    font-size: 12px;
    margin-bottom: 15px;
}

.product-box-text {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.product-title {
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    font-family: 'Varela Round', sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
}
.product-title-mobile {
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    font-family: 'Varela Round', sans-serif;
    margin-top: 30px;
    margin-bottom: 4px;
    display: none;
}
.product-description {
    font-weight: 400;
    color: black;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
    max-width: 580px;
}
.product-price {
	float: left;
    margin-bottom: 10px;
    width: 100%;
}
.parameter-w33-m100 {
    max-width: 100%;
}
.parameter-title {
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    font-family: 'Varela Round', sans-serif;
    margin-top: 30px;
}
.parameter-box {
    border: 2px dashed #DDDDDD;
    padding: 5px 13px 14px 13px;
    box-sizing: border-box;
    border-radius: 17px;
    margin-bottom: 40px;
}
.parameter-box-title {
    font-weight: 700;
    font-size: 14px;
    background-color: white;
    margin-top: -14px;
    padding: 0 8px 0 8px;
    display: table;
    margin-left: -7px;
}
.parameter-box-subtitle {
    font-weight: 400;
    font-size: 14px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 15px;
}
.parameter-p-col {
    padding-right: 10px;
    box-sizing: border-box;
}
.parameter-space {
    width: 100%;
    height: 12px;
    display: block;
}
.parameter-title-checkmark {
    display: inline-flex;
    margin-top: 9px;
    margin-bottom: 13px;
}
.cart-title-box {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: auto;
}
.cart-title-divisor {
    border-bottom: 5px solid black;
    padding: 20px 0;
    margin-bottom: 20px;
}
.cart-action {
}
#product-quantity {
    padding: 5px 5px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
    width: 45px;
    text-align: center;
}
.product-tile-footer {
    padding: 15px 15px 0px 15px;
    overflow: auto;
}
.cart-item-image {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}
.shippingPrice {
    padding: 6px 13px;
    display: -webkit-inline-box;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #2C66FC;
    font-size: 16px;
    color: white;
}
#shipping_form  {
    margin-top: 19px;
    border-radius: 5px;
}



.coupon-input {
    background-color: white;
    border: none;
    color: black;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 14px;
    display: -webkit-inline-box;
    margin-top: 13px;
    outline: 0 !important;
    transition: 0.3s;
    border-top-left-radius: 8px;
    border: 2px solid black;
    border-bottom-left-radius: 8px;
    text-align: center;
    margin-top: 9px;
    text-transform: uppercase;
    float: left;
  &::-webkit-inner-spin-button {
    opacity:1; // magic!
  } 
}
.coupon-input-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: left;
    margin-top: 9px;
    border-left: 0px;
    color: white;
    background-color: black;
}


.register {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding-bottom: 50px;-webkit-animation: fadi 2s 1;
}
.register .title {
    width: 100%; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 30px;  font-size: 17px;  padding-left: 9px;
    box-sizing: border-box;
}
.register .input-title {
    width: 100%;
    font-size: 15px;
    padding-left: 9px;
    box-sizing: border-box;
    float: left;
}
.register .input-title span {
    color: #FE802C;
}
.register input , textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white!important;
    border: 1px solid black;
    border-radius: 10px;
    margin: 4px 0 12px 0;
    padding: 10px 17px 10px 14px;
    font-size: 16px;
    color: black;
}
.register-bg {
    background-color: #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.register-description {
    font-size: 13px;
    width: 100%;
    margin: auto;
    max-width: 300px;
    text-align: center;
    margin-top: 10px;
    line-height: 19px;
}
#registerPasswordAlert {
    background-color: red;
    color: white;
    font-size:12px;
    padding: 5px 10px;
    border-radius: 10px;
    display: none;
}

.parameter input[type=number], textarea, .parameter select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white!important;
    border: 1px solid black;
    border-radius: 10px;
    margin: 0;
    padding: 10px 17px 10px 14px;
    font-size: 15px;
    color: black;
    height: 41px;
    text-transform: lowercase;
}
.parameter select option:first-letter{
  text-transform: uppercase;
}
.parameter h2 {
    color: black;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Varela Round', sans-serif;
    margin-top: 29px;
    margin-bottom: 35px;
    width: 100%;
    padding: 8px 10px 5px 17px;
    background-color: #e4e4e4;
    border-radius: 10px;
}
.parameter {
    margin-right: 20px;
}

.register select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white!important;
    border: 1px solid black;
    border-radius: 10px;
    margin: 4px 0 12px 0;
    padding: 10px 17px 10px 14px;
    font-size: 16px;
    color: black;
}
.register-message  {
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: white;
    background-color: red;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.update-message  {
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: white;
    background-color: #FD802C;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 50px;
    transition: all .5s linear;
}

.btn-resume  {
    display: inline;
}

.btn-footer-box {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 4px solid #FE802C;
    padding: 7px 13px;
    box-sizing: border-box;
    left: 0;
    text-align: center;
    background-color: white;
    display: none;
}


.btn-footer-left,  .btn-footer-right, .btn-footer-right2 {
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 16px;
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: none;
    color: #FE802C;
}
.btn-footer-left {
    padding: 4px 10px 4px 20px;
    float: left;
    background-image: url(img/arrow-blue-left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;

}
.btn-footer-right {
    padding: 4px 20px 4px 10px;
    float: right;
    background-image: url(img/arrow-blue-right.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.btn-footer-right2 {
    padding: 4px 20px 4px 10px;
    float: right;
}

@media (max-width: 1350px){



    .homeCategoryBox {
        width: 66%;     box-sizing: border-box;
    }
    .homeInstrucciones {
        width: 33%;
    }
    .cart-resume .subtotal-title {
        width: auto;
        margin-top: 7px;
    }
    .navbar ul{
        padding: 0 0 0 25px;
    }
    .product-item{
    	width:50%;
    }
}

@media (max-width: 1280px){
    .help {
        margin: 12px 12px 0 0;
    }
    .form_homeCategory {
        width: 100%;
      }
    #menu-bar{
    text-align: right;
    }
}
@media (max-width: 1135px){
  .navbar ul .desktop{
  display: none;
  }
}
@media (max-width: 1024px) {
    .home__carrusel {
        padding: 10px 20px 100px 20px;
    }
    .home__banner_2 h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .home__banner_2 h2 {
        font-size: 36px;
        line-height: 51px;
    }    
    .home__carrusel h2 {
        font-size: 36px;
        line-height: 51px;
    }
    .panel_presup_metodos {
        display: none;
     }
    .footer-left {
        display: none;
    }
    .footer-form {
        width:100%;
    }     
    .footer-metodos {
        display: none;
    }
    #wt_mobile {
        padding: 10px;
        left: 170px;
        top: -1px;
        display: inherit;
    }
    #wt_desktop  {
        display: none;
    }

    .cart-title-box {
        padding: 0 0px;
    }
    .cart-title-divisor img {
        margin-left: 20px;
    }
    .cart-title-divisor {
        padding: 0px 0 20px 0;
    }    
    .tab_width {
        padding-right: 0px;
    }
    .panel_presup_total {
        padding-right: 10px;
     }
    .product-width {
        width: 100%;
        display: inherit;
    }
    .parameter {
        margin-right: 0px;
    }
    .tab button {
        padding: 9px 10px;
        font-size: 14px;
    }
    .tabcontent {
        font-size: 13px;
        line-height: 21px;
        column-count: 1;
        column-gap: 10px;

    }
    .pushContent_home {
        width: 100%;
        height: 53px;
    }
    .tab_padding {
      padding: 0 20px;
    }
    .tab_width {
      width: 100%;
    }
    #product-grid {
        padding: 0 30px;
    }
    .btnAddtoCart {
        background-color: white;
        border: none;
        color: black;
        padding: 14px 66px 12px 21px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
        font-size: 16px;
        outline: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: -1.7s;
        margin: 0px;
        border-radius: 27px;
        font-weight: 300;
        height: 50px;
        background-image: url(img/icon-more-mobile.svg);
        background-position: center right 9px;
        background-repeat: no-repeat;
        float: right;
    }
    .panel_presup {
        width: 100%;
        position: fixed;
        bottom: 0px;
    }
    #product-grid {
        margin-top: 80px;
    }
    .route {
        margin-bottom: 0px;
    }
    .product-cart-info {
        display: none;
    }
    .quantitySelector {
        display: none;
    }
    .product-left {
        display: block;
        width: 100%;
    }
    .panel_presup_box {
        position: fixed;
        top: 51px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .panel_presup_titulo {
        display: none;
    }
    .panel_presup_medios {
        display: none;
    }
    .panel_presup_border {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 10px 14px 11px 24px;
        text-align: left;
        width: 100%;
        background-color: black;
     }
    .panel_presup_total_box  {
        display: inline-block!important;
        width: auto;
        padding: 0px;
     }
    .iva {
        display: block;
     }
    #panel_presup_descripcion {
        display: none;
    }
    .home__cantidades h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .home__cantidades h2 {
        color: black;
        font-size: 36px;
        line-height: 51px;
        margin-bottom: 20px;
    }    
    .help {
        margin: 12px 52px 0 0;
    }
    .search__box .closebtn {
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
        color: white;
    }
    .search__box {
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 1);
    }    
    .menu-icon {
        display: block;
        margin: 17px 16px 0 30px;
    }
    .main-logo {
        width: 62px;
        margin-right: 0;
        margin-top: 8px;
        display: none;
    }  
    .main-logo-bottom {
        display: none;
    }  
    .main-logo-text {
        z-index: 1;
        position: absolute;
        display: inline-block;
    }  
    #menu-bar {
     display: none;
    }  
    .menu-bar-box {
     display: none;
    }    
    .form-menu-desktop {
        display: none;
    }
    .category_product  {
        width: 25vw;
    }
    .category_product_img {
        height: 20vw;
    }
  .index-bg {
    background-image: url(img/index-background-mobile.jpg);
  }
  .index-btn {
    width: 250px;
    text-align: center;
  }
  .index-box {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 33px;
  }
  .index-logo {
    max-width: 190px;
  }
  #ingresar-desktop {
    display: none;
    margin-right: 0px;
  }
  #ingresar-mobile {
    display: inline;
    margin-right: 0px;
  }
}

@media (max-width: 800px){
    .home__banner h1 {
        font-size: 47px;
        line-height: 52px;
        max-width: 610px;
        margin-bottom: 10px;
    }
    .home__banner img {
        width: 180px;
    }
    .quienes_somos_frame p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .home__cantidades_photo {
        width: 30%;
    }
    .home__cantidades_text {
        width: 70%;
    }
    .footer-col {
        display: none;
    }    
    .top-menu-item {
        display: none;
    }
    .category_title {
        font-size: 47px;
        line-height: 65px;
    }
    .category_description {
        font-size: 15px;
        line-height: 22px;
        max-width: 580px;
    }
    .category_product  {
        width: 35vw;
    }
    .category_product_img {
        height: 27vw;
    }
    #wt_desktop{
     padding:10px; position: fixed; right:20px; bottom: 40px; display: none; z-index: 100;
    }

    #product-grid {
       margin-bottom: 60px;
    }
    .homeCategoryBox {
      width: 100%; padding: 0 20px; margin-bottom: 10px;
    }
    .homeInstrucciones {
        width: 100%;
        border: 20px solid white;
    }
    .zonaDeEntrega {
        width: 100%;
        border: 8px solid white;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 40px;
        display: inline;
    }
    .zonaDeEntregaDesktop {
        width: 100%;
        border: 8px solid white;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 40px;
        display: none;

    }
    .btn-footer-box {
        display: inline;
    }
}
@media (max-width: 700px){
    .adjuntar-title {
        font-size: 28px;
    }
    .cart-product-description {
        margin: 10px 0 22px 0;
        font-size: 12px;
        line-height: 15px;
    }
    .cart-product-subtitle {
        padding: 4px 9px 3px 9px;
        color: white;
        background-color: black;
        width: auto;
        border-radius: 6px;
        font-size: 11px;
        display: table;
        margin-bottom: 8px;
    }
    .cart-product-title {
        font-size: 26px;
        line-height: 29px;
    }
    .cart-product-left {
        display: none;
    }
    .btnAddtoCart_desktop {
        display: none;
    }
    .btnAddtoCart_mobile {
        display: inherit;  
    }
    #promoWidthImage {
        height: 350px;
    }
    .selecciona {
        width: 100%; text-align: center; font-size: 15px; color: #FE802C; padding: 0 10px;  float: left;  margin-bottom: 20px;     margin-top: 20px;
    }
    .pushContentStore {
        height: 85px;
    }
    .banner-baldes-desktop {
        display: none;
    }
    .banner-baldes-mobile {
        display: inline;
    }
    .banner-baldes{
        width: 100%;
    }
    .cart-extraDisc-title {
        width: 60%; font-size: 14px;
    }
    .cart-extraDisc-total {
        width: 40%; margin-right: 0px;
    }
    .product-item{
    	width:100%;
        height: auto;
        padding-bottom: 0px;
    }
    .product-data {
        padding: 0px 15px 20px 15px;
        border-top: 0px;
        border-bottom: 0px;
    }
    .form_homeCategory {
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 4px solid white;
        border-bottom: 4px solid white;
    }
    .homeCategoryBox {
        border:0 ;
    }
    .margin_940px_desktop{
    	padding-left:0px;
    	padding-right:0px;
    }
    .margin_1024px_desktop{
    	padding-left:0px;
    	padding-right:0px;
    }
    .margin_1280px_desktop{
    	padding-left:0px;
    	padding-right:0px;
    }

    #promoWidthData {
        width: 100% !important;
    }
    #promoWidthImage {
        width: 100% !important;
        background-position: left top;
        border: 15px solid white;  box-sizing: border-box;
    }
    .cart-product-data {
       min-width: auto;
    }
    .cart-product-right {
        text-align: right;
    }
    .cart-product-save {
        text-align: right;
        float: right;
        padding-top: 14px;
        display: block;
        margin-left: 0px;
        width: 100%;
    }
    .cart-product-save .title {
        font-size: 16px;
    }
    .cart-product-save .amount {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .category_title_small {
        font-size: 36px;
        line-height: 42px;
    }
    .product-title {
        display: none;
    }
    .product-title-mobile {
        font-size: 31px;
        line-height: 33px;
        display: inherit;
        margin-top: 7px;
        margin-left: -2px;
        margin-bottom: 3px;
    }
    .image-box {
        max-width: 100%;
        margin-right: 0px;
    }
    .category_divider_top {
        padding: 0 0px;
    }
    .category_divider_bottom {
        padding: 0 0px;
    }
    .category_product_li {
        padding: 0 20px;
    }
    .parameter h2 {
        font-size: 14px;
        line-height: 19px;
        padding: 6px 10px 3px 17px;
    }
    .parameter-box-title {
        font-size: 12px;
    }    
    #product-grid {
        margin-bottom: 0px;
    }
    .checkbox_entrega_container {
        font-size: 11px;
        margin-right: 10px;
        height: 60px;
        width: 124px;
    }
    .checkmark_entrega {
        height: 60px;
        width: 132px;
        border-radius: 12px;
    }
    .checkbox_entrega_title {
        font-size: 20px;
        font-weight: 700;
        padding-top: 18px;
    }
    #largo-trabajo, #largo-trabajo_multiple {
        border-bottom-left-radius: 8px!important;
        border-top-left-radius: 8px!important;     
    }
    #ancho-trabajo, #ancho-trabajo_multiple  {
        border-bottom-right-radius: 8px!important;
        border-top-right-radius: 8px!important; 
    }  
    .parameter-title-checkmark {
        margin-top: 15px;
        margin-bottom: 11px;
    }
    .parameter-p-col {
        padding-right: 0px;    
    }   
    .all-border-radius-0 {
        border-bottom-left-radius: 8px!important;
        border-top-left-radius: 8px!important;
        border-bottom-right-radius: 8px!important;
        border-top-right-radius: 8px!important;    
    }    
    .all-border-radius-left-0 {
        border-bottom-left-radius: 8px!important;
        border-top-left-radius: 8px!important;
        margin-top: 20px;
    }
    .all-border-radius-right-0 {
        border-bottom-right-radius: 8px!important;
        border-top-right-radius: 8px!important;
    }    
    .parameter-title {
        font-size: 34px;
        line-height: 34px;
    }
    .parameter-w33-m100 {
        width: 100%!important;
        display: block;
    }
    .product-image {
        max-width: 100%;
        height: 240px;
        margin-right: 0px;
    }
    .product-box-text {
        max-width: 100%;
        width: 100%;
    }
    .product-title {
        font-size: 31px;
        line-height: 33px;
    }   
    .product-description {
        font-size: 14px;
        line-height: 21px;
    }    
    .tab button {
        width: 50%;
    }
    .tab button:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0px;
    }
    .tab button:nth-child(2) {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
    }    
    .tab button:nth-child(3) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 8px;
    }      
    .tab button:last-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 8px;
    } 
    .cantidades_hide_mobile {
        display: none!important;
    }
    .cantidades_show_mobile {
        display: inherit;
    }
    .home__banner  img {
        width: 140px;
    }
    .photo-quienes-somos  {
        display: inline;
        padding: 0px;
    }
     .home__quienes_somos {
        width: 100%;
        background-size: cover;
        background-position: center center;
        margin-top: 90px;
        padding: 0px;
        background-image: none;
    }   
    .quienes_somos_frame {
        background-color: white;
        width: 100%;
        max-width: 700px;
        margin-top: 0px;
        display: inline-block;
        padding: 10px 20px 30px 20px;
        border-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .quienes_somos_frame h2 {
        font-size: 36px;
        line-height: 51px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .home__cantidades_photo {
        width: 100%;
        display: block;
        height: 250px;
        border-radius: 20px;
    }
    .home__cantidades_text {
        width: 100%;
        display: table;
        padding: 0px;
        text-align: center;
    }
    .category_product  {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
    .category_product_img {
        height: 50vw;
    }
}
@media (max-width: 500px){

    .footer_margin {
        padding: 30px 30px 80px 30px;
    }
    .register {
        max-width: 100%;
    }
    .register-bg {
        border-radius: 0px;
    }
    .cart-resume .total-price {
        font-size: 33px;
    }
    .btnGeneric-3, .btnGeneric-1 {
        padding: 6px 10px 5px 10px;
        font-size: 13px;
        height: 36px;
        margin-top: 8px;
    }
    .cart-resume {
        padding: 20px 0px;
    }
    .btnGeneric-2 {
        margin-left: 0px!important;
        float: left;
    }
    .cart-product-prices {
        float: left;
        text-align: left;
        min-width: 113px;
        margin-top: 20px;
    }
    .cart-product-right {
        display: block;
        width: 100%;
    }
    .cart-product-data {
        display: block;
        width: 100%;
    }
    .pushContent {
        height: 80px;
    }
    .parameter-box {
        margin-bottom: 30px;
    }
    .hide-mobile {
        display: none;
    }
    .pushContent_100 {
        height: 60px;
    }
    .consulta-box h4 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 8px;
    }   
    .consulta-box h5 {
        font-size: 19px;
        line-height: 22px;
        max-width: 216px;
        margin: auto;
    }     
    .consulta-box .consulta-tel {
        font-size: 22px;
    }
    .consulta-box .consulta-tel span {
        font-size: 14px;
    }
    .consulta-box .consulta-data {
        font-size: 15px;
    }    
    .consulta-box {
        margin: 0px;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .tab button {
        font-size: 12px;
        height: 45px;
    }
    .panel_presup_total {
         text-transform: capitalize;
     }
    .btnAddtoCart {
        background-color: white;
        border: none;
        color: black;
        padding: 13px 49px 12px 14px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
        font-size: 13px;
        outline: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: -1.7s;
        margin: 0px;
        border-radius: 21px;
        font-weight: 300;
        height: 40px;
        background-image: url(img/icon-more-mobile.svg);
        background-position: center right 9px;
        background-repeat: no-repeat;
        float: right;
        background-size: 30px;
    }
    .panel_presup_total_box {
        font-size: 24px;
    }
    .parameter-box-subtitle {
        font-weight: 400;
        font-size: 13px;
    }   
    .btn-parameter {
        padding: 12px 0 12px 0;
        font-size: 15px;
    } 
    .home__cantidades {
        margin-top: 70px!important;
        text-align: center;
    }
    .icon-print {
        width: 105px;
    }
    .home__banner_2 h2 {
        font-size: 26px;
        line-height: 31px;
        margin-top: 30px;
    }
    .home__banner_2 h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .home__carrusel h2 {
        color: black;
        font-size: 37px;
        line-height: 45px;
        font-family: 'Varela Round', sans-serif;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }
    .home__carrusel {
        width: 100%;
        padding: 60px 20px 60px 20px;
        box-sizing: border-box;
    }
    .btnGeneric-4 {
        background-color: black;
        border: none;
        color: white;
        padding: 5px 25px 4px 25px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
        font-size: 19px;
        display: -webkit-inline-box;
        margin-top: 26px;
        outline: 0 !important;
        transition: 0.3s;
        border-radius: 5px;
        height: 49px;
        font-family: 'Varela Round', sans-serif;
    }
    .home__banner h1 {
        font-size: 40px;
        line-height: 44px;
        max-width: 350px;
        margin-bottom: 10px;
    }
    .category_title {
        font-size: 40px;
        line-height: 45px;
    }
    .banner-baldes{
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 40px;
    }
    .cart-resume .subtotal-title {
        font-size: 18px;
        width: 100%;
    }
    .product-data input[type=submit], .product-data .btnAddAction {
        padding: 6px 6px;
        font-size: 11px;
    }
    .cart-resume-ellipsis {
        max-width: 95px;
    }

    .cart-product-title {
        font-size: 23px;
        line-height: 24px;
    }
    .cart-padding {

    }
    #manu-bar {
        padding: 8px 8px 7px 8px;
        font-size: 16px;
    }
    .productAdded {
        top: 49px;
        padding: 0px 0;
        font-size: 12px;
        height: 33px;
        margin-bottom: 10px;
        margin-top: 0px;
        background-color: #73de59;
    }
    .productAdded .message {
        padding: 10px 10px 0 10px;
    }
}
@media (max-width: 475px){
    .paymentOption2_margin {
        margin-bottom: 6px;
    }
}
@media (max-width: 430px){
    .product-image-thumb {
        height: 70px;
    }
    .parameter input[type=number], textarea, .parameter select {
        padding: 10px 5px 10px 10px;
    }
    .panel_presup_border {
        padding: 10px 14px 11px 16px;
    }
    #product-grid {
        padding: 0 20px;
    }
    .home__banner img {
        width: 130px;
    }
    .home__banner h1 {
        font-size: 34px;
        line-height: 43px;
        max-width: 280px;
        margin-bottom: 10px;
    }
     #bag {
        padding: 0px 54px 1px 19px;
        display: -webkit-inline-box;
        transition: 0.3s;
        display: table;
        color: black;
    }
    .main-logo-text {
        width: 113px;
        float: left;
        margin-right: 0px;
        z-index: 1;
        position: absolute;
        margin-top: 16px;
        left: 17px;
    }
    #top-bar {
        border-bottom: 1px solid black;
    }
    .bag-total-price {
        font-weight: 700;
        letter-spacing: -0.5px;
        margin-top: -5px;
        padding: 1px 0px;
        text-align: right;
        font-size: 18px;
        font-weight: 700;
    }
    .bag-quantity {
        box-sizing: border-box;
        font-size: 10px;
        text-align: right;
        padding-bottom: 3px;
    }
    #icon-shopping-cart {
        display: none;
    }   
    #promoWidthImage {
        height: 350px;
    }

    .btn_homeCategory {
        height: 136px;
    }
    .form_homeCategory {
        height: 140px;
    }
    .homeCategory-title {
        font-size: 22px;
        line-height: 22px;
    }
}
@media (max-width: 340px){
    #promoWidthImage {
        height: 290px;
    }
}
