html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Open Sans;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	height: 100%;
}

A {
	color: #CBAA80;
}
A:hover {
	color: #a58358;
	text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}
.container-v1 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.container-static-page {
	min-height: 500px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-style-1 {
	background-color: #EEEEEE;
}

.svg-color-1 circle,
.svg-color-1 path,
.svg-color-1 line {
	stroke: #222;
}
A:hover .svg-color-1 circle,
A:hover .svg-color-1 path,
A:hover .svg-color-1 line {
	stroke: #a58358;
}

.svg-color-2 circle,
.svg-color-2 path,
.svg-color-2 line {
	stroke: #a58358;
}
A:hover .svg-color-2 circle,
A:hover .svg-color-2 path,
A:hover .svg-color-2 line {
	stroke: #222;
}


.link-1 {
	color: #222;
}
.link-1:hover {
	color: #a58358;
}

.font-cormorant {
	/*font-family: 'cormorantregular' !important;*/
}


.form-input-1 {
	color: #CBAA80;
	border: 0px;
	border-bottom: 1px solid #CBAA80;
	width: 100%;
	line-height: 35px;
	padding: 0px 5px;
}
.form-text-1 {
	color: #CBAA80;
	width: 100%;
	border: 1px solid #CBAA80;
	padding: 5px;
}
.form-wrap {
	padding: 20px 0px;
}


.form-checkbox-group {
	
}
.form-checkbox-group label {
	font-weight: bold;
}
.form-checkbox-group input {
	margin-right: 15px;
}
.form-checkbox-group .form-checkbox-info {
	padding-left: 35px;
}




.form-radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.form-radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
/* focus */
.form-radio__text:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #CBAA80;
}
/* active */
.form-radio__text:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #CBAA80;
	opacity: 0;
	/*
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #9FD468;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
	*/
}
.form-radio input:checked + .form-radio__text:after {
	opacity: 1;
}
.form-radio input:focus + .form-radio__text:before {
	/*box-shadow: 0 0 0 3px rgba(255,255,0,.7);*/
}


h1, h2, h3, h4, h5, h6 {
	/*font-family: 'cormorantregular';*/
}


h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
}
.c-title-3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.c-title-4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
}
.c-text-1 {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
@media (max-width: 768px) {
	.c-title-3 {
		font-size: 24px;
		line-height: 32px;
	}
}



.header-1 {
	background-color: #F7F0F0;
	color: #222222;
	line-height: 30px;
}
.header-1 A {
	color: #222222;
}
.header-1 A:hover {
	color: #a58358;
}
.header-1 .h-cell-1-1 {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.08em;
}
.header-1 .h-cell-1-2 {
	text-align: right;
}
.header-1 .h-cart-count {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.08em;
}
.header-1 .h-phone {
	display: inline-block;
}
.header-1 .h-cell-addr {
	display: inline-block;
	margin-left: 30px;
}
@media screen and (max-width: 768px) {
	.header-1 .h-cell-1-1 {
		text-align: left;
	}
	.header-1 .h-cell-1-2 {
		text-align: right;
	}
}
@media screen and (max-width: 1200px) {
	.header-1 .h-cell-addr {
		display: none;
	}	
}



.header-2 .h-logo-1 {
	height: 65px;
}
.header-2 .h-logo-2 {
	height: 40px;
	display: none;
}
.cMenuFixed.header-2 .h-logo-1 {
	display: none;
}
.cMenuFixed.header-2 .h-logo-2 {
	display: inline;
}






.btn-simple-1 {
	display: inline-block;
	width: auto;
	background-color: #CBAA80;
	color: #FFFFFF;
	padding: 20px 40px;
	font-weight: 600;
	text-align: center;
}
.btn-simple-1:hover {
	color: #FFFFFF;
	background-color: rgba(203, 170, 128, 0.8);
}
.btn-simple-1-2 {
	display: inline-block;
	width: auto;
	background-color: #CBAA80;
	color: #FFFFFF;
	padding: 10px 40px;
	font-weight: 600;
	text-align: center;
}
.btn-simple-1-2:hover {
	color: #FFFFFF;
	background-color: rgba(203, 170, 128, 0.8);
}
.btn-simple-2 {
	display: inline-block;
	width: auto;
	border: 1px solid #cbaa7f;
	padding: 5px 30px;
	letter-spacing: 0.08em;
	color: #CBAA80;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.btn-simple-2:hover {
	color: #fff;
	background-color: #cbaa7f;
}
.btn-simple-3 {
	display: inline-block;
	width: auto;
	border: 1px solid #cbaa7f;
	padding: 5px 30px;
	letter-spacing: 0.08em;
	color: #CBAA80;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.btn-simple-3:hover {
	color: #fff;
	background-color: #CBAA80;
}
.btn-simple-3 + .btn-simple-3 {
	border-left: 0px;
}
@media (hover:none), (hover:on-demand) {
	.btn-simple-3:hover {
		color: #CBAA80;
		background-color: inherit;
	}
	.btn-simple-3.helper-btn-fav-1-act {
		color: #fff;
		background-color: #CBAA80;
	}
}

.btn-simple-4 {
	display: inline-block;
	width: auto;
	background-color: #CBAA80;
	color: #FFFFFF;
	padding: 8px 10px;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.btn-simple-4-2 {
	padding: 8px 30px;
}
.btn-simple-4:hover {
	color: #FFFFFF;
	background-color: rgba(203, 170, 128, 0.8);
}

@media screen and (max-width: 768px) {
	.mob-w-100 {
		width: 100%;
	}
}



.search-popup {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 400px;
	padding: 15px 30px;
	background-color: #fff;
	
	z-index: 199;
	
	border: 0px solid #CBAA80;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.75);
}
.cMenuFixed .search-popup {
	top: 0px;
}
.search-popup-hidden {
	display: none;
}
.search-popup .btn-simple-4 {
	padding: 6px 10px 7px 10px;
	
}
.search-popup #search-form-input {
	padding-left: 10px;
	background-color: rgb(243, 243, 243);
	width: 100%;
	border: 1px solid rgb(243, 243, 243);
	outline: none;
	
}
.search-popup #search-form-input:focus {
	border: 1px solid #CBAA80;
}
@media screen and (max-width: 768px) {
	.search-popup {
		min-width: 0;
		width: 100%;
	}
	.search-popup-pre-block {
		padding: 0px;
		margin: 0px;
	}
}


