@charset "UTF-8";
/* Banner css */
/* স্লাইডার মেইন কন্টেইনার */
.banner-slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.banner-slide-item ::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  content: "";
  z-index: -1;
  opacity: 0.1;
}

.slide-inner-content {
  text-align: center;
  width: 100%;
  padding: 30px 20px;
}

/* লোগো স্টাইল */
.slide-logo img {
  max-width: 150px;
  margin-bottom: 20px;
  height: auto;
}

/* টাইটেল স্টাইল */
.slide-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}
.slide-title span.typed-cursor {
  display: none;
}

/* সাবটাইটেল স্টাইল */
.slide-subtitle {
  font-size: 18px;
  color: #eeeeee;
  margin-bottom: 30px;
}

/* বাটন জেনারেল স্টাইল */
.slide-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .slide-buttons {
    display: block;
  }
}
.slide-buttons .slide-btn {
  padding: 12px 30px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .slide-buttons .slide-btn {
    display: block;
  }
}
.slide-buttons .btn-one {
  background: #128c7e;
}
.slide-buttons .btn-one:hover {
  background: #075e54;
  color: #fff;
}
.slide-buttons .btn-two {
  background: #28a745;
}
.slide-buttons .btn-two:hover {
  background: #218838;
  color: #fff;
}
@media (max-width: 575px) {
  .slide-buttons .btn-two {
    margin: 10px 0;
  }
}

/* header css */
html,
body {
  overflow-x: hidden;
  width: 100%;
}

.post,
.page {
  margin: 0;
}

.site-branding {
  text-align: center;
}
@media (max-width: 1199px) {
  .site-branding {
    text-align: left;
  }
}
.site-branding img {
  max-width: 120px;
}

.child-theme .right-area {
  gap: 15px;
}

.child-theme .right-area .icon a {
  margin-left: 0;
  padding: 0;
  border: none;
}

a:focus {
  outline: none;
}

.default-header .main-navigation ul li {
  margin-right: 0;
}

.default-header .main-navigation ul li > a {
  font-weight: 500;
}

.header-middle {
  padding: 10px 0;
}

.header-top-marque {
  padding: 5px 0;
  background: var(--it-theme-1);
}

.header-top-marque marquee span a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* menu css */
.child-theme-mainmenu ul.menu {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: start;
}
@media (max-width: 1320px) {
  .child-theme-mainmenu ul.menu {
    gap: 10px;
  }
}

.child-theme-mainmenu ul.menu li.menu-item-has-children {
  position: relative;
}
.child-theme-mainmenu ul.menu li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.child-theme-mainmenu ul.menu li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 5px;
  color: #000;
  display: inline-block;
}

.child-theme-mainmenu ul.menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleY(0);
  z-index: 9999;
  transition: 0.3s all;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.child-theme-mainmenu ul.menu li.menu-item-has-children ul.sub-menu.mega-2 {
  column-count: 2;
}
@media (max-width: 1199px) {
  .child-theme-mainmenu ul.menu li.menu-item-has-children ul.sub-menu.mega-2 {
    column-count: 1;
  }
}

.child-theme-mainmenu ul.menu li.menu-item-has-children:hover ul.sub-menu {
  transform: scaleY(1);
}

.child-theme-mainmenu ul.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  padding: 15px 0;
}

.child-theme-mainmenu ul.menu li a:hover {
  color: var(--it-theme-1);
}

.child-theme-mainmenu ul {
  list-style: none;
}

.child-theme-mainmenu ul.menu li.menu-item-has-children.mega-2 > ul.sub-menu {
  column-count: 2;
}

/* form css */
/* Search Form Container */
.header-product-search .search-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

/* Input Field Style */
.header-product-search .search-field {
  border: none;
  padding: 10px 15px;
  flex: 1;
  outline: none;
  font-size: 14px;
}

