
.blockcart .cart_body .shoppingcart-list .small_cart_sumary.base_list_line {
	border-top: none;
    padding-top: 0;
}

.cc_sd_cart_banner {
	background-color: #FDC800;
	border-bottom: 1px solid #D9D9D9;
	color: black;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 16px 0;
	position: relative;
}

#cart .cc_sd_cart_banner {
	margin-top: 20px;
	max-width: 500px;
}

.cc_sd_cart_banner:hover {
	filter: brightness(1.05);
}

.cc_sd_cart_banner img {
	float: left;
    margin: 0 18px 0 30px;
}

#cart .cc_sd_cart_banner img {
    margin: 0 18px 0 30px;
}

.cc_sd_cart_banner b {
	font-size: 14px;
}

.cc_sd_cart_banner span {
	color: #689800;
	font-size: 13px;
}

.cc_sd_cart_banner i {
	position: absolute;
	right: 5%;
	top: 50%;
    transform: translate(-5%, -50%);
}

@media (max-width: 480px) {
	.cc_sd_cart_banner {
		font-size: 10px;
		padding: 12px 0;
	}
	.cc_sd_cart_banner img {
		margin: 0 10px 0 16px;
		width: 32px;		
	}
	.cc_sd_cart_banner b {
		font-size: 12px;
	}
	.cc_sd_cart_banner span {
		font-size: 11px;
	}
	.cc_sd_cart_banner i {
		font-size: 12px !important;
	}
	#cart .cc_sd_cart_banner {
		max-width: 100%;
	}
	#cart .cc_sd_cart_banner img {
		margin: 0 10px 0 12px;	
		width: 32px;
	}
	#cart .cc_sd_cart_banner b {
		font-size: 11px;
	}
	#cart .cc_sd_cart_banner span {
		font-size: 10px;
	}
}

.ccsd_rightbar {
	background-color: white;
    bottom: 0;
	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;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
	right: 0;
	top: 0;
    transition: all .5s ease;
	visibility: hidden;
    width: 475px;
	z-index: 101;
	-webkit-transition: all .5s ease;
}

@media (max-width: 480px) {
	.ccsd_rightbar {
		width: 100%;
	}
}

.ccsd_rightbar.ccsd_rb_opened {
    visibility: visible;
}

.ccsd_rightbar .ccsd_rb_close {
	color: black;
	cursor: pointer;
	font-size: 32px;
    position: absolute;
    right: 3%;
    top: 1.5%;
}

.ccsd_rightbar .ccsd_title {
	color: black;
	font-size: 20px;
	margin: 50px auto 12px;
	width: 337px;
}

.ccsd_rightbar .ccsd_picture {
	text-align: center;
}

.ccsd_rightbar .ccsd_desc {
	color: black;
	margin: 20px auto 14px;
	width: 337px;
}

.ccsd_rightbar .ccsd_desc .ccsd_desc_1 {
	font-size: 18px;
	margin-bottom: 0.2rem;
}

.ccsd_rightbar .ccsd_desc .ccsd_desc_2 {
	font-size: 13px;
}

.ccsd_rightbar .ccsd_conditions {
	margin: 15px auto;
	width: 337px;
}

.ccsd_rightbar .ccsd_conditions .inline_popup_tri {
	color: #689800;
    font-size: 14px;
}

#inline_popup_content_ccsd_conditions {
	border-radius: 35px;
    max-width: 910px;
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
}

#inline_popup_content_ccsd_conditions li,
#inline_popup_content_ccsd_conditions p {
	color: black;
    font-size: 14px;
}

#inline_popup_content_ccsd_conditions li {
	margin-bottom: 0.5rem;
}

#inline_popup_content_ccsd_conditions ul {
    list-style: disc;
    padding-left: 30px;
}

#inline_popup_content_ccsd_conditions a {
	color: #689800;
}

#inline_popup_content_ccsd_conditions .mfp-close {
	color: #231F20;
    font-family: 'Poppins';
    font-size: 60px;
    font-weight: 200;
    right: 2.5%;
    top: 4%;
}

@media (max-width: 480px) {
	.mfp-container.mfp-inline-holder {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	#inline_popup_content_ccsd_conditions {
		max-width: 100%;
		padding: 1.5rem 1rem 0.5rem 1rem;
	}
	#inline_popup_content_ccsd_conditions li,
	#inline_popup_content_ccsd_conditions p {
		font-size: 13px;
	}
	#inline_popup_content_ccsd_conditions .mfp-close {
		font-size: 55px;
		right: 5%;
		top: 1.5%;
	}
}

.ccsd_rightbar .ccsd_combinations {
	margin: 10px auto 10px;
	width: 337px;
}

.ccsd_rightbar .ccsd_combinations .ccsd_comb_title {
	color: black;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
}

.ccsd_rightbar .ccsd_combinations .ccsd_comb_box {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.ccsd_rightbar .ccsd_combinations .ccsd_comb {
	background-color: white;
	border: 1px solid gray;
	border-radius: 6px;
	color: black;
	cursor: pointer;
	padding: 6px 15px;
	text-align: center;
}

.ccsd_rightbar .ccsd_combinations .ccsd_comb:hover,
.ccsd_rightbar .ccsd_combinations .ccsd_comb.active {
	background-color: black;
	border: 1px solid black;
	color: white;
}

.ccsd_rightbar .ccsd_add_to_cart {
	background-color: black;
	border: 1px solid black;
	border-radius: 10px;
	color: white;
	cursor: not-allowed;
	margin: 20px auto 20px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	width: 337px;
}

.ccsd_rightbar .ccsd_add_to_cart.active {
	cursor: pointer;
}

.ccsd_rightbar .ccsd_add_to_cart.process {
	cursor: not-allowed;
}

.ccsd_rightbar .ccsd_add_to_cart:hover {
	filter: brightness(1.05);
}

.ccsd_rightbar .ccsd_add_to_cart i {
    display: none;
}

.ccsd_rightbar .ccsd_add_to_cart.process span {
    display: none;
}

.ccsd_rightbar .ccsd_add_to_cart.process i {
    display: inline-block;
}

.ccsd_rightbar .ccsd_add_to_cart i:before {
    content: "\E838" !important;
}

.ccsd_rightbar .ccsd_hidden.ajax_add_to_cart_button {
	display: none;
}

.ccsd_box_error {
	display: none;
	font-size: 13px;
	margin: 0 auto;
	padding: 0.65rem 1rem;
	width: 337px;
}

.ccsd_box_error.show {
	display: block;
}
