/*----------------------------------------------------------------------------------------------------------------------
Project:    french-shop.com.ua
Version:    2.0
Author:     Den Moskvitin
----------------------------------------------------------------------------------------------------------------------*/
/* WEBFONT */
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Regular.woff2') format('woff2'),
  url('../fonts/PFDinDisplayPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Bold.woff2') format('woff2'),
  url('../fonts/PFDinDisplayPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Italic.woff2') format('woff2'),
  url('../fonts/PFDinDisplayPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* UTILITY */
.hidden {
  display: none;
  visibility: hidden;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.full-width-bar {
  margin: 0 -500%;
  padding: 0.5em 500%;
}

/* BASE */
body {
  font-family: 'PF DinDisplay Pro', Arial, Helvetica, sans-serif;
  background-color: #fff !important;
  line-height: 1.1;
}

.container__wrap {
  max-width: 1800px;
  margin: 0 auto;
}

.content__title {
  font-size: 36px;
  line-height: 1.1;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}
.content__descr {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

/* HEADER */
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: static;
}
.header__holder {
  padding: 0;
  margin: 0 25px 0 0;
  width: 270px;
}
.header_logo {
  margin: 0;
  height: 70px;
}

.header_logo__link {
  display: block;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/icons/icon-logo.svg") no-repeat;
}

img.mobile-logo-img {
  width: 52px;
}

#contacts {
  height: auto;
  width: 221px;
  padding: 0;
  display: block;
  text-align: left;
  position: relative;
  cursor: pointer;

}
#contacts #phone {
  display: block;
  line-height: 1.3;
  font-weight: normal;
  position: relative;

}
#contacts #phone,
#contacts #phone a {
  color: #000;
}

.phone__big {
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  padding-top: 10px;
  background: url("../images/icons/icon-arrow-down.svg") no-repeat calc(100% - 5px) 65%;
}

.phone__text {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.mobile__phone {
  display: none;
}

.header__contacts-dropdown {
  border: 1px solid #e6e6e6;
  text-align: center;
  padding-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 200px;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
}

.header__contacts-dropdown.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(-12px);
}

.dropdown-contacts__phones {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}

#contacts ul li {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0;
  height: auto;
}

.dropdown-contacts__phones a {
  display: block;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.dropdown-contacts__phones a:hover,
.dropdown-contacts__phones a:focus {
  background-color: #d61b82;
  text-decoration: none;
  color: #fff;
}

.dropdown-contacts__text {
  display: block;
  margin: 0 0 12px;
}

.dropdown-contacts__socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-contacts__socials li {
  margin: 0 10px;
}

.dropdown-contacts__link {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.dropdown-contacts__link:hover {
  opacity: 0.7;
}
.dropdown-contacts__link::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background: url("../images/icons/icon-telegram.svg") no-repeat;
}
.dropdown-contacts__link--telegram::before {
  height: 31px;
}
.dropdown-contacts__link--viber::before {
  background-image: url("../images/icons/icon-viber.svg");
}
.dropdown-contacts__link--whatsapp::before {
  background-image: url("../images/icons/icon-whatsapp.svg");
}
.header__nav {
  list-style: none;
  padding: 15px 0 0;
  margin: 0 0 0 auto;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.header__nav-item {
  margin-right: 32px;
}

.header__nav-link {
  position: relative;
  padding-left: 30px;
  display: block;
  transition: all 0.5s linear;
}
.header__nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}
.header__nav-link--shops::before {
  width: 19px;
  background-image: url("../images/icons/icon-shops.svg");
}
.header__nav-link--account::before {
  background-image: url("../images/icons/icon-account2.svg");
  top: -2px;
}

.header__nav-link--cart::before {
  background-image: url("../images/icons/icon-cart.svg");
}

.cart-top-mobile {
  display: block !important;
  margin: 0;
}
.cart-top-mobile span {
  font-size: 20px;
  color: #252524 !important;
}
.cart-top-mobile .cart-cols {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #eb2391;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}


.header__nav-link--search {
  padding-left: 34px;
  display: none;
}

.header__nav-link--search::before {
  background-image: url("../images/icons/icon-search-m.svg");
  height: 23px;
}

.header__cart {
  width: 100%;
}

#right-block {
  padding-top: 0;
}

.top__banner-image {
  max-width: 100%;
}

/*@media only screen and (max-width: 1780px) {
  #contacts {
    width: 216px;
  }
}*/

@media only screen and (max-width: 1199px) {
  .phone__big {
    font-size: 24px;
  }

  .phone__text {
    font-size: 14px;
    padding-top: 2px;
  }
}
/* language */
.language {
  padding-top: 24px;
  margin-right: 25px;
}
.language .btn-link {
  color: #000;
}
/* search */
.search__top {
  padding: 0;
  margin: 0 6.222222222222222% 0 0;
  width: 18.666666666666668%;
}
.search__top #search {
  width: 100%;
  position: static;
  right: auto;
  padding-top: 23px;
}

.search__top .sb-search {
  float: none;
  width: 100%;
  height: 34px;
}

.search__top #search input {
  background: transparent url("../images/icons/icon-search.svg") no-repeat calc(100% - 3px) 50%;
  height: 100%;
  border-bottom: 2px solid #000;
  font-size: 16px;
  color: #999;
  margin-top: 0;
  border-radius: 0;
  padding: 6px;
}

.search__top .sb-search-input::-webkit-input-placeholder {
  color: #999;
}

.search__top .sb-search-input:-moz-placeholder {
  color: #999;
}

.search__top .sb-search-input::-moz-placeholder {
  color: #999;
}

.search__top .sb-search-input:-ms-input-placeholder {
  color: #999;
}

.search__top #livesearch_search_results,
.search__top #close-desktop-search {
  top: 93px;
}

.search-top {
  margin: 0;
}

.search-box-top {
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  overflow-y: auto;
}

.search__inner {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 100px;
  /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);*/
}

#close-desktop-search {
  display: none;
}

.m-search-title {
  padding: 40px 0 30px;
  line-height: 1.1;
  font-size: 24px;
  height: auto;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  color: #d61b82;
}

.m-search-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #000;
}

.search-box-top input[name=search] {
  border-radius: 0;
  border: none;
  padding: 7px;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  width: calc(100% - 20px);
}
.search-box-top input[name=search]::placeholder {
  color: #999;
}

.search-box-top input[type=submit] {
  width: 20px;
  height: 19px;
  padding: 0;
  border: none;
  background-color: transparent !important;
  background: url("../images/icons/icon-search.svg") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.mobile-search-result {
  margin-top: 30px;
}

.m-search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
}

.m-search-close:hover,
.m-search-close:focus {
  opacity: 0.7;
}

#msearchresults {
  padding: 10px 10px 0;
}

#msearchresults li {
  border-bottom: 1px solid #d9d9d9;
}
#msearchresults img {
  width: 50px !important;
  height: 50px !important;
}

ul#msearchresults li > div {
  font-size: 12px;
  border-bottom: none;
}
#msearchresults li a {
  line-height: 1.1 !important;
}

#msearchresults li:last-child {
  margin-bottom: 0;
}

.search__show-all-box {
  padding: 60px 0 40px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
  display: none;
}

.search__show-all-holder {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.search__show-all-link,
.search__show-all-link:visited {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.search__show-all-link:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82;
  color: #fff;
}



.navbar-toggle {
  display: none;
  width: 54px;
  height: 54px;
  background: #d61b82 url("../images/icons/icon-menu.svg") no-repeat 50% 50%;
  float: none;
  padding: 0;
  margin: 0 20px 0 0;
  border-radius: 0;
}
#megamenu-menu.navbar {
  margin-bottom: 13px;
}

a.see-all {
  font-size: 14px !important;
}

.search__entry,
.search__input,
.search__select,
.search__button {
  font-size: 14px;
}

.search__button-holder {
  padding-top: 15px;
  margin-bottom: 50px;
  display: flex;
}

.search__button-holder .search__button {
  border: 1px solid #000;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 0;
  height: auto;
  opacity: 1;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.search__button-holder .search__button:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82 !important;
}

/* hidden old stuff */
#category,
.top-panel {
  display: none;
}

@media only screen and (max-width: 1799px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__nav-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1599px) {

  .header__holder {
    /*margin-right: 3.75%;*/
  }

  .search__top {
    margin-right: 3.10%;
    width: 300px;
  }


}
@media only screen and (max-width: 1380px) {
  .language {
    padding-top: 11px;
  }
  #contacts.header__contacts {
    display: none;
  }
  .search__top #search {
    padding-top: 10px;
  }
  .m-search-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .search__top {
    display: none;
  }
  #search-top.header__nav-link--search {
    display: block !important;
  }
  .search-box-top {
    margin-top: 0;
    background-color: #fff;
  }
}


