﻿/*
##################################
##### Luxbiotech CSS V.1.0.1 #####
##################################
*/

/* FONTS */
/*@import url('fonts.css');*/

/* COLORS */
/*:root {
    --black: #000000;
    --white: #ffffff;
    --main: #496244;
    --dark: #383838;
    --light: #DBE4A8;
    --grey: #726e6e;
    --transparent: transparent;
    --quadrant: 'QuadrantSlabDuo', sans-serif;
    --gtsuper: 'GTSuperDisplay', sans-serif;
}

.text-gtsuper {
    font-family: var(--gtsuper);
    font-weight: 300;
    color: var(--light);
    font-size: 12px;
    font-weight: 400;
}

.text-quadrant {
    font-family: var(--quadrant);
    font-weight: 300;
    color: var(--light);
    font-size: 12px;
    font-weight: 400;
}*/

.text-darkblue {
    color: #122f3b;
}
.text-darkred {
    color: #790808;
}
.text-darkgreen {
    color: #247c4e;
}
.text-orange {
    color: #db850e;
}
.text-darkorange {
    color: #9a4b09;
}
.text-violet {
    color: #650cd8;
}
.text-grey {
    color: #808080;
}
.text-darkgrey {
    color: #212020;
}

.text-black {
    color: #000000;
}

.text-grey-dlg {
    color: #7D8083;
}

.text-blue-dlg {
    color: #3666A8;
}

.text-green-dlg {
    color: #91D3B0;
}

.p-6 {
    padding-top: 8.7rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
}

.invisible {
    display: none;
}

.swal2-container {
    z-index: 10000;
}

.tree {
    width: 100%;
    height: 100%;
    position: relative;
}

.scrollable-dropdown-menu {
    height: auto;
    max-height: 190px;
    overflow-x: hidden;
}

.hamburger-box-white {
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

/*##### EnjoyHint Guided Tour Steps button #####*/
.btn-skip-tour {
    color: white;
    border-color: #f43a59;
    background-color: #f43a59;
}

.btn-next-step-tour {
    color: white;
    border-color: #0ad251;
    background-color: #0ad251;
}

.pull-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}