.basket-popup {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	padding: 15px 30px;
	background-color: #fff;
	
	z-index: 200;
	
	border: 0px solid #CBAA80;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.75);
}
.cMenuFixed .basket-popup {
	top: 0px;
}
.basket-popup-hidden {
	display: none;
}
.basket-popup .b-cell-1 {
	
}
.basket-popup .b-cell-2 {
	text-align: right;
	font-size: 14px;
	line-height: 18px;
}
.basket-popup .b-goods {
	max-height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;


}
.basket-popup .b-good-row {
	margin: 10px 0px;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
}
.basket-popup .b-good-pic {

}
.basket-popup .b-good-pic IMG {
	width: 100%;
}
.basket-popup .b-good-name {

}
.basket-popup .b-good-price {
	font-weight: 600;
}
.basket-popup .b-go-cart {
	margin: 10px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
	.basket-popup {
		min-width: 0;
		width: 100%;
	}
	.basket-popup-pre-block {
		padding: 0px;
		margin: 0px;
	}
}



.h-language-box {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.08em;
}
.h-language-box .h-lang-line {

}
.h-language-box .h-lang-cell-1 {

}
.h-language-box .h-lang-cell-1 IMG {
	width: 25px;
	border: 1px solid #eee;
	margin-top: -3px;
}
.h-language-box .h-lang-cell-2 {
	margin-left: 5px;
}
.h-language-box .h-lang-cell-3 {
	margin-left: 1px;
}
.language-popup {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: -15px;
	min-width: 200px;
	padding: 5px 15px;
	background-color: #F7F0F0;
	
	z-index: 100;
	
	border: 0px solid #CBAA80;
	border-top: 0px;
}
.language-popup-hidden {
	display: none;
}
.language-popup .lp-select-line {
	display: block;
	margin: 5px 0px;
}
.language-popup .lp-cell-1 {
	display: inline-block;
}
.language-popup .lp-cell-1 IMG {
	width: 25px;
	border: 1px solid #eee;
}
.language-popup .lp-cell-2 {
	display: inline-block;
	margin-left: 10px;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	.h-language-box {
		margin-left: 5px;
	}
}


.h-currency-box {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.08em;
}
.h-currency-box .h-cur-line {

}
.h-currency-box .h-cur-cell-1 {

}
.h-currency-box .h-cur-cell-1 IMG {
	width: 25px;
	border: 1px solid #eee;
	margin-top: -3px;
}
.h-currency-box .h-cur-cell-2 {
	margin-left: 5px;
}
.h-currency-box .h-cur-cell-3 {
	margin-left: 1px;
}
.currency-popup {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: -15px;
	min-width: 250px;
	padding: 5px 15px;
	background-color: #F7F0F0;
	
	z-index: 100;
	
	border: 0px solid #CBAA80;
	border-top: 0px;
}
.currency-popup-hidden {
	display: none;
}
.currency-popup .lp-select-line {
	display: block;
	margin: 5px 0px;
}
.currency-popup .lp-cell-1 {
	display: inline-block;
}
.currency-popup .lp-cell-1 IMG {
	width: 25px;
	border: 1px solid #eee;
}
.currency-popup .lp-cell-2 {
	display: inline-block;
	margin-left: 10px;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	.h-currency-box {
		margin-left: 5px;
	}
}



.text-block-2 {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 665px;
}
.text-block-2 h1,
.text-block-2 h2 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
	line-height: 56px;
}
.text-block-2 .tb-text-1 {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.text-block-2 .tb-text-2 {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.text-block-2-left {
	float: right;
	padding-right: 50px;
}
.text-block-2-right {
	padding-left: 50px;
}
.text-block-2-no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
	.text-block-2 {
		max-width: auto;
	}
}
@media screen and (max-width: 768px) {
	.text-block-2 {
		max-width: 510px;
		margin-left: auto;
		margin-right: auto;
	}
	.text-block-2-left {
		float: none;
		padding-right: 0px;
	}
	.text-block-2-right {
		padding-left: 0px;
	}
	.text-block-2-no-margin {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.text-block-2 h1,
	.text-block-2 h2 {
		font-weight: 600;
		font-size: 32px;
		line-height: 40px;
	}
}


.item-box-list-1 .ibl-col:nth-child(1) .item-box-1 {
	
}
.item-box-list-1 .ibl-col:nth-child(2) .item-box-1 {
	margin: 0 auto;
}
.item-box-list-1 .ibl-col:nth-child(3) .item-box-1 {
	float: right;
}
@media screen and (max-width: 768px) {
	.item-box-list-1 .ibl-col:nth-child(1) .item-box-1 {
		margin: 0 auto;
		float: none;
	}
	.item-box-list-1 .ibl-col:nth-child(2) .item-box-1 {
		margin: 0 auto;
		float: none;
	}
	.item-box-list-1 .ibl-col:nth-child(3) .item-box-1 {
		margin: 0 auto;
		float: none;
	}
}

.item-box-1 {
	width: 89%;
	/*border: 1px solid blue;*/
	
}
.item-box-1-100 {
	width: 100%;
}
.item-box-1 .ib-pic {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
}
.item-box-1 .ib-pic IMG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 0.3s linear;
}
.item-box-1:hover .ib-pic IMG {
	transform: scale(1.05);
	transition: all 0.3s linear;
}
.item-box-1 .ib-title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}
.item-box-1 .ib-title h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
.item-box-1 .ib-title h3 A {
	color: #222 !important;
}
.item-box-1 .ib-text-1 {
	margin-bottom: 20px;
	
	font-weight: 600;
	/*font-size: 16px;*/
	font-size: 20px;
	font-family: 'cormorantregular';
	line-height: 24px;
}
.item-box-1 .ib-text-1 A {
	color: #222;
}
.item-box-1 .ib-text-1 A:hover {
	color: #a58358;
}
.item-box-1 .ib-text-2 {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.item-box-1 .ib-btn {
	margin-top: 40px;
}
.item-box-1 .ib-pic-text {
	display: block;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
	border: 0px solid red;
	color: #c7c7c7;

	
	background: rgb(238,238,238);
	background: radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(236,236,236,1) 50%, rgba(238,238,238,1) 100%);
	
}
.item-box-1 .ib-pic-text:hover {
	color: #c7c7c7;
}
.item-box-1 .ib-pic-text .ib-pic-text-sub {
	border: 0px solid blue;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	
}
.item-box-1 .ib-pic-text .ib-text-beauty {
	transition: all 0.3s linear;
	
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.item-box-1 .ib-pic-text:hover .ib-text-beauty {
	transform: scale(1.05);
	transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
	.item-box-1 {
		width: 100%;
		padding-bottom: 40px;
	}
	/*
	.item-box-1 .ib-pic-text {
		padding-top: 0px;
	}
	.item-box-1 .ib-pic-text .ib-pic-text-sub {
		position: relative;
		padding: 20px 0px;
		transform: none;
	}
	*/
}




.item-box-2 {
	width: 100%;
}
.item-box-2-100 {
	width: 100%;
}
.item-box-2 .ib-pic {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
}
.item-box-2 .ib-pic IMG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 0.3s linear;
}
.item-box-2:hover .ib-pic IMG {
	transform: scale(1.05);
	transition: all 0.3s linear;
}