@media only screen and (max-width: 1099px) {
  .nav.full-width-bar {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header__holder {
    display: none;
  }
  .mobile-logo {
    display: block !important;
  }
  .language {
    padding-top: 4px;
    padding-left: 10px;
  }
  .header__nav {
    padding-top: 8px;
  }
  .navbar-toggle {
    display: block;
    margin-top: -8px;
  }

  .header {
    padding: 8px 10px 0 0;
    border-bottom: 2px solid #d61b82;
  }
  .navbar-holder {
    min-height: 0;
  }


  #megamenu-menu .dropdown .dropdown-menu {
    right: 0;
  }

  #megamenu-menu.navbar {
    border-radius: 0;
    min-height: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;

  }

  .navbar-collapse.in {
    min-height: 85vh;
  }

  .navbar-nav>li, nav, nav .main-ul {
    min-height: 36px;
  }
  #megamenu-menu .nav > li > a,
  #megamenu-menu .nav > li > div a {
    color: #000 !important;
  }
  .megamenu-toggle-a:before, .parent-title-toggle:before,
  .megamenu-toggle-a:after, .parent-title-toggle:after {
    background-color: #000;
  }
  #megamenu-menu .nav > li > a,
  nav .main-ul > .main-li > a,
  nav .main-ul > .main-li > a:visited {
    font-size: 16px;
    line-height: 36px !important;
    letter-spacing: 0;
    text-transform: none;
  }
  nav .main-ul > .main-li:hover > a,
  #sstore_menu > ul > li:hover a,
  #megamenu-menu .nav > li > a:hover {
    color: #d61b82 !important;
  }
  #megamenu-menu .dropdown-inner a {
    font-size: 16px;
  }
  #megamenu-menu div.dropdown-menu {
    padding: 0;
  }
  .megamenu-toggle-a,
  .parent-title-toggle {
    top: 0;
  }
  .megamenu-toggle-a:before,
  .parent-title-toggle:before,
  .megamenu-toggle-a:after,
  .parent-title-toggle:after {
    top: 15px;
    right: 12px;
    margin: 0;
    width: 8px;
    height: 2px;
    transform: rotate(-135deg);
    background-color: #999;

  }
  .megamenu-toggle-a:after,
  .parent-title-toggle:after {
    margin-left: 0;
    transform: rotate(-45deg);
    top: 20px;
    right: 12px;
  }

  .open>.megamenu-toggle-a:before,
  .parent-title-toggle.opened:before {
    top: 18px;
    transform: rotate(-45deg);
  }

  .open>.megamenu-toggle-a:after,
  .parent-title-toggle.opened:after {
    transform: rotate(45deg);
    top: 18px;
    right: 16px;
  }
  #megamenu-menu .dropdown-inner .parent-title-toggle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #megamenu-menu .nav > li > div a.mm-3-level-link {
    color: #000 !important;
  }

}

@media only screen and (max-width: 768px) {

  body {
    padding-top: 0;
  }

  .header__nav-link {
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .header__nav-text {
    display: none;
  }

  .m-search-title {
    font-size: 16px;
  }

}

@media only screen and (max-width: 440px) {
  .header__nav-item {
    margin-right: 20px;
  }
  .language {
    margin-right: 0;
  }
}

@media only screen and (max-width: 390px) {
  .navbar-toggle {
    margin-right: 10px;
  }
  .language {
    padding-left: 5px;
  }
  .header__nav-item {
    margin-right: 10px;
  }
}


@media only screen and (max-width: 340px) {
  .language .btn-link {
    padding: 6px;
  }
}

/* MAIN NAV */
.nav {
  min-height: 0;
  margin-bottom: 0;

}
.nav.full-width-bar {
  display: none;
}
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
}
.nav__list-item {
  margin-right: 40px;
}
.nav .nav__list-link {
  color: #fff;
  display: block;
  padding: 15px 0;
  position: relative;
}
.nav__list-link.has-drop {
  padding-right: 30px;
}
.nav__list-link.has-drop::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background: url("../images/icons/icon-arrow-down-white.svg") no-repeat;
  width: 10px;
  height: 5px;
}

.nav .nav__list-link:hover,
.nav .nav__list-link:focus {
  color: #fff;
  text-decoration: none;
}

.nav__list-number {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #eb2391;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1799px) {
  .nav__list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* SLIDESHOW */
.slideshow__box {
  margin-bottom: 100px;
  box-shadow: none;
}
.slideshow__box .owl-dots,
.feature .owl-dots,
.news .owl-dots {
  text-align: right;
  top: auto;
  bottom: -20px;
  left: 0;
  position: absolute;
  width: 100%;
  cursor: default;
  padding: 0;
}

.slideshow__box .owl-dots .owl-dot,
.feature .owl-dots .owl-dot,
.news .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
  display: inline-block;
}

.slideshow__box .owl-dots .owl-dot span,
.feature .owl-dots .owl-dot span,
.news .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #999;
  border: 2px solid #999;
}

.slideshow__box .owl-dots .owl-dot.active span,
.feature .owl-dots .owl-dot.active span,
.news .owl-dots .owl-dot.active span {
  background-color: #000;
  border-color: #000;
}

.feature .owl-controls .owl-nav .owl-prev{
  left: 10px;
  top: 50%
}

.feature .owl-controls .owl-nav .owl-next {
  right: 10px;
  top: 50%
}

.feature .owl-carousel:hover .owl-nav div {
  opacity: .7;
}

.feature .owl-carousel:hover .owl-nav div:hover {
  opacity: .4;
}

.feature .owl-controls .owl-nav div i {
  font-size: 40px;
  margin: -20px 0 0;
}
.feature .owl-controls .owl-nav div {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  transition: all .3s ease;
}


/* FEATURE */
.feature {
  text-align: center;
  margin-bottom: 100px;
}

.feature__wrap {
  display: flex;
  flex-wrap: wrap;
}

/*.feature .owl-carousel .owl-stage-outer {
  overflow: visible;
}*/

.feature .owl-item {
  padding: 0 5px;
}

.feature__item {
  max-width: 236px;
  margin: 0 auto;
  padding-bottom: 22px;
  font-size: 16px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.feature__item:hover {
  border-color: #e6e6e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.feature__item:hover .feature__wishlist {
  visibility: visible;
  opacity: 1;
}
.feature__link {
  display: block;
  padding: 6px 16px 12px;
  position: relative;
  text-decoration: none;
  color: #000;
}

.feature__link:hover {
  text-decoration: none;
}
.feature__bage {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  outline: 1px solid #fff;
  padding: 3px 6px 5px;
  background-color: #000;
  z-index: 10;
}

.feature__bage--best {
  background-color: #d61b82;
}

.feature__wishlist {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 19px;
  height: 17px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  transition: all 0.2s ease-in-out;
}

.feature__wishlist-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  fill: #fff;
  stroke: #000;
  transition: all 0.2s ease-in-out;
}

.feature__wishlist:hover .feature__wishlist-icon {
  fill: #d61b82;
  stroke: #d61b82;
}
.feature__gift {
  position: absolute;
  top: 140px;
  right: 6px;
  width: 35px;
  height: 35px;
  z-index: 2;
  background: url("../images/icons/icon-gift.svg") no-repeat;
  display: none;
}



.feature__image {
  display: block;
  max-width: 180px;
  margin: 0 auto 5px;
  transition: all 0.2s ease-in-out;
}

.feature__item-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature__info {
  margin-bottom: 10px;
  /*min-height: 36px;*/
}

.feature__price {
  margin-bottom: 10px;
}

.feature__price-number {
  font-size: 18px;
}

.oldprice {
  text-decoration: line-through;
  margin-right: 15px;
}

.oldprice + .feature__price-number {
  color: #d61b82;
}

.feature__shade {
  color: #999;
}

.feature__cart-holder {
  display: flex;
  justify-content: center;
}

