@media screen and (min-width: 1200px) {
  feature ul li {
    height: 380px !important; } }

@media screen and (max-width: 1119px) {
  body slider .banner p {
    font-size: 50px !important; }
  body best-seller ul .first .title {
    font-size: 20px !important; }
  body best-seller ul .first .more {
    font-size: 14px !important; }
  body best-seller ul li {
    height: 300px !important;
    width: 19% !important; }
    body best-seller ul li .name,
    body best-seller ul li .cost {
      font-size: 15px !important; } }

@media screen and (max-width: 991px) {
  body header .container .menu {
    width: calc(100% - 130px) !important;
    justify-content: center; }
  body header .container .logo {
    display: none !important; }
  body slider .banner p {
    font-size: 30px !important; }
  body best-seller ul {
    margin-top: 0px !important; }
    body best-seller ul .first {
      width: 100% !important;
      text-align: center;
      height: 200px !important; }
    body best-seller ul li {
      width: 23% !important;
      height: 350px !important; }
  body offer ul {
    margin-top: 30px !important; }
    body offer ul li {
      height: 150px !important; }
      body offer ul li img {
        width: 30px !important;
        height: 30px !important; }
      body offer ul li .title {
        font-size: 15px !important; }
      body offer ul li .child {
        font-size: 13px !important; }
  body about .form .title {
    font-size: 20px !important; }
  body about .form .more {
    font-size: 13px !important; }
  body about .form input,
  body about .form button {
    width: 300px !important;
    display: block !important;
    margin: auto !important;
    margin-bottom: 5px !important; }
  body about .brand ul li img {
    width: 70px !important; }
  body feature .container {
    margin-top: 50px !important; }
  body feature .title {
    font-size: 30px !important; }
  body feature ul li {
    width: 24% !important;
    height: 380px !important; }
  body feature ul li:first-child {
    display: none; } }

@media screen and (max-width: 767px) {
  about .form {
    width: 100% !important; }
    about .form .title {
      font-size: 20px !important; }
    about .form .more {
      font-size: 13px !important; }
    about .form input,
    about .form button {
      width: 300px !important;
      display: block !important;
      margin: auto !important;
      margin-bottom: 5px !important; }
  about .brand {
    width: 100% !important; }
    about .brand ul li img {
      width: 70px !important; }
  footer {
    height: auto !important; }
    footer p {
      width: 100% !important;
      text-align: center !important;
      padding: 20px !important; }
    footer img {
      padding-bottom: 20px !important; } }

