/*------------------------------------- Site Standard Elements CSS Section -------------------------------------*/
html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

.material-icons {
    text-rendering: optimizeLegibility;
}

#fabOrder {
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    z-index: 900;
}

.mdl-button .mdl-badge[data-badge]:after {
    top:-12px  !important;
    right:-12px    !important;
    background: rgba(180,25,30) !important;
}

.mdl-button--fab {
    height:64px     !important;
    width: 64px     !important;
    min-width: 64px !important;
    background: rgba(238,238,238,.8) !important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)  !important;
}

a:hover {
    cursor: pointer;
}

a:link {
    color: #0000ff;
}

a:visited   {
    color: #800080;
}

a:active    {
    color: #FF0000;
}

.notAllowed {
    opacity: 0.5;
}

.menuLink   {
    padding: 8px 20px 8px 40px !important;
}

.navTitle   {
    line-height: 40px !important;
}

.subMenuLink   {
    padding: 0px 0px 0px 16px !important;
}

/*------------------------------------- Header CSS Section -------------------------------------*/
/*.header-menu.mdl-navigation  {
    display: none;
}*/
.main-progress-bar.mdl-progress  {
    width: 100%;
}

/*------------------------------------- Drawer CSS Section -------------------------------------*/

.logoDrawerContainer {
    display: flex; 
    justify-content: center;
    align-items: center;
    height:200px;
    min-width: 200px;
    padding: 10px;
}

.logoDrawerIMG {
    max-width: 100%; 
    max-height: 100%;
    height: auto; 
} 

.drawer-sublink1,.drawer-sublink2 {
    display: none;
    padding-left: 30px;
    font-style: italic;
}

.drawer-separator  { 
    height: 1px; 
    background-color: #dcdcdc; 
    margin: 8px 0
}

nav.mdl-navigation {
    padding-top: 0px !important;;
  }

/*------------------------------------- Wide Container CSS Section -------------------------------------*/
.wide-container     { 
    max-width: 96%; 
    position: relative;
    top: 20px;
    justify-content: center;
}
.cards-container     { 
    max-width: 96%; 
    position: relative;
    top: 20px;
    justify-content: center;
}
.homeBannerIMG {
    max-width: calc(100% - 16px);; 
    max-height: 100%;
    height: auto; 
}

.editOptionSection {
    justify-content: space-evenly;
    width:100%;
}

.optionButtons   {
    display:flex; 
    flex-wrap: wrap; 
    justify-content:center; 
    align-items:center;
}

.optionButton {
    min-width: min-content !important;
    margin: 3px !important;
}

