@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

:root {
  --theme-color: #2b2e83;
}

.footerwebsite {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none !important;
  margin-top: 2rem;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.header-contain {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-container-left {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: flex-start;
}

.header-container-left > a,
.header-container-left > a > img {
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.megamenu > li > a strong {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}

ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a,
ul.megamenu > li > a:hover {
  color: var(--theme-color);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header-container-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}

.header-container-center {
  display: flex;
  width: calc(100% - 400px);
  align-items: center;
  justify-content: center;
}

.header-container-right .search-btn.quick-btn {
  background-color: transparent;
  border: none;
  outline: 0;
}

.header-container-right .search-btn.quick-btn > i {
  font-size: 18px;
}

.header-container-right-user > i {
  font-size: 25px;
}

.header-container-right-cart > a > i {
  font-size: 20px;
}

.header-container-right > div:not(:last-child) {
  margin-right: 1.3rem;
}

.header-container-right > div {
  position: relative;
  cursor: pointer;
}

.cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  color: #fff;
  top: 0px;
  right: -7px;
  font-size: 13px;
}

.header-container-right-user-sub {
  position: absolute;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
  transition: 400ms ease;
  width: 150px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}

.header-container-right-user:hover .header-container-right-user-sub {
  opacity: 1;
  visibility: visible;
}

.header-container-right-user-sub > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 0.6rem;
  display: flex;
  transition: 0.2s ease-in-out;
}

.header-container-right-user-sub > ul > li > a:hover {
  color: var(--theme-color);
  background-color: #f5f5f5;
}

.home-slider .swiper-button-prev {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.home-slider .swiper-button-next {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.home-slider .swiper-button-prev::after,
.home-slider .swiper-button-next::after {
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

.home-slider .swiper-button-next:hover,
.home-slider .swiper-button-prev:hover {
  background-color: #333;
}

.home-slider .swiper-button-next:hover::after,
.home-slider .swiper-button-prev:hover::after {
  color: #fff;
}

.slide-bottom-container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-bottom-container-left {
  width: 50%;
}

.slide-bottom-container-right {
  width: 50%;
}

.slide-bottom-container-left > img {
  height: 625px;
}

.slide-bottom-container-right-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.slide-bottom-container-right-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: var(--theme-color);
}

.slide-bottom-container-right > p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.slide-bottom-container-right > span {
  font-size: 23px;
  font-weight: 200;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  display: flex;
}

.slide-bottom-wrapper {
  margin-top: 2rem;
}

.video-banner-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px;
  z-index: 9;
}

.video-banner-container > ul > li {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}

.vide-btn {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: 60px;
  cursor: pointer;
  z-index: 9;
}

.vide-btn > i {
  font-size: 60px;
  color: #fff;
}

.vide-banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5rem 0;
  margin-top: 3rem;
  position: relative;
}

.featured-wrapper {
  display: flex;
  justify-content: space-between;
}

.featured-left {
  width: 50%;
}

.featured-right {
  width: 50%;
  padding: 1rem;
}

.featured-slick-wrapper {
  height: 100%;
}

.featured-left > img {
  width: 100%;
}

.featured-slick,
.featured-slick .slick-list,
.featured-slick .slick-list .slick-track {
  height: 100%;
}

.slick-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.slick-item-left {
  display: flex;
  width: 50%;
}

.slick-item-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.slick-item-left > a {
  display: flex;
  width: 100%;
}

.slick-item-left > a > img {
  width: 100%;
}

.slick-item-right-name {
  margin-bottom: 1rem;
}

.slick-item-right-name > a {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  transition: 0.2s ease-in-out;
}

.slick-item-right-name > a:hover {
  color: var(--theme-color);
}

.slick-item-right-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.slick-item-right-price .price-old {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
}

.slick-item-right-price .price-new {
  font-size: 21px;
  font-weight: 500;
}

.slick-item-right-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}

