/*
	Base
*/
a[x-apple-data-detectors],p[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
select {
	height: 28px;
}
.clickable {
    cursor: pointer;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fdd600;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

body {
	font-family: Arial,"Helvetica Neue";
	-webkit-font-smoothing: antialiased;
}
a {
	color: #fff;
}
a:hover, a:focus {
	color: #fdd600;
}
select {
	max-width: 100%;
}
ul {
	margin: 0;
}
.bold {
	font-weight: 500;
}
.light {
	font-weight: 200;
}
.clear{
	clear:both;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.font-style1 {
	font-weight: bold;
	font-size: 18px;
}
/* .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage,.owl-carousel .owl-item {
	height: 100%;
} */
.breadcrumbs {
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.breadcrumbs a {
	font-size: 14px;
	color: #000;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	font-size: 14px;
	color: #000;
	padding: 10px 26px;
	font-family: "Helvetica Neue";
}
.success-msg {
	background-color: #fdd600;
}
#featured-collector-coins-wrap p.note-msg {
	background: transparent;
	border: 0;
	padding: 10px 31px;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.fieldset {
	border: none;
	background-color: transparent;
	padding: 5px 11px;
	margin: 0 0 25px;;
}
.form-list li.fields {
	width: 50%;
	margin: 0;
}
.form-list input {
	width: 100%;
	display: block;
	padding: 8px 15px;
	border-color: #3a3a3a;
	color: #000;
}
.form-list .field {
	margin-bottom: 15px;
}
.selectboxit-container span {
	height: 28px;
	line-height: 28px;
}
.buttons-set button.button {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #fdd600;
	border-radius: 38px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.buttons-set button.button:hover {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}
.buttons-set {
	border-top: none;
	border-bottom: 1px solid #dedede;
	padding: 0 11px 1.5em;
	margin: 2em 0;
	text-align: inherit;
}
.back-link a {
	color: #000;
	line-height: 32px;
}
.data-table,
.data-table thead th,
.data-table tfoot,
.data-table tbody td {
	border: none;
	background: transparent;
}
.data-table tfoot tr {
	background-color: transparent;
}
.form-list input[type='checkbox'] {
	display: none !important;
}
.form-list input[type='checkbox']+span.checked {
	background: url("../images/checked.png") center no-repeat;
}
.form-list input[type='checkbox']+span {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	cursor: pointer;
	border: 1px solid #000;
}
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 0;
}
.pager .selectboxit-options > li {
	border-radius: 0;
}
.pager .selectboxit-list > li > a.selectboxit-option-anchor {
	background: #fff;
	color: #000;
	border-radius: 0;
	border: none;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}
.pager .selectboxit-list > li > a.selectboxit-option-anchor:hover {
	background: #cccccc;
}
.pager .selectboxit-list li.selectboxit-option-first a.selectboxit-option-anchor {
	border-top: 0;
}
.page-title {
	border-left: 11px solid #fdd600;
	margin: 30px 0 15px 0;
	border-bottom: 0;
}
.page-title > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
.captcha-image {
	margin-top: 25px;
}
.form-list input.no-display {
	display: none;
}
.toolbar .sorter .selectboxit-text {
	text-indent: 0;
}
.toolbar .sorter .sort-by > a{
	color: #000;
	margin-left: 10px;
}
.toolbar .amount-limiter {
	line-height: 28px;
}
.toolbar .amount-limiter .limiter label {
	padding: 0 5px 0 0;
}
.toolbar .sorter .sort-by {
	display: inline-block;
	float: initial;
	margin-left: 15px;
}
.toolbar .sorter .sort-by > label {
	border-left: 1px solid #d3d3d3;
	padding-left: 15px;
	padding: 0 5px 0 15px;
}
.toolbar .pager {
	text-align: right;
}
.toolbar .pager li>a {
	color: #333333;
	border-color: #333333;
	border-radius: 0;
	font-size: 12px;
}
.toolbar .pager li>a:hover {
	background-color: #333333;
	color: #fdd600;
	border-color: #333333;
}
.toolbar .pager li.current {
	font-size: 14px;
	padding: 0 7px;
	color: #fdd600;
	text-decoration: underline;
}
.toolbar {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0;
	margin: 15px 0;
}
.catalogsearch-result-index .toolbar {
	border-bottom: 0;
}
.catalogsearch-result-index #filter-lists {
	display: none;
}
.panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-heading a {
	display: block;
}
.panel-heading a i {
	float: right;
	display: none;
}
.sp-methods label {
	font-weight: lighter;
	color: #000;
	margin-left: 10px;
}
input.input-text:focus, select:focus, textarea:focus {
	border-color: #fdd600;
}

p.out-of-order {
	color: #ce0e0e;
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding: 5px 14px;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#clearSearch {
	position: absolute;
	top: 7px;
	right: 50px;
	color: #a9a9a9;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
#clearSearch:hover {
	color: #000;
}
/* .page {
	background-color: #f2f2f2;
} */







/*
	Section 1. Header 
*/
#top-info {
	background-color: #000;
	padding: 0px 0;
	font-size: 14px;
}
#top-info span {
	line-height: 35px;
}
#top-info .contact {
	color: #dadbdc;
}
#top-info .contact > a {
	padding: 0 7px;
	display: inline-block;
}
#top-info a {
	display: inline-block;
	border-radius: 35px;
}
#top-info a.header-register {
	background-color: #939598;
	margin-right: 10px;
	padding: 5px 15px;
} 
#top-info #login-menu,
#mb-login-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	-o-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	-webkit-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	z-index: 400;
}
#top-info #login-menu li a,
#mb-login-menu li a {
	padding: 5px 20px;
}
#mb-login-menu {
	width: 100%;
}
#top-info #login-menu a, #mb-login-menu a {
	color: #000;
	font-size: 14px;
	display: block;
}
ul#mb-login-menu a {
	font-size: 14px;
}
#top-info #login-menu a:hover ,
#mb-header #mb-login-menu a:hover {
	color: #000;
	text-decoration: underline;
}
#top-info .customer-logined > span > a:after,
#mb-header .customer-logined > span > a:after {
	content: "\f105";
	font-family: fontawesome;
	padding: 0 5px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;

	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
