body {
  font-family: "Gilroy", sans-serif;
  margin: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
  list-style-type: none;
}
.btn-add-admin, .btn-del, .top_mark_category, .btn-back{
    padding: 0px!important;
}
.logo-mobile{
    margin-top: 15px;
}


.about-us-page {
  list-style-type: disc;
}

a {
  text-decoration: none;
  color: black;
}

button {
  cursor: pointer;
  font-family: "Gilroy", sans-serif !important;
}

.grid {
  display: grid;
  grid-column-gap: 35px;
}

.btn {
  width: 250px;
  height: 60px;
  background: #6668bb;
  border-radius: 35px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.form-addProduct {
  margin: auto;
  max-width: 1250px;
  padding: 10px;
  border: 1px solid #6668bb;
  border-radius: 10px;
    
}

.btn:hover {
  background: #333333;
  transition: all 0.6s ease;
}

.delete_product_btn_mobile {
  display: none;
}

.main {
  height: 70vh;
}

.fa-viber:before {
  font-size: 30px;
  color: #6668bb;
}

.viber-link {
  margin-left: 10px;
}

header {
  margin: auto;
  max-width: 1250px;
}

.header {
  grid-template-rows: 90px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 15px;
}

#scale_img {
  transform: scale(1.25);
}
input[type="radio"]{
    margin: 5px;
}
#post_office_number, #street, #house {
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #6668bb;
    border-radius: 5px;
}

.btn-auth li {
  margin: auto 0;
}

.fa-circle-user {
  font-size: 40px;
  color: #6668bb;
  height: 42px;
  width: 42px;
  display: unset !important;
}

.fa-circle-user:hover {
  color: black;
  transition: all 0.6s ease;
}

.dropbtn {
  padding: unset;
}

.btn-auth {
  grid-column: 4;
  grid-row-gap: 10px;
  grid-column-gap: 5px;
  justify-items: right;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  align-items: center;
}

.navbar_search_mobile {
  position: relative;
  display: none;
}

.navbar_search {
  position: relative;
}

#content_desktop {
  position: relative;
  height: 40px;
  width: 40px;
}

#content_mobile {
  height: 50px;
  width: 40px;
}
#content_mobile.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#auth_icon_dropdown, #auth_icon_dropbtn, #auth_icon_li {
  width: 45px;
  height: 45px;
}

.input_mobile {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: 36%;
  left: 10%;
  border: 2px solid #6668bb;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.search_mobile {
  background: none;
  position: absolute;
  top: 39%;
  left: 10%;
  height: 31px;
  width: 40px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search_mobile:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #6668bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
  margin-left: -1px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close_search_mobile {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.close_search_mobile:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  margin-top: 1px;
  margin-left: -15px;
  background-color: #6668bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.close_search_mobile:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: #6668bb;
  margin-top: 1px;
  margin-left: -15px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square_mobile {
  box-sizing: border-box;
  width: 300px;
  height: 33px;
  border: 1px solid #6668bb;
  padding-left: 30px;
  border-radius: 0;
  background: white;
  color: black;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
}

.input_desktop {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: 49%;
  left: 75%;
  border: 2px solid #6668bb;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search_desktop {
  background: none;
  position: absolute;
  top: 50%;
  left: 97%;
  height: 50px;
  width: 40px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.search_desktop:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #6668bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 10px;
  margin-left: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close_search_desktop {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.close_search_desktop:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 2px;
  margin-top: -1px;
  margin-left: -17px;
  background-color: #6668bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.close_search_desktop:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 2px;
  background-color: #6668bb;
  margin-top: -1px;
  margin-left: -17px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square_desktop {
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  border: 1px solid #6668bb;
  border-radius: 0;
  background: white;
  color: black;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
}

.btn-sign, .btn-login {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-top: 1px;
  padding: unset;
}

.btn-login {
  background: #333333;
}

.btn-login:hover {
  background: white;
  transition: all 0.6s ease;
  border: 1px solid #333333;
  color: #333333;
}

header img {
  max-height: 130px;
  max-width: 100px;
  margin-top: 20px;
}

.btn-basket {
  width: 40px;
  height: 40px;
  border-radius: 70px;
  border: none;
  background-color: #6668bb;
  margin: auto 0;
  padding: unset;
}

.logo-mobile {
  display: none;
}

.btn-basket span {
  font-size: 10px;
}

.btn-basket i {
  color: white;
  font-size: 15px;
}

.navbar {
  grid-row-gap: 15px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  grid-auto-flow: column;
  grid-template-columns: repeat(8, 1fr);
  white-space: nowrap;
  grid-column: 1/5;
}
#sale {
  color: #6668bb;
}

.dropbtn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: white;
}

.navbar, .dropbtn {
  font-weight: 600;
  text-transform: uppercase;
}

.dropbtn-auth {
  width: 50px;
  height: 50px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content-user {
  display: none;
  position: absolute;
  left: -19px;
  background-color: #f9f9f9;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.dropdown-content-user:hover {
  display: block;
}

.dropdown-content-user a {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown:hover .dropdown-content-user {
  display: block;
}

.btn-drop {
  padding: 10px 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar li a:hover, .dropbtn:hover, .dropdown-content a:hover {
  color: #6668bb;
  transition: all 0.6s ease;
}

.fa-times {
  font-size: 30px !important;
  font-weight: lighter;
}

.fa-bars {
  cursor: pointer;
  color: #6668bb;
  font-size: 40px;
}

.fa-times {
  cursor: pointer;
  color: #6668bb;
  font-size: 50px;
}

.hamburger {
  display: none;
  margin: auto 0;
}

#hidden-menu {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100%;
  background: #eaeaea;
  z-index: 3;
}

.fa-link {
  color: #6668bb;
  font-weight: lighter;
  font-size: 13px;
}

.fa-times {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

#hidden-menu h2 {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: lighter;
  color: #6668bb;
}

.mobile_links {
  border-top: 1px solid #6668bb;
  max-width: 80%;
  margin: auto;
  padding-top: 15px;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  padding-left: 22px;
  font-size: 14px;
}

.span_icons {
  width: 20px !important;
}

.fa-info, .fa-truck, .fa-right-left, .fa-handshake {
  color: #6668bb;
  font-weight: lighter;
  font-size: 14px;
  padding: 0px !important;
}

#hidden-menu ul li {
  font-size: 15px;
  margin-bottom: 15px;
}

#hidden-menu ul li a:hover {
  color: #6668bb;
}

.cover {
  background-image: url("/public/img/Depositphotos_30695129_l-2015-pic4_zoom-1500x1500-98241.jpg");
  height: 865px;
  background-position: center center;
  background-size: cover;
  position: relative;
  align-content: center;
}
.cover::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  position: absolute;
}

.cover p {
  font-size: 120px;
  z-index: 1;
  color: white;
  text-align: center;
}

.cover span {
  font-size: 50px;
  z-index: 1;
  color: white;
  text-align: center;
}

.items {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 100px;
  margin: auto;
  max-width: 1250px;
  padding: 60px 0;
}

.items div {
  height: 300px;
}

.info-items p {
  text-align: justify;
}

.items div:nth-child(4) {
  grid-column: 2/3;
}

.items p:nth-child(1) {
  grid-column: 1/3;
  text-align: center;
  font-size: 35px;
}

.items div:nth-child(3) {
  background: url("/public/img/Zamorozhene bez tsukru.JPG") no-repeat center;
  background-size: contain;
}

.items div:nth-child(5) {
  background: url("/public/img/Horikhovi pasty.JPG") no-repeat center;
  grid-row: 3;
  background-size: contain;
}

.items div:nth-child(7) {
  background: url("/public/img/tea.jpg") no-repeat center;
  background-size: contain;
}

.items div:nth-child(9) {
  background: url("/public/img/vanil.png") no-repeat center;
  background-size: contain;
  grid-row: 5;
}

#top-goods {
  height: 620px;
}

