.choose-contact {
    display: block;
    position: fixed;
    bottom: 185px;
    right: 20px;
    z-index: 999;
  }
  
  .choose-contact .messanger {
    padding: 6px 0;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .choose-contact .messanger .fa,
  .choose-contact .messanger .fab {
    font-size: 24px;
  }
  
  .choose-contact .messanger span {
    line-height: 55px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #168632;
  }
  
  .scroll-to-top {
    position: fixed;
    right: 22px;
    bottom: 125px;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #383838;
    display: none;
    transition: all 0.3s ease;
  }
  
  .scroll-to-top:active,
  .scroll-to-top:focus,
  .scroll-to-top:hover,
  .scroll-to-top:visited {
    color: #fff;
    background: #272727;
    transition: all 0.3s ease;
  }
  
  .item-menu-review > a {
    color: #ffc107;
  }
  
  .categories_box {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .categories_box img {
    display: inline-block;
    width: 50%;
  }
  
  #list-photo .item .photo-item div span.view-count {
    position: absolute;
    top: 0;
    left: 0;
    background: #f00;
    padding: 5px 12px;
    font-weight: 500;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .shop__products .product__wrapper .product__content .product__title {
      font-size: 16px;
      font-weight: 500;
    }
  
    .product .product__title {
      font-size: 14px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
  
  .header > .navigation,
  .header > .navigation > .container {
    margin-top: 15px;
    min-height: unset;
  }
  
  .header.header--sticky > .navigation {
    margin-top: 0;
  }
  
  .header.header--sticky > .navigation > .container {
    margin-top: 8px;
  }
  
  .menu > li > a {
    padding: 15px 0 !important;
  }
  
  .navigation--mobile .navigation__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .navigation--mobile .header__actions {
    justify-content: space-around;
  }
  .navigation--mobile .header__actions a.panel-trigger {
    order: 0;
  }
  .navigation--mobile .header__actions a.search-btn {
    order: 2;
  }
  .navigation--mobile .header__actions a.btn-shopping-cart.panel-trigger {
    order: 1;
  }
  .navigation--mobile .header__actions a.btn-user-header-mobile {
    order: 3;
  }
  .navigation--mobile .header__actions a span.icon-text {
    font-size: 10px;
    text-transform: uppercase;
  }
  .navigation--mobile .header__actions a {
    display: block;
    text-align: center;
    position: relative;
  }
  .navigation--mobile .header__actions a::after {
    content: "";
    border-right: 1px solid #ccc;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
  }
  .navigation--mobile .header__actions a.btn-user-header-mobile:after {
    display: none;
  }
  