@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;

}
body {
    margin: 0;

    color:#373536;
}
:root
{
    --white: #ffffff;
    --black: #000000;
    --red: #dd3244;
    --borderGray: #e7e8e9;
    --yellow: #fecc08;
    --breadCrumb:#f7f7f7;
    --blue:#5c9ad7;
    --textGray:#373536;
    --green:#00920d;
}

header
{
    background-color: var(--red);
    padding-top:1vh;
    padding-bottom:2vh;
}
header img
{
    width:25%;
}
.productTitle
{
    font-size:22px;
    font-weight: 600;
    padding-top:2.5vh;
    padding-bottom:3vh;
}
.productMainImage img
{
    max-height:30vh;
    width:auto%;
}

.productPrice
{
    font-size:32px;
}
.productCode
{
    font-weight: 600;
}
.productCode span
{
    color:var(--green);
}
.productDescription h1
{
    font-size:18px;
    font-weight: bold;
    margin-top:22px;
}
.qrForm
{
    padding-top:10vh;
}
.qrForm input
{
    margin-bottom: 4vh;
}
.qrForm input[type="submit"]
{
    background-color:var(--red) !important;
    border:1px solid var(--red) !important;
}

