img.expired {
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    filter: url(grayscale.svg) important; /* Firefox 4+ */
    filter: gray !important; /* IE 6-9 */
}
.expired-span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    /*text-transform: uppercase;*/
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: 0.8rem;
    width: 1.55rem;
    height: 1.55rem;
}
.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 10px;
}
.thumbnailPW {
    max-height: 140px;
    min-height: 140px;
}
.thumbnail140{
    max-height: 140px;
    max-width: 110px;
}
.thumbnail105 {
    max-height: 105px;
    max-width: 110px;
}

.prv-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.prv-desc {
    font-size: 14px;
    color: black;
}
.prv-price {
    font-size: 20px;
    color: black;
    font-weight: bold;
    font-style: italic;
}
.prv-quant {
    font-size: 20px;
    color: black;
    font-weight: bold;
}




/*toasts*/
.toast-header {
    color: #7D2248;
    font-weight: bold;
    background-color: #F6DADF;
}
.toast-body {
    color: #7D2248;
}

/* custom validation*/
.is-invalid-length ~ .invalid-length, .is-invalid-mask ~ .invalid-mask, .is-invalid-empty~ .invalid-empty {
    display: block;
}

.invalid-length, .invalid-mask, .invalid-empty {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/* common.css */
.input-number[readonly] {
    background-color: transparent !important;
}

div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
}

.ns {
    font-family: 'Noto Serif', serif;
}

.container, .container-lg, .container-xl {
    max-width: 1280px;
}

.custom-text-color-1 {
    color: #FAC9BC;
}

.custom-text-color-2 {
    color: #7D2248;
}

.custom-text-color-3 {
    color: #D00070;
}

.custom-text-color-4 {
    color: #F5DADF;
}

.w-250-px {
    width: 304px !important;
}

.bg-dark {
    background-color: #000 !important;
}

.btn-custom {
    background: linear-gradient(90deg, #101820 0%, #1B2835 100%) !important;
    border-radius: 10px;
}

.btn-custom-2 {
    background-color: none;
}

.btn-custom-2:hover {
    color: #cc0659 !important;
}

.btn-custom-3 {
    color: #7D2248;
    border-width: 2px;
    border-style: solid;
    border-color: #F6DADF;
    border-radius: 10px;
    font-weight: bold;
}
.btn-custom-4 {
    color: #7D2248;
    border-width: 2px;
    border-style: solid;
    border-color: #f3cacf;
    border-radius: 10px;
    background-color: #ede0de;
    font-weight: bold;
}

.btn-custom-4:disabled {
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #cfcece;
    background-color: #bfbfbf;
    border-radius: 10px;
    font-weight: bold;
}

.item-text {
    font-size: 14px;
}

.logo-text {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.nav-cart {
    font-weight: bold;
}

    .nav-cart .txt-1 {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

.h-items {
    color: #7D2248;
}

    .h-items span {
        font-size: 66.66%;
        font-weight: normal;
    }

.nav-cart .txt-2 {
    font-size: 10px;
    line-height: 14px;
}

.bg-body {
    background-size: auto 100%;
    background-position: left bottom;
    background-color: #F4E9E7;
    background-image: url(../img/back.svg) !important;
}

.bg-gradient {
    background: linear-gradient(180deg, #F4E9E7 0%, #E4D5D3 100%);
}

.custom-control-label A, .custom-control-label A:visited {
    color: #E24585;
    font-weight: bold;
}

    .custom-control-label A:hover {
        color: #E24585;
        text-decoration: underline;
    }

.custom-control.custom-checkbox .custom-control-label::after {
    border: solid #E24585 3px;
    border-radius: 4px;
}

.custom-select.xxx {
    height: calc(1.5em + 2rem + 2px);
    padding: 1rem 1.75rem 1rem .75rem;
}

A.addr-link, A.addr-link:visited {
    color: #bbb !important;
    font-weight: bold;
}

    A.addr-link:hover {
        text-decoration: none;
        border-bottom: 2px solid #7D2248 !important;
    }

    A.addr-link.active, A.addr-link.active:visited {
        color: #7D2248 !important;
        border-bottom: 2px solid #7D2248 !important;
    }


.rounded.rounded-10 {
    border-radius: 10px !important;
}

.btn-number svg path {
    stroke: #000000;
}

.btn-number:disabled svg path {
    stroke: #d9d9d6;
}

.btn-hide {
    margin-top: -0.25rem;
}

.input-number {
    text-align: center;
}

.mk-item__controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mk-h0 {
    font-size: 36px !important;
    font-weight: bold !important;
}

.mk-h1 {
    font-size: 24px !important;
    font-weight: bold !important;
}

.mk-h2 {
    font-size: 18px !important;
    font-weight: bold !important;
}

.mk-14 {
    font-size: 14px !important;
    font-weight: bold !important;
}

.mk-a,
.mk-a:hover,
.mk-a:visited,
.mk-a:active {
    color: #7D2248;
    text-decoration: none;
}
.mk-product-item {
    min-height: 180px;
}

#cart-total {
    pointer-events: none;
}


/* media screens */

@media( min-width:110px ) {
    .fluid-input {
        width: 100% !important;
    }

    .text-phone, .message-phone {
        text-align: center;
    }
}

@media( min-width:360px ) {
}

@media( min-width:420px ) {
}

@media( min-width:500px ) {
}

@media (min-width:576px ) {
}

@media (min-width:640px ) {
}

@media( min-width:768px ) {
}

@media( min-width:992px) {
    .fluid-input {
        width: 100% !important;
    }

    .text-phone {
        text-align: right;
    }

    .message-phone {
        text-align: left;
    }
}

@media( min-width:1160px ) {
}


/*
 sm 576px md 768px lg 992px xl 1200px
 Large devices (desktops, 992px and up)
 @media (min-width: 992px) and (max-width: 1199.98px) { ... }
*/


@media (max-width: 991.98px) {

    .order-panel {
        border-radius: 20px;
    }

    #cart {
        position: fixed;
        top: 100vh;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: none;
        overflow: auto;
    }

    .mk-1814 {
        font-size: 14px;
    }

    #cart-total .container {
        width: 100%;
        max-width: 100%;
    }

    #cart-total {
        width: 100%;
        max-width: 100%;
        /*display: none;*/
    }

    #cart-bottom {
        display: flex;
    }

        #cart-bottom .bg-gradient {
            border-radius: 10px 10px 0 0 !important;
            background-image: url(../img/pink.svg) !important;
            background-size: auto 100% !important;
            background-repeat: repeat;
        }
}

@media (min-width: 992px) {
    body {
        overflow: auto;
    }

    .order-panel {
        border-radius: 30px;
    }

    #cart-bottom {
        display: none;
    }

    #cart {
        display: block;
        opacity: 100%;
        top: 0vh !important;
        min-height: 100vh;
    }

    .mk-w-lg-80 {
        width: 80% !important;
    }

    .mk-1814 {
        font-size: 18px;
    }

    .mk-col--left {
        /* width: 58% !important; */
    }

    .mk-col--right {
        /* width: 42% !important; */
    }
}


@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE 11 input fields bug */
    input.p-4 {
        line-height: 24px !important;
        height: 48px !important;
        padding: 12px 24px !important;
    }
}