.iscc_front_end {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 50px;
}

.iscc_main_product {
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0;
	-ms-flex: 0 0;
	flex: 0 0;
}

.iscc_main_product_bg {
	background-color: #ED6C23 !important;
	padding: 20px 15px 0px 15px;
}

.iscc_main_product_image {
	width: 145px;
}

.iscc_main_product_image img {
	max-width: 100%;
	height: auto;
}

.iscc_main_product_price .woocommerce-Price-amount {
	font-size: 24px;
	color: black !important;
	text-align: center;
	display: block;
	font-weight: bold;
}

.iscc_plus_icon_wrap {
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	min-width: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0;
	-ms-flex: 0 0;
	flex: 0 0;
}

.iscc_plus_icon {
	font-size: 45px;
	background-color: #ED6C23 !important;
	color: black !important;
	width: 60px;
	height: 60px;
	line-height: 0.8;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iscc_other_products {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: calc(100% - 620px);
}

.iscc_other_product {
	border: solid 1px transparent;
	cursor: pointer;
	margin: 5px;
}

.iscc_other_product:hover {
	border: solid 1px #ED6C23 !important;
}

.iscc_other_product_image {
	position: relative;
	height: 130px;
	text-align: center;
	padding: 5px 5px 0px 5px;
}

.iscc_other_product_discount {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	background-color: #ED6C23 !important;
	padding: 0px 3px;
	color: black !important;
	font-weight: bold;
}

.iscc_other_product_image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: inline;
}

.iscc_other_product_title {
	text-align: center;
	font-size: 0.65rem;
	line-height: 0.85rem;
	height: 35px;
	padding: 10px 5px 0px 5px;
	overflow: hidden;
}

.iscc_other_product_regular_price {
	text-align: center;
	font-size: 0.65rem;
	text-decoration: line-through;
	min-height: 17px;
	padding: 2px 5px 0px 5px;
}

.iscc_other_product_sale_price {
	text-align: center;
	color: red !important;
	font-size: 1rem;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
}

.iscc_other_product_sale_price bdi {
	color: red;
}

.slick-next:before {
	content: "\203A";
}

.slick-prev:before {
	content: "\2039";
}

.slick-prev::before,
.slick-next::before {
	font-family: inherit;
	font-size: 60px;
	line-height: 1;
	opacity: .75;
	color: #aaa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 0;
}

.slick-prev,
.slick-next {
	top: calc(50% - 26px);
}

.slick-prev {
	left: -20px;
}

.slick-next {
	right: -20px;
}

.iscc_front_end .slick-slider {
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
	-webkit-touch-callout: initial;
	-khtml-user-select: initial;
	-ms-touch-action: initial;
	touch-action: initial;
}

.iscc_other_product_selected,
.iscc_other_product_selected:hover {
	outline: 2px solid #DCDE01 !important;
	border: 1px solid #DCDE01 !important;
}