#top-info .customer-logined:hover #login-menu,
#mb-header .customer-logined:hover #mb-login-menu {
	display: block;
}
#top-info .customer-logined:hover > span > a:after,
#mb-header .customer-logined:hover > span > a:after {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#top-info .header-login {
	display: inline-block;
} 
#top-info .header-login a {
	background-color: #fdd600;
	padding: 5px 15px;
	border-radius: 35px;
	cursor: pointer;
	margin-top: 2px;
}
#top-info .header-login a.login-btn {
	color: #000;
}
#header-main {
	padding: 20px 0;
	background-color: #fff;
}
#header-main a.logo {
	float: left;
}
#header-main a.logo img {
	height: 60px;
}
#header-main .shopping-cart img {
	margin-right: 10px;
}
#header-main .shopping-cart span.cart-items  {
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
	background-color: #fdd600;
	padding: 5px 15px;
	border-radius: 32px;
	font-weight: bold;
}
#header-main .content-search {
	margin-top: 10px;
	float: right;
}
#header-main .content-search #search_mini_form .form-search {
	position: relative;
}
#header-main .content-search #search_mini_form input#search {
	width: 100%;
	background-color: #e3e3e3;
	color: #a9a9a9;
	font-size: 16px;
	padding: 5px 40px 5px 10px;
	border: 0;
}
#header-main .content-search #search_mini_form button.searchBt {
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}
#header-nav {
	background-color: #000;
	padding: 5px 0;
	z-index: 996;
	width: 100%;
}
#header-nav .nav-pills>li+li {
	margin: 0;
}
#header-nav .nav > li {
	padding: 0;
}
#header-nav .nav > li > a {
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 3px 28px;
    margin: 3px 0;
	border-left: 1px solid #fdd600;
}
#header-nav .nav > li > a:hover,
#header-nav .nav > li > a:focus {
	background-color: transparent;
	color: #fdd600;
}
#header-nav .nav > li:last-child > a {
	border-right: 1px solid #fdd600;
}
#header-nav .nav-pills > li:hover, #header-nav .nav-pills > li:focus {
	background-color: #fdd600;
	color: #000;
}
#header-nav .nav-pills > li:hover > a, #header-nav .nav-pills > li:focus > a {
	border-color: transparent;
}
.modal .dialog-wrap {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}
.modal .dialog-wrap .dialog-inner {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal .dialog-wrap .dialog-inner .dialog-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events:all;	
	font-family: Arial;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content {
	background-color: #000;
	padding: 20px 35px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content h3.title_login {
	font-size: 23px;
	font-weight: 600;
	color: #d3d3d3;
	margin: 0 0 15px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .email-input,
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .pass-input {
	margin: 10px 0;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .email-input {
	margin-bottom: 20px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .email-input > input,
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .pass-input > input {
	width: 100%;
	display: block;
	border: none;
	padding: 5px 10px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .submit-login {
	text-align: right;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-content .submit-login .btn-submit-login {
	font-weight: bold;
	font-size: 16px;
	background-color: #fdd600;
	padding: 5px 30px;
	border: none;
	border-radius: 32px;
	margin-top: 15px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-links {
	background-color: #3a3a3a;
	padding: 7px 35px;
	font-size: 14px;
}
.modal .dialog-wrap .dialog-inner .dialog-content #login-form-links .btn-reg-popup {
	float: right;
	color: #fdd600;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-backdrop.in {
	opacity: .93;
}
.customer-logined {
	position: relative;
	color: #fff;
}
.customer-logined span > a {
	padding: 0 5px;
	display: inline-block;
}
.customer-logined span > a:hover {
	color: #fdd600;
	text-decoration: none;
}
.customer-logined a {
	padding: 0;	
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
#header-nav .navbar {
	margin: 0;
}
#header-nav .nav-main {
	float: right;
	max-height: 35px;
    min-height: 35px;
}
#mb-header {
	display: none;
}



/*
	Section 2. Header Cart 
*/
#header-main .shopping-cart #mini_cart {
	position: relative;
	display: inline-block;
}
#header-main .shopping-cart #mini_cart .cart-title {
	text-align: right;
}
#header-main .shopping-cart #mini_cart .cart-title > span > a:hover,
#header-main .shopping-cart #mini_cart .cart-title > span > a:focus {
	text-decoration: none;
}
#header-main .shopping-cart #mini_cart .cart-content {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 998;
	width: 100%;
	display: none;
	cursor: default;
	padding-top: 10px;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper {
	background-color: #fff;
	padding: 20px 15px;
	-o-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	-webkit-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.43);
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .empty {
	text-align: center;
	margin-top: 5px;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item {
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item:first-child {
	border-top: 1px solid #000;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item:last-child {
	border-color: #000;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-thumb {
	padding: 0;
}#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-thumb a {
	display: block;
	border: 1px solid #f2f2f2;
	padding: 5px;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-desc {
	padding-right: 0;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-desc a.product-name {
	font-size: 14px;
	color: #000;
	font-family: "Helvetica Neue";
	display: block;
	line-height: 1.2;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-desc .product-shopping-details {
	font-size: 14px;
	margin-top: 21px;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-desc .product-shopping-details .product-price,
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper li.item .product-desc .product-shopping-details .product-quanity {
	font-weight: bold;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-subtotal {
	text-align: right;
	padding: 10px 0;
	color: #000;
	font-weight: bold;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-actions {
	text-align: right;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-subtotal .label {
	font-size: 13px;
	font-weight: lighter;
	color: #000;
	font-family: "Helvetica Neue";
	margin-right: 10px;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-actions a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica Neue";
	display: inline-block;
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-actions a.cart-link {
	padding: 7px 10px;
	font-size: 14px;
	text-decoration: underline;
	margin-right: 20px;
}

#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-actions a.checkout-button {
	background-color: #fdd600;
	border-radius: 30px;
	padding: 7px 25px;
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.23);
	-o-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.23);
}
#header-main .shopping-cart #mini_cart .cart-content .cart-wrapper .cart-actions a.checkout-button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}




/*
	Section 3. Slider - Price Table
*/
#slider-wrap {
/* 	height: 400px;
 */	margin-top: 30px;
	position: relative;
}
#slider .item .info-wrap {
	bottom: 10%;
	position: absolute;
	left: 0;
	max-height: 50%;
	width: 60%;
	border-left: 13px solid #fdd600;
	padding: 15px 25px;
	background-color: rgba(0,0,0,.83);
	word-spacing: 2.5px;
	font-family: Arial;
}
#slider .item .info-wrap h3.slider-title {
	font-size: 23px;
	margin: 0;
}
#slider .item .info-wrap h4.slider-desc {
	font-size: 16px;
	max-height: 36px; 
	min-height: 18px;
	overflow: hidden;
}
#slider .item .info-wrap .slider-read > a {
	display: inline-block;
	font-size: 16px;
	background-color: #fdd600;
	padding: 5px 15px;
	border-radius: 32px;
	font-weight: bold;
}
#slider .item .info-wrap .slider-read > a:hover {
	color: #000;
}
#slider-wrap .custom-control {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 15px 20px;
	width: 100%;
}
#carousel-custom-dots > span.owl-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	background-color: #3c3c3c;
	margin: 0 5px;
}
#carousel-custom-dots > span.owl-dot.active {
	background-color: #fdd600;
	cursor: default;
}
#price-table {
	margin-top: 30px;
	background-color: #000;
	font-family: Arial;
}
#price-table table td {
	text-align: left;
	line-height: 35px;
	padding: 0 7px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
