.active-search {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0) !important;
}

.sticky {
  position: fixed;
  top: 0 !important;
  width: 100%;
  left: 0;
  background: #fff;
  right: 0;
  z-index: 999;
}
ul.megamenu li .sub-menu .content .hover-menu a.main-menu::before {
  display: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);
}

.header-container .header-left-container {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 80%;
}

.header-container .header-left-container .header-logo {
  margin: 0;
  width: 30%;
  margin: 1rem 0;
}

.header-container .header-left-container .header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .header-left-container .header-logo a > img {
  margin: 0;
  max-width: 100%;
  width: 55%;
}

.header-container .header-left-container .header-menu {
  display: flex;
  width: 100%;
}

.header-container .header-right-container {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 45px;
}

.header-container .header-right-container .quick-btn-wrapper .search-btn {
  border: none;
  background: none;
  color: #808285;
}

.header-container .header-right-container .head-div:not(:last-child) {
  margin-right: 0.7rem;
}

.header-container .header-right-container .header-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container .header-right-container .header-social-link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808285;
}

.header-container
  .header-right-container
  .header-social-link
  > a:not(:last-child) {
  margin-right: 1rem;
}

.header-container .header-right-container .user-menu > a {
  font-size: 19px;
  color: #808285;
}

.header-cart {
  position: relative;
}

.header-cart > span {
  position: absolute;
  top: -3px;
  right: 0px;
  font-size: 12px;
  width: 15px;
  height: 15px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.user-submenu {
  z-index: 9;
}

.header-cart a > i,
.user-div > a > i {
  color: #808285;
  margin-right: 0.7rem;
}

ul.megamenu > li > a {
  color: #808285 !important;
}

ul.megamenu > li > a strong {
  font-weight: 400 !important;
}

#search {
  width: 35%;
  right: 0;
  left: unset;
  top: 48px;
}

#search .search-input-wrapper {
  padding: 1rem !important;
  width: 100% !important;
}

#search .search-input-wrapper > input {
  padding: 0.2rem !important;
  border: 1px solid;
}

#search .search-input-wrapper > button.search-remove,
#search .search-input-wrapper > button.search-search {
  height: 0;
}
#search .search-input-wrapper > button.search-clear {
  height: 0;
  padding-right: 0;
}

#search .search-input-wrapper > button.search-search {
  font-size: 20px;
}

.home-banner-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.home-banner-wrapper-mobile {
  display: none;
}

.home-slider {
  top: 0;
}

.home-banner-wrapper .home-banner-wrap {
  display: flex;
  position: relative;
}

.home-banner-wrapper .home-banner-wrap .home-banner-wrap-right-overlay {
  left: 50%;
  background: #ffd964;
}

.home-banner-wrapper .home-banner-wrap .banner-overlay {
  position: absolute;
  width: 50%;
  z-index: 99;
  height: 100%;
  opacity: 0.85;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 3rem;
}

.home-banner-wrapper .home-banner-wrap .home-banner-wrap-left-overlay {
  right: 50%;
  background: #00a35c;
}
.home-banner-wrapper .home-banner-wrap .banner-overlay .banner-title {
  font-size: 35px;
  padding-bottom: 1rem;
}

.home-banner-wrapper .home-banner-wrap .banner-overlay .banner-desc {
  font-size: 16px;
  padding-bottom: 2rem;
}

.home-banner-wrapper .home-banner-wrap .banner-overlay > button {
  background: none;
  padding: 0.5rem;
}
.home-banner-wrapper .home-banner-wrap .home-banner-wrap-image > img {
  width: 100%;
}
.home-banner-wrapper .home-banner-wrap .home-banner-wrap-left-overlay > span {
  color: #fff;
}

.home-banner-wrapper .home-banner-wrap .home-banner-wrap-left-overlay > button {
  color: #fff;
  border-color: #fff;
}

.header-language button i {
  font-size: 20px;
  color: #808285;
}

ul.dropdown-menu {
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
}

ul.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem;
  transition: 0.25s ease-in-out;
}

ul.dropdown-menu > li > a > img {
  margin-right: 0.5rem;
}

ul.dropdown-menu > li > a:hover {
  background-color: #808285;
  color: #fff;
}

.header-language button > img {
  height: 15px;
}

.header-language button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
}

/*category-page*/
.category-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
}

.category-content-wrapper .category-list-container {
  width: 0%;
  display: flex;
  padding-top: 2rem;
  position: sticky;
  top: 50px;
  transform: translateX(-100%);
  background: #666666;
  height: calc(100vh - 50px);
  transition: 0.25s ease-in-out;
  overflow: hidden;
}

.open-list-active {
  width: 20% !important;
  transform: translateX(0) !important;
}

.open-list-active ~ .product-layout {
  width: 80% !important;
}

.filter-sort {
  display: none !important;
}

.category-content-wrapper .product-layout {
  width: 100%;
  padding-top: 5rem !important;
}

.category-content-wrapper .bf-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem !important;
  padding-top: 0 !important;
}

.category-content-wrapper .bf-form .bf-attr-block {
  width: auto !important;
  display: flex;
  flex-direction: column;
}

.category-content-wrapper .bf-form .bf-buttonclear-box {
  display: none !important;
}
.bf-slider-range.ui-slider .ui-slider-range {
  background: #808386;
  height: 5px !important;
}
.home-banner-wrapper .home-banner-wrap:nth-child(5) .banner-overlay > span {
  color: #fff;
  font-weight: 600;
}

