html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	font-weight: normal;
	background: white
}

h1 {
	font-weight: 700;
	font-size: 3em;
	letter-spacing: -0.02em;
	margin-bottom: 1em;
	line-height: 0.9em;
  color:#212529;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.02em;
	margin-bottom: 0.4em;
	margin-top: 0;
	line-height: 0.9em;
  color:#212529;
}

a {
	color: #ff1900;
	text-decoration: none;
}

a:hover {
	color: #FEBD11
}


header { 
    height: 100px;
    background: transparent;
    position: fixed;
    width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logo {    
    width: 410px;
    margin: 20px 0 0 20px;
}

.products, .product-detail {
    overflow:auto; 
    background:white;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1920px;
    padding: 0;
    height: 980px;
    box-sizing: border-box;}

.product {
    width: 31.9%;
    margin: 0.7%;
    float: left;
    /*border: 1px solid grey;*/
    overflow: auto;
    height: 435px;
    padding: 1%;
    box-sizing: border-box;
    box-shadow: 10px 11px 75px -5px rgba(0,0,0,0.3);
}

.product h2 {font-weight:500; text-align: center;}
.product img {
  width: auto;
  height: 328px;
  margin: auto;
  display: block;
  margin: 0 auto 23px;
}

.page-numbers:not(.next):not(.prev) {display:none}

.page-numbers {    position: absolute;
    display: block;
    background: #ff1900;
    color: white;
    bottom: 0;
    height: 90px;
    width: 90px;
    background-repeat:no-repeat;
    background-position: center;
    background-size: 80%;}
.page-numbers.next {right: 0; background-image:url(../img/arrow-right.png);}
.page-numbers.prev {left: 0; background-image:url(../img/arrow-left.png);}

 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      padding-top: 30px;
    }
.swiper-buttons {position:absolute; top:0; margin:0; right:0}    
.swiper-button-next, .swiper-button-prev {display:block; width:100px; height:100px; background: #ff1900; position:static; float:right; margin:0; 
    background-repeat:no-repeat;
    background-position: center;
    background-size: 80%;}
.swiper-button-next {right: 0; left:auto; background-image:url(../img/arrow-right.png); margin-left:1px}
.swiper-button-prev {left: 0; right:auto; background-image:url(../img/arrow-left.png);}
.swiper-button-next::after, .swiper-button-prev::after {content:''}
.swiper-button-disabled {display:none} 

.product-detail {width: 100%; padding: 50px 100px 100px 100px;}
.col {float:left; width:50%}
.product-detail .left {padding:0 100px 20px 0; box-sizing: border-box;}
.product-detail .right img {float:right}
.x {right:0;
    background-image:url(../img/x.png);     
    background-repeat:no-repeat;
    background-position: center;
    background-size: 80%;
    position:absolute; display:block; width:100px; height:100px; background: #ff1900;}

/* red theme */
body.red {color:white; background:#ff1900;} 
.red .products, .red .product-detail  {background:#ff1900;}
.red .product {background:#fff;}
.red .product-detail h1 {color:white}

        