@media screen and (max-width: 1200px) {
  .home-gallery
    .gallery-lower
    .gallery-slider
    .swiper-slide
    .product-card-buttons {
    height: 79.5%;
  }
  .palette-container .palette-box-wrapper {
    justify-content: center;
  }

  .palette-container .palette-box-wrapper .palette-box {
    width: 25%;
  }
  .product-discount-wrapper {
    right: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .home-gallery
    .gallery-lower
    .gallery-slider
    .swiper-slide
    .product-card-buttons {
    height: 78.5%;
  }
}
@media screen and (max-width: 991px) {
  .megamenu-logo {
    display: flex;
  }
  nav.megamenu-nav {
    margin-right: 1rem;
  }
  .megamenu-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  .megamenu-upper-container > a {
    background: #000;
  }
  .megamenu-logo a {
    width: 50%;
  }
  .show-menu {
    font-size: 19px;
  }
  .img-overlay {
    display: none;
  }
  .menu-container-mobil .menu-button {
    cursor: pointer;
  }
  .menu-container {
    justify-content: end;
  }
  .home-gallery
    .gallery-lower
    .gallery-slider
    .swiper-slide
    .product-card-buttons {
    height: auto;
    width: auto;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: scale(0.7);
  }
  .home-gallery
    .gallery-lower
    .gallery-slider
    .swiper-slide
    .product-card-buttons {
    position: absolute;
    opacity: 1 !important;
    visibility: visible;
    height: auto;
    width: auto;
    right: 0;
    top: 0;
  }

  .button-wrapper {
    height: 55px;
    width: 55px;
  }

  .button-wrapper:hover {
    background: #fff !important;
    border-color: #fff !important;
  }

  .home-gallery
    .gallery-lower
    .gallery-slider
    .swiper-slide:hover
    .product-card-buttons {
    transform: scale(0.7);
    background: none;
  }

  .button-wrapper .product-fav-btn {
    font-size: 23px;
  }
  .header-quick-menu > li > div > a > .bi-person {
    font-size: 24px;
  }

  .header-quick-menu > li > div > a > i {
    font-size: 21px;
  }
  .category-content-wrapper {
    width: 100%;
  }
  .content-wrapper
    .sogo-content
    .product-layout
    .product-card
    .product-card-buttons {
    height: unset !important;
    opacity: 1;
    visibility: visible;
    width: auto;
    background: none;
    right: 15px;
    transform: scale(0.7);
    top: 0;
  }
  .content-wrapper
    .sogo-content
    .product-layout
    .product-card
    .product-card-buttons
    .button-wrapper:hover {
    transform: scale(1.1);
  }
  .product-detail-review-container {
    flex-direction: column;
  }

  .product-detail-left {
    width: 100%;
    margin: 0;
  }

  .product-review-right {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-tab-wrapper {
    width: 90%;
  }
  .product-card .product-card-buttons {
    height: unset !important;
    opacity: 1;
    visibility: visible;
    width: auto;
    background: none;
    right: 10px;
    transform: scale(0.8);
    top: 0;
  }
  .product-card:hover .product-card-buttons {
    transform: scale(0.8);
  }
  .sogo-blog-bottom > ul > li {
    width: calc(50% - 2rem);
  }
  .search-list-container {
    display: none;
  }
  .product-search .content-wrapper .sogo-content .product-layout {
    width: 100%;
  }
  .content-wrapper .sogo-content .wishlist-layout .product-card {
    width: calc(33.3% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .wishlist-layout .product-card .wishlist-button {
    height: 10% !important;
    transform: scale(1) !important;
  }

  .product-card:hover .wishlist-button {
    transform: scale(1) !important;
  }

  .header-account-container {
    display: none;
  }

  .mobil-header-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .content-wrapper .sogo-content .filter-sort {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .palette-container .palette-box-wrapper .palette-box {
    width: 30%;
  }
}
@media screen and (max-width: 825px) {
  .banner-container {
    flex-wrap: wrap;
  }

  .banner-container .twin-top {
    flex-wrap: wrap;
    width: 100%;
  }

  .twin-top-left {
    width: 100%;
    /* margin-bottom: 1rem; */
    margin-right: 0;
  }

  .twin-top-right {
    width: 100%;
  }

  .banner-container .twin-bottom {
    width: 100%;
    flex-wrap: wrap;
  }

  .twin-bottom-left {
    width: 100%;
    margin: 0;
    /* margin-bottom: 1rem; */
  }

  .twin-bottom-right {
    width: 100%;
  }

  .twin-hover-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-html-top-container ul li > span {
    font-size: 10px;
  }

  #show-megamenu {
    display: none;
  }
  .header-account-container-mobil .header-quick-menu {
    justify-content: start;
    /* margin-left: 1rem; */
  }

  .search-container-mobil .search-wrapper-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 1rem;
  }

  .search-container-mobil .search-wrapper-container input {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 25px;
  }

  .search-container-mobil .search-wrapper-container > i {
    position: absolute;
    right: 12px;
    cursor: pointer;
    color: #666666;
  }

  .user-submenu {
    left: 0;
  }
  .search-container {
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .search-container-mobil {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-bottom-container {
    height: 0;
  }
  #search .search-input-wrapper > button:hover {
    opacity: 0;
  }
  #search .search-input-wrapper > button.search-search {
    opacity: 0;
    visibility: hidden;
  }
  .header-account-container-mobil {
    width: 26%;
    display: flex;
  }

  .menu-container-mobil {
    width: 15%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #search .search-result-wrapper {
    top: 134px;
  }
  .homepage-slider-container {
    flex-wrap: wrap;
  }

  .main-slider-container {
    width: 100%;
    margin: 0;
    margin-bottom: 0.4rem;
  }

  .right-banner-container {
    flex-direction: unset;
    width: 100%;
  }

  .right-banner-container .small-slider {
    margin: 0;
    width: calc(100% - 0.4rem);
    margin-right: 0.4rem;
  }

  .sticky-banner {
    width: calc(100% - 0.4rem);
  }
  .product-discount-wrapper {
    right: 60%;
  }
  .read-more-container {
    width: 45%;
  }
  .mini-blog-card .read-more-container {
    width: 65%;
  }
  .blog-container
    .sogo-content
    .main-blog
    .sogo-blog-top
    .blog-card-wrapper
    .blog-card-group-1
    > div
    a
    > img {
    filter: grayscale(0%) drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
  }
  .mini-blog-card > a > .mini-blog-image img {
    filter: grayscale(0%) drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
  }
  .blog-page-wrapper {
    flex-direction: column;
  }
  .blog-page-wrapper .ticket-tag-container {
    width: 100%;
  }
  .blog-page-wrapper {
    flex-direction: column;
  }
  .blog-page-wrapper .blog-single {
    width: 100% !important;
    margin-right: 0;
  }
  .blog-page-wrapper .ticket-tag-container {
    width: 100%;
    padding: 2rem;
  }
  .search-content-wrapper {
    width: 100%;
  }
  .content-wrapper .sogo-content .wishlist-layout .product-card {
    width: calc(50% - 2rem);
  }
  .category-description > h2 {
    text-align: center;
  }
  .footerwebsite .footer-middle .newsletter-wrapper .cbx {
    width: 700px;
  }
  .footer-bottom-text > span {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    > a {
    position: relative;
    width: 50% !important;
    height: 40px;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    > button {
    width: calc(50% - 1rem) !important;
    margin-right: 1rem;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked {
    display: flex;
    flex-direction: unset !important;
  }
}

@media screen and (max-width: 740px) {
  .palette-container .palette-box-wrapper .palette-box {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .product-discount-wrapper {
    right: 50%;
  }
  .product-search .content-wrapper .sogo-content .product-layout .product-card {
    width: calc(50% - 0.25rem) !important;
  }
}
@media screen and (max-width: 571px) {
  .header-html-top-container {
    display: none;
  }
  .product-grid-2 .product-card {
    width: calc(50% - 0.25rem);
  }
}
@media screen and (max-width: 515px) {
  .palette-container .palette-box-wrapper .palette-box {
    width: 90%;
  }
  .product-discount-wrapper {
    right: 45%;
  }
  .blog-container .sogo-content .main-blog .sogo-blog-top {
    display: none;
  }
  .sogo-blog-bottom {
    margin: 0;
  }
  .sogo-blog-bottom > ul > li {
    width: 100%;
  }

  .mini-blog-card .mini-blog-image {
    height: 246.56px;
  }
}
@media screen and (max-width: 426px) {
  .homepage-slider-container {
    width: 100%;
  }
  .header-account-container-mobil {
    width: 33%;
  }
  .header-quick-menu > li > div > a > .bi-person {
    font-size: 21px;
  }
  .header-quick-menu > li > div > a > i {
    font-size: 17px;
  }
  .right-banner-container {
    flex-direction: column;
  }

  .right-banner-container .small-slider {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .product-discount-wrapper {
    top: -33px;
    right: 41%;
  }
  .blog-container .flash-blog .blog-slide-item > a {
    font-size: 0.6rem;
  }
  .mini-blog-card .mini-blog-image {
    height: auto;
  }
  .wishlist-button {
    top: 64% !important;
  }
  .product-card .product-card-buttons .product-cart-btn,
  .product-card .product-card-buttons .product-fav-btn {
    width: 25px;
    height: 25px;
  }
  .product-card .product-card-buttons .product-cart-btn > i,
  .product-card .product-card-buttons .product-fav-btn > i {
    font-size: 1rem;
  }
  .sogo-product-container .product-right .product-details-upper .name-fav {
    justify-content: center;
  }

  .sogo-product-container .product-right .product-details-upper .product-info {
    justify-content: center;
    align-items: center;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .product-price {
    width: 100%;
    justify-content: center;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .detail-info {
    margin-bottom: 2.25rem;
  }
  .sogo-product-container .product-right .product-details-lower .rating > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .social-share-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .collapse-description {
    justify-content: center;
  }

  div#collapsedescription .card.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  div#collapsedescription {
    justify-content: center;
    align-items: center;
  }
  div#collapsedescription .card.card-body > p {
    text-align: center;
  }
  .sogo-pagination {
    align-items: center;
  }

  .sogo-pagination span {
    font-size: 14px;
  }
}
@media screen and (max-width: 377px) {
  .comment-swiper .swiper-wrapper .swiper-slide > a .user-img {
    width: 40px;
    height: 40px;
    right: 36%;
    font-size: 14px;
  }
  .header-quick-menu > li > div {
    width: 40px;
  }
  .footer-bottom-text > span {
    font-size: 12px;
  }
  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name
    span {
    font-size: 18px;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .detail-info
    > li {
    font-size: 13px;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .detail-info
    > li
    > div {
    font-size: 12px;
  }
}
@media screen and (max-width: 321px) {
  .header-account-container-mobil {
    width: 40%;
  }
  .menu-container-mobil {
    width: 20%;
  }
  .menu-container-mobil .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
  }
  /* .comment-swiper .swiper-wrapper .swiper-slide > a .user-img {
    bottom: 162px;
  } */
}