.sectionOrder   {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

/*------------------------------------- Filters Container CSS Section -------------------------------------*/
.mdl-chip.my-chip    {
    margin: 5px 5px 5px 5px;
}

.multi-tags-container   {
    width:96%; 
}

.tags-container  {
    display:flex; 
    justify-content:center; 
    flex-wrap:wrap;
}

/*------------------------------------- Configuration CSS Section -------------------------------------*/
.supportingTextStyle  {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    line-height: 18px;
}

.logoEditContainer {
    display: flex; 
    justify-content: center;
    align-items: center;
    height:200px;
    min-width: 220px;
}

.logoEditIMG {
    max-width: 100%; 
    max-height: 100%;
    height: auto; 
}  

.bannerEditContainer {
    display: flex; 
    justify-content: center;
    align-items: center;
    height:200px;
    min-width: 220px;
}

.bannerEditIMG {
    max-width: 100%; 
    max-height: 100%;
    height: auto; 
}

.prodImgContainer {
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 0px 40px 0px 40px;
    height:160px;
    /*min-width: 220px;*/
}

.prodEditIMG {
    max-width: 100%; 
    max-height: 100%;
    height: auto; 
}

/*------------------------------------- Message Container CSS Section -------------------------------------*/
.my-msg-container    { 
    text-align:center;
}

/*------------------------------------- Product Card CSS Section -------------------------------------*/
.mdl-card.product-card    { 
    min-width: 300px;
    max-width: 400px;
    min-height: 410px;
    justify-content:space-between;  /*No quitar*/
    height:fit-content;
    padding-top: 46px;
}

.mdl-card.preview-card {
    width: 90%;    
    min-width: unset;
}

.product-card .product-card__media {
    display: flex; 
    justify-content: center;
    align-items: center;
    height:250px;
    overflow: hidden;
    flex-direction: column;
}

.product-card .product-card__media .product-card__img { 
    max-width: 90%; 
    max-height: 90%;
    height: auto;
}

.product-card .product-card__media:hover { 
    cursor: zoom-in;
}

.product-card .product-card__title { 
    display: flex; 
    justify-content: center;
    text-align:center;
    padding: 5px 20px 5px 20px;
}

.product-card .product-card__supporting-text   { 
    text-align:center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.product-card .product-card__supporting-text  .my-tabs  { 
    font-size: 12px;
    padding: 0 10px;
    color:unset;
}

.product-card .product-card__actions   { 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center;
    padding-top: 12px;
    padding-bottom: 14px;
}
.product-card .product-card__actions .product-card__price  {
    display: flex; 
    flex-direction: column; 
    justify-content:center; 
    align-items:center;
    padding: 6px;
    margin: 4px;
}

.product-card .product-card__actions .product-card__price .product-card__priceType  {
    font-size: 12px;
}

.product-card .product-card__actions .product-card__price .product-card__priceAmount  {
    text-align: center;
    margin: 0px;
}

.product-card .product-card__actions .product-card__price .product-card__priceTax  {
    font-size: 12px;
    text-align: center;
}

.product-card .product-card__actions .title-forChips  {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    text-align:center;
}

.product-card .product-card__actions .container-forChips  {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
}

/*------------------------------------- Menu Card CSS Section -------------------------------------*/
.mdl-card.menu-card    { 
    min-width: 300px;
    max-width: 400px;
    min-height: 410px;
    justify-content:space-between;  /*No quitar*/
    height:fit-content;
}

.menu-card .menu-card__media {
    display: flex; 
    justify-content: center;
    align-items: center;
    height:280px;
    overflow: hidden;
}

.menu-card .menu-card__media .menu-card__img { 
    width: 100%;
}
.menu-card .menu-card__media .menu-card__img:hover { 
    cursor:default;
}

.menu-card .menu-card__title { 
    display: flex; 
    justify-content: center;
    text-align:center;
    padding: 15px 20px 5px 20px;
}

.menu-card .menu-card__supporting-text   { 
    text-align:center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.menu-card .menu-card__supporting-text  .my-tabs  { 
    font-size: 12px;
    padding: 0 10px;
    color:unset;
}

.menu-card .menu-card__actions   { 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center;
}

.menu-card .menu-card__actions .menu-card__price  {
    display: flex; 
    flex-direction: column; 
    justify-content:center; 
    align-items:center;
    padding: 6px;
    margin: 4px;
}

.menu-card .menu-card__actions .menu-card__price .menu-card__priceType  {
    font-size: 12px;
}

.menu-card .menu-card__actions .menu-card__price .menu-card__priceAmount  {
    text-align: center;
    margin: 0px;
}

.menu-card .menu-card__actions .menu-card__price .menu-card__priceTax  {
    font-size: 12px;
    text-align: center;
}

.menu-card .menu-card__actions .title-forChips  {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.menu-card .menu-card__actions .title-forOrderMsg  {
    color: #b4191e;
    font-size: 1rem;
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.menu-card .menu-card__actions .container-forChips  {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    /*width: 100%;*/
}

/*------------------------------------- Collection Card CSS Section -------------------------------------*/
.mdl-card.colls-card    { 
    width: 100%;
    min-height: 62px;
    background: none;
}

.colls-card .colls-card__title { 
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
}

.colls-card .colls-card__supporting-text   { 
    text-align:center;
    padding: 8px 16px 8px 16px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.colls-card .colls-card__actions   { 
    height: 60px;
    padding: 18px;
}

/*------------------------------------- Collection & Category Card CSS Section -------------------------------------*/
.mdl-card.cats-card    { 
    min-width: 280px;
    max-width: 400px;
    min-height: 6px;
    justify-content:space-between;  /*No quitar*/
    height:fit-content;
    /*background: url('../assets/demos/image_card.jpg') center / cover;*/
}

.cats-card .cats-card__actions   { 
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*------------------------------------- Order Card CSS Section -------------------------------------*/
.order-section  {
    /*max-height: 200px;*/
    height: min-content;
    width: calc(100% - 16px);
    margin-bottom: 20px !important;
    background-color:white;
}

.order-header {
    background: center;
    background-repeat: no-repeat;
}

.order-card    {
    padding-top: 5px;
    min-height:unset !important;
}

.order-card .order-card__menu { 
    right: 6px;
    top: 0px;
    width: 32px;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content:space-evenly;
}

.order-card .order-card__title { 
    display:flex;
    justify-content: center;
    padding: 5px 40px 5px 5px;
}

.order-title-container { 
    display:flex;
    justify-content: center;
    align-items:center;
    width: 100%;
}

.order-card .order-card__supporting-text   { 
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 8px 8px;
    width: calc(100% - 45px);
    height: 100%;
}

.order-card .order-card__actions   { 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center;
    padding-bottom: 20px;
}

.order-chip {
    margin: 6px !important;
}

/*------------------------------------- Wide Cards CSS Section -------------------------------------*/
.wide-card.mdl-card  {
    min-height: 0px;
}

.wide-card .wide-card__title { 
    justify-content:center;
}

.wide-card .wide-card__supporting-text {
    width: calc(100% - 16px);
}

/*------------------ For the Prices Section ------------------*/
.wide-card .centeredField    {
    text-align:center;
}

.wide-card .wideField    {
    width:86%;
}

.wide-card .refEditSection    {
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.wide-card .refEditSection .column   {
    display:flex;
    flex-direction:column;
    align-items:center;
    /*min-width:300px;*/
}

.wide-card .refEditSection  .refEdit-title  {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.wide-card .actionsSection    {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
}

.wide-card .actionsSection .column   {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.wide-card .btnProdEdit  {
    margin: 10px 20px 10px 20px;
}

.wide-card .textFieldSection    {
    width: 90%;
    display:flex;
    justify-content:center;
    align-items:center    
    
}

/*------------------ For the Users Section ------------------*/

.wide-card .wide-card__supporting-text .user-data   {
    display: flex;
    flex-direction:row; 
    justify-content: center; 
    align-items: center;
}

.wide-card .wide-card__supporting-text .user-data .avatar-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.wide-card .wide-card__supporting-text .user-data .user-text   {
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}

.wide-card .wide-card__supporting-text .user-controls   {
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}

.wide-card .wide-card__supporting-text .user-controls .user-controls-title  {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.wide-card .wide-card__supporting-text .user-controls .user-controls-chips  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.wide-card .wide-card__supporting-text .btnRefAction    {
    margin: 10px 20px 10px 20px;
    min-width: 125px;
}


/*------------------------------------- Product Edition Card Section -------------------------------------*/
.mdl-card.prodEditCard  {
    height: fit-content;
    margin-bottom: 50px;
}

.prodEditCard .field   {
    width:90%;
}

.prodEditCard .column   {
    display:flex;
    flex-direction:column;
    align-items:center; 
}

.prodEditCard .column1   {
    min-width:auto;
}

.prodEditCard .column2   {
    min-width:auto;
}

.prodEditCard .column3   {
    min-width: auto;
}

.prodEditCard .swContainer  {   
    padding-top:10px;
}

.prodEditCard .prodEditCardTitle   {
    justify-content: center;
}

.prodEditCard .prodEditCardSuppText {
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.prodEditCard .user-controls-title  {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
}

.prodEditCard .btnProdEdit  {
    margin: 10px 20px 10px 20px;
}

.prodEditCard .centeredField    {
    text-align:center;
}

.prodEditCard .chipsSection {
    display: flex; 
    flex-wrap:wrap; 
    justify-content:center; 
    align-items:center; 
    padding-bottom: 20px;
}

.prodEditCard .actionsSection    {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    padding: 15px 0px 15px 0px;
}

.prodEditCard .imgActionsSection    {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    padding: 10px 0px 10px 0px;
}

/*------------------------------------- Authentication Card CSS Section -------------------------------------*/

.auth-card.mdl-card  {
    min-width: 330px;
    max-width: 400px;
    justify-content:space-between;  /*No quitar*/
    height:fit-content;
}

.auth-card .flexColumnCenterd {
    display:flex; 
    flex-direction: column; 
    align-items:center;
}

.auth-card .centered    {
    text-align:center;
}

.auth-card .auth-icon-password {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}

.auth-card .myTextfieldError.mdl-textfield__error {
    visibility:visible;
}


/*------------------------------------- Loader -------------------------------------*/
body{
  background-color: white;
}

.loader{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.circular{
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke:#B6463A;
  animation:
   dash 1.5s ease-in-out infinite,
   color 6s ease-in-out infinite
  ;
  stroke-linecap: round;
}

@keyframes rotate{
 100%{
  transform: rotate(360deg);
 }
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35;
 }
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124;
 }
}
@keyframes color{
  100%, 0%{
    stroke: #d62d20;
  }
  40%{
    stroke: #0057e7;
  }
  66%{
    stroke: #008744;
  }
  80%, 90%{
    stroke: #ffa700;
  }
}

/*------------------------------------- LightBox -------------------------------------*/
.lightbox-opened {
    cursor: zoom-out;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding-top: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 30;
  }

  .lightbox-opened:before {
    color: black;
    content: "x";
    font-family: sans-serif;
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
  }

  .lightbox-opened img {
    background-color: white;
    box-shadow: 0 0 20px 6px #333;
    max-width: 90%;
    max-height: 90%;
  }

  .no-scroll {
    overflow: hidden
  }

/*------------------------------------- Exclusive Cataloga Style -------------------------------------*/

.cataloga-logo-image {
    height: 28px;
    width: 140px;
}

.mdl-button--raised.cataloga-button {
    margin: 10px 20px 20px 20px;
    min-width: 125px;
}

/*------------------------------------- Image Carousel -------------------------------------*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.dots-container {
    width: 90%;
    position: relative;
    margin: auto;
    padding-top: 10px;
    text-align:center
  }

/* Hide the images by default */
.mySlides {
  display: none;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #9e9eab;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.myDots {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*------------------------------------- Icon Spin -------------------------------------*/

@keyframes spin {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

.spin-icon {
    animation: spin 1s linear infinite; /* Adjust duration as needed */
}