@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

body {
    background: #1c5eaa;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
    padding-top: 0;
    padding-top: env(safe-area-inset-top);
    padding-top: constant(safe-area-inset-top);
}
@media screen and (min-width: 320px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 101vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
input,
textarea {
     user-select: text;
}
main {
  max-width: 900px;
  margin: auto;
  padding: 0.5rem;
  text-align: center;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul {
  list-style: none;
  display: block;
}

li {
  margin-right: 1rem;
}

h1 {
  color: #e74c3c;
  margin-bottom: 0.5rem;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.background-color{
    background:#f9f9f9;
    height: 100%;
}
.container {
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1rem 0;
}
.main-content{
    height: 900px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
.btn-primary{
    background: linear-gradient(90deg, #1c5eaa, #449cfd, #1c5eaa);
    font-weight: bold;
    border: 0;
    height: 38px;
}
.btn-secondary{
    background: #fff;
    color: #6c757d;
    font-weight: bold;
    border: 1px solid #6c757d;
}
.content-area:focus,
.main-content:focus,
.ui-page-active:focus{
    outline:0;
}
.card--avatar {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.card--title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.card--link {
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
.btn:focus{
    outline: 0;
    color: #fff;
    box-shadow: 0 0 black;
}
.header{
    height: 60px;
    background-color: #1c5eaa;
    background: linear-gradient(90deg, #1c5eaa, #449cfd, #1c5eaa);
    display: flex;
    align-items: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.19), 0 3px 31px rgba(0, 0, 0, 0.23);
}
.header-title{
    margin: 0;
    margin-left: 50px;
    color: #fff;
    font-size: 20px;
}
.header-img{
    position: absolute;
    top: 12px;
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.btn-go-back{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
}
.btn-product-filter{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right:0px;
}
.btn-product-cart{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right:32px;
}
.menu-bottom{
    width:100%;
    background-color:#f8f8f8;
    position:fixed;
    bottom:-5px;
    border-top: 1px solid #ccc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 31px rgba(0, 0, 0, 0.23);
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
}
.menu-bottom .row{
    margin:0;
    height:100%;
    padding: 15px 0;
    padding-bottom: 20px;
}
.menu-bottom .col{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}
.menu-bottom .btn-menu-bottom{
    width:100%;
    background-color:transparent;
    border:0;
    position:relative;
}
.menu-bottom .btn-menu-bottom:focus{
    outline:0;
}
.menu-bottom .menu-icon{
    width:30px;
    height:30px;
    display:inherit;
    margin:auto;
    text-align:center;
    color:#cccccc;
    line-height:31px;
    font-size:30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-bottom .icon-feed{
    background-image: url('../images/icons-menu/feed.png');
    width: 22px;
}
.menu-bottom .btn-menu-bottom.active .icon-feed{
    background-image: url('../images/icons-menu/feed-g.png');
}
.menu-bottom .icon-products{
    background-image: url('../images/icons-menu/products.png');
    width: 40px;
}
.menu-bottom .btn-menu-bottom.active .icon-products{
    background-image: url('../images/icons-menu/products-g.png');
}
.menu-bottom .icon-profile{
    background-image: url('../images/icons-menu/profile.png');
    width: 25px
}
.menu-bottom .btn-menu-bottom.active .icon-profile{
    background-image: url('../images/icons-menu/profile-g.png');
}
.menu-bottom .icon-stores{
    background-image: url('../images/icons-menu/stores.png');
    width: 30px;
}
.menu-bottom .btn-menu-bottom.active .icon-stores{
    background-image: url('../images/icons-menu/stores-g.png');
}
.menu-bottom .icon-about{
    background-image: url('../images/icons-menu/about.png');
    width: 28px;
}
.menu-bottom .btn-menu-bottom.active .icon-about{
    background-image: url('../images/icons-menu/about-g.png');
}
.menu-bottom .menu-underline{
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #000;
    transition:all 0.3s ease;
}
.card-feed {
  display: block;
  width: 15rem auto;
  height: 175px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  margin: 15px;
  overflow: hidden;
}
.card-feed .card-body{
    padding: 15px;
}
.card-feed .card-img-top{
    height: 120px;
    object-fit: cover;
    border-radius: 0;
}
.card-feed .card-top{
    display:flex;
}
.card-feed .card-title-subtitle{
    margin-left: 10px;
    margin-top: 1px;
}
.card-feed .card-title{
    font-weight: bold;
    font-size: 16px;
    margin:0;
    margin-top: -3px;
}
.card-feed .card-subtitle{
    color: #8e8e8e;
    padding-top:3px;
}
.card-feed .card-icon{
    height: 35px;
    width: 35px;
}
.card-product {
  display: block;
  width: 15rem auto;
  height: 150px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  margin: 15px;
  overflow: hidden;
}
.card-product .card-img-left{
    width: 40%;
    height: 100%;
    object-fit: cover;
    float:left;
}
.card-product .card-body{
    padding: 10px;
    display: flex;
    height: 100%;
    align-items: center;
}
.card-product .card-title-desc{
    margin-left: 10px;
    margin-top: 1px;
}
.card-product .card-title-desc .card-title{
    font-weight: bold;
    font-size: 16px;
    margin:0;
    margin-top: -3px;
}
.card-product .card-title-hidden{
    padding: 15px;
    align-items: center;
}
.card-product .card-title-hidden .card-title{
    margin: 0;
    margin-left: 10px;
    font-weight: bold;
}
.card-product .card-desc{
    color: #8e8e8e;
    padding-top:3px;
}
.card-product .card-icon{
    height: 35px;
    width: 35px;
}
.card-product .card-hidden-info{
    padding: 15px;
}
.card-product .card-hidden-info .row{
    margin-bottom:10px;    
}
.card-product .card-hidden-info .btn{
    width:100%;
}
.card-product .card-price-buy .card-price{
    float: left;
    margin: 7px 0;
    color: #1c5eaa;
    font-weight: bold;
    font-size: 16px;
}
.card-product .card-price-buy .btn{
    float: right;
}
.card-product .btn-add-quantity{
    position: absolute;
    top: -1px;
    right: 19px;
    height: 28px;
    line-height: 1;
    font-size: 28px;
    color: #1c5eaa;
}
.card-product .btn-remove-quantity{
    position: absolute;
    top: -1px;
    left: 59px;
    height: 28px;
    line-height: 1;
    font-size: 28px;
    color: #1c5eaa;
}
.card-product .btn-add-quantity:hover,
.card-product .btn-remove-quantity:hover{
    text-decoration:unset !important;
}
.card-product .product-single-quantity b{
    line-height: 2;
    height: 28px;
}
.card-product .product-single-quantity .product-quantity{
    margin-left:10px;
    text-align: center;
}
.card-product .product-single-quantity .product-price{
    font-size: 18px;
    color: #1c5eaa;
    font-weight: bold;
    height: 28px;
    margin: 0;
}
.product-quantity-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
}
.product-quantity-modal{
    display: block;
    z-index: 10001;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    padding: 15px;
    padding-top: 50px;
}
.product-quantity-modal .quantity-label{
    text-align: center;
    margin-bottom:20px;
}
.product-quantity-modal .btn-primary,
.product-quantity-modal .btn-secondary{
    width:100%;
}
.product-quantity-modal .product-quantity{
    margin-bottom:20px;
    text-align: center;
}
.product-quantity-modal .btn-add-quantity{
    position: absolute;
    top: 100px;
    right: 22px;
    font-size: 28px;
    color: #1c5eaa;
}
.product-quantity-modal .btn-remove-quantity{
    position: absolute;
    top: 100px;
    left: 22px;
    font-size: 28px;
    color: #1c5eaa;
}
.product-quantity-modal .btn-add-quantity:hover,
.product-quantity-modal .btn-remove-quantity:hover{
    text-decoration:unset !important;
}
.product-quantity-modal .btn-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 20px;
}
.product-categories{
    display:flex;
    margin: 0 20px;
}
.product-label{
    margin: 20px;
    font-size: 22px;
    font-weight: bold;
}
.product-categories .product-category{
    text-align: center;
}
.product-categories .product-category .btn-category{
    padding: 0;
    width: 60px;
    height: 60px;
}
.product-categories .product-category .btn-category img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-product-filter{
    margin:15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-product-filter .product-filter-category,
.card-product-filter .product-filter-brand{
    width: 100%;
    display: flex;
}
.card-product-filter .product-filter-categories,
.card-product-filter .product-filter-brands{
    display:block;
    margin: 20px;
}
.card-product-filter .product-filter-category-title,
.card-product-filter .product-filter-brand-title{
    width:80%;
}
.card-product-filter .custom-switch{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.card-product-filter .btn-primary{
    width: calc(100% - 40px);
    margin: 20px;
}
.card-cart{
    margin:15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}
.card-cart .cart-product-quantity{
    margin: 0;
    line-height: 3;
    width: calc(100% - 40px);
    text-align: center;
}
.card-cart .cart-product-name{
    font-weight: bold;
}
.card-cart .cart-product-img{
    width: 100%;
}
.card-cart .cart-product-price{
    margin: 0;
    font-weight: bold;
    color: #1c5eaa;
    font-size: 13px;
}
.card-cart .btn-add-quantity{
    color: #1c5eaa;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 1.2;
    width: 20px;
    height: 20px;
}
.card-cart .btn-remove-quantity{
    color: #1c5eaa;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 1.2;
    width: 20px;
    height: 20px;
}
.card-cart .btn-remove-product{
    position: absolute;
    top: -4px;
    right: 20px;
    font-size: 16px;
    color: #555;
}
.card-cart .btn-use-discount{
    margin-bottom: 20px;
}
.card-cart .btn-primary,
.card-cart .btn-secondary{
    width:100%;
}
.card-cart .cart-total{
    float: left;
    font-weight: bold;
    margin: 0;
}
.card-cart .cart-total span{
    font-weight:normal;
}
.card-cart .cart-total-price{
    float: right;
    margin: 0;
}
.card-cart .cart-discount{
    float: left;
    margin:0;
}
.card-cart .cart-discount-value{
    float: right;
    margin:0;
}
.profile-top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.profile-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #1c5eaa;
}
.profile-name{
    margin: 20px 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.profile-email{
    margin-bottom: 0;
}
.main-content-profile{
    overflow-x:hidden;
}
.card-profile{
    margin: 20px 60px;
    border-radius: 10px;
    text-align: center;
    height: 380px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
}
.profile-qrcode{
    width: 145px;
    height: 145px;
    object-fit: contain;
    margin: auto;
}
.profile-points{
    margin: auto;
    margin-bottom: 20px;
}
.profile-points .profile-point-number{
    font-size: 40px;
    font-weight: bold;
    margin-right: 20px;
}
.profile-points .profile-point-label{
    color: #cccccc;
    padding-top: 15px;
}
.profile-points .profile-point-label span{
    font-size: 14px;
    line-height:0;
}
.profile-points .profile-point-label span:first-child{
    font-size: 24px;
    font-weight: bold;
}
.cards-profile{
    position:relative;
    transition: all 0.5s ease;
}
.card-profile-left{
    position: absolute;
    height: 380px;
    padding:20px;
    width: calc(100% - 120px);
    right: calc(100% - 60px);
    border-radius: 10px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
}
.card-profile-right{
    position: absolute;
    height: 380px;
    padding:20px;
    width: calc(100% - 120px);
    left: calc(100% - 60px);
    border-radius: 10px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
}
.card-profile-right-2{
    position: absolute;
    height: 380px;
    padding:20px;
    width: calc(100% - 120px);
    left: calc(200% - 180px);
    border-radius: 10px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
}
.history-entry{
    width: 100%;
    height: 39px;
    margin: 0;
    margin-bottom: 20px;
}
.history-entry:last-child{
    margin-bottom:0;
}
.history-name-date{
    float:left;
}
.history-price{
    float: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 39px;
}
.history-date{
    font-size: 12px;
}
.history-name{
    font-weight: bold;
    font-size: 14px;
}
.history-entry p{
    margin:0;
}
.history .btn-primary{
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
}
.sugestion-text,
.complaint-text{
    margin:0;
    height: 36px;
}
.sugestion-label,
.complaint-label{
    margin:0;
    font-weight:bold;
    margin-top:20px;
}
.sugestion-subject,
.complaint-subject{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.sugestion-message,
.complaint-message{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    height: 137px;
}
.btn-sugestion,
.btn-complaint{
    margin-top:20px;
}
.btn-profile-inbox{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right:64px;
}
.btn-profile-login{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right:0px;
}
.btn-profile-faqs{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right:32px;
}
.card-profile-inbox{
    margin:15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.angle-right-list{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    font-size: 20px !important;
    font-weight: bold !important;
}
.inbox-messages{
    margin: 20px 0;
    margin-top:10px;
    display:block;
}
.inbox-message{
    text-align: left;
    margin: 0 20px;
    margin-left: 40px;
    margin-bottom:20px;
    padding:5px;
    position:relative;
}
.inbox-message:last-child{
    margin-bottom:0 !important;
}
.inbox-message-title{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.inbox-message-subject{
    margin: 0;
    font-size: 12px;
}
.inbox-buttons{
    padding: 0 20px;
    margin-top: 20px;
}
.btn-inbox-select-all{
    float: left;
    font-size: 11px;
    padding: 10px 20px;
    position: relative;
}
.btn-inbox-select-all:focus{
    color:#212529;
}
.btn-inbox-select-all .fa-angle-down{
    font-size: 15px;
    position: absolute;
    left: 4px;
}
.btn-inbox-delete{
    float: right;
    margin-right: -5px;
}
.inbox-message-img{
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 15px;
}
.btn-inbox-message-delete{
    width: 100%;
}
.inbox-message-text{
    margin:20px 0;
}
.main-content-stores{
    height:100%;
}
#background-map{
    height:100%;
}
.card-stores{
    position: absolute;
    top: calc(60px + env(safe-area-inset-top));
    margin: 15px;
    height: auto;
    width: calc(100% - 40px);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}
.stores{
    margin:0;
}
.store{
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}
.store:last-child{
    margin:0;
}
.store.active{
    margin-bottom:0;
}
.store-title{
    margin:0;
    color:#ccc;
}
.store-title b{
    color:#000;
    margin-right:20px;
}
.store-subtitle{
    margin: 0;
    font-size: 11px;
}
.stores .angle-right-list{
    right:0;
}
.store-info-hidden p{
    margin:0;
}
.store-info-title{
    font-weight: bold;
    font-size: 20px;
}
.store-info-map{
    height: 200px;
    margin: 20px -20px;
}
.store-info-schedule{
    position:relative;
}
.store-info-schedule-status{
    color: #5ab455;
    font-weight: bold;
}
.store-info-schedule-hours{
    color: #ccc;
    font-size: 12px;
}
.angle-right-schedule{
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    font-size: 20px !important;
}
.store-info-label{
    margin-top:20px !important;
    font-weight:bold;
}
.store-info-address-value{
    font-size:12px;
}
.store-info-address-distance{
    font-size:12px;
    color:#ccc;
}
.store-info-phone{
    color: #5ab455;
    font-weight: bold;
    text-decoration: underline;
}
.store-info-email{
    font-size:12px;
}
.store-schedule-hidden p{
    margin:0;
}
.store-schedule-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px !important;
}
.store-schedule-hours.active{
    font-weight:bold;
}
.store-schedule{
    display:flex;
    margin: 0;
}
.store-schedule:not(:last-child){
    margin-bottom:20px;
}
.store-schedule-day-week{
    font-weight: bold;
    width: 100px;
}
.about-menu{
    display:flex;
    padding: 20px 20px;
    width: max-content;
    margin-bottom:0;
}
.about-menu-item{
    font-size:20px;
    color:#ccc;
}
.about-menu-item:last-child{
    margin:0;
}
.about-menu-item.active{
    font-weight:bold;
    color:#212529;
}
.main-content-about .wrapper{
    overflow:scroll;
}
.main-content-about .card{
    margin: 15px;
    margin-top: 0;
    height: auto;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}
.about-us-title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.about-us-img{
    height: auto;
    object-fit: cover;
    margin: 0 -20px;
}
.about-us-text{
    margin: 20px 0;
}
.btn-appointment{
    width:100%;
}
.services{
    margin:0;
}
.service{
    margin: 0;
}
.service-title{
    font-weight: bold;
    font-size: 14px;
    position:relative;
    margin: 0;
    padding: 10px 0;
}
.service-title .fa-angle-right{
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.service-desc{
    height:auto;
    max-height: 0;
    overflow: hidden;
    margin:0;
    transition: all 0.5s ease;
}
.appointment-label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.appointment-label:not(:first-child){
    margin-top:20px;
}
.appointment-form .row{
    margin-top:20px;
}
#appointment-date{
    width: 100%;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #000;
    padding-left: 8px;
}
#appointment-hours{
    width: 100%;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #000;
    padding-left: 8px;
}
.btn-appointment-submit{
    width:100%;
}
.appointment-warning{
    margin-top: 20px;
    text-align: center;
    color: #ccc;
}
.background-select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 1000;
}
.background-transparent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
	z-index: 999999;
}
.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above{
	position: fixed !important;
	bottom: 0 !important;
	width: 100% !important;
}
.select2-container{
	position: relative !important;
	overflow: hidden;
	width: 100% !important;
}
.select2-results__option{
	font-size: 16px;
	line-height: 27px !important;
	padding: 8px !important;
	color: #999 !important;
	border-top: 1px solid #eee;
	text-align: center;
}
ul.select2-results__options > :first-child:empty{
	padding: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: transparent !important;
	color: #1c5eaa !important;
	font-size: 18px !important;
}
.select2-container--default .select2-results>.select2-results__options{
	max-height: 178px !important;
	background-color: #f7f7f7;
}
.select2-search--dropdown .select2-search__field{
	font-size: 18px;
}
.select2-container--default .select2-selection--single{
    border-radius: 5px !important;
    margin-bottom: 0;
    border-color: #000 !important;
    background-color: transparent !important;
}
.filters .select2-container--default .select2-selection--single {
	margin-bottom: 15px;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    border-bottom: 1px solid #C5C4C4 !important;
}
.select2-container--default .select2-selection--single:focus{
	outline-width: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered:focus{
	outline-width: 0 !important;
}
.select2-search.select2-search--dropdown .select-title{
	display: inline;
	font-size: 18px;
	margin-bottom: 0;
}
.select2-search.select2-search--dropdown .show-srch-btn{
	position: absolute;
    right: 20px;
    top: 11px;
    font-size: 18px;
    background-color: transparent;
    border: 0;
}
.select2-search.select2-search--dropdown .show-srch-btn:focus{
	outline: 0;
}
.select2-search.select2-search--dropdown{
	margin-right: 40px;
	padding: 14px 20px;
}
.select2-dropdown .cancel-select{
	font-size: 16px;
    margin-bottom: 0;
    height: 49px;
    padding: 14px 20px;
    text-align: center;	
}
.select2-dropdown .cancel-select-btn{
	width:100%;
	background-color: transparent;
	border: 0;
	padding: 0;
}
.picker{
	background-color: transparent !important;
}
.picker-close{
	display: none;
}
.separator-date{
	position: absolute;
    bottom: 44%;
    right: 50%;
    font-size: 30px;
    font-weight: normal;
    color: #0074d9;
}
.picker-minutes.picker-cell,
.picker-months.picker-cell,
.picker-years.picker-cell {
    border:0 !important;
}
.separator-hour{
	position: absolute;
	top: 41.5%;
    right: -4px;
	font-size: 30px;
    font-weight: normal;
    color: #0074d9;
}
.separator-day{
	position: absolute;
	top: 42.5%;
    right: -7px;
	font-size: 30px;
    font-weight: normal;
    color: #0074d9;
}
.separator-month{
	position: absolute;
	top: 42.5%;
    right: -7px;
	font-size: 30px;
    font-weight: normal;
    color: #0074d9;
}
input[type=text],
input[type=password],
input[type=date],
input[type=number]{
    width: 100%;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #000;
    padding-left: 8px;
}
.card-profile-login,
.card-profile-register{
    position: absolute;
    top: calc(210px + env(safe-area-inset-top));
    margin: 15px;
    height: auto;
    width: calc(100% - 40px);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: calc(100% - 30px);
    overflow: scroll;
}
.login-label{
    margin: 0;
    font-weight: bold;
}
.login-label:not(:first-child){
    margin-top: 20px;
}
.card-profile-login .btn,
.card-profile-register .btn{
    width:100%;
    margin-top: 20px;
}
.card-profile-faqs{
    margin:15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 15px;
}
.profile-faqs{
    margin:0;
}
.faqs-item{
    margin: 0;
    text-align: left;
    position:relative;
}
.profile-faqs-title{
    font-size: 16px;
    font-weight: bold;
}
.profile-faqs-desc{
    margin:0;
}
.search-faqs{
    margin: 15px;
    margin-bottom: 0;
    width: calc(100% - 30px) !important;
    padding-left: 30px !important;
}
.main-content-profile-faqs .fa-search{
    position: absolute;
    left: 25px;
    top: 82px;
    color: #1c5eaa;
}
.card-about-app{
    position: absolute;
    top: calc(210px + env(safe-area-inset-top));
    margin: 15px;
    height: calc(100% - 300px);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: calc(100% - 30px);
}
.card-about-app .btn-primary{
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-app-version{
    color:#ccc;
    text-align:center;
}
.about-app-powered{
    color:#ccc;
    text-align:center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}
.btn-about-app{
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    right: 0px;
}
.background-logo-top-img{
    background: linear-gradient(90deg, #1c5eaa, #449cfd, #1c5eaa);
    height: 240px;
}
.logo-top-img{
    height: 170px;
    width: 100%;
    object-fit: contain;
}
.card-checkout{
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}
.checkout-label{
    margin-bottom:10px;
    font-weight:bold;
}
.card-checkout .btn-remove-quantity {
    color: #1c5eaa;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 1.2;
    width: 20px;
    height: 20px;
}
.card-checkout .btn-add-quantity {
    color: #1c5eaa;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 1.2;
    width: 20px;
    height: 20px;
}
.card-checkout .checkout-product-quantity {
    margin: 0;
    line-height: 3;
    width: 40px;
    text-align: center;
}
.checkout-my-address{
    margin-top:10px;
    color:#ccc;
}
.checkout-product-name{
    margin: 0;
    font-weight: bold;
}
.chekout-product-unit-price{
    color:#ccc;
    padding-left: 15px;
    margin: 0;
}
.chekout-product{
    padding-bottom: 9px;
}
.checkout-label-2{
    margin-bottom:10px;
}
.checkout-shipping-taxes,
.checkout-discount,
.checkout-total-price{
    margin-bottom:10px;
    text-align:right;
}
.card-checkout .btn-primary,
.card-checkout .btn-secondary{
    width:100%;
}
.checkout-other-address{
    margin-top: 10px;
    margin-bottom: 20px;
}