.wrpag {
  padding: 20px;
}


.page-numbers li {
  padding: 3px 10px;

  display: inline-block;
}
.table_orders thead{
  background-color: #fff;
}
.table_orders td, .table_orders th{
  padding: 9px 15px;

}
.table_orders th{
  font-weight: 700;
  padding: 12px 15px;
}
.table_orders {
  width: 100%;
  margin-top: 30px;
}
.table_orders .td3 , .table_orders .td4 {
  width: 23%;
}
.table_orders td {
  width: calc(51% / 3);
  background-color: #eeee;
}
.table_orders .td6{
  width: 3%;
  padding-left: 0;
}
.table_orders tr{
  border-bottom: 1px solid white;
}
.table_orders .td6{

}
.table_orders .td6{

}
.table_orders .td6{

}
.modal-body .good_lst2 {
  margin: 30px 0;
}

.order5 .sum span, .order5 .sum span.totalSum {
  font-size: 3em; !important
}
.order3 .balls input {
  width: 80px; !important
  margin-bottom: 10px; !important
}
.shop_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #e5e5e5;
  border-radius: 7px;
}
.shop_table thead{
  background-color: #fff;
  border:  1px solid #e5e5e5;
 }
 .shop_table .input-text {
  width: 50px;
 }
.shop_table a.remove {
  color: red;
  width: 13px;
  height: 13px;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.shop_table a.remove:hover {
  color: #fff !important;
background: red;
transition: all 0.3s ease-out 0s;
}
.shop_table td{
  border-bottom: 1px solid #eeeeee;
}
.shop_table tr{
  margin-bottom: 10px;
}
.shop_table thead{
  display: none;
}
.product-thumbnail {
  display: none;
}
.product-remove > span:first-child,
.product-name > span:first-child,
.product-price > span:first-child,
.product-quantity > span:first-child,
.product-subtotal > span:first-child {
  display: block
  font-weight:  700;
}
.product-remove ,
.product-name ,
.product-price ,
.product-quantity ,
.product-subtotal {
  display: flex;
  width:  100%;
  justify-content: space-between;
  padding: 5px 12px !important;
  align-items: center;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {

.product-thumbnail {
  display: block;
}
.shop_table thead{
  display: table-header-group;
  width: 100%
}
.product-remove > span:first-child,
.product-name > span:first-child,
.product-price > span:first-child,
.product-quantity > span:first-child,
.product-subtotal > span:first-child {
  display: none
}
.product-remove ,
.product-name ,
.product-price ,
.product-quantity,
.product-subtotal,
.product-thumbnail {
  padding:  15px;
  width: 19%;
  display: table-cell;
  text-align: center;
}
.product-remove {
  width: 5%;
}


}
.del_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  z-index: 10000000000;
}
.del_btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  height: 3px;
  width: 23px;
  background-color: red;
  transform: rotate(45deg);
}
.del_btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  height: 3px;
  width: 23px;
  background-color: red;
  transform: rotate(-45deg);
}

.btn {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #f20420;
  color: #f9f9f9;
  border: 6px;
  border: 0;
}
.btn:hover {
  color: #000;
}

.post-title {
  font-size: 46px;
  line-height: 46px;
  margin-top: 10px;
}

