#cart-list-right {
	width: 480px;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	z-index: 999;
	color: #000;
	padding: 0 15px;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	transition: left .4s, right .4s;
}
#cart-list-right.active {
	right: 0;
	opacity: 1
}
._cl-bottom {
	height: 104px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	position: fixed;
	width: inherit;
	right: -650px;
	bottom: -1px;
	z-index: 100;
	text-align: center;
	transition: left .6s, right .6s;
	background-color: white;
}
.active ._cl-bottom {
	right: 0px;
}
#p-filter-right.active, #aisles-mob.active {
	left: 0;
}
#cart-list-right .cart-list_top {
	float: left;
	background-color: #f7f7f7;
	display: block;
	margin-left: -20px;
	width: 100%;
	margin: 5px -5px;
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
}
.cart-list_top .in_left {
	width: 270px;
	float: left
}
.cart-list_top ._next-d {
	font-size: 13px;
	color: #333;
	font-weight: normal
}
.cart-list_top .in_right {
	float: right;
	padding-top: 10px;
	font-weight: 500
}
#cart-list-right .pd_quantity {
	width: 80px;
	border: 0
}
#cart-list-right .pd_quantity .form-control, #cart-list-right .pd_quantity .btn {
	font-size: 13px;
	font-weight: 400;
	padding: 0 6px;
	height: 27px;
	background-color: #e9e9e9!important;
	color: #333
}
#cart-list-right .pd_quantity .btn {
	background-color: #f1f1f1!important;
	color: #333
}
#cart-list-right .pd_quantity .btn .fa {
	font-size: 10px;
	margin: 0
}
.sidebar-header span {
	background: #216176;
	display: inline-block;
	min-width: 32px;
	height: 32px;
	border-radius: 8px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	float: right
}
._cp-img {
	float: left;
	padding-right: 10px
}
._cp-img img {
	width: 120px;
	height: 85px;
}
._c-amount {
	font-size: 16px;
	font-weight: 400;
	color: #47b89a;
	float: left;
	padding-left: 20px;
	line-height: 27px
}
._cl-title {
	font-size: 16px;
	color: #333;
	display: inline-block;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	width: 230px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: -5px;
}
._cl-title:HOVER {
	color: #202020
}
._cp-desc {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e9e9e9;
	position: relative
}
._cp-desc .c_btn {
	background-color: transparent!important;
	padding: 5px;
	position: absolute;
	right: -5px;
	top: 0px;
	box-shadow: none!important;
	line-height: 0;
	color: #989898
}
._cp-desc .c_btn .fa {
	font-size: 15px
}
._cp-desc .c_btn:HOVER .fa {
	color: #f00
}
.btn, .btn:HOVER, .btn:focus {
	box-shadow: none!important
}
._cp-desc ._pq {
	border: solid 1px #e9e9e9;
	margin-right: 10px;
	display: inline-block;
	padding: 1px 15px;
	min-width: 60px;
	text-align: center
}
._cp-desc ._pq-q {
	border: solid 1px #e9e9e9;
	margin-right: 10px;
	display: inline-block;
	padding: 4px;
	width: 60px;
	text-align: center;
	border-radius: 3px
}
._cp-desc p {
	margin: 8px 0 0 0;
	color: #5b5b5b
}
.f-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	opacity: .5
}
.f-close:hover {
	opacity: 1
}
.f-close:after, .f-close:before {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 26px;
	width: 2px;
	background-color: rgba(0,0,0,0.3)
}
.f-close:before {
	transform: rotate(45deg)
}
.f-close:after {
	transform: rotate(-45deg)
}
.sidebar-header {
	line-height: 50px;
	font-size: 20px;
	padding: 0 20px;
	margin: 0;
	color: #216176;
	position: relative;
	margin-left: -20px;
	margin-right: -10px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-bottom: solid 1px #dedede;
}
.RS-cartlist {
	display: flex;
	flex: 1;
	min-height: 0;
	padding-bottom: 100px;
}
.overflow-cartlist {
	flex: 1;
	overflow: auto
}
.cartlist-content {
	color: black;
	padding-right: 5px;
	height: 100%
}
._cl-checkout {
	background-color: #216176;
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 8px;
	padding-left: 15px;
	border-radius: 0;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
._cl-checkout:hover, ._cl-checkout:focus {
	color: #fff;
}
.select-amt {
	width: 110px;
	position: absolute;
	top: 43px;
	right: 35px;
}
.select-amt .custom-select {
	border-radius: 0px;
	font-size: 13px;
	height: calc(1.5em + .5rem + 0px);
}
.total-amt {
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	color: #47b89a;
	text-align: left;
	width: 100%;
}
.total-amt span {
	color: #216176;
	padding-left: 10px;
	float: right;
}
._cp-desc .donate-value {
	border-radius: 0;
	width: 80px;
	height: 27px;
	border-color: #e9e9e9
}
._cp-desc .progress {
	margin-top: 6px;
	margin-bottom: 9px;
	height: 7px;
	border-radius: 3px;
}
.cart-list {
	padding: 15px 0px 15px 15px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 13px;
}
.cart-list .cause-img {
	padding: 0
}
.cart-list .cause-img img {
	width: 108px;
	height: 80px;
}
.cart-list h3 {
	font-size: 16px;
	color: #216176;
	display: inline-block;
	font-weight: 500;
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 3px;
}
.cart-list .progress {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 8px;
	border-radius: 4px;
}
.cart-list .price-lab {
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	padding-top: 3px;
}
.cart-list .donate-value {
	border-radius: 0;
	width: 80px;
	height: 27px;
	border-color: #e9e9e9
}
.cart-list .del-item {
	font-size: 22px;
	line-height: 1;
	color: #9e9e9e;
	cursor: pointer;
	float: right
}
.cart-list .del-item:hover {
	color: #f12300;
}
.donate-total {
	font-weight: 700;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	flex: 0 0 233px;
	color: #47b89a;
	background-color: #f9f9f9; margin-bottom: 25px;
}
.donate-total span {
	float: right;
	color: #256278;
}
.cart-list .btn-Donate {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
}
.nav-pills .nav-link {
	background: #fff;
	border: solid 2px #216176;
	color: #216176;
}
.daily-operations {
}
.daily-operations .nav_M {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0!important;
	margin: 0!important
}
.daily-operations .nav_M .nav-item {
	float: none;
	display: table-cell;
}
.daily-operations .nav_M a, .daily-operations .nav_M span {
	color: #d1d1d1
}
.daily-operations .nav_M .nav-link.active {
	color: #282828;
	background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
.daily-operations .nav_M .nav-link.active span {
	font-weight: 600;
	color: #216176
}
.daily-operations .nav_M a, .daily-operations .nav_M .nav-link.active {
	text-align: center;
	color: #282828;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	position: relative;
	padding: 20px 20px 23px 20px;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #d2d2d2;
	border-radius: 0;
	font-family: 'Heebo', sans-serif;
}
.daily-operations .nav_M a span {
	font-weight: 600;
	color: #d1d1d1
}
.daily-operations .nav_M .nav-link.active {
	border-bottom: 2px solid #47b89a;
	background-color: #fff
}
.daily-operations .wz-icon {
	margin-right: auto;
	position: relative;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	border: solid 4px #ffffff;
	margin-top: 30px;
	background-color: #d1d1d1;
	line-height: 35px;
	color: #fff!important
}
.daily-operations .nav_M .nav-link.active .wz-icon {
	background: #47b89a;
	color: #fff;
}
.daily-operations .tab_M {
	padding: 30px 0;
	padding-bottom: 15px;
	min-height: 350px;
}
.daily-operations .tab-content {
	padding-bottom: 30px
}
.btn-confirme {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer
}
.p-btn-cancel {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer
}
.custom-file-label::after {
	background-color: #46ba98;
	color: #fff;
	border-radius: 0;
	height: 34px;
	line-height: 22px;
}
.Totalamount {
	background-color: #216176;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1
}
.Totalamount span {
	font-family: 'Rationale', sans-serif;
	font-size: 24px;
	line-height: 1;
	padding-left: 10px
}
.Totalamount span b {
	font-weight: normal
}
.PHAccDetail {
	font-size: 14px;
	color: #8b8b8b;
	letter-spacing: 1px
}
.PHAccDetail .custom-file-label {
	border: 1px solid #e5e5e5;
	border-radius: 0;
}
.PHAccDetail span {
	font-size: 15px;
	color: #256278;
	font-family: 'Heebo', sans-serif;
	font-weight: 500
}
.PHAccDetail p {
	font-size: 14px;
	color: #256278
}
._Donatepage .card {
	padding: 35px;
}
._Donatepage .card {
	padding: 35px;
}
._Donatepage .card .dl-right {
	padding-left: 30px;
}
._Donatepage .nav-pills .nav-link {
	color: #959595
}
._Donatepage .nav-pills .nav-link, ._Donatepage .nav-pills .nav-link.active {
	border-top: none;
	border-bottom: solid 2px #47b89a;
	text-transform: none
}
._Donatepage .heading {
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: solid 2px #e5e5e5;
	text-transform: uppercase
}
._Donatepage .tab-content {
	padding: 10px 0px;
}
._Donatepage .custom-control-label {
	line-height: 26px;
}
._Donatepage h4 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 5px;
}
.emptycart{
	margin: auto; display: block; text-align: center
}
.emptycart h4{
	font-size: 16px; color: #8d8d8d; font-weight: normal; margin-top: 15px;
}
.emptycart img{
	width: 140px; height: 140px; display: block; margin: auto;
}
.emptycart .btn-primary{
	padding-left: 20px; padding-right: 20px; width: auto
}

@media(max-width:1170px) {
._Donatepage .card {padding: 20px}
._Donatepage .card .dl-right {padding-left:15px;}
.cart-list .cause-img img { width:93px; height:70px;}
}

@media(max-width:767px) {
	.donate-pay{margin: auto}
}

@media(max-width:480px) {
#cart-list-right {
	width: 100%;
}
#cart-list-right.active {
	right: 0
}
#cart-list-right .cart-list_top {
	margin: 5px 0
}
._cl-title {
	width: 254px;
}
._cl-title {
	width: 200px;
}
.cart-list .cause-img img { width:70px; height:55px;}
._Donatepage .card {  padding: 15px;}
}

