.cont-img1 {
  flex-direction: column;
}

.cont-img1 a {
  display: flex;
  position: relative;
  width: 100%;
}

.colimg1 span {
  color: #8d5f3e;
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.footer-middle > img {
  width: 15%;
}

.footer-middle {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}

.footer-wrapper {
  padding-bottom: 2rem;
}

.header-left {
  margin-left: 0 !important;
}

.header-contain {
  position: relative;
  padding: 0.5rem;
}

.header-wrapper .header-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 9;
}

.header-wrapper {
  position: unset;
}

.category-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
}

.category-wrapper .category-content {
  width: 50%;
  display: flex;
}

.category-wrapper .category-content > a {
  width: 100%;
  display: flex;
  position: relative;
}

.category-wrapper .category-content > a > img {
  width: 100%;
}

.category-wrapper .category-content > a > span {
  position: absolute;
  left: 15px;
  bottom: 45px;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}

.category-wrapper .category-content:nth-child(2) > a > span {
  right: 15px;
  left: unset;
}

.product-grid .product-card:hover {
  box-shadow: none !important;
}

.product-card:hover .product-image-wrapper > a > .product-image {
  transform: unset !important;
}

.sogo-breadcrumb,
.filter-sort,
.product-layout {
  padding: 0 !important;
}

.product-grid .product-card {
  margin: 0.5rem !important;
  width: calc(25% - 1rem) !important;
}

.product-grid-2 .product-card {
  margin: 0.5rem !important;
  width: calc(50% - 1rem) !important;
}

.product-grid .product-card:nth-child(5n),
.product-grid-2 .product-card:nth-child(5n) {
  width: 100% !important;
}

.product-grid .product-card:nth-child(5n) .product-image-wrapper,
.product-grid-2 .product-card:nth-child(5n) .product-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-grid .product-card:nth-child(5n) .product-image-wrapper > a,
.product-grid-2 .product-card:nth-child(5n) .product-image-wrapper > a {
  width: 35%;
  height: unset !important;
  overflow: unset !important;
  margin-right: 1rem;
}

.product-grid .product-card:nth-child(5n) .product-image-wrapper > a > img,
.product-grid-2 .product-card:nth-child(5n) .product-image-wrapper > a > img {
  width: 100%;
}

.product-grid
  .product-card:nth-child(5n)
  .product-caption
  .product-price-wrapper
  > span,
.product-grid
  .product-card:nth-child(5n)
  .product-caption
  .product-name-wrapper
  > a,
.product-grid-2
  .product-card:nth-child(5n)
  .product-caption
  .product-price-wrapper
  > span,
.product-grid-2
  .product-card:nth-child(5n)
  .product-caption
  .product-name-wrapper
  > a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-grid .product-card:nth-child(5n) .product-card-buttons,
.product-grid-2 .product-card:nth-child(5n) .product-card-buttons {
  position: absolute;
  right: 11.75rem;
  top: 2.75rem;
  z-index: 1;
  gap: 0.5rem;
}

.wishlist-div img {
  width: 19px !important;
}

.search-btn > img {
  width: 15px !important;
}

.cart-div img {
  width: 14px !important;
}

.user-div img {
  width: 17px !important;
}

.header-quick-menu > li > div {
  width: 45px !important;
}

.header-quick-menu > li > div > a:active,
.header-quick-menu > li > div > button:active {
  transform: scale(1) !important;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  width: 100%;
}

.product-left,
.product-right {
  width: 25% !important;
}

.product-center {
  width: 50%;
}

.product-image > img {
  width: 100%;
}

.product-grid .product-card .product-image-wrapper > a:nth-child(2),
.product-grid-2 .product-card .product-image-wrapper > a:nth-child(2) {
  display: none;
}

.product-grid
  .product-card:nth-child(5n)
  .product-image-wrapper
  > a:nth-child(2),
.product-grid-2
  .product-card:nth-child(5n)
  .product-image-wrapper
  > a:nth-child(2) {
  display: flex;
}

.header-logo {
  margin-top: 0;
}

.product-name > span {
  font-size: 30px;
}

.product-name {
  margin-bottom: 1rem;
}

ul.detail-info > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}

ul.detail-info > li > div {
  font-weight: 500;
  margin-left: 0.5rem;
}

