@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
body,
html {
    overflow-x: hidden;
    overflow: initial !important;
    background: #f7f9ff;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
body {
    font-family: poppins;
    font-size: 13px;
}
body.modal-open {
    overflow: hidden !important;
}
.card {
    border-radius: 20px !important;
    box-shadow: 0 5px 5px 0 rgb(82 63 105 / 3%) !important;
    border: 1px solid #e6e7ee !important;
}
.card-title {
    font-size: 1.1rem !important;
    font-weight: 700;
}
.bg-grad {
    background-color: indigo;
    color: #fff;
}
.footer {
    color: #999;
    z-index: 99;
}
.footer a {
    text-decoration: none;
    color: #999;
    display: block;
}
.footer-top {
    -webkit-box-shadow: -1px -3px 5px -1px rgba(135, 135, 135, 0.2);
    -moz-box-shadow: -1px -3px 5px -1px rgba(135, 135, 135, 0.2);
    box-shadow: -1px -3px 5px -1px rgba(135, 135, 135, 0.2);
}
.mobile-menu {
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: indigo;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px,
        rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px,
        rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
a.material-icons {
    text-decoration: none;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
}
a.material-icons:active,
a.material-icons:hover {
    background-color: #35015a;
}
.navbar {
    z-index: 999 !important;
}
.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none;
}
.form-control:active,
.form-control:focus {
    outline: 0 !important;
    box-shadow: none;
}
.btn-check:checked + .btn-outline-primary {
    outline: 0 !important;
    box-shadow: none;
}
.close {
    float: right;
    padding: 2px 10px;
    border-radius: 50px;
    outline: 0;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px;
    z-index: 9;
}
.close:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.phone {
    max-width: 300px;
}
.login-body {
    margin-top: -50px;
}
.btn-outline-primary {
    color: indigo;
    border-color: indigo;
}
.btn-check:checked + .btn-outline-primary {
    background-color: indigo;
    border-color: indigo;
}
.btn-check:hover + .btn-outline-primary {
    background-color: rgba(76, 0, 130, 0.8);
    border-color: rgba(76, 0, 130, 0.479);
}
.btn-check:focus {
    outline: 0;
}
.btn-primary {
    background-color: indigo;
    border-color: indigo;
}
.btn-primary:hover {
    background-color: #340258;
    border-color: indigo;
}
.btn-primary:disabled {
    background-color: indigo;
    border-color: indigo;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #340258;
    border-color: indigo;
}
.form-title h4 {
    color: indigo;
    font-weight: 200;
    font-size: 20 px;
}
.badg {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 25px;
    font-size: 10px;
    color: #fff;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 700;
}
#cart-mb {
    color: #fff;
    position: absolute;
    border-radius: 50%;
    padding: 0 8px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 0;
}
#cart-mb:active {
    background-color: #35015a;
}
.nav-icn {
    color: #fff;
}
.nav-icn .material-icons {
    text-decoration: none;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
}
.nav-icn .badg {
    top: -15px;
}
.nav-icn:active,
.nav-icn:hover {
    background-color: transparent !important;
    color: #fff;
}
.btn-group .lang-btn {
    border-color: #fff !important;
    color: #fff;
    font-weight: 700;
}
.lang-check:checked + .lang-btn {
    background-color: #fff !important;
    color: indigo;
}
.lang-check:hover + .lang-btn {
    background-color: #fff !important;
    color: indigo !important;
}
.btn-check:focus {
    outline: 0;
}
.bg-primary {
    background-color: indigo !important;
}

.price-kr{
    display: block;
    
}

.name{
    font-weight: normal;
    
}

.quantity{
    margin-left: 0;
}

.pad{
    padding-left: 0;
    padding-right: 0;
}

.en-1{
    padding-left: 10px;
    padding-right: 10px;
}

.card-pop-inner{
   display: block;
}


/* -------------------------------------------------------responsive--------------------------------------- */

@media (max-width:481px) {
    .card-pop{
        padding: 0;
    }

    .card-pop-inner{
        margin: 1px;
    }

    .en-1{
        padding-left: 0;
        padding-right: 0;
    }

    .name{
        font-size: 12px;
        font-weight: bold;
    }

    .quantity{
        margin-right: -8%;
    }

    .price-kr{
        padding-bottom: 12px;
    }

    .pad{
        padding-left: 0;
        padding-right: 0;
    }

}