.offcanvas-body {
	overflow-y: scroll;
	height: calc(100vh - 125px);
}
.offcanvas-body::-webkit-scrollbar {
	width: 5px;
}
.offcanvas-body::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #ffffff;
	border: 0px solid #cacaca;
}
.offcanvas-body::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #016b5d;
}
.vedobi-cart-open-right-total-savings {
	font-weight: 500;
	text-align: center;
	background-color: rgba(209, 67, 39, 1);
	border-radius: 0.25rem;
	padding: 0.25rem 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-width: 1px;
	border-style: solid;
	border-color: #d14327;
	line-height: 1;
	
}
.vedobi-cart-open-right-total-savings .vedobi-cart-open-right-savings-text {
	font-size: 0.75rem;
	color: #ffffff;
	line-height: normal;
}


.vedobi-cart-open-right-order-summary-header {
	padding: 0.35rem 0.75rem;
	font-size: 14px;
	font-family: "Vedobi-700",Arial,sans-serif;
	color: #fff;
	background: #016b5d;
	border-radius: 0.5rem 0.5rem 0 0;
}
.vedobi-cart-open-right {
	list-style-type: none;
	border-left: 0px solid #7f9260;
	border-right: 0px solid #7f9260;
	border-bottom: 0px solid #7f9260;
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	background: #fcfbf7;
}
.vedobi-cart-open-right-outer {
	padding: 0.75rem;
	border-bottom: 1px solid rgb(220, 220, 220);
	position: relative;
}
.vedobi-cart-open-right-outer:last-child {
	border-bottom: 0px solid rgb(220, 220, 220);
}
.px-rem {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.vedobi-cart-open-right-inner-first {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: initial;
	justify-content: initial;
	align-items: flex-start;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-product-image-container img {
	width: 65px;
	height: 65px;
	border: 0px solid #dcdcdc;
	border-radius: 5px;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-cart-item-content {
	padding-left: 0.75rem;
	display: flex;
	flex: 1 1 0%;
	align-self: stretch;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-cart-item-title {
	color: #000000;
	font-size: 0.9rem;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "Vedobi-700",Arial,sans-serif;
	margin-bottom: 4px;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-cart-item-title a {
	color: #000000;
	font-size: 0.9rem;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-cart-item-quantity {
	font-size: 0.7rem;
	line-height: normal;
}
.vedobi-cart-open-description-outer {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: initial;
	justify-content: initial;
	-webkit-box-align: center;
	align-items: center;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-price-container {
	align-content: center;
}
.vedobi-cart-open-price-container-sec {
	display: flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.vedobi-cart-open-right-outer .vedobi-cart-open-price-container .price:not(.slashed) {
	font-size: 1rem;
}
.vedobi-cart-open-price-container-price .vedobi-cart-open-product-price {
	color: #000000;
	font-size: 1rem;
	font-family: "Vedobi-700",Arial,sans-serif;
	line-height: normal;
}
.vedobi-cart-open-cart-item-content-up-sale-btn {
	color: #016b5d;
    border: 1px solid #016b5d;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    font-size: 10px;
    line-height: 1;
    font-family: "Vedobi-700", Arial, sans-serif;
}
/* special product */
.vedobi-cart-open-right-product-special-price-header {
	padding: 0.35rem 0.75rem;
	font-size: 14px;
	font-family: "Vedobi-700",Arial,sans-serif;
	color: #016b5d;
	background-color: #b7cfaf;
	border: 0px solid #016b5d;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.vedobi-cart-open-right2 {
	list-style-type: none;
	border-left: 0px solid #7f9260;
	border-right: 0px solid #7f9260;
	border-bottom: 0px solid #7f9260;
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	background: #fcfbf7;
}
.vedobi-cart-open-right2-outer {
	padding: 0.75rem;
	border-bottom: 1px solid rgb(220, 220, 220);
	position: relative;
}
.vedobi-cart-open-right2-outer:last-child {
	border-bottom: 0px solid rgb(220, 220, 220);
}
.vedobi-cart-open-right2-inner-first {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: initial;
	justify-content: initial;
	align-items: flex-start;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-product-image-container img {
	width: 65px;
	height: 65px;
	border: 0px solid #dcdcdc;
	border-radius: 5px;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-cart-item-content {
	padding-left: 0.75rem;
	display: flex;
	flex: 1 1 0%;
	align-self: stretch;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-cart-item-title {
	color: #000000;
	font-size: 0.8rem;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "Vedobi-700",Arial,sans-serif;
	margin
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-cart-item-title a {
	color: #000000;
	font-size: 0.8rem;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-cart-item-quantity {
	font-size: 0.7rem;
	line-height: normal;
}
.vedobi-cart-open-description2-outer {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: initial;
	justify-content: initial;
	-webkit-box-align: center;
	align-items: center;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-price-container2 {
	align-content: center;
}
.vedobi-cart-open-price-container2-sec {
	display: flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.vedobi-cart-open-right2-outer .vedobi-cart-open-price-container2 .price:not(.slashed) {
	font-size: 1rem;
}
.vedobi-cart-open-price-container2-price .vedobi-cart-open-product-price {
	color: #000000;
	font-size: 1rem;
	font-family: "Vedobi-700",Arial,sans-serif;
	line-height: normal;
}	
.vedobi-cart-open-right-price-summary-header {
	padding: 0.35rem 0.75rem;
	font-size: 14px;
	font-family: "Vedobi-700",Arial,sans-serif;
	color: #ffffff;
	background: #016b5d;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.summary-items-container {
	border-left: 0px solid rgba(182, 79, 39, 0.75);
	border-right: 0px solid rgba(182, 79, 39, 0.75);
	border-bottom: 0px solid rgba(182, 79, 39, 0.75);
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	background: #fcfbf7;
}
.vedobi-cart-open-right-price-summary:not(:last-child) {
	border-bottom: 1px solid #bebebe;
}
.vedobi-cart-open-right-price-summary {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	align-items: center;
}
.vedobi-cart-open-right-price-summary .item-label {
	color: #000000;
	line-height: normal;
	font-family: "Vedobi",Arial,sans-serif;
	font-size: 0.8rem;
	
}
.vedobi-cart-open-right-price-summary .item-value {
	font-size: 1rem;
	font-family: "Vedobi-700",Arial,sans-serif;
	white-space: pre;
	line-height: normal;
	color: #000000;
	font-size: 0.8rem;
}
.vedobi-cart-open-right-price-summary.grand-total {
	padding-top: 0.6rem;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid rgb(220, 220, 220);
}	
.offcanvas-footer-position {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.vedobi-cart-open-final-price-outer {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	background: #fcfbf7;
	padding: 12px 0px 12px 16px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px -3px 6px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0rem !important;
	border-radius: 0px 0px 0px 0px;
}
.vedobi-cart-open-final-price-outer .vedobi-cart-open-final-price-view-cart-layout {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 8px 0px 0px 8px;
}
.vedobi-cart-open-final-price-outer .vedobi-cart-open-final-price-data-wrapper {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
	-webkit-box-pack: center;
	justify-content: center;
}
.vedobi-cart-open-final-price-outer .vedobi-cart-open-final-price-item-count-layout {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.vedobi-cart-open-final-price-outer .vedobi-cart-open-final-price-item-total-layout {
	font-family: "Vedobi-700",Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: rgb(29, 29, 29);
}
.vedobi-cart-open-final-price-outer .vedobi-cart-open-final-price-checkout-button {
	margin: auto 16px auto 0px;
	background-color: #016b5d;
	color: white;
	text-transform: uppercase;
	border-radius: 4px;
	font-family: "Vedobi-700",Arial,sans-serif;
	padding: 8px 20px;
	font-size: 16px;
	line-height: normal;
}
.vedobi-cart-open-scarcity-sec {
	position: relative!important;
}
.vedobi-cart-open-scarcity-sec i {
	position: absolute;
	background: #00afef;
	color: #fff;
	left: 16px;
	top: -9px;
	font-size: 11px;
	font-style: normal;
	border-radius: 4px 4px 4px;
	width: auto;
	padding: 2px 5px;
	line-height: normal;
	display: inline-flex;
}
.scarcity-timer-outer {
	display: flex;
	flex-direction: vertical;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}
#scarcity-timer {
	color: #fff;
}	