.home-banner-wrapper .home-banner-wrap:nth-child(5) .banner-overlay > button {
  color: #fff;
  font-weight: 600;
  border-color: #fff;
}

.sogo-content {
  transition: 0.25s ease-in-out;
}

.product-card {
  transition: 0.25s ease-in-out;
}

.product-card.active-card {
  width: calc(25%);
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 1rem;
}

.product-card.active-card:nth-child(4n + 1) {
  margin-left: 0;
}

.open-list-container {
  transition: 0.25s ease-in-out;
  left: 2%;
  width: 8%;
  height: fit-content;
  display: flex;
  align-items: start;
  justify-content: center;
  position: fixed;
  margin-top: 0.5rem;
  z-index: 9;
}
.open-list-container.openactive {
  left: 22%;
}

.open-list-container > button {
  padding: 5px 20px;
  border: 1px solid #666;
  background: #666666;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  transition: 0.25s ease-in-out;
  justify-content: space-evenly;
}
.open-list-container > button > span {
  font-size: 16px;
}

.open-list-container > button > i {
  font-size: 18px;
}
.openactive > button {
  background: #fff;
  color: #666;
  border: 2px solid;
}
.category-content-wrapper .category-list-container .bf-panel-wrapper {
  width: 100%;
}
.category-content-wrapper
  .category-list-container
  .bf-panel-wrapper
  .bf-attr-block
  .bf-attr-header {
  color: #fff;
}
.category-content-wrapper
  .category-list-container
  .bf-panel-wrapper
  .bf-attr-block
  .bf-sliding-cont
  .bf-sliding
  .bf-attr-block-cont
  .bf-price-container {
  width: 100%;
}

.category-content-wrapper
  .category-list-container
  .bf-panel-wrapper
  .bf-attr-block
  .bf-sliding-cont
  .bf-sliding
  .bf-attr-block-cont
  .bf-price-container
  .bf-cur-symb
  > span {
  color: #fff;
}

.category-content-wrapper
  .category-list-container
  .bf-panel-wrapper
  .bf-attr-block
  .bf-sliding-cont
  .bf-sliding
  .bf-attr-block-cont
  .bf-attr-filter
  > span {
  color: #fff;
}

.category-content-wrapper .product-layout,
.product-layout .product-card {
  transition: 0.25s ease-in-out;
}

.bf-attr-header::after {
  content: "+";
}

.bf-attr-header.active::after {
  content: "-";
}

.bf-attr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bf-attr-block.bf-price-filter {
  margin-bottom: 1rem;
}

.bf-attr-block {
  justify-content: center;
  margin-bottom: 0.5rem !important;
}

.category-list-container.open-list-active {
  overflow-y: scroll;
}

.category-list-container.open-list-active::-webkit-scrollbar {
  width: 10px;
  background-color: #e9e9e9;
  border-left: 1px solid #bbbbbb;
}

.category-list-container.open-list-active::-webkit-scrollbar-thumb {
  background-color: #555555;
}
/*category-page-end*/

/*product-page-start*/

.swiper-slide > img {
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  border: 1px solid #999;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.sogo-container.container {
  width: 100%;
}

.product-right {
  width: 50% !important;
  background-color: #f2f2f2;
  padding: 1rem !important;
}

.prod-colors .colors-img {
  width: 14%;
  margin-left: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  transition: 0.25s ease-in-out;
}

.prod-colors .colors-img:hover {
  border: 1px solid #000;
}

ul.product-price {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.swiper-slide > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-top .swiper-slide > span > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.product-image {
  width: 100%;
}

.zoom > a > img:first-child {
  width: 100%;
  object-fit: contain;
}

.zoom > a > img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #fff;
}

.card.card-body > ul {
  list-style: disc;
  padding-left: 1rem;
}

.product-details-lower .card.card-body,
div#collapsedescription {
  border-bottom: none !important;
}

.collapse-description {
  margin: 0.5rem 0 !important;
  padding-left: 0.5rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 45px;
}

.similar-card {
  position: relative;
}

.similar-card:hover {
  box-shadow: none !important;
}

.similar-card .product-name-wrapper > a {
  align-items: center;
  justify-content: center;
}

.similar-card .product-name-wrapper > a > span {
  font-size: 20px !important;
}

.similar-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  height: 6px;
  background-color: #999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.similar-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 9px;
  border-color: transparent transparent #999 transparent;
  border-style: solid;
  bottom: 6px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.similar-card:hover::before,
.similar-card:hover::after {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1600px) {
  .container {
    width: 1600px !important;
  }
  .product-left {
    width: 45% !important;
  }
  .product-right {
    width: 55% !important;
    background-color: #f2f2f2;
    padding: 1rem !important;
  }
}
/*product-page-end*/

nav.megamenu-nav,
.container-megamenu,
.megamenu-wrapper,
.megamenu-container {
  width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul {
  align-items: flex-start;
  font-size: 11px;
}

@media (min-width: 992px) {
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    display: none;
  }
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li .main-menu {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.megamenu li .sub-menu .content .static-menu {
  width: 20%;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  height: 280px;
}

.megamenu li .sub-menu .content .static-menu .menu ul {
  padding-left: 0 !important;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li > a {
  font-size: 13px !important;
  transition: .2s ease;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li > a:hover {font-weight: 600;}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li {
}