/* colours */
:root{
  --primary: #82dfda;
  --secondary: #1fb5ad;
  --title: #FF8816;
}

/* layout styles */
.footer{
  background: #1fb5ad;
}
nav{
  background: var(--primary);
  /* border-bottom: 10px solid var(--secondary); */
}
nav a{
  text-transform: uppercase;
  color: var(--title);
}
nav a span{
  font-weight: bold;
}
nav .sidenav-trigger{
  margin: 0;
}


/* product styles */
.products{
  margin-top: 10px;
}
.borderproduct{
  border-style: solid;
  border-color: black;
}
/* .card-panel.product{
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  display: grid;
  grid-template-columns: 2fr 6fr 1fr;
  grid-template-areas: "image details delete";
  position: relative;
} */
.product img{
  grid-area: image;
  max-width: 60px;
}
.product-details{
  grid-area: details;
  margin-top: 15px;
}
.product-delete{
  grid-area: delete;
  bottom: 0px;
  right: 0px;
}
.product-delete i{
  font-size: 18px;
}
.product-title{
  font-weight: bold;
}
.product-description{
  font-size: 0.8em;
}
.sizeproductdetaild{
  color:rgb(0, 0, 0);
  font-size: 1.3em;
}
.waves-light-1{
  color: #000;
  text-align: center;
  z-index: 0;
}

.waves-light{
  z-index: 0;
}

#ConfirmOrder .modal {
  height: 100%;
}

.Exponent{
  height: 15px;
  width: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  color: black;
  left: -10px;
}
.no-underlined{
  text-decoration: none;
}
::placeholder {
  color: #fff;
}

.ColorSpan{
  color: #979797;
  font-size: 12px;
}
.priceOrders{
  color: #2c2c2c;
  font-size: 10px;
}
.CursorId{
  cursor: pointer;
}
.CursorId:hover{
  color: #26a69a;
}
.CursorIdStar{
  cursor: pointer;
}
/* .CursorIdStar:hover{
  color: #ffc925;
} */
.CursorIdStarSelect{
  color: #ffc925;
  cursor: pointer;
}
/* .CursorIdStarSelect:hover{
  color: #a8a8a8;
} */
.NumberOrder{
  display: none;
}
#widthTotalOrder{
  width: 34%;
  /* width: 38.5%; */
}
#paddinTotalOrder{
  padding-top: 10px;
  padding-bottom: 10px;
}
.DelieveryOrder{
  display: none;
}
.border{
  border: solid;
}
.size18{
  font-size: 18px;
}
.letterSizeOrder{
  color: black;
  font-size: 18px;
}
.letterblack{
  color: black;
  font-size: 14px;
}
.size-U{
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.size-U-center{
  color: black;
  font-size: 10px;
  text-align: center;
}
.color-black{
  color: #fff;
}
.color-white{
  color: #000;
}
.sub-menu{
  background: #1fb5ad;
}
#menuLeftWeb{
  background: #f5f5f5;
}

#menuArrow{
  padding-top: 10px;
  background: #f5f5f5;
}

.categories-collapsible{border:none;box-shadow:none}
.card-filter{border:none;box-shadow:none}
#filtersBtn{
  padding-top: 10px;
}
/* form-styles */
.add-btn{
  background: var(--title) !important;
}
input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.side-form button{
  background: var(--title);
  box-shadow: 1px 1px 3px rgba(90,90,90,0.2);
}
/* form .input-field{
  margin-top: 30px;
} */

/* Slider */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

.middle-indicator{
 position:absolute;
 top:50%;
 }
.middle-indicator-text{
 font-size: 4.2rem;
}
a.middle-indicator-text{
  color:white !important;
}
.content-indicator{
  width: 64px;
  height: 64px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; 
}
  .indicators{
  visibility: hidden;
}

#login-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
}

#login-page .card-panel.border-radius-6.login-card {
  margin-left: 0 !important;
}

