/* form element stuff */

.USD:before {
    content: '$';
}
.GBP:before {
    content: '£';
}
.ZAR:before {
    content: 'R';
}

.form-control {
	display: block;
	width: 100%;
	line-height: 1.5;
	height: 48px;
	font-size: 14px;
	color: #606060;
	text-transform: none;
	border: 2px solid #ededed;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 16px;
	margin-bottom: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
.form-control:focus {
	border-color: #C10001;
	outline: none
}
.form-control::-moz-placeholder {
color:#606060;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#606060
}
.form-control::-webkit-input-placeholder {
color:#606060
}
.form-control.placeholder {
	color: #606060
}
textarea.form-control {
	height: auto !important;
	padding: 13px 16px !important
}
.form-group {
	margin-bottom: 24px
}
.form-element {
	position: relative;
	margin-bottom: 24px
}
.form-element>i {
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	font-size: 20px
}
.form-group .form-control, .form-element .form-control {
	margin-bottom: 0
}
label {
	display: block;
	color: #606060;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 500
}
select.form-control::-ms-expand {
display:none
}
select option {
	color: #606060
}
.form-control-sm {
	height: 36px
}
.form-element:before {
	position: absolute;
	display: block;
	font-family: 'Material Icons';
	font-size: 20px;
	top: 50%;
	right: 14px;
	line-height: 1;
	margin-top: -10px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.form-element.error .form-control {
	border-color: #ef0568;
	padding-right: 40px
}
.form-element.error:before {
	content: "\e5c9";
	color: #ef0568;
	opacity: 1
}
.form-element.error:focus {
	border-color: #ef0568
}
.form-element.valid .form-control {
	border-color: #a7c04d;
	padding-right: 40px
}
.form-element.valid:before {
	content: "\e5ca";
	color: #a7c04d;
	opacity: 1
}
.form-element.valid:focus {
	border-color: #a7c04d
}
.form-element.form-select:before {
	content: "\e5c5";
	font-size: 22px;
	margin-top: -11px;
	color: #606060;
	opacity: 1
}
.status-message {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	line-height: 1.8;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 25px;
	visibility: hidden;
	opacity: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}
.status-message.error {
	color: #ef0568;
	border-color: #ef0568
}
.status-message.success {
	color: #a7c04d;
	border-color: #a7c04d
}
.card .checkbox, .card .radio, .card .checkbox-inline, .card .radio-inline {
	position: relative;
	display: table;
	width: auto;
	font-size: 14px;
	color: #606060;
	text-transform: none;
	font-weight: normal;
	cursor: default;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-left: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* form element stuff */

/* button stuff */

.back-btn {
	line-height: 34px !important;
	border: 1px solid #ef0568 !important;
	background-color: transparent !important;
	color: #ef0568 !important;
	margin-top: 20px !important
}
.back-btn:hover {
	background-color: #ef0568 !important;
	color: #fff !important
}
.done-btn {
	line-height: 34px !important;
	border: 1px solid #a7c04d !important;
	background-color: transparent !important;
	color: #a7c04d !important;
	margin-top: 20px !important
}
.done-btn:hover {
	background-color: #a7c04d !important;
	color: #fff !important
}

.btn, .back-btn, .done-btn, .search-btn {
	
}
.btn:hover, .back-btn:hover, .done-btn:hover, .search-btn:hover {
	background-color: #d6d6d6
}
.btn:hover, .back-btn:hover, .done-btn:hover, .search-btn:hover {
	color: #606060;
	text-decoration: none;
	outline: none
}
.btn:focus, .back-btn:focus, .done-btn:focus, .search-btn:focus {
	text-decoration: none;
	outline: none
}
.btn:active, .back-btn:active, .done-btn:active, .search-btn:active, .btn.active, .active.back-btn, .active.done-btn, .active.search-btn {
	outline: 0;
	background-image: none
}
.btn.disabled, .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, .btn[disabled], [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
	cursor: not-allowed;
	background-color: #ededed !important
}
.btn.disabled:hover, .disabled.back-btn:hover, .disabled.done-btn:hover, .disabled.search-btn:hover, .btn[disabled]:hover, [disabled].back-btn:hover, [disabled].done-btn:hover, [disabled].search-btn:hover {
	background-color: #ededed !important
}
.btn i, .back-btn i, .done-btn i, .search-btn i, .btn i:before, .back-btn i:before, .done-btn i:before, .search-btn i:before {
	display: inline-block;
	line-height: 1.5;
	font-size: 18px
}
a.btn.disabled, a.disabled.back-btn, a.disabled.done-btn, a.disabled.search-btn, fieldset[disabled] a.btn, fieldset[disabled] a.back-btn, fieldset[disabled] a.done-btn, fieldset[disabled] a.search-btn {
	opacity: .5;
	pointer-events: none;
	pointer: not-allowed
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	color: #fff
}
.btn-primary {
	background-color: #C10001
}
.btn-primary:hover {
	background-color: #D62424
}
.btn-success {
	background-color: #a7c04d
}
.btn-success:hover {
	background-color: #8ea53a
}
.btn-info {
	background-color: #93c4ef
}
.btn-info:hover {
	background-color: #6baee9
}
.btn-warning {
	background-color: #ffce2b
}
.btn-warning:hover {
	background-color: #fcc200
}
.btn-danger {
	background-color: #ef0568
}
.btn-danger:hover {
	background-color: #c20454
}
.btn-light {
	background-color: #fff;
	color: #333
}
.btn-light:hover {
	background-color: #e8e8e8
}
.btn-light:hover {
	color: #333
}
.btn-default:focus {
	color: #606060
}
.btn-ghost, .search-btn {
	background-color: transparent;
	color: #ededed;
	border-color: #ededed
}
.btn-ghost:hover, .search-btn:hover {
	color: #fff;
	background-color: #ededed
}
.btn-ghost.btn-default, .btn-default.search-btn {
	background-color: transparent;
	color: #ededed;
	border-color: #ededed
}
.btn-ghost.btn-default:hover, .btn-default.search-btn:hover {
	color: #fff;
	background-color: #ededed
}
.btn-ghost.btn-primary, .btn-primary.search-btn {
	background-color: transparent;
	color: #C10001;
	border-color: #C10001
}
.btn-ghost.btn-primary:hover, .btn-primary.search-btn:hover {
	color: #fff;
	background-color: #C10001
}
.btn-ghost.btn-success, .btn-success.search-btn {
	background-color: transparent;
	color: #a7c04d;
	border-color: #a7c04d
}
.btn-ghost.btn-success:hover, .btn-success.search-btn:hover {
	color: #fff;
	background-color: #a7c04d
}
.btn-ghost.btn-info, .btn-info.search-btn {
	background-color: transparent;
	color: #93c4ef;
	border-color: #93c4ef
}
.btn-ghost.btn-info:hover, .btn-info.search-btn:hover {
	color: #fff;
	background-color: #93c4ef
}
.btn-ghost.btn-warning, .btn-warning.search-btn {
	background-color: transparent;
	color: #ffce2b;
	border-color: #ffce2b
}
.btn-ghost.btn-warning:hover, .btn-warning.search-btn:hover {
	color: #fff;
	background-color: #ffce2b
}
.btn-ghost.btn-danger, .btn-danger.search-btn {
	background-color: transparent;
	color: #ef0568;
	border-color: #ef0568
}
.btn-ghost.btn-danger:hover, .btn-danger.search-btn:hover {
	color: #fff;
	background-color: #ef0568
}
.btn-ghost.btn-light, .btn-light.search-btn {
	background-color: transparent;
	color: #fff;
	border-color: #fff
}
.btn-ghost.btn-light:hover, .btn-light.search-btn:hover {
	color: #fff;
	background-color: #fff
}
.btn-ghost.btn-light:hover, .btn-light.search-btn:hover {
	color: #333
}
.btn-ghost, .search-btn, .btn-ghost.btn-default, .btn-default.search-btn {
	color: #606060
}
.btn-ghost:hover, .search-btn:hover, .btn-ghost.btn-default:hover, .btn-default.search-btn:hover {
	color: #606060
}
.btn-sm, .back-btn, .done-btn {
	height: 36px;
	font-size: 12px;
	font-weight: normal;
	line-height: 33px;
	padding: 0 15px;
	border-radius: 4px
}
.btn-sm.btn-ghost, .btn-ghost.back-btn, .back-btn.search-btn, .btn-ghost.done-btn, .done-btn.search-btn, .btn-sm.search-btn {
	font-weight: normal
}
.btn-link {
	background-color: transparent
}
.btn-link:hover {
	color: #999;
	background-color: transparent
}
.btn-square {
	border-radius: 0
}
.btn-pill {
	border-radius: 24px
}
.btn-pill.btn-sm, .btn-pill.back-btn, .btn-pill.done-btn {
	border-radius: 18px
}
.btn-inline {
	margin-top: 0;
	margin-bottom: 0
}
.btn-icon-left {
	padding-left: 18px
}
.btn-icon-left i {
	margin-right: 7px
}
.btn-icon-left.btn-sm, .btn-icon-left.back-btn, .btn-icon-left.done-btn {
	padding-left: 12px
}
.btn-icon-left.btn-sm i, .btn-icon-left.back-btn i, .btn-icon-left.done-btn i {
	margin-right: 5px
}
.btn-icon-right {
	padding-right: 18px
}
.btn-icon-right i {
	margin-left: 7px
}
.btn-icon-right.btn-sm, .btn-icon-right.back-btn, .btn-icon-right.done-btn {
	padding-right: 12px
}
.btn-icon-right.btn-sm i, .btn-icon-right.back-btn i, .btn-icon-right.done-btn i {
	margin-left: 5px
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0
}
.btn-block+.btn-block {
	margin-top: 20px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.text-center .btn, .text-center .back-btn, .text-center .done-btn, .text-center .search-btn {
	margin-left: 5px;
	margin-right: 5px
}
.text-center .btn.btn-block, .text-center .btn-block.back-btn, .text-center .btn-block.done-btn, .text-center .btn-block.search-btn {
	margin-left: 0;
	margin-right: 0
}

/* END button stuff */


/* 
 toolbar stuff
 
 */
.toolbar {
	position: absolute;
	z-index: 10;
	width: 780px;
	height: 100%;
	top: 0;
	right: 0
}
.toolbar .inner {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed
}
.toolbar-toggle {
	display: table-cell;
	vertical-align: middle;
/* 	text-align: center; */
	/* border-right: 2px solid #fff; */
	border-right: 2px none #fff;
/* 	font-size: 24px; */
	color: #606060;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.toolbar-toggle>i {
	position: relative;
	display: inline-block;
	font-style: normal;
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	-moz-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: transform 0.3s, opacity 0.15s;
	-o-transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s
}
.toolbar-toggle .count {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #C10001;
	top: -2px;
	right: -17px
}
.toolbar-toggle:after {
	display: block;
	font-family: 'Material Icons';
	content: "\e5cd";
	margin-top: -24px;
	opacity: 0;
	-webkit-transform: translateY(20px) scale(0.7);
	-moz-transform: translateY(20px) scale(0.7);
	-ms-transform: translateY(20px) scale(0.7);
	-o-transform: translateY(20px) scale(0.7);
	transform: translateY(20px) scale(0.7);
	-webkit-transition: transform 0.3s, opacity 0.15s;
	-o-transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s
}
.toolbar-toggle:hover {
	color: #999
}

.toolbar-dropdown {
	position: fixed;
	z-index: 1001;
	width: 780px;
	height: 100%;
	background-color: #fff;
	padding-top: 80px;
	top: 0;
	right: 0;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.15);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-ms-overflow-style: none
}

.toolbar-dropdown .toolbar-close {
	padding-left: 40px;
    position: fixed;
    top: 30px;
}

.toolbar-dropdown .toolbar-close .fa {
	font-size: 36px;
    color: gainsboro;
}

.toolbar-dropdown.open {
	visibility: visible;
	opacity: 1
}
.toolbar-dropdown .toolbar-section {
	width: 100%;
	display: none;
	padding: 50px 40px
}
.toolbar-dropdown .toolbar-section.current {
	display: block;
	-webkit-animation: slideUp 0.4s;
	-o-animation: slideUp 0.4s;
	animation: slideUp 0.4s
}
.toolbar-dropdown .toolbar-section .inner {
	width: 100%;
	max-width: 380px
}
.toolbar-dropdown::-webkit-scrollbar {
display:none
}
.toolbar-title {
	font-size: 24px;
	font-weight: normal
}

@media screen and (max-width: 1200px) {
	.toolbar, .toolbar-dropdown {
		width: 490px
	}
	.shopping-cart .btn, .shopping-cart .back-btn, .shopping-cart .done-btn, .shopping-cart .search-btn, .checkout-form .btn, .checkout-form .back-btn, .checkout-form .done-btn, .checkout-form .search-btn {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px
	}
	.checkout-form .btn, .checkout-form .back-btn, .checkout-form .done-btn, .checkout-form .search-btn {
		margin-bottom: 0
	}
}

@media screen and (max-width: 768px) {

	.toolbar {
		width: 210px
	}
	.toolbar-dropdown {
		width: 100%
	}
	.toolbar-dropdown .toolbar-section {
		padding: 40px 15px
	}
}

.toolbar-section .checkbox, .radio, .checkbox-inline, .radio-inline {
	position: relative;
	display: table;
	width: auto;
	font-size: 14px;
	color: #606060;
	text-transform: none;
	font-weight: normal;
	cursor: default;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-left: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.toolbar-section .checkbox.disabled, .radio.disabled, .checkbox-inline.disabled, .radio-inline.disabled {
	color: #cecece;
	cursor: not-allowed
}
.toolbar-section .text-light.checkbox, .text-light.radio, .text-light.checkbox-inline, .text-light.radio-inline, .text-light .checkbox, .text-light .radio, .text-light .checkbox-inline, .text-light .radio-inline {
	color: #fff
}
.toolbar-section .checkbox-inline, .radio-inline {
	display: inline-block;
	margin-right: 18px
}
.toolbar-section .text-right .checkbox-inline, .text-right .radio-inline {
	margin-left: 15px;
	margin-right: 0
}
.toolbar-section .text-center .checkbox-inline, .text-center .radio-inline {
	margin-left: 10px;
	margin-right: 10px
}


/* END toolbar stuff */

/* preloader stuff */

.page-preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}
.page-preloading .page-wrapper {
	opacity: 0;
	-webkit-transition: all 0.5s 0.3s;
	-o-transition: all 0.5s 0.3s;
	transition: all 0.5s 0.3s
}
.page-preloading .page-preloader {
	visibility: visible;
	opacity: 1
}
.page-preloading.loading-done .page-wrapper {
	opacity: 1
}
.page-preloading.loading-done .page-preloader {
	visibility: hidden;
	opacity: 0
}
.page-preloading.loading-done.link-clicked .page-wrapper {
	opacity: 0
}
.preloader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px
}

/* end preloader stuff */


/* shopping cart stuff start */

.shopping-cart {
	width: 100%
}
.shopping-cart .item {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 45px 30px 0;
	border-bottom: 2px solid #ededed;
	margin-bottom: 30px
}
.shopping-cart .item .item-thumb, .shopping-cart .item .item-details {
	display: table-cell;
	vertical-align: top
}
.shopping-cart .item .item-thumb {
	width: 163px;
	padding-right: 25px
}
.shopping-cart .item .item-thumb>img {
	width: 100%
}
.shopping-cart .item .item-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px
}
.shopping-cart .item .item-title>a {
	color: #606060;
	text-decoration: none
}
.shopping-cart .item .item-title>a:hover, .shopping-cart .item .item-title>a:focus {
	color: #999;
	text-decoration: none
}
.shopping-cart .item .item-price {
	font-size: 18px;
	color: #999;
	font-weight: 500
}
.shopping-cart .item .item-remove {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #606060;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ededed;
	border-radius: 4px
}
.shopping-cart .item .item-remove>i {
	line-height: 33px
}
.shopping-cart .item .item-remove:hover {
	color: #ef0568
}
.shopping-cart .btn, .shopping-cart .back-btn, .shopping-cart .done-btn, .shopping-cart .search-btn {
	margin-top: 0
	display: inline-block;
	height: 48px;
	line-height: 45px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0 22px;
	margin: 10px 0;
	margin-right: 8px;

}

@media screen and (max-width: 480px) {
.shopping-cart .item {
	padding-bottom: 20px
}
.shopping-cart .item .item-thumb, .shopping-cart .item .item-details {
	display: block
}
.shopping-cart .item .item-thumb {
	margin-bottom: 20px
}
}
.cart-subtotal {
	display: table;
	width: 100%
}
.cart-subtotal .column {
	display: table-cell;
	vertical-align: top;
	width: 50%
}
.cart-subtotal .amount {
	font-size: 24px;
	font-weight: 500;
	text-align: right
}
.cart-subtotal small {
	font-size: 16px;
	color: #999;
	font-weight: normal
}

.icheckbox, .iradio {
	position: absolute;
	z-index: 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	left: 0;
	top: 3px;
	border: 2px solid #ededed;
	border-radius: 1px;
	background-clip: padding-box;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}
.icheckbox.disabled, .iradio.disabled {
	border-color: #ededed;
	cursor: not-allowed
}
.icheckbox:before {
	position: absolute;
	display: block;
	font-family: 'Material Icons';
	content: "\e5ca";
	color: #fff;
	line-height: 1;
	top: -2px;
	left: -1px
}
.icheckbox.checked {
	border-color: #C10001;
	background-color: #C10001
}
.icheckbox.checked.disabled {
	opacity: .6
}
.iradio {
	border-radius: 50%
}
.iradio.checked {
	border-width: 4px;
	border-color: #C10001
}
.iradio.checked.disabled {
	opacity: .6
}
.count-input {
	position: relative;
	width: 100px;
	margin: 10px 0
}
.count-input input {
	width: 100%;
	height: 36px;
	border: 2px solid #ededed;
	border-radius: 4px;
	background: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none
}
.count-input input:focus {
	outline: none
}
.count-input .incr-btn {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #606060;
	font-weight: 300;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	top: 0;
	right: 0
}
.count-input .incr-btn:first-child {
	right: auto;
	left: 0
}
.login-form .form-footer {
	display: table;
	width: 100%
}
.login-form .form-footer .rememberme, .login-form .form-footer .form-submit {
	display: table-cell;
	vertical-align: middle
}
.login-form .form-footer .rememberme .btn, .login-form .form-footer .rememberme .back-btn, .login-form .form-footer .rememberme .done-btn, .login-form .form-footer .rememberme .search-btn, .login-form .form-footer .form-submit .btn, .login-form .form-footer .form-submit .back-btn, .login-form .form-footer .form-submit .done-btn, .login-form .form-footer .form-submit .search-btn {
	margin-top: 0
}
.login-form .form-footer .rememberme {
	width: 60%
}
.login-form .form-footer .form-submit {
	width: 40%
}
.checkout-form.container {
	width: 100% !important;
	padding: 0
}
/* shopping cart end */

/* shop item start */

.shop-item {
	width: 100%;
	margin-bottom: 36px
}
.shop-item .shop-thumbnail {
	position: relative;
	background-color: #f5f5f5;
	overflow: hidden
}
.shop-item .shop-thumbnail .item-link {
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.shop-item .shop-thumbnail>img {
	max-width: 100%;
	display: block;
	width: auto;
	margin: auto;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s
}
.shop-item .shop-item-details {
	display: table;
	width: 100%;
	padding-top: 24px
}
.shop-item .shop-item-details .shop-item-title, .shop-item .shop-item-details .shop-item-price {
	display: table-cell;
	vertical-align: top
}
.shop-item .shop-item-details .shop-item-title {
	width: 50%;
	font-size: 16px;
	font-weight: normal
}
.shop-item .shop-item-details .shop-item-title>a {
	color: #999;
	text-decoration: none
}
.shop-item .shop-item-details .shop-item-price {
	width: 50%;
	font-size: 16px;
	text-align: right
}
.shop-item .shop-item-details .shop-item-price .old-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through
}
.shop-item .shop-item-tools {
	position: absolute;
	z-index: 2;
	bottom: 22px;
	right: 22px;
	text-align: right;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.35s, visibility 0.35s;
	-o-transition: opacity 0.35s, visibility 0.35s;
	transition: opacity 0.35s, visibility 0.35s
}
.shop-item .shop-item-tools .add-to-whishlist {
	display: none;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	color: #999;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px
}
.shop-item .shop-item-tools .add-to-whishlist:hover {
	color: #606060
}
.shop-item .shop-item-tools .add-to-cart {
	margin: 0;
	margin-left: 7px
}
.shop-item:hover .shop-thumbnail>img {
	opacity: .5
}
.shop-item:hover .shop-item-tools {
	visibility: visible;
	opacity: 1
}
.touch .shop-item .shop-item-tools {
	visibility: visible;
	opacity: 1
}
.shop-label {
	position: absolute;
	z-index: 1;
	display: block;
	height: 24px;
	line-height: 24px;
	top: 20px;
	left: 20px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 12px;
	padding: 0 14px
}

.shop-item .add-to-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

/* 
.add-to-cart {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 114px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #337ab7;
	/* background-color: #C10001; */
/* 
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s
}
.add-to-cart:hover {
	color: #fff;
	background-color: #D62424
}
.add-to-cart:focus, .add-to-cart:active {
	color: #fff
}
.add-to-cart em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-style: normal;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s
}
.add-to-cart svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translateX(50%) translateY(-50%);
	-moz-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	-o-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s
}
.add-to-cart.is-added em {
	color: transparent;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform 0s;
	-o-transition: transform 0s;
	transition: transform 0s
}
.add-to-cart.is-added svg {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: transform 0s;
	-o-transition: transform 0s;
	transition: transform 0s
}
 */

.item-rating {
	display: block;
	position: absolute;
	z-index: 2;
	top: 22px;
	right: 20px
}
.item-rating:before, .item-rating:after {
	content: " ";
	display: table
}
.item-rating:after {
	clear: both
}
.item-rating i {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 1
}
.shop-bar {
	display: table;
	width: 100%;
	padding-bottom: 36px
}
.shop-bar>.column {
	display: table-cell;
	vertical-align: middle;
	width: 50%
}
.shop-bar>.column:first-child {
	padding-right: 20px
}
.shop-bar .search-box {
	display: inline-block
}

@media screen and (max-width: 480px) {
.shop-bar>.column {
	display: block;
	width: 100%
}
.shop-bar>.column:first-child {
	padding-right: 0;
	padding-bottom: 15px
}
}

.search-box {
	position: relative;
	width: 100%
}
.search-box .form-control {
	padding-right: 38px;
	margin-bottom: 0
}
.search-box button[type=submit] {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	font-size: 20px;
	line-height: 1;
	border: none;
	background-color: transparent;
	padding: 0;
	margin-top: -11px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s
}
.search-box button[type=submit]:focus {
	outline: none
}
.search-box button[type=submit]:hover {
	color: #999
}


.product-share {
	font-size: 14px
}
.product-share .social-bar {
	display: inline-block;
	margin: 12px 0
}
.review-respond .tile form h3 {
	margin-bottom: 24px
}
.review {
	display: table;
	width: 100%;
	padding: 33px 0;
	border-top: 1px solid #ededed
}
.review:first-child {
	border-top: none
}
.review .review-author-ava, .review .review-body {
	display: table-cell;
	vertical-align: top
}
.review .review-author-ava {
	width: 98px;
	padding: 0 18px 18px 0
}
.review .review-author-ava>img {
	border-radius: 50%
}
.review p {
	font-size: 14px;
	margin-bottom: 0
}
.review cite {
	display: block;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin-top: 9px
}
.review cite:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #999;
	margin-right: 9px
}
.review .review-meta {
	display: table;
	width: 100%;
	margin-bottom: 12px
}
.review .review-meta .column {
	display: table-cell;
	vertical-align: top;
	width: 50%
}
.review .review-meta .column:last-child {
	text-align: right
}
.review .review-meta .review-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3px
}
.review .review-meta .product-rating {
	display: inline-block
}

