body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	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: #fff;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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;
	}
}



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: #c0965e !important
}

@media (min-width: 992px) {
	nav#top .btn-group .dropdown-menu, nav#top .list-inline li .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"] nav#top .btn-group .dropdown-menu, html[dir="rtl"] nav#top .list-inline li .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 {
		margin-left: auto;
		margin-right: -80px
	}
}

nav#top .btn-group .dropdown-menu:before, nav#top .list-inline li .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 {
	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 {
	font-size: 12px
}

nav#top .btn-group .dropdown-menu > li:last-of-type, nav#top .list-inline li .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 {
	padding: 9px 20px
}

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

nav#top .btn-group:hover .dropdown-menu, nav#top .list-inline li: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: #c0965e !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: #c0965e
}

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 {
	position: relative;
	width: 100%
}

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: #c0965e
}

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

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

header #search span:hover {
	background: #f65959
}

/* cart */

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



#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 260px;
	width: 320px;
	background: #fff;
	padding: 30px 20px;
}
#cart .dropdown-menu tr{
	background-color: transparent;
}


@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

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


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 {
	color: #333
}

@media (max-width: 1200px) {
	header #cart .cart-wrapper {
		/*padding: 0 0 0 10px*/
		padding: 16px 0 17px !important;
	}
	#cart >a{margin: 0}
}

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

