body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
input,button,select,label,a{outline:none !important;}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (min-width: 1200px){
	.container {
		width: 1160px;
	}
}
@media (min-width: 1290px){
	.container {
		width: 1200px;
	}
}

@media (min-width: 992px){
	header {
		padding: 0;
		background: #fff;
	}
}


nav#top {
	background-color: #f9f9f9;
	color: #999;
	height: 36px
}

nav#top .list-inline > li {
	height: 36px;
	line-height: 36px;
	position: relative;
	padding-left: 0;
	margin-right: 11px;
	padding-right: 12px
}

nav#top .list-inline > li i {
	margin-right: 4px
}

html[dir="rtl"] nav#top .list-inline > li i {
	margin: 0 0 0 4px
}

nav#top .list-inline > li:last-of-type {
	margin-right: 0;
	padding-right: 0
}

html[dir="rtl"] nav#top .list-inline > li:last-of-type {
	margin-right: 11px;
	padding-right: 12px
}

nav#top .list-inline > li:last-of-type:after {
	display: none
}

html[dir="rtl"] nav#top .list-inline > li:last-of-type:after {
	display: block
}

html[dir="rtl"] nav#top .list-inline > li:first-of-type:after {
	display: none
}

nav#top .list-inline > li:after {
	content: '';
	border-right: 1px solid #ddd;
	position: absolute;
	right: 0px;
	height: 16px;
	top: 10px
}

nav#top .list-inline > li:hover > a, nav#top .list-inline > li:hover > button {
	color: #68d2df !important
}

@media (min-width: 992px) {
	nav#top .btn-group .dropdown-menu, nav#top .list-inline li .dropdown-menu,#account-box .dropdown-menu{
		min-width: 110px;
		border-radius: 0 !important;
		padding: 0;
		top: 120%;
		border: none;
		left: 50%;
		color: #333;
		text-align: left;
		margin-left: -80px;
		box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3)
	}

	html[dir="rtl"] nav#top .btn-group .dropdown-menu, html[dir="rtl"] nav#top .list-inline li .dropdown-menu ,#account-box .dropdown-menu{
		right: 50%;
		left: auto
	}

	html[dir="rtl"] nav#top .btn-group .dropdown-menu, html[dir="rtl"] nav#top .list-inline li .dropdown-menu ,#account-box .dropdown-menu{
		margin-left: auto;
		margin-right: -80px
	}
}

nav#top .btn-group .dropdown-menu:before, nav#top .list-inline li .dropdown-menu:before ,#account-box .dropdown-menu:before{
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -0.4375em;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent
}

nav#top .btn-group .dropdown-menu:after, nav#top .list-inline li .dropdown-menu:after ,#account-box .dropdown-menu:after{
	content: '';
	position: absolute;
	left: 0;
	top: -14px;
	width: 100%;
	height: 14px
}

nav#top .btn-group .dropdown-menu > li i, nav#top .list-inline li .dropdown-menu > li i ,#account-box .dropdown-menu> li i{
	font-size: 12px
}

nav#top .btn-group .dropdown-menu > li:last-of-type, nav#top .list-inline li .dropdown-menu > li:last-of-type ,#account-box .dropdown-menu > li:last-of-type{
	border-bottom: none
}

nav#top .btn-group .dropdown-menu > li > a, nav#top .list-inline li .dropdown-menu > li > a ,#account-box .dropdown-menu > li > a{
	padding: 9px 20px
}

nav#top .btn-group .dropdown-menu > li > a:active, nav#top .list-inline li .dropdown-menu > li > a:active ,#account-box .dropdown-menu > li > a:active{
	background-color: #ddd
}

nav#top .btn-group:hover .dropdown-menu, nav#top .list-inline li:hover .dropdown-menu ,#account-box:hover .dropdown-menu{
	display: block
}

nav#top a, nav#top button {
	color: #999;
	font-size: 12px
}

nav#top a:hover, nav#top button:hover {
	color: #68d2df !important
}

nav#top .dropdown-menu button, nav#top .dropdown-menu a {
	color: #333;
	padding: 8px 13px
}

nav#top .dropdown-menu button:hover, nav#top .dropdown-menu a:hover {
	background-color: #eee;
	color: #68d2df
}

nav#top .pull-left {
	margin-right: 10px
}

nav#top .pull-left .btn-group > button {
	height: 36px;
	padding: 0
}

html[dir="rtl"] nav#top #top-links {
	float: left !important
}
/* logo */
@media (min-width: 992px) {
	header .account-wrapper .dropdown-menu {
		border-radius: 4px !important;
		padding: 10px 0;
		top: 120%;
		border: none;
		left: 50%;
		color: #333;
		text-align: center;
		margin-left: -80px;
		box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3)
	}

	html[dir="rtl"] header .account-wrapper .dropdown-menu {
		right: 50%;
		left: auto
	}

	html[dir="rtl"] header .account-wrapper .dropdown-menu {
		margin-left: auto;
		margin-right: -80px
	}
}

header .account-wrapper .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -0.4375em;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent
}

header .account-wrapper .dropdown-menu:after {
	content: '';
	position: absolute;
	left: 0;
	top: -14px;
	width: 100%;
	height: 14px
}

header .account-wrapper .dropdown-menu > li i {
	font-size: 12px
}

header .account-wrapper .dropdown-menu > li:last-of-type {
	border-bottom: none
}

header .account-wrapper .dropdown-menu > li > a {
	padding: 9px 20px
}

header .account-wrapper .dropdown-menu > li > a:active {
	background-color: #ddd
}

header .account-wrapper:hover .dropdown-menu {
	display: block
}

header .account-wrapper a i {
	display: inline-block;
	font-size: 18px
}
/*search*/