.feature__cart {
  min-width: 150px;
  background-color: #000;
  font-weight: bold;
  border: 1px solid #000;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}

.feature__cart.out-of-stock-button {
  border-color: transparent;
}
.feature__cart.not-available {
  cursor: not-allowed;
}
.feature__cart:hover,
.feature__cart:focus {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.testbutton:hover,
.testbutton:focus {
  color: #fff !important;
}

.show-all__holder {
  text-align: right;
  margin-bottom: 5px;
  font-size: 16px;
}
.show-all__link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.show-all:hover {
  text-decoration: underline;
}

a.out-of-stock-button {
  top: 0;
  min-width: 150px;
  border-radius: 0;
  font-weight: bold;
}

.categories-list {
  padding: 15px 10px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.categories-list__item {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 50px;
}

.categories-list__title {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.categories-list__title a {
  color: #000;
  transition: color 0.2s ease-in-out;
}
.categories-list__title a:hover {
  color: #d61b82;
  text-decoration: none;
}
.categories-list__box {
  display: flex;
  justify-content: space-between;

}

.categories-list__image {
  width: 104px;
  margin-right: 20px;
  text-align: center;
}
.categories-list__image img {
  margin-bottom: 10px;
}
.categories-list__more {
  text-decoration: underline;
}
.categories-list__more:hover {
  text-decoration: none;
}
.categories-list__text {
  width: 60%;
}


.categories-list__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.categories-list__text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.categories-list__text ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.news {
  border-bottom: 1px solid #999;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.news__item {
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.1;
  color: #1a1a1a;
}

.owl-carousel .news__link img,
.news__category .news__link img {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

.owl-carousel .news__link:hover img,
.news__category .news__link:hover img {
  opacity: 0.85;
}

.news__title-holder {
  margin-bottom: 15px;
  display: flex;

}
.news__title-holder .date {

  color: #999;
  padding-top: 4px;
  margin-right: 15px;
}
.news__title,
.news__title a {
  font-size: 20px;
  color: #1a1a1a;
  transition: color 0.2s ease-in-out;
  text-transform: none;
  margin: 0;
}
.news__title a:hover {
  text-decoration: none;
  color: #d61b82;
}
.news__content {
  display: flex;
  align-items: flex-start;
}

.news__content .text p {
  line-height: 1.1;
  margin: 0 0 10px;
}

.news__content .news__more {
  margin-left: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 7px;
  min-width: 130px;
  transition: background-color 0.2s ease-in-out;
}

.news__content .news__more:hover {
  background-color: #d61b82;
  text-decoration: none;
}

.news__category {
  display: flex;
  flex-wrap: wrap;
}

.news__category-box {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 50px;
}

.news__category .blog-layout.blog-list {
  min-height: 0;
  border: none;
  margin-bottom: 0;
}

.news__category .blog-layout.blog-list:hover {
  box-shadow: none;

}

.news__category .blog-layout.blog-list .image {
  padding: 0;
}

.news-full-desc-header {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.news__article-holder {
  padding: 0;
}

.news__article-holder .date {
  font-size: 16px;
  padding-top: 7px;
}
.news__article-holder .news__title {
  font-weight: bold;
}

.news__text {
  font-size: 16px;
  line-height: 1.2;
  width: 40%;
}
.news__text p {
  margin-bottom: 10px;
  text-align: left;
}
.news__article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__article .news__image {
  width: 55%;
}

.news__article .img-thumbnail {
  border-radius: 0;
  padding: 0;
}


/* SEO BOX */
.seo__box {
  border-bottom: 1px solid #999;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
}
.seo__box-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 15px;
}

.seo__wrap {
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  transition: height 0.3s ease-in-out;
}
.seo__wrap.full {
  height: auto;
}
.seo__box .text {
  columns: auto 2;
  column-gap: 80px;
}
.seo__box .text h4 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 10px;
}
.seo__box .text p {
  margin: 0 0 10px;
}
.seo__box .text ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.seo__box .text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
}

.show-more__holder {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: right;
  font-size: 16px;
  padding: 60px 0 30px;
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
}
.show-more__button {
  color: #000;
  font-weight: bold;
  position: relative;
  background: transparent;
  padding: 0 30px 0 0;
  border: none;
}
.show-more__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  background: url("../images/icons/icon-arrow-down.svg") no-repeat;
  width: 10px;
  height: 5px;
}
.show-more__button:hover {
  text-decoration: underline;
}

.news-style {
  margin-bottom: 40px;
}

/* SOCIAL */
.social {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}

.social__box {
  margin: 0 27px;
  border: 2px solid #000;
  padding: 30px 60px 40px;
  /*width: 21.11111111111111%;*/
  width: 380px;
}

.social__list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social__list li {
  margin: 0 8px;
}

.social__list-link {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.social__list-link:hover {
  opacity: 0.7;
}
.social__list-link::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background: url("../images/icons/icon-telegram.svg") no-repeat;
}

.social__list-link--youtube::before {
  width: 38px;
  height: 29px;
  background-image: url("../images/icons/icon-youtube.svg");
}
.social__list-link--instagram::before {
  width: 35px;
  height: 35px;
  background-image: url("../images/icons/icon-instagram.svg");
}
.social__list-link--facebook::before {
  width: 35px;
  height: 35px;
  background-image: url("../images/icons/icon-facebook.svg");
}
.social__list-link--telegram::before {
  height: 31px;
}
.social__list-link--viber::before {
  height: 37px;
  background-image: url("../images/icons/icon-viber.svg");
}
.social__list-link--whatsapp::before {
  background-image: url("../images/icons/icon-whatsapp.svg");
}


.social__title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.social__text {
  margin: 0;
  line-height: 1.4;
}


/* Responsive MQ */
@media only screen and (max-width: 1800px) {
  .show-all__holder,
  .show-more__holder,
  .seo__box,
  .social {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slideshow__box .owl-dots,
  .feature .owl-dots,
  .news .owl-dots {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .news__category-box {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 1200px) {
  /* content */
  .content__title {
    font-size: 28px;
  }

  .content__descr {
    font-size: 18px;
  }

  .show-all__holder {
    margin-bottom: 20px;
  }

  .slideshow__box,
  .feature {
    margin-bottom: 80px;
  }

  .feature__bage {
    font-size: 14px;
  }

  .feature__item-title,
  .feature__price-number {
    font-size: 16px;
  }

  .news__title-holder,
  .news__content {
    flex-wrap: wrap;
  }
  .news__content .news__more {
    margin-left: 0;
  }
  .news__article .news__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .news__text {
    width: 100%;
  }
  .categories-list {
    justify-content: center;
  }
  .categories-list__item {
    width: 28%;
    margin: 2.5%;
  }
}

@media only screen and (max-width: 1000px) {
  .news__category-box {
    width: 50%;
  }
  .categories-list__item {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {

  /* content */
  .content__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .content__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .show-all__holder {
    margin-bottom: 15px;
  }

  .slideshow__box .owl-dots,
  .feature .owl-dots,
  .news .owl-dots {
    text-align: center;
    bottom: -30px;
  }

  .slideshow__box,
  .feature {
    margin-bottom: 60px;
  }

  .feature__bage {
    font-size: 12px;
    padding: 3px 5px;
  }

  .feature__item-title,
  .feature__item,
  .feature__price-number {
    font-size: 14px;
  }
  .feature__item-title,
  .feature__info {
    margin-bottom: 7px;
  }
  .feature__price {
    margin-bottom: 0;
  }

  .seo__box {
    padding-bottom: 10px;
  }

  .seo__box .text {
    columns: 1;
    column-gap: 0;
    font-size: 14px;
  }
  .seo__box .text ul li {
    padding-left: 14px;
  }
  .seo__box .text ul li::before {
    top: 6px;
  }
  .search__input {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .news__item {
    padding: 0 10px;
  }
  .news__category-box {
    width: 100%;
  }
  .categories-list__box {
    justify-content: center;
  }
  .categories-list__item {
    width: 100%;
    margin: 0 0 30px;
  }
  .categories-list__text {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .search__button-holder {
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  .feature__image {
    max-width: 100%;
  }
  .categories-list__text {
    width: 50%;
  }
}
/* FOOTER */
#oct-policy {
  border-top: 1px solid #fff;
}
.footer--old {
  display: none;
}
.footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 20px;
}

.footer__about {
  padding: 55px 30px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.footer__logo-holder {
  margin-bottom: 25px;
  display: flex;
}
.footer__logo {
  margin: 0 85px 0 0;
  width: 270px;
  display: block;
  height: 70px;
  background: url("../images/logo-white.png") no-repeat;
}

.footer__logo a {
  display: block;
  height: 100%;
}

.footer__nav-holder {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.footer__nav-box {
  width: 20%;
  margin: 0;
}

.footer__nav-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: none;
}

.footer__nav {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

.footer__nav li {
  padding: 0 0 5px;
}

.footer__nav a {
  color: #fff;
}

.footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer__social li {
  margin: 0 5px;
  padding: 0;
}

.footer__social-link {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-link::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url("../images/icons/icon-telegram-white.svg") no-repeat;
}

.footer__social-link--youtube::before {
  width: 22px;
  height: 17px;
  background-image: url("../images/icons/icon-youtube-white.svg");
}

.footer__social-link--instagram::before {
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon-instagram-white.svg");
}

.footer__social-link--facebook::before {
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon-facebook-white.svg");
}

.footer__social-link--telegram::before {
  height: 19px;
}

.footer__social-link--viber::before {
  height: 23px;
  background-image: url("../images/icons/icon-viber-white.svg");
}

.footer__social-link--whatsapp::before {
  background-image: url("../images/icons/icon-whatsapp-white.svg");
}

.footer__info {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.footer__copy-list,
.footer__phone-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 16px;
}

.footer__phone-list {
  justify-content: flex-end;
}

.footer__copy-list li {
  margin-right: 55px;
  padding: 0;
}

.footer__phone-list li {
  margin-left: 35px;
  padding: 0;
}

.footer__copy-list a,
.footer__phone-list a {
  color: #fff;
}

.footer__phone {
  font-weight: bold;
}
  @media only screen and (max-width: 600px) {
  .social {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .social__box {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 50px;
  }
  .social__box:last-child {
    margin-bottom: 0;
  }
  .social__title {
    font-size: 20px;
  }
  .social__list {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1080px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__about {
    padding: 30px 10px 40px;
    margin-bottom: 35px;
  }
  .footer__logo-holder {
    flex-wrap: wrap;
  }
  .footer__logo {
    margin: 0 auto 40px;
  }
  .footer__nav-holder {
    width: 100%;
  }
  .footer__phone-list {
    justify-content: center;
  }
  .footer__info {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer__copy-list {
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .footer__copy-list li {
    margin: 0 0 10px;
    width: 100%;
  }
  .footer__copy-list li:first-child {
    padding-top: 25px;
    order: 3;
  }
}
@media only screen and (max-width: 900px) {
  .footer__nav-holder {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__nav-box {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .footer__phone-list li {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 460px) {
  .footer__nav-holder {
    width: 270px;
    margin: 0 auto;
    flex-grow: 0;
  }
  .footer__nav-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .footer__nav-title {
    margin-bottom: 10px;
  }
  .footer__phone-list {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer__phone-list li {
    width: 100%;
    margin: 0 0 10px;
  }
  .footer__phone-list li:first-child {
    order: 2;
  }
  .footer__phone {
    font-size: 20px;
  }
}
/* CONTENT */
.content {
  margin-top: 0;
}

/* current option */
.current-option {
  display: flex;
  align-items: center;
  padding: 0 30px 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.current-option:empty {
  display: none;
}
.current-option__image-holder {
  margin-right: 15px;
  position: relative;
}

.current-option__image-holder:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -13px;
  background: url("../images/custom/bg-option-decor-center.png") no-repeat;
  width: 26px;
  height: 48px;
}

.current-option__image-holder:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -20px;
  background: url("../images/custom/bg-option-decor-right.png") no-repeat;
  width: 6px;
  height: 40px;
}

.current-option__image {
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.product__choose {
  margin: 15px 0 10px;
  display: none;
}

.product__choose-text {
  text-transform: none;
  margin: 0;
  font-size: 18px;
}

/* option list */
.option-list {
  padding: 0 30px 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.option-list__text {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.option-list__container {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

.option-list__link-holder {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 6px;
  transition: opacity 0.7s linear;
}

.option-list__link-holder.is-faded {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.option-list__link-holder.is-showed {
  position: static;
  opacity: 1;
}

.option-list__link {
  display: block;
  border: 1px dotted transparent;
  border-radius: 4px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out;
}

.option-list__link:hover {
  border-color: #9d9d9d;
}

.option-list__link.current-link {
  border: 2px solid #eb2391;
  padding: 1px;
}

.option-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -13px;
  background: url("../images/custom/bg-option-decor-center.png") no-repeat;
  width: 26px;
  height: 48px;
}

.option-list__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -20px;
  background: url("../images/custom/bg-option-decor-right.png") no-repeat;
  width: 6px;
  height: 40px;
}


.option-list__image {
  display: block;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 30px;
}

.option-list__show-holder {
  text-align: right;
}

.option-list__show {
  font-size: 16px;
  background-color: transparent;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 3px;
  border-bottom: 1px dashed #252525;
  cursor: pointer;
}

.option-list__show:hover {
  border-bottom-color: transparent;
}

.option-list__show.is-hidden {
  display: none;
}

/* spinner */
.spinner__holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2);
}

.spinner__holder .fa-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 46px;
}


/* SHIPPING */
.form__dropdown {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 188px;
  border: 1px solid #dadada;
  border-top: none;
  background-color: #fff;
  overflow: auto;
}

.form__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.form__dropdown ul li {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

.form__dropdown ul li:first-child {
  padding-top: 8px;
}

.form__dropdown ul li:last-child {
  padding-bottom: 8px;
}

.form__dropdown ul li:hover {
  background-color: #dfdfdf;
}

.form__spinner {
  margin: 0;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 18px;
  right: -42px;
  z-index: 2;
  display: none;
}

.form__spinner > div {
  width: 7px;
  height: 7px;
  background-color: #f00;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.form__spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.form__spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.oct-category-item-icon {
  vertical-align: top;
}

/* CONTACTS */
.contact p {
  padding-top: 0;
}

.contact h3 {
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: none;
}

.contact__top {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact__box {
  flex: 0 1 20.555555555555554%;
  padding: 20px 27px;
  margin-bottom: 15px;
  margin-right: 3.7777777777777777%;
  font-size: 16px;
  line-height: 1.2;
}

.contact__box--border {
  border: 2px dashed #eb2391;

}

.contact__warning {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 65px;
  position: relative;
}

.contact__warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/icon-sign.svg") no-repeat 50% 50%;
  width: 35px;
  height: 35px;
}

.contact__box--phones {
  font-size: 18px;
}

.contact__box--phones p:first-of-type {
  font-size: 20px;
}

.contact__box--border small {
  font-size: 14px;
  display: block;
  padding-top: 10px;
}

.contact__box p {
  margin: 0 0 5px;
}

.contact__box p a {
  color: #444;
  text-decoration: none;
}

.contact__box p a:hover {
  text-decoration: underline;
}

.info-page {
  padding: 0;
  color: #000;
}

.info-page h1 {
  margin: 0;
}

.info-page .socials,
.socials {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.info-page .socials li,
.socials li {
  display: block !important;
  flex-flow: row wrap;
  margin-right: 20px;
  padding-top: 7px;
}

.info-page .contact__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 60px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
}

.contact__title span {
  color: #eb2391;
}

.contact__bottom {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.contact__block {
  border: 2px solid #000;
  padding: 22px 22px 42px;
  margin-bottom: 20px;
  flex-basis: 264px;
  transition: all 0.4s ease-in-out;
}

.contact__block:hover {
  border-color: #eb2391;
  box-shadow: 0 0 17px rgba(235, 35, 145, 0.1);
  border-radius: 12px;
}

.contact__block h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.contact__block ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}

.contact__block ul li {
  display: block !important;
  margin-bottom: 17px;
  font-size: 16px;
}

.contact__block h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 3px;
}

.contact__block p {
  margin: 0 0 7px;
}

/* INFO PAGES */
ul.sitemap-ul > li {
  font-weight: bold;
  font-size: 16px;
}
ul.sitemap-ul li {
  padding-top: 7px;
}
ul.sitemap-ul > li > ul li {
  font-weight: normal;
  font-size: 14px;
}

#content .return__form {
  max-width: 600px;
  margin: 0 auto 80px;
  text-align: left;
  color: #000;
}

.return__description {
  margin-bottom: 30px;
}

.return__form .return__heading {
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}

.return__personal {
  margin-bottom: 35px;
}

.return__form .form-group {
  margin: 0 0 15px;
  color: #000;
}

.return__product .form-group {
  margin-bottom: 25px;
}

.return__form .control-label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  padding: 0;
  margin-bottom: 10px;
}

.return__form .form-control,
.return__form input[name="captcha"] {
  height: auto;
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  font-size: 13px;
  line-height: 1.1;
  background-color: #fff;
  width: 100%;
}
.return__form input[name="captcha"] {
  margin-bottom: 30px;
}
.return__form input[name="captcha"] + img {
  display: block;
  margin: 0 auto;
}
.return__form .return__calendar button {
  border: 0;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  margin: -8px 0 0 0;
}

.return__form .checkbox label,
.return__form .radio label {
  font-size: 14px;
}

.return__form .checkbox,
.return__form .checkbox-inline,
.return__form .radio,
.return__form .radio-inline {
  padding-top: 5px;
  padding-bottom: 5px;
}

.return__buttons {
  display: flex;
  justify-content: center;
}

.return__form .return__button,
.return__form .return__button:visited {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  border: 1px solid transparent;
  padding: 7px;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
  text-align: center;
  background-color: #fff !important;
  margin: 0 15px;
  color: #000 !important;
  height: auto;
  border-radius: 0;
  text-transform: none;
  opacity: 1;
  display: block;
}

.return__form .return__button--border {
  border-color: #000;
}

.return__form .return__button:hover {
  text-decoration: none;
  background-color: #d61b82 !important;
  border-color: #d61b82;
  color: #fff !important;
}

.return__form input[type=checkbox] {
  margin-top: -3px;
  margin-right: 4px;
}

.return__agree {
  padding-top: 25px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1300px) {
  .contact__box {
    flex-basis: 29%;
  }
}
@media only screen and (max-width: 1199px) {
  .contact__bottom {
    justify-content: center;
  }

  .contact__block {
    margin: 0 10px 20px;
  }
}

@media only screen and (max-width: 960px) {
  .contact__box {
    flex-basis: 46%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .contact__top {
    padding-top: 10px;
    justify-content: space-between;
  }
  .contact__box {
    margin-right: 0;
    padding: 15px;
  }
  .contact h3 {
    font-size: 16px;
  }
  .info-page .contact__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contact__block {
    padding: 15px 15px 10px;
  }
  .contact__block h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 610px) {
  .contact__bottom {
    display: block;
  }
  .contact__box {
    flex-basis: 100%;
  }
}

/* PRODUCT */
.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%;
}

/* gift products */
.gifts-products {
  border: 2px dashed #eb2391;
  padding: 20px 25px 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.gifts-products__title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: none;
  position: relative;
  padding: 0 0 0 45px;
}

.gifts-products__title:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  background: url("../images/custom/icon-gift.svg") no-repeat;
  width: 35px;
  height: 35px;
}

.gifts-products__title span {
  font-size: 14px;
}

.gifts-products__descr {
  margin: 0 0 5px;
}

.gifts-products__name {
  display: block;
  margin-bottom: 15px;
}

.gifts-products__warn {
  margin: 0;
  font-size: 14px;
}

.gifts-products__container {
  display: flex;
  justify-content: space-between;
}

.gifts-products__image-holder {
  width: 138px;
}

.gifts-products__image {
  display: block;
  margin: 0 auto;
}

.gifts-products__radio-holder {
  flex: 1;
  padding-top: 10px;
}

.gifts-products__row {
  margin-bottom: 7px;
  position: relative;
}

.gifts-products__label {
  font-size: 14px;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: 0;
}

.gifts-products .gifts-products__radio {
  margin-right: 5px;
}

.manufacturer-list--friday ul {
  display: flex;
  flex-flow: row wrap;
}

.manufacturer-list--friday ul li {
  flex-basis: 150px;
  text-align: center;
  margin: 0 10px 20px;
}

/* BIRTHDAY */
body, html {
  overflow-x: hidden;
}
.birthday {
  background-color: #141414;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fefefe;
  font-size: 18px;
  line-height: 1.1;
  margin: -1px 0 -20px;
  padding-bottom: 70px;
  padding-top: 35px;
  position: relative;
}

.birthday:before, .birthday:after{
  content: "";
  position: absolute;
  /* fill vertically */
  top: -51px;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #141414;
}

.birthday:after {
  left: 100%;
}

.birthday__article:before,
.birthday__article:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: -1px;
  height: 1px;
  background-color: #fff;
  width: 9600px;
  right: 100%;
}
.birthday__article:after {
  left: 100%;
  z-index: 1;
}
.birthday__title {
  font-size: 34px;
  line-height: 1.1;
  text-transform: none;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}

.birthday__title strong {
  color: #e5097f;
  font-size: 60px;
}

.birthday__title span {
  font-size: 22px;
}

.birthday__video {
  max-width: 700px;
  margin: 0 auto 20px;
}


.birthday__text {
  padding: 0 6.5%;
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto 40px;
}

.birthday__text p {
  margin: 0;
}

.birthday__subtitle {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin: 0 0 20px;
}

.birthday__descr {
  text-align: center;
  margin: 0 0 30px;
}

.birthday__data {
  text-align: center;
  margin: 0;
  font-size: 14px;
}

.form-birthday {
  width: 222px;
  margin: 0 auto;
}

.form-birthday__row {
  margin-bottom: 20px;
}

.form-birthday__input {
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #727271;
}

.form-birthday__input::-webkit-input-placeholder {
  color: #fff;
}

.form-birthday__input::-moz-placeholder {
  color: #fff;
}

.form-birthday__input:-ms-input-placeholder {
  color: #fff;
}

.form-birthday__input:-moz-placeholder {
  color: #fff;
}

.form-birthday__error {
  color: #f00;
  display: block;
  padding-top: 3px;
  font-size: 14px;
}

.form-birthday__submit {
  width: 100%;
  padding: 10px 15px;
  color: #e5097f;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.birthday__tree {
  position: absolute;
  bottom: 100px;
  left: 75px;
  text-align: center;
}

.birthday__image {
  display: block;
  margin: 0 auto 40px;
}

.birthday__social {
  display: block;
  margin: 0 0 20px;
}

.birthday__social a {
  color: #fff;
}

.birthday__social i {
  color: #e5097f;
  margin-right: 5px;
}

.birthday__links-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 40px;
}

.birthday__links-holder .birthday__category-link {
  flex-basis: 49%;
  padding: 20px 10px;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 10px 0;
  background-color: #e5097f;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out;
}

.birthday__links-holder .birthday__category-link:hover {
  color: #e5097f;
  background-color: #fff;
}

.birthday__links-holder .birthday__category-link:last-child {
  flex-basis: 100%;
}

@media only screen and (max-width: 1200px) {
  .birthday {
    padding-left: 10px;
    padding-right: 10px;
  }
  .birthday__tree {
    position: static;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 993px) {
  .birthday:before, .birthday:after {
    top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .birthday__title {
    font-size: 30px;
  }
  .birthday__title strong {
    font-size: 50px;
  }
  .birthday__title span {
    font-size: 20px;
  }
  .birthday__text {
    padding: 0;
    text-align: center;
  }
  .birthday__subtitle {
    font-size: 36px;
  }
}

@media only screen and (max-width: 560px) {
  .birthday__links-holder .birthday__category-link {
    flex-basis: 100%;
    margin: 0 0 10px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .birthday {
    font-size: 16px;
  }
  .birthday__title {
    font-size: 26px;
  }
  .birthday__title strong {
    font-size: 46px;
  }
  .birthday__title span {
    font-size: 18px;
  }
  .birthday__subtitle {
    font-size: 32px;
  }
  .form-birthday {
    width: 100%;
    padding: 0 10px;
  }
  .birthday__image {
    width: 150px;
  }
}

@media only screen and (max-width: 380px) {
  .birthday__title {
    font-size: 24px;
  }
  .birthday__title strong {
    font-size: 40px;
  }
  .birthday__subtitle {
    font-size: 28px;
  }
}

/* HOME MAIN TEXT */
.home--main-text {
    margin-top: 40px;
    height: 150px;
    overflow: auto;
}

/* CATEGORY */
#container {
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}

#container .breadcrumb {
  padding: 0;
  border-radius: 0;
}

.breadcrumb-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 0 13px;
  border-bottom: 1px solid #999;
  min-height: 40px;
  position: relative;
  z-index: 22;
  width: 100%;
}

.breadcrumb {
  font-size: 16px;
  line-height: 1.1;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.breadcrumb::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.breadcrumb > li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb > li + li:before {
  padding: 0 0 0 3px;
  color: #1a1a1a;
}
.breadcrumb li:last-child {
  position: static;
}
.breadcrumb li:last-child > span {
  font-weight: bold;
  padding: 5px;
}

.breadcrumb li.short span,
.breadcrumb li.short > a {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li.full span,
.breadcrumb li.full > a,
.breadcrumb li.short:last-child > span {
  max-width: 100%;
  overflow: visible;
  text-overflow: initial;
}
.top-menu {
  float: none;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.sort,
.show-items {
  font-size: 16px;
  line-height: 1.1;
  background: none;
}

.sort select,
.show-items select {
  border-bottom: none;
  margin-right: 0;
  padding: 0 28px 0 0;
  background: url("../images/icons/icon-arrow-down.svg") no-repeat calc(100% - 5px) 50%;
  background-size:  16px 8px;
}
.sort select {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sort--mobile {
  display: none;
}
.sort__label {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

#column-left {
  width: 17%;
  padding: 35px 0 0;
}

.box-heading {
  color: #1a1a1a;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  height: auto;
  margin-bottom: 15px;
}
#filter-column .box-heading {
  padding: 0 13px;
}

#filter-close {
  color: #000;
}

.box-content.filtered,
.filtered .list-group-item.item-name,
.filtered .list-group-item.item-name:hover {
  background-color: transparent;
}

.filtered .list-group-item.item-name {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  color: #1a1a1a;
}

#oct-product-filter-data a.list-group-item .link i {
  display: none;
}
#oct-product-filter-data a.list-group-item .link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-arrow-down.svg") no-repeat 50% 50%;
}

#oct-product-filter-data .inner-box.expanded a.list-group-item .link::before {
  transform: rotate(180deg);
}

#oct-product-filter-data img {
  display: none;
}
#oct-product-filter-data .oct-rating-stars {
  display: inline-block;
}

.filtered input[type=checkbox] + label:before,
.filtered input[type=radio] + label:before {
  width: 12px;
  height: 12px;
  margin: 0 14px 0 0;
  border-color: #000;
  position: absolute;
  top: 2px;
  left: 0;
}

.filtered input[type=checkbox] + label:after,
.filtered input[type=radio] + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 2px;
  transition: 0.2s ease-in-out background-color;
}

.filtered input[type=checkbox]:checked + label:before,
.filtered input[type=radio]:checked + label:before {
  background-color: transparent;
  padding: 0 !important;
  border: 1px solid #000;
}

.filtered input[type=checkbox]:checked + label:after,
.filtered input[type=radio]:checked + label:after {
  background-color: #d61b82;
}

.filtered label {
  width: 84%;
}

.filtered .checkbox input[type=checkbox] + label,
.filtered .checkbox-inline input[type=checkbox] + label,
.filtered .radio input[type=radio] + label,
.filtered .radio-inline input[type=radio] + label {
  font-size: 16px;
  line-height: 1.1;
  padding-left: 26px;
}

.oct-filter-total-label {
  font-size: 16px;
  line-height: 1.1;
  color: #999;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 2px 0 0 2px;
}


span.label.label-default.oct-filter-total-label {
  margin: -5px 0 0 2px;
}

#oct-product-filter-data .oct-inp-pr-filter {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
}
#oct-product-filter-data .oct-inp-pr-filter[name="high_price"] {
  text-align: right;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-target {
  border: none;
  background-color: #ccc;
  box-shadow: none;
  border-radius: 0;
}

.noUi-connect {
  border-radius: 0;
  box-shadow: none;
  background-color: #eb2391;
}

#oct-price-slider {
  margin: 20px 0 20px 15px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #1a1a1a;
  box-shadow: none;
  left: -19px;
  top: -7px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

#oct-selected-values button {
  width: calc(100% - 30px);
  margin: 0 15px 15px !important;
  padding: 10px 15px !important;
  line-height: 1.1 !important;
  height: auto !important;
  background: transparent !important;
  border: 1px solid #000;
  font-size: 20px !important;
  font-weight: bold;
  color: #000 !important;
}
#oct-selected-values button:hover {
  color: #fff !important;
  background-color: #d61b82 !important;
  border-color: #d61b82;
}

.oct-filter-view {
  display: block;
  text-align: center;
  margin: 0 auto;
}


.category-list {
  border-bottom: none;
  padding: 5px 0 0;
}

#column-left + #content {
  border-left: 1px solid #e6e6e6;
  padding-left: 40px;
}

#content {
  width: 100%;
  padding: 35px 0 0;
}

#content.content--full {
  padding-left: 0;
}

#content.account-content {
  padding-bottom: 35px;
}

#content.col-sm-9 {
  width: 83%;
}

