html {
    background-color: #fffffd !important;
}
body, ul, li {
    margin:0;
    padding:0;
    font-size:14px;
    font-family: 'Nunito', sans-serif !important;
    text-align:center;
    overflow: hidden;
}
h1, h2, h3, h4, h5 {
    font-family: 'Nunito', sans-serif;
}
.header {
    width:85%;
    display: inline-block;
    text-align: left;
}
.header .headRight {
    float:right;
}
#menu{
    list-style:none;
    text-align: left;
    width:85%;
    display: inline-block;
    border-radius: 5px;
    background: red;
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    overflow:visible;
}
#menu li {
    text-align:left;
    overflow:visible;
    color: white;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
}
#menu li:hover::after {
    content: "";
    display: inline-block;
    border: 10px solid rgba(0,0,0,0.0);
    border-bottom-color: white;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
    z-index:2;
    top:50%
}
#menu li .dropdown {
    display:none;
    background: black;
    min-width:392px;
    left:0;
    padding:5px 0px;
    position:absolute;
    float:none;
    color: white;
    z-index: 1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 3px 3px;
    cursor: default;
}
#menu li .dropdown .nineup {
    display:block;
}
#menu li .dropdown .nineup .row {
    display:inline-block;
    width:100%;
    margin: 0;
}
#menu li .dropdown .nineup .row .block {
    display:inline-block;
    float:left;
    width:100px;
    height:100px;
    margin:1px;
    background-color: white;
}
#menu li .dropdown .nineup .row .block {
    border: none;
    margin: none;
    height:96px;
    width: 96px;
}
#menu li .dropdown .nineup .row .block img {
    width:96px;
    height:96px;
    padding: 4px;
}
#menu li:hover .dropdown {
    display:block;
    background: white;
    position: absolute;
    color: black;
}
#menu .header {
    box-shadow: none;
    font-family: 'Dorsa', sans-serif;
    font-size: 72px;
    white-space: normal;
    text-align: center;
    color: black;
    float:left;
    margin-left: 20px;
}
#menu .header a {
    text-decoration: none;
    color: black;
}
#menu li.lis {
    float: right;
    font-size: 12px;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
}
#menu li.lis .glyphicon {
    top:0;
    font-size: 18px;
    display: inline-block;
}
#menu li.lis:hover::after {
    content: unset;
}
.header .social {
    height: 10vh;
    width: 100vw;
}
#menu li:hover {
    display: inline;
    color: white;
}
#menu li a {
    color:black;
    text-decoration:none;
}
#menu li:hover {
    color:white;
    cursor: pointer;
}
#menu li:hover a {
    color:black;
    text-decoration: underline;
}
#menu .menu_right {
    float:right;
    margin-right:0px;
}
#menu li:hover a.sections {
    color:#017DC3;
    text-decoration:none;
}
#menu li:hover a.sections:hover {
    text-decoration:underline;
}
.w3-display-container .mySlides img {
    height:371px;
    width:283px;
}
.product-page {
    width:80%;
    display:inline-block;
}
.product-head {
    text-align: left;
    width:100%;
}
.rowWrap {
    clear:both;
    display:block;
    text-align:left;
}
.imgs {
    display:inline-block;
    float:left;
    width:30%;
}
.buyfunc, .brands {
    display: inline-block;
    background-color: #f4f4f4;
    padding:15px;
    margin-left:40px;
    float:left;
}
.buyfunc {
    width:55%;
}
.brands {
    width:30%;
    height:205px;
}
.description {
    display: block;
    width: 600px;
    margin-left:40px;
    padding:15px;

}
.buyfunc input[type=button], .buyfunc input[type=submit] {
    padding:5px;
    margin:5px;
    width:10em;
}
.product-head h2, .product-head h3 {
    font-family: 'Nunito', sans-serif;
    color:#cf0404 !important;
}
.imgs .w3-content {
    max-width: 300px !important;
    margin: 0 !important;
}
.w3-display-bottomleft.w3-large.w3-container.w3-padding-16.w3-black,
button.w3-button.w3-display-right.w3-black,
button.w3-button.w3-display-left.w3-black {
    background-color:#ff3019 !important;
}
button.w3-button.w3-display-right.w3-black:hover,
button.w3-button.w3-display-left.w3-black:hover {
    background-color: #cf0404 !important;
    color: white !important;
}
.product-body .rowWrap .imgs .w3-content.w3-display-container {
    width: 283px;
    height: 371px;
    /*border: 1px solid #ff3019;*/
}

