        @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  overflow-x: hidden;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 25px;
  margin-bottom: 25px;
}
img {
  max-width: 100%;
}
.header .sub-header {
  background: #232628;
  position: relative;
  padding: 28px 0 25px;
}
.header .header-contact {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.header .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .contact-info p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.header .contact-title {
  color: #cc6108;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .contact-icon {
  font-size: 34px;
  color: #cc6108;
}
.header .contact-item:nth-child(2) .contact-info p:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.header .header-services p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.header .header-services span {
  color: #cc6108;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header .header-social {
  display: flex;
  gap: 10px;
}
.header .header-social i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #2f3234;
  color: #fff;
  text-indent: 1px;
}
.header .menu {
  background: rgba(234, 237, 240, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header .navbar .navbar-collapse ul.navbar-nav .nav-item > a {
  color: rgba(11, 11, 11, 1);
  font-size: 13px;
  line-height: 52px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
}
.header .col-megamenu {
  border-right: 1px solid #dedede;
}
.header .col-megamenu .list-unstyled li a {
  color: #153e4d !important;
  padding: 8px 0 !important;
  margin-bottom: 0;
  border: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.header .bp_megamenu_h6 a,
.header .bp_megamenu_ads .menu-title {
  font-size: 16px;
  font-weight: 700;
  color: #002e5b !important;
  transition: all 0.2s ease-in-out;
}
.header .bp_megamenu_ads .menu-title {
  padding: 8px 0;
}
.header .bp_megamenu_ads .col-megamenu {
  margin-top: 25px;
  border: none;
}
.header .bp_megamenu_ads .normal_font {
  color: #153e4d;
  padding: 8px 0;
  margin-bottom: 0;
  border: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.header .bp_megamenu_ads .mm-list {
  padding-left: 0;
}
.header .bp_megamenu_ads .normal_font i {
  font-size: 12px;
  margin-right: 10px;
  color: #cc6108;
}
.header #dv_search {
  overflow: hidden;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.header #submit_seach {
  line-height: 29px;
  padding: 10px 15px;
  float: right;
  display: inline-block;
  background: #f5f5f5;
  border: none;
  color: #333;
  transition: 0.5s all ease;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 50px 50px 0px;
}

.header #dv_search > input {
  display: inline-block;
  width: 55%;
  border: none;
  background: #f5f5f5;
  box-shadow: none;
  color: #000000;
}

.header #submit_seach i {
  font-size: 14px;
}
.header .menu-mega-sub {
  display: flex;
  justify-content: space-between;
}
.header .menu-mega-sub img {
  width: 240px;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: block;
  margin-top: 30px;
  border-radius: 0;
}
.product {
  position: relative;
}
.product .bp_product_item {
  margin-bottom: 30px;
}
.product .bp_star_review {
  display: none;
}
.product .bp_lbl_product_more {
  display: none;
}
.product .cls_price_text,
.product .cls_old_price_text {
  display: none;
}
.product .product-brand {
    display: none;
}
.bp_product_more_item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #888;
}
.product .product-setting {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  order: 1;
  border-top: 1px solid #ccc;
}
.product .product-setting .bp_product_more_item:nth-child(4),
.product .product-setting .bp_product_more_item:nth-child(5) {
    display: none;
}
.product .bp_cls_shopping_form {
  display: none;
}
.product .bp-group-button-qv-wl {
  display: none;
}
.product .bp_content_product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product .bp_cls_group_price {
  position: absolute;
  top: 15%;
  right: 0;
  margin: 0;
  background-color: #6c98e1;
  text-align: right;
  padding: 1px 10px 2px 4px;
  width: fit-content;
  display: flex;
  flex-direction: column-reverse;
}
.product .cls_price_number,
.product .cls_unit_price {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.product .bp_cls_old_price .cls_unit_price {
  color: #333333;
  font-weight: normal;
}
.product .bp_lbl_product_value  {
    text-transform: capitalize;
}
.product .cls_old_price {
  font-size: 12px;
  color: #333333;
}
.product .bp_cls_group_price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 32px;
  background-color: #6c98e1;
  transform: skew(-14deg, 0deg);
  z-index: -1;
}
.product .product_title {
  display: inline-block;
  margin: 0;
  margin: 20px 0;
  width: 50%;
  height: 40px;
}
.product .product_title a {
  color: #232628;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.product .product-list {
  min-height: 560px;
}
.product .title-product {
  background: #232628;
  padding: 40px 0 80px;
}
.product .product__list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.product .product__list-title h2 {
  margin: 0;
  font-weight: 700;
}
.product .product__list-title h2 span {
  color: #cc6119;
}
.product__see-more {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #aaa;
}
.product__see-more a {
  color: #aaa;
}
.product__see-more a span {
  color: #6c98e1;
  font-weight: 700;
}
.product .bp_ul_tabs {
  position: absolute;
  top: 11.5%;
}
.product .nav-tabs .nav-link {
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  line-height: 44px;
  color: #aaa;
  border-radius: 0;
}
.product .nav-tabs .nav-link.active {
  color: #cc6119;
  background-color: #fff;
}
.product .bp_tab_group {
  margin-top: 50px;
}
.product .swiper-pagination {
  display: flex;
  justify-content: space-evenly;
  bottom: 2px !important;
}
.product .swiper .swiper-pagination-bullet {
  width: 100%;
  margin-left: 0 !important;
  border-radius: 0;
}
.bp_discount_percent {
    display: none;
}
.bp_pd_sub {
  display: none;
}
.more-btn {
  text-align: center;
}
.stock-num {
  padding: 4px 15px;
  background-color: #f0f2f5;
  border-radius: 15px;
  font-size: 14px;
  color: #232628;
}
.stock-num > span {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
}
.load-more-btn {
  margin-top: 60px;
  display: inline-block;
  padding: 17px 28px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background-color: #6c98e1;
  text-decoration: none;
  outline: none;
  visibility: visible;
  border: none;
  white-space: normal;
  box-shadow: 0 2px 0 #567ab4;
  transition: opacity 0.2s ease-in;
  transform: translateZ(0);
  opacity: 1;
}
.load-more-btn i {
  margin-right: 10px;
}
.footer {
  background: #232628;
  color: #aaa;
}
.footer .widget-wrapper {
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  min-height: 175px;
}
.footer .widget-list {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-around;
}
.footer .widget-socials {
  display: flex;
  gap: 10px;
}
.footer .widget-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #3b3d3f;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff !important;
}
.footer .comments-number a {
  color: #6c98e1;
  display: block;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .comments-number a i {
  margin-right: 10px;
}
.footer .widget-title h6 .colored {
  color: #6c98e1;
}
.footer .widget-list form {
  order: -1;
  border-bottom: 1px solid #444;
}
.footer .bp_form_label_up {
  margin: 25px 0;
  font-weight: 500;
  line-height: 1.2;
}
.footer .bp_form_data {
  height: 38px;
  line-height: 38px;
  padding: 0 50px 0 17px;
  color: #aaa;
}
.footer .bp_form_field {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer .bp-btn-send {
  background: #cc6119;
  border: none;
  color: #fff;
  line-height: 38px;
  height: 38px;
  width: 40px;
  margin-left: -5px;
}
.footer .footer-copyright {
  margin: 20px 10px;
}
.footer .copyright-socials .clearfix {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.footer .copyright-socials .clearfix a {
  color: #6c98e1;
}
.footer .gallery {
  padding: 0;
}
.footer .gallery a img {
  height: 40px;
}
.navbar ul.navbar-nav > li,
.navbar ul.dropdown-menu li {
  padding: 10px 20px;
}
.icon i {
  width: 60px;
}
.card-text {
  display: none;
}

.navbar-toggler-icon {
  background-image: url("/files_upload/navbar-removebg-preview.png");
}
@media (min-width: 992px) {
  .bp_megamenu_ads.col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .dropdown-menu {
    transition: all 0.3s ease;
  }
  .header .navbar ul.navbar-nav > li:nth-child(1) {
    padding-left: 0;
  }
  .header-logo .contact-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .nav-link {
    padding: 0;
  }
  .header .menu-mega-sub {
    display: block;
  }
  .header .col-megamenu {
      border: none;
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo .contact-icon {
    display: none;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #232628;
  }
  .header .sub-header {
    padding: 15px;
  }
  .header .search {
    display: none;
  }
  .header .menu {
    background: transparent;
    box-shadow: none;
  }
  .navbar .megamenu {
    position: absolute;
  }
  .menu-list {
    order: 1;
  }
  .bp_megamenu_ads.col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .header .header-contact {
    display: none;
  }
  .menu {
    padding: 20px 0;
  }
  .header .menu-mega-sub img {
    width: 170px;
  }
  .blog-sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .contact-item:nth-child(2) .contact-info p:nth-child(2) {
    font-size: 12px;
  }
}
