.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: 768px) {
  .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;
  }
}

@media screen and (min-width:991px){
  .header-logo{
    width: 14% !important;
    margin: 0px !important;
  }
  .header-logo * {
    width: 100%;
    display: flex;
    height: auto;
    
  }
  .header-logo img{
    width: 100% !important;
    margin: 0px  !important;
  }
  .header-left{
    width: 76% !important;
    margin: 0px !important;
    height: 70px !important;
  }
  .menu-link, .menu-link strong{
    color: #000000 !important;
    text-shadow: none !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    font-weight: 500 !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
  }
  .header-left  ul.megamenu {
    display: flex
;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.megamenu-nav, .container-megamenu, .megamenu-wrapper,.megamenu-container, .megamenu{
  width: 100% !important;
}
.header-right{
  width: 10% !important;
}
}
.header-wrapper{
  height: 70px !important;
  width: 100% !important;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 1rem !important;
}
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
*:not(i){
  font-family: "Comic Neue", cursive !important;

}
.home-slider{
  top: unset !important;
}
.header-top-text{
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-bottom: 3px dotted #e5058c;
}
.header-top-text span{
  font-size: 18px;
  color: #E5058E;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
  line-height: 2.5rem;
}
.header-top-text > span:hover{
  transform: unset !important;
}
.slider-bottom {
  width: 100%;
  height: 50px;
  background-color: #e5058c;
  display: flex
;
  align-items: center;
  justify-content: center;
}.slider-bottom>div {
  display: flex
;
  align-items: center;
  margin: 0 5.5rem;
}ul.header-social-list {
  /* position: absolute; */
  /* left: 2%; */
  display: flex
;
  align-items: center;
  justify-content: center;
}ul.header-social-list li {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}ul.header-social-list li {
  margin-right: 6rem;
  margin-left: 2rem;
  display: flex
;
  align-items: center;
  justify-content: center;
}ul.header-social-list li a {
  padding: 1rem;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}ul.header-social-list li a i {
  font-size: 20px;
  color: #fff;
}.slider-bottom>div span {
  color: #fff;
}.eight-banner-wrapper {
  display: flex
;
  flex-wrap: wrap;
  width: 100%;
}.eight-first-area {
  display: flex
;
  flex-wrap: wrap;
  width: 100%;
}.eight-first-area>a {
  /* margin: .5rem; */
  width: 33.333%;
}.banner-box {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}.banner-box img {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  width: 100%;
}.banner-box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.banner-box .banner-box-frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-content .banner-box-frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent;
}.w-content:hover .banner-box-frame {
  border-color: #fff;
  transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}.w-content:hover {
  opacity: 0.8;
}
.solo-banner img {
  width: 100%;
}
footer {
  margin: 55px 0 0;
  padding: 0;
  background-color: initial;
  border: none;
  color: #000;
}.footer-top {
  display: flex
;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #e7e7e7;
}.footer-top .footer-top-left {
  flex-basis: 70%;
  padding: 35px 80px 10px;
  background-color: #fff;
  display: flex
;
  margin-right: 15px;
}.footer-top>div {
  height: 350px;
}.footer-top .l1 {
  flex-basis: 50%;
  overflow: hidden;
}.footer-top .footer-top-left .footer-logo img {
  width: 160px;
}.footer-top .footer-top-left .footer-social {
  margin: 20px 0;
  flex-direction: column;
  align-items: start !important;
}.footer-top .footer-top-left .footer-social p {
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  color: #000;
}footer p {
  margin: 0;
  padding: 0;
}footer a {
  color: #444;
}.footer-top .footer-top-left .footer-social .social-list {
  display: flex
;
  align-items: center;
  margin: 2px 0;
}ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.footer-top .l1 ul li, .footer-top .l2 ul li, .footer-top .l3 ul li {
  line-height: 34px;
}.footer-top .footer-top-left .footer-social ul>li>a {
  color: #000;
  margin-right: 16px;
}.footer-top .l1 ul li a, .footer-top .l2 ul li a, .footer-top .l3 ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}ul.social-list li a i {
  font-size: 22px;
}.footer-top li.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: default;
}.footer-top .l1 ul li, .footer-top .l2 ul li, .footer-top .l3 ul li {
  line-height: 34px;
}.footer-top .l1 ul li a, .footer-top .l2 ul li a, .footer-top .l3 ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}.footer-top .l1 .l1-links>ul li a::before, .footer-top .l2>ul li a::before, .footer-top .l3>ul li a::before {
  content: ">";
  position: absolute;
  left: -30px;
  transition: 0.25s all ease-in-out;
}.footer-top .l1 .l1-links>ul li a:hover::before, .footer-top .l2>ul li a:hover:before, .footer-top .l3>ul li a:hover:before {
  left: 0;
  transition: 0.25s all ease-in-out;
}.footer-top .l1 .l1-links>ul li a:hover, .footer-top .l2>ul li a:hover, .footer-top .l3>ul li a:hover {
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  transition: 0.25s all ease-in-out;
}.footer-top .l2, .footer-top .l3 {
  flex-basis: 25%;
  overflow: hidden;
}.footer-top .footer-top-right {
  flex-basis: 30%;
  background-color: #fff;
  display: flex
;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px 60px;
}.footer-top .footer-top-right .subs-header .subs-info {
  font-size: 13px;
}.footer-top .footer-top-right .subs-form {
  margin-top: 20px;
}.footer-top .footer-top-right .subs-form .input-wrapper {
  position: relative;
  width: 100%;
}.footer-top .footer-top-right .subs-form input[name="email"] {
  font-family: "ITC Kabel Std";
  border: none;
  border-bottom: 2px solid #777;
  font-size: 20px;
  padding: 8px 30px 8px 0;
  font-weight: 400;
  width: 100%;
  background-color: #fff;
}.footer-top .footer-top-right .subs-form .subs-submit {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  font-size: 40px;
  color: #777;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}.footer-top .footer-top-right .subs-form .cb-wrapper {
  display: flex
;
  align-items: center;
  margin-top: 20px;
}.footer-top .footer-top-right .subs-form .cb-wrapper input {
  margin: 0;
  margin-right: 10px;
  padding: 0;
}.footer-top .footer-top-right .subs-form .cb-wrapper label {
  font-weight: 600;
  color: #777;
  margin: 0;
  padding: 0;
  font-size: 11px;
}.footer-bottom {
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}.footer-bottom .bottom-payments {
  width: 100%;
}.footer-bottom .bottom-payments .pay-methods {
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
}.footer-bottom .bottom-payments .pay-methods .pay-cards {
  margin-right: 20px;
}.footer-bottom .bottom-payments .pay-methods .pay-cards>img, .footer-bottom .bottom-payments .pay-methods .pay-shipping>img {
  margin: 0px 8px;
}.footer-bottom .bottom-payments .pay-methods .secure-payments {
  font-weight: 500;
  font-size: 15px;
}.footer-bottom .bottom-copy .copy {
    margin: 20px 0;
    color: #444;
    font-style: italic;
}
.product-image-wrapper {
  margin: 0px !important;
}.page-nav>h1 {
  margin: 0 0 15px 0;
  margin-top: 20px;
}.page-nav>h1>span {
  position: relative;
  font-weight: 900;
  font-size: 40px;
  /* margin-top: 1rem; */
}.page-nav>h1>span::before {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e5058c;
  margin-top: 5px;
  transition: all 0.25s ease-in-out;
}
.product-card, .product-card .product-image-wrapper{
  box-shadow:  none !important;
}
span.product-name {
  font-size: 19px !important;
}
.product-price-wrapper span {
  font-size: 26px !important;
}
.item.product-card .product-caption, .product-card .product-caption{
  align-items: center !important;
}
.product-card{
  border-radius: 0px !important;

}
.product-card:hover{
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%) !important;
    border-radius: 0px !important;
}
.product-card .product-card-buttons{
  right: 1.75rem;
    top: 1.75rem;
}

