/*!
Theme Name: dachbord
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
*/


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Lato";
    box-sizing: border-box;
}

.dashbord {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.dashbord__container {
    width: 1270px;
    padding: 0px 30px;
}

.dashbord__row {
    display: flex;
    align-items: stretch;
}
.dashbord__content {
    width: 100%;
    padding: 0px 25px;
    margin-top: 40px;
}

.input-label {
    display: block;
    line-height: 2;
    font-size: 16px;
    text-align: left;
}
.input-text {
    display: block;
    margin: 0 auto;
    border: 1px solid #e4e0da;
    margin-bottom: 10px;
    padding: 0px 12px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Lato';
    height: 55px;
    width: 100%;
}
.input-textarea {
    display: block;
    margin: 0 auto;
    border: 1px solid #e4e0da;
    margin-bottom: 10px;
    padding: 10px 12px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Lato';
    height: 70px;
    width: 100%;
}
.btn {
    background-color: #fe9914;
    color: #000;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    height: 55px;
    width: 100%;
    margin-top: 20px;
    border: none;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}
.form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.2em;
}




.form-login {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.form-login form {
    max-width: 100%;
    width: 600px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.form-login__error {
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    background-color: rgb(192, 49, 49);
    margin-top: 10px;
    display: none;
    border-radius: 10px;
}


.header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 0px 25px;
}
.header__name {
    font-weight: bold;
    display: block;
}
.header__logout {
    font-size: 14px;
}


.navigation {
    width: 20%;
    background-color: #f7f7f7;
}
.navigation__inner {
    margin-top: 40px;
    width: 100%;
}
.navigation__item {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.navigation__item a {
    text-decoration: none;
    color: #000;
    padding: 0 25px;
    line-height: 40px;
    display: block;
}
.navigation__item.active a {
    color: rgb(251, 0, 0);
}
.navigation__item a:hover {
    color: #000;
    background-color: #e4e0da;
}


.product-list__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}
.product-list__button a {
    width: 250px;
    margin-top: 0;
}
.product-list__button .error {
    margin-right: 20px;
    color: rgb(192, 49, 49);
    display: none;
}
.product-list__head {
    display: flex;
    width: 100%;
}
.product-list__table > div {
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-left: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.product-list__table span {
    word-break: break-all;
    display: block;
    width: 100%;
    font-size: 14px;
}
.product-list__id {
    width: 10%;
}
.product-list__name {
    width: 45%;
}
.product-list__price {
    width: 15%;
}
.product-list__price-custom {
    width: 13%;
}
.product-list__count {
    width: 10%;
}
.product-list__select {
    width: 5%;
}
.product-list__hidden {display: none;}

.product-list__body {
    display: flex;
    width: 100%;
}
.product-list__body input {
    height: 30px;
    margin-bottom: 0;
}
.product-list__checkbox {
    width: 20px;
    height: 20px;
}


.product-order {
    width: 100%;
}
.product-order__row {
    display: flex;
}
.product-order__colon {
    width: 50%;
    padding: 0px 10px;
}
.product-order__colon .hidden-field {
    display: none;
}
.product-order__title {
    font-size: 24px;
    margin-bottom: 25px;
}
.checkpointBox {
    margin-top: 20px;
}

.search-city {
    position: relative;
}
.search-city__inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    max-height: 330px;
    overflow: auto;
    z-index: 1;
    border: 2px solid #F5F6FC;
    background-color: #fff;
    display: none;
}
.search-city__inner li {
    list-style: none;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.search-city__inner li:hover {
    background-color: #f7f7f7;
}


.search-dadata {
    position: relative;
}
.search-dadata ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    max-height: 240px;
    overflow: auto;
    z-index: 1;
    box-shadow: 0px 8px 8px 0 #00000078;
    border: 2px solid #F5F6FC;
    border-radius: 5px;
    background-color: #fff;
    display: none;
}
.search-dadata ul li {
    list-style: none;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.search-dadata ul li:hover {
    background-color: #f7f7f7;
}


.product-order .product-delivery {
    width: 100%;
    margin-top: 30px;
}
.product-order .product-delivery label {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    padding: 0px 20px;
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    position: relative;
    cursor: pointer;
}
.product-order .product-delivery input {
    margin-right: 20px;
}
.product-order .product-delivery label:hover {
    background-color: #e4e0da;
}
.product-order .product-delivery input:checked + span {
    background-color: #e4e0da;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.product-order__list {
    width: 100%;
    margin-top: 40px;
}
.product-order__list-table > div {
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-left: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.product-order__list-table {
    display: flex;
}
.product-order__list-product {
    width: 70%;
}
.product-order__list-value {
    width: 30%;
}
.product-order__button {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}
.product-order__button button {
    width: 250px;
}
.product-order__button .btn-history {
    width: 200px;
    border: 1px solid #333;
    margin-right: 20px;
    background: transparent;
    line-height: 53px;
}
.product-order-check {
    width: 100%;
    min-height: 400px;
    display: none;
}
.product-order-check-data {
    margin-top: 30px;
    padding-left: 20px;
    line-height: 24px;
}
.product-order {
    position: relative;
}
.product-order #delivery-price {
    width: 60px;
    height: 21px;
    border-bottom: 1px solid #000;
    outline: none;
}

.spinner-block-wrapp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
}
.spinner-block {
    width: 125px;
    text-align: center;
    position: relative;
}
.spinner {
    position: relative;
    width: 125px;
    height: 125px;
}
.spinner:before, .spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}
.spinner.spinner-1:before {
    width: 117px;
    height: 117px;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(33, 33, 33, 0);
    top: 0px;
    left: 0px;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.spinner.spinner-1:after {
    width: 81.9px;
    height: 81.9px;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(33, 33, 33, 0);
    top: 17.55px;
    left: 17.55px;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}
  @keyframes rotate-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes anti-rotate-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(-360deg);
    }
    
  } 



