<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pay-info{
    font-size: 24px;
    text-align: center;
    padding: 100px 30px;float:left;width:100%;
    position:relative;
    z-index:3;box-sizing: border-box;
}

.pay-info.error-page{}
.pay-info.success-page{color:#87a800;font-size: 28px;}
.pay-info span{text-align:left!important;font-size:16px;float:left;width:100%;}


.product .product-actions{display: flex;justify-content: space-between}
.product .product-actions&gt;div{width: 48%;}

 .buy-one-click:hover{
    background: #d94524!important;
    border-color: #d94524 !important;
    color:#fff;
}


 .buy-one-click {
    display: block;
    height: 36px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    border: solid 1px #bfc5c7;

    font-weight: 300;
    font-stretch: condensed;

    text-decoration: none;
    color: #999999;
    text-align: center;
    cursor: pointer;
    width: 100%;

    font-size: 14px;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}

.product-prices  .buy-one-click{display: inline-block!important;
text-decoration: none;
    background-color: #d94524;
    color:#fff;
    width: auto;
    border: solid 1px #d94524;
    padding: 0px 35px;
    line-height: 32px;
    border-radius: 25px;

}


body .product .product-actions a:hover{display: flex!important;justify-content: center;
    justify-items: center;}
.product .product-actions&gt;div a{display: flex!important;height: 100%!important;align-items: center;align-content: center;line-height: 1.2!important;justify-content: center;justify-items: center;padding: 5px 8px;}



























.popup-window-titlebar-text, .popup-window-titlebar-text-version{
    font-family: 'Ubuntu', sans-serif!important;
    font-size: 24px;
    color:#272727;
}
.popup-window{
    background: #fff;
}

#callwindow .popup-window-titlebar{max-width: 400px;width: 100%;}

.popup-window-close-icon::after{width: 100%;height: 100%;}

.popup-window-content-white .popup-window-content{
    background: transparent;
    color:#272727;

    max-width: 400px;
    text-align: center;    font-family: 'Ubuntu', sans-serif!important;
    padding-bottom: 0px;

}
.popup-window-content-white h4{
    margin-bottom: 0px;
}
.product-item-detail-tabs-container-fixed.active{display: none!important;}
#temp-window .popup-window-close-icon::after{opacity: 1;}
.popup-window-button{
    background: #87a800;
    color:#fff;

    border:0px;border-radius: 10px;
    font-size: 16px;
    padding: 15px 70px;
    line-height: 1;
    height: auto;
    border:0px!important;
    box-shadow: none;

}
#popup-window-content-callwindow  input[type='text']:nth-child(2){	margin-left:20px;}
.popup-form input[type='text']{
    width: 100%;background: #e9e9e9;border-radius: 5px;height: 44px;line-height: 44px;border: 0px;padding: 0px 15px;
    margin-bottom: 10px;
}
/*.popup-form input[type='text']:focus,.popup-form textarea:focus{	color:#fff;	background:#3a3a3a;}*/
.popup-form textarea{
    background: #e9e9e9;
    border:0px;
    line-height: 1;
    padding: 18px 25px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif!important;
    border-radius: 15px;margin: 10px 0px;width:100%;resize:none;
    color:#bbb8b8;
}
.popup-form input[type='text']:focus::-webkit-input-placeholder ,.popup-form textarea:focus::-webkit-input-placeholder {    opacity: 1;    color:#fff;}
.popup-window-button:hover {
    background: #d94524;
    color:#fff;
}

.popup-window-content-white h4{font-size: 20px;line-height: 1.3;}


.popup-window.popup-window-with-titlebar{padding: 35px;border-radius: 15px;}
.button-call-order,.contacts-page-right form input[type='submit']{
    display: inline-block;
    font-size: 15px;
    color:#fff;
    font-weight: bold;
    line-height: 1;
    padding: 17px 23px;
    background: #3a3a3a;

    border-radius: 45px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none!important;
    box-shadow: 0px 7px 7px rgba(0,0,0,0.2);
}
.button-call-order:hover,.contacts-page-right form input[type='submit']:hover,.button-call-order:focus,.contacts-page-right form input[type='submit']:focus{
    color:#fff;
    background: #3a3a3a;

}</pre></body></html>