body.open_right_cart #trustbadge-container-98e3dadd90eb493088abdc5597a70810,
body.open_right_cart #oct8ne-alerts-callouts-wrapper,
body.open_right_cart #livechat-wrapper
{
	display: none !important;
}


#st_header .blockcart.open .overlay {
	z-index: 100;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.25s;
	background-color: rgba(0, 0, 0, 0.3);
}

#st_header .blockcart .cart_body {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	width: 475px;
	height: 100%;
	padding-top: 0px;
	box-shadow: rgb(34 45 57 / 18%) 0px 14px 30px 0px, rgb(34 45 57 / 6%) 0px 4px 3px 0px, rgb(34 45 57 / 6%) 0px 0px 0px 1px;
	background-color: white;
}

#st_header .blockcart.open .cart_body {
	z-index: 99;
	transform: translateX(0);
	transition: 0.5s;
}

#st_header .blockcart .cart_body .dropdown_box {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#st_header .blockcart .cart_body__header {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

#st_header .blockcart .cart_body__header .cart_body__header_cart {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 15px 50px 5px;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

#header_primary #header_right .blockcart .cart_body__header .cart_body__header_cart .ajax_cart_bag {
	margin: 0 10px 0 0;
}

#st_header .blockcart .cart_body__header_close {
	cursor: pointer;
	flex-basis: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #e5e5e5;
	font-size: 30px;
	color: black;
}

#st_header .blockcart .cart_body .shoppingcart-list {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	overflow: hidden;
}

#st_header .blockcart .cart_body .small_cart_product_list__wrapper {
	overflow: auto;
	margin-right: 5px;
}

#st_header .blockcart .cart_body .small_cart_product_list__wrapper::-webkit-scrollbar {
	width: 5px;
}

#st_header .blockcart .cart_body .small_cart_product_list__wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list__wrapper::-webkit-scrollbar-track {
	margin: 25px 0;
	border-radius: 5px;
	background-color: #f3f3f3;
}

#st_header .blockcart .cart_body .small_cart_product_list {
	max-height: unset;
	padding: 25px;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item {
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item:last-child {
	margin: 0;
	padding: 0;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item picture {
	margin-right: 10px;
	padding-top: 30px;
	background-color: #f3f3f3;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .small_cart_product_image {
	margin: 0;
	transform: scale(0.9);
	filter: brightness(0.95);
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .small_cart_info {
	display: flex;
	flex-direction: column;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .small_cart_info .product_info {
	flex: 1;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .product_info .product-name {
	font-weight: 600;
	font-size: 14px;
	color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .product_info .price {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .attributes_info {
	font-size: 14px;
	color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info {
	display: flex;
	align-items: center;
	column-gap: 25px;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .qty_wrap input,
#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .qty_wrap button {
	border: 0;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .qty_wrap input,
#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .qty_wrap button {
	font-size: 14px;
	color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .qty_wrap button:hover {
	background-color: black;
	color: white;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .ajax_remove_button {
	font-size: 13px;
	color: black;
}

#st_header .blockcart .cart_body .small_cart_product_list .line_item .quantity_info .ajax_remove_button:hover {
	text-decoration: underline;
}

#st_header .blockcart .cart_body .small_cart_sumary {
    padding: 25px 0;
}

#st_header .blockcart .cart_body .small_cart_sumary .divider {
    margin: 10px 0 25px;
	border-bottom: 1px solid #dadada;
}

#st_header .blockcart .cart_summary_subtotal_products {
	margin: 0 25px 15px;
}

#st_header .blockcart .cart_summary_subtotal_products > span {
	font-size: 14px;
	color: black;
}
#st_header .blockcart .cart_summary_subtotal_products .price {
	font-weight: 600;
	font-size: 14px;
	color: black;
}

#st_header .blockcart .small_cart_btn {
	height: 45px;
	margin: 0 25px;
	border: 1px solid black;
	background-color: black;
	text-transform: uppercase;
	line-height: 43px;
	font-weight: 600;
	font-size: 14px;
	color: white;
}

#st_header .blockcart .cart_empty {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	flex-direction: column;
}
#st_header .blockcart .cart_empty__title {
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}