#price-table table td.price-td-title {
	font-size: 16px;
	border-left: 13px solid #fdd600;
}
#price-table table .row1, #price-table table .row2 {
	padding-left: 6px;
	border-left: 13px solid transparent;
}
#price-table table .row2 td, #price-table table .row2 td {
	font-weight: normal;
}
#price-table a#price-link {
	display: block;
	background-color: #fdd600;
	width: 100%;
}
#price-table #price-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 119px;
	position: relative;
	background-color: #000;
}
#price-table #price-img #overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(1,1,1,.2);
	
	transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#price-table a#price-link > h3 {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
#price-table a#price-link > span {
	font-size: 16px;
	padding: 5px 15px;
}
#price-table a#price-link:hover {
	text-decoration: none;
}
#price-table a#price-link:hover #price-img #overlay {
	opacity: 0;
}



/*
	Section 4. Home Feature Coin
*/
#home-body {
	padding-bottom: 20px;
}
.section-title {
	background-color: #e3e3e3;
	margin: 30px 0 0;
}
.section-title h4 {
	margin: 0;
	font-size: 16px;
	padding: 10px 20px;
	border-left: 13px solid #fdd600;
}
.section-banner {
	padding: 20px 0;
	border-bottom: 1px solid #3c3c3c;
}
.section-banner img {
	width: 100%;
	min-width: 100%;
}
#view-all {
	margin: 25px 0 10px;
	text-align: center;
}
#view-all a {
	margin: 0 auto;
	position: relative;
	
	font-size: 16px;
    background-color: #fdd600;
    padding: 5px 15px;
    border-radius: 32px;
    font-weight: bold;
    color: #000;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
#view-all a:hover {
	text-decoration: underline;
}
#featured-collector-coins-wrap {
	margin-bottom: 30px;
}
#featured-coin-products li.feature-coin-item {
	margin-top: 15px;
}
#featured-coin-products li.feature-coin-item:nth-child(4n+1) {
	padding-left: 0;
} 
#featured-coin-products li.feature-coin-item:nth-child(4n+4) {
	padding-right: 0;
}
#featured-coin-products li.feature-coin-item > a {
	display: block;
	background-color: transparent;
	font-family: Arial;
	text-align: center;
}
.product-item > a > div.item-display {
	width: 100%;
	margin: 10px 0;
	position: relative;
	height: 230px;
	background-size: 199px 211px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item > a > .item-title {
	border-top: 1px solid #d3d3d3;
	color: #000;
	font-size: 16px;
	text-align: left;
	padding: 10px 15px;
	margin: 0;
	height: 86px;
	max-height: 86px;
	overflow: hidden;
	line-height: 1.2;
}
.product-item .shop-detail {
	padding: 0 15px;
}
.product-item .shop-detail input.item-quantity {
	width: 45px !important;
	height: 25px;
	float: right;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	color: #828282;
	font-size: 14px;
	font-family: Arial;
}
.product-item .shop-detail .item-price {
	line-height: 25px;
	max-width: 50%;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	font-family: Arial;
}
.product-item .shop-detail .item-price *{
	font-weight: bold;
	color: #000;
	font-size: 18px;
	font-family: Arial;
}
.product-item .item-shop-button {
	background-color: #fdd600;
	text-align: center;
	padding: 7px 10px 5px;
	margin: 12px 5px 0;
	display: block;
	position: relative;
	width: 100%;
	color: #000;
	line-height: 30px;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.product-item .item-shop-button:hover, .product-item .item-shop-button:focus {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}
.product-item .item-shop-button > img {
	margin-right: 10px;
	height: 26px;
	margin-top: -7px;
}
.product-item .item-shop-button > span {
	display: inline-block;
	border: none;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
}





/*
	Section 5. Product View 
*/
.catalog-product-view .page {
	background-color: #fff;
}
.catalog-product-view .product-view {
	padding: 0 0 25px;
}
.catalog-product-view .product-view .product-img-box .more-views > div.thumbnail-img{
	padding-left: 0;
}
.catalog-product-view .product-view .product-img-box .more-views .thumbnail-img > a {
	height: 80px;
	display: block;
	width: 100%;
}
.catalog-product-view .product-view .product-shop .product-name h1 {
	font-size: 23px;
	color: #000;
	font-weight: lighter;
	padding: 0 20px;
}
.catalog-product-view .product-view .product-shop .product-sku {
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	font-family: "Helvetica Neue Light", Arial;
}
.catalog-product-view .product-view .product-shop .price-box {
	color: #000;
	font-weight: bold;
	font-size: 26px;
	padding: 10px 20px;
}
.catalog-product-view .product-view .product-shop .add-to-box {
	padding: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;

}
.catalog-product-view .product-view .product-shop .add-to-box .add-to-cart {
	float: initial;	
}
.catalog-product-view .product-view .product-shop .add-to-box input.qty {
	width:132px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 2px; 
}
.catalog-product-view .product-view .product-shop .add-to-box button.button.btn-cart {
	background-color: #fdd600;
	text-align: center;
	padding: 7px 10px 5px;
	width: 100%;
	position: relative;
	color: #000;
	line-height: 30px;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.catalog-product-view .product-view .product-shop .add-to-box button.button.btn-cart:hover, 
.catalog-product-view .product-view .product-shop .add-to-box button.button.btn-cart:focus {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}
.catalog-product-view .product-view .product-shop .add-to-box button.button.btn-cart > img {
	margin-right: 10px;
	height: 26px;
	margin-top: -7px;
}
.catalog-product-view .product-view .product-shop .add-to-box button.button.btn-cart > span {
	display: inline-block;
	border: none;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
}
.catalog-product-view .product-view .product-shop .short-description {
	padding: 0 20px;
}
.catalog-product-view .product-view .product-shop .short-description li {
	list-style: none;
	font-size: 14px;
}
.catalog-product-view .product-view .product-collateral {
	margin-top: 35px;
}
.catalog-product-view .product-view .product-collateral .nav-tabs {
	border-color: #dedede;
}
.catalog-product-view .product-view .product-collateral .nav-tabs > li {
	margin: 0;
}
.catalog-product-view .product-view .product-collateral .nav-tabs > li > a {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #f7f7f7;
	padding: 10px 40px;
	border: 0;
	border-radius: 0;
	margin: 0;
	color: #000;
	display: block !important;
}
.catalog-product-view .product-view .product-collateral .nav-tabs > li.active > a {
	background-color: #fdd600;
}
.catalog-product-view .product-view .product-collateral .tab-content .std {
	padding: 20px 15px;
}
.catalog-product-view .product-view .product-collateral .tab-content .std * {
	font-size: 16px !important;
	color: #000;
}
.catalog-product-view .product-view .product-collateral .tab-content .data-table {
	border: none;
	color: #000;
	font-size: 14px;
	margin: 20px 15px;
}
.catalog-product-view .product-view .product-collateral .tab-content .data-table tbody th, 
.catalog-product-view .product-view .product-collateral .tab-content .data-table tbody td {
	border: none;
	padding: 5px 0;
}
.catalog-product-view .product-view .product-collateral .tab-content .data-table tbody th.label {
	color: #000;
	font-size: 14px;
	border-radius: 0;
	padding-left: 10px;
	line-height: 30px;
}
.catalog-product-view .product-view .product-collateral .upsell-products,
.catalog-product-view .product-view .product-collateral #viewed-history {
	margin-bottom: 35px;
}
.catalog-product-view .product-view .product-collateral .upsell-products h2, 
.catalog-product-view .product-view .product-collateral #viewed-history h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #f7f7f7;
	border-color: #dedede;
	border-left: 13px solid #fdd600;
	padding: 12px 0 11px 15px;
	text-transform: uppercase;
}
.catalog-product-view .product-view .product-collateral .upsell-products .item-shop-button {
	margin: 12px 5px 10px 0;
}
.catalog-product-view .product-view .product-collateral .upsell-products .item-shop-button > img {
	display: inline-block;
	width: auto;
}
.catalog-product-view .product-view .product-collateral .slider-class {
	position: relative;
}
.catalog-product-view .product-view .product-collateral .slider-class .owl-stage-outer {
	z-index: 5;
}
.catalog-product-view .product-view .product-collateral .slider-class .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -16px;
	z-index: 1;
}
.catalog-product-view .product-view .product-collateral .slider-class .owl-controls .owl-nav > div {
	display: inline-block;
}
.catalog-product-view .product-view .product-collateral .slider-class .owl-controls .owl-nav > div.owl-prev {
	float: left;
	margin-left: -20px;
}
.catalog-product-view .product-view .product-collateral .slider-class .owl-controls .owl-nav > div.owl-next {
	float: right;
	margin-right: -20px;
}
.catalog-product-view .product-view .product-collateral .slider-class #control-left:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 16px 17px 16px 0;
	border-color: transparent #000 transparent transparent;
	border-style: solid;
}
.catalog-product-view .product-view .product-collateral .slider-class #control-right:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 16px 0 16px 17px;
	border-color: transparent transparent transparent #000;
	border-style: solid;
}





