@media only screen and (max-width: 1200px) {
  .social-container-fixed {
    display: none;
  }
  .how-to-use-container-fixed {
    display: none;
  }
  .index-header-slider-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .index-header-slider-wrapper .index-header-slider-left {
    padding: 70px 30px !important;
  }
  .index-header-slider-wrapper .index-header-slider-right {
    padding: 50px;
  }
  .index-header-slider-wrapper .index-header-slider-right picture img {
    width: 90% !important;
  }
  .index-header-slider-wrapper .index-header-slider-right picture img:nth-of-type(1) {
    display: none;
  }
  .index-header-slider-wrapper .index-header-slider-right picture .slider-center-img {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: translate(0, 0) !important;
  }
  .index-header-slider-wrapper .index-header-slider-left, .index-header-slider-wrapper .index-header-slider-right {
    width: 100% !important;
    height: auto !important;
  }
  .custom_paging {
    bottom: auto !important;
    top: 0;
    left: auto !important;
    right: 0;
  }
}

@media only screen and (max-width: 992px) {
  h1, h2, h3 {
    font-weight: 700;
  }
  h4, h5, h6 {
    font-weight: 500;
  }
  h1 {
    font-size: 45px;
    line-height: 70px;
  }
  h2 {
    font-size: 29px;
    line-height: 50px;
  }
  h3 {
    font-size: 27px;
    line-height: 40px;
  }
  h4 {
    font-size: 21px;
    line-height: 30px;
  }
  p, a, span, div {
    font-size: 15px !important;
    line-height: 20px;
  }
  .header .header-wrapper {
    justify-content: space-between;
  }
  .header .header-wrapper .nav-menu-left, .header .header-wrapper .nav-menu-right {
    display: none;
  }
  .header .header-wrapper .header-logo-container {
    margin: 0;
    width: 80px;
  }
  .header .header-wrapper .burger-menu-container {
    display: flex;
  }
  .header .header-wrapper .search-icon-container {
    display: flex;
  }
  .footer-logo-container {
    width: 80px !important;
  }
  .header-poster-section {
    margin-top: 50px;
    padding: 0;
    width: 100vw !important;
  }
  .section-header-categorys {
    width: 90% !important;
  }
  .section-header-text-content-two {
    padding: 0 30px;
  }
  .section-header-text-content-two span {
    width: 100%;
  }
  .three-column-carts {
    flex-wrap: wrap;
  }
  .three-column-carts .three-column-cart {
    width: 40%;
  }
  .product-detail {
    flex-wrap: wrap;
  }
  .product-detail .product-detail-column {
    width: 100%;
  }
  .product-detail .product-detail-left {
    height: 400px;
    margin-bottom: 30px;
  }
  .product-detail .product-detail-right {
    padding-left: 0;
  }
  .product-detail .product-detail-right h4 {
    width: 100%;
  }
  .product-detail .product-detail-right h1 {
    font-size: 35px;
  }
  .index-map {
    flex-wrap: wrap;
  }
  .index-map .index-map-left, .index-map .index-map-right {
    width: 100%;
    height: 400px;
  }
  .index-map .index-map-right {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .three-column-carts .three-column-cart {
    width: 90%;
  }
  .index-discovery-cart {
    width: 100%;
    height: 500px;
  }
}