
label {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 7px;
}
/*-----------------------STRUCTURE-----------------------*/
.default-err-message {
  color: #c06;
  line-height: 1.1em;
  font-weight: 400;
}
/*-------------------------------------------------------*/

/*-------------------------MAIN---------------------------*/
.order-history .fa-commenting-o::before {
  content: "";
}
.sort button {
  height: 30px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  padding: 0 15px;
  color: rgb(102, 102, 102);
  margin-right: 4px;
  font-size: 11px;
  text-transform: uppercase;
}
.sort button:last-child {
  margin-right: 0;
}
.no-touchevents .sort button:hover {
  background-color: rgb(25, 151, 178);
  border-color: rgb(25, 151, 178);
  color: #fff;
}
.sort button.active {
  background-color: rgb(25, 151, 178);
  border-color: rgb(25, 151, 178);
  color: #fff;
}
/*Zoom product*/
.product .row {
  position: relative;
}
.zoom-img {
  display: inline-block;
  height: 500px;
}
.zoom-img img {
  display: block;
  width: 100%;
}
.zoom-img img::selection {
  background-color: transparent;
}
.content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(241, 241, 241);
}

.content img {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.content img.loaded {
  opacity: 1;
}
.img-pan-container,
.img-pan-container img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-pan-container {
  position: relative;
  overflow: hidden;
  cursor: move;
  height: 100%;
  width: 100%;
}
.img-pan-container img {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
}
#zoom-wrap .content {
  position: relative;
}
#zoom-wrap div.progress {
  width: 50%;
  height: 22px;
  top: 50%;
  position: absolute;
  left: 25%;
}
#zoom-wrap img {
  height: 100%;
  width: auto;
}
#zoom-wrap .full-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  cursor: pointer;
  font-size: 50px;
  color: black;
  opacity: 0.5;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
