#sidebar {
	background-image: url('../../assest/images/dansor.png');
	background-size: 700px;
	background-position: center;
	background-repeat: no-repeat;
}

div#cart-items .media,
.empty-cart {
	background: #ffffffa6;
}

#sidebar.active {
    right: 0;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar {
    width: 341px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
        right: 0;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.green-btn , .green-btn:hover {
    background-color: #FEC30E;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    transition: 0.2s;
}
.subscribe-plan-boxes.sec-orange .green-btn{
	color: #dd5f16;
	background: #fff;
}
.bg-med-green {
    background-color: #016731;
}