/*** 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; } }
.shop-phone {
  float: left;
  padding: 0 10px;
  line-height: 35px;
  color: #336666;
  border-right: 1px solid #cdd5d5;
  font-size: 16px; }
  .shop-phone i {
    margin-right: 5px;
    font-size: 16px;
    color: #a5bd16; }

#contact_link {
  float: left;
  border-left: 1px solid #cdd5d5; }
  #contact_link a {
    display: inline-block;
    color: #a5bd16;
    font-size: 16px;
    padding: 0 10px;
    line-height: 35px;
    float: left;
    border-right: 1px solid #cdd5d5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #contact_link a:hover, #contact_link a.active {
      color: #336666;
      background: #edf1f1; }
    #contact_link a.manufacturer {
      background: #edf1f1;
      color: #336666;
      font-size: 14px;
      font-weight: 500; }
      #contact_link a.manufacturer:before {
        content: "";
        background: url("../../../img/design/etoile.png") no-repeat center center;
        width: 16px;
        height: 15px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        margin-bottom: 5px; }
      #contact_link a.manufacturer:hover {
        color: #50a5bb;
        background: #fff; }
  @media (max-width: 767px) {
    #contact_link a {
      padding: 5px 0 5px 8px;
      font-size: 11px;
      line-height: 14px; } }

#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #fff; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: normal 16px/20px "Poppins", sans-serif;
  color: #336666;
  margin-bottom: 5px; }
  #contact_block p.tel i {
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 10px; }
