.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 {
    display: block !important;
  }
  .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;
  }
}








.upper-header{
  background: #f7f6f4;
  display: flex;
  padding: 12px;
  display: flex;
  justify-content: end;

}
.upper-header > div{
  position: relative;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;

}
.upper-header > div > a{
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  font-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;

}
.upper-header > div > a i{
  font-size: 17px;

}
.header-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 3rem !important;
}
.header-navbar .header-logo{
  width: 10%;
  margin-top: 0px !important;
}
.header-logo img{
  width: 100% !important;
  margin-bottom: 0px !important;
}
.header-mid{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right{
  width: 10% !important;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-right ul {
  gap: 1.5rem;

}
.header-right li{
  margin: 0px !important;
}
.header-quick-menu > li > div{
  width: auto !important;
}
ul.megamenu > li > a strong{
font-size: 13px;
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
height: auto !important;
text-shadow: none !important;
font-weight: 400 !important;
}
.main-slider0.home-slider, .main-slider0.home-slider .swiper-wrapper, main-slider0.home-slider .swiper-slide, .main-slider0.home-slider img{
max-height: 740px !important;

}
.header-social{
  display: none !important;
}
.sp-banner-section{
display: flex;
flex-direction: column;

}

  .sp-banner-section img{
    width: 100%;
    height: auto;
  }
  @media screen and (min-width:1366px){
    .main-section{
      max-width:90%;
      width: 100%;
      margin: 0 auto;
    }
    
  }

  .sp-container >h2{
text-align: center;
margin-bottom: 1rem;

  }
  .sp-banner-section >div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sp-banner-section >div >div{
    display: flex;
    flex-direction: column;
    gap: 0.5rem; 
    align-items: center;
    justify-content: center;
    padding: 1.5rem;

 
  }
  @media screen and (min-width:991px){
    .sp-banner-section .sp-banner-cont-1{
      display: grid;
      grid-template-columns: 2fr 1fr;
    
    }
      .sp-banner-section .sp-banner-cont-2{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
      }
    .sp-banner-section>div>div:hover img{
      --_i: 10%;
      filter: grayscale(0);
    }
    .sp-banner-section img{
   
      width: 100%;
      --_g: 10% / 45% 45% no-repeat linear-gradient(#000 0 0);
      --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
      -webkit-mask: var(--m);
      mask: var(--m);
      filter: grayscale();
      transition: .3s linear;
      cursor: pointer;
    }
    .sp-banner-section>div>div{
      padding: 2rem;
      
    }
    .sp-col-text span{
      font-size: 19px;
      margin-top: 1rem;
      color: #000;
      width: 100%;
      display: flex
  ;
      transform: scale(0.9);
      transition: 0.3s ease;
      margin-bottom: 0;
    }
    .sp-banner-section>div>div:hover .sp-col-text span{
      transform: scale(1);
    }
  }
  .off-sliders .hero-video{
    display: none !important;
  }
  .home-intagram-follow-wrapper {
    background: #eeeeee;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap {
  display: flex
;
  width: 88%;
  align-items: center;
  justify-content: center;}

  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title {
    display: flex
;
    flex-direction: column;
    width: 40%;
    margin-right: 1rem;
    overflow: hidden;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content {
  width: 58%;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image {
  display: flex
;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image > img {
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 992px) {
  .box-container {
      position: relative;
      transform-style: preserve-3d;
      perspective: 500px;
      margin: auto;
  }
  .box-container .box {
    position: relative;
    width: 275px;
    height: 275px;
    background: #000;
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-right: 15px;
}
.box-container .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-container .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-container:hover .box {
  transform: rotateY(25deg);
}
.box-container .box:hover {
  transform: rotateY(0deg) scale(1.1);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}
.sp-banner-section >div >div{
  align-items: start !important;
}
}
@media screen and (max-width:991px){
.home-instagram-follow-wrap{
  flex-direction: column !important;
  gap: 2rem !important;
}  
.home-instagram-follow-wrap >div{
  width: 100% !important;
  margin: 0 !important;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button {
width: 50% !important;
}
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay {
  position: absolute;
  display: flex
;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #0000001a;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span > font {
  font-size: 32px;
  font-weight: 700;
  color: #e1cfcb;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > a {
  font-size: 20px;
  margin: 1rem 0;
  color: #3c4449;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s ease;
  display: flex
;
  align-items: center;
  width: fit-content;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span:nth-child(3) {
  display: flex
;
  width: 80%;
  font-size: 14px;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button {
  width: 28%;
  margin-top: 1rem;
  font-size: 13px;
  height: 45px;
  display: flex
;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #5398b7;
  transition: 0.3s ease;
  border-radius: 13px;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button > a {
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover .follow-image-overlay {
  opacity: 1;
  visibility: visible;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay > i {
  color: #fff;
  font-size: 39px;
}
.footerwebsite {
  background: #5398b7;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 43px;
    padding-bottom: 0.5rem;
}
.footer-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-content: space-between;
}
.footer-wrapper *{
  color: white ;
}
.footer-list{
  align-items: start !important;
}
.footer-list-title{
  text-align: left !important;
}
.footer-list ul{
  align-items: start !important;
}
.footer-social > a > i{
  font-size: 24px !important;
}
.bi-pinterest::before {
  content: "\f663";
}
.footer-wrapper svg path{
  fill: white !important;
}
.footer-wrapper svg{
  margin-top: 3px;
}
.footer-contact-link {
  display: flex
;
width: 100% !important;
  flex-direction: column;
  margin-top: 2rem;
}
.footer-contact-link a{
  max-width: 295px;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  background: #fff;
  color: #646464 !important;
  font-size: 16px;
}
.footer-contact-link a span{
  color: #646464 !important;
}
.footer-contact-link a i{
  color: #646464 !important;
}
@media screen and (max-width:991px){
  .footer-wrapper{
    flex-direction: column !important;
    display: flex !important;
    align-items: center;
  }
  .footer-wrapper >div, .footer-wrapper ul{
    align-items:  center !important;
  }
  .footer-list-title{
    text-align:  center !important;
  }
  .footer-wrapper >div{
    margin-top: 1rem;
  }
  .footer-list > ul > li > a{
    display: flex !important;
    text-align: center;
  }
  
}
.product-card img{
  border-radius: 15px;
}
.product-card .product-image-wrapper {
  position: relative;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1rem;
  margin-bottom: 0px !important;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}
.product-grid .product-caption {
  padding-left: 1.5rem !important;
}
.product-grid .product-caption .product-price-wrapper{
  padding-left: .5rem !important;
}
@media (min-width: 1200px) {
  .container {
      width: 80% !important;
  }
}
.product-new-price, .product-old-price{
  font-weight: 600 !important;
  margin-top: 0.5rem !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: transparent !important;
  border: none !important;
}
.product-layout.product-grid{
  width: 90% !important;
  margin: 0 auto !important;
}
.cart-container .cart-wrapper .cart-side .cart-content .cart-row .row-btn-group .cart-fav-btn:hover > img, .product-card:hover .product-image-wrapper > a > .product-image, .show-menu:active > i {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.product-card .product-caption .product-price-wrapper .product-new-price {
  font-weight: 400 !important;
}
.product-grid .product-card:hover {
  box-shadow: none !important;
}
.product-card-buttons .product-fav-btn{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  position: absolute;
  top: 15px;
  right: -10px;
  padding: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: none;
  font-size: 15px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: rgb(163, 163, 163) !important;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px !important;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .detail-main-swiper .swiper-slide img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .product-gallery-wrapper{
    display: flex !important;
    
  }
  .product-gallery-wrapper > .thumb-gallery-vertical{
    width: 200px !important;
  }
  .product-gallery-wrapper > .thumb-gallery-vertical img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .product-gallery-wrapper > .thumb-gallery-vertical  .swiper-slide{
    display: flex
;
    justify-content: center;
    align-items: center;
  }
  .product-gallery-wrapper > .thumb-gallery-vertical   span {
    width: 70%;
    display: flex
;
max-height: 150px;
    border: 2px solid #eff4fa;
    border-radius: 5px;
    margin-bottom: 0.5rem;
  }
  .product-gallery-wrapper > .main-gallery{
    border: 2px solid #eff4fa;
    border-radius: 5px;
  }
  .product-gallery-wrapper > .main-gallery{
    width: calc(100% - 200px) !important;
  }
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li{
  width: 35px;
  height: 35px;
  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;
  background-color: #e1cfcb !important;
  border: 1px solid #5398b7 !important;
  margin-right: 0.5rem !important;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li:hover {
  cursor: pointer;
  background-color: #5398b7 !important;
  box-shadow: inset 0 0 10px -3px rgb(0 0 0 / 35%);
  -webkit-box-shadow: inset 0 0 10px -3px rgb(0 0 0 / 35%);
}
.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li > a > i {
  color:  white !important;
}
.social-share-buttons {
  display: flex !important;
  align-items: center;
  justify-content: ;
  gap: 1rem;
}
.product-desc-review-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  justify-content: center;
  margin-top: 3rem;
  flex-direction: column;
}
.product-desc{    width: 80%;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 1rem;}
  .product-desc .collapse-description{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #5398b7;
  }
  .product-desc .collapse-description > a{
    font-size: 17px;
    font-weight: 700;
    color: #e1cfcb;
    text-transform: uppercase;
    letter-spacing: 1px;}
    .product-details-lower .product-cart-buttons{
      display: flex !important;
      flex-direction: column !important;
      align-items: start !important;
      gap: 2rem !important;
    }
    .sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart {
      width: 90%;
      padding: 15px;
      background: #5398b7 !important;
      cursor: pointer;
      transition: 0.3s ease;
  }
  .sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart:hover {
    background: #e1cfcb !important;
}
.product-detail-bottom {
  display: flex
;
  width: 100%;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-detail-bottom .delivery-time {
  width: 50%;
  display: flex
;
}
.product-detail-bottom .free-cargo {
  width: 50%;
  display: flex
;
}
.product-detail-bottom > div{
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: start;
}
.product-detail-bottom > div > i {
  margin-right: 0.5rem;
  font-size: 17px;
}
.product-options{
  display: flex
;
    flex-direction: column;
    justify-content: center;
    width: 94%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 1rem;
    margin-bottom: 2rem;
}
.product-options h3{
  font-size: 1.17em !important;
  margin-top: 0px !important;
  font-weight: bold !important;
}
.product-option-label{
  display: none !important;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li{
padding: 0.5rem 1rem;
font-size: 13px;
border: 1px solid #efefef !important;
width: calc(20% - 2rem);
margin-left: 1rem;
margin-bottom: 11px;
}
.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li:hover{
  background: #e1cfcb !important;
  color: #fff !important;
}
.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li.selected{
  background: #e1cfcb !important;
  color: #fff !important;
  border-radius: 5px;
}
.main-section .hero-video {
  display: none !important;
}
.upper-streamer-slider img, .for-you-slider img{
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.upper-streamer-slider .image-div, .for-you-slider .image-div {

  position: relative;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
  .upper-streamer-slider .swiper-slide, .for-you-slider .swiper-slide {
    padding: 1rem !important;
  }
  .home-gallery .gallery-lower .gallery-slider a > .product-caption .product-name{
    text-align: start !important;
  }
  .home-gallery .gallery-lower .gallery-slider a > .product-caption{
    align-items: start !important;
    padding-left: 0.5rem !important;
  }
  .upper-streamer-slider .product-card-buttons .product-fav-btn, .for-you-slider .product-card-buttons .product-fav-btn{
    right: 30px !important;
    top: 30px !important;
    z-index: 1000 !important;
  }
  .upper-streamer-slider h2, .for-you-slider h2{
    text-align: center !important;
    font-weight: light !important;
    margin-bottom: 2rem !important;
  }
.main-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-section .sp-banner-section.sp-container{
  order: 2;
}
.main-section .upper-streamer-slider{
  order: 1;
  width: 100%;
}
.main-section .for-you-slider{
  order: 3;
  width: 100%;
}
.main-section .home-twin-banners{
  display: none !important;
}
.main-section >div.home-gallery:nth-child(2){
  display: none !important;
}
.heading-title{
  font-weight: 400;
  font-family: "Droid Serif";
  font-style: normal;
  font-size: 30px;
  text-transform: none;
  color: rgb(42, 43, 46);
border-bottom: 1px dotted white;
    border-color: rgb(204, 204, 204);
    line-height: 40px;
margin-bottom: 1rem;
  }
.secondary-title{
  font-weight: 400;
  font-family: "Droid Serif";
  font-style: normal;
  font-size: 22px;
  text-transform: none;
  color: rgb(42, 43, 46);
  margin-bottom: 1rem;
}
.informaiton-wrapper{
  padding-top: 1rem;
  padding-bottom:3rem;
}
.contact-wrapper{
  flex-direction: column;
}
.contact-wrapper .contact-info{
  width: 100%;
}
.contact-header > * {
  width: 100%;
}
.contact-store{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 1rem;
}
.contact-phone{
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: start;
}
.contact-store-info > span{
  font-size: 16px !important;
  text-transform: none !important;
  color: rgb(51, 55, 69) !important;
font-weight: 500 !important;
}
.info-heading{
  font-size: 16px !important;
  text-transform: none !important;
  color: rgb(51, 55, 69) !important;
  font-weight: 500 !important;
}
.contact-store-info address, .contact-phone a{
  font-size: 16px !important;
  text-transform: none !important;
  color: rgb(51, 55, 69) !important;
  font-weight: 400 !important;
}
.contact-form{
  width: 100% !important;
}
.contact-form fieldset{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
.sogo-input-wrapper.input-col-2{
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  justify-content: start;
}
.sogo-input-wrapper.input-col-1{
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  justify-content: start;
}
.sogo-input-wrapper .input-label.required::before{
  display: none !important;
}
.form-button{
  border-width: 1px;
  border-radius: 2px;
  border-style: dotted;
  border-color: rgb(204, 204, 204);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.form-button button{
  cursor: pointer;
  font-size: 18px;
  transition: color .2s, background-color .2s;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  border-radius: 2px;
  padding: 0 15px;
  line-height: 35px;
  background-color: rgb(68, 67, 73);
  width: fit-content !important;
}
.contact-wrapper .contact-form .form-button > button::before{
  display: none !important;
}
.sitemap-wrapper a{
  color: #5398b7 !important;
}
.sitemap-wrapper {
  padding-bottom: 3rem !important;
}
.login-wrap{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
.login-wrap >p:nth-child(2){
  font-size: 15px !important;
  text-transform: none !important;
 color:black !important;
  font-weight: 400 !important;
}
.login-left >div, .login-left>div>div{
  height: 100% !important;
}
.login-left-content  a{
width: fit-content !important;
}
.login-left-content  a::before{
  display: none !important;
}
.forgot-btn a{
  font-size: 14px !important;
  text-transform: none !important;
  color: rgb(66, 139, 202) !important;
  margin-top: .5rem !important;
  font-weight: 400 !important;
  text-decoration: underline !important;

}
#login-content .sogo-primary-button{
  width: fit-content !important;

}
#login-content .sogo-primary-button::before{
  display: none !important;
}
#login-content .login-right, #register-content .register-right{
  padding-left: 5% !important;
}
.login-left-content>div{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100% !important;
}
.register-full>p>a{
  font-size: 14px !important;
  text-transform: none !important;
  color: rgb(66, 139, 202) !important;
  margin-top: .5rem !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}
.register-full>p{
  font-size: 14px !important;
  text-transform: none !important;
  color: black !important;
  font-weight: 400 !important;
}
.heading-title{
  width: 100% !important;
}
.sogo-primary-button::before{
  display: none !important;
}
#register-content .sogo-primary-button::before{
  display: none !important;
}
.sp-w-100{
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.sp-w-100 >label{
  margin: 0px !important;
}
.newsletter-wrapper >div{
  display: flex;
  height: 100% !important;
}
.register-form .form-button >a{
  font-size: 14px !important;
  text-transform: none !important;
  color: rgb(66, 139, 202) !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}
.register-form .form-button *:not(button) {
  margin: 0px !important;

color: black !important;
font-size: 14px !important;
font-weight: 400;
}

.register-form .form-button button{
  margin-left: 1rem !important;
}
.product-right{
  display: flex
  ;
      flex-direction: column;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
      padding: 1rem !important;
      margin-left: 3rem;
}
.sp-cart-container .cart-wrapper{
  display: flex;
  flex-direction: column;
}
.sp-cart-container .cart-wrapper .cart-side{
  width: 100% !important;
  margin:0px !important;
}
.sp-cart-container .cart-body{
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.sp-cart-container .cart-side{
  box-shadow: none !important;
}

.sp-cart-container .cart-table thead th{
  background-color: rgb(95, 104, 116) !important;
  color: rgb(255, 255, 255) !important;
  height: 40px !important;
  font-weight: bold !important;
  border-bottom: none !important;
  font-size: 16px !important;
  padding: 10px !important;
 
  
}
.sp-cart-container .cart-table thead th:first-child{
  text-align: center !important;
  border-top-left-radius: 4px !important;
}
.sp-cart-container .cart-table thead th:last-child{
  text-align: right !important;
  border-top-right-radius: 4px !important;
}
.sp-cart-container table{
  background-color: rgb(244, 244, 244) !important;
}
.sp-cart-container .cart-table tbody td{
  font-weight: 400 !important;
  font-size: 16px !important;

  
}
.sp-cart-container .cart-table tbody td:first-child{
  text-align: center !important;
}
.sp-cart-container .cart-table tbody td:last-child{
  text-align: right !important;
}
.sp-cart-container .cart-table tbody td img{
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  
}
.sp-cart-container .cart-table tbody td a{
  text-decoration: none !important;
  color: #5398b7 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.sp-cart-container .cart-table tbody input{
  -webkit-appearance: none;
  background: white;
  border-radius: 0px;
  border: 1px solid #E4E4E4;
  padding: 8px;
  width: 40px;
  transition: all 0.2s;
  font-size: 13px;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.08);
}
.sp-cart-container .cart-table .input-group{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.sp-cart-container .cart-table .input-group > *{
  height: 40px !important;

}
.cart-product-price, .cart-product-total{
  font-weight: 500 !important;
}
.action-area{
  width: 100% !important;
}
.action-area h3 {
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-size: 18px;
  width: 100%;
  padding: 10px 12px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin:0px !important;
  background-color: rgb(95, 104, 116);
}
.sp-cart-container .cart-table{
  margin-bottom: 0px !important;
}

.sp-cart-container .cart-content{
  padding: 0px !important;
}
.action-area p{
  color: rgb(51, 55, 69);
  background-color: rgb(244, 244, 244);
  padding: 10px;
  font-size: 14px;
}
.new-summary{
  color: rgb(51, 55, 69);
  background-color: rgb(244, 244, 244);
  padding: 8px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  
}
.new-summary div >span{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.panel-group{
  margin-bottom: 10px !important;
}
.new-summary div >span * {
  font-weight: bold !important;
}
.cart-buttons{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  border-radius: 2px;
  border-style: dotted;
  border-color: rgb(204, 204, 204);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0 20px 0;
  
}
.cart-buttons a{
  width: fit-content !important;
}

#search{
  width: 350px !important;
  right: 2%;
pointer-events: all !important;
  left: auto;
  padding: 0px !important;
}
#search .search-input-wrapper{
  padding: 0px !important;
  padding-left: 8px !important;
  display: flex
  ;
      align-items: center;
      justify-content: start;
      height: 45px;
      border: 2px solid;
      background: #fff;
      border-color: black;
      gap: 1rem;
}
#search .search-input-wrapper i {
  font-size: 22px;
}
#search .search-input-wrapper > button.search-remove{
width: auto !important;
height: auto !important;
}
.search-input-wrapper .search-remove{
  display: none !important;
}

.search-input-wrapper input{
  width: 100% !important;
  background-color: transparent;
  padding: 0px !important;
  height: 45px;
}
ul.megamenu li .sub-menu .content .hover-menu a:before{
  display: none !important;
}
@media (min-width: 993px) {
  .nav-wrapper .main-menu div, .nav-wrapper .main-menu ul, .nav-wrapper .main-menu li, .nav-wrapper .main-menu a {
      position: unset;
  }
  .header-mid{
    position: relative !important;
  }
  ul.megamenu > li{
    position: static !important;
  }
  ul.megamenu{
    position: static !important;
  }
  .megamenu-wrapper{
    position: static !important;
  }
  .sub-menu{
    height: 0px ;
    transition: 0.25s all linear;
  }
  li.with-sub-menu:hover .sub-menu{
    height: max-content !important;
    transition: 0.25s all linear;

  }
}

.subcategory-carousel  img{
  width: 130px !important;
  height: 130px !important  ;
  border-radius: 50% ;
  object-fit: cover;
}
.subcategory-carousel .owl-item>div{
  display: flex
;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 20px;
}
.subcategory-carousel a{
  color: #a9afb4 !important;
  font-weight: 600;
  margin-top: 4px;
}
.subcategory-carousel{
  margin-top: 2rem;

  margin-bottom: 2rem;
}
.expand-submenu{
  display: none !important;
}
ul.megamenu > li:last-child > a{
  display: flex !important;
}
@media screen  and (max-width:992px){
  .expand-submenu{
    display: block !important;
  }
  .mobile-search-upper .mobile-search-close{
    display: none !important;
  }
  .mobile-search-clear{
    display: none !important;
  }
  .header-right div.quick-btn-wrapper.search{
    display: none !important;
  }  
  .header-navbar{
    display: flex
     !important;
            align-items: center !important;
            justify-content: space-evenly !important;
            width: 100% !important;
            padding: 7px 0 !important;
            border-bottom: 1px solid #1d262d3d;
  }
  .header-logo{
    width: 20% !important;
  }
  .header-mid{
    width: 55% !important;
  }
  .header-right{
    width: 15% !important;
  }
.mobile-search-upper{
  display: flex;
}
.mobile-search-upper input{
  -webkit-appearance: none;
  background: white;
  border-radius: 0px;
  border: 1px solid #E4E4E4;
  padding: 8px;
  width: 100%;
  transition: all 0.2s;
  font-size: 13px;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.08);
}
.mobile-search-upper .mobile-search-btn{
  height: 36px;
  border-radius: 0;
  background: #1d262d;
  border: 1px solid #1d262db0;
  color: white !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-quick-menu{
  gap: .5rem !important;
}
.product-layout.product-grid-2{
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 20px !important;
}
.product-layout.product-grid-2 .product-card{
  width: 100% !important;
  margin: 0 !important;
}
.product-layout.product-grid-2 .product-image-wrapper{
  margin: 0 !important;
}
.product-gallery-wrapper{
  display: none !important;
}
.product-right{
  margin-left: 0 !important;
  width: 100% !important;
  position: sticky !important;
}
}
.product-tab-wrapper{
  width: 80% !important;
}
.product-tab-wrapper #tabs{
  margin-top: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#tabs a.selected, #tabs li.active a {
  background-color: #f4f4f4;
  box-shadow: none;
  color: #333745;
}
#tabs a, #tabs li a {
  font-weight: 400;
  font-family: "Droid Serif";
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  color: rgb(255, 255, 255);
  background-color: rgb(68, 67, 73);
  box-shadow: none;
  padding: 0px 15px;
  text-align: center;
}
 .product-tab-wrapper .tab-content{
  display: flex !important
  ;
      margin-top: 1rem;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      padding: 15px;
      background-color: rgb(250, 250, 250);
}
.product-tab-wrapper > .nav-tabs > li > a{
  padding: 0px 15px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  color: #000 !important;
  }
.product-tab-wrapper > .nav-tabs > li.active > a {
  background-color: #e1cfcb !important;
  color: #fff !important;

}
div#review > p {
  margin-bottom: 1rem;
  font-size: 13px !important;
}
div#review h2{
  font-size: 1.5em !important;
}
.product-tab-wrapper .tab-content, .product-tab-wrapper .tab-pane{
  width: 100% !important;
}
.buttons.clearfix .pull-right #button-review {
  background: #e1cfcb !important;
  padding: 6px 20px !important;
  font-size: 15px !important;
  border:none !important
}
.spcl-submenu a{
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  position: relative;
}
.spcl-submenu a::before{
  content : "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen  and (max-width:992px){
  .sub-menu{
    padding-left: 30px;
    font-size: 14px;
  }
  .spcl-submenu{
    padding-left: 14px;
    margin-bottom: 5px;
  }
  .spcl-submenu a{
    font-size: 12px;
    
  }
  
}
.sogo-product-container .product-right .product-details-lower .product-tags .tags{
flex-wrap: wrap;
gap: 10px;

}
#collapsedescription{
width: 100% !important;

}
@media screen and (min-width:768px) {
  .main-slider0.home-slider, .main-slider0.home-slider .swiper-wrapper, main-slider0.home-slider .swiper-slide, .main-slider0.home-slider img {
max-height: 100% !important;

  }
  
}