body {
    /*    background: url() repeat;*/
    font-family: Georgia, serif;
    padding: 0;
    margin: 0;
}

.head {
    text-align: left;
    padding-bottom: 10px;
}

.head h1 {
    font-family: Georgia, serif;
    font-size: 40px;
    color: #022E61;
    font-weight: normal;
    margin-top: -30px;
}

.head p {
    font-size: 26px;
    color: #686864;
    margin: 10px 0 0;
}

main {
    box-shadow: 0 0 5px #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #FFF;
}

.side {
    width: 100%;
    background: #EBE9DF;
    background-image: linear-gradient(bottom, #EBE9DF 38%, #FFFFFF 68%);
    background-image: -o-linear-gradient(bottom, #EBE9DF 38%, #FFFFFF 68%);
    background-image: -moz-linear-gradient(bottom, #EBE9DF 38%, #FFFFFF 68%);
    background-image: -webkit-linear-gradient(bottom, #EBE9DF 38%, #FFFFFF 68%);
    background-image: -ms-linear-gradient(bottom, #EBE9DF 38%, #FFFFFF 68%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.38, #EBE9DF), color-stop(0.68, #FFFFFF));
    border-radius: 5px;
    border: 1px #DBD9CA solid;
    padding: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.side h1 {
    font-size: 26px;
    color: #595346;
    font-weight: normal;
}

.side li {
    display: block;
    margin: 10px auto;
    text-align: left;
    border-bottom: 1px #D2D0C7 solid;
    padding: 7px 0 0 7px;

}

.side li a {
    display: block;
    color: #C84E05;
    text-decoration: none;
}

.centertext {
    text-align: center;
    padding: 10px 0;
}

.clear {
    clear: both;
}

h3 {
    font-size: 32px;
    margin-bottom: 10px;
    background: #FFD966;
    display: inline;
    text-align: center;
    color: #CC0000;
}

.little {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.blue-button {
    display: block;
    margin: 20px auto;
    background: #8ad3e4;
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background: -moz-linear-gradient(top, #8ad3e4 0%, #08a2b8 100%);
    background: -webkit-linear-gradient(top, #8ad3e4 0%, #08a2b8 100%);
    background: linear-gradient(to bottom, #8ad3e4 0%, #08a2b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad3e4', endColorstr='#08a2b8', GradientType=0);
    box-shadow: inset 0 0 0 1px rgba(0, 53, 61, 0.3), 0 5px 24px rgba(0, 53, 61, 0.6);
    border-radius: 40px;
    width: 100%;
    max-width: 531px;
    box-sizing: border-box;
}

.prod {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 185px;
}

.blue-button:hover {
    transform: scale(1.1);
    transition: transform 320ms;
}

p span {
    font-weight: bold;
    background: #F1C232;
}

.text p {
    padding: 5px 0;
    font-size: 18px;
}

.text .bigg {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
    height: 100%;
}

.msg {
    position: absolute;
    width: 600px;
    height: 220px;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background: rgb(119, 134, 145) none repeat scroll 0% 0%;
    border: 1px solid rgb(238, 238, 238);
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.msg>h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.8;
}

.submit {
    display: block;
    margin-top: 10px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 3px;
    padding: 15px;

}

.submit:hover {
    background-color: #d82b2b ! important;
    color: white !important;
    cursor: pointer;
}

.footer .limit {
    background: #637789;
    color: #FFF;
    padding: 20px 0;
    box-shadow: 0 0 5px #000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

.sidebar img {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 230px;
}

.text p {
    text-align: justify;
}

.littleimg {
    max-width: 400px !important;
}

@media screen and (max-width: 1250px) {
    .text .bigg {
        display: block;
        width: 100%;
    }

    .imageInText.left {
        margin: 10px auto;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 750px) {


    header {
        padding: 40px 0 0;
    }

    .head h1 {
        text-align: center;
        font-size: 30px;
    }

    .blue-button {
        font-size: 20px;
    }

    .msg {
        width: 100%;
        max-width: 320px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-left: auto;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    main .content .text h2 {
        font-size: 22px;
    }

    .text p {
        text-align: justify;
    }

    h3 {
        font-size: 22px;
    }
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .ac_gdpr_fix {
        height: 10% !important;
        font-size: x-small !important;
    }

    .close_gdpr_warn {
        font-size: small !important;
        cursor: pointer;
    }

}

@media only screen and (max-width: 720px) {
    .ac_gdpr_fix {
        height: 15% !important;
        font-size: small !important;
    }

    .close_gdpr_warn {
        font-size: small !important;
        cursor: pointer;
    }

}


.ac_gdpr_fix {
    position: fixed;
    width: 100%;
    font-size: large;
    bottom: 0;
    background-color: white;
    z-index: 10000;
    text-align: center;
}

.close_gdpr_warn {
    font-size: large;
    cursor: pointer;
}

@media screen and (max-width: 800px) {

    #commV1,
    .commentsList {
        padding: 0;
    }

}
@font-face {
    font-family: Roboto;
    src: local("Roboto Regular"), url() format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Medium"), url() format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Bold"), url() format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.order-form {
    font-family: Roboto, sans-serif !important;
    overflow: hidden;
    padding: 0 5px
}

.order-form .order-form-label:after,
.order-form .order-form-label:before {
    content: none
}

.order-form .order-form-product-image {
    max-width: 50% !important;
    height: auto !important
}

.order-form .order-form-wrapper {
    max-width: 450px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    padding: 25px;
    position: relative;
    margin: 25px auto;
    background: #fff;
    border-radius: 2.5px
}

.order-form form {
    background: 0 0;
    padding: 0;
    margin: 0
}

.order-form .order-form-input-field:focus::placeholder {
    color: #fff
}

.order-form .order-form-input-field::placeholder {
    transition: .25s;
    color: #bdbdbd
}

.order-form .order-form-input-field:focus {
    border: 2px solid #bdbdbd
}

.order-form .order-form-input-field {
    transition: .25s;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 10px;
    outline: 0;
    font-size: 16px;
    border: 2px solid #eee;
    border-radius: 2.5px;
    color: #212121;
    box-sizing: border-box
}

.order-form .order-form-submit-button:active {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.order-form .order-form-submit-button {
    height: auto;
    margin: 0;
    border-radius: 2.5px;
    display: inline-block;
    background: #d32f2f;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    border: 0;
    width: 100%;
    outline: 0;
    font-weight: 700;
    box-shadow: none;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box
}

.order-form .order-form-product-image-wrapper {
    text-align: center;
    line-height: 0
}

.order-form .order-form-submit-button:hover {
    background: #b71c1c;
    color: #fff
}

.order-form .order-form-text {
    color: #212121;
    text-align: center;
    margin: 15px 0 25px 0;
    font-size: 16px;
    line-height: 25px;
    text-indent: 0
}

.order-form .order-form-footnote {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0 0 0;
    padding: 0;
    text-indent: 0;
    text-align: left
}

.order-form .order-form-label {
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    line-height: 14px;
    margin: 0 0 5px 0
}

.order-form .order-form-input-field-wrapper {
    margin: 0 0 15px 0
}

.order-form .order-form-product-price-wrapper {
    opacity: .9;
    display: table;
    width: 150px;
    height: 150px;
    text-align: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.order-form .order-form-product-price {
    color: red;
    font-weight: 700;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    line-height: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0
}

.order-form-product-image-section {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.order-form .order-form-product-image-link {
    border: none;
    line-height: 0;
    display: block;
    box-shadow: none
}

.order-form .order-form-product-image-link:hover {
    border: none
}

.order-form .order-form-link {
    text-decoration: underline;
    box-shadow: none;
    color: #b71c1c;
    border: none
}

.order-form .order-form-link:hover {
    border: none;
    color: #b71c1c;
    text-decoration: none
}