@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.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-logo {
  width: 100%;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.header-left {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  margin-left: 19%;
  justify-content: center;
}

.header-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right {
  width: 200px;
  display: flex;
  align-items: center;
}

.header-right > div {
}

.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;
}
.home-slider {
  top: 10px;
}
.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: 150px;
  margin-bottom: 10px;
}
.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;
  border-bottom: 1px dashed #333;
}

.header-top-text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  padding: 0.3rem 0;
  transition: 0.35s ease-in-out;
  cursor: context-menu;
}

.header-top-text > span:hover {
  transform: scale(1.1);
}

.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;
    margin-bottom: 10px;
  }
  .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: 991px) {
  .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: 50% !important;
}

.product-right {
  width: 50% !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: 50% !important;
    padding-left: 4rem;
  }
  .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;
  }
}



/* CUSTOM CSS  */


.header-fixed-prop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.nötr-search-icon{
  display: none ;
}
.header-wrapper{
  display:  flex !important;
  background-color: white !important;
  justify-content: center !important;
  flex-direction: column;
  position: fixed !important;
  top: 0;
  width: 100% !important;
  align-items: center !important;
}
@media screen  and (min-width:991px){
  .container.header-wrapper{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-wrapper-bottom{
    border-top: 1px solid #ccc;
    background-color: white !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .header-wrapper{
    display:  flex !important;
    background-color: white !important;
    justify-content: center !important;
    flex-direction: column;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    align-items: center !important;
  }
  #search {
    display: flex !important;
    position: static !important;
    visibility: visible !important;
    padding-left: 15px;
    z-index: 1 !important;
    opacity: 1 !important;
    width: 30vw !important;
    margin: 0 !important;
    padding-right: 15px;
    transform: translate(0) !important;
    max-width: 480px;
    transition: 0.3s all linear;
    border: 2px solid #f4d048;
    border-radius: 50px;
  }

    .header-wrapper::before{
    display: none !important;
  }
  .header-wrapper::after{
    display: none !important;
  }
  .header-left{
    width: fit-content !important;
    margin: 0 !important;
  }
  .header-right{
    gap: 1.5rem;
    width: fit-content !important;
  }
  .header-quick-menu{
    gap: 0.75rem;
  }
  .header-fixed-prop::before{
    display: none !important;
  }
  .header-fixed-prop::after{
    display: none !important;
  }
  .search-input-wrapper{
    padding: 0px !important;
  }
  #search .search-input-wrapper > button.search-remove, #search .search-input-wrapper > button.search-search{
    width: auto !important;
    height: auto !important;
  }
  #search .search-input-wrapper > input{
    width: 100% !important;
    padding: 10px 0px !important;
    border-radius: 50px !important;
    background: none !important;
    background-color: transparent !important;
  }
  .search-btn-list{
    display: none !important;
  }
  .search-overlay{
    display: none !important;
  }
  .search-overlay.active{
    display: none !important;
  }
  .search-remove{
    display: none !important;
  }
  .nötr-search-icon{
  display: flex ;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  }
  .search-result-wrapper{
    position: absolute !important;
    top: 100% !important;
  }
  #search .search-input-wrapper > button.search-clear{
    height: auto !important;
  }
  #search .search-result-wrapper{
    width: 135% !important;
    left: 0 !important;
    border-radius: 15px !important;
  }
  #search .search-input-wrapper > button.search-remove, #search .search-input-wrapper > button.search-search{
    font-size: 18px !important;
  }
  #search .search-input-wrapper > button.search-clear{
    font-size: 13px;
    padding: 0px !important;
    height: auto !important;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
  }
  ul.megamenu > li:hover{
    background-color: #f4d048 !important;
    color: black !important;
    transition: 0.2s all linear;
  }
