@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: 32%;
  }
  .modal-dialog {
    width: 70%;
    max-width: unset !important;
  }
}
@media screen and (min-width: 1200px) {
  .header-social-container .social-wrapper > a {
    width: 9%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .header-social-container .social-wrapper > a:hover {
    transform: scale(1.1);
  }
}
@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) {
  .menu-thumbs-container {
    display: none;
  }
  .megamenu-logo {
    display: flex;
  }
  nav.megamenu-nav {
    margin-right: 1rem;
  }
  .sticky {
    display: none;
  }
  .megamenu-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  .megamenu-upper-container > a {
    background: #000;
  }
  .megamenu-logo a {
    width: 40%;
  }
  .show-menu {
    font-size: 19px;
  }
  .img-overlay {
    display: none;
  }
  .menu-container-mobil .menu-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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: 50px;
    width: 50px;
    display: none;
  }
  .product-tab-wrapper .tab-content .tab-pane-text .form-horizontal > h2 {
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
  .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: 95%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-review-right {
  }
  .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;
  } */
  .product-tab-wrapper .tab-content .tab-pane-text {
    margin-top: 1rem;
  }
  .home-tag-container .tag-wrapper {
    flex-wrap: wrap;
  }
  .tag-container-mobil {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }

  .tag-container-mobil .tag-title {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f6f6f6;
  }

  .tag-container-mobil .tag-title span {
    width: 100%;
    font-size: 17px;
    color: #000;
    margin: 0;
    padding: 0.7rem 0 0.7rem 10px;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }

  .tag-container-mobil .tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-left: 0.7rem;
  }

  .tag-container-mobil .tag-wrapper a {
    font-size: 15px;
    transform: scale(0.9);
    transition: 0.3s ease;
  }

  .tag-container-mobil .tag-wrapper a:not(:last-child) {
    padding: 0.2rem;
  }
  .tag-container-mobil .tag-wrapper a:hover {
    transform: scale(1);
  }
}
@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%;
  }
  .modal-body-img > img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .modal-body-text > div {
    padding: 5px 2rem;
  }

  .modal-body {
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    align-items: center;
  }

  .modal-body-text {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .modal-body-img {
    display: block;
  }

  div#mesajModal {
    overflow: auto;
  }
}
@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-logo-mobil > a > img {
    padding-top: 1rem;
  }
  .contain-right-account > a > i {
    font-size: x-large !important;
  }
  .header-html-top-container ul li > span {
    font-size: 10px;
  }
  .contain-right-account > a {
    width: unset !important;
  }
  #show-megamenu {
    display: none;
  }
  .header-account-container-mobil .header-quick-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
  }
  .header-container {
    height: 0;
  }
  /* .header-logo {
    display: none;
  } */

  .mobil-header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 28px 15px 44px;
    overflow: hidden;
    flex-direction: column;
    border-bottom: 2px solid var(--default-color);
  }

  .account-mobil-top {
    display: flex;
    /* width: 8%; */
  }

  .account-mobil-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
  }

  .header-top-container {
    display: none;
  }

  .header-logo-mobil {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobil-account-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 37.5%;
  }

  .header-account-container-mobil .header-quick-menu > a {
    display: none !important;
  }

  .header-quick-menu > li > div {
     width: auto !important; 
  }
  .account-mobil-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  .mobil-account-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .mobil-socialmedia {
    /* width: 100%; */
    display: flex;
    justify-content: start;
    width: 33.5%;
  }

  .mobil-socialmedia .header-social-container {
    width: 100%;
    /* justify-content: end; */
  }

  .mobil-socialmedia .header-social-container .social-wrapper {
    justify-content: start;
  }

  .menu-container-mobil .menu-button {
  }

  .menu-container-mobil .menu-button > i {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-social-container .social-wrapper > a {
    /* width: auto; */
  }

  .search-container-mobil {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-container-mobil .search-wrapper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 65%;
  }

  .search-container-mobil .search-wrapper-container > input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 0.3rem;
    position: relative;
  }
  .header-social-container .social-wrapper > a:not(:last-child) {
    margin-right: 1rem;
  }
  .search-container-mobil .search-wrapper-container > i {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: absolute;
    right: 10px;
    color: #666666;
  }
  /* .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 .quick-btn-wrapper.search {
    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: 48%;
  }
  .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) {
  .product-swiper-wrapper {
    display: none;
  }
  .account-mobil-top {
    /* width: 10%; */
  }
  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    > a {
    position: relative;
    width: 50% !important;
    height: 40px !important;
    margin: 0 !important;
  }

  .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;
  }
  [class^="stock-request"] {
    height: 35px !important;
  }
  .new-sticker {
    left: 0;
    padding: 8px 30px;
  }
  .modal-dialog {
    left: 15%;
  }
}