header #search > i {
	position: absolute;
	left: 12px;
	top: 11px;
	z-index: 9;
	font-size: 18px;
	color: #bbb
}

html[dir="rtl"] header #search > i {
	left: auto;
	right: 12px
}

header #search input {
	border: 1px solid #e1e1e1;
	height: 40px;
	border-radius: 2px 0 0 2px;
	padding-left: 36px;
	border-right-width: none
}

html[dir="rtl"] header #search input {
	padding-left: 0;
	padding-right: 36px;
	border-left: none;
	border-radius: 0 2px 2px 0;
	border-right-width: 1px
}

header #search input:focus {
	border-color: #68d2df
}

header #search span {
	width: 70px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius: 0px 2px 2px 0px;
	font-size: 14px;
	background: #68d2df
}

header #search span i {
	font-size: 22px
}

header #search span:hover {
	background: #f65959
}
.xblur{
	max-height: 500px !important;
	overflow: hidden;
	z-index: 0 !important;
}
/* cart */

html[dir="rtl"] header #cart {
	margin-left: 0;
	margin-right: 22px
}

@media (min-width: 992px) {
	header #cart .dropdown-menu {
		border-radius: 4px !important;
		padding: 10px 0;
		top: 120%;
		border: none;
		right: -6px;
		color: #333;
		text-align: center;
		box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3)
	}

	html[dir="rtl"] header #cart .dropdown-menu {
		right: auto;
		left: -6px
	}
}

header #cart .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	right: 10px;
	margin-left: -0.4375em;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent
}

html[dir="rtl"] header #cart .dropdown-menu:before {
	right: auto;
	left: 10px
}

header #cart .dropdown-menu:after {
	content: '';
	position: absolute;
	left: 0;
	top: -14px;
	width: 100%;
	height: 14px
}

header #cart .dropdown-menu > li i {
	font-size: 12px
}

header #cart .dropdown-menu > li:last-of-type {
	border-bottom: none
}

header #cart .dropdown-menu > li > a {
	padding: 9px 20px
}

header #cart .dropdown-menu > li > a:active {
	background-color: #ddd
}

header #cart .cart-wrapper {
	position: relative;
	cursor: pointer
}

header #cart .cart-total {
	position: absolute;
	top: -10px;
	left: 26px;
	min-width: 21px;
	line-height: 21px;
	text-align: center;
	z-index: 999;
	font-size: 12px;
	height: 21px;
	background-color: #68d2df;
	color: #fff;
	border-radius: 50%
}

html[dir="rtl"] header #cart .cart-total {
	left: auto;
	right: 26px
}

header #cart .no-results {
	margin-bottom: 0;
	padding: 16px 6px
}

header #cart:hover .dropdown-menu {
	display: block
}

header #cart .cart-wrapper {
	display: inline-block;
	color: #333
}

@media (max-width: 1200px) {
	header #cart .cart-wrapper {
		padding: 0 0 0 10px
	}
}

header #cart .cart-wrapper i {
	font-size: 20px
}

header #cart .cart-wrapper:active {
	box-shadow: none
}

header #cart .cart-wrapper #cart-total {
	font-size: 12px;
}

header #cart .dropdown-menu {
	min-width: 350px;
	padding: 10px
}

header #cart .dropdown-menu li {
	border-bottom: none
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align: middle;
}
header #cart .dropdown-menu li td {
	font-size: 12px;
	padding: 8px;

}

header #cart .dropdown-menu li .name {
	height: 33px;
	line-height: 16px;
	overflow: hidden;
	display: inline-block
}

header #cart .dropdown-menu li.products {
	max-height: 330px;
	overflow: hidden;
	overflow-y: auto
}

header #cart .dropdown-menu li.products a {
	color: #333
}

header #cart .dropdown-menu img {
	min-width: 50px;
	transition: none
}

header #cart .dropdown-menu .btn-danger {
	background: #fff;
	color: #555;
	border-color: #eee
}
/*cart-accunn*/
header .cart-account > div {
	float: right;
	position: relative
}

html[dir="rtl"] header .cart-account > div {
	float: left
}

header .cart-account .account-wrapper .logged-state {
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

header .cart-account .icon-wrapper {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	position: relative
}

html[dir="rtl"] header .cart-account .icon-wrapper {
	float: right;
	margin: 0 0 0 10px
}

header .cart-account .icon-wrapper:after {
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	z-index: 1;
	width: 24px;
	height: 24px;
	background-color: #ffeff2
}

html[dir="rtl"] header .cart-account .icon-wrapper:after {
	left: auto;
	right: 3px
}

header .cart-account .icon-wrapper i {
	color: #000;
	z-index: 9;
	position: relative
}

header .cart-account span.info {
	font-size: 13px;
	display: inline-block
}

header .cart-account span.info span {
	display: block;
	color: #777
}

header .cart-account span.info span.text {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555
}
body.account-account {
	background-color: #f4f4f4;
}
.menu-wrapper {
	background: #fff
}

.menu-wrapper.menu-fixed {
	min-height: 38px;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: ease-in-out 0.3s all;
	-moz-transition: ease-in-out 0.3s all;
	-o-transition: ease-in-out 0.3s all;
	transition: ease-in-out 0.3s all;
	-webkit-animation: fadeInDown 600ms linear;
	-moz-animation: fadeInDown 600ms linear;
	-ms-animation: fadeInDown 600ms linear;
	animation: fadeInDown 600ms linear
}

@keyframes fadeInDown {
	0% {
		top: -76px
	}
	100% {
		top: 0
	}
}

@-o-keyframes fadeInDown {
	0% {
		top: -76px
	}
	100% {
		top: 0
	}
}

@-moz-keyframes fadeInDown {
	0% {
		top: -76px
	}
	100% {
		top: 0
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		top: -76px
	}
	100% {
		top: 0
	}
}

@media (max-width: 992px) {
	.menu-wrapper .container {
		width: 100%;
		padding: 0
	}
}

#menu {
	border: none;
	min-height: 44px;
	margin-bottom: 0
}