@media screen and (max-width: 630px) {
.review .review-meta .column {
	display: block;
	width: 100%
}
.review .review-meta .column:last-child {
	text-align: left
}
.review .review-meta .review-title {
	margin-bottom: 8px
}
}

@media screen and (max-width: 500px) {
.review .review-author-ava, .review .review-body {
	display: block
}
.review .review-body {
	width: 100%
}
}
/* 
.sidebar {
	width: 100%;
	max-width: 300px
}
 */
.widget-title {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 24px
}
.widget-title small {
	display: block;
	color: #999;
	font-size: 12px;
	text-transform: none;
	margin-top: 20px
}
.widget {
	padding: 28px 0;
	border-bottom: 2px solid #ededed
}
.widget:first-child {
	padding-top: 15px
}
.widget:last-child {
	border-bottom: 0
}
.widget>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}
.widget>ul>li {
	margin-bottom: 5px
}
.widget>ul>li:last-child {
	margin-bottom: 0
}
.widget>ul>li>a {
	color: #999;
	text-decoration: none
}
.widget>ul>li>a:hover {
	color: #606060
}
.widget>ul>li>a>i {
	font-size: 15px;
	margin-right: 2px
}
.widget>ul>li>a .color {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: -2px
}
.widget>ul>li.active>a {
	color: #606060
}
.widget-tags a {
	display: inline-block;
	height: 30px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	border: 2px solid #ededed;
	border-radius: 15px;
	padding: 0 12px;
	margin: 0 2px 8px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
.widget-tags a:hover, .widget-tags a.active {
	color: #606060;
	border-color: #606060
}

.product-tools {
	margin-top: 6px;
	margin-bottom: 12px
}
.product-tools>* {
	display: inline-block;
	margin: 12px 12px 12px 0
}
.text-center .product-tools>*, .text-center.product-tools>* {
	margin-left: 6px;
	margin-right: 6px
}
.text-right .product-tools>*, .text-right.product-tools>* {
	margin-left: 12px;
	margin-right: 0
}

/* shop item end */


/* payment page items */

#payment-form .checkbox, #payment-form .radio,  #payment-form .checkbox-inline, #payment-form .radio-inline {
    position: relative;
    display: table;
    width: auto;
    font-size: 14px;
    color: #606060;
    text-transform: none;
    font-weight: normal;
    cursor: default;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-left: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*  payment page items end */


/* text layout  */

.va-middle {
	vertical-align: middle
}
.va-top {
	vertical-align: top
}
.va-bottom {
	vertical-align: bottom
}
.space-top-half {
	margin-top: 12px !important
}
.space-top {
	margin-top: 24px !important
}
.space-top-2x {
	margin-top: 48px !important
}
.space-top-3x {
	margin-top: 72px !important
}
.space-bottom-half {
	margin-bottom: 12px !important
}
.space-bottom {
	margin-bottom: 24px !important
}
.space-bottom-2x {
	margin-bottom: 48px !important
}
.space-bottom-3x {
	margin-bottom: 72px !important
}
.padding-top-half {
	padding-top: 12px !important
}
.padding-top {
	padding-top: 24px !important
}
.padding-top-2x {
	padding-top: 48px !important
}
.padding-top-3x {
	padding-top: 72px !important
}
.padding-bottom-half {
	padding-bottom: 12px !important
}
.padding-bottom {
	padding-bottom: 24px !important
}
.padding-bottom-2x {
	padding-bottom: 48px !important
}
.padding-bottom-3x {
	padding-bottom: 72px !important
}

@media screen and (max-width: 768px) {
.space-top {
	margin-top: 16px !important
}
.space-top-2x {
	margin-top: 36px !important
}
.space-top-3x {
	margin-top: 48px !important
}
.space-bottom {
	margin-bottom: 16px !important
}
.space-bottom-2x {
	margin-bottom: 36px !important
}
.space-bottom-3x {
	margin-bottom: 48px !important
}
.padding-top {
	padding-top: 16px !important
}
.padding-top-2x {
	padding-top: 36px !important
}
.padding-top-3x {
	padding-top: 48px !important
}
.padding-bottom {
	padding-bottom: 16px !important
}
.padding-bottom-2x {
	padding-bottom: 36px !important
}
.padding-bottom-3x {
	padding-bottom: 48px !important
}
}
.space-top-none {
	margin-top: 0 !important
}
.space-bottom-none {
	margin-bottom: 0 !important
}
.padding-top-none {
	padding-top: 0 !important
}
.padding-bottom-none {
	padding-bottom: 0 !important
}
.page-edit .edit-link {
	display: inline-block;
	margin-top: 24px
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.block-center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* end text layout */

/* pagination  */
.pagination {
	font-size: 14px;
	padding-top: 12px
}
.pagination .page-numbers {
	display: inline-block;
	color: #606060;
	margin: 0 24px 12px 0
}
.pagination .page-numbers a, .pagination .page-numbers span {
	display: inline-block;
	padding: 2px 10px 2px 0
}
.pagination .page-numbers>a {
	color: #606060;
	text-decoration: none
}
.pagination .page-numbers>a:hover {
	color: rgba(96,96,96,0.55)
}
.pagination .page-numbers .active {
	color: rgba(96,96,96,0.55);
	cursor: default
}
.pagination .pager {
	display: inline-block
}
.pagination .pager a, .pagination .pager span {
	display: inline-block
}
.pagination .pager a {
	color: #606060;
	text-decoration: none
}
.pagination .pager a:hover {
	color: rgba(96,96,96,0.55)
}
.pagination .pager span {
	margin: 0 10px;
	color: #999;
	opacity: .5
}
.page-nav {
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -11px
}
.page-nav.page-prev {
	left: 30px
}
.page-nav.page-next {
	right: 30px
}
.page-nav .page-preview {
	display: block;
	position: absolute;
	width: 80px;
	top: -80px;
	opacity: 0;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s
}
.page-nav:hover, .page-nav:focus {
	color: #606060;
	text-decoration: none
}
.page-nav:hover .page-preview {
	opacity: 1;
	-webkit-transition: all 0.3s 0.15s;
	-o-transition: all 0.3s 0.15s;
	transition: all 0.3s 0.15s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

@media screen and (max-width: 890px) {
.page-nav {
	display: none
}
}
/* end pagination */



