* {
    margin: 0;
    padding: 0;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 95;
}

.burger {
    position: fixed;
    /*margin-left: 15.9rem;*/
    margin-top: 0.7rem;
    z-index: 101;
}

.dropdown-content {
    display: none;
    border: 2px solid #0033b3;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 11px;
    background-color: white;
    width: 80%;
    height: 8rem;
    overflow: auto;
}

.dropdown-content a {
    display: block;
    color: black;
    text-decoration: none;
}

.burger a {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    background-color: #0033b3;
    width: 30px;
    padding: 8px;
}

nav {
    z-index: 100;
}

.nav-button {
    padding: 10px;
    margin-left: -5px;
    width: 234px;
    text-align: center;
}

.nav-button a {
    color: black;
    text-decoration: none;
    width: 100%;
}

.bar-block {
    width: 100%;
    background-color: #0033b3;
}

.WHead {
    color: white;
    text-align: center;
    vertical-align: middle;
}

#logo {
    display: inline-block;
    width: 250px;
}

#logo img {
    width: 100%;
}

.active {
    background-color: #0033b3;
}

.active a {
    color: white;
}

#prod-img {
    width: 25rem;
    border: 2px solid #0033b3;
    vertical-align: middle;
    height: 20rem;
    border-radius: 20px;
}

.prod-img-small {
    width: 5rem;
    border: 1px solid black;
    height: 4rem;
}

.rec-box p {
    padding: 10px;
}

.prod-img-rec {
    width: 100%;
    border-radius: 6px;
    vertical-align: middle;
    height: 11rem;
}

.prod-img-grid {
    width: 12rem;
}

.prod-links-rec {
    text-align: center;
    padding: 0;
}

.price-rec {
    color: red;
}

.rec-box {
    border-radius: 10px;
    border: 1.5px solid #005fef;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.noStyle {
    color: black;
    text-decoration: none;
}

.p-prc {
    text-align: left;
    font-size: 1.3rem;
    margin: 1rem;
}

.p-anc {
    color: dodgerblue;
    text-decoration: underline;
}

.noStyle:hover .p-anc {
    color: blue;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
}

.noStyle:not(hover) .p-anc {
    color: dodgerblue;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.desc-box {
    width: 100%;
}

.desc-ul {
    margin-left: 2.5rem;
}

#inbody {
    margin: 0 auto;
    width: 90%;
    padding: 2rem;
}

.grid-box {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 20rem;
}

.grid-box[class~=rec-box] {
    width: 190px;
}

.order-box {
    border: 2px solid #005fef;
    border-radius: 10px;
    padding: 20px;
}

#prod-info {
    float: left;
    width: 50%;
}

#frm {
    float: right;
}

#price {
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    color: rgb(20, 20, 20);
}

#backPrice {
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    color: rgb(20, 20, 20);
}

#backMark {
    color: grey;
}

#priceoff {
    color: red;
}

#prices {
    color: forestgreen;
}

.start-price {
    position: absolute;
    bottom: 8px;
}

.pr {
    position: relative;
    color: forestgreen;
}

.hor-line {
    padding-bottom: 2px;
    width: 100%;
    background-color: #005fef;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

select {
    margin: 0 auto;
    width: 180px;
    padding: 5px 35px 5px 5px;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Caret_down_font_awesome.svg/512px-Caret_down_font_awesome.svg.png) 96% / 15% no-repeat #fafafa;
    border-radius: 10px;
}

select[name="quantity"] {
    width: auto;
    background: #fafafa;
    padding: 5px;
}

input[type="submit"] {
    margin: 0 auto;
    width: auto;
    padding: 7px;
    font-size: 18px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaa32+0,ffaa32+56,ffaa32+56,ffef19+100 */
    background: #ffaa32; /* Old browsers */
    background: -moz-linear-gradient(top, #ffaa32 0%, #ffaa32 56%, #ffaa32 56%, #ffef19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffaa32 0%,#ffaa32 56%,#ffaa32 56%,#ffef19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffaa32 0%,#ffaa32 56%,#ffaa32 56%,#ffef19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa32', endColorstr='#ffef19',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}

#RCart {
    margin: 0 auto;
    width: auto;
    padding: 7px;
    font-size: 18px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0988ef+1,0ab3d1+50,99e5e4+100 */
    background: #0988ef; /* Old browsers */
    background: -moz-linear-gradient(top, #0988ef 1%, #0ab3d1 50%, #99e5e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0988ef 1%,#0ab3d1 50%,#99e5e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0988ef 1%,#0ab3d1 50%,#99e5e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0988ef', endColorstr='#99e5e4',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}