/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* ======================home======================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Default system cursor hide */
::selection {
  background: #000;
  /* background black */
  color: #fff;
  /* text white */
}

::-moz-selection {
  background: #000;
  color: #fff;
}

/* top bar */
.top-bar {
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

/* logo */
.logo {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.logo span {
  color: #E35025;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  transition: .3s ease all;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #E35025;
  font-weight: 600;
}

/* search */
.search-box {
  position: relative;
}

.search-box input {
  padding-left: 40px;
  height: 45px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

/* icons */
.header-icons i {
  font-size: 20px;
  margin-left: 18px;
  cursor: pointer;
}

/* navbar */
.main-menu {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.main-menu .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  margin-right: 10px;
}


.currency-select {
  border: none;
  background: #f3f3f3;
  padding: 6px 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}


.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon img {
  width: 28px;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: #E35025;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 50%;
  line-height: 1;
}


@media (max-width:991px) {

  #menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  #menu.show {
    left: 0;
  }

  #menu .navbar-nav {
    flex-direction: column;
  }

  #menu .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
}


.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.mobile-logo {
  height: 35px;
}

.menu-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}


.slider-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.slideicon {
  background-color: #000;
  /* padding:20px; */
  border-radius: 50%;
  font-size: 18px !important;
  border-radius: 10px;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;

}



.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.7;
  transition: opacity .15s ease;
}



.product-categories {
  padding: 40px 0;
  /* background:#f8f8f8; */
}

.section-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.category-item {
  text-align: center;
}

.category-item img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
}

.category-item p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

/* arrows */

.product-categories .owl-nav {
  position: absolute;
  top: 20%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product-categories .owl-nav button {
  background: #fff !important;
  color: #000 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 16px !important;
  padding: 10px 0px 0px 0px;
}

.product-categories .owl-nav button:hover {
  background-color: #E35025 !important;
  color: #fff !important;
}

.product-categories .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
}

.product-categories .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -40px;
}

/* =====================hot product====================== */
.hot-products {
  padding: 40px 0;
}

.fontser1 {
  color: #F27E20;
}

.section-title {
  background: linear-gradient(to right, #f2b9b9 0%, #ffffff 100%);
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 600;
}

.view-all {
  font-size: 14px;
  color: #333 !important;
  text-decoration: none;
  height: 35px;
  border: 1px solid #ddd;
  padding: 6px 14px;
  border-radius: 6px;
}

.owl-nav {
  display: inline-flex !important;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  border: 2px solid #ccc;
  text-align: center;
  transition: all .3s ease;
}

.product-img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  font-size: 13px;
  color: #333;
  min-height: 30px;
}

.price {
  font-size: 14px;
  margin-top: 5px;
}

.new-price {
  font-weight: 600;
}

.old-price {
  color: #aaa;
  text-decoration: line-through;
  margin-left: 6px;
}

.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #bbb;
  font-size: 16px;
}


/* hidden button */
.cart-btn {
  background: #ff6a00;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease;
}

/* hover effect */

.product-card:hover {
  border: 2px solid #ff6a00;
}

.product-card:hover .cart-btn {
  opacity: 1;
  transform: translateY(0);
}

.hot-products .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hot-products .owl-nav button {
  background: #fff !important;
  color: #000 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 18px !important;
  padding: 10px 0px 0px 0px;
}

.hot-products .owl-nav button:hover {
  background-color: #E35025 !important;
  color: #fff !important;
}

.hot-products .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
}

.hot-products .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -40px;
}

/* ======================hot prodcuts ======================= */

/* ================feature sec======================== */

.featured-categories {
  padding: 50px 0;
  /* background:#f5f5f5; */
}

.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.featured-header h5 {
  background: #eee;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.featured-card img {
  width: 100%;
  border-radius: 14px;
  height: 250px;
  object-fit: cover;
}

/* arrows */

.featured-nav button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 6px;
}

