.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;
}

.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, .columns .action.tocart: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;
}

.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: 50px;
}
.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 .product-info-main .gift_sticker,
.columns .product.media .gift_sticker {
  position: absolute;
  top: 0;
  right: 10px;
  max-width: 80px;
  z-index: 1;
}
.columns .product-info-main .gift_sticker img,
.columns .product.media .gift_sticker img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 479px) {
  .columns .product-info-main .gift_sticker,
  .columns .product.media .gift_sticker {
    max-width: 60px;
  }
}
.columns img {
  max-width: 100%;
}
.columns .page-title {
  padding-right: 100px;
  margin: 0;
  min-height: 65px;
  padding-bottom: 12px;
  font-size: 260%;
  line-height: 26px;
  font-family: "montserrat-medium", "montserratarm-medium";
  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: 210%;
  line-height: 22px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: inherit;
  font-weight: 600;
}
.columns .product-info-main .normal-price .price-container .currency {
  font-size: 80%;
}
.columns .product-info-main .credit_prices {
  display: flex;
  margin: 18px -15px 0;
}
.columns .product-info-main .credit_prices .price_block {
  padding: 1px 15px;
}
.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: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 5px;
  white-space: nowrap;
}
.columns .product-info-main .credit_prices .price_size .currency {
  font-size: 80%;
  line-height: inherit;
}
.columns .product-info-main .credit_prices .duration_block {
  display: block;
  color: #999999;
  font-size: 110%;
  line-height: 14px;
}
.columns .product-info-main .payment_info {
  margin-top: 24px;
  border-spacing: 0;
  max-width: 100%;
}
.columns .product-info-main .payment_info .payment_type {
  font-size: 130%;
  line-height: 16px;
  padding: 12px 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.columns .product-info-main .payment_info .price_size {
  font-size: 130%;
  line-height: 16px;
  padding: 12px 0 12px 15px;
  white-space: nowrap;
}
.columns .product-info-main .payment_info .price_size .currency {
  font-size: 107.7%;
}
.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: #e5e5e5;
}
.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;
  -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: #F5F5F5;
  color: #999999;
  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 .fieldset .actions {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.columns .fieldset .actions .action {
  margin-right: 10px;
}
.columns .swatch-opt {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.columns .swatch-attribute {
  flex: 0 0 50%;
  max-width: 200px;
  padding: 0 10px 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: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  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: 50%;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options {
  margin: 0 -7px;
  font-size: 1rem;
}
.columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
  margin: 15px 7px 0;
  max-width: none;
  min-width: 20px;
  border-radius: 2px;
  padding: 2px 5px;
  color: inherit;
  border: 1px solid #cccccc;
  cursor: pointer;
  height: auto;
  font-size: 130%;
  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 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;
  max-width: 81px;
}
.columns .box-tocart .control .decrease_btn {
  border-left: none;
}
.columns .box-tocart .control .increase_btn {
  border-right: none;
}
.columns .box-tocart .control .increase_btn,
.columns .box-tocart .control .decrease_btn {
  height: 23px;
  max-width: 23px;
  border-radius: 50%;
  border: 1px solid #666666;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 6px;
}
.columns .box-tocart .control .increase_btn:before,
.columns .box-tocart .control .decrease_btn:before {
  display: block;
  width: 9px;
  border-top: 1px solid;
  content: "";
}
.columns .box-tocart .control .increase_btn.inactive,
.columns .box-tocart .control .decrease_btn.inactive {
  cursor: default;
}
.columns .box-tocart .control .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  height: 9px;
  left: 10px;
  border-left: 1px solid;
}
.columns .box-tocart .control input {
  border: none !important;
  background: transparent;
  text-align: center;
  padding: 0 3px;
  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 {
  margin-top: 30px;
  border: none;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  background: #FB016F;
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  padding: 10px 20px;
  font-family: inherit;
}
.columns .action.tocart:before, .columns .action.tocart:after {
  display: block;
  content: "\e919";
  font-size: 133.3%;
}
.columns .action.tocart:before {
  opacity: 0;
  margin-right: 13px;
}
.columns .action.tocart:after {
  margin-left: 13px;
}
.columns .product-addto-links {
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-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: 20px;
}
.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: 180%;
}
.columns .product-addto-links .action.towishlist:before {
  content: "\e907";
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}
.columns .product-addto-links .action.towishlist.active, .columns .product-addto-links .action.towishlist.selected {
  color: #FB016F;
}
.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: 200%;
}
.columns .product-addto-links .action.tocompare:before {
  content: "\e918";
}
.columns .fotorama__arr {
  display: none;
}
.columns .fotorama__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.columns .fotorama__stage {
  flex: 1;
  width: 50% !important;
  overflow: hidden;
  left: auto !important;
}
.columns .fotorama__nav-wrap {
  width: 75px;
  margin-right: 20px;
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
}
.columns .fotorama__nav__frame--thumb {
  padding: 5px !important;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.columns .fotorama__nav__frame--thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) !important;
  -moz-transform: translate3d(-50%, -50%, 0) !important;
  -ms-transform: translate3d(-50%, -50%, 0) !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  -o-transform: translate3d(-50%, -50%, 0) !important;
}
.columns .fotorama__thumb {
  background: transparent;
}
.columns .fotorama__stage__frame {
  height: 100%;
}
.columns .fotorama__stage__frame img {
  max-width: 100%;
  max-height: 100%;
}
.columns .fotorama__stage__shaft {
  height: 100%;
}
.columns .fotorama__thumb-border {
  background-image: none;
  border-color: #999999;
  border-width: 1px;
  margin: 0 !important;
  max-width: 100%;
}
.columns .details_info {
  order: 3;
}
.columns .details_info .tab_section {
  margin-bottom: 0;
}
.columns .details_info .tab_buttons {
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.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: #FB016F;
  border-color: #FB016F;
  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 {
  border-top: 1px solid #F5F5F5;
  padding: 30px 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: 30px;
}
.columns .details_info .details_block:last-child {
  margin-bottom: -30px;
}
.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: 14px 15px;
}
.columns .details_info table td:first-child {
  width: 40%;
  padding-right: 60px;
  border-right: 1px solid #F5F5F5;
  color: #999999;
}
.columns .details_info table td:last-child {
  padding-left: 60px;
}
@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 50%;
    max-width: 50%;
    margin-left: 8.33%;
  }
  .columns .details_info {
    flex: 0 0 91.67%;
    max-width: 91.67%;
    margin-left: auto;
  }
  .columns .details_info .tabs_container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .columns .details_info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .columns {
    margin-bottom: 60px;
  }
  .columns .details_info .tab_buttons {
    font-size: 130%;
    line-height: 16px;
    margin: 0 -25px;
  }
  .columns .details_info .tab_buttons li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 959px) {
  .columns {
    padding-top: 40px;
  }
  .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,
  .columns .product.media {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .columns .details_info .tabs_container {
    padding-top: 60px;
  }
}
@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: 50px;
  }
  .columns .fotorama__nav-wrap {
    width: 60px;
  }
  .columns .page-title {
    padding-right: 88px;
    font-size: 200%;
  }
  .columns .product-addto-links .action.towishlist,
  .columns .product-addto-links .action.tocompare {
    margin-left: 15px;
  }
  .columns .product-info-main .normal-price .price-container {
    font-size: 170%;
    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: 15px;
  }
  .columns .product-info-main .credit_prices .price_block:nth-child(2n+1) {
    border: none;
  }
  .columns .product-info-main .payment_info {
    margin-top: 0;
  }
  .columns .product-info-main .payment_info .payment_type,
  .columns .product-info-main .payment_info .price_size {
    font-size: 120%;
  }
  .columns .product-info-main .payment_info .hint_info {
    border-radius: 7px;
  }
  .columns .short_infolist {
    font-size: 110%;
    line-height: 14px;
  }
  .columns .swatch-attribute-label {
    font-size: 120%;
    line-height: 15px;
  }
  .columns .swatch-attribute {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
    padding: 5px 8px;
    font-size: 110%;
    line-height: 14px;
  }
  .columns .columns .box-tocart {
    padding-top: 0;
  }
  .columns .action.tocart {
    margin-top: 30px;
    border: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    background: #FB016F;
    color: #ffffff;
    font-size: 120%;
    line-height: 15px;
    padding: 11px 30px;
    font-family: inherit;
    width: 100%;
  }
  .columns .action.tocart:before {
    padding-right: 30px;
    margin-right: auto;
    font-size: 150%;
  }
  .columns .action.tocart:after {
    padding-left: 30px;
    margin-left: auto;
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .columns {
    margin-bottom: 40px;
  }
  .columns .product-info-main,
  .columns .product.media {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .columns .product-info-main {
    order: 2;
  }
  .columns .fotorama__wrap {
    margin-bottom: 48px;
  }
  .columns .details_info {
    padding-top: 24px;
  }
  .columns .details_info .tabs_container {
    padding-top: 40px;
  }
  .columns .details_info table {
    font-size: 120%;
    line-height: 15px;
  }
  .columns .details_info table td:first-child {
    width: 50%;
    padding-right: 15px;
  }
  .columns .details_info table td:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 479px) {
  .columns .product-addto-links {
    padding-right: 10px;
  }
  .columns .page-title {
    padding-right: 85px;
    font-size: 200%;
  }
  .columns .fotorama__nav-wrap {
    width: 60px;
  }
  .columns .product-addto-links .action.towishlist,
  .columns .product-addto-links .action.tocompare {
    margin-left: 15px;
  }
  .columns .product-info-main .normal-price .price-container {
    font-size: 170%;
    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: 15px;
  }
  .columns .product-info-main .credit_prices .price_block:nth-child(2n+1) {
    border: none;
  }
  .columns .product-info-main .payment_info {
    margin-top: 0;
  }
  .columns .product-info-main .payment_info .payment_type,
  .columns .product-info-main .payment_info .price_size {
    font-size: 120%;
  }
  .columns .product-info-main .payment_info .hint_info {
    border-radius: 7px;
  }
  .columns .short_infolist {
    font-size: 110%;
    line-height: 14px;
  }
  .columns .swatch-attribute-label {
    font-size: 120%;
    line-height: 15px;
  }
  .columns .swatch-attribute {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .columns .swatch-attribute:not(.color) .swatch-attribute-options .swatch-option {
    padding: 5px 8px;
    font-size: 110%;
    line-height: 14px;
  }
  .columns .columns .box-tocart {
    padding-top: 0;
  }
  .columns .action.tocart {
    margin-top: 30px;
    border: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    background: #FB016F;
    color: #ffffff;
    font-size: 120%;
    line-height: 15px;
    padding: 11px 30px;
    font-family: inherit;
    width: 100%;
  }
  .columns .action.tocart:before {
    padding-right: 30px;
    margin-right: auto;
    font-size: 150%;
  }
  .columns .action.tocart:after {
    padding-left: 30px;
    margin-left: auto;
    font-size: 150%;
  }
}
@media screen and (max-width: 359px) {
  .columns .action.tocart {
    padding-left: 20px;
    padding-right: 20px;
  }
  .columns .action.tocart:before {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns .page-title {
    font-size: 180%;
  }
}

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

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

.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: 110%;
  line-height: 14px;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 25px;
}
.products_section .view_all:before {
  font-size: 110%;
  display: block;
  margin-left: 9px;
}
.products_section .section_head {
  display: flex;
  flex-wrap: wrap;
}
.products_section .section_head .page_title:not(:last-child) {
  padding-right: 60px;
}
.products_section .tab_buttons {
  display: flex;
  justify-content: space-between;
  font-size: 160%;
  line-height: 19px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.products_section .tab_buttons li:not(:first-child) {
  padding-left: 50px;
}
.products_section .tab_buttons a {
  display: block;
  color: inherit;
}
.products_section .tab_buttons a:after {
  display: block;
  border-top: 2px solid transparent;
  margin-top: 3px;
  content: "";
}
.products_section .tab_buttons a:hover {
  color: #FB016F;
}
.products_section .tab_buttons a.selected {
  color: #FB016F;
  pointer-events: none;
}
.products_section .tab_buttons a.selected:after {
  border-top-color: #FB016F;
}
@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-start;
  }
}
@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, .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;
}

