/* CSS Document */

html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  color: #555;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.first-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin: 15px 0;*/
  line-height: 75px;
}

.brand-logo {
  width: 150px;
}

.username {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.username li {
  margin: 0 30px;
}

.username li a {
  color: #17152a;
  font-size: 18px;
}

.second-header {
  background-color: #000000;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.mainnav {
}

.mainnav ul {
  letter-spacing: -8px;
}

.mainnav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  padding: 10px;
}

.mainnav ul li a {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s all;
}

.mainnav ul li a:hover {
  color: #fe51a8;
}

.mainnav ul li a.active {
  color: #fe51a8;
}

.main-search {
  display: flex;
  align-items: center;
}

.main-search #search {
  background: none;
  border: none;
}

.main-search #search:focus {
  outline: none;
}

.main-search #search:placeholder-shown {
  color: #555;
}

.home-silder img {
  height: 600px;
}

.heading-block {
  margin: 15px 0;
}

.heading-block h2 {
  color: #000;
  border-left: 15px solid #000;
  padding-left: 10px;
  line-height: 40px;
  margin: 0 0 30px 0;
}

.cat-box {
  width: 240px;
  overflow: hidden;
  position: relative;
  height: 240px;
  margin: 10px;
  transition: 0.5s all ease;
  border-radius: 10px;
}

.cat-box:hover {
  box-shadow: 0 0 10px #000;
}

.cat-box img {
  transition: 0.5s all ease;
  overflow: hidden;
  width: 100%;
}

.cat-box:hover img {
  transform: rotate(20deg) scale(1.3, 1.5);
}

.cat-box:hover div {
  color: #fe51a8;
}

.cat-box div {
  position: absolute;
  bottom: 25%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  padding: 3px;
  font-size: 18px;
  transition: 0.5s all ease;
}

.slick-prev-btn {
  color: #fe51a8;
  background: #fff;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #fe51a8;
  padding: 5px 12px;
  position: absolute;
  top: 50%;
  left: -60px;
  cursor: pointer;
  margin-top: -21px;
  display: none !important;
}

.slick-next-btn {
  color: #fe51a8;
  background: #fff;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #fe51a8;
  padding: 5px 12px;
  position: absolute;
  top: 50%;
  right: -60px;
  cursor: pointer;
  margin-top: -21px;
  display: none !important;
}

.slick-prev-btn:focus,
.slick-next-btn:focus {
  outline: none;
}

.pro-silder {
}

.pro-box {
  width: 240px;
  overflow: hidden;
  position: relative;
  height: 320px;
  margin: 10px 10px;
  transition: 0.5s all ease;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: 0.5s all ease;
  color: #fff;
  display: inline-block;
}

.pro-box:hover .pro-trans {
  opacity: 1;
}

.pro-box img {
  max-width: 100%;
  height: 320px;
  transition: 0.5s all ease;
}

.pro-trans {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 70px 0 15px 0;
  opacity: 0;
  transition: 1s all ease;
}

.pro-cricle {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pro-cricle a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fe51a8;
  transition: 0.5s all ease;
}

.pro-cricle a:hover {
  color: #fff;
  background-color: #fe51a8;
}

.pro-title {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 80px;
  width: 90%;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro-price {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.pro-add-cart {
  text-align: center;
  display: block;
  line-height: 35px;
  background-color: #ddd;
  width: 60%;
  margin: 20px auto;
  color: #000;
  border-radius: 5px;
}

.pro-add-cart:hover {
  color: #000;
}

.offer-box {
  width: 400px;
  height: 115px;
  margin: 10px 10px;
  display: inline-block;
}

.offer-box img {
  width: 400px;
  height: 115px;
}

.toggle-section {
  overflow: hidden;
}

.nav-toggle {
  display: none;
  color: #fff !important;
  font-size: 30px;
  float: left;
}

.search-toggle {
  display: none;
  color: #fff !important;
  font-size: 30px;
  float: right;
}

.nav-toggle:hover,
.search-toggle:hover {
  color: #fe51a8 !important;
  cursor: pointer;
}

.nav-toggle:active,
.search-toggle:active {
  color: #fe51a8 !important;
}

@media (max-width: 1024px) {
  .nav-toggle,
  .search-toggle {
    display: block;
  }

  .navigation {
    display: block;
  }

  .mainnav {
    display: none;
  }

  .mainnav ul li {
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .mainnav ul li:last-child {
    border-bottom: none;
  }

  .search-section {
    display: none;
  }

  .main-search {
    float: right;
    margin: 15px 0;
    font-size: 20px;
  }
}