.category-header-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.category-header,
.account-content .category-header,
.info-page .category-header {
  float: none;
  text-transform: none;
  width: auto;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  color: #1a1a1a;
}

.category-header-holder .category-header,
.breadcrumb--category {
  max-width: 75%;
}

.category-header .count-products {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
}

.category-list .category-list-item,
.category-list .category-list-item:hover {
  box-shadow: none;
  border-radius: 0;
}

.category-list .category-list-item span {
  height: 42px;
}

.category-list {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* category product grid */
.product__grid {
  display: flex;
  flex-wrap: wrap;
}
.product__container {
  width: 16.66666666666667%;
}

.product__grid .product {
  border-color: transparent;
  margin-bottom: 50px;
  padding: 20px 0;
}

.product__grid .product:hover {
  border-color: #e6e6e6;
}

.product:hover .popup_view_button,
.item:hover .popup_view_button {
  display: none !important;
}

.product__grid .hover-image img,
.product__grid .image img {
  max-width: 180px;
}

.product__grid .image > a {
  display: block;
  position: relative;
  z-index: 2;
}

.product__grid .product,
.product__grid .image {
  min-height: auto;
}

.product__grid .product .product-about {
  position: static;
  background: none;
}

.product__grid .price {
  border-bottom: none;
}
.product__grid .price + div {
  border-top: none;
}

.product__grid .rating {
  display: none;
}

.product__link {
  display: block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.product__link:hover {
  text-decoration: none;
}

.product__price {
  margin-bottom: 10px;
}

.product__price-number {
  font-size: 18px;
}

.oldprice + .product_price-number {
  color: #d61b82;
}

/*
.product__container:hover .feature__wishlist {
  visibility: visible;
  opacity: 1;
}
*/

.product__grid .product-buttons {
  display: none;
}

#button-show-more-products {
  padding: 10px 15px;
  line-height: 1.1;
  height: auto;
  background: transparent !important;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#button-show-more-products:hover {
  color: #fff !important;
  background-color: #d61b82 !important;
  border-color: #d61b82;
}

/* BRANDS */
#content.page__brands,
#content.col-sm-9.page__brands {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.alphabet {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-bottom: 16px;
}

