/*======== open cart ========*/
.shopping-cart{
    width: fit-content;
	 height: fit-content;
	 overflow: visible;
}

.icon_component .icon_text {
	margin-top: 5px;
}


.icon_component{
    display: flex;
	 flex-direction: column;
    align-items: center;
	 position: relative;
}



.icon_component .icon{
	padding: 3px;
	padding: 6px;
	width: 32px;
	height:32px;
    vertical-align: middle;
}


.icon_component .count_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -6px;
}

.icon_component .count_icon span{
    font-size: 8px;
    position: relative;
}
