.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;
  text-transform: uppercase;
}

.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: 45%;
  display: flex;
  justify-content: center;
}
.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: #a0492d !important;
  border-color: #a0492d !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;*/
  }
}