/*
	Section 6. Catalog List
*/

.category-products .products-wrap > div:nth-child(3n+1) {
	padding-left: 0;
}
.category-products .products-wrap > div:nth-child(3n) {
	padding-right: 0;
}
.category-products .products-wrap .product-item {
	margin-bottom: 15px;
	min-height: 430px;
}
#product-filter .filter-wrap {
	font-size: 16px;
	font-family: Arial;
}
#product-filter .filter-wrap .panel-heading {
	display: none;
}
#product-filter .filter-wrap .panel-heading {
	background: transparent;
	color: #000;
	border-bottom: 1px solid #dedede;
	padding: 0;
}
#product-filter .filter-wrap .panel-heading h4 {
	padding: 10px 15px 10px 33px;
}
#product-filter .filter-wrap .panel-heading h4 a {
	display: block;
}
#product-filter .filter-wrap .panel-heading h4 a:hover,
#product-filter .filter-wrap .panel-heading h4 a:focus {
	color: #000;
}
#product-filter .filter-wrap .panel-heading h4 a > i {
	float: right;
}
#product-filter .filter-wrap .panel-group .panel {
	border: none;
	box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#product-filter .filter-wrap > h3 {
	background-color: #000;
	padding: 14px 0 9px 34px;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	color: #fdd600;
}
#product-filter .filter-wrap #filter-lists > li {
	margin-bottom: 9px;
	background-color: #f7f7f7;
	cursor: pointer;
}
#product-filter .filter-wrap #filter-lists li.parent-category > a {
	color: #000;
	font-weight: bold;
	display: block;
	border-left: 13px solid #fdd600;
	padding: 11px 0 10px 20px;
	
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	display: inline-block;
	cursor: pointer;
}
#product-filter .filter-wrap #filter-lists > li:hover{
	/* background-color: #fdd600; */
	text-decoration: none;
}
/* #product-filter .filter-wrap #filter-lists li.parent-category > a:hover {
	background-color: #fdd600;
	text-decoration: none;
} */
#product-filter .filter-wrap #filter-lists li.parent-category.active > ul{
	display:block;
	background-color:white;
}
#product-filter .filter-wrap #filter-lists li.parent-category > ul {
	padding: 15px 0 0;
	display:none;
}
#product-filter .filter-wrap #filter-lists li.parent-category > ul > li > a {
	color: #292929; 
	padding: 0 0 10px 34px;
	display: block;
}
#product-filter #narrow-by-list > dt {
	color: #000;
	font-family: Arial;
	font-weight: bold;
	border-left: 13px solid #fdd600;
	padding: 9px 0 7px 20px;
	background-color: #f7f7f7;
}
#product-filter #narrow-by-list ul {
	margin: 15px 0 0;
}
#product-filter #narrow-by-list li > a {
	color: #292929; 
	padding: 0 0 10px 34px;
	display: block;
}
#product-filter #narrow-by-list ol {
	margin: 15px 0 0;
}
#product-filter #filter-state {
	color: #000;
	font-family: Arial;
	padding: 0 0 10px 34px;
}
#product-filter #filter-state ul > li > a {
	color: #000;
	display: block;
	position: relative;
	clear: both;
	padding: 5px 0;
}
#product-filter #filter-state ul > li > a:hover {
	text-decoration: none;
}
#product-filter #filter-state ul > li > a:hover i {
	background-color: #fdd600;
}
#product-filter #clear-state {
	text-align: right;	
}
#product-filter #clear-state a {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}
.jscroll-msg, #all-product a.load-more {
	color: #fff;
	font-family: Arial;
	background: transparent;
	border:0;
	margin: 25px 0;
	font-weight: bold;
}
.jscroll-msg > span, #all-product a.load-more > span { 
	 padding: 6px 15px;
	 border-radius: 32px;
	 background: #000;
}
.no-more.jscroll-msg {
	font-size: 12px;
	color: #000;
}
#top {
	cursor: pointer;
	color:#000;
	position: fixed;
	bottom: 20px;
	right: 1%;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	display: none;
}
#top > p:last-child {
	font-weight: bold;
}
#top > p > i {
	color: #fdd600;
	font-size: 17px;
	background-color: #000;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 46px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}





