﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #7D8284 !important;
    -webkit-text-fill-color: #7D8284 !important;
}
html, body {
    line-height: 1;
    color: #FFFFFF;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-right: 0px !important;
    margin-right: 0px !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
.container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    overflow: hidden;
    /*z-index: 10;*/
    /*margin-left: -15px;
    margin-right: -15px;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#lblCartQuantity {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    border-radius: 5px;
}

input[type=text] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #7D8284;
}

textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #7D8284;
}

.bookmark__holder {
    scroll-margin-top: 95px;
}

.textbox {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #7D8284;
    width: 320px;
    padding: 8px;
    /*margin: 10px 0;*/
    border: 1px solid #112d44;
    /*border-radius: 8px;*/ /* Adds rounded corners */
    /*background-color: #f8f8f8;
    color: #5a4445;
    font-size: 10pt;*/
}
.textboxS {
    width: 200px;
}
.textboxL {
    width: 600px;
}
.button {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #FFF;
    width: 150px;
    padding: 8px;
    /*margin: 10px 0;*/
    border: 1px solid #112d44;
    border-radius: 2px;
    background-color: #112d44
}
    .button:hover {
        color: #112d44;
        background-color: #FFF
    }