.cart_goods {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.cart_goods_item {
  position: relative;
  background-color: #e2e2e2;
  width: 48%;
  text-align: center;
  padding-bottom: 10px;
  margin-right: 2%;
  margin-bottom: 1em;
}
.cart_goods_item:last-child {
  margin-right: 0;
}
.cart_goods_item p {
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  font-family: "Raleway", sans-serif;
  margin: 10px 0;
}
.cart_goods_item .cena {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin: 15px 0;
}
.cart_goods_item .kolvo {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cart_goods_item .kolvo input {
  width: 50px;
}
.cart_goods_item .sum {
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cart_goods_item .sum span {
  line-height: 20px;
}
.cart_goods_item .del {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
}
.cart_goods_item .del::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  height: 3px;
  width: 23px;
  background-color: red;
  transform: rotate(45deg);
}
.cart_goods_item .del::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  height: 3px;
  width: 23px;
  background-color: red;
  transform: rotate(-45deg);
}

.zakaz {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}
.zakaz .sum2 {
  font-size: 15px;
  line-height: 15px;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: flex-end;
}
.zakaz .sum2 .sum_money {
  font-size: 30px;
  line-height: 30px;
}
.zakaz .submit {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #f20420;
  color: #f9f9f9;
  border: 0;
}

.order {
  padding-top: 30px;
}
.order input.order-input {
  margin-bottom: 10px;
  width: 100%;
  padding: 9px 15px;
}
.order label.order-input {
  width: 100%;
}
.order input[type=radio] {
  width: 15px;
}

.promocode {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.promocode div {

  color: #f20420;
}
.promocode input {
  width: 200px;
  margin: 0 20px 0 0;
}

.order1, .order2, .order3, .order4, .order5 {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.order1 {
  margin-bottom: 10px;
}

.tabs {
  display: flex;
}
.tabs label {
  width: 125px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  color: #060606;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}
.tabs input {
  display: none;
}

.form_radio input[type=radio]:checked + label {
  color: #f20420 !important;
}

.dostavka {
  margin-top: 15px;
}

.sum span {
  font-size: 20px;
  font-weight: 700;
}

.balls p:nth-child(1) {
  font-weight: 700;
}
.balls p:nth-child(1) span {
  font-size: 30px;
}
.balls button {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #060606;
  border: 0;
}
.balls button:hover {
  color: #000;
}
.balls input {
  width: 60px;
}

.order_forms1 legend {
  font-size: 29px;
}
.order_forms1 > fieldset {
  margin-top: 15px;
}

.order5 {
  text-align: center;
}

.zone_cart {
  position: fixed;
  width: 500px;
  height: 500px;
  top: calc(50vh - 250px + 100px);
  left: calc(50vw - 250px);
  background-color: #fff;
  border: 5px solid black;
  padding: 20px;
  z-index: 10;
}
.zone_cart > .del_btn {
  right: -30px;
  top: -7px;
}
.zone_cart div:first-child {
    width: 100%;
    height: 100%;
}
.goods_lst {
  position: fixed;
  width: 500px;
  height: 500px;
  top: calc(50vh - 250px + 110px);
  left: calc(50vw - 250px);
  background-color: #fff;
  border: 5px solid black;
  border-radius: 20px;
  padding: 30px;
  list-style: none;
  z-index: 10;
  text-align: left;
}
.goods_lst li {
  margin-bottom: 15px;
}
.goods_lst li p {
  margin: 5px 0;
}
.goods_lst .del1 {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  height: 20px;
  width: 20px;
  background: url("img/close.png") no-repeat center;
  background-size: cover;
  pointer-events: all;
}

.notify {
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  width: 500px;
  left: calc(50vw - 250px);
  background-color: #fff;
  padding: 30px;
  border: 5px solid black;
  border-radius: 20px;
  z-index: 1000;
}
.notify .good_lst2 {
  margin: 40px 0;
}

.prinit {
  font-size: 50px;
  font-weight: 700;
}

.cabinet {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
}
.cabinet .info_user div {
  margin-top: 10px;
}
.cabinet .info_user div input {
  margin-bottom: 10px;
  width: 100%;
  padding: 9px 15px;
}
.cabinet .info_user div label {
  width: 100%;
  display: inline-block;
}

.address_dostav {
  margin-top: 50px;
}
.address_dostav button, .address_dostav a {
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #f20420;
  color: #f9f9f9;
  border: 0;
  margin: 10px 0;
}
.address_dostav input {
  margin-bottom: 10px;
  width: 100%;
  padding: 14px 15px;
}
.address_dostav label{
  width: 100%;
}
.address_dostav button:hover, .address_dostav a:hover {
  color: #000 !important;
}
.address_dostav form {
  padding: 10px 0;
}

.save3 {
  margin-top: 10px;
}

.izm_par {
  padding-top: 15px;
  min-width: 200px;
  max-width: 400px;
}

.orders_lst {
  padding: 30px;
  margin-top: 20px;
  background-color: #fff;
}
.orders_lst li {
  margin-bottom: 40px;
}
.orders_lst li p span {
  font-weight: 700;
}
.orders_lst .more {
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #f20420;
  color: #f9f9f9;
  border: 0;
  margin: 10px 0;
  cursor: pointer;
}
.orders_lst .more:hover {
  color: #000 !important;
}

.order_more {
  position: absolute;
  top: 40px;
  left: 30px;
  right: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  z-index: 10;
  border: 5px solid black;
}
.order_more span {
  font-weight: 700;
}
.order_more .goods_lst_order_legend {
  margin-top: 35px !important;
  margin-bottom: 25px;
}
.order_more .goods_lst_order_legend span {
  font-size: 28px !important;
}
.order_more .goods_lst_order {
  display: flex;
  flex-flow: wrap;
}
.order_more .goods_lst_order li {
  width: 250px;
  margin-bottom: 20px;
}
.order_more .goods_lst_order li h3 {
  margin-top: 0;
}

.register {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
}
.register fieldset {
  margin-bottom: 30px !important;
}
.register label {
  width: 100%;
  margin-bottom: 15px;
}
.register label input {
  margin-top: 5px;
  padding: 9px 15px;
}
.register .btn {
  margin-bottom: 15px;
  border-radius: 6px;
}
.register .btn + a {
  margin-bottom: 5px;
}

/* Авторизация и восстановление пароля */
.form_i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.form_i .btn,
.form_i .auth-button {
  min-height: 46px;
  margin: 0;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d71935;
  border-radius: 12px;
  background: #d71935;
  color: #fffafa;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(184, 18, 44, .2);
  transition: color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.form_i .btn:hover,
.form_i .auth-button:hover {
  border-color: #b8102a;
  background: #b8102a;
  color: #fffafa;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(184, 18, 44, .27);
  transform: translateY(-1px);
}

.form_i .auth-button--secondary {
  border-color: #d71935;
  background: #fffafa;
  color: #c41430;
  box-shadow: none;
}

.form_i .auth-button--secondary:hover {
  background: #fff0f2;
  color: #a80e26;
}

.form_i .auth-button--ghost {
  border-color: #e7dadd;
  background: #fffafa;
  color: #352c2e;
  box-shadow: none;
}

.form_i .auth-button--ghost:hover {
  border-color: #d8bdc3;
  background: #f9f2f3;
  color: #b8102a;
}

.form_i .auth-link {
  padding: 8px 2px;
  color: #67585b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.form_i .auth-link:hover {
  color: #b8102a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form_i .btn:active,
.form_i .auth-button:active {
  transform: translateY(0);
  box-shadow: none;
}

.form_i .btn:focus-visible,
.form_i .auth-button:focus-visible,
.form_i .auth-link:focus-visible {
  outline: 3px solid rgba(215, 25, 53, .28);
  outline-offset: 3px;
}

.auth-call-form,
.auth-reset-form {

  border: 1px solid #eee3e5;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(63, 39, 44, .08);
}

.auth-call-hint {

  margin: -10px 0 22px;
  color: #67585b;
  line-height: 1.55;
}

#authWaitCall {

  padding: 28px;
  border: 1px solid #eee3e5;
  border-radius: 16px;
  background: #fffafa;
  text-align: center;
  box-shadow: 0 16px 40px rgba(63, 39, 44, .08);
}

#call-number {
  margin: 18px 0;
  color: #2f2628;
  font-size: 26px;
  letter-spacing: .03em;
}

#auth-status {
  margin-top: 18px;
  color: #3e3436;
  font-weight: 700;
}

#auth-timer {
  margin: 6px 0 18px;
  color: #7a696d;
  font-size: 14px;
}
.data_roj {
  margin-bottom: 30px;
}
.error {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}
.error a {
  color: #f20420;
}

@media only screen and (min-width: 992px) {
  .register label {
    width: 23%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 770px) {
  .cart_goods_item {
    width: 22%;
  }

  .zakaz {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  .zakaz .zakaz_i {
    width: 500px;
    margin: 0 auto;
  }

  .order5 .btn {
    width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .notify {
    width: 500px;
    left: calc(50vw - 250px);
  }

  .order {
    padding-top: 30px;
  }
  .order input.order-input {
    margin-bottom: 10px;
    width: 200px;
    padding: 9px 15px;
  }
  .order label.order-input {
    width: 200px;
    display: inline-block;
  }
  .order input[type=radio] {
    width: 15px;
  }

  .tabs label {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .order1, .order2, .order3, .order4, .order5 {
    margin-bottom: 20px;
  }

  .cabinet .info_user div {
    margin-top: 10px;
  }
  .cabinet .info_user div input {
    margin-bottom: 10px;
    width: 200px;
    padding: 9px 15px;
  }
  .cabinet .info_user div label {
    width: 200px;
    display: inline-block;
  }
  .cabinet .info_user div input[type=radio] {
    width: 15px;
  }

  .register .form_i {
    width: 527px;
  }
  .address_dostav input {
   margin-bottom: 10px;
   width: 200px;
   padding: 14px 15px;
  }
  .address_dostav label{
   width: 200px;
  }
  .sdacha input{
  min-width: 200px;
}

@media only screen and (max-width: 600px) {
  .form_i {
    align-items: stretch;
    flex-direction: column;
  }

  .form_i .btn,
  .form_i .auth-button {
    width: 100%;
    box-sizing: border-box;
  }

  .form_i .auth-link {
    align-self: center;
    text-align: center;
  }

  #authWaitCall {
    padding: 22px 18px;
  }
}
}
.balls button {
  margin-top: 10px;
}
.adress {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.adress .ylica{
  margin: 0;
  margin-right: 15px;
}

.adress .izm{
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;

}

.adress form{
  width: 100%;
}
.address_dostav .save {
  margin-bottom: 40px;
}
.cont_table {
  overflow-x: scroll;
}

.order input.input-w-100 {
  width: 100px;
}

#map {
  width: 100%; height: 100%; padding: 0; margin: 0;
}

select {
  border: 0;
  padding: 5px;
  width: 100%;
  background: #c3c3c3;
  color: #000 !important;
  padding: 9px 15px;
}

.sendmessage {
  display: none;
  color: #000;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  border: 2px solid #c3c3c3;

}
.errormessage {
  display: none;
  color: #f00;
  text-align: center;
  font-weight: 600;
  border: 2px solid #f00;
}

.errorTotal {
  color: red;
}

.bonus1 {
    text-align: right;
}

.bonus1 a {
    padding: 2px 0px;
    border-bottom: 1px solid #f20420;
    margin-top: 3px;
    display: inline-block;
}

.sendSmsPasswordResetForm label input {width: 100%;
background: #c3c3c3;
color: #000 !important;
font-size: 22px;
padding: 8px 10px;}

#menu-menju-v-podvale a {
  color: #fff;
}

.zagolfot:hover {    border-bottom: 1px solid #fff; color: #fff !important}

.hell {font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    border-radius: 4px;
    background-color: #f20420;
    color: #f9f9f9;
    border: 0;
    margin: 10px 0; }

    .hell:hover {color: #000 !important}

.zagolfot {
  background: rgb(255 255 255 / 0%);
      border-radius: 0px;
      font-weight: 500;
      font-size: 14px !important;
      line-height: 20px;
      color: #ffffff !important;
      display: inline-block;
      padding: 0;
      margin-top: 10px;
      display: inline-block !important;
      margin-bottom: 15px !important;
      border-bottom: 1px solid #ffffff59;
      padding-bottom: 4px;
}

.footer-widgets a {
    color: #fff;
    margin-bottom: 5px;
  display: block;
}

.cat-item.current-cat a{
  color: #e32425;
}

.cityModalShow .modal-body {
  min-height: 80px;
}

.cityModalShow .modal-header .close {
    margin-top: -22px;
}

.cityModalShow  .modal-content {border-radius: 0px;}

.whiteLink {
  color: #fff;
  text-decoration: underline;
  margin: 0 20px;
}

.cityChooseList .active {
  color: #e32425;
}

.shop_table tr.red_cart_item {
  background-color: rgba(242, 4, 32, 0.2);
}

a.disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
}