.order-history {
    width: 100%;
    min-height: 400px;
}
.order-history__table {
    width: 100%;
    display: flex;
}
.order-history__table > div {
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-left: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.order-history__id {
    width: 10%;
}
.order-history__fullogid {
    width: 10%;
}
.order-history__first-name {
    width: 25%;
}
.order-history__total {
    width: 15%;
}
.order-history__menedger {
    width: 15%;
}
.order-history__status {
    width: 20%;
    justify-content: center;
}
.order-history__status span {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    display: block;
}
.order-history__view {
    width: 10%;
    text-align: center;
}
.order-history__view a {
    color: #000;
    text-decoration: underline;
}
.order-history__view a:hover {
    text-decoration: none;
}
.order-history__btn-row {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}
.order-history__btn-row div {
    width: 250px;
    line-height: 50px;
    height: 50px;
}


.order-page {
    min-height: 500px;
}
.order-page__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.order-page__info li {
    line-height: 25px;
    font-weight: bold;
    list-style: none;
}
.order-page__info span {
    width: 100px;
    font-weight:  normal;
    display: inline-block;
}
.order-page__info .status {
    font-weight: bold;
}
.order-page__address {
    width: 100%;
    max-width: 700px;
}
.order-page__address-line {
    width: 100%;
    display: flex;
}
.order-page__address-colon {
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-left: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 50%;
}
.order-page__product {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;
}
.order-page__product-line {
    width: 100%;
    display: flex;
}
.order-page__product-line > div {
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-left: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.order-page__product-name {
    width: 60%;
}
.order-page__product-price {
    width: 20%;
}



.orderHistory {
    padding-top: 30px;
}
.orderHistory span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.orderHistory ul {
    padding-left: 20px;
}
.orderHistory ul li {
    line-height: 26px;
}
.orderHistory ul li strong {
    font-size: 14px;
}