

/* Start:/local/templates/asna-new/css/sorting.css?17522343251869*/
.sorting {
  position: relative;
  z-index: 21;
}

.sorting-new {
  padding: 20px 0 10px;
  border-top: 1px solid rgba(157, 157, 157, 0.3);
}

.sorting__item {
  display: inline-block;
  vertical-align: middle;
}

.sorting__item__label,
.sorting__item__select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.sorting__item__label {
  min-width: 115px;
  line-height: 1;
}

.sorting__item__label label {
  font-size: 14px;
  color: #D5D5D6;
  margin-right: 7px;
  font-weight: 700;
}

.sorting__cart,
.sorting-available {
  float: right;
}

.section-main__content-line-top .sorting__item.sorting__item-fav {
  float: none;
  display: block;
  margin-bottom: 12px;
}

.section-main__content-line-top .sorting__item.sorting__item-fav + .sorting__item {
  margin-left: 0;
}

@media screen and (max-width: 1270px) {
  .sorting__item__select select {
    padding: 5px 30px 5px 20px;
  }

  .sorting__cart {
    float: left;
    clear: both;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .sorting__item__select select {
    border-radius: 20px;
    font-size: 20px !important;
    font-weight: 400;
    height: 45px;
    padding-right: 40px;
  }

  .sorting__item__select:after {
    top: 19px !important;
    right: 19px !important;
  }

  .sorting__item__label:not(.sorting__item__label-not-hide-label) label {
    display: none;
  }

  .sorting {
    float: right;
  }

  .angular-ctrl-wrap .sorting__item__select select {
    height: 56px;
    border-radius: 40px;
    border: solid 4px #878787;
    font-size: 24px !important;
  }

  .angular-ctrl-wrap .sorting__item__select:after {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .angular-ctrl-wrap .sorting {
    margin-top: -7px;
    position: relative;
    z-index: 1;
  }

  .angular-ctrl-wrap .sorting-available {
    margin-top: -8px;
  }
}

/* End */


/* Start:/local/templates/asna-new/css/promocodes.css?175223432510712*/
.promocodes {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    margin-bottom: 25px;
}

.promocodes__tilte {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    color: #080808;
    margin-bottom: 5px;
}

/**/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

.popup-new.alert {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    width: 420px;
}

.promocodes__form {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(157, 157, 157, 0.2);
    background-color: #ffffff;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    border: solid 1px rgba(151, 151, 151, 0.3);
    font-size: 0;
    position: relative;
}

/**/
.promocodes__form {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(157, 157, 157, 0.2);
    background-color: #ffffff;
    border: solid 1px rgba(151, 151, 151, 0.3);
    font-size: 0;
    position: relative;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.promocodes__form input {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    border: 0;
    box-sizing: border-box;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.promocodes__form input[type="text"] {
    width: 65%;
    color: #080808;
    outline: 0;
    padding: 0 30px 0 10px;
    background: #ffffff;
}

.promocodes__form input[type="text"][disabled] {
    color: #878787;
}

.promocodes__form input[type="submit"] {
    width: 35%;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    background-color: #495AF6;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.promocodes__form.loading input[type="submit"] {
    font-size: 0;
}

.promocodes__form.error {
    border-color: #ff4800;
}

.promocodes__form input[type="submit"].disabled {
    background-color: rgba(157, 157, 157, 0.5);
}

.promocodes__applied {
    margin-top: 10px;
}

.promocodes__applied__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    color: #080808;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px rgba(157, 157, 157, 0.5);
}

.promocodes__applied__list__item {
    padding-left: 50px;
    font-size: 0;
    display: block;
    position: relative;
}

.promocodes__applied__list__item--isEdit {
    padding-left: 0;
}

.promocodes__applied__list__item__remove {
    display: block;
    width: 21px;
    height: 19px;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/local/templates/asna-new/css/../img/asna_2018/delete-new.png);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    cursor: pointer;
}

.svg .promocodes__applied__list__item__remove {
    background-image: url(/local/templates/asna-new/css/../img/asna_2018/delete-new.svg);
}

.promocodes__applied__list__item__remove:hover {
    background-position: 0 100%;
}

.promocodes__applied__list__item__title {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    color: #080808;
    border-bottom: solid 1px rgba(157, 157, 157, 0.5);
    text-decoration: none;
    padding-right: 25px;
}

.promocodes__form_error {
    color: #ff4800;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 700;
}

.promocodes__applied__list__item:last-child .promocodes__applied__list__item__title {
    border-bottom: 0;
}

.promocodes__applied__list__item__notice {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.1px;
    display: block;
}

.promocodes__applied__list__item__notice__success {
    color: #50be14;
}

.promocodes__applied__list__item__notice__danger {
    color: #ffad11;
}

.promocodes__form__reset {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    display: inline-block;
}

.promocodes__form__reset:before,
.promocodes__form__reset:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #878787;
}

.promocodes__form__reset:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.promocodes__form__reset:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.promocodes__applied__list__item__info {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 20px;
}

.promocodes__applied__list__item__info:before,
.promocodes__applied__list__item__info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/asna-new/img/asna_2018/info-promocode.svg) no-repeat;
    background-size: 100% 200%;
    background-position: 0 0;
    transition: 0.2s opacity;
}

