body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #858585;
	height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c1c1c;
}
/* 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 {
	cursor: pointer;
	color: #251e1e;
	text-shadow: none;

}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ae745a;

}
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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
}
.navbar-nav > li > a::before {
	background-color: #c89b73;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	bottom: auto;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.navbar-nav > li:hover > a::before {
	opacity: 1;
}
/* top */
#top {
	background-color: #251e1e;
	border-bottom: 1px solid #251e1e;
	padding: 0;
	margin: 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	/*color: #ffffff;*/
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ae745a;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

header {
	background: #251e1e;
}


/* logo */
#logo {
	margin: 10px 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* menu */
#menu {
	background-color: transparent;
	min-height: 40px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #ae745a;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 188px;
	display: block;
	padding: 8px 10px;
	font-size: initial;
	clear: both;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
#menu .dropdown-inner li a:hover {
	color: #ae745a;
	text-decoration: underline;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #d2a975;
	background-image: linear-gradient(to bottom, #d2a975, #d2a975);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #d2a975;
	background-image: linear-gradient(to bottom, #d2a975, #d2a975);
	background-repeat: repeat-x;
	border-color: #d2a975;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #d2a975;
}

    /* content */
#content {
	min-height: 500px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer .logof {
	margin-top: 20px;
	margin-bottom: 10px;
}
footer h2 {
	text-transform: uppercase;
	line-height: initial;
	color: #fff;
	text-shadow: 1px 1px #ae745a;
	font-family: "Open Sans", "sans-serif";
	font-weight: 400;
	font-style: normal;
}
footer a {
	color: #ccc;
	font-size: 14px;
}

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 {
	margin: 0 0 5px 0;
	padding: 4px 0;
	border: 1px solid #c89b73;
	background-color: #c89b73;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 20px;
	height: 20px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: initial;
	border: 1px solid #c89b73;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	color: #e9dbdb;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #c89b73;
	border-color: #c89b73;
}
.btn-default {
	color: #f9f3f3;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
	background-color: #c89b73;
	background-image: linear-gradient(to bottom, #c89b73, #c89b73);
	background-repeat: repeat-x;
	border-color: #c89b73;
}
.open>.dropdown-menu {
	padding-top: 0.4rem;
	padding-bottom: 1.4rem;
	letter-spacing: 0.7px;
	position: absolute;
	color: #1c1c1c;
	background-color: #f8f8f8;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #f9f3f3;
	background-color: transparent;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #c89b73;
	background-image: linear-gradient(to bottom, #c89b73, #c89b73);
	background-repeat: repeat-x;
	border-color: #c89b73;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #c89b73;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: none;
}
.panel strong {
	font-weight: 400;
	color: #1c1c1c;
}
ul#social-icons {
	list-style: none;
}
ul#social-icons li {
	padding-top: 0.7rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	display: inline-block;
}
ul#social-icons li a {
	display: block;
	padding: 5px;
	background-image: none !important;
	color: #c89b73;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #c89b73), to(#c89b73));
	background-image: linear-gradient(to bottom, #c89b73 100%, #c89b73 100%);
}
.fa {
	font-family: 'FontAwesome';
}

.fa-instagram:before {
	content: "\f16d";
}
i.fa.fa-facebook, i.fa.fa-instagram{
	font-size: x-large;
}
.box.shopme {
	max-width: 100%;
	overflow: hidden;
	margin-bottom:10px
}


.shopme-item:hover h3 {
	color: #c89b73;
	text-transform: uppercase;
}
.shopme-item:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0;
	position: absolute;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: rgba(255, 255, 255, 0.5);
	top: 4%;
	right: 3%;
	bottom: 4%;
	left: 3%;
}
.shopme-item:hover:before {
	border-color: rgb(200 155 115);
}
.shopme-item:hover .pb-single {
	background-color:#ffffff;
	color: #c89b73;
 }

