@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}
.header-wrapper {
  padding: 0.5rem 0;
  z-index: 9 !important;
}

.user-div {
  width: 100px;
}

ul.megamenu > li > a strong {
  font-weight: 500;
  text-shadow: none;
  font-size: 0.85rem;
  font-family: "Montserrat-Medium";
}

.user-submenu {
  left: 0;
  z-index: 9;
}

.logo-wrapper {
  display: flex;
  margin: 0 1rem;
}

.logo-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logo-wrapper > a > img {
  width: 100px;
}

ul.megamenu,
.megamenu-container,
.megamenu-pattern,
.megamenu-wrapper,
.container-megamenu.horizontal,
nav.megamenu-nav {
  width: 100%;
  justify-content: center;
}

.home-banner-wrapper-content {
  display: flex;
  margin-top: 2rem;
}

.home-banner-wrapper .home-banner-wrapper-content:nth-child(2) {
  flex-direction: row-reverse;
}

.home-banner-content-left {
  width: 50%;
  display: flex;
}

.home-banner-content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-banner-content-left > a {
  display: flex;
  width: 100%;
}

.home-banner-content-left > a > img {
  width: 100%;
}

.home-banner-content-right-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-content-right-image > a {
  width: 45%;
}

.home-banner-content-right-image > a:first-child {
  margin-right: 1rem;
}

.home-banner-content-right-image > a > img {
  width: 100%;
}

.home-banner-content-right-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 1rem;
  width: 65%;
}

