/*$grid-breakpoints: (
    xl: 1280px
);*/
.catalog_detail {
  position: relative;
  z-index: 100;
}

.tabs_section {
  clear: both;
  margin-bottom: 100px;
}

.tabs-head {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0;
  overflow: hidden;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .tabs-head {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.tabs-head li {
  display: inline-block;
  cursor: pointer;
  background: 0;
  vertical-align: top;
  font-size: 16px;
  color: #7f7f7f;
  margin: 0 20px 0 0;
  opacity: 1;
  padding: 15px 0;
  position: relative;
  font-family: "Museo Sans Cyrl 500";
}
.tabs-head li.current {
  color: #00c193;
  position: relative;
  font-family: "Museo Sans Cyrl 700";
}
.tabs-head li.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00c193;
}

.tabs-body {
  margin-top: 20px !important;
  color: #8e8e8e;
}
.tabs-body b,
.tabs-body strong {
  font-family: "Museo Sans Cyrl 700";
  font-weight: normal !important;
  color: #000;
}
.tabs-body .detail_text ul li {
  list-style-type: disc;
}

.tabs_content > li {
  display: none;
  transition: 0.5s all ease-in-out;
}
.tabs_content > li.current {
  display: inline-block;
  transition: 0.5s all ease-in-out;
}

.detail_footer {
  position: relative;
  width: auto;
  max-width: 100%;
  display: block;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .detail_footer {
    width: 100%;
  }
}

.card__main-title {
  font-size: 2rem;
  font-family: "Museo Sans Cyrl 500";
}
.card__main-title--mob {
  font-size: 22px;
  margin-bottom: 16px;
}

.top_info {
  margin-top: 26px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top_info {
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .top_info > div {
    display: inline-block;
    flex: 1;
    vertical-align: middle;
  }
}
.top_info .rating--text {
  margin-left: 15px;
  top: -3px;
  position: relative;
}

.rating_wrap > div {
  display: inline-block;
}

.brand_wrap {
  width: 20%;
  position: relative;
}
.brand_wrap a {
  display: block;
}
@media screen and (max-width: 991px) {
  .brand_wrap .brand.iblock {
    position: absolute;
    top: -55px;
  }
}
.brand_wrap .block_title {
  display: block;
}
@media screen and (min-width: 991px) and (max-width: 1259px) {
  .brand_wrap .block_title {
    font-size: 0.8rem;
  }
}

.callback_wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  .callback_wrap {
    width: 33%;
    text-align: right;
    display: block;
  }
}
.callback_wrap--mobile {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.rating_wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .rating_wrap {
    min-width: 47%;
    width: auto;
    text-align: center;
    margin-bottom: 0;
  }
}

.wish_item .value.pseudo {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #b4b4b4;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Museo Sans Cyrl 500";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wish_item .value.pseudo:before {
  content: "\e81c";
  font-family: "myindia";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  transform-origin: center center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wish_item .value.pseudo.added {
  display: none;
  border-color: #ffbe10;
  color: #ffbe10;
}
.wish_item .value.pseudo.added:hover:before {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
}
.wish_item .value.pseudo:hover {
  color: #ffbe10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wish_item .value.pseudo:hover:before {
  animation: icon-heart 0.5s infinite ease-in-out;
  -webkit-animation: icon-heart 0.5s infinite ease-in-out;
  -moz-animation: icon-heart 0.5s infinite ease-in-out;
  -o-animation: icon-heart 0.5s infinite ease-in-out;
}

.like_icons-mobile .wish_item {
  margin-top: 8px;
}
.like_icons-mobile .wish_item .value.pseudo {
  width: 50px;
}

.like_icons-wrap {
  float: left;
  margin-right: 30px;
}

.middle_info {
  clear: both;
  vertical-align: middle;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .middle_info .like_icons-wrap {
    display: none;
  }
}

.free_delivery-wrap {
  /*float: right;
  padding-top: 4px;*/
  float: left;
  padding-top: 4px;
}
@media screen and (min-width: 992px) {
  .free_delivery-wrap {
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .free_delivery-wrap {
    float: none;
  }
}

@media screen and (min-width: 992px) {
  .info_item {
    padding-right: 15px;
    margin-bottom: 40px;
  }
}

.privedi_druga--wrapper {
  float: left;
  margin-left: 34px;
  margin-top: 10px;
  display: none;
}
.privedi_druga__dropdown.dropdown-menu {
  z-index: 996 !important;
  min-width: 300px;
  padding-top: 60px;
  margin-left: -20px;
  margin-top: -42px;
}
.privedi_druga__link {
  position: relative;
  z-index: 998;
}

.prices_block .price {
  font-size: 2rem;
  display: inline-block;
  margin-right: 30px;
}
.prices_block .price.discount {
  margin-right: 1rem;
  color: #c9c9c9;
  text-decoration: line-through;
  font-family: "Museo Sans Cyrl 300";
  display: inline-block;
  font-size: 1.5rem;
}
.prices_block .sale_block {
  display: inline-block;
  margin-right: 15px;
}
.prices_block .sale_wrapper {
  font-family: "Museo Sans Cyrl 700";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -7px;
  padding: 3px 6px;
  background: #ffbe10;
  color: white;
}
.prices_block .prices {
  position: relative;
}
@media screen and (max-width: 767px) {
  .prices_block .prices .set_one_item_price {
    position: absolute;
    right: 0;
    top: 8px;
  }
}

.item-stock {
  display: none;
}

.buy_block {
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .buy_block {
    margin-bottom: 50px;
  }
}
.buy_block .counter_wrapp {
  background: #00c193;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  min-width: 240px;
  padding: 0 30px 0 0;
  transition: 0.5s all ease-in-out;
  border: 1px solid transparent;
}
.buy_block .counter_wrapp.added_in-cart {
  padding: 0;
  background: #fff;
  border-color: #e6e6e6;
}
.buy_block .counter_wrapp.added_in-cart .button_block {
  float: none;
}
.buy_block .counter_wrapp.added_in-cart a {
  color: #00c193;
  text-align: center;
}
.buy_block .button_block {
  float: left;
  cursor: pointer;
  font-family: "Museo Sans Cyrl 700";
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.buy_block .button_block:hover {
  color: #ffbe10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.buy_block .in-cart {
  color: white;
  opacity: 0.6;
  padding: 20px 30px;
  display: block;
}
.buy_block .counter_block {
  float: right;
  font-size: 21px;
  display: block;
  margin-top: 15px;
}
.buy_block .counter_block .plus,
.buy_block .counter_block .minus {
  cursor: pointer;
  display: inline-block;
  transform-origin: center center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.buy_block .counter_block .plus:hover,
.buy_block .counter_block .minus:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.buy_block .counter_block .minus {
  opacity: 0.6;
}
.buy_block .counter_block .minus:hover {
  opacity: 1;
}
.buy_block .counter_block .plus {
  width: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.buy_block .counter_block .plus:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.buy_block .counter_block input {
  background: none;
  border: 0;
  max-width: 46px;
  text-align: center;
  color: white;
  font-family: "Museo Sans Cyrl 700";
  display: inline-block;
}
.buy_block .counter_block input:focus {
  outline: none;
}
.buy_block .counter_wrapp {
  overflow: hidden;
}
.buy_block .total_summ {
  /*   display: none!important;*/
}

@media screen and (max-width: 991px) {
  .similar_products_wrapp .top_block {
    margin-left: -17px;
    margin-right: -17px;
  }
}

@media screen and (min-width: 768px) {
  .combo-setting {
    display: flex;
    justify-content: center;
  }
}
.combo-setting a {
  color: grey;
  position: relative;
  margin-right: 30px;
  padding: 17px 17px 70px 17px;
  max-width: 33.333%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .combo-setting a {
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1260px) {
  .combo-setting a {
    max-width: 22%;
    padding: 17px 30px 70px 17px;
  }
}
@media screen and (min-width: 1260px) {
  .combo-setting a:after {
    content: "+";
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    font-family: "Museo Sans Cyrl 900";
    color: #000;
  }
}
.combo-setting a:last-child:after {
  display: none;
}
.combo-setting a .button-info {
  color: #fff !important;
  background-color: #00c193 !important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: white !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*color: #fff!important;
  background-color: $green!important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
  position: absolute;
  bottom: 17px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.combo-setting a .button-info:hover {
  background-color: #008162 !important;
}
@media screen and (max-width: 767px) {
  .combo-setting a .button-info {
    display: none;
  }
}
.combo-setting a .button-info:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.combo-setting a:hover .button-info {
  opacity: 1;
}
.combo-setting a:hover:before {
  /*width: 100%;*/
}
@media screen and (min-width: 768px) {
  .combo-setting a:hover:before {
    height: 100%;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.431372549);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (min-width: 1260px) {
  .combo-setting a:hover:before {
    right: 30px;
  }
}
.combo-setting a .title-image {
  text-align: center;
}
.combo-setting a .price {
  color: #000;
  margin-right: 30px;
}
.combo-setting a .old_price {
  color: #c9c9c9;
  text-decoration: line-through;
  font-family: "Museo Sans Cyrl 300";
}
.combo-setting a .item-price {
  margin-bottom: 15px;
}

.similar_products_wrapp .top_block {
  margin-bottom: 30px;
}

.preview_text {
  overflow: hidden;
  clear: both;
  float: none;
  color: #8e8e8e;
}

@media screen and (max-width: 991px) {
  .priceranges {
    clear: both;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .priceranges {
    margin-top: 19px;
    float: left;
  }
}
.priceranges__btn {
  color: #00c193 !important;
  position: relative;
  z-index: 1001;
}
.priceranges__btn[aria-expanded=true] {
  color: #b5b5b5 !important;
}
.priceranges__dropdown {
  transform: translate3d(0px, 0px, 0px) !important;
  margin-top: -30px !important;
  margin-left: -30px !important;
  min-width: 350px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.priceranges__dropdown ul {
  padding: 0;
  margin-top: 50px;
}
.priceranges__dropdown ul li {
  list-style-type: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.priceranges__dropdown .big_btn {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #00c193;
  padding: 15px 30px;
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.priceranges__dropdown .big_btn:hover {
  background: #00c193;
  color: white;
  border-color: #00c193;
}
.priceranges__dropdown .price_range--value {
  float: left;
  font-family: "Museo Sans Cyrl 900";
}
.priceranges__dropdown .price_range--percent {
  color: #8d8d8d;
  float: left;
  display: block;
}

.prices_block {
  margin-bottom: 35px;
}

.item_slider.flex {
  display: none;
}
.item_slider .slides {
  padding: 0;
  margin: 0 0 10px;
  width: 100%;
  position: relative;
  zoom: 1;
}
.item_slider .slides ul {
  margin-left: 0;
  padding-left: 0;
}
.item_slider .slides ul li {
  list-style-type: none;
}
.item_slider .slides ul li a {
  display: block;
}
@media screen and (min-width: 992px) {
  .item_slider .slides ul li a {
    padding-right: 30px;
  }
}
.item_slider .slides ul li a img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.item_slider .thumbs {
  margin: 0 auto;
  max-width: none !important;
  position: relative;
  z-index: 1;
  min-height: 88px;
}
.item_slider .thumbs .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.item_slider .thumbs li {
  vertical-align: bottom;
  list-style: none;
  width: 88px !important;
  height: 88px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  -moz-border-radius: 8px;
  border-radius: 8px;
  zoom: 1;
  background: 0;
  position: relative;
  text-align: center;
  line-height: 80px;
  margin: 0 10px 0 0;
  border: 2px solid #fff;
  -webkit-transition: border-color ease-out 0.2s;
  -moz-transition: border-color ease-out 0.2s;
  -o-transition: border-color ease-out 0.2s;
  transition: border-color ease-out 0.2s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}
.item_slider .thumbs li img {
  width: 100%;
}
.item_slider #thumbs {
  padding: 0 30px;
  white-space: nowrap;
  text-align: center;
}
.item_slider #thumbs .slick-track {
  line-height: 88px;
  min-width: 1px;
}
.item_slider #thumbs .slick-slide.slick-current {
  opacity: 0.6;
}
.item_slider #thumbs .slick-prev, .item_slider #thumbs .slick-next {
  height: 60px;
  width: 20px;
}
.item_slider #thumbs .slick-prev {
  left: 0;
  opacity: 0.45;
}
.item_slider #thumbs .slick-prev:before {
  content: "\e80e";
  font-family: "myindia";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 2rem;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.item_slider #thumbs .slick-next {
  right: 0;
  opacity: 0.45;
}
.item_slider #thumbs .slick-next:before {
  content: "\e80f";
  font-family: "myindia";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 2rem;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.item_slider #thumbs img {
  display: inline-block;
}

.count.empty {
  color: #c8c8c8;
}

.img_wrapper .wrapp_thumbs {
  position: relative;
}
@media screen and (max-width: 991px) {
  .img_wrapper .wrapp_thumbs {
    display: none;
  }
}
.img_wrapper .slick-list.draggable {
  padding-right: 0 !important;
}

@media screen and (min-width: 992px) {
  .item_main_info {
    margin-bottom: 60px;
  }
}

.to-basket {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.to-basket label {
  margin-bottom: 0;
  color: #fff !important;
  background-color: #00c193 !important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: white !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*color: #fff!important;
  background-color: $green!important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.to-basket label:hover {
  background-color: #008162 !important;
}
.to-basket label:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ask-block */
#ask_block .form_head {
  margin-top: 50px;
}
#ask_block div.form-control {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
#ask_block .button[name=web_form_submit] {
  color: #fff !important;
  background-color: #00c193 !important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: white !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*color: #fff!important;
  background-color: $green!important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
  margin-right: 15px;
}
#ask_block .button[name=web_form_submit]:hover {
  background-color: #008162 !important;
}
#ask_block .button.transparent {
  color: #fff !important;
  background-color: white !important;
  border-color: #e6e6e6;
  display: inline-block;
  font-weight: 400;
  color: #00c193 !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*color: #fff!important;
  background-color: $green!important;
  border-color: #008162;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
  border-color: #e6e6e6;
}
#ask_block .button.transparent:hover {
  background-color: #00c193 !important;
}
#ask_block .button.transparent:hover {
  color: white !important;
  border-color: #00c193;
}

#reviews_content {
  display: none;
  margin-bottom: 100px;
}

.item_main_info .dropdown-menu {
  z-index: 994;
}

.total_summ {
  position: absolute;
  font-weight: 600;
  margin-top: 8px;
  font-family: "Museo Sans Cyrl 900";
}

.article {
  margin-top: 20px;
}

.item_slider .slick-slide img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.item_slider #thumbs .slick-slide {
  cursor: pointer;
}
.item_slider #thumbs .active {
  opacity: 0.6;
}
.item_slider ul.slick-dots {
  bottom: -35px;
}
.item_slider ul.slick-dots li {
  background: white;
  border-radius: 50%;
  border: 1px solid #00c193;
  overflow: hidden;
  text-indent: -9999px;
}
.item_slider ul.slick-dots li.slick-active {
  background: #00c193;
}