header #cart .cart-wrapper #cart-total {
	font-size: 12px;
}
#cart li.product {padding: 10px 0;overflow: hidden;}
#cart li.product .name {width: 165px;padding-left: 20px;}
#cart li.product .image {width: 70px;}
#cart li.product .image a{padding: 0; height: 100%;}
#cart li.product .image a img{height: 100%;padding: 10px 0;border: 0;width: 100%;margin-left: 0;background: #f9f9f5;}
#cart .name a {text-transform: none;line-height: 19px;font-size: 12px;font-weight: 500;padding: 0;}
#cart .price-cart {color: #333333;font-weight: bold;font-size: 14px;margin-left: 6px;}
#cart .total {list-style-type: none;padding: 10px 0;}
#cart .total > .t-row {position: relative;overflow: hidden;}
#cart .total > .t-row > div {width: 60%;float: left;line-height: 28px;color: #333333;vertical-align: middle;}
[dir="rtl"] #cart .total > .t-row > div {float: right;}
#cart .total > .t-row > div b {font-weight: 500;color: #333333;}
#cart .total > .t-row > div + div {width: 40%;}
#cart .total > .t-row > div em {color: #333333;font-style: normal;font-weight: 600;}
#cart .btns .btn {padding: 10px 10px;font-size: 14px;width: 100%;margin-top: 10px;border: 0;font-weight: 700;}
#cart .btns .btn-l{background: #ececec;color: #333333;}
#cart .btns .btn-r{background: #b79a62;color: #fff;display: flex;justify-content: center;align-items: center;}
#cart .btns .btn-r i{margin-left: 10px;}
#cart .btns .btn:hover{background: #333;color: #fff;}
/*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;
}
body:not(.common-home) .menu-wrapper {
	position: relative;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.15);
}
.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
	}
}

@media (min-width: 992px) {
	#menu .side-menu .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"] #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) {
	header #cart .dropdown-menu {
		top: 90%;
		right: -6px;
		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: 40px;
	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
}

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

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

	#menu .nav > li:hover > a {
		color: #c0965e
	}

	#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: #c0965e
	}

	#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: #c0965e;
		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 hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	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: 20px
	}
}

.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
}
#list-view,#grid-view{
	border: 0 !important;
	background: transparent !important;
	margin-top: 6px;
	box-shadow: inherit!important;
	outline: none;
}
#list-view i,#grid-view i{
	font-size: 20px;
	color: #333;
}
#list-view.active i,#grid-view.active i,#list-view:hover i,#grid-view:hover i{
	color: #d6b169;
}
.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: #c0965e;
	border-color: #c0965e
}

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

.btn-primary:hover {
	color: #fff;
	background-color: #dbbb7e;
	border-color: #dbbb7e
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #dbbb7e;
	border-color: #dbbb7e
}

.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: #dbbb7e;
	border-color: #dbbb7e
}

.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: #c0965e;
	border-color: #c0965e
}

.btn-primary .badge {
	color: #c0965e;
	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 {
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15)
	}

	.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: #c0965e
}

.product-thumb .product-name {
	overflow: hidden;
	height: 38px;
	margin: 16px 0 18px
}

.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
}

.product-thumb .price {
	font-size: 16px;
	margin-bottom: 0;
	color: #d4282d !important
}

@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 .price .cart {
	float: right;
	color: #000;
	margin-top: -3px;
	margin-right: 2px;
	padding: 2px 6px
}

html[dir="rtl"] .product-thumb .price .cart {
	float: left
}

@media (max-width: 768px) {
	.product-thumb .price .cart {
		display: none
	}
}

.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: #c0965e !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: 420px;
	}
}
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: 30px;
	margin: 78px auto;
	background-color: #fff;
	margin-right: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	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: 420px
	}

	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: #c0965e
}

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;
	font-weight: 500;
	display: none
}

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: 40px
}

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: #c0965e
}

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: #c0965e
}

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: #c0965e
}

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

.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 .menu-wrapper {
	display: none
}

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;
	margin-bottom: 20px;
}
body.checkout-cart .cart-well .buttons{
	margin: 0 15px;
}

body.checkout-cart .cart-checkout {
	font-weight: bold;
	min-width: 200px;
	margin-top: 20px
}
body.checkout-cart table#product-table{
	border-bottom: 3px solid #eee;
	margin: 20px 0;
}
body.checkout-cart table#product-table thead td  ,body.account-wishlist table#product-table thead td{
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-family: "Poppins-Light";
}

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

body.checkout-cart table#product-table td ,body.account-wishlist table#product-table td{
	padding: 20px 8px;
	border: none;
	vertical-align: middle;
}

body.checkout-cart table#product-table .img-thumbnail {
	max-width: 60px
}

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: #c0965e
}

.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: #c0965e;}
.footer a.active i:nth-child(2){display: block;}
.footer a{position: relative;}
.footer a .cart_count,.footer a .wishlish-num{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	color: #fff;
	background: #c0965e;
	position: absolute;
	top: -13px;
	right: -8px;
}
.xblur{
	max-height: 500px !important;
	overflow: hidden;
	z-index: 0 !important;
}
.zw {
	width: 100%;
	height: 50px;
}
.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: #c0965e;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: #c0965e
}

.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: #c0965e
}

.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
}
.removehegihit{height: auto !important;}
.price-range {
	height: 40px;
	position: relative;
	width: 100%;
	margin: 23px auto 0;
}
.price-range .price-range-slider {
	width: 100%;
	height: 2px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10px;
	background-color: #ccc;

}
.price-range .bg-darkgrey, .price-range .bg-darkgrey-hand {
	left: 0;
	width: 570px;
	position: absolute;
	top: 0;
	height: 5px;
	overflow: hidden;
}
.price-range .bg-darkgrey {
	background-color: #ccd3e4;
}
.price-range .bg-darkgrey-hand {
	cursor: pointer;
	z-index: 5;
}
.price-range .slide-selected {
	height: 2px;
	line-height: 0;
	overflow: hidden;
	background-color: #c0965e;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 6;
	cursor: pointer;
}

.price-range .btn-price {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -4px;
	z-index: 10;
	cursor: pointer;
	background: #c0965e;
	border-radius:50%;
}
.layui-layer-hui{
	z-index: 100000000000000000000000000000000 !important;
}
/*=== 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.8);
	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: 15px;
}
.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;
	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;
}
.btn.btn-primary{
	background-image: linear-gradient(#dbbb7e, #d0a555);
	border: 0;

	font-size: 14px;
}
body:not([class^="vdi-"]) .btn.btn-primary{
	padding: 15px 50px;
}
@media (max-width: 768px) {
	body:not([class^="vdi-"]) .btn.btn-primary {
		padding: 15px 24px;
	}
}
.searchform-fly-overlay .search-button {
	height: 30px;
}
.searchform-fly-overlay .search-button i{
	font-size: 30px;
}
.searchform-fly-overlay .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a1a1a1;
}
.searchform-fly-overlay .search-field::-moz-placeholder { /* Firefox 19+ */
	color: #a1a1a1;
}
.searchform-fly-overlay .search-field:-ms-input-placeholder { /* IE 10+ */
	color: #a1a1a1;
}
.searchform-fly-overlay .search-field:-moz-placeholder { /* Firefox 18- */
	color: #a1a1a1;
}
.pointer.checkbox.is_checkbox{padding: 0;}
.pointer.checkbox.is_checkbox span{color: #333;}
.xcollapsable{padding-right: 20px !important;}
.xcollapsable:after{display: none !important;}
.lborder{border: 0 !important;}
#spotlight{
	background-color: rgba(0,0,0,.6) !important;
}
.text-danger{
	display: block !important;
	color: #000 !important;
}
.modal{
	z-index: 100000000000;
}
.index-pro .pro-con .pro-itme .pro-param .list-h-auto{
	width: 100%;
}
.index-pro .pro-con .pro-itme .pro-param .pro-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.merchant,.merchant_xcart{
	display: flex;
}
.merchant .table-responsive{
	width: calc( 100% - 120px) !important;
}
.merchant .m_logo{
	width: 120px !important;
	padding-right: 20px;
}
.merchant .m_logo img,.merchant_xcart .m_logo img{
	width: 100%;
}
.merchant .table-responsive table{margin: 0 !important;}
.merchant .table-responsive thead td{border: 0;}
.merchant .table-responsive tbody {border: 1px solid #eee !important;}

.detail-content .tab-content{
	margin-bottom: 40px;
}
.merchant_xcart{
	border: 1px solid #eee !important;
	margin-bottom: 15px;
}
.merchant_xcart .m_logo{
	width: 80px !important;
	padding: 0 10px;
	margin-top: 20px;
}
#xcart-content-address{
	padding: 15px 0;
}
.merchant_xcart .product-xcart{
	width: calc( 100% - 100px) !important;
}