.fixed-bottom-test {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.modal-backdrop {
    z-index: 8900; /*because quilpro put modal z-index at 9000*/
}

.descSmallText{
    font-size:0.9rem;
}

div[class^="mobileOnly"] {
    display: none;
}

.mobileMode .navbar {
    padding: 0.5rem !important;
}

.mobileMode .p-6 {
    padding-top: 5.5rem !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-bottom: 0.5rem !important;
}

.mobileMode .display-4 {
    font-size:1rem;
}

.mobileMode .card.card-sm, .mobileMode .card.card-sm2 {
    height: auto !important;
    padding-top: 1rem;
}
.mobileMode .hideOnMobile {
    display:none;
}

.mobileMode h1 {
    font-size:1.5rem;
}

.mobileMode h2 {
    font-size:1.25rem;
}

.mobileMode h3 {
    font-size: 1.15rem;
}

.mobileMode .profile-page-left, .mobileMode .profile-page-center {
    padding-top: 0.5rem !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-bottom: 0.5rem !important;
}

.mobileMode .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.mobileMode .tab-pane {
    padding: 1px;
}

.mobileMode div[class^="col-"] {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.mobileMode .row{
    margin:0px;
}

.mobileMode .table td, .mobileMode .table th{
    padding-left:7px;
    padding-right:7px;
}

.mobileMode .mobileOnlyBlock {
    display: block !important;
}

.mobileMode .mobileOnlyFlex {
    display: flex !important;
}

.mobileMode .modal-footer{
    display:block;
}

.mobileMode .modal-footer .btn{
    width:100%;
}

.mobileMode #countryCatalog .form-group{
    width: 100%;
    max-width:100%;
    flex: 0 0 100%;
}

.mobileMode .productList {
    display: inline-table;
}

.mobileMode .productCard {
    display: inline-block;
    vertical-align: top;
    max-width: 48%;
    width: 48%;
    margin: 0 2px 1rem 2px!important;
    padding:5px;
    padding-bottom:10px;
}

    .mobileMode .productCard .plan-title {
        margin: 0;
        width: 100%;
        align-content: center;
        -webkit-transform: translateY(0%)!important;
        transform: translateY(0%)!important;
    }

.mobileMode .productCard .plan-price {
    font-size: 1.5rem;
}

.mobileMode .productCard .plan-cost {
    padding: 0;
}

.mobileMode .productCard .plan-select {
    padding: 0;
}

.mobileMode .productCard .plan-select button{
    padding: 5px;
    margin-top:0;
}

.mobileMode .productCard .plan-features li {
    padding: 0;
}

.mobileMode .productCard img {
    width: 50%!important;
}

.mobileMode .productCard .btnQty {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.mobileMode select {
    padding-left:5px;
    padding-right:5px;
}

.mobileMode .form-row {
    padding-left: 5px;
    padding-right: 5px;
}

.mobileMode .productDesc {
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 2rem;
}

.input-toogle {
    position: relative;
    display:inline-block;
}

.input-toogle label {
    line-height: 44px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 22px;
    width: 45px;
    background-color: #f43a59;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    border-radius: 11px;
    transition: background-color 500ms ease;
}

.input-toogle label:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 1px;
    right: 24px;
    border-radius: 50%;
    background-color: #e43a59;
    box-shadow: 2px 0px 0px rgba(0,0,0,0.15);
    transition: right 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
}

.input-toogle input {
    display: none
}

.input-toogle input:checked + label {
    background: #0ad251;
}

.input-toogle input:checked + label:after {
    right: 2px;
    background-color: #0ac251;
    box-shadow: -2px 0px 0px rgba(0,0,0,0.1);
}
 
.expandable-item .expand-content {
    display: none;
    padding-left:5px;
}

.expandable-item:hover .expand-content {
    display: inline-block;
    padding-left: 5px;
}

.expandable-item .block-content {
    display: inline-block;
    padding-left: 5px;
}

.title-block {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    text-transform:uppercase;
    color:white;
}

.news-list-item {
    display: inline-block;
    overflow: hidden;
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 0.4rem;
    background-clip: border-box;
    margin: 10px;
    padding: 1rem !important;
    height: auto !important;
}

.news-list-pict {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-list-title {
    display: block;
    font-size: 1.25rem;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    padding: 0 2.083rem;
    max-width:250px;
}

.news-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-center-div {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.slider-title-news {
    border-radius: 5px;
    font-family: Monserrat, sans-serif;
    color: #07a7e3;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
}

.btn-news .fa-2x {
    font-size: 2rem!important;
}

@media (max-width:1024px) {
    .title-block {
        font-size: 1.5rem;
    }
}


.btn-greenland,
.btn-greenland.dropdown-toggle {
    color: #afcd97 !important;
    background-color: #496244 !important;
}

.btn-greenland:focus,
.btn-greenland.focus,
.btn-greenland:hover,
.btn-greenland.dropdown-toggle:hover,
.btn-greenland.dropdown-toggle:focus {
    background-color: #496244 !important;
}

.btn-greenland.disabled,
.btn-greenland:disabled {
    background-color: #869974 !important;
}

.btn-greenland-light,
.btn-greenland-light.dropdown-toggle {
    color: #496244 !important;
    background-color: #afcd97 !important;
}

.btn-greenland-light:focus,
.btn-greenland-light.focus,
.btn-greenland-light:hover,
.btn-greenland-light.dropdown-toggle:hover,
.btn-greenland-light.dropdown-toggle:focus {
    background-color: #afcd97 !important;
}

.btn-greenland-light.disabled,
.btn-greenland-light:disabled {
    background-color: #869974 !important;
}

.btn-greenland-light2,
.btn-greenland-light2.dropdown-toggle {
    color: #496244 !important;
    background-color: #D9E4D3 !important;
}

.bg-greenland {
    color: #000000;
    background-color: #496244 !important;
}

.bg-greenland-light {
    color: #000000;
    background-color: #afcd97 !important;
}

.bg-greenland-light2 {
    color: #496244;
    background-color: #f3f6e3 !important;
}

.text-greenland {
    color: #496244;
}

.text-greenland-light {
    color: #afcd97;
}

.bg-gradient-greenland [class^="card-"] * {
    color: #afcd97 !important;
}

.bg-gradient-greenland {
    color: #FFFFFF !important;
    background: #496244;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #496244 0%, #afcd97 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #496244 0%, #afcd97 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #496244 0%, #afcd97 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.container-banner {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.banner-text-centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-text-centered-bottom {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-success {
    background-color: #afcd97;
}

.btn-outline-greenland {
    border-color: #496244 !important;
    color: #496244 !important;
}

.btn-outline-greenland .batch-icon {
    color: #496244 !important;
}

.btn-outline-greenland:hover,
.btn-outline-greenland:focus {
    border-color: #496244 !important;
    color: #496244 !important;
}

.btn-outline-greenland:not([disabled]):not(.disabled).active,
.btn-outline-greenland:not([disabled]):not(.disabled):active,
.show > .btn-outline-greenland.dropdown-toggle {
    background-color: #496244 !important;
    color: #FFFFFF !important;
}

.btn-outline-greenland-light {
    border-color: #afcd97 !important;
    color: #afcd97 !important;
}

.btn-outline-greenland-light .batch-icon {
    color: #afcd97 !important;
}

.btn-outline-greenland-light:hover,
.btn-outline-greenland-light:focus {
    border-color: #afcd97 !important;
    color: #afcd97 !important;
}

.btn-outline-greenland-light:not([disabled]):not(.disabled).active,
.btn-outline-greenland-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-greenland-light.dropdown-toggle {
    background-color: #afcd97 !important;
    color: #FFFFFF !important;
}


.bottom-center {
    position: absolute;
    align-content:center;
    bottom: 0px;
}

.img-prod {
    position: relative;
    top: 0;
    left: 0;
}

.img-prod-overlay {
    position: absolute;
    top: 45px;
    left: 0;
}

.img-prod-overlay-shopitem {
    position: absolute;
    top: 0px;
    left: 0;
}

.img-prod-overlay-signup {
    position: absolute;
    top: 0px;
    left: 0;
}

.img-prod-overlay-details {
    position: absolute;
    top: 3px;
    left: 50px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 990px) {
    .img-prod-overlay-details {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media (max-width: 768px) {
    .img-prod-overlay-details {
        position: absolute;
        top: 3px;
        left: 90px;
    }
}

@media (max-width: 576px) {
    .img-prod-overlay-details {
        position: absolute;
        top: 3px;
        left: 121px;
    }
}

@media (max-width: 799px) {
    .img-prod-overlay-signup {
        position: absolute;
        top: 0px;
        left: 91px;
    }
}

@media (max-width: 768px) {
    .btn-slider {
        padding-top: 150px;;
    }
}