.item-box-2 .ib-text-1 {
	margin-bottom: 20px;
	
	font-weight: 600;
	/*font-size: 16px;*/
	font-family: 'cormorantregular';
	font-size: 20px;
	line-height: 24px;
	
}
.item-box-2 .ib-text-1 A {
	color: #222;
}
.item-box-2 .ib-text-1 A:hover {
	color: #a58358;
}
.item-box-2 .ib-pic-text {
	display: block;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
	border: 0px solid red;
	color: #c7c7c7;

	
	background: rgb(238,238,238);
	background: radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(236,236,236,1) 50%, rgba(238,238,238,1) 100%);
	
}
.item-box-2 .ib-pic-text:hover {
	color: #c7c7c7;
}
.item-box-2 .ib-pic-text .ib-pic-text-sub {
	border: 0px solid blue;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	
}
.item-box-2 .ib-pic-text .ib-text-beauty {
	transition: all 0.3s linear;
	
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.item-box-2 .ib-pic-text:hover .ib-text-beauty {
	transform: scale(1.05);
	transition: all 0.3s linear;
}
.item-box-2-shadow .ib-pic {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.item-box-2-shadow .ib-pic-text {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
	.item-box-2 {
		width: 100%;
		padding-bottom: 40px;
	}

}




.footer {
	background-color: #F7F0F0;
	padding: 20px 0px;
}
.footer A {
	color: #222222;
}
.footer A:hover {
	color: #CBAA80;
}
.footer .f-menu-block {
	display: inline-block;
	width: 16%;
	vertical-align: top;
}
.footer .f-menu-block .f-menu-titlte {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	
	margin-bottom: 10px;
}
.footer .f-menu-block .f-menu-vars {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.08em;
}
.footer .f-menu-block .f-menu-vars A {
	display: block;
	padding: 3px 0px;
	
}
.footer .f-menu-block .f-menu-vars A:hover {

}

.footer .f-titlte {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	
	margin-bottom: 10px;
}
.footer .f-contacts {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	
	margin-bottom: 10px;
}
.footer .f-contacts A {
	display: block;
	padding: 3px 0px;
	margin: 5px 0px;
}
.footer .f-contacts A:hover .svg path {
	stroke: #CBAA80;
}
.footer .f-contacts .f-contacts-icon {
	display: inline-block;
	min-width: 25px;
}

.footer .f-copyrights {
	display: inline-block;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
}
.footer .f-soc {
	display: inline-block;
	margin-left: 20px;
}
.footer .f-soc A {
	margin-left: 10px;
}
.footer .f-soc A .svg path {
	fill: #8d8989;
}
.footer .f-soc A:hover .svg path {
	fill: #CBAA80;
}
.footer .f-payment {
	display: inline-block;
	margin-left: 20px;
}
.footer .f-payment IMG {
	width: 300px;
}
.footer .f-block-1 {

}
@media screen and (max-width: 768px) {
	.footer .f-menu-block {
		width: 32%;
		margin-bottom: 30px;
	}
	.footer .f-copyrights {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer .f-soc {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer .f-block-1 {

	}
	.footer .f-payment {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 576px) {
	.footer .f-menu-block {
		width: 49%;
	}

}




.breadcrumbs-block {
	background-color: #EEEEEE;
}
.breadcrumbs-block .container {

}
.breadcrumbs-block UL {
	padding: 5px 0px 7px 0px;
	margin: 0px;
}
.breadcrumbs-block UL LI {
	display: inline-block;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs-block UL LI+LI:before {
	padding: 8px;
	content: "/\00a0";
}
.breadcrumbs-block UL LI A {
	color: #222222;
}
.breadcrumbs-block UL LI A:hover {
	color: #CBAA80;
}


.cat-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
	.cat-title {
		font-size: 24px;
		line-height: 32px;
	}
}


.good-item {
	margin-bottom: 70px;
}
.good-item .gi-name {
	margin-top: 30px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	/*min-height: 65px;*/
	margin-bottom: 15px;
}
.good-item .gi-name A {
	color: #222;
}
.good-item .gi-name A:hover {
	color: #a58358;
}
.good-item .gi-subname {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.good-item .gi-subname A {
	color: #222;
}
.good-item .gi-subname A:hover {
	color: #a58358;
}
.good-item .gi-subname A SPAN {
	font-size: 24px;
	font-family: 'cormorantregular';
}
.good-item .gi-desc {
	/*min-height: 20px;*/
	margin-top: 15px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.good-item .gi-price {
	margin-top: 15px;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #000000;
}
.good-item .gi-nav {
	margin-top: 15px;
}
.good-item .gi-nav .gi-like {

}
.good-item .gi-nav .gi-like A {
	display: block;
	border: 1px solid #CBAA80;
	border-right: 0px;
	text-align: center;
	line-height: 38px;
}
.good-item .gi-nav .gi-like A:hover {
	color: #fff;
	background-color: #CBAA80;
}
@media (hover:none), (hover:on-demand) {
	.good-item .gi-nav .gi-like A:hover {
		color: #CBAA80;
		background-color: inherit;
	}
}
.good-item .gi-nav .gi-like A.helper-btn-fav-1-act {
	color: #fff;
	background-color: #CBAA80;
}
.good-item .gi-nav .gi-like A.helper-btn-fav-1-act:hover {
	opacity: 0.9;
}
.good-item .gi-nav .gi-buy {

}
.good-item .gi-nav .gi-buy A {
	display: block;
	border: 1px solid #CBAA80;
	text-align: center;
	line-height: 38px;
}
.good-item .gi-nav .gi-buy A:hover {
	color: #fff;
	background-color: #CBAA80;
}
@media (hover:none), (hover:on-demand) {
	.good-item .gi-nav .gi-buy A:hover {
		color: #CBAA80;
		background-color: inherit;
	}
}
.good-item .gi-nav .gi-buy A.helper-btn-buy-1-act {
	color: #fff;
	background-color: #CBAA80;
}
.good-item .gi-nav .gi-buy A.helper-btn-buy-1-act:hover {
	opacity: 0.9;
}
.good-item .gi-nav .gi-buy A.gi-disabled {
	background-color: #f4f4f4;
}
.good-item .gi-nav .gi-buy A.gi-disabled:hover {
	color: #CBAA80;
	background-color: transparent;
}




.good-item .product-figure IMG {
	width: 100%;
}
.good-item .product-figure .product-art {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 10px;
	color: #333;
	font-size: 12px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 2px 5px;
	
}
.good-item .product-figure {
	position: relative;
}
.good-item .product-nofoto {
	margin: 0px;
}
.good-item .product-image {
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.good-item .product-image-act {
	opacity: 1;
	transition: all .3s ease;
}
.good-item .product-pics-preview {
	opacity: 0;
	transition: all .3s ease;
	
	position: absolute;
	z-index: 110;
	top: 10px;
	left: 10px;
	right: 10px;
	color: #333;
	
}
.good-item:hover .product-pics-preview {
	opacity: 1;
	transition: all .3s ease;
}
.good-item .product-pics-preview .col-3 {
	text-align: center;
}
.good-item .product-pics-preview A {
	display: inline-block;
}
.good-item .product-pics-preview A IMG {
	width: 100%;
	border-radius: 5px;
	opacity: 0.7;
	border: 1px solid #eee;
}


.good-item-2 {
	margin-bottom: 20px;
}
.good-item-2:last-child {
	margin-bottom: 0px;
}
.good-item-2 .gi-pic {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
}
.good-item-2 .gi-pic IMG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 0.3s linear;
}
.good-item-2:hover .gi-pic IMG {
	transform: scale(1.05);
	transition: all 0.3s linear;
}
.good-item-2 .gi-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	
	min-height: 50px;
}
.good-item-2 .gi-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	
	min-height: 45px;
}
.good-item-2 .gi-price {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #000000;
	
	min-height: 50px;
}
.good-item-2 .gi-buy .helper-btn-buy-1-act {
	color: #fff;
	background-color: #CBAA80;
}
.good-item-2 .gi-buy .helper-btn-buy-1-act:hover {
	opacity: 0.9;
}
@media screen and (max-width: 768px){
	.good-item-2 .gi-description {
		display: none;
	}
	.good-item-2 .gi-buy {
		display: none;
	}
}


.index-goods-vert-1 {

}
@media screen and (max-width: 768px){
	.index-goods-vert-1 {
		margin-top: 50px;
		margin-bottom: 0px;
	}
}


.good-card-info {

}
.good-card-info h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
}
.good-card-info h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}
.good-card-info h2 A {
	color: #222;
}
.good-card-info h2 A:hover {
	color: #a58358;
}
.good-card-info .gci-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.good-card-info .gci-line {
	border: 1px solid #F7F0F0;
	height: 1px;
	overflow: hidden;
	margin: 20px 0px;
}
.good-card-info .gci-line-data {
	margin: 10px 0px;
}
.good-card-info .gci-line-data A.helper-btn-buy-1-act {
	color: #fff;
	background-color: #CBAA80;
}
.good-card-info .gci-line-data A.helper-btn-buy-1-act:hover {
	opacity: 0.9;
}
.good-card-info .gci-line-data .gci-btn-add-to-fav {

}
.good-card-info .gci-line-data .gci-btn-buy {
	min-width: 300px;
}
.good-card-info .gci-price {
	display: inline-block;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	min-width: 220px;
}
.good-card-info .gci-price-offer {
	display: inline-block;
	margin-left: 20px;
	
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.good-card-info .gci-chars {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.good-card-info .gci-chars .gci-chars-line {

}
.good-card-info .gci-chars .gci-chars-left {
	font-size: 15px;
}
.good-card-info .gci-chars .gci-chars-right {
	font-weight: 600;
	font-size: 14px;
}
.good-card-info .gci-links {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #a58358;
}
.good-card-info .gci-links A {
	display: block;
}
.good-card-info .gci-payment IMG {
	width: 100%;
	max-width: 400px;
}

.good-card-info .gci-price-options {

}
.good-card-info .gci-price-options .gci-po-line {
	margin-bottom: 10px;
}
.good-card-info .gci-price-options .gci-po-price {
	display: inline-block;
}
.good-card-info .gci-price-options .gci-po-price-text {
	display: inline-block;
	font-size: 12px;
}
.good-card-info .gci-price-options .gci-po-name {
	font-weight: bold;
	font-size: 14px;
}
.good-card-info .gci-price-options .gci-po-description {
	font-size: 12px;
	color: #999;
}


.good-card-pics {
	margin-top: 25px;
}
.good-card-pics .slick-list,
.good-card-pics .slick-track {
    height: 100% !important;
}
.good-card-pics .gcp-slider-box {
	position: absolute;
	top: -5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.good-card-pics .gcp-slider {
	width: 100%;
	height: 100%;
}
.good-card-pics .gcp-preview-item {
	/*height: 50px !important;*/
	height: 25% !important;
}
.good-card-pics .gcp-preview-item A {
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
	text-align: center;

}
.good-card-pics .gcp-preview-item IMG {
	/*width: 100%;*/
	margin: 0 auto;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.good-card-pics .gcp-preview-item-video {
	
}
.good-card-pics .gcp-preview-item-act IMG {
	outline: 2px solid #CBAA80;
	outline-offset: -2px;
}
.good-card-pics .gcp-arrow-up {
	text-align: center;
	transform: scaleX(2.5);
}
.good-card-pics .gcp-arrow-up A {
	font-size: 20px;
}
.good-card-pics .gcp-arrow-down {
	text-align: center;
	transform: scaleX(2.5);
}
.good-card-pics .gcp-arrow-down A {
	font-size: 20px;
}
.good-card-pics .gcp-img-big {
	width: 100%;
}
.good-card-pics .gcp-big-pics {

}
.good-card-pics .gcp-big-pics .gcp-big-pic-item {
	display: none;
	position: relative;
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item IMG {
	width: 100%;
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item-video {
	
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item-video .video-item {
	
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item-active {
	display: block;
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-block {
	position: relative;
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-img {
	
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-img IMG {
	width: 100%;
}
.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-content {
	position: absolute;
}
@media screen and (max-width: 768px){

	.good-card-pics .gcp-slider-box {
		position: relative;
		margin-top: 20px;
	}
	
	.good-card-pics .gcp-preview-item IMG {
		width: 100%;
	}
	.good-card-pics .gcp-arrow-up {
		display: none;
	}
	.good-card-pics .gcp-arrow-down {
		display: none;
	}
	.good-card-info .gci-line-data .gci-btn-buy {
		min-width: 200px;
	}
	.good-card-info h1 {
		font-weight: 600;
		font-size: 32px;
		line-height: 40px;
	}
	.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-img IMG {
		display: none;
	}
	.good-card-pics .gcp-big-pics .gcp-big-pic-item .gcp-spacer-content {
		position: relative;
	}
}
@media screen and (max-width: 576px) {
	.good-card-info .gci-price-offer {
		display: block;
		margin-left: 0px;
	}
}


.navbar-pagination {
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
}
.navbar-pagination-v2 {
	margin: 0;
	float: right;
}
.navbar-pagination .np-item {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #CBAA80;
	border: 1px solid #CBAA80;
	
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.navbar-pagination .np-item:hover {
	color: #fff;
	background-color: #CBAA80;
}
.navbar-pagination .np-item-act {
	color: #fff;
	background-color: #CBAA80;
}
.navbar-pagination .np-item-act:hover {
	opacity: 0.9;
}






.cart {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	margin: 50px 0px;
}
.cart .c-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #222222;
}
.cart .c-title-2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
}
.cart .c-text-1 {
	margin: 20px 0px 20px 0px;
}
.cart .c-text-2 {

}
.cart .c-row {
	margin-bottom: 20px;
}
.cart .c-colum-left {
	padding-right: 40px;
}

.cart .c-good-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F7F0F0;
}
.cart .c-good-item:first-child {
	padding-top: 10px;
	border-top: 1px solid #F7F0F0;
}
.cart .c-good-item:last-child {
	
}
.cart .c-good-item .c-good-pic {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
	overflow: hidden;
}
.cart .c-good-item .c-good-pic IMG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 0.3s linear;
}
.cart .c-good-item:hover .c-good-pic IMG {
	transform: scale(1.05);
	transition: all 0.3s linear;
}
.cart .c-good-item .c-good-info {

}
.cart .c-good-item .c-good-price {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #000000;
	text-align: center;
}
.cart .c-good-item .orig-price {
	text-decoration: line-through;
}
.cart .c-good-item .c-good-del {
	text-align: center;
}
.cart .c-good-item  .c-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	
	min-height: 75px;
}
.cart .c-good-item  .c-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	
	min-height: 75px;
}
.cart .c-good-item .c-btn {

}
.cart .c-good-item  .c-good-price {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #000000;
	
	min-height: 50px;
}
.cart .c-order-btn {
	margin-top: 50px;
}
.cart .c-total-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	text-align: right;
}
.cart .c-total-price {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #000000;
	text-align: center;
}
@media screen and (max-width: 768px){
	.cart .c-good-item  .c-title {
		min-height: auto;
	}
	.cart .c-good-item  .c-description {
		min-height: auto;
	}
	.cart .c-good-item .c-btn {
		display: none;
	}
	.cart .c-good-item  .c-good-price {
		text-align: left;
		padding-top: 10px;
	}
}



.modal-close-btn {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 5;
}

.modal-box {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #222222;
}
.modal-box .mb-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-box .mb-text-1 {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #222222;
}
.modal-box .mb-row {
	margin: 30px 0px;
}
.modal-box .mb-row-2 {
	margin: 40px 0px;
}




.helper-btn-fav-1-act {
	color: #fff;
	background-color: #CBAA80;
}
.helper-btn-fav-1-act:hover {
	opacity: 0.9;
}




@media only screen and (max-width: 768px) {

	.page-search .btn-search-do {
		margin-top: 20px;
	}
	.page-reviews .btn-submit-review {
		width: 100%;
	}
}




.custom-list-item {
	display: inline-block;
	width: 25%;
	/*min-width: 200px;*/
	vertical-align: top;
	margin: 0;
	padding: 0;

	/*
	Remove the spaces.
	The reason you get the spaces is because, well, you have spaces between the elements.
	Tricks choice:
	1.	</div><div>
	2.	</div><!--
		--><div>
	3.	Negative margin
		You can scoot the elements back into place with negative 4px of margin (may need to be adjusted based on font size of parent). Apparently this is problematic in older IE (6 & 7), but if you don't care about those browsers at least you can keep the code formatting clean.
		margin-right: -4px;
	*/
	margin-right: -4px;

}
.custom-list-item-cols-3 {
	width: 33%;
}
.custom-list-item-cols-5 {
	width: 20%;
}
@media only screen and (max-width: 768px) {
	.custom-list-item {
		width: 100%;
	}
}








.commentItem {
	margin-bottom: 40px;
}
.commentItem .ciPic {
	width: 120px;
	text-align: center;
}
.commentItem .ciPic IMG {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}
.commentItem .ciInfo {
	padding-left: 20px;
}
.commentItem .ciName {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.commentItem .ciStatus {
	font-size: 16px;
	color: #999999;
}
.commentItem .ciTextBorder {
	background: #F7F0F0;
	
	/*
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.41);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.41);
	*/
	
	padding: 2px;
	border-radius: 15px;
	
	margin-top: 20px;
	transition: all .2s ease-in-out;
	
	
	background-color: transparent;
	border-top: 1px solid #CBAA80;
	border-radius: 0px;
}
.commentItem:hover .ciTextBorder {
	/*transform: scale(1.05);*/
}
.commentItem .ciTextBorder2 {
	
}
.commentItem .ciText {
	/*
	border: 2px solid #006097;
	border-radius: 15px;
	
	margin-left: 75px;
	*/
	
	background-color: #F7F0F0;
	padding: 20px 20px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
	
	background-color: transparent;
}
.commentItem .ciText P:first-child {
	padding-top: 0px;
	margin-top: 0px;
}





/*********************  из вектора куски *************************/

.cat-column-left {
	padding-right: 30px;
}
@media screen and (max-width: 768px){
	.cat-column-left {
		padding-right: 0px;
	}
}


.cat-filter-box {

}
.cat-filter-box-btn {
	display: none;
}
@media screen and (max-width:767px) {
	.cat-filter-box-btn {
		display: block;
		margin-bottom: 30px;
	}
	.cat-filter-box-btn-hide {
		display: none;
	}
	.cat-filter-box {
		display: none;
	}
	.cat-filter-box-show {
		display: block;
	}
}

.cat-cats-list {
	line-height: 19px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.cat-cats-list A {
	color: #333;
	padding: 6px 0px;
}
.cat-cats-list A:hover {
	color: #CBAA80;
}
.cat-cats-list .cclRow {
	padding: 0px 0px 0px 25px;
}
.cat-cats-list .cclRow:hover {
	background-color: rgba(247,247,247,0.5);
}
.cat-cats-list .cclRowActive A {
	color: #CBAA80;
}
.cat-cats-list .cclLink {
	display: block;
}
.cat-cats-list UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.cat-cats-list LI {
	display: list-item;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.cat-cats-list .cclPoint {
	display: inline-block;
	width: 20px;
	position: absolute;
	margin-left: -20px;
}
.cat-cats-list .cclItem .cclSub {
	display: none;
	padding: 0px 0px 0px 25px;
}
.cat-cats-list .cclPoint .cclIcon {
	display: none;
}
.cat-cats-list .cclItemSimple > .cclRow .cclPoint .cclIconPoint {
	display: block;
	font-size: 8px;
	margin-top: 1px;
	margin-left: 2px;
	cursor: default;
}
.cat-cats-list .cclItemExpand > .cclRow .cclPoint .cclIconPlus {
	display: inline;
}
.cat-cats-list .cclItemExpandOpen > .cclRow .cclPoint .cclIconMinus {
	display: inline;
}
.cat-cats-list .cclItemExpandOpen > .cclSub {
	display: block;
}
.cat-cats-list .cclItem {

}


.slider-items-box {

}
.slider-items-box .slider-item {
	padding: 0px 20px;
}
.slider-items-box .owl-prev {
	position: absolute;
	color: #CBAA80 !important;
	left: -40px;
	top: 47%;
	transform: scale(4);
}
.slider-items-box .owl-next {
	position: absolute;
	color: #CBAA80 !important;
	right: -40px;
	top: 47%;
	transform: scale(4);
}
.slider-items-box .owl-next SPAN {

}
.slider-items-box .owl-nav button.owl-prev:hover,
.slider-items-box .owl-nav button.owl-next:hover {
	background: transparent;
	color: #CBAA80;
}
.slider-items-box .owl-nav button.owl-prev:focus,
.slider-items-box .owl-nav button.owl-next:focus {
	outline: none;
}



.filter-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}
.filter-clear {
	margin-top: 10px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-align: right;
}

.filter-box-container {

}
.filter-box-container-hidden {
	height: 1px;
	overflow: hidden;
}

.filter-box {
	margin: 20px 0px;
}

.filter-box-title {
	margin: 0px 0px 10px 0px;
}
.filter-box-title .fbt-cell-1 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.filter-box-title .fbt-cell-2 {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	text-align: right;
}






.filter-slider .ui-slider-horizontal {
	height: 2px;
}
.filter-slider .ui-widget-content {
	/*border: 1px solid #42caeb;*/
	border: 0px;
	background-color: #EEEEEE;
}
.filter-slider .ui-widget-header {
	background-color: #CBAA80;
}
.filter-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	border: 0px;
	border-radius: 6px;
	background-color: #CBAA80;
	margin-left: 0px;
}
.filter-slider .ui-slider-handle + .ui-slider-handle {
	margin-left: -10px;
}
.filter-slider-value-1 {
	color: #CBAA80;
	margin-top: 10px;
}
.filter-slider-value-2 {
	color: #CBAA80;
	margin-top: 10px;
	text-align: right;
}





.filter-select {
	width: 100%;
}
.select2-dropdown {
	background-color: #eee;
	/*background-color: rgba(0,0,0, 0.5);*/
	border: 0px;
}
.select2-container .select2-selection--single {
	/*
	height: 35px;
	background-color: #18202c;
	*/
	
	height: 40px;
	width: 100%;
	color: #c4c4c4;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
}
.select2-container .select2-selection--single:hover {
	background-color: rgba(200,200,200, 0.1);
}
.select2-container .select2-selection--single[aria-expanded="true"] {
	background-color: rgba(200,200,200, 0.1);
}
.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #c4c4c4;
}
.select2-container .select2-selection--single[aria-expanded="true"] .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #CBAA80;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #c4c4c4;
	font-weight: 300;
	padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
/* search field settings */
.select2-search {
	
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 0px;
	/*background-color: #67768d;*/
}
.select2-container--default .select2-results__option {
	padding-left: 16px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	color: #000000;
}
/* line selected */
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: transparent;
	color: #CBAA80;
}
/* line hover */
.select2-container--default .select2-results__option--highlighted {
	
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/*background-color: #3c485b;*/
	background-color: #ebe6e6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
	
}
.select2-container--default .select2-results__option--highlighted[aria-selected="false"] {
	color: #000000;
}
/* arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0px;
    width: 20px;
    height: 20px;
    margin-left: -15px;
    margin-top: -10px;
	background-image: url('/assets/images/arrow3.svg');
	background-position: center center;
	background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 5px;
}
/* multiple */
.select2-container--default .select2-selection--multiple {
	height: 40px;
	width: 100%;
	color: #c4c4c4;
	font-size: 16px;
	line-height: 16px;
	/*background-color: rgba(0,0,0, 0.25);*/
	border: 1px solid #CBAA80;
}
.select2-container--default .select2-selection--multiple:hover {
	background-color: rgba(200,200,200, 0.1);
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
	height: 40px;
	line-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
	color: #c4c4c4;
	line-height: 20px;
	font-weight: 300;
}
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
	opacity: 1;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	/*border: 0px;*/
	border: 1px solid #CBAA80;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 40px;
	color: #ccc;
	padding-left: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered LI.select2-selection__choice {
	display: none;
}
/* add arrow */
.select2-container--default .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 28%;
    width: 20px;
    height: 20px;
	background-image: url('/assets/images/arrow3.svg');
	background-position: center center;
	background-repeat: no-repeat;
	/*
    content: "";
    position: absolute;
    right: 7px;
    top: 48%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    */
}




.filter-select-vars {
	margin-top: 15px;
}



/* Customize the label (the container) */
.filter-checkbox {
	font-weight: 500;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filter-checkbox:hover {
	background-color: rgba(238,238,238, 0.2);
}
/* Hide the browser's default checkbox */
.filter-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.filter-checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 5px;
	background-color: rgba(255,255,255, 1.0);
	border: 1px solid #CBAA80;
}

/* On mouse-over, add a grey background color */
.filter-checkbox:hover input ~ .checkmark {
	/*background-color: #ccc;*/
	background-color: #EEEEEE;
}

/* When the checkbox is checked, add a blue background */
.filter-checkbox input:checked ~ .checkmark {
	/*background-color: #2196F3;*/
}

.filter-checkbox input ~ .checktext {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.filter-checkbox input:checked ~ .checktext {
	color: #CBAA80;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	/*
	content: "";
	position: absolute;
	display: none;
	*/
}

/* Show the checkmark when checked */
.filter-checkbox input:checked ~ .checkmark:after {
	/*display: block;*/
}

/* Style the checkmark/indicator */
.filter-checkbox .checkmark:after {
	/*
	content: 'V';
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	*/
	/*
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
.checkmark-on {
	position: absolute;
	display: none;
}
.filter-checkbox input:checked ~ .checkmark-on {
	display: block;
}
.filter-checkbox .checkmark-on {
	color: #CBAA80;
	font-size: 15px;
	left: 2px;
	top: 0px;
	
	/*
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
.filter-checkbox .label {
	position: absolute;
	right: 0px;
	top: 3px;
	font-size: 12px;
	color: #212529;
	line-height: 16px;
	background-color: rgba(255,255,255,0.4);
	padding: 1px 7px;
	border-radius: 15px;
}










/*******************************************/









/***BLOCK_SLIDER***/
.slider-wrapper{
	width:100%;
}
.slider{	
	overflow:hidden;
}

.slider .slider-item {
	display:block;
	position:relative;
	
	/*height: 30vw;*/
	/*height: 570px;*/
	height: 507px;
}

.slider .item-caption {
	width:100%;
	position:absolute;
	left:0;
	bottom:73px;
}
.slider .item-area {
	display: inline-block;
	padding: 20px;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	/*background-color: rgba(0, 180, 135, 0.7);*/
	/*background-color: rgba(0, 81, 157, 0.5);*/
	border-radius: 20px;
}
.slider .slider-text-block-1 {
	width: 670px;
}
.slider .slider-text-1 {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 48px;
	font-family: 'cormorantregular';
	line-height: 64px;
}
.slider .slider-text-2 {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
}
.slider .slider-text-3 {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.slider .slider-text-4 {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
}
@media screen and (max-width: 768px){
	.slider .slider-text-1 {
		font-size: 60px;
	}
	.slider .slider-text-2 {
		font-size: 40px;
		margin-top: 30px;
		line-height: 45px;
	}
	.slider .slider-text-3 {
		display: none;
	}
	.slider .btn-simple-1 {
		font-size: 20px;
		transform: scale(1.4);
		transform-origin: top left;
	}
}
.slider .item-title,
.slider .item-text {
	display:block;
}

.slider .item-title {
	font-family: "Alegreya Sans";
	font-size: 70px;
	line-height: 70px;
	font-weight:800;
	color:#fff;
	
}

.slider .item-text {
	font-family: "Alegreya Sans";
	font-size: 40px;
	line-height: 40px;
	font-weight:700;
	color:#fff;	
	margin-top: 11px;
	margin-bottom:4px;
}
.slider .item-btn {
	display: inline-block;
	
	padding: 10px 30px;
	margin-top: 30px;
	
	background-color: #0095e5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Alegreya Sans";
}
.slider .item-btn:hover {
	background-color: #0073b0;
}

.slider .slider-item {

	text-decoration:none;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color: #E5E5E5;
}

.slider .item-caption{
	text-align:center;
}

@media screen and (max-width:1200px){
	.slider .slider-item{
		/*height: 30vw;*/
	}
	.slider .item-caption {
		bottom: 40px;
	}
	.slider .item-title {
		font-size:40px;
		line-height: 40px;
	}

	.slider .item-text {
		font-size: 25px;
		line-height: 25px;
	}
}
@media screen and (max-width:767px){
	.slider .slider-item{
		/*height: 40vw;*/
	}
	.slider .item-caption {
		bottom: 40px;
	}
	.slider .item-title {
		font-size:18px;
		line-height: 18px;
	}

	.slider .item-text {
		font-size:16px;
		line-height:16px;
		font-weight:300;
	}
	
	.slider .item-btn {
		font-size: 12px;
		margin-top: 10px;
		padding: 3px 5px;
	}
}




.slider .owl-prev.disabled,
.slider .owl-next.disabled{
	display:none;
}

.slider .owl-controls{
	width:100%;
	position:absolute;
	left:0;
	bottom:32px;	
}

.slider .owl-dots{
	display:table;
	margin:-16px auto 0px;
	position:relative;
	top:-32px;
}

.slider .owl-dot{
	float:left;
	margin-right:10px;
}

.slider .owl-dot:last-child{
	margin:0px;
}

.slider .owl-dot span{
	width:16px;
	height:16px;
	display:block;
}



.slider .owl-prev{
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
	-khtml-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
}

.slider .owl-next{
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	-khtml-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}



.slider .owl-dot span{	
	border:1px solid #fff;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

.slider .owl-dot.active span{
	background-color:#fff;
}

.slider .owl-prev,
.slider .owl-next{
	width:60px;
	height:80px;
	margin-top:-40px;
	position:absolute;
	top:50%;
	z-index:1;
}

.slider .owl-prev{
	left:-60px;
}

.slider:hover .owl-prev{
	left:0px;
}

.slider .owl-next{
	right:-60px;
}

.slider:hover .owl-next{
	right:0px;
}

.slider .owl-prev,
.slider .owl-next{
	text-align:center;	
	background-color:#000;
	opacity:0;
	cursor:pointer;
	-webkit-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.slider:hover .owl-prev,
.slider:hover .owl-next{
	opacity:0.33;
}

.slider .owl-prev:hover,
.slider .owl-next:hover{
	background-color: rgba(203,170,128,0.5);
	opacity:1;
}

.slider .owl-prev i,
.slider .owl-next i{
	font-size:58px;
	color:#fff;
	line-height:80px;
}
.slider button.owl-prev,
.slider button.owl-next {
	border: 0px;
}



.sliderindex {
	
}
.sliderindex .owl-prev,
.sliderindex .owl-next {
	display: none;
}
.sliderindex .owl-dots {
	margin: 0px;
	top: -15px;
}
.sliderindex .owl-dots .owl-dot {
	outline: none; 
}
.sliderindex .owl-dots .owl-dot SPAN {
	width: 60px;
	height: 2px;
	background-color: #CBAA80;
	margin: 10px 0px;
	opacity: 0.5;
	border-radius: 0px;
	border: 0px;
	
}
.sliderindex .owl-dots .owl-dot.active SPAN {
	height: 4px;
	background-color: #CBAA80;
	margin: 8px 0px;
	opacity: 1;
}




.videoItemBox {
	
}
.videoItem {
	/*max-width: 700px;*/
	margin: 0 auto;
	/*background-color: #222;*/
	background-color: rgba(203, 170, 128, 0.8);
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
}
.videoItemNoBottomPadding {
	padding-bottom: 0px;
}
.videoItem VIDEO {
	width: 100%;
}
.videoItem IFRAME {
	margin: 0px;
}
@media screen and (max-width: 576px) {
	.videoItemBox {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-item-list {
	margin-bottom: 40px;
}
.article-item-list A {
	color: #222;
}
.article-item-list A:hover {
	color: #a58358;
}

.f-input-1 {
	border: 1px solid #CBAA80;
	border-radius: 5px;
	line-height: 34px;
	padding: 2px 10px;
}
.f-textarea-1 {
	border: 1px solid #CBAA80;
	border-radius: 5px;
	line-height: 24px;
	padding: 2px 10px;
}


.builder-box-1 {
	
}
.builder-line {
	margin-bottom: 20px;
}
.builder-line .b-line-left {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
	
}
.builder-line .b-line-right {
	padding-top: 3px;
}
.builder-line .b-line-right INPUT {
	width: 100%;
}
.builder-price {
	display: inline-block;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.08em;
	min-width: 220px;
	margin-top: 20px;
}
.builder-price-options {

}
.builder-price-options .builder-po-line {
	margin-bottom: 10px;
}
.builder-price-options .builder-po-price {
	display: inline-block;
}
.builder-price-options .builder-po-price-text {
	display: inline-block;
	font-size: 12px;
}
.builder-price-options .builder-po-name {
	font-weight: bold;
	font-size: 14px;
}
.builder-price-options .builder-po-description {
	font-size: 12px;
	color: #999;
}
@media (max-width: 768px) {
	.builder-line .b-line-left {
		text-align: left;
	}
	.builder-line .btn-simple-1 {
		margin-bottom: 20px;
	}
}


.filter-title-1 {
	margin-top: 10px;
}

.builder-path {

}
.builder-path .bp-line {
	margin: 1px 0px 1px 0px;
}

.builder-path .bp-line-act {
	background-color: #fff0dc;
}

.builder-path .bp-line I {
	color: #999;
	display: inline-block;
	margin-left: 5px;
}
.builder-path .bp-line A {
	display: block;
	color: #222;
	padding: 7px 0px 7px 5px;
}
.builder-path .bp-line A:hover .bp-name {
	color: #cbaa80;
}
.builder-path .bp-line .bp-name {
	display: inline-block;
	color: #222;
	margin-left: 10px;
}
.builder-path .bp-line:hover {
	background-color: #f5f5f5;
}
.builder-path .bp-line:hover A .bp-name,
.builder-path .bp-line:hover A:hover .bp-name {
	color: #222;
}
.builder-path .bp-info {
	font-size: 10px;
	color: #999;
}


.builder-total-price {
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}


.builder-item-1 {
	margin-bottom: 20px;
	
}
.builder-item-1:hover {
	
}
.builder-item-1 .good-item {
	margin: 0px;
}
.builder-item-1 .gi-name {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	/*min-height: 65px;*/
	margin-bottom: 15px;
}
.builder-item-1 .gi-name A {
	color: #222;
}
.builder-item-1 .gi-name A:hover {
	color: #a58358;
}

.builder-bottom-nav {
	height: 80px;
	background-color: #e0f0ff;
	z-index: 1000;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.3);
	border-bottom: 1px solid #ccc;
}
.builder-bottom-nav-fixed {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;

}
.builder-bottom-nav .bbn-box {

}
.builder-bottom-nav .bbn-cell-1 {
	margin-top: 30px;
}
.builder-bottom-nav .bbn-cell-2 {
	margin-top: 20px;
	text-align: right;
}


.builder-error-notice {
	color: red;
	margin-top: 10px;
}
.builder-error-notice A {
	color: red;
	text-decoration: underline;
}

.builder-mark-ok {
	color: green;
	font-weight: bold;
	margin-top: 10px;
}

.builder-mark-fail {
	color: red;
	font-weight: bold;
	margin-top: 10px;
}

.builder-description-short {
	margin-top: 10px;
	color: #999;
}
