.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: 600;
	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;
}
.product-select-product .popover,
.product-select-accessory .popover {
	min-width: 250px;
}



	#illumina-product, #third-party-product {
		height: 240px;
		overflow: hidden;
		padding-bottom: 0px;
		width: 100%;
	}
	.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;
	margin: 0px 6px;
}
.rowselected .your-price div:nth-child(2) {
	background: #f00;
    color: #fff;
}
	.your-price span {
		float: left;
		font-weight: 600;
		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;
	}
		.sellAnywhere .your-price div.catalog-savings-wrap {
			color: #666;
		}
	.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;
		margin-left: 5px;
	}
	.savingsProducts {
		color: #bbb;
	}
		.savingsProducts span {
			font-size: 15px;
		}
#icom_button_action {
	width: auto;
    text-align: center;
}

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



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

#addToCartWrapper {
	opacity: 1;
}

.productsAddToCart--loaded {
	opacity: 1;
	height: auto;
}

.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;
	margin: 20px 0 0;
}


/* 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;
	}
	
	.product-kit-name.no-margin-left + .list-price div,
	.product-kit-name.no-margin-left + .your-price {
		margin-left: 0;
		clear: left;
	}

	i + .product-kit-name + .your-price {
		margin-left: 85px;
	}

	.product-kit-name, .favorites-icon-add, .favorites-icon-added, i + .product-kit-name {
		width: calc(100% - 90px);
		margin-left: 15px;
		padding-left: 0px;
	}
	.product-kit-name.no-margin-left {
		width: auto;
	}
	.priceheader {
		display: none;
	}
	.your-price div {
		margin: 0;
	}
	.favorites-icon-add {
		padding-left: 0px;
	}
	.list-price div, .your-price {
		margin-left: 79px;
	}
	.your-price div.catalog-savings-wrap {
		width: 100%;
		display: block;
	}
		.your-price div.catalog-savings-wrap .discount {
			text-align: left;
		}

	/* Yes, this is silly. But component changes are probably out of scope for now */
	.your-price .mobile-only {
		display: none;
	}
}

@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;
	}
}

@media (min-width: 768px) {

	.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 {
		margin-bottom: 10px;
	}
	.product-kit-name, .favorites-icon-add, .favorites-icon-added, i + .product-kit-name {
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	i + .product-kit-name + .your-price, .your-price {
		margin-left: 0;
	}
	.product-kit-row {
		/*border-bottom: 1px solid #e5e5e5;*/
		padding-bottom: 15px;
	}
	.sellAnywhere .product-kit-row {
		border-bottom: 1px solid #ccc;
	}
	.your-price div {
		padding-left: 0;
	}
	i + .product-kit-name + .your-price div {
		padding-left: 6px;
	}
	.product-select-product hr,
	.product-select-accessory hr {
		display: none;
	}
}

/*Bootstrap 3 Info Alert Color Modifier*/
.alert-info__sku {
	border-color: #3e7ebe;
	display: inline-block;
	width: 100%;
}

/* Add to Cart Modal */

/* Global type 2020 */
.product-kit-info h5 {
	font-size: 18px;
}

.product-select-product,
.product-select-accessory {
	font-size: 14px;
}

.product-select-product .product-kit-name,
.product-select-accessory .product-kit-name {
	font-weight: 600;
}