/*
	Section 7. Login Page
*/
.customer-account-login .page .account-login {
	padding: 15px 0;
	margin: 30px 0;
	border-top: 1px solid #dedede;
	font-family: Arial;
}
.customer-account-login .page .account-login .col-half {
	width: 51%;
	padding: 0 11px;
}
.customer-account-login .page .account-login h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 20px 0 ;
	border-left: 11px solid #fdd600;
}
.customer-account-login .page .account-login h3 > p {
	padding: 15px; 
	background-color: #f7f7f7;
	border-bottom: 1px solid #d7d7d7;
}
.customer-account-login .page .account-login .form-list .input-box > input {
	width: 100%;
	display: block;
	padding: 8px 15px;
	border-color: #3a3a3a;
	color: #000;
}
.customer-account-login .page .account-login .form-list li {
	margin: 0 0 15px;
}
.customer-account-login .page .account-login .buttons-set {
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: lighter;
}
.customer-account-login .page .account-login .buttons-set > span {
	line-height: 38px;
}
.customer-account-login .page .account-login .buttons-set a {
	color: #cc0000;
	text-decoration: underline;
}
.customer-account-login .page .account-login .buttons-set button.button {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #fdd600;
	border-radius: 38px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.customer-account-login .page .account-login .buttons-set button.button:hover {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}
.customer-account-login .page .account-register {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.customer-account-login .page .account-register p {
	padding: 13px 24px;
	margin: 0;
	font-size: 14px;
}
.customer-account-login .page .account-register p a {
	color: #ce0e0e;
	text-decoration: underline;
}
.customer-account-login .page .error-msg {
	background: #ffcccc;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 15px 26px;
	font-family: "Helvetica Neue";
}
.customer-account-login .page .error-msg h4 {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
	font-family: Arial;
}
.customer-account-login .page .error-msg a {
	color: #000;
	text-decoration: underline;
}







/*
	Section 9. Register Page
*/
.customer-account-create .page .account-create {
	border-top: 1px solid #dedede;
	margin-top: 20px;
	font-family: Arial;
	padding: 20px 0;
}
.customer-account-create .page .account-create h2.section-title {
	margin: 20px 0;
	padding: 0 11px;
	background-color: transparent;
	color: #000;
	font-size: 23px;
	font-weight: bold;
}
.customer-account-create .page .account-create h3 {
	font-size: 16px;
	border-left: 11px solid #fdd600;
}
.customer-account-create .page .account-create h3 p {
	padding: 15px; 
	background-color: #f7f7f7;
	border-bottom: 1px solid #d7d7d7;
}
.customer-account-create .page .account-create .fieldset {
	border: none;
	background-color: transparent;
	padding: 5px 11px;
	margin: 0 0 25px;;
}
.customer-account-create .page .account-create .form-list li.fields {
	width: 50%;
	margin: 0;
}
.customer-account-create .page .account-create .form-list input {
	width: 100%;
	display: block;
	padding: 8px 15px;
	border-color: #3a3a3a;
	color: #000;
}
.customer-account-create .page .account-create .form-list .field {
	margin-bottom: 15px;
}
.customer-account-create .page .account-create .customer-name > div:first-child {
	margin-bottom: 15px;
}
.customer-account-create .page .account-create .form-list .horizon-custom-fields label {
	margin: 0;
	font-family: "Helvetica Neue Light";
	font-weight: normal;
	font-size: 14px;
}
.customer-account-create .page .account-create .form-list .horizon-custom-fields > div.horizon-col {
	padding: 0;
}
.customer-account-create .page .account-create .form-list .horizon-custom-fields > div:not(.horizon-col) {
	line-height: 36px;
}
.customer-account-create .page .account-create .captcha-image img {
	border-color: #3a3a3a;
}
.customer-account-create .page .account-create .buttons-set {
	border-top: none;
	border-bottom: 1px solid #dedede;
	padding: 0 11px 1.5em;
	margin: 2em 0;
	text-align: inherit;
}
.customer-account-create .page .account-create .buttons-set button.button {
	float: inherit;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #fdd600;
	border-radius: 38px;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.customer-account-create .page .account-create .buttons-set button.button:hover,
.customer-account-create .page .account-create .buttons-set button.button:focus {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}






/*
	Section 10. Account Dashboard
*/
.page-title {
	margin-top: 0;
	position: relative;
}
.customer-account-index #blank, 
.customer-address-form #blank,
.newsletter-manage-index #blank,
.sales-order-history #blank,
.customer-address-index #blank,
.customer-account-edit #blank,
.sales-order-view #blank,
.contacts-index-index #blank  {
	border-top: 1px solid #dedede; 
	margin: 30px 0 20px;
}
.sidebar .block-title {
	padding: 10px 10px 10px 33px;
	background: #000;
	margin-bottom: 12px;
}
.sidebar .block-title a {
	color: #fdd600;
	font-size: 18px;
	font-weight: bold;
}
.sidebar .block-title a > i {
	line-height: 25px;
}
.sidebar .block-content ul > li {
	margin-bottom: 12px;
	border-left: 13px solid #fdd600;
	line-height: 36px;
	font-size: 16px;
	padding-left: 0;
	color: #000;
	font-weight: bold;
}
.sidebar .block-content ul > li.current {
	background-color: #fdd600;
}
.sidebar .block-content ul > li > a {
	color: #000;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	background-color: #f7f7f7;
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
}
.sidebar .block-content ul > li > a:hover {
	background-color: #fdd600;
	text-decoration: none;
}
.sidebar #quick-logout {
	display: block;
	padding: 10px 0 10px 33px;
	margin-top: 25px;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}
.dashboard .page-title,
.my-account .page-title,
.customer-account-logoutsuccess .page-title {
	border-bottom: none;
	border-left: 11px solid #fdd600;
	margin: 0;
}
.dashboard .page-title > h3,
.my-account .page-title > h3,
.customer-account-logoutsuccess .page-title > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
.dashboard table.info-table {
	width: 100%;
	max-width: 100%;
}
.dashboard table.info-table tr:not(:last-child) {
	border-bottom: 1px solid #dedede;
}
.dashboard table.info-table td {
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
}
.dashboard table.info-table tr td:first-child {
	width: 25%;
	max-width: 25%;
	font-weight: bold;
	padding: 15px 0 15px 31px;
}
.dashboard table.info-table tr td:nth-child(2) {
	padding: 15px 10px;
}
.dashboard table.info-table tr td:last-child {
	width: 10%;
	max-width: 10%;
	font-size: 14px;
}
.dashboard table.info-table tr td a {
	color: #ce0e0e;
	text-decoration: underline;
}
.dashboard table.info-table tr:last-child td a {
	font-weight: normal;
	font-size: 14px;
}
.dashboard table.info-table tr:last-child td:nth-child(2) a {
	color: #333333;
	font-size: 12px;
}
#newsletter-page .page-title {
	border-bottom: none;
	border-left: 11px solid #fdd600;
	margin: 0;
}
#newsletter-page .page-title > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
#newsletter-page #subscription {
	display: none;
}
#newsletter-page input[type='checkbox']+span.checked {
	background: url("../images/checked.png") center no-repeat;
}
#newsletter-page input[type='checkbox']+span {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	cursor: pointer;
	border: 1px solid #000;
}
#newsletter-page .fieldset {
	padding: 15px 31px;
	border: none;
	margin-top: 10px;
}
#newsletter-page .buttons-set button.button {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #fdd600;
	border-radius: 38px;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