.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 .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 .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 .box-tocart .control .increase_btn, .columns .box-tocart .control .web .increase_btn,
.web .columns .box-tocart .control .decrease_btn,
.columns .box-tocart .control .web .decrease_btn, .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 {
  -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 .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: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .columns .box-tocart .control .increase_btn, .columns .box-tocart .control .touch .increase_btn,
.touch .columns .box-tocart .control .decrease_btn,
.columns .box-tocart .control .touch .decrease_btn {
  -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 .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 {
  color: #FB016F;
}
.web .columns .box-tocart .control .increase_btn:hover, .columns .box-tocart .control .web .increase_btn:hover,
.web .columns .box-tocart .control .decrease_btn:hover,
.columns .box-tocart .control .web .decrease_btn:hover {
  background: #000000;
  color: #ffffff;
}
.web .columns .action.tocart:hover, .columns .web .action.tocart: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 .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 {
  color: #FB016F;
}
.touch .columns .box-tocart .control .increase_btn:active, .columns .box-tocart .control .touch .increase_btn:active,
.touch .columns .box-tocart .control .decrease_btn:active,
.columns .box-tocart .control .touch .decrease_btn:active {
  background: #000000;
  color: #ffffff;
}
.touch .columns .action.tocart:active, .columns .touch .action.tocart:active {
  opacity: 0.7;
}

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