#comjshop .mc-cart, #comjshop .mc-list {
    margin-top: 10px;
    background-color: #e77 !important;
    border: 1px solid !important;
    cursor: pointer;
}
#mc-wrap button, #mc-wrap input, #mc-wrap p {
    font-weight: 400;
}
.mc-callback p {
    margin: -5px 0 10px;
    text-align: center;
}
.mc-send {
    text-align: center;
	font-size: 14px;
}
.mc-send p {
    margin-top: 10px;
}
.mc-send button {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    transition: all .4s ease;
    height: auto !important;
    text-decoration: none;
    background: #42cdff;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 15px 3px;
    font-size: 18px;
}
.mc-send button:hover {
	background: #e77;
}
.mc-overlay {
    z-index: 9999;
    background: rgba(100,100,100,0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mc-modal {
    text-align: center;
    max-width: 1px;
	margin: auto;
}
.mc-m-inner {
    position: absolute;
    background: #fff;
    z-index: 10000;
    padding: 40px 20px 20px;
    border: 2px solid #1375be;
    border-radius: 4px;
    transform: translateX(-50%);
    max-width: 320px;
    min-width: 280px;
    color: #000;
}
#mc-close::before {
    content: "\2716";
}
#mc-close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    display: block;
    font-size: 24px;
    color: #aaa;
}
#mc-close:hover {
    font-weight: bold;
    color: #e00;
}
#mc-send input, #mc-send textarea {
    outline: none;
    font-size: 20px;
    padding: 3px 10px;
    margin: 0 auto 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f8f8f8;
}
#mc-send input:focus, #mc-send textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.12) inset;
}
#mc-send textarea {
    resize: none;
}
#mc-mess, .mc-overlay, .mc-modal, input[name="email"] {
    display: none;
}
.mc-callback {
    margin: auto -15px auto auto;
}
#mc-result .mc-error {
    background: #e00 !important;
}
#mc-result .mc-error::placeholder {
    color: #fff;
}
.sending {
    visibility: hidden;
}
.mycheck {
    background-color: #627fb1 !important;
    margin-right: 10px !important;
    border-radius: 2px !important;
}
#mc-result .mc-error > .mycheck + span {
    color: #fff;
}
.rules {
    text-align: left;
    font-size: 12px;
}
.footer .rules a:hover {
    color: #09b;
}
#mc-mess {
    position: relative;
    top: -10px;
}
#mc-send p {
    font-size: 16px;
    margin: 0 0 15px;
}
#mc-mess img {
    margin: 0 auto 15px;
}
#mc-mess p {
    font-size: 18px;
    line-height: 1.4;
}