.favorites-icon-add {
 float:left; 
 padding-top:10px; 
 padding-left:10px;
 padding-right:10px;
 cursor: pointer; 
 font-size:18px;
 color:#328ed1;
 }
 
 .favorites-icon-added {
 float:left; 
 padding-top:10px; 
 padding-left:10px;
 padding-right:10px;
 cursor: pointer; 
 font-size:18px;
 color:#328ed1;
 }


#addToCartModal .ctnShopping {
	font-size:15px;
}


/* Add to Cart Modal - Systems Banner */
#icom-modal p {
	font-size: 14px;
	margin: 0px;
}
#icom-modal .productprimaryAddtoCart {
	margin: 15px 0 0;
}
@media (min-width: 768px) {
	#icom-modal .mobile-only {
	    display: none;
	}
}

.product-select-product,
.product-select-accessory,
#third-party-product {
	padding: 20px 0;
	border-top: 1px solid #E5E5E5;
}
		.select-your-kits .list-price, .select-your-kits .your-price, .accessory-products .list-price, .accessory-products .your-price {
			display: none;
		}
		.product-select-product .your-price div.clear, .product-select-accessory .your-price div.clear {
			display: none;
		}
		.product-quantity-input,
		.product-spacer {
			width: 70px;
			float:left; 
			position: relative;
			padding-right: 0px;
		}
		.product-quantity-input input {
			width: 100%;
		}
			.product-quantity-input .fa:hover {
				cursor: pointer;
			}
		.product-quantity-input .fa {
			font-size: 16px;
			position: absolute;
			right: 5px;
			border-left: 1px solid #e5e5e5;
			padding-left: 4px;
		}
		.product-quantity-input .fa-caret-up {
    		top: 3px;
    	}
    	.product-quantity-input .fa-caret-down {
		    bottom: 3px;
    	}
	.product-select-product .row > .your-price.sign-in > div:nth-child(2),
	.product-select-accessory .row > .your-price.sign-in > div:nth-child(2) {
		background: none;
		color: #666;
		font-size: 14px;
	}
	.product-select-product .row > .your-price.sign-in div.clear,
	.product-select-accessory .row > .your-price.sign-in div.clear {
		padding: 0px;
	}
.product-select-product .row > .your-price.sign-in > span,
.product-select-product .row > .your-price.sign-in > div:nth-child(3),
.product-select-accessory .row > .your-price.sign-in > span,
.product-select-accessory .row > .your-price.sign-in > div:nth-child(3) {
	display: none;
}

.your-price div .product-signin {
	font-size: 12px;
	font-weight: 400;
}
.product-kit-row {
	padding: 15px 0 0;
	margin: 0;
}
.product-kit-name { /* LEYLA */
	font-weight: bold;
	margin-left: 10px;
	width: 45%;
	float: left;
}
.product-kit-name.no-margin-left {
	width: calc(45% + 80px);
}
i + .product-kit-name {
	margin-left: 0;
}
.product-kit-name p {
	margin: 0px;
}
.product-kit-name a:hover {
	cursor: pointer;
}
.product-kit-name .fa {
	margin-left: 5px;
}
.product-sku {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.sku-quantity {
	float: left;
	margin-right: 15px;
}
.sku-title {
	float: left;
}
.accessories-show-more:hover {
	cursor: pointer;
}
.morelink-accessory,
.morelink-product {
	display: inline-block;
	margin-top: 15px;
}
.morelink-accessory:after, .morelink-product:after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 3px;
}
	.morelink-accessory.open:after, 
	.morelink-product.open:after,
	.morelink-accessory.less-accessory:after,
	.morelink-product.less-product:after {
		content: '\f106';
	}
.select-your-kits .your-price.price-hidden, .accessory-products .your-price.price-hidden {
	display: none;
}
.popover {
	min-width: 250px;
}



	#illumina-product, #third-party-product {
		height: 240px;
		overflow: hidden;
		padding-bottom: 0px;
	}
	.product-col-animate {
		-moz-transition: height .6s;
		-webkit-transition: height .6s;
		transition: height .6s;
	}
	
	
	

/* Prices */
.list-price {
}
	.list-price:nth-child(2) {
		text-decoration: none;
	}
	.list-price div {
		margin-left: 6px;
	}
	.list-price div, .list-price span {
		float: left;
	}
	.list-price span {
		font-size: 12px;
	}
	.list-price div span {
		font-size: 14px;
		text-decoration: line-through;
		color: #999;
	}
	.list-price div span.product-signin {
	    text-decoration: none;
	    text-align: right;
	    color: #666;
	    font-size: 12px;
	    text-transform: capitalize;
	}