@media (min-width: 992px) {
	#menu .side-menu {
		display: block !important
	}
}
.audio-box:hover{
	cursor: pointer;
}
@media (min-width: 992px) {
	#menu .side-menu .dropdown-menu {
		width: 270px;
		border-radius: initial !important;
		padding: 0;
		top: 98%;
		border: none;
		left: 3%;
		color: #333;
		text-align: left;
		/*transform: translateX(-50%);*/
		box-shadow: initial;
		background: rgba(255,255,255,0.9);
		transition: opacity 0.5s ease-in;
	}

	html[dir="rtl"] #menu .side-menu .dropdown-menu {
		right: 50%;
		left: auto
	}

	html[dir="rtl"] #menu .side-menu .dropdown-menu {
		margin-left: auto;
		margin-right: -80px
	}
}

#menu .side-menu .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -0.4375em;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent
}

#menu .side-menu .dropdown-menu:after {
	content: '';
	position: absolute;
	left: 0;
	top: -14px;
	width: 100%;
	height: 14px
}

#menu .side-menu .dropdown-menu > li i {
	font-size: 12px
}

#menu .side-menu .dropdown-menu > li:last-of-type {
	border-bottom: none
}

#menu .side-menu .dropdown-menu > li > a {
	padding: 9px 20px
}

#menu .side-menu .dropdown-menu > li > a:active {
	background-color: #ddd
}

@media (max-width: 992px) {
	#menu {
		background-color: #f1f1f0;
		border-bottom: 1px solid #e4e4e4;
		min-height: 40px;
		overflow: hidden;
		width: 100%
	}
}

@media (max-width: 992px) {
	#menu .nav {
		float: none;
		text-align: left;
		margin: 0
	}
}

#menu .nav > li {
	position: relative
}

#menu .nav > li > a {
	font-weight: bold;
	color: #333;

}
#menu .nav > li > a:hover{
	background: inherit;
}

#menu .nav > li > a:active {
	color: #ac0a0a
}

@media (min-width: 992px) {
	#menu .nav > li {
		float: none;
		display: inline-block
	}

	#menu .nav > li:first-of-type a {
		padding-left: 0
	}

	html[dir="rtl"] #menu .nav > li:first-of-type a {
		padding-left: 22px;
		padding-right: 0
	}


	html[dir="rtl"] #menu .nav > li:last-of-type a {
		padding-right: 22px;
		padding-left: 0
	}

	#menu .nav > li > .toggle-button {
		position: absolute;
		top: 50%;
		margin-top: -9px;
		right: 7px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#menu .nav > li > .toggle-button {
		right: 0
	}
}

@media (min-width: 992px) {
	#menu .nav  li.dropdown:hover > .dropdown-menu {
		display: block;
		visibility: visible
	}

	#menu .nav  li.dropdown > .dropdown-menu >li.dropdown .dropdown-menu{
		top: -2px;
		left: 100%;
		transform: initial;
	}
	#menu .nav  li.dropdown > .dropdown-menu >li.dropdown .dropdown-menu:before{
		top: 13px;
		left: -4px;
		transform: rotate(-90deg);
		display: none;
	}

	#menu .nav  li:hover > a {
		color: #68d2df !important
	}

	#menu .nav > li > a {
		height: 44px;
		line-height: 44px;
		padding: 0 22px;
		color: #333;
		font-size: 14px
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	#menu .nav > li > a {
		padding: 0 18px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#menu .nav > li > a {
		padding: 0 12px
	}
}

@media (max-width: 992px) {
	#menu .nav > li {
		float: none;
		border-bottom: 1px solid #e5e5e5
	}

	#menu .nav > li.active > a, #menu .nav > li.active .toggle-button {
		color: #68d2df
	}

	#menu .nav > li.active > a i, #menu .nav > li.active .toggle-button i {
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	#menu .nav > li > .toggle-button {
		position: absolute;
		top: 0;
		padding: 10px;
		cursor: pointer;
		right: 0px
	}

	#menu .nav > li > a {
		width: 84%;
		color: #666
	}

	#menu .nav > li .dropdown-menu {
		position: relative;
		float: none;
		box-shadow: none;
		border: none;
		padding-left: 12px;
		transition: none
	}
}

#menu .navbar-header {
	height: 40px;
	width: 100%;
	margin: 0
}

#menu .navbar-header .mobile-search {
	float: left;
	padding: 0 10px;
	height: 40px;
	width: 40px
}

#menu .navbar-header .mobile-nav-icon {
	height: 40px;
	width: 40px;
	float: right
}

