body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.content {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.site-header {
    width: 100%;
    background-color: #396ce9;
    margin-bottom: 20px;
}
.site-header img {
    width: 100%;
    height: 210px;
}
.site-header .content .row .col-sm-12 ul {
    list-style: none;
    text-align: center;
    margin: 5px 0px;
}
.site-header .content .row .col-sm-12 ul li {
    display: inline-block;
    font-size: 16px;
    width: 140px;
}
.site-header .content .row .col-sm-12 ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
}
.site-header .content .row .col-sm-12 ul li a:hover {
    background-color: #fff;
    color: #396ce9;
}
.site-header .content .row .col-sm-12 ul li img {
    width: 36px;
    height: 36px;
}
.top-cart .content .row form {
    text-align: right;
}
.top-cart .content .row span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
}
.top-section .content .row .col-sm-12 h1 {
    font-size: 24px;
}
.top-section .content .row .col-sm-12 p {
    font-size: 16px;
}
.top-section .content .row .col-sm-6 img,
.top-section .content .row .col-sm-12 img {
    width: 100%;
}
.top-section .content .row .col-sm-6 h1 {
    margin: 10px 0px 0px 0px;
    font-size: 32px;
    color: #000;
}
.top-section .content .row .col-sm-6 h2 {
    margin: 10px 0px 0px 0px;
    font-size: 26px;
    color: #000;
}
.top-section .content .row .col-sm-6 p {
    margin: 2px 0px 0px 0px;
    font-size: 16px;
    color: #000;
}
.top-section .content .row .col-sm-6 .row .col-sm-6 p {
    margin: 8px 0px 0px 0px;
}
.top-section .content .row .col-sm-12 {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}
.options {
    background-color: #ffffff;
    font-weight: 400;
    color: #000000;
}
.options .content h1 {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 0.125em;
}
.options .content .row .col-md-2 {
    padding: 2px;
}
.options .content .row .col-md-2 .border {
    border: 1px solid #000;
    padding: 20px 5px;
    height: 350px;
    display: grid;
}
.options .content .row .col-md-2 .border a {
    text-decoration: none;
    text-align: center;
    color: #000;
}
.options .content .row .col-md-2 .border a h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    height: 60px;
}
.options .content .row .col-md-2 .border a p {
    font-size: 14px;
    font-weight: bold;
}
.options .content .row .col-md-2 .border .product-image {
    height: 160px;
}
.options .content .row .col-md-2 .border .product-image img{
    width: 140px;
}
.options .content .row .col-sm-6 {
    margin-top: 30px;
}
.options .content .row .col-sm-6 h1 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #f10400;
}
.options .content .row .col-sm-6 .row .col-sm-4 {
    text-align: center;
}
.options .content .row .col-sm-6 .row .col-sm-8 h1 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #f10400;
}
.options .content .row .col-sm-6 .row .col-sm-8 p {
    margin: 0px;
    font-weight: bold;
}
.footer {
    background-color: #ffffff;
    text-align: center;
    font-weight: 400;
    color: #000000;
}
.footer .content h1 {
    margin-top: 50px;
    font-size: 20px;
    letter-spacing: 0.125em;
}
.footer .content p {
    font-size: 16px;
    margin: 10px 0px 15px 0px;
}
.footer .content iframe {
    width: 80%;
    height: 400px;
}
.footer .content a {
    text-decoration: none;
}
.options-template {
    background-color: #000080;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.options-template a {
    color: inherit;
    text-decoration: none;
}
#menuToggle {
    display: none;
    position: relative;
    width: max-content;
    top: 20px;
    left: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}
#menuToggle a:hover {
    color: tomato;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
}
#menuToggle input:checked ~ ul {
    transform: none;
}
.home-page .content {
    max-width: 1300px;
}
.home-page .content .row .col-sm-4 {
    margin-top: 20px;
}
.home-page .content .row .col-sm-12 img {
    width: 100%;
    height: 300px;
}
.home-page .content .row .col-sm-4 img {
    width: 100%;
    height: 300px;
}