:root{
    --primary-color:#D10024;
    --dark-color:rgba(0,0,0,0);

}

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;

}


body{
    /* width: 100%; */
    /* height: 100%; */
    font-family:"agency fb";
    --webkit-font-smoothing:antialiased;
}

html{
    /* border: 50px solid black; */
    
    box-shadow: inset 70px 50px 100px rgba(0,0,0,0.2);
}

#top-header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1E1F29;
    display: grid;
    /* padding-right: 20px; */
    width: 100%;
    height: 5vh;
  }
  
  .header-links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    position: relative;
    right: 0;
  }
  
  /* .header-links li:last-child {
    margin-right: 0px;
  } */
  
  .header-links li a {
    color: #FFF;
  }
  
  .header-links li a:hover {
    color: #D10024;
  }
  
  .header-links li i {
    color: #D10024;
    margin-right: 5px;
  }

  .header{
    position: relative;
    float: right;
    top: -100px;
    right: 10px;
    margin-right:30px ;
    /* display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr)); */
  }

  .header a{
    color: #FFF;
    border: 2px;
    position: relative;
    right: 75px;

  }
  .header a span{
      text-align: center;
  }
  .header a .fa{
      position: absolute;
      bottom:20px ;
      font-size: 23px;
      right: 18px;
  }

.qty{
    position: absolute;
      bottom: 31px;
      right: -3px;
      background-color: #D10024;
      border-radius: 50%;
      width: 22px;
      text-align: center;
      padding: 2px;
  }
  
  
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #15161D;
    display: grid;
     grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  }
  
  
  .header-search {
    padding: 15px 0px;
    width: 100%;
    position: relative;
    /* left: 40%; */
    text-align: center;
  }
  
  .header-search form {
    position: relative;
  }
  
  .header-search form .input-select {
    margin-right: -4px;
    border-radius: 40px 0px 0px 40px;
    height: 40px;
  }
  
  .header-search form .input {
    width: calc(100% - 260px);
    margin-right: -24px;
    height: 40px;
  }
  
  .header-search form .search-btn {
    height: 40px;
    width: 100px;
    background: #D10024;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 0px 40px 40px 0px;
  }
  
  
  
  
  

  .kim{
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    text-align: center;

}

.kim h3{
    /* border: 4px solid white; */
    padding:2px;
    width: 10rem;
    border-radius: 5px; 
    position: relative;
    left: 4px;
}

.kim h1{

}
#navigation {
    font-size: 20px;

}

.main-nav li {
        
    display: inline-block;
    margin: 20px 10px;
    border-bottom: 2px solid #D10024;
    position: relative;
    left: 50px;
}
.main-nav li:hover{
    border-bottom: 4px solid #D10024;
    transform: scale(1.1);
    /* transition: 0.7s ; */

}


.main-nav li a{
    color: var(--primary-color);
}
.shop {
    position: relative;
    overflow: hidden;
    margin: 10px 20px;
    left: 100px;
  }
  
  .shop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 60%;
    background: #D10024;
    opacity: 0.9;
    transform: skewX(-45deg);
  }
  
  .shop:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 100%;
    background: #D10024;
    opacity: 0.9;
    transform: skewX(-45deg) translateX(-100%);
  }
  
  .shop .shop-img {
    position: relative;
    background-color: #E4E7ED;
    z-index: -1;
    
  }
  
  .shop .shop-img>img {
    width: 100%;
    transition: 0.2s all;
    height:50vh
  }
  
  .shop:hover .shop-img>img {
    transform: scale(1.1);
    transition: 0.7s ;
  }
  
  .shop .shop-body {
    position: absolute;
    top: 30px;
    width: 75%;
    padding: 30px;
    z-index: 10;
  }
  
  .shop .shop-body h3 {
    color: #FFF;
    font-size: 30px;
  }
  
  .shop .shop-body .cta-btn {
    color: #FFF;
    text-transform: uppercase;
  }
  

  #footer {
    background: #15161D;
    color: #B9BABC;

    position: relative;
    
  }
  
  #bottom-footer {
    background: #1E1F29;
  }
  
  .footer {
    /* margin: 30px 0px; */
    /* margin-left: 300px; */
    width: 300px;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 30px;
  }
  
  .footer .footer-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 30px;
  }
  
  .footer-links li+li {
    margin-top: 15px;
  }
  
  .footer-links li a {
    color: #B9BABC;
  }
  
  .footer-links li i {
    margin-right: 15px;
    color: #D10024;
    width: 14px;
    text-align: center;
  }
  
  .footer-links li a:hover {
    color: #D10024;
  }
  
  .copyright {
    margin-top: 30px;
    display: block;
    font-size: 12px;
    text-align: center;
  }
  
  .footer-payments{
      text-align: center;
      justify-content: center;
  }
  .footer-payments li {
    display: inline-block;
    margin-right: 5px;

  }
  
  .footer-payments li a {
    color: #15161D;
    font-size: 36px;
    display: block;
  }



  @media(max-width:800px){
    .shop {
        position: relative;
        overflow: hidden;
        margin: 10px 40px;
        left: 0;
      }
  }


  @media(min-width:800px){
    .header-search {
        padding: 15px 0px;
        width: 40%;
        position: relative;
        top:-100px;
        left: 40%;
        /* text-align: center; */
      }

      #header {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #15161D;
        display: grid;
         grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
         height: 20vh;
      }

      .header a{
        color: #FFF;
        border: 2px;
        position: relative;
        right: -100px;
    
      }

      .header-links li {
        display: inline-block;
        margin-right: 15px;
        font-size: 12px;
        position: relative;
        right: -100px;
      }

  }


  /* Featured Products */

.featured{
  /* left: 5rem; */
  position: relative;
  margin-top: 7rem 0;
}

@media(min-width:1000px){
  .featured{
      left: 5rem;
      position: relative;
  }
}
.title {
  margin: 4rem 0 7rem 0;
  text-align: center;
}

.title h1 {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translate(-50%, -50%);
  background-color: var(--pink);
  width: 50%;
  height: 0.4rem;
  z-index: 1;
}

/* Product */
.product-center {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem 3rem;
}

.product {
  /* height: 48rem; */
  background-color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.product:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.product-header {
  position: relative;
  /* height: 20rem; */
  background-color: #f6f2f1;
  transition: all 300ms ease-in-out;
  z-index: 0;
}

.product-header img {
  height: 100%;
}

.product-footer {
  padding: 2rem 1.6rem 1.6rem 1.6rem;
}

.product-footer h3 {
  font-size: 2.2rem;
}

.rating {
  color: #43b3d9;
}

.product-footer .price {
  color: #D10024;
  font-size: 2rem;
}

.product:hover .product-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1rem 1rem 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease-in-out;
  z-index: 1;
}

.product-header .icons {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.product-header .icons span {
  background-color: #fff;
  font-size: 2rem;
  display: block;
  border-radius: 50%;
  padding: 1.5rem 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.product-header .icons span i {
  transition: all 500ms ease-in-out;
}

.product-header .icons span:not(:last-child) {
  margin-bottom: 1rem;
}

.product-header .icons span:hover {
  background-color: #D10024;
  color: #fff;
}

.product:hover .icons {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.product-header .icons a {
  display: block;
  margin-bottom: 1rem;
}