.home-banner-content-right-text > p {
  width: 70%;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.home-banner-content-right-text > span {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.footer-social > a {
  margin: 1rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
}

.footer-social > a > i {
  color: #fff;
}

.footerwebsite {
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0 !important;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-size-wrapper {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #ddd;
  position: absolute;
  bottom: -50px;
  z-index: 9;
  left: 0;
  filter: opacity(0.6);
  transition: 0.25s ease-in-out;
}

.product-card:hover .product-size-wrapper {
  bottom: 0;
}

.item.product-card .product-caption,
.product-card .product-caption {
  height: 40px;
}

.product-grid .product-card:hover {
  box-shadow: none !important;
}

.product-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sogo-container-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 1.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.information-image > span {
  color: #000;
  font-weight: 500;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-wrapper .contact-info {
  width: 70%;
  padding-right: 0 !important;
  overflow: hidden;
  font-weight: 600;
}

.contact-wrapper .contact-form {
  width: 70% !important;
}

.contact-top {
  display: flex;
}

.contact-top > div {
  width: 33.33%;
  overflow: hidden;
}

.contact-swiper .swiper-slide {
  text-align: center;
}

.contact-number-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-mail > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.contact-icon > i {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-adress {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: 20% !important;
}

.form-button {
  justify-content: center !important;
}

.form-button > button {
  width: 25% !important;
}

span.zoom.product-image > a {
  display: flex;
  width: 100%;
}

span.zoom.product-image > a > img {
  width: 100% !important;
}

.description-wrapper {
  font-weight: 500;
}

.product-cart-buttons {
  flex-direction: column;
}

.btn-div-product {
  width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
}

.btn-div-product > button {
  width: 40% !important;
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
  border-radius: 35px;
}

.btn-div-product > button.power-inactive {
  background-image: none !important;
  background-color: #f40305 !important;
  border-color: #bd362f !important;
  color: #fff !important;
}

.owl-carousel .owl-nav {
  display: block !important;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 65px !important;
  z-index: 99;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 65px !important;
  z-index: 99;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: #000;
  border: 1px solid #eee;
  border-radius: 15px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus
  > i::before {
  filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(178deg)
    brightness(98%) contrast(108%);
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper
  #input-quantity {
  font-size: 35px;
  font-weight: 300;
}

.product-related-header {
  justify-content: center;
  text-align: center;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  span {
  font-size: 1.5rem;
  font-weight: 500;
}

.sogo-container {
  background-color: #fff !important;
}

ul.megamenu > li > a strong {
  font-weight: 700;
  font-size: 13px;
}

ul.megamenu > li > a {
  padding: 0 0.5rem;
}

.search-product-price {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 8;
}

ul.megamenu > li:last-child > a {
  color: #333 !important;
  display: flex !important;
}

.home-banner-content-title {
  display: flex;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem 0;
}

.header-social-media {
  width: 100px !important;
  justify-content: space-around !important;
}

.footer-whatsapp {
  position: fixed;
  bottom: 25px;
  left: 15px;
  z-index: 9;
}

.footer-whatsapp > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.footer-whatsapp > a > img {
  width: 90%;
}

.product-size-wrapper .power-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
}

.product-size-wrapper > form {
  width: 100%;
  height: 100%;
}

.product-size-wrapper > form .power-group {
  height: 100%;
}

.product-size-wrapper .power-list > li {
  margin: 0 1rem;
}

.product-size-wrapper .power-list > li > span {
  font-size: 15px;
  font-weight: 600;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  transform: translateY(-50px);
}

.category-link > a {
  font-size: 16px;
  margin: 0 1rem;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.category-link > a:hover {
  text-decoration: underline;
}

.language-div button span,
.language-div button i {
  color: #000;
  font-weight: 500;
}

.language-div button {
  display: flex;
  align-items: center;
}

.language-div button > img {
  margin-right: 0.5rem;
}
.content-wrapper .sogo-content .filter-sort {
  z-index: unset !important;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  z-index: 100 !important;
}

#search,
.sogo-header.hovered + #search,
.sogo-header.hovered.header-minimized + #search {
  top: 75px;
  left: 0;
}

.main-slider0 img {
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gallery-wrapper .gallery-content {
  display: flex;
  width: calc(33.333% - 1rem);
  margin: 0.5rem;
}

.gallery-wrapper .gallery-content > a {
  display: flex;
  width: 100%;
}

.gallery-wrapper .gallery-content > a > img {
  width: 100%;
}

.home-banner-content-left > video {
  width: 100%;
}

.header-social-media > a > img {
  width: 26px;
}

@media screen and (min-width: 1600px) {
  .logo-wrapper > a > img {
    width: 150px;
  }

  ul.megamenu > li > a {
    padding: 0 2rem;
  }

  ul.megamenu > li > a strong {
    font-weight: 700;
    font-size: 15px;
  }

  .home-banner-wrapper-content {
    display: flex;
    margin-top: 3rem;
  }

  .home-banner-content-right-image {
    width: 65%;
  }

  .home-banner-content-right-image > a {
    width: 50%;
  }

  .contact-icon > i {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }

  .contact-swiper .swiper-slide,
  .contact-number-content > a,
  .contact-mail > a {
    font-size: 25px;
  }

  .contact-top {
    margin-bottom: 2rem;
  }

  .contact-wrapper .contact-form {
    margin-top: 1rem;
  }

  .information-image > span {
    font-size: 25px;
  }

  .sogo-container-title {
    font-size: 40px;
  }

  .description-wrapper {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name
    span {
    font-size: 2rem;
  }

  .home-banner-content-right-text > p {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 500;
  }

  .home-banner-content-right-text > span {
    font-size: 25px;
    font-weight: 600;
    color: #000;
  }

  .home-banner-content-title {
    font-size: 2rem;
  }

  .sogo-container.information-container {
    width: 2000px !important;
  }

  .header-right {
    width: 250px;
  }

  .header-social-media > a > i {
    font-size: 22px;
  }

  .main-slider0 img {
    width: 100% !important;
    height: auto;
    object-fit: unset;
  }

  .header-social-media > a > img {
    width: 31px;
  }

  .header-quick-menu > li {
    margin: 0;
  }
}

@media screen and (max-width: 1025px) {
  .logo-wrapper > a > img {
    width: 110px;
  }

  ul.megamenu > li > a strong {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .language-div {
    display: none;
  }

  .wishlist-div {
    display: none !important;
  }

  .user-div {
    display: none;
  }

  ul.megamenu,
  .megamenu-container,
  .megamenu-pattern,
  .megamenu-wrapper,
  .container-megamenu.horizontal,
  nav.megamenu-nav {
    justify-content: flex-end;
    width: 280px;
  }

  .header-center {
    justify-content: flex-end;
    width: 100%;
  }

  .show-menu > i {
    font-size: 29px;
    color: #000;
  }

  .user-div {
    width: 100%;
    justify-content: flex-end;
  }

  .header-right {
    width: 200px;
  }

  .user-submenu {
    right: 0;
    left: unset;
    transform: translateX(50%);
  }

  .megamenu-wrapper {
    justify-content: flex-start;
  }

  ul.megamenu > li > a {
    padding: 11px 20px 9px 21px;
  }
}

@media screen and (max-width: 769px) {
  .product-grid .product-card {
    width: calc(50% - 1.5rem);
  }
  .product-grid .product-card,
  .product-grid-2 .product-card,
  .product-related-wrapper .product-card {
    box-shadow: none !important;
  }

  .home-banner-wrapper .home-banner-wrapper-content:nth-child(2) {
    flex-direction: column;
  }

  .home-banner-wrapper-content {
    flex-direction: column;
  }

  .home-banner-content-left,
  .home-banner-content-right {
    width: 100%;
  }

  .home-banner-content-right {
    margin: 1.5rem 0;
  }

  .contact-wrapper .contact-form {
    width: 95% !important;
  }

  .contact-wrapper .contact-info {
    width: 95%;
  }

  .contact-top {
    flex-direction: column;
  }

  .contact-top > div {
    width: 100%;
    margin-bottom: 2rem;
  }

  .header-center {
    justify-content: flex-end;
    width: calc(100% - 280px);
  }

  .gallery-wrapper .gallery-content {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 767px) {
  .product__carousel {
    display: none;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked {
    position: unset;
    background-color: transparent;
    border-top: none;
    flex-direction: column !important;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons
    .cart-count-buttons
    > .quantity-input-wrapper {
    background-color: transparent;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    .cart-count-buttons
    > .quantity-input-wrapper
    #input-quantity {
    background-color: transparent;
  }

  .btn-div-product {
    margin-top: 1.5rem !important;
  }

  .description-wrapper {
    padding: 0 0.5rem;
  }

  .sogo-product-container .product-right {
    padding-top: 0;
  }

  .category-link {
    transform: unset;
    margin-bottom: 1rem;
  }

  .content-wrapper .sogo-content .filter-sort {
    z-index: 100 !important;
  }

  .footer-whatsapp {
    bottom: 155px;
  }
}

@media screen and (max-width: 553px) {
  .product-grid .product-card {
    width: calc(100% - 1.5rem);
    margin: 0 !important;
    margin-bottom: 1.5rem !important;
  }

  .content-wrapper .sogo-content .product-layout {
    justify-content: center;
  }

  .owl-carousel .owl-nav {
    display: none !important;
  }

  .logo-wrapper {
    z-index: 9;
  }

  .header-social-media {
    width: 80px !important;
    justify-content: space-around !important;
  }

  .gallery-wrapper .gallery-content {
    width: calc(100% - 1rem);
  }
}
