*{box-sizing: border-box;}

/*HORIZONTAL SCROLLBAR DEBUGGER */

/*
outline: 1px solid #f00 !important;

.slide-content .scroller {
  width: 1024px;
}

*/

header, body{
  font-family: 'Sulphur Point';
  font-size: 20px;
  scroll-behavior: auto;
}

/* HEADER SECTION */

.header_container{
  width: 100%;
  height: 60px;
  background-color: white;
  padding-top: 15px;
}

a{
  text-decoration: none;
  color: black;
}

a:hover{
  color: black;
}

.header_row {
  width: 100%;
}

.header_part{
  float: left;
  width: 100%;
  height: 50px;
  /*color: #56361B;*/
}

/* ROW COLUMN PERCENTAGES */
.header_part:first-child {
  width: 30%;
  float: left;
}

.header_part:nth-child(2){
  width: 40%;
}

.header_part:last-child{
  width: 30%;
}
/*---------------------------*/

.header_part .header_left:first-child img{
  margin-left: 20px;
}

.header_part:first-child ul{
  overflow: auto;
  padding-left: 10;
}

.header_part:first-child ul li:nth-child(2){
  margin-right: 5%;
}

.header_left ul li {
  float: left;
  list-style: none;
}

.header_left ul li img {
  width: 30%;
}

.header_mid ul li{
  overflow: auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-top: -5px;
}

/* RIGHT HEADER */
.header_right{
  float: right;
  width: 100%;
  overflow-x: hidden;
}

.header_right ul {
  margin-right: 20%;
}

.header_right ul li{
  float: left;
  list-style: none;
}

.header_right ul li img {
  height: 50px;
}

.header_part .header_right ul li:first-child{
  position: absolute;
  right: 250px;
}

.header_part .header_right ul li:nth-child(2){
  position: absolute;
  right: 130px;
}

.header_part .header_right ul li:last-child{
  position: absolute;
  top: 10px;
  right: 20px;
}

.header_part .header_right ul li:last-child a{
  margin-right: 30px;
}

/* ITEM COUNTER */
.counter{
  position: absolute;
  height: 20px;
  width: 20px;
  right: 15px;
  top: 5px;
}

