body {
	font: 13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
	width: 100%;
	/*height:100%;*/
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #888888;
}

button,
input[type='submit'],
input[type='button'],
.basket_button,
.basket_button span {
	text-transform: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}

h1 {
	/*clear: both;*/
	color: #383838;
	font-size: 36px;
	font-weight: 500;
	line-height: 38px;
	padding-bottom: 21px;
	padding-right: 55px;
}

h1.shifted {
	padding-right: 200px;
}

h2,
h3,
h4,
h5 {
	color: #383838;
	line-height: 20px;
	font-weight: 500;
}

h2 {
	font-size: 24px;
	margin: 0 0 24px;
}

h3 {
	margin: 0 0 0px;
}

h3,
h3 a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

a h3 {
	display: inline-block;
}

h4 {
	font-size: 16px;
	margin: 0 0 23px;
}

h5 {
	font-size: 14px;
	margin: 0 0 23px;
}

img {
	border: 0;
}

blockquote {
	color: #383838;
	font-size: 13px;
	margin: 43px 0 45px;
	min-height: 40px;
	padding-left: 25px;
	position: relative;
	vertical-align: middle;
}

blockquote:before {
	bottom: 3px;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	top: 3px;
	width: 3px;
	background-color: #ddd;
}

.medium {
	font-weight: 500;
	font-size: 14px;
}

hr {
	border: 0;
	height: 1px;
	margin: 20px 0;
	background: #E5E5E5;
}