/* Search Button Style */
.header-product-search button[type=submit] {
  background: var(--it-theme-1);
  color: white;
  border: none;
  padding: 0 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

/* Button Hover Effect (Optional) */
.header-product-search button[type=submit]:hover {
  background: #128c7e;
}

.keno-breadcrumb-child {
  padding: 30px 0;
  background-color: #f0f4ff;
  text-align: center;
}
.keno-breadcrumb-child nav.woocommerce-breadcrumb {
  margin-bottom: 0;
}

.keno-cat-slider {
  padding: 20px 0;
  position: relative;
}

.cat-item {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.cat-item:hover {
  transform: translateY(-10px);
}
.cat-item p {
  margin-bottom: 0;
  line-height: 24px;
}
.cat-item p span {
  display: block;
}
.cat-item.sold p span {
  display: inline-block;
}

.cat-img {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 2px solid #eee;
}

.cat-name {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
}

.keno-cat-slider .swiper-button-next,
.keno-cat-slider .swiper-button-prev {
  color: #000;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s all;
}
.keno-cat-slider:hover .swiper-button-next,
.keno-cat-slider:hover .swiper-button-prev {
  opacity: 1;
  transform: translateY(0);
}

.keno-cat-grid .category-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.keno-cat-grid .category-grid-wrapper.wrapper2 {
  gap: 14px;
}
@media (max-width: 575px) {
  .keno-cat-grid .category-grid-wrapper {
    flex-direction: column;
  }
}
.keno-cat-grid .category-grid-wrapper .cat-item {
  /* flex-grow কে 0 করা হয়েছে যাতে ফাঁকা জায়গা না নেয় */
  /* flex-shrink কে 0 করা হয়েছে যাতে ছোট না হয়ে যায় */
  flex: 0 0 calc(16.66% - 12.5px);
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .keno-cat-grid .category-grid-wrapper .cat-item {
    flex: 0 0 calc(25% - 11.25px); /* ট্যাবলেটে ৪টি করে */
  }
}
@media (max-width: 768px) {
  .keno-cat-grid .category-grid-wrapper .cat-item {
    flex: 0 0 calc(33.33% - 10px); /* ছোট ট্যাবলেটে ৩টি করে */
  }
}
@media (max-width: 480px) {
  .keno-cat-grid .category-grid-wrapper .cat-item {
    flex: 0 0 calc(50% - 7.5px); /* মোবাইলে ২টি করে */
  }
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 .cat-name {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 {
  /* Ribbon-er Main Styling */
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f85506; /* Red color */
  color: white;
  text-align: center;
  font-weight: bold;
  /* Ribbon-er koner angle thik kora */
  transform: rotate(-45deg) translateX(-28%) translateY(-19px);
  width: 150px;
  padding: 3px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 .ribbon span {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.keno-cat-grid .category-grid-wrapper .cat-item.cat-item-2 .sell-btn {
  background-color: var(--it-theme-1);
  color: #fff;
  padding: 5px 10px;
  display: block;
}

.keno-cat-slider2 {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  margin-top: -30px;
}
.keno-cat-slider2 .cat-name {
  text-align: center;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: 0.3s all;
}
.keno-cat-slider2 .cat-name:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .keno-cat-slider2 .cat-name {
    font-size: 12px;
  }
}
.keno-cat-slider2 .cate-arrow-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.keno-cat-slider2 .cate-arrow-box button {
  border: none;
  background-color: transparent;
  transition: 0.3s all;
}
.keno-cat-slider2 .cate-arrow-box button:hover {
  color: var(--it-theme-1);
}

.product .button-wrap {
  text-align: center;
  margin-top: 30px;
}
.product .button-wrap a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
  transition: all 0.3s ease;
}
.product .button-wrap a:hover {
  background-color: transparent;
  color: var(--it-theme-1);
}
.product .button-wrap a:nth-child(2) {
  margin-bottom: 8px;
}
.product .button-wrap a.woocommerce-LoopProduct-link {
  display: none !important;
}
.product .button-wrap a.sell-btn {
  background-color: transparent;
  color: #0e2a46;
  border: 1px solid var(--it-theme-1);
  transition: all 0.3s ease;
}
.product .button-wrap a.sell-btn:hover {
  background-color: var(--it-theme-1);
  color: #fff;
}

.woocommerce-pagination {
  margin: 30px 0;
}

.keno-breadcrumb .woocommerce-breadcrumb {
  margin: 0 !important;
}

.custom-cat-wrapper .custom-category-box {
  box-shadow: 0 0 10px #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.custom-cat-wrapper .custom-category-box:hover {
  box-shadow: 0 0 15px #bbb;
}
.custom-cat-wrapper .custom-category-box:last-child {
  margin-bottom: 0;
}
.custom-cat-wrapper .custom-category-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.custom-cat-wrapper .custom-category-box a img {
  max-width: 30px;
}
.custom-cat-wrapper .custom-category-box a h3 {
  font-size: 15px;
  margin-bottom: 0;
}

.sold-img {
  position: relative;
}
.sold-img img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}
.sold-img .tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f85506;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.keno-child-single-product-wrapper {
  padding: 80px 0;
}
.keno-child-single-product-wrapper .product-add-to-cart .cart {
  display: none;
}
.keno-child-single-product-wrapper .main-product-slider {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ddd;
}
.keno-child-single-product-wrapper .main-product-slider .swiper-slide img {
  height: 300px;
  width: 100%;
}
@media (max-width: 575px) {
  .keno-child-single-product-wrapper .main-product-slider {
    padding: 10px;
  }
  .keno-child-single-product-wrapper .main-product-slider .swiper-slide img {
    height: 150px;
  }
}
.keno-child-single-product-wrapper .thumb-product-slider .swiper-wrapper {
  justify-content: center;
}
.keno-child-single-product-wrapper .thumb-product-slider .swiper-slide img {
  height: 80px;
  width: 100%;
  border: 1px solid #ccc;
}
@media (max-width: 575px) {
  .keno-child-single-product-wrapper .thumb-product-slider .swiper-slide img {
    height: 50px;
  }
}
.keno-child-single-product-wrapper .related-list .single-related-item {
  gap: 10px;
}
.keno-child-single-product-wrapper .related-list .single-related-item img {
  max-width: 100px;
}
.keno-child-single-product-wrapper .related-list .single-related-item .related-info h4 {
  font-size: 18px;
  line-height: 28px;
}
.keno-child-single-product-wrapper .related-list .single-related-item .price {
  color: #f85506 !important;
  font-weight: 700;
}
.keno-child-single-product-wrapper .product-price {
  margin: 15px 0;
  color: #f85506 !important;
  font-weight: 700;
}
.keno-child-single-product-wrapper .single-product-right-wrapper h2 {
  font-size: 25px;
}
.keno-child-single-product-wrapper .single-product-right-wrapper p.stock.available-on-backorder {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.keno-child-single-product-wrapper .single-product-right-wrapper .stock.in-stock {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.keno-child-single-product-wrapper .single-product-right-wrapper .product-short-description p {
  margin-bottom: 10px;
}
.keno-child-single-product-wrapper .single-product-right-wrapper .product-short-description ol,
.keno-child-single-product-wrapper .single-product-right-wrapper .product-short-description ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.keno-child-single-product-wrapper .related-products-sidebar {
  box-shadow: 0 0 5px #ddd;
  padding: 20px;
}
.keno-child-single-product-wrapper .related-products-sidebar h2 {
  font-size: 25px;
}

/* CSS Class */
.btn-whatsapp {
  background-color: var(--it-theme-1);
  color: #ffffff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  flex: 1;
  text-align: center;
  display: inline-flex; /* Flex-er moto behave korar jonno */
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease; /* Hover effect-er jonno transition */
  border: none;
}

/* Hover Effect */
.btn-whatsapp:hover {
  background-color: #128c7e; /* Ektu dark green hover-e */
  color: #ffffff;
  text-decoration: none;
}

.product {
  box-shadow: 0 0 5px #d3def0;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.product .stock-status {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 10px 5px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
}
.product .stock-status .emoji {
  height: auto !important;
}
.product .stock-status .badge-in-stock,
.product .stock-status .badge-out-of-stock {
  color: var(--it-theme-1);
  font-weight: 700;
  font-size: 14px;
}
.product .stock-status .badge-out-of-stock {
  color: red;
}
.product span.onsale {
  display: none !important;
}
.product img {
  height: 150px !important;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.product h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.product .price {
  font-size: 20px;
  margin: 15px 0;
  color: #f85506 !important;
  line-height: 35px;
  font-weight: 700;
}
.product span.onsale {
  background-color: #f85506 !important;
}

.selldaw-sell-form .sell-form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .selldaw-sell-form .sell-form-wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control {
  width: 100%;
  margin-bottom: 30px;
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control select {
  width: 100%;
  padding: 5px 15px;
  border-radius: 5px;
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control select:focus {
  outline: none;
  border-color: var(--it-theme-1);
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.selldaw-sell-form .sell-form-wrapper .sell-form-control input:focus {
  outline: none;
  border-color: var(--it-theme-1);
}
.selldaw-sell-form .sellf-form-description textarea {
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.selldaw-sell-form .sellf-form-description textarea:focus {
  outline: none;
  border-color: var(--it-theme-1);
}
.selldaw-sell-form .sell-form-control-image {
  margin-top: 30px;
  border: 1px dotted;
  padding: 50px 30px;
  border-radius: 5px;
}
.selldaw-sell-form .sell-form-control-image label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.selldaw-sell-form .sellf-form-btn button {
  padding: 10px 20px;
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.selldaw-sell-form .sellf-form-btn button:hover {
  background-color: #f85506;
  border: 1px solid #f85506;
}
.selldaw-sell-form .message-wrapp {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.review-widgets-video {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.review-widgets-video .single-video-review {
  flex: 0 0 calc(25% - 12px);
  box-sizing: border-box;
}

.review-widgets-image {
  text-align: center;
}
.review-widgets-image .swiper-button-next svg, .review-widgets-image .swiper-button-prev svg {
  width: revert-layer;
  fill: #000 !important;
}

.keno_custom_product_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.keno_custom_product_wrap .keno_custom_product_area {
  flex: 0 0 calc(16.6666666667% - 13px);
  box-sizing: border-box;
}

/* ==========================================================================
   Responsive Breakpoints for Digital Marketplace
   ========================================================================== */
@media (max-width: 1199px) and (min-width: 992px) {
  .child-theme-mainmenu {
    display: none;
  }
  .related-products-sidebar h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .child-theme-mainmenu {
    display: none;
  }
  .single-product-right-wrapper {
    margin-bottom: 30px;
  }
  .related-products-sidebar h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .child-theme-mainmenu {
    display: none;
  }
  .single-product-right-wrapper {
    margin-bottom: 30px;
  }
  .related-products-sidebar h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .child-theme-mainmenu {
    display: none;
  }
  .site-branding img {
    max-width: 100px;
    margin-left: 0;
  }
  p.woocommerce-result-count {
    text-align: center;
    width: 100%;
  }
  form.woocommerce-ordering {
    text-align: center;
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 5px;
  }
  .product .button-wrap a {
    padding: 10px 6px;
  }
  h2.woocommerce-loop-product__title {
    font-size: 15px !important;
  }
  .single-product-right-wrapper {
    margin-bottom: 30px;
  }
  .related-products-sidebar h2 {
    font-size: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
