.smartshop-cart{ position: relative }
.smartshop-cart__product{
    display: flex;
    align-items: center;
}
.smartshop-cart__product_image { max-width: 80px }
.smartshop-cart__product_info{ margin-left: 8px }
.smartshop-cart__products{
    position: absolute;
    z-index: 9996;
    background: #fff;
    width: 100%;
    height: 0;
    top: 49px;
    min-width: 320px;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    opacity: 0;
}
.smartshop-cart__products.show-menu,
.smartshop-cart__message .smartshop-cart__message__wrapper{
    height: auto;
    opacity: 1;
    padding: 1rem;
}
.smartshop-cart__message._left .smartshop-cart__message__wrapper{
	right: 0;
}
.smartshop-cart__products.show-menu._rigth,
.smartshop-cart__message._rigth .smartshop-cart__message__wrapper{
	left: 0;
}
.smartshop-cart__header{
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
}
.smartshop-cart__link::after{
    content: '';
    opacity: 0;
    height: 0;
    width: 0;
    display: block;
    border: none;
    left: calc(50% - 10px);
    bottom: -19px;
    transform: rotate(-45deg);
    background:#fff;
    position: absolute;
    z-index: 9997;
}
.smartshop-cart__link.cart-triangle::after{
    width: 20px;
    height: 20px;
    opacity: 1;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.smartshop-cart__message__wrapper{
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 45px;
    min-width: 320px;
    width: 100%;
    max-width: 500px;
}
.smartshop-cart__message__wrapper::before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -20px;
    border: 10px solid transparent;
}
.smartshop-cart__message._left .smartshop-cart__message__wrapper::before{
	right: 8px;
}
.smartshop-cart__message._right .smartshop-cart__message__wrapper::before{
    left: 8px;
}
.smartshop-cart__link{
    color: #000;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
}
.smartshop-cart__link:hover{
    color: #000;
    text-decoration: none;
}
.smartshop-cart__badge{
    position: absolute;
    bottom: 0px;
    right: -15px;
}
.ssc-hidden{ display: none !important }
.smartshop-cart__message__wrapper.scc-message-animation { opacity: 1 }