@import "../jquery.noty.css?v=2";

.hidden {display:none;}
.btn-vj-style {
    display: block;
    min-width: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    background: linear-gradient(26.73deg, #F9A51A 13.7%, #FBB612 29.8%, #FFDD00 66.81%);
    border-color: #fbdd02;
    color: #000;
    border-radius: 10px;
    font-family: 'JambonoVN';
}

    .btn-vj-style:hover {
        border-color: #000;
        color: #fff;
    }


.category-banner {
    position: relative;
}

    .category-banner h2 {
        font-size: 2.8vw;
        color: #fff;
        margin: 0;
        position: absolute;
        top: calc(50%);
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    }


.price-product  {
    font-size: 32px;
    font-weight: bold;
}

.short-description .disabled img {
    opacity: 0.3;
}

.msg {
    border: solid 1px #ddd;
    background-color: #f6f7f8;
    padding: 15px;
    text-align: center;
}

.alert {
    border-radius: 0;
    border: 0;
    padding: 20px 20px 25px 20px;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    font-size: 1.0em;
}

.alert-success {
    color: #333;
    background-color: #cdf0cf;
}

    .alert-success .fa {
        background-color: #05b410;
        color: #cdf0cf !important;
    }

.alert-info {
    color: #14467b;
    background-color: #e5e9f0;
}

    .alert-info .fa {
        background-color: #14467b;
    }

.alert-warning {
    color: #333;
    background-color: #fff5e5;
}

    .alert-warning .fa {
        background-color: #005AAA;
    }

.alert-danger {
    color: #333;
    background-color: #fff1f0;
}

    .alert-danger .fa {
        background-color: #ff0000;
    }

.alert-box {
    color: #303030;
    background-color: #EEE;
}

    .alert-box p {
        padding-left: 0 !important;
    }

.alert .fa {
    font-size: 1.2em;
    border-radius: 50%;
    width: 30px;
    padding: 6px 6px 5px 7px;
    float: left;
    color: #FFF;
    text-align: center;
}

.alert p {
    padding-left: 45px;
    padding-top: 6px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

    .alert p a {
        text-decoration: underline;
    }

.cartItemQuantityElement {text-align:right}

.delivery-mode .method .pre-order:hover svg path{fill:#fff;}

.buttonStylePrimary {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery-mode-form label {
    position: relative;
}

.validator {
    position: absolute !important;
    top: 34px;
    right: 5px;
    text-align: center;
    background: url(../../img/validatorBg.png) repeat-x;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    height: auto !important;
    color: White !important;
    z-index: 2;
}


.validator::after {
    display: none !important;
}

.delivery-mode-form label > span:after {
    display: none !important;
}


.delivery-mode-form .select-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}

    .delivery-mode-form .select-wrapper:after {
        font-family: "Font Awesome 5 Free", FontAwesome;
        font-weight: 900;
        font-size: 12px;
        content: "\f078";
        color: #393939;
        position: absolute;
        top: 26px;
        right: 10px;
        pointer-events: none;
    }

    .delivery-mode-form .select-wrapper select {
        padding-right: 28px;
        max-width: 100%;
    }

.delivery-mode-form .checkbox input {
    width: 20px;
    height: 20px;
    border: 1px solid #d91a21;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

    .delivery-mode-form .checkbox input:checked {
        background-color: #d91a21;
    }

        .delivery-mode-form .checkbox input:checked:before {
            font-family: "Font Awesome 5 Free", FontAwesome;
            font-weight: 900;
            content: "\f00c";
            font-size: 15px;
            color: #FFF;
            position: absolute;
            top: -2px;
            left: 2px;
        }

.delivery-mode-form .checkbox label {
    display: inline;
    padding-left: 10px;
    top: -5px;
}

.delivery-mode-form .chosen-single, .delivery-mode-form .form-control[readonly] {
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;
}

.terms p, .terms label {
    font-size: 14px;
    font-weight: 400 !important;
}

.complete-receipt .invoice h2, .complete-receipt .invoice h3 {
    font-size: 20px;
    color: #fff;
    font-weight:bold;
    text-align:center;

}
.complete-receipt .invoice .divider {
    background-color: #d91a21;    
    padding: 12px 15px;
    margin: 10px 0;
}

@media (max-width: 480px) {
    .cartItemQuantityElement
    {
        margin:15px 0;
    }
    .cartItemQuantityElement .cartItemQuantitySelectWrapper, .cartItemQuantityElement .cartItemQuantitySelectWrapper select {
        width: 100%;
    }

        .cartItemQuantityElement .cartItemQuantitySelectWrapper select {
            text-align:center;
        }

}