* {
  margin: 0;
  padding: 0;
}

body {
  background: rgba(249, 249, 249, 0.8);
}

.container {
  max-width: inherit;
  width: 1610px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  color: #182627;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

.main_cat_banner {
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.pd_top_bottom {
  padding: 50px 0;
}

.single_catagory_wrap .title_wrap {
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  margin: 0 0 15px 0;
}
.single_catagory_wrap .results_txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A4A4A4;
  margin: 20px 0;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  gap: 60px;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons .sub_txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li:nth-child(1) {
  float: left;
  width: 30%;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li:nth-child(2) {
  float: left;
  width: 70%;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap {
  text-align: center;
  max-width: 140px;
  line-break: anywhere;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap .icon_wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #f7dfbd;
  line-break: auto;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #182627;
  margin: 15px 0 0 0;
  display: block;
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap:nth-child(1) .icon_wrap {
  background-color: rgba(224, 146, 146, 0.2);
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap:nth-child(2) .icon_wrap {
  background-color: rgba(149, 199, 137, 0.2);
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap:nth-child(3) .icon_wrap {
  background-color: rgba(126, 205, 222, 0.2);
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap:nth-child(4) .icon_wrap {
  background-color: rgba(192, 138, 218, 0.2);
}
.single_catagory_wrap .catagory_panel .catagories_title_icons li .icon_title_wrap:nth-child(5) .icon_wrap {
  background-color: rgba(219, 186, 67, 0.2);
}
.single_catagory_wrap .catagory_panel .small_banner {
  position: relative;
}

.product_title .title_wrap {
  margin-bottom: 0;
}
.product_title span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #5D6767;
}
.product_title .line {
  width: 34px;
  height: 2px;
  background: #1A7182;
  display: block;
  margin: 20px 0 0 0;
}

.products_box .product_box {
  display: flex;
  gap: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 17px;
  margin: 22px 0 0 0;
}
.products_box .product_box .img_box {
  max-width: 106px;
  max-height: 106px;
  overflow: hidden;
}
.products_box .product_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_box .product_box .content_wrap .shop_name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.products_box .product_box .content_wrap .product_name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 3px;
}
.products_box .product_box .content_wrap .price_wrap {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #5D6767;
  margin: 5px 0 0 0;
}

.brand_name_banners img {
  margin: 25px 0 0 0;
  max-height: 200px;
}

.best_product_card {
  max-width: 198px;
  border: 1px solid #eaeaea;
  padding: 13px;
}
.best_product_card .product_img {
  max-width: 172px;
  max-height: 172px;
  overflow: hidden;
}
.best_product_card .product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.best_product_card .product_detail_wrap .shop_name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #5D6767;
  display: block;
  margin: 10px 0 0 0;
}
.best_product_card .product_detail_wrap .product_name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5D6767;
}

.clothing_catagory {
  padding: 15px;
  background-color: #fff;
}

.top_brands_logos .brand_box {
  background: #182627;
  padding: 50px;
  margin: 0 5px;
}

.product_title_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}
.product_title_line h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  white-space: nowrap;
  color: #000000;
}
.product_title_line .line {
  width: 100%;
  height: 1px;
  background: #5D6767;
  display: block;
  position: relative;
  z-index: 1;
}
.product_title_line .line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #5D6767;
  border-radius: 50%;
  right: 0px;
  z-index: 11;
  top: -4px;
}

.brand_logos_section .bg_light_box {
  background: rgba(234, 234, 234, 0.5);
  padding: 13px 50px;
  margin: 0 5px;
}
.brand_logos_section .bg_light_box a {
  margin: 37px 0;
  display: block;
}

.mt_25 {
  margin: 25px 0 0 0;
}

.catagory_panel .nav-pills .nav-link.active, .catagory_panel .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #1a7182;
  border-radius: 0;
}

.catagory_panel .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0;
  margin: 0 20px 0 0px;
}

.banner_content_wrap h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
}
.banner_content_wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.single_catagory_wrap .btn-primary {
  width: 193px;
  height: 41px;
  background: #1A7182;
  border-radius: 7px;
  border-color: #1A7182;
}

.furniture_page_bg {
  padding: 450px 0 0 0;
  position: relative;
}
.furniture_page_bg::before {
  content: "";
  background: url(../img/winter_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.furniture_page_bg .pl_40 {
  padding-left: 40px;
}

.bg_light_blue {
  background: #EDF6FC;
  padding: 45px;
  position: relative;
}
.bg_light_blue .bag_pattern {
  position: absolute;
  left: -5%;
  top: 30%;
}
.bg_light_blue .book_pattern {
  position: absolute;
  right: -3%;
  top: 6%;
}
.bg_light_blue .tringle_pattern {
  position: absolute;
  top: -5%;
  left: 15%;
}
.bg_light_blue .pencil_pattern {
  position: absolute;
  left: 55%;
  top: 8%;
}
.bg_light_blue h5 {
  font-size: 25px;
  color: #1A7182;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.bg_light_blue h5 span {
  display: block;
  font-size: 14px;
}
.bg_light_blue .kid_patter_bg {
  position: absolute;
  left: 3%;
  top: 10%;
}

.products_box .right_banner {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular_author_box {
  background: #1A7182;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  padding: 20px;
}
.popular_author_box ul li {
  margin: 0 0 18px 0;
}
.popular_author_box ul li:last-child {
  margin: 0 0 0 0;
}
.popular_author_box ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popular_author_box ul li .img_squre {
  width: 66px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.popular_author_box ul li .img_squre img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular_author_box ul li h5 {
  font-size: 16px;
  color: #fff;
}

.mt_20 {
  margin: 20px 0 0 0;
}

.h_400 {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bag_catagory_tabs {
  text-align: center;
}
.bag_catagory_tabs h4 {
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
}
.bag_catagory_tabs h4::after {
  position: absolute;
  width: 100%;
  height: 18px;
  background: #EFA006;
  left: 0;
  bottom: -5px;
  content: "";
  z-index: -1;
}
.bag_catagory_tabs li a {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin: 0 0 25px 0;
  display: block;
}

.gray_box_wrap {
  background: #EAEAEA;
  padding: 20px;
}

.travel_brands_logo {
  text-align: center;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  font-size: 0 !important;
}
.owl-nav .owl-prev {
  left: -20px;
  position: absolute;
}
.owl-nav .owl-prev::before {
  content: "";
  position: absolute;
  background: url(../img/prev_arrow.svg);
  left: 0;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-nav .owl-next {
  right: 0;
  position: absolute;
}
.owl-nav .owl-next::before {
  content: "";
  position: absolute;
  background: url(../img/prev_arrow.svg);
  left: 0;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  right: 0;
}/*# sourceMappingURL=style.css.map */