body[class^=page_login] {
  background: #222; }
  body[class^=page_login] .owl-carousel.owl-theme {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0; }
  body[class^=page_login] .h1 {
    background: url("../images/h1but.png") no-repeat center center;
    background-size: contain;
    line-height: 100px;
    font-weight: bold; }

.white {
  color: #ffffff; }

ul.list-my-account li {
  text-align: center;
  /*line-height: 2.5em;*/
  margin: 30px 0; }
  ul.list-my-account li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    line-height: 100px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
  ul.list-my-account li.li-editprofile a {
    background: url(../images/profile_d.png) no-repeat 0 0; }
    ul.list-my-account li.li-editprofile a:hover {
      background: url(../images/profile_h.png) no-repeat 0 0; }
  ul.list-my-account li.li-myorders a {
    background: url(../images/orders_d.png) no-repeat 0 0; }
    ul.list-my-account li.li-myorders a:hover {
      background: url(../images/orders_h.png) no-repeat 0 0; }
  ul.list-my-account li.li-logout a {
    background: url(../images/logout_d.png) no-repeat 0 0; }
    ul.list-my-account li.li-logout a:hover {
      background: url(../images/logout_h.png) no-repeat 0 0; }

table.table-orders {
  margin: 30px auto 0 auto; }
  table.table-orders tr td {
    padding: 5px; }
  table.table-orders tr:nth-child(2n) td {
    color: #ffffff; }

ul.ul-orders {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-top: 30px;
  overflow-y: auto;
  max-height: 500px; }
  ul.ul-orders::-webkit-scrollbar {
    width: 12px; }
  ul.ul-orders::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc; }
  ul.ul-orders::-webkit-scrollbar-thumb {
    background-color: #9bc43f; }
  ul.ul-orders::-webkit-scrollbar-thumb:hover {
    background-color: #79c400; }
  ul.ul-orders li {
    color: #9bc43f;
    border: 1px solid #9bc43f;
    border-radius: 3px;
    margin: 12px 0;
    line-height: 50px;
    padding: 0 15px;
    position: relative; }
    ul.ul-orders li form {
      margin: 0;
      padding: 0;
      border: 0; }
    ul.ul-orders li .btn {
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      line-height: 50px;
      font-size: 18px; }
      ul.ul-orders li .btn:hover, ul.ul-orders li .btn:active, ul.ul-orders li .btn:focus {
        color: #7ec485; }
    ul.ul-orders li .btn.remove_ttcode {
      color: #f00;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -10px;
      font-size: 18px; }
      ul.ul-orders li .btn.remove_ttcode:hover, ul.ul-orders li .btn.remove_ttcode:active, ul.ul-orders li .btn.remove_ttcode:focus {
        color: #ff6f75; }
    ul.ul-orders li:last-child {
      border: 0;
      padding: 0; }
      ul.ul-orders li:last-child input[type=text] {
        height: 50px;
        line-height: 50px; }
        ul.ul-orders li:last-child input[type=text]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #ffffff; }
        ul.ul-orders li:last-child input[type=text]::-moz-placeholder {
          /* Firefox 19+ */
          color: #ffffff; }
        ul.ul-orders li:last-child input[type=text]:-ms-input-placeholder {
          /* IE 10+ */
          color: #ffffff; }
        ul.ul-orders li:last-child input[type=text]:-moz-placeholder {
          /* Firefox 18- */
          color: #ffffff; }

input[type=text].yask-form-control,
input[type=email].yask-form-control,
input[type=password].yask-form-control,
input[type=number].yask-form-control {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  line-height: 40px;
  height: 40px; }
  input[type=text].yask-form-control::-webkit-input-placeholder,
  input[type=email].yask-form-control::-webkit-input-placeholder,
  input[type=password].yask-form-control::-webkit-input-placeholder,
  input[type=number].yask-form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9bc43f; }
  input[type=text].yask-form-control::-moz-placeholder,
  input[type=email].yask-form-control::-moz-placeholder,
  input[type=password].yask-form-control::-moz-placeholder,
  input[type=number].yask-form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #9bc43f; }
  input[type=text].yask-form-control:-ms-input-placeholder,
  input[type=email].yask-form-control:-ms-input-placeholder,
  input[type=password].yask-form-control:-ms-input-placeholder,
  input[type=number].yask-form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #9bc43f; }
  input[type=text].yask-form-control:-moz-placeholder,
  input[type=email].yask-form-control:-moz-placeholder,
  input[type=password].yask-form-control:-moz-placeholder,
  input[type=number].yask-form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #9bc43f; }

.btn-yask {
  background: url("../images/cofirm.png") no-repeat 0 0;
  background-size: contain;
  color: #ffffff;
  width: 220px;
  height: 49px;
  text-align: center;
  margin: 10px 0; }
  .btn-yask:hover {
    color: #9bc43f; }

.yask-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px; }

.alert-yask {
  background: transparent !important;
  margin: 0 15px 30px 15px !important;
  text-align: center !important; }

.alert-yask-success {
  border: 1px solid #9bc43f;
  color: #9bc43f; }

.alert-yask-danger {
  border: 1px solid #f00;
  color: #f00; }

.yask-label {
  color: #9bc43f;
  font-size: 16px;
  font-weight: normal;
  padding: 10px; }

.myaccount-menu {
  position: fixed;
  z-index: 99;
  right: 0; }
  .myaccount-menu li {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 30px; }
    .myaccount-menu li:hover ul {
      display: block; }
    .myaccount-menu li a {
      color: #9bc43f;
      font-weight: bold; }
    .myaccount-menu li ul {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      left: 0;
      top: 40px;
      display: none;
      -webkit-transition: ease-in-out 0.2s;
      -moz-transition: ease-in-out 0.2s;
      -ms-transition: ease-in-out 0.2s;
      -o-transition: ease-in-out 0.2s;
      transition: ease-in-out 0.2s; }
      .myaccount-menu li ul li {
        background: transparent;
        text-align: center;
        position: relative; }
        .myaccount-menu li ul li:after {
          content: "";
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          display: block;
          position: absolute;
          bottom: 0;
          width: 80%;
          right: 10%; }
        .myaccount-menu li ul li:last-child:after {
          display: none; }
        .myaccount-menu li ul li a {
          color: #ffffff;
          font-weight: normal; }
          .myaccount-menu li ul li a:hover {
            color: #9bc43f; }