#top-goods div {
  top: 17%;
}

#pagination_admin {
  background-color: transparent !important;
}

.slick {
  height: 800px;
}

.about {
  height: 900px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  background-color: #ebebeb;
  align-content: center;
  align-items: center;
}

.about-img {
  background: url("/public/img/about.jpg") no-repeat center;
  height: 780px;
  background-size: cover;
  max-width: 625px;
}

.about-text p {
  text-indent: 40px;
}

.about-text {
  margin-left: 35%;
  text-align: justify;
}

.gallery-slick {
  background-color: #6668bb;
  height: 600px;
}

.gallery-slick div {
  top: 19%;
}

#top-goods div img {
  width: 100%;
  height: 200px;
  margin: auto;
  object-fit: contain;
}

#slick-gallery img {
  margin: auto;
  width: 90%;
  max-height: 350px;
  object-fit: contain;
}

.info {
  background-color: #ebebeb;
  height: 600px;
  padding: 60px 0;
}

.info-blocks {
  grid-template-rows: repeat(2, 278px);
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  grid-auto-rows: minmax(239px, 278px);
  grid-auto-flow: row;
  place-items: center;
  max-width: 1250px;
  margin: auto;
  grid-gap: 30px;
}

.info-text {
  text-align: center;
  width: 90%;
  margin: auto;
}

.info-block img {
  height: 100px;
  width: 100px;
}

.info-block {
  text-align: center;
  place-items: center;
  height: auto;
  width: 90%;
}

.info-block h3 {
  font-weight: 500;
}

.partners-img {
  height: 350px;
  width: 350px;
  margin: auto;
}

.partners div:nth-child(1) {
  grid-column: 1/4;
  text-align: center;
  height: 80px;
}

