﻿/*
##################################
##### 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 {
    /* Fallback for older browsers */
    background: #496244;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #496244, #AFCC97);
    color: #fff !important; /* Ensure text is readable */
    /*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;;
    }
}

.badge-greenland {
    background-color: #afcd97; }

.badge-greenland-light {
    background-color: #496244; 
}

/**** Css PMO - Start ****/
.pmo-alert {
    font-size: 1.3rem;
    border-radius: 1rem;
}

.pmo-alert-border {
    border-width: 3px !important;
}

.pmo-text {
    font-size: 1.3rem;
}

.pmo-card {
    border-radius: 1rem;
    overflow: hidden;
}

.pmo-select {
    font-size: 1.3rem;
    color: black;
}

.badge-greenland-light {
    background-color: #afcd97; }

.badge-greenland {
    background-color: #496244;
}

.date-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
}

.date-btn {
    padding: 12px 16px;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.date-btn:hover {
    border-color: #486243;
    background: #f8f9fa;
}

.date-btn.selected {
    background: #486243;
    color: white;
    border-color: #486243;
}

.card-header h5 a[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    color: #496244;
}

.card-header h5 a[aria-expanded="false"] .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    color: #496244;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.product-item:last-child {
    border-bottom: none;
}

.product-info {
    flex: 1;
}

.product-name {
    font-weight: 500;
    font-size: 1.3rem;
    color: #333;
}

.product-price {
    color: #666;
    font-size: 1.3rem;
}

.product-sv {
    background: #486243;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1.0rem;
    margin-left: 10px;
}

.product-pf {
    background: #B4CC9A;
    color: #486243;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: #666;
}

.quantity-btn:hover {
    background: #f8f9fa;
    border-color: #486243;
}

.quantity-btn:disabled {
    background: #f8f9fa;
    color: #ccc;
    cursor: not-allowed;
}

.quantity-display {
    min-width: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
}

.product-pf {
    background: #B4CC9A;
    color: #486243;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1.0rem;
    margin-left: 10px;
}

.payment-option, .address-option {
    border: 2px solid #486243;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.payment-option:hover, .address-option:hover {
    border-color: #486243;
}

.payment-option.selected, .address-option.selected {
    border-color: #486243;
    background: #f8f9fa;
}

.payment-option input[type="radio"], .address-option input[type="radio"] {
    margin-right: 10px;
}

.payment-header, .address-header {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    font-size: 1.3rem;
    color: #486243;
}

.payment-header i {
    margin-right: 12px;
}

.payment-details, .address-details {
    font-size: 1.1rem;
    color: black;
    margin-left: 25px;
}

.pmo-radio .pmo-control-input:checked ~ .custom-control-label::before {
    border-color: #486243;
    background-color: #486243;
}

.pmo-button {
    background: #486243;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.pmo-button:hover:not(:disabled) {
    background: #afcd97;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.pmo-button:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

.pmo-button-cancel {
    background: #f43a59;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.pmo-button-cancel:hover:not(:disabled) {
    background: #f57389;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.pmo-button-cancel:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

.accordion {
    margin-bottom: 15px;
}

.accordion-header {
    background: #f8f9fa;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #486243;
}

.accordion-header:hover {
    background: #e9ecef;
}

.accordion-content {
    display: none;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.accordion.active .accordion-content {
    display: block;
}

.accordion.active .accordion-header i {
    transform: rotate(180deg);
}

.form-control-pmo {
    font-size: 1.3rem !important;
}

.no-products-message {
    text-align: center;
    color: #666;
    font-style: italic;
    font-size: 1.3rem;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.summary-column {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.summary-column-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 1.3rem;
    color: #486243;
    display: flex;
    align-items: center;
}

.summary-column-header i {
    margin-right: 8px;
    font-size: 1.3rem;
}

.summary-column-content {
    padding: 15px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.3rem;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item .item-name {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.summary-item .item-value {
    font-weight: 500;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.summary-totals {
    background: #f8f9fa;
    border: 2px solid #486243;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.summary-totals h4 {
    color: #486243;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.summary-totals h4 i {
    margin-right: 10px;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.total-line:last-child {
    margin-bottom: 0;
    border-top: 2px solid #486243;
    padding-top: 12px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.3rem;
    color: #486243;
}

.total-line .total-label {
    font-weight: 500;
    padding-left: 0;
}

.total-line .total-value {
    font-weight: 500;
    padding-right: 0;
}

.vat-table {
    margin: 20px 0;
    overflow-x: auto;
}

.vat-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.vat-table th {
    background: #486243;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 1.3rem;
}

.vat-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.3rem;
}

.vat-table tr:last-child td {
    border-bottom: none;
}

.vat-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.vat-table tbody tr:hover {
    background: #e8f5e8;
}

.table-total {
    background: #486243 !important;
    color: white !important;
    font-weight: 600 !important;
}

/**** Css PMO - End ****/