@media only screen and (max-width: 992px) {
	.side-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		cursor: pointer;
		z-index: 9999999;
		background: rgba(0, 0, 0, 0.4)
	}

	.side-menu .side-inner {
		position: absolute;
		top: 0;
		height: 100%;
		width: 80%;
		text-align: left;
		overflow-y: auto;
		padding: 14px 10px;
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		background-color: #fff;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		left: 0
	}

	.side-menu .side-inner.active {
		box-shadow: rgba(0, 0, 0, 0.1) 0 0 100px 0;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.side-menu .side-inner .dropdown-menu {
		margin-left: 0 !important
	}

	.category-title {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin: 20px -10px 0 -10px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px
	}

	.side-title {
		text-align: center;
		margin: -14px -10px 15px;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #f1f1f1
	}

	.side-title a {
		color: #222
	}

	.side-title i {
		margin-right: 6px
	}

	.side-title > div {
		background: #fff;
		border-radius: 3px;
		padding: 8px 6px;
		border: 1px solid #e4e4e4
	}

	.side-title > div:active {
		border-color: #ccc;
		background: #f1f1f1
	}

	.side-title .side-cart {
		position: relative
	}

	.side-title .side-cart .cart-total {
		position: absolute;
		top: -5px;
		right: -11px;
		min-width: 18px;
		line-height: 18px;
		text-align: center;
		z-index: 999;
		font-size: 12px;
		height: 18px;
		background-color: #68d2df;
		color: #fff;
		border-radius: 50%
	}

	.side-title .side-cart .logged-state {
		display: none
	}

	.side-title .side-cart .icon-wrapper {
		float: left
	}

	.side-title .side-cart .info {
		margin-top: 2px;
		float: left
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-wrapper {
	line-height: 24px;
	border-radius: 0
}

@media (min-width: 992px) {
	.breadcrumb-wrapper {
		background-color: #f9f9f9;
		margin-bottom: 40px
	}
}

.breadcrumb-wrapper .breadcrumb {
	margin: 0 auto;
	padding: 8px 15px;
	background-color: transparent
}

.breadcrumb-wrapper .breadcrumb a {
	font-size: 12px;
	color: #222
}
.pagination {
	margin: 0;
}
/* buttons */
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 13px;
	font-size: 13px;
	line-height: 1.42857;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
	color: #666;
	text-decoration: none
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #666;
	background-color: #fff;
	border-color: #ddd
}

.btn-default:focus, .btn-default.focus {
	color: #666;
	background-color: #e6e6e6;
	border-color: #9d9d9d
}

.btn-default:hover {
	color: #666;
	background-color: #e6e6e6;
	border-color: #bebebe
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #666;
	background-color: #e6e6e6;
	border-color: #bebebe
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	color: #666;
	background-color: #d4d4d4;
	border-color: #9d9d9d
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ddd
}

.btn-default .badge {
	color: #fff;
	background-color: #666
}

.btn-primary {
	color: #fff;
	background-color: #68d2df;
	border-color: #68d2df
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #dd0c0c;
	border-color: #940808
}

.btn-primary:hover {
	color: #fff;
	background-color: #68d2df;
	border-color: #68d2df;
	opacity: .8;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #68d2df;
	border-color: #68d2df;
	opacity: .8;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #68d2df;
	border-color: #68d2df;
	opacity: .8;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #68d2df;
	border-color: #68d2df
}

.btn-primary .badge {
	color: #68d2df;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #4cb64c;
	border-color: #4cb64c
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #3c933c;
	border-color: #265d26
}

.btn-success:hover {
	color: #fff;
	background-color: #3c933c;
	border-color: #398c39
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3c933c;
	border-color: #398c39
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #327a32;
	border-color: #265d26
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #4cb64c;
	border-color: #4cb64c
}

.btn-success .badge {
	color: #4cb64c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #54b7d3;
	border-color: #54b7d3
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #32a2c2;
	border-color: #226f85
}

.btn-info:hover {
	color: #fff;
	background-color: #32a2c2;
	border-color: #309cba
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #32a2c2;
	border-color: #309cba
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #2b8ba6;
	border-color: #226f85
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #54b7d3;
	border-color: #54b7d3
}

.btn-info .badge {
	color: #54b7d3;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f3a638;
	border-color: #f3a638
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ea8f0e;
	border-color: #a2630a
}

.btn-warning:hover {
	color: #fff;
	background-color: #ea8f0e;
	border-color: #e0890e
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ea8f0e;
	border-color: #e0890e
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #c87b0c;
	border-color: #a2630a
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f3a638;
	border-color: #f3a638
}

.btn-warning .badge {
	color: #f3a638;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #e3503e;
	border-color: #e3503e
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #d0321e;
	border-color: #8d2214
}

.btn-danger:hover {
	color: #fff;
	background-color: #d0321e;
	border-color: #c72f1d
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d0321e;
	border-color: #c72f1d
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #b12a1a;
	border-color: #8d2214
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #e3503e;
	border-color: #e3503e
}

.btn-danger .badge {
	color: #e3503e;
	background-color: #fff
}

.btn-link {
	color: #0293db;
	font-weight: normal;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}

.btn-link:hover, .btn-link:focus {
	color: #c40b0b;
	text-decoration: none;
	background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
	padding: 9px 18px;
	font-size: 17px;
	line-height: 1.33333;
	border-radius: 0
}

.btn-sm, .btn-group-sm > .btn {
	padding: 4px 9px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block + .btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
/* list group */
.list-group a {
	border: 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	border: 0;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

@media (min-width: 768px) {

	.product-thumb:hover .product-button-wrapper {
		right: 10px;
		opacity: 1
	}
}

.product-thumb .image {
	position: relative;
	text-align: center
}

.product-thumb .image img {
	display: inline-block
}

.product-thumb .image .flash-icon {
	left: 16px;
	position: absolute;
	top: 16px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	z-index: 9;
	background: #ee3333
}

.product-thumb .image .sales {
	right: 8px
}

.product-thumb .caption {
	padding: 0 10px 10px
}

/*.product-thumb .product-button-wrapper {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.product-thumb .product-button-wrapper button {
	height: 40px;
	display: block;
	margin-bottom: 8px;
	width: 40px;
	color: #707070;
	background: #fff;
	box-shadow: 0 0px 14px rgba(0, 0, 0, 0.07);
	border: 0
}

.product-thumb .product-button-wrapper button:disabled {
	background-color: #f65959 !important
}

.product-thumb .product-button-wrapper button:active, .product-thumb .product-button-wrapper button:hover {
	color: #fff;
	background: #555
}

.product-thumb .product-button-wrapper button.cart:hover {
	color: #fff;
	background: #68d2df
}*/

.product-thumb

.product-thumb .product-name a {
	color: #111;
	font-weight: bold;
	font-size: 13px
}

.product-thumb .product-description {
	color: #999;
	display: none
}

.product-thumb .rating {
	position: relative;
	padding-bottom: 8px
}


@media (max-width: 768px) {
	.product-thumb .price {
		font-size: 14px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}
}

.product-thumb .price .price-old {
	font-weight: 500;
	color: #bbb;
	font-size: 12px;
	text-decoration: line-through
}

.product-thumb .price .price-tax {
	color: #bbb;
	font-size: 12px
}



.product-thumb .button-group .btn {
	padding: 7px 13px
}

@media (max-width: 376px) {
	.product-thumb .button-group .btn {
		padding: 4px 10px;
		font-size: 12px
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
.form-control:focus {
	border-color: #68d2df !important;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*login*/
.radio-inline, .checkbox-inline{padding-left: 0 !important;}
.login-bg-wrapper{
	/*background-image: url(../image/login-bg.jpg);*/
	background-color: #fff;
	/*background-position: center center;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
}
@media (min-width: 768px) {
	.login-container .login-wrapper{
		width: 429px;
	}
}
body.account-login #input-pre-telephone, body.account-register #input-pre-telephone {
	height: 40px
}

body.account-login .login-bg-wrapper, body.account-register .login-bg-wrapper {
	margin: 0 0 -20px;
	width: 100%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

@media (min-width: 992px) {
	body.account-login .login-bg-wrapper, body.account-register .login-bg-wrapper {
		min-height: 600px
	}
}

body.account-login .login-bg-wrapper .tab-content, body.account-register .login-bg-wrapper .tab-content {
	margin-top: 15px
}

body.account-login .login-bg-wrapper .alert, body.account-register .login-bg-wrapper .alert {
	margin-top: 10px
}

body.account-login .login-bg-wrapper .newsletter-wrapper label, body.account-login .login-bg-wrapper .agree-wrapper label, body.account-register .login-bg-wrapper .newsletter-wrapper label, body.account-register .login-bg-wrapper .agree-wrapper label {
	padding-top: 0;
	margin-bottom: 2px
}

body.account-login .login-bg-wrapper .register-box a, body.account-login .login-bg-wrapper .agree-wrapper a, body.account-register .login-bg-wrapper .register-box a, body.account-register .login-bg-wrapper .agree-wrapper a {
	color: #222;
	text-decoration: underline
}

body.account-login .login-bg-wrapper .login-wrapper, body.account-register .login-bg-wrapper .login-wrapper {
	padding: 0;
	margin: 78px auto;
	background-color: #fff;
	box-shadow:inherit;
	border: none;
	border-radius: 2px
}

@media (min-width: 768px) {
	body.account-login .login-bg-wrapper .login-wrapper, body.account-register .login-bg-wrapper .login-wrapper {
		width: 429px
	}

	html[dir="rtl"] body.account-login .login-bg-wrapper .login-wrapper, html[dir="rtl"] body.account-register .login-bg-wrapper .login-wrapper {
		width: 440px
	}
}

html[dir="rtl"] body.account-login .login-bg-wrapper .login-wrapper, html[dir="rtl"] body.account-register .login-bg-wrapper .login-wrapper {
	padding: 30px 20px
}

@media (max-width: 768px) {
	body.account-login .login-bg-wrapper .login-wrapper, body.account-register .login-bg-wrapper .login-wrapper {
		margin: 30px auto;
		padding: 10px
	}
}

body.account-login .login-bg-wrapper .login-wrapper .title-link, body.account-register .login-bg-wrapper .login-wrapper .title-link {
	margin-bottom: 30px
}

body.account-login .login-bg-wrapper .login-wrapper .title-link > a, body.account-register .login-bg-wrapper .login-wrapper .title-link > a {
	font-size: 18px;
	transition: color .3s ease;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	position: relative;
	color: #bababa;
	margin-right: 10px
}
body.account-login .login-bg-wrapper .login-wrapper .title-link > a:last-child, body.account-register .login-bg-wrapper .login-wrapper .title-link > a:last-child{
	margin-right: 0;
}

html[dir="rtl"] body.account-login .login-bg-wrapper .login-wrapper .title-link > a, html[dir="rtl"] body.account-register .login-bg-wrapper .login-wrapper .title-link > a {
	font-size: 16px;
	margin: 0 0 0 36px
}

html[dir="rtl"] body.account-login .login-bg-wrapper .login-wrapper .title-link > a:last-of-type, html[dir="rtl"] body.account-register .login-bg-wrapper .login-wrapper .title-link > a:last-of-type {
	margin: 0
}

body.account-login .login-bg-wrapper .login-wrapper .title-link > a:hover, body.account-register .login-bg-wrapper .login-wrapper .title-link > a:hover {
	color: #000
}

body.account-login .login-bg-wrapper .login-wrapper .title-link > a:after, body.account-register .login-bg-wrapper .login-wrapper .title-link > a:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
	content: "";
	width: 0;
	height: 4px;
	background-color: #68d2df
}

body.account-login .login-bg-wrapper .login-wrapper .title-link > a.active, body.account-register .login-bg-wrapper .login-wrapper .title-link > a.active {
	color: #000;
	cursor: default
}

body.account-login .login-bg-wrapper .login-wrapper .title-link > a.active:after, body.account-register .login-bg-wrapper .login-wrapper .title-link > a.active:after {
	width: 100%
}

body.account-login .login-bg-wrapper .login-wrapper label.col-sm-2.control-label, body.account-register .login-bg-wrapper .login-wrapper label.col-sm-2.control-label {
	font-size: 16px;
	width: 100%;
	padding: 0;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

body.account-login .login-bg-wrapper .login-wrapper input.form-control, body.account-login .login-bg-wrapper .login-wrapper .button-code, body.account-register .login-bg-wrapper .login-wrapper input.form-control, body.account-register .login-bg-wrapper .login-wrapper .button-code {
	height: 44px;
	box-shadow: inherit;
	border-color: #eeeeee;
}

body.account-login .login-bg-wrapper .login-wrapper .register-box, body.account-register .login-bg-wrapper .login-wrapper .register-box {
	overflow: hidden;
	margin-bottom: 30px
}

body.account-login .login-bg-wrapper .login-wrapper input[type='submit'], body.account-register .login-bg-wrapper .login-wrapper input[type='submit'] {
	width: 100%;
	font-size: 16px
}
html[lang^="en"] body.account-account .account-grid-wrapper a em {
	height: 44px !important
}

body.account-account {
	background-color: #f4f4f4
}

body.account-account .page-account-wrapper {
	margin-top: 30px
}

body.account-account .account-link-wrapper {
	background: #fff;
	margin-bottom: 20px;
	border: none;
	padding: 20px 20px 0
}
body.account-account .account-link-wrapper .title {
	margin-bottom: 6px
}

body.account-account .account-link-wrapper i {
	margin-right: 5px;
	color: #555
}

html[dir="rtl"] body.account-account .account-link-wrapper i {
	margin: 0 0 0 5px
}

body.account-account .account-grid-wrapper .title {
	margin-bottom: 20px
}

body.account-account .account-grid-wrapper a {
	display: block;
	border: 1px solid #ebebeb;
	padding: 26px 16px 20px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

body.account-account .account-grid-wrapper a:hover {
	border-color: #68d2df
}

body.account-account .account-grid-wrapper a span {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto 16px auto
}

body.account-account .account-grid-wrapper a em {
	font-style: normal;
	display: inline-block;
	height: 22px;
	overflow: hidden
}

body.account-account .account-grid-wrapper a img {
	max-width: 100%;
	height: auto;
	display: inline-block
}

body.account-account .account-grid-wrapper a:before {
	display: none
}

body.account-account .avatar-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #f5f5f5
}

body.account-account .avatar-wrapper #button-avatar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	opacity: 0;
	transition: opacity .2s ease;
	padding-top: 35px
}

body.account-account .avatar-wrapper #button-avatar i {
	color: #fff
}

body.account-account .avatar-wrapper:hover #button-avatar {
	opacity: 1
}

@media (min-width: 992px) {
	body.account-account .account-height {
		height: 210px
	}
}

body.account-account .account-information p {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eceaea
}

body.account-account .account-information p i {
	color: #aeb1bb
}

body.account-account #image-upload {
	margin: 0;
	text-align: center
}

body.account-account #clipArea {
	height: 300px
}

body.account-account #file, body.account-account #clipBtn {
	margin: 20px
}

body.account-account #file {
	display: none
}
.default-border {
	overflow: hidden;
	border: 1px solid #ebebeb;
	padding: 20px !important;
	background: #fff
}

.default-border .title {
	margin-top: 0;
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 0 15px 15px;
	border-bottom: 1px solid #e7e7e7
}

.default-border .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	height: 20px;
	width: 4px;
	background: #68d2df
}

html[dir="rtl"] .default-border .title:before {
	left: auto;
	right: 0
}

.default-border ol, .default-border ul {
	list-style: none
}

.default-border .list-unstyled {
	margin-bottom: 0
}

.default-border .list-unstyled li {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.default-border .list-unstyled li:hover {
	padding-left: 10px;
	background-color: #f5f5f5
}

.default-border .list-unstyled li:hover a {
	color: #68d2df
}

.default-border .list-unstyled li:hover a:before {
	color: #68d2df
}

.default-border .list-unstyled a {
	display: block;
	padding: 8px 0;
	color: #333;
	position: relative
}
body.checkout-cart #accordion .panel {
	box-shadow: none;
	border-color: #eee
}

body.checkout-cart #accordion .panel .panel-heading {
	background-color: #fff;
	border-color: #eee;
	padding: 0
}

body.checkout-cart #accordion .panel .panel-heading a {
	padding: 12px 15px;
	display: block
}

body.checkout-cart #accordion .panel .panel-heading a:active {
	background-color: #f3f3f3
}

body.checkout-cart #accordion .panel .panel-heading a i {
	font-size: 18px;
	float: right
}

body.checkout-cart #accordion .panel .panel-heading a .fa-caret-down:before {
	content: '\f107'
}

body.checkout-cart .checkbox-plus label:before {
	font-size: 18px
}

body.checkout-cart .cart-remove {
	color: #666;
	text-decoration: underline
}

body.checkout-cart .cart-well {
	background: #fff;
	padding: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}

body.checkout-cart .cart-checkout {
	font-weight: bold;
	min-width: 200px;
	margin-top: 20px
}

body.checkout-cart table#product-table thead td {
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #eee
}

body.checkout-cart table#product-table .cart-name {
	width: 350px;
	padding-right: 50px
}

body.checkout-cart table#product-table td {
	padding: 20px 8px;
	border: none
}

body.checkout-cart table#product-table .name {
	color: #333
}

body.checkout-cart table#product-table .quantity-wrapper {
	width: 100px
}

body.checkout-cart table#product-table .quantity-wrapper button {
	width: 30px;
	padding: 8px 2px
}

body.checkout-cart table#product-table .quantity-wrapper .form-control {
	padding: 0;
	text-align: center
}

body.checkout-cart table#product-table .cart-price {
	font-weight: bold
}

body.checkout-cart table#product-table .cart-total {
	font-weight: bold;
	color: #f30240
}

body.checkout-cart table#cart-totals tbody > tr:last-of-type td {
	color: #68d2df
}

.quantity-div{display: flex;justify-content: flex-end;align-items: center;}
.quantity-div input{min-height: 30px !important;width: 30px !important;height: 30px !important;border: 0 !important;box-shadow: initial !important;}
.quantity-div .quantity-btn{background: transparent !important;height: 30px;line-height: 30px;padding: 0 5px;border-radius: 0 !important;}
.quantity-div .quantity-btn i:before{color: #333;}
.quantity-div button{padding: 5px 10px;height: 30px;background: transparent !important;color: #333 !important;border: 0;}

header #navToggle {
	height: 100%;
	margin-right: -15px;
	display: inline-block;
	float: right;
	padding: 0 15px;
}
header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px;
}
header #navToggle span:before,
header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
header #navToggle span,
header #navToggle span:before,
header #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #4f4f4f;
}
header #navToggle span:before {
	top: 8px;
}
header #navToggle span:after {
	bottom: 10px;
}
header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
header #navToggle.open span {
	background: none;
}
header #navToggle.open span:before,
header #navToggle.open span:after {
	background: #4f4f4f;
}

.footer{position: fixed !important;width: 100%;height:auto !important;background: #fff;bottom: 0;z-index: 1000;padding: 15px 30px 8px;display: flex;justify-content: space-between;text-align: center;box-shadow: 0 0 10px #333333;}
.footer a i{display: block;margin-bottom: 5px;}
.footer a i:nth-child(2),.footer a.active i:nth-child(1){display: none;}
.footer a span{display: block;font-size: 14px;color: #333333;}
.footer i img{width: 24px;position: relative;top:-3px;}
.footer i:before{font-size: 24px;color: #333333}
.footer a.active i:before,.footer a.active span{color: #68d2df;}
.footer a.active i:nth-child(2){display: block;}

.zw {
	width: 100%;
	height: 88px;
}
.header {
	display: flex;
	padding: 5px 10px !important;
	height: 50px;
	box-shadow: 0 0 10px #ccc;
}
.header .logo {
	height: 40px;
}
.header .logo img {
	height: 100%;
}
.header > .pull-right {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.header > .pull-right #search {
	margin: 0;
	border: 0;
}
.header > .pull-right #search .btn-lg {
	background: #fff;
	color: #333;
	padding: 9px 12px;
	text-shadow: inherit;
	box-shadow: inherit;
	border: 0;
}
.header > .pull-right #search .btn-lg i {
	font-size: 20px !important;
}
.header > .pull-right #form-language button {
	padding: 9px 12px;
	color: #333;
	display: flex;
	align-items: center;
}
.header > .pull-right #form-language button i {
	font-size: 20px !important;
	margin-right: 5px;
}
.header > .pull-right #navToggle {
	padding: 0 15px;
}

.checkout-cart #content .prog{padding: 10px 0;background: #fff;margin-bottom: 2px;display: flex;align-items: center;justify-content: center;}
.checkout-cart #content .prog .prog-bar{width: 30%;background: #f7f5f2;box-shadow: 0 0 10px #ccc inset;height: 14px;border-radius: 5px;padding: 3px;margin: 0 5px;}
.checkout-cart #content .prog .prog-bar span{display: block;height: 100%;background: #68d2df;border-radius: 5px;box-shadow: 0 0 10px #ccc;}


/*更新*/
.sidebar-widget {
	list-style: none;
	padding: 0
}

@media (max-width: 1200px) {
	.sidebar-widget {
		padding: 10px
	}
}

.sidebar-widget li {
	box-shadow: none;
	margin: 10px 0 0;
	border-bottom: 1px solid #ebebeb
}

.sidebar-widget li:last-of-type {
	border-bottom: none
}

.sidebar-widget li .category-href {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	color: #333
}

.sidebar-widget li.active > a {
	color: #68d2df
}

.sidebar-widget li.active > a[aria-expanded="false"] {
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important
}

.sidebar-widget li.active > .toggle-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sidebar-widget ul {
	padding-left: 22px;
	list-style: none
}

.sidebar-widget ul li {
	padding: 10px 0;
	margin-top: 0;
	border-bottom: 1px dashed #e4e4e4
}

.sidebar-widget ul li ul {
	margin-top: 8px;
	padding-left: 14px
}

.sidebar-widget ul li:last-of-type {
	border: none
}

.sidebar-widget ul li a {
	color: #333
}

.sidebar-widget ul li a:hover {
	color: #68d2df
}

.sidebar-widget .toggle-icon {
	float: right;
	font-size: 16px;
	padding: 0 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.sidebar-widget .toggle-icon i {
	color: #ccc
}

.sidebar-widget .toggle-icon[aria-expanded="true"] {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.filter-wrapper {
	overflow: hidden;
	padding: 11px 12px 8px;
	border: 1px solid #ebebeb
}

.filter-wrapper button {
	outline: 0
}

.filter-wrapper .input-group-addon {
	background-color: #f4f5f5;
	border-color: #f4f5f5
}

@media (max-width: 992px) {
	.filter-wrapper .hidden-xs > .form-group {
		height: 35px
	}
}

.filter-wrapper .form-group {
	margin-bottom: 0;
	height: 28px
}

.filter-wrapper .btn-group a {
	padding: 4px 6px;
	font-size: 16px;
	border: none;
	color: #ddd
}

.filter-wrapper .btn-group .active {
	background-color: #fff;
	box-shadow: none;
	color: #333
}
.filter-wrapper a {
	padding: 0;
	color: #222
}
@media (max-width: 768px) {
	.product-wrapper .product-layout.col-xs-6:nth-child(2n+1) {
		padding-right: 7.5px
	}

	.product-wrapper .product-layout.col-xs-6:nth-child(2n+2) {
		padding-left: 7.5px
	}
}
.tag, .product-thumb .image .sales {
	position: absolute;
	top: 8px;
	height: 24px;
	font-size: 12px;
	border-radius: 4px;
	color: #75d262;
	height: 22px;
	z-index: 9;
	padding: 1px 4px;
	border: 1px solid #75d262
}

#regular-field-postcode{
	display: none !important;
}
.modal-dialog{
	z-index: 1000000;
}

.pro-option .text-danger{
	display: block;
	color: #ff1c58;
}

/*copy form cnwine*/
.bnews-item{display:flex;margin-bottom:30px;border-top: 1px dashed #e6e6e6;transition: all .5s;padding: 42px;}
.bnews-item:first-child{border: 0;}
.bnews-item:last-child{border-bottom: 1px dashed #e6e6e6;}
.bnews-item:hover{background: #f6f6f6;}
.bnews-item a{color:#333;}
.bnews-item .image-new{width:30%;}
.bnews-item .image-new img{width:100%;}
.bnews-item .txt{position:relative;width:70%;}
.bnews-item .txt .txt-content{width:100%;position:absolute;top:50%;padding-left:50px;transform:translateY(-50%);}
.bnews-item .txt .date-time{font-size:16px;color:#68d2df;}
.bnews-item .txt .name{margin:30px 0;}
.bnews-item .txt .name a{font-size:18px;line-height:1.5;}
.bnews-item .txt .blog-button a{width: auto;padding: 0 20px;color: #fff;margin-top: 50px;}

.pagetion{display:flex;align-items:center;font-size:16px;color:#000;margin-bottom:30px;}
.pagetion .pagination{margin-left:10px;}
.pagetion .pagination a,.pagetion .pagination span{border:0;background:transparent!important;color:#000;}
.pagetion .pagination li.active a,.pagetion .pagination li.active span{color:#dbbb7e!important;}
.colorbox{display:block;width:100%;}
.colorbox img{width:100%;}
.article-content{margin-bottom:30px;}
@media (max-width:768px){
	.search-a-link{flex-wrap:inherit;margin-bottom:0;}
	.search-a-link a{margin:0 0 20px;}
	.bnews-list{padding:30px 0;overflow:inherit!important;}
	.bnews-item{flex-wrap:wrap;}
	.bnews-item .image-new{width:100%;}
	.bnews-item .txt{width:100%;}
	.bnews-item .txt .txt-content{padding:15px;position:inherit;top:inherit;transform:inherit;}
	.bnews-item .txt .name{margin:10px 0;}
}

.recent-box a{color:#333;}
.recent-box .recent-tiem{display:flex;padding:30px 0;border-bottom:1px solid #d8d6c1;}
.recent-box .recent-tiem .img{width:30%;}
.recent-box .recent-tiem .txt{padding-left:10px;width:70%;}
.recent-box .recent-tiem .txt .name a{font-size:16px;font-weight:400;display:block;width:100%;}
.recent-box .recent-tiem .txt .date-time{margin-left:-10px;}

.category-list .search {
    position: relative;
}
.category-list .search input {
    width: 100%;
    height: 53px;
    border: 1px solid #e6e6e6;
    padding-left: 14px;
    padding-right: 50px;
}
.category-list .search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.__tips .msg{
}
.__tips .msg a{
	margin: 0 5px ;
}

.m_nav .ul{margin-top: 0;}
.navication>li{}
.navication>li a{}
.navication>li>h3{position: relative;padding: 0;margin: 0;}
.navication>li>h3:after{content: '\f107';width: 25px;height: 25px;display: block;position: absolute;right: -10px;top: 15px;font-family: FontAwesome;transition: all .3s;}
.navication>li>h3.on:after{content: '\f106'}
.navication>li>ul{display: none;margin: 0;padding: 0;}

/*=== Search ===*/
.searchform-fly-overlay,
.menu-full-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	transition: all ease-in-out .25s;
	z-index: 10000999;
}
.open-search-form.searchform-fly-overlay,
.open-menu-fullscreen.menu-full-screen  {
	visibility: visible;
	opacity: 1;
}
.searchform-fly-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}
.searchform-fly-overlay .btn-close-search {
	font-size: 40px;
	display: block;
	position: absolute;
	top: 20%;
	right: 20%;
	line-height: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
}
.searchform-fly-overlay .btn-close-search:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	color: #fff;
}
.searchform-fly-overlay .searchform-fly {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.open-search-form .searchform-fly {
	visibility: visible;
	opacity: 1;
}
.searchform-fly-overlay p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 70px;
}
.search-form {
	position: relative;
}
.searchform-fly-overlay .search-field {
	width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255,255,255, 1);
	border: 0 !important;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	color: #fff;
	transition: all .3s ease-out;
	font-weight: 300;
	max-width: 95%;
	height: auto;
}
.search-form .search-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	right: 5px;
	border: none;
	color: #ffff;
	background: none;
	padding: 0;
}
.search-form .search-button:hover {
	color: #dbbb7e;
}
header #logo img{
	height: 100px;
	margin: 10px 0;
}
.payment-form.adk-payment-form.adk-not-payment-api{
	padding: 15px !important;
	margin: 0 auto 20px !important;
}
.payment-form.adk-payment-form.adk-not-payment-api .adk-col-70{
	width: 100% !important;
}