ul.megamenu > li > a{
   background-color: transparent !important;
   color: black !important;
   background: none !important;
  }
  .expand-submenu i {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .main-slider0 img{
    height: 100% !important;
  }
  .main-slider0.home-slider{
    height: calc(100vh - 140px);
    padding-top: 35px;
    padding-bottom: 35px;
top: unset !important;
  }
  .main-slider0.home-slider .header-social{
    display: none !important;

  }
  .main-slider-section{
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
}
.footerwebsite .footer-middle{
  padding-bottom: 48px;
  background-color: #f2f2f2 !important;
}
.footer-bottom-cont{
  background-color: #333333 !important;
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer-bottom-cont * {
  color: #c9c9c9 !important;
  transition: 0.2s all linear;

}
.footer-list > ul > li > a:hover::before{
  background-color: #f4d048 !important;
}
.footer-bottom-cont *:hover {
  color: white !important;
  transition: 0.2s all linear;
}
.footer-list-title > span{
  color: white !important;
}
.footer-wrapper{
  padding: 0px !important;
}
.footer-bottom{
  padding: 0px !important;
}

.header-wrapper{
  height: 140px !important;
}
body{
  padding-top: 140px !important;
}
.user-submenu{
  z-index: 10 !important;
}

.swiper-button-next, .swiper-button-prev{
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50px;
  transition: 0.2s all linear;
  color: black !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  color: #f4d048 !important;
  transition: 0.2s all linear;
  background-color: rgba(255, 255, 255, 1) !important;
}
.swiper-pagination{
  bottom: 50px !important;

}
.swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.2s all linear;
}
.swiper-pagination-bullet-active{
  background-color: #f4d048 !important;
  transition: 0.2s all linear;
}



/*KATEGORİLER ALANI 4Lİ KUTU */

.opcrt-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 35px;
  margin-top: 35px;
} 
.opcrt-grid-4 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.opcrt-grid-4>div{
  border-radius: 10px;
}
.opcrt-grid-4>div a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1400px){
  .opcrt-grid-4{
  grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width:991px){
  .opcrt-grid-4{
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

}

/*KATEGORİLER ALANI 4Lİ KUTU */

/*KATEGORİLER ALTI 4LÜ KUTU*/

.opcrt-spclts-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.opcrt-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.opcrt-card i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #333;
}

.opcrt-card p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

@media (max-width: 991px) {
  .opcrt-spclts-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}



/*KATEGORİLER ALTI 4LÜ KUTU*/

.home-gallery-3-section{
  margin-top: 35px;
  margin-bottom: 35px;
}
.home-gallery-3-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;

}
.home-gallery-3-header::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #f4d048;
  z-index: 10;
}
.home-gallery-3-header::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.home-gallery-3-header h3{
  padding: 0;
  margin: 0;
}
.swiper-gallery-buttons{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.swiper-gallery-buttons >div{
  width: 25px;
  height: 25px;
  font-size: 18px;
  background-color: #f4d048;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  border: 1px solid #f4d048;
  transition: 0.2s all linear;
  justify-content: center;
}
.swiper-gallery-buttons >div:hover{
  background-color: white;
  border: 1px solid #f4d048;
  color: #f4d048;
  transition: 0.2s all linear;
}
.button-group{
 padding: 15px;
}
.add-to-cart-featured-3,.add-to-cart-featured-4{
  background-color: #f4d048;
  color: white;
  border: 1px solid #f4d048;
  width: 100%;
  display: flex;
  transition: 0.2s all linear;
  align-items: center;
  padding: 10px ;
  border-radius: 5px ;
  justify-content: center;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.2s all ease-in-out;
}
  .add-to-cart-featured-3:hover, .add-to-cart-featured-4:hover {
    background-color: white;
    color: #f4d048;
    transition: 0.2s all linear;
  }
.home-gallery-3-section .swiper-slide{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s all linear;

}
.home-gallery-3-section .swiper-slide .product-caption{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-gallery-3-section .swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.home-gallery-3-section .swiper-slide:hover .add-to-cart-featured-3, .home-gallery-4-section .swiper-slide:hover .add-to-cart-featured-4{
  opacity: 1;
  transform: translateY(0px);
  transition: 0.2s all ease-in-out;
}


.home-gallery-3-section .swiper-slide img{
  border-radius: 5px;
}
.home-gallery-3-section .swiper-slide img:hover{
  border-radius: 5px;
}
.home-gallery-3-section .swiper-slide:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.2s all linear;
}

.opcrt-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
} 
.opcrt-grid-3 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.opcrt-grid-3>div{
  border-radius: 15px;
}
.opcrt-grid-3>div img{
  border-radius: 15px;
}
.opcrt-grid-3>div a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
}
.home-bottom-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: start;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); 
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-bottom-banner-content span {
  color: white;
  padding: 0 10px;
}
.opcrt-grid-3>div a img{

  width: 100%;
  height: auto;
}
@media screen and (max-width:1400px){
  .opcrt-grid-3{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:991px){
  .opcrt-grid-3{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width:480px){
  .opcrt-grid-3{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

.home-gallery-4-section{
  margin-top: 35px;
  margin-bottom: 35px;
}
.home-gallery-4-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.home-gallery-4-header::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #f4d048;
  z-index: 10;
}
.home-gallery-4-header::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.home-gallery-4-header h3{
  padding: 0;
  margin: 0;
}
.home-gallery-4-section .swiper-slide{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s all linear;
}
.home-gallery-4-section .swiper-slide .product-caption{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-gallery-4-section .swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.home-gallery-4-section .swiper-slide:hover .add-to-cart-featured{
  opacity: 1;
  transform: translateY(0px);
  transition: 0.2s all ease-in-out;
}
.home-gallery-4-section .swiper-slide img{
  border-radius: 5px;
}
.home-gallery-4-section .swiper-slide img:hover{
  border-radius: 5px;
}
.home-gallery-4-section .swiper-slide:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s all linear;
}


.main-three-section{
  display: flex;
  align-items: center;
  justify-content: center;
background-color: #f5f5f5;
padding: 35px 0;
}

.general-text-container{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 35px 0;
}
.general-text-container  h2{
  text-align: center;
}
.general-text-container *{
  line-height: 1.5;
}

.footer-wrapper::before{
  display: none !important;

}
.footer-wrapper::after{
  display: none !important;
}
.footer-list{
  width: fit-content !important;

}
.footer-list ul {
  padding: 0px 30px !important;
  align-items: start !important;
}
.footer-bottom-wrppr{
  display: flex;
  align-items: start ;
  justify-content: space-between;
}
.footer-bottom-wrppr::after{
 display: none !important;
}
.footer-bottom-wrppr::before{
display: none !important;
}
.footer-bottom-text-cont{
  padding: 10px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
}


h1,h2,h3,h4,h5,h6,p,span,div,button {
  font-family: "Roboto", sans-serif !important; 
}





/*KATEGORİ SAYFASI*/


.product-category-cont{
  display: flex;
  align-items: start;
  justify-content: start;
  padding-top: 32px;
}
.special-attr-header{
  position: relative !important;
  padding-bottom: 5px !important;
  display: flex;
  align-items: end;
}
.special-attr-header::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  z-index: 10;
  background-color: #f4d048;
}
.special-attr-header::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.special-filter-category{
  margin-bottom: 2rem !important;
}
.special-filter-category .bf-attr-block-cont{
  flex-direction: column;
  padding: 8px 1rem !important;
  padding-bottom: 12px !important;
  margin-top: 1rem;
  border: 1px solid #ccc;
}
.bf-cell.bf-c-3{
  position: static !important;
  display: flex !important;
  transform: none !important;
}
.bf-count{
  background-color: #f4d048 !important;
}
.bf-attr-header-special{
  font-weight: bold !important;
  font-size: 18px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
  padding-top: 4px;
}
.special-filter-category  .bf-row{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 1rem !important;
  border-bottom: 1px dashed #ccc;
}
.special-attr-bottom-cont {
  margin-top: 1rem;
  padding: 8px 1rem !important;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}
.bf-search-container input{
  padding: 4px 16px !important;
  border-radius: 20px;
  border: 2px solid #ccc !important;
}
.bf-search-container input:focus{
  border: 2px solid #f4d048 !important;
}
input[type='text'].bf-search{
  background-image: none !important;
}
.bf-search-container{
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.special-submit-search button{
  background-color: #f4d048 !important;
  color: white;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.sogo-breadcrumb{
  padding: 0 !important;
  margin-top:2rem !important;
}
.product-card{
  overflow: hidden;
  padding: 0.5rem !important;
  transition: 0.2s all ease-in-out !important;

}
.product-card:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  transition: 0.2s all ease-in-out !important;
}
.product-card img{
  border-radius: 5px;
}
.product-card img:hover{
  border-radius: 5px !important;
}
.product-card .product-image-wrapper{
  border-radius: 5px !important;
}
.product-caption{
  align-items: center !important;
  position: relative !important;
  padding-top: 8px;
  justify-content: center !important;
}
.product-caption .product-name{
  text-align: center !important;
}
.product-caption .product-price{
  text-align: center !important;
}
.add-to-cart-category{
  z-index: 15;
  position: relative;
transition: 0.2s all ease-in-out;

}
.add-to-cart-category a{
  transform: translateY(20px);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  transition: 0.2s all ease-in-out;
  position: absolute;
}
.add-to-cart-category button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f4d048;
  color: white;
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.caption-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px); 
  transition: 0.2s all ease-in-out;

}
.product-card:hover .caption-overlay{
  height: 100%;
  transition: 0.2s all ease-in-out;
}
.product-card:hover .add-to-cart-category{
transform: translateY(-50px);
transition: 0.2s all ease-in-out;
}
.item.product-card .product-caption, .product-card .product-caption{
  height: auto !important;
}
.product-card .product-caption .product-price-wrapper .product-new-price{
  font-size: 24px !important;
}
.product-card .product-caption .product-price-wrapper .product-old-price{
  font-size: 18px !important;
  text-decoration: line-through !important;
  color: red !important;
}
.product-grid .product-card{
  margin-left: 5px !important;
  margin-right: 5px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
margin-bottom: 20px !important;
border-radius: 5px !important;
}
.product-grid .product-card:nth-child(4n + 1){
  margin-left: 0 !important;
  margin-right: 5px !important;
}
.product-grid .product-card:nth-child(4n){
  margin-right: 0 !important;
  margin-left: 5px !important;
}
.content-wrapper .sogo-content .filter-sort{
  margin-top: 32px !important;
  margin-bottom:0px !important;
}
.image-div{
  border-radius: 5px !important;
}
.product-card .product-caption .product-name-wrapper > a, .product-card .product-image-wrapper > a{
  border-radius: 5px !important;
}


.cart-div{
  position:  relative !important;
}
.cart-count{
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 14px !important;
  background-color: #f4d048;
  color: white;
  border-radius: 50%;
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
}








/*BOOTSTRAP EXTEND*/
@media (min-width: 1200px) {
  .container {
      width: 1320px !important;
  }
}
.bf-price-slider-container {
  display: none !important;
}
.bf-attr-header{
  font-size: 0.9rem !important;
}


@media screen  and (min-width:768px) {
  .content-wrapper .sogo-content .filter-sort .filter-side{
    visibility: visible !important;
    pointer-events: all !important;
    opacity: 1 !important;
  }
  .filter-side{
    width: 270px;
  }
  .filter-side .bf-form{
    flex-direction: column;
    padding: 0px !important;
  }
  .filter-side .bf-form > *{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .product-category-big-cont{
   width: calc(100% - 270px);
  }
  #show-filter{
    display: none !important;
  }
  .bf-row{
    width: auto !important;
  }
  .product-grid .product-card{
    width: calc(25% - 0.5rem) !important;
  }
  .content-wrapper .sogo-content .filter-sort{
    height: 40px !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;

  }
  .content-wrapper .sogo-content .filter-sort .sort-view{
    height: 40px !important;
    position: relative;
  }
  .content-wrapper .sogo-content .filter-sort .sort-view::before{
    width: 100% !important;
    height: 1px !important;
    background-color: #ccc !important;
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1;
  }
  .content-wrapper .sogo-content .filter-sort .sort-view::after{
    width: 25% !important;
    height: 1px !important;
    background-color: #f4d048 !important;
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 2;
  }
  .content-wrapper .sogo-content .empty-content, .content-wrapper .sogo-content .product-layout{
    padding-top: 1rem !important;
    padding-right: 0px !important;
  }
  .special-attr-header{
    height: 40px !important;
    font-size: 1.2rem !important;
  }

  
}

@media screen  and (min-width:991px){
  .header-quick-menu > li > div{
    width: auto !important;
  }
  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li{
    width: 100% ;
  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul li{
    width: 100% ;
  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul{
    padding-left: 0 !important;
    margin-top: 4px !important;
  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a{
    transition: 0.2s all ease-in-out !important;

  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover{
    padding-left: 1rem !important;
    transition: 0.2s all ease-in-out !important;

  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul li:hover{
  color: #f4d048 !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu{
    border-bottom: 1px solid #ccc;
    font-size: 1rem !important;
  }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before{
    display: none !important;
  }
  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover{
    letter-spacing: normal !important;
    padding-left: 0px !important;
    font-weight: 500 !important;
  }
  .bf-buttonclear-box .bf-buttonsubmit {
    display: none !important;
  }
  .bf-buttonclear-box .bf-buttonclear {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    background-position-x: 30px !important;
    background-position-y: -16px !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    background-color: #dc3545!important;
    border-radius: 5px !important;
  }
  .special-attr-bottom-cont >div{
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1rem !important;
  }
  #search{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

input[type=text].bf-range-max, input[type=text].bf-range-min, input[type=text].bf-slider-input {
  border-radius: 20px;
  text-align: center;
  border: 2px solid #ccc !important;
}
.bf-attr-block-cont{
  display: flex !important;
  flex-direction: column; 

}
.special-checkbox{
  padding: 4px;
  border-radius: 4px;
  background-color: white;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.special-checkbox i{
  color: white;
  display: none;
font-size: 10px !important;
}
.bf-row.active .special-checkbox i{
  display: block;
}
.bf-row.active .special-checkbox{
  background-color: #f4d048;
  border: 1px solid #f4d048;
}
.bf-attr-filter label{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.bf-c-3{
  margin-left: 5px !important;
}
.bf-count{
  background-color: transparent !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.bf-rating-1,.bf-rating-2,.bf-rating-3,.bf-rating-4,.bf-rating-5{
width: 100% !important;
background-position: center !important;
width: -webkit-fill-available !important;
background-position-x: 30px !important;
justify-content: start !important;
display: flex !important;
}
.bf-rating-1 label ,.bf-rating-2 label,.bf-rating-3 label,.bf-rating-4 label ,.bf-rating-5 label{
  width: fit-content !important;
}
.empty-content{
  align-items: center !important;
}
.account-setting-content{
  align-items: center !important;
}
.content-message , .content-buttons{
  align-items: center !important;
  display: flex;
  flex-direction: column;
}
.product-thumbs-slider img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-thumbs-slider {
  position: relative;
}
.product-main-slider img{
  width: 100%;
  height: auto;
}

.thumb-special-next{
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.thumb-special-prev{
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px;
  top: 50%;
  position: absolute;
  width: 30px;
  height: 100%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.swpr-zoom-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-left{
  box-shadow: 0 3px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0504894), 0 22.3363px 17.869px rgba(0, 0, 0, .0420981), 0 12.5216px 10.0172px rgba(0, 0, 0, .0355324), 0 6.6501px 5.32008px rgba(0, 0, 0, .0288905), 0 2.76726px 2.21381px rgba(0, 0, 0, .0202346) !important;
  padding: 1.25rem !important;
  border-radius: 1rem !important;

}
.product-main-slider {
  margin-bottom: 1.5rem !important;
}
.product-main-slider img{
  border-radius: 1rem !important;
}
.product-main-slider .swiper-slide, .product-main-slider .product-image{
  border-radius: 1rem !important;
}
.stock-item{
  display: flex;
  align-items: center;
  gap: 5px;
}
.there-is-none{
  display: none !important;
}
.lower-cont .stock-item{
  padding-bottom: 10px;
}
.lower-cont .product-price{
  position: relative;
  padding-bottom: 10px;
}
.lower-cont .product-price .product-new-price{
  font-size: 1.5rem;
}
.btn-div-product .product-fav{
  position:  static !important;
}
.btn-div-product{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart{
  width: 100%;
  height: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav {
  height: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav button{
  width: 45px;
  border: 1px solid #f4d048;
  color: #f4d048;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.product-category-big-cont-search{
  width: 100% ;
}
.product-name{
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}
span.fav-count{
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 14px !important;
  background-color: #f4d048;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wishlist-div{
  position: relative;
}
.product-related-header{
  margin-top: 2rem;
}
.product-related-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}
.product-related-header::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  max-width: 50%;
  z-index: 10;
  height: 1px;
  background-color: #f4d048;
}
.product-related-header::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.related-slider-nav{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.related-slider-nav button{
  background-color: #f4d048;
  color: white;
  border: none;
  outline: none;
  border: 1px solid #f4d048;
  border-radius: 50%;
  width: 25px;
  font-size: 18px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.related-slider-nav button:hover{
  background-color: white;
  color: #f4d048;
  border: 1px solid #f4d048;
}


@media screen and (max-width:991px){
  .mobile-fixed-none{
    display: none !important;
  }
  .header-right > .search-overlay{
    margin-right: 0px !important;
  }
  .nötr-search-icon{
    display: none !important;
  }
  .header-wrapper-bottom{
    position: absolute !important;
    width: 0 !important;
    left: -100% !important;
    height: 0 !important;
  }
  .header-wrapper{
    height: 65px !important;
  }
  .header-logo{
    margin-top: 0px !important;
  }
  .header-right {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}
#show-megamenu i {
  font-size: 30px !important;
}
.search-btn.quick-btn{
  font-size: 25px !important;
}
.header-logo img{
  margin-bottom: 0px !important;
}
body{
  padding-top: 65px !important;
}
#search, .sogo-header.hovered + #search, .sogo-header.hovered.header-minimized + #search{
  top: 65px !important;
}
.add-to-cart-featured-3, .add-to-cart-featured-4{
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.footer-bottom-wrppr {
  flex-direction: column !important;
}
.footer-wrapper{
  width: 100%;
  justify-content: space-between;
}
.footer-wrapper .footer-list{
  padding: 0px !important;
}
.footer-social{
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
.header-wrapper .container{
  width: 100% !important;
  margin: unset !important;
}
}

.header-right > div#mobile-search{
  margin-right: 0px !important;
}
.search-clear{
align-items: center !important;
justify-content: center !important;
}
@media screen  and (max-width:576px){
  .product-name{
    font-size: 20px !important;
  }
  
}
@media screen  and (max-width:768px){
  .product-details-lower{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .btn-div-product{
    align-items: center !important;
  height: 45px !important;
  gap: 1rem !important;
  }
  .bf-panel-wrapper{
    width: 100% !important;
    left: -100% !important;
    transition: 0.5s all ease-in-out !important;
  }
  .bf-panel-wrapper.filter-active{
    left: 0 !important;
    transition: 0.5s all ease-in-out !important;
  }
  .content-wrapper .sogo-content .filter-sort{
    left: 0;
    width: 100vw !important;
  }
  .special-attr-header{
      background-color: #eee !important;
      border-top: 1px solid #ccc !important;
      border-bottom: 1px solid #ccc !important;
      padding: 1rem !important;
  }
  .special-filter-category .bf-attr-block-cont{
    margin: 0px !important;
    border: none !important;
  }
  .special-attr-bottom-cont {
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    width: 100% !important;
  }
  .special-attr-bottom-cont  .bf-attr-block-cont{
    margin-top: 1rem !important;
  }
  .bf-price-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bf-price-container .bf-cur-symb{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bf-price-container input{
    width: 150px !important;
    padding: 6px 12px !important;
    margin-left: 4px !important;
    text-align: center !important;

  }
  .select-options.visible{
    top: 70px !important;
  }
  .product-card .product-caption .product-price-wrapper{
    height: auto !important;
  }
  .product-card .add-to-cart-category{
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .product-card .add-to-cart-category a{
    display: none !important;
  }
  .product-card:hover .caption-overlay{
    height: 0%;
    display: none !important;
  }
  .product-card:hover .add-to-cart-category{
  transform: translateY(0px) !important;
  transition: 0.2s all ease-in-out;
  }

}
.special-attr-header{
  font-weight: 600 !important;
}
.footer-language-currency{
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer-language-currency .footer-language .dropdown-toggle:hover + .dropdown-menu,
.footer-language-currency .footer-language .dropdown-menu:hover {
  display: block !important;
}
.footer-language-currency .footer-currency .dropdown-toggle:hover + .dropdown-menu,
.footer-language-currency .footer-currency .dropdown-menu:hover {
  display: block !important;
}
.footer-language-currency .dropdown-menu:hover{
  display: block !important;
}
.footer-language-currency .dropdown-menu{
  border: none !important;
  margin-top: 0px !important;
}
.footer-language-currency .dropdown-toggle{
  border: none !important;
}

.footer-language-currency .dropdown-menu > li > a{
  color: #333 !important;
}
.footer-language-currency .dropdown-menu button{
  color: #333 !important;
}
.main-slider0.home-slider{
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}