/*
CTC Separate Stylesheet
Updated: 2025-06-25 14:49:30
Theme Name: dokani Child
Template: dokani-develop
Author: weDevs, LLC
Description: An eCommerce theme for Dokan
Tags: blog,e-commerce,grid-layout,three-columns,custom-colors,custom-menu,editor-style,featured-images,post-formats,theme-options,translation-ready
Version: 1.0.1.1750862970
*/
@keyframes moveLeftRight {
  0% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(-20px);
  }

  100% {
      transform: translateX(0);
  }
}
@keyframes moveUpDown {
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(-20px);
}

100% {
    transform: translateY(0);
}
}

.elementor-template-full-width div#page.container.grid-container {
  width: 100%;
  max-width: 100%;
}

html {
  margin-top: 0 !important;
}
div#wpadminbar {
  display: none !important;
}

body.home {
  background-image: url('./images/hero-banner-bg-5.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.hero-banner.hero-banner_v7 .shape .shape-i {
  position: absolute;
  z-index: -1;
}
.hero-banner.hero-banner_v7 .shape *.shape-1 {
  top: 15%;
  left: 6%;
  animation: moveLeftRight 10s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-2 {
  top: 45%;
  left: 48%;
  animation: moveUpDown 5s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-3 {
  bottom: 12%;
  left: 6%;
  animation: moveLeftRight 10s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-4 {
  bottom: 5%;
  left: 36%;
  animation: moveLeftRight 8s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-5 {
  top: 40%;
  right: 5%;
  animation: moveUpDown 10s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-6 {
  top: 14%;
  right: 28%;
  animation: moveLeftRight 10s linear infinite;
}
.hero-banner.hero-banner_v7 .shape *.shape-7 {
  bottom: 5%;
  right: 15%;
  animation: moveUpDown 10s linear infinite;
}

.custom-product-search .search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 0 10px;
  gap: 10px;
  width: 100%;
  max-width: 600px;
}

.search-icon {
  font-size: 18px;
  color: #f27885;
  margin-left: 10px;
}

.cat-icon {
  font-size: 16px;
  color: #f27885;
  margin-right: 5px;
}

.custom-product-search input.search-input {
  border: none;
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  outline: none;
  background: transparent;
  max-width: 130px;
}

.category-dropdown {
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
}

.category-dropdown select {
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
  padding: 10px 5px;
  appearance: none;
  max-width: 130px;
}

.search-button {
  background-color: #f27885;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  margin-right: -10px;
}

.search-button:hover {
  background-color: #e76776;
}
body {
  padding-top: 70px;
}
div.grid-container {
  max-width: 1320px;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 9999;
  box-shadow: none;
}

.site-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  animation: slideDown 0.4s ease forwards;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.explore-cat-box figure.elementor-image-box-img {
  --size: 188px;
  position: relative;
  width: 188px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(251, 163, 28, 0.5);
  transition: all 0.3s;
}
.explore-cat-box figure.elementor-image-box-img:hover {
  background-color: #ff8a8a;
}
.explore-cat-box figure.elementor-image-box-img:hover:before{
  border: 1px solid rgba(255, 255, 255, 1);
}
.explore-cat-box figure.elementor-image-box-img:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: inherit;
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  transition: all 0.3s;
}

.explore-cat-box figure.elementor-image-box-img img {
  max-width: 60px;
  object-fit: cover;
  border-radius: 0 !important;
}

.explore-cat-box h3.elementor-image-box-title a:hover {
  color: #ff8a8a;
}

.floating-cart {
  position: fixed;
  top: 40%;
  right: 0;
  background: #1c1c1c;
  padding: 10px;
  border-radius: 6px 0 0 6px;
  z-index: 9999;
  transition: background 0.3s;
}

.floating-cart a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.floating-cart .cart-icon::before {
  content: "\f07a"; /* Font Awesome shopping-cart */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 5px;
}

.floating-cart .cart-count {
  font-size: 14px;
  font-weight: bold;
}

.floating-cart:hover {
  background: #000;
}

.site-footer {
  background-image: url('images/footer-bg-6.jpg');
}

div#footer-widgets.footer-widgets {
  background-color: transparent;
}
.site-footer footer.site-info {
  background-color: transparent;
  border-top: 1px dashed rgba(18, 18, 18, 0.2);
}

.footer-bar-column .wp-block-social-link-anchor svg {
  background-color: #ff8a8a;
  color: white !important;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  margin: 3px;
  fill: white;
}

.footer-bar-column.footer-bar-section2 {
  color: #666666;
}

.site-header .dokani-user-menu a {
  text-decoration: none;
}
.site-header .dokani-user-menu > ul > li > a{
  padding-left: 15px;
}

.site-header .dokani-user-menu ul {
  flex-direction: row;
  margin: 0;
}
.site-header .dokani-user-menu li a i{
  display: none;
}

nav.main-navigation .main-nav ul > li:last-child > a {
  padding-left: 0;
}
.site-branding a {text-decoration: none;}


.site-header .dokani-user-menu > ul > li > a.dokani-menu-vendor-dashboard,
.site-header .dokani-user-menu > ul > li > a.dokani-menu-user {
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 14px;
  margin-left: 10px;
}

.site-header .dokani-user-menu > ul > li > a.dokani-menu-vendor-dashboard,
.site-header .dokani-user-menu > ul > li > a.dokani-menu-user:hover {
  background: #ff8a8a;
  color: white;
  border: 1px solid #ff8a8a;
}

.site-header .dokani-user-menu > ul > li > a.dokani-menu-vendor-dashboard:hover,
.site-header .dokani-user-menu > ul > li > a.dokani-menu-user {
  background: transparent;
  border: 1px solid #ff8a8a;
  color: #ff8a8a;
}

header.site-header .inside-header .header-right {
  justify-content: space-between;
}
.elementor-template-full-width div#page {
  padding: 0;
}

div.woocommerce ul.products li.product .item-bar, div.woocommerce-page ul.products li.product .item-bar {
  display: block;
}
div.woocommerce ul.products li.product .item-bar .item-meta, div.woocommerce-page ul.products li.product .item-bar .item-bar .item-meta {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
/* div.woocommerce ul.products li.product .item-bar .item-button, div.woocommerce-page ul.products li.product .item-bar .item-button {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5%;
  background-color: rgba(12, 18, 57, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
div.woocommerce ul.products li.product:hover .item-bar .item-button, div.woocommerce-page ul.products li.product:hover .item-bar .item-button {
  height: calc(100% - 146px);
  visibility: visible;
  opacity: 1;
  top: 0;
  position: absolute;
} */

div.woocommerce ul.products li.product .item-bar .item-button a, div.woocommerce-page ul.products li.product .item-bar .item-button a {
  margin: 0 auto;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
div.woocommerce ul.products li.product .star-rating, div.woocommerce ul.products li.product .rating-blank {
  margin-top: 0;
  margin-bottom: 10px;
}
div.woocommerce ul.products li.product .item-content a.woocommerce-LoopProduct-link .woocommerce-loop-product__title, div.woocommerce-page ul.products li.product .item-content a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  text-align: center;
}
div.woocommerce .products[class] li .item-content .item-header {
  min-height: 0;
}
.dokani-products-view.buttons.box-shadow {
  display: none;
}
div.woocommerce .woocommerce-ordering, .woocommerce-page form.woocommerce-ordering {
  float: right;
}
.elementor-template-full-width nav.breadcrumb {
  display: none;
}