/*
* Плагин "купить в один клик"
*/
button.clickBuyButton {
    margin-top: 15px;
}
/*Форма купить в один клик*/
#formOrderOneClick > div.popup {
    font-family: Karla, Arial, Helvetica, sans-serif;
    border-radius: 0;
}
#formOrderOneClick h2 {
    text-align: center;
}
#formOrderOneClick>.popup .close_order.button {
    font-size: 26px;
    color: #a18673;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    top: -4px;
    right: 0;
    z-index: 99;
}
#buyoneclick_form_order div.table-wrap table th {
    background-color: #a18673;
}
#formOrderOneClick button.buyButtonOkForm {
    color: white;
    border-radius: 0;
    background-color: #000;
    border: none;
}
#formOrderOneClick button.buyButtonOkForm:hover {
    background-color: #333;
}
/*Форма благодарности*/
#formOrderOneClick div.popummessage {
    border: none;
    border-radius: 0;
    padding: 30px 15px 15px;
}
#formOrderOneClick div.popummessage h2 {
    color: #a18673;
    text-align: center;
    font-weight: 600;
}
#formOrderOneClick div.popummessage .close_message {
    font-size: 22px;
    color: #a18673;
    top: 2px;
    right: 12px;
    border: none;
    background: none;
    box-shadow: none;
}
#formOrderOneClick div.popummessage .close_message:hover {
    border: none;
    background: none;
    box-shadow: none;
}

/*Мессенджеры*/
.social-fixed {
    position: fixed;
    top: 20%;
    right: 0;
    padding: 8px;
    background-color: #f2e2d7;
    border: 1px solid #a18673;
    -webkit-box-shadow: -1px 1px 10px 1px #a18673;
    box-shadow: -1px 1px 10px 1px #a18673;
    border-right: none;
    border-radius: 10px 0 0 10px;
    z-index: 99;
}
.social-fixed ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.social-fixed ul li:last-child a {
    margin-bottom: 0;
}
.social-fixed ul li a img {
    transition: all 0.2s linear;
}
.social-fixed ul li a:hover img {
    transform: scale(1.1);
}

/*Модальное окно*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 300px;
    margin: 20px auto;
}
.white-popup .title {
    font-size: 22px;
    color: #a18673;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.white-popup form {
    text-align: center;
}
.white-popup form input[type="submit"] {
    color: white;
    background-color: #000000;
    margin-top: 20px;
    border: none;
}
.white-popup form input[type="submit"]:hover {
    background-color: #3E3E3E;
}
.white-popup form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.white-popup form .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.2;
    display: none;
    margin: 0;
    padding: 10px;
}

/*Общие стили*/
.website-wrapper header.main-header .main-nav,
.website-wrapper header.main-header .right-column {
    padding-top: 35px;
}
@media only screen and (max-width : 768px) {
    .website-wrapper header.main-header .main-nav,
    .website-wrapper header.main-header .right-column {
        padding-top: 30px;
    }
    .wrapp-header .site-logo img {
        max-height: 95px;
    }
}
@media only screen and (max-width : 576px) {
    .wrapp-header .site-logo img {
        height: 95px;
        max-height: 95px;
        max-width: none !important;
    }
}
.page-title {
    margin-top: 0;
}

/*Иконки платежных систем*/
.pay-icon-wrap {
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.pay-icon-wrap .container {
    display: flex;
    justify-content: flex-end;
}
.pay-icon-wrap .container ul.pay-icon {
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pay-icon-wrap .container ul.pay-icon li {
    margin-bottom: 0;
    margin-left: 10px;
}