.partners div:nth-child(2) {
  background: url("/public/img/blizzard.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(3) {
  background: url("/public/img/pepsico.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(4) {
  background: url("/public/img/plem.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(5) {
  background: url("/public/img/limo.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(6) {
  background: url("/public/img/spell.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(7) {
  background: url("/public/img/aushan.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(8) {
  background: url("/public/img/zhako.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(9) {
  background: url("/public/img/askania pack.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(10) {
  background: url("/public/img/metro.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(11) {
  background: url("/public/img/amanty.png") no-repeat center;
  background-size: contain;
}

.partners div:nth-child(12) {
  background: url("/public/img/hladik.png") no-repeat center;
  background-size: contain;
}

.inst-contact {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.inst {
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  max-width: 1250px;
  padding: 60px 0;
  align-items: center;
}

.inst img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 80%;
}

footer {
  grid-auto-flow: column;
  background-color: #ebebeb;
}

.footer-content {
  height: auto;
}

.footer-content a {
  cursor: pointer;
}

.footer-content img {
  height: 120px;
  padding-top: 20px;
}

#pay-list {
  align-self: center;
  text-align: center;
  height: 20px;
  width: 240px;
}

footer div:nth-child(4) {
  margin-right: 200px;
}

footer div:nth-child(1) {
  margin-left: 200px;
}

.info-category h1 {
  font-size: 25px;
}

.footer-content h2 {
  font-size: 19px;
}

.info-category {
  text-align: justify;
  padding-top: 100px;
}

.img-category {
  max-width: 800px;
}

.about-category {
  grid-template-columns: 0.3fr minmax(130px, 1fr);
  margin: auto;
  max-width: 1250px;
  overflow: hidden;
  justify-items: end;
}

.about-category p {
  text-align: justify;
  font-size: 15px;
}
.accordion-container input{
    margin-bottom: 8px;
    margin-top: 8px;
}
.accordion-tab{
    margin-bottom: 8px;
    margin-top: 8px;
}
.accord:checked + .accordion-tab {
  color: #6668bb;
}
.accord:checked + .accordion-tab + .accordion-container {
  display: block;
}

.accord:checked + label > .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-container {
  display: none;
}

.accordion-tab {
  display: block;
}

.accord {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.fa-chevron-down {
  font-size: 12px;
}

.container {
  max-width: 1250px;
  margin: auto;
  min-height: 67vh;
}

.discount {
  grid-template-columns: 1fr 150px 50px;
}

.discount_table {
  grid-template-columns: 4fr 1fr;
}

.delete_discount {
  grid-auto-flow: column;
  font-size: 14px;
  grid-column-gap: 5px;
}

.discount_input, .select_admin, .update_input {
  background: #fcfcfc;
  border: 1px solid silver;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  color: #333;
}

.select_admin {
  margin: 0;
}

.number_order {
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #6668bb;
  grid-column-gap: 10px;
  font-size: 14px;
}

.number_order h3 {
  font-size: 14px;
  margin: 0;
  align-self: center;
}

.number_order span {
  display: flex;
  align-self: center;
  align-items: center;
  margin: 5px;
}

.store {
  background-color: #efefef;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 60px;
  grid-row-gap: 35px;
  min-height: 70vh;
}

.item h4 {
  margin: 10px;

}

.item p {
  margin: 10px;
  color: #6668bb;
  font-weight: 600;
}

.item p {
  margin: 10px;
}

.img-item {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.item-store img {
  width: 100%;
  height: 200px;
  margin: auto;
  object-fit: contain;
}

.item {
  margin: auto;
  grid-template-rows: 2fr 2fr 1fr;
  max-width: 360px;
  max-height: 400px;
  background-color: #fff;
  border-radius: 10px;
}

.item-store {
  margin: auto;
  grid-template-rows: 2fr 1fr 1fr;
  max-width: 360px;
  max-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.item-store h2 {
  margin: 10px;
  font-size: 15px;
  white-space: break-spaces;
}

.item-store p {
  margin: 10px;
}

.item-store h3 {
  margin: 10px;
  color: #6668bb;
}

.btn-details-store {
  width: 250px;
  height: 45px;
  background: #333333;
  border-radius: 10px;
  border: none;
  color: #eaeaea;
  font-size: 17px;
}

.item-btn {
  align-content: center;
  justify-self: center;
}

.btn-details-store:hover {
  background-color: #6668bb;
  transition: all 0.6s ease;
}

.pay-btn {
  justify-self: end;
  grid-column: 2;
}

.btn-details {
  width: 250px;
  height: 45px;
  background: #333333;
  border-radius: 10px;
  border: none;
  margin-left: 10px;
  align-self: center;
  justify-self: center;
}

.btn-details:hover {
  background-color: #6668bb;
  transition: all 0.6s ease;
}

.btn-details a {
  color: #ffffff;
  font-size: 15px;
}

.btn-details-store a {
  color: #ffffff;
  font-size: 15px;
}

.btn-buy {
  width: 125px;
  height: 45px;
  background: white;
  border-radius: 10px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 15px;
  grid-row: 2;
  grid-column: 2/3;
}

#btn-product {
  width: 200px;
  background: #333333;
  color: white;
  font-weight: 600;
  grid-row: 1;
}

#btn-product:hover {
  background-color: #6668bb;
}

.btn-buy:hover {
  color: white;
  background-color: #6668bb;
  border: none;
  transition: all 0.6s ease;
}

.input-group {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  align-content: center;
  border-radius: 10px;
  border: 1px solid #333333;
  position: relative;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.title_product {
  margin-top: 0;
}

.input-group i:hover {
  color: #6668bb;
  transition: all 0.6s ease;
}

.form-product {
  grid-template-columns: 0.5fr 1fr;
}

.plus {
  grid-row: 1;
  grid-column: 3;
}

.minus {
  grid-column: 1;
}

.number {
  grid-column: 2;
  grid-row: 1;
  border: none;
}

input {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.minus, .plus, .number {
  font-size: 20px;
  text-align: center;
  align-self: center;
}

.minus, .plus {
  cursor: pointer;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.info-product {
  grid-template-rows: 0.3fr 2fr;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  max-width: 1250px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  grid-row-gap: 10px;
}

.main {
  background-color: #393e46;
  height: 200px;
  padding: 50px;
  grid-template-columns: 200px 300px;
}

.child {
  background-color: #00adb5;
  width: 200px;
  height: 200px;
  text-align: center;
}

.fa-keyboard {
  color: white;
  margin: 60px;
  font-size: 80px;
}

.grid {
  display: grid;
}

.main h1 {
  margin: auto 0;
  color: white;
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.child svg path {
  fill: currentcolor;
}

svg {
  color: white;
  margin-top: 70px;
}

.discount_mark {
  border: 1px solid #6668bb;
  border-radius: 25px;
  background-color: #6668bb;
  color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 13px;
  right: 10px;
  top: 10px;
  cursor: default;
  z-index: 2;
  padding: 0px!important;
}

.top_mark_category {
  border: 1px solid #6668bb;
  border-radius: 25px;
  background-color: #6668bb;
  color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 13px;
  left: 10px;
  top: 10px;
  cursor: default;
}

.top_mark_product {
  border: 1px solid #6668bb;
  border-radius: 25px;
  background-color: #6668bb;
  color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 13px;
  left: 2%;
  top: 10px;
  cursor: default;
  z-index: 2;
}

.blocks_collaboration {
  grid-template-columns: 1fr 1fr;
}

.skills_block {
  grid-template-columns: 50px 1fr;
  place-items: center;
  height: 80px;
  grid-column-gap: 10px;
}

.skills_block p {
  justify-self: left;
}

.main_skills_block {
  align-self: center;
}

.fa-circle-check {
  width: 50px;
  height: 50px;
  font-size: 35px;
  background: -moz-linear-gradient(bottom, #000000 0%, #6668bb 50%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #6668bb 50%);
  background: linear-gradient(to top, #000000 0%, #6668bb 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.fa-circle-check::before {
  content: "\f058";
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.info-product img {
  max-width: 400px;
  /*max-height: 400px;*/
}

.product-img {
  grid-row: 2;
  text-align: center;
  position: relative;
  max-width: 50vh;
  margin: 0 auto;
}

.product-text {
  grid-row: 2;
  grid-column: 2;
}

.product-text p {
  text-align: justify;
}

.product-text h2 {
  color: #6668bb;
}

.product-text h1 {
  margin-top: 0;
}

.top_table {
  margin-bottom: 5px;
}

.top_product_table {
  grid-template-columns: 1fr 1fr 0.2fr;
  text-align: center;
  grid-column-gap: unset;
}

.top_product_table div {
  border: 1px solid #6668bb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_product_table div p {
  margin: unset;
}

.gallery_product_table {
  grid-template-columns: 0.2fr 1fr 1fr 0.2fr;
  text-align: center;
  grid-column-gap: unset;
}

.gallery_product_table div {
  border: 1px solid #6668bb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_product_table div p {
  margin: unset;
}

.delete_top_btn {
  padding: 5px;
}

.availability {
  height: 20px;
  padding: 10px;
  max-width: 200px;
}

.availability-p {
  text-align: center !important;
  margin: 0;
}

.green {
  background-color: #f4faf6;
  color: #00a046;
}

.yellow {
  background-color: rgba(255, 169, 0, 0.1019607843);
  color: #fca802;
}

.red {
  background-color: #ffcccc;
  color: #ff5959;
}

.groups {
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}

.groups a {
  max-width: 100px;
}

.button-group {
  min-width: 100px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  height: 34px;
  text-align: center;
  background-color: transparent;
}

.button-group:hover {
  background-color: rgba(102, 104, 187, 0.13);
  border-color: #6668bb;
  transition: all 0.6s ease;
}

.closed {
  background-color: rgba(102, 104, 187, 0.13);
  border-color: #6668bb;
  cursor: default;
}

.btn-back {
  width: 40px;
  height: 40px;
  background: #6668bb;
  border-radius: 35px;
  border: none;
  font-size: 20px;
  text-align: center;
  align-self: center;
}

.btn-back a i {
  line-height: 40px;
}

.code {
  justify-self: end;
  border: 1px solid #6668bb;
  padding: 5px;
  align-self: center;
  border-radius: 5px;
  font-size: 14px;
}

.btn-back a {
  justify-content: center;
  color: white;
}

.btn-back:hover {
  background-color: #000000;
  transition: all 0.6s ease;
}

.basket {
  margin: auto;
  max-width: 1250px;
  min-height: 58vh;
}
.empty_sales{
  font-size: 100px;
  color: darkgray;
  text-align: center;
  opacity: 20%;
  grid-column: 1/5;
}

.basket h1 {
  color: #6668bb;
}

.basket h2 {
  font-size: 100px;
  color: darkgray;
  text-align: center;
  opacity: 20%;
}

#copy_btn {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.fa-trash-can {
  font-size: 25px;
}

.btn-del-img {
  opacity: 0.4;
  position: absolute;
  left: 100px;
  background-color: transparent;
  border: none;
}

.btn-del-img:hover {
  opacity: 1;
  color: #ff5959;
}

.current-img {
  position: relative;
}

.orders div:nth-child(26) {
  grid-column: 1/2;
  grid-row: 12;
}

.payed_order {
  background-color: #f4faf6;
  color: #00a046;
  padding: 7px;
  border-radius: 5px;
}

.unpayed_order {
  background-color: #ffcccc;
  color: #ff5959;
  padding: 7px;
  border-radius: 5px;
}

.myInput:focus {
  outline: none;
}

.myInput {
  position: absolute;
  margin: 0;
  width: 0px;
  height: 0px;
  color: transparent;
  border: 0px;
  z-index: 1;
  resize: none;
  opacity: 1%;
}

.del-all {
  max-width: 150px;
  max-height: 40px;
}

.basket-table {
  text-align: right;
  grid-auto-flow: column;
}

.product-basket {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 0 20px 0;
  align-items: center;
  text-align: center;
}

.product-basket img {
  justify-self: center;
  max-height: 100px;
  border-radius: 10px;
}

.product-basket span {
  text-align: center;
  align-self: center;
}

.btn-del {
  width: 50px;
  height: 50px;
  font-size: 18px;
}

.btn-order {
  margin-bottom: 15px;
  width: 270px;
  margin-top: 15px;
}

.auth, .dashboard {
  margin: auto;
  max-width: 1250px;
  min-height: 57vh;
  padding-top: 30px;
}

.dash {
  grid-template-columns: 1fr 1fr;
}

#send {
  margin-bottom: 20px;
  margin-top: 10px;
}

.order {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  padding-top: 5px;
}

.order div:nth-child(1) {
  grid-column: 1/6;
}

.order img {
  max-height: 100px;
  border-radius: 10px;
}

.order-table {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #6668bb;
}

.btn-pay {
  border: none;
  height: 60px;
  border-radius: 15px;
  width: 170px;
  background-color: #6668bb;
  font-size: 15px;
  letter-spacing: 1px;
  justify-self: right;
  color: white;
}

.btn-pay a {
  color: white;
}

.btn-pay:hover {
  background: #333333;
  transition: all 0.6s ease;
}

#wait {
  background-color: darkorange;
}

#wait:hover {
  background: #333333;
  transition: all 0.6s ease;
}

#approved {
  background-color: green;
}

.page_list {
  background-color: #efefef;
}

.page_list button {
  width: 40px;
  height: 40px;
  border-radius: 70px;
  border: 1px solid white;
  background-color: white;
  font-weight: 800;
  color: #6668bb;
}

.page_list button:hover {
  border-color: #6668bb;
  transition: all 0.6s ease;
}

.input-text {
  background: #fcfcfc;
  border: 1px solid #6668bb;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
  width: 250px;
}

.form-info {
  color: #ff5644;
  font-weight: 600;
  margin-top: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  /*justify-items: center;*/
  grid-row-gap: 10px;
}
.input-text {
    margin-top: 5px;
}
.checkbox {
  border: 1px solid #6668bb;
  border-radius: 5px;
  width: 250px;
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 5px;
}
.cart-label{
  color: #6668bb;
  font-weight: 600;
}


.about-us {
  max-width: 1250px;
  margin: auto;
  font-size: 20px;
  text-align: justify;
}

.text-liqpay {
  font-size: 14px;
  color: #333333;
  align-self: center;
}

.table_admin_dashboard {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.block_order_info {
  color: #221f1f;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  padding: 16px;
  border-radius: 5px;
  grid-gap: 5px;
  align-items: center;
  grid-template-columns: 47px 1fr;
  margin-bottom: 13px;
  margin-top: 13px;
}

.min_order {
  font-size: 14px;
  color: #ff5959;
}

.pay_methods, .info_delivery {
  margin: 0;
}

.fa-wallet:before, .fa-box-open:before {
  color: #6668bb;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
}

.fa-wallet:before {
  font-size: 20px;
  padding: 10px;
}

.fa-box-open:before {
  font-size: 18px;
  padding: 12px 9px;
}

.table_info {
  font-size: 14px;
  color: #adadad;
}

.table_info_content {
  font-size: 13px;
}

.about-us a {
  text-decoration: underline;
  color: #6668bb;
}

.addProduct {
  margin: auto;
  max-width: 1250px;
  min-height: 49vh;
  padding-top: 30px;
}

.form-addProduct input, textarea, select {
  padding: 10px;
  margin: 10px 0 10px 10px;
}

/*.form-addProduct select {*/
/*  height: 150px;*/
/*}*/

.update {
  max-width: 1250px;
  margin: auto;
  min-height: 60vh;
}

.update_form {
  margin-bottom: 10px;
}

.update input, textarea, select {
  border: 1px solid silver;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  color: #333;
}
.form-add input, textarea, select {
  border: 1px solid silver;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  color: #333;
  min-height: 30px;
}
.form-add input{
  margin: 10px 0px 10px 0px;
}

.form-updateProduct input, textarea, select {
  padding: 10px;
  margin: 10px 0 10px 0;
}

.form-updateProduct img {
  max-width: 100px;
  margin: 10px 0 10px 0;
}

.form-updateProduct {
  padding: 10px;
  border: 1px solid #6668bb;
  border-radius: 10px;
}

.border {
  border: 1px solid #6668bb;
  border-radius: 10px;
  padding: 10px;
}

.orders {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  grid-template-rows: repeat(12, 50px);
  grid-row-gap: 5px;
  align-items: center;
  grid-column-gap: 10px;
}

.orders button {
  justify-self: center;
}

.orders h2 {
  margin: 0;
  align-self: center;
}

.orders h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-order {
  max-width: 100%;
}

.form-order input {
  background: #fcfcfc;
  border: 1px solid silver;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
}

.add-product {
  grid-auto-flow: column;
  grid-column-gap: 5px;
  grid-column: 1/5;
}

.btn-add-admin {
  width: 30px;
  height: 30px;
  align-self: center;
}

.add-product input {
  max-width: 100%;
  max-height: 30px;
  padding: 5px;
}

.order-items {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.order-items p {
  font-size: 12px;
}

.order-items img {
  max-width: 100px;
  max-height: 100px;
}

.input_adm {
  max-width: 200px;
  grid-column-gap: unset;
  height: 50px;
}

.input_adm input {
  font-size: 14px;
  width: 90px;
}

.input_adm i {
  font-size: 14px;
}

.orders-filter {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
  justify-items: center;
  grid-gap: 5px;
}

.orders-filter button {
  max-width: 250px;
  min-width: 105px;
  height: 40px;
  background: #6668bb;
  border-radius: 35px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.orders-filter button:hover {
  background-color: black;
  transition: all 0.6s ease;
}

.orders input {
  grid-column: 2/3;
}

.orders p:nth-child(11) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.orders h3:nth-child(1), .orders h3:nth-child(2), .orders h3:nth-child(3), .orders h3:nth-child(4),
.orders h3:nth-child(5), .orders h3:nth-child(6), .orders h3:nth-child(7), .orders h3:nth-child(8),
.orders h3:nth-child(9), .orders h3:nth-child(10), .orders h2:nth-child(11) {
  grid-column: 1/2;
  font-size: 15px;
  align-self: center;
}

.orders h3:nth-child(11) {
  grid-column: 1/2;
}

.orders input:nth-child(12) {
  grid-row: 1/2;
}

.orders input:nth-child(13) {
  grid-row: 2/3;
}

.orders input:nth-child(14) {
  grid-row: 3/4;
}

.orders input:nth-child(15) {
  grid-row: 4/5;
}

.orders input:nth-child(16) {
  grid-row: 5/6;
}

.orders input:nth-child(17) {
  grid-row: 6/7;
}

.orders input:nth-child(18) {
  grid-row: 7/8;
}

.orders input:nth-child(19) {
  grid-row: 10/11;
}

.orders input:nth-child(23) {
  grid-row: 9/10;
}

.datetime-line {
  grid-row: 8/9;
  grid-column: 2;
  align-self: center;
  text-align: center;
}

.sum-line {
  grid-column: 2;
  grid-row: 11/12;
  text-align: center;
}

.copy {
  position: relative;
  grid-row: 12/13;
  height: 100%;
  display: flex;
  align-items: center;
}

.link {
  cursor: pointer;
  color: #6668bb;
}

.order_table_admin {
  align-self: center;
}

.admin {
  margin-top: 10px;
  height: 25px;
  max-width: 80%;
  grid-column: 2;
}

.contact_form input {
  padding: 5px;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #6668bb;
  border-radius: 5px;
  max-width: 90%;
  width: 500px;
}

.contact_form textarea {
  margin-top: 0;
  padding: 5px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  border: 1px solid #6668bb;
  border-radius: 5px;
  resize: none;
  max-width: 90%;
  width: 500px;
}

.form_liqpay {
  text-align: end;
  grid-column: 2;
}

@media only screen and (max-width: 1300px) {
  .update, .form-addProduct {
    max-width: 90%;
  }
  .partners {
    margin: auto;
  }
  .partners div:nth-child(1) {
    height: 100px;
  }
  .items, .info-blocks, .inst,
  .basket, .about-category, .partners {
    max-width: 90%;
  }
  .partners div:nth-child(1) {
    grid-column: 1/3;
  }
  header {
    max-width: 90%;
  }
  .info-category {
    padding-top: 50px;
  }
  .img-category {
    max-width: 700px;
  }
  .item {
    max-width: 300px;
    max-height: 400px;
  }
  #top-goods {
    height: 550px;
  }
  #slick-gallery img {
    height: 310px;
  }
  .gallery-slick div {
    top: 11%;
  }
  .top_mark_product {
    left: 2%;
  }
  .header li a {
    font-size: 14px;
  }
  .btn-auth form {
    grid-column: 2;
  }
  .btn-sign, .btn-login {
    font-size: 15px;
  }
  .btn-auth a:nth-child(1) {
    grid-column: 2;
  }
  .btn-basket i {
    font-size: 14px;
  }
  .btn-basket span {
    font-size: 10px;
  }
  .navbar {
    grid-column: 1/5;
    font-size: 14px;
  }
  .about-text {
    margin: auto;
    max-width: 500px;
    padding-bottom: 30px;
  }
  .about-img {
    margin: auto;
    max-width: 500px;
    width: 100%;
    height: 500px;
  }
  .about {
    height: 700px;
  }
  .info-block h3 {
    font-size: 15px;
  }
  .info-blocks {
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }
  footer div:nth-child(4) {
    margin-right: 70px;
  }
  footer div:nth-child(1) {
    margin-left: 70px;
  }
  .footer-content h2 {
    font-size: 15px;
  }
  .footer-content p {
    font-size: 15px;
  }
  #slick-gallery {
    height: 450px;
  }
  .container {
    max-width: 90%;
  }
  .auth {
    max-width: 90%;
  }
  .form-info {
    font-size: 13px;
  }
  .input-text, .checkbox {
    width: 200px;
  }
  .product-basket img {
    max-height: 150px;
    max-width: 150px;
  }
  .basket-table {
    font-size: 13px;
  }
  .del-all {
    width: 100px;
    height: 50px;
    font-size: 12px;
  }
  .btn-del {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .product-basket {
    font-size: 13px;
    grid-template-columns: 1fr 150px 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
  .btn-order {
    width: 230px;
    font-size: 12px;
    justify-self: center;
  }
  .basket h1 {
    font-size: 25px;
  }
  .dashboard {
    max-width: 90%;
  }
  .order-table {
    grid-template-columns: 1fr 1fr;
  }
  .order-table, .order, .text-liqpay {
    font-size: 11px;
  }
  .order img {
    max-width: 150px;
  }
  .order {
    grid-template-columns: 1fr 100px 1fr 1fr 1fr;
  }
  .btn-pay {
    font-size: 11px;
    width: 130px;
    height: 50px;
  }
  .store {
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
  }
  .info-product img {
    max-width: 400px;
  }
  #btn-product {
    width: 150px;
  }
  .form-product {
    grid-template-columns: 1fr 1fr;
  }
  .about-us {
    max-width: 768px;
    text-align: justify;
  }
}
@media only screen and (max-width: 1250px) {
  .top_mark_product {
    right: 16%;
  }
  .cover span {
    font-size: 40px;
  }
  .about-text, .about-img {
    max-width: 90%;
  }
  .navbar {
    display: none;
  }
  .hamburger {
    display: block;
    width: 35px;
    height: 35px;
  }
  .logo-desktop {
    display: none;
  }
  .logo a {
    display: none;
  }
  .logo-mobile {
    display: block;
    grid-column: 3;
    text-align: center;
  }
  .header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .logo {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .logo span {
    grid-column: 1;
    grid-row: 1;
  }
  .btn-auth {
    grid-column: 5;
  }
  .logo-mobile img {
    margin: 0;
    max-width: 130px;
  }
}
@media only screen and (max-width: 1000px) {
  .img-category {
    max-width: 500px;
    padding-top: 50px;
  }
  .about-category {
    grid-template-columns: 0.4fr minmax(130px, 1fr);
  }
  .form-controll input, .form-controll textarea {
    width: 60%;
  }
  .top_mark_product {
    left: 2%;
  }
  .cover p {
    font-size: 100px;
  }
  .cover span {
    font-size: 35px;
  }
  .info-category h1 {
    font-size: 23px;
  }
  .btn-details-store {
    width: 180px;
    font-size: 15px;
  }
  .discount_table {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 60px;
    grid-row-gap: 10px;
  }
  .delete_discount {
    text-align: center;
    align-items: center;
    justify-items: center;
    grid-row: 2;
    grid-column: 1/2;
  }
  .discount {
    grid-column: 1/4;
  }
  .item-store p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 890px) {
  .product-text h2 {
    text-align: center;
  }
  .availability {
    max-width: unset;
  }
  .top_mark_product {
    left: 2% !important;
  }
  .item-store h2 {
    font-size: 15px;
  }
  .partners-img {
    width: 300px;
    height: 300px;
  }
  .cover span {
    font-size: 30px;
  }
  .about {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    margin: auto;
  }
  .items, .info-blocks, .inst {
    max-width: 700px;
  }
  .basket {
    max-width: 90%;
  }
  header {
    max-width: 90%;
  }
  .footer-content span {
    font-size: 14px;
  }
  .btn-auth {
    grid-template-columns: 1fr;
  }
  .orders-filter div{
    grid-row: 2;
    grid-column: 1/4;
  }
  .orders-filter {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 5px;
  }
  .input-group {
    justify-self: start;
  }
  .info-blocks {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
  .info {
    height: 1200px;
  }
  .item {
    transform: scale(0.8);
  }
  .auth {
    max-width: 90%;
  }
  .form-info {
    grid-template-columns: 1fr;
  }
  .input-text, .checkbox {
    width: 90%;
    font-size: 14px;
  }
  .btn-order {
    grid-column: 1;
    height: 45px;
  }
  .dashboard {
    max-width: 90%;
  }
  .item-store {
    grid-template-rows: 1.5fr 2fr 1fr;
  }
  .info-category {
    padding-top: 70px;
  }
  .product-img {
    grid-column: 1/3;
    margin: auto;
  }
  .product-text {
    grid-row: 3;
    grid-column: 1/3;
  }
  .info-product img {
    max-width: 650px;
  }
  #btn-product {
    width: 200px;
    height: 50px;
    font-size: 15px;
    justify-self: end;
  }
  .blocks_collaboration {
    grid-template-columns: 1fr;
    grid-template-rows: 1.5fr 1fr;
    place-items: center;
  }
  .collaboration {
    width: 100%;
    text-align: center;
  }
  .contact_form input, .contact_form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_search_mobile {
    display: block;
  }
  .navbar_search {
    display: none;
  }
  .input_mobile {
    top: 39%;
    left: 12%;
  }
  #reg input {
    width: 60%;
  }
  .auth {
    min-height: 30vh;
  }
  .about-category {
    max-width: 680px;
    grid-template-columns: 1fr 1fr;
  }
  .img-category {
    max-width: 450px;
  }
  .info {
    height: 1400px;
  }
  .logo {
    grid-template-columns: 35px 40px;
    grid-column-gap: 1px;
  }
  .header {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .btn-auth {
    grid-column: 3;
  }
  .logo-mobile {
    grid-column: 2 !important;
  }
  header {
    max-width: 650px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  footer div:nth-child(4) {
    margin: auto;
  }
  footer div:nth-child(2) {
    margin-left: 70px;
  }
  .cover p {
    font-size: 60px;
  }
  .cover span {
    font-size: 20px;
  }
  .items {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    max-width: 90%;
  }
  .items div:nth-child(3) {
    grid-row: 2;
  }
  .items div:nth-child(2) {
    grid-row: 3;
  }
  .items div:nth-child(5) {
    grid-row: 4;
  }
  .items div:nth-child(4) {
    grid-column: 1;
    grid-row: 5;
  }
  .items div:nth-child(7) {
    grid-row: 6;
  }
  .items div:nth-child(6) {
    grid-row: 7;
  }
  .items div:nth-child(9) {
    grid-row: 8;
  }
  .items div:nth-child(8) {
    grid-row: 9;
  }
  .info-items {
    text-align: center;
  }
  .about-us {
    font-size: 15px;
    max-width: 650px;
  }
  .footer-content {
    margin: auto;
    height: auto;
  }
  .store {
    grid-template-columns: 1fr 1fr;
  }
  .discount_table {
    grid-template-rows: 1fr 60px;
  }
  .discount {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 10px;
  }
  .discount select {
    grid-column: 1/3;
  }
  .delete_discount {
    grid-column: 1/4;
  }
}
@media only screen and (max-width: 700px) {
  .form-updateProduct input, textarea, select {
    padding: 5px;
    margin: 10px 0 10px 0;
  }
  .table_admin_dashboard {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top_product_table {
    font-size: 14px;
  }
  .btn-del {
    font-size: 13px;
  }
  .form-info {
    grid-template-columns: 1fr;
  }
  .img-category {
    display: none;
  }
  .about-category {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .btn-auth form {
    grid-column: 1;
  }
  .btn-auth:nth-child(2) {
    grid-row: 1;
  }
  .order img {
    max-width: 100px;
  }
  .fa-bars {
    font-size: 40px;
  }
  .img-category {
    overflow: hidden;
  }
  .info-category {
    max-width: 90%;
  }
  .info-category h1 {
    text-align: center;
  }
  .partners div:nth-child(1) {
    grid-column: 1/3;
  }
  .info-block {
    width: 200px;
  }
  .partners-img {
    height: 130px;
    width: 130px;
  }
  .logo span {
    grid-column: 1;
  }
  .logo a {
    grid-column: 2;
  }
  .btn-auth a:nth-child(1) {
    grid-column: 1;
  }
  .about-us, header {
    max-width: 90%;
  }
  .info-product img {
    max-width: 550px;
  }
  .order-items {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 625px) {
  .delete_product_btn_desktop {
    display: none;
  }
  .delete_product_btn_mobile {
    display: block;
  }

  #copy_btn {
    width: 100px;
    max-width: 150px;
  }
  .form-controll input, .form-controll textarea {
    width: 80%;
  }
  .about-category {
    height: auto;
    max-width: 90%;
  }
  .info-category {
    max-width: 100%;
    text-align: center;
  }
  .orders h3 {
    font-size: 14px;
  }
  .admin {
    max-width: 50px;
    width: unset;
    font-size: 14px;
  }
  .input-qty {
    width: 50px;
    height: 30px;
  }
  .order-items img {
    width: 40px;
  }
  .order-items h3 {
    font-size: 14px;
  }
  .orders {
    grid-template-rows: repeat(11, 50px);
  }
  .form-order input {
    font-size: 13px;
    min-height: 28px;
  }
  .btn-add-admin {
    height: 25px;
    width: 25px;
    padding: 0;
  }
  .orders h2 {
    margin: 0;
  }
  .sum-line {
    text-align: center;
  }
  .orders p {
    margin: 0;
  }
  .btn-add-admin i {
    padding: 0;
  }
  .order-items {
    grid-template-columns: 40px 1fr 1fr 50px !important;
  }
}
@media only screen and (max-width: 550px) {
  .order-items form:nth-child(3) {
    align-self: end;
  }
  .order-items div:nth-child(4) {
    align-self: end;
  }
  .groups {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
  }
  .product-img {
    margin: unset;
  }
  .table_info {
    font-size: 13px;
    color: #adadad;
  }
  .table_info_content {
    font-size: 12px;
  }
  .input_adm input {
    width: 25px;
    justify-self: center;
  }
  .input_adm {
    height: 30px;
    border: none;
  }
  .input_adm i {
    justify-self: center;
    align-self: center;
  }
  .btn-del {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .order-items p {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .square_mobile {
    width: 200px;
    height: 26px;
  }
  .close_search_mobile {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .close_search_mobile:before {
    margin-top: -2px;
    margin-left: -15px;
  }
  .close_search_mobile:after {
    margin-top: -2px;
    margin-left: -15px;
  }
  header {
    grid-column-gap: 1px !important;
  }
  .order h5 {
    font-size: 9px;
  }
  .auth {
    text-align: center;
  }
  #send {
    width: 150px;
    height: 50px;
  }
  .btn-basket {
    width: 40px;
    height: 40px;
  }
  .btn-back {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .btn-back a i {
    line-height: 10px;
  }
  footer div:nth-child(1) {
    grid-row: 4;
    grid-column: 1/2;
  }
  .btn-basket i {
    font-size: 12px;
    line-height: 44px;
  }
  .btn-basket span {
    font-size: 8px;
  }
  .info-text {
    height: 100px;
  }
  footer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 2fr;
  }
  footer div:nth-child(2), footer div:nth-child(1) {
    margin: auto;
  }
  .footer-content {
    max-width: 250px;
    text-align: center;
    margin: auto;
  }
  #top-goods {
    height: 440px;
  }
  #top-goods div {
    top: 5%;
  }
  header, .items, .info-blocks, .inst {
    max-width: 90%;
  }
  .inst button {
    width: 90%;
    height: 50px;
  }
  .inst {
    grid-column-gap: 5px;
  }
  .inst h2 {
    text-align: center;
  }
  .about-img, .about-text {
    margin: auto;
    max-width: 90%;
  }
  .about-img {
    margin-top: 30px;
    height: 300px;
  }
  .info {
    grid-template-rows: 120px;
  }
  .info-block h3 {
    font-size: 12px;
  }
  .info-block {
    max-width: 90%;
  }
  .form-controll input, .form-controll textarea {
    max-width: 300px;
  }
  .basket h2 {
    font-size: 50px;
  }
  .empty_sales{
    font-size: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-basket {
    grid-template-columns: 1fr 100px 1fr 1fr 1fr;
    font-size: 10px;
  }
  .product-basket img {
    max-width: 75px;
    max-height: 75px;
  }
  .basket-table {
    font-size: 10px;
    grid-column-gap: 10px;
  }
  .del-all {
    font-size: 10px;
    width: 90px;
    height: 35px;
  }
  .form-info {
    grid-template-columns: 1fr;
  }
  .input-text, .checkbox {
    padding: 10px 15px;
    font-size: 15px;
  }
  .fa-bars {
    font-size: 35px;
  }
  .dashboard {
    max-width: 90%;
  }
  .order {
    grid-template-columns: 40px 2fr 1fr 2fr 1fr;
  }
  .order img {
    max-width: 40px;
  }
  .order-table, .order {
    grid-column-gap: 10px;
    font-size: 9px;
  }
  .order-table h5 {
    font-size: 9px;
  }
  .order-table {
    grid-template-columns: 1fr 1fr;
  }
  .btn-pay {
    width: 100px;
    font-size: 10px;
    height: 40px;
  }
  .dash {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .about-category {
    max-width: 90%;
  }
  .info-category h1 {
    text-align: center;
  }
  .info-category {
    padding-top: 30px;
    max-width: 100%;
  }
  .store {
    grid-template-columns: 1fr;
    padding: 30px 0 30px 0;
  }
  .item-store {
    grid-template-rows: 2fr 1fr 1fr;
  }
  .info-product img {
    max-width: 400px;
  }
  .info-product {
    grid-template-rows: 50px 1fr 2fr;
  }
  .form-order input {
    padding: 5px;
  }
}
@media only screen and (max-width: 440px) {
  .about-img, .about-text {
    max-width: 300px;
  }
  .inst img {
    margin: auto;
  }
  .orders-filter a:nth-child(3){
    grid-column: 1/3;
    
  }
  .orders-filter {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 10px;
  }
  .orders-filter div {
    grid-column: 1/3;
    grid-row: 3;
  }
}
@media only screen and (max-width: 420px) {
  .close_search_mobile {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .close_search_mobile:before {
    margin-top: -2px;
    margin-left: -12px !important;
  }
  .close_search_mobile:after {
    margin-top: -2px;
    margin-left: -12px !important;
  }
  .input_mobile {
    width: 15px;
    height: 15px;
    top: 36%;
    left: 10%;
  }
  .number_order {
    grid-template-columns: 0.8fr 1fr;
  }
  #reg input {
    width: 80%;
  }
  .search_mobile {
    background: none;
    position: absolute;
    top: 30%;
    left: -5%;
  }
  .square_mobile {
    width: 200px;
    height: 30px;
    padding-left: 23px;
  }
  .close_search_mobile {
    font-size: 13px;
  }
  .close_search_mobile:before {
    width: 18px;
    margin-top: 4px;
    margin-left: 2px;
  }
  .close_search_mobile:after {
    width: 18px;
    margin-top: 4px;
    margin-left: 2px;
  }
  .fa-circle-user {
    font-size: 35px;
  }
  .info-blocks, .inst {
    max-width: 300px;
  }
  .header {
    max-width: 90%;
    padding-bottom: unset;
    grid-template-rows: 100px;
  }
  .btn-login, .btn-sign {
    font-weight: 300;
  }
  .inst-contact button {
    width: 200px;
    height: 50px;
    font-size: 13px;
  }
  .info {
    height: auto;
    padding: 20px 0;
  }
  .inst h2, .inst h3 {
    font-size: 15px;
  }
  .inst {
    padding: 20px 0;
  }
  .fa-bars {
    font-size: 30px;
  }
  .header {
    grid-column-gap: 10px;
  }
  .info-blocks {
    grid-template-rows: repeat(4, 150px);
  }
  .input-group {
    justify-self: center;
  }
  .items {
    padding: 10px 0;
    grid-row-gap: 5px;
  }
  .info-img {
    height: 300px;
  }
  .info-block img {
    height: 40px;
    width: 40px;
  }
  .items p:nth-child(1) {
    font-size: 15px;
  }
  .partners {
    grid-column-gap: 10px;
  }
  .items .btn {
    font-size: 12px;
    width: 170px;
    height: 50px;
    margin-top: 15px;
  }
  .about-text p {
    font-size: 13px;
  }
  .info-block {
    width: auto;
    height: auto;
  }
  .info-text {
    margin-bottom: 10px;
  }
  .info-items {
    max-height: 250px;
    font-size: 13px;
  }
  .info-items p {
    font-size: 12px;
  }
  .info-items h2 {
    font-size: 17px;
  }
  .btn-basket {
    height: 35px;
    width: 35px;
  }
  .fa-shopping-cart {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .fa-shopping-cart span {
    font-size: 7px;
  }
  .inst {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    grid-row-gap: 15px;
  }
  .inst button {
    justify-self: center;
  }
  .basket {
    max-width: 90%;
  }
  .basket-table {
    font-size: 7px;
  }
  .product-basket {
    grid-template-columns: 75px 70px 1fr 1fr 1fr;
  }
  .del-all {
    font-size: 8px;
  }
  .order-table h5:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
  .order-table div:nth-child(5) {
    grid-row: 1;
    grid-column: 3/5;
  }
  .btn-pay {
    width: 100px;
    font-size: 10px;
    height: 40px;
  }
  .order-table h5 {
    font-size: 11px;
  }
  .order-table {
    grid-template-columns: 1fr 1fr;
    margin: auto;
  }
  .order {
    grid-template-columns: 40px 3fr 1fr 1fr 0px;
    margin: auto;
  }
  .dashboard {
    max-width: 90%;
    margin: auto;
  }
  .dashboard h1 {
    font-size: 20px;
  }
  .info-category {
    max-width: 100%;
  }
  .info-product img {
    max-width: 300px;
  }
  .form-product {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
  }

  #btn-product {
    grid-row: 2;
    grid-column: 1;
    justify-self: center;
    width: 150px;
    height: 50px;
  }
  .info-product {
    grid-template-rows: 50px 0.3fr 1.5fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-auth {
    max-height: 150px;
  }
  .info-text {
    font-size: 13px;
  }
  .cover {
    height: 500px;
  }
  .cover p {
    font-size: 40px;
  }
  .cover span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 370px) {
  #slick-gallery img {
    height: 280px;
  }
  #slick-gallery {
    height: 400px;
  }
  .about-category {
    max-width: 300px;
  }
  .logo {
    grid-template-columns: 32px 40px;
    grid-gap: 1px;
  }
}

/*# sourceMappingURL=style.css.map */