.bnews-list{
	padding: 10px;
}
.bnews-item{
	display: flex;
	margin-bottom: 30px;
	box-shadow: 0 0 10px #ccc;
}
.bnews-item a{
	color: #333;
	font-family: "PRATA-REGULAR";
}
.bnews-item .image-new{
	width: 50%;
}
.bnews-item .image-new img{
	width: 100%;
}
.bnews-item .txt{
	position: relative;
	width: 50%;
}
.bnews-item .txt .txt-content{
	width: 100%;
	position: absolute;
	top: 50%;
	padding-left: 50px;
	transform: translateY(-50%);
}
.bnews-item .txt .date-time{
	font-size: 14px;
	color: #8a98bb;
	font-family: "PRATA-REGULAR";
}
.bnews-item .txt .date-time span{
	color: #bdb68e;
	font-size: 30px;
	margin-right: 10px;
}
.bnews-item .txt .name{
	margin: 30px 0;
}
.bnews-item .txt .name a {
	font-size: 24px;
	line-height: 1.5;
}
.bnews-item .txt .blog-button a{
	display: inline-block;
	padding: 16px 55px;
	color: #333;
	margin-top: 10px;
	font-weight: 700;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid #bdb68e;
}
.bnews-item .txt .blog-button a:hover{
	background: #dbbb7e !important;
	color: #fff;
}

.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;
}
.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;
}
/*h1, h2, h3, h4, h5, h6, .title{*/
/*	font-family:  "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "sans-serif" !important;*/
/*}*/
.sidebar-widget li .category-href {
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
}
.toggle-icon .fa-angle-right:before {
	content: '';
	content: "\f107 " !important;
}
.collapsed .fa-angle-right:before {
	content: '';
	content: "\f105" !important;
}
.product-sidebar .toggle-icon {
	font-size: 20px;
	margin-top: 10px;
}
.product-sidebar .toggle-icon .fa-angle-up {
	position: relative;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url("/static/cnwine/images/jian2.png") no-repeat center / 100% !important;
}
.product-sidebar .toggle-icon .fa-angle-up:before,
.product-sidebar .toggle-icon .fa-angle-up:after {
	content: ' ';
}
.product-sidebar .collapsed .fa-angle-up {
	background: url("/static/cnwine/images/jia2.png") no-repeat center / 100% !important;
}

#qodef-page-wrapper {
	position: relative;
	overflow: hidden;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #817c7b;
}
#qodef-page-outer {
	position: relative;
}
#qodef-page-inner {
	position: relative;
	padding: 0;
}
.qodef-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-grid > .qodef-grid-inner {
	margin: 0 -10px
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 10px
}

