@import 'fonts.css';


html body {
    color: #222222;
    font-family: "FuturaBook", sans-serif !important;
    background-color: #F0F0F0;
}

h1 {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 60px;
    color: #222222;
}
h2 {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 36px;
}
h3 {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    line-height: 32px;
}
h4 {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 26px;
}
h5 {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
}

body .main.container:not(.password-reset):before {
    content: '';
    width: calc(100vw - 10px);
    height: 100vh;
    position: absolute;
    left: calc(((100vw - 100%) / 2) * -1);
    top: -30vh;
    background-image: url('/assets/img/page_meta_shape.svg');
    z-index: -1;
    background-size: cover;
}

.floating-menu {
    top: 30px;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 120px;
}


.ui.main.container {
    margin-top: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.banner {
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.banner.categorias {
    height: 600px;
}

.banner.categorias-v2 {
    height: 478px;
}

.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(81.25%, rgba(0, 0, 0, 0.05)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 81.25%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 81.25%);
}

.top-banner {
    background-image: url("/assets/img/header_entregador.png");
    height: 600px;
}

.top-banner .input.search {
    width: 435px;
}



.top-banner .input.search input {
    margin-top: 15px;
    width: 100%;
    border-radius: 33px;
}

.bottom-banner {
    margin-top: 50px;
    background-image: url("/assets/img/footer_gadgets.png");
}

.bottom-banner.full-radius {
    border-radius: 66px;
}

.bottom-banner.top-radius {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
}

.bottom-banner .download-links {
    margin-top: 75px;
    display: flex;
    justify-content: flex-end;

}

.bottom-banner .download-links button {
    width: 300px;
}

.banner .container {
    margin-top: 75px;
    position: relative;
}

.banner .title {
    font-size: 26px;
}

.banner .sub-title {
    line-height: 60px;
    font-size: 50px;
}

.banner .text {
    margin-top: 30px;
    font-size: 18px;
}

#footer {
    content: '';
    width: 100%;
    height: 495px;
    left: 0;
    background-image: url("/assets/img/fake_footer.png");
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    position: relative;
}

#footer:before {
    background-image: url('/assets/img/FooterSmallBg.png');
    height: 233px;
    top: -233px;
    content: '';
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

#footer.transparent {
    z-index: 1;
}

#footer.transparent:before {
    opacity: 0.7;
    z-index: 1;
}


ul{
    list-style-type:none !important;
    padding: 0;
    margin: 0;
}

.categorias-wrapper .ui.card{
    box-shadow: none;
}

.ui.cards > .card > .image {
    background: none !important;
}


.button.green{
    background-color: #03604D !important;
    color: #FFFFFF;
    text-shadow: none;
    background-image: none;
}

.button {
    border-radius: 15px !important;
}
.transparent.button{
    background: none !important;
}

.green.transparent.button {
    font-family: 'FuturaBold', Arial, Helvetica, sans-serif !important;
    border: 3px solid #03604d;
    color: #03604d !important;
    cursor: pointer;
    background-color: transparent;
    outline: 0 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 13px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    padding: 12px 25px;
    vertical-align: middle;
    box-shadow: none !important;
}

.green.transparent.button:hover {
    background: #03604d !important;
    color: #fff !important;
}

.ui.cards.produtos-wrapper > .card > .extra, .ui.cards.produtos-wrapper > .card > .content{
    border-top: none !important;
}

.bottom-border:not(:last-child) {
    border-bottom: 1px solid #03604D;+
}

