/* c-cart
------------------------------------------------------------------- */
.c-cart {
    position: relative;
}

.c-cart__small {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-cart__small--icon {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5b3f97;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .c-cart__small--icon {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .c-cart__small--icon {
        font-size: 22px;
    }
}

.c-cart__small--text {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}

@media (max-width: 767px) {
    .c-cart__small--text {
        font-size: 11px;
    }
}

.c-cart__small--price {
    display: none;
}

.c-cart__small:hover .c-cart__small--text {
    text-decoration: underline;
}

.c-cart__dropdown {

}
.small-cart .uk-offcanvas-bar {
	background: #fff;
	padding: 20px;
}
@media (max-width: 1024px) {

}