/*@import "global:/s3/makeup/sass/mixins/flex.scss";
 @import "global:/s3/makeup/sass/functions/data-image-svg.scss";
 @import "global:templates/addons/menu/_mobile.scss";
 @import "global:templates/addons/menu/side_menu/_menu_side.scss";
 @include addons-menu-mobile($prefix: 'section-left'); 
 @include addons-side-menu($prefix: 'section-left');*/
.menu-left-wrap {
  margin: 0 0 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 0 12px; }

.menu-left > li > a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 4px 20px; }
  .menu-left > li > a:hover {
    text-decoration: underline; }
  .menu-left > li ul {
    padding: 0 0 10px 20px; }
  .menu-left > li ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 20px 4px 0;
    font-size: 13px; }
    .menu-left > li ul li a:hover {
      text-decoration: underline; }
    .menu-left > li ul li ul {
      padding-bottom: 0; }

.block-20.has-left {
  display: flex;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row; }
  .block-20 .side-left {
    flex: 0 0 260px;
    padding: 0 30px 0 0; }
  .block-20 .side-left .schedule-65 .text_body {
    font-size: 13px; }
  .block-20 .side-left .widget-23 {
    padding: 0;
    margin: -6px 0 12px; }
  .block-20 .side-left .email-49 .text_body {
    font-size: 15px;
    text-decoration: none; }
  .block-20 .side-left .email-49 .text_body a:hover {
    text-decoration: none; }
  .block-20 .side-left .widget-22 {
    margin-top: -2px; }
  .block-20 .side-right {
    flex: 1 0 0;
    max-width: calc(100% - 260px); }

.widgetsocial-64.site-socials .soc {
  margin: 0 18px 10px 0; }

@media (min-width: 1025px) {
  .product-list.thumbs.notmain .product-item {
    margin-bottom: 0;
    /*.product-item__bottom-right {
     display: none;
     position: absolute;
     right: 0;
     left: 0;
     top: 100%;
     box-shadow: 0px 6px 28px 1px rgba(0, 0, 0, 0.2);
     background: #fff;
     padding: 0 15px 20px;
     margin: -28px 0 0;
     z-index: 1;
     &:before {
     position: absolute;
     left: 0;
     right: 0;
     top: -20px;
     height: 20px;
     display: block;
     content: '';
     background: #fff;
     pointer-events: none;
     z-index: -1;
     }
     }*/ }
    .product-list.thumbs.notmain .product-item .product-compare {
      display: none; }
    .product-list.thumbs.notmain .product-item .prod_comp {
      position: relative;
      z-index: 2; }
    .product-list.thumbs.notmain .product-item .product-item__buttons_bot {
      display: none;
      position: absolute;
      right: 0;
      left: 0;
      top: 100%;
      box-shadow: 0px 6px 28px 1px rgba(0, 0, 0, 0.2);
      background: #fff;
      padding: 0 15px 20px;
      margin: -19px 0 0;
      z-index: 1; }
      .product-list.thumbs.notmain .product-item .product-item__buttons_bot:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 20px;
        display: block;
        content: '';
        background: #fff;
        pointer-events: none;
        z-index: -1; }
    .product-list.thumbs.notmain .product-item:hover {
      z-index: 10; }
      .product-list.thumbs.notmain .product-item:hover .product-compare {
        display: block; }
      .product-list.thumbs.notmain .product-item:hover .product-item__buttons_bot {
        display: block; } }

@media (max-width: 1024px) {
  .block-20 {
    display: block; }
    .block-20.has-left .side-left {
      display: none; }
      .block-20.has-left .side-right {
        max-width: 100%; } }
