﻿/* Messages */
@import url("jquery.jgrowl.min.css");
div.jGrowl > .ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}
.ms2-message-success { background-color: green !important; }
.ms2-message-error { background-color: brown !important; }
.ms2-message-info { background-color: black !important; }

/* Cart */
#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove { width: 15%; }
.js #msCart [type="submit"][value="cart/change"] { display: none; }

#msMiniCart, .msMiniCart { font-size: .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 {
    color: brown;
    font-style: italic;
    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 { display: none; color: brown; }
#msOrder .required .required-star { display: inline; }
#msOrder .error { border: 1px solid brown !important; }

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

span.copy {
    cursor: pointer;
}
span.copy:hover{
    color: #b0b0b0;
}

div#myTrialModal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 30px 0;
}
.trial_modal__window{
    background: #1b2541;
    color: #fff;
    border: 3px solid #dc3545ed;
    padding: 20px;
    max-width: 385px;
}
.title_modal {
    padding: 0px 20px 20px 20px;
    font-size: 20px;
}
.block_input {
    display: flex;
    padding: 0px 20px 20px 20px;
    justify-content: space-between;
    align-items: flex-end;
}
.block_input input[type="text"] {
    border-radius: 10px;
    margin-left: 15px;
    padding-left: 10px;
}

.trial_modal.hidden{
    display: none!important;
}

.btn_trial_send {
    background: #dc3545;
    color: #fff;
    margin: auto auto;

    border: 0;
    font-size: 12px;
    width: 75px;
    align-items: center;
    justify-content: center;
    height: 30px;
    display: flex;
    border-radius: 14px;
}

.btn_trial_close{
    background: #dc3545;
    color: #fff;
    margin: auto auto;

    border: 0;
    font-size: 18px;
    width: 75px;
    align-items: center;
    justify-content: center;
    height: 30px;
    display: flex;
    border-radius: 14px;
}

.trial_modal__window p{
    margin-left: 20px;
}

div.hid_answer {
    margin-left: 20px;
    position: relative;
    top: -20px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}