.product_description .tab_true ul, .product_description .tab_buttons, .product_main .pages_inner ul, .product_main .options_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_main .small_images .image_block a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_main .small_images .image_block a > img {
  object-fit: cover;
}

.product_main .small_images .image_block a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_main .small_images .image_block a {
  position: relative;
  overflow: hidden;
}
.product_main .small_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.product_main .sorting_block .bootstrap-select .btn.dropdown-toggle:before, .product_main .sorting_block .bootstrap-select .btn.dropdown-toggle:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment_popup .icon_edits {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px 0px 24px 0;
}
.comment_popup .icon_edits:before {
  height: 50px;
  width: 50px;
  background-color: rgba(0, 110, 190, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006EBE;
  font-size: 200%;
}

.product_main {
  padding: 30px 20px;
}
.product_main .inner_page {
  margin-top: 20px;
  padding: 30px;
  background: #ffffff;
}
.product_main .product_images_inner {
  flex: 0 0 35.7%;
  max-width: 35.7%;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.product_main .product_images_inner .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.product_main .small_images {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.product_main .small_images .slick-arrow {
  height: 19px;
  width: 19px;
  margin-top: -8px;
}
.product_main .small_images .slick-arrow:before {
  font-size: 0.8rem;
  margin-top: 2px;
}
.product_main .small_images .slick-arrow .slick-prev {
  left: 6px;
}
.product_main .small_images .image_block {
  padding: 10px 15px;
}
.product_main .small_images .image_block a {
  display: block;
  border: 2px solid transparent;
}
.product_main .small_images .image_block a.selected {
  border: 2px solid #0079C5;
  padding: 2px;
  cursor: default;
  opacity: 1 !important;
}
.product_main .big_images {
  width: 100%;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_main .big_images .image_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_main .big_images .image_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_main .big_images .image_block img.zoomImg {
  background: #ffffff;
}
.product_main .inner_close:after {
  content: attr(data-close) !important;
}
.product_main .product_info_title {
  font-family: "bold", "bold_arm";
  font-size: 180%;
  line-height: 24px;
  color: #000000;
}
.product_main .product_info {
  color: #000000;
  line-height: 18px;
  font-size: 120%;
  margin-top: 15px;
}
.product_main .product_info p {
  position: relative;
  overflow: hidden;
}
.product_main .product_info p:nth-child(n+8) {
  display: none;
}
.product_main .inner_name {
  font-size: 180%;
  line-height: 24px;
  color: #000000;
  padding: 6px 0;
}
.product_main .id_product_inner {
  display: flex;
  align-items: center;
}
.product_main .id_product_inner .code_block {
  color: #B6B6B6;
  font-size: 130%;
  line-height: 17px;
  padding-right: 15px;
}
.product_main .id_product_inner .comment_inner {
  color: #B6B6B6;
  display: flex;
  align-items: center;
  font-size: 140%;
}
.product_main .id_product_inner .comment_inner span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.product_main .id_product_inner .comment_inner span:after {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #000000;
  line-height: 19px;
  padding-right: 5px;
  padding-left: 5px;
  content: attr(data-comment);
}
.product_main .inner_top {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 17px;
}
.product_main .inner_top a {
  color: #000000;
  font-size: 140%;
  font-family: "semiBold", "semiBold_arm ";
  line-height: 19px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.product_main .inner_top a:first-child {
  padding-left: 0;
}
.product_main .inner_top a:before {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  margin-right: 7px;
  font-size: 144%;
  color: rgba(0, 0, 0, 0.7);
}
.product_main .product_prices {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product_main .product_prices .inner_prices {
  padding-right: 15px;
  position: relative;
}
.product_main .product_prices .inner_prices:before {
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  display: block;
  content: "";
  position: absolute;
  background: #DDDDDD;
}
.product_main .product_prices .inner_prices > span {
  color: #000000;
  font-family: "bold", "bold_arm";
  line-height: 27px;
  font-size: 200%;
  padding-bottom: 5px;
}
.product_main .product_prices .bonus_block {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}
.product_main .action_title {
  font-size: 120%;
  line-height: 16px;
  color: #B6B6B6;
  margin-bottom: 10px;
}
.product_main .sorting_block {
  margin-bottom: 25px;
}
.product_main .sorting_block > select {
  height: 38px;
  width: 204px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  background-color: #F7F7F7;
  color: #979797;
}
.product_main .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 204px;
}
.product_main .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .btn.dropdown-toggle:before {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.product_main .sorting_block .bootstrap-select .btn {
  font-size: 100%;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border: 1px solid #F7F7F7 !important;
  padding: 7px 10px;
  background: #ffffff !important;
  border-radius: 5px;
}
.product_main .sorting_block .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.product_main .sorting_block .bootstrap-select .btn.dropdown-toggle:after {
  display: none;
}
.product_main .sorting_block .bootstrap-select .btn.dropdown-toggle:before {
  content: "\e926";
  z-index: 1;
  position: relative;
  color: #979797;
}
.product_main .sorting_block .bootstrap-select .btn .filter-option {
  border-radius: 5px;
  background-color: #E9E9E9;
}
.product_main .sorting_block .bootstrap-select .filter-option-inner {
  display: flex;
  align-items: center;
  font-family: "semiBold", "semiBold_arm ";
  font-size: 120%;
  line-height: 16px;
  color: #000000;
}
.product_main .sorting_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}
.product_main .sorting_block .bootstrap-select .dropdown-menu li {
  margin: 4px 0;
}
.product_main .sorting_block .bootstrap-select .dropdown-menu li:first-child {
  border-top: 1px solid #D8D8D8;
}
.product_main .sorting_block .bootstrap-select .dropdown-menu li:last-child {
  margin: 0;
}
.product_main .sorting_block .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.product_main .sorting_block .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
  margin-top: -3px;
}
.product_main .sorting_block .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  color: #000000;
  background: transparent;
  font-size: 120%;
  line-height: 16px;
}
.product_main .sorting_block .bootstrap-select .dropdown-item.selected, .product_main .sorting_block .bootstrap-select .dropdown-item.active, .product_main .sorting_block .bootstrap-select .dropdown-item:active {
  background-color: #E9E9E9;
  cursor: default;
}
.product_main .discount_price {
  font-family: "bold", "bold_arm";
  color: #B6B6B6;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
  text-decoration: line-through;
}
.product_main .price_off {
  font-family: "bold", "bold_arm";
  color: #FF0009;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
}
.product_main .block_options {
  flex: 0 0 64.3%;
  max-width: 64.3%;
  display: flex;
  padding-left: 40px;
}
.product_main .name_brand_options {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.product_main .kitchen_tab {
  width: max-content;
}
.product_main .price_actions {
  position: relative;
  flex: 0 0 60%;
  max-width: 60%;
}
.product_main .all_info {
  font-size: 120%;
  line-height: 16px;
  color: #0079C5;
  text-align: right;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
.product_main .product_name {
  font-size: 280%;
  line-height: 35px;
  margin: 0;
}
.product_main .options_block {
  margin-top: 20px;
}
.product_main .options_block .swatch-option {
  margin: 7px;
}
.product_main .options_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product_main .options_block ul.color_options li {
  margin-bottom: 15px;
}
.product_main .options_block ul.color_options input:checked + .check_btn:after {
  padding-top: 8px;
}
.product_main .options_block ul li {
  margin: 0 7px 0 10px;
}
.product_main .options_block ul .check_btn {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 17px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 8px 15px;
}
.product_main .options_block ul .check_btn img,
.product_main .options_block ul .check_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B6B6B6;
  height: 23px;
  min-width: 23px;
  border-radius: 50%;
}
.product_main .options_block ul .check_btn .color_name {
  width: 100%;
  margin-left: 5px;
}
.product_main .options_block label {
  display: block;
  margin: 0;
  position: relative;
}
.product_main .options_block label input:checked + .check_btn {
  cursor: default;
  opacity: 1 !important;
  border: 1px solid #0084CC;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 143, 210, 0.53);
}
.product_main .out_stock {
  font-size: 120%;
  line-height: 16px;
  color: #26CF80;
  padding-left: 5px;
}
.product_main .product_count {
  display: flex;
  align-items: center;
  max-width: 204px;
  height: 38px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.product_main .product_count label {
  display: flex;
  margin: 0;
  flex: 1;
  font-size: 120%;
  line-height: 16px;
  cursor: text;
}
.product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  display: flex;
  height: 100%;
  background-color: #E9E9E9;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.product_main .product_count .increase_btn:before,
.product_main .product_count .decrease_btn:before {
  display: block;
  width: 7px;
  border-top: 1px solid;
  content: "";
}
.product_main .product_count .increase_btn.inactive,
.product_main .product_count .decrease_btn.inactive {
  cursor: default;
}
.product_main .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  height: 7px;
  left: 13px;
  border-left: 1px solid;
}
.product_main .product_count input {
  border: none;
  background: transparent;
  text-align: center;
  padding: 0 3px;
}
.product_main .product_count .count_unit {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 3px;
  cursor: text;
}
.product_main .inner_btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex: 0 0 60%;
  max-width: 60%;
}
.product_main .product_one_click {
  width: 100%;
  padding: 11px 15px;
  justify-content: start;
  position: relative;
}
.product_main .product_one_click:after {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  content: attr(data-name-btn);
  font-family: "bold", "bold_arm" !important;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  padding-left: 40px;
}
.product_main .product_one_click:before {
  left: 13px;
}
.product_main .product_one_click .on_btn_site:before {
  right: auto;
  left: 0;
}
.product_main .product_one_click .on_btn_site[data-tooltip] {
  position: absolute;
  height: 38px;
  width: 100%;
}
.product_main .pages_inner {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.product_main .pages_inner ul {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 19px;
  font-family: "semiBold", "semiBold_arm ";
  color: #000000;
}
.product_main .pages_inner ul li {
  display: flex;
  color: inherit;
  align-items: center;
}
.product_main .pages_inner ul li * {
  max-width: 300px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 4px;
  color: #999999;
}
.product_main .pages_inner ul li:not(:first-child):before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #DDDDDD;
  border-width: 8px 1px 8px 1px;
  margin: 2px 9px 0 9px;
}
.product_main .pages_inner ul li a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  position: relative;
  text-transform: uppercase;
}
.product_main .share_inner {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.product_main .share_title {
  font-size: 140%;
  line-height: 19px;
  font-family: "semiBold", "semiBold_arm ";
  color: #000000;
  padding-right: 7px;
  padding-bottom: 5px;
}
@media (max-width: 1440px) {
  .product_main .options_block ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_main .options_block ul.color_options:before {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .product_main .name_brand_options {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_main .block_options,
.product_main .product_images_inner {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }
  .product_main .add_btn_site {
    padding: 8px;
    max-width: 225px;
  }
  .product_main .on_btn_site {
    max-width: 225px;
  }
  .product_main .inner_page {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .product_main {
    padding: 80px 0 30px 0;
  }
  .product_main .all_info_product {
    display: none;
  }
  .product_main .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
  .product_main .block_options,
.product_main .product_images_inner {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .product_main .product_one_click {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .product_main .inner_btns {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product_main .big_images {
    display: none;
  }
  .product_main .small_images {
    width: 100%;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images .image_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    white-space: normal;
  }
  .product_main .small_images .image_block a {
    max-width: 380px;
    margin: 0 auto;
  }
  .product_main .small_images .image_block a.selected {
    border-color: transparent;
    opacity: 1;
  }
  .product_main .block_options {
    display: block;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: none;
    max-width: 100%;
    padding: 0;
  }
}
.product_main .product_prices {
  display: block;
}
.product_main .product_prices .bonus_block {
  padding-left: 0;
  padding-top: 15px;
}
.product_main .product_prices .inner_prices {
  padding-right: 0;
}
.product_main .product_prices .inner_prices:before {
  display: none;
}
@media (max-width: 479px) {
  .product_main .product_info_title,
.product_main .all_info {
    display: none;
  }
  .product_main .product_info {
    display: none;
  }
  .product_main .product_info span {
    width: 100%;
    margin-bottom: 15px;
  }
  .product_main .inner_btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_main .add_btn_site {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product_main .pages_inner .bottom_block_inner {
    flex-wrap: wrap;
  }
  .product_main .pages_inner .bottom_block_inner li {
    margin: 0 10px 0 0;
  }
  .product_main .pages_inner .bottom_block_inner li:before {
    display: none !important;
  }
}

.product_description {
  padding: 30px;
  background: #ffffff;
  margin-bottom: 50px;
}
.product_description .full_info_block {
  flex: 1;
  width: 100%;
}
.product_description .tab_section {
  min-height: 100%;
}
.product_description .tab_buttons {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  margin: 5px 0;
}
.product_description .tab_buttons a {
  font-size: 130%;
  line-height: 17px;
  width: 100%;
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.product_description .tab_buttons a.selected {
  border-bottom: 2px solid #FF0009;
  margin-bottom: -1px;
}
.product_description .tab_buttons a:before {
  padding-right: 5px;
  font-size: 140%;
}
.product_description .tab_buttons li {
  margin: 0 20px;
}
.product_description .tab_buttons li:first-child {
  margin: 0;
}
.product_description .tabs_title {
  font-family: "bold", "bold_arm";
  font-size: 180%;
  line-height: 24px;
  color: #000000;
  padding-bottom: 50px;
  padding-top: 26px;
}
.product_description .tab_one ul {
  margin: 0 0 30px 0;
  list-style-type: none;
}
.product_description .tab_one ul li {
  position: relative;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.product_description .tab_one ul li span {
  width: 50%;
  float: left;
  color: #000000;
  font-size: 130%;
  line-height: 17px;
}
.product_description .tab_one ul li span.right_info {
  text-align: right;
}
.product_description .tab_one ul li span.left_info {
  text-align: left;
}
.product_description .tab_block {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.product_description .tab_block.selected {
  height: auto;
  opacity: 1;
}
.product_description .tab_block .inner_title {
  font-family: "semiBold", "semiBold_arm ";
  font-size: 160%;
  line-height: 21px;
  color: #000000;
  padding-bottom: 24px;
  width: 100%;
}
.product_description .tab_block.tab_true ul li {
  position: relative;
  overflow: hidden;
}
.product_description .tab_block.tab_true ul li:nth-child(n+5) {
  display: none;
}
.product_description .tab_block.tab_true ul li:last-child a {
  margin-bottom: 0;
}
.product_description .tab_true ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  padding-top: 15px;
}
.product_description .tab_true ul li > div {
  display: flex;
  max-width: 150px;
  width: 100%;
  flex-direction: column;
}
.product_description .tab_true ul li > span {
  color: #000000;
  font-size: 130%;
  line-height: 17px;
  max-width: 800px;
  width: 100%;
}
.product_description .tab_true .user_name {
  color: #000000;
  font-family: "semiBold", "semiBold_arm ";
  font-size: 140%;
  line-height: 19px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.product_description .tab_true .comment_data {
  color: #B6B6B6;
  line-height: 17px;
  font-size: 130%;
  padding-right: 10px;
}
.product_description .tab_true.show_views ul li {
  display: flex !important;
}
.product_description .tab_true.show_views .view_all:after {
  content: attr(data-close);
}
.product_description .tab_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
}
.product_description .tab_top > .tabs_title {
  padding-top: 0;
  padding-bottom: 0;
}
.product_description .btn_comment {
  padding: 5px 30px;
  height: 38px;
  border: 1px solid #0079C5;
  border-radius: 5px;
  font-size: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bold", "bold_arm";
  line-height: 17px;
  color: #0079C5;
}
.product_description .view_all {
  color: #000000;
  line-height: 19px;
  font-size: 140%;
  font-family: "bold", "bold_arm";
  text-align: right;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.product_description .view_all:after {
  content: attr(data-all);
}

.inner_product .page_title {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
@media (max-width: 767px) {
  .product_description {
    padding: 15px !important;
  }
  .product_description .tabs_title {
    padding-bottom: 25px;
  }
  .product_description .btn_comment {
    margin: 15px 0;
  }
  .product_description .tab_top {
    flex-direction: column;
  }
  .product_description .tab_true ul li {
    flex-direction: column !important;
  }
  .product_description .tab_true ul li > div {
    padding-bottom: 15px;
    max-width: 100% !important;
  }
  .product_description .tab_true ul li > span {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .comment_popup .site_popup .popup_block {
    padding: 60px 15px;
  }
}
.web .product_main .pages_inner ul li a,
.web .product_main .all_info {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_main .pages_inner ul li a:hover,
.web .product_main .all_info:hover {
  color: #FF0009;
}
.web .product_main .id_product_inner .comment_inner span {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_main .id_product_inner .comment_inner span:hover {
  color: #FF0009;
}
.web .product_main .id_product_inner .comment_inner span:hover:after {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #FF0009;
}
.web .product_main .inner_top a {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_main .inner_top a:hover {
  color: #FF0009;
}
.web .product_main .inner_top a:hover:before {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #FF0009;
}
.web .product_main .small_images .image_block a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .product_main .small_images .image_block a:hover {
  opacity: 0.5;
}
.web .product_main .options_block label .check_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .product_main .options_block label .check_btn:hover {
  border-color: #FF0009;
}
.web .product_main .options_block label .check_btn:hover .color_name {
  color: #FF0009;
}
.web .product_description .tab_buttons a,
.web .view_all {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .product_description .tab_buttons a:hover,
.web .view_all:hover {
  color: #FF0009;
}
.web .btn_comment {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .btn_comment:hover {
  background: #FF0009;
  color: #ffffff;
  border: 1px solid #FF0009;
}

.touch .product_description .tab_buttons a,
.touch .view_all {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_description .tab_buttons a:active,
.touch .view_all:active {
  color: #FF0009;
}
.touch .btn_comment {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .btn_comment:active {
  background: #FF0009;
  color: #ffffff;
  border: 1px solid #FF0009;
}
.touch .product_main .pages_inner ul li a,
.touch .product_main .all_info {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_main .pages_inner ul li a:active,
.touch .product_main .all_info:active {
  color: #FF0009;
}
.touch .product_main .id_product_inner .comment_inner span {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_main .id_product_inner .comment_inner span:active {
  color: #FF0009;
}
.touch .product_main .id_product_inner .comment_inner span:active:after {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #FF0009;
}
.touch .product_main .inner_top a {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .product_main .inner_top a:active {
  color: #FF0009;
}
.touch .product_main .inner_top a:active:before {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #FF0009;
}
.touch .product_main .small_images .image_block a {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .product_main .small_images .image_block a:active {
  opacity: 0.5;
}
.touch .product_main .options_block label .check_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .product_main .options_block label .check_btn:active {
  border-color: #FF0009;
}
.touch .product_main .options_block label .check_btn:active .color_name {
  color: #FF0009;
}

.product_description .tab_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product_main .pages_inner ul li a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.product_main .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.product_main .options_block ul .check_btn, .product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_main .options_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=product_inner.css.map */