.alphabet__link {
  padding: 3px;
  margin-right: 14px;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.1;
}

.alphabet__link:hover {
  text-decoration: none;
  color: #d61b82;
}

.brands__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.manufacturer-list {
  width: 20%;
  padding-bottom: 70px;
  margin-bottom: 75px;
  border-bottom-color: #999;
}

.manufacturer-list:last-child::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #999;
}

.manufacturer-list .manufacturer-heading {
  line-height: 1.1;
  padding: 3px;
  font-weight: bold;
  margin-left: -3px;
  margin-bottom: 12px;
}

.manufacturer-list .manufacturer-content ul {
  float: none;
  margin: 0;
  padding: 0;
}

.manufacturer-content ul li {
  text-align: left;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.brands__exclusive {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 1.1;
  padding: 1px 3px;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .content,
  .breadcrumb-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1400px) {
  #filter-column .box-heading {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .filtered .list-group-item.item-name {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filtered .checkbox input[type=checkbox] + label,
  .filtered .checkbox-inline input[type=checkbox] + label,
  .filtered .radio input[type=radio] + label,
  .filtered .radio-inline input[type=radio] + label {
    font-size: 14px;
    line-height: 1.3;
  }
  .oct-filter-total-label,
  span.label.label-default.oct-filter-total-label {
    font-size: 14px;
    margin-top: -2px;
  }
  #oct-product-filter-data .oct-inp-pr-filter {
    font-size: 16px;
  }
  #oct-selected-values button {
    font-size: 16px !important;
    color: #fff !important;
    background: #d61b82 !important;
    width: 150px;
    margin: 0 auto 15px !important;
    padding: 6px!important;
    border-color: transparent;

  }
  .product__container {
    width: 20%;
  }
}

