/* Minification failed. Returning unminified contents.
(565,17): run-time error CSS1039: Token not allowed after unary operator: '-cblack2'
(593,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(863,92): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1193,2): run-time error CSS1030: Expected identifier, found ' '
(1745,26): run-time error CSS1030: Expected identifier, found '.'
(1745,37): run-time error CSS1031: Expected selector, found ')'
(1745,37): run-time error CSS1025: Expected comma or open brace, found ')'
(1831,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1848,28): run-time error CSS1039: Token not allowed after unary operator: '-light'
(1852,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1924,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
.allHtml {
    color: #000;
    background-color: #FFF;
}

.itemOptionMedia {
    max-width: 420px;
    max-height: 400px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

.navbar-bg {
    background-color: #400080;
}

.navbar-link {
    color: #FFF !important;
}

    .navbar-link:hover {
        color: #000 !important;
    }

a:hover {
    color: #0056B3;
    text-decoration: underline;
}

.app-margins {
    padding-top: 1rem !important;
}

.assortment {
    color: black;
    font-size: 18px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    display: flex;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
    font-weight: 500;
    padding: 2px 0px;
    transition: .1s ease-in-out;
}

.assortment.inactive {
    color: gray;
    cursor: default;
}


    .assortment:not(.inactive):hover {
        font-weight: 700;
        color: black;
    }

.activeASSM {
    font-weight: 700;
}

    .activeASSM::before {
        content: "▸";
        top: 0px;
        left: -20px;
        bottom: 0px;
        height: 100%;
        align-items: center;
        -webkit-box-align: center;
        position: absolute;
        display: flex;
    }

.quantity-unit-placeholder {
    align-items: center !important;
    display: flex !important;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    min-width: 36px;
}

.picture-box,
.category-box {
    max-width: 100%;
    min-height: 200px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}

.picture-box-combi {
    max-width: 100%;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}

.picture-box-detail {
    width: 40%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.product-picture,
.category-picture {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.category-picture {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.product-picture,
.category-picture,
.product-box .carousel-item img {
    transition: .2s ease-in-out;
}

.product-picture {
    background-size: contain;
}

.category-picture {
    background-size: cover;
}

.product-picture-detail {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2000;
}


#overlay-text {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    font-size: 40px;
    color: white;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}

.product-box {
    border: 1px solid #eee;
    background-color: #fff;
    margin: 0 0 0px 0;
    padding: 0px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-select-quantity-up,
.item-combi-quantity-up {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.item-select-quantity-dn,
.item-combi-quantity-dn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.item-quantity {
    background-color: #ffffff;
}



.productgroup-box {
    border: 1px solid #eee;
    background-color: #fff;
    margin: 0 0 0px 0;
    padding: 0px;
    border-radius: 10px;
}

.product-box-add {
    /* position: absolute;
     bottom: 0px;
     left: 0px;
     right: 0px;*/
    margin: 10px 0px 20px 0px;
}

.product-box:hover {
    /*background-color: initial;*/
    box-shadow: 0 0 10px lightgray;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    display: inline-flex;
    justify-content: center;
}

.product-title-big {
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    margin: 5px 0px 30px 0px;
}

.product-details {
    width: 40%;
}

.item-combi-price {
    font-weight: bold;
}


.bigger-text {
    font-size: 2rem;
}

.order-quantity {
    width: 50px;
    height: auto !important;
}

.shop-top-menu {
    height: 50px;
    margin: 10px;
}

.title {
    background-color: #eee;
    color: #333;
}

.shop-block {
    border: 1px solid #eee;
    background-color: #fff;
}

.list {
    list-style: none;
}

    .list a {
        color: #333;
    }

.full-hr {
    max-width: 90%
}