@media(max-width:479px) {
.pr-div{width: 100%; padding-top: 5px;}
.pr-div .row{float: left; width: 50%; margin: 0}	
.cart-list .price-lab {text-align: right;}
	
.sidebar-header {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0
}
.f-close {
	right: 5px
}
._cp-img img {
	width: 85px;
	height: 68px;
	margin-bottom: 15px;
}
#cart-list-right {
	padding-left: 8px;
	padding-right: 8px;
}
._cp-img {
	padding-right: 8px;
}
.cart-list .price-lab {
    font-size: 14px;
    padding-top: 5px;
}
}

@media(max-width:375px) {
	.cart-list .cause-img img{margin-right: -5px; width: 65px; height:52px; }
._cp-img img {
	width: 66px;
	height: 50px;
	margin-bottom: 0px;
}
._cp-desc .font-fam {
	margin: 0
}
.total-amt {
	font-size: 18px;
}
}

@media(max-width:320px) {
#cart-list-right, #p-filter-right, #aisles-mob {
	padding: 0 10px
}
._cl-title {
	width: 180px;
}
.select-amt {
	width: 104px;
	right: 5px;
}
._cp-desc .c_btn {
	top: 5px;
}
._cp-img img {
	margin-top: 0
}
.pr-div {padding-left: 0;}
}