@media screen and (max-width: 740px) {
  .account-mobil-top {
    /* width: 12%; */
  }
  .palette-container .palette-box-wrapper .palette-box {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .product-discount-wrapper {
    right: 40%;
  }
  .product-search .content-wrapper .sogo-content .product-layout .product-card {
    width: calc(50% - 0.5rem) !important;
  }

  .modal-body-text span {
    font-size: 11px;
  }
}
@media screen and (max-width: 571px) {
  /* .header-html-top-container {
    display: none;
  } */
  .product-grid-2 .product-card {
    width: calc(50% - 0.25rem);
  }
  .mobil-header-container {
    padding: 15px;
  }
  .header-logo-mobil {
    width: 15%;
  }
  .category-products .product-card {
    width: calc(50% - 0.5rem);
  }
  .product-special
    .content-wrapper
    .sogo-content
    .product-layout
    .product-card {
    width: calc(50% - 1rem) !important;
    border: none;
  }
}
@media screen and (max-width: 515px) {
  .account-mobil-top {
    /* width: 16%; */
  }
  .palette-container .palette-box-wrapper .palette-box {
    width: 90%;
  }
  .product-discount-wrapper {
    right: 25%;
  }
  .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;
  }
  .product-tab-wrapper {
    width: 100%;
  }
  .product-tab-wrapper > ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .product-tab-wrapper > ul > li {
    display: flex;
    /* width: 25%;
    height: 50px; */
    text-align: center;
  }
}
@media screen and (max-width: 426px) {
  .modal-body-text > div {
    padding: 12px;
  }
  .collapse-description > i {
    margin-top: 3px;
    margin-left: 0.5rem;
  }
  .modal-body-img {
    width: 75%;
  }
  .homepage-slider-container {
    width: 100%;
  }
  /* .header-account-container-mobil {
    width: 33%;
  } */
  .header-quick-menu > li > div > a > .bi-person {
    font-size: 20px;
    font-weight: bold;
  }
  .header-quick-menu > li > div > a > i {
    font-size: 15px;
    font-weight: bold;
  }
  .right-banner-container {
    flex-direction: column;
  }
  .header-account-container-mobil {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
  }
  .right-banner-container .small-slider {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .product-discount-wrapper {
    top: -42px;
    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;
    width: 100%;
  }

  .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: 3.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;
  }
  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .sogo-product-container
    .product-right
    .product-details-lower
    .product-attributes {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home-gallery.lights-off .modul-title span {
    padding: 0;
    justify-content: center;
  }
  .header-social-container .social-wrapper > a > i {
    font-size: 15px;
  }
  .header-quick-menu {
    justify-content: end;
  }
  .contain-right-account > a > i {
    font-size: 19px !important;
  }
  .menu-container-mobil .menu-button > i {
    font-size: 19px;
  }
  .product-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-gallery
    .gallery-lower
    .gallery-slider
    a
    > .product-caption
    .product-price
    .price-old {
    font-size: 13px;
  }

  .home-gallery
    .gallery-lower
    .gallery-slider
    a
    > .product-caption
    .product-price
    .price-new {
    font-size: 13px;
  }
}
@media screen and (max-width: 377px) {
  .mobil-header-container {
    padding: 15px 10px 15px 10px;
  }
  .header-quick-menu {
    justify-content: end;
  }
  .account-mobil-top {
    /* width: 20%; */
  }
  .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;
  }
  .product-tab-wrapper > ul > li > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 321px) {
  /* .header-account-container-mobil {
    width: 40%;
  } */
  .menu-container-mobil {
    /* width: 20%; */
  }
  .home-gallery
    .gallery-lower
    .gallery-slider
    a
    > .product-caption
    .product-price
    .price-old {
    font-size: 12px;
  }
  .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;
  } */
  div#tab-id3 .tab-pane-text {
    margin-left: 0;
  }
}