ul.product-price {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-left {
  position: sticky;
  top: 20px;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-bottom: 2rem;
}

.sogo-breadcrumb > li > a {
  padding: 0;
  font-size: 11px;
}

span.product-new-price {
  font-size: 35px;
}

.mobile-product-slider {
  display: none;
}

.product-left-top {
  display: flex;
  flex-direction: column;
}

.product-left-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-collapse-wrapper .panel-heading {
  border: none !important;
  background-color: transparent;
  padding: 0;
}

.product-collapse-wrapper .panel-default {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.product-collapse-wrapper .panel-body {
  border: none !important;
}

.product-collapse-wrapper .panel-heading .panel-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 17px;
}

.product-collapse-wrapper .panel-heading .panel-title > a > i {
  color: #000;
  font-size: 22px;
}

.product-collapse-wrapper
  .panel-heading
  .panel-title
  > a[aria-expanded="true"]
  > i::before {
  content: "\F2EA";
}

div#collapsedescription {
  display: none;
}

.product-details-upper {
  display: none !important;
  margin: 0 !important;
}

.product-options > div {
  flex-direction: column !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  width: 45px !important;
  height: 35px !important;
  border: none;
  background-color: #f4f3f1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 15px !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li:hover {
  width: 45px !important;
  height: 35px !important;
  border: none;
  background-color: #f4f3f1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 15px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  width: 100% !important;
}

.product-options.full {
  flex-direction: column-reverse;
}

.product-options > div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset !important;
  margin-top: 2rem !important;
}

.product-right {
  padding-left: 1rem !important;
  margin-top: 4rem;
}

div#product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-bottom: 2rem;
}

.prod-colors .colors-img {
  width: 10% !important;
  margin-left: 4px !important;
}

.prod-colors .colors-img > a {
  display: flex;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 12px;
}