@media screen and (max-width: 1100px) {
  .product__container {
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  #content.col-sm-9 {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  #column-left + #content {
    border-left: none;
    padding-left: 0;
  }
  .mobile-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sort--mobile {
    display: flex;
    float: none;
    margin-bottom: 0 !important;
  }
  #filter-mobile,
  #filter-mobile .box-heading {
    width: 310px;
    left: -310px;
  }
  #filter-mobile .box-heading {
    text-align: center;
    font-size: 16px;
    color: #d61b82;
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 75%, rgba(0,0,0,0) 100%);
  }
  #filter-close {
    left: auto;
    right: 0;
    top: -4px;
    background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
    background-size: 12px 12px;
  }
  #filter-close i {
    display: none;
  }
  #filter-button {
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    height: auto;
    padding: 10px 15px;
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
    text-transform: none;
    margin-left: auto;
    max-width: 150px;
    order: 2;
  }
  #filter-button:hover {
    color: #fff;
    background-color: #d61b82 !important;
    border-color: #d61b82;
  }
  #filter-button i {
    display: none;
  }

  #button-show-more-products {
    font-size: 16px;
    color: #fff;
    background: #d61b82 !important;
    padding: 8px 12px;
    border-color: transparent;

  }

}

@media screen and (max-width: 991px) {
  .category-header-holder {
    margin-bottom: 10px;
  }
  .breadcrumb-holder {
    padding-top: 13px;
  }
  .category-header-holder .category-header {
    padding-top: 20px;
    max-width: 100%;
  }
  .breadcrumb--category {
    max-width: 100%;
  }

  .breadcrumb-holder .sort,
  .show-items,
  .category-header .count-products {
    display: none;
  }
  .category-header {
    font-size: 20px;
    /*padding-left: 5px;*/
    padding-right: 5px;
    color: #d61b82;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
  }
  .manufacturer-list {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {

  .category-header {
    font-size: 16px;
  }
  .category-list .category-list-item {
    margin-bottom: 0;
  }
  .search__button-holder {
    margin-bottom: 30px;
  }

  .manufacturer-list {
    width: calc(100% / 3);
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .manufacturer-list:last-child::after {
    bottom: 35px;
  }
  .manufacturer-list .manufacturer-heading,
  .alphabet__link {
    font-size: 16px;
  }
  .alphabet__link {
    margin-bottom: 7px;
    margin-right: 7px;
  }
  .manufacturer-content ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .brands__exclusive {
    font-size: 12px;
  }
}

@media screen and (max-width: 678px) {
  .product__container {
    width: 33.33%;
  }

  .product__grid .product {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 520px) {
  .product__container {
    width: 50%;
  }
  #filter-mobile,
  #filter-mobile .box-heading {
    width: 100%;
    left: -100%;
    background-color: #fff;
  }
  #filter-mobile .box-heading {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(0,0,0,0) 100%);
  }
}

@media screen and (max-width: 480px) {
  .sort--mobile .label-text {
    display: none;
  }
  .manufacturer-list {
    width: 50%;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 370px) {
  .mobile-category-header {
    justify-content: center;
    flex-wrap: wrap;
  }
  .sort--mobile {
    flex-basis: 100%;
    justify-content: center;
  }
  #input-sort {
    max-width: 100%;
  }
  #filter-button {
    order: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .product__container {
    width: 100%;
  }

  .product__grid .product {
    margin-bottom: 10px;
  }
}

/* product card */
.product-info {
  border-top: 0;
  padding: 0 30px 50px;
  min-height: 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #999;
  overflow: visible;
}
.product-info__holder {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;

}
.product__image {
  width: 28.735632183908045%;
  margin-right: 5.2%;
  padding: 0;
}

.product-info .image {
  padding: 0;
  border-bottom: 1px solid #999;
  margin-bottom: 50px;
}

.product-info .image img {
  margin-bottom: 15px;
}

.product__image .feature__wishlist {
  visibility: visible;
  opacity: 1;
}

.product__image .feature__bage {
  font-size: 20px;
  padding: 8px;
  border-radius: 5px;
  top: 20px;
  left: 0;
}

.zoom-text {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  color: #000;
}

.product-info .image-additional img {
  border: 2px solid transparent;
  border-radius: 5px;
  max-width: 62px;
  transition: border-color 0.2s ease-in-out;
}


.image-additional .owl-item img.is-active {
  border-color: #000;
}

.image-additional {
  padding: 0 30px;
  max-width: 300px;
  margin: 0 auto 50px;
}

.image-additional-carousel .owl-nav {
  top: 30%;
}

.image-additional-carousel .owl-nav .owl-next,
.image-additional-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  right: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/icons/icon-arrow-right.svg") no-repeat 50% 50%;
}

.image-additional-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  right: auto;
  left: -30px;
}

.image-additional-carousel .owl-nav .owl-next:hover,
.image-additional-carousel .owl-nav .owl-prev:hover {
  background: url("../images/icons/icon-arrow-right.svg") no-repeat 50% 50%;
  opacity: 0.8;
}

.owl-carousel .owl-controls .owl-nav .owl-next.disabled,
.owl-carousel .owl-controls .owl-nav .owl-prev.disabled {
  opacity: 0.4;
}

.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.slideshow__box .owl-carousel .owl-stage-outer {
  padding-top: 0;

}

.product-rating {
  max-width: 392px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  text-align: center;
}

.product-rating__title {

  font-size: 20px;
  font-weight: bold;
  padding: 0 6px 12px;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #000;
  text-transform: none;
}

.product-rating__count {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.product-rating__count strong::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 2px 8px 0 0;
  width: 17px;
  height: 15px;
  background: url("../images/icons/icon-heart-black.svg") no-repeat;
}

.product-rating__box {
  text-align: left;
  margin-bottom: 30px;
}

.product-rating__row {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-rating__number,
.product-rating__vote {
  width: 50px;
}

.product-rating__number {
  margin-right: 10px;
}

.product-rating__bar {
  flex-grow: 1;
  height: 16px;
  border: 1px solid #b3b3b3;
  margin-right: 10px;
}

.product-rating__progress {
  background-color: #000;
  height: 100%;
  width: 50%;
}

.product-rating__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
}

.product-rating__link {
  font-weight: bold;
  min-width: 140px;
  border: 1px solid transparent;
  padding: 10px 8px;
  margin-right: 20px;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.product-rating__link:hover {
  text-decoration: none;
}

.product-rating__link--comment {
  border-color: #000;
  text-decoration: none;
  margin-right: 0;
}

.product-rating__link--comment:hover {
  color: #fff;
  background-color: #d61b82;
  border-color: #d61b82;
}

.product-right {
  background: none;
  padding: 0;
  width: 60%;
  min-height: auto;
}

.product-info h1 {
  text-transform: none;
  margin: 0 0 20px;
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: left;
}

.model-box {
  text-align: left;
  position: static;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.review__box {
  padding-right: 25px;
}

.question__box {
  padding-left: 50px;
  border-left: 1px solid #999;
}

.review {
  text-align: left;
  margin: 0 0 15px;
}

.review .review__comment-link {
  margin-left: 10px;
  padding-left: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #000 !important;
  position: relative;
}

.review__write,
.question__ask {
  text-align: right;
}


.review__comment-write,
.question__number-link,
.question__ask-link {
  padding-bottom: 2px;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}

.review .review__comment-link:hover,
.review__comment-write:hover,
.question__number-link:hover,
.question__ask-link:hover {
  text-decoration: none !important;
  border-bottom-color: transparent !important;
}

.question__number {
  margin-bottom: 15px;
}

.question__number-link {
  position: relative;
}

.question__number-link::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -30px;
  width: 17px;
  height: 17px;
  background: url("../images/icons/icon-question.svg") no-repeat;
}

.question__ask {
  text-align: right;
  margin-left: -20px;
}

.product__inner {
  display: flex;
  padding-left: 20px;
  margin-bottom: 45px;
}

.product__buy-holder {
  width: 45.7%;
  margin: 0 40px 0 0;
}

.product__buy {
  padding: 30px 0;
  margin-bottom: 40px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.1;
}

.product-info .price {
  padding: 0 30px 10px;
}

.product-info .cart {
  margin: 0;
  padding: 0 30px;
}

.price__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*padding-left: 65px;*/
}

.product__discount {
  text-align: center;
  color: #4d4d4d;
  padding: 5px 20px 5px 0;
  border-right: 1px solid #e6e6e6;
  margin-right: 15px;
}

.price__wrapper .price-old {
  font-size: 16px;
  line-height: 1.1;
  color: #4d4d4d;
}

.product__discount-percent {
  font-size: 24px;
  display: block;
}

.price__wrapper .price-new {
  font-size: 37px;
  line-height: 1.1;
}

.price__wrapper .price-new em {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 24px;
  display: inline-block;
}

.product-info #button-cart,
.product-info .cart .button-cart--inactive,
.product-info .cart .button-cart--preorder {
  margin: 0 0 30px;
  padding: 10px;
  border-radius: 0;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff !important;
  background-color: #000 !important;
  width: 100%;
  opacity: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

.product-info .cart .button-cart--inactive {
  background-color: #ccc !important;
}

.product-info #button-cart::before,
.product-info .cart .button-cart--preorder::before {
  content: "";
  background: url("../images/icons/icon-cart-white.svg") no-repeat;
  width: 23px;
  height: 25px;
  margin: -2px 10px 0 0;
}

.product-info #button-cart:hover,
.product-info .cart .button-cart--preorder:hover {
  background-color: #d61b82 !important;
}

.product__reward {
  display: block;
  text-align: center;
  margin: 0;
  display: none;
}

.product__reward strong {
  color: #d61b82;
}

.more-info {
  display: none;
}

.product__benefits {
  width: 25%;
  padding-top: 5px;
  font-size: 16px;
  color: #000;
}

.product__benefits-row {
  margin-bottom: 22px;
}

.product__benefits-type {
  display: block;
  color: #999;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.product__benefits-value {
  font-weight: normal;
  display: block;
}

.product__benefits-type::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 30px;
  height: 22px;
  background: url("../images/icons/icon-payment.svg") no-repeat;
}

.product__benefits-type--delivery::before {
  top: -4px;
  left: 2px;
  height: 24px;
  background-image: url("../images/icons/icon-delivery.svg");
}