.shopme-item h3 {
	color: #ffffff;
	text-transform: uppercase;
}
.shopme-item {
	height: max-content;
	display: flex;
}
.shopme-item .pb-single {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}
.down {
	background-color: #c89b73;
	color: #FFFFFF;
	padding: 21px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	border-width: 1px;
	border-style: solid;
	width: 225px;
	text-align: center;
	margin: 2% auto;
}
footer .logof img.img-responsive {
	max-width: 100%;
}
@media (min-width: 991px) and (max-width: 1200px){
	#pink {
		column-count: 2;
		column-gap: 5px;
		column-fill: balance;
	}
	#menu .nav > li > a {
		color: #fff;
		padding: 10px 15px 10px 15px;
		min-height: 15px;
		background-color: transparent;
		text-transform: uppercase;
		font-size: medium;
	}
	#menu .navbar-collapse {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 990px){

		#pink {
			column-count: 2;
			column-gap: 5px;
			column-fill: balance;
		}

	.container {
		width: 100%!important;
	}
	.shopme-item {
		min-height: 300px;
	}
	#menu .nav > li > a {
		color: #fff;
		padding: 5px 5px 5px 5px;
		min-height: 15px;
		background-color: transparent;
		text-transform: uppercase;
		font-size: small;
	}
	.pintstyle-thumb.main .entity-header p {
		display: block;
		margin: 20px 0;
		font-size: 30px;
		color: #FFF;
		text-align: center;
	}

	.container {
		width: 100%!important;
		max-width:100%;
	}

	h2.entity-title {
		font-size: large;
		line-height: normal;
	}

	#top-links ul.list-inline li {
		background-color: #c89b73;
		color: #FFFFFF;
		padding: 10px;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		border-width: 1px;
		border-style: solid;
	}
}
@media (min-width: 500px) and (max-width: 767px){
	#pink {
		column-count: 2;
		column-gap: 5px;
		column-fill: balance;
	}
	.col-sm-6.menumain {
		 float: left;
		 width: 40%;
	 }
}
@media screen and (max-width: 499px){
	.col-sm-6.menumain {
		float: none;
		width: 100%;
	}

	#top-links {
		float:none!Important;
	}
}
@media (min-width: 991px){


	#links0 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: stretch;
		align-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: center;
		flex-direction: row;
		align-items: center;
	}
	#links0 .image-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 33%;
		max-width: 33%;
		height: 300px;
		padding-top: 1%;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
	}
	#links0 .image-thumb .image {
		height: 100%;
		width: 100%;
	}
	#links0 .image-thumb .image img.img-responsive.transition {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}


	.shopme-item {
		min-height: 400px;
	}

	h2.entity-title {
		font-size: x-large;
		line-height: 1.18;
	}

	#top-links ul.list-inline li {
		background-color: #c89b73;
		color: #FFFFFF;
		padding: 21px;
		text-transform: uppercase;
		letter-spacing: 1.8px;
		border-width: 1px;
		border-style: solid;
	}
	.pintstyle-thumb.main .entity-header p {
		display: block;
		margin: 45px 0;
		font-size: 55px;
		color: #FFF;
		text-align: center;
	}
}
@media (min-width: 768px) {
	header {
		background: #251e1e;
		text-align: center;
	}
	nav#menu.navbar {
		margin: 0 auto;
	}
	#logo {
		margin: 0!important;
	}
	#top-links ul.list-inline {
		margin: 0 auto;
	}
	#top {
		display: none;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	h3.gallery_pro {
		font-size: xxx-large;
		font-weight: 400;
		font-family: 'Roboto Condensed', sans-serif;
		padding: 0px;
		margin-top: 5px;
		text-align: center;
	}
	#top-links ul.list-inline li:hover {
		background-color: #FFFFFF;
		color: #c89b73;
		padding: 21px;
	}


	#header {
		display: flex;
		align-items: center;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.pintstyle-thumb.main .scheme-primary {
		font-size: 1rem;
		line-height: 1.625;
		background-color: #f8f8f8;
		text-align: center;
		height: 550px;
		width: 99%;
		margin: 0 auto;
		padding-top: 4rem;
		padding-right: 4rem;
		padding-bottom: 4rem;
		padding-left: 4rem;
		position: relative;
		color: #eaeaea;
		overflow: hidden;
	}
	.pintstyle-thumb.main .caption {
		height: 80%;
		width: 80%;
		margin: 4% auto;
		position: relative;
		z-index: 3;
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 1%;
		padding-bottom: 1%;
		text-align: center;
	}
	.pintstyle-thumb.main .caption:before {
		background-color: #1212127d;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0.8;
	}
	.pintstyle-thumb.main .entity-header p {
		display: block;
		color: #FFF;
		text-align: center;
	}
	.pintstyle-thumb.main .btn:hover, .pintstyle-thumb.main .btn:focus {
		color: #ffffff;
		text-decoration: none;
	}
	.hok-b {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		align-content: space-around;

	}
	.hok-layout {
		width: 95%;
	}
	.hok-image {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.hok-thumb .image {
		display: flex;
		position: relative;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		width: 100%;
		height: 450px;
	}

	.info-pintstyle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.pintstyle-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}


}
@media (min-width: 1201px) {
	#menu .nav > li > a {
		color: #fff;
		padding: 10px 15px 10px 15px;
		min-height: 15px;
		background-color: transparent;
		text-transform: uppercase;
		font-size: medium;
	}
	#pink {
		column-count: 3;
		column-gap: 5px;
		column-fill: balance;
	}

	.container {
		max-width: 1380px;
	}

	.pb-custom.info2, .pb-custom.info3 {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 499px) {
	#pink {
		column-count: 1;
		column-gap: 5px;
		column-fill: balance;
	}
}
@media (max-width: 767px){
	#top-links {
		margin: 0 auto;
		text-align: center;
	}
	a.callbackphon {
		color: #ffffff;
	}
	#menu {
		border-radius: 4px;
		background: #d2a975;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.info-pintstyle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		-ms-flex-line-pack: stretch;
		align-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: space-around;
		align-items: stretch;
		flex-direction: column;
	}
	.pintstyle-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.navbar-nav > li > a {
		color: #ffffff;
		box-shadow: inset 1px 2px 5px 3px #dfdfdf;
	}
	.shopme-item {
		height: auto;
	}

	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	h2.entity-title {
		color: #fff;
		word-break: break-word;
		font-size: initial;
		line-height: normal;
	}
	.pintstyle-thumb.main .entity-header p {
		display: block;
		margin: 15px 0;
		font-size: 30px;
		color: #FFF;
		text-align: center;
	}
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