.slick-item-right-btn > button {
  width: 200px;
  display: flex;
  padding: 0.8rem;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border: none;
  outline: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.slick-item-right-btn > button:hover {
  background-color: var(--theme-color);
}

.featured-slick-prev,
.featured-slick-next {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.featured-slick-prev > i,
.featured-slick-next > i {
  font-size: 25px;
  color: #000;
}

.featured-slick-prev {
  left: 0;
}

.featured-slick-next {
  right: 0;
}

.featured-slick-prev.slick-disabled > i,
.featured-slick-next.slick-disabled > i {
  color: #999;
}

.iziToast.iziToast-color-green {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.sale-container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sale-container-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

.sale-wrapper {
  background-color: var(--theme-color);
  padding: 1rem;
}

.sale-container-content > span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.sale-container-content > i {
  color: #fff;
  font-size: 45px;
  margin-right: 1rem;
}

.sale-container-content:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  right: 0;
}

.features-container-title {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.features-container-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: var(--theme-color);
}

.features-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.features-container-content {
  display: flex;
  justify-content: space-between;
}

.features-container-content-center {
  display: flex;
  width: 276px;
  min-width: 276px;
  height: 497px;
  margin: 0 2rem;
}

.features-container-content-center > img {
  width: 100%;
  height: 100%;
}

.features-container-content-left,
.features-container-content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
}

.features-list-icon {
  width: 76px;
}

.features-list-icon > img {
  width: 100%;
}

.features-list-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 76px);
  margin-left: 1rem;
}

.features-container-content-right .features-list {
  flex-direction: row-reverse;
}

.features-container-content-right .features-list .features-list-text {
  align-items: flex-end;
  text-align: end;
  margin-left: 0;
  margin-right: 1rem;
}

.features-list-text > span {
  font-size: 20px;
  font-weight: 300;
}

.features-list-text > p {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: flex;
}

.to-top > button,
.to-top > button:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.review-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5rem 0;
  margin-top: 3rem;
  position: relative;
}

.review-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(43 46 131 / 60%);
}

.review-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(43 46 131 / 70%);
}

.review-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
}

.review-item-content .review-image {
  width: 76px;
  height: 76px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.5);
}

.review-item-content .review-name {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.review-item-content .review-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 75%;
}

.review-slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.review-slider .slick-dots > li {
  margin: 0 0.5rem;
  display: flex;
  width: 20px;
  height: 20px;
}

.review-slider .slick-dots > li > button {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  transform: rotate(45deg);
  display: flex;
  border: none !important;
  transition: 0.2s ease-in-out;
}

.review-slider .slick-dots > li.slick-active > button {
  background-color: var(--theme-color);
}

.download-container-left {
  width: 50%;
  display: flex;
  margin-right: 2rem;
}

.download-container-left > img {
  width: 100%;
}

.download-container-right {
  width: 50%;
}

.download-container {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.download-container-right-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.download-container-right-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: var(--theme-color);
}

.download-container-right-desc {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin: 2rem 0;
}