.product__benefits-type--refund::before {
  top: -9px;
  left: 6px;
  width: 25px;
  height: 29px;
  background-image: url("../images/icons/icon-refund.svg");
}

.product__bottom {
  border-top: 1px solid #999;
}

.product-rating__holder {
  width: 28.735632183908045%;
  margin-right: 5.2%;
}

.product__tabs-holder {
  border: none;
  padding: 0;
  float: none;
  width: 100%;
}

.product__tabs {
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  border: none;
  border-bottom: 1px solid #999;
}
.product__tabs > li {
  border: none !important;
  background: transparent;
  margin-right: 30px;
}

.product__tabs > li.active {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #000 !important;
}

.product__tabs > li > a {
  border: none;
  padding: 10px;
  margin: 0;
}

.product__tabs > li.active > a,
.product__tabs > li.active > a:focus,
.product__tabs > li.active > a:hover {
  color: #000;
  background-color: transparent;
}

.product__tabs>li.active>a {
  font-weight: bold;
}

.product__tabs-holder .tab-content {
  padding: 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#tab-description {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

#tab-description a {
  text-decoration: underline;
}

#tab-description a:hover {
  text-decoration: none;
}

.product-info .description {
  width: 350px;
  margin: 0 0 20px;
  padding: 30px 25px;
  border: 1px solid #b3b3b3;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.product-info .description span.marked {
  padding-left: 0;
  background: none;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  min-width: 170px;
  margin-right: 10px;
}

.product-info .description a {
  border: none;
  text-decoration: underline;
}

.product-info .description a:hover {
  text-decoration: none;
}

.popup_product_image img {
  max-width: 100%;
}

@media screen and (max-width: 1600px) {
  .product-info {
    padding-left: 0;
    padding-right: 0;
  }
  .product__buy-holder {
    width: 65%;
  }
  .product__benefits {
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .product__inner {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
  }
  .product__buy-holder {
    width: 100%;
    margin-right: 0;
  }
  .product__benefits {
    width: 100%;
    padding: 20px 0 0 15px;
  }

  .product__image .feature__bage {
    font-size: 17px;
  }

  .product-rating__links {
    justify-content: center;
    padding-right: 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 980px) {

  #content {
    padding-top: 0;
  }

  .product-info {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .product-info__holder {
    flex-wrap: wrap;
  }

  .product__buy {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .product-info .price {
    padding: 0 30px 0 0;
  }

  .price__wrapper {
    align-items: center;
  }

  .product-info .cart {
    padding: 0;
  }

  .product-info #button-cart,
  .product-info .cart .button-cart--inactive,
  .product-info .cart .button-cart--preorder {
    min-width: 150px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .product-info #button-cart::before,
  .product-info .cart .button-cart--preorder::before {
    display: none;
  }

  .product__reward {
    padding-top: 18px;
    width: 100%;
  }

  .product__image {
    width: 100%;
    margin: 0 0 30px;
  }

  .zoom-text {
    display: none;
  }

  .product-right {
    width: 100%;
  }

  .product-info h1 {
    text-align: center;
  }

  .current-option {
    width: 100%;
    padding: 0 15px 15px;
  }

  .option-list {
    width: 100%;
    padding: 0 15px 9px;
  }

  .model-box {
    justify-content: center;
  }

  .product__benefits {
    padding-left: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }

  .product__bottom {
    flex-wrap: wrap;
  }

  .product-rating__holder {
    width: 100%;
    margin: 0 0 30px;
    order: 2;
  }

  .product__tabs-holder {
    width: 100%;
    order: 1;
  }

  .product__tabs-holder .tab-content {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {

  .product-info__holder {
    margin-bottom: 30px;
  }

  .product__image {
    margin-bottom: 20px;
  }

  .product-info .image img {
    margin-bottom: 0;
  }

  .image-additional {
    margin-bottom: 0;
  }

  .product-right {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
  }

  .product-info h1 {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .product__image .feature__bage {
    font-size: 14px;
    padding: 6px 10px;
    top: 10px;
  }

  .model-box {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .review__box {
    padding-right: 20px;
    padding-top: 3px;
  }

  .review,
  .review .review__comment-link {
    margin: 0;
  }

  .review span {
    display: none;
  }

  .review__comment-link::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -27px;
    background: url("../images/icons/icon-star-pink.svg") no-repeat;
    width: 13px;
    height: 13px;
  }

  .review__write, .question__ask {
    display: none;
  }

  .question__box {
    padding-top: 3px;
  }

  .question__number {
    margin-bottom: 7px;
  }

  .question__number-link::before {
    background-image: url("../images/icons/icon-question-pink.svg");
  }

  .product__buy {
    padding: 15px 10px;
    margin-bottom: 20px;
    align-items: flex-end;
  }

  .product-info #button-cart,
  .product-info .cart .button-cart--inactive,
  .product-info .cart .button-cart--preorder {
    font-size: 16px;
  }

  .product__discount {
    padding: 3px 15px 3px 0;
  }

  .product__discount-percent {
    font-size: 18px;
    color: #4d4d4d;
  }
  .price__wrapper .price-new {
    font-size: 20px;
  }
  .price__wrapper .price-old,
  .price__wrapper .price-new em,
  .product__benefits,
  .gifts-products,
  .gifts-products__title,
  .product__tabs,
  #tab-description,
  .current-option__text,
  .option-list__text,
  .product-rating {
    font-size: 14px;
  }

  .product__reward {
    font-size: 12px;
  }

  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
  }

  .product-rating {
    max-width: 100%;
    width: 100%;
  }

  .product-rating__title {
    font-size: 16px;
    display: block;
    padding: 0;
    border-bottom: none;
    margin-bottom: 20px;
  }

  .product-rating__count {
    margin-bottom: 15px;
  }

  .product-rating__box {
    padding-left: 15px;
  }

  .product-rating__links {
    padding-right: 0;
    justify-content: center;
  }

  .product-rating__link--all {
    display: none;
  }

}

@media screen and (max-width: 630px) {
  .product__buy {
    margin-bottom: 0;
  }
  .product__benefits {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .gifts-products__container {
    display: block;
  }
  .gifts-products__info {
    margin-bottom: 15px;
  }
  .gifts-products__image-holder {
    margin: 0 auto;
  }
  .product-info .description {
    padding: 15px 12px;
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .product-info .price {
    padding: 0 20px 15px;
  }
  .product-info .cart {
    width: 100%;
  }
}

/* POPUP GLOBAL STYLES */
#partcont {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  margin: 6% auto 0;
  max-height: 540px;
}
#partcont::before {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
}

#partcont::before:hover,
#partcont::before:focus {
  opacity: 0.7;
}
/* FAVORITES POPUP */
.favorites__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: none;
  color: #000;
  text-align: center;
  margin: 0 0 30px;
}

.favorites__heart {
  display: block;
  margin: 0 auto 35px;
  width: 160px;
  height: 140px;
  background: url("../images/icons/icon-favorites-heart.svg") no-repeat 50% 50%;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 4;
  animation-name: heartbeat;
  animation-timing-function: ease-in-out;
}

@keyframes heartbeat {
  to {
    transform: scale(1.2);
  }
}
.favorites__text {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 40px;
}
.favorites__text a,
.favorites__text a:visited {
  color: #000;
}
.favorites__links-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px;
  margin: 0 auto;
  max-width: 300px;
}
.favorites__links-holder a,
.favorites__links-holder a:visited {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 130px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.favorites__links-holder .favorites__center {
  margin: 0 auto;
  display: block;
}
.favorites__links-holder a:hover {
  background-color: #fff;
  color: #000;
}
/* CART POPUP */
.cart-popup__title,
.popup__title {
  padding: 15px 0 25px;
  line-height: 1.1;
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
  color: #d61b82;
}

#partcont .heading #cart-total {
  font-size: 16px;
  line-height: 1.1;
  display: block;
  text-align: left;
  padding: 0 5px 5px;
  margin: 0 0 25px;
  border-bottom: 2px solid #000;
  float: none;
}

.cart-popup__content {
  position: relative;
}

.mini-cart-info .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}
.mini-cart-info .table > tbody > tr > td {
  border-color: transparent;
  border-bottom-color: #d9d9d9;
  padding: 5px;
  line-height: 1.1;
}
.mini-cart-info .table > tbody > tr:last-child > td {
  border-bottom-color: transparent;
}
.mini-cart-info .table > tbody > tr > .remove {
  border-bottom-color: transparent;
  vertical-align: middle;
  padding: 5px 0;
}

.mini-cart-info .table > tbody > tr > .cart-popup__price-holder {
  vertical-align: middle;
}

.cart-popup__remove {
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
  background-size: 12px 12px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.4;
}

.cart-popup__remove:hover,
.cart-popup__remove:focus {
  opacity: 0.2;
}

.mini-cart-info .img-thumbnail {
  border: none;
  width: 47px;
  max-width: 47px;
  border-radius: 0;
  padding: 0;
}

.cart-popup__price {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.cart-popup__links {
  padding: 40px 0 30px;
  position: sticky;
  left: 0;
  width: 100%;
  bottom: -20px;
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
}

.cart-popup__row {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.cart-popup__row:last-child {
  margin-bottom: 0;
}
.cart-popup__link,
.cart-popup__link:visited {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  transition: all 0.2s ease-in-out;
}

.cart-popup__link--checkout,
.cart-popup__link--checkout:visited {
  color: #fff;
  background-color: #000;
}

.cart-popup__link:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #partcont {
    width: 100%;
    margin: 0;
    max-height: 100%;
  }
}

/* CHECKOUT PAGE */
.checkout__page {
  font-size: 14px;
}

.close {
  margin-top: -4px;
}

.check-content {
  padding: 0 10px;
}

.checkout_form {
  max-width: 600px;
  margin: 0 auto 80px;
}

.login-checkout {
  background-color: transparent !important;
  border: none !important;
  padding: 5px 0 !important;
  margin-bottom: 20px !important;
  margin-left: -7px;
}

.login__links {
  display: flex;
  justify-content: space-between;
}

.login__link {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid transparent;
  padding: 7px;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
  text-align: center;
  margin-right: 15px;
}

.login__link--border {
  border-color: #000;
}

.login__link:hover {
  text-decoration: none;
  background-color: #d61b82;
  border-color: #d61b82;
  color: #fff;
}

#container.checkout__page .alert {
  margin-left: -18px !important;
  margin-right: -25px !important;
}

.login-form,
.register_block,
.shipping_block,
.payment_block {
  padding: 0 25px;
}
.register_block,
.payment_block,
.shipping_block {
  margin-bottom: 35px;
}

.register_block .panel-heading {
  display: none;
}
.login-form .panel,
.login-form .panel-body,
.login-form .form-group,
.register_block .panel,
.register_block .panel-body,
.register_block .form-group,
.shipping_block .panel,
.shipping_block .panel-body,
.shipping_block .form-group,
.payment_block .panel,
.payment_block .panel-body,
.payment_block .form-group {
  padding: 0;
}

.checkout__page .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.register_block .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.register_block .form-group:nth-child(1),
.register_block .form-group:nth-child(2) {
  float: left;
  width: calc(50% - 20px);
}

.register_block .form-group:nth-child(2) {
  float: right;
}
.register_block .form-group:nth-child(3) {
  clear: both;
}
.checkout__page label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.checkout__page .form-control {
  height: auto;
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  font-size: 13px;
  line-height: 1.1;
  background-color: #fff;
}

.checkout__page .checkbox label,
.checkout__page .radio label {
  font-size: 14px;
}

.checkout__register  label {
  font-size: 14px;
}

.checkout__page input[type=checkbox] {
  margin-top: -3px;
  margin-right: 4px;
}

.form-enter {
  padding: 0;
  line-height: 1.1;
  width: 100%;
}
#show-login + .login-form > .panel-body form {
  text-align: left;
}