.row.bottom-border {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.bg-green {
    background: #03604D !important;
}

.bg-white {
    background: #fff !important;
}

.bg-light-gray{
    background: #F9F9F9 !important;
}

.bg-yellow{
    background: #DCDB22 !important;
}

.text-white {
    color: #fff !important;
}

.text-green{
    color: #03604D !important;
}

.text-red{
    color: #C7362F !important;
}

.text-yellow{
    color: #DCDB22 !important;
}

.text-orange{
    color: #F07322 !important;
}

.text-light-gray {
    color: #CECECE !important;
}

.text-dark-gray {
    color: #707070 !important;
}

.encomenda-block .block-header {
    padding: 1rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.encomenda-block .block-content {
    background-color: #fff;
    min-height: 200px;
    padding: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.encomenda-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.rubis{
    background-image: linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#03604d,#03604d);
    background-position: calc(100% - 17px) calc(1em + 1px),calc(100% - 12px) calc(1em + 1px),100% 0;box-shadow: 0 0 1em #E9E9E9;
    width: 100%;
    border-radius: 12px;
    height: 35px !important;
    /*padding-top: 2px!important;*/
    padding-left: 1rem!important;
    padding-right: 3rem!important;
    background-size: 5px 5px,5px 5px,2.5em 2.5em;
    background-repeat: no-repeat!important;
}

.product-inner-block {
    margin-bottom: 10px;
}

.clearfix {
    /*overflow: auto;*/
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.rubis.warning {
    width:80%;
}

.hide{
    display: none !important;
}

.bold{
    font-weight: bold
}

.underline {
    text-decoration: underline;
}

.ui.popup.green::before {
    background: #03604D !important;
}

.details-wrapper{
    margin-bottom: 40px;
}

.details-wrapper li.detail {
    border-bottom: 2px dotted #222222;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.produtos-wrapper .card {
    border-radius: 15px !important;
    padding: 50px 35px 50px 30px !important;
}

.ui.produtos-wrapper .image-wrapper {
    display: flex !important;
    align-items: flex-end !important;
}

.produtos-wrapper .card header {
    margin-bottom: 25px;
}

.ui.cards > .card.no-background, .ui.card.no-background {
    background: none !important;
}

.text-50 {
    font-size: 50px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.ui.modal {
    background: none;
    box-shadow: none;
}

.flex {
    display: flex !important;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}

.floating-menu button {
    border-radius: 35px;
    width:50px;
    height: 50px;
    border: 3px solid #03604d;
    cursor:pointer;
    background-color: transparent;
}

.popup.conta, .popup.encomendas {
    padding: 15px;
    border-radius: 15px;
    width: 430px;
}

.popup.conta .ui.grid .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.popup.conta .ui.grid .column:nth-child(-n+2) {
    padding-top: 1rem !important;
}

.popup.conta .ui.grid .column:nth-last-child(-n+2) {
    padding-bottom: 1rem !important;
}

.popup.conta .ui.grid .column > div:not(:last-child) {
    padding-bottom: 1rem;
}

.popup.conta .ui.grid .column > div > div:first-child {
    padding-bottom: 0.5rem;
}

.popup.conta hr {
    border-top: 1px solid #E1E1E1;
}


.popup.conta ul {
    list-style: none;
}

.popup.conta ul li span {
    margin-left: 5px;
}

.popup.conta ul li.checkmark:before {
    color: #03604d !important;
    content: '✓';
}

.popup.conta ul li.x:before {
    color: #C7362F !important;
    content: '✕';
}

.ui.modal > i{
    top: 0 !important;
    right: 10px !important;
    color: #03604d !important;
}

.ui.modal .content {
    border-radius: 15px !important;
}

.ui.modal.edit .content {
    border-radius: 15px;
    padding: 30px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}


.modal.rgpd .fields > .field:first-child {
    width: 300px;
}

.modal.rgpd .fields > .field:not(:first-child) {
    text-align: center;
}

.cards.encomendas .card.encomenda header {
    margin-bottom: 15px;
}

.cards.encomendas .card.encomenda img {
    max-height: 150px;
}

.cards.encomendas .card.encomenda .detalhe {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.cards.encomendas .card.encomenda .status {
    padding: 5px 10px;
    border-radius: 10px;
}

.cards.encomendas .card.encomenda .extra-data .column {
    padding-top: 10px;
    border-top: 1px solid #F4F4F6;
}

.encomenda .invoice {
    display: flex !important;
    align-content: center;
    justify-content: center;
}

.invoice img {
    height: 22px;
    margin-top: -4px;
    margin-left: 5px;
}

.popup.encomendas .grid {
    padding: 0 15px;
}
.rubis-disclaimer-content {
    margin-bottom: 5rem !important;
}
.rubis-disclaimer-content div {
    padding: 1rem;
}

.rubis-disclaimer-content p, .rubis-disclaimer-content ul li{
    font-size: 16px;
}

.password-reset .wrapper {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

.password-reset .wrapper .field {
    margin-top: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.encomenda-rating {
    max-width: 400px;
}

.encomenda-rating .content {
    border-radius: 30px;
}

.encomenda-rating .rating {
    display: flex;
    justify-content: center ;
}

.encomenda-rating .rating li img{
    max-height: 35px;
}

.encomenda-rating .rating li img:not(.disabled){
    cursor:pointer;
}


.tag-wrapper {
    text-align: left;
    border: 1px solid #03604D;
    min-height: 50px;
    border-radius: 10px;
}

.tag-wrapper span {
    padding: 10px;
    color: #b8bfcc;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #707070;
    cursor: pointer
}

.tag-wrapper span.active {
    background-color: #DCDB22;
    color: #fff;
    border: none;
}

.modal.encomenda-rating .content > div {
    margin: 10px;
}

.frm-rating .field {
    margin: 30px 0 !important;
}

.modal.edit.rgpd .form .field {
    margin: 10px 0;
}