#newsletter-page .buttons-set {
	border-top: none;
	border-bottom: 1px solid #dedede;
	padding: 0 11px 1.5em;
	margin: 2em 0;
	text-align: inherit;
}
#newsletter-page .back-link a {
	color: #000;
	line-height: 32px;
}
.dashboard .box-recent  {
	margin: 15px 0 30px;
}
.dashboard .box-recent .box-head {
	border-left: 11px solid #fdd600;
	margin: 30px 0 0 0;
	position: relative;
}
.dashboard .box-recent .box-head > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
.dashboard .box-recent .box-head > a {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 38px;
	color: #333333;
	font-size: 12px;
	padding: 0 10px;
	cursor: pointer;
}
.dashboard .box-recent .data-table {
	border: none;
}
.dashboard .box-recent .data-table tr {
	border-bottom: 1px solid #dedede;
}
.dashboard .box-recent .data-table thead th {
	border: none;
	background: transparent;
	text-align: center;
	padding: 10px 0;
}
.dashboard .box-recent .data-table tbody td {
	padding: 10px 0;
	text-align: center;
}
.dashboard .box-recent .data-table thead th:not(:nth-child(3)) {
	width: 11%;
}
.dashboard .box-recent .data-table thead th:nth-child(3) {
	width: 20%;
}
.dashboard .box-recent .data-table thead th:nth-child(5) {
	width: 50%;
}
.dashboard .box-recent .data-table tbody th, .dashboard .box-recent .data-table tbody td {
	border: none;
}
.dashboard .box-recent .data-table tbody td a {
	color: #333333;
}
.dashboard .box-recent .data-table tbody td a:hover {
	color: #ce0e0e;
}
.customer-address-index .page-title button.button {
	position: absolute;
	top: 0;
	right: 15px;
	background-color: transparent;
	line-height: 38px;
	font-size: 12px;
}
.customer-address-index .page-title button.button:hover {
	color: #ce0e0e;
	text-decoration: underline; 
}
.customer-address-index .addresses-list li.item {
	border: none;
	font-size: 16px;
}
.customer-address-index .addresses-list li.item > p > a {
	font-weight: normal;
	color: #ce0e0e;
	text-decoration: underline;
	font-size: 12px;
}
.customer-address-index .addresses-list li.item h4 {
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
	font-weight: bold;
}
.customer-address-index .addresses-list li.item h4 > a {
	float: right;
	color: #ce0e0e;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.customer-address-index .addresses-list .addresses-primary ol li:first-child {
	padding-left: 31px;
}
.customer-address-index .addresses-additional {
	padding-left: 31px;
	margin-bottom: 30px;
}
.customer-address-index .addresses-additional h4 {
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
	font-weight: bold;
}
.customer-address-index .addresses-list li.empty p {
	font-weight: normal;
}
.sales-order-history .pager {
	padding: 10px 10px 5px 31px;
	margin: 0;
}
.sales-order-history .pager > * {
	line-height: 28px;
}
.sales-order-history .data-table {
	border: none;
	margin: 5px 0 0;
}
.sales-order-history .data-table tr {
	border-bottom: 1px solid #dedede;
}
.sales-order-history .data-table thead th {
	border: none;
	background: transparent;
	text-align: center;
	padding: 10px 0;
}
.sales-order-history .data-table tbody td {
	padding: 10px 0;
	text-align: center;
}
.sales-order-history .data-table thead th:not(:nth-child(3)) {
	width: 11%;
}
.sales-order-history .data-table thead th:nth-child(3) {
	width: 20%;
}
.sales-order-history .data-table thead th:nth-child(5) {
	width: 50%;
}
.sales-order-history .data-table tbody th, .sales-order-history .data-table tbody td {
	border: none;
}
.sales-order-history .data-table tbody td a {
	color: #333333;
	font-size: 12px;
}
.sales-order-history .data-table tbody td a:hover {
	color: #ce0e0e;
	text-decoration: underline;
}
.sales-order-history .pager li>a, .pager li>span {
	border-radius: 0;
	color: #333333;
	border-color: #333333;
	font-size: 12px;
}
.sales-order-history .pager li.current {
	font-size: 14px;
	padding: 0 7px;
	color: #fdd600;
	text-decoration: underline;
}
.sales-order-history .pager li>a:hover {
	color: #fdd600;
	background-color: #333333;
	border-color: #333333;
}
.customer-account-logoutsuccess .page-title {
	margin-top: 30px;
}
.customer-account-logoutsuccess p {
	margin: 15px 0;
	padding-left: 31px;
}









/*
	Section 11. Cart Page
*/

.checkout-cart-index .page-title {
	border-left: 11px solid #fdd600;
	margin: 30px 0 15px 0;
}
.checkout-cart-index .page-title > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
.checkout-cart-index .data-table tbody tr:not(:last-child),
.checkout-cart-index .data-table thead tr:last-child {
	border-bottom: 1px solid #dedede;
}
.checkout-cart-index .data-table,
.checkout-cart-index .data-table tbody td,
.checkout-cart-index .data-table thead th {
	border: none;
	color: #000;
}
.checkout-cart-index .data-table thead th {
	background: transparent;
}
.checkout-cart-index .data-table tbody tr td {
	vertical-align: middle;
	font-size: 16px;
}
.checkout-cart-index .data-table tbody tr td  .product-name a {
	font-weight: normal;
	color: #000;
}
.checkout-cart-index .data-table tbody tr td  .product-name a:hover {
	color: #000;
	text-decoration: underline;
}
.checkout-cart-index .data-table tbody tr td a.amount-edit {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.checkout-cart-index .data-table tbody tr td a.amount-edit:hover {
	color: #fdd600;
}
.checkout-cart-index .data-table tbody tr td a.btn-remove {
	text-indent: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}
.checkout-cart-index .data-table tbody tr td a.btn-remove > span {
	display: none;
}
.checkout-cart-index .data-table tbody tr td a.btn-remove:hover {
	color: #fdd600;
}
.checkout-cart-index .data-table tbody tr td input.qty {
	width: 40px;
	height: 26px;
	text-align: center;
}
.checkout-cart-index .data-table tfoot {
	border-bottom:1px solid #d7d7d7;
	/* border-bottom: none; */
}
.checkout-cart-index .data-table tfoot tr {
	background-color: #f7f7f7;
}
.checkout-cart-index .cart-table tfoot td {
	border: none;
	padding: 10px 20px;
	vertical-align: middle;
}
.checkout-cart-index .cart-table .btn-update {
	margin: 0 20px 0 0;
}
.checkout-cart-index .cart-table tfoot td button.button {
	background-color: transparent;
	color: #000;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 32px;
	transition: all .2 ease-in-out;
	-webkit-transition: all .2 ease-in-out;
	-o-transition: all .2 ease-in-out;
	-moz-transition: all .2 ease-in-out;
}
.checkout-cart-index .cart-table tfoot td button.button i {
	margin-right: 5px;
}
.checkout-cart-index .cart-table tfoot td button.button:not(.btn-continue) {
	float: left;
	font-size: 12px;
	color: #717171;
	padding: 8px 15px;
}
.checkout-cart-index .cart-table tfoot td button.button:not(.btn-continue):hover {
	text-decoration: underline;
	color: #ce0e0e;
}
.checkout-cart-index .cart-table tfoot td button.button.btn-continue {
	float: inherit;
	font-weight: bold;
}
.checkout-cart-index .cart-table tfoot td button.button.btn-continue i {
	margin-right: 0;
	margin-left: 5px;
	margin-top: 2px;
	line-height: 20px;
}
.checkout-cart-index .cart-table tfoot td button.button.btn-continue:hover {
	background-color: #fdd600;
}
.checkout-cart-index #totals-summary {
	margin: 30px 0;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.checkout-cart-index #totals-summary .totals-wrap {
	text-align: right;
}
.checkout-cart-index #totals-summary #shopping-cart-totals-table {
	width: 100%;
	max-width: 100%;
}
.checkout-cart-index #totals-summary #shopping-cart-totals-table tbody tr td:last-child {
	min-width: 80px;
	max-width: 50%;
}
.checkout-cart-index #totals-summary #shopping-cart-totals-table tr td {
	padding: 3px 0;
}
.checkout-cart-index #totals-summary .checkout-types {
	margin: 20px 0 10px;
}
.checkout-cart-index #totals-summary .checkout-types button.btn-checkout {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #fdd600;
	border-radius: 38px;
	-o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
}
.checkout-cart-index #totals-summary .checkout-types button.btn-checkout:hover, 
.checkout-cart-index #totals-summary .checkout-types button.btn-checkout:focus {
	box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-webkit-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
	-o-box-shadow: -2px 6px 15px 1px rgba(0,0,0,0.23);
}
.checkout-cart-index .cart-empty {
	padding-left: 31px;
}
.checkout-cart-index #body-wrap .cart-empty a {
	color: #ce0e0e;
	text-decoration: underline;
}







