@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");

:root {
  --theme-color: #ff6100;
}
body {
  font-family: "Source Sans Pro", sans-serif !important;
  overflow-x: hidden;
}

footer {
  margin-top: 3rem;
}
strong {
  font-family: "Source Sans Pro", sans-serif !important;
}
.header-contain-top {
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.header-contain-top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contain-top-left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-contain-top-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.header-contain-top-left > span {
  font-size: 14px;
}
.header-contain-top-left > span:first-child {
  margin-right: 0.5rem;
  color: var(--theme-color);
  font-weight: 600;
}
.header-contain-top-left > span:last-child {
  color: #000;
  font-weight: 600;
}

.header-contain-top-right > a {
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  color: #212529;
  transition: 0.3s ease-in-out;
}
.header-contain-top-right > a:hover {
  color: var(--theme-color);
}
.header-contain-top-right > a:not(:last-child) {
  padding-right: 0.7rem;
}
.header-contain-top-right > a > i {
  margin-right: 0.3rem;
}

.stroy-wrapper .item.slick-slide > a > img {
  border-radius: 50%;
  width: auto;
}
.story-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stroy-wrapper .slick-slide > a {
  align-items: center;
  justify-content: center;
}

.stroy-wrapper .slick-slide > a:hover > img {
  transform: scale(1) !important;
}

.stroy-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.featured-slick-slider-wrapper .slick-slide,
.featured-slick-slider-wrapper2 .slick-slide {
  padding: 0.8rem;
  background-color: #fff;
  margin: 0 0.6rem;
  border-radius: 10px;
}

.featured-slider-wrapper {
  padding: 1.5rem;
  background-color: #ffeedf;
  margin-top: 1.5rem;
}

.featured-slider-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
.featured-slider-title > a {
  line-height: 30px;
  color: #312d3b;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
}
.featured-item-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100px;
}
.featured-name {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.featured-name > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.featured-price {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3rem;
  border-radius: 5px;
  background-color: #f24504;
}
.featured-price > span {
  color: #fff;
  padding-left: 0.5rem;
  font-size: 18px;
}
.featured-price > span.old-price {
  font-size: 16px;
  text-decoration: line-through;
  color: #ffffffdb;
}

.featured-price > span.new-price {
  font-size: 18px;
}
.featured-slick-slider-wrapper .slick-next,
.featured-slick-slider-wrapper .slick-prev {
  display: block !important;
  background-color: transparent !important;
  border: none !important;
}
.featured-slick-slider-wrapper .slick-next > i,
.featured-slick-slider-wrapper .slick-prev > i {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-slick-slider-wrapper .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  z-index: 999;
}

.featured-slick-slider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 999;
}

.home-category-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-category-contents:not(:last-child) {
  margin-right: 1rem;
}

.home-category-contents {
  width: 20%;
}
.category-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  background-color: #ffff;
  height: 60px;
  text-align: center;
}
.category-image-div > a > img {
  width: 100%;
}

.category-name > b {
  font-size: 15px;
}

.home-category-wrappers {
  background-color: #f9f9f9;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.home-category-wrappers-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
  color: #86838c;
  font-size: 15px;
}
.home-category-wrappers-title > b {
  color: #000;
  font-size: 18px;
}

.home-banners > a > img {
  width: 100%;
}

.home-banners {
  padding: 0 !important;
  margin-top: 1.5rem;
}

.home-banners > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.featured-slick-slider-wrapper2 .slick-slide {
  background-color: #fffcf7 !important;
  border: 1px solid #eee;
}

.featured-contain.container {
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin-top: 1.5rem;
}

.featured-contain .featured-slider-wrapper2 {
  width: calc(80% - 1rem);
  margin-right: 1rem;
  border: 1px solid #eee;
  padding: 1.5rem;
  height: 503px;
}

.featurd-banner > a > img {
  width: 100%;
}

.featured-contain .featurd-banner {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 1rem;
  height: 503px;
  background-color: #fcfaf5;
}

.featured-slider-title > span {
  color: #86838c;
  font-size: 15px;
}

