.products_section .tab_buttons, .products_section .products_list, .columns .short_infolist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.columns .product-addto-links .action.towishlist.active:after, .columns .product-addto-links .action.towishlist.selected:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product.media .fotorama__thumb-border:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:before, .product.media .fotorama__arr__arr:before, .columns .product-addto-links .action.towishlist:before, .columns .product-addto-links .action.tocompare:before, .columns .action.tocart:before, .columns .product-addto-links .action.towishlist:after, .columns .product-addto-links .action.tocompare: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.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:before, .product.media .fotorama__arr__arr:before, .columns .action.tocart {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.columns {
  display: block;
  background: #ffffff;
  padding-top: 30px;
}
.columns .column.main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
}
.columns .product-info-main,
.columns .product.media {
  padding: 0 10px 20px;
  position: relative;
}
.columns img {
  max-width: 100%;
}
.columns .page-title {
  padding-right: 100px;
  margin: 0;
  padding-bottom: 12px;
  font-size: 260%;
  line-height: 34px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: inherit;
}
.columns .product-social-links {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.columns .product-info-main .product-info-price {
  color: inherit;
  border-bottom: none;
  display: block;
  margin-bottom: 22px;
}
.columns .product-info-main .price-label {
  display: none;
}
.columns .product-info-main .normal-price {
  display: block;
}
.columns .product-info-main .normal-price .price-container {
  font-size: 200%;
  line-height: 22px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: inherit;
}
.columns .product-info-main .credit_prices {
  display: flex;
  margin: 18px -20px 0;
}
.columns .product-info-main .credit_prices .price_block {
  padding: 1px 20px;
}
.columns .product-info-main .credit_prices .price_block:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.columns .product-info-main .credit_prices .price_size {
  display: block;
  font-size: 150%;
  line-height: 19px;
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 5px;
  white-space: nowrap;
}
.columns .product-info-main .credit_prices .duration_block {
  display: block;
  color: #999999;
  font-size: 120%;
  line-height: 14px;
}
.columns .product-info-main .payment_info {
  margin-top: 20px;
  border-spacing: 0;
  max-width: 100%;
}
.columns .product-info-main .payment_info .payment_type {
  font-size: 140%;
  line-height: 18px;
  padding: 12px 0;
  font-family: "notosans-bold", "notosansarm-bold";
}
.columns .product-info-main .payment_info .price_size {
  font-size: 160%;
  line-height: 16px;
  padding: 12px 0 12px 15px;
  white-space: nowrap;
}
.columns .product-info-main .payment_info .payment_hint {
  position: relative;
  padding: 0 0 0 15px;
}
.columns .product-info-main .payment_info .hint_inner {
  display: inline-flex;
  vertical-align: top;
  margin: 9px 0;
  border-radius: 50%;
}
.columns .product-info-main .payment_info .hint_inner:hover {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.columns .product-info-main .payment_info .hint_inner:hover .hint_btn {
  background: #414141;
  color: #ffffff;
}
.columns .product-info-main .payment_info .hint_inner:hover .hint_info {
  flex: 1;
  width: 50%;
  max-width: 230px;
  height: auto;
  margin-left: 7px;
  padding: 9px;
  min-height: 80px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  outline: 1px solid #999999;
  color: #1A1A1A;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.columns .product-info-main .payment_info .hint_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  background: #e5e5e5;
  color: #414141;
  font-size: 140%;
  align-self: center;
  overflow: hidden;
}
.columns .product-info-main .payment_info .hint_info {
  max-width: 0;
  width: 0;
  height: 0;
  margin: 0;
  align-self: flex-start;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #e5e5e5;
  color: #999999;
  font-size: 110%;
  line-height: 14px;
  opacity: 0;
  -o-transition: all 0s, opacity 0.3s;
  -ms-transition: all 0s, opacity 0.3s;
  -moz-transition: all 0s, opacity 0.3s;
  -webkit-transition: all 0s, opacity 0.3s;
  transition: all 0s, opacity 0.3s;
}
.columns .product-info-main .payment_block {
  display: flex;
  align-self: center;
  height: 40px;
}
.columns .product-info-stock-sku,
.columns .price-subtotal {
  display: none;
}
.columns .short_infolist {
  font-size: 130%;
  line-height: 16px;
}
.columns .short_infolist li {
  margin: 0 -10px;
  display: flex;
}
.columns .short_infolist li:not(:first-child) {
  margin-top: 12px;
}
.columns .short_infolist .type_block {
  color: #999999;
  flex: 0 0 50%;
  max-width: 200px;
  padding: 0 10px;
}
.columns .short_infolist .result_block {
  flex: 0 0 50%;
  max-width: 250px;
  padding: 0 10px;
}
.columns .product-add-form {
  margin-top: 30px;
}
.columns .fieldset {
  margin: 0 !important;
  letter-spacing: normal;
}
.columns .swatch-attribute {
  padding: 0 0 20px;
}
.columns .swatch-attribute.color .swatch-attribute-options {
  margin: 5px -5px 0;
}
.columns .swatch-attribute.color .swatch-attribute-options .swatch-option {
  margin: 10px 5px 0;
  max-width: none;
  min-width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 4px;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.columns .swatch-attribute.color .swatch-attribute-options .swatch-option[style*="#ffffff"], .columns .swatch-attribute.color .swatch-attribute-options .swatch-option[style*="255, 255, 255"], .columns .swatch-attribute.color .swatch-attribute-options .swatch-option[style*="255,255,255"] {
  border: 1px solid #cccccc;
}
.columns .swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
  outline: none;
  border: inherit;
  pointer-events: none;
}
.columns .swatch-attribute.color .swatch-attribute-options .swatch-option.selected:before {
  display: block;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #666666;
  border-radius: 4px;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options {
  margin: 0 -6px;
  font-size: 1rem;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
  margin: 12px 6px 0;
  max-width: none;
  min-width: 24px;
  border-radius: 4px;
  padding: 5px 10px;
  color: inherit;
  border: 1px solid #cccccc;
  cursor: pointer;
  height: auto;
  font-size: 140%;
  line-height: 16px;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option:hover {
  color: #000000;
  border-color: #000000;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option.selected {
  outline: none;
  border-color: transparent;
  pointer-events: none;
  color: #ffffff;
  background-color: #333333;
}
.columns .swatch-attribute-label {
  display: block;
  font-size: 130%;
  line-height: 16px;
  font-weight: normal;
}
.columns .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.columns .box-tocart {
  padding-top: 12px;
}
.columns .box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
}
.columns .box-tocart label {
  cursor: text;
  width: auto;
  margin: 0 0 15px;
  display: block;
  font-size: 130%;
  line-height: 16px;
  font-weight: normal;
}
.columns .box-tocart .control {
  display: flex;
  align-items: center;
  flex: 0 0 110px;
  max-width: 110px;
  min-width: 110px;
  margin-right: 24px;
  border: 1px solid #999999;
  border-radius: 4px;
}
.columns .box-tocart .control .increase_btn,
.columns .box-tocart .control .decrease_btn {
  height: 34px;
  flex: 0 0 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 6px;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.columns .box-tocart .control .increase_btn:hover,
.columns .box-tocart .control .decrease_btn:hover {
  color: #006EDB;
}
.columns .box-tocart .control .increase_btn:before,
.columns .box-tocart .control .decrease_btn:before {
  display: block;
  width: 14px;
  border-top: 2px solid;
  content: "";
}
.columns .box-tocart .control .increase_btn.inactive,
.columns .box-tocart .control .decrease_btn.inactive {
  cursor: default;
  color: #cccccc;
}
.columns .box-tocart .control .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  height: 14px;
  left: 50%;
  border-left: 2px solid;
  margin-top: -7px;
  margin-left: -1px;
}
.columns .box-tocart .control input {
  border: none !important;
  background: transparent;
  text-align: center;
  padding: 0 3px;
  flex: 1;
  width: 47px;
  margin: 0 auto;
}
.columns .box-tocart .control input::-webkit-outer-spin-button, .columns .box-tocart .control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.columns .box-tocart .control input[type=number] {
  -moz-appearance: textfield;
}
.columns .box-tocart .control .count_unit {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  cursor: text;
}
.columns .action.tocart {
  border: none;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  background: #006EDB;
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  padding: 0 20px;
  height: 36px;
  font-family: inherit;
  border-radius: 4px;
}
.columns .action.tocart:before {
  display: block;
  content: "\e919";
  font-size: 133.3%;
}
.columns .action.tocart:before {
  margin-left: 13px;
  order: 2;
}
.columns .product-addto-links {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-top: 0;
  margin-top: -5px;
}
.columns .product-addto-links .action {
  display: block;
  color: #666666;
  position: relative;
}
.columns .product-addto-links .action.towishlist, .columns .product-addto-links .action.tocompare {
  margin-left: 2px;
  padding: 10px;
  border-radius: 50%;
}
.columns .product-addto-links .action.towishlist span, .columns .product-addto-links .action.tocompare span {
  display: none;
}
.columns .product-addto-links .action.towishlist:before, .columns .product-addto-links .action.towishlist:after, .columns .product-addto-links .action.tocompare:before, .columns .product-addto-links .action.tocompare:after {
  display: block;
}
.columns .product-addto-links .action.towishlist {
  font-size: 160%;
}
.columns .product-addto-links .action.towishlist:before {
  content: "\e907";
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: transparent;
}
.columns .product-addto-links .action.towishlist.active, .columns .product-addto-links .action.towishlist.selected {
  color: #006EDB;
}
.columns .product-addto-links .action.towishlist.active:before, .columns .product-addto-links .action.towishlist.selected:before {
  -webkit-text-fill-color: inherit;
}
.columns .product-addto-links .action.towishlist.active:after, .columns .product-addto-links .action.towishlist.selected:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  font-weight: 900;
  color: transparent;
  content: "\e904";
}
.columns .product-addto-links .action.towishlist.active:hover:after, .columns .product-addto-links .action.towishlist.selected:hover:after {
  color: #ffffff;
}
.columns .product-addto-links .action.tocompare {
  font-size: 180%;
}
.columns .product-addto-links .action.tocompare:before {
  content: "\e918";
}
.columns .fotorama__arr {
  display: none;
}
.columns .details_info {
  order: 3;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
.columns .details_info .tab_section {
  margin-bottom: 0;
}
.columns .details_info .tab_buttons {
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  font-family: "notosans-bold", "notosansarm-bold";
}
.columns .details_info .tab_buttons a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid transparent;
}
.columns .details_info .tab_buttons a:not(.selected) {
  color: #999999;
}
.columns .details_info .tab_buttons a.selected {
  color: #1A1A1A;
  border-color: #1A1A1A;
  pointer-events: none;
}
.columns .details_info .tab_block {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.columns .details_info .tab_block:not(.selected) {
  position: relative;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.columns .details_info .tab_block.selected {
  padding: 20px 0;
}
.columns .details_info .tab_block .sub_title,
.columns .details_info .tab_block .standard_text {
  padding: 0 15px;
}
.columns .details_info .tab_block .sub_title {
  margin-bottom: 14px;
}
.columns .details_info .details_block:not(:last-child) {
  margin-bottom: 20px;
}
.columns .details_info .details_block:last-child table tr:last-child td {
  border-bottom: none;
}
.columns .details_info table {
  border-top: 1px solid #F5F5F5;
  font-size: 140%;
  line-height: 18px;
  width: 100%;
}
.columns .details_info table td {
  border-bottom: 1px solid #F5F5F5;
  vertical-align: top;
  padding: 10px 10px;
}
.columns .details_info table td:first-child {
  width: 30%;
  border-right: 1px solid #F5F5F5;
  color: #999999;
}
@media screen and (min-width: 1200px) {
  .columns .product-info-main {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
  .columns .product.media {
    flex: 0 0 41.67%;
  }
  .columns .details_info .tabs_container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .columns {
    margin-bottom: 40px;
  }
  .columns .details_info .tab_buttons {
    font-size: 140%;
    line-height: 18px;
    margin: 0 -20px;
    justify-content: center;
  }
  .columns .details_info .tab_buttons li {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .columns {
    padding-top: 24px;
  }
  .columns .details_info .tab_buttons {
    font-size: 120%;
    line-height: 14px;
    margin: 0 -15px;
  }
  .columns .details_info .tab_buttons li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .columns .product-info-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .columns .product.media {
    flex: 0 0 50%;
  }
  .columns .details_info {
    padding-top: 20px;
  }
  .columns .details_info .tabs_container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .columns .page-title {
    font-size: 240%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .columns {
    margin-bottom: 40px;
  }
  .columns .page-title {
    padding-right: 88px;
    font-size: 200%;
  }
  .columns .product-info-main .normal-price .price-container {
    font-size: 180%;
    line-height: 20px;
  }
  .columns .product-info-main .credit_prices {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    max-width: 280px;
  }
  .columns .product-info-main .credit_prices .price_block {
    margin-top: 10px;
  }
  .columns .product-info-main .credit_prices .price_block:not(:first-child) {
    border: none;
  }
  .columns .product-info-main .credit_prices .price_block:not(:first-child):before {
    display: block;
    content: "";
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 100px;
  }
  .columns .product-info-main .payment_info {
    margin-top: 20;
  }
  .columns .product-info-main .payment_info .payment_type,
  .columns .product-info-main .payment_info .price_size {
    font-size: 140%;
  }
  .columns .swatch-attribute-label {
    font-size: 130%;
    line-height: 16px;
  }
  .columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
    padding: 5px 10px;
    font-size: 130%;
    line-height: 16px;
  }
  .columns .columns .box-tocart {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns {
    margin-bottom: 40px;
  }
  .columns .product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .columns .product.media {
    flex: 0 0 100%;
  }
  .columns .product-info-main {
    order: 2;
  }
  .columns .details_info {
    padding-top: 24px;
  }
  .columns .details_info .tabs_container {
    padding-top: 16px;
  }
  .columns .details_info table {
    font-size: 120%;
    line-height: 15px;
  }
  .columns .details_info table td:first-child {
    min-width: 140px;
  }
}
@media screen and (max-width: 479px) {
  .columns .product-addto-links {
    padding-right: 10px;
  }
  .columns .page-title {
    padding-right: 88px;
    font-size: 200%;
  }
  .columns .product-info-main .normal-price .price-container {
    font-size: 180%;
    line-height: 20px;
  }
  .columns .product-info-main .credit_prices {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    max-width: 280px;
  }
  .columns .product-info-main .credit_prices .price_block {
    margin-top: 10px;
  }
  .columns .product-info-main .credit_prices .price_block:not(:first-child) {
    border: none;
  }
  .columns .product-info-main .credit_prices .price_block:not(:first-child):before {
    display: block;
    content: "";
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 100px;
  }
  .columns .product-info-main .payment_info {
    margin-top: 20;
  }
  .columns .product-info-main .payment_info .payment_type,
  .columns .product-info-main .payment_info .price_size {
    font-size: 140%;
  }
  .columns .swatch-attribute-label {
    font-size: 130%;
    line-height: 16px;
  }
  .columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
    padding: 5px 10px;
    font-size: 130%;
    line-height: 16px;
  }
  .columns .columns .box-tocart {
    padding-top: 0;
  }
  .columns .box-tocart .control {
    margin-right: 16px;
  }
}
@media screen and (max-width: 359px) {
  .columns .action.tocart {
    padding: 0 10px;
    justify-content: center;
    font-size: 110%;
  }
  .columns .action.tocart:before {
    margin-left: 5px;
  }
  .columns .page-title {
    font-size: 180%;
  }
}

@media screen and (min-width: 960px) {
  .back_link {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .back_link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .back_link {
    margin-bottom: 24px;
  }
}

.product.media {
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.product.media .fotorama {
  overflow: visible;
}
.product.media .fotorama__stage {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  width: 100% !important;
  margin-bottom: 0;
  height: auto !important;
  position: relative;
  overflow: hidden;
}
.product.media .fotorama__stage__shaft {
  padding-bottom: 100%;
  max-width: 100%;
  height: auto !important;
  width: 100% !important;
}
.product.media .fotorama__stage__frame .fotorama__img {
  width: 480px;
  height: 480px;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.product.media .fotorama__wrap {
  position: relative;
  overflow: hidden;
}
.product.media .fotorama__nav {
  margin: 12px 0 0;
  height: auto !important;
}
.product.media .fotorama__nav__frame {
  height: 100px !important;
  padding: 10px !important;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 2px;
}
.product.media .fotorama__nav-wrap {
  margin: 0 -10px;
}
.product.media .fotorama__nav.fotorama__nav--thumbs {
  width: 100% !important;
}
.product.media .fotorama__nav.fotorama__nav--thumbs img {
  width: 100%;
  height: 100%;
  position: relative;
  left: auto;
  top: auto;
  object-fit: contain;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.product.media .fotorama__nav__shaft {
  border-radius: 0;
  overflow: hidden;
}
.product.media .fotorama__arr {
  opacity: 1;
  width: 0;
  background: transparent !important;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
}
.product.media .fotorama__arr__arr {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  top: 50%;
  margin-top: -16px;
  color: #333333;
  opacity: 1;
  width: 32px;
  height: 32px;
  z-index: 5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.product.media .fotorama__arr__arr:before {
  display: block;
  color: inherit !important;
  font-size: 2.4rem;
  padding: 0;
}
.product.media .fotorama__arr--prev .fotorama__arr__arr {
  left: 20px;
}
.product.media .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e902";
}
.product.media .fotorama__arr--next .fotorama__arr__arr {
  left: auto;
  right: 20px;
}
.product.media .fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e903";
}
.product.media .fotorama__thumb {
  background: transparent;
  border-radius: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product.media .fotorama__thumb-border {
  border: none !important;
  background: transparent;
  opacity: 1;
  margin-top: 0 !important;
  height: 100px !important;
  padding: 10px;
}
.product.media .fotorama__thumb-border:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 5px;
}
.product.media .fotorama__thumb-border:after {
  display: block;
  content: "";
  width: 5px;
  height: 3px;
  border-width: 3px 2px 0;
  border-color: transparent;
  border-style: solid;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -3px;
  border-top-color: #333333;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 32px;
  background: transparent !important;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon {
  color: #333333;
  box-shadow: none;
  background: transparent;
  top: unset;
  bottom: 27px;
  width: 24px;
  height: 24px;
  z-index: 5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:before {
  display: block;
  color: inherit;
  font-size: 2rem;
  padding: 0;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  top: unset;
  left: 5px;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "\e902";
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 5px;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "\e903";
}

@media screen and (min-width: 960px) {
  [class*=_section] {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  [class*=_section] {
    margin-bottom: 24px;
  }
}

.products_section:after {
  display: block;
  content: "";
  clear: both;
}
.products_section .products_list {
  flex-wrap: wrap;
  display: flex;
}
.products_section .products_list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 1px;
}
.products_section .products_list > li:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 639px) {
  .products_section .products_list {
    margin-left: -2px;
  }
  .products_section .products_list > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2px;
    padding-bottom: 2px;
  }
}
.products_section .view_all {
  display: inline-flex;
  vertical-align: top;
  color: #1A1A1A;
  font-size: 120%;
  line-height: 14px;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 20px;
  float: right;
}
.products_section .view_all:before {
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .products_section .view_all {
    margin-top: 12px;
  }
}
.products_section .section_head {
  display: flex;
  flex-wrap: wrap;
}
.products_section .section_head .page_title:not(:last-child) {
  padding-right: 40px;
}
.products_section .tab_buttons {
  display: flex;
  justify-content: space-between;
  font-size: 160%;
  line-height: 19px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #666666;
  margin-left: auto;
}
.products_section .tab_buttons li:not(:first-child) {
  padding-left: 30px;
}
.products_section .tab_buttons a {
  display: block;
  color: inherit;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.products_section .tab_buttons a:after {
  display: block;
  border-top: 2px solid transparent;
  margin-top: 3px;
  content: "";
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.products_section .tab_buttons a:hover {
  color: #1A1A1A;
}
.products_section .tab_buttons a.selected {
  color: #1A1A1A;
  pointer-events: none;
}
.products_section .tab_buttons a.selected:after {
  border-top-color: #1A1A1A;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .products_section .tab_buttons {
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .products_section .tab_buttons {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .products_section .tab_buttons {
    flex: 0 0 100%;
    margin-bottom: 20px;
    justify-content: flex-end;
    font-size: 140%;
  }
}
@media screen and (max-width: 399px) {
  .products_section .tab_buttons {
    justify-content: space-between;
    font-size: 130%;
  }
  .products_section .tab_buttons li:not(:first-child) {
    padding-left: 20px;
  }
}
.products_section .tab_block {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.products_section .tab_block:not(.selected) {
  height: 0;
  opacity: 0;
}

.web .columns .action.tocart, .columns .web .action.tocart, .web .columns .details_info .tab_buttons a:not(.selected), .columns .details_info .tab_buttons .web a:not(.selected), .web .products_section .view_all, .products_section .web .view_all, .columns .swatch-attribute.color .swatch-attribute-options .swatch-option {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.columns .product-addto-links .action.towishlist.active:after, .columns .product-addto-links .action.towishlist.selected:after {
  -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 .columns .product-addto-links .action.towishlist, .columns .product-addto-links .web .action.towishlist, .web .columns .product-addto-links .action.tocompare, .columns .product-addto-links .web .action.tocompare, .web .product.media .fotorama__arr__arr, .product.media .web .fotorama__arr__arr, .web .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon, .product.media .fotorama__nav-wrap--horizontal .web .fotorama__thumb--icon, .columns .product-info-main .payment_info .hint_btn, .columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
  -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 .columns .action.tocart, .columns .touch .action.tocart, .touch .columns .details_info .tab_buttons a:not(.selected), .columns .details_info .tab_buttons .touch a:not(.selected), .touch .products_section .view_all, .products_section .touch .view_all {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .columns .product-addto-links .action.towishlist, .columns .product-addto-links .touch .action.towishlist, .touch .columns .product-addto-links .action.tocompare, .columns .product-addto-links .touch .action.tocompare, .touch .product.media .fotorama__arr__arr, .product.media .touch .fotorama__arr__arr, .touch .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon, .product.media .fotorama__nav-wrap--horizontal .touch .fotorama__thumb--icon {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.columns .swatch-attribute.color .swatch-attribute-options .swatch-option:hover {
  opacity: 0.7;
}

.columns .box-tocart .control .increase_btn,
.columns .box-tocart .control .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;
}

.web .columns .product-addto-links .action.towishlist:hover, .columns .product-addto-links .web .action.towishlist:hover, .web .columns .product-addto-links .action.tocompare:hover, .columns .product-addto-links .web .action.tocompare:hover, .web .product.media .fotorama__arr__arr:hover, .product.media .web .fotorama__arr__arr:hover, .web .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:hover, .product.media .fotorama__nav-wrap--horizontal .web .fotorama__thumb--icon:hover {
  background: #414141;
  color: #ffffff;
}
.web .columns .action.tocart:hover, .columns .web .action.tocart:hover, .web .columns .details_info .tab_buttons a:hover:not(.selected), .columns .details_info .tab_buttons .web a:hover:not(.selected), .web .products_section .view_all:hover, .products_section .web .view_all:hover {
  opacity: 0.7;
}

.touch .columns .product-addto-links .action.towishlist:active, .columns .product-addto-links .touch .action.towishlist:active, .touch .columns .product-addto-links .action.tocompare:active, .columns .product-addto-links .touch .action.tocompare:active, .touch .product.media .fotorama__arr__arr:active, .product.media .touch .fotorama__arr__arr:active, .touch .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:active, .product.media .fotorama__nav-wrap--horizontal .touch .fotorama__thumb--icon:active {
  background: #414141;
  color: #ffffff;
}
.touch .columns .action.tocart:active, .columns .touch .action.tocart:active, .touch .columns .details_info .tab_buttons a:active:not(.selected), .columns .details_info .tab_buttons .touch a:active:not(.selected), .touch .products_section .view_all:active, .products_section .touch .view_all:active {
  opacity: 0.7;
}

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