.your-price div {
	float: left;
	clear: right;
	background: #666;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 6px 0px;
	margin: 0px 6px;
}
.rowselected .your-price div:nth-child(2) {
	background: #f00;
    color: #fff;
}
	.your-price span {
		float: left;
		font-weight: bold;
		font-size: 12px;
	}
	.your-price div span {
		font-size: 14px;
	}
	.your-price div.catalog-savings-wrap {
		background: none;
		color: #bbb;
		font-size: 12px;
		padding: 3px 0px;
	}
	.your-price div.catalog-savings-wrap .list-price-label,
	.your-price div.catalog-savings-wrap .list-price,
	.your-price div.catalog-savings-wrap .discount {
		float: none;
		font-weight: 400;
		font-size: 12px;
		display: inline;
		text-decoration: line-through;
	}
	.your-price div.catalog-savings-wrap .discount {
		text-decoration: none;
		display: block;
		font-weight: 600;
		text-align: right;
	}
.select-your-kits .list-price, .accessory-products .list-price, .select-your-kits .your-price, .accessory-products .your-price {
		text-transform: capitalize;
}
.your-price.selected-product div {
}
.btnaction_requestPricing, #btnaction_requestPricing {
	background: none;
    font-size: 12px;
    padding: 0px;
}



#priceofProducts, #savingsProducts {
	text-align: center;
    width: auto;
    float: left;
    clear: left;
    font-size: 12px;
}
	#priceofProducts span {
		color: #f00;
		font-size: 20px;
		font-weight: 200;
	}
	#savingsProducts {
		color: #bbb;
	}
		#savingsProducts span {
			font-size: 15px;
			font-weight: 200;
		}
#icom_button_action {
	width: auto;
    text-align: center;
}

.morelink-accessory:hover, .morelink-product:hover {
	cursor: pointer;	
}



.productAddtoCart {
	background:#fff;
	position: relative;
}

.remaining-content-product{
    display:none;
}
.remaining-content-accessory{
    display:none;
}

.product-select-product > .select-your-kits + .product-group {
	padding-top: 15px;
}

.product-group h6 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}


/* Hide price values on load */
.list-price, .your-price, #priceofProducts, #savingsProducts {
	opacity: 0;
}


@media (min-width: 992px) {
	.product-select-product .row > .your-price,
	.product-select-accessory .row > .your-price,
	.product-select-product .row > .your-price.sign-in,
	.product-select-accessory .row > .your-price.sign-in {
		float: right;
		margin: 0px;
	}
	
		
	.your-price span, .your-price div {
		float: right;
	}
	
	
	.list-price div, .list-price span {
		float: right;
	}
	.list-price div, .your-price div {
		margin-left: 0px;
		margin-right: 0px;
	}
}


@media (max-width:991px) {
	.product-select-accessory .row:last-child .product-kit-name,
	.product-select-product .row:last-child .product-kit-name {
		padding-bottom: 0;
	}
	.list-price div, .your-price {
		margin-left: 69px;
	}
	
	.product-kit-name.no-margin-left + .list-price div,
	.product-kit-name.no-margin-left + .your-price {
		margin-left: 0;
		clear: left;
	}
	
	.product-kit-name {
		width: calc(100% - 85px);
	}
	
	.product-kit-name.no-margin-left {
		width: auto;
	}
	.priceheader {
		display: none;
	}
	i + .product-kit-name + .your-price div {
		background: none;
		color: #666;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		padding: 0;
		margin: 0 0 0 40px;
	}
}

@media (max-width: 767px) { /* LEYLA */
	/* .your-price,
	.your-price.pull-right {
		float: none !important;
		margin-left: 80px;
	} */
	
	/* .product-kit-name {
		clear:left;
		padding: 10px 0 15px;
		margin-left: 0;
	} */
	.price-total-and-savings {
		padding-top: 10px !important;
	}
	.product-select-product .row > .your-price,
	.product-select-accessory .row > .your-price,
	.product-select-product .row > .your-price.sign-in,
	.product-select-accessory .row > .your-price.sign-in {
		clear: both;
	}
	.your-price .mobile-only {
		display: none;
	}
}

@media (min-width: 768px) {
	
	.product-select-product .your-price div.clear, .product-select-accessory .your-price div.clear {
		display: block;
	}
	.product-select-product .row > .list-price, .product-select-accessory .row > .list-price {
		margin: 0px 0px;
		float: left;
		border: none;
	}
	
	#priceofProducts, #savingsProducts {
		float: right;
		clear: right;
	}
	.select-your-kits .list-price, .select-your-kits .your-price,
	.accessory-products .list-price, .accessory-products .your-price {
		display: block;
	}
}

@media (max-width: 580px) {
	.product-quantity-input, .product-spacer {
		width: 25%;
	}
	.product-kit-name {
		width: 63%;
		margin-left: 3%;
	}
	i + .product-kit-name {
		margin-left: 0;
	}
	.list-price div, .your-price {
		margin-left: 25%;
	}
}

@media (max-width: 375px) {
	.your-price div {
		padding: 2px 6px 0px 0px;
	}
	i + .product-kit-name + .your-price div {
		margin-left: 37px;
	}
}

@media (max-width: 320px) {
	.product-kit-name {
		width: 58%;
	}
}


/* Add to Cart Modal */
