@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic");
* {
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none !important; }

html {
  overflow-x: hidden; }

body {
  font: 14px 'Roboto Condensed', sans-serif;
  font-weight: 300;
  background-color: #f5f5f5;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #810040; }
  a:hover, a:active, a:focus {
    color: #602140; }

section + section {
  margin-top: 50px; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: 300; }

h1 {
  margin-bottom: 30px; }

ul, ol {
  list-style-position: inside; }

b, strong {
  font-weight: 400; }

label {
  font-weight: normal; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 1px;
  margin: 0; }

@media screen and (max-width: 991px) {
  section + section {
    margin-top: 45px; } }
@media screen and (max-width: 767px) {
  body,
  h1, h2, h3, h4, h5 {
    font-weight: 400; }

  section + section {
    margin-top: 30px; } }
#main_wrapp {
  flex: 1; }

#top_line {
  background-color: #602140;
  color: #fff;
  font-size: 12px;
  padding: 5px 0; }
  #top_line a {
    color: #fff; }

#page_header {
  padding: 30px 0;
  background-color: #fff; }
  #page_header .logo {
    margin-top: 5px; }

#menu_line {
  background-color: #602140;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0; }

#page_footer {
  background-color: #502F40;
  margin-top: 50px;
  padding: 25px 0;
  color: #fff; }
  #page_footer a {
    color: #fff; }
  #page_footer .logo-title {
    font-size: 36px; }

#bottom_line {
  background-color: #3C2933;
  color: #D0C0C8;
  padding: 5px 0;
  font-size: 12px; }
  #bottom_line .top_menu-item {
    float: none;
    display: inline-block; }
  #bottom_line a {
    color: #fff; }

#map-wrapp {
  height: 470px;
  overflow: hidden;
  margin: 50px 0 -50px;
  box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.16), inset 0px -6px 3px rgba(0, 0, 0, 0.16); }

#map {
  height: 500px;
  position: relative;
  z-index: -1; }

@media screen and (max-width: 1199px) {
  #page_header .logo {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  #page_header {
    padding: 20px 0; } }
.account_page-title {
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #eee; }

.fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: relative;
  top: -2px; }