.prod-colors .colors-img img {
  width: 100%;
  transform: scale(8.7);
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li.selected {
  border: none !important;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 15px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .product-fav {
  position: unset !important;
  bottom: unset !important;
  right: unset !important;
  margin-right: 1rem;
  background: transparent;
  border: none;
  outline: 0 !important;
}

.btn-div-product {
  width: 100%;
  height: 45px;
  display: flex;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .product-fav
  > i {
  font-size: 25px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  border-radius: 25px !important;
}

.about-wrapper-top {
  display: flex;
  align-items: flex-end;
}

.about-wrapper-top-left {
  display: flex;
  width: 20%;
}

.about-wrapper-top-left > img {
  width: 100%;
}

.about-wrapper-top-center {
  display: flex;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  padding: 0 1rem;
}

.about-wrapper-top-right {
  display: flex;
  width: 20%;
}

.about-wrapper-top-right > img {
  width: 100%;
}

.about-wrapper-top-center-title {
  font-family: "Gallient" !important;
  font-size: 80px;
  color: #444;
  margin-left: -2.5rem;
}

.about-wrapper-bottom {
  display: flex;
  margin-top: 5rem;
}

.about-wrapper-bottom-left {
  width: 25%;
  padding-left: 4rem;
}

.about-wrapper-bottom-right {
  width: 75%;
  padding-right: 2rem;
}

.about-wrapper-bottom-left > img {
  width: 100%;
}

.about-wrapper-bottom-right-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  padding-left: 1rem;
  width: 95%;
}

.about-wrapper-bottom-right-top-title {
  font-family: "Gallient" !important;
  color: #444;
  font-size: 50px;
  padding-left: 1rem;
}

.about-wrapper-bottom-right-bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}

.about-wrapper-bottom-right-bottom-text {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  text-align: end;
  flex-direction: column;
  margin-top: 2rem;
  margin-right: 1rem;
  padding-left: 1rem;
}

.about-wrapper-bottom-right-bottom-image {
  width: 30%;
}

.about-wrapper-bottom-right-bottom-image > img {
  width: 100%;
}

.about-wrapper-bottom-right-bottom-text-title {
  font-family: "Gallient" !important;
  font-size: 70px;
  color: #444;
}

.contact-wrapper-left {
  width: 45%;
}

.contact-wrapper-right {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-wrapper-right-image {
  display: flex;
  width: 100%;
}

.contact-wrapper-right-image > img {
  width: 100%;
}

.contact-wrapper-left-column {
  display: flex;
  width: 100%;
}

.left-column-content {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0.5rem;
  color: #666;
  justify-content: center;
}

.left-column-content:not(:last-child) {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}

.left-column-content:first-child {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.left-column-content.social-content .social-content-list > a > img {
  width: 35px;
}

.left-column-content.social-content .social-content-list > a {
  margin: 0.3rem;
}

.left-column-content > i {
  font-size: 25px;
  margin-top: 0.5rem;
}

.left-column-content > a {
  margin-top: 0.5rem;
  color: #666;
}

.social-content-title {
  margin-bottom: 2rem;
  font-size: 25px;
  font-family: "Gallient" !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.contact-wrapper .contact-form {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 70%;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}

.contact-form .sogo-input-wrapper .sogo-input {
  background-color: #f4ebda;
}

.contact-wrapper .contact-form .form-button {
  justify-content: center;
  margin-top: 0.5rem;
}

.contact-wrapper .contact-form .form-button > button {
  width: 35%;
}

.contact-wrapper-left-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-family: "Gallient" !important;
  font-size: 100px;
  text-align: end;
  font-weight: 500;
  color: #666;
  position: relative;
  padding-right: 1rem;
}

.contact-wrapper-left-title > span {
  display: flex;
  position: absolute;
  bottom: -80%;
  right: -30%;
}

.fashion-contain {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
  position: relative;
}

.fashion-content {
  display: flex;
}

.fashion-content > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fashion-content-image > img {
  width: 85%;
}

.fashion-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fashion-content-left-desc {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #666;
  font-size: 18px;
}

.fashion-content-left {
  margin-top: 2rem;
}

.fashion-content-right {
  position: relative;
}

.fashion-content-right::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.fashion-content-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  font-family: "Gallient" !important;
  font-size: 50px;
  color: #666;
  font-weight: 600;
  width: auto !important;
}

.fashion-content-name > p {
  font-size: 13px;
  display: flex;
  text-align: end;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.fashion-content-name > span {
  letter-spacing: 7px;
}

.fashion-content-btn {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 200px !important;
}

.fashion-content-btn > a {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  font-family: "Gallient" !important;
  font-size: 35px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  GALLERY PAGE CSS     */

section img {
  width: 100%;
}

.section1-top-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.section1-top-left,
.section1-bottom-right,
.section1-bottom-left {
  display: flex;
  width: 50%;
}

.section1-top-left > a,
.section1-top-right > a,
.section1-bottom-left > a,
.section2-top > a,
.section3-right > a,
.section3-left > a,
.section4-top-left > a,
.section4-top-right > a,
.section4-bottom-right > a,
.section4-bottom-left > a,
.section1-top {
  display: flex;
  width: 100%;
}

.section1-bottom,
.section2-top,
.section2-bottom,
.section4-bottom {
  display: flex;
}

section.section2,
section.section4 {
  display: flex;
  flex-direction: column;
}

.section2-bottom > a,
.section3-right,
.section4-top-left,
.section4-bottom-left {
  display: flex;
  width: 33.33%;
}

section.section3,
.section4-top {
  display: flex;
  align-items: flex-start;
}

.section3-left,
.section4-top-right,
.section4-bottom-right {
  display: flex;
  width: 66.66%;
}

/*  GALLERY PAGE CSS END */

.gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  padding-bottom: 0;
  margin-top: 2rem;
  font-family: "Gallient" !important;
  width: max-content;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.gallery-wrapper-title > span {
  font-size: 55px;
  display: flex;
  color: #666;
}

.gallery-wrapper-title > p {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  margin-left: 0.5rem;
  color: #666;
}

.cart-count-buttons {
  width: 60% !important;
  margin-bottom: 1rem;
  margin-right: 0 !important;
  justify-content: flex-start !important;
}

.btn-product-bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  border: none;
  width: 29%;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  border-right: 1px solid #ccc !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  border-left: 1px solid #ccc !important;
}

.footer-fix-menu-wrapper,
.fashion-mobile-wrapper,
.product-left.mobile {
  display: none;
}

.mobile-slick-wrapper,
.main-slider1{
  display: none !important;
}

.footer-list ul{
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .btn-product-bottom {
    width: 57%;
  }

  .contact-wrapper-left-title {
    font-size: 120px;
    margin-top: 7rem;
  }

  .left-column-content {
    font-size: 25px;
  }

  .left-column-content > i {
    font-size: 40px;
  }
  .social-content-title {
    font-size: 45px;
  }

  .left-column-content.social-content .social-content-list > a > img {
    width: 50px;
  }

  .header-wrapper .header-right {
    transform: translateY(-50%);
  }

  .cart-div img {
    width: 21px !important;
  }

  .wishlist-div img {
    width: 30px !important;
  }

  .user-div img {
    width: 25px !important;
  }

  .search-btn > img {
    width: 25px !important;
  }

  /* YENİ  */
  .product-image {
    display: flex;
    justify-content: center;
  }

  .product-image > img {
    width: 65%;
  }

  .product-left-bottom {
    margin-top: 5rem;
  }

  .product-left {
    justify-content: flex-start;
    transform: translateX(100px);
  }

  .product-right {
    transform: translateX(-100px);
  }

  .product-name > span {
    font-size: 45px;
  }

  label.product-option-label {
    font-size: 30px;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons
    .product-fav {
    margin-right: 0;
    margin-left: 0.5rem;
  }

  .sogo-product-container
    .product-right
    .product-details-middle
    .product-options
    .power-option
    .product-option-label {
    font-size: 45px;
  }

  div#product {
    justify-content: flex-start;
  }

  .sogo-product-container .product-right .product-details-lower {
    margin-top: 4rem;
  }

  .category-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -17px;
  }

  .cart-count-buttons {
    margin-bottom: 3rem;
  }

  .sogo-product-container
    .product-right
    .product-details-middle
    .product-options
    .power-option
    .list-option
    > li {
    margin-right: 1.5rem;
  }

  .prod-colors .colors-img > a {
    width: 35px;
    height: 35px;
  }

  .product-options > div:nth-child(1) {
    margin-top: 4rem !important;
  }

  ul.product-price {
    margin-top: 3rem;
  }

  .about-wrapper-bottom {
    display: flex;
    margin-top: 5rem;
    width: 75%;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-wrapper-top-left,
  .about-wrapper-top-right {
    width: 40%;
  }

  .about-wrapper-top {
    width: 1360px !important;
  }

  .about-wrapper-top-center {
    font-size: 20px;
  }

  .about-wrapper-top-center-title {
    font-size: 110px;
  }

  .about-wrapper-bottom-right-top-title {
    font-size: 80px;
  }

  .about-wrapper-bottom-right-top {
    font-size: 20px;
  }

  .about-wrapper-bottom-right-bottom-text-title {
    font-size: 100px;
  }

  .about-wrapper-bottom-right-bottom-text {
    font-size: 20px;
  }

  .about-wrapper-bottom {
    margin-top: 10rem;
  }

  .fashion-content {
    width: 1760px !important;
  }

  .fashion-content-name > span {
    letter-spacing: 15px;
    font-size: 90px;
  }

  .fashion-content-name > p {
    font-size: 20px;
  }

  .fashion-content-name {
    bottom: 46px;
  }

  .fashion-content-left-desc {
    font-size: 25px;
    font-weight: 600;
  }

  .fashion-content-right::before {
    height: 4px;
  }

  .fashion-content-btn > a {
    font-weight: 600;
  }

  .left-column-content {
    font-size: 18px;
  }

  .left-column-content.social-content .social-content-list > a > img {
    width: 40px;
  }

  .social-content-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1025px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-wrapper-left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .contact-wrapper-right {
    width: 100%;
  }

  .contact-wrapper-left-title {
    display: none;
  }

  .sogo-container.contact-container {
    padding: 0.5rem;
  }

  .contact-wrapper .contact-form {
    width: 100%;
  }

  .contact-wrapper-left-column {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 991px) {
  .header-wrapper .header-right {
    position: unset;
    top: unset;
    transform: unset;
    right: unset;
  }

  .product-left,
  .product-right {
    width: 100% !important;
    position: unset;
  }

  .product-left {
    height: auto;
    padding: 0.5rem 0.4rem;
  }

  .product-center {
    width: 100% !important;
  }

  .sogo-product-container {
    flex-direction: column;
    padding: 1.5rem;
  }

  .product-center > ul {
    display: none;
  }

  .mobile-product-slider {
    display: block;
  }

  .mobile-product-slider img {
    width: 100%;
  }

  div#product {
    height: auto;
  }

  .prod-colors .colors-img {
    width: 4% !important;
  }

  .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: unset;
    bottom: 0;
  }

  .sogo-product-container .product-right {
    margin-top: 0;
    padding-left: 0 !important;
  }

  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #444;
  }

  .megamenu-wrapper {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 769px) {
  .category-wrapper {
    flex-direction: column;
  }

  .category-wrapper .category-content {
    width: 100%;
  }

  .product-card {
    box-shadow: none !important;
  }

  .product-grid .product-card:nth-child(5n) .product-card-buttons,
  .product-grid-2 .product-card:nth-child(5n) .product-card-buttons {
    position: absolute;
    right: 7.75rem;
    top: 0;
    z-index: 1;
    gap: 0.5rem;
  }

  .sogo-product-container {
    padding: 0;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons {
    flex-direction: unset !important;
  }

  .about-wrapper-top-left {
    width: 100%;
  }

  .about-wrapper-top.container {
    align-items: center;
    flex-direction: column;
    padding: 0;
  }

  .about-wrapper-top-center {
    width: 100%;
    margin: 1rem 0;
  }

  .about-wrapper-top-right {
    width: 100%;
  }

  .about-wrapper-top-center-title {
    margin-left: 0;
    text-align: center;
  }

  .about-wrapper-bottom {
    flex-direction: column;
    padding: 0.5rem;
  }

  .about-wrapper-bottom-left {
    width: 100%;
    padding-left: 0;
  }

  .about-wrapper-bottom-right {
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }

  .about-wrapper-bottom-right-bottom {
    flex-direction: column-reverse;
  }

  .about-wrapper-bottom-right-bottom-text {
    width: 100%;
    padding: 0;
    justify-content: center;
    text-align: center;
  }

  .about-wrapper-bottom-right-bottom-image {
    width: 100%;
  }

  .about-wrapper-bottom-right-top {
    padding: 0;
    width: 100%;
  }

  .about-wrapper-bottom-right-top-title {
    padding-left: 0;
    text-align: center;
  }

  .header-wrapper {
    background-color: transparent !important;
  }
}

@media screen and (max-width: 553px) {
  .footer-middle > img {
    width: 50%;
  }

  footer.footerwebsite {
    padding-top: 1.5rem;
  }

  .footer-list > ul > li > a {
    font-size: 15px;
    position: relative;
    transition: 0.25s ease-in-out;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-grid .product-card:nth-child(5n) .product-card-buttons,
  .product-grid-2 .product-card:nth-child(5n) .product-card-buttons {
    position: absolute;
    right: 2.75rem;
    top: 0;
    z-index: 1;
    gap: 0.5rem;
  }

  .prod-colors .colors-img {
    width: 15% !important;
  }

  .product-name {
    margin-top: 1rem;
  }

  .left-column-content {
    width: 100%;
    border-top: none;
    border-right: none !important;
  }

  .contact-wrapper-left-column {
    flex-direction: column;
  }

  .left-column-content:first-child {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-left: none;
  }

  .contact-wrapper-left-column {
    border-left: 2px solid rgba(0, 0, 0, 0.2);
  }

  .left-column-content {
    height: 180px;
  }
}

.home-slider {
  top: unset !important;
}

@media screen and (max-width: 769px) {
  button#show-megamenu {
    display: none;
    height: 0;
  }

  button#show-megamenu > i {
    height: 0;
  }

  .megamenu-header {
    height: 0;
  }

  .header-right {
    display: none;
  }

  .header-logo img {
    width: 170px;
  }

  .footer-wrapper > div {
    width: 100% !important;
    margin-bottom: 1.5rem;
    padding-left: 0 !important;
  }

  .cont-img1 {
    display: none;
  }

  footer.footerwebsite {
    margin-bottom: 0 !important;
    padding-bottom: 3rem;
  }

  .footer-fix-menu-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
  }

  .footer-fix-menu-content {
    display: flex;
    width: 100%;
    background-color: #4d5643;
    height: 60px;
    align-items: center;
    max-height: 60px;
  }

  .footer-fix-menu-content > a {
    display: flex;
    margin: 0 0.3rem;
    width: calc(20% - 0.6rem);
    align-items: center;
    justify-content: center;
    height: 70px;
  }

  .footer-fix-menu-content > a > img {
    width: 25px;
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(178deg)
      brightness(98%) contrast(108%);
  }

  .footer-fix-menu-content > a.home {
    background-color: #4d5643;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform: translateY(-11px);
  }

  .footer-fix-menu-content > a.home > img {
    width: 30px;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }

  .footer-fix-menu-content > a.home {
    flex-direction: column;
    font-size: 10px;
    color: #fff;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .footer-fix-menu-content > a.menu > img {
    transition: transform 0.25s ease-in-out;
  }

  .footer-fix-menu-content > a.menu > img.active {
    transform: rotate(45deg);
  }

  body.active {
    overflow: hidden;
  }

  .content-wrapper .sogo-content .filter-sort {
    position: unset;
    border: none;
  }

  .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
    font-size: 13px;
  }

  .content-wrapper
    .sogo-content
    .filter-sort
    .sort-view
    .sort-wrapper
    .select-styled {
    font-size: 13px;
  }

  .sogo-content-top {
    width: 100%;
    padding: 0 0.5rem;
  }

  body {
    overflow-x: hidden;
  }

  .fashion-wrapper {
    display: none;
  }

  .fashion-mobile-wrapper {
    display: block;
  }

  .fashion-mobile-wrapper-content-top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }

  .fashion-mobile-wrapper-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .fashion-mobile-wrapper-content-bottom-image {
    display: flex;
    width: 100%;
  }

  .fashion-mobile-wrapper-content-bottom-image > img {
    width: calc(50% - 1rem);
    display: flex;
    margin: 0.5rem;
  }

  .fashion-mobile-wrapper-content-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    font-family: "Gallient" !important;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .fashion-mobile-wrapper-content-bottom {
    position: relative;
  }

  .fashion-mobile-wrapper-content-title > p {
    font-size: 13px;
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .fashion-mobile-wrapper-content-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 120px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
  }


  .product-left {
    display: none;
  }

  .product-left.mobile {
    display: block;
  }

  .product-left.mobile ul.sogo-breadcrumb {
    display: none;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked {
    position: unset;
    z-index: unset !important;
    left: unset;
    bottom: unset;
    padding-top: 1.5rem;
  }

  .product-options > div:nth-child(1),
  .sogo-product-container .product-right {
    margin-top: 0 !important;
  }

  .btn-product-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons
    .product-fav {
    margin: 0;
  }

  .cart-count-buttons {
    justify-content: center !important;
  }

  .to-top {
    z-index: 99 !important;
  }

  .main-slider1 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .product-grid .product-card:nth-child(5n) .product-card-buttons,
  .product-grid-2 .product-card:nth-child(5n) .product-card-buttons {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    z-index: 1;
    gap: 0.5rem;
  }

  .product-grid .product-card:nth-child(5n) .product-image-wrapper > a, .product-grid-2 .product-card:nth-child(5n) .product-image-wrapper > a {
    width: 40%;
    height: unset !important;
    overflow: unset !important;
    margin-right: 0;
  }
 
  .product-grid .product-card:nth-child(5n) .product-image-wrapper > a:first-child, .product-grid-2 .product-card:nth-child(5n) .product-image-wrapper > a:first-child {
    margin-right: 1rem;
  }

  .main-slider1 {
    display: none;
  }

  .slick-item > img {
    width: 100%;
  }

  ul.slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  ul.slick-dots > li > button {
    width: 14px;
    height: 14px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  ul.slick-dots > li.slick-active > button {
    background-color: #fff;
  }

  ul.slick-dots > li {
    margin-bottom: 0.7rem;
  }

  .mobile-slick-wrapper {
    display: block !important;
  }

  .mobilSwiper .swiper-slide img{
    width: 100%;
  }

  .mobilSwiper {
    width: 100%;
    height: 100%;
  }
  
  .megamenu-upper-container .megamenu-logo {
    background: #4d5643;
  }

  #remove-megamenu {
      background: #4d5643;
  }

  .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked #button-cart {
    border-radius: 0 !important;
  }

  .product-collapse-wrapper .panel-default{
    border-bottom: none !important;
  }

  .product-collapse-wrapper .panel-body{
    border-bottom: 1px solid #000 !important;
  }
}

@media screen and (max-width: 553px) {
  .slick-item > img {
    height: calc(100vh - 110px);
    object-fit: cover;
  }
}

@media screen and (max-width: 426px) {
  .gallery-wrapper-title > p {
    font-size: 16px;
  }

  .gallery-wrapper-title > span {
    font-size: 30px;
  }

  .header-logo img {
    width: 120px;
  }

  .product-card .product-caption .product-name-wrapper {
    height: 45px;
  }

  .product-card .product-caption {
    padding-top: 0;
  }
}
