#awaiting_message {
    position: fixed;
    right: 5px;
    top: 41px;
    text-align: center;
    z-index: 10000;
    padding: 5px;
    background: white;
    border-radius: 3px;
    box-shadow: 1px 0 5px grey;
}
.warnup {padding-right: 5px;}
.envel {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    font-size: 21px;
    color: #d7c5bb;
}
.envel-static {
    font-size: 18px;
    color: #d7c5bb;
}
.for_bots {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
@-webkit-keyframes spin /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hidden, .blind {
    display: none;
}
.blind {
    opacity: 0;
}
.detail_msg {
    background: #d7c5bb;
    color: white;
    border-radius: 3px;
    padding: 2px 0;
    margin-top: 2px;
}
.detail_msg a {color:white;}
#new-message {
    padding: 10px 0 20px 20px;
    margin: 20px 0 10px 0;
    border-left: 5px solid #e4d8d1;
}
#message-info {
    text-align: right;
    font-size: 12px;
    font-style: italic;
}
/* Bad paypal advertising */
#ps_checkout-payment-method-logo-block-container {
    display:none;
    visibility:hidden;
    height:0;
}
#ps_checkout-displayPayment .ps_checkout-payment-option div.payment_module a {
    font-weight: 300;
}
/* CMS products widgets */
#bxslider2 .product-box {
    margin: 0 auto;
    text-align: center;
}
.page-product-box .product-box .product-image {
    border: 1px solid transparent;
}
.page-product-box .block_description {
    height: 35px;
    overflow: hidden;
}
/* Pasword renew */
#key_check .input_code {
    display:flex;
    justify-content: center;
}
#password .box .form-group.row-padding-top {
    margin: 20px;
}
#key_check .input_code .col-2 {
    margin:0 5px;
}
#key_check .btn.btn-primary:focus-visible {
    outline: none;
    background-color: #008abd;
}
#key_check input[type="text"].control_code {
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    border: 1px solid #cfcfcf;
    width:100%;
    outline: none;
    border-radius: 10px;
    caret-color: transparent;
}
#key_check input[type="text"].control_code:focus {
    color: white;
    background-color: #0777e1;
}
#timer {
    text-align: center;
    font-size: 5vmin;
}
#password .box .form-group,
.password.form-group,
.required.form-group {position:relative}
#password .box .form-group .fa.iconpwd {
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 29px;
    left: 268px;
}
.required.form-group .fa.iconpwd,
.password.form-group .fa.iconpwd {
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 26px;
    left: 276px;
}