.quantity-select {
    width: 70px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.quantity-select-padding {
    padding: 0.375rem 1.75rem 0.375rem 0.5rem;
}

.shop-row {
    margin-left: 0px;
    margin-right: 0px;
}

.w-400 {
    width: 400px;
}

.div-vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

.shop-side {
    display: none;
}

.card-bottom {
    margin-bottom: 20px;
}

@media all and (min-width:1200px) {

    .shop-container {
        max-width: 650px;
    }

    .shop-side {
        display: inherit;
        width: 300px;
        float: left;
    }


    .card-columns {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }
}

.productCircleBottom {
    display: none;
}

@media all and (max-width:700px) {

    .productCircle {
        display: none;
    }

    .productCircleBottom {
        display: initial;
    }

    .order-quantity {
        width: 50px;
        height: 33px;
    }
}

@media all and (min-width:1200px) {
    .shop-container {
        max-width: 900px;
    }

    .card-columns {
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important;
    }
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    left: -300px;
    /* top layer */
    z-index: 9999;
    transition: all 0.3s;
    overflow-y: scroll;
}

    #sidebar.active {
        left: 0px;
    }

.wrapper {
    display: block;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    /* full screen */
    top: 0px;
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 1035;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

    .sidebar-overlay.active {
        display: block;
        opacity: 1;
    }

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.product-price.sam-undiscountedprice {
    color: red;
}


.sam-undiscountedprice > span {
    margin-left: 0.5rem;
    text-decoration: line-through;
    color: var(--cblack2);
}

@media (min-width: 768px) {
    .product-box:hover .product-picture,
    .scale-hover:hover,
    .picture-box:hover .product-picture,
    .category-box:hover .category-picture,
    .product-box:hover .carousel-item img {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}


.picture-stretch {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .2s ease-in-out;
}

.sam-pricebadge {
    position: absolute;
    left: 2rem;
    top: 1rem;
    font-size: large;
    background-color: var(--main-color);
    height: fit-content; /* padding: 1rem; */
    border-radius: 50%;
    color: white;
    width: 80px;
    aspect-ratio: 1;
    align-items: center;
    display: grid;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-box-content {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.sam-border-box {
    border: 1px solid #eee;
}

.hover-shadow:hover {
    box-shadow: 0 0 10px lightgray;
}

.product-box-content-details {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}


.sam-spanprice-unit {
    font-size: 85%;
}

.sam-product-detail > .sam-pricebadge {
    left: 0.1rem;
    top: 1rem;
    width: 100px;
    font-size: 25px;
}

    .sam-product-detail > .sam-pricebadge > .sam-spanprice-unit {
        font-size: 70%;
    }


.sam-spanprice {
    font-weight: bolder;
    display: block;
    font-size: 100%;
}

@media (max-width: 768px) {
    .sam-product-detail > .sam-pricebadge, .sam-pricebadge {
        left: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
    }

    .picture-box {
        min-height: 150px;
    }

    .map {
        min-height: 50vh;
    }
}


.sam-shop-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    padding: 0px 0px 10px 7%;
}

/*STORES*/
.map {
    max-height: 50vh;
}

.store-container {
    max-width: 1590px;
}

.store-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 15px 15px;
}

.store-card {
    width: clamp(360px, 25%, 420px);
    transition: .3s ease-in-out all;
}

.store-card-animation,
.store-map-animation {
    -webkit-animation: fadeAnimation .3s;
}

@-webkit-keyframes fadeAnimation {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.store-card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.store-card-title {
    font-size: 1.25rem;
    font-weight: bolder;
}

.store-card-openings {
    padding-top: 0.5rem;
    padding-bottom: 20px;
}

.store-container button {
    transition: .3s ease-in-out all;
}

.store-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-showmore {
    padding: 10px 0 25px 0;
}

.store-btn-showmore {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0px !important;
    font-size: 20px !important;
}

    .store-btn-showmore > i {
        padding: 10px;
        font-size: 25px;
    }

.store-quick-filters {
    min-width: 480px;
}

.store-quickfilter-text {
    margin: 6px;
}
/*SKELETON*/
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-card-title {
    height: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-store-opening {
    width: 100%;
    display: flex;
    justify-content: center;
}

.skeleton-store-opening-day {
    width: 100px;
}

.skeleton-store-opening-time {
    width: 150px;
}

.skeleton-store-map {
    height: 50vh;
    width: 100%;
}

.skeleton-quickfilter-text {
    width: 120px;
    height: 1.5rem;
    border-radius: 0.25rem;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}


/*Checkbox Slider*/
.slider {
    background-color: #ffffff2b;
    border-radius: 100px;
    padding: 1px;
    cursor: pointer;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    align-items: center;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, rgba(0, 0, 0, 0.21) 0px 0px 0px 24px inset, #22cc3f 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

    .slider::after {
        content: "";
        display: flex;
        top: 2.3px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: #e3e3e3;
        border-radius: 200px;
        position: absolute;
        box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 6px 6px;
        transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
        will-change: left, background-color;
    }

label.switch {
    margin-top: 14px;
}

.switch input[type="checkbox"]:checked + .slider {
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, #22cc3f 0px 0px 0px 2px inset, var(--main-color) 0px 0px 0px 24px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

    .switch input[type="checkbox"]:checked + .slider::after {
        left: 20px;
    }

.switch input[type="checkbox"] {
    display: none;
}

@media (min-width: 767px) {
    .modal-dialog-wide {
        max-width: 1000px !important;
    }
}


/* Search Icon Top Bar*/
.navbar-search-navbar {
    z-index: 10;
    position: absolute;
    top: 50px;
    transition: all .3s ease-in-out;
    opacity: 0;
}

    .navbar-search-navbar .form-control {
        width: 250px;
    }

    .navbar-search-navbar .navbar-search-result {
        max-height: 30vh;
    }


    @media (max-width: 572px){
        .navbar-search-navbar {
            left: -38vw;
            max-width: 300px
        }
    }

.search-result-container {
    transition: all .3s ease-in-out;
}

.product-image-search {
    min-width: 50px;
    max-width: 100px;
}

.product-search-item{
    max-width: 450px;
}

.icon-search{
    cursor: pointer;
}


.bounce {
    animation: bounce 2s ease infinite;
    position: relative;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}
/* open-sans-300 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/open-sans-v29-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* merriweather-300 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-300italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/merriweather-v30-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}

.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */
::placeholder {
    color: #444444;
    font-style: italic;
}

html {
    font-size: 0.75rem;
}

@media (min-width: 320px) {
    html {
        font-size: 1rem;
    }
}

: -ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444444;
    font-style: italic;
}

.box-margin {
    margin: 10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #444444;
    font-style: italic;
}

.paymentAutocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*    padding-left: 15px;
    padding-right: 15px;*/
    min-height: 100vh;
}

.mainBackgroundColor {
    background-color: #71BCA7 !important;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.paymentSettings input, select, textarea {
    max-width: none;
}

.registerForm input, select,
.loginForm input, select,
.accountEdit input, select {
    max-width: none;
}

.text-black {
    color: black;
}

.list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.list-link {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: .9375rem;
    color: #506690;
}

.card-list .list-link {
    position: relative;
}



.order-quantity {
    width: 70px !important;
    height: 36px;
}

.balanceTopup {
    color: green;
}

.balancePayment {
    color: red;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e5e5e5;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
}

.navbar-whitelabels {
    color: white !important;
}

    .navbar-whitelabels:hover {
        color: black !important;
    }

.cardValue {
    float: right;
    top: 20px;
    position: absolute;
    right: 10px;
}

.cardValueContainer {
    position: relative;
}

.footer-link {
    margin-right: 20px;
}

.textbox-number {
    text-align: right;
}

.fixed-footer {
    text-align: right;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
}

.box-shadow-bottom {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .15);
}

.full-width-input {
    width: 100%;
    max-width: none;
}

[class*="gradient-overlay-half"] {
    position: relative;
    z-index: 1;
}

    [class*="gradient-overlay-half"]::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
    }

.gradient-overlay-half-dark-video-v1::before {
    z-index: 2;
    background-color: rgba(21, 27, 38, 0.95);
}

.gradient-overlay-half-white-v1::before {
    background-image: linear-gradient(60deg, rgba(255, 255, 255, 0.99) 30%, transparent 60%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v1::before {
    background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.5) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v2::before {
    background-image: linear-gradient(0deg, rgba(21, 27, 38, 0.6) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v3::before {
    background-image: linear-gradient(0deg, transparent 0%, rgba(21, 27, 38, 0.5) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v4::before {
    background-image: linear-gradient(150deg, rgba(21, 27, 38, 0.9) 10%, #151b26 50%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-primary-v1::before {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-purple-v1::before {
    background-image: linear-gradient(180deg, rgba(121, 110, 255, 0.35) 10%, #796eff 70%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-purple-v2::before {
    background-image: linear-gradient(150deg, rgba(121, 110, 255, 0.9) 10%, #796eff 50%);
    background-repeat: repeat-x;
}


.samcard {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.samcartrow {
    background-color: white;
    border-radius: 0.25rem;
    border-top: solid 1px lightgray;
    padding-top: 10px
}

/* xs */
.productimg {
    width: 200px;
    min-width: 125px !important;
    height: auto;
}
/* sm */
@media (min-width: 768px) {
    .productimg {
        width: 200px;
        min-width: 125px !important;
    }
}
/* md */
@media (min-width: 992px) {
    .productimg {
        width: 200px;
        min-width: 125px !important;
    }
}
/* lg */
@media (min-width: 1200px) {
    .productimg {
        width: 250px;
        min-width: 125px !important;
    }
}

/*.card-header {
    background-color: transparent;
    border-bottom: 1px solid #f1f4f8;
}*/

.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 80%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 0.75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
    }

        .has-float-label label::after, .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: white;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .has-float-label .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control::-moz-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control:-ms-input-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control::placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + *,
    .form-label-group input:-webkit-autofill ~ * {
        font-size: 100%;
        opacity: .5;
        top: .6em;
    }

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .input-group .has-float-label .form-control {
        width: 100%;
        border-radius: 0.25rem;
    }

    .input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: 0;
    }

    .input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }



/*##############################################################################################################
  ##############################################################################################################
    Custom Spinner
  ##############################################################################################################
  ##############################################################################################################
*/
.bokeh {
    border: 0.01em solid rgba(150, 150, 150, 0.1);
    border-radius: 50%;
    font-size: 100px;
    height: 1em;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    top: 35%;
    width: 1em;
    z-index: 2147483647;
}

    .bokeh li {
        border-radius: 50%;
        height: 0.2em;
        position: absolute;
        width: 0.2em;
    }

        .bokeh li:nth-child(1) {
            animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
            background: #00c176 none repeat scroll 0 0;
            left: 50%;
            margin: 0 0 0 -0.1em;
            top: 0;
            transform-origin: 50% 250% 0;
        }

        .bokeh li:nth-child(2) {
            animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
            background: #ff003c none repeat scroll 0 0;
            margin: -0.1em 0 0;
            right: 0;
            top: 50%;
            transform-origin: -150% 50% 0;
        }

        .bokeh li:nth-child(3) {
            animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
            background: #fabe28 none repeat scroll 0 0;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -0.1em;
            transform-origin: 50% -150% 0;
        }

        .bokeh li:nth-child(4) {
            animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
            background: #88c100 none repeat scroll 0 0;
            margin: -0.1em 0 0;
            top: 50%;
            transform-origin: 250% 50% 0;
        }

@keyframes opa {
    12% {
        opacity: 0.8;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.6;
    }

    66.6% {
        opacity: 0.52;
    }

    70% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.6;
    }

    84.2% {
        opacity: 0.75;
    }

    91% {
        opacity: 0.87;
    }
}

@keyframes rota {
    100% {
        transform: rotate(360deg);
    }
}



/*##############################################################################################################
  ##############################################################################################################
    Custom Spinner
  ##############################################################################################################
  ##############################################################################################################
*/


.mobile-cart-counter {
    position: absolute;
    top: 2px;
    border-radius: 20px;
    padding: 0 5px 0 5px;
    font-weight: bold;
}


@media (min-width: 767px) {
    .modal-dialog:has(div.wide-modal) {
        max-width: 1000px !important;
    }
}



.label-img {
    flex-grow: 1;
    display: block;
    position: relative;
    cursor: pointer;
    transition: .2s ease-in-out;
}

    .label-img:before {
    }



:checked + .label-img {
    border-color: #ddd;
}

    :checked + .label-img:before {
        content: '';
        position: absolute;
        top: 0rem;
        right: 0rem;
        border-color: transparent;
        border-style: solid;
        border-radius: 0;
        border-width: 2em;
        border-right-color: #33cd28;
        border-top-color: #33cd28;
        z-index: 1;
    }

    :checked + .label-img:after {
        content: '\2713';
        font-size: 1.5em;
        line-height: 1.5em;
        padding-right: 5px;
        font-weight: bold;
        color: white;
        z-index: 2;
        position: absolute;
        top: 0rem;
        right: 0rem;
        border-color: transparent;
        border-style: solid;
    }

:checked + .modalimage-tile {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}


.modalimage-tile {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: white;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

/*##############################################################################################################
  ##############################################################################################################
    Product Image Carousel and Detail Page
  ##############################################################################################################
  ##############################################################################################################
*/
.picture-box .carousel{
    position: absolute;
    top: 0px;
}

.picture-box .carousel-control-prev-icon,
.picture-box .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
    color: var(--main-color);
}

.picture-box .carousel-control-next,
.picture-box .carousel-control-prev {
    opacity: 1;
}

.picture-box .carousel-control-prev {
    left: 15px;
}

.picture-box .carousel-control-next {
    right: 15px;
}

.picture-box .carousel .carousel-indicators li {
    background-color: var(--light);
}

.picture-box .carousel .carousel-indicators li.active {
    background-color: var(--main-color);
}

.picture-box .carousel-indicators li {
    height: 5px;
    border-radius: 15%;
}

.picture-box .carousel-indicators{
    bottom: 0px;
}
.picture-box .carousel-control-prev:hover span,
.picture-box .carousel-control-next:hover span{
    color: #ee4b28;
}

.picture-box .carousel-item{
    max-height: 200px;
    max-width: 340px;
}

/*Mobile picture Carousel*/
@media (max-width: 576px) {
    .picture-box .carousel-indicators {
        margin-bottom: 5px;
    }

    .picture-box .carousel-control-next{
        right: 5px;
    }

    .picture-box .carousel-control-prev{
        left: 5px;
    }
}




.preview-pic .tab-pane{
    max-height: 350px;
    max-width: 650px;
    overflow: hidden;
}

.tab-pane.fade {
    transition: all .2s;
    transform: translateX(1rem);
}

    .tab-pane.fade.show {
        transition: all .2s;
        transform: translateX(0rem);
    }

.preview-pic img,
.picture-box .carousel-item img {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: scale-down;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 10%;
    margin-right: 2.5%;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    transition: .2s ease-in-out;
}

    .preview-thumbnail.nav-tabs li:hover {
        cursor: pointer;
        transform: scale(1.01);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
    border-radius: inherit;
}


    .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0;
        border-radius: inherit;
    }

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

@media (max-width: 576px) {
    .preview-pic .tab-pane {
        max-height: 200px;
        max-width: 400px;
        overflow: hidden;
    }
    .preview-thumbnail.nav-tabs li{
        width: 25%; 
    }
}



.stamp-container{
    max-width: 1000px;
}


.paysummarize p {
    margin-bottom: 0;
}

.paycartinfos a{
    color: black;
}
