/* Messages */
@import url("./lib/jquery.jgrowl.min.css");

div.jGrowl > .ui-state-highlight {
    color: inherit;
    background: inherit;
    border: inherit;
    border-radius: 3px;
    width: 450px;
    margin: 5px;
    padding: 27px 15px;
    min-height: 80px;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    div.jGrowl > .ui-state-highlight {
        width: 400px;
    }
}
.ms2-message-success {
    border:2px solid #04c69d !important;
    background-color: #22d3ae !important;
}

.ms2-message-error {
    border:2px solid #d10000 !important;
    background-color: #ff0000 !important;
}

.ms2-message-info {
    background-color: black !important;
}
.jGrowl-notification .jGrowl-close{
    width: initial !important;
    margin: 5px !important;
}
.jGrowl-closer{
    width: 450px !important;
    margin: 5px !important;
}
/* Cart */
#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove,
.ms-count,
.ms-weight,
.ms-price,
.ms-remove {
    width: 15%;
}

.js #msCart [type="submit"][value="cart/change"] {
    display: none;
}

/* #msMiniCart,
.msMiniCart {
    font-size: 0.8em;
} */

/* #msMiniCart h5,
.msMiniCart h5 {
    margin: 0;
} */

#msMiniCart .empty,
.msMiniCart .empty {
    display: block;
}

#msMiniCart .not_empty,
.msMiniCart .not_empty {
    display: none;
}

#msMiniCart.full .empty,
.msMiniCart.full .empty {
    display: none;
}

#msMiniCart.full .not_empty,
.msMiniCart.full .not_empty {
    display: block;
}

/* Product */
#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
    font-style: italic;
    color: var(--color-danger);
    text-decoration: line-through;
}

/* Order */
/* #msOrder {
    margin-top: 50px;
} */

#msOrder .radio {
    min-height: 30px;
    margin-bottom: 10px;
}

#msOrder .radio img {
    max-height: 30px;
    margin-top: -2px;
    padding: 0 10px;
}

#msOrder .required-star {
    color: var(--color-danger);
}

#msOrder .required .required-star {
    display: inline;
}

#msOrder .error {
    border: 1px solid var(--color-danger) !important;
}

/* Logs */
.msProductsLog,
.msGalleryLog,
.msCartLog,
.msOrderLog,
.msGetOrderLog {
    overflow: auto;
    width: 100%;
    word-wrap: normal;
    white-space: pre;
}

/* Input Number */
.ms-hidden {
    position: absolute !important;
    z-index: -10000 !important;
    visibility: hidden;
    opacity: 0;
}

.ms-input-number-wrap {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    font-size: 16px;
}

.ms-input-number-emulator {
    width: 3em;
    text-align: center;
    background-color: transparent;
    border: none;
}

.ms-input-number-emulator:focus,
.ms-input-number-emulator:active {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-input-number-btn {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.selectize-input {
    display: flex !important;
    max-width: 100%;
    width: 100% !important;
    padding: 14px;
    border: 1px solid #DEDFE7;
    border-radius: 8px;
    outline: none;
}
.selectize-input input {
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: initial;
    min-width: 50px;
}
.selectize-dropdown-content {
    padding: 5px 15px;
    border: 1px solid #DEDFE7;
    border-radius: 0 0 8px 8px;
    margin-bottom: 15px;
    z-index: 10;
    background: white;
}
.selectize-dropdown .option {
    padding: 5px 0;
    color: #000;
    cursor: pointer;
}
.selectize-input.dropdown-active {
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}