#pink .image {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 3px 3px 1px 3px;
	border: 1px solid #000;
	padding: 1%;
	overflow: hidden;
}
#pink img {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 9px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transform: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#pink img:hover {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
  overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}




.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}


.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}





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




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}



.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transform {
  -webkit-transform: scale(1.2) translateX(5px) rotate(5deg);
  -moz-transform: scale(1.2) translateX(5px) rotate(5deg);
  -ms-transform: scale(1.2) translateX(5px) rotate(5deg);
  -o-transform: scale(1.2) translateX(5px) rotate(5deg);
  transform: scale(1.2) translateX(5px) rotate(5deg);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.notransform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.upborderradius {
  -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.borderradius {
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;    
	border-radius: 5px;
}
/*slider*/
.owl-item .item img {
	width: -webkit-fill-available;
	height: auto;
}
.fluxslider .caption {
	background: rgba(0, 0, 0, 0.5)!Important;
	color: rgb(255, 255, 255)!Important;;
	font-size: x-large!Important;;
	font-family: sans-serif!Important;;
	text-decoration: none;
	font-weight: bold;
	padding: 1.5em 1em;
	opacity: 1;
	position: absolute;
	z-index: 110;
	vertical-align: baseline;
	width: 80%!Important;;
	height: 40%;
	bottom: 30%!Important;%;
	left: 10%;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	line-height: 15em;
	transition-property: opacity;
	transition-duration: 800ms;
	box-sizing: border-box;
	box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

.pintstyle-thumb {
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}
article::before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0;
	position: absolute;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: rgba(255, 255, 255, 0.5);
	top: 2rem;
	right: 2rem;
	bottom: 2rem;
	left: 2rem;
}
article.entity.scheme-primary {
	font-size: 1rem;
	line-height: 1.625;
	background-color: #f8f8f8;
	text-align: center;
	height: 100%;
	padding-top: 4rem;
	padding-right: 4rem;
	padding-bottom: 4rem;
	padding-left: 4rem;
	position: relative;
	color: #eaeaea;
	overflow: hidden;
}
article .caption {
	height: 100%;
	position: relative;
	z-index: 3;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
article .caption:before {
	background-color: #c89b73;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
article .aligner-outer {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 3;
}
article .aligner-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.pintstyle-thumb:hover .entity-media {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

.entity-header:not(:last-child) {
	margin-bottom: 1.7rem;
}
article .entity-media {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-bg-image-src] {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.entity-footer a {
	color: #ffffff;
	font-size: medium;
}
.entity-media {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}
h2.entity-title {
	color: #fff;
	word-break: break-word;
}
.information p {
	text-align: justify;
}
.information p span {
	color: #1c1c1c;
}

h1.info {
	text-align: center;
	margin: 1% auto;
	font-weight: 600;
	text-transform: uppercase;
}


body.information-category-6 {
	background-image: url(../image/catalog/main/fon/log-wood-plank-texture-background-2023-11-27-04-59-24-utc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}