.iscc_product_btn {
	visibility: hidden;
	display: block;
	text-align: center;
	background: #DCDE01;
	color: black !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

.iscc_other_product_selected .iscc_product_btn {
	visibility: visible;
}

.iscc_add_to_cart {
	-webkit-flex-basis: 320px;
	-ms-flex-preferred-size: 320px;
	flex-basis: 320px;
	min-width: 320px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0;
	-ms-flex: 0 0;
	flex: 0 0;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: end;
}

.iscc_add_to_cart_header {
	font-size: 12px;
	font-weight: bold;
}

.iscc_add_to_cart_saved {
	font-size: 1.2rem;
	color: red;
	font-weight: bold;
	min-height: 30px;
	visibility: hidden;
}

.iscc_add_to_cart_saved_visible {
	visibility: visible;
}

.iscc_add_to_cart_saved_total_price {
	font-size: 1.8rem;
	font-weight: bold;
}

.iscc_add_to_cart_saved_total_text {
	font-size: 0.8rem;
}

.iscc_add_to_cart_btn_wrap .button.alt {
	margin: 0px;
	padding: 0;
	border-radius: 0;
}

.slick-dots {
	display: none !important;
}

.iscc_main_product_title {
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 10px 0;
	min-height: 53px;
	height: auto;
	line-height: 1rem;
}

.product-page-accordian .accordion-item:first-child .accordion-inner {
	padding-left: 0px;
	padding-right: 0px;
}

.iscc_add_to_cart_alone {
	display: none;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn {
	padding: 0px;
	min-height: unset;
	border: medium none;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn>* {
	display: inline-block !important;
	vertical-align: middle !important;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_icon_shopping_cart {
	top: 0px;
	background: #fff;
	width: 32px;
	border-left: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	color: #ED6C23;
	margin-right: 0px !important;
	height: 50px;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_icon_shopping_cart::before {
	margin-top: 16px;
	display: inline-block;
	margin-left: 5px;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_icon_shopping_cart::after {
	display: none;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_add_to_cart_btn_title {
	padding: 0px 10px 0px 22px;
	text-transform: initial;
	font-size: 14px;
}

.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_add_to_cart_btn_icon::before {
	border-left: 15px solid #fff;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	content: "";
	height: 0;
	left: 32px;
	position: absolute;
	top: 0px;
	width: 0;
	z-index: 100;
}

.iscc_add_to_cart_btn_title span {
	display: inline;
	line-height: unset;
}

.iscc_front_end_header {
	font-size: 110%;
	padding: .6em 2.3em;
	display: none;
	position: relative;
	border-top: 1px solid #ddd;
	transition: border 200ms ease-out, background-color .3s;
	margin-bottom: 20px;
}

.iscc_front_end_header .toggle {
	width: 2.3em;
	height: 1.5em;
	margin-right: 5px;
	top: .3em;
	border-radius: 999px;
	position: absolute;
	left: 0;
}

.iscc_choose_variation {
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	visibility: hidden;
}

.iscc_other_product_selected .iscc_choose_variation {
	visibility: visible;
}

.iscc_down_arrow {
	border: solid black;
	border-width: 0px 2px 2px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 10px;
	margin-top: -6px;
}

.iscc_modal {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	display: none;
}

.iscc_modal_active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.iscc_modal_content {
	background-color: #fff;
	margin: auto;
	border: 1px solid #888;
	width: 30%;
	max-height: 90%;
	overflow: auto;
}

@media only screen and (max-width: 1024px) {
	.iscc_modal_content {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.iscc_modal_content {
		width: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.iscc_modal_content {
		width: 90%;
	}
}

.iscc_variation_list {
	display: none;
}

.iscc_modal_content .iscc_variation_list {
	display: block;
}

.iscc_variation_list_item {
	font-size: 14px;
	padding: 8px 12px;
	cursor: pointer;
}

.iscc_variation_list_header {
	font-size: 14px;
	background: #94E2F6;
	color: #fff;
	padding: 8px 12px;
	font-weight: bold;
}

.iscc_variation_list_item_price {
	display: none;
}

.iscc_variation_list_item_selected,
.iscc_variation_list_item_selected:hover {
	background: #eeeeee;
}

.iscc_variation_list_item:hover {
	background: #f8f8f8;
}

.iscc_other_product_price {
	min-height: 50px;
}

.iscc_other_product {
	max-width: 134px !important;
	outline: none;
}

@media only screen and (min-width: 1300px) {
	.iscc_other_product {
		width: 134px !important;
	}

	.iscc_other_products>.slick-list {
		padding: 0px 4px;
	}
}

@media only screen and (max-width: 1024px) {
	.iscc_other_product_image {
		height: 130px;
	}

	.iscc_main_product_image {
		width: 120px;
	}

	.iscc_other_products>.slick-list {
		padding-left: 2px;
	}

	.iscc_front_end_header {
		display: block;
		min-height: 47px;
		padding: .6em 2.3em .6em 3em;
	}

	.iscc_discount_text_1 {
		margin-left: 0px !important;
	}

	.iscc_front_end .iscc_add_to_cart {
		display: none;
	}

	.iscc_add_to_cart_alone {
		display: block;
		min-width: unset;
		padding: 0px;
	}

	.iscc_other_products {
		max-width: calc(100% - 200px);
		/*max-height: 221px;*/
	}

	.slick-prev {
		left: 0px;
		z-index: 200;
	}

	.slick-next {
		right: 0px;
	}

	.iscc_add_to_cart_saved {
		text-align: left;
		font-size: 16px;
	}

	.iscc_add_to_cart_saved_total_price {
		font-size: 1.5rem;
		margin-top: -38px;
	}

	.iscc_plus_icon_wrap {
		min-width: 50px;
	}

	.iscc_plus_icon {
		font-size: 32px;
		width: 40px;
		height: 40px;
	}

	.iscc_front_end {
		margin-bottom: 30px;
	}

	.iscc_other_product:hover {
		border: solid 1px transparent !important;
		outline: 0px;
	}

	.iscc_other_product_selected:hover {
		border: 1px solid #DCDE01 !important;
	}
}

@media only screen and (max-width: 350px) {
	.iscc_front_end {
		display: block;
	}

	.iscc_main_product_image {
		width: 100%;
	}

	.iscc_main_product,
	.iscc_plus_icon_wrap,
	.iscc_other_products {
		display: block;
		max-width: 100%;
	}

	.iscc_plus_icon_wrap {
		text-align: center;
		margin: 20px 0;
	}

	.iscc_plus_icon {
		display: inline-block;
	}
}

@media only screen and (max-width: 340px) {
	.iscc_add_to_cart_saved_total_price {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 326px) {
	.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn>* {
		line-height: 2em !important;
	}
}

@media only screen and (max-width: 310px) {
	.iscc_add_to_cart_btn_wrap .iscc_add_to_cart_btn .iscc_add_to_cart_btn_title {
		font-size: 13px;
	}
}

.iscc_front_end_header {
	font-size: 80%;
	background-color: #ED6C23 !important;
	font-weight: bold;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

.iscc_add_to_cart_before {
	text-align: left;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.iscc_main_product {
		display: none;
	}

	.iscc_plus_icon_wrap {
		display: none;
	}

	.iscc_product_btn {
		font-size: 11px;
	}

	.iscc_other_product_discount {
		font-size: 12px;
	}

	.iscc_other_products {
		max-width: 100%;
	}
}

.iscc_discount_text_2 {
	font-size: 10px;
	margin-left: 10px;
	margin-top: -5px;
}

.iscc_discount_circle {
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: white;
	text-align: center;
	line-height: 2.6;
	border-radius: 100%;
	left: 5px;
}

.iscc_discount_text_1 {
	margin-left: 10px;
}

.iscc_front_end .wc-pao-addon-container {
	display: none;
}

.iscc_main_product_price_variation {
	min-height: 38.4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.iscc_main_product_price_variation div * {
	display: inline !important;
	font-size: 16px !important;
}

.iscc_main_product_price .price {
	line-height: unset;
}

.iscc_main_product_price del {
	display: none;
}

.iscu_front_end_form {
	margin-inline: auto;
	width: var(--theme-container-width);
	max-width: var(--theme-block-max-width);
	margin-top: 50px;
}