/*
	Section 12. Onepage checkout
*/
.checkout-onepage-index .page .main {
	padding: 25px 0;
}
.checkout-onepage-index .page .main .page-title  {
	border: none;
}
.checkout-onepage-index .page .main .page-title h1 {
	background-color: #000;
	color: #fcd530;
	font-size: 18px;
	padding: 13px 0 13px 31px;
	font-weight: bold;
}
.opc li.section {
	margin-bottom: 10px;
}
.opc .section .step-title {
	background-color: transparent;
	border: none;
	border-left: 11px solid #fdd600;
	padding: 0;
	text-align: left;
}
.opc .section .step-title span {
	float: right;
	color: #000;
	font-size: 12px;
	display: none;
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
}
.opc .section .step-title span:hover {
	color: #ce0e0e;
}
.opc .section.allow:not(.active) .step-title span {
	display: inline-block;
}
.opc .section .step-title h3 {
	background-color: #f7f7f7;
	color: #333333;
	font-size: 16px;
	padding: 7px 20px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
}
.opc .step {
	padding: 15px 0 15px 31px;
	border-color: #d7d7d7;
}
.opc .step .buttons-set {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.opc .step .radio {
	display: inline-block;
	width: auto;
	margin-top: 0;
}
.opc .step .form-list li.control label {
	line-height: 15px;
}

#checkout-step-login h4  {
	margin: 0 31px 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
#checkout-step-login #checkout-method-select > label {
	background-color: transparent;
	border: 1px solid #d7d7d7;
	color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-right: 15px;
	border-radius: 0;
}
#checkout-step-login #checkout-method-select > label:hover,
#checkout-step-login #checkout-method-select > label:focus,
#checkout-step-login #checkout-method-select > label.active {
	background-color: #000;
	color: #fdd600;
	outline: none;
}
#checkout-step-login  p#notice {
	margin: 10px 0 0;
	font-size: 12px;
}
#checkout-step-login #selected-form {
	margin-top: 25px;
}
#checkout-step-login .buttons-set {
	padding: 0 31px 0 0;
	
}
#checkout-step-login .login-btset a {
	color: #333333;
	font-size: 12px;
}
#checkout-step-login #selected-form p.separate-line {
	margin-right: 31px;
	border-bottom: 1px solid #dedede;
}
#payment_form_cryozonic_stripe {
	width: 50%;
}
#billing-new-address-form,#shipping-new-address-form {
	margin-top: 20px;
}
.checkout-onepage-index #checkout-progress-wrapper {
	font-size: 16px;
}
.checkout-onepage-index #checkout-progress-wrapper .block-title {
	background: transparent;
	padding: 0;
}
.checkout-onepage-index #checkout-progress-wrapper .block-title h3 {
	background-color: #000;
	padding: 13px 0 13px 15px;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	color: #fdd600;
}
.checkout-onepage-index .block-progress dt:not(.complete) {
	background-color: #f7f7f7;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	color: #000;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
}
.checkout-onepage-index .block-progress dt.complete {
	background-color: transparent;
	color: #000;
	border: none;
	padding: 20px 0 7px 15px;
	font-family: "Helvetica Neue Bold";
	border-top: 1px solid #dedede;
	font-weight: bold;
}
.checkout-onepage-index .block-progress dt.complete .changelink {
	display: none;
}
.checkout-onepage-index .block-progress dd {
	background-color: transparent;
	border-color: #d7d7d7;
	font-family: "Helvetica Neue Light";
	font-size: 14px;
	padding: 7px 0 15px 15px;
	border: none;
}
#payment-progress-opcheckout dd.complete {
	border-bottom: 1px solid #dedede;
	padding: 7px 0 20px 15px;
}
#checkout-step-payment .sp-methods input.cvv {
	text-align: center;
	width: 75px;
}
#checkout-step-payment .cvv-what-is-this {
	color: #000;
	line-height: 38px;
}
#checkout-step-payment .cvv-what-is-this:hover,
#checkout-step-payment .cvv-what-is-this:focus {
	color: #ce0e0e;
	text-decoration: underline;
}
#checkout-step-payment .tool-tip {
	padding: 10px;
	background-color: #f7f7f7;
	border-color: #dedede;
}
#checkout-step-payment .tool-tip a.btn-close {
	position: absolute;
	display: inline-block;
	top: -9px;
	right: -9px;
	color: #fdd600;
	background-color: #000;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}
.checkout-onepage-index address {
	margin: 0;
}
#checkout-review-table-wrapper {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
#checkout-review-table-wrapper .data-table {
	border: none;
}
#checkout-review-table-wrapper .data-table thead th {
	background: transparent;
	border: none;
}
#checkout-review-table-wrapper .data-table thead th:first-child {
	padding: 2px 8px 2px 31px;
}
#checkout-review-table-wrapper .data-table tbody td {
	border: none;
	vertical-align: middle;
	text-align: center;
	padding-right: 8px;
}
#checkout-review-table-wrapper .data-table tbody tr,
#checkout-review-table-wrapper .data-table thead tr:last-child {
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}
#checkout-review-table-wrapper .data-table tbody tr td:first-child {
	padding: 10px 0 10px 31px;
	text-align: left;
}
#checkout-review-table-wrapper .data-table tfoot tr td {
	padding: 5px 10px;
	border: none;
}
#checkout-review-table-wrapper .data-table tfoot tr.first > td {
	padding: 15px 10px 5px;
}
#checkout-review-table-wrapper .data-table tfoot tr.last > td {
	padding: 5px 10px 15px;
}
#checkout-review-submit .checkout-agreements {
	border-color: #dedede;
}
.opc .checkout-agreements .agreement-content {
	padding: 8px 10px;
}
#mb-review-progress {
	display: none;
	border: 1px solid #dedede;
	padding: 0 15px;
	margin-bottom: 15px;
}
#mb-review-progress .mb-review-progress-wrap h4 {
	padding: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
