@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mandaic&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%; }
  body .cup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    width: 100%; }
    body .cup .cent {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px; }
      body .cup .cent .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 0; }
        body .cup .cent .menu .left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 750px) {
            body .cup .cent .menu .left {
              width: unset; } }
          body .cup .cent .menu .left #menuicon {
            display: block;
            width: 30px; }
            @media (min-width: 750px) {
              body .cup .cent .menu .left #menuicon {
                display: none; } }
        body .cup .cent .menu .right {
          display: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 750px) {
            body .cup .cent .menu .right {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          body .cup .cent .menu .right a {
            text-decoration: none;
            color: black;
            margin: 0 5px; }
          body .cup .cent .menu .right .page {
            padding: 8px 10px; }
          body .cup .cent .menu .right #login {
            background: -o-linear-gradient(314.05deg, #FDC627 11.74%, #EC6907 100%);
            background: linear-gradient(135.95deg, #FDC627 11.74%, #EC6907 100%);
            color: white;
            -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
                    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
            padding: 8px 25px;
            border-radius: 8px;
            -webkit-transition: scale 0.5s;
            -o-transition: scale 0.5s;
            transition: scale 0.5s; }
          body .cup .cent .menu .right #login:hover {
            scale: 1.1; }
          body .cup .cent .menu .right #register {
            border: 3px solid #FDC627;
            padding: 5px 22px;
            border-radius: 8px;
            -webkit-transition: scale 0.5s;
            -o-transition: scale 0.5s;
            transition: scale 0.5s; }
          body .cup .cent .menu .right #register:hover {
            scale: 1.1; }
          body .cup .cent .menu .right #border {
            height: 37px;
            width: 3px;
            margin: 0 5px;
            background-color: #cfcfcf;
            border-radius: 5px; }
          body .cup .cent .menu .right #cart {
            background: -o-linear-gradient(314.05deg, #FDC627 11.74%, #EC6907 100%);
            background: linear-gradient(135.95deg, #FDC627 11.74%, #EC6907 100%);
            height: 37px;
            width: 37px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 50%;
            -webkit-transition: scale 0.5s;
            -o-transition: scale 0.5s;
            transition: scale 0.5s; }
            body .cup .cent .menu .right #cart img {
              width: 25px; }
          body .cup .cent .menu .right #cart:hover {
            scale: 1.1; }
      body .cup .cent .search {
        width: 100%;
        margin-top: 60px;
        -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
                box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 20px;
        text-align: center;
        background-color: #f7f7f7;
        padding: 30px 20px;
        font-family: "Noto Sans Mandaic", sans-serif; }
        @media (min-width: 576px) {
          body .cup .cent .search {
            padding: 40px 50px; } }
        body .cup .cent .search img {
          width: 100px; }
          @media (min-width: 576px) {
            body .cup .cent .search img {
              width: 149px; } }
        body .cup .cent .search h1 {
          margin: 10px 0;
          font-size: 26px; }
          @media (min-width: 576px) {
            body .cup .cent .search h1 {
              font-size: 30px; } }
        body .cup .cent .search h2 {
          color: #FDC627;
          font-size: 14px; }
        body .cup .cent .search .all {
          width: 100%;
          margin-top: 40px; }
          @media (min-width: 750px) {
            body .cup .cent .search .all {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: end; } }
          body .cup .cent .search .all .int {
            text-align: left;
            font-size: 15px;
            font-weight: 600;
            margin-right: 10px;
            width: 100%;
            margin: 20px 0; }
            @media (min-width: 750px) {
              body .cup .cent .search .all .int {
                width: 30%;
                margin: 0 10px 0 0; } }
            body .cup .cent .search .all .int input {
              width: 100%;
              padding: 5px;
              border: 0;
              background-color: #e9e9e9;
              border-top: 2px solid #d8d8d8; }
          body .cup .cent .search .all button {
            width: 100%;
            padding: 7px 0 4px 0;
            border: 0;
            background: -o-linear-gradient(314.05deg, #FDC627 11.74%, #EC6907 100%);
            background: linear-gradient(135.95deg, #FDC627 11.74%, #EC6907 100%);
            font-family: unset;
            border-radius: 5px;
            color: white;
            cursor: pointer;
            -webkit-transition: scale 0.5s;
            -o-transition: scale 0.5s;
            transition: scale 0.5s; }
            @media (min-width: 750px) {
              body .cup .cent .search .all button {
                width: 10%; } }
          body .cup .cent .search .all button:hover {
            scale: 1.1; }
    body .cup .centmenu {
      width: 100%;
      margin: 0;
      padding: 0; }
      body .cup .centmenu .menuphone {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        background: -o-linear-gradient(314.05deg, #EC6907 11.74%, #FDC627 100%);
        background: linear-gradient(135.95deg, #EC6907 11.74%, #FDC627 100%); }
        body .cup .centmenu .menuphone .left {
          text-align: right; }
          body .cup .centmenu .menuphone .left #logo {
            display: none; }
          body .cup .centmenu .menuphone .left #menuicon {
            width: 30px; }
        body .cup .centmenu .menuphone .right {
          width: 100%; }
          body .cup .centmenu .menuphone .right a {
            display: block;
            text-decoration: none;
            color: white;
            font-size: 18px;
            padding: 7px 0;
            margin: 4px 0; }
          body .cup .centmenu .menuphone .right img {
            width: 30px; }
    body .cup .bottom {
      width: 100%;
      background: -o-linear-gradient(314.05deg, #FDC627 11.74%, #EC6907 100%);
      background: linear-gradient(135.95deg, #FDC627 11.74%, #EC6907 100%);
      padding-top: 40px;
      margin-top: auto; }
      body .cup .bottom .cent {
        max-width: 1200px;
        margin: auto;
        padding-bottom: 20px; }
        body .cup .bottom .cent .iccons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          body .cup .bottom .cent .iccons a {
            background-color: white;
            padding: 5px;
            margin: 0 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 50px; }
            @media (min-width: 750px) {
              body .cup .bottom .cent .iccons a {
                padding: 10px; } }
            body .cup .bottom .cent .iccons a img {
              width: 20px; }
              @media (min-width: 750px) {
                body .cup .bottom .cent .iccons a img {
                  width: 25px; } }
        body .cup .bottom .cent .pages {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin-top: 30px; }
          body .cup .bottom .cent .pages ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; }
            body .cup .bottom .cent .pages ul li {
              padding: 0 6px; }
              @media (min-width: 576px) {
                body .cup .bottom .cent .pages ul li {
                  padding: 0 10px; } }
              body .cup .bottom .cent .pages ul li a {
                color: white;
                text-decoration: none;
                font-size: 14px; }
                @media (min-width: 576px) {
                  body .cup .bottom .cent .pages ul li a {
                    font-size: 18px; } }
              body .cup .bottom .cent .pages ul li a:hover {
                text-decoration: underline; }
      body .cup .bottom .copy {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        padding: 10px 0;
        background: -o-linear-gradient(314.05deg, #EC6907 11.74%, #FDC627 100%);
        background: linear-gradient(135.95deg, #EC6907 11.74%, #FDC627 100%); }
        body .cup .bottom .copy h1 {
          font-size: 16px;
          color: white; }
          @media (min-width: 576px) {
            body .cup .bottom .copy h1 {
              font-size: 20px; } }
          body .cup .bottom .copy h1 span {
            font-weight: 500; }
