@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*:not(i){
  font-family: "Rubik", serif !important;

}
:root{
  --mainColor  : #490e6f;
  --secondColor: #f9e300;
  --mainTransparentColor : #f5eafd;

}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  position: relative;
  transition: 0.25s ease-in-out;
}

.header-wrapper.sticked {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 6%) 0px 3px 6px, rgb(0 0 0 / 5%) 0px 3px 6px;
  padding-top: 0;
}

.padd {
  padding-top: 80px;
}
span.fav-count,
.expand-submenu > i {
  display: none !important;
}

.header-center .header-logo > a > img {
  width: 100%;
}


.header-left > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-bar {
  margin-right: 1.5rem;
  width: 5%;
}
.header-menu-bar > a > img {
  width: 100%;
}
.header-menu-bar > a {
  display: flex;
}

.header-left > ul > li {
  margin-right: 2.5rem;
}

.header-right > div {
  margin-right: 2rem;
}

.header-left > ul > li > a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.header-menu-bar > i {
  font-size: 20px;
}
.informaiton-wrapper {
  display: flex;
  width: 100%;
}
.header-social {
  position: absolute;
  top: 60%;
  display: flex;
  flex-direction: column;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9;
}

.header-social > a {
  position: relative;
  z-index: 9;
  margin-bottom: 1.5rem;
  width: 35px;
  height: 35px;
  background-color: #ffffffdb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-dots {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.slider-dots > span {
  margin-right: 1.5rem !important;
  background: #000 !important;
  margin-bottom: 1rem !important;
}

span.swip0::after {
  content: ".";
  font-size: 47px;
  margin-left: 47px;
  margin-top: -6px;
}
span.swip0::before {
  content: ".";
  font-size: 47px;
  margin-right: 47px;
  margin-top: -5px;
}

.footer-wrapper {
  display: flex;
  padding-top: 2rem;
}

.footer-wrapper .footer-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-join {
  width: 100%;
}

.footer-list-title > span {
  font-size: 17px;
  font-weight: bold;
}

.footer-list > ul > li > a {
  font-size: 15px;
  position: relative;
  transition: 0.25s ease-in-out;
}
.footer-list > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 6px;
  height: 2px;
  background-color: #000;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.footer-list > ul > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.footer-list > ul > li > a:hover {
  padding-left: 0.8rem;
}

.footer-join-title > span {
  font-size: 17px;
  font-weight: 600;
}

.footer-join-title {
  margin-bottom: 1.3rem;
}

.footer-list-title {
  margin-bottom: 1.3rem;
  width: 100%;
  text-align: center;
}
.footer-list > ul > li {
  margin-bottom: 0.5rem;
}
.footer-join > p {
  margin-bottom: 3rem;
}

.join-button {
  display: flex;
  align-items: center;
}

.join-button > a {
  background-color: #000;
  color: #fff;
  padding: 0.3rem 2.5rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social > a {
  margin: 1rem;
}

.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.footer-bottom-text > span {
  text-align: center;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0 0;
  padding-bottom: 5.5rem;
}

.consul-footer {
  background-color: #ffffff;
  padding-bottom: 4rem;
}

.consul-header {
  background-color: transparent !important;
  inset: auto !important;
  border-bottom: none !important;
  height: 50px;
  margin-right: 0 !important;
  position: relative;
}

.header-quick-menu {
  display: flex;
  align-items: center;
}

.header-quick-menu > li {
}

.header-quick-menu > li > div {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-quick-menu > li > div > a,
.header-quick-menu > li > div > button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.header-quick-menu > li > div > a > i {
  margin-right: 0.25rem;
}

.header-quick-menu > li > div > a > i,
.header-quick-menu > li > div > button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.header-logo img {
  width: 100%;
}
.sogo-product-container .product-left > ul {
  flex-wrap: wrap;
  flex-direction: unset;
}

.sogo-product-container .product-left > ul > li {
  width: calc(50% - 0.3rem);
  margin-bottom: 0.3rem !important;
  margin-right: 0.3rem;
}
.colorlabel {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  border: 1px solid transparent !important;
}
button.buy-btn {
  border: 0;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #000;
  margin-left: 0.5rem;
}
button.buy-btn:hover {
  background-color: #555;
  color: #fff;
}
.btn-div-product {
  width: 60%;
  height: 45px;
  display: flex;
}
.header-top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
}

.header-top-text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: lighter !important;

}


.footer-bottom .language-div .pull-left button {
  text-decoration: none !important;
}

