@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

.header-wrapper {
  width: 100%;
  background: #fff;
  position: relative;
}

.header-left-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10%;
}

.header-middle-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68%;
}

.header-right-content {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 15%;
}

.header-left-content > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-left-content > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.megamenu-nav .container-megamenu .megamenu-wrapper {
  width: 100%;
}

.megamenu-nav {
  width: 100%;
}

.megamenu-nav .container-megamenu {
  width: 100%;
}

.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
  width: 100%;
}

.megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container
  ul.megamenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.megamenu li .sub-menu .content .hover-menu a:before {
  display: none;
}

.header-language .language-div .pull-left .btn-link {
  display: none;
}

.header-language .language-div {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header-language .language-div .pull-left .dropdown-menu {
  top: 15px;
  right: -30px;
}

.header-language .language-div .pull-left .dropdown-menu.active {
  display: block;
}

.header-quick-menu > li > div > a > img {
  width: 63%;
}

.header-quick-menu > li > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-quick-menu > li > div > .search-btn > img {
  width: 100%;
}

.header-quick-menu > li > div .language-div > i {
  font-size: 18px;
  margin: 0;
}

.header-quick-menu > li > div > i {
  font-size: 30px;
  margin: 0;
}

.header-quick-menu > li > div > button > i {
  font-size: 17px;
}

.header-quick-menu > li > div > a > i {
  font-size: 18px;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover > ul {
  width: 450px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
  width: 50% !important;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu > .fa::before {
  margin-right: 1rem;
  font-size: 12px;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu > .fa {
  margin-top: 0.1rem;
}

ul.megamenu li .sub-menu .content .categories .menu > ul > li > a {
  font-size: 14px;
  font-weight: 500;
}

ul.megamenu li .sub-menu .content .categories .menu > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li > a {
  font-size: 12px;
  font-weight: 500;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li > a:hover {
  font-weight: 600;
}

.header-left-content > ul > li > .social-link-content > a > i {
  font-size: 18px;
}

.header-quick-menu > li > div > .search-btn {
  display: flex;
  align-items: center;
}

.twinbanner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.twinbanner-container .twinbanner-left-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.twinbanner-container .twinbanner-right-content {
  width: 50%;
}

.twinbanner-container
  .twinbanner-right-content
  .twinbanner-right-content-image {
  width: 100%;
  padding: 3rem;
}

.twinbanner-container
  .twinbanner-right-content
  .twinbanner-right-content-image
  > img {
  width: 100%;
}

.twinbanner-container .twinbanner-left-content > span:nth-child(1) {
  font-size: 22px;
  font-weight: 700;
}

.twinbanner-container .twinbanner-left-content > span:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  width: 75%;
}

.twinbanner-container .twinbanner-left-content > span {
  margin-bottom: 1rem;
}

.twinbanner-container .twinbanner-left-content > a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.banners-contents-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.banners-contents-area > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banners-contents-area > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.banners-contents-area > div > a > img {
  width: 100%;
  padding: 1rem;
}

.banners-contents-area .left-banners-image > a > img {
  padding-left: 0;
}

.banners-contents-area .right-banners-image > a > img {
  padding-right: 0;
}

.twinbanner-container.right-aligned {
  flex-direction: row-reverse;
}

.twinbanner-container.right-aligned .twinbanner-left-content {
  align-items: flex-end;
}

.twinbanner-container.right-aligned
  .twinbanner-left-content
  > span:nth-child(2) {
  width: auto;
}

.footerwebsite
  .footer-middle
  .newsletter-wrapper
  .newsletter-group
  .newsletter-button {
  position: unset !important;
  width: auto !important;
  height: auto !important;
  padding: 3px 15px !important;
  margin-right: 1rem;
  border: none;
  background: RGB(239, 239, 239);
  font-size: 14px;
}

.footerwebsite
  .footer-middle
  .newsletter-wrapper
  .newsletter-group
  .newsletter {
  width: 20% !important;
  height: auto !important;
  padding: 3px !important;
  margin-right: 1rem;
  border: none;
  background: RGB(239, 239, 239);
}

.footerwebsite .footer-middle .newsletter-wrapper .newsletter-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerwebsite .footer-middle .middle-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerwebsite .footer-middle .middle-heading > span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.footerwebsite .footer-middle .middle-heading > span:nth-child(2) {
  font-weight: 400;
}

.footerwebsite .footer-middle {
  padding-top: 2rem !important;
}

.footerwebsite .footer-middle .newsletter-wrapper {
  width: 100%;
}

.footer-social {
  background: #efefef;
}

.footer-social > a > i {
  font-size: 20px;
}

.footer-social > a {
  margin: 0.5rem 1rem;
}

.footer-social > a > img {
  width: 25px;
  height: 25px;
}

.footer-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.footer-content-wrapper .footer-logo {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content-wrapper .footer-logo > a > img {
  width: 170px;
}

.footer-content-wrapper .footer-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content-wrapper .footer-content {
  display: flex;
  width: 50%;
  justify-content: center;
}

.footer-content-wrapper .footer-content > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-content-wrapper .footer-content > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.footer-content-wrapper .footer-content > div {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}

.footer-content-wrapper .footer-iyzico {
  width: 35%;
  display: flex;
  align-items: center;
}

.footer-content-wrapper .footer-iyzico > img {
  width: 85% !important;
}

.footer-content-wrapper .footer-content > div > a {
  font-weight: 500;
  font-size: 14px;
}

/*product-page*/

.product-page-wrapper .sogo-breadcrumb {
  display: none;
}

.sogo-product-container .product-left {
  position: relative;
}

.product-swiper-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.product-swipers {
  border: 2px solid #eff4fa;
  display: flex;
  overflow: hidden;
  width: 100%;
}

img {
  width: 100%;
}

.btn-div-product > button > a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.btn-div-product > button > a > i {
  margin-right: 0.3rem;
}

.thumbs-product-swiper {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper {
  flex-wrap: wrap;
  align-items: center;
  transform: none !important;
/*   height: 552px;
  overflow: scroll;
  overflow-x: hidden; */
  width: fit-content;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide {
  height: unset !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images {
  display: flex;
  margin-bottom: 0.5rem;
}

.thumbs-product-swiper
  .swiper-wrapper
  .swiper-slide-thumb-active
  .product-images {
  border: 1px solid;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images > img {
  cursor: pointer;
}

.swiper {
  overflow: hidden;
}

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar {
  width: 4px;
  background: #e6e6e6;
}

/*.form-group.required.power-option {
    display: none;
} */

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar-thumb {
  background: #000;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  > span {
  font-weight: 600;
}

.collapse-description > a {
  font-weight: 600;
}

.colorlabel {
  font-weight: 500 !important;    
  font-size: 20px;
  color: #4e4e4e;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .product-option-label {
  font-weight: 600;
}

.description-collapse-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 1px solid RGB(147, 147, 147);
}

.store-stock-status-content {
  display: flex;
  flex-direction: column;
  /* height: fit-content; */
  border-bottom: 1px solid RGB(147, 147, 147);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.collapse-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.collapse-stock > a {
  font-weight: 600;
}

.store-stock-status-content #collapsestock {
  padding-top: 1rem;
}

.share-collapse-content {
  display: flex;
  flex-direction: column;
  /* height: fit-content; */
  border-bottom: 1px solid RGB(147, 147, 147);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  /* padding-top: 1rem; */
}

.share-collapse-content .collapse-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.share-collapse-content .collapse-share > a {
  font-weight: 600;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  button
  > img {
  width: 10%;
}

.btn-div-product > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #000;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  margin-right: 0.5rem;
}

.btn-div-product > button > img {
  margin-right: 0.3rem;
}

button.wishlist-button {
  width: 10%;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.wishlist-button > img {
  width: 38% !important;
  margin: 0;
}

.btn-div-product .contact-us-btn > i {
  margin-right: 0.5rem;
}

/*product-page-end*/

/*about-(information)*/
.informaiton-wrapper {
  flex-direction: column;
}

.informaiton-wrapper .information-title > span {
  border-bottom: 1px solid #767575;
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
  color: #000;
  cursor: default;
  font-weight: 700;
  font-size: 18px;
}

.informaiton-wrapper .information-title {
  padding: 0px 10px;
  margin-bottom: 2rem;
  display: flex;
  padding-top: 1rem;
}

.about-page-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}

.about-page-content .about-text {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  bottom: -3%;
  border: 1px solid rgb(185, 185, 185);
  padding: 2rem;
}

.about-page-content .about-text > span {
  font-size: 15px;
}

.information-content > span {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  margin: 3rem 0;
  padding: 1rem;
  line-height: 1.7;
  text-align: center;
}

/*about-(information)-end*/

/*category-page*/
.category-product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-product-content .product-card-buttons {
  position: unset !important;
  right: unset !important;
  top: unset !important;
  gap: unset !important;
  display: flex;
  flex-direction: row-reverse;
}

.category-product-content .product-card-buttons > button {
  background: none !important;
  border: none !important;
  width: 28px !important;
  /* height: 28px !important; */
  padding: 1px 6px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.product-image-wrapper {
  position: relative;
}

.category-product-size-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fffc;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.product-image-wrapper:hover .category-product-size-content {
  opacity: 1;
  visibility: visible;
}

.category-product-size-content .size-content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5px 0;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* width: 0; */
  /* overflow: hidden; */
}

.category-product-size-content .size-content > form .power-group > ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.category-product-size-content .size-content > form .power-group > ul > li {
  width: auto;
  display: flex;
  align-items: center;
  /* padding: 5px 0; */
  /* border: 1px solid; */
  /* border-top: 0; */
  border-bottom: 0;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  /* background: #fff; */
}

.category-product-size-content
  .size-content
  > form
  .power-group
  > ul
  > li:hover
  a {
  color: #fff;
}

.category-product-size-content
  .size-content
  > form
  .power-group
  > ul
  > li:not(:last-child)::after {
  content: "-";
  margin: 0 5px;
}

.category-product-size-content .size-content > form {
  width: 100%;
}

.category-product-size-content
  .size-content
  > form
  .power-group
  > ul
  > li
  > span {
  font-size: 17px;
}

.size-header-title {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.size-header-title > span {
  color: #7d7d7d;
  font-weight: 600;
}

.category-product-size-content
  .size-content
  > form
  .power-group
  > ul
  > li:hover
  > span {
  color: #fff;
  background: #575555;
}

.page-content-bread {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #767575;
  align-items: center;
  width: 100%;
}

.page-content-bread .sogo-breadcrumb {
  border: none;
}

.sort-wrapper {
  display: none;
}

.filter-sort .sort-view {
  display: flex;
  align-items: center;
  justify-content: end;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-sort .sort-view #grid-view,
.filter-sort .sort-view #grid-view-2 {
  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;
  border: 0;
  background: 0 0;
}

.filter-sort {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 2rem;
  padding-right: 0;
  /*height: 60px;*/
  background-color: #ffffff;
  /* z-index: 100; */
  border-bottom: 1px solid transparent;
  -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  -o-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
}

.filter-sort .sort-view #show-filter {
  background: 0 0;
  border: 0;
  font-weight: 400;
  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;
  margin-right: 0;
  width: 29%;
}

.filter-sort .filter-side {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #ccc;
  background-color: #f7f6f6f0;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.filter-sort .filter-side.filter-active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.filter-sort .sort-view #show-filter > img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bf-form {
  padding: 1rem 1rem !important;
}

.bf-form > [class^="bf-attr-"] {
  width: 100% !important;
  margin: 5px;
}

.bf-form > .bf-buttonclear-box {
  display: none;
}

/*category-page-end*/

/*contact-page*/
.contact-wrapper .contact-info {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: unset;
  padding: 0;
  margin-bottom: 2rem;
}

.contact-wrapper .contact-info .contact-store {
  width: 50%;
  display: flex;
  /* align-items: center;
    justify-content: center; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 1rem;
  border: 1px solid RGB(205, 205, 205);
}

.contact-wrapper .contact-info .contact-iframe {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-left: 2rem;
  border: 1px solid RGB(155, 155, 155);
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content:not(.contact-mail) {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.contact-wrapper .contact-info .contact-store .contact-content > .contact-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  margin: 0 0.5rem;
  /* height: 140px; */
  /* padding: 1rem 0; */
  position: absolute;
  bottom: 0;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  > .info-area
  > div
  > img {
  width: 35px;
  height: 35px;
}

.contact-wrapper .contact-info .contact-store .contact-content > div > address {
  font-size: 12px;
}

.contact-wrapper .contact-info .contact-store .contact-content > div > a {
  font-size: 15px;
  height: 30px;
}

.contact-wrapper .contact-info .contact-store .contact-content > div > span {
  margin-bottom: 0.3rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

.contact-form-container {
  display: flex;
  width: 100% !important;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-form {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form > form {
  width: 100%;
}

.contact-form > form > fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form > form > fieldset > legend {
  width: 100% !important;
  justify-content: center;
  font-weight: 600 !important;
}

.contact-form-container .contact-form-left {
  width: 50% !important;
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
}

.contact-form-container .contact-form-left .sogo-input-wrapper.input-col-2 {
  width: calc(100% - 0.5rem) !important;
}

.contact-form-container .contact-form-right {
  width: 50% !important;
}

.sogo-input-wrapper .sogo-input::placeholder {
  color: RGB(183, 183, 183);
}

.contact-wrapper .contact-form .form-button {
  justify-content: center;
}

.contact-wrapper .contact-form .form-button > button {
  width: 17%;
  background: RGB(168, 167, 167);
  border-color: RGB(168, 167, 167);
}

.contact-wrapper .contact-form .form-button > button:hover {
  background-color: #333;
  border-color: #333;
}

.contact-form-container
  .contact-form-left
  .sogo-input-wrapper.input-col-2:not(:last-child) {
  margin-bottom: 2rem;
}

.contact-wrapper .contact-info .contact-store .contact-content .swiper {
  width: 77.5% !important;
  flex-direction: unset;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin: 0;
  /* margin: 0 0.5rem; */
  height: 140px;
  padding: 1rem 0;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-phone {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 27.5%;
  margin: 0 !important;
  /* margin: 0 0.5rem !important; */
  height: 140px;
  padding: 1rem 0;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-phone
  > img {
  width: 35px;
  height: 35px;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-phone
  > span {
  margin-bottom: 0.3rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-phone
  > a {
  font-size: 12px;
  height: 30px;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  width: 55%;
  margin: 0;
  /* margin: 0 0.5rem; */
  height: 140px;
  padding: 1rem 0.2rem;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-address
  img {
  width: 35px;
  height: 35px;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-address
  > span {
  margin-bottom: 0.3rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .contact-address
  > address {
  font-size: 12px;
  text-align: center;
}

.contact-wrapper
  .contact-info
  .contact-store
  .contact-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  > div {
  border-right: 1px solid rgb(151, 151, 151);
}

/*contact-page-end*/

/*lookbooks*/
.lookbooks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  /*margin-top: 2rem;*/
  overflow-x: hidden;
}

.lookbooks-container .sogo-breadcrumb {
  margin-bottom: 1.5rem;
}

.lookbooks-container .lookbooks-only-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.lookbooks-container .lookbooks-only-content > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lookbooks-container .lookbooks-only-content > a > img {
  width: 100%;
}

.lookbooks-container .lookbooks-dual-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.lookbooks-container .lookbooks-dual-content > a {
  width: calc(50% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.lookbooks-container .lookbooks-dual-content > a > img {
  width: 100%;
}

.lookbooks-container .lookbooks-dual-content > a:not(:nth-child(2n)) {
  margin-right: 1rem;
}

/*lookbooks-end*/

/*stories*/
.stories-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  /* margin-top: 2rem; */
}

.stories-container .sogo-breadcrumb {
  margin-bottom: 1.5rem;
}

.stories-container .stories-only-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.stories-container .stories-only-content > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stories-container .stories-only-content > a > img {
  width: 100%;
}

.stories-container .stories-dual-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.stories-container .stories-dual-content > a {
  width: calc(50% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.stories-container .stories-dual-content > a > img {
  width: 100%;
}

.stories-container .stories-dual-content > a:not(:nth-child(2n)) {
  margin-right: 2rem;
}

.stories-text-content {
  padding: 0 3rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  text-align: center;
}

.stories-text-content > span {
  font-weight: 600;
}

/*stories-end*/

footer.footerwebsite {
  box-shadow: none !important;
}

.whatsapp-support {
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 9;
}

.whatsapp-support .whatsapp-support-content > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: RGB(48, 204, 69);
}

.whatsapp-support .whatsapp-support-content > a > i {
  font-size: 52px;
}

.whatsapp-support .whatsapp-support-content > a > i::before {
  background: #fff;
  border-radius: 50%;
}

button.cart-button-up {
  font-size: 23px;
  margin-right: 0.5rem;
}

.mainmenu .row,
ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
  font-size: 14px;
}

.info-area:first-child {
  border-right: 1px solid rgb(151, 151, 151);
}

.info-area {
  padding: 0 0.3rem 0 0.3rem;
  flex-wrap: wrap;
  display: flex;
}
span.info-heading {
  font-weight: 600;
  width: 77%;
  height: fit-content;
}
.contact-address {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-wrapper .contact-info .contact-address > span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.info-area-header {
  text-align: center;
}
.contact-mail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-weight: bold;
}
.contact-wrapper .contact-info div > address {
  width: 100%;
  margin-left: 3rem;
  font-size: 14px;
}

.info-area:nth-child(2) {
  margin-left: 1rem;
}

.info-area-header > h4 {
  font-weight: 800;
}

/*close-cart*/
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option {
  display: none;
}
/*close-cart-end*/