#register-page{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  height:100vh;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center
}
#register-page .card-panel.border-radius-6.register-card{
  margin-left:0!important
}

/* forgot-password */
#forgot-password{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  height:100vh;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center
}

#forgot-password .card-panel.border-radius-6.forgot-card{
  margin-left:0!important
}
.color-found{
  background: #82dfda;;
}
.text-center{
  color: #fff;
  text-align: center;
}

.text-left{
  color: #fff;
  text-align: left;
}
.sizeicon{
  font-size: 30px;
}
 #email{
  font-size: 48px;
  color: #757575;
 }
 #favorite_border{
  color: #757575;
 }
 #menu{
  font-size: 36px;
  cursor:pointer;
 }

 #user{
  font-size: 36px;
  color: #757575;

 }

#autocomplete-input {
  background: white;
}
 

/*SLIDER*/
.slide {
  height: auto;
  position: relative;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
  margin-top: 26px;
}

.slide-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc( 300px + 3em);
}

.materialboxedImg{
  z-index: 0 !important;
  position: relative;
  width: 100%;
  height: calc( 300px + 3em);
  max-width: 100%;
  max-height: calc( 300px + 3em);
}

.slide-open:checked + .slide-item {
  position: static;
  opacity: 100;
}

.slide-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.slide-item img {
  display: block;
  /* height: auto;
  width: auto; */
  object-fit: fill;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.slide-control {
  /* background: rgba(0, 0, 0, 0.28); */
  border-radius: 50%;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.slide-control.prev {
  left: 2%;
}

.slide-control.next {
  right: 2%;
}

.slide-control:hover {
  /* background: rgba(0, 0, 0, 0.8); */
  color: red;
}

#slide-1:checked ~ .control-1,
#slide-2:checked ~ .control-2,
#slide-3:checked ~ .control-3 {
  display: block;
}

.slide-indicador {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.slide-indicador li {
  display: inline-block;
  margin: 0 5px;
}

.slide-circulo {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.slide-circulo:hover {
  color: #aaaaaa;
}

#slide-1:checked ~ .control-1 ~ .slide-indicador li:nth-child(1) .slide-circulo,
#slide-2:checked ~ .control-2 ~ .slide-indicador li:nth-child(2) .slide-circulo,
#slide-3:checked ~ .control-3 ~ .slide-indicador li:nth-child(3) .slide-circulo {
  color: #428bca;
}

#titulo {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.breadcrumb{
  color: #828282;
  cursor: pointer;
  font-size: 16px;
}
.breadcrumb:before {
  color: #828282;
  font-size: 16px;
}

.breadcrumb:last-child {
  color: #828282;
  font-size: 16px;
}

.breadcrumb:hover{
  color: #26a69a;
  font-size: 16px;
 }

/**/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


/* .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
} */

/* Custom Stylesheet */
/**
 *
 * Made By Joash Pereira
 * Thanks for MaterializeCSS.com
 */

 .default_color{background-color: #2196F3 !important}

 .default_color_text{color: #2196F3 !important}
 
 .icon-block {
     padding: 0 15px;
 }
 
 #intro, #work, #team {padding-top: 4rem;}
 
 
 #index-banner {
     min-height: 632px;
     max-height: 864px;
     position: relative;
     background-color: #2196F3;
 }
 
 #nav_f{
     box-shadow: none !important; 
     -webkit-box-shadow:none !important;
 }
 
 .text_h {
     padding: 15% 0;
     font-size: 6.0em;
     font-weight: 100;
     color:white;
 }
 
 .brand-logo{
     position: absolute;
     color: #fff;
     display: inline-block;
     font-size: 2.1rem;
     font-style: normal;
     font-weight: 100;
     padding: 0;
     letter-spacing: 7px;
 }
 
 .text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}
 
 .span_h2 {font-weight: 300;color: #2196F3;}
 
 .text_b{color: #2196F3;}
 
 .in{font-weight: 400 !important; font-style: normal !important;}
 
 .promo i {
     color: #2196F3;
     font-size: 7rem;
     display: block;
 }
 .card-content a {color: #2196F3;}
 
 .card-content a:hover {color: #2196F3;}
 
 #work, #team{background: rgb(247, 247, 247);}
 
 .text_pink{color:#EF9A9A;}
 
 nav ul a {
     font-size: 1.2rem;
     color: #FFF;
     letter-spacing: 2px;
     display: block;
     font-weight: 300;
     padding: 0px 15px;
 }
 
 .cd-headline.type .cd-words-wrapper {
     vertical-align: top;
     overflow: hidden;
 }
 
 .cd-headline.type .cd-words-wrapper::after {
     /* vertical bar */
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     bottom: auto;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 90%;
     width: 1px;
     background-color: #aebcb9;
 }
 
 .cd-headline.type .cd-words-wrapper.waiting::after {
     -webkit-animation: cd-pulse 1s infinite;
     -moz-animation: cd-pulse 1s infinite;
     animation: cd-pulse 1s infinite;
 }
 .cd-headline.type .cd-words-wrapper.selected {
     background-color: #FFF;
 }
 
 .cd-headline.type .cd-words-wrapper.selected::after {
     visibility: hidden;
 }
 
 .cd-headline.type .cd-words-wrapper.selected b {
     color: #2196F3;
 }
 
 .cd-headline.type b {
     visibility: hidden;
 }
 
 .cd-headline.type b.is-visible {
     visibility: visible;
 }
 
 .cd-headline.type i {
     position: absolute;
     visibility: hidden;
 }
 .cd-headline.type i.in {
     position: relative;
     visibility: visible;
 }
 
 @-webkit-keyframes cd-pulse {
     0% {
         -webkit-transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -webkit-transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -webkit-transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
 @-moz-keyframes cd-pulse {
     0% {
         -moz-transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -moz-transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -moz-transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
 
 @keyframes cd-pulse {
     0% {
         -webkit-transform: translateY(-50%) scale(1);
         -moz-transform: translateY(-50%) scale(1);
         -ms-transform: translateY(-50%) scale(1);
         -o-transform: translateY(-50%) scale(1);
         transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -webkit-transform: translateY(-50%) scale(0.9);
         -moz-transform: translateY(-50%) scale(0.9);
         -ms-transform: translateY(-50%) scale(0.9);
         -o-transform: translateY(-50%) scale(0.9);
         transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -webkit-transform: translateY(-50%) scale(0);
         -moz-transform: translateY(-50%) scale(0);
         -ms-transform: translateY(-50%) scale(0);
         -o-transform: translateY(-50%) scale(0);
         transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
 
 
 /* Preloader */
 #preloader {
     position: fixed;
     top:0;
     left:0;
     right:0;
     bottom:0;
     background-color:#fff; /* change if the mask should have another color then white */
     z-index:1200; /* makes sure it stays on top */
 }
 
 #status {
     width:200px;
     height:200px;
     position:absolute;
     left:50%; /* centers the loading animation horizontally one the screen */
     top:50%; /* centers the loading animation vertically one the screen */
     background-image:url(../img/status.gif); /* path to your loading animation */
     background-repeat:no-repeat;
     background-position:center;
     margin:-100px 0 0 -100px; /* is width and height divided by two */
 }
 

 input, textarea {
     border-bottom: 1px solid #fff;
 }
 
 nav a.button-collapse {
     left: -25px;
 }
 
 .card-avatar .waves-effect {
    height: 220px;
    width: 150px;
    /* border-radius: 75px; */
 }
 
 .card-avatar img {
     height: 220px;
     width: 150px;
     object-fit: contain;
     /* border-radius: 75px; */
 }
 
 .card-avatar .card-content {
     text-align: center;
     height: 220px;
     width: 150px;
     /* border-radius: 75px; */
 }
 
 .card .card-content p {
     margin: 15px 0px;
 }
 
 .card-avatar .card-content i {
    font-size: 1.5rem;
 }
 
 .card-avatar .card-content .card-title {
     line-height: 30px !important;
 }
 
 .parallax-container {
     max-height: 400px;
 }
 
 footer.page-footer {
     margin-top: 0px !important;
 }

 /*Corazón*/
 .sizeheart{
  width: 80px !important;
	height: 80px !important;
 }
.heart {
	display: inline-block;
	Cursor: pointer;
}

.heart {
  position: relative;
  background-image: url(../img/web_heart_animation.png);
	width: 60px;
	height: 60px;
	background-size: 2900%;
	background-repeat: no-repeat;
}

.heart_animate{
	animation-name: animate;
	animation-duration: .8s;
	animation-iteration-count: 1;
	animation-timing-function: steps(28);
	animation-fill-mode: forwards;
}

@keyframes animate {
	0%   { background-position: left;  }
	50%  { background-position: right; }
	100% { background-position: right; }
}

 /* Fin corazon */

  .pagination__controls {
    text-align: center;
  }

  .MenuLeftArrow{
    position: fixed;
    width: 20%;
    float:left;
    top: 160px !important;
  }

  .MenuRightArrow{
    width: 80%;
    float:right;
  }
  
  #imgsizeBigger{
    object-fit: cover;
    min-width: 100px !important;
    min-height: 100px !important;
    margin-top: 10px
  }

  .imgsize{
    object-fit: cover;
    width: 50px;
    height: 60px;
    margin-top: 12px;
  }

  .lettergrey{
    color: #758282;
    font-size: 14px;
  }

  .lettergreyModal{
    color: #758282;
    font-size: 14px;
    padding-top: 15px;
  }
  
  .splide__pagination{
    z-index: 0 !important;
  }
  .splide__arrow--prev, .splide__arrow--next{
    display: block !important;
    z-index: 1 !important;
  }

  #showproductsweb, #MenuWebId, #SubMenuWebId, #ComfirmOrderWeb, #listProdcutLine, #ordername, #viewdetailsorders,#ordershistory,#ordershistorydetails,#returnordersweb, #departmentscategoryweb{
    display: block;
  }

  .OrdersBefore{
    display: block !important;
  }

  .sidenavAccount, #MenuApp, #ComfirmOrderApp, #CloseMenuLine, #showproductsmovil, #viewdetailsordersapp, #ordershistorymovil, #filtersBtn{
    display: none;
  }
 
  .collapsible-header{
    cursor: pointer;
  }

  .collapsible-header:hover {
    color: #7a797a;
    background: #e7e7e7;
 }


 .colorlabel{
   color: #7a797a;
 }

 .colorlabelText{
  color: #7a797a;
  font-size: 0.9rem;
}

 .submenuArrow{
    background: #fff;
 }

 #myHeader{
   z-index: 2;
 }
 .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.modalOrders { 
  width: 70% !important;
} 

.modalOrdersDetails { 
  width: 50% !important;
} 

.sidenavmenuleft{
  width: 20% !important ;
}

.sidenavOrdersDetails, .sidenavFilters{
  width: 25% !important ;
}

ul.sidenavOrdersDetails, ul.sidenavFilters, ul.sidenavmenuleft{ 
  overflow-y: auto !important;
}

#footerMovilTotals,#footerMovil,#footerMovilIcons,#subfooterMovilTotals,#departmentscategoryapp{
  display: none;
}

#CursorHover{
  text-indent: 40px;
  cursor: pointer;
}
.orderdate{
  width: 100%;
}

.orderdetailspadding{
  padding-top: 20px;
}

.OrdersBefore{
  width: 17.5%;
  float: left;
}
.MyOrdersCenter{
  text-align: center;
}
.MyOrdersLeft{
  text-align: Left;
  margin-left: 45px;
}
.keyboardId{
  color: #000;
  margin-top: -10px;
}
.OrdersAfther{
  width: 65%;
}
.Ordersborder{
  width: 65%;
  border: solid;
  color: #bab8b8;
  float: left;
  margin-top: -2px;
}

.sizediv{
  width: 95%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ModalProductDetailsSizeText{
  width: 25% !important ;
  float:left;
}
.ModalProductDetailsSizeResult{
  width: 75% !important ;
  float:right;
}

.splide__slide{
  margin: 5px;
}
.sizeimgcategory{
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(12.5%) !important;
}
#BranchCircle{
  width: 8rem;
	height: 8rem;
  border-radius: 50%;
  display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#BranchCircle > label{
  font-family: sans-serif;
	color: white;
	font-size: 1rem;
	font-weight: bold;
}

#btnbuy{
  color: white;
}

.positionRelative{
  position: relative
}
.SizeImgZoom{
  width: 300px;
}

.SizeImgZoomDetail{
  width: 80px;
}
.m-bot15 {
  margin-bottom:15px;
}

.form-control {
  position:relative;
  font-size:16px;
  height:auto;
  padding:10px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.form-control:focus {
  z-index:2;
}
.form-control:last-child {
  margin-bottom:0 !important;
}
.form-control{
	width: 75%;
}

#DivValidateCode, #DivPassword{
  display: none;
}
@media (max-width: 992px){
  :root{
    --primary: #82dfda;
    --secondary: #1fb5ad;
    --title: #FF8816;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
  .modalOrders { 
    width: 90% !important;
  } 

  .modalOrdersDetails { 
    width: 90% !important;
  } 
  
  .sidenavOrdersDetails{
    position: fixed;
    width: 100% !important ;
  }

  .sidenavFilters{
    position: absolute;
    width: 85% !important ;
  }
  
  ul.sidenavOrdersDetails, ul.sidenavFilters, ul.sidenavmenuleft{ 
    overflow-y: auto !important;
  }

  .sidenavAccount{
    position: fixed;
    width: 100% !important ;
  }
  
  ul.sidenavAccount { 
    overflow-y: auto !important;
  }
  
  
  .footer{
    display: none;
    background: #1fb5ad;
  }

  .MenuLeftArrow{
    width: 100%;
    position: relative;
    background: #f5f5f5;
    top: 0px !important;
  }

  .MenuRightArrow{
    width: 100%;
    z-index: 0;
  }

  .imgsize{
    object-fit: cover;
    width: 40px;
    height: 50px;
    margin-top: 10px
    /* align-items: left; */
    /* margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center; */
  }

  #product-qty{
    display: none;
  }

  #showproductsmovil{
    display: inline;
  }

  #showproductsweb, #MenuWebId, #SubMenuWebId, #ComfirmOrderWeb, #ordername,#ordershistorydetails, #viewdetailsorders,#ordershistory,#returnordersweb, #departmentscategoryweb, #filtersBtn{
    display: none;
  }

  .OrdersBefore, .splide__arrow--prev, .splide__arrow--next{
    display: none !important;
  }

  .sidenavAccount, #MenuApp, #ComfirmOrderApp, #CloseMenuLine, #viewdetailsordersapp,#ordershistorymovil,#footerMovilIcons,#subfooterMovilTotals, #departmentscategoryapp{
    display: block;
  }

  #viewdetailsordersapp{
    color: #03a1e9;
  }

  .HeaderWhite{
    display:block;
    margin-left:45px;
    position:relative;
    text-align:left;
    background:#fff;
  }

  .panel, .nav-wrapper{
    display:block;
    margin-left:45px;
    position:relative;
    text-align:left;
    background:#fff;
  }

  .tabbable {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .tabbable::-webkit-scrollbar {
      display: none;
  }
  #menuLeftWeb{
    display: none;
  }
  .MenuLeftDetails{
    border: none;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    background-color:#ffffff;
    border-color: #03a9f4;
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    color: black;
    cursor: pointer;
  }

  .MenuLeftDetails:hover{
    color: #ffffff;
    background-color: #03a9f4;
    cursor: pointer;
  }

  .boton_personalizado{
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 4px 2px;
    /* font-weight: 200; */
    font-size: 12px;
    border-radius: 10px;
    border: 2px solid #0016b0;
    color: #000;
    background-color: #ffffff;
  }
  .boton_personalizado:hover{
    color: #ffffff;
    background-color: #1883ba;
  }

  .ColorButtonMenuMovil{
    background-color: #ffffff;
  }

  #searchProductMovilFirts{
    background-color: #ffffff;
    background: #ffffff;
    color: #000;
    display: none;
  }

  #searchProductMovilFirts:focus {
    /* background: #ffffff; */
    background-color: #ffffff;
    color: #000;
    /* border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000; */
  }

  #searchProductMovilId{
    margin-top: 0px;
    background-color: #ffffff;
    background: #ffffff;
    color: #000;
    display: inline;
  }

  #searchProductMovilId:focus {
    background-color: #ffffff;
    color: #000;
    border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
  }

  #ExponentMovil{
    margin-top: 10px;
  }

  #searchIcon{
    background-color: #ffffff;
    color: #000;
  }

  .colorlabel{
    color: #ffffff;
    font-size: 13px;
  }

  #footerMovilTotals{
    display: inline;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background:#1fb5ad;
  }

  #footerMovil{
    display: inline;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 55px;
    width: 100%;
    background:#f5f5f5;
  }

  .Ordersborder{
    width: 100%;
    border: solid;
    color: #bab8b8;
    float: left;
    margin-top: -2px;
  }
  
  .sizediv{
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  } 

  #CursorHover{
    text-indent: 0px;
    cursor: pointer;
  }

  .stickymenu {
    position: fixed;
    top: 58px !important;
    width: 100%;
    z-index: 1;
    right: 0;
  }

  .ModalProductDetailsSizeText{
    width: 40% !important ;
    float:left;
  }
  .ModalProductDetailsSizeResult{
    width: 60% !important ;
    float:right;
  }
  .sizeFooter{
    width: 20% !important ;
    float: left;
  }
  .materialboxedImg{
    z-index: 0 !important;
    position: relative;
    width: 100%;
    height: calc( 100px + 3em);
    max-width: 100%;
    max-height: calc( 100px + 3em);
  }

  .menuactive{
    color: #1fb5ad !important;
  }
  .activeMenu{
    background-color: #f6f6f6;
  }
  .sizeimgcategory{
    /* margin: 0px;
    margin-top: 0px; */
    /* margin-bottom: 0px; */
    /* width: 25% !important; */
    width: calc(33.3333%) !important;
  }
  .sizeseachproduct{
    width: 95% !important;
  }
  #BranchCircle{
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  #BranchCircle > label{
    font-family: sans-serif;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
  }
  .sizeheart{
    width: 60px !important;
    height: 60px !important;
   }

   .SizeImgZoom{
    width: 150px;
  }
  .SizeImgZoomDetail{
    width: 50px;
  }
}

@media (min-width: 600px ) and (max-width: 992px){
  .materialboxedImg{
    z-index: 0 !important;
    position: relative;
    width: 100%;
    height: calc( 200px + 3em);
    max-width: 100%;
    max-height: calc( 200px + 3em);
  }

  .sidenavFilters{
    position: absolute;
    width: 50% !important ;
  }
  
  ul.sidenavOrdersDetails, ul.sidenavFilters, ul.sidenavmenuleft{ 
    overflow-y: auto !important;
  }

  .SizeImgZoom{
    width: 250px;
  }
}