﻿#message-box-register {
    color: #ff0202;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#message-box-quantity {
    color: #ff0202;
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
body {
    -moz-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.widget_socials_footer li>a>i{
    line-height:45px;
}
.wpcf7-form{
    position:relative;
}

.subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: #cc6119 url(../images/icon-rss.png) no-repeat 50% 50%;
}