.product-layout .sepet-container {
  visibility: visible;
  transform: translateX(0);
  transition: 0.5s all ease-in-out;
}.product-layout .sepet-container .sepet-btn {
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e5058c;
  width: 100%;
  text-transform: capitalize;
  padding: 8px 0;
  font-weight: 600;
  font-size: 15px;
  border: none;
  outline: none;
}.product-layout .sepet-container .sepet-btn i {
  font-size: 18px;
  margin-right: 8px;
}.subcategory-list ul {
  display: flex
;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}.subcategory-list ul {
  list-style-type: none;
  padding: 0;
}.subcategory-list ul li {
  margin: 10px 0;
  width: fit-content;
  margin-right: 1rem;
}.subcategory-list ul li a {
  font-size: 19px;
  font-weight: 900;
  position: relative;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2;
  height: 70px;
  padding: 1px;
}
.sogo-product-container .product-left > ul > li{
  width: calc(100% - 0.3rem) ;
}
.product-left {
  display: flex;
  justify-content: center;

}
.product-left >ul {
  width: 90% !important;
}
.product-right{
  width: 40% !important ;
  background-color: #f6f6f6 !important;
  padding: 48px;
}
.page-nav .sogo-breadcrumb{
  justify-content: center !important;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart{
  background-color: #e5058c !important;
}
button.buy-btn{
  border: 1px solid #e5058c !important;
  color: #e5058c !important;
  background-color: white !important;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .plus,.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .minus{
  background-color: #e5058c !important;
  color: white !important;
  border: none !important;
}
.detail-info, .sogo-product-container .product-right .product-details-upper .product-info .product-price {
  position: relative !important;
}
.product-info{
  flex-direction: column-reverse !important;
  gap: 1.5rem;
}
.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li{
  border: 1px solid #e7e7e7 !important;
}
.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li.selected{
  border: 1px solid #e5058c !important;
}
.product-option-label{
  display: none !important;
}
body > .slider-bottom:first-child {
  display: none !important;
}
@media screen and (max-width:768px){
  .header-top-text span{
    font-size: 13px;
    color: #E5058E;
    letter-spacing: 0px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5rem;
  }
  .mobile-caption{
    width: 100% !important;
  }
  ul.header-social-list li,.mobile-caption{
    margin: 0px !important;
  }
  .header-social-list{
    margin: 0px !important;
    width: 100% !important;
    justify-content: space-around !important;
  }
  .eight-first-area>a{
    width: 100% !important;
  }
  .footer-top,.footer-top-left{
    flex-direction: column !important;
  }
  .footer-top-left{
    width: 100% !important;
    padding: 35px 10px 10px !important;
    flex-basis: 100% !important;
    margin-right: 0px !important;
  }
  .pay-methods,.pay-cards, .pay-shipping{
    flex-direction: column !important;
  }
  .footer-bottom .bottom-payments .pay-methods .pay-cards>img, .footer-bottom .bottom-payments .pay-methods .pay-shipping>img{
    margin: 0px !important;
  }
  .secure-payments{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: flex !important;
  }
  .header-right .user-div{
    display: none !important;
  }
  .product-grid .product-card{
    width: calc(50% - 2rem) !important; 
  }
  .sepet-container{
    margin-top: 10px !important;
  }
  .product-right{
    width: 100% !important;
  }
}
