@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
}

.footerwebsite {
  width: 100%;
}

.header-contain-top {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem 4rem;
  background-color: #fff;
}

.header-contain-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}

.header-contain-search > button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}

.header-contain-search > button > span {
  font-size: 16px;
  color: #888;
  cursor: pointer;
}

.contain-right-cart > a > i {
  font-size: 19px;
}

.contain-right-account > a > i {
  font-size: 23px;
}

.contain-right-wishlist > a > i {
  font-size: 20px;
}

.header-contain-search > button > i {
  margin-right: 0.5rem;
  cursor: pointer;
  font-size: 20px;
}

.header-contain-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

.header-contain-logo > a {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}

.header-contain-logo > a > img {
  width: 100%;
}

.header-contain-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}

.header-contain-right > div {
  cursor: pointer;
}

.header-contain-right > div:not(:last-child) {
  margin-right: 1.5rem;
}

.contain-right-account > a > span,
.contain-right-cart > a > span {
  font-size: 16px;
}

.contain-right-account,
.contain-right-account > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contain-right-cart,
.contain-right-cart > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contain-right-account > a > i,
.contain-right-cart > a > i {
  margin-right: 0.5rem;
}

.contain-right-wishlist,
.contain-right-wishlist > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-four-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

.home-four-image-wrapper .home-four-image-content {
  margin: 0.6rem;
  width: calc(25% - 1.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.home-four-image-wrapper .home-four-image-content > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-four-image-wrapper .home-four-image-content > a > img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.home-four-image-wrapper .home-four-image-content:hover > a > img {
  transform: scale(1.05);
}

.home-iamge-content-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 25px;
  left: 15px;
  color: #fff;
  height: 150px;
  justify-content: flex-end;
  width: 80%;
}

.home-iamge-content-text > a {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 15px;
  margin-top: 1rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
  z-index: 9;
}

.home-iamge-content-text > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease-in-out;
}

.home-iamge-content-text > a:hover::before {
  width: 50%;
  opacity: 1;
  visibility: visible;
}

.home-iamge-content-text > span {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.home-iamge-content-text > p {
  font-size: 14px;
  z-index: 9;
}

.featured-image-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.featured-image-div > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.featured-image-div > a > img {
  width: 100%;
  transition: 0.2s ease-in-out;
}

.slick-list.draggable .slick-track .item {
  padding: 1rem;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  margin: 0.5rem;
  overflow: hidden;
}

.featured-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease;
  background-color: #fff;
}

.add-cart.featured-add-cart {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 100%;
  padding: 0 0.5rem;
}

.featured-text-wrapper-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 0.5rem;
}

.slick-list.draggable .slick-track .item:hover .featured-text-wrapper {
  transform: translateY(-70px);
}

.slick-list.draggable .slick-track .item:hover .featured-image-div > a > img {
  transform: scale(1.03);
}

.featured-text-wrapper-top .featured-name {
  display: flex;
  width: 70%;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: flex-start;
}

.featured-text-wrapper-top .featured-price {
  display: flex;
  width: 30%;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.featured-price .price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 0.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.category-caption .product-price .price-dc .price .old-price {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  text-decoration: line-through;
  margin-right: 0.2rem;
}

#product #power-price {
  display: flex;
  align-items: center;
}

#product #power-price > li .product-old-price {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: line-through;
  margin-right: 0.3rem;
}

.featured-text-wrapper-top .featured-price > span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.add-cart.featured-add-cart > button {
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 0;
  padding-bottom: 0.3rem;
}

.add-cart.featured-add-cart > button:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #888;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.add-cart.featured-add-cart > button:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #888;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.add-cart.featured-add-cart > button:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.featured-slider-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  padding-left: 1rem;
  margin-top: 2rem;
}

.featured-slider-title > span {
  font-size: 30px;
  font-weight: 600;
}

.featured-slick-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
  left: 5px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}

.featured-slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}

.featured-slick-next:hover,
.featured-slick-prev:hover {
  background-color: #282a2a;
  color: #fff;
  border: 1px solid #282a2a;
}

#search,
.sogo-header.hovered + #search,
.sogo-header.hovered.header-minimized + #search {
  top: 90px !important;
}