.checkout__title {
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}

#payment_agree-block,
#no_call {
  min-height: 1px;
  margin-bottom: 15px;
  padding: 0 25px;
}

.oct-fastorder-payment {
  padding-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  float: none;
}

.login-form-links {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.oct-fastorder-payment #button-go,
.login-form-links #button-login,
.login-form-links .forgotten {
  border: 1px solid #000;
  color: #fff;
  background-color: #000 !important;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  transition: all 0.2s ease-in-out;
}

.login-form-links .forgotten {
  border-color: transparent;
  color: #000;
  background-color: #fff !important;
}
.oct-fastorder-payment #button-go:hover,
.login-form-links #button-login:hover,
.login-form-links .forgotten:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82 !important;
  color: #fff;
}

/* REVIEWS */
.review__holder {
  padding: 50px 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.review__holder .review__item {
  width: 25.555555555555554%;
  /*width: 456px;*/
  background: none;
  color: #000;
  border: none;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 25px;
}
.review__holder .review__item:nth-child(n+3)::before,
.review__holder .review__item:nth-child(n+4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.review__holder .review__item:nth-child(n+3)::before {
  display: none;
}

.review__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.review__item .review__author {
  font-size: 18px;
  line-height: 1.1;
  color: #000;
  float: none;
  margin: 0;
}

.review__item .review__date {
  float: none;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}
.review__item .rating {
  margin-bottom: 15px;
}

.review__item .rating span {
  font-weight: normal;
}

.review__text {
  margin-bottom: 30px;
}

.review__item .admin_answer {
  padding-left: 7px;
}

.review__item .admin_answer .admin_answer_text {
  color: #000;
  margin-bottom: 5px;
}
.review__item .negative_text + p,
.review__item .positive_text + p {
  margin-bottom: 15px;
  margin-left: 21px;
}

#tab-description, .review__item .text {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
.review__item .review__buttons {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: auto;
  right: auto;
}
.review__holder .review__item .review__button,
.review__holder .review__item .review__button:visited {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 130px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-left: 35px;
}

.review__holder .review__item .review__button:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82;
  color: #fff;
}
/* REVIEW FORM */
.tab-content .rew-form .sub {
  background: none;
}
#review-title {
  line-height: 1.1;
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
  color: #d61b82;
  margin: 0 0 20px;
}
.review__form {
  font-size: 14px;
  line-height: 1.1;
}
.review__row {
  margin-bottom: 15px;
}
.review__row label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.review__row label::before {
  display: none;
}

.br-theme-fontawesome-stars .br-widget a {
  margin-right: 5px;
}

.review__input-holder input[type="text"],
.review__input-holder textarea,
.review__row input[name=captcha] {
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  font-size: 14px;
  line-height: 1.1;
  background-color: #fff;
}
.review__row input[name=captcha] {
  margin-bottom: 30px;
}
.review__input-holder textarea {
  resize: vertical;
}
.review__input-holder .big {
  border: 1px solid #808080;
}

.review__form .review__checkbox {
  margin: -2px 4px 0 0;
}

.review__form .review__button {
  border: 1px solid #000;
  border-radius: 0;
  opacity: 1;
  text-align: center;
  height: auto;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 130px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.review__form .review__button:hover,
.review__form .review__button:focus {
  background-color: #d61b82 !important;
  border-color: #d61b82;
}

#tab-review .alert {
  text-align: left;
  padding: 15px 0;
  margin: 0 !important;
}

@media screen and (max-width: 1270px) {
  .review__holder .review__item {
    width: 45%;
  }
  .review__holder .review__item:nth-child(n+3)::before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .login__links,
  .login-form-links {
    justify-content: space-between;
  }
  .review__holder {
    padding: 0 5px 10px;
  }
  .review__holder .review__item {
    width: 100%;
  }
  .review__item .review__author {
    font-size: 16px;
  }
  .review__item .review__date,
  .review__holder .review__item,
  #tab-description, .review__item .text {
    font-size: 14px;
  }
  .review__item .negative_text + p,
  .review__item .positive_text + p {
    margin-bottom: 10px;
    margin-left: 19px;
  }

  #review-title {
    font-size: 20px;
  }

}
@media screen and (max-width: 480px) {
  .popup__holder {
    height: calc(100vh - 50px);
  }
  .review__item .review__buttons {
    justify-content: center;
  }
  .review__holder .review__item .review__button {
    margin: 0 15px;
  }
}
@media screen and (max-width: 370px) {
  .login-form,
  .register_block,
  .shipping_block,
  .payment_block,
  #payment_agree-block,
  #no_call {
    padding: 0;
  }
  .form-enter,
  .login-form .login-form-links {
    padding: 0 10px;
  }
  #container.checkout__page .alert {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
  .login-form-link {
    margin-left: 0;
    min-width: auto;
  }
}

/* CART PAGE */
#container.cart__page .alert {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}

.cart__wrapper {
  max-width: 600px;
  margin: 0 auto 80px;
  color: #000;
}
.cart__summary {
  margin: 0 0 35px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  font-size: 16px;
  line-height: 1.1;
}
.cart__form {
  margin-bottom: 35px;
}
.cart__row {
  display: flex;
  padding-right: 35px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.cart__image-holder {
  margin-right: 10px;
  width: 110px;
}

.cart__image-link {
  display: block;
  margin-bottom: 5px;
}

.cart__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out;
}

.cart__image-link:hover .cart__image {
  opacity: 0.7;
}

.cart__product {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.1;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.cart__product-title a {
  text-decoration: underline;
}
.cart__product-title a:hover {
  text-decoration: none;
}

.cart__out-of-stock {
  display: block;
  color: #d61b82;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  margin: 10px 0 0;
}

.cart__product-model {
  display: block;
  padding-top: 12px;
}

.cart__product-price {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}


.cart__discount {
  text-align: center;
  color: #4d4d4d;
  padding: 2px 10px 2px 0;
  border-right: 1px solid #e6e6e6;
  margin-right: 8px;
  line-height: 1.1;
}

.cart__discount .price-old {
  font-size: 12px;
  line-height: 1.1;
  color: #4d4d4d;
  margin-bottom: 2px;
  text-decoration: line-through;
}
.cart__discount .price-old span {
  color: #d61b82;
}

.cart_discount-percent {
  font-size: 14px;
  display: block;
}

.cart__price-total {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 1px;
}

.cart__remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  border: none;
}

.cart__remove:hover,
.cart__remove:focus {
  opacity: 0.7;
}

.cart__quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart__quantity-button {
  margin: 0 5px;
  padding: 0;
  border: none;
  background: url("../images/icons/icon-minus.svg") no-repeat 50% 50%;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s ease-in-out;
}

.cart__plus {
  background-image: url("../images/icons/icon-plus.svg");
}
.cart__quantity-button:hover,
.cart__quantity-button:focus {
  opacity: 0.7;
}
.cart__quantity-input {
  font-size: 14px;
  line-height: 1.1;
  color: #d61b82;
  border: none;
  padding: 5px;
  text-align: center;
  min-width: 32px;
  max-width: 42px;
}

.coupon__label {
  display: block;
  font-size: 14px;
  color: #d61b82;
  margin-bottom: 5px;
}

.coupon__input {
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  font-size: 14px;
  line-height: 1.1;
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.coupon__button {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  margin: 0 auto 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  display: block;
}
.cart__checkout,
.cart__checkout:visited {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.coupon__button:hover,
.cart__checkout:hover {
  text-decoration: none;
  border-color: #d61b82;
  background-color: #d61b82;
  color: #fff;
}

.cart__wrapper .panel-title {
  text-transform: none;
}

.cart__checkout-holder {
  display: flex;
  justify-content: center;
}
.cart__page .panel-group .panel {
  border: none;
  box-shadow: none;
}
.cart__page .panel-heading {
  background: transparent;
}

.cart__page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.error__page .error__text {
  font-size: 20px;
  padding-bottom: 150px;
  padding-top: 50px;
}

.b-lazy{
  filter: blur(4px);
}

.b-lazy.b-loaded{
  filter: blur(0px);
}

@media screen and (max-width: 991px) {
  #container.cart__page .alert {
    margin: 20px 10px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #collapse-coupon, #collapse-coupon .panel-body, #collapse-voucher, #collapse-voucher .panel-body {
    text-align: left;
  }
  #button-coupon, #button-voucher {
    margin: 0 auto !important;
  }
}

.full-width{
    width: 100%;
}