#content #product__tabs {
  padding: 0;
}

#header .header-inside .right-side > .btn > .glyphicon{
  font-size: 16px;
  margin-right: 5px;
}

.product .product-action-content.order_row {
  text-align: center;
}

.product .product-action-content.order_row .favorite_from_section {
  width: 80%;
  float: none;
}

.btn-buy {
  display: block;
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.btn-buy.btn-buy_card {
  position: static;
}
.btn-buy:hover, .btn-buy_on {
  cursor: pointer;
}
.btn-buy:hover .btn-buy__icon, .btn-buy_on .btn-buy__icon {
  color: #449d44;
}
.btn-buy__icon {
  color: #e61446;
  font-size: 4.5rem;
}

.size-box {
  display: none;
  padding: 40px;
  position: relative;
  text-align: center;
}
.size-box .btn.btn-custom-5 {
  margin: 20px 10px;
  margin-bottom: 0;
}
.size-box .size-box__title {
  margin: 0;
  padding-bottom: 30px;
  font-size: 4rem;
}
// .size-box .size-box__loader {
// 	display: block;
// 	position: absolute;
// 	top: 50%;
// 	left: 50%;
// 	-webkit-transform: translate(-50%, -50%);
//       -ms-transform: translate(-50%, -50%);
//           transform: translate(-50%, -50%);
// }
.size-box .size-box__btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #1694d6;
  margin: 10px;
  font-size: 3rem;
  box-sizing: border-box;
  -webkit-transition: none;
          transition: none;
}
.size-box .size-box__btn:hover, .size-box .size-box__btn_on {
  background-color: #fbcbd7;
  border-color: transparent;
}
.size-box_hidden {
	display: none;
}
.filter-box {
  position: relative;
  font-size: 16px;
}
.filter-box .filter-box__error {
  display: inline-block;
  color: red;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 100px;
}
@media (max-width:767px) {
  .product .product-action-content.order_row .favorite_from_section {
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: url(/images/icon-heart.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .product .product-action-content.order_row .favorite_from_section.selected {
    background: url(/images/icon-heart-filled.png);
  }
}