label.error {
  font-size: 12px;
  color: #ff3b3d; }

.navbar-collapse {
  padding: 0;
  overflow-x: hidden; }
  .navbar-collapse.in {
    overflow: visible; }

.navbar-toggle {
  padding-left: 0;
  float: left; }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #602140 !important;
  border-color: #602140 !important; }

.thumbnail {
  border-radius: 0; }
  .thumbnail:focus, .thumbnail:active, .thumbnail:hover {
    border-color: #602140 !important; }

.panel,
.panel-heading {
  border-radius: 0; }

.panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none; }

.panel-heading {
  font-size: 22px;
  margin: 0; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #602140; }

.breadcrumb {
  padding: 15px 0 10px;
  font-size: 13px;
  line-height: 14px;
  background-color: transparent; }

.img-thumbnail {
  border-radius: 0; }
  
  .btn-top-line {
    font-size: 12px !important;
    padding: 0 16px !important;
    color: #fff;
  }
  .btn-top-line:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}

.btn-top-line:focus {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}
  
  .dropdown-menu-top-line a {
  color: #000 !important; }

.btn {
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  font-weight: 300; }

.btn-primary {
  background-color: #602140;
  border-color: #602140;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #810040;
    border-color: #602140; }

.form-control {
  border-radius: 0;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 15px;
  height: auto; }
  .form-control:focus {
    border-color: #602140;
    box-shadow: none; }

.modal-content {
  border-radius: 0; }

.modal-body .modal-title {
  margin-bottom: 15px; }

.modal-header {
  background-color: #602140;
  color: #fff; }
  .modal-header .close {
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #602140;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #3C2933;
    margin: 0; }

.alert {
  border-radius: 0;
  padding: 10px 15px; }

.alert-info {
  color: #333;
  background-color: #f1f1f1;
  border-color: #ccc; }

.section_title {
  font-size: 34px;
  margin: 0 0 30px;
  color: #333; }

.top_menu {
  list-style: none;
  margin: 0; }

.top_menu-item {
  float: left; }
  .top_menu-item + .top_menu-item {
    margin-left: 10px; }

.cabinet_link-wrapp {
  text-align: right; }

.cabinet_link {
  text-decoration: underline; }
  .cabinet_link:hover {
    text-decoration: none; }

.logo {
  color: #602140;
  text-decoration: none !important;
  display: inline-block; }

.logo-title {
  font-size: 48px;
  letter-spacing: 9px;
  line-height: 1em;
  margin-left: -3px; }

.logo-slogan {
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase; }

.logo-signature {
  margin-top: 10px;
  font-size: 13px;
  color: #D0C0C8;
  line-height: 1.35em; }

.header_menu {
  list-style: none;
  margin-bottom: 8px; }

.header_menu-item_inside {
  border-bottom: 1px dashed #333;
  display: inline-block;
  font-weight: normal; }
  .header_menu-item_inside:hover, .header_menu-item_inside:focus, .header_menu-item_inside:active {
    color: #810040;
    text-decoration: none;
    border-bottom-style: solid; }

.header_contacts {
  list-style: none;
  margin-bottom: 4px;
  margin-right: -15px; }

.header_contacts-item + .header_contacts-item {
  margin-top: 3px; }

.header_contacts-item_inside {
  font-weight: normal; }
  .header_contacts-item_inside:hover, .header_contacts-item_inside:focus, .header_contacts-item_inside:active {
    text-decoration: none; }

.cart {
  color: #602140;
  margin-top: 10px;
  float: right;
  position: relative; }

.cart-additional_links {
  position: absolute;
  right: calc(100% + 15px);
  text-align: right; }

.cart-additional_link {
  font-size: 11px;
  line-height: 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  top: 5px;
  padding-right: 30px;
  color: #602140; }
  .cart-additional_link [class^="icon-"],
  .cart-additional_link [class*=" icon-"] {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0; }
  .cart-additional_link:hover {
    color: #810040;
    text-decoration: none; }
  .cart-additional_link + .cart-additional_link {
    margin-top: 5px; }

.cart-icon {
  font-size: 48px;
  float: right;
  position: relative;
  margin-right: 5px; }
  .cart-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 0px;
    height: calc(100% + 4px);
    width: 1px;
    background-color: #ccc; }

.cart-label {
  font-size: 18px;
  line-height: 50px;
  float: right;
  background: transparent;
  border: none; }

.cart-dropdown {
  padding: 0;
  margin-top: 15px;
  border-radius: 0;
  right: 0;
  min-width: 380px;
  left: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .cart-dropdown li:last-child {
    padding: 15px; }

.cart-dropdown_table {
  border-bottom: 1px solid #ddd; }

.cart-dropdown_table_rb {
  background: transparent;
  border: none; }

.cart-dropdown_table_price {
  font-size: 18px;
  line-height: 1em !important;
  white-space: nowrap; }
  .cart-dropdown_table_price span {
    font-size: 14px; }

.cart-dropdown_table_final_price {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px; }
  .cart-dropdown_table_final_price span {
    font-size: 24px;
    line-height: 15px; }
    .cart-dropdown_table_final_price span span {
      font-size: 15px; }

.mms-wrapp {
  display: table; }

.main_menu-wrapp {
  display: table-cell; }

.main_menu {
  list-style: none;
  display: table;
  margin: 0 0 0 -15px;
  position: relative;
  z-index: 10; }

.main_menu-item {
  display: table-cell; }
  .main_menu-item:hover .main_menu-item_dropdown {
    opacity: 1;
    visibility: visible; }
  .main_menu-item:hover .main_menu-item_inside {
    background-color: #810040;
    text-decoration: none; }

.main_menu-item_inside {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 11px 15px;
  white-space: nowrap;
  color: #fff !important;
  transition: all 0.25s ease-in-out; }

.main_menu-item_dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #810040;
  color: #fff;
  padding: 15px;
  width: 100%;
  transition: all 0.25s ease-in-out; }
  .main_menu-item_dropdown .clearfix {
    margin-bottom: 15px; }

.main_menu-item_dropdown_filter_title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400; }

.main_menu-item_filter {
  list-style: none; }
  .main_menu-item_filter.cols-2 {
    column-count: 2; }

.main_menu-item_filter_item + .main_menu-item_filter_item {
  margin-top: 4px; }

.main_menu-item_filter_item_inside {
  padding-right: 5px;
  color: #fff !important;
  transition: all 0.25s ease-in-out; }
  .main_menu-item_filter_item_inside [class^="icon-"],
  .main_menu-item_filter_item_inside [class*=" icon-"] {
    top: 1px;
    position: relative;
    left: -5px;
    transition: all 0.25s ease-in-out; }
  .main_menu-item_filter_item_inside:hover, .main_menu-item_filter_item_inside:focus, .main_menu-item_filter_item_inside:active {
    padding-right: 0;
    text-decoration: none;
    color: #d6c7dc !important; }
    .main_menu-item_filter_item_inside:hover [class^="icon-"],
    .main_menu-item_filter_item_inside:hover [class*=" icon-"], .main_menu-item_filter_item_inside:focus [class^="icon-"],
    .main_menu-item_filter_item_inside:focus [class*=" icon-"], .main_menu-item_filter_item_inside:active [class^="icon-"],
    .main_menu-item_filter_item_inside:active [class*=" icon-"] {
      margin-right: 5px; }

.search {
  display: table-cell;
  position: relative;
  width: 100%; }

.search-input {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 5px 15px;
  font-style: italic; }

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  text-align: center;
  line-height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.3em; }

.main_slider-wrapp {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: 0; }

.main_slider {
  margin-bottom: 0 !important; }

.main_slider-slide {
  min-height: 400px;
  background-size: cover;
  position: relative;
  padding: 60px 0 70px; }
  .main_slider-slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #602140;
    opacity: 0.25; }

.main_slider-slide_desc_wrapp {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 310px;
  display: table;
  width: 50%; }

.main_slider-slide_desc {
  display: table-cell;
  vertical-align: middle; }

.main_slider-slide_text {
  font-size: 26px;
  margin: 0; }

.main_slider-slide_title {
  font-size: 54px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase; }

.main_slider-pagination_wrapp {
  position: relative; }

.main_slider-pagination {
  position: absolute;
  bottom: 15px;
  right: 15px;
  list-style: none; }
  .main_slider-pagination > li {
    float: left; }
    .main_slider-pagination > li > button {
      color: transparent;
      width: 16px;
      display: block;
      height: 16px;
      background-color: #602140;
      border: 1px solid #fff; }
    .main_slider-pagination > li + li {
      margin-left: 15px; }
    .main_slider-pagination > li.slick-active > button {
      background-color: #810040; }

.product_list-arrow {
  position: absolute;
  right: 15px;
  top: -44px;
  font-size: 24px;
  cursor: pointer;
  color: #602140; }
  .product_list-arrow:hover {
    color: #810040; }
  .product_list-arrow.prev {
    right: 39px; }
  .product_list-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default; }

.product_list-title {
  margin: 0;
  line-height: 1em;
  font-size: 36px; }

.product_list-title_page {
  font-size: 14px;
  color: #810040;
  text-transform: lowercase; }

.product_list-filter {
  margin-bottom: 30px; }

.product_list-filter_sort,
.product_list-filter_count {
  display: inline-block;
  height: 36px;
  padding: 5px;
  width: 100%;
  cursor: pointer; }

.product_list-filter_count {
  width: 55px;
  margin-left: -15px; }

.product_list-desc {
  margin-top: 45px; }

.product_list {
  margin-bottom: 50px; }
  .product_list > .clearfix {
    margin-bottom: 30px; }
  .product_list.slick-slider {
    margin-top: -15px;
    margin-bottom: -45px; }
    .product_list.slick-slider .slick-list {
      padding: 15px 15px 45px;
      margin: 0 -15px; }
    .product_list.slick-slider .slick-slide {
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .product_list.slick-slider .slick-active {
      opacity: 1; }

.product_list-product {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .product_list-product:hover, .product_list-product:active, .product_list-product:focus, .product_list-product:visited {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.product_list-product_img_wrapp {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  position: relative; }

.product_list-product_img, .product-featured_product_img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.product_list-product_img_sticker {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  max-width: 50%; }

.product_list-product_short_desc {
  padding: 0 15px 0; }

.product_list-product_title {
  color: #333;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  height: 50px; }
  .product_list-product_title a {
    color: #333; }

.product_list-product_model {
  margin-bottom: 10px; }

.product_list-product_info {
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #a9a9a9;
  height: 18px; }

.product_list-product_price {
  margin-bottom: 10px;
  color: #4B024B;
  font-size: 20px;
  text-align: center;
  font-weight: normal; }
  .product_list-product_price span {
    font-size: 16px; }

.product_list-product_price_label {
  font-size: 18px; }

.product_list-product_price_new,
.product_list-product_price_old {
  display: inline-block; }

.product_list-product_price_old {
  color: #561956;
  font-size: 20px;
  font-weight: 300; }
  .product_list-product_price_old span {
    font-size: 16px;
    font-weight: 300; }

.product_list-product_discounts {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px; }

.product_list-product_discount {
  display: inline-block; }
  .product_list-product_discount + .product_list-product_discount {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc; }

.product_list-product_discount_price {
  font-size: 20px;
  line-height: 16px; }
  .product_list-product_discount_price span {
    font-size: 16px; }

.product_list-product_btns_group {
  margin: 0 -15px; }

.product_list-product_compare_btn,
.product_list-product_wish_btn,
.product_list-product_buy_btn {
  background-color: #602140;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  float: left; }
  .product_list-product_compare_btn:hover,
  .product_list-product_wish_btn:hover,
  .product_list-product_buy_btn:hover {
    background-color: #810040; }

.product_list-product_quantity_spinner {
  width: 20%;
  float: left;
  font-size: 16px;
  border-right: 1px solid #fff; }
  .product_list-product_quantity_spinner [class^="icon-"],
  .product_list-product_quantity_spinner [class*=" icon-"] {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important; }
  .product_list-product_quantity_spinner .icon-arrows_up:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5em; }

.product_list-product_quantity_spinner_input {
  margin: 0;
  padding: 10px;
  width: 100%;
  background-color: #602140;
  color: #fff; }

.product_list-product_buy_btn {
  width: 50%; }

.product_list-product_compare_btn,
.product_list-product_wish_btn {
  width: 15%;
  border-left: 1px solid #fff; }

.article-list {
  margin-bottom: 30px; }

.article + .article {
  margin-top: 30px; }

.article_module-wrapp {
  background: url(../images/section_bg.png) center repeat;
  color: #333;
  padding: 50px 0 60px;
  box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.16), inset 0px -6px 3px rgba(0, 0, 0, 0.16);
  position: relative; }
  .article_module-wrapp:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #602140;
    opacity: 0.25; }
  .article_module-wrapp > * {
    position: relative;
    z-index: 2; }
  .article_module-wrapp .section_title {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    border: none; }
  .article_module-wrapp a {
    color: #333; }

.article_module .clearfix {
  margin-bottom: 30px; }

.article_module-cat_link_wrapp {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: normal; }

.article_module-article {
  background-color: #502F40;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff; }
  .article_module-article a {
    color: #fff; }
  .article_module-article + .article_module-article {
    margin-top: 30px; }
  .article_module-article:hover, .article_module-article:active, .article_module-article:focus, .article_module-article:visited {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.article_module-article_title {
  margin: 0 0 15px; }
  .article_module-article_title a {
    transition: all 0.25s ease-in-out; }
    .article_module-article_title a:hover {
      color: #d0d0d0;
      text-decoration: none; }

.article_module-article_preview {
  margin-bottom: 15px; }

.article_module-article_rml {
  transition: all 0.25s ease-in-out; }
  .article_module-article_rml span {
    position: relative;
    transition: all 0.25s ease-in-out; }
    .article_module-article_rml span:first-child {
      left: 0; }
    .article_module-article_rml span:last-child {
      right: 0; }
  .article_module-article_rml:hover {
    text-decoration: none;
    color: #d0d0d0; }
    .article_module-article_rml:hover span:first-child {
      left: -5px; }
    .article_module-article_rml:hover span:last-child {
      right: -5px; }

.phone_num-wrapp {
  text-align: right;
  font-size: 24px; }

.phone_num-label {
  line-height: 1em;
  margin-bottom: 10px; }

.phone_num {
  font-size: 36px; }
  .phone_num .fa {
    font-size: 28px;
    margin-right: 15px; }

.footer_menu-title {
  margin: 5px 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px; }

.footer_menu {
  display: inline-block;
  font-size: 14px;
  margin: 0; }
  .footer_menu.two_columns {
    column-count: 2; }

.footer_menu-item + .footer_menu-item {
  margin-top: 5px; }

.footer_menu-item_inside {
  padding-right: 5px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  display: block;
  position: relative;
  padding-left: 10px; }
  .footer_menu-item_inside [class^="icon-"],
  .footer_menu-item_inside [class*=" icon-"] {
    top: 1px;
    position: absolute;
    left: -5px;
    transition: all 0.25s ease-in-out; }
  .footer_menu-item_inside:hover, .footer_menu-item_inside:focus, .footer_menu-item_inside:active {
    padding-right: 0;
    text-decoration: none;
    color: #d6c7dc !important;
    padding-left: 15px; }

.copyright {
  text-align: right; }

.pagination_list {
  list-style: none; }

.pagination_list-item {
  display: inline-block; }
  .pagination_list-item + .pagination_list-item {
    margin-left: 5px; }
  .pagination_list-item.active .pagination_list-item_inside {
    background-color: #502F40;
    color: #fff; }

.pagination_list-item_inside {
  padding: 5px 10px;
  background-color: #fff;
  line-height: 1em;
  text-decoration: none !important;
  border: 1px solid #502F40; }

.left_bar_module-title {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 30px; }

.mfilter-content {
  border-radius: 0; }

.mfilter-col-input {
  width: 0;
  padding: 0; }

.mfilter-heading {
  font-size: 14px; }
  .mfilter-heading.mfilter-collapsed {
    background-color: #502F40; }

.mfilter-filter-item {
  background-color: #fff; }

.ui-checkboxradio-label {
  padding: 5px 5px 5px 25px !important;
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  display: inline-block; }
  .ui-checkboxradio-label.mfilter-tb-as-td {
    display: table-cell; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: none;
  border: 1px solid #502F40;
  position: absolute;
  left: 0;
  top: calc(0.4em + 4px);
  border-radius: 0;
  width: 15px;
  height: 15px; }

.ui-checkboxradio-checked .ui-icon-background:before,
.mfilter-input-active .ui-icon-background:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  top: 2px;
  left: 2px;
  background-color: #810040;
  position: absolute; }

.mfilter-option:not(.mfilter-input-active) .ui-icon-background:before {
  content: none; }

.user_message_modal .modal-title {
  font-size: 24px;
  letter-spacing: 10px; }
.user_message_modal .modal-body {
  font-size: 18px; }

.content_inner {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .content_inner p:last-child,
  .content_inner ul:last-child,
  .content_inner ol:last-child {
    margin-bottom: 0; }
  .content_inner ul, .content_inner ol {
    margin-left: 40px; }
  .content_inner .list-unstyled {
    margin: 0; }

.contact_page-contacts {
  font-size: 16px; }

.contact_page-contacts_site_name {
  font-size: 22px;
  letter-spacing: 5px;
  color: #602140; }

.bar .list-group {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 0; }
  .bar .list-group a {
    border-left: none;
    border-right: none; }
  .bar .list-group a:first-child,
  .bar .list-group a:last-child {
    border-radius: 0; }

.compare_table {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
  margin-bottom: 40px; }
  .compare_table tbody tr:first-child > td {
    border-top: none; }
  .compare_table tbody tr:last-child > td {
    border-bottom: none; }
  .compare_table td:first-child {
    width: 1px;
    white-space: nowrap;
    border-left: none;
    font-weight: bold; }
  .compare_table td:last-child {
    border-right: none; }

.compare_table-btns {
  text-align: right;
  padding-left: 0; }

.compare_table-order_btn_wrapp {
  position: relative; }

.compare_table-order_btn {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.compare_table-remove_btn {
  background-color: transparent;
  color: #602140;
  border: none;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 2px; }
  .compare_table-remove_btn:hover {
    color: #602140;
    text-decoration: none; }

.wishlist_table {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none; }
  .wishlist_table tbody tr:first-child > td {
    border-top: none; }
  .wishlist_table tbody tr:last-child > td {
    border-bottom: none; }
  .wishlist_table td {
    vertical-align: middle !important; }
    .wishlist_table td:first-child {
      border-left: none; }
    .wishlist_table td:last-child {
      border-right: none; }

.search_panel {
  margin-bottom: 50px; }

.search_panel-checkboxes {
  margin-bottom: 15px;
  margin-top: 5px; }
  .search_panel-checkboxes [class^="col-"] + [class^="col-"],
  .search_panel-checkboxes [class^="col-"] + [class*=" col-"],
  .search_panel-checkboxes [class*=" col-"] + [class^="col-"],
  .search_panel-checkboxes [class*=" col-"] + [class*=" col-"] {
    padding-left: 0; }

.product {
  padding-right: 45px; }

.product-title {
  margin-bottom: 20px;
  font-size: 32px; }

.product-thumbnails {
  padding: 0 15px;
  margin: 0; }

.product-thumbnails_thumb {
  margin: 0 5px; }

.product-thumbnails_arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  font-size: 34px;
  line-height: 1em;
  cursor: pointer;
  color: #602140; }
  .product-thumbnails_arrow:hover {
    color: #810040; }
  .product-thumbnails_arrow.slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .product-thumbnails_arrow.prev {
    left: -10px; }
  .product-thumbnails_arrow.next {
    right: -10px; }

.product-short_desc,
.product-prices {
  font-size: 16px;
  margin-bottom: 30px; }

.product-short_desc > *:last-child {
  margin-top: 5px; }

.product-price_wrapp {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 5px; }

.product-price {
  font-weight: normal;
  font-size: 28px; }
  .product-price span {
    font-size: 22px; }

.product-old_price {
  font-size: 28px;
  margin-bottom: 10px;
  display: inline-block; }
  .product-old_price span {
    font-size: 22px; }

.product-quantity,
.product-compare_btn,
.product-wishlist_btn,
.product-buy_btn {
  float: left;
  background-color: #602140;
  color: #fff;
  padding: 10px;
  border: none;
  text-transform: uppercase;
  font-size: 16px; }

.product-compare_btn:hover,
.product-wishlist_btn:hover,
.product-buy_btn:hover {
  background-color: #810040; }

.product-buy_btn {
  width: 50%;
  border-left: 1px solid #f5f5f5; }

.product-compare_btn,
.product-wishlist_btn {
  width: 15%;
  border-left: 1px solid #f5f5f5; }

.product-tabs {
  white-space: nowrap;
  margin-top: 50px;
  border-bottom: 1px solid #ccc; }
  .product-tabs > li > a {
    border-radius: 0;
    background-color: #502F40;
    color: #fff; }
    .product-tabs > li > a:hover, .product-tabs > li > a:active, .product-tabs > li > a:focus {
      background-color: #602140;
      color: #fff;
      border-color: transparent; }
  .product-tabs > li.active > a {
    background-color: #602140;
    color: #fff;
    border-color: transparent; }
    .product-tabs > li.active > a:hover, .product-tabs > li.active > a:active, .product-tabs > li.active > a:focus {
      background-color: #602140;
      color: #fff;
      border-color: transparent; }

.product-tabs_content {
  padding: 15px;
  background-color: #fff; }

.product-rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.product-additional_info hr {
  margin: 15px 0; }
.product-additional_info p {
  font-size: 13px; }

.product-additional_btns {
  margin-bottom: 20px; }

.product-additional_btn {
  border: 1px solid #ccc; }
  .product-additional_btn + .product-additional_btn {
    margin-left: 11px; }
  .product-additional_btn:hover {
    color: #fff;
    background-color: #810040;
    border-color: #602140; }

.product-additional_info_list {
  list-style: none; }

.product-additional_info_list_item:before {
  content: '-';
  display: inline-block;
  margin-right: 5px; }

.product-featured_product {
  border-top: 1px solid #f5f5f5;
  padding: 15px 0; }
  .product-featured_product:first-child {
    padding-top: 0;
    border-top: none; }
  .product-featured_product:last-child {
    padding-bottom: 0; }
  .product-featured_product [class^="col-"] + [class^="col-"],
  .product-featured_product [class^="col-"] + [class*=" col-"],
  .product-featured_product [class*=" col-"] + [class^="col-"],
  .product-featured_product [class*=" col-"] + [class*=" col-"] {
    padding-left: 0; }

.product-featured_product_img_wrapp {
  height: 110px;
  display: block;
  border: 1px solid #f5f5f5; }

.product-featured_product_title,
.product-featured_product_price {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.1em; }

.product-featured_product_price_old {
  text-decoration: line-through;
  font-size: 16px;
  padding-left: 40px; }

.product-featured_product_btns_group {
  margin-top: 10px; }

.product-featured_product_quantity_spinner,
.product-featured_product_buy_btn {
  float: left;
  background-color: #602140;
  border: none;
  color: #fff; }

.product-featured_product_quantity_spinner {
  width: 30%; }
  .product-featured_product_quantity_spinner [class^="icon-"],
  .product-featured_product_quantity_spinner [class*=" icon-"] {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none !important; }
  .product-featured_product_quantity_spinner .icon-arrows_up:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5em; }

.product-featured_product_quantity_spinner_input {
  margin: 0;
  padding: 5px;
  width: 100%;
  background-color: #602140;
  color: #fff; }

.product-featured_product_buy_btn {
  width: 70%;
  border-left: 1px solid #fff;
  padding: 5px; }

.cart_table {
  background-color: #fff;
  border: none; }
  .cart_table th {
    background-color: #602140;
    color: #fff;
    font-weight: normal;
    border-bottom-width: 1px !important;
    padding: 10px 15px !important; }
    .cart_table th:first-child {
      border-left: none; }
    .cart_table th:last-child {
      border-right: none; }
  .cart_table td {
    vertical-align: middle !important;
    padding: 10px 15px !important; }

.cart_table-product_title,
.cart_table-product_price {
  font-size: 18px; }

.cart_table-product_image {
  display: block;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  padding: 5px; }

.cart_table-product_quantity {
  width: 205px;
  white-space: nowrap; }

.cart_table-product_quantity_input {
  height: 30px;
  width: 30px;
  padding: 0 5px;
  border: none;
  text-align: center; }

.cart_table-product_quantity_btn {
  cursor: pointer;
  font-size: 16px; }

.cart_table-product_quantity_input,
.cart_table-product_quantity_btn {
  display: inline-block;
  margin: 0 1px;
  line-height: 30px; }

.text_empty {
  line-height: 36px;
  font-size: 26px;
  margin-bottom: 30px;
  color: #ccc; }

.review + .review {
  margin-top: 15px; }

.review-reply {
  margin-left: 30px;
  padding-left: 15px;
  border-left: 1px solid #ccc; }

.review-header {
  font-weight: 600;
  margin-bottom: 5px; }

.tab-specification table:last-child,
.tab-description p:last-child,
.tab-description ul:last-child,
.tab-description ol:last-child {
  margin-bottom: 0; }

.user_menu {
  float: right;
  list-style: none;
  margin: 0; }

.user_menu-item {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .user_menu-item:last-child {
    margin-right: 10px; }

.user_menu-item_inside {
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  padding: 0 10px; }
  .user_menu-item_inside:hover, .user_menu-item_inside:active, .user_menu-item_inside:focus {
    color: #fff; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-title {
    font-size: 46px; }

  .logo-slogan {
    font-size: 11px;
    letter-spacing: 0.3px; }

  .footer_menu + .footer_menu {
    margin-left: 5px; } }
@media screen and (max-width: 1199px) {
  .main_menu {
    margin-left: -11px; }

  .main_menu-item_inside {
    padding: 11px; }

  .search-input {
    padding: 5px 11px; }

  .phone_num {
    font-size: 28px; }

  .logo-signature {
    font-size: 12px;
    line-height: 1.5em; }

  .product-additional_btn {
    padding: 8px; } }
@media screen and (max-width: 991px) {
  .main_menu {
    margin-left: -6px; }

  .main_menu-item_inside {
    padding: 10px 6px;
    font-size: 13px; }

  .search-input {
    padding: 5px 6px;
    font-size: 13px; }

  .search-btn {
    font-size: 1.05em;
    width: 30px; }

  .main_slider-slide_desc_wrapp {
    width: 75%;
    height: 250px; }

  .main_slider-slide_title {
    font-size: 52px; }

  .article_module-wrapp {
    padding: 45px 0 50px; }

  .article_module-article {
    margin-bottom: 30px; }

  .product-additional_btns,
  .product-tabs {
    margin-top: 30px; }

  .product-additional_info p {
    font-size: 12px; }

  .search-btn {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 1em; } }
@media screen and (max-width: 767px) {
  .logo-wrapp {
    margin-bottom: 15px; }

  .cart {
    color: #fff;
    margin-top: 0; }

  .cart-icon {
    font-size: 22px;
    line-height: 48px;
    margin-right: 5px; }
    .cart-icon:after {
      content: none; }

  .cart-label {
    font-size: 16px; }

  .cart-dropdown {
    min-width: 290px;
    color: #602140; }

  .mms-wrapp,
  .main_menu-wrapp,
  .main_menu,
  .main_menu-item {
    display: block; }

  .main_menu-collapse {
    margin: 0 -15px; }

  .main_menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0; }

  .main_menu-item_inside {
    padding: 10px 15px; }

  .main_slider-slide {
    padding: 30px 0 40px;
    min-height: 250px; }

  .main_slider-slide_desc_wrapp {
    width: 100%;
    height: 150px; }

  .main_slider-slide_title {
    font-size: 34px; }

  .main_slider-slide_text {
    font-size: 18px; }

  .webmaster,
  .copyright {
    text-align: center; }

  .copyright {
    margin-top: 5px; }

  .footer_menu.two_columns {
    column-count: 1; }

  .text_empty {
    text-align: left;
    font-size: 24px; }

  .section_title {
    font-size: 32px; }

  .article_module {
    margin-bottom: -30px; }

  .contact_page-contacts {
    margin-bottom: 30px; }

  .product_list-product_img_wrapp {
    height: 150px;
    padding: 5px; }

  .product_list-product_short_desc {
    padding: 0 5px; }

  .product_list-product_title {
    font-size: 16px;
    line-height: 20px; }

  .product_list-product_btns_group {
    margin: 0 -5px; }

  .product_list-product_quantity_spinner {
    width: 30%; }

  #product .product_list-product_quantity_spinner {
    width: 20%; }

  .product_list-product_buy_btn {
    width: 70%;
    text-transform: none; }

  .search {
    float: right;
    display: block;
    width: auto; }

  .search-btn {
    background-color: transparent;
    width: auto;
    height: 50px;
    position: static;
    font-size: 20px;
    padding: 0 10px; } }
a:focus {
  outline: none; }
  
  /*# sourceMappingURL=general.css.map */

.product-shipping__tooltip {
    color: #b9b9b9;
}

.tooltip2 {
    position: relative;
}

svg:not(:root) {
    overflow: hidden;
}

.tooltip__icon {
    display: block;
    height: 14px;
    width: 14px;
    max-height: 14px;
    max-width: 14px;
}

.svg-icon {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
}

.tooltip__drop, .tooltip2.js-bottom .tooltip__drop {
    bottom: auto;
    top: calc(100% + .7142857143rem);
}


.tooltip__drop {
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: calc(100% + .7142857143rem);
    padding: 1em;
    width: 50em;
    font-size: 1rem;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 2px 2px 7px rgba(0,0,0,.15);
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.info__description, .typo {
    line-height: 1.5;
}

.tooltip2:hover .tooltip__drop {
    visibility: visible;
    opacity: 1;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.btn-top-line {
  font-size: 12px;
  padding: 0 16px;
  margin: -3px;
  color: #fff;
}

.btn-top-line:focus, .btn-top-line:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}

.dropdown-menu-top-line a {
  color: #333 !important;
}

.btn-top-line img {
  vertical-align: unset;
}
