/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#wrapper_bestsellers {
  background: #e0dbd2;
  margin-bottom: 50px; }
  #wrapper_bestsellers #title_bestsellers {
    text-align: center;
    background: transparent url("../../../images/background_title.png") repeat-x center center;
    line-height: 90px;
    margin-top: 20px; }
    #wrapper_bestsellers #title_bestsellers .wrapper_text {
      background: #e0dbd2;
      padding: 20px;
      text-transform: uppercase;
      font-size: 45px;
      color: #355052;
      font-family: "BenchNine", sans-serif;
      font-weight: normal; }
      #wrapper_bestsellers #title_bestsellers .wrapper_text .up {
        font-size: 60px; }
      @media (max-width: 479px) {
        #wrapper_bestsellers #title_bestsellers .wrapper_text {
          font-size: 25px; }
          #wrapper_bestsellers #title_bestsellers .wrapper_text .up {
            font-size: 40px; } }
  #wrapper_bestsellers ul li {
    padding-bottom: 0; }
