/***** BASE INTEGRATION *****/
/*** COLOR ***/
/*** VARIABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
*:focus {
  outline: none !important;
  box-shadow: none !important; }

.clear {
  clear: both; }

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

.green-gradient {
  background-color: #37a388;
  background-image: linear-gradient(to right bottom, #37a388 0%, #00a880 100%); }

.blue-gradient {
  background-color: #0cb1d5;
  background-image: linear-gradient(to right bottom, #0cb1d5 0%, #069fca 100%); }

.title-full {
  text-align: center;
  font-family: "Gothic", "Open Sans", sans-serif;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #222222;
  position: relative;
  text-transform: uppercase; }
  .title-full:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    z-index: 8;
    background: #e1e1e1; }
  .title-full .title-inner {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    z-index: 9; }
    .title-full .title-inner .indemne {
      display: block;
      font-family: "Sign", "Open Sans", sans-serif;
      color: #00a880;
      text-transform: none; }
      .title-full .title-inner .indemne img {
        vertical-align: -2px;
        margin-left: 4px; }
  @media (max-width: 767px) {
    .title-full {
      font-size: 22px;
      line-height: 28px; }
      .title-full .title-inner {
        font-size: 24px; }
        .title-full .title-inner .indemne img {
          width: 88px;
          height: auto; } }
  @media (max-width: 479px) {
    .title-full {
      font-size: 18px;
      line-height: 22px; }
      .title-full .title-inner {
        font-size: 18px;
        padding: 0 18px; }
        .title-full .title-inner .indemne img {
          width: 65px;
          height: auto; } }

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

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

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

  .visible-xxs {
    display: block !important; } }
#blockspecials_tab_content {
  position: relative; }
  #blockspecials_tab_content .customNavigation a {
    padding: 0;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    color: #222222;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #blockspecials_tab_content .customNavigation a:hover {
      color: #fff;
      background: #00a880; }
  #blockspecials_tab_content .customNavigation .prev-specials {
    position: absolute;
    top: -44px;
    left: 0;
    z-index: 3;
    padding-right: 2px; }
  #blockspecials_tab_content .customNavigation .next-specials {
    position: absolute;
    top: -44px;
    right: 0;
    z-index: 3;
    padding-left: 2px; }
  #blockspecials_tab_content .customNavigation i {
    font-size: 22px; }
  @media (max-width: 479px) {
    #blockspecials_tab_content a {
      line-height: 22px; }
    #blockspecials_tab_content .customNavigation .prev-specials {
      top: -39px;
      left: -12px; }
    #blockspecials_tab_content .customNavigation .next-specials {
      top: -39px;
      right: -12px; } }

#blockspecials {
  margin: 0;
  left: -15px;
  width: 1170px; }
  #blockspecials .ajax_block_product {
    width: 100%; }
  @media (max-width: 1199px) {
    #blockspecials {
      width: 970px; } }
  @media (max-width: 991px) {
    #blockspecials {
      width: 750px; }
      #blockspecials .ajax_block_product:nth-child(4) {
        display: none; } }
  @media (max-width: 767px) {
    #blockspecials {
      width: 100% !important;
      left: 0; }
      #blockspecials .ajax_block_product {
        width: 100% !important; }
        #blockspecials .ajax_block_product:nth-child(3) {
          display: none; } }