.counterBox{
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.counterNum{
  font-weight: bold;
}






/* HOME TEXT + IMAGE */
.home_container{
  background-color: white;
}

.col-lg-5, .col-lg-4, .col-lg-3{
  padding: 5px;
  padding-top: 0px;
}

.container01_left{
  height: 450px;
}

.container01_left_text0{
  height: 450px;
  width: 95%;
}

.container01_left_text0 .col-lg-12:first-child{
  font-size: 100px;
  font-weight: bold;
  margin-left: 20px;
  height: fit-content;
  margin-top: 60px;
  width: 500px;
  text-shadow: 2px 5px #F2CEAF;
  animation-name: moveLeft;
  opacity: 0;
  animation-duration: 3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes moveLeft {
  0%{}
  100%{opacity: 100%;}
}


.container01_left_text0 .col-lg-12:nth-child(2){
  font-size: 30px;
  margin-left: 20px;
  position: absolute;
  top: 230px;
  width: 400px;
  animation-name: moveLeft;
  opacity: 0;
  animation-duration: 3s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}

@keyframes moveLeft1 {
  0%{}
  100%{opacity: 100%;}
}



.container01_mid{
  height: 450px;
}

.container01_mid_top{
  height: 200px;
}

.container01_mid_top0{
  height: 200px;
  width: 50%;
  float: left;
  position: relative;
}


/* Buy Now + shopNow Button */
/* box1 - women*/

.container01_mid_top0{
  overflow: hidden;
}

.container01_mid_top0 img{
  overflow: hidden;
  transition: 0.2s;
}

.container01_mid_top0 img:hover{
  filter: brightness(0.5);
  transition: 0.2s;
  transform: scale(1.2);
}

.container01_mid_top0 a:hover + img{
  filter: brightness(0.5);
  transition-duration: 0.2s;
  transform: scale(1.2);
}

.container01_mid_top0:hover .buyNowTitle{
  position: absolute;
  z-index: 10;
  opacity: 100;
}

/* box 3 - kids */


.container01_mid_bottom{
  overflow: hidden;
}

.container01_mid_bottom img{
  overflow: hidden;
  transition: 0.2s;
}

.container01_mid_bottom img:hover{
  filter: brightness(0.5);
  transition: 0.2s;
  transform: scale(1.1);
}

.container01_mid_bottom a:hover + img{
  filter: brightness(0.5);
  transition-duration: 0.2s;
  transform: scale(1.1);
}

.container01_mid_bottom:hover .buyNowTitle1{
  position: absolute;
  z-index: 10;
  opacity: 100;
}

.buyNowTitle{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #F2CEAF;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  text-decoration: none;
  color: black;
  z-index: 2;
}

.buyNowTitle:hover{
  background-color: black;
}

.buyNowTitle:hover .buyNowTxt{
  color: white;
}


.container01_mid_bottom{
  position: relative;
}

.buyNowTitle1{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #F2CEAF;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  text-decoration: none;
  color: black;
  z-index: 2;
  top: 40%;
}

.buyNowTitle1:hover{
  background-color: black;
}

.buyNowTitle1:hover .buyNowTxt{
  color: white;
}


.container01_mid_bottom a:hover + img{
  filter: brightness(0.5);
  transition-duration: 0.2s;
}


/* END of hoverEffect */

.container01_mid_top0 img{
  width: 100%;
  height: 100%;
}

.container01_mid_top0:last-child img{
  padding-left: 5px;
}

.container01_mid_bottom img{
  width: 100%;
  height: 250px;
  padding-top: 5px;
}

.container01_right{
  background-color: black;
}

.slideAuto{
  width: 100%;
  height: 450px;
  display: none;
  animation: fadeAnimation 0.1s;
  animation-duration: 3s;
}

.container01_right img{
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1290px){
  .home_container{

  }
  /* DEBUGGER CODE ENDS HERE */

  .header_part .header_right ul li:last-child{
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1190px){
  .home_container{

  }
  /* DEBUGGER CODE ENDS HERE */

  .header_part .header_left ul li:last-child{
    display: none;
  }

  .header_part .header_right ul li:first-child{
    position: absolute;
    right: 95px;
  }

  .header_part .header_right ul li:nth-child(2){
    display: none;
  }

  .header_part:last-child ul:last-child img{
    margin-left: 30px;
    height: 40px;
  }

  .container01_left_text0 .col-lg-12:first-child{
    font-size: 60px;
    font-weight: bold;
    margin-left: 10px;
    height: fit-content;
    margin-top: 60px;

  }

  .container01_left_text0 .col-lg-12:nth-child(2){
    font-size: 25px;
    margin-left: 20px;
    position: absolute;
    top: 188px;
    width: 400px;
  }

}

@media only screen and (max-width: 750px){
  .home_container{
  }
  /* DEBUGGER CODE ENDS HERE */

  .header_part .header_left ul li:last-child{
    display: none;
  }

  .header_part .header_right ul li:first-child{
    display: none;
  }
  .header_part .header_right ul li:nth-child(2){
    display: none;
  }

  .container01_left {
    height: 200px;
  }

}

/* BANNER 01 */
.inline{
  float: left;
}

.clearBoth{clear: both;}

.banner01{
  background-color: black;
  height: 100px;
}

.banner01_row{
  width: 100%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.banner01_text_left {
  width: 60%;
  height: 40px;
  padding-top: 10px;
}

.banner01_text{
  float: right;
  color: white;
}

.banner01_shopNow_right{
  width: 30%;
  float: left;
  margin-left: 10px;
}

.banner01_shopNow{
  color: white;
  border: 1px solid white;
  width: fit-content;
  padding: 5px;
}

.banner01_shopNow a{
  color: white;
}

/* CONTAINER2 - COMPANY INFO_CONTAINER*/
.container02_title{
  height: 80px;
  text-align: center;
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
}

.container02_subtitle{
  font-size: 30px;
  text-align: center;
}


.container02 .col-lg-4{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.icons {
  width: 20%;
  height: 50%;
  border-radius: 50%;
  padding: 10px;
}


.container02_icon{
  padding-top: 30px;
}

.container02_text {
  width: 100%;
  text-align: center;
}


/* CONTAINER 3 - BIKE TYPES */
.container03{
  overflow: hidden;
  margin-top: 100px;
}

.container03_title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

hr{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

/* CHOOSE BIKE MANUAL TEXT SLIDESHOW */
.chooseBikeRow{
  text-align: center;
  position: relative;
  height: 490px;
  transition-duration: 0.2s;
}

.bikeName{
  font-weight: bold;
}

.manualTextSlide{
  display: block;
  user-select: none;
}

.manualTextSlide img{
  width: 80%;
}

.manualTextSlide img:hover{
  filter: brightness(0);
  transition-duration: 0.2s;
}


@keyframes slideAnimation{
  0%{opacity: 1;}
  100%{opacity: 0;}
}

.prev, .next{
  position: absolute;
  top: 0%;
  font-size: 1.5em;
  color: black;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  margin-top: 100px;
  user-select: none;
}

.prev{
  left: 1px;
}

.next{
  right: 1px;
}

.chooseBikeRow img{
  margin-top: 50px;
  width: 30%;
  user-select: none;
}

/* BIKE IMAGE AND DESCRIPTION */
.container03_bike_img{
  height: 400px;
}

.container_03_bikeT{
  width: 100%;
  height: 400px;
}

.container03_bikeName{
  font-size: 25px;
  font-weight: bold;
  padding-top: 50px;
  padding-left: 15px;
}


.container03_bike_img{
  text-align: center;
}

.container03_bike_img img{
  width: 90%;
  padding-top: 20px;
  height: 400px;
}


@media only screen and (max-width: 950px){
  .manualTextSlide img{
    width: 40%;
  }
}

@media only screen and (max-width: 750px){
  .bikeInfoText{
    width: 100%;
  }

  .bikeInfoCenter{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .manualTextSlide img{
    width: 50%;
  }
}

/* BANNER 02 */
.banner02{
  background-color: #F2CEAF;
  height: 80px;
  padding-top: 20px;
  width: 100%;
  margin-top: 50px;
}

.banner02_content{
  width: 100%;
  height: 50px;
  overflow: auto;
  text-align: center;
}
.banner02_text{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: black;
  margin-top: 5px;
  font-size: 25px;
}

/* Container 04 - Sales */
.container04_sales{
  background-color: #F2CEAF;
  padding-bottom: 50px;
  position: relative;
}

.container04_sales img{
  width: 100%;
  height: 350px;
  background-color: #F1F1F1;
}

/* Sales Info Container */
.sales_info_container{
  width: 100%;
  height: 350px;
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0px;
}

.sales_info_text{
  height: 200px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 65px;
  font-size: 25px;
  padding-top: 30px;
  line-height: 1;
}

.sales_info_text2{
  text-decoration: underline;
  padding-top: 20px;
}

@media only screen and (max-width: 990px){
  .sales_info_text{
    margin-top: 250px;
    width: 95%;
    border-left: 1px solid #F2CEAF;
    border-right: 1px solid #F2CEAF;
  }
}

/*Container 05 TITLE */

.container05_title{
  height: 500px;
  width: 100%;
}

.container05_content{
  width: 100%;
  overflow: auto;
  text-align: center;
}

.container05_text{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: black;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}

/* Container 05 (CLIENTS)*/

.container05_clientContainer{
  padding-top: 100px;
}

.container05_img_crop{
  width: 150px;
  height: 150px;
  overflow: hidden;
  float: right;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container05_img_crop img:last-child{
  width: 150%;
  margin: -20px 20px 30px -70px;
}

.container05_clientQuote{
  height: 150px;
  text-align: left;
  margin-left: 40px;
}

.circleTransition{
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
}

.circleTransitionCenter{
  height: 30px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.circleCenter{
  width: 100%;
  height: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.circle0{
  border-radius: 50%;
  float: left;
  height: 10px;
  width: 10px;
  text-align: center;
  margin: 10px;
  background-color: black;
}

@media only screen and (max-width: 990px){
  .container05_img_crop{
    margin-top: -100px;
    float: none;
  }
  .container05_clientQuote{
    margin-top: 50px;
    height: 150px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
}
/* BANNER 03 */
.banner03{
  background-color: black;
  height: 80px;
  padding-top: 20px;
  width: 100%;
}

.banner03_content{
  width: 100%;
  overflow: auto;
  text-align: center;
}

.banner03_text{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: white;
  margin-top: 5px;
  font-size: 25px;
}
.banner03_shopNow{
  float: left;
  border: solid white;
  margin-left: 20px;
  color: white;
  padding: 5px;
}

/* SHOP ITEMS */
.shopCollections{
  width: 100%;
  padding-bottom: 50px;
  height: 650px;
  position: relative;
}

.shopCollectionsTitle{
  margin-top: 30px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

.shopCollections .categoryList{
  width: 100%;
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;
}


.shopCollections .categoryList .categoryItem{
  display: inline-block;
  margin: 30px;
  transition-duration: 0.2s;
}

.shopCollections .categoryList .categoryItem:hover{
  transform: scale(1.5);
  transition-duration: 0.2s;
  cursor: pointer;
}

.shopCollections .categoryList .categoryItem:first-child{
  text-decoration: underline;
  padding-bottom: 10px;
}



.shopCollections .row:first-child {
  position: absolute;
  width: 100%;
}

.shopCollections .row:nth-child(2){
  position: absolute;
  width: 100%;
}

.shopCollections .row:last-child{
  position: absolute;
  width: 100%;
}

.shopCollections .item{
  margin-top: 20px;
  width: 100%;
  height: 350px;
}

/*SHOP BIKES IMG DIMENSIONS */
.shopCollections .row .item img{
  width: 100%;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.shopCollections .row .item .bikeImg_contain{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
}


.bikeShadow{
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  border-radius: 40%;
  background-color: black;
  opacity: 0.5;
  width: 80%;
  margin-top: -10px;
  z-index: -1;
  filter: blur(3px);
}



/* BIKE STATS INFO */

.checkitemInfo{
  width: 100%;
  height: 100px;
  margin-top: 20px;
}

.item_name{
  text-align: center;
  font-size: 25px;
}

.checkitemInfoText {
  background-color: #F2CEAF;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.addItem{
  background-color: white;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  color: black;
}

.addItem:hover{
  background-color: #F2CEAF;;
  text-align: center;
}

.continueShop{
  background-color: black;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  color: white;
}

.continueShop:hover a{
  background-color: black;
  text-align: center;
  color: white;
}


/* BIKE DIMENSIONS END */


/* SHOP COLLECTIONS 2 */

.shopCollectionsR{
  width: 100%;
}

.shopCollectionsRTitle{
  width: 100%;
  height: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  margin-top: 50px;
  font-weight: bold;
}

.shopCollectionsR .row{
  margin-left: auto;
  margin-right: auto;
}

.shopCollectionsR .containerBike{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  border: 1px solid black;
  transition: 0.2s;
  background-color: white;
}

.shopCollectionsR .containerBike:hover{
  transform: scale(1.1);
  transition: 0.2s;
  cursor: pointer;
}

.shopCollectionsR .row img{
  width: 60%;
}

.bikeShadow2{
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  border-radius: 40%;
  background-color: black;
  opacity: 0.5;
  width: 50%;
  margin-top: -10px;
  z-index: -1;
  filter: blur(3px);
}

.bikeInfo{
  margin-top: 10px;
}
.bikeBars{
  width: 100%;
  height: 50px;
  text-align: center;
}

.bar1{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.fillBar{
  width: 80%;
  height: 30px;
  background-color: black;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.stars{
  text-shadow: 0 0 0 #F2CEAF;
  color: transparent;
}

/* END SHOP COLLECTIONS 2 */


/* FOOTER */
.footerS{
  margin-top: 100px;
  width: 100%;
  background-color: black;
}

.footerS .row .section{
  margin-top: 10px;
  height: 150px;
  text-align: center;
}

.companyName{
  text-align: center;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 45px;
}

.sectionText{
  padding-top: 20px;
  padding-bottom: 50px;
  color: white;
  margin-left: 75px;
  text-align: left;
  font-size: 17px;
}

.sectionText img{
  width: 10%;
  background-color: white;
  border-radius: 10px;
}

.credentials{
  width: 100%;
  text-align: center;
  background-color: black;
}

.credentials .CText{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid white;
}



/* FOOTER END */


@media only screen and (max-width: 990px){
  .shopCollections {
    height: 1500px;
  }

  .shopCollections .row .item img{
    width: 60%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .shopCollections .row .bikeShadow{
    width: 55%;
  }
}

/* SEE DETAILS BUTTON */
.checkitemInfoText:hover{
  display: block;
  background-color: black;
  text-align: center;
  color: white;
}

/* MODAL WINDOWS */



.closeModal{
  padding: 5px 10px 10px 10px;
  float: right;
}

.modalWindow{
  background-color: rgba(50,50,50,0.8);
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  z-index: 10;
  width: 100%;
}


.modalBody{
  width: 30%;
  height: 500px;
  margin: 2% auto;
  background-color: white;
}

.modalheader{
  width: 100%;
  height: 10%;
}

.modalBikeName{
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
}

.modalBikeNameCenter{
  font-size: 25px;
  color: black;
  width: 100%;
  margin-top: 30px;
}

.modalInfo{
  height: 40%;
  padding: 0.5em;
}

.modalBikeInfo{
  width: 100%;
  text-align: center;
}

.imgBikeContainer{
  width: 99.99%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 10px;
}

.modalBikeImg{
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.modalBikeImg img{
  width: 75%;
}

.modalBikePriceInfo{
  font-size: 30px;
}

.bikeShadow3{
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  border-radius: 40%;
  background-color: black;
  opacity: 0.5;
  width: 45%;
  margin-top: -10px;
  z-index: -1;
  filter: blur(3px);
}


.modalFooter{
  margin-top: 150px;
  padding: 1em;
  text-align: center;
}
