﻿.logo-search-pnl-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.logo-search-pnl--sharp {
  display: flex; }

#header {
  display: flex;
  align-items: center; }
  #header .toggle-sidebar-icon {
    font-size: 16px;
    padding-bottom: 25px; }
  #header .searchBtn .search-link {
    font-size: 16px;
    padding-bottom: 25px; }
  #header .cartBtn .cart-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #header .cartBtn .cart-link .icon-bag-before {
      font-size: 15px; }

.product-constructor-xs3-price-payment-btn {
  margin-bottom: 35px; }

.popup-add-product {
  position: fixed;
  top: 0;
  width: 100%;
  background: #DE4D43;
  color: #fff;
  display: none;
  opacity: 0;
  transform: translateY(0px) !important;
  transition: transform .5s ease;
  transition: opacity .3s ease;
  z-index: 100;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: bold; }
  .open-success-add-cart .popup-add-product {
    opacity: 1;
    display: block;
    transform: translateY(0px); }

.select-custom--fat select {
  padding-top: 15px;
  padding-bottom: 14px; }

.category-description img {
  max-height: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important; }

.block-collections .item-collection .content {
  margin-top: 10px; }

.block-collections .item-collection .header {
  font-size: 14px;
  border-bottom: 1px dotted;
  width: max-content; }

.social-widget-custom {
  display: flex;
  position: fixed;
  bottom: 65px;
  right: 45px;
  flex-direction: column;
  align-items: end; }

.connector__popup {
  position: absolute; }

.social-widget-custom ul {
  margin: 0px;
  padding-left: 100px; }

label.connector__trigger.connector__trigger--wave-animation .connector__trigger-close {
  display: block;
  display: flex; }

label.connector__trigger.connector__trigger--wave-animation svg.connector__trigger-open.connector__trigger-el {
  display: none; }

.widget-header {
  color: black;
  font-size: 14px;
  font-family: sans-serif; }

.media-all-list {
  display: flex;
  overflow-x: scroll; }

.media-all-list .media-products .photo-product {
  max-width: 188px;
  max-height: 180px;
  display: flex;
  padding: 10px; }