.featured-nav button:hover {
  background: #ff6a00;
  color: #fff;
  border-color: #ff6a00;
}

/* ================top brands============== */
.top-brands {
  padding: 40px 0;
}

.brands-wrapper {
  background: linear-gradient(90deg, #f2d6a5, #f7e3c3);
  border-radius: 25px;
  padding: 30px;
  position: relative;
}

.brands-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.brands-header h5 {
  font-weight: 600;
}

.view-btn {
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  background-color: #fff;
  text-decoration: none;
  color: #333 !important;
}

.brand-card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  /* height: 100px; */
  text-align: center;
}

.brand-card img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

/* nav container */

.brands-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: -45px;
  right: -45px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

/* buttons */

.brands-slider .owl-nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #ddd !important;
}

/* right button orange */

/* ==============testimonial============ */
.testimonial-section {
  padding: 60px 40px;
  /* background:#2b2b2b; */

  color: #fff;
}

.settestbg {
  background-image: url('../img/testiback.png');
  background-size: cover;
  padding: 60px 30px;
  border-radius: 25px;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-header h3 {
  font-weight: 600;
  color: #e4dfdf;

}

.testimonial-header p {
  color: #ddd;
  font-size: 14px;
}

.testimonial-card {
  background: #fff;
  height: 220px;
  color: #333;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-top {
  display: flex;
  gap: 12px;
  /* align-items:center; */
  margin-bottom: 10px;
}

.user-img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}

.time {
  font-size: 12px;
  color: #888;
}

.stars {
  color: #ffb400;
  font-size: 12px;
}

.review {
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0;
}

