.minicart {
	background-color: #ffffff;
	color: #444444;
	border: 1px solid #dddddd;
    border-radius: 5px;
	display: inline-block;
    height: 156px;
    overflow: hidden;
    text-align: center;
    width: 159px;
    z-index: 50;
	position: static;
}
.minicart-caption {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    position: relative;
    text-align: center;
    top: 81px;
    width: 159px;
}
.minicart-counter {
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    left: 62px;
    position: absolute;
    text-align: center;
    top: 39px;
    width: 34px;
	line-height: 30px;
    z-index: 99;
}
.minicart-label {
    left: 0;
    line-height: 10px;
    position: relative;
    text-align: center;
    top: 82px;
    width: 159px;
}
.minicart-label.hidden {
    display: none;
}
.minicart-label-text {
    color: #808080;
    font-size: 11px;
    line-height: 13px;
}
.minicart-link {
    left: 0;
    position: relative;
    text-align: center;
    top: 78px;
    width: 159px;
}
.minicart-link * {
    color: #1e7ec8;
    cursor: pointer;
    font-size: 11px;
    line-height: 20pt;
}
.minicart-clickArea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    z-index: 1;
	left: 59px;
	top: 23px;cursor: pointer;
    height: 49px;
    left: 59px;
    position: absolute;
    top: 23px;
    width: 40px;
    position: absolute;
	
}
.minicart-clickArea::after {
    color: #0ba4ec;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 60px;
    margin-left: -8px;
    margin-top: 15px;
    z-index: 0 !important;
}
#ecwid_body div.ecwid-productBrowser-categoryPath {
    border: 1px solid #dddddd;
    border-radius: 5px;
	color: #444444;
    padding: 10px 5px;
	font-size: 13px;
}
#ecwid_body div.ecwid-productBrowser-details{
	padding-top: 20px;
}
#ecwid_body .product-title::after {
    background: #3399ff none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    position: relative;
    width: 50px;
    z-index: 1;
}
#ecwid_body .ecwid .gwt-HTML ul {
    list-style: outside none disc;
}
#ecwid_body .gray-box {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #444444;
    padding: 25px;
}
#ecwid_body .color-box {
    background: #3399ff none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    padding: 25px;
}
#ecwid_body div.ecwid-productBrowser-gallery {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
#ecwid_body div.ecwid-productBrowser-backgroundedPanel {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    border-radius: 5px;
	padding: 20px 20px 0;
	font-size: 14px;
}
#ecwid_body div.ecwid-productBrowser-sku {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    word-wrap: break-word;
	padding-bottom: 12px;
    width: 175px;
}
#ecwid_body div.ecwid-productBrowser-details-inStockLabel {
    color: #3399ff;
}
#ecwid_body div.ecwid-productBrowser-extraFields-side {
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
}
#ecwid_body div.ecwid-productBrowser-details div.ecwid-productBrowser-price {
    color: #3399ff;
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
}
#ecwid_body div.ecwid-productBrowser-details .ecwid-btn--primary {
    margin-bottom: 10px;
    margin-top: 8px;
	background: #3399ff none repeat scroll 0 0;
    border: 1px solid #3399ff;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
	font-size: 16px;
    width: 100%;
    padding: 8px 20px;
}
#ecwid_body span.ecwid-categories-category {
	border: 1px solid #dddddd;
    transition: all 0.28s ease 0s;
	font-size: 18px;
	border-radius: 5px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    white-space: normal;
	margin: 5px 0;
	color: #444444;
    font-size: 18px;
}
#ecwid_body a:hover span.ecwid-categories-category,
#ecwid_body .selected span.ecwid-categories-category {
    background: #3399ff none repeat scroll 0 0;
	color: #ffffff;
    border: 1px solid #3399ff;
}