#zoom-wrap .full-zoom:hover {
  opacity: 1;
}
.btn.active {
  box-shadow: none;
}
.no-touchevents .btn:hover {
  opacity: 0.75;
}
.btn.btn-white {
  color: rgb(51, 51, 51);
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
}
.add-info-tabs.r-tabs.add-info-tabs-one-third li.r-tabs-tab {
  width: 33.3333%;
}
.order-form .banner {
  text-align: center;
  padding: 15px;
  border: 1px solid rgb(231, 229, 229);
}
#add-to-basket .btn {
  height: 40px;
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.62);
  color: white;
  line-height: normal;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.57);
}
#add-to-basket .btn:last-child {
  margin-right: 0;
}
#add-to-basket a.btn {
  line-height: 40px;
}
#add-to-basket .btn-blue {
  background-color: rgb(5, 154, 190);
}
#add-to-basket img {
  float: left;
  margin-right: 20px;
}
#add-to-basket p {
  font-size: 14px;
  color: black;
}
#add-to-basket .btn-wrap {
  margin-top: 25px;
}
/**/
/*Cart table*/
.cart-table {
  margin-bottom: 25px;
  font-size: 13px;
}
.cart-table table {
  width: 100%;
  table-layout: fixed;
}
.cart-table table th {
  text-shadow: 0.5px 0.9px 0 white;
  color: rgb(1, 1, 1);
  font-size: 13px;
  font-weight: 400;
  padding: 7px 10px;
  background-color: rgb(235, 235, 235);
  border: 1px solid #fff;
  text-align: center;
}
.cart-table table th.num {
  width: 34px;
  text-align: center;
}
.cart-table table th.photo {
  width: 90px;
}
.cart-table table th.descr {
  width: 50%;
  text-shadow: 0.5px 0.9px 0 white;
  color: rgb(1, 1, 1);
  padding-left: 35px;
  text-align: left;
}
.cart-table table td.descr {
  padding-left: 35px;
  text-align: left;
  color: rgb(102, 102, 102);
  position: relative;
}
.cart-table table td {
  border: 1px solid #fff;
  padding: 7px 10px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  background-color: rgb(250, 250, 250);
}
.cart-table table td span {
  color: rgb(3, 103, 127);
  font-size: 14px;
  font-weight: 700;
}
.cart-table table .quantity-box {
  font-size: 0;
}
.cart-table .link-item-remove {
  background: none !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  bottom: 7px;
  border-bottom: 1px dashed red;
  color: red;
  opacity: 0.5;
  cursor: pointer;
}
.cart-table .link-item-remove:hover {
  opacity: 1;
}
.cart-table .reserved-to-main,
.cart-table .reserved-delete {
  margin-top: 10px;
  display: block;
}
.qtyminus,
.qtyplus {
  width: 29px;
  height: 29px;
  background-color: rgb(239, 239, 239);
  display: inline-block;
  border: 1px solid #e8e8e8;
  vertical-align: top;
  color: rgb(102, 102, 102);
  font-size: 14px;
  cursor: pointer;
  line-height: 27px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .qtyminus:hover,
.no-touchevents .qtyplus:hover {
  opacity: 0.75;
}
.qtyminus:before,
.qtyplus:before {
  color: rgb(102, 102, 102);
}
.qtyminus {
  border-right: none;
}
.qtyplus {
  border-left: none;
}
.quantity-field {
  text-align: center;
  width: 29px;
  display: inline-block;
  height: 29px;
  font-size: 14px;
  color: black;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-left: none;
}
.free-shipping-banner {
  background: #0486A6;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.free-shipping-banner img {
  float: left;
  width: 175px;
  height: 135px;
}
.free-shipping-banner div {
  float: left;
  padding: 19px;
  padding-left: 40px;
}
.free-shipping-banner__price {
  font-family: Noto Sans;
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  color: #CBFA6F;
}
.free-shipping-banner__price i {
  font-style: normal;
  font-size: 24px;
}
.free-shipping-banner__descr {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-top: 10px;
  display: inline-block;
  opacity: 0.9;
}
.open-promo-form {
  float: right;
  display: none;
}
.promo-box .promo-title,
.total .total-title {
  width: 165px;
  display: inline-block;
  vertical-align: middle;
}
.promo-box .promo-title p,
.total .total-title {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.promo-box .promo-title a {
  font-size: 11px;
}
.promo-box .field-wrap {
  display: inline-block;
  margin: 0 25px;
}
.promo-box .field-wrap input,
.promo-box .promo--confirm input {
  width: 200px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.total {
  clear: both;
}
.total p {
  vertical-align: top;
  display: inline-block;
}
.total p.total-price {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 400;
}
.total p.total-price .discount {
  display: block;
  font-size: 11px;
  color: #d32761;
}
.total p.total-price .discount span {
  display: inline;
  font-size: 11px;
  color: #d32761;
}
.total p.total-price span {
  color: rgb(3, 103, 127);
  font-size: 14px;
  font-weight: 700;
}
.total .total-quantity {
  color: rgb(102, 102, 102);
  font-size: 14px;
  padding: 0 55px;
}
.add-cart-info {
  display: table;
  width: 100%;
}
.add-cart-info .f-box,
.add-cart-info .s-box {
  display: table-cell;
  height: 100%;
  position: relative;
}
.add-cart-info .f-box {
  background: url("https://www.mirtrik.com/assets/i/type-bg.jpg?v=10569") no-repeat 0 0 / cover;
  width: 39%;
}
.add-cart-info .s-box {
  position: relative;
  background: url("https://www.mirtrik.com/assets/i/comments-bg.jpg?v=10569") no-repeat 0 0 / cover;
  width: 61%;
}
.order-type {
  padding: 18px 25px 0 68px;
}
.comments {
  padding: 18px 25px 25px 30px;
}
.order-type h3,
.comments h3 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 400;
}
.order-type p,
.comments p {
  color: rgb(102, 102, 102);
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 24px;
}

.payment-box .radio-wrap.radio-wrap-disabled label {
  cursor: default;
}
.payment-box .radio-wrap.radio-wrap-disabled .icon,
.payment-box .radio-wrap.radio-wrap-disabled label:before {
  opacity: 0.3;
}
.reorder-block {
  display: none;
  margin-bottom: 40px;
}
.reorder-block .for-reservation-action,
.reorder-block .for-addition-action {
  display: none;
}
.payments-options {
  display: flex;
  flex-wrap: wrap;
}

.comments textarea {
  height: 121px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
  resize: none;
  overflow-y: auto;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
}
.green-btn {
  height: 47px;
  background-color: rgb(154, 207, 50);
  border: 1px solid white;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.19);
  color: white;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 45px;
  padding: 0 13px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.link-btn {
  height: 47px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 45px;
  padding: 0 8px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 0;
}
.link-btn:before {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.f-box .green-btn,
.f-box .link-btn {
  position: absolute;
  right: 25px;
  bottom: 27px;
  border: 0;
}
.no-touchevents .link-btn:hover,
.no-touchevents .link-btn:focus {
  opacity: 0.75;
  border: 0;
}
.no-touchevents .green-btn:hover,
.no-touchevents .next-btn:hover {
  color: #fff;
  opacity: 0.75;
}
.green-btn:before {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.next-btn {
  height: 52px;
  background-color: rgb(114, 147, 49);
  background-image: linear-gradient(
    to top,
    rgb(10, 200, 228) 0%,
    rgb(13, 176, 211) 100%
  );
  border: 1px solid white;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.19);
  color: white;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 45px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.next-btn:after {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.order-type + .go-login {
  position: relative;
  right: auto;
  bottom: auto;
  margin-left: 68px;
  padding: 0 27px;
}
.comments p.req {
  color: rgb(203, 85, 150);
  font-weight: 700;
  margin-bottom: 17px;
}
.comments input {
  height: 32px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  color: rgb(102, 102, 102);
  padding: 0 10px;
}
.comments .field-row {
  margin-bottom: 18px;
}
.form-wrap {
  margin-bottom: -15px;
}
.two-in-row .field-wrap {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  width: 50%;
}
.two-thirds-in-row .field-wrap {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  width: 67%;
}
.three-in-row,
.two-in-row,
.two-thirds-in-row {
  margin: 0 -10px;
  font-size: 0;
}
.three-in-row .field-wrap {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  width: 33.33333%;
}
.success-box .success {
  margin: 10px 0 34px;
  text-align: center;
}
.success-box .success img {
  margin-top: 10px;
}
.success-box .success p {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}
.success-box .success h2 {
  color: rgb(205, 0, 0);
  margin-top: 45px;
  margin-bottom: 22px;
}
.success-box hr {
  margin-top: 61px;
  margin-bottom: 41px;
}
.success-box h2 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.success-box h3 {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
.success-box .sim-links {
  margin-bottom: 38px;
}
.success-box .sim-links ul {
  padding: 0;
  margin: 0;
}
.success-box .sim-links li {
  list-style: none;
}
.success-box .two-in-row {
  font-size: 0;
  margin: 40px -12px 30px;
  text-align: center;
}
.success-box .two-in-row .row-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 50%;
  padding: 0 12px;
  text-align: left;
}
.success-box .two-in-row .row-item .field-wrap {
  margin-bottom: 9px;
}
.success-box .two-in-row .req-field,
.success-box .two-in-row .add-field {
  position: relative;
  background-color: white;
  border: 1px solid rgb(30, 171, 193);
  padding: 35px 34px 48px 28px;
}
.success-box .two-in-row .add-field {
  border: 1px solid rgb(200, 239, 211);
}
.success-box .two-in-row .row-item h4 {
  display: inline-block;
  height: 31px;
  background-color: rgb(29, 168, 190);
  border: 1px solid rgb(30, 171, 193);
  line-height: 31px;
  color: rgb(255, 254, 254);
  font-size: 13px;
  font-weight: 400;
  padding: 0 22px;
  position: absolute;
  top: 0;
  margin-top: -15px;
}
.success-box .two-in-row .add-field h4 {
  background-color: rgb(200, 239, 211);
  border: 1px solid rgb(200, 239, 211);
  color: rgb(1, 1, 1);
}
.success-box .two-in-row .row-item label {
  color: rgb(102, 102, 102);
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
  font-weight: 400;
}
.success-box .two-in-row .row-item input {
  height: 32px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
}
.success-box .two-in-row .btn-wrap {
  text-align: left;
  padding: 0 12px;
  margin: 30px 0 0;
}
.success-box .two-in-row .next {
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.19);
  color: white;
  font-size: 14px;
  font-weight: 400;
  height: 47px;
  background-color: rgb(29, 168, 190);
  background-image: linear-gradient(
    to top,
    rgb(10, 200, 228) 0%,
    rgb(13, 176, 211) 100%
  );
  border: 1px solid white;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
  padding: 0 25px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .success-box .two-in-row .next:hover {
  opacity: 0.75;
}
.success-box .two-in-row .later {
  color: grey;
  margin-left: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
.cart-banner-box {
  text-align: right;
  padding: 10px 20px;
}
.cart-banner-box .banner {
  margin-bottom: 30px;
}
.cart-banner-box .banner:last-child {
  margin-bottom: 0;
}
.cart-banner-box .banner img {
  max-width: 100%;
}
.has-empty-fields {
  max-width: 80%;
}
.order-finish h3 {
  color: rgb(51, 51, 51);
  margin: 8px 0 27px;
  font-size: 18px;
}
.order-finish p {
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.order-finish .main-info {
  margin-bottom: 40px;
}
.order-finish .payment-info {
  margin-bottom: 44px;
}
.order-finish .shop-info {
  max-width: 390px;
}
.order-finish .shop-info .next-btn {
  margin-top: 40px;
}
.order-finish .total-box p span {
  width: 195px;
  display: inline-block;
}
form[name="cart_confirm"] span.mirtrik-price-value,
form[name="cart_confirm"] span.mirtrik-price-suffix {
  width: auto;
  display: inline;
}
.open-promo {
  height: 33px;
  background-color: rgb(249, 248, 248);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  color: rgb(102, 102, 102);
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 0;
}
.order-finish .total-cost {
  margin: 25px 0 0;
}
.order-finish .total-cost p {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 400;
}
.order-finish .balance {
  float: right;
}
#enter-promo-code form {
  text-align: center;
}
/*End Cart*/
/*Registration*/
.registration .half-box {
  background-color: white;
  border: 1px solid #e8e8e8;
  padding: 12px 30px 14px;
  margin-bottom: 30px;
}
.registration .half-box h3 {
  color: black;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 400;
}
.registration .half-box h4 {
  font-size: 17px;
}
.registration .half-box form .field-wrap {
  position: relative;
  margin-bottom: 6px;
}
.registration .half-box form .field-wrap .err-message {
  display: none;
}
.registration .half-box form .field-wrap.err .err-message {
  display: inline-block;
  box-sizing: border-box;
  color: #c06;
  max-width: 170px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
}
.registration .half-box form .field-wrap .err .err-message p {
  color: #c06;
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 400;
}
.registration .half-box label {
  color: #666;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.registration .half-box input[type="text"],
.registration .half-box input[type="password"],
.registration .half-box input[type="email"] {
  height: 32px;
  padding: 0 10px;
  vertical-align: middle;
  max-width: 300px;
  display: inline-block;
  margin-right: 20px;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.registration .half-box .radio-wrap {
  background-color: #effcff;
  padding: 5px 12px 7px;
  margin-bottom: 24px;
}
.registration .half-box .radio-wrap label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: black;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.registration .half-box .radio-wrap input {
  display: inline-block;
  margin: 0 0 0 -20px;
  vertical-align: middle;
}
.registration .half-box .radio-wrap p {
  color: #333;
  margin-top: 2px;
  font-size: 11px;
}
.retail-register-fields-box {
  max-width: 300px;
}
.green-btn-small {
  margin: 20px 0 30px;
  display: block;
  height: 31px;
  background-color: #6ac258;
  border-radius: 5px;
  padding: 0 16px;
  border: 1px solid #6ac258;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.no-touchevents .green-btn-small:hover {
  background: transparent;
  color: #6ac258;
}
.red-btn {
  height: 31px;
  display: block;
  margin: 20px 0 30px;
  background-color: #db2565;
  border-radius: 5px;
  padding: 0 16px;
  border: 1px solid #db2565;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.red-btn.callback-btn {
  margin: 15px 0 5px;
}
.no-touchevents .red-btn:hover {
  background: transparent;
  color: #db2565;
}
.blue-bg {
  background-color: #effffd;
  padding: 18px 20px 23px;
  font-size: 13px;
  margin: 30px 0;
  clear: both;
}
.grey-bg {
  background-color: #feffef;
  padding: 18px 20px 23px;
  font-size: 13px;
  margin: 30px 0;
}
.blue-bg a[href^="tel:"],
.grey-bg a[href^="tel:"] {
  color: #333;
  text-decoration: none;
  border: 0;
}
.no-mail {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}
.wholesale-box {
  background-color: #effff4;
  padding: 12px 20px 8px;
  text-align: center;
  margin: 30px 0;
}
.wholesale-box a {
  color: #c06;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  border: 0;
}
.wholesale-box p {
  font-size: 11px;
  color: #666;
}
.info-box {
  padding-right: 0;
}
.info {
  height: 100%;
  background: #e3f5e8 url("https://www.mirtrik.com/assets/i/bg-info.png?v=10569") no-repeat 100% 0;
  padding: 40px 40px 25px;
}
.info ol {
  margin: 0 0 19px 20px;
  padding: 0;
}
.info .green-btn-small {
  margin: 0;
  line-height: 29px;
  display: inline-block;
}
.info ol li {
  margin-bottom: 10px;
  color: black;
  font-size: 14px;
}
.work h4 {
  margin: 0 0 16px;
  padding-left: 15px;
  color: #333;
  font-size: 18px;
}
.pict-wrap {
  padding-left: 0;
  overflow: hidden;
  position: relative;
}
.pict-wrap:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
.pict-wrap img {
}
/*End Registration*/
/*Account*/
.acc-type p {
  color: #333;
  font-size: 18px;
  line-height: 1em;
}
.acc-type p a {
  color: #03647b;
  text-decoration: none;
  border-bottom: 1px dashed #212121;
}
.owner {
  margin-bottom: 36px;
}
.owner p {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 13px;
  color: #333;
  font-weight: 400;
}
.owner .city {
  display: block;
  color: #848484;
}
.owner .balance {
  color: #333;
  font-weight: 700;
  font-size: 13px;
}
.account-menu ul {
  padding: 0;
  margin: 0;
}
.account-menu ul li {
  list-style: none;
}
.account-menu ul li a {
  color: #333;
  display: block;
  background-color: #eefbfb;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #fff;
  padding: 7px 20px 8px;
  font-size: 14px;
}
.account-menu ul li:last-child a {
  border-bottom: none;
}
.account-menu ul li.active > *,
.no-touchevents .account-menu ul li a:hover {
  background-color: #feffef;
}
.account-menu ul li .new {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  background: #ff4444;
  text-align: center;
  line-height: 27px;
  font-size: 13px;
  margin-left: 15px;
  vertical-align: middle;
}
.account-menu ul li .cost {
  float: right;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.account-menu ul li.membership a {
  background: rgb(255, 205, 69);
  position: relative;
}
.account-menu ul li.membership a:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
  background-image: url("https://www.mirtrik.com/assets/i/membership-locked.png?v=10569");
  background-repeat: no-repeat;
  background-position: center;
}
.account-menu ul li.membership.unlocked a:after {
  background-image: url("https://www.mirtrik.com/assets/i/membership-unlocked.png?v=10569");
}
.account-menu
  ul
  li.message
  a.user-notification-menu__unread-count_active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("https://www.mirtrik.com/assets/i/mes-icon.png?v=10569") no-repeat 0 0;
  height: 12px;
  width: 17px;
  margin-right: 5px;
  margin-top: -3px;
}
.open-account-menu {
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 33px;
  max-width: 250px;
  margin: 0 auto;
  display: none;
  padding: 0 20px;
  position: relative;
}
.open-account-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}
.account-menu.open .open-account-menu:after {
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #999999 transparent;
}
.account {
  font-size: 13px;
}
.account .blue-bg {
  margin: 0 0 25px;
  padding: 13px 20px;
}
.account .blue-bg p {
  color: black;
}
.account .field-row {
  margin: 0 -5px;
}
.account .field-row.five-in-row {
  font-size: 0;
}
.account .field-row.five-in-row .field-wrap {
  width: 20%;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  vertical-align: top;
  padding: 0 5px;
}
.account .field-row.five-in-row .field-wrap.big-field {
  width: 40%;
}
.account .field-row.five-in-row .field-wrap .radio-box {
  display: inline-block;
  margin-right: 8px;
  padding-top: 4px;
}
.account .field-row.five-in-row .field-wrap .radio-box:last-child {
  margin-right: 0;
}
.account .field-row.five-in-row .field-wrap .radio-box label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
}
.account .field-row.five-in-row .field-wrap .radio-box input {
  height: auto;
  margin-top: 0;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
}
.account input {
  padding: 0 10px;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  color: black;
  height: 32px;
  font-size: 13px;
}
.account select, .account textarea {
  font-size: 13px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: black;
  padding: 0 10px;
}
.account select {
  height: 32px;
}
.account input:not([type='checkbox']) {
  padding: 0 10px;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  color: black;
  height: 32px;
  font-size: 13px;
}
.account .field-row .field-wrap.add-info {
  width: 342px;
}
.account textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: none;
  color: black;
  font-size: 13px;
  overflow-y: auto;
  height: 72px;
  width: 100%;
  padding: 10px;
}
.account label,
.account .field-row.five-in-row .field-wrap.radio-wrap p {
  color: #666;
  font-size: 13px;
}
.account .select2-container--default .select2-selection--single {
  height: 32px;
  border: 1px solid #ccc;
}
.account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
}
.account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px;
}
.account
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  height: 20px;
}
.account .select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
}
.account .custom-row .field-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.account .custom-row .radio-wrap {
  padding-left: 30px;
}
.account .custom-row .radio-wrap p {
  color: #666;
  margin-bottom: 15px;
  font-size: 13px;
}
.account .custom-row .radio-wrap .radio-box {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
.account .custom-row .radio-wrap .radio-box label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  top: 0;
}
.account .custom-row .radio-wrap .radio-box input {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
.account button {
  margin-top: 33px;
}
form[name="membership_auto_renewal_form"] button {
  margin-top: 0;
}
/*End Account*/

.text-content div h3:first-child {
  margin-top: 0;
}
.text-content h3 {
  color: black;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 17px;
}
.text-content h4 {
  color: #606060;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}
.text-content p {
  margin-bottom: 13px;
  color: #606060;
  font-size: 13px;
}
.text-content p strong {
  color: #606060;
}
.text-content img {
  margin-bottom: 40px;
  max-width: 100%;
}
.contacts-box p {
  margin-bottom: 0;
}
.contacts-box .phone-icon {
  position: relative;
  padding-left: 30px;
  color: black;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  margin-right: 23px;
  border: 0;
}
.contacts-box .mail-icon {
  color: #0486a6;
  position: relative;
  margin-top: 15px;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  border: 0;
}
.contacts-box .phone-icon:before {
  content: "";
  background: url("https://www.mirtrik.com/assets/i/contacts-phone-icon.png?v=10569") no-repeat 0 0;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 1px;
}
.contacts-box .mail-icon:before {
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 1px;
  content: "";
  background: url("https://www.mirtrik.com/assets/i/contacts-mail-icon.png?v=10569") no-repeat 0 0;
}
.contacts-list {
  background-color: #f7f7f7;
  border: 1px solid #e7e5e5;
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 10px 6px;
}
.contacts-list .contacts {
  font-size: 14px;
  padding: 0 20px;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  text-align: left;
  margin-bottom: 20px;
}
.contacts-list .contacts .inner {
  max-width: 200px;
  margin: 0 auto;
}
.contacts-list .contacts img {
  margin-bottom: 9px;
  max-width: 100%;
}
.contacts-list .contacts .name {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.contacts-list .contacts p {
  color: #333;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
}
.contacts-list .contacts p.tel {
  margin-bottom: 0;
  color: #0484a4;
}
.contacts-list .contacts a[href^="tel:"] {
  color: #0484a4;
  text-decoration: none;
  border: 0;
}
.contacts-box .big {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
/*Registration wholesale*/
.info-banner {
  height: 463px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.registration_wholesale {
  margin-bottom: 36px;
}
.info-banner .left-column {
  width: 48%;
}
.info-banner .right-column {
  width: 52%;
  padding-right: 20px;
}
.info-banner .left-column,
.info-banner .right-column {
  float: left;
}
.info-banner .month-only {
  display: inline-block;
  width: 196px;
  background-color: #ed1b24;
  padding: 8px 18px;
  margin: 38px 27px;
  font-size: 17px;
  font-weight: bold;
}
.info-banner-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.info-banner-title img {
  width: 468px;
  height: 102px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.info-banner li {
  list-style-type: none;
  background: url(/assets/pictures/info-banner-list-icon.png) no-repeat left top;
  padding-left: 50px;
  margin-left: -50px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 30px;
  font-size: 17px;
  font-weight: bold;
}
.grid.col-5 {
  font-size: 0;
  margin: 0 -30px 0px;
}
.grid.col-5 .grid-item {
  width: 20%;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 13px;
  vertical-align: top;
}
.why-work {
  overflow: hidden;
}
.why-work h3 {
  color: #333;
  text-align: center;
  font-size: 30px;
  margin: 0 0 55px;
  font-weight: 400;
}
.more-benefits-button {
  display: inline-block;
  padding: 20px 15px 24px;
  margin-bottom: 35px;
  width: 300px;
  background-color: #6cc;
  cursor: pointer;
}
.more-benefits-button:hover {
  background-color: #6dd6d6;
}
.more-benefits-button span {
  text-transform: uppercase;
  color: white;
  font-size: 19px;
  border-bottom: 1px dashed;
  position: relative;
}
.more-benefits-button span:after {
  content: "↓";
  position: absolute;
  font-size: 30px;
  top: -12px;
  right: -20px;
}
.more-benefits-container.active .more-benefits-button span:after {
  content: "↑";
}
.more-benefits-content {
  display: none;
  font-size: 16px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 60px;
}
.more-benefits-content li {
  list-style-type: none;
  padding: 10px 45px;
  position: relative;
}
.more-benefits-content li:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 27px;
}
.grid.col-5 .grid-item .icon {
  width: 121px;
  height: 121px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto 40px;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
}
.grid.col-5 .grid-item .icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.grid.col-5 .grid-item .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-left: -1px;
}
.grid.col-5 .grid-item h4 {
  margin: 0 0 17px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.grid.col-5 .grid-item p {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.big-medium-purple-text {
  background-color: #66669a;
  text-align: center;
  margin-bottom: 75px;
  padding: 20px 15px 24px;
}
.big-medium-purple-text p {
  color: white;
  font-size: 24px;
  margin: 0;
  line-height: 1.25em;
  font-weight: 400;
}
.registration-wholesale {
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 36px;
}
.registration-wholesale .img-wrap {
  width: 40%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.registration-wholesale .img-wrap img {
  max-width: 90%;
  display: block;
  margin-top: 14px;
}
.registration-wholesale .reg-form {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.registration-wholesale h2 {
  color: #333;
  margin: 22px 0 33px;
  line-height: 1.25em;
  font-size: 30px;
  font-weight: 400;
}
.registration-wholesale form {
  max-width: 300px;
  position: relative;
}
.registration-wholesale .req-message {
  position: absolute;
  left: 100%;
  top: 23px;
  width: 150px;
  padding-left: 30px;
}
.registration-wholesale .req-message p {
  color: #c06;
  font-size: 11px;
}
.registration-wholesale form .field-wrap {
  margin-bottom: 5px;
}
.registration-wholesale form label {
  color: #666;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.registration-wholesale form input {
  height: 32px;
  background-color: white;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.registration-wholesale form .green-btn-small,
.registration-wholesale button {
  margin: 30px 0 40px;
}
.registration-wholesale .reg-form .after-send {
  color: #999;
  max-width: 390px;
  font-size: 11px;
}
.registration-wholesale .reg-form .after-send p {
  margin-bottom: 11px;
}
/*End registration wholesale*/
/*About*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page h3 {
  color: #333;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 27px;
}
.styled-text {
  text-align: center;
  padding: 0 80px;
}
.styled-text p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.15em;
  font-size: 14px;
}
.styled-text h3 {
  margin-top: 30px;
  margin-bottom: 25px;
}
.purple-box {
  background-color: #a98dc5;
  text-align: center;
  color: #fff;
  margin: 55px 0;
  padding: 1px 80px 60px;
}
.purple-box h3 {
  color: white;
  margin-top: 23px;
  margin-bottom: 34px;
}
.purple-box p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.15em;
  font-size: 14px;
}
p.important {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 55px;
}
p.important a {
  color: #96c;
  text-decoration: underline;
  border: 0;
}

.video-box {
  padding: 30px 140px;
  background-color: #333;
}
/*End about*/
/*Order history*/
.order-history table {
  width: 100%;
  table-layout: fixed;
}
.order-history th {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  background-color: #effff4;
  border: 1px solid #deede3;
  text-align: center;
  height: 62px;
  vertical-align: middle;
  text-transform: uppercase;
  width: 20%;
}
.order-history tbody tr {
  background-color: #f9f9f9;
}
.order-history tbody tr:nth-child(even) {
  background-color: #fbfbfa;
}
.order-history td {
  text-align: center;
  position: relative;
  color: #999;
  border: 1px solid #e9e9e9;
  padding: 5px 10px 6px;
  font-size: 13px;
  font-weight: 400;
}
.order-history td .color-num {
  color: #696;
}
.order-history td.status {
  text-align: left;
}
.order-history td.status span {
  color: #333;
  display: block;
}
.order-history td.status .fail {
  color: #933;
}
.order-history td.status .success {
  color: #396;
}
.no-touchevents .order-history td a:hover {
  text-decoration: none;
}
.order-history th.order-id {
  width: 17%;
}
/*End order history*/
/*Brands*/
.brands-list {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0 -30px 0;
}
.brands-list li {
  width: 25%;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 11px;
}
.brands-list.pict-list li {
  text-align: center;
  height: 140px;
  margin-bottom: 27px;
  position: relative;
}
.brands-list.pict-list li a {
  background: #f8f8f8;
  display: block;
  white-space: nowrap;
  height: 100%;
  border: 0;
}
.brands-list.pict-list li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.brands-list.pict-list li a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.brands-list-letter {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #047a97;
  margin-top: -6px;
}
.brands-list-group {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 21px;
}
.brands-list-group:first-child {
  padding-top: 0;
}
.brands-list-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.brands-vis {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.brands-vis li {
  display: inline-block;
}
.brands-vis li:after {
  content: "/";
  display: inline-block;
  margin-left: 16px;
  margin-right: 10px;
  color: #333;
}
.brands-vis li:last-child:after {
  display: none;
}
.brands-vis li a {
  font-size: 18px;
}
.brands-vis li.active a {
  color: #333;
  border-bottom-color: rgba(125, 125, 125, 0.5);
}
.brands-vis li.active a:hover,
.brands-vis li.active a:focus {
  border-bottom-color: rgba(125, 125, 125, 1);
}
/*end brands*/
/* help accordion */
.ui-accordion-header-active {
  background-color: rgb(26, 153, 179);
}
/* end help accordion */
.user-region-select .select2-container--default .select2-selection--single,
.user-currency-select .select2-container--default .select2-selection--single {
  height: 20px;
}
.user-region-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.user-currency-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 18px;
  padding: 0 16px 0 6px;
  font-size: 11px;
}
.user-region-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 18px;
}
#select2-select-region-results .select2-results__option {
  padding: 3px 6px;
  font-size: 13px;
}
/*Order-inner*/
.order-info-box h2 {
  color: rgb(3, 100, 123);
  font-size: 18px;
  font-weight: 400;
}
.order-info-box h2 .meta {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.order-info-box h2 .canceled,
.order-info-box h2 .completed,
.order-info-box h2 .waiting {
  color: rgb(51, 51, 51);
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.order-info-box h2 .waiting {
  top: -2px;
}
.order-info-box h2 .canceled i {
  background: #db4325;
  color: #fff;
  text-align: center;
  line-height: 16px;
  border-radius: 2px 2px 9px 9px;
  width: 18px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}
.order-info-box h2 .completed i {
  background: #339933;
  color: #fff;
  position: relative;
  margin-right: 8px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  border-radius: 2px 2px 9px 9px;
  width: 18px;
  height: 16px;
  display: inline-block;
}
.order-info-box h2 .waiting i {
  color: rgb(255, 153, 0);
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.order-info-box h2 .tooltip-el {
  margin-left: 30px;
  color: rgb(102, 102, 102);
  font-size: 18px;
  border: 0;
}
.order-info-box h2 .tooltip-el.active {
  color: rgb(255, 153, 0);
}
.order-date {
  color: rgb(51, 51, 51);
  font-size: 13px;
  margin-bottom: 30px;
}
.order-info-table,
.quantity-order-table {
  margin-bottom: 28px;
}
.order-info-table td,
.quantity-order-table td {
  background-color: white;
  color: rgb(102, 102, 102);
  font-size: 13px;
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 15px;
}
.order-info-table td:first-child,
.quantity-order-table td:first-child {
  text-align: right;
}
.order-info-table td.address {
  text-align: left;
}
.quantity-order-table td {
  width: 50%;
}
.quantity-order-table td.miss {
  background-color: rgb(255, 228, 228);
}
.quantity-order-table td.packed {
  background-color: rgb(197, 249, 197);
}
.quantity-order-table td.returned {
  background-color: rgb(197, 248, 255);
}
.quantity-order-table td.transit {
  background-color: rgb(255, 255, 190);
}
.order-links {
  text-align: right;
}
.order-links a {
  margin-bottom: 20px;
  display: block;
  color: rgb(102, 102, 102);
  font-size: 14px;
  text-decoration: underline;
  border: 0;
}
.order-links a:last-child {
  margin-bottom: 0;
}
.cart-table .miss,
.cart-table .miss td {
  background-color: rgb(255, 228, 228);
}
.cart-table .packed,
.cart-table .packed td {
  background-color: rgb(197, 249, 197);
}
.cart-table .returned,
.cart-table .returned td {
  background-color: rgb(197, 248, 255);
}
.cart-table .transit,
.cart-table .transit td {
  background-color: rgb(255, 255, 190);
}
/*End order-inner*/
/*Personal data*/
.fileinput-wrapper {
  display: block;
  height: 31px;
}
.fileinput {
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.fileinput span {
  position: relative;
  width: 101px;
  height: 31px;
  background-color: rgb(3, 101, 124);
  border: 1px solid rgb(3, 101, 124);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 29px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fileinput-name {
  display: none;
}
.no-touchevents .fileinput:hover span {
  color: rgb(3, 101, 124);
  background: transparent;
}
.fileinput input[type="file"],
.fileinput input[type="file"]:focus,
.fileinput input[type="file"]:hover {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer !important;
  outline: 0;
}
.fileinput input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.upload-avatar {
  font-size: 0;
  margin-bottom: 36px;
}
.upload-avatar .img-wrap {
  display: inline-block;
  width: 163px;
  vertical-align: middle;
}
.upload-avatar .upload {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 16px;
  width: calc(100% - 163px);
}
.upload-avatar .upload-title {
  margin-bottom: 6px;
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 400;
}
.upload-avatar p {
  color: rgb(51, 51, 51);
  margin-bottom: 12px;
  font-size: 11px;
}
.upload-avatar .delete-avatar {
  height: 31px;
  width: 101px;
  text-align: center;
  background-color: rgb(219, 37, 37);
  border: 1px solid rgb(219, 37, 37);
  border-radius: 5px;
  color: white;
  line-height: 29px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  display: none;
}
.upload-avatar .delete-avatar.enabled {
  display: inline-block;
}
.no-touchevents .upload-avatar .delete-avatar:hover {
  color: rgb(219, 37, 37);
  background: transparent;
}
.personal-data .field-wrap {
  max-width: 315px;
  margin-bottom: 12px;
}
.personal-data .note {
  color: rgb(51, 51, 51);
  margin-bottom: 25px;
  font-size: 11px;
}
.personal-data h3 {
  color: rgb(51, 51, 51);
  margin: 40px 0 25px;
  font-size: 18px;
}
.personal-data .check-wrap {
  margin-bottom: 10px;
}
.personal-data .check-wrap input {
  width: auto;
  height: auto;
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.personal-data .check-wrap label {
  margin: 0;
  color: rgb(102, 102, 102);
  font-size: 13px;
  display: inline;
  vertical-align: middle;
  font-weight: 400;
}
.personal-data .sub-label {
  color: rgb(102, 102, 102);
  font-size: 13px;
  font-weight: 700;
  margin: 30px 0 20px;
}
/*End personal data*/
/* jQuery UI */
h3.ui-state-active {
  background-color: rgba(3, 91, 121, 0.2);
  border-color: rgba(3, 91, 121, 0.3);
}
h3.ui-accordion-header:focus {
  outline: 0;
}
.ui-state-active .ui-icon {
  background-image: url("https://www.mirtrik.com/images/ui-icons_444444_256x240.png?v=10569") !important;
}
/* End jQuery UI */
/*Recommendation*/
.ref-info .inner {
  max-width: 680px;
}
.ref-info .videoWrapper {
  margin-bottom: 40px;
}
.ref-info p {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin-bottom: 14px;
}
.ref-info .important {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 34px;
}
.ref-info .scroll-nav a {
  font-size: 18px;
}
.no-touchevents .ref-info .scroll-nav a:hover {
  text-decoration: none;
}
.ref-info .conditions {
  padding-top: 40px;
}
.ref-info .ref-link-box {
  padding-bottom: 34px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
.ref-info .ref-link-box input {
  height: 47px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  color: rgb(4, 134, 166);
  width: 70%;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 400;
}
.ref-info .ref-link-box button {
  display: inline-block;
  margin: 0 0 0 20px;
  height: 47px;
  background-color: rgb(106, 194, 88);
  border-radius: 7px;
  font-size: 18px;
  font-weight: 400;
  width: 150px;
}
.ref-info .more-info {
  margin-bottom: 32px;
}
.ref-info .more-info p {
  margin-bottom: 0;
}
.ref-info .more-info span {
  color: rgb(4, 134, 166);
}
.ref-info .statistic {
  padding: 38px 0 43px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.ref-info .statistic table {
  max-width: 600px;
}
.ref-info .statistic table tr {
  background-color: rgb(249, 249, 249);
}
.ref-info .statistic table tr:nth-child(even) {
  background-color: #fafbfb;
}
.ref-info .statistic table td {
  color: rgb(102, 102, 102);
  border: 1px solid rgb(233, 233, 233);
  padding: 21px 30px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.ref-info .statistic table td:last-child {
  text-align: center;
  width: 195px;
}
.ref-info .bonus {
  padding-top: 40px;
}
.ref-info .bonus .bonus-summ span {
  color: rgb(4, 134, 166);
}
.ref-info .bonus .generate {
  margin: 45px 0 35px;
}
.ref-info .bonus .generate .important {
  margin-bottom: 9px;
}
.ref-info .bonus .generate input {
  height: 32px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  width: 310px;
  display: inline-block;
}
.ref-info .bonus .generate button {
  height: 32px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.ref-info .bonus .code-table {
  border-top: 1px solid #e5e5e5;
  padding-top: 43px;
}
.ref-info .bonus table {
  table-layout: fixed;
  width: 100%;
}
.ref-info .bonus table th {
  background-color: rgb(239, 255, 244);
  border: 1px solid rgb(233, 233, 233);
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
  padding: 21px 10px;
  text-transform: uppercase;
}
.ref-info .bonus table tr td {
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(233, 233, 233);
  color: rgb(51, 51, 51);
  text-align: center;
  font-size: 13px;
  padding: 21px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.ref-info .bonus table tr:nth-child(even) td {
  background-color: rgb(250, 251, 251);
}
.ref-info #bonus_program_agreed {
  height: auto;
}
/*End recommendation*/
/*Waiting list*/
.waiting-list .wait-item {
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.waiting-list .wait-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.waiting-list .img-wrap,
.waiting-list .descr-item,
.waiting-list .delete,
.waiting-list .prod-link,
.waiting-list .wait-prod-info {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.waiting-list .wait-prod-info {
  width: 85%;
  font-size: 0;
}
.waiting-list .img-wrap {
  padding-right: 25px;
}
.waiting-list .descr-item {
  width: 50%;
}
.waiting-list .descr-item p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
}
.waiting-list .availability-box .size-box,
.waiting-list .availability-box .price-box {
  display: inline-block;
  vertical-align: top;
}
.waiting-list .availability-box .size-box {
  text-align: center;
}
.waiting-list .availability-box .availability p {
  color: rgb(102, 102, 102);
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 15px;
  text-transform: uppercase;
}
.waiting-list .availability-box .size-box .size {
  color: rgb(102, 102, 102);
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  margin-bottom: 4px;
  line-height: 28px;
  display: inline-block;
  padding: 0 40px;
  text-transform: uppercase;
}
.waiting-list .availability-box .size-box.inStock .size {
  background-color: rgb(114, 147, 49);
  border: 1px solid rgb(114, 147, 49);
  color: #fff;
}
.waiting-list .availability-box .size-box.inStock .availability p {
  color: rgb(114, 147, 49);
}
.waiting-list .availability-box .price-box {
  margin-left: 45px;
  padding-top: 5px;
}
.waiting-list .availability-box .price-box .price {
  color: rgb(29, 166, 189);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.waiting-list .availability-box .price-box .old-price {
  color: rgb(51, 51, 51);
  font-size: 11px;
  margin-bottom: 0;
  text-decoration: line-through;
}
.waiting-list .availability-box .price-box .new-price {
  background-color: red;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 700;
}
.waiting-list .delete {
  width: 20%;
  text-align: center;
}
.waiting-list .delete-btn {
  background: url("https://www.mirtrik.com/assets/i/delete-wait.png?v=10569") no-repeat 50%;
  border-radius: 50%;
  width: 45px;
  border: none;
  margin-top: 0;
  height: 45px;
  transition: all 0.2s;
  background-color: rgb(255, 204, 204);
  display: inline-block;
}
.no-touchevents .waiting-list .delete-btn:hover {
  background-color: #ff8e8e;
}
.waiting-list .prod-link {
  width: 30%;
  text-align: center;
}
.waiting-list .prod-link a {
  height: 38px;
  background-color: rgb(114, 147, 49);
  border: 2px solid rgb(114, 147, 49);
  border-radius: 5px;
  line-height: 34px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.57);
  display: inline-block;
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.27);
  color: white;
  font-size: 14px;
  font-weight: 700;
  width: 170px;
  text-align: center;
  transition: all 0.2s;
  text-transform: uppercase;
}
.no-touchevents .waiting-list .prod-link a:hover {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  color: rgb(114, 147, 49);
}
/*End waiting list*/
/*Favorite list*/
.account .rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  border: none;
}
.remove {
  margin-bottom: 12px;
}
.desktop .favorite-list .remove {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.desktop .remove .remove-btn {
  background-color: rgb(255, 204, 204);
}
.desktop .favorite-list .product-box:hover .remove {
  opacity: 1;
}
.remove .remove-btn {
  color: white;
  font-size: 14px;
  font-weight: 700;
  border: none;
  position: relative;
  padding: 0;
  height: 30px;
  background-color: #ff8e8e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  margin: 0;
}
.remove .remove-btn:after {
  content: "";
  background: url("https://www.mirtrik.com/assets/i/delete-wait.png?v=10569") no-repeat 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -9px;
}
.no-touchevents .remove .remove-btn:hover {
  background-color: #ff8e8e;
}
/*End favorite list*/
/*Message*/
.messages-box {
  margin-top: 35px;
}
.messages-box .message-title {
  color: rgb(4, 134, 166);
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.messages-box .message-title a {
  display: inline-block;
  margin-right: 25px;
}
.messages-box .open .message-title a {
  text-decoration: none;
}
.messages-box .message-title time {
  text-decoration: none;
  color: rgb(204, 204, 204);
  display: inline-block;
}
.messages-box .message-body {
  max-width: 585px;
  display: none;
  padding: 30px 0;
}
.messages-box .open .message-body {
  display: block;
}
.messages-box .message-body p {
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin-bottom: 15px;
}
.messages-box .message-body img {
  max-width: 100%;
  display: block;
  margin: 24px auto;
}
/*End message*/
/*Invoice*/
.invoice {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 25px;
}
.invoice thead th {
  background-color: rgb(239, 255, 244);
  text-align: center;
  border: 1px solid rgb(233, 233, 233);
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 21px 10px;
}
.invoice td {
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(233, 233, 233);
  color: rgb(51, 51, 51);
  text-align: center;
  padding: 21px 10px;
  font-size: 14px;
}
.invoice td .pay-link {
  color: rgb(4, 134, 166);
  font-size: 11px;
  float: right;
  font-weight: 400;
  vertical-align: top;
  text-decoration: underline;
  text-transform: uppercase;
}
.invoice td .paid-text {
  color: rgb(1, 192, 95);
  text-decoration: none;
}
.invoice td .cancelled-text {
  color: red;
  text-decoration: none;
}
.invoice td time {
  vertical-align: top;
  color: rgb(1, 192, 95);
  width: 55px;
  display: inline-block;
  font-size: 10px;
}
.invoice td .order-num {
  color: rgb(51, 51, 51);
  float: left;
  font-size: 11px;
  vertical-align: top;
}
.invoice td .cancelled-reason-icon {
  background-image: url("https://www.mirtrik.com/assets/i/stiker.png?v=10569");
  background-repeat: no-repeat;
}
.invoice td .delete-invoice {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.invoice td .delete-invoice:before {
  margin-right: 0;
}
.invoice td .invoice-action-button {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.invoice td.invoice-actions {
  text-align: left;
  padding: 10px 0 0 20px;
}
.invoice-form {
  border: 1px solid rgb(204, 204, 204);
  padding: 0 35px;
}
.invoice-form h3 {
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}
.invoice-form label {
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
}
.invoice-form .field-wrap {
  margin-bottom: 15px;
  max-width: 315px;
}
.invoice-form button {
  margin-top: 28px;
}
/*End invoice*/
/* Referral */
.referral td .delete-promo {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.referral td .delete-promo:before {
  margin-right: 0;
}
/* End referral */
/*Checkout*/
.checkout-page h1 {
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}
.checkout-container {
  border: 1px solid rgb(204, 204, 204);
  padding: 50px 0;
}
.payment-systems img {
  display: block;
  margin: 0 auto 30px;
}
.checkout-form h2 {
  margin: 0 0 35px;
  color: rgb(51, 51, 51);
  font-size: 18px;
}
.checkout-form h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 400;
}
.checkout-form a {
  color: rgb(45, 162, 192);
  font-size: 13px;
  font-weight: 400;
}
.no-touchevents .checkout-form a:hover {
  text-decoration: underline !important;
}
.checkout-form .order-info {
  padding: 30px 0 0;
}
.checkout-form .order-info p {
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 13px;
}
.checkout-form .order-info .change-currency {
  color: rgb(219, 37, 101);
  font-size: 13px;
  margin: 0 15px;
  font-weight: 400;
  text-decoration: underline;
}
.no-touchevents .checkout-form .order-info .change-currency:hover {
  text-decoration: none !important;
}
.checkout-form button {
  margin: 40px 0 0;
  padding: 0 35px;
}
/*End checkout*/
/*-----------------------END MAIN-------------------------*/
/*-------------------------ASIDE---------------------------*/

aside .simple-menu {
  margin-bottom: 30px;
}
aside .simple-menu .menu-item {
  margin-bottom: 27px;
}
aside .simple-menu .menu-item h3 {
  color: black;
  line-height: 1.1em;
  border-bottom: none;
  text-transform: none;
  font-size: 18px;
}
aside .simple-menu .menu-item ul li.active a,
aside .simple-menu .menu-item ul li.active span {
  color: #739da7;
  text-decoration: none;
}
.no-touchevents aside .simple-menu .menu-item ul li a:hover {
  background: none;
}
.palette-multicolor-swatch {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 100 100"><path fill="%234DFF4D" d="M2 0l100 1 -50 50 -50 -50zm50 0m25 25m-50 0"/><path fill="%2360C9FF" d="M100 100l-100 0 50 -50 50 50zm-50 -0m-25 -25m50 2"/><path fill="%23CA62FF" d="M100 0l-1 100 -50 -50 50 -50zm0 50m-25 25m0 -50"/><path fill="%23FF6262" d="M2 100l0 -100 50 50 -50 50zm0 -50m25 -25m0 50"/></svg>')
    center center no-repeat;
}
/*-----------------------END ASIDE-------------------------*/
/*----------------MEDIA QUERIES-------------------*/
@media screen and (min-width: 1200px) {
  .delivery-box .disabled label[for="shipper-free"]:after {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .order-form .color-box ul li {
    margin-right: 0;
  }
  .add-info-tabs .delivery .text,
  .add-info-tabs .return .text {
    font-size: 13px;
  }
  .promo-box .field-wrap input {
    width: 170px;
  }
  .order-type + .go-login {
    margin-left: 30px;
  }
  .reorder-block {
    margin-bottom: 25px;
  }
  .thumb-slider .slide a img,
  .order-form img,
  .order-form .brand img {
    height: auto;
  }
  .account-menu ul li .new {
    margin-left: 7px;
  }
  .account-menu ul li .cost {
    margin-right: -13px;
  }
  .contacts-list {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts-list .contacts {
    padding: 0 12px;
  }
  .contacts-list .contacts .name {
    font-size: 16px;
  }
  .brands-list li {
    width: 33.33333%;
  }
  .brands-list.pict-list li a {
    max-width: 240px;
    margin: 0 auto;
  }
  .waiting-list .descr-item {
    width: 50%;
  }
  .waiting-list .prod-link {
    width: 30%;
  }
  .waiting-list .delete {
    width: 20%;
  }
  .waiting-list .availability-box .price-box {
    margin-left: 0;
    display: block;
  }
  .waiting-list .prod-link a {
    width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .order-form .color-box ul {
    text-align: center;
  }
  .btn-wrap {
    margin: 0 auto;
    max-width: 500px;
  }
  .prod-recommended .slick-arrow.slick-next {
    right: 9px;
  }
  .order-type,
  .comments {
    padding: 0 20px 0;
  }
  .reorder-block {
    padding: 25px 5px;
    margin-left: -5px;
  }
  .f-box .green-btn,
  .f-box .link-btn {
    bottom: 0;
  }
  .comments {
    padding-left: 5px;
  }
  .comments textarea {
    width: 100%;
  }
  .three-in-row .field-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .three-in-row .field-wrap:last-child {
    margin-bottom: 0;
  }
  .order-type + .go-login {
    margin-left: 20px;
  }
  .registration .half-box {
    height: auto !important;
  }
  .pict-wrap {
    padding-left: 15px;
    display: none;
  }
  .info-box {
    padding-right: 15px;
  }
  .info {
    padding: 20px 15px;
    background-image: none;
  }
  .acc-type {
    float: none !important;
    margin-bottom: 10px;
  }
  .account-menu ul li .new {
    margin-left: 7px;
  }
  .account .field-row.five-in-row .field-wrap {
    width: 33.33333%;
  }
  .account .field-row.five-in-row .field-wrap.big-field,
  .account .field-row .field-wrap.add-info {
    width: 100%;
    margin-bottom: 16px;
  }
  .account .custom-row .radio-wrap {
    padding-left: 5px;
  }
  .account .custom-row .radio-wrap p {
    margin-bottom: 6px;
  }

  .info-banner-title {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .info-banner .left-column,
  .info-banner .right-column {
    width: 100%;
    padding: 10px 10px 10px 50px;
  }
  .info-banner .month-only {
    margin: 0;
  }
  .info-banner-title img {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    height: auto;
  }
  .info-banner li {
    font-size: 16px;
    line-height: 19px;
  }
  .registration-wholesale {
    padding: 0 20px 20px;
    text-align: center;
  }
  .registration-wholesale .img-wrap {
    display: none;
  }
  .registration-wholesale .reg-form {
    width: 100%;
  }
  .registration-wholesale form {
    text-align: left;
  }
  .registration-wholesale .reg-form .after-send {
    text-align: left;
  }
  .grid.col-5 {
    text-align: center;
  }
  .grid.col-5 .grid-item {
    width: 33.33333%;
  }
  .grid.col-5 .grid-item .icon {
    margin-bottom: 20px;
  }
  .grid.col-5 .grid-item h4 {
    margin-bottom: 10px;
  }
  .styled-text {
    padding: 0 20px;
  }
  .video-box {
    padding: 20px;
  }
  .purple-box {
    padding: 1px 20px 40px;
  }
  .contacts-list {
    padding: 30px 15px 6px;
  }
  .contacts-list .contacts {
    width: 50%;
    padding: 0 15px;
  }
  .order-history th {
    font-size: 11px;
  }
  .brands-list li {
    width: 50%;
  }
  .recommended .product-slider {
    height: auto;
  }
  .ref-info .scroll-nav a {
    font-size: 14px;
  }
  .ref-info .ref-link-box input {
    width: 100%;
  }
  .ref-info .ref-link-box button {
    margin: 15px 0 0;
  }
  .ref-info .statistic table td:last-child {
    width: 100px;
  }
  .ref-info .bonus table th,
  .ref-info .bonus table tr td {
    font-size: 11px;
  }
  .ref-info .bonus .code-table {
    overflow-y: auto;
  }
  .ref-info .bonus .code-table table {
    width: 700px;
  }
  .waiting-list .img-wrap {
    float: left;
  }
  .waiting-list .wait-prod-info {
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 50px;
    padding-bottom: 5px;
  }
  .waiting-list .prod-link {
    display: block;
    width: auto;
    margin-top: 5px;
    text-align: left;
  }
  .waiting-list .descr-item {
    width: auto;
  }
  .waiting-list .delete {
    width: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -22px 0 0 0;
  }
  .invoice td {
    padding: 10px;
  }
  .invoice td .pay-link {
    float: none;
    display: block;
    text-align: center;
  }
  .invoice td time {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }
  .invoice td .order-num {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 7px;
  }
  .checkout-page .middle-header .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-page h1 {
    margin-top: 35px;
  }
  .more-benefits-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .order-form {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .delivery-box .disabled label[for="shipper-free"]:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brands-list-letter {
    margin-bottom: 20px;
  }
  .order-links {
    text-align: left;
    margin-bottom: 20px;
  }
  .order-links a {
    margin-bottom: 12px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prod-recommended .slick-arrow.slick-next {
    right: 13px;
  }
  .product .title {
    margin-bottom: 15px;
  }
  .product .title h1 {
    font-size: 16px;
    float: none !important;
    padding-bottom: 4px;
  }
  .add-info-tabs .delivery .delivery-text-wrap,
  .add-info-tabs .return .delivery-text-wrap {
    border-spacing: 0;
    margin-bottom: 0;
  }
  .add-info-tabs .delivery .text,
  .add-info-tabs .return .text {
    width: 100%;
    font-size: 13px;
    display: block;
    margin: 0 auto 15px;
  }
  .add-info-tabs .delivery .text:last-child,
  .add-info-tabs .return .text:last-child {
    margin-bottom: 0;
  }
  .r-tabs .r-tabs-panel {
    padding: 15px;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table table,
  .cart-table tr,
  .cart-table td,
  .cart-table tbody {
    display: block;
    width: 100%;
    border: none !important;
  }
  .cart-table tr {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 15px 0 30px 30px;
    border: none;
    border-bottom: 2px solid #fff !important;
    background: rgb(250, 250, 250);
  }
  .cart-table td.num {
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    border: none;
  }
  .qtyplus,
  .qtyminus {
    text-align: center;
  }
  .cart-table td.photo {
    float: left;
    width: auto;
    margin-right: 10px;
  }
  .cart-table td.cost,
  .cart-table td.quantity {
    width: auto;
    text-align: left;
  }
  .cart-table table td.descr {
    position: static;
  }
  .promo-wrap {
    width: 100%;
    margin-top: 25px;
  }
  .add-cart-info {
    display: block;
  }
  .reorder-block {
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .add-cart-info .f-box {
    display: block;
    width: 100%;
    padding: 15px;
    background-position: 0 0;
    height: auto !important;
    padding-bottom: 25px;
  }
  .add-cart-info .s-box {
    display: block;
    padding: 15px;
    width: 100%;
    height: auto !important;
  }
  .order-type,
  .comments {
    padding: 1px 0 0;
  }
  .comments {
    padding-bottom: 25px;
  }
  .f-box .green-btn,
  .f-box .link-btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .promo-box .promo-title,
  .total .total-title {
    width: auto;
  }
  .promo-box .field-wrap {
    float: right;
    margin: 5px 0 15px 0;
  }
  .accept-promo {
    float: right;
    clear: right;
  }
  .three-in-row .field-wrap {
    width: 33.33333%;
    margin-bottom: 0;
  }
  .order-type + .go-login {
    margin-left: 0;
  }
  .cart-banner-box {
    font-size: 0;
  }
  .cart-banner-box .banner {
    width: 33.33333%;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 0;
  }
  .order-finish .order-info {
    margin-bottom: 30px;
  }
  .open-promo-form {
    display: block;
    margin-top: 0;
  }
  .promo-box.promo-accepted {
    display: block;
    text-align: left;
  }
  .owner {
    margin-bottom: 20px;
  }
  .account-menu {
    max-width: 250px;
    z-index: 4;
    position: relative;
    margin: 0 0 30px;
  }
  .open-account-menu {
    display: block;
    cursor: pointer;
  }
  .open .open-account-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .account-menu ul {
    z-index: 3;
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
  .open.account-menu ul {
    display: block;
  }
  .account-menu ul li:first-child a {
    border-top: none;
  }
  aside .simple-menu .menu-item h3 {
    border-bottom: 1px solid #e5e5e5;
  }
  aside .simple-menu .menu-item h3:after {
    margin-top: -7px;
  }
  .registration-wholesale h2,
  .why-work h3,
  .about-page h3 {
    font-size: 24px;
  }
  .styled-text h3 {
    margin-bottom: 20px;
    margin-top: 22px;
  }
  .purple-box {
    margin: 30px 0;
  }
  .big-medium-purple-text p {
    font-size: 20px;
  }
  .big-medium-purple-text {
    margin-bottom: 40px;
  }
  p.important {
    margin-bottom: 30px;
  }
  .order-links-wrap {
    width: 100%;
    float: none;
    clear: both;
  }
  #zoom-wrap {
    left: 0;
    right: 0;
  }
  .waiting-list .img-wrap {
    float: none;
  }
  .waiting-list .wait-prod-info {
    width: 83%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0;
  }
  .waiting-list .prod-link {
    display: inline-block;
    width: 25%;
    margin-top: 0;
    text-align: center;
  }
  .waiting-list .descr-item {
    width: 55%;
  }
  .waiting-list .delete {
    width: 20%;
    position: relative;
    right: auto;
    top: auto;
    margin: 0;
  }
  .waiting-list .availability-box .price-box {
    display: inline-block;
    margin-left: 20px;
  }
  .waiting-list .prod-link a {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .table-scroll {
    overflow-y: hidden;
    min-height: 0.01%;
    overflow-x: auto;
    clear: both;
  }
  .table-scroll table {
    min-width: 620px;
  }
  #zoom-wrap {
    display: none !important;
  }
  .zoom {
    display: none;
  }
  .ref-info .ref-link-box input {
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
  }
  .ref-info .ref-link-box button {
    height: 40px;
    font-size: 16px;
  }
  .waiting-list .img-wrap {
    float: left;
  }
  .waiting-list .wait-prod-info {
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 50px;
    padding-bottom: 5px;
  }
  .waiting-list .prod-link {
    display: block;
    width: auto;
    margin-top: 5px;
    text-align: left;
  }
  .waiting-list .descr-item {
    width: auto;
  }
  .waiting-list .delete {
    width: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -22px 0 0;
  }
  .waiting-list .availability-box .price-box {
    display: block;
    margin-left: 0;
  }
  .waiting-list .prod-link a {
    width: 140px;
  }
}
@media screen and (max-width: 540px) {
  .sort button {
    margin-bottom: 10px;
  }
  .btn-wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .prod-order-form .btn-wrap .btn {
    float: none;
  }
  .prod-order-form .btn-wrap .btn:last-child {
    float: none;
  }
  .three-in-row .field-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .three-in-row .field-wrap:last-child {
    margin-bottom: 0;
  }
  .success-box .two-in-row .row-item {
    width: 100%;
    margin-top: 40px;
  }
  .success-box .two-in-row .row-item:first-child {
    margin-top: 0;
  }
  .success-box .two-in-row .btn-wrap {
    text-align: center;
  }
  .success-box .two-in-row .next {
    display: table;
    margin: 0 auto 15px;
  }
  .success-box .two-in-row .later {
    margin-left: 0;
  }
  .payment-box .radio-wrap input[type="radio"] + label .icon {
    display: none;
  }
  .delivery-box {
    margin-bottom: 40px;
  }
  .delivery-box label {
    padding-left: 70px;
  }
  .delivery-box .radio-wrap input[type="radio"] + label:before {
    left: 20px;
  }
  .delivery-box .radio-wrap input[type="radio"]:checked + label:after {
    left: 28px;
  }
  .delivery-address .three-in-row .field-wrap {
    width: 100%;
    margin-bottom: 12px;
  }
  .registration .half-box {
    padding: 8px 15px 10px;
  }
  .registration .half-box form .field-wrap.err .err-message {
    max-width: 100%;
    margin: 5px 0 10px;
    display: block;
  }
  .blue-bg,
  .grey-bg,
  .wholesale-box {
    margin: 20px 0;
  }
  .no-mail {
    margin-bottom: 35px;
  }
  .account .field-row.five-in-row .field-wrap {
    width: 100%;
  }
  .account .field-row.five-in-row .field-wrap .radio-box {
    padding-top: 6px;
  }
  .grid.col-5 .grid-item {
    width: 50%;
  }
  .registration-wholesale .req-message {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .grid.col-5 {
    margin-bottom: 10px;
  }
  .registration-wholesale h2 {
    margin: 20px 0;
  }
  .registration-wholesale form .green-btn-small {
    margin: 20px 0 30px;
  }
  .registration-wholesale .reg-form .after-send p {
    font-size: 13px;
  }
  .styled-text {
    padding: 0;
  }
  .brands-list.pict-list li {
    width: 100%;
    height: auto;
  }
  .brands-list.pict-list li a {
    background: transparent;
  }
  .quantity-order,
  .order-info {
    width: 100%;
  }
  .upload-avatar .img-wrap {
    margin-bottom: 15px;
  }
  .upload-avatar .upload {
    width: 100%;
    padding-left: 0;
  }
  .ref-info .statistic table td {
    padding: 15px 10px;
  }
  .ref-info .statistic table td:last-child {
    width: 50px;
  }
  .ref-info .bonus .generate input {
    width: 100%;
  }
  .ref-info .bonus .generate button {
    margin: 15px 0 0;
  }
  .ref-info .bonus .bonus-summ span {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
  .messages-box .message-title {
    margin-bottom: 5px;
  }
  .messages-box .message-title time {
    display: block;
  }
  .invoice-form {
    padding: 0 15px;
  }
  .checkout-container {
    padding: 30px 0;
  }
  .checkout-container > div {
    width: 100%;
  }
  .checkout-container .payment-systems {
    display: none;
  }
  .delivery-box .disabled label[for="shipper-free"]:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .modal-content {
    padding: 0 10px;
  }
  #size-error img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  #size-error .side,
  #add-to-basket .side {
    overflow: hidden;
    padding-bottom: 4px;
  }
  #size-error .example img {
    margin-right: 15px;
    float: left;
  }
  #add-to-basket .btn,
  #add-to-basket .btn:last-child {
    display: table;
    margin: 0 auto 15px;
  }
  #add-to-basket .btn:last-child {
    margin-bottom: 0;
  }
  #add-to-basket img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .cart-banner-box {
    padding: 20px 10px;
  }
  .delivery-form .green-btn,
  .delivery-form .next-btn,
  .delivery-form .link-btn {
    float: none !important;
    display: table;
    margin: 0 auto;
  }
  .delivery-form .green-btn,
  .delivery-form .link-btn {
    margin-bottom: 20px;
  }
  .order-finish .balance {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  .registration .half-box .radio-wrap p {
    display: block;
    float: none !important;
    margin-top: 6px;
  }
  .wholesale-box a {
    font-size: 16px;
  }
  .info-banner {
    background-position-x: 10%;
  }
  .info-banner .left-column,
  .info-banner .right-column {
    padding: 10px;
  }
  .info-banner .month-only {
    background-color: rgba(237, 27, 36, 0.5);
    width: 100%;
    text-align: center;
  }
  .info-banner-title {
    margin: 0;
  }
  .info-banner li {
    background: none;
    font-size: 14px;
    line-height: 17px;
  }
  .purple-box {
    margin: 25px -15px;
  }
  .video-box {
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .contacts-list .contacts {
    width: 100%;
    text-align: center;
  }
  #user-callback .form-inline .form-group {
    margin-bottom: 15px;
  }
  .order-info-box h2 .meta {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .invoice .delete-invoice-cell {
    width: 40px;
  }
  .text-content img {
    margin-bottom: 25px;
  }
  .more-benefits-button {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .add-info-tabs .delivery .text img,
  .add-info-tabs .return .text img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .payment-box > div {
    width: 100%;
  }
  .payment-box .radio-wrap {
    height: auto !important;
  }
  .payment-box .radio-wrap label {
    padding-top: 55px;
  }
  .payment-box .radio-wrap input[type="radio"] + label:before {
    top: 15px;
  }
  .payment-box .radio-wrap input[type="radio"]:checked + label:after {
    top: 23px;
  }
  .payment-box .radio-wrap input[type="radio"] + label .icon {
    height: auto;
    margin-bottom: 15px;
  }
  .payment-box .radio-wrap h4 {
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .total .total-quantity {
    padding: 0 20px;
  }
  .promo-box {
    position: relative;
  }
  .promo-box .promo-title {
    margin-bottom: 10px;
  }
  .promo-box .field-wrap {
    float: none;
    display: block;
  }
  .promo-box .field-wrap input {
    width: 100%;
  }
  .account-menu,
  .open-account-menu {
    width: 100%;
    max-width: 100%;
  }
  .account .custom-row .radio-wrap .radio-box {
    margin-right: 15px;
  }
  .account .custom-row .radio-wrap .radio-box:last-child {
    margin-right: 0;
  }
  .grid.col-5 .grid-item {
    width: 100%;
  }
  .big-medium-purple-text p {
    font-size: 16px;
  }
  .rating-label {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .waiting-list .img-wrap {
    padding-right: 10px;
  }
}
/*-------------END MEDIA QUERIES------------------*/
/*----------------RETINA GRAPHICS-----------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}
/*---------------END RETINA GRAPHICS--------------*/

/*-------------FOR ALL DEVICES--------------------*/
.log-message-wrapper {
  padding: 10px;
  margin-bottom: 10px;
}

.log-message-wrapper .log-time {
  font-weight: bold;
}

.log-message-wrapper .log-mail {
  font-style: italic;
}

.log-message-wrapper .log-message {
  margin-top: 3px;
}

.log-message-wrapper.level-2 {
  background-color: rgba(219, 37, 101, 0.04);
  border-left: 5px solid rgba(219, 37, 101, 0.5);
}

.hide-search main.search {
  visibility: hidden;
}
/*-------------END FOR ALL DEVICES----------------*/
