﻿.dropdown-menu {font-size:0.8rem}


.sa-price__integer {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 3px 3px 3px;
}

@media (min-width: 1200px) {
    .modal-xxl {
    max-width: 1480px;
}

}

.sa-app__footer-fixed{
    position: fixed;
    background: white;
    bottom: 0;
    right: 0;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

#toTop {
    /*padding: 5px 3px;*/
/*    background: #000;
    color: #fff;*/
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
    z-index:9999;
}

.showcase.section {
    width: 100%;
    padding: 10px;
    padding-top: 15%;
    position: fixed;
    z-index: 100;
    display: block;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    background: none;
    text-align: center;
    z-index:9999;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #3d464d;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border-left: 4px solid #ffd333;
        border-bottom: 4px solid transparent;
        animation: rotation 0.5s linear infinite reverse;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.card {
    box-shadow: 0 1px 3px #00000047;
    font-size: .9375rem;
}

.StoreDiscount .form-label {
font-size:10px;
}