h2.catalog_detail--addition_name {
  font-size: 18px;
  line-height: 25px;
  color: #6c757d;
}

@media screen and (max-width: 991px) {
  .info_item h2.catalog_detail--addition_name {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .info_item .set_items_link_wrap {
    clear: both;
    margin-bottom: 30px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .info_item .set_items_link_wrap {
    margin-top: 19px;
    float: left;
  }
}
.info_item .set_items_link_wrap a {
  color: #00c193;
  position: relative;
  z-index: 1001;
  font-weight: 600;
}
.info_item .set_items_link_wrap a span {
  border-radius: 11px;
  border: 1px solid #00c193;
  padding: 0 8.5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  font-size: 14px;
}
.info_item .set_one_item_price {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .catalog_detail > h2.catalog_detail--addition_name {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #thumbs {
    height: 90px;
    overflow: hidden;
  }
}

.img_wrapper {
  text-align: center;
}

.buy_block.buy_block-order {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .buy_block.buy_block-order {
    max-width: calc(100% - 40px);
  }
}
.buy_block.buy_block-order .counter_wrapp {
  min-width: auto;
  padding: 0;
}
.buy_block.buy_block-order .button_block {
  float: none !important;
  padding: 20px 40px;
}
.buy_block.buy_block-order .more_text {
  max-width: 240px;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 10px;
  text-align: left;
  color: #8e8e8e;
}
.buy_block .to-cart {
  padding: 20px 30px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .like_icons-mobile {
    overflow: hidden;
    width: 50px;
  }
}

.bonus-info--wrapper {
  margin-top: 10px;
}
.bonus-info--wrapper.authorized .bonus-info--sum {
  font-size: 24px;
  line-height: 28px;
  color: #00c193;
  margin: 0;
}
.bonus-info--link-authorize {
  text-decoration: underline;
  display: block;
  color: #00c193;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.bonus-info--sum {
  display: inline-block;
  margin-top: 15px;
  color: #8e8e8e;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.gift-info {
  padding-top: 5px;
}
.gift-info.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .gift-info.desktop {
    display: block;
  }
}
.gift-info.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .gift-info.mobile {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