.footerwebsite {
  box-shadow: none !important;
  border-top: none !important;
}
.product-card .product-caption .product-price-wrapper {
  flex-direction: unset !important;
}
.product-card .product-caption .product-price-wrapper .product-old-price {
  color: #ffffffdb;
}
@media screen and (min-width: 992px) {
  .megamenu-html-content > figure {
    display: flex;
    align-items: center;
  }

  .megamenu-html-content > figure > a:not(:last-child) {
    margin-right: 1.5rem;
  }

  .megamenu-html-content > figure > a > img {
    width: 100%;
    border-radius: 50%;
  }

  .megamenu-html-content > figure > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  .megamenu-html-content > figure > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.44);
  }
  .megamenu-html-content > figure > a::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    transition: 0.3s;
  }
  .megamenu-html-content > figure > a:hover::after {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li.sub > a {
    margin-bottom: 0.5rem;
  }
  ul.megamenu
    li
    .sub-menu
    .content
    .static-menu
    > .menu
    > ul
    > li.sub
    > ul
    > li
    > a {
    font-weight: 700 !important;
    position: relative;
    padding-left: 10px;
  }
  ul.megamenu
    li
    .sub-menu
    .content
    .static-menu
    > .menu
    > ul
    > li.sub
    > ul
    > li
    > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
  }
  .row {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .categories .row .static-menu {
    border-right: 1px solid #eee;
  }
  .categories .row .static-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-wrapper,
  nav.megamenu-nav,
  .megamenu-container,
  .container-megamenu.horizontal,
  .megamenu-wrapper,
  .megamenu-pattern {
    width: 100% !important;
  }

  ul.megamenu {
    align-items: center !important;
    justify-content: center;
  }

  ul.megamenu > li > a strong {
    color: #404040;
    font-size: 16px;
    line-height: 46px;
    padding: 0 10px;
    position: relative;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif !important;
  }

  .menu-wrapper {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 12px -13px rgb(0 0 0 / 75%);
  }

  ul.megamenu > li > a > strong {
    transition: 0.3s ease-in-out;
  }

  ul.megamenu > li > a:hover > strong {
    color: var(--theme-color) !important;
  }

  ul.megamenu > li > a {
    position: relative;
  }

  ul.megamenu > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: var(--theme-color);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  ul.megamenu > li > a:hover {
    opacity: 1 !important;
  }

  ul.megamenu > li > a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1025px) {
  ul.megamenu > li > a strong {
    color: #404040;
    font-size: 12px;
  }
}
.product-caption {
  padding: 1rem;
}

.product-price-wrapper {
  margin-top: 1.5rem;
  padding: 0.3rem;
  background-color: #f24504;
  width: 60%;
  border-radius: 5px;
}

.product-price-wrapper > span {
  color: #fff;
  padding: 0.3rem !important;
  font-size: 16px !important;
}

.header-contain-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contain-bottom-container .header-contain-bottom-logo,
.header-contain-bottom-container .header-contain-bottom-right {
  width: 25%;
}

.header-contain-bottom-container .header-contain-bottom-search {
  width: 50%;
}

.header-contain-bottom-container .header-contain-bottom-search > form,
.header-contain-bottom-container .header-contain-bottom-search > form > input {
  width: 100%;
}
.header-contain-bottom-container .header-contain-bottom-search > form {
  position: relative;
}
.header-contain-bottom-container .header-contain-bottom-search > form > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.header-contain-bottom-container .header-contain-bottom-search > form > input {
  border: 1px solid #ddd;
  padding: 0.7rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 13px;
}

.header-contain-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contain-bottom-right > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header-contain-bottom-right > div:not(:last-child) {
  margin-right: 1rem;
}

.icon-text > a {
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  margin-top: 1px;
  transition: 0.3s ease-in-out;
}
.icon-text > a:hover {
  color: #000;
}
.header-contain-bottom {
  padding: 0.6rem;
  border-bottom: 1px solid #ddd;
}

.header-contain-bottom-right > div > i {
  display: block;
  font-size: 16px;
  color: #404040;
  line-height: 24px;
  margin-top: -1px;
}

#search {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99999 !important;
  pointer-events: unset !important;
  border-bottom: none !important;
}

body.remove {
  overflow-y: hidden;
}
.mobile-header-contain {
  display: none;
}
@media screen and (max-width: 992px) {
  .home-category-container {
    flex-wrap: wrap;
  }
  .home-category-contents {
    width: calc(33.33% - 1rem);
    margin-bottom: 1rem;
  }
  .featured-contain .featurd-banner {
    display: none;
  }
  .featured-contain .featured-slider-wrapper2 {
    width: 100%;
    height: auto;
  }
  .menu-wrapper {
    width: 100%;
    border-bottom: 1px solid #ddd;
    justify-content: flex-end !important;
    padding-right: 1rem;
  }

  .megamenu-header {
    align-items: center !important;
  }

  .header-contain-top-container,
  .header-contain-bottom-container {
    width: 100%;
    padding: 0 !important;
  }

  .icon-text {
    display: none;
  }
  .header-contain-bottom-right {
    width: 15% !important;
  }

  .header-contain-bottom-right > div > i {
    font-size: 20px;
  }

  .header-contain-bottom-logo {
    width: 15% !important;
    margin-right: 1rem;
  }

  .header-contain-bottom-container .header-contain-bottom-search {
    width: 60%;
  }

  .header-contain-bottom-logo > a > img {
    width: 100%;
  }
  .megamenu-html-content {
    display: none;
  }
  .row-container {
    padding: 0 !important;
  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul > li > ul {
    margin-left: 1.5rem;
    line-height: 1.6;
  }
  ul.megamenu > li > a strong {
    font-family: "Source Sans Pro", sans-serif !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-header-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }
  .header-contain-bottom-container {
    display: none;
  }
  .header-contain-bottom {
    padding: 0;
    border-bottom: none;
  }
  .header-contain-bottom-logo {
    width: 20% !important;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .header-contain-top {
    display: none;
  }
  .home-category-contents {
    width: calc(50% - 1rem);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 426px) {
  .header-contain-bottom-logo {
    width: 35% !important;
    margin-right: 1rem;
  }
}
#mobile-search {
  z-index: 9999 !important;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  span {
  font-weight: 700;
}
.little-image .swiper-slide {
  cursor: pointer !important;
}
