.sh-container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
 @media (min-width: 1249px) {
.openedcart .sh-container {
  width: calc(95% - 300px);
  max-width: 1400px;
  margin: 0 0 0 5%;
}
}

.okno-kosiku { 
 bottom: auto;
 top: 81px;
 height: 44px;
/* overflow: hidden;*/
overflow: visible;
z-index: 101;
}


        .okno-kosiku:hover { 
 
         height: 86px;
     
       }

.openedcart .okno-kosiku:hover,
.openedcart .okno-kosiku { 
  bottom: 20px;
  top: 100px;
  height: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; 
}

.okno-kosiku .button_cart { 
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

 .okno-kosiku:hover .button_cart,
.openedcart .okno-kosiku  .button_cart {
  padding: 10px;
  opacity: 1;
  height: auto;
}

.okno-kosiku  .vysunout-kosik {
  position: absolute;
  width: calc(100% - 70px);
  height: 46px;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 5;
  display: block;
}


.okno-kosiku  .vysunout-kosik:after {
bottom: -15px;
    right: 40px;
    height: 20px;
    width: 30px;
    font-size: 20px;
    line-height: 15px;
    
    position: absolute;
    display: block;
    content: '+';
    font-weight: bold;
    color: #fff;
    background: #000;
    z-index: 5;
    display: block;
    text-align: center;
    border-radius: 0;


     -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.openedcart .okno-kosiku  .vysunout-kosik:after {
bottom: auto;
top: -15px;
border-radius: 0;

 -webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
    content: '-';
   
}



.openedcart .okno-kosiku .button_cart { 
  height: auto;
  opacity: 1;
}

#all-wrapper {

}