.posted-google img {
  width: 80px !important;
  height: 20px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

/* common button */

.testimonial-slider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* left button */

.testimonial-slider .owl-nav button.owl-prev {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* right button */

.testimonial-slider .owl-nav button.owl-next {
  background: #fff !important;
  color: #333 !important;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* =====================faq===================== */
.faq-section {
  padding: 50px 0;
  /* background:#f8f8f8; */
}

.faq-title {
  font-weight: 700;
  font-size: 28px;
}

.faq-accordion .accordion-item {
  border: none;
  padding: 0px 20px;
  border-bottom: 1px solid #ddd;
}

.faq-accordion .accordion-button {
  background: none;
  font-weight: 500;
  box-shadow: none;
  padding: 18px 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #e35025;
  background: none;
}

.faq-accordion .accordion-body {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

.footer-section {
  padding: 60px 0;
}

.footer-wrapper {
  background: linear-gradient(90deg, #f1d3a4, #f7e4c7);
  border-radius: 25px;
  padding: 40px;
}

.footer-section h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 13px;
  color: #555;
}

.subscribe-box {
  /* display:flex; */
  gap: 10px;
  margin-top: 10px;
}

.subscribe-box input {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.subscribe-box input::placeholder {
  font-size: 13px;
}

.subscribe-box button {
  background: #e35025;
  color: #fff;
  margin-top: 5px;
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;

}

.footer-links li {
  margin-bottom: 4px;
}

.footer-links li a {
  font-size: 14px !important;
  color: #444;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.footer-links a:hover {
  color: #E35025;
  padding-left: 4px;
  border-left: 1px solid #E35025;
}

.footer-address {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #444;
}

.footer-address li {
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
}

.footer-address li i {
  padding-top: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright {
  font-size: 15px;
  text-align: center;
  /* margin-bottom: 15px; */
}

.footer-logo img {
  height: 80px;
}

.social-icons i {
  margin-top: 6px;
  font-size: 17px;
  color: #000 !important;
}

.payment-icons img {
  width: 100%;
  height: 40px;
  /* margin-left:8px; */
}

.info-section {
  padding: 50px 0;
  /* background:#f6f6f6; */
}

.info-section h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.info-section h6 {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 8px;
}

.info-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* ========================shop page========================== */
.page-header-inner {
  background: rgba(0, 0, 0, .7);
  height: 40vh;
  display: flex;
  align-items: center;
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.filter-sidebar {
  /* background:#f3f3f3; */
  padding: 0 15px;
  border-radius: 10px;
}

.filter-card {
  background: #F6F6F6;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.filter-title {
  font-weight: 600;
  cursor: pointer;
}

.clear-btn {
  color: #ff6b4a;
  font-size: 13px;
  text-decoration: none;
}

.selected-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  background: #f5e8e2;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.price-inputs .input-group-text {
  font-size: 14px;
  color: #888;
}

.price-inputs .form-control {
  font-size: 14px;
}

.price-inputs .btn-warning {
  background-color: #E35025;
  border-color: #E35025;
  color: #fff;
}

.price-inputs .btn-warning:hover {
  background-color: #000;
  border-color: #000;
}


.brand-list div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
}

label input {
  margin-right: 8px;
}

.product-top-bar {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.breadcrumb-area {
  font-size: 14px;
  color: #000;
}

.breadcrumb-area a {
  color: #000;
  text-decoration: none;
}

.breadcrumb-area span {
  margin: 0 5px;
}

.result-text {
  font-size: 20px;
  font-weight: 500;
}

.sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.sort-box label {
  font-size: 14px;
  color: #000;
}

.priceselection {
  font-size: 14px;
  padding: 5px 15px;
}


/* ========================product page =========================== */
.product-gallery {
  display: flex;
  gap: 15px;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbs img {
  width: 60px;
  height: 70px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
}

.thumbs img.active {
  border: 2px solid #ff6b00;
}

.main-img img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
}

.product-info {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
}

.brand {
  font-size: 14px;
}

.stock {
  color: green;
  background: rgba(171, 255, 171, 0.973);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
}

.title {
  margin-top: 10px;
  font-weight: 600;
}

.price {
  margin: 10px 0;
}

.price .new {
  font-size: 22px;
  font-weight: 700;
}

.price .old {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
}

.qty-cart {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}

.qty {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.qty button {
  border: none;
  background: #eee;
  padding: 5px 10px;
}

.qty input {
  width: 40px;
  text-align: center;
  border: none;
}

.add-cart {
  background: #ff6b00;
  color: #fff;
  width: 80%;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}

.about ul {
  padding-left: 18px;
}

.extra {
  margin-top: 10px;
  padding-left: 18px;
}

.enquiry-box {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}

.enquiry-box h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.sub-text {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

/* Phone Input */
.phone-input {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.phone-input span {
  padding: 10px;
  background: #f7f7f7;
  font-size: 14px;
  border-right: 1px solid #ddd;
}

.phone-input input {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
  font-size: 14px;
}

.note {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 15px;
}

/* Button */
.enquiry-btn {
  width: 100%;
  background: #e9d4c5;
  color: #000;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #ff6b00;
  color: #fff;
}

.text-justify {
  text-align: justify !important;
}

.table-wrapper {
  border-radius: 12px;
  overflow: hidden;
  /* IMPORTANT */
  border: 1px solid #dee2e6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 600;
}










@media (max-width: 992px) {
  .product-categories .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
  }

  .product-categories .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
  }

  .add-cart {
    background: #ff6b00;
    color: #fff;
    width: 50%;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
  }

  .product-info {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
  }

  .main-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
  }

  .hot-products .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
  }

  .hot-products .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
  }

  .sort-box {
    justify-content: start;
  }

  .brands-slider .owl-nav {
    position: absolute;
    top: 45%;
    left: -20px;
    right: -20px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .testimonial-section {
    padding: 60px 10px;
    /* background: #2b2b2b; */
    color: #fff;
  }

  .testimonial-card {
    background: #fff;
    height: auto;
    color: #333;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }

  .footer-wrapper {
    background: linear-gradient(90deg, #f1d3a4, #f7e4c7);
    border-radius: 25px;
    padding: 50px 10px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .payment-icons {
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
  }

  .copyright {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}