@charset "UTF-8";
/*!
  Theme Name: Rich Life Fashion 1.0
  Theme URI: http://uttarainfotech.com/
  Description: The Theme for Rich Life Fashion
  Author: Uttara Infotech
  Version: 0.1
*/
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.6;
  background-color: #e1e1e1;
  color: #212121;
}

a,
img {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
  object-fit: contain;
  cursor: pointer;
}

header.top__header {
  background-color: #e6e6e6;
}
header.top__header .container {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

header.top__header .top__header__item {
  padding: 5px;
}

header.top__header .search__input {
  outline: none;
  border: none;
  height: 43px;
  border-radius: 50px 0 0 50px;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
}

header.top__header .search__input:focus {
  box-shadow: none;
  border: none;
}

header.top__header .search__btn {
  border-radius: 0 50px 50px 0 !important;
  border: none;
  outline: none;
  background-color: #ef4b4a;
  height: 43px;
  max-width: 115px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
header.top__header .links a {
  color: #a6a6a6;
  padding: 5px 15px;
  font-size: 1rem;
}

.top__navbar {
  background-color: #ef4b4a;
}

.top__navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
}

.top__navbar .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.homepage-slider {
  border-bottom: 1px solid #eee;
}
.homepage-slider .carousel-control-prev,
.homepage-slider .carousel-control-next {
  visibility: hidden;
}
.homepage-slider:hover .carousel-control-prev,
.homepage-slider:hover .carousel-control-next {
  visibility: visible;
}
.bottom__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px #c1bbbb;
}
.bottom__header .bottom__header__item {
  text-align: center;
  padding: 15px;
}

.bottom__header__item__icon {
  height: 45px;
  margin: 0 auto 0.5rem;
}
.bottom__header__item__icon.first__icon {
  background: url("../img/icons.png") 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 52px;
}
.bottom__header__item__icon.second__icon {
  background: url("../img/icons.png") -128px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
}
.bottom__header__item__icon.third__icon {
  background: url("../img/icons.png") -248px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 63px;
}
.bottom__header__item__icon.fourth__icon {
  background: url("../img/icons.png") -386px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 46px;
}
.bottom__header__item__icon.fifth__icon {
  background: url("../img/icons.png") -509px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 46px;
}

.products {
  padding: 20px;
}
.products .col-auto {
  margin-bottom: 10px;
}

.products .product-col-wrapper {
  width: 100%;
  height: 298px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.products .product-col-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 196px;
}

.products .product-col-details {
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
}
.products .product-col-details .product-title {
  font-weight: 500;
}
.products .product-col-details .product-sale-price {
  font-weight: 500;
  color: #fe0000;
}
.review-stars-on-hover i {
  color: #a5a7a6;
}

.products .product-discount-percentage span {
  font-weight: 500;
}
.offers {
  padding: 15px;
}
.offers .offers-col {
  padding: 5px;
}

.offers .offer-col-wrapper {
  width: 100%;
  height: auto;
}

.offers .offer-col-img {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 270px;
}

.banner__container .banner__wrapper {
  background-image: url(img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
}
.banner__wrapper .banner-content {
  text-align: center;
  padding: 25px 10px;
}
.banner__wrapper .banner-content h4 {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  font-weight: 600;
  color: #fff;
  z-index: 99;
}

.banner__wrapper .banner-content h1 {
  font-size: 72px;
  line-height: 80px;
  position: relative;
  font-weight: 700;
  color: #f7f7f7;
  z-index: 99;
}

.banner-content h1 span,
.banner-content h2 span {
  color: #e55c5c;
}

.banner__wrapper .banner-content h2 {
  font-size: 60px;
  line-height: 74px;
  position: relative;
  font-weight: 700;
  color: #f7f7f7;
  z-index: 99;
}

footer {
  background-color: rgb(239, 75, 74);
  color: #fff;
  padding: 15px 15px 0 15px;
}
footer h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-col {
  margin: 10px 0;
}
footer .footer-bottom {
  margin: 10px 0;
}

footer img {
  background-color: rgba(255, 255, 255, 0.5);
}