@media screen and (max-width: 575px) {
  body header .container .logo {
    display: block !important;
    font-size: 20px !important;
    width: 80% !important; }
  body header .container .menu {
    display: none !important; }
  body header .container .bar {
    width: 20% !important; }
    body header .container .bar .cart,
    body header .container .bar .search {
      display: none !important; }
  body slider .banner p {
    font-size: 20px !important;
    left: 20px !important; }
  body best-seller ul li {
    width: 48% !important; }
  body offer ul li {
    width: 50% !important; }
  body summer ul li {
    width: 100% !important;
    margin-bottom: -5px !important; }
  body feature .container ul li {
    width: 48% !important; }
  body feature .container ul li:first-child {
    display: block !important; }
  body about .form input,
  body about .form button {
    width: 200px !important; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  --familyColor: #3cb878; }

li {
  cursor: pointer; }

body {
  font-family: 'Roboto', sans-serif; }
  body .container {
    padding-left: 30px;
    padding-right: 30px; }
  body header .container {
    width: 100%;
    display: flex;
    height: 100px; }
    body header .container .logo {
      width: 225px;
      color: var(--familyColor);
      font-size: 24px;
      line-height: 100px;
      font-weight: 700;
      cursor: pointer; }
    body header .container .menu {
      width: calc(100% - 355px); }
      body header .container .menu ul {
        list-style-type: none;
        text-transform: uppercase;
        line-height: 100px;
        font-size: 16px;
        text-align: center; }
        body header .container .menu ul .active {
          color: var(--familyColor); }
        body header .container .menu ul li {
          display: inline;
          padding-left: 15px;
          padding-right: 15px;
          font-weight: 500;
          cursor: pointer; }
    body header .container .bar {
      width: 130px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      body header .container .bar i {
        margin-left: 30px;
        cursor: pointer; }
      body header .container .bar .cart {
        position: relative; }
        body header .container .bar .cart .child {
          font-family: 'Roboto', sans-serif;
          position: absolute;
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          top: -17px;
          left: 10px;
          background-color: var(--familyColor);
          padding: 5px 7px;
          border-radius: 50%; }
  body slider .banner {
    position: relative;
    height: fit-content; }
    body slider .banner img {
      width: 100%; }
    body slider .banner p {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 50px;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 800; }
      body slider .banner p span {
        color: var(--familyColor); }
  body best-seller ul,
  body feature ul {
    width: 100%;
    margin-top: 100px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body best-seller ul .first,
    body feature ul .first {
      display: flex;
      align-items: center; }
      body best-seller ul .first .title,
      body feature ul .first .title {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase; }
      body best-seller ul .first .des,
      body feature ul .first .des {
        color: var(--familyColor);
        font-family: 'Dancing Script', cursive;
        font-size: 20px;
        margin-bottom: 20px; }
      body best-seller ul .first .more,
      body feature ul .first .more {
        font-size: 15px; }
    body best-seller ul li,
    body feature ul li {
      height: 380px;
      width: 18%; }
      body best-seller ul li img,
      body feature ul li img {
        width: 100%; }
      body best-seller ul li .name,
      body feature ul li .name {
        font-size: 18px;
        margin-top: 10px; }
      body best-seller ul li .cost,
      body feature ul li .cost {
        margin-top: 5px;
        font-size: 18px;
        color: var(--familyColor); }
    body best-seller ul .card,
    body feature ul .card {
      position: relative; }
      body best-seller ul .card .shop,
      body feature ul .card .shop {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 8px;
        width: 0px;
        overflow: hidden; }
        body best-seller ul .card .shop i,
        body feature ul .card .shop i {
          background-color: var(--familyColor);
          color: #fff;
          margin-top: 8px;
          padding: 7px 5px 7px 5px; }
    body best-seller ul .card:hover .shop,
    body feature ul .card:hover .shop {
      width: fit-content; }
  body offer ul {
    margin-top: 100px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body offer ul li {
      background-color: #f5f6f9;
      width: 25%;
      height: 200px;
      text-align: center;
      align-items: center;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      body offer ul li img {
        margin-bottom: 20px;
        height: 40px;
        width: 40px; }
      body offer ul li .title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 23px; }
      body offer ul li .child {
        color: gray;
        margin-top: 10px; }
  body summer ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; }
    body summer ul li {
      width: 33.33%; }
      body summer ul li img {
        width: 100%; }
  body feature .container {
    margin-top: 100px; }
    body feature .container .title {
      font-size: 40px;
      font-weight: 800;
      text-transform: uppercase;
      text-align: center; }
    body feature .container .child {
      color: var(--familyColor);
      font-family: 'Dancing Script', cursive;
      font-size: 20px;
      margin-bottom: 50px;
      text-align: center; }
  body about {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap; }
    body about .form {
      width: 50%;
      height: 200px;
      background-color: #323446;
      align-items: center;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      body about .form .title {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px; }
      body about .form .more {
        color: #fff;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 20px; }
      body about .form input {
        width: 300px;
        height: 30px;
        border: none;
        outline: none;
        font-size: 15px;
        padding-left: 20px; }
      body about .form button {
        background-color: var(--familyColor);
        border: none;
        outline: none;
        color: #fff;
        width: 150px;
        height: 30px;
        cursor: pointer;
        margin-left: 5px; }
    body about .brand {
      width: 50%;
      height: 200px;
      background-color: #f5f6f9; }
      body about .brand ul {
        position: relative;
        display: flex;
        list-style-type: none;
        justify-content: space-around;
        align-items: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        body about .brand ul li img {
          width: 100px; }
  body footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    height: 50px; }