@media screen and (min-width: 1600px) {
  ul.megamenu > li > a strong {
    font-size: 15px;
  }

  .wishlist-div > a > i,
  .cart-div > a > i {
    font-size: 22px;
  }

  span.fav-count {
    font-size: 18px;
  }

  span.cart-count {
    font-size: 19px;
  }

  .footerwebsite .footer-middle .newsletter-wrapper .cbx > span:first-child {
    margin-top: 7px;
  }

  .user-div > a > i {
    font-size: 28px !important;
  }
  .header-quick-menu > li > div > .search-btn > i {
    font-size: 19px;
  }
  .header-logo img {
    width: 140px;
  }
  .colimg1:hover > a span {
    font-size: 27px;
  }

  .colimg1 span,
  .colimg2 span,
  .colimg3 span {
    font-size: 18px !important;
  }
  .footer-list-title > span {
    font-size: 18px;
  }

  .footer-list > ul > li > a,
  .footer-social > a > i,
  .footer-bottom .language-div .pull-left form .btn-group > button > span,
  .footer-bottom .currency-div .pull-left form .btn-group > button > strong {
    font-size: 16px;
  }

  .footerwebsite .footer-middle .newsletter-wrapper .cbx > span:last-child {
    font-size: 13px;
    line-height: 30px;
  }

  .footerwebsite .footer-middle .middle-heading {
    font-size: 18px;
  }

  .footer-bottom-text > span {
    font-size: 16px;
  }
  .header-quick-menu > li {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .product-cart-buttons.sticked {
    flex-direction: column !important;
  }

  .btn-div-product {
    width: 100% !important;
    margin-top: 1rem !important;
  }

  .btn-div-product > button {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .header-quick-menu > li > div > a,
  .header-quick-menu > li > div > button {
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  }
  .header-quick-menu > li > div > a:active,
  .header-quick-menu > li > div > button:active {
    opacity: 0.8;
  }
  .product-cart-buttons.sticked {
    flex-direction: unset !important;
  }
  .btn-div-product {
    margin-top: 0 !important ;
    height: auto !important;
  }
}

@media screen and (min-width: 990px) {
  .header-quick-menu > li > div > a,
  .header-quick-menu > li > div > button {
    transition: transform 0.1s ease-in-out, opacity 0.25s ease-in-out;
  }
  .header-quick-menu > li > div > a:hover,
  .header-quick-menu > li > div > button:hover {
    opacity: 0.8;
  }
}
.header-quick-menu > li > div > a:active,
.header-quick-menu > li > div > button:active {
  transform: scale(0.8);
}

.header-quick-menu > li > div > .search-btn {
  background-color: transparent;
  border: none;
}

.search-overlay.active,
.search-overlay {
  top: 105px !important;
}

span.swip1 {
  padding-top: 45px;
  padding-bottom: 30px;
}
.gallery-slider2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  transform: scale(0.8);
}
.gallery-slider2 .swiper-slide-active {
  transform: scale(1);
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 30px;
  font-weight: bold;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 30px;
  font-weight: bold;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000000;
}

.swip0 {
  padding-bottom: 48px;
}

.user-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-submenu {
  position: absolute;
  top: 80%;
  background-color: #fff;
  width: 180px;
  border: 1px solid #aaa;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.user-div:hover .user-submenu {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
.user-submenu > ul > li > a {
  padding: 0.8rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
}
.user-submenu > ul > li > a:hover {
  background-color: #000;
  color: #fff;
}
.user-submenu > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.user-submenu > ul > li {
  width: 100%;
}
.image-div {
  margin-bottom: 1rem;
  overflow: hidden;
  border: 2px solid #ffffff;
  width: 100%;
}
.image-div > img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.image-div:hover > img {
  transform: scale(1.1);
}
.footer-bottom .language-div .pull-left img,
.footer-bottom .language-div .pull-left i {
  display: none;
}

.footer-bottom .language-div .pull-left form .btn-group > button > span,
.footer-bottom .currency-div .pull-left form .btn-group > button > strong {
  color: #000 !important;
  display: flex !important;
}

.footer-bottom .language-div .pull-left form .btn-group > button:hover,
.footer-bottom .currency-div .pull-left form .btn-group > button:hover {
  text-decoration: none;
}
.footer-bottom .language-div .pull-left form .btn-group > ul {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.footer-bottom .currency-div .pull-left form .btn-group > ul {
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.footer-bottom .language-div .pull-left form .btn-group > ul > li > a,
.footer-bottom .currency-div .pull-left form .btn-group > ul > li > button {
  transition: 0.25s ease-in-out;
  padding: 0.6rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom .language-div .pull-left form .btn-group > ul > li > a:hover,
.footer-bottom
  .currency-div
  .pull-left
  form
  .btn-group
  > ul
  > li
  > button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.mainmenu {
  z-index: 99999;
  position: absolute;
  left: 1%;
  top: 50%;
  transition: 0.25s ease-in-out;
}
.show-menu {
  border: none;
  background-color: transparent;
}

.megamenu-upper-container,
ul.megamenu > li > button {
  background-color: transparent;
  border: none;
}

span#remove-megamenu {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.colimg1 span {
  position: absolute;
  bottom: 2rem;
  background: #ffffff;
  padding: 10px;
  transition: 0.3s ease-in-out;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "Montserrat-Medium";
  font-weight: 500;
}
.cont-img1,
.cont-img2,
.cont-img3,
.colimg1,
.colimg2,
.colimg3 {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .expand-submenu > i {
    display: block !important;
  }
  ul.megamenu > li > a {
    display: block;
    position: relative;
    color: #000000;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    padding: 11px 20px 9px 21px;
    height: 45px;
  }
  .header-left {
    width: 100%;
    display: flex;
    align-items: start;
    margin-left: 0;
    justify-content: start;
  }
  ul.megamenu > li:last-child > a {
    line-height: unset !important;
  }
}

ul.megamenu > li > .sub-menu {
  border-top: none;
}

.header-wrapper.sticked .mainmenu {
  z-index: 99999;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}
.sub-menu {
  position: initial !important ;
}

.sogo-product-container .product-left .thumbnails {
  display: flex;
}

ul.product-price {
  flex-direction: initial !important;
}

ul.product-price > li {
  display: flex;
  align-items: flex-end;
}

.product-details-upper {
  padding-bottom: 0;
  position: relative;
}

.product-fav {
  position: absolute;
  bottom: 10%;
  right: 0;
}
.power-discount-product {
  display: none !important;
}
ul.power-price > li {
  align-items: flex-end;
}

.product-options {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.product-options.full {
  padding-bottom: 0.8rem;
}

.product-options > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  margin: 0;
  margin-top: 0 !important;
}

.product-options > div:nth-child(1) {
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
  flex-direction: row;
}

.product-options > div:nth-child(2) {
  padding-left: 0;
}

.product-details-upper {
  margin-bottom: 0.8rem !important;
}

.label-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.product-cart-buttons {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-cart-buttons > button {
  width: 100% !important;
  padding: 0.8rem !important;
}
.product-left {
  width: 40% !important;
}

.product-right {
  width: 60% !important;
}
.sogo-product-container .product-left .thumbnails .xzoom-thumbs {
  display: flex;
  flex-direction: column;
}

.sogo-product-container .product-left .thumbnails .xzoom-thumbs > a {
  display: flex;
}

.sogo-product-container .product-left .thumbnails .xzoom-thumbs > a > img {
  border: 1px solid #7d7d7d;
}

.sogo-product-container .product-left .thumbnails .x-zoom-main-image > img {
  border: 1px solid #7d7d7d;
  width: 100% !important;
}

.collapse-description,
.collapse-review,
.collapse-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.collapse-description > i,
.collapse-review > i,
.collapse-delivery > i {
  transition: 0.25s ease-in-out;
}

.collapse-description.collapsed > i {
  transform: rotate(90deg);
}

.collapse-description {
  margin-bottom: 0.8rem;
}
.collapse-review,
.collapse-delivery {
  margin-bottom: 1rem;
}

.pull-right > button {
  background-color: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li
  > img {
  width: 100%;
  border-radius: 50%;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
}
.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-fav
  button
  > i {
  font-size: 1.3rem;
}

.option-count > span {
  font-size: 13px;
  color: #555;
}
.label-div > i {
  transition: 0.25s ease-in-out;
}
.label-div > label {
  transition: 0.25s ease-in-out;
}

.label-div[aria-expanded="true"] > i {
  transform: rotate(90deg);
}

.label-div[aria-expanded="true"] > label {
  font-size: 20px;
  font-weight: 600 !important;
}

.product-details-lower .card.card-body {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.8rem;
}

.iziToast-wrapper {
  z-index: 9999999999;
}

.home-gallery.lights-off.home-bottom-slider {
  align-items: center;
}

.sogo-loader > img {
  width: 15%;
}
.sogo-container.information-container {
  padding: 0 !important;
}

.information-image {
  background-image: url(/image/catalog/information-image.jpg);
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.information-image > span {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  margin: 3rem 0;
  padding: 1rem;
  line-height: 1.7;
  text-align: center;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  top: 0;
}

span.product-old-price {
  padding-top: 0.3rem;
}
.cont-img1 {
  display: flex;
}

.colimg1 img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.colimg1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.colimg1 a {
  display: contents;
}

.cont-img2 {
  display: flex;
}

.colimg2 img {
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.colimg2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.colimg2 span {
  z-index: 99;
  position: absolute;
  bottom: 2rem;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  padding: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat-Medium";
}
.colimg2 a {
  display: contents;
}

.cont-img3 {
  display: flex;
}

.colimg3 img {
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.colimg3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.colimg3 span {
  z-index: 99;
  position: absolute;
  bottom: 33%;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  padding: 5px;
  font-size: 16px;
  font-family: "Montserrat-Medium";
  font-weight: 500;
}
.colimg3 a {
  display: contents;
  overflow: hidden;
}
.footer-list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.colimg3 a:hover > img {
  transform: scale(1.1);
}

.colimg2 a:hover > img {
  transform: scale(1.1);
}
.colimg1 a:hover > img {
  transform: scale(1.1);
}
.colimg1:hover > a span {
  background: #000000;
  color: #ffffff;
}
.colimg2:hover > a span {
  background: #000000;
  color: #ffffff;
}
.colimg3:hover > a span {
  background: #000000;
  color: #ffffff;
}
ul.product-price {
  position: absolute;
  top: 0;
  right: 0;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option {
  margin-top: 0.5rem;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  width: 50px;
  height: 35px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
}
div#collapsedescription {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li.selected {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.card.card-body {
  font-size: 13px;
  line-height: 1.8;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1025px) {
  .option-count > span {
    font-size: 10px;
    color: #555;
  }
}

@media screen and (max-width: 992px) {
  .menu ul ul {
    padding-left: 21px;
  }

  .menu ul {
    padding-left: 5px;
  }
  .colimg1 span {
    position: absolute;
    bottom: 2rem;
    background: #ffffff;
    padding: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .colimg2 span {
    font-size: 15px;
  }
  .colimg3 span {
    font-size: 15px;
  }
  .product-left {
    width: 45% !important;
  }
  .product-right {
    width: 55% !important;
  }
}

@media screen and (max-width: 769px) {
  .home-gallery.lights-off.home-bottom-slider {
    display: block;
  }
  .product-left {
    width: 45% !important;
  }
  .product-right {
    width: 55% !important;
  }
  .sogo-product-container .product-left .thumbnails {
    flex-direction: column;
  }
  .sogo-product-container .product-left .thumbnails .xzoom-thumbs {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .sogo-product-container
    .product-left
    .thumbnails
    .xzoom-thumbs
    > a:nth-child(1)
    > img {
    margin-left: 0;
  }
  .sogo-product-container .product-left .thumbnails .x-zoom-main-image > img {
    margin-bottom: 10px;
  }
  .information-image > span {
    width: 95%;
  }
  .information-image {
    height: auto;
  }
  .header-social {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-left,
  .product-right {
    width: 100% !important;
  }
  .sogo-product-container .product-left .thumbnails .xzoom-thumbs > a > img {
    width: 100%;
    margin-left: 0;
  }
  .sogo-product-container .product-left .thumbnails .xzoom-thumbs {
    display: flex;
    flex-direction: unset;
    width: 100%;
  }
  .sogo-product-container .product-left .thumbnails .xzoom-thumbs > a {
    display: flex;
    width: calc(20% - 1.6rem);
    margin: 0.8rem;
  }
  .sogo-product-container .product-left .thumbnails .x-zoom-main-image > img {
    width: 100% !important;
  }
  .product-options > div:nth-child(2) {
    padding-left: 0;
  }

  .product-options > div:nth-child(1) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.8rem;
  }
  .sogo-product-container .product-right .product-details-middle,
  .sogo-product-container .product-right .product-details-upper,
  .sogo-product-container .product-right .product-details-lower,
  .collapse-description,
  #collapsedescription {
    padding: 0.5rem 1.5rem;
  }
  .sogo-product-container .product-left .thumbnails .x-zoom-main-image {
    padding: 0 0.8rem;
  }
}

@media screen and (max-width: 680px) {
  .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    z-index: 999;
    position: relative;
    height: auto;
    transition: 0.25s ease-in-out;
    background-color: #fff;
  }
  .home-slider {
    top: 0;
  }
  .header-left {
    display: block;
    margin-left: 0;
  }
  .header-right {
    justify-content: center;
  }
  .header-logo {
    width: 100%;
  }
  .mainmenu,
  .header-wrapper.sticked .mainmenu {
    right: 1%;
    left: unset;
  }
  .header-quick-menu > ul > li:nth-child(1) {
    display: block;
  }
  .header-right > div {
    margin-right: 1rem;
  }
  .footer-wrapper > div {
    width: 100% !important;
    padding-left: 0rem;
  }
  .footer-wrapper {
    flex-wrap: wrap;
  }
  .colimg1 span {
    font-size: 12px;
  }
  .colimg2 span {
    font-size: 12px;
  }
  .colimg3 span {
    font-size: 12px;
  }
  .cont-img3 {
    display: flex;
    flex-wrap: wrap;
  }
  .colimg3 {
    position: relative;
    display: flex;
    width: 33.33%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 426px) {
  .footer-wrapper > div {
    padding-left: 1rem;
  }
  .header-wrapper {
    padding-top: 0.5rem;
  }

  .mainmenu {
    top: 35%;
  }

  .sogo-loader > img {
    width: 30%;
  }
  .colimg1 span {
    font-size: 9px;
  }
  .colimg2 span {
    font-size: 10px;
  }
  .colimg3 span {
    font-size: 9px;
  }
  ul.product-price {
    top: 5px;
  }
}
@media screen and (max-width: 376px) {
  .header-right {
    justify-content: flex-start;
  }
  span.product-new-price {
    font-size: 1.1rem !important;
  }

  span.product-old-price {
    font-size: 1rem !important;
  }
  ul.product-price {
    top: 7px;
  }
}

@media screen and (max-width: 321px) {
  .footer-wrapper > div {
    padding-left: 0;
  }
  .header-center {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-right {
    justify-content: flex-start;
    margin-right: 0.5rem;
  }
  .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: 0.5rem 0.4rem;
  }
  span.product-new-price {
    font-size: 0.9rem !important;
  }

  span.product-old-price {
    font-size: 0.8rem !important;
  }
  ul.product-price {
    top: 9px;
  }
}

.home-gallery .gallery-lower {
  margin: 0;
}

.user-div > a > i {
  font-size: 22px;
}

.to-top > button,
.to-top > button:hover {
  background-color: #000 !important;
  border-color: #333333d9 !important;
  border-radius: 0.35rem !important;
  border-radius: 50% !important;
}
.to-top > button > i {
  color: #fff !important;
}

@media screen and (max-width: 481px) {
  span.product-new-price.numeric-span {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 399px) {
  .btn-div-product {
    margin-top: 0.5rem !important;
  }

  .product-cart-buttons.sticked {
    flex-direction: column !important;
  }
}


.header-wrapper{
  display: grid;
  grid-template-columns: 2fr 5fr 5fr;
  gap: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-right-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header-right-links
{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.header-right-buttons{
  display: flex !important;
}
@media (min-width: 1200px) {
  .container {
      width: 1320px !important;
  }
}
.search-input-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.search-input-wrapper #quick-search {
  margin: 0;
  padding-right: 35px;
  position: static;
  padding-left: 10px;
  height: 45px;
  border-radius: 21px;
  border: 1px solid #d8d8d8;
  width: 100%;
}
.search-input-wrapper .search-search-icon{
  opacity: .5;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.main-menu .megamenu-container, .main-menu .container-megamenu , .main-menu .megamenu-wrapper {
  width: 100%;
}
.main-menu .megamenu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-wrapper{
  background-color: var(--mainColor);
}
.megamenu-wrapper {
  background-color: transparent !important;
}
.megamenu-container .megamenu > li > * {
  color: white !important;
}
ul.megamenu > li:hover >a{
  background-color: transparent !important;
  color: var(--secondColor) !important;
}
ul.megamenu > li > a strong{
  font-weight: 400 !important;
}
.swiper-nav-btns > div{
  background: rgba(252, 252, 252, 0.7);
width: 60px;
height: 60px;
display: flex !important;
align-items: center;
  justify-content: center;
}
.swiper-nav-btns>div::after{
  color: #555 !important;
}
.images-w-links{
  margin-top: 1.5rem;
}
.images-w-link-wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.images-w-link-wrapper > div{
  width: 100%;
}
.images-w-link-wrapper  img{
  width: 100%;
  height: auto;
}
.for-you-section{
  background-color: var(--mainTransparentColor);
  margin-top: 1.5rem;
  padding-bottom: 25px;
}
.for-you-section h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;

}
.for-you-content-wrapper
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 25px;

}
.for-you-content-wrapper > div {
  border-radius: 18px;
  background-color: white;
  position: relative;

}
.for-you-content-wrapper > div img{
  width: 100%;
  height: auto ;
  border-top-right-radius: 18px;
  margin-bottom: 8px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.for-you-content-wrapper > div span{
  padding: 0 15px;
    margin-bottom: 40px !important;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.for-you-content-wrapper > div p{
  padding: 0 15px;
  margin-bottom: 40px !important;
  font-size: 14px;
  font-weight: lighter;
  color: #333;
}
.for-you-content-wrapper > div .for-you-link-button{
  position: absolute;
  bottom: -25px;
width: 50%;
  line-height: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  color: white;
  border-radius: 24px;
}
.references-section{
  background-color: #f2f2f299;
  padding: 40px 0;
}
.references{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 18px ;
  padding: 2rem;
}
.references img {
  width: 100%;
  max-width: 130px;
    max-height: 81px;
    object-fit: contain;
}
.references > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 6px #0000001a;
  border-radius: 6px;
  height: 110px;
}
.reference-show-all{
  display: block;
  height: 110px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px var(--mainColor) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--mainColor) !important;
}
.reference-show-all i {
  transition: 0.2s all linear;
  margin-top: 5px;
}
.reference-show-all:hover i {
  margin-left: 10px;
  transition: 0.2s all linear;
}
.upper-footer-banner {
  background-color: var(--mainTransparentColor);
  padding: 25px 0;
}
.footer-upper-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;

}
.footer-upper-wrapper  * {
color: var(--mainColor);
  
}
.footer-upper-wrapper > div::before{
  content: "";
  width: 2px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-upper-wrapper > div:first-child::before{
  display: none;
}
.footer-upper-wrapper > div span {
  font-size: 16px;
  font-weight: 500;
}
.footer-upper-wrapper > div i {
  font-size: 30px;
}
.footer-upper-wrapper > div{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  gap: 8px;
}
.footerwebsite{
  box-shadow:none !important;
  border: none !important;
}
.footer-list > ul > li > a::before{
  display: none !important;
}
.footer-list ul{
  align-items: start !important;
}
.footer-list > ul > li > a:hover{
  padding-left: 0px !important;
}
.footer-wrapper .footer-list{
  align-items: start !important;
}
.footer-list-title{
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem !important;
  justify-content: start !important;
}
.categories-list  *:not(i) {
  font-weight: 500 !important;
}
.footer-list * {
  font-size: 16px !important;
}
.footer-social {
  gap: 16px;
  display: flex !important;
}
.footer-social a {
  width: 45px;
  height: 45px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50% ;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:32px !important;
}
.footer-list .footer-social *{
  font-size: 24px !important;
}
.bottom-footer{
  padding: 25px 0;
  background-color: var(--mainColor);
}
.footer-wrapper{
  padding-bottom: 2rem;
}
.bottom-footer-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
.bottom-footer-wrapper >div{
  display: flex;
  align-items: center;
}
.bottom-footer-wrapper > div:nth-child(1){
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bottom-footer-wrapper > div:nth-child(1)  img {
  width: 110px;
  height: auto;
}
.bottom-footer-wrapper > div:nth-child(3)  img {
  width: 100px;
  height: 120px;
}
.bottom-footer-wrapper > div:nth-child(2){
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bottom-footer-links a{
  position: relative;
  display:flex;
}

.bottom-footer-wrapper * {
  font-size: 14px !important;
  color: #ffffff80 !important;
}
.bottom-footer-links a:hover{
  color: white !important;
}
.category-wrapper{
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
.category-section{
  display: flex;
  align-items: start;
  width: 100% ;
  justify-content: center;
}
.bf-form{
  flex-direction: column;
}
.bf-form .bf-attr-block{
  width: 100% !important;
}
.bf-attr-block{
  border: solid 1px #e3e3e3;
  margin: 0px !important;

margin-bottom: 30px !important;
border-radius: 6px;
position: relative !important;;
padding: 0px 15px !important;
}
.bf-attr-block .bf-attr-header{
  height: 42px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
  font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    position: static !important;
    color: #490e6f;
    display: flex
    ;
        align-items: center;
        justify-content: space-between;
}
.bf-form > .bf-attr-block:first-of-type{
  border-width: thin !important;
}
.bf-attr-block-cont{
  flex-direction: column !important;
}
.bf-sliding{
  height: auto !important;
}
.bf-attr-header i {
width:42px;
height: 42px;
position: absolute;
right: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background-color: #f8f8f8;
color: var(--mainColor);
font-size: 30px;
top: 0 !important;
display: flex;
align-items: center;
  justify-content: center;
}
.bf-count {
  background-color: var(--mainColor) !important;
  width: 20px;
  height: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.bf-attr-filter{
  width: 100%;
}
.bf-c-3 {
  right: 0 !important;
}
.bf-buttonclear-box{
  display: none !important;
}
.bf-sliding-cont{
  margin-top: 1.25rem !important;
}
.bf-form{
  padding: 0px !important;
}
.container .sogo-breadcrumb{
border: none !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.filter-header{
  opacity: .5;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  display: block;
  padding: 20px 10px 15px 15px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 35px;
}
.product-layout.product-grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 30px ;
}
.filter-left-side{
  padding-right: 2rem !important;
}
.product-layout.product-grid .product-card{
  margin: 0px !important;
width: 100% !important;
box-shadow:  none !important;
  border: none !important;
  border-radius: 0px !important;


}
.product-card .product-image-wrapper{
  margin: 0px !important;
  border-radius: 0px !important;
}
.sort-view .container{
  margin-right: auto !important;
}
.sort-view .container  .sort-wrapper{
  justify-content: end !important;
}
.filter-left-side{
  width: 25% !important;
}
.category-wrapper{
  display: flex !important;
}
.new-section{
  width: 75% !important;
}
.sort-view{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  display: flex;
  justify-content: end;
}
.sort-wrapper .select{
  justify-content: end;
  width: fit-content;
  border: 1px solid   #ccc  !important;
  border-radius: 4px;
padding: 5px 10px;
}

.sort-wrapper .select .select-options {
  right: calc(19px - 1.5rem) !important; 
}
.product-image-wrapper{
  position: relative;
}
.buttons-sp{
  position: absolute;
  display: none !important;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #490e6fb3;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.buttons-sp > * {
  height: 30px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 34px;
  background: none;
  gap: 5px;
  align-items: center;
  justify-content: center;

}
.buttons-sp button{
  height: 30px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 34px;
  background: none;
  gap: 5px;
  align-items: center;
  border: none;
  outline: none;
  justify-content: center;
}
.product-card:hover .buttons-sp{
  display: grid !important;
}
.product-card .product-caption{
  justify-content: start !important;
  align-items: center !important;;
  margin-top: 5px;
}
.product-card .product-name{
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  color: #333 !important;
  margin-bottom: 7px !important;
  padding: 0 20px !important;
  min-height: 36px !important;
}
.product-card .product-price-wrapper{
  color: #2b2c3f;
  font-size: 20px;
  font-weight: 800;
  width: fit-content;
  border-top: 1px solid #ccc;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}




.hidden {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.popup {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 33%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow: hidden;
}
.close-popup-cont{

  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.popup-content {
  padding: 20px;
  padding-top: 10px !important;
  display: flex;
  flex-direction: column;
}
.popup-bottom-content{
  display: flex;
  align-items: start;
  gap: 1rem;
}
.popup-image-wrapper img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.popup-product-name{
  font-size: 28px;
}
.popup-details {
  margin-top: 5px;
}
.popup-product-price{
  border-radius: 6px;
  min-width: 80px;
  padding: 16px 12px 16px !important;
  height: 100%;
  width: fit-content;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  box-shadow: 0 2px 8px #0000001a !important;
  font-size: 30px;
  line-height: .89;
  color: #333;
  font-weight: 800;
}
.popup-quantity {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.popup-quantity button {
  background-color: #ddd;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.popup-quantity input {
  width: 50px;
  text-align: center;
  margin: 0 5px;
}

.close-popup {

  font-size: 20px;
  cursor: pointer;
  color: #ca3091;
  outline: none !important;
  border: none;
  background: none !important;
}
.popup-quantity  {
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex !important;
}
.popup-quantity button{
  background: none;

}
.popup-quantity-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
position: relative;
padding-right: 8px;
padding-left: 8px;
  flex-direction: column;
  font-size: 12px;
}
#popup-quantity {
  font-size: 18px !important;
  color: var(--mainColor);
}
.popup-quantity-cont::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;  
  background-color: #ccc;
}
.popup-quantity-cont::before{
  position: absolute;
  content: "";

  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;  
  background-color: #ccc;
}
#popup-add-to-cart{
  line-height: 45px;
  text-align: center;
  border-radius: 100px;
  background-color: #490e6f;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
}
#popup-add-to-cart:hover{
  background-color: #641499;
}
.popup-buttons-wrap{
  display: flex;
  gap: 1rem;
  align-items: center;
}
#popup-add-to-fav{
  width: 60px !important;
  height: 60px !important;

  min-width: 60px !important;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #490e6f;
  text-align: center;
  display: block;
  position: relative;
  color: var(--mainColor);
}
.see-product{
  display: flex;
  align-items: center;
  justify-content: end;

}
.see-product a {
  background: #f5eafd;
  color: #490e6f;
  padding: 20px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.open-big{
  cursor: pointer;
}
.product-left img{
  width: 100%;
  object-fit: cover;
}
.product-left > .swiper-container:first-child{
aspect-ratio:  1 / 1;

}
.product-left img{
  height: 100% !important;
}
.product-left > .swiper-container:nth-child(2){
  margin-top: 1rem !important;
  height: 92px !important;
  position: relative !important;
  padding-left: 40px;
  padding-right: 40px;
  }

  .product-left > .swiper-container:nth-child(2) .swiper-wrapper{
position: static !important;
    }
  .product-left > .swiper-container:nth-child(2) .swiper-slide{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
  }
  .thumb-product-slider-controls >div{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .thumb-product-slider-controls > div:first-child{
    left: 0;
  }
  .thumb-product-slider-controls > div:last-child{
    right: 0;
  }
  .product-page-wrapper{
    background-color: #f2f2f299;
      }
      .product-page-wrapper .sogo-container{
        background-color: #f2f2f299 !important;
      }
      .product-page-wrapper .product-right{
        padding-left: 24px !important;
      }
      .product-details-upper .product-name span{
        font-size: 28px !important;
        font-weight: 500 !important;
      }
      .product-details-upper ul.product-price{
        position:  static !important;
          padding: 21px 12px;
          height: 100%;
          float: left;
          display: block;
          background-color: #fff;
          box-shadow: 0 2px 8px #0000001a;
          border-radius: 6px;
          min-width: 100px;
          padding: 24px 12px 20px;
          width: fit-content;
      }
      #button-cart{
        line-height: 45px;
        text-align: center;
        border-radius: 100px;
        background-color: #490e6f !important;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 0 25px;
        cursor: pointer;
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: 700;
      }

      #button-cart:hover{
        background-color: #641499 !important;
      }

      .cart-count-buttons{
        height: 60px;
        border-radius: 100px;
        background-color: #fff;
        border: solid 1px #e3e3e3;
        padding: 15px 10px;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: flex !important;
      }
      .cart-count-buttons > * {
        height: 100% !important;
        background-color: transparent !important;
        color: var(--mainColor);
        border: none !important;

      }
      .sogo-product-container .product-right{
        position:  static !important;
      }
      .social-share-buttons{
        display: flex;
        align-items: start;
        justify-content: end;
        margin-top: 1rem;
        gap: 10px;
      }
      .social-share-buttons > *{
        width: fit-content;
        display: flex;
        gap: 8px;
        
      }
      .social-share-buttons .share-header{
        color: #a4a4a4 !important;
        font-size: 12px !important;
    
      }
      .social-share-buttons .share-buttons ul{
        color: var(--mainColor);
        font-size: 18px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        
      }
      .social-share-buttons .share-buttons * {
        color: var(--mainColor) !important;
        font-size: 20px;
      }




      /* Tab menü stili */
.product-tabs {
  display: flex;
  margin-top: 2rem;
  border-bottom: 2px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: none;
  background-color: #fff;
  margin-right: 5px;
  color: #555;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.tab-item:hover {
 color: var(--mainColor);
}

.tab-item.active {
  background-color: #fff;
  color: var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
}

/* Tab içerik stili */
.tab-content {
  background-color: #fff;
  padding: 20px;
  margin-top: -1px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Mobil uyumluluk */
@media (max-width: 990px) {
  .tab-item {
      padding: 10px;
      font-size: 14px;
  }

  .tab-content {
      padding: 15px;
  }
}
.btn-div-product{
  height: auto !important;
}
.product-cart-buttons{
  justify-content: start;
}
.cart-count-buttons{
  max-width: 180px !important;
}
.cart-cont .cart-body{
  background-color: white !important;
}
.cart-body, .checkout-cart .sogo-breadcrumb{
  background-color: white !important;

}
.cart-wrapper .cart-side{
  box-shadow: none !important;
}
.cart-header{
  border-bottom: none !important;
}
.cart-content-wrp .cart-body{
  padding: 0px !important;

}
.cart-content-wrp .header-buttons i {
  font-size: 24px;
}
.cart-content-wrp .header-buttons a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--mainColor);
}
.cart-content-wrp  .cart-heading{
  opacity: 0.5 !important;
  font-weight: 300 !important;
}
.cart-content-wrp .cart-product-image{
  width: 80px !important;
  height: auto !important;
}
.cart-content-wrp .cart-product-image img{
  width: 100%;
  height: auto !important;
} 
.cart-product-info.product-card{
margin: 0;
box-shadow: none !important;
display: flex !important;
width: fit-content !important;
flex-direction: row !important;
}

.cart-product-quantity input{
height: 100% !important;
border: none !important;

}
.cart-product-quantity input{
  width: 130px !important;
  border-radius: 30px !important;
  height: 60px !important;
  border: 1px solid #999 !important;
}

.cart-wrapper .cart-side .cart-content .cart-row .row-btn-group > button{
  width: fit-content !important;
}
.cart-left-part{
  display: flex;
  flex-direction: row !important;
  align-items: start;
  gap: 1rem;
  
}
.cart-row{
  background-color: #fff;
  border: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important ;
  padding: 15px;
  position: relative;
  border-radius: 4px;
}
.cart-product-total{
  display: flex;
  flex-direction: column !important;;
}
.cart-right-part{
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: start !important;
  justify-content: end !important;
}
.cart-right-part .numeric-span{
  width: max-content;
}
.cart-wrapper .cart-side .cart-content .cart-row .row-btn-group > button{
  border: none !important;
  background-color: transparent !important;
  font-size: 20px !important;
}
.cart-wrapper .cart-side .cart-content .cart-row .row-btn-group {
  margin-left: 1rem !important;
  margin-top: 0px !important;
  display: flex !important;
  gap: 8px !important;
}
.cart-wrapper .product-fav-btn{
  color: var(--mainColor) !important;
}

.cart-wrapper .cart-product-remove{
  color: #acacac !important;
}
.cart-wrapper .cart-side {

  width: calc(75% - 2rem) !important; 
}
.cart-wrapper .summary-side{
  width: 25% !important;
}
.summary-side{
  border-radius: 6px !important;
  background-color: #fff !important;
  box-shadow: 0 2px 10px #0000000f !important;
  padding: 0px !important;
}
.summary-side-wrap{
  padding: 20px 15px 0;
}
.cart-cont{
  margin-bottom: 3rem !important;
}
.summary-side > a {
  height: 50px;
  background-color: #490e6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #fff;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  border-radius: 0 0 6px 6px;
}
.summary-side > a:hover{
  background-color: var(--mainColor) !important;
}
.summary-side > a i {
  font-size: 20px !important;
}
.header-right-buttons{
  justify-content: space-around !important;
  border-left: 1px solid #ccc !important;
}
.user-div a {
  display: flex ;
  align-items: center;
}
#login-content, #register-content {
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin-top: 2.5rem !important;
}
.login-cont-wrap{
  width: 40% !important;
  padding: 0 50px 50px;
  box-shadow: 0px 0px 0px -3px rgb(0 0 0 / 11%), 0px 0px 4px 1px rgb(0 0 0 / 14%);  
}
.log-reg-tab a {
  padding: 25px !important;
  color: #3a3a3a !important;
}
.log-reg-tab a:first-child::before{
  display: none !important;
}
 .log-reg-tab a:hover {
  color: #333;
  font-weight: inherit !important;
  text-decoration: underline !important;
}
.log-reg-tab a.active:hover {
  color: #333;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.log-reg-tab{
  justify-content: center !important;
}
.cart-div{
  display: flex;
  align-items: center;
}
.login-form > form > span, .login-bottom > span {
  font-size: 14px;
  color: var(--mainColor);
  margin-bottom: 1rem;
  display: block !important;
}
.login-form > form input{
  border-radius: 8px !important;
  border: solid 1px #c2c2c2 !important;
  background-color: #fff !important;
  height: 40px !important;
}
.login-bottom{
  margin-top: 1.5rem;
}
.login-bottom p {
  display: flex;
  align-items: center;
  justify-content: end;
}
.login-bottom p a {
  font-size: 14px !important;
  color: #5f5f5f !important;
  text-decoration: underline !important;
}
.login-wrap{
  background-color: #f2f2f299;
  padding-bottom: 2.5rem !important;
}
#login-content .sogo-primary-button::before, #register-content .sogo-primary-button::before{
  display: none !important;
}
#login-content .sogo-primary-button{
  background-color: #490e6f !important;
  color: #fff !important;
  width: 100%;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
#register-content .sogo-primary-button::before, #register-content .sogo-primary-button::before{
  display: none !important;
}
#register-content .sogo-primary-button, .form-button > button{
  background-color: #490e6f !important;
  color: #fff !important;
  width: 100%;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.register-form .sogo-input-wrapper.input-col-2{
  width: 100% !important;;
}
.references-section h2{
  opacity: .15;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.open-filter-side{
  display: none ;
}
@media screen and (max-width: 990px){
  .for-you-content-wrapper,.references{
    grid-template-columns: 1fr 1fr;
  }
  .for-you-content-wrapper > div .for-you-link-button {
  width: 80% !important;
  }
 .footer-upper-wrapper{
  grid-template-columns: 1fr;
 } 
 .footer-wrapper{
  flex-direction: column;
 }
 .footer-wrapper > *{
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc; 

padding-left: 24px !important;
}
.footer-wrapper > *:last-child > .footer-list-title{
  display: none !important;
}
.footer-list-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .footer-list {
  width: 100% !important;
 }
 .footer-wrapper ul{
margin-top: 1rem !important;
 }
 .footer-social{
  justify-content: space-around !important;
  width: 100% !important;
 }
 .footer-social a{
  background-color: white !important;
  color: var(--mainColor) !important;
 }
 .bottom-footer-wrapper{
  flex-direction: column;
  gap: 1rem;
 }
 .bottom-footer-wrapper >div:first-child{
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .bottom-footer-wrapper > div:nth-child(2){
  flex-wrap: wrap;
  justify-content: center;
 }
 .header-wrapper{
  display: flex !important;
  gap: 0.5rem !important;
 } 
 .header-logo{
  max-width: 100px !important;
 }
 .user-div{
  display: none !important;
 }
 .header-right-wrapper {
  display: flex !important
  ;
      float: right;
      position: absolute;
      right: 0;
 }
 .header-wrapper{
  justify-content: start !important;
 }
 .megamenu-wrapper{
  background-color: white !important;
 }
 .megamenu-container .megamenu > li > *,.sub-menu a{
  color: black !important;
 }
 .buttons-sp{
  grid-template-columns: 1fr !important;
 }
 .popup{
  width: 100% !important;
 }
 .popup-bottom-content{
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }
 .popup-details {
  margin-top: 5px;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.social-share-buttons{}
.sogo-product-container .product-left .mobile-product-slider{
  margin-bottom: 1rem !important;
}
.product-details-upper{
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-details-upper > div{
  width: 100% !important;
}
.sogo-product-container .product-right .product-details-upper .name-fav .product-name{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info{
  align-items: center;
  justify-content: center;
}
 .header-right-links{
  width: 100%;
  display: flex !important
;
  flex-direction: row;
  align-items: center;
  padding: 19px 14px;
  border-top: 1px solid #ccc;
 }
 .header-right-links > div{
  position: relative;
 }
 .header-right-links a {
  color: black !important;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
 }
 .header-right-links > div:nth-child(2)::before{
content: "";
position: absolute;
left: 0;
height: 100%;
width: 1px;
background-color: #ccc;
 }
 .sub-menu {
  margin-top: 5px;
  margin-bottom: 5px;

 }
 .sub-menu a{
  color: white;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
 }
 ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a, ul.megamenu > li > a:hover{
  background-color: transparent !important;
 }
 .header-right-links div{
  width: 50% !important;
 }
 .new-section{
  width: 100% !important;
 }
 .filter-header{
  display: none !important;
 }
 .category-wrapper{
  gap: 0px !important;
 }
 .bf-panel-wrapper{
  width: 100%;
  left: -100% !important;
  transition: 0.3s all linear !important;

 }
 .filter-left-side{
  width: fit-content !important;
  padding: 0px !important;
 }
 .product-layout.product-grid{
  grid-template-columns: 1fr 1fr !important;
 }
 .open-filter-side{
  display: block !important; ;
  font-size: 25px;
}
.sort-view{
  padding: 0px !important;
  justify-content: space-between !important;
align-items: center;
margin-top: 1.5rem !important;
}
.bf-panel-wrapper.actived{
  left: 0 !important;
  transition: 0.3s all linear !important;
}
.product-left .gallery-top , .product-left .gallery-thumbs{
  display: none !important;
}
.footer-upper-wrapper > div {
justify-content: start !important;
}
.social-share-buttons{
  justify-content: center;
}
.product-page-wrapper .product-right{
  padding: 0px !important;
}
}
#language-collapse-header{
  display: none !important;
}

@media (min-width: 992px) {
  .megamenu-container > ul.megamenu > li >  a{
color: white !important;

  }
  .sub-menu ul.megamenu li a {
    color: #333 !important;

  }
  ul.megamenu li a::before{
    display: none !important;
  }
  .sub-menu ul.megamenu li a:hover {
    color: black !important;
    
  }
  
}
.mbl-images-w-link-wrapper,.call-us-bar-mbl{
  display: none;
}
@media screen and (max-width:990px){
  .images-w-link-wrapper{
    display: none !important;
  }
  .mbl-images-w-link-wrapper{
    display: flex;
  }
  .mbl-images-w-link-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mbl-images-w-link-wrapper > div{
    width: 100%;
  }
  .mbl-images-w-link-wrapper  img{
    width: 100%;
    height: auto;
  }
  .for-you-content-wrapper{
    grid-template-columns: 1fr !important;
  }
  .footer-upper-wrapper{
    display: flex !important;
    flex-wrap:wrap !important ;
  }
  .footer-upper-wrapper > div{
    width: 50% !important;
  }
  .footer-upper-wrapper > div::before{
    display: none !important;
  }
  .footer-upper-wrapper > div span{
    font-size: 13px !important;
  }
  .call-us-bar-mbl{
    display: flex;
    align-items: center;
    justify-content:center ;
    padding-top: 20px;
    padding-bottom: 20px;

  }
  .call-us-bar-mbl a{
    display: flex !important;
    gap: 4px;
    align-items: center;
  }
  .footer-wrapper{
    padding: 0px !important;
  }
}
.references-section{
  background-color: white !important;
}
.main-slider1  .swiper-pagination-bullets{
bottom: 5px !important;

}
.main-slider1  .swiper-pagination-bullet{
  width: 13px !important;
  height :13px !important;
  background-color: transparent !important;
  border: 1px solid white!important;
  opacity: 1 !important;
  
  }
  .main-slider1  .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: white !important;
  border: 1px solid white !important;
  }
  .main-slider1  .swiper-pagination-bullets{
bottom: 5px !important;

}
.main-slider1  .swiper-pagination-bullet{
  width: 13px !important;
  height :13px !important;
  background-color: transparent !important;
  border: 1px solid white!important;
  opacity: 1 !important;
  
  }
  .main-slider1  .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: white !important;
  border: 1px solid white !important;
  }



  .main-slider0  .swiper-pagination-bullets{
    bottom: 5px !important;
    
    }
    .main-slider0  .swiper-pagination-bullet{
      width: 13px !important;
      height :13px !important;
      background-color: transparent !important;
      border: 1px solid white!important;
      opacity: 1 !important;
      
      }
      .main-slider0  .swiper-pagination-bullet.swiper-pagination-bullet-active{
      background-color: white !important;
      border: 1px solid white !important;
      }
      .footer-list-title{
        display: flex !important;
      }
      .footer-list-title span {
        font-weight: bold !important;
      }


      @media screen and (max-width:990px){
        .megamenu-wrapper{
          visibility: visible !important;
          left: -100%;
        }
        .megamenu-wrapper.so-megamenu-active{
          left: 0px !important;
          visibility: visible !important;

        }
        .header-right-buttons{
          border: none !important;
        }
        #search{
          display: block !important;
        }
        .header-middle-search{
          margin-top: 5px;
          margin-bottom: 10px;
        }
        #search i{
          display: none !important;
        }
          .search-product-card {
              width: calc(50% - 1rem);
          }
  
      }