.all-products-btn a{
  width:300px;
  height:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:8px;
  font-weight:bold; 
  color:#ffffff;
  background:#005cac;
  margin:0 auto;
}
.all-products-btn{
  margin:20px auto;
}
.topSearch {
  max-width: 800px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.topSearch__category {
  margin-bottom: 10px;
}
.topSearch__category select {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.topSearch__word {
  display: flex;
}
.topSearch__word input {
  flex-grow: 1;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.topSearch__word button {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.newsBanner {
  margin-bottom: 50px;
}
.newsBanner__container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.newsBanner__row {
  margin-top: -10px;
  overflow: hidden;
}
.newsBanner__col {
  padding-top: 10px;
}
.newsBanner__col img {
  width: 100%;
  height: auto;
}



@media (min-width: 768px) {
  .topSearch {
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .topSearch__category,
  .topSearch__word {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .newsBanner__row {
    display: flex;
    margin-left: -20px;
  }
  .newsBanner__col {
    width: 50%;
    padding-left: 20px;
  }
}

.repeat__heading img{
    margin-left:auto;
  	margin-right:auto;
  	margin-bottom:30px;
}
.repeat__container{
  	padding:0 5px;
  	margin-left:auto;
  	margin-right:auto;
  	margin-bottom:50px;
}
.colorme_repeat_btn{
    width:50%;
}
.colorme_repeat_btn img{
  	width:100%;
  	margin-bottom: 10px;
  	padding:5px;
}
.repeat_products{
  display:flex;
  justify-content:space-between;
}
@media (min-width: 768px) {
	.repeat__container{
      max-width:1160px;
      padding-left:20px;
  	  padding-right:20px;
      margin-bottom:80px;
  }
  .repeat__heading img{
  	margin-bottom:50px;
  }
  .colorme_repeat_btn img{
    padding:0 10px;
  	margin-bottom: 50px;
  }
}

.youtubeArea__title{
  display:flex;
  align-items: center;
  margin-bottom:10px;
}
  
.youtubeArea__title img{
  width:20px;
  margin-right:10px;
}
  
.youtubeArea__title p{
  font-size:14px;
}

@media (min-width: 768px) {
  .youtubeArea__title{
    margin-bottom:15px;
  }
  
  .youtubeArea__title img{
    width:35px;
    margin-right:10px;
  }
  
  .youtubeArea__title p{
    font-size:20px;
  }
}

.subBanner__list{
  display: flex;
flex-wrap:wrap;
}

.subBanner__list li{
  width:50%;
}

.subBanner__list li:first-child{
   width:100%;
}
.subBanner__list li:nth-child(2){
   width:100%;
}

@media (min-width:768px) {
  .subBanner__list li:first-child{
       width: calc(100% / 3);
	}
  .subBanner__list li:nth-child(2){
       width: calc(100% / 3);
  }
}

.subBanner__container{
 padding-left: 15px;
  padding-right: 15px;
}
 .repeat{
   margin-top:30px;
}
@media (min-width:768px) {
  .repeat{
   margin-top:60px;
}
}