#back-to-school .description > p:first-child {
  margin-top: 0;
}
#back-to-school .description > p:last-child {
  margin-bottom: 0;
}

.promo-page > div + div{
	margin-top: 40px;
}

.promo-page #offer_board.offer_board_grid .products > div > .box_product{
	width: 20%;
}

.box-price-container {
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
}

.box-price-container +.box-price-container {
	padding-right: 5px;
}

.box-price-option {
    background-color: #fb0e81;
    color: white;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1em;
}

.box-price-option:hover, .box-price-option.selected{
	background-color:#862035;
}

.banner-grid > .grid > div.cell-horizontal{
    height: inherit;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.banner-grid > .grid .cell-horizontal > div a{
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit;
    overflow: inherit;
}
.banner-grid img{
    display: block;
}

.banner-grid > .grid > div.cell {
    width: 25%;
    height: inherit;
    box-sizing: border-box;
    position: relative;
}

.banner-grid img{
    width: 100%;
}

.width_33{
    width: 33.3%;
}

.cell-third{
    width: 33.3% !important;
}

#back-to-school .text-hide>.view.active:after {
  background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0) 30%, rgba(246, 246, 246, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), color-stop(30%, rgba(246, 246, 246, 0)), color-stop(100%, rgba(246, 246, 246, 1)));
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0) 30%, rgba(246, 246, 246, 1) 100%);
  background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0) 30%, rgba(246, 246, 246, 1) 100%);
  background: -ms-linear-gradient(top, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0) 30%, rgba(246, 246, 246, 1) 100%);
}

#back-to-school #offer_board.offer_board_grid .products > div > .box_product {
  width: 100%;
}

@media (min-width: 320px) {
  .mb-body .banner-grid > .grid > div.cell-third.cell-2, .mb-body .banner-grid > .grid > div.cell-third.rotate.cell-2{
    height: inherit !important;
    width: 100% !important;
  }

  #back-to-school #offer_board.offer_board_grid .products > div > .box_product {
    width: 50%;
  }  
}

@media (min-width: 768px) {
  #back-to-school .banners-back-school {
    margin-left: -10px;
    margin-right: -10px;
  }

  #back-to-school #offer_board.offer_board_grid .products > div > .box_product {
    width: 25%;  
  }  
}
