.shop2-cart-total .total_price.total_price2 * {
  color: red !important; }

@media (min-width: 681px) {
  .cart-product__right .cart-price, .cart_table_price, .cart_table_total_summ {
    min-width: 90px; }

  .cart_table_right, .cart-product__right {
    width: 50%;
    min-width: 390px; }

  .cart-product__left, .cart_table_left {
    flex: 1 0 0; }

  .cart-product__right .cart-amount, .cart_table_amount {
    min-width: 100px; } }

.menu_pad_wrap {
  max-width: 100%; }

.folders_shared_wrap {
  max-width: 270px; }

.site-sidebar.left .folders_shared_wrap .menu_slider {
  display: block !important; }

.site-sidebar.left .folders_shared_wrap .folders_shared, .site-sidebar.left .folders_shared_wrap .menu_slider {
  display: block; }

.m_abs {
  position: absolute; }

.fixed_cart {
  position: fixed;
  top: calc(50% - 25px);
  right: 0;
  z-index: 10; }
  .fixed_cart a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 100%;
    background: #405ed0;
    position: relative; }
    .fixed_cart a .counter {
      min-width: 18px;
      height: 18px;
      border-radius: 100%;
      background: #ffed00;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      position: absolute;
      top: 0;
      right: 0; }
    .fixed_cart a img {
      max-width: 100%;
      max-height: 100%; }

html body [id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

.product_page * .site-sidebar.left .folders_shared_wrap .menu_slider {
  display: none !important; }
  .product_page * .folders_shared_wrap .overWrap {
    display: block !important; }