.qodef-grid .qodef-grid-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
	float: left
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
		width: 100%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
		left: 100%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
		right: 100%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
		width: 91.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
		left: 91.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
		right: 91.66667%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
		width: 83.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
		left: 83.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
		right: 83.33333%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
		width: 75%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
		left: 75%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
		right: 75%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
		width: 66.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
		left: 66.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
		right: 66.66667%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
		width: 58.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
		left: 58.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
		right: 58.33333%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
		width: 50%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
		left: 50%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
		right: 50%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
		width: 41.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
		left: 41.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
		right: 41.66667%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
		width: 33.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
		left: 33.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
		right: 33.33333%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
		width: 25%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
		left: 25%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
		right: 25%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
		width: 16.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
		left: 16.66667%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
		right: 16.66667%
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
		width: 8.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
		left: 8.33333%
	}

	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
		right: 8.33333%
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
	width: 100%
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
	width: 50%
}

@media only screen and (min-width: 681px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
	width: 33.33333%
}

@media only screen and (min-width: 769px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
	width: 25%
}

@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
	width: 20%
}

@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
	width: 16.66667%
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
	width: 14.28571%
}

@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
	width: 12.5%
}

@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
	height: 100%;
	overflow: hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
	visibility: hidden
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
	width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
	width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape {
	width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
	width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape {
	width: 66.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
	width: 25%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape {
	width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
	width: 20%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape {
	width: 40%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
	width: 16.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape {
	width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
	width: 14.28571%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape {
	width: 28.57143%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
	width: 12.5%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape {
	width: 25%
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
	margin: 0
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
	padding: 0;
	margin: 0
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
	margin: 0 -5px
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
	margin: 0 -10px
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
	margin: 0 -15px
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
	margin: 0 -20px
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
	margin: 0 -25px
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
	margin: 0 -40px
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 40px;
	margin: 0 0 80px
}
.vc_custom_1570450046277 {
	background-image: url(/static/cnwine/images/about-us-background-2.jpg?id=876) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
.qodef-content-grid {
	width: 1100px;
	margin: 0 auto
}

@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1400 .qodef-content-grid {
		width: 1400px
	}
}

@media only screen and (min-width: 1367px) {
	.qodef-content-grid-1300 .qodef-content-grid {
		width: 1300px
	}
}

@media only screen and (min-width: 1281px) {
	.qodef-content-grid-1200 .qodef-content-grid {
		width: 1200px
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-content-grid-1000 .qodef-content-grid {
		width: 1000px
	}
}

@media only screen and (min-width: 769px) {
	.qodef-content-grid-800 .qodef-content-grid {
		width: 800px
	}
}
.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	width: 100%;
}
.vc_custom_1570451152921 {
	padding-top: 175px !important;
	padding-right: 8.5% !important;
	padding-bottom: 126px !important;
	padding-left: 22px !important;
}
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-section-title.qodef-alignment--center {
	text-align: center
}

.qodef-section-title.qodef-alignment--left {
	text-align: left
}

.qodef-section-title.qodef-alignment--right {
	text-align: right
}

.qodef-section-title .qodef-m-title {
	margin: 0
}

.qodef-section-title .qodef-m-subtitle {
	font-family: Spectral, serif;
	color: #dbbb7e;
	font-size: 21px;
	font-style: italic;
	letter-spacing: 0;
	margin: 11px 0 29px
}

.qodef-section-title .qodef-m-text {
	margin: 25px 0 0
}
.qodef-button.qodef-html--link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Spectral SC", serif;
	font-size: 15px;
	letter-spacing: .13em;
	line-height: 2em;
	text-transform: capitalize;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	padding: 14px 67px 12px
}

.qodef-button.qodef-size--small {
	padding: 8px 52px 8px
}

.qodef-button.qodef-size--large {
	padding: 16px 74px 14px
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #dbbb7e;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.5s;
}

.qodef-button.qodef-layout--filled.qodef-html--link:after {
	position: absolute;
	top: 0;
	left: -70%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	transition: 0.7s;
	pointer-events: none;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover:after {
	left: 100%;
}

.qodef-button.qodef-layout--outlined {
	color: #2b2824;
	background-color: transparent;
	border: 1px solid rgba(43, 40, 36, .4);
	overflow: hidden
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
	z-index: 123;
	position: relative
}

.qodef-button.qodef-layout--outlined:hover {
	color: #2b2824;
	background-color: transparent;
	border-color: #2b2824
}

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	font-size: 15px;
	line-height: 20px;
	color: #2b2824;
	background-color: transparent;
	letter-spacing: .08em;
	border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle
}

.qodef-button.qodef-layout--textual:after, .qodef-button.qodef-layout--textual:before {
	-webkit-transition: .2s cubic-bezier(.22, .75, .39, .92);
	-o-transition: .2s cubic-bezier(.22, .75, .39, .92);
	transition: .2s cubic-bezier(.22, .75, .39, .92)
}

.qodef-button.qodef-layout--textual:before {
	margin-right: 10px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 1px;
	margin-top: -1px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 0;
	background-color: currentColor
}

.qodef-button.qodef-layout--textual:after {
	margin-left: 10px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 1px;
	margin-top: -1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	opacity: 0;
	background-color: currentColor
}

.qodef-button.qodef-layout--textual:hover:after, .qodef-button.qodef-layout--textual:hover:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .3s cubic-bezier(.22, .75, .39, .92);
	-o-transition: .3s cubic-bezier(.22, .75, .39, .92);
	transition: .3s cubic-bezier(.22, .75, .39, .92)
}

.qodef-button.qodef-layout--textual:before {
	content: none
}
.vc_custom_1570451172199 {
	padding-top: 190px !important;
	padding-right: 8px !important;
	padding-bottom: 126px !important;
	padding-left: 4.5% !important;
}
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
	text-shadow: 0 0 12px rgba(0, 0, 0, .12)
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-image a, .qodef-image-with-text.qodef-layout--text-below .qodef-m-image img {
	position: relative;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title {
	margin: 19px 0 0;
	font-size: 15px
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title:after, .qodef-image-with-text.qodef-layout--text-below .qodef-m-title:before {
	-webkit-transition: .2s cubic-bezier(.22, .75, .39, .92);
	-o-transition: .2s cubic-bezier(.22, .75, .39, .92);
	transition: .2s cubic-bezier(.22, .75, .39, .92)
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title:before {
	margin-right: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 1px;
	margin-top: 0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 0;
	background-color: currentColor
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title:after {
	margin-left: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 1px;
	margin-top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	opacity: 0;
	background-color: currentColor
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title:hover:after, .qodef-image-with-text.qodef-layout--text-below .qodef-m-title:hover:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .3s cubic-bezier(.22, .75, .39, .92);
	-o-transition: .3s cubic-bezier(.22, .75, .39, .92);
	transition: .3s cubic-bezier(.22, .75, .39, .92)
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title a:hover {
	color: inherit
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-text {
	margin: 15px 0 0
}

.qodef-image-with-text.qodef-layout--text-below:hover .qodef-m-image {
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px)
}

.qodef-image-with-text.qodef-layout--text-below:hover .qodef-m-title:after, .qodef-image-with-text.qodef-layout--text-below:hover .qodef-m-title:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .3s cubic-bezier(.22, .75, .39, .92);
	-o-transition: .3s cubic-bezier(.22, .75, .39, .92);
	transition: .3s cubic-bezier(.22, .75, .39, .92)
}

.qodef-image-with-text.qodef-layout--text-over {
	width: 100%;
}

.qodef-image-with-text.qodef-layout--text-over img {
	width: 100%
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	display: block
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder .qodef-m-title {
	font-size: 183px;
	margin: 0;
	opacity: .15;
	font-style: italic;
	line-height: 1;
	-webkit-transform: translate(28%, -61%);
	-ms-transform: translate(28%, -61%);
	transform: translate(28%, -61%);
	letter-spacing: 0
}

@media screen and (max-width: 1280px) {
	.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder .qodef-m-title {
		font-size: 150px;
		-webkit-transform: translate(20%, -61%);
		-ms-transform: translate(20%, -61%);
		transform: translate(20%, -61%)
	}
}

@media screen and (max-width: 1024px) {
	.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder .qodef-m-title {
		font-size: 150px
	}
}

@media screen and (max-width: 768px) {
	.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder .qodef-m-title {
		font-size: 100px
	}
}

@media screen and (max-width: 680px) {
	.qodef-image-with-text.qodef-layout--text-over .qodef-m-title-holder .qodef-m-title {
		font-size: 40px
	}
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: right
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-text {
	color: #9d9796;
	font-size: 15px;
	margin: 7px 0 0
}
.vc_custom_1567674143067 {
	padding-right: 3.7% !important;
	padding-bottom: 91px !important;
	padding-left: 3.7% !important;
	overflow: hidden;
}
.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.vc_custom_1568122697873 {
	background-image: url(/static/cnwine/images/h1-bckg-img-4.png?id=167) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}
.vc_custom_1570451214193 {
	padding-top: 93px !important;
	padding-right: 12% !important;
	padding-bottom: 93px !important;
	padding-left: 12% !important;
	overflow: hidden;

}
.qodef-call-to-action.qodef-layout--standard {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
	padding-right: 20px;
	font-family: "Spectral SC", serif;
	font-size: 40px;
	letter-spacing: .14em;
	line-height: 45px;
	color: #2b2824
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
	margin: 0
}

@media only screen and (max-width: 680px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
		font-size: 38px
	}
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.qodef-icon-with-text.qodef-layout--before-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 31px
}
.qodef-h5 {
	font-weight: 400;
	color: #2b2824;
	font-size: 23px;
	line-height: 1.26em;
	letter-spacing: .11em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h3 {
	font-weight: 400;
	color: #2b2824;
	font-size: 40px;
	line-height: 1.175em;
	letter-spacing: .14em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h2 {
	font-weight: 400;
	color: #2b2824;
	font-size: 50px;
	line-height: 1.106em;
	letter-spacing: .16em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.search-a-link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.search-a-link a{
	width: 190px;
	height: 58px;
	border: 1px solid #a7a6b1;
	background: transparent;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	overflow: hidden;
	font-size: 16px;
	margin: 0 10px 20px;
}
@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;
	}

}
.search-a-link a:after {
	position: absolute;
	top: 0;
	left: -70%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	transition: 0.7s;
	pointer-events: none;
}
.search-a-link a:hover,.search-a-link a.hover {
	background: #dbbb7e !important;
	color: #fff;
	border: 0;
}
.search-a-link a:hover:after {
	left: 100%;
}
header .h-my > a img, header .h-my #cart > a img, header .h-my .my-right a img{
	margin-right: 5px !important;
}
header .h-my > a .num i, header .h-my #cart > a .num i, header .h-my .my-right a .num i{
	right: 2px !important;
}
header .h-my .my-right a{
	margin-right: 0.16rem !important;
}

.merchant-issue{
	padding: 10px 20px;
	border: 1px solid #a7a6b1;
	margin-top: 20px;
}
.merchant-issue img{
	max-height: 60px;
}
.merchant-issue .merchant-name{
	display: flex;
	align-items: center;
	margin-top: 15px;
	justify-content: space-between;
}
.merchant-issue .merchant-name span{
	font-size: 20px;
	color: #333;
}
.merchant-issue .merchant-name a{
	font-size: 16px;
	color: #333;
	padding: 5px 20px;
	background: #ededed;
	margin-left: 15px;
	transition: all .5s;
}
.merchant-issue .merchant-name img{
	margin-left: 10px;
}
.merchant-issue .merchant-name a:hover{
	background: #dbbb7e;
	color: #fff;
}
.pro-img .m-logo img{
	max-width: 100px;
	height: 40px;
	object-fit: contain;
	transform: inherit !important;
	transition: all 0.5s;
}
.pro-itme .m-logo img:hover{
	transform: scale(1.1) !important;
}
.merchant-m{
	background: #fff;
	border-radius: 15px;
	margin-bottom: 15px;
}
.merchant-m .merchant-issue-m{
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px 20px 0;
}
.merchant-m .merchant-issue-m img{
	height: 30px;
	max-width: 50px;
	object-fit: contain;
	margin-right: 10px;
}
@media (max-width: 768px) {
	body.checkout-cart .cart-well .buttons .pull-left,body.checkout-cart .cart-well .buttons .pull-left .btn-primary{
		width: 100%;
	}
}
#regular-field-fax{display: none !important;}
.checkout-success a{color: #333;}
#xcart span,#xcart .panel-heading ,#totals td{
	font-family: 'PRATA-REGULAR';
}

#xlogin a,.checkout-cart .pro-name a,.checkout-cart .cart-well a{
	font-family: "OpenSans-Regular";
}
#modal-agree{
	z-index: 1000000002 !important;
}
.modal{
	z-index: 1000000001 !important;
}
.modal-backdrop{
	z-index: 1000000000 !important;
}
#guestfieldspayment{
	padding: 40px 0 !important;
}