@charset "utf-8";
@import url("https://src.cosmeticstar.ru/fonts/ptsans.css");
@import url("https://src.cosmeticstar.ru/fonts/ptsans-bold.css");
@import url("https://src.cosmeticstar.ru/fonts/ptsans-italic.css");
@import url("https://src.cosmeticstar.ru/fonts/ptsans-bold-italic.css");
@import url("https://src.cosmeticstar.ru/fonts/ptsans-narrow-bold.css");
@import url("https://src.cosmeticstar.ru/fonts/ptserif.css");
@import url("https://src.cosmeticstar.ru/fonts/ptserif-bold.css");
:root {
  --black: #000;
  --grey: #6e6e6e;
  --unicolor: #449168;
  --link: #449168;
  --border-radius: 0px;
  --font-size: 13px;
  --font-size-small: 12px;
  --call-chat-img: url("https://src.cosmeticstar.ru/img/email.svg?color=449168") no-repeat 0 0;
  --delivery-title-img: url("https://src.cosmeticstar.ru/img/delivery.svg?color=449168") no-repeat 0 0;
  --delivery-name-img: url("https://src.cosmeticstar.ru/img/delivery-name.svg?color=449168") no-repeat 0 0;
  --size-img-preview-desktop: 150px;
  --size-img-preview-mobile: 150px;
}
body {
  background: #e8e8e8;
  font: normal 13px/22px "PT Sans", "Arial", "Helvetica", sans-serif;
  color: #000;
  letter-spacing: 0;
}
a,
.link,
.link-color,
.green,
.unicolor {
  color: var(--link);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #346e4f;
}
.title {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "PT Sans Narrow";
  font-weight: bold;
}
.grey {
  color: #6e6e6e;
}
.black {
  color: #000;
}
.second-color {
  color: #46aaaa;
}
.narrow {
  font-family: "PT Sans Narrow";
  font-weight: bold;
}
p,
ol,
ul {
  margin-bottom: 20px;
}
p + ul,
p + ol {
  margin-top: -10px;
}
ul li {
  background: url("/img/i-li.png") no-repeat 0 9px;
}
h1,
.h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #449168;
}
h2,
.h2 {
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #000;
}
h3,
.h3 {
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #000;
}
h4,
.h4 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  margin: 0;
  color: #449168;
}
.stripe-header {
  background: #449168;
  padding: 9px 20px 8px;
  margin-left: -20px;
}
.stripe-header::before {
  border-top-color: #449168;
}
.stripe-header::after {
  border-bottom-color: #449168;
}
small,
.small {
  font-size: 12px;
}
div.small,
p.small {
  line-height: 16px;
}
@media  (min-width: 761px) {
  .wrap {
    width: 980px;
    margin: 0 auto;
  }
}
@media  (max-width: 760px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input.text,
textarea,
select,
.increment {
  border-color: rgba(68, 145, 104, 0.5);
  color: #000;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input.text:focus,
textarea:focus,
select:focus,
.increment:focus {
  border-color: #b3e7b1;
  box-shadow: inset 0 0 0 1px #b3e7b1;
}
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="number"][readonly],
input.text[readonly],
textarea[readonly],
select[readonly],
.increment[readonly],
input[type="text"].readonly,
input[type="password"].readonly,
input[type="email"].readonly,
input[type="search"].readonly,
input[type="number"].readonly,
input.text.readonly,
textarea.readonly,
select.readonly,
.increment.readonly {
  background-color: rgba(68, 145, 104, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input.text[disabled],
textarea[disabled],
select[disabled],
.increment[disabled],
input[type="text"].disabled,
input[type="password"].disabled,
input[type="email"].disabled,
input[type="search"].disabled,
input[type="number"].disabled,
input.text.disabled,
textarea.disabled,
select.disabled,
.increment.disabled {
  color: rgba(0, 0, 0, 0.3);
}
input[type="submit"],
input[type="button"],
button,
.bttn {
  background-color: #449168;
}
input[type="submit"]:not(.small):not(.large),
input[type="button"]:not(.small):not(.large),
button:not(.small):not(.large),
.bttn:not(.small):not(.large) {
  font-size: 14px;
}
input[type="submit"].small,
input[type="button"].small,
button.small,
.bttn.small {
  font-size: 12px;
  line-height: 23px;
}
input[type="submit"].large,
input[type="button"].large,
button.large,
.bttn.large {
  font-size: 15px;
}
input[type="submit"].secondary,
input[type="button"].secondary,
button.secondary,
.bttn.secondary {
  background: #46aaaa;
}
input[type="checkbox"],
input[type="radio"],
.increment i {
  border-color: #449168;
}
input[type="checkbox"]:active,
input[type="radio"]:active,
.increment i:active {
  background-color: rgba(68, 145, 104, 0.2);
}
input[type="checkbox"] {
  border-radius: 0;
}
header {
  color: #fff;
}
@media  (min-width: 761px) {
  header {
    height: 340px;
    padding-top: 10px;
    background: url("/img/bg.header.jpg") no-repeat 50% 0, #65a8a8;
    background-size: cover;
  }
  #page-main header {
    height: 400px;
    margin-bottom: -72px;
  }
}
@media  (max-width: 760px) {
  header {
    /*.gradient(#60aa73, #539a9a);*/
    background: linear-gradient(180deg, #60aa73 0, #539a9a);
    margin-top: -50px;
    padding-top: 50px;
  }
}
header a,
header .link {
  color: inherit;
}
@media  (min-width: 761px) {
  header a:hover,
  header .link:hover {
    color: #c5fdc2 !important;
  }
}
header .wrap {
  position: relative;
}
@media  (max-width: 760px) {
  header .wrap::after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: "";
  }
}
@media  (min-width: 761px) {
  #top-nav {
    height: 65px;
  }
  #top-nav > nav {
    font-size: 13px;
    color: #000;
    float: left;
  }
  #top-nav > nav a:not(:last-child) {
    border-right: dotted 1px rgba(255, 255, 255, 0.5);
    padding-right: 9px;
    margin-right: 6px;
  }
}
@media  (max-width: 760px) {
  #top-nav {
    color: #449168;
  }
}
@media  (min-width: 761px) {
  #top-nav > nav a:hover,
  #login > a:hover,
  #series a:hover {
    color: #000 !important;
    text-decoration: none;
  }
}
@media  (min-width: 761px) {
  #login {
    width: 240px;
    text-align: center !important;
  }
  #login.logout {
    text-indent: -5px;
  }
}
#login-form dt {
  font-size: calc(var(--font-size) + 1px);
  line-height: 18px;
}
#tagline {
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}
@media  (min-width: 761px) {
  #tagline {
    float: left;
    width: 240px;
    margin-right: 62px;
  }
}
@media  (max-width: 760px) {
  #tagline {
    padding: 10px 0 15px;
  }
}
#tagline h1,
#tagline p {
  padding: 1px 0 3px;
  border: #b3e7b1 3px solid;
  border-top: 0;
  font-size: 14px;
  margin: 20px 0 29px;
  line-height: 21px;
  position: relative;
  color: #fff;
}
@media  (max-width: 760px) {
  #tagline h1,
  #tagline p {
    margin-bottom: 15px;
  }
}
#tagline h1::before,
#tagline p::before,
#tagline h1::after,
#tagline p::after {
  width: 16%;
  height: 3px;
  background: #b3e7b1;
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#tagline h1::after,
#tagline p::after {
  left: auto;
  right: 0;
}
#tagline h1 b,
#tagline p b {
  display: block;
  margin-top: -10px;
}
#tagline .phones-n-links {
  margin: 0 -10px;
}
#tagline .phones-n-links strong {
  font-size: 18px;
}
#tagline .phones-n-links .icon-skype {
  background-image: url("/img/ico-skype.svg");
  top: -2px;
}
#tagline .phones-n-links .icon-messenger.whatsapp {
  background-image: url("/img/ico-whatsapp.svg");
  top: -2px;
}
#tagline time {
  font-size: 12px;
  justify-content: center;
  margin-bottom: 5px;
}
#logo img {
  display: block;
}
@media  (min-width: 761px) {
  #logo img {
    margin: -23px 0 36px -3px;
  }
}
@media  (max-width: 760px) {
  #logo img {
    margin: 0 auto;
  }
}
#series {
  font-size: 14px;
}
@media  (min-width: 761px) {
  #series {
    width: 405px;
    float: left;
    padding-left: 12px;
  }
}
@media  (max-width: 760px) {
  #series {
    padding-bottom: 5px;
  }
  .page-wide #series {
    display: none;
  }
}
#series ins {
  background: #fff;
  font-size: 16px;
  color: #449168;
  padding: 7px 0 6px;
}
@media  (min-width: 761px) {
  #series ins {
    display: inline-block;
    margin-left: -12px;
  }
}
@media  (max-width: 760px) {
  #series ins {
    display: block;
    padding: 0 5px;
    margin: 0 -10px 5px;
  }
}
@media  (min-width: 761px) {
  #series ins a {
    border-right: dotted 1px rgba(0, 0, 0, 0.2);
    padding: 0 15px 0 11px;
  }
  #series ins a:last-child {
    border-right-width: 0;
    margin-right: 0;
  }
}
@media  (max-width: 760px) {
  #series ins a {
    padding: 7px 5px 6px;
    display: block;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  }
  #series ins a:last-child {
    border-bottom-width: 0;
  }
}
#series ins a:hover {
  color: #000 !important;
}
#series ul {
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  columns: 2;
  column-gap: 25px;
}
@media  (min-width: 761px) {
  #series ul {
    padding-top: 15px;
  }
}
#series li {
  padding: 0;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.4);
  background: none;
}
#series li a {
  display: block;
  padding: 7px 0;
}
#cart {
  font-size: 12px;
  text-align: center;
}
@media  (min-width: 761px) {
  #cart {
    float: right;
    width: 240px;
    padding-bottom: 24px;
  }
}
#cart .count-discount {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 3px;
}
#cart .inner {
  border: solid 3px #b3e7b1;
  border-top-width: 0;
  padding: 1px 0 25px;
  position: relative;
  margin-bottom: 5px;
}
#cart .inner::before,
#cart .inner::after {
  width: 23%;
  height: 3px;
  background: #b3e7b1;
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#cart .inner::after {
  left: auto;
  right: 0;
}
#cart .title {
  margin: -8px 0 14px;
  color: #fff;
}
#cart p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
#cart .checkout {
  position: relative;
  margin: -19px 0 7px;
}
#count,
#discount {
  margin: 0 5px;
}
#discount.birthday {
  background-position: -40px -440px;
  height: 50px;
  margin-bottom: -15px;
  text-shadow: 0 -1px 0 #7f0063;
}
@media  (min-width: 761px) {
  #search {
    float: right;
    width: 240px;
  }
}
@media  (max-width: 760px) {
  #search {
    background: #60aa73;
    margin: 0 -10px;
    padding: 10px;
    display: none;
  }
}
@media  (max-width: 760px) {
  #search fieldset {
    padding-right: 55px;
  }
}
#search input[type="text"] {
  float: left;
  padding-left: 12px;
  border: none;
  height: 35px;
}
@media  (min-width: 761px) {
  #search input[type="text"] {
    width: 205px;
  }
}
@media  (max-width: 760px) {
  #search input[type="text"] {
    width: 100%;
  }
}
#search input[type="submit"] {
  width: 35px;
  height: 35px;
  float: left;
  background: #449168 url("/img/sprites.png") 9px 8px;
  cursor: pointer;
}
@media  (max-width: 760px) {
  #search input[type="submit"] {
    margin-right: -55px;
  }
}
.tabs {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  font-size: 16px;
  height: 42px;
  border-bottom: 2px solid #b3e7b1;
  padding-left: 48px;
  border-bottom-width: 0;
  height: 44px;
  text-align: center;
  padding-left: 0;
}
@media  (min-width: 761px) {
  .tabs {
    margin-top: -44px;
    border-bottom-width: 0;
  }
}
@media  (max-width: 760px) {
  .tabs {
    margin: -44px -10px 0;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tabs ul {
  flex: 1;
  margin: 0;
}
@media  (max-width: 760px) {
  .tabs ul {
    flex-wrap: nowrap;
  }
}
.tabs li {
  margin: 0 -2px 0 0;
}
.tabs a {
  padding: 10px 22px;
  border: 2px solid transparent;
  border-bottom-width: 0;
}
.tabs .active a {
  color: #000;
  background: #fff;
  border-color: #b3e7b1;
}
.tabs li {
  margin: 0;
}
.tabs a {
  padding: 12px 20px 10px;
  background: #b9b9b9;
  color: #fff;
  border-width: 0;
}
@media  (min-width: 761px) {
  .tabs a {
    width: 135px;
  }
}
.tabs a:hover {
  background: #449168;
}
.tabs .active a {
  background: #fff;
  color: #000;
}
.tabs-bar {
  background: #e8e8e8;
}
table.border {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 100%;
}
table.border th {
  background: #449168;
  color: #fff;
  font-size: 14px;
  padding: 13px 15px 12px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #70b385;
}
table.border td {
  padding: 12px 15px;
  border-right: 1px solid #fff;
}
table.border .odd td {
  background: #e8e8e8;
}
table.border .announce {
  line-height: 16px;
}
.table-scroll {
  margin: 0 -10px;
}
.table-scroll .scrollable {
  padding: 0 10px;
}
@media  (max-width: 760px) {
  main {
    width: 100%;
  }
}
#middle {
  background: #fff;
  padding-bottom: 30px;
}
@media  (min-width: 761px) {
  #page-main #middle {
    margin-top: 54px;
  }
}
@media  (max-width: 760px) {
  #page-main #middle {
    margin-top: 44px;
  }
}
#middle .wrap:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}
[id]:not(#page-main) #middle {
  padding-top: 27px;
}
#content {
  position: relative;
  z-index: 1;
}
@media  (min-width: 761px) {
  #content {
    width: 700px;
    min-height: 640px;
    margin-right: 40px;
  }
  #page-main #content {
    padding: 7px 0 0 21px;
    margin-right: 19px;
  }
}
.page-wide #content {
  float: none;
  width: auto;
}
@media  (min-width: 761px) {
  .wrap > aside {
    width: 240px;
    padding-top: 2px;
  }
  #page-main .wrap > aside {
    margin-top: -32px;
  }
}
@media  (max-width: 760px) {
  .wrap > aside {
    padding-top: 20px;
    flex: 1;
  }
}
@media  (max-width: 760px) {
  .wrap > aside .title {
    margin: 0;
  }
}
#side .news-list {
  padding: 17px 0 6px;
}
#side .news-list article {
  margin-bottom: 17px;
}
#side .news-list h3 {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 5px;
}
#side .news-list time {
  font-size: 12px;
  color: #6e6e6e;
}
#side .news-list p {
  margin-bottom: 10px;
  color: #6f6f6f;
}
.side-nav {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 23px;
}
.side-nav li {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.side-nav li:last-child {
  border-bottom-width: 0;
}
.side-nav li a {
  display: block;
  padding: 6px 0;
}
.side-nav li a:hover {
  color: #000;
  text-decoration: none;
}
#subscribe {
  font-size: 12px;
  line-height: 18px;
}
#subscribe .title {
  margin-bottom: 10px;
}
@media  (max-width: 760px) {
  #subscribe fieldset {
    padding-right: 57px;
  }
}
#subscribe input[type="text"] {
  padding-left: 12px;
  width: 205px;
  float: left;
  height: 35px;
}
@media  (max-width: 760px) {
  #subscribe input[type="text"] {
    width: 100%;
  }
}
#subscribe button {
  width: 35px;
  height: 35px;
  float: left;
  background: #ddd url("/img/sprites.png") no-repeat 12px -32px;
  cursor: pointer;
  padding: 0;
}
@media  (max-width: 760px) {
  #subscribe button {
    margin-right: -57px;
  }
}
.artefact {
  position: relative;
  padding-top: 34px;
}
.artefact::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 7px;
  background: #ddd;
  content: "";
}
#dbl-nav {
  padding: 11px 0 10px 20px;
  text-shadow: 0 -1px 0 #fff;
  background: #e8e8e8;
}
#dbl-nav a {
  margin-right: 7px;
  position: relative;
  padding-right: 12px;
  border-right: dotted 1px #fff;
}
@media  (max-width: 760px) {
  #dbl-nav a {
    white-space: nowrap;
  }
}
#dbl-nav a:hover {
  color: #000;
  text-decoration: none;
}
#dbl-nav strong {
  font-weight: inherit;
}
.pop-over,
.ac-results,
.suggest-results,
.items-results,
#series li ins {
  /* border: solid 3px @lime; */
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(68, 145, 104, 0.3) 0 1px 4px, rgba(68, 145, 104, 0.3) 0 5px 20px;
  font-size: 13px;
  color: #000;
}
.pop-over a:hover,
.ac-results a:hover,
.suggest-results a:hover,
.items-results a:hover,
#series li ins a:hover {
  color: #449168 !important;
}
.pop-over .close,
.sub-item-list .close {
  background: url("/img/sprites.png") no-repeat 10px -110px;
  width: 33px;
  height: 33px;
}
#full-cart {
  font-size: 12px;
}
@media  (min-width: 761px) {
  #full-cart::after {
    right: 48px;
  }
}
.cart-win .cart-buttons {
  min-height: 36px;
}
.more-info .ya-map {
  margin: 0 0 20px -30px;
}
#fixed-line a,
#fixed-cart a {
  border-color: rgba(68, 145, 104, 0.3);
}
#fixed-line a:hover,
#fixed-cart a:hover {
  border-color: rgba(68, 145, 104, 0.7);
}
@media  (min-width: 761px) {
  #fixed-line ins {
    width: 980px;
  }
}
#fixed-cart {
  width: 290px;
  color: #000;
  font-size: 13px;
}
#fixed-cart .cart-icon::before,
#cart-items-count {
  background-image: url("/img/ico_cart-informer.svg");
}
@media  (max-width: 760px) {
  #bottom-nav .catalogue {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_catalogue.svg?color=449168");
  }
  #bottom-nav .search {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_search.svg?color=449168");
  }
  #bottom-nav .home {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_home.svg?color=449168");
  }
  #bottom-nav .profile {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_profile.svg?color=449168");
  }
  #bottom-nav .profile.male {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_profile_male.svg?color=449168");
  }
  #bottom-nav .cart {
    background-image: url("https://src.cosmeticstar.ru/img/ico_nav_cart.svg?color=449168");
  }
}
@media  (min-width: 761px) {
  #float-steps.fixed .inner {
    width: 980px;
    padding: 15px 0;
  }
}
#step-nav li::before {
  border-color: #46aaaa;
}
#step-nav li.current::before {
  background-color: #46aaaa;
}
.already-registered {
  background: rgba(68, 145, 104, 0.1);
}
.already-registered,
.already-registered .cherryshop {
  border-radius: 0;
}
#filter .reset {
  background: rgba(0, 0, 0, 0.05) url("/img/sprites.png") no-repeat 100% -20px;
}
.ac-results > li.focused,
.suggest-results > li.focused,
.items-results .suggest-category.focused,
.pop-over nav a:hover {
  background: #449168;
  color: #fff;
}
#address-suggest {
  margin: 0 0 10px;
}
.info-sign::before,
.info-sign-outline::before {
  top: 2px;
}
.info-sign::before {
  background: #46aaaa;
}
.info-sign-outline::before {
  color: #46aaaa;
}
#dlv-nav .current a,
.gift-list .gift.checked,
#pay-types .opened,
.items-results > li.focused img,
#lottery label.current,
.select-border.selected {
  border-color: #46aaaa;
}
#dlv-nav .current a:after,
.gift-list .checked:after,
#pay-types .opened:after,
#lottery label.current:after,
.select-border.selected:after {
  background-color: #46aaaa;
}
.total-border {
  border-color: #ddd;
  border-radius: 0;
}
.item-list {
  padding: 2px 0 0;
}
@media  (min-width: 761px) {
  .item-list {
    margin: -2px 0 0;
  }
}
.item {
  padding: 10px;
  border: solid 1px #ddd;
  text-align: center;
  -webkit-transition-property: box-shadow, border-color;
  transition-property: box-shadow, border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
@media  (min-width: 761px) {
  .item:hover {
    border-color: #b3e7b1;
    box-shadow: 0 0 0 2px #b3e7b1;
  }
}
@media  (max-width: 760px) {
  .item {
    font-size: 12px;
  }
}
.item .stat {
  padding: 3px 0;
  margin: 0;
}
@media  (min-width: 761px) {
  .item .fields {
    margin-bottom: 15px;
  }
}
@media  (max-width: 760px) {
  .item .fields {
    margin-bottom: 5px;
  }
}
@media  (max-width: 760px) {
  .item .forma {
    text-align: left;
  }
}
table.border .add-cart {
  width: 199px;
}
table.border .add-cart.ot-volumes strong.price {
  font-size: 15px;
}
.item h4,
.items-results .h4,
.small-item-list .h4 {
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 5px;
}
.item .comments {
  background-color: #6a6a6a;
  line-height: 12px;
  padding-top: 1px;
}
.item .comments::after {
  border-right-color: #6a6a6a;
}
.add-cart .price,
.small-item-list .price {
  font-size: 18px;
  color: #449168;
}
@media  (max-width: 760px) {
  .item .add-cart .price,
  .item .small-item-list .price {
    font-size: 12px;
  }
}
.add-cart input {
  border-color: #cdcdcd;
}
.add-cart .bttn,
.small-item-list .bttn {
  width: auto;
}
@media  (max-width: 760px) {
  .item .add-cart .bttn,
  .item .small-item-list .bttn {
    width: 60px;
  }
}
.add-cart .bttn {
  background: #449168;
  color: #fff;
}
.add-cart .bttn:hover {
  background: #46aaaa;
}
.small-item-list .price {
  color: #000;
}
.small-item-list .bttn {
  background: #449168;
}
.item-list .item .add-cart:not(.bonus) .bttn,
.item .add-cart:not(.bonus) .bttn,
.product-card .btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 30px;
  height: auto;
  box-sizing: border-box;
}
.all-items-link {
  border: solid 1px currentcolor;
  padding: 9px 10px 8px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.all-items-link:hover {
  border-color: #b3e7b1;
  text-decoration: none;
  box-shadow: 0 0 0 1px #b3e7b1;
}
.item .discounts {
  flex-direction: column;
  gap: 3px;
  top: 10px;
}
@media  (min-width: 761px) {
  .for-add-cart .discounts {
    gap: 10px;
  }
}
@media  (max-width: 760px) {
  .for-add-cart .discounts {
    gap: 5px;
    top: -9px;
  }
}
.discount {
  padding: 0 4px;
  letter-spacing: -0.05em;
  line-height: 17px;
  font-size: 11px;
}
.discount:not(.plate) {
  background: #ED839B;
}
.discount.type1 {
  background: #59a6da;
}
.discount.type1:before {
  content: "BEST";
}
.discount.type2 {
  background: #a0d54a;
}
.discount.type2:before {
  content: "SALE";
}
.discount.type3 {
  background: #a193de;
}
.discount.type3:before {
  content: attr(title);
}
.discount.type4 {
  background: #ffca47;
}
.discount.type4:before {
  content: "NEW";
}
.discount.type5 {
  background: #a0d54a;
}
.discount.type5:before {
  content: attr(title);
}
.discount.type6 {
  background: #7ba2d6;
}
.discount.type6:before {
  content: attr(title);
}
.discount.type7 {
  background: #d67bd3;
}
.discount.type7:before {
  content: attr(title);
}
.item .ot-list {
  background: #fff;
  z-index: 1;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
@media  (min-width: 761px) {
  .item .ot-list {
    margin: -69px 0 0;
    border: solid 3px rgba(179, 231, 177, 0);
    left: -3px;
    right: -3px;
    border-top-width: 0;
  }
}
@media  (max-width: 760px) {
  .item .ot-list {
    margin: -89px 0 0;
    border: solid 1px rgba(179, 231, 177, 0);
    left: -1px;
    right: -1px;
    border-top-width: 0;
  }
}
@media  (max-width: 359px) {
  .item .ot-list {
    margin: -108px 0 0;
  }
}
.item .ot-list .sub-item + .sub-item {
  margin-bottom: 10px;
}
.item .ot-list .add-cart {
  position: static;
  background: none;
  padding: 0px 10px 0;
  border-width: 0;
  float: none;
}
.item:hover .ot-list {
  border-color: #b3e7b1;
}
.show-item .ot-list {
  line-height: 14px;
  font-size: 12px;
}
.item-page h2,
.show-item .h2 {
  margin: -15px 0 25px;
  padding: 0;
}
.show-item .for-add-cart {
  position: relative;
}
.show-item .for-add-cart .add-cart {
  border: 1px solid #ddd;
}
.show-item .for-add-cart .add-cart input {
  border: 0;
}
.show-item .for-add-cart .add-cart .bttn {
  background: #000;
  font-family: "PT Sans Narrow";
  font-weight: bold;
}
.show-item .for-add-cart .add-cart.message {
  padding-left: 10px;
}
.show-item .for-add-cart .price {
  color: #449168;
}
.show-item .for-add-cart .sub-item {
  position: relative;
}
.show-item aside {
  text-align: center;
}
@media  (max-width: 760px) {
  .show-item aside {
    margin-bottom: 20px;
  }
}
.show-item aside .preview {
  border: #ddd 1px solid;
}
.show-item-info .delivery-info,
.show-item-info .call-chat {
  background-color: #fff;
  border: 1px solid #ddd;
}
.show-item .hr {
  border-bottom: #ddd 1px dotted;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.sub-item-list {
  clear: left;
  padding: 20px 20px 0 0;
  border: #ddd 1px solid;
  text-align: left;
}
.sub-item-list::after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "";
}
.sub-item-list .tail {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: transparent 20px solid;
  border-bottom-color: #ccc;
}
.sub-item-list .tail::before {
  position: absolute;
  bottom: -21px;
  left: -20px;
  width: 0;
  height: 0;
  border: transparent 20px solid;
  border-bottom-color: #fff;
  content: "";
}
.sub-item-list .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.sub-item-list .ot-side {
  padding: 0 0 20px 20px;
  z-index: 1;
}
.sub-item-list .ot-side .h1 {
  margin-bottom: 10px;
}
.sub-item-list .ot-side .announce {
  font-weight: bold;
}
.sub-item-list .ot-sub-items {
  float: left;
  width: 100%;
}
.sub-item-list .sub-item:nth-child(4n+2) {
  clear: left;
}
.sub-item-list .sub-item,
.show-item .ot-list .sub-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 25px 20px;
  overflow: visible;
}
@media  (min-width: 761px) {
  .sub-item-list .sub-item,
  .show-item .ot-list .sub-item {
    width: 33%;
  }
}
@media  (max-width: 760px) {
  .sub-item-list .sub-item,
  .show-item .ot-list .sub-item {
    width: 50%;
  }
}
.sub-item-list .sub-item .preview,
.show-item .ot-list .sub-item .preview {
  position: relative;
  display: block;
  margin: 0 0 10px;
  float: none;
}
.sub-item-list .sub-item .preview img,
.show-item .ot-list .sub-item .preview img {
  width: 50px;
  height: 50px;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  float: none;
}
.sub-item-list .sub-item .preview img.full-size,
.show-item .ot-list .sub-item .preview img.full-size {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  width: auto;
}
.sub-item-list .sub-item h4,
.show-item .ot-list .sub-item h4 {
  margin-bottom: 3px;
}
.sub-item-list .sub-item .price,
.show-item .ot-list .sub-item .price {
  display: block;
  float: none;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
.sub-item-list p,
.show-item .ot-list p {
  margin-bottom: 5px;
}
.show-item .ot-list .sub-item:nth-child(4n+1) {
  clear: left;
}
.tab-content {
  padding: 20px 0;
}
.tab-content.form {
  margin-right: 0;
  padding-right: 0;
}
@media  (min-width: 761px) {
  #series-switch {
    margin: -52px 419px 0 0;
  }
}
.switchers ul::before,
.switchers a,
.switchers a:after {
  border-radius: 0 !important;
}
.fancybox-wrap {
  box-shadow: none;
}
.fancybox-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 27px 40px 21px 20px;
  background: #e8e8e8;
  font-weight: normal;
  text-transform: none;
  color: #000;
}
.fancybox-close {
  background: url("/img/sprites.png") no-repeat 13px -107px;
}
.fancybox-overlay {
  background: rgba(55, 74, 64, 0.8);
}
.rating-stars {
  background: #bbb url("/img/star-bg.png") repeat-x 0 0;
}
.review .name.bought-it:after {
  background: url("/img/ico-bag.png") no-repeat 0 0;
}
.category-bit.compact p {
  font-size: 12px;
  line-height: 16px;
}
.dashboard-box {
  background: #fff;
}
@media  (min-width: 761px) {
  .dashboard-box {
    margin-bottom: -10px;
  }
}
@media  (max-width: 760px) {
  .dashboard-box {
    padding-bottom: 20px;
  }
}
.dashboard-bar {
  background: #e8e8e8;
}
#dashboard {
  background: #fff;
  display: flex;
  box-sizing: border-box;
}
@media  (min-width: 761px) {
  #dashboard {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}
@media  (max-width: 760px) {
  #dashboard {
    flex-direction: column;
    margin: 0;
  }
}
#dashboard::before {
  background: #e8e8e8;
}
#dashboard .user-discount:hover {
  border-color: #b3e7b1;
}
#dashboard-nav {
  font-size: 12px;
  margin: 0;
  float: none;
}
#dashboard-nav .current:after {
  border-right-color: #ddd;
}
#advantages {
  padding-top: 10px;
  line-height: 16px;
  margin-top: -83px;
  margin-bottom: 11px;
  color: #fff;
}
#advantages a::before,
#advantages b::before {
  background-image: url("https://src.cosmeticstar.ru/img/sprites.advantages.svg?color=fff");
  border-color: #b3e7b1;
  background-color: transparent;
}
#advantages a:hover,
#advantages b:hover {
  color: #b3e7b1;
}
#advantages a:hover::before,
#advantages b:hover::before {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
  background-color: transparent;
  border-color: #fff;
}
.captcha .reload-image::before {
  background-image: url("https://src.cosmeticstar.ru/img/ico_reload.svg?color=449168");
}
footer {
  clear: both;
}
@media  (min-width: 761px) {
  footer {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .legal-column {
    width: 240px;
    margin-left: auto;
  }
  footer .column {
    width: 227px;
  }
}
@media  (max-width: 760px) {
  footer {
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media  (max-width: 359px) {
  .item .add-cart:not(.bonus) .price {
    width: 100;
    text-align: left;
  }
  .item .add-cart:not(.bonus) .volume,
  .item .add-cart:not(.bonus) .price {
    margin-bottom: 5px;
  }
}
@media  (max-width: 760px) {
  .page-wide header {
    padding-bottom: 5px;
  }
}