.product-body .rowWrap .imgs .demo.w3-opacity {
    height:62px;
}
.product-body .rowWrap .imgs .w3-col.s4 {
    height:64px;
    width:64px;
    border: 1px solid #ff3019;
    margin-left: 2px;
    text-align: center;
}
.product-body .rowWrap .imgs .w3-col.s4:hover {
    cursor: pointer;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p {
    font-family: 'Nunito', sans-serif;
}
.page .cart-links {
    width: 80%;
    margin-left: 10%;
    display: block;
    margin-top: 150px;
    margin-bottom: 150px;
}
.page .cart-links a {
    display: inline-block;
    width:300px;
    height:75px;
    line-height: 75px;
    text-decoration: none;
    background-color: #ff3019;
    font-family: 'Nunito', sans-serif;
    margin:20px;
    margin-top: 0;
    color:white;
}
.page .cart-links a:visited {
    color:white;
}
.page .cart {
    width: 80%;
    margin-left: 10%;
    display: block;
}
.page .cart .cartItem {
    width:100%;
    border-bottom: 1px solid #ff3019;
    text-align: left;
    display: block;
    height: 175px;
    margin-bottom: 10px;
}
.page .cart .cartItem .itemNo {
    width:10%;
    height:175px;
    display:inline-block;
    line-height: 165px;
    float:left;
    text-align: center;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
}
.page .cart .cartItem .configInfo {
    width:40%;
    height:175px;
    display:inline-block;
    float: left;
}
.page .cart .cartItem .itemOps {
    width:20%;
    height:175px;
    display:inline-block;
    float: right;
    text-align: right;
}
.page .cart .cartItem .itemOps a {
    display:block;
    color:#ff3019;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}
.page .cart .cartItem .itemOps a:hover {
    color: #33f740;
}
.page .cart .cartItem p {
    margin: 5px;
}
.page .cart p a {
    font-family: Verdana, Geneva, sans-serif;
    color: #ff3019;
    background-color: white;
    display:inline;
    margin:0;
    padding: 0;

}
.page .cart p a:hover {
    color: #33f740;
}
.page .cart .total-line {
    width:100%;
    display:block;
    height:100px;
}
.page .cart .total {
    display: inline-block;
    float:right;
    height:100px;
}
.page .cart .total-line h2,
.page .cart .total-line h3 {
    float:right;
    display: inline-block;
    margin: 0;
}
.page .cart .total-line h3 {
    float:none;
    color: black;
    margin-right: 15px;
}
.page .cart .total-line p {
    margin:0;
    padding: 0;
    display: inline-block;
    float:right;
}
.page .cart .cart-buttons {
    width:100%;
    display:block;
    height:50px;
    line-height: 50px;
    margin-bottom: 15px;
}
.page .cart .cart-buttons img {
    float:left;
    margin-right: 3px;
    line-height: 50px;
}
.page .cart .cart-buttons a,
.page .cart .total-line a {
    display:inline-block;
    color:#ff3019;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    float:left;
    line-height: 45px;
}
.page .cart .cart-buttons a:hover {
    color: #33f740;
}
.page .cart .cart-buttons a.big {
    display:inline-block;
    background-color: #ff3019;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding-left:20px;
    padding-right:20px;
    text-decoration: none;
    float:right;
}
.page .cart .cart-buttons a.big:hover {
    background-color: #ff3019;
    color: white;
}
.page .cart .total-line .conts {
    float:left;
    display: inline-block;
}
.page .cart .total-line .conts #coupon {
    display: block;
    width: 240px;
    float:left;
    margin:0;
}
.page .conts #coupon input[type=text] {
    width:150px;
    height: 30px;
    padding: 6px 12px;
    margin: 8px 0;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    box-sizing: border-box;
    float:left;
}
.page .conts #coupon input[type=text]:focus {
    border: 3px solid #555;
}
.page .conts #coupon input[type=submit] {
    padding: 6px 10px;
    margin: 8px 0;
    height: 30px;
    border-width:0px;
    line-height: 0px;
    font-size: 14px;
    color: white;
    background-color: #ff3019;
}
.page .conts #coupon input[type=submit]:hover {
    cursor: pointer;
}
.page .vert-divider {
    width:85%;
    height:2px;
    display:inline-block;
    margin-top:20px;
    margin-bottom: 20px;
    background-color: #33f740;
}
.page .vert-divider-2 {
    width:100%;
    height:1px;
    display:inline-block;
    margin-bottom: 10px;
    background-color: #ff3019;
}