.promocodes__applied__list__item__info:after {
    opacity: 0;
    background-position: 0 100%;
}

@media screen and (min-width: 1000px) {
    .promocodes__applied__list__item__title:hover .promocodes__applied__list__item__info:before {
        opacity: 0;
    }

    .promocodes__applied__list__item__title:hover .promocodes__applied__list__item__info:after {
        opacity: 1;
    }
}

.promocodes__applied__list__item__tooltop {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    width: 90%;
    background-color: #5079da;
    box-shadow: 0 5px 10px 0 rgba(60, 99, 192, 0.3);
    border-radius: 5px;
    position: absolute;
    right: -15px;
    transition: all 0.150s;
    -webkit-transition: all 0.150s;
    -moz-transition: all 0.150s;
    -o-transition: all 0.150s;
    top: 50%;
    margin-top: 16px;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
}

.promocodes__applied__list__item__title:hover .promocodes__applied__list__item__tooltop {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.promocodes__applied__list__item__tooltop__body {
    padding: 10px;
    position: relative;
    text-align: left;
}

.promocodes__applied__list__item__tooltop__button {
    text-align: center;
    font-weight: 600;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.promocodes__applied__list__item__tooltop:before {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #5079da;
    position: absolute;
    bottom: 100%;
    right: 20px;
}

@media screen and (min-width: 1001px) {
    .promocodes__form__reset {
        opacity: 0.3;
        transition: 0.3s all;
    }

    .promocodes__form__reset:hover {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.loading__dotted {
    position: absolute;
    width: 35%;
    top: 50%;
    right: 5px;
    text-align: center;
    transform: translateY(-50%);
    font-size: 0;
}

.loading__dotted span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    background: #ffffff;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
}

.loading__dotted span:nth-child(2) {
    animation-delay: .2s;
}

.loading__dotted span:nth-child(3) {
    animation-delay: .4s;
}

@media screen and (max-width: 1100px) and (min-width: 1001px) {
    .promocodes__form input[type="submit"] {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .promocodes__applied__list__item__remove {
        width: 42px;
        height: 38px;
        margin-top: -18px;
    }

    .promocodes {
        border-radius: 0;
        box-sizing: border-box;
        width: calc(100% + 60px);
        margin: 40px 0 0 -30px;
        padding: 20px 30px 40px;
    }

    .promocodes__form {
        padding: 10px;
        border-radius: 10px;
    }

    .promocodes__form input {
        height: 68px;
        font-size: 24px;
        line-height: 32px;
    }

    .promocodes__form input[type="text"] {
        padding: 0 60px 0 20px;
    }

    .promocodes__form input[type="submit"] {
        border-radius: 4px;
    }

    .promocodes__tilte,
    .promocodes__applied__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .promocodes__applied {
        margin-top: 20px;
    }

    .promocodes__applied__title {
        padding-bottom: 10px;
        border-width: 2px;
    }

    .promocodes__applied__list__item__title {
        padding: 20px 0;
        font-size: 24px;
        line-height: 32px;
        border-width: 2px;
        padding-right: 50px;
    }

    .promocodes__applied__list__item {
        padding-left: 100px;
    }

    .promocodes__applied__list__item--isEdit {
        padding-left: 0;
    }

    .promocodes__applied__list__item__notice {
        font-size: 20px;
        line-height: 24px;
    }

    .promocodes__form__reset {
        width: 30px;
        height: 30px;
    }

    .promocodes__applied__list__item__info {
        width: 40px;
        height: 40px;
    }

    .loading__dotted {
        right: 10px;
    }

    .loading__dotted span {
        width: 10px;
        height: 10px;
    }

    .promocodes__form_error {
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px;
    }
}

/* End */
/* /local/templates/asna-new/css/sorting.css?17522343251869 */
/* /local/templates/asna-new/css/promocodes.css?175223432510712 */
