body,
html,
ul {
  padding: 0;
  margin: 0;
}
.backToPrimary,
a,
nav li a {
  text-decoration: none;
}

@font-face {
  font-family: Gilroy-Light;
  src: url(../fonts/Gilroy-Light.ttf);
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: Gilroy-Heavy;
  src: url(../fonts/Gilroy-Heavy.ttf);
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: Gilroy-ExtraBold;
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

body,
html {
  min-height: 100%;
  position: relative;
  font-size: 100%;
}
#drawerContent,
.backToPrimary,
.crossButton,
.menuButton {
  position: absolute;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: Gilroy-Light;
  color: #1e1e1e;
  background-color: #fff;
  height: 100%;
}
a {
  color: #f0f0f0;
}
.menuButton {
  top: 20px;
  right: 10px;
  width: 50px;
  height: 60px;
  cursor: pointer;
}
.crossButton ul li,
.menuButton ul li {
  display: block;
  height: 4px;
  border-radius: 10px;
  list-style: none;
}
.menuButton ul {
  margin: 0;
  padding: 2px 0 0;
}
.menuButton ul li {
  width: 40px;
  margin: 8px auto;
  background-color: #fff;
  padding: 0;
}
.menuMobile {
  background-color: #1e1e1e !important;
}
.crossButton {
  top: 25px;
  cursor: pointer;
}
.crossButton ul {
  padding: 2px 0 0;
}
.crossButton ul li {
  width: 40px;
  margin: 8px auto;
  background-color: red;
  padding: 0;
}
.navMenu,
.navigateTo {
  margin-top: 50px;
}
.crossButton ul li:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.crossButton ul li:nth-child(2) {
  opacity: 0;
}
.crossButton ul li:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
#drawerContent {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1048px;
  background-color: #1e1e1e;
  z-index: -10;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  padding-left: 40px;
}
.modelNo {
  padding: 20px 0px 0px 20px;
}
.modelNo li {
  font-family: Gilroy-Bold;
  font-size: 12px;
  color: black;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
#liModel {
  width: 120px;
  border: none;
  padding-left: 10px;
}
.navigateTo li {
  font-family: Archive;
  font-size: 12px;
  color: black;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
#liBreak {
  width: 150px;
  border: none;
  padding-left: 10px;
}
#liBreak hr {
  color: #a6a6a6;
  background-color: #a6a6a6;
}
.backToPrimary {
  font-size: 50px;
  top: 22px;
  left: 30px;
  color: #ff003c;
  float: left;
  display: block;
}
.menuList {
  height: 100%;
  float: left;
}
.primaryMenu {
  width: 280px;
}
.navMenu {
  list-style: none;
}
.navMenu li {
  font-family: GothamRounded-Medium;
  margin-bottom: 15px;
  font-size: 38px;
  cursor: pointer;
}
#productLI {
  color: #fff;
}
.secondaryMenu {
  width: 280px;
  padding-left: 40px;
  padding-top: 100px;
  display: none;
}
.secondaryBlock h3 {
  font-family: Archive;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 100;
}
.secondaryBlock ul {
  list-style: none;
}
.secondaryBlock li {
  font-family: GothamRounded-Medium;
  font-size: 25px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  color: #a6a6a6;
}
.mobile {
  display: none;
}
.contentContainer {
  overflow: hidden;
  width: 100%;
}
.content {
  padding-left: 0;
  width: 100%;
  display: inline-block;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.wrapper {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
.logoImg {
  width: 180px; 
  margin-top: 8px; /* 18px 20px */
  margin-left: 20px;
}
footer {
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 80px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

nav {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.responsive {
  width: 100%;
}
.topnav {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -10;
}
.topnav a {
  float: right;
  display: block;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #444;
  font-family: Gilroy-Bold;
  text-transform: uppercase;
}

.leftProduct {
  width: 400px;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
}
.leftProduct ul {
  list-style: none;
}
.leftProduct ul li {
  padding: 15px 25px;
  font-size: 18px;
  cursor: pointer;
  font-family: Gilroy-Bold;
}

.leftProduct ul li:hover {
  background-color: #1e1e1e;
  color: #f0f0f0;
}

.leftProduct .active {
  background-color: #1e1e1e;
  color: #f0f0f0;
}

.rightProduct {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  padding-left: 410px;
  overflow: hidden;
}
.slide-white {
  background-color: #fff;
}


.productBox {
  float: left;
  padding: 20px;
}
.productBox:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  border-radius: 10px;
}
.productBox img {
  float: left;
  width: 160px;
  height: 100px;
}
.productBox a {
  float: left;
  padding: 30px 20px;
  font-size: 20px;
  font-family: Gilroy-Bold;
  letter-spacing: 1.5px;
}

.dropdown {
  float: right;
  overflow: hidden;
}
.dropdown:hover #productContent {
  display: block;
}
.responsive .dropdown:hover #productContent {
  display: hidden;
}


.dropdown .dropbtn {
  font-size: 16px;
  color: #444;
  font-family: Gilroy-Bold;
  border: none;
  outline: none;
  padding: 15px 16px;
  background-color: inherit;
  margin: 0;
  text-transform: uppercase;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0px;
  top: 50px;
  height: 100%;
  min-height: 360px;
}

.drawerContainer {
  display: none; /*block*/
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background:rgba(110, 110, 110, 0.7);
  z-index: 100;
}
.drawerWrapper {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.drawer {
  position: relative;
  top: 0px;
  height: 0%; /*100%*/
  /*max-height: 800px;*/
  width: 100%;
  z-index: 1000;
  background:rgba(255, 255, 255, 1);
  overflow-y: scroll;
}
.open {
  display: block;
  height: 100% !important;
}
.noscroll {
  overflow-y: hidden;
}

.drawerLogo {
  width: 220px; /*260px*/
  position: relative;
  top: 30px;
  /*left: 40px;*/
}
.close {
  position: absolute;
  right: 36px; /*o0 42px*/
  top: 36px; /*42px*/
  width: 42px; /*48px*/
  height: 42px; /*48px*/
  opacity: 0.5;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 48px; /*48px*/
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.drawerFlex {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  overflow-y: scroll; /*hidden*/
  align-items: center;
  justify-content: center;
  padding: 60px 0px; /*140 0*/
  flex-direction: column; 
}
.drawerBox {
  content: '';
  width: 100%;/*250*/ 
  text-align: left;
  height: 100%; /*350px*/
  /*margin-right: 60px;*/
}
.drawerBox p {
  font-size: 20px;
  font-weight: 900;
  color: #333;
  line-height: 1;
  display: block;
  font-family: Gilroy-Bold;
}
.drawerBox:first-child p {
  font-size: 22px;
  font-weight: 900;
  color: #333;
  line-height: 1;
  padding-bottom: 15px; 
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 35px; /*50 px*/
}

.drawerBox ul {
  list-style: none;
}
.drawerBox li a {
  margin-bottom: 20px;
  padding-bottom: 6px;
  display: flex;
  width: 80%;
}

.drawerBox li a {
  color: #666;
  font-family: Gilroy;
  font-size: 19px;
}
.drawerBox li a:hover {
  color: #333;
  border-bottom: 2px solid red;
  transition: 0.2s ease-in;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #ff003c;
}

.hamburgerIcon {
  float: right;
  display: block;
  padding: 14px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.2);
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 5px;
  background-color: #333;
  margin: 4px 0;
}

.languageSelector {
  float: right;
  cursor: pointer;
  display: block;
  padding: 22px 10px 14px 10px;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(0,0,0,.2); 
  font-family: Gilroy-Medium;
}

.languageSelector svg {
  width: 15px;  
  float: left;
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-left: 8px;
  float: left;
  margin-top: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.selBtn {
  font-size: 16px;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
  color: #000;
}

.languageSelector-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 158px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 52px;
  right: 0px;
  display: none;
}

.languageSelector-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.languageSelector-content a:hover {
  background-color: #ddd;
}

.languageSelector:hover .languageSelector-content {
  display: block !important;
}

@media screen and (max-width: 720px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
    padding: 14px 16px;
  } 
}

@media screen and (max-width: 720px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

nav .ticked {
  background-color: #ff003c;
  border: none;
  font-family: Gilroy-Bold;
}
footer {
  background-color: #1e1e1e;
}
nav .ticked a {
  color: #fff;
}
footer {
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.footerLogo {
  float: left;
  width: 200px;
  margin-top: 20px;
}
#labelSubscribe,
.inputSubmit,
.inputText,
.white,
footer p {
  color: #fff;
  padding: 5px 0px;
}
footer p {
  margin: 0px auto;
  font-size: 16px;
}
footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#AddressStamp {
  margin-top: 80px;
  font-family: GothamRounded-Medium;
  font-size: 16px;
}
.white {
  border-color: #fff;
}
.footerNav {
  list-style-type: none;
  float: right;
  margin-top: 20px;
}
.redButton {
  text-align: center; 
  width: 200px; 
  padding: 15px 20px; 
  background-color: #ff003c;
  color: white !important; 
  border-radius: 30px;
  font-family: Gilroy-Bold;
}
.footerNav li {
  display: block;
  border-radius: 25px;
  float: left;
  margin-left: 10px;
  padding: 15px 20px; 
}
.footerNav li a {
  color: black;
}
.footerBlocks ul {
  list-style: none;
}
.footerBlocks li {
  display: block;
  float: none;
  width: 100%;
  padding-left: 20px;
}
.footerBlocks li:nth-child(5) {
  width: 100%;
}
.footerBlocks li:nth-child(5) a {
  width: 100%;
  font-size: 18px;
  padding: 20px 0;
}
.footerBlocks h4 {
  font-family: Gilroy-Bold;
  margin: 20px 0px;
  font-weight: 100;
  font-size: 22px;
  color: #fff;
}
.inputText {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
}
.inputSubmit {
  margin-top: 20px;
  border: none;
  width: 140px;
}
.rightMargin {
  margin-right: 15px;
}
.mobileSeperator {
  height: 1px;
  width: 88%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}
.smallUp {
  padding: 4px 20px;
  background-color: #fff;
}
.hide-mobile,
.hide-tab,
.tickA {
  display: none;
}
.mobileSeperator {
  display: block;
}
.copyright {
  margin-left: 10px;
  font-size: 14px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky .logoImg {
  width: 180px;
  margin: 5px 0px;
  margin-left: 20px;
}

.sticky + .content {
  padding-top: 60px;
}