.download-container-right-btn {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.download-container-right-btn > a > img {
  height: 50px;
}

.download-container-right-btn > a {
  display: flex;
  margin-right: 1rem;
}

.download-wrapper {
  padding: 2rem 0;
  background-color: #f0f0f0;
}

.footer-box-container {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0;
}

.footer-box-content {
  width: calc(33.33% - (2 * 0.5rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-box-content-icon {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 38px;
  height: 38px;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.footer-box-content-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer-box-content-icon > span:first-child {
  transition: transform 0.2s ease-out;
}

.footer-box-content-icon > span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.2s ease-out;
}

.footer-box-content:hover .footer-box-content-icon > span:first-child {
  transform: translateY(-100%);
}

.footer-box-content:hover .footer-box-content-icon > span:last-child {
  transform: unset;
}

.footer-box-content-icon > span > i {
  font-size: 30px;
  color: var(--theme-color);
}

.footer-box-content-text > span {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer-box-content-text > p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.footer-box-wrapper {
  margin-top: 3rem;
  padding: 2rem;
}

.footer-contain {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  padding: 5rem 0;
}

.footer-contain-left {
  width: 40%;
}

.footer-contain-right {
  width: 40%;
}

.footer-contain-center {
  width: 20%;
}

.footer-contain-left-logo,
.footer-contain-left-logo > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.footer-contain-left-logo > a > img {
  width: 110px;
}

.footer-contain-left-logo {
  margin-bottom: 1.5rem;
}

.footer-contain-left-desc {
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 90%;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 25px;
  font-weight: 400;
}

.footer-contain-left-social > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-contain-left-social > ul > li {
  margin-right: 0.5rem;
}

.footer-contain-left-social > ul > li > a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.footer-contain-left-social > ul > li > a > i {
  color: #fff;
}

.footer-contain-left-social > ul > li > a.facebook {
  background-color: rgba(25, 119, 242, 0.85);
}

.footer-contain-left-social > ul > li > a.twitter {
  background-color: rgba(121, 200, 237, 0.85);
}

.footer-contain-left-social > ul > li > a.linkedin {
  background-color: rgba(14, 118, 168, 0.85);
}

.footer-contain-left-social > ul > li > a.instagram {
  background-color: rgba(222, 57, 146, 0.85);
}

.footer-contain-left-social > ul > li > a.pinterest {
  background-color: rgba(255, 65, 65, 0.85);
}

.footer-contain-left-social > ul > li > a:hover {
  background-color: var(--theme-color);
}

.footer-contain > div:not(:last-child) {
  margin-right: 2rem;
}

.footer-contain-center > ul > li > a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.footer-contain-center > ul > li > a:hover {
  color: var(--theme-color);
}

.footer-contain-center > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-contain-center > ul {
  list-style: disc;
}

.footer-contain-right > label {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.footer-contain-right .newsletter-wrapper .newsletter-group > input {
  width: 65%;
  height: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 0 1rem;
}

.footer-contain-right .newsletter-wrapper .newsletter-group > button {
  width: 35%;
  height: 100%;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.footer-contain-right .newsletter-wrapper .newsletter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 1rem;
}

.footer-contain-right
  .newsletter-wrapper
  .newsletter-group
  > input::placeholder {
  font-size: 13px;
  color: #999;
}

.footer-contain-right .cbx > span {
  font-size: 12px;
  color: #333;
}

.footer-bottom-text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  background-color: var(--theme-color);
  margin: 0;
  padding: 1rem;
}

ul.sogo-breadcrumb {
  padding: 0.1rem 1rem !important;
  background-color: #f5f5f5;
  border: none;
}

.product-grid {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  padding: 1rem;
  margin-bottom: 1rem;
}

.product-item-image {
  width: 33.33%;
  position: relative;
}

.product-item-caption {
  width: 66.66%;
  padding-left: 1rem;
}

.product-item-image > a {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-item-image > a > img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.product-item-image > a > img.item-image-2 {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-item:hover .product-item-image > a > img.item-image-2 {
  opacity: 1;
}

.sogo-content {
  padding: 0;
}

.product-caption-review .rating-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-caption-review .rating-icon > span {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
}

.product-caption-review .rating-icon > span > i {
  position: relative;
  font-size: 12px;
  color: #999;
}

.product-caption-name > a {
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.product-caption-name > a:hover {
  color: var(--theme-color) !important;
}

.product-caption-price .product-new-price {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  font-family: "Poppins", sans-serif !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product-caption-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.product-caption-price > span {
  padding: 0;
}

.product-caption-price .product-old-price {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.4rem;
}

.product-caption-desc {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.product-caption-btn > button,
.product-caption-btn > a {
  display: flex;
  background-color: var(--theme-color);
  width: 150px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  padding: 0.5rem;
  border-radius: 3px;
  transition: all 0.3s ease-in-out 0s;
}

.product-caption-btn > button:hover,
.product-caption-btn > a:hover {
  background-color: #fff;
  box-shadow: 0 0 15px #00000040;
  color: var(--theme-color);
}

.product-caption-btn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.product-caption-btn > button {
  margin-right: 1rem;
}

.product-caption-btn > button > i,
.product-caption-btn > a > i {
  font-size: inherit;
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
  color: #fff !important;
}

.product-caption-btn > button:hover > i,
.product-caption-btn > a:hover > i {
  color: var(--theme-color) !important;
}

.discount-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  background-color: var(--theme-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.content-wrapper .sogo-content .filter-sort .sort-view {
  justify-content: space-between;
}

.grid-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.grid-btn-wrapper > button > i {
  font-size: 17px;
  transition: 0.2s ease-in-out;
}

.grid-btn-wrapper > button.active > i,
.grid-btn-wrapper > button:hover > i {
  color: var(--theme-color);
}

.grid-btn-wrapper > button > i.bi-list-task {
  font-size: 22px;
}

.product-grid-2 .product-item {
  width: calc(33.33% - (1rem * 2) / 3);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-related-wrapper .product-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-grid-2 {
  flex-direction: unset;
  gap: 1rem;
  padding: 0 !important;
}

.product-grid-2 .product-item .product-item-image,
.product-related-wrapper .product-item .product-item-image {
  width: 100%;
}

.product-grid-2 .product-item .product-item-caption .product-caption-desc,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-desc {
  display: none;
}

.product-grid-2 .product-item .product-item-caption .product-caption-btn,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn {
  margin: 0;
  position: absolute;
  top: -45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
}

.product-grid-2
  .product-item
  .product-item-caption
  .product-caption-btn
  > button,
.product-grid-2 .product-item .product-item-caption .product-caption-btn > a,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn
  > button,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn
  > a {
  width: 35px;
  font-size: 0;
  height: 35px;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out 0s;
}

.product-grid-2
  .product-item
  .product-item-caption
  .product-caption-btn
  > button
  > i,
.product-grid-2
  .product-item
  .product-item-caption
  .product-caption-btn
  > a
  > i,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn
  > button
  > i,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn
  > a
  > i {
  font-size: 15px;
  margin: 0;
}

.product-grid-2 .product-item .product-item-caption,
.product-related-wrapper .product-item .product-item-caption {
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-grid-2
  .product-item
  .product-item-caption
  .product-caption-btn
  > button,
.product-related-wrapper
  .product-item
  .product-item-caption
  .product-caption-btn
  > button {
  transition-delay: 0.1s;
}

.product-grid-2 .product-item:hover .product-caption-btn,
.product-related-wrapper .product-item:hover .product-caption-btn {
  opacity: 1;
  visibility: visible;
}

.product-grid-2 .product-item:hover .product-caption-btn > button,
.product-grid-2 .product-item:hover .product-caption-btn > a,
.product-related-wrapper .product-item:hover .product-caption-btn > button,
.product-related-wrapper .product-item:hover .product-caption-btn > a {
  transform: translateY(0);
}

.content-wrapper .sogo-content .filter-sort {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  position: unset;
  background-color: transparent;
  border: none;
  top: unset;
}

.content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper {
  padding-right: 0;
}

.content-wrapper .sogo-content .filter-sort.sticked + .sticky-filter-gap {
  height: 0 !important;
}

.gallery-thumbs .swiper-slide > a > img,
.gallery-thumbs .swiper-slide > img {
  width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid var(--theme-color) !important;
}

.gallery-thumbs .swiper-slide {
  border: 1px solid transparent;
  cursor: pointer;
}

#collapsedescription .card.card-body {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

#collapsedescription .card.card-body span,
#collapsedescription .card.card-body strong {
  color: #000;
}

ul.product-price {
  position: unset;
  top: unset;
  right: unset;
}

ul.product-price div#power-price {
  flex-direction: row-reverse;
}

ul.product-price div#power-price > li > span.product-new-price {
  margin-right: 0.5rem;
  color: var(--theme-color);
}

.product-cart-buttons {
  flex-direction: column;
  align-items: flex-start;
}

.btn-div-product {
  width: 100%;
  margin-top: 1rem;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  background-color: #333;
}

button.buy-btn {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart:hover {
  background-color: var(--theme-color);
}

button.buy-btn:hover {
  background-color: #333;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  > span {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #333;
}

.product-item[data-in_stock="false"] .product-item-image > a > img {
  filter: grayscale(1);
}

.product-item[data-in_stock="false"]
  .product-item-caption
  .product-caption-btn {
  display: none;
}

.product-details-lower {
  position: relative;
}

.product-rating .rating-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-rating .rating-icon > span {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
}

.product-rating .rating-icon > span > i {
  position: relative;
  font-size: 12px;
  color: #999;
}

.product-grid .product-item[data-in_stock="false"]::after {
  left: 17%;
}

.tab-panel-wrapper {
  display: flex;
  justify-content: space-between;
}

.tab-product-left {
  width: 60%;
}

.tab-product-right {
  width: 40%;
}

.product-desc_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-desc_image > img {
  width: 100%;
}

.product-desc-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.product-tab-wrapper .tab-content {
  padding: 3rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.productd-desc {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-bottom: 1rem;
  line-height: 25px;
}

.tab-product-left-icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: calc(50% - (1rem * 1) / 2);
}

.tab-product-left-icon-content-image {
  width: 32px;
}

.tab-product-left-icon-content-image > img {
  width: 100%;
}

.tab-product-left-icon-content-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  margin-left: 1rem;
}

.tab-product-left-icon-content-text > span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: flex;
  margin-bottom: 0.5rem;
}

.tab-product-left-icon-content-text > p {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.product-tab-wrapper {
  margin: 5rem 0;
}

.tab-product-left-icon-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

div#reviews form > h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

div#reviews form .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0.5rem;
}

div#reviews form .form-group input.form-control,
div#reviews form .form-group textarea.form-control {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

div#reviews form input {
  -webkit-appearance: auto;
}

.tab-review-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.write-btn {
  display: flex;
  width: 160px;
  background-color: var(--theme-color);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0.7rem;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.write-btn:hover {
  background-color: #333;
}

#reviews .form-horizontal {
  display: none;
}

#reviews .form-horizontal.active {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.product-tab-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.product-tab-wrapper > ul > li > a {
  display: flex;
  border-radius: 0;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  background-color: transparent !important;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  color: #222 !important;
}

.product-tab-wrapper > ul > li.active > a {
  border-bottom: 3px solid var(--theme-color) !important;
  color: var(--theme-color) !important;
}

.product-tab-wrapper > ul > li > a:hover {
  color: var(--theme-color) !important;
}

.fancy-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.fancy-btn > a > i {
  font-size: 20px;
}

.fancy-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box-content-icon > span:first-child > i {
  color: #222;
}

.video-modal-wrapper {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.video-modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.video-modal-overlay {
  background-color: #0000008c;
  z-index: 99;
  position: fixed;
  inset: 0;
}

.video-modal-content {
  width: 700px;
  z-index: 999;
}

.video-modal-remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.video-modal-remove > i {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.fixed-whatsapp {
  position: fixed;
  bottom: 25px;
  left: 15px;
  z-index: 9;
  width: 55px;
  height: 55px;
}

.fixed-whatsapp > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  width: 100%;
  height: 100%;
}

.fixed-whatsapp > a > i {
  color: #fff;
  font-size: 25px;
}

.video-page-container {
  display: flex;
  padding: 0;
  gap: 0.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.video-page-container-content {
  display: flex;
  width: calc(100% - (0.5rem * 2) / 3);
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.video-page-container-content-title {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 1rem;
}

.video-page-container::before,
.video-page-container::after {
  display: none;
}

.video-page-title {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-page-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: var(--theme-color);
}

.contact-iframe {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

.contact-iframe > iframe {
  width: 100%;
  height: 100%;
}

.slide-bottom-container-right > ul > li {
  line-height: 2.5;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.slide-bottom-container-right > ul > li > img {
  margin-right: 0.5rem;
  width: 30px;
}

.vide-banner-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000099;
}

.video-banner-container > ul {
  z-index: 9;
}

.technical-service .info-heading {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.technical-service {
  display: flex;
  align-items: center;
}

.technical-service > a {
  margin: 0 0.5rem;
}

.technical-service > a:hover {
  text-decoration: underline;
}

#reviews .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#reviews .pagination > li {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#reviews .pagination > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#reviews .pagination > li.active,
#reviews .pagination > li.active:hover {
  background-color: var(--theme-color);
}

#reviews .pagination > li:hover {
  background-color: #f5f5f5;
}

#reviews .pagination > li.active > span {
  color: #fff;
}

#reviews .pagination > li > span,
#reviews .pagination > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .download-container,
  .slide-bottom-container {
    flex-direction: column;
  }

  .download-container-left,
  .slide-bottom-container-left {
    width: 100%;
  }

  .download-container-left > img,
  .slide-bottom-container-left > img {
    width: 100%;
    height: auto;
  }

  .download-container-right,
  .slide-bottom-container-right {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
  }

  .featured-right {
    width: 100%;
  }

  .featured-left {
    display: none;
  }

  .vide-banner-wrapper {
    padding: 0;
    margin-top: 0;
  }

  .video-banner-container {
    padding: 1rem;
  }

  .video-banner-title {
    font-size: 40px;
  }

  .video-banner-container > ul > li {
    font-size: 14px;
  }

  .vide-btn {
    margin-top: 0;
  }

  .features-container-content {
    flex-direction: column;
    margin-top: 0;
  }

  .features-list {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 33.33%;
  }

  .features-container-content-center {
    width: 100%;
    height: auto;
    margin: 0;
    order: 1;
  }

  .features-container-content-center > img {
    height: 350px;
    width: 100%;
    object-fit: contain;
  }

  .features-container-content-right .features-list .features-list-text {
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .features-list-text {
    margin: 0;
    width: 100%;
  }

  .features-container-content-right .features-list {
    flex-direction: column;
  }

  .show-menu > i {
    font-size: 29px;
  }

  .header-container {
    width: 100%;
  }

  .header-container-right {
    width: auto;
  }

  .header-container-center {
    justify-content: flex-end;
    margin-right: 0.5rem;
  }

  .header-container-left {
    justify-content: flex-start;
  }

  .features-container {
    width: 100%;
  }

  .features-list-text > p {
    display: none;
  }

  .features-list-text > span {
    font-size: 16px;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .features-container-title {
    margin-top: 1rem;
  }

  .slide-bottom-container-right-title {
    text-align: center;
  }

  .slide-bottom-container-right-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .slide-bottom-container-right {
    text-align: center;
  }

  .video-modal-content {
    width: 95%;
  }

  .features-container-content-left,
  .features-container-content-right {
    order: 2;
  }

  .header-contain {
    padding: 0.6rem 1rem;
  }

  .header-container-left > a,
  .header-container-left > a > img {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide-bottom-container-right > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-bottom-container-right > ul > li {
    display: flex;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    margin-bottom: 1rem;
    line-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .footer-contain {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .footer-contain-left {
    width: 100%;
  }

  .footer-contain-center {
    width: 100%;
  }

  .footer-contain > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .footer-contain-right {
    width: 100%;
  }

  .footer-box-content {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .footer-box-container {
    gap: 0;
    width: 100%;
    overflow: auto;
  }

  .footer-contain-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-contain-left-logo,
  .footer-contain-left-logo > a {
    justify-content: center;
  }

  .footer-contain-center > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-contain-right > label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .download-container-right-title {
    font-size: 25px;
  }

  .footer-box-wrapper {
    padding: 0;
  }

  .download-container-right-btn > a > img {
    height: 40px;
  }

  .sale-container {
    width: 100%;
    overflow: auto;
  }

  .sale-container-content:not(:last-child)::before {
    display: none;
  }

  .sale-container-content {
    flex-shrink: 0;
  }

  .header-container-right-user .header-container-right-user-sub {
    left: 0;
  }

  .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper {
    width: 100%;
  }

  .content-wrapper .sogo-content .filter-sort {
    margin-bottom: 0;
  }

  .content-wrapper .sogo-content .filter-sort .sort-view > * {
    margin: 0;
  }

  .footerwebsite {
    margin-bottom: 0 !important;
  }

  .fixed-whatsapp {
    bottom: 60px;
  }

  .sogo-pagination {
    text-align: center;
  }

  .product-grid-2 .product-item {
    width: calc(50% - (1rem * 1) / 2);
  }

  .content-wrapper .sogo-content .product-layout {
    padding: 1rem !important;
  }

  .product__carousel {
    display: none;
  }

  .sogo-container {
    background-color: #fff !important;
  }

  .sogo-product-container .product-right .product-details-middle,
  .sogo-product-container .product-right .product-details-upper,
  .sogo-product-container .product-right .product-details-lower {
    padding-left: 1.5rem;
  }

  .product-right {
    padding-top: 0 !important;
  }

  .sogo-product-container .product-left .mobile-product-slider {
    margin-bottom: 1rem;
  }

  .to-top.visible {
    display: none;
  }

  .product-cart-buttons.sticked {
    justify-content: center;
    align-items: center;
  }

  .product-grid-2 .product-item .product-item-caption .product-caption-btn,
  .product-related-wrapper
    .product-item
    .product-item-caption
    .product-caption-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-grid-2
    .product-item
    .product-item-caption
    .product-caption-btn
    > button,
  .product-grid-2 .product-item .product-item-caption .product-caption-btn > a,
  .product-related-wrapper
    .product-item
    .product-item-caption
    .product-caption-btn
    > button,
  .product-related-wrapper
    .product-item
    .product-item-caption
    .product-caption-btn
    > a {
    transform: translateY(15px) !important;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name {
    width: 100%;
  }

  span.product-new-price {
    font-size: 25px !important;
  }

  .technical-service {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .technical-service .info-heading {
    width: 50%;
  }

  .technical-service > a {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 553px) {
  .slick-item-content {
    flex-direction: column;
  }

  .slick-item-right {
    width: 100%;
    text-align: center;
  }

  .slick-item-right-btn {
    justify-content: center;
  }

  .slick-item-left,
  .product-grid-2 .product-item,
  .tab-product-left,
  .tab-product-right,
  .tab-product-left-icon-content {
    width: 100%;
  }

  span.product-new-price.numeric-span {
    margin: 0 !important;
  }

  .tab-panel-wrapper {
    flex-direction: column;
  }
}