p {
	color: #888888;
	font-size: 13px;
	margin: 0px 0px 20px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

ol {
	counter-reset: li;
}

ol li {
	position: relative;
}

ol li:before {
	/* content:counter(li) ". " !important;
	counter-increment:li;
	padding-right:0 !important;
	color:#383838; */
}

ul li:before {
	/* content:"\25CF";
	color:#383838; */
}

li {
	list-style-type: none;
}

.big_text {
	font-size: 18px;
	font-weight: 500;
}

.middle_text {
	font-size: 14px;
}

hr.long {
	margin: 35px 0px 30px;
}

.border_block_wide {
	border: 1px solid #e5e5e5;
	padding: 9px 38px 34px;
}

.border_block_wide .props_list {
	width: 100%;
}

.border_block_wide .props_list td:first-child {
	font-size: 14px;
}

.border_block_wide .props_list td:first-child .txt {
	padding-right: 28px;
}

.border_block_wide .props_list td:last-child {
	font-size: 16px;
	font-weight: bold;
}

.border_block_wide .props_list td:last-child .txt {
	padding-left: 29px;
}

.border_block_wide .props_list td .txt {
	padding-left: 14px;
}

.border_block_wide .props_list td {
	padding-top: 6px;
}

table.props_list {
	border-collapse: collapse;
	border: 0px;
}

table.table td {
	padding: 10px;
}

table[data-bx-no-border="Y"] td {
	border: 0px;
	border-bottom: 1px dotted #c3c3c3;
}

.props_list td {
	text-align: right;
	padding: 2px 0px 2px 10px;
	font-size: 13px;
}

.border_block_wide .props_list td {
	border-bottom: 1px dotted #c3c3c3;
}

.props_list td>span,
.props_list td>.txt {
	position: relative;
	background: #FFF;
	padding: 0px;
	display: inline-block;
	color: #666;
}

.border_block_wide .props_list td>span,
.border_block_wide .props_list td>.txt {
	bottom: -11px;
	background: #FFF;
	padding: 0px 0px 0px 10px;
	display: inline-block;
}

.props_list tr td:first-child {
	text-align: left;
	padding-right: 10px;
	padding-left: 0px;
}

.props_list tr td:first-child>span,
.props_list tr td:first-child>.txt {
	padding-right: 12px;
	position: relative;
}

.props_list tr td:first-child>span.whint {
	padding-right: 32px;
}

.border_block_wide .props_list tr td:first-child>span:before,
.border_block_wide .props_list tr td:first-child>.txt:before {
	content: "";
	display: block;
	position: absolute;
	background: #ddd;
	left: 1px;
	top: 10px;
	width: 2px;
	height: 2px;
}

.props_list tr td:first-child>.txt:before {
	top: 9px;
	width: 3px;
	height: 3px;
}

.tizer_bold_text {
	font-weight: 600;
	font-size: 18px;
}

.tizer_text {
	font-size: 16px;
}

/*price*/
.table-price {
	border-bottom: 1px solid #eaebec;
}

.table-price td,
.table-price th {
	padding: 0 4px;
}

.table-price tr:nth-child(2n) td {
	background-color: #eaebec;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.table-price tr:nth-child(2n+1) td {
	background-color: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

.table-price th {
	background-color: #019fd4;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}

.table-price tr td:first-child {
	border-left: 1px solid #eaebec;
}

.table-price tr td:last-child {
	border-right: 1px solid #eaebec;
}

.table-price tr th:first-child {
	border-left: 1px solid #019fd4;
}

.table-price tr th:last-child {
	border-right: 1px solid #019fd4;
}

.add-price-table {
	border-top: 1px solid #eaebec;
}

.product-num {
	text-align: center;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

@media(min-width:1199px) {
	.table-price {
		font-size: 16px;
	}

	.table-price td,
	.table-price th {
		padding: 2px 6px;
	}
}

.table-price-stone tr td {
	text-align: center;
}

.table-price-stone tr td:first-child {
	text-align: left;
}

@media(max-width:425px) {
	.table-price-stone {
		font-size: 12px;
	}

	.table-price-stone tr th,
	.table-price-stone tr td {
		word-break: break-all;
	}

	.table-price-stone tr td:first-child {
		width: 50px;
	}

	.table-price-stone tr td:nth-child(5) {
		width: 30px;
	}

	.table-price-stone tr td:nth-child(6),
	.table-price-stone tr td:nth-child(7) {
		min-width: 55px;
	}

	img {
		max-width: 100%;
	}
}

.usd-rate {
	width: 100px !important;
	max-width: 100%;
	text-align: center;
}

/*price end*/
.button-add-comment {
	width: 100%;
	text-align: center;
	border-radius: 3px;
	background: #00add5;
	color: #fff;
	padding: 15px 0px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-add-comment:hover {
	background: #424f60;
}

.overlay-add-comment {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

.overlay-add-comment>.overlay-comment-box {
	width: 100%;
	max-width: 500px;
	margin: 150px auto;
	position: relative;
	background: #fff;
	padding: 25px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 5px solid #fff;
}

.overlay-add-comment>.overlay-comment-box>form>label>input {
	margin: 15px 0px;
}

.overlay-add-comment>.overlay-comment-box>i {
	position: absolute;
	right: -25px;
	top: 0;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.header-comment-modal {
	padding: 0px 0px;
	margin: 0px 0px 0px;
}

.header-comment-modal>h3 {

	margin: 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
}

.button-comment {
	margin: 15px 0px 0px;
	border: 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	background: #00add5;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-comment:hover {
	background: #424f60;
}

.star-rating {
	font-size: 0;
}

.star-rating__wrap {
	display: inline-block;
	font-size: 1rem;
}

.star-rating__wrap:after {
	content: "";
	display: table;
	clear: both;
}

.star-rating__ico {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	font-size: 24px !important;
	color: #FFB300;
}

.star-rating__ico:last-child {
	padding-left: 0;
}

.star-rating__input {
	display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover~.star-rating__ico:before,
.star-rating__input:checked~.star-rating__ico:before {
	content: "\f005";
}

.star-rating__ico_2:last-child {
	padding-left: 0;
}

.star-rating__ico_2:before,
.star-rating__input:checked~.star-rating__ico_2:before {
	content: "\f005";
}

.star-rating__ico_3:last-child {
	padding-left: 0;
}

.star-rating__ico_3:before,
.star-rating__input:checked~.star-rating__ico_3:before {
	content: "\f005";
}

.comment-product {
	overflow-y: scroll;
	overflow-x: hidden;
}

.comment-product::-webkit-scrollbar-track {
	border-radius: 4px;
}

.comment-product::-webkit-scrollbar {
	width: 6px;
}

.comment-product::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #f0f2f5;
}

.comment-product:hover::-webkit-scrollbar-thumb {
	background: #00add5;
}

.comment_row {
	width: 99%;
	height: auto;
	position: relative;
	margin: 5px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #dedede;
}

.comment_row>.comment-img-box {
	float: left;
	width: 50px;
	padding: 5px;
	margin: 0px;
}

.comment-text {
	text-align: left;
	width: 200px;
	margin-bottom: 60px;
}

.comment_row>.comment-img-box>img {
	width: 100%;
}

.comment-box {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px 0px 5px;
	float: left;
}

.comment_row>.comment-box>h3 {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	margin: 5px;
	padding: 0px;
}

.comment-text>p {
	font-size: 15px;
}

.comment-box-rating {
	width: 100%;
	position: relative;
	margin: 10px 0px;
	padding: 0px;
}

.comment-clear {
	clear: both;
}

.new_star {
	width: 110px;
}

.dropBox-hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 5px solid #00add5 !important;
}

.dropBox-hover:hover {
	border: 5px solid #00add5 !important;
}

.image-drop-comment {
	display: inline-block;
	width: 75px;
	overflow-x: hidden;
}

.image-drop-comment>.drop-box {
	padding: 5px;
}

.image-drop-comment>.drop-box>.img-box {
	padding: 5px;
}

.image-drop-comment>.drop-box>.img-box>img {
	width: 100%;
}

.delete-img-comment {
	padding: 5px 15px;
	text-align: center;
	background: #00add5;
	border: 1px solid #00add5;
	font-size: 9px;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.delete-img-comment:hover {
	color: #424f60;
	background: transparent;
}

.overlay-add-comment>.overlay-comment-box::-webkit-scrollbar-track {
	border-radius: 4px;
}

.overlay-add-comment>.overlay-comment-box::-webkit-scrollbar {
	width: 6px;
}

.overlay-add-comment>.overlay-comment-box::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #f0f2f5;
}

.overlay-add-comment>.overlay-comment-box:hover::-webkit-scrollbar-thumb {
	background: #00add5;
}

.error-input-comment {
	border: 1px solid red !important;
}

.files_comment {
	margin: 0px 0px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.files_comment>p {
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	line-height: 12px;
	padding: 0px;
	margin: 5px 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #424f60;
}

.files_comment>i {
	font-size: 16px;
	cursor: pointer;
	color: #424f60;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.files_comment:hover {
	background: #00add5;
}

.files_comment:hover>p,
.files_comment:hover>i {
	color: #fff;
}

.overlay-gallery-comment {
	position: absolute;
	z-index: 99999999999;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	top: 0;
	display: none;
}

.gallery-box-comment {
	width: 100%;
	max-width: 500px;
	margin: 150px auto;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	background: #fff;
	padding: 25px;
	max-height: 450px;
}

.gallery-box-comment>.callery-img-box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 350px;
	overflow: hidden;
}

.gallery-box-comment>.callery-img-box>img {
	width: 100%;
}

.other-images-block {
	width: 100%;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 25px;
	background: #424f60;
}

.other-images-block>.mini-image {
	width: 50px;
	height: 50px;
	margin: 5px;
	float: left;
	overflow: hidden;
	border: 1px solid #fff;
	cursor: pointer;
}

.other-images-block>.active-gallery-comment {
	border: 1px solid #00add5;
	cursor: not-allowed;
}

.other-images-block>.mini-image>img {
	width: 100px;
}

.row-counter-comment {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #f3f1f1;
	padding: 3px 0;
	margin: 0px;
}

.counter-comment-box {
	float: right;
	width: 110px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0px;
}

.counter-comment-box>.like-box,
.counter-comment-box>.dislike-box {
	display: inline-flex;
	margin-right: 10px;
}

.counter-comment-box>.like-box>ul,
.counter-comment-box>.dislike-box>ul {
	padding: 0px;
	margin: 0px;
}

.counter-comment-box>.like-box>ul>li,
.counter-comment-box>.dislike-box>ul>li {
	padding: 3px 0px;
	margin: 0px 0px;
	display: inline-flex;
	width: 20px;
	list-style-type: none;
	color: #424f60;
}

.counter-comment-box>.like-box>ul>li:before,
.counter-comment-box>.dislike-box>ul>li:before {
	content: "" !important;
	width: 0 !important;
	margin-left: 0 !important;
	vertical-align: unset !important;
	display: block !important;
}

.counter-comment-box>.like-box>ul>li>i,
.counter-comment-box>.dislike-box>ul>li>i {
	font-size: 22px;
	cursor: pointer;
	color: #00add5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.counter-comment-box>.like-box>ul>li>i:hover,
.counter-comment-box>.dislike-box>ul>li>i:hover {
	color: #424f60;
}

.overlay-menu-top {
	position: fixed;
	z-index: 8999;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	display: none;
}

.overlay-modal {
	position: absolute;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	top: 0;
	display: none;
}

.overlay-modal>.small-modal {
	width: 350px;
	height: 170px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
	position: fixed;
	padding: 25px;
	background: #fff;
	border-radius: 3px;
}

.window-overlay-modal::-webkit-scrollbar-track {
	border-radius: 4px;
}

.window-overlay-modal::-webkit-scrollbar {
	width: 6px;
}

.window-overlay-modal::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #f0fвы2f5;
}

.window-overlay-modal:hover::-webkit-scrollbar-thumb {
	background: #00add5;
}

.over-modal-error-text {
	font-size: 14px;
	color: #d62d3c;
	font-weight: 300;
	text-align: left;
}

.info-detail-block {}

#pagetitle {
	font-size: 30px;
	padding: 0px;
}

.title-catalog {
	font-size: 30px;
	padding: 0px !important;
	margin: 0;
	line-height: 30px;
	max-width: 420px;
}

.new-button-block {
	width: 100%;

}

.new-button-block>span {
	width: 100%;
	padding: 10px 20px 10px 20px !important;
	color: #424f60 !important;
	background: #f2c02b !important;
	border: 1px solid #f2c02b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.new-button-block>span:hover {
	background: transparent !important;
}

.new-button-block>span>span {
	font-size: 24px !important;
	line-height: 35px;
}

.fix-padding {
	padding: 0px !important;
}

.price-detail-info {
	width: 175px;
	height: 40px;
	background: #f2c02b;
	position: relative;
	color: #eee;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
}

.price-detail-info:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%;
	left: 100%;
	border: 1px solid transparent;
	border-top: 2px solid #f2c02b;
	border-bottom: 20px solid transparent;
	/* border-right: 0px solid #f2c02b; */
	border-left: 50px solid #f2c02b;
}

.price-detail-info:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%;
	left: 85%;
	z-index: 100;
	border: 2px solid #f2c02b;
	border-top: 20px solid #f2c02b;
	border-bottom: 20px solid #f2c02b;
	border-right: 50px solid transparent;
	border-left: 30px solid transparent;
}

.price-detail-info-left {
	display: block;
	width: 20px;
	height: 40px;
	background: #f2c02b;
	position: absolute;
	left: -20px;
	top: 0;
}

.price-info-block {
	font-size: 42px;
	line-height: 70px;
	text-align: center;
	font-weight: 600;
}

.info-list-properties {
	display: block;
	width: 100%;
	background: transparent;
	margin-top: -30px;
	color: #00a7df;
	padding: 15px;
	font-weight: 600;
	font-size: 24px;
	position: relative;
}

.star-rating__ico_2 {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	font-size: 20px !important;
	color: #FFB300;
}

.star-rating__ico_3 {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	font-size: 20px !important;
	color: #00a7df;
}

.overlay-modal>.middle-modal {
	width: 600px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
	position: fixed;
	padding: 25px;
	background: #fff;
	border-radius: 3px;
}

.button-modal-exp {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 13px;
	text-align: center;
	z-index: 9999;
	background: #00a7df;
	border: 1px solid #00a7df;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.button-modal-exp>i {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-modal-exp:hover {
	background: transparent;
}

.button-modal-exp:hover>i {
	color: #00a7df;
}

.exp_block {
	min-height: 150px;
	background: #f5f5f5;
	/*height: 220px;*/
	overflow: visible !important;
	margin: 0px 1px 1px;
}

.del-br-exp {
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #00a7df;

}

.del-br-exp>span {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.5px;
}

.exp-box-img {
	width: 90px;
	border-radius: 50%;
	margin-left: 10px;
	background: #f2c02b;
	float: left;
	padding: 5px;
}

.exp-box-img>img {
	width: 100%;
	border-radius: 50%;
}

.exp-comment-box {
	display: block;
	width: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px;
	float: left;
}

.invisible-exp-block {
	opacity: 0;
	width: 300px;
	min-height: 300px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	display: none;
	position: absolute;
	left: -200px;
	top: -200px;
	z-index: 99999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#exp-box-info:hover>.invisible-exp-block {
	display: block;
	opacity: 1;
}

.img-box-exp {
	margin: 0;
	padding: 0;
	border: 1px solid #f2c02b;
	overflow: hidden;
	max-width: 300px;
	max-height: 220px;
}

.img-box-exp>img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box-info {
	padding: 10px;
}

.box-info>p {
	padding: 0;
	margin-left: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
}

.box-info>p>span {
	color: #000;
	font-weight: 100;
}

.gifts {
	cursor: pointer;
	position: absolute;
	bottom: -140px;
	right: -20px;
	z-index: 3;
}

.gifts>span>i {
	font-size: 64px;
	font-weight: 600;
	color: #f2c02b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.gifts:hover>span>i {
	color: #f2c02b;
}

.gifts>.gifts-box {
	opacity: 0;
	width: 300px;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	display: none;
	position: absolute;
	left: -160px;
	top: 45px;
	z-index: 99999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.gifts:hover>.gifts-box {
	display: block;
	opacity: 1;
}

.gifts>.gifts-box>.gift-box>.gift-img-box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.gifts>.gifts-box>.content-gift {
	float: left;
	margin-left: 15px;
}

.gifts>.gifts-box>.content-gift>p {
	font-size: 16px;
}

.gifts>.gifts-box>.gift-box>.content-gift>a>h5 {
	font-size: 15px;
}

.gifts>.gifts-box>.gift-box>.content-gift>a:hover>h5 {
	color: #00a7df;
}

.gifts>.gifts-box>.gift-box>.gift-img-box>a {
	display: block;
}

.gifts>.gifts-box>.gift-box>.gift-img-box>a>img {
	width: 100%;
}

.gifts>span {
	display: block;
	line-height: 24px;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.content-gift>p>span.old-price {
	text-decoration: line-through;
}

.content-gift>p>span.gift-text {
	vertical-align: super;
	color: #f2c02b;
}


.certificate>span {
	display: block;
	line-height: 24px;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.certificate>span>div {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: -999;
	width: 300px;
	height: auto;
	left: -140px;
	top: 45px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	padding: 5px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.certificate>span>div>img {
	width: 100%;
}

.certificate>span:hover>div {
	display: block;
	opacity: 1;
	z-index: 999;
}

.certificate>span>i {
	font-size: 36px;
	color: #00a7df;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.certificate:hover>span>i {
	color: #f2c02b;
}

.wrapp_thumbs {
	margin-top: 35px;
}

.fix-margin-top {
	margin-top: 0 !important;
}

.old-price-element {
	display: block;
	font-size: 24px;
	font-weight: 100;
	line-height: 10px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0px 0 -15px 0;
	text-decoration: line-through;
}

.old-price-element>img {
	width: 16px;
}

.scroll-table-basket {
	display: block;
	height: 300px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}

.scroll-table-basket::-webkit-scrollbar-track {
	border-radius: 4px;
}

.scroll-table-basket::-webkit-scrollbar {
	width: 6px;
}

.scroll-table-basket::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #f0f2f5;
}

.scroll-table-basket:hover::-webkit-scrollbar-thumb {
	background: #00add5;
}

.row-basket-gift {
	margin: 0 0 0 -10px !important;
	padding: 0;
	background: #fae8b1;
	height: 50px;
	width: 103%;
	overflow: hidden;
}

.img-basket-gift>a>img {
	width: 100%;
	margin-top: -20px;
}

.img-basket-gift {
	padding: 15px;
}

.price-basket>p {
	color: #000;
	font-weight: 600;
	margin-top: 7px;
}

.price-basket>p>span {
	text-decoration: line-through;
}

.gift-basket-text {
	padding-top: 7px;
}

.gift-basket-text>span {
	color: #e66c00;
	font-weight: 600;
}

.addit-gift-basket {
	text-align: center;
	padding-top: 10px;

}

.addit-gift-basket>i {
	font-size: 24px;
	font-weight: 600;
	color: #e66c00;
}

.slides-collection {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.slides-collection>li {
	max-width: 180px;
	display: inline-block;
	list-style-type: none;
	position: relative;
	margin: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.slides-collection>li:hover {
	border: 0px solid #e5e5e5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.slides-collection>li:before {
	content: "";
}

.collection-image-box {
	height: 170px;
	line-height: 170px;
	margin: 0 auto;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	zoom: 1;
	display: block;
	overflow: hidden;
}

.collection-image-box>a>img {
	padding: 10px;
	max-width: 160px;
	width: 100%;
}

.navigation-collection {
	top: -50px;
	right: 0px;
	position: absolute;
	z-index: 1;
	margin: 0px;
}

.collection {
	position: relative;
	margin: 0 -5px 25px;
	padding: 0px;
}

.price-colletion-item {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.price-colletion-item>.discount {
	float: left !important;
	margin-bottom: -20px;
}

.item_info {
	min-height: 200px;
	position: relative;
}

.button-collection>.buttons_block {
	bottom: -50px;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}

.collection-title>a>span {
	padding: 10px !important;
}

.long-expert-comment {
	display: none;
	position: relative;
	background: #f5f5f5;
	margin-top: -70px;
}

.btn-show-expert-full {
	width: 112%;
	display: block;
	text-align: center;
	padding: 5px 0;
	margin: 0px -15px;
	background: #00add5;
	box-sizing: border-box;
	position: static;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: help;
	border: 1px solid #00add5;
}

.btn-show-expert-full:hover {
	color: #00add5;
	background: #f5f5f5;
}

#expert-comment-block {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: help;
}

#expert-comment-block:hover>.btn-show-expert-full {
	color: #00add5;
	background: #f5f5f5;
}

.date-comment {
	text-align: left;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	line-height: 12px;
	padding-left: 5px;
	padding-top: 5px;
}

.absolute-background {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	width: 100%;
	background: #000;
	height: 400px;
	opacity: 0.6;
}

.img-brand {
	width: 100%;
	position: absolute;
	z-index: 4;
	height: 400px;
	background-position: center;
	background-size: cover;
}

.detail_picture_block {
	text-align: center;
}

.brand-header {
	position: relative;
	top: 0;
	z-index: 9;
	margin: 50px auto 0px;
	width: 100%;
}

h1.brand-h1-page {
	color: #fff;
	position: relative;
	z-index: 9;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 50px;
}

h3.brand-h3-page {
	color: #000;
	position: relative;
	z-index: 9;
	text-align: center;
	font-size: 32px;
	margin: 30px 0 0;
}

.info-brand-description {
	width: 800px;
	max-height: 60px;
	margin: 5px auto;
	overflow: hidden;
	font-size: 15px;
	color: #fff !important;
	text-align: center;
	position: relative;
	z-index: 9;
}

.box-container-brand {
	background: #fff;
	max-width: 1208px;
	width: 100%;
	margin: 25px auto 50px;
	padding: 0 25px 25px;
	min-height: 350px;
	/* z-index: 4; */
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
}

.service-item {
	padding: 25px 20px;
	border: 1px solid #000;
	border-radius: 10px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-item h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-item img {
	width: auto !important;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service-item p {
	padding: 30px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-item:hover h4,
.service-item:hover p {
	color: #fff;
}

.service-item:hover img {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 30px 0px rgb(255, 255, 255);
}

.service-item .host-btn {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 3px 3px 3px 13px;
	text-transform: capitalize;
	font-weight: 600;
}

.service-item .host-btn .i-round {
	background-color: #fff;
	color: #131b31;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	padding: 6px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-item:hover {
	background-color: #131b31;
}

.host-btn {
	background-color: #131b31;
	border-radius: 60px;
	padding: 18px 30px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.service-item:hover .host-btn {
	background-color: #fff;
	color: #131b31;
}

.service-item:hover .host-btn .i-round {
	color: #fff;
	background-color: #131b31;
}

.service-item .host-btn:hover .i-round {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
}

.service-slider .owl-nav {
	margin: 20px 0 10px;
	color: #000 !important;
	position: relative !important;
}

.service-slider .owl-nav [class*="owl-"] {
	background-color: transparent !important;
	padding: 0 !important;
	margin: 10px 10px 0 !important;
	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}

.service-slider .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.service-slider .owl-prev {
	border: 20px solid transparent !important;
	border-right: 20px solid #131b31 !important;
	margin-right: 20px !important;
}

.service-slider .owl-next {
	border: 20px solid transparent !important;
	border-left: 20px solid #131b31 !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
	z-index: 9 !important;
}

.hr-discount {
	position: absolute;
	top: 15px;
	height: 3px;
	margin-left: 10% !important;
	width: 80%;
	padding: 0px;
	background: #f82e24;
	margin: 0px;
	-moz-transform: rotate(15deg) skew(0deg, -20deg);
	-webkit-transform: rotate(15deg) skew(0deg, -20deg);
	-o-transform: rotate(15deg) skew(0deg, -20deg);
	-ms-transform: rotate(15deg) skew(0deg, -20deg);
	transform: rotate(15deg) skew(0deg, -20deg);
}

.box-collection-brand {
	margin: 0px;
	position: relative;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	cursor: pointer;
}

.box-collection-brand:hover>.box-collection-brand-background {
	z-index: 9;
}

.box-collection-brand-background {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-size: cover;
	background-position: center;
}

.box-collection-brand-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: #000;
	opacity: 0.5;
}

.box-collection-brand>.info-block {
	position: relative;
	z-index: 5;
	padding: 15px;
	margin: 0px;
	border: 1px solid #fff;
	border-radius: 15px;
}

.box-collection-brand>.info-block>h3 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 10px;
}

.brand-out-box {
	margin: 0;
	padding: 15px;
}

.box-container-brand-collection {
	background: #fff;
	max-width: 1208px;
	width: 100%;
	margin: 50px auto 50px;
	padding: 25px 25px 25px;
	min-height: 400px;
	/* z-index: 4; */
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.5);
}

.brand-is-collection-img-block {
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #ededed;
}

.new-back-brand {
	width: 200px;
	margin: 0 auto 50px;
	display: block;
	background: #00add5;
	border: 3px solid #00add5;
	text-align: center;
	padding: 0;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.new-back-brand:hover {
	background: transparent;
}

.new-back-brand:hover>a {
	color: #00add5 !important;
}

.new-back-brand>a {
	display: block !important;
	padding: 15px;
	color: #fff !important;
	margin: 0 !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.info-brand-description>p,
.info-brand-description>b {
	color: #fff !important;
}