.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: #FFC300;
  color: #000;
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
  border-radius: 10px;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 50px;

  transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
}

.oo-christmas-edition .box-price-option {
  background-color: #ce1513;
  color: #fff7d8;
}

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

.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;
    border-radius: 0;
    overflow: inherit;
}

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

@media only screen
and (max-width: 1300px){
  #offer_board.offer_board_grid .products > div > .box_product {
    width: 50% !important;
  }
}