.slick-slider-wrapper .slick-slider .slick-list.draggable .slick-track .item {
  padding: 0;
}

.slick-slider-wrapper .slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  bottom: 20px;
  right: 20px;
}

.slick-slider-wrapper .slick-slider .slick-dots > li {
  width: 14px;
  height: 14px;
  display: flex;
  font-size: 0;
  margin: 0.5rem;
}

.slick-slider-wrapper .slick-slider .slick-dots > li > button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

.slick-slider-wrapper .slick-slider .slick-dots > li.slick-active > button {
  background-color: #fff;
  border: 2px solid transparent;
}

.home-grid-box-wrapper {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.home-grid-box-big {
  display: flex;
  width: 30%;
  margin-right: 1rem;
  padding: 0.3rem;
}

.home-grid-box-big > a {
  display: flex;
  width: 100%;
  /* align-items: center; */
  /* justify-content: center; */
  /* padding: 0.3rem; */
}

.home-grid-box-big > a > img {
  width: 100%;
  border-radius: 30px;
}

.home-grid-box-small {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-grid-box-small > a {
  width: calc(33.333% - 1rem);
  margin: 0.5rem;
  margin-top: 0;
}

.home-grid-box-small > a > img {
  width: 100%;
  border-radius: 30px;
}

.home-grid-box-small > a:nth-child(4),
.home-grid-box-small > a:nth-child(5),
.home-grid-box-small > a:nth-child(6) {
  margin-bottom: 0;
}

.home-grid-box-big > a,
.home-grid-box-small > a {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.image-hover-gradiant {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 9;

  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  border-radius: 30px;
  transition: 0.35s ease-in-out;
}

.home-grid-box-big > a:hover .image-hover-gradiant,
.home-grid-box-small > a:hover .image-hover-gradiant {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.home-grid-box-big > a > i,
.home-grid-box-small > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease-in-out;
}

.home-grid-box-big > a:hover > i,
.home-grid-box-small > a:hover > i {
  opacity: 1;
  visibility: visible;
}

.featured-slider-title > span {
  font-family: "EB Garamond", serif !important;
  font-style: italic;
  letter-spacing: 2px;
  cursor: context-menu;
}

.home-four-image-wrapper .home-four-image-content > a::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.home-four-image-wrapper .home-four-image-content:hover > a::before {
  opacity: 1;
  top: 50%;
}

.six-image-card-wrapper {
  display: flex;
  width: 100%;
  margin-top: 2rem;
}

.six-image-card-left {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
  background-color: #eaf0f1;
  margin-left: 1rem;
}

.six-image-card-right {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.six-image-card-right-content {
  display: flex;
  flex-direction: column;
  margin: 0.6rem;
  width: calc(33.333% - 1.6rem);
  margin-top: 0;
  margin-bottom: 3rem;
}

.six-image-card-right-content > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.35s ease-in-out;
}

.six-image-card-right-content > a > img {
  width: 100%;
  transition: 0.35s ease-in-out;
}

.six-image-card-right-content > a:hover {
  box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
  border-radius: 3px;
}

.six-image-card-right-content > a:hover {
  border-radius: 3px;
}

.six-image-card-left-text > span {
  font-size: 70px;
  text-align: center;
  color: #333333;
  font-weight: 300;
}

.six-image-card-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.six-image-card-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.six-image-card-left-text > span > a {
  color: #84c434;
  font-weight: 500;
  text-decoration: revert;
}

.six-image-card-left-text > a {
  margin-top: 2rem;
  display: flex;
  padding: 1rem;
  background-color: #84c434;
  width: 60%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}

.six-image-card-left-text > a:hover {
  background-color: transparent;
  color: #84c434;
  border: 1px solid #84c434;
}

.six-image-card-right-content:nth-child(4),
.six-image-card-right-content:nth-child(5),
.six-image-card-right-content:nth-child(6) {
  margin-bottom: 0;
}

.six-image-card-right-content .six-image-card-right-content-text > span {
  color: #969696;
  letter-spacing: 1px;
  font-size: 17px;
  width: 100%;
}

.six-image-card-right-content .six-image-card-right-content-text > span > b {
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}

.six-image-card-right-content-text {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.item.blog-content {
  position: relative;
  margin: 0.5rem;
  width: calc(100% - 1rem);
}

.blog-text-div {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: #2c3f52;
}

.blog-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-image-div,
.blog-image-div > a {
  display: flex;
  width: 100%;
}

.blog-image-div > a > img {
  width: 100%;
  transition: 0.25s ease-in-out;
}

.blog-content:hover .blog-image-div > a > img {
  -webkit-transform: translateY(-95px) scale(0.4);
  -moz-transform: translateY(-95px) scale(0.4);
  -ms-transform: translateY(-95px) scale(0.4);
  transform: translateY(-95px) scale(0.4);
}

.blog-text-div .blog-text-wrapper .blog-name > span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blog-text-div .blog-text-wrapper .blog-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-text-div .blog-text-wrapper .blog-text {
  margin-bottom: 1rem;
}

.blog-text-div .blog-text-wrapper .blog-text > span {
  font-size: 14px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.blog-btn > a {
  display: flex;
  padding: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #fff;
  background-color: #ed4e6e;
  border-radius: 3px;
}

.blog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  padding-left: 1rem;
  margin-top: 2rem;
}

.blog-title > span {
  font-family: "EB Garamond", serif !important;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  cursor: context-menu;
}

.blog-wrapper {
  margin-bottom: 3rem;
}

.category-list-container {
  background-color: #f8f8f8;
}

#show-filter {
  display: none !important;
}

.bf-sliding {
  max-height: 250px;
  overflow-y: auto !important;
}

.bf-cascade-1,
.bf-cascade-2,
.bf-cascade-3 {
  background-image: none !important;
}

.bf-buttonclear-box {
  justify-content: flex-end !important;
}

.bf-buttonclear-box .bf-buttonsubmit {
  display: none !important;
}

.category-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bf-slider-range.ui-slider .ui-slider-range {
  background-color: #2d4795;
}

.bf-form > [class^="bf-attr-"] {
  margin-bottom: 1.5rem;
}

.bf-price-filter {
  margin-bottom: 0 !important;
}

.bf-cell label {
  font-size: 12px;
}

.bf-clickable {
  font-size: 15px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li
  > a
  > i {
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.facebook:hover {
  background-color: #1877f2;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.twitter:hover {
  background-color: #00acee;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.whatsapp:hover {
  background-color: #25d366;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.facebook:hover
  > a
  > i,
.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.twitter:hover
  > a
  > i,
.sogo-product-container
  .product-right
  .product-details-lower
  .social-share-buttons
  .share-buttons
  ul
  > li.whatsapp:hover
  > a
  > i {
  color: #fff;
}

.no-config{
  width: 100%;
}

.gallery-thumbs {
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: transparent !important;
  }
  .header-contain-bottom,
  .header-contain-bottom .megamenu-nav,
  .header-contain-bottom .megamenu-nav .container-megamenu,
  .header-contain-bottom .megamenu-nav .container-megamenu .megamenu-wrapper,
  .header-contain-bottom
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-pattern,
  .header-contain-bottom
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-pattern
    .megamenu-container,
  .header-contain-bottom
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-pattern
    .megamenu-container
    .megamenu {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul {
    display: flex;
    align-items: unset !important;
    justify-content: unset !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul {
    display: flex;
    align-items: unset !important;
    justify-content: unset !important;
    padding: 0 !important;
    margin-top: 1rem;
  }

  ul.megamenu
    li
    .sub-menu
    .content
    .static-menu
    > .menu
    > ul
    > li
    > ul
    > li::before {
    display: none !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover {
    letter-spacing: 2px !important;
    padding-left: 0 !important;
    font-weight: 400 !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    display: inline !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -5px;
    width: 4px;
    height: 4px;
    background-color: #ae1d22;
    border-radius: 50%;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover::before {
    display: none !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li {
    line-height: 2;
  }

  ul.megamenu li .sub-menu .content .categories {
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
  }

  ul.megamenu li .sub-menu .content .categories .row .col-sm-2 {
    width: 19.666667%;
  }

  ul.megamenu
    li
    .sub-menu
    .content
    .static-menu
    > .menu
    > ul
    > li
    > ul
    > li
    > a {
    font-size: 14px;
    font-weight: 300;
  }

  ul.megamenu > li > a strong {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif !important;
  }

  .hover-shine-content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .hover-shine-content > a {
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .hover-shine-content > a > img {
    width: 100%;
  }

  .hover-shine-content > span {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    position: relative;
  }

  .hover-shine-content > span::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -5px;
    width: 4px;
    height: 4px;
    background-color: #ae1d22;
    border-radius: 50%;
  }

  .hover-shine-content > p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  ul.megamenu > li > a {
    position: relative;
  }

  ul.megamenu > li > a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease-in-out;
  }

  ul.megamenu > li > a:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .expand-submenu {
    display: none;
  }

  ul.megamenu > li > a {
    padding-left: 0;
    margin-right: 15px;
  }

  ul.megamenu > li > a:not(:last-child) {
    margin-right: 15px;
  }

  ul.megamenu > li:last-child > a {
    display: flex;
  }

  .header-contain.sticked {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 99;
    transition: 0.35s ease-in-out;
    opacity: 0.8;
  }

  .header-contain.sticked:hover {
    transform: translateY(0) !important;
    opacity: 1;
  }

  body.active {
    padding-top: 133px;
  }
}

.slick-slider-wrapper .slick-slider .slick-list.draggable .slick-track .item {
  margin: 0;
}

.header-contain {
  border-bottom: 1px solid #d9d9d9;
}

.little-image .swiper-slide > img {
  width: 100%;
  cursor: pointer;
}

ul.product-price {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

ul.product-price #power-price > li > span {
  font-size: 25px;
  font-weight: 500;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name {
  width: 100%;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.swiper-slide-thumb-active {
  border: 3px solid #999;
}

.description-wrapper {
  line-height: 2;
}

.rating > p > span {
  width: auto !important;
  height: auto !important;
  margin-right: 1rem;
  line-height: 0 !important;
}

.rating > p > a:not(:last-child) {
  margin-left: 1rem;
}

.rating > p > a {
  font-size: 13px;
  color: #999;
}

.rating > p > span > i {
  color: #999;
}

.rating {
  padding-top: 1rem;
  border-top: 1px solid #ececec;
}

.product-cart-buttons {
  flex-direction: column;
  align-items: flex-end;
}

.btn-div-product {
  width: 100%;
  flex-direction: column;
  height: auto !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  margin-bottom: 1rem;
  margin-right: 0;
  width: 100%;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  width: calc(50% - 90px);
}

.cart-count-buttons > span {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 17px;
}

.btn-div-product > button {
  margin: 0;
  width: 100% !important;
  margin-bottom: 0.8rem;
  height: 45px;
  font-weight: 400 !important;
}

.product-left {
  width: 55% !important;
}

.product-right {
  width: 45% !important;
}

button.buy-btn {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  border: none !important;
  background-color: #f0f0f0 !important;
  color: #000 !important;
  transition: 0.2s ease-in-out;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart:hover {
  background-color: #e4e4e4 !important;
}

.product-options.full {
  margin-top: 1rem;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li
  > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.collapse-review {
  margin-top: 2rem;
  border-top: 1px solid #ececec;
  padding-top: 1.5rem;
}

.collapse-review > i {
  font-size: 25px;
}

.collapse-review > a {
  font-size: 20px;
  font-weight: 400;
}

.card-body > form .form-group .col-sm-12 > input {
  -webkit-appearance: auto !important;
}

.card-body > form .form-group .col-sm-12 > #input-name {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ececec !important;
}

.card-body > form .form-group .col-sm-12 > #input-review {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ececec !important;
}

.product-left .card-body {
  border: 1px solid #ececec;
  padding: 1rem;
}

.collapse-review > i {
  transition: 0.25s ease-in-out;
}

.collapse-review[aria-expanded="true"] > i {
  transform: rotate(45deg);
}

.category-card {
  display: flex;
  flex-direction: column;
  width: calc(20% - 3rem);
  margin: 1.5rem;
  transition: 0.35s ease-in-out;
  overflow: hidden;
  position: relative;
}

.category-card:hover {
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}

.category-image,
.category-image > a {
  display: flex;
  width: 100%;
  padding: 0.5rem;
}

.category-image > a > img {
  width: 100%;
}

.category-caption > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.category-caption > a .product-count > span {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  border-radius: 45px;
  box-shadow: 0px 0px 4px 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.category-caption > a .product-count {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

.category-caption {
  height: 158px;
}

.product-name > span {
  font-size: 12px;
  display: flex;
  line-height: 1.6;
}

.product-name {
  margin-top: 1rem;
}

.product-price {
  margin-top: 0.5rem;
}

.product-price .price-dc .price > span {
  font-weight: 700;
  color: #333;
}

.category-card .add-cart {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.category-card .add-cart > button {
  width: 100%;
  background-color: #565656;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}

.category-card:hover .add-cart {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.product-card-buttons > button {
  position: absolute;
  top: -100%;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.category-card:hover .product-card-buttons > button {
  top: 5px;
  opacity: 1;
  visibility: visible;
}

.add-cart > button > i {
  margin-right: 0.3rem;
}

.product-card-buttons > button {
  background-color: transparent;
  border: none;
}

.product-card-buttons > button > i {
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

.product-card-buttons > button:hover > i {
  font-size: 25px;
}

.product-card-buttons > button .bi-heart-fill {
  color: #f00;
}

.product-card-buttons > button.active {
  top: 5px;
  opacity: 1;
  visibility: visible;
}

.contain-right-account {
  position: relative;
}

.header-account-sub {
  position: absolute;
  top: 100%;
  z-index: 9;
  width: 150px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.header-account-sub > ul > li > a {
  display: flex;
  padding: 0.6rem;
  font-size: 14px;
  color: #323232;
  align-items: center;
  justify-content: center;
}

.header-account-sub > ul > li:first-child {
  border-bottom: 1px solid #f0f0f0;
}

.contain-right-account:hover .header-account-sub {
  opacity: 1;
  visibility: visible;
}

.mobile-header-contain {
  display: none;
}

.content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
  visibility: hidden;
  pointer-events: all;
  opacity: 0;
}

@media screen and (max-width: 1025px) {
  .home-four-image-wrapper .home-four-image-content {
    width: calc(50% - 1.2rem);
  }

  .home-four-image-wrapper {
    flex-wrap: wrap;
  }

  .six-image-card-right-content .six-image-card-right-content-text > span {
    font-size: 11px;
  }

  .six-image-card-left-text > a {
    width: 75%;
    font-size: 15px;
  }

  .six-image-card-left-text > span {
    font-size: 45px;
  }

  .blog-wrapper-content {
    flex-wrap: wrap;
  }

  .item.blog-content {
    width: calc(50% - 1rem);
  }

  .header-contain-logo {
    width: 25%;
  }

  .category-card {
    width: calc(25% - 3rem);
  }
}

@media screen and (max-width: 991px) {
  .megamenu-html-content {
    display: none;
  }

  .menu ul ul > li > a {
    font-size: 0.7rem;
  }

  .mobile-header-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }

  .header-contain-top {
    display: none;
  }

  button#show-megamenu {
    display: none;
  }

  nav.megamenu-nav {
    height: 0;
  }

  .header-contain {
    border-bottom: none;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 65%;
  }

  .mobile-header-logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 15%;
  }

  .mobile-header-logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
  }

  .mobile-header-logo > a > img {
    width: 100%;
  }

  .mobile-header-right > div {
    margin: 0 0.5rem;
  }

  .mobile-header-search > button {
    background-color: transparent;
    border: none;
  }

  .mobile-header-account > a > i {
    font-size: 19px;
  }

  .mobile-header-menu > i {
    font-size: 29px;
  }

  .contain-right-account > a > i {
    font-size: 20px;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mobile-header-contain.sticked {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 99;
    transition: 0.35s ease-in-out;
    z-index: 999;
  }

  .category-card {
    width: calc(33.333% - 3rem);
  }
}

@media screen and (max-width: 769px) {
  .home-grid-box-wrapper,
  .six-image-card-wrapper {
    flex-wrap: wrap;
  }

  .home-grid-box-wrapper > div,
  .six-image-card-wrapper > div {
    width: 100%;
    margin: 0;
  }

  .six-image-card-left {
    margin-bottom: 1rem !important;
  }

  .six-image-card-left-text {
    padding: 6rem;
  }

  .item.blog-content {
    width: calc(100% - 1rem);
  }

  .blog-content .blog-image-div > a > img,
  .blog-content:hover .blog-image-div > a > img {
    -webkit-transform: translateY(-80px) scale(0.5);
    -moz-transform: translateY(-80px) scale(0.5);
    -ms-transform: translateY(-80px) scale(0.5);
    transform: translateY(-80px) scale(0.5);
  }

  .sogo-product-container {
    flex-direction: column;
  }

  .product-left {
    width: 100% !important;
  }

  .product-right {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .slick-list.draggable .slick-track .item .featured-text-wrapper {
    transform: translateY(-70px);
  }

  .category-card .product-card-buttons > button {
    top: 5px;
    opacity: 1;
    visibility: visible;
  }

  .category-card .add-cart {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .category-list-container {
    display: none;
  }

  #show-filter {
    display: flex !important;
  }

  .slick-dots {
    display: none !important;
  }

  .featured-text-wrapper {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .box .box-content.bf-price-container {
    padding-left: 1rem;
  }

  .product__carousel {
    display: none;
  }

  .sogo-container {
    background-color: #fff !important;
  }

  ul.product-price,
  .description-wrapper {
    padding: 0 1.5rem;
  }

  .rating,
  .collapse-review {
    padding-left: 1.5rem;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked {
    flex-direction: column !important;
  }

  .btn-div-product {
    flex-direction: unset !important;
  }

  .btn-div-product > button {
    height: 45px !important;
  }

  .btn-div-product > button:first-child {
    margin-right: 1rem;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    .cart-count-buttons {
    width: calc(100% - 0.5rem);
  }

  .category-list-container.active {
    display: block;
  }
}

@media screen and (max-width: 426px) {
  .slick-slider-wrapper .slick-slider .slick-dots > li {
    width: 11px;
    height: 11px;
    display: flex;
    font-size: 0;
    margin: 0.4rem;
  }
  .blog-content .blog-image-div > a > img,
  .blog-content:hover .blog-image-div > a > img {
    -webkit-transform: translateY(-80px) scale(0.5);
    -moz-transform: translateY(-80px) scale(0.5);
    -ms-transform: translateY(-80px) scale(0.5);
    transform: translateY(-60px) scale(0.5);
    margin-bottom: 5rem;
  }

  .six-image-card-right-content {
    width: calc(50% - 1.6rem);
  }

  .six-image-card-right-content:nth-child(4),
  .six-image-card-right-content:nth-child(5),
  .six-image-card-right-content:nth-child(6) {
    margin-bottom: 3rem;
  }

  .six-image-card-left-text {
    padding: 6rem 1rem;
  }

  .home-grid-box-small > a {
    width: calc(50% - 1rem);
  }

  .home-four-image-wrapper .home-four-image-content {
    width: calc(100% - 1.2rem);
  }

  .home-four-image-wrapper .home-four-image-content > a::before {
    opacity: 1;
    top: 50%;
  }

  .footer-list > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .six-image-card-right-content > a {
    box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
    border-radius: 3px;
  }

  .product-left .card-body {
    border: 1px solid #ececec;
    padding: 1rem;
    margin: 0 0.5rem;
  }

  .collapse-review[aria-expanded="false"] {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name {
    margin-bottom: 1rem;
  }

  .mobile-header-logo {
    width: 23%;
  }

  .mobile-header-logo > a {
    width: 100%;
  }

  .category-card {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}

@media screen and (max-width: 341px) {
  .mobile-header-right > div {
    margin: 0 0.3rem;
  }

  .mobile-header-logo {
    width: 25%;
  }

  .category-card {
    width: calc(100% - 1rem);
    margin: 0.5rem;
  }
}
