.last_view_product_list, .product_inner_section .product_info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_section .colors_list a.selected:before, .product_section .small_images .slide_block a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_slider .slick-next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.product_section .small_images .slide_block a > img {
  object-fit: cover;
}

.product_section .small_images .slide_block a {
  position: relative;
  overflow: hidden;
}
.product_section .small_images .slide_block a:before {
  display: block;
  content: "";
  padding-bottom: 177.78%;
}

.product_slider .slick-arrow:before, .product_section .big_images .slide_block:before, .product_section .small_images .slick-arrow:before, .product_section .bootstrap-select > .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;
}

.product_section {
  display: flex;
  overflow: hidden;
  padding: 5px 0;
  padding-bottom: 20px;
}
.product_section .product_images {
  display: flex;
  max-width: 550px;
  flex: 0 0 550px;
  width: 20%;
  max-height: 445px;
}
.product_section .small_images {
  width: 86px;
}
.product_section .small_images .images_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product_section .small_images .slide_block {
  width: 100%;
  height: 90px;
  border: none;
  padding: 5px 3px;
}
.product_section .small_images .slide_block a {
  display: block;
  height: 100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 2px 3px 0 rgba(0, 61, 61, 0.1);
  border-radius: 4px;
}
.product_section .small_images .slide_block a.selected {
  opacity: 0.4;
}
.product_section .small_images .slide_block a.selected:hover {
  opacity: 0.4;
}
.product_section .small_images .slide_block a:hover {
  opacity: 0.7;
}
.product_section .small_images .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 3;
  border: none;
  padding: 0;
  display: block;
  height: 23px;
  width: 80px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: rgba(208, 208, 208, 0.6);
}
.product_section .small_images .slick-arrow:hover {
  opacity: 0.7;
}
.product_section .small_images .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.product_section .small_images .slick-arrow:before {
  content: "\e919";
  font-size: 1rem;
  display: block;
}
.product_section .small_images .slick-arrow.slick-next {
  position: absolute;
  bottom: 0;
  border-radius: 3px 3px 0 0;
}
.product_section .small_images .slick-arrow.slick-prev {
  transform: rotate(-180deg);
  border-radius: 0 0 3px 3px;
}
.product_section .big_images {
  flex: 1;
  width: 50%;
  white-space: nowrap;
  border-radius: 4px;
  margin-left: 20px;
  position: relative;
}
.product_section .big_images .images_slider {
  max-width: 450px;
  overflow: hidden;
}
.product_section .big_images .images_slider.slick-slider {
  overflow: visible;
}
.product_section .big_images .slick-list {
  overflow: visible;
}
.product_section .big_images .slide_block {
  box-shadow: 0 2px 3px 1px rgba(0, 61, 61, 0.1);
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  height: 445px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_section .big_images .slide_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_section .big_images .slide_block img.zoomImg {
  background: #ffffff;
  z-index: 50;
}
.product_section .big_images .slide_block::before {
  content: "\e91d";
  font-size: 2rem;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ED254E;
  transform: translate(-50%, -50%);
}
.product_section .product_info {
  margin-left: 55px;
  max-width: 480px;
  width: 20%;
  flex: 0 0 480px;
  position: relative;
  z-index: 50;
}
.product_section .product_number {
  font-size: 130%;
  line-height: 19px;
  color: #999999;
}
.product_section .product_name {
  font-size: 220%;
  line-height: 33px;
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  margin-top: 10px;
}
.product_section .price_block {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid rgba(0, 105, 104, 0.1);
}
.product_section .product_price {
  font-size: 240%;
  line-height: 29px;
  font-family: "bold", "arm-bold";
  color: #2E2E31;
}
.product_section .product_price .product_price {
  font-size: 100%;
}
.product_section .old_price {
  margin-left: 15px;
  color: #FF0000;
  font-size: 160%;
  line-height: 19px;
  text-decoration: line-through;
}
.product_section form {
  width: 100%;
}
.product_section .product_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 25px;
}
.product_section .product_form > div {
  max-width: 50%;
  flex: 0 0 50%;
}
.product_section .product_form .right_block {
  padding-left: 50px;
}
.product_section .product_form .left_block {
  flex: 1;
}
.product_section .count_section {
  padding-top: 27px;
}
.product_section .count_section .right_block {
  max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0;
}
.product_section .label_text {
  display: block;
  margin-bottom: 10px;
  font-size: 130%;
  line-height: 19px;
  color: #666666;
}
.product_section .weight_list {
  margin-bottom: 27px;
}
.product_section .weight_list .weight_inner {
  display: flex;
  flex-wrap: wrap;
}
.product_section .weight_list .weight_inner > div {
  margin: 0 10px 5px 0;
}
.product_section .weight_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 13px;
  white-space: nowrap;
  font-size: 130%;
  line-height: 16px;
  color: #333333;
  border-radius: 3px;
  border: 1px solid rgba(0, 105, 104, 0.15);
}
.product_section .weight_list a.selected {
  box-shadow: 0 2px 3px 0 rgba(0, 61, 61, 0.1);
}
.product_section .weight_list a.disabled {
  position: relative;
}
.product_section .weight_list a.disabled:before {
  content: "";
  right: -2px;
  top: -2px;
  left: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  border-radius: 50%;
}
.product_section .weight_list a.disabled:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  background: #000000;
  transform: rotate(135deg);
  width: 30px;
  height: 1px;
}
.product_section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 227px;
}
.product_section .bootstrap-select .btn {
  border: 1px solid #d9e9e9;
  font-size: 130%;
  line-height: 16px;
  padding: 0 13px;
  height: 30px;
  outline: none !important;
  background: transparent !important;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_section .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.product_section .bootstrap-select > .dropdown-toggle .filter-option {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  display: flex;
}
.product_section .bootstrap-select > .dropdown-toggle .filter-option-inner {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.product_section .bootstrap-select > .dropdown-toggle .filter-option-inner:before {
  content: attr(data-label);
  color: inherit;
  padding-right: 5px;
  margin: 0;
}
.product_section .bootstrap-select > .dropdown-toggle:after {
  margin-left: 0;
  vertical-align: 0;
  content: "\e919";
  border: none;
  width: auto;
  height: auto;
  font-size: 0.6rem;
  margin-left: 5px;
}
.product_section .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 10px 0;
}
.product_section .colors_list {
  margin-bottom: 27px;
}
.product_section .colors_list .list_inner {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
  align-items: center;
}
.product_section .colors_list .list_inner > div {
  padding: 5px;
}
.product_section .colors_list a {
  position: relative;
  display: block;
}
.product_section .colors_list a span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.product_section .colors_list a.selected {
  padding: 4px;
}
.product_section .colors_list a.selected span {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.product_section .colors_list a.selected:before {
  content: "";
  border: 1px solid #006968;
  border-radius: 50%;
}
.product_section .colors_list a.disabled {
  position: relative;
}
.product_section .colors_list a.disabled:before {
  content: "";
  right: -2px;
  top: -2px;
  left: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  border-radius: 50%;
}
.product_section .colors_list a.disabled:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  background: #000000;
  transform: rotate(135deg);
  width: 30px;
  height: 1px;
}
.product_section .button_block {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.product_section .add_to_cart {
  border: none;
  border-radius: 3px;
  max-width: 230px;
  width: 100%;
  height: 50px;
  background: #ED254E;
  font-size: 260%;
  color: #ffffff;
  box-shadow: 0 6px 9px -2px rgba(141, 1, 30, 0.25);
}
.product_section .add_to_favorite {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 170%;
  color: #ED254E;
  border: 1px solid;
  box-shadow: 0 6px 9px -2px rgba(141, 1, 30, 0.15);
  margin-left: 15px;
  background: transparent;
}
.product_section .product_count {
  display: flex;
  align-items: center;
  max-width: 130px;
  height: 30px;
  position: relative;
  border: 1px solid #d9e9e9;
  border-radius: 3px;
  overflow: hidden;
}
.product_section .product_count input {
  border: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 130%;
  line-height: 17px;
  text-align: center;
}
.product_section .product_count .left_arrow {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 30px;
  color: #006968;
  background: #d9e9e9;
  font-size: 220%;
  height: 100%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_section .product_count .left_arrow:hover {
  opacity: 0.7;
}
.product_section .product_count .right_arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 220%;
  background: #d9e9e9;
  color: #006968;
  height: 100%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_section .product_count .right_arrow:hover {
  opacity: 0.7;
}
.product_section .sticker_block {
  position: absolute;
  white-space: nowrap;
  top: 15px;
  left: 15px;
  pointer-events: none;
  z-index: 1000;
}
.product_section .sticker_block:not(.small_sticker) * {
  display: block;
  padding: 5px 15px;
  border-radius: 12px;
}
.product_section .sticker_block * {
  font-size: 110%;
  line-height: 14px;
  font-family: "bold", "arm-bold";
  color: #ffffff;
}
.product_section .sticker_block .sticker_new {
  background: #3BB50F;
}
.product_section .sticker_block .sticker_new:before {
  background: #3BB50F;
}
.product_section .sticker_block .sticker_new:after {
  border-top-color: #3BB50F;
}
.product_section .sticker_block .sticker_best {
  background: #BBAE02;
}
.product_section .sticker_block .sticker_best:before {
  background: #BBAE02;
}
.product_section .sticker_block .sticker_best:after {
  border-top-color: #BBAE02;
}
.product_section .sticker_block .sticker_sale {
  background: #C4190B;
}
.product_section .sticker_block .sticker_sale:before {
  background: #C4190B;
}
.product_section .sticker_block .sticker_sale:after {
  border-top-color: #C4190B;
}
.product_section .sticker_block.small_sticker {
  width: 10px;
  height: 10px;
  top: 20px;
}
.product_section .sticker_block.small_sticker:hover {
  top: 10px;
  height: 20px;
}
.product_section .sticker_block.small_sticker:not(:hover) * {
  background: transparent;
  color: transparent;
  padding: 0;
  height: 0;
  width: 0;
  font-size: 0;
}
.product_section .sticker_block.small_sticker:not(:hover) *:after {
  display: none;
}
.product_section .sticker_block.small_sticker * {
  position: absolute;
  -o-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 6px 9px;
  border-radius: 3px;
  left: -10px;
  bottom: 20px;
}
.product_section .sticker_block.small_sticker *:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.product_section .sticker_block.small_sticker *:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 9px;
  height: 5px;
  top: 100%;
  border-width: 5px 4px 0;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 10px;
  pointer-events: none;
}

.product_inner_section {
  position: relative;
}
.product_inner_section .tab_section {
  margin-top: 60px;
  margin-bottom: 120px;
}
.product_inner_section .tab_section .tab_buttons {
  border-bottom: 1px solid rgba(0, 105, 104, 0.1);
}
.product_inner_section .tab_section .tab_buttons ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.product_inner_section .tab_section .tab_buttons li {
  margin-right: 80px;
}
.product_inner_section .tab_section .tab_buttons a {
  font-size: 130%;
  line-height: 19px;
  padding-bottom: 12px;
  color: #666666;
  display: block;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.product_inner_section .tab_section .tab_buttons a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  opacity: 0;
  background: #006968;
}
.product_inner_section .tab_section .tab_buttons a.selected {
  font-family: "bold", "arm-bold";
  color: #2E2E31;
}
.product_inner_section .tab_section .tab_buttons a.selected::before {
  opacity: 1;
}
.product_inner_section .tab_section .tab_container {
  margin-top: 25px;
}
.product_inner_section .tab_section .tab_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.product_inner_section .tab_section .tab_container .tab_block.selected {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.product_inner_section .product_description {
  font-size: 130%;
  line-height: 24px;
  color: #006968;
}
.product_inner_section .tab_inner_title {
  font-size: 130%;
  line-height: 19px;
  color: #2E2E31;
  font-family: "bold", "arm-bold";
}
.product_inner_section .product_info_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.product_inner_section .product_info_list li {
  width: 100%;
  max-width: 480px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.product_inner_section .tab_inline_block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 130%;
  line-height: 19px;
  color: #666666;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 105, 104, 0.1);
}

.title_row {
  border: none;
}

.last_view {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 105, 104, 0.1);
}

.last_view_product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.last_view_product_list li {
  padding: 0 10px;
}
.last_view_product_list .product_block {
  width: 180px;
  height: 268px;
}
.last_view_product_list .product_inner {
  padding: 10px;
}
.last_view_product_list .sticker_block {
  font-size: 0;
  width: 10px;
  height: 10px;
}
.last_view_product_list .sticker_block span {
  padding: 0;
  line-height: 10px;
  border-radius: 50%;
}
.last_view_product_list .info_block {
  padding-top: 10px;
}
.last_view_product_list .image_block {
  height: 140px;
  padding-bottom: 10px;
}

.product_slider {
  margin: -20px -10px 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_slider.slick-slider {
  overflow: visible;
}
.product_slider .slick-arrow {
  margin-top: -65px;
}
.product_slider .slick-prev {
  left: -18px;
}
.product_slider .slick-next {
  right: -18px;
}
.product_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 20px 10px 75px;
}
.product_slider:hover {
  z-index: 5;
}
.product_slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin-top: -27px;
  color: #1E201D;
  height: 53px;
  width: 53px;
  padding: 0;
}
.product_slider .slick-arrow:before {
  content: "\e920";
  font-size: 1.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}
@media (max-width: 1279px) {
  .product_slider .slick-next {
    right: 0;
  }
  .product_slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .product_slider .slick-arrow {
    margin-top: -50px;
  }
  .product_section .product_images {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .product_section .product_info {
    margin-left: 25px;
    max-width: 420px;
    flex: 0 0 420px;
  }
}
@media (max-width: 991px) {
  .product_slider .slick-arrow {
    margin-top: -65px;
  }
  .product_slider .slide_block {
    width: 33.3%;
  }
  .product_section .product_info {
    width: 100%;
  }
  .product_section .product_images {
    width: 100%;
  }
  .product_section .product_images {
    max-height: 355px;
  }
  .product_section .big_images .slide_block {
    height: 355px;
    border: 1px solid rgba(0, 105, 104, 0.1);
  }
  .product_section .product_form {
    flex-direction: column;
  }
  .product_section .product_form > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_section .product_name {
    font-size: 180%;
    line-height: 29px;
  }
  .product_section .price_block {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .product_section .product_price {
    font-size: 180%;
    line-height: 29px;
  }
  .product_section .old_price {
    font-size: 140%;
    line-height: 17px;
  }
  .product_section .product_form {
    margin-top: 0;
  }
  .product_section .product_form .right_block {
    padding: 25px 0 0;
  }
  .product_section .product_form .left_block {
    padding: 25px 0 0;
  }
  .product_section .weight_list {
    margin-bottom: 0px;
  }
  .product_section .colors_list {
    margin: 0;
  }
  .product_inner_section .product_info_list li {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .product_slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .product_slider .slick-arrow:before {
    font-size: 1.2rem;
  }
  .product_slider .slide_block {
    width: 50%;
  }
  .product_section {
    flex-direction: column;
  }
  .product_section .product_images {
    flex-direction: column-reverse;
    flex: 0 0 100%;
    max-width: 500px;
    max-height: 450px;
  }
  .product_section .small_images {
    width: 100%;
    margin-top: 20px;
  }
  .product_section .small_images .images_slider {
    opacity: 0;
  }
  .product_section .small_images .images_slider.slick-slider {
    opacity: 1;
  }
  .product_section .small_images .slick-arrow {
    width: 30px;
    height: 100%;
    margin: 0;
    background: #f5f5f5;
    opacity: 1;
  }
  .product_section .small_images .slick-arrow:hover {
    opacity: 1;
  }
  .product_section .small_images .slick-arrow:active {
    opacity: 1;
  }
  .product_section .small_images .slick-arrow::before {
    transform: rotate(-90deg);
  }
  .product_section .small_images .slick-arrow.slick-next {
    right: 0;
  }
  .product_section .small_images .slide_block {
    padding: 0 5px;
  }
  .product_section .small_images .slide_block a {
    border: rgba(0, 105, 104, 0.1);
  }
  .product_section .big_images {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    border: rgba(0, 105, 104, 0.1);
  }
  .product_section .big_images .images_slider {
    max-width: none;
  }
  .product_section .big_images .images_slider {
    width: 100%;
  }
  .product_section .product_info {
    margin-top: 35px;
    margin-left: 0;
    max-width: 500px;
    flex: 0 0 500px;
  }
  .last_view {
    margin-bottom: 30px;
  }
  .last_view_product_list .product_block {
    height: 100%;
    width: 100%;
  }
  .last_view_product_list li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .product_section .product_images {
    max-height: 420px;
  }
  .product_section .small_images {
    margin-top: 15px;
    border: 1px solid #f5f5f5;
  }
  .product_section .big_images .slide_block {
    height: 280px;
  }
}
@media (max-width: 479px) {
  .product_slider .slick-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .product_slider .slick-arrow:before {
    font-size: 1.2rem;
  }
  .product_slider .slide_block {
    width: 100%;
  }
  .last_view_product_list li {
    width: 100%;
  }
  .product_inner_section .tab_section .tab_buttons li {
    margin-right: 30px;
  }
  .product_inner_section .tab_section .tab_buttons li:last-child {
    margin-right: 0;
  }
  .product_inner_section .tab_section .tab_buttons li a {
    height: 100%;
    display: flex;
    font-size: 120%;
    line-height: 17px;
    align-items: center;
    text-align: center;
  }
}
.web .slick-arrow:hover {
  background: #e5e5e5;
  opacity: 0.7;
}
.web .product_section .add_to_cart:hover {
  background: #CC2043;
}
.web .product_section .weight_list a:hover {
  color: #006968;
}
.web .product_section .add_to_favorite:hover {
  background: rgba(0, 105, 104, 0.05);
}
.web .product_inner_section .tab_section .tab_buttons a:hover {
  color: #006968;
}

.touch .slick-arrow:active {
  background: #e5e5e5;
  opacity: 0.7;
}
.touch .product_section .add_to_cart:active {
  background: #CC2043;
}
.touch .product_section .weight_list a:active {
  color: #006968;
}
.touch .product_section .add_to_favorite:active {
  background: rgba(0, 105, 104, 0.05);
}
.touch .product_inner_section .tab_section .tab_buttons a:active {
  color: #006968;
}

.product_inner_section .tab_section .tab_container .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_section .small_images .slick-arrow, .web .product_section .weight_list a, .web .product_inner_section .tab_section .tab_buttons 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;
}

.web .product_section .add_to_cart, .web .product_section .add_to_favorite {
  -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;
}

.web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product_section .weight_list a, .touch .product_inner_section .tab_section .tab_buttons a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .product_section .add_to_cart, .touch .product_section .add_to_favorite {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

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