#mb-review-progress .mb-review-progress-wrap div:nth-child(-n+2) > dd.complete {
	border-bottom: 1px solid #dedede;
} 
#mb-review-progress .mb-review-progress-wrap dd.complete {
	margin-bottom: 15px;
	padding: 7px 0 20px 15px;
}
#mb-review-progress .mb-review-progress-wrap .changelink .separator {
	display: none;
}
#mb-review-progress .mb-review-progress-wrap .changelink > a {
	color: #000;
	text-decoration: underline;
	float: right;
	font-weight: normal;
	font-size: 12px;
}
#mb-review-progress .mb-review-progress-wrap .changelink > a:hover {
	color: #ce0e0e
}






/*
	Section 13. Success Checkout
*/
.checkout-onepage-success .page-title {
	border-left: 11px solid #fdd600;
	margin: 30px 0 15px 0;
}
.checkout-onepage-success .page-title > h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold
}
.checkout-onepage-success .col-main .success-content {
	padding-left: 31px;
}
.checkout-onepage-success .col-main .success-content #sub-title {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
}
.checkout-onepage-success .col-main .success-content a {
	color: #000;
	text-decoration: underline;
}
.checkout-onepage-success .col-main .success-content a:hover {
	color: #ce0e0e;
}
#viewed-sidebar {
	margin-top: 30px;
}
#viewed-sidebar .block-title {
	padding: 10px 15px;
}
#viewed-sidebar .block-title h3 {
	margin: 0;
	color: #fdd600;
	font-size: 18px;
	font-weight: bold;
}
#viewed-sidebar  #recently-viewed-items {
	border-bottom: 1px solid #d7d7d7;
	padding-left: 15px;
}
#viewed-sidebar .block-content li.item {
	padding: 0 0 15px;
}
#viewed-sidebar .product-name a {
	font-size: 14px;
}
#viewed-sidebar .product-name a:hover {
	color: #ce0e0e;
}
.customer-account-forgotpassword #body-wrap {
	margin-top: 30px;
}




/*
	Section 15. Order History Single Info
*/
.sales-order-view .my-account .page-title h3 {
	padding-right: 90px;
}
.sales-order-view .link-print {
	position: absolute;
	right: 10px;
	bottom: 0;
	line-height: 38px;
}
.sales-order-view .order-date {
	padding-left: 31px;
	padding-right: 10px;
	text-align: right;
}
.sales-order-view .order-info-box {
	border: 0;
	padding: 0 10px 0 31px;
}
.sales-order-view .order-info-box > div {
	padding: 0;
}
.sales-order-view .order-info {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 15px;
	padding: 5px 11px 5px 31px;
}
.sales-order-view .order-info-box h2 {
	margin-top: 10px;
}
.sales-order-view .order-items {
	padding-left: 31px;
	padding-right: 10px;
}
.sales-order-view .data-table tbody tr,
.sales-order-view .data-table thead tr {
	border-bottom: 1px solid #d7d7d7;
}
.sales-order-view .data-table td {
	vertical-align: middle;
	line-height: 30px;
}
.sales-order-view .data-table tfoot tr td {
	border: 0;
}
.sales-order-view .data-table tfoot tr:first-child td,
.sales-order-view .data-table tfoot tr:last-child td {
	padding-top: 10px;
}
.sales-order-view .data-table tfoot tr:last-child {
	border-bottom: 1px solid #d7d7d7;
}






/*
	Section 16. CMS Page about&contact
*/
.cms-page-view .page-title > h3 {
	border: none;
}
.cms-page-view.cms-about .std p {
	padding: 0 31px;
}
#cms-link {
	padding: 15px 0;
	border-top: 1px solid #dedede;
	margin: 20px 0;
	text-align: right;
}
#cms-link > a {
	color: #000;
	display: inline-block;
	padding: 5px 25px;
	background-color: #fdd600;
	border-radius: 30px;
	font-weight: bold;
	font-family: "Helvetica Neue";
	font-size: 16px;
}
.cms-contact .std i {
	color: #fdd600;
	font-size: 20px;
	text-align: center;
	background-color: #000;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.33);
	margin: 0 20px;
}
.cms-contact .block-content {
	padding: 0 11px;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 35px;
}
.cms-contact .block-content p {
	margin: 0;
	position: relative;
}
.cms-contact .block-content p span {
	display: inline-block;
}
.cms-contact .call-us.block-content p {
	padding: 20px 0;
}
.cms-contact .call-us.block-content p:first-child {
	border-bottom: 1px solid #dedede;
	padding: 5px 0 15px;
}
.cms-contact .call-us.block-content p:last-child {
	font-weight: normal;
	font-size: 14px;
}
.cms-contact .call-us.block-content p:last-child > span:nth-child(2) {
	margin-left: 150px;
}
.cms-contact .call-us.block-content #trading-label {
	position: absolute;
}
.cms-contact .call-us.block-content span.trading-time {
	line-height: 1.5;
}
.cms-contact .block-content span:not(.icon) {
	padding: 0 15px;
	display: inline-block;
}
.std .fa-university {
	padding-left: 2px;
}
.cms-no-route .std {
	margin-top: 30px;
}
.cms-no-route .std a {
	color: #000;
	text-decoration: underline;
}
.cms-no-route .std a:hover,
.cms-no-route .std a:focus {
	color:#000;
	font-weight: bold;
}





/*
	Section 100. Footer
*/
#page-footer {
	background-color: #fff;
	border-top: 1px solid #3c3c3c;
	color: #fff;
}
#page-footer a {
	color: #000;
	font-size: 16px;
}
#page-footer a:hover {
	color: #000;
	font-weight: 600;
}
#page-footer li {
	font-size: 16px;
	margin: 5px 0;
	color: #000;
}
#page-footer li.separate {
	margin-bottom: 15px;
}
#footer-links {
	padding: 25px 0;
}
#footer-contact img {
	margin-bottom: 15px;
	max-height: 54px;
}
#footer-contact li > i {
	display: inline-block;
	margin-right: 15px;
}
#bottom-info {
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	font-weight: lighter
}

#footer-contact .footer-address i,
#footer-contact .footer-contact i {
	width: 10%;
	float: left;
	margin: 0;
}
#footer-contact .footer-address > span,
#footer-contact .footer-contact > span {
	width: 90%;
	float: left;
	padding-left: 5px;
	display: inline-block;
}
#footer-contact .footer-contact > span > p {
	margin: 0;
	line-height: 1.4;
}
span#design {
	float: right;
	color: #fff;
}
span#design a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
span#design a:hover {
	color: #b51c22;
	font-weight: normal;
}

.parent-category i{
	float: right;
    line-height: 40px;
    padding-right: 10px;
}



