/*
	Global base css
	(still need to go under review)
*/

/*
	todo-jim this file still need to go under review and discussion, please see Jim before modifying this file.
*/
/** Fonts for CK-Editor & front-end **/
/** START **/
@font-face {
	font-family: 'Dancing Script';
	src: url('/assets/fonts/DancingScript-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
}
/** Fonts for CK-Editor & front-end **/
/** END **/

.display-onhover {
	display: none;
}

/* Hide iframes content e.g freshchat, livechat */
@media print {
	div > iframe {
		visibility: hidden;
		display: none;
	}
}

.pointer {
	cursor: pointer;
}

/* Base on basscss ideal */
.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

/******************
* BoF - Image to Icon Convertion
*******************/


#root-wrapper span.fa{
	display:inline-block;
	font-family:FontAwesome!important;
	font-style:normal;
	font-weight:400;
	font-size: 1.375em;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/*color: #000;*/
	padding: 0.5em;
	line-height: 1em;
	width: auto;
	height: auto;
}


#root-wrapper a:hover span.fa:before {
	color: white;
}
/******************
* EoF - Image to Icon Convertion
*******************/



.add-to-links.addto-links-icons .link-favorites {
	margin-left: 3px;
}


/******************
* Popup modal - extends
*******************/
.modal-header button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.modal-body .pop-up-item {
	overflow: hidden;
	text-align: left;
}
.modal-body .pop-up-item .image-wrapper {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.modal-body .pop-up-item .content-wrapper {
	overflow: hidden
}
.modal-body .pop-up-item ul#product-images {
	padding: 0;
	margin: 0;
}
.modal-body .pop-up-item ul#product-images li, .modal-body .pop-up-item ul#varient-images li {
	height: 70px;
	width: 70px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	margin: 10px 10px 0 0;
}
.modal-body .pop-up-item .product-more-button .label{
	font-size: 13px;
	color: #939393;
	padding: 10px 0;
	display: block;
	text-align: left;
}
.modal-header {
	border-bottom: none !important;
}
.modal-body {
	text-align: center;
}
.modal-body .product-to-cart {
	clear: both;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	height: 76px;
}
.modal-body .product-to-cart div {
	display: inline-block;
}
.modal-body .product-to-cart .close {
	opacity: 1;
}
.modal-body .product-to-cart .product-price {
	font-weight: bold;
	font-size: 24px;
	color: #f36731;
	line-height: 18px;
}
.modal-body .product-to-cart .product-price, .modal-body .product-to-cart .qty_box {
	padding: 27px;
}
.modal-body .product-to-cart .product-cart-button {
	padding: 20px;
	float: right;
}
.modal-body .pop-up-item h2 {
	font-weight: bold;
	font-size: 18px;
	color: #343434;
}
.modal-loading {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
	padding: 10px 0;
}
