@import url("./reset.css");
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1
}
body.padding {
	padding-top: 90px
}
@media screen and (max-width: 1130px) {
	/* line 12, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	body.padding {
		padding-top: 50px
	}
}
@media screen and (max-width: 1130px) {
	/* line 6, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	body {
		padding-top: 50px
	}
}
body * {
	box-sizing: border-box
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.map-overlay {
	background: transparent;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9
}
.wrapper {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	max-width: 1400px;
	clear: both
}
.mini-wrapper {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	max-width: 1000px;
	clear: both
}
header {
	background: rgba(0, 0, 0, 0.85);
	display: block;
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9
}
header .cart {
	width: 40px;
	height: 40px;
	float: right;
	margin: 25px 0 0 30px;
	display: block;
	position: relative
}
header .cart:before {
	content: "\f07a";
	font-family: FontAwesome;
	color: #fff;
	font-size: 35px
}
header .cart span {
	position: absolute;
	right: -7px;
	top: -7px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #69be47;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 20px
}
header .cart p {
	background: #fff;
	position: absolute;
	top: 50px;
	right: 0;
	white-space: nowrap;
	padding: 20px;
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 13px
}
header .cart p:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url("../img/arrow_top.png") no-repeat bottom center;
	position: absolute;
	top: -16px;
	right: 8px
}
header .cart p i {
	margin-right: 10px
}
header .logo {
	font-size: 31px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	line-height: 90px
}
header .logo img {
  float: left;
  height: 40px;
  margin: 25px 10px 0 0;
}
header ul {
	float: right
}
header ul li {
	display: inline-block;
	line-height: 90px;
	margin-left: 50px;
	font-size: 16px;
	font-weight: 600
}
header ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.14s
}
header ul li a:hover {
	color: #69be47
}
@media screen and (max-width: 1130px) {
	/* line 69, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header {
		height: 50px
	}
	/* line 170, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header .logo {
		font-size: 24px;
		line-height: 50px
	}
	/* line 175, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header ul li {
		line-height: 50px;
		font-size: 15px
	}
	/* line 180, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header .cart {
		margin-top: 14px
	}
	/* line 184, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header .cart:before {
		font-size: 27px
	}
}
header .nav-butt {
	display: none
}
@media screen and (max-width: 1130px) {
	/* line 194, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header .nav-butt {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		margin-left: 30px;
		margin-top: 16px;
		cursor: pointer
	}
	/* line 203, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header .nav-butt span {
		display: block;
		width: 30px;
		height: 4px;
		background: #fff;
		margin-bottom: 4px
	}
	/* line 212, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header ul {
		position: fixed;
		top: 50px;
		background: rgba(0, 0, 0, 0.85);
		padding: 10px;
		right: 0;
		display: none
	}
	/* line 220, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header ul.showed {
		display: block
	}
	/* line 224, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	header ul li {
		margin: 0;
		padding: 10px;
		display: block;
		line-height: 1;
		text-align: right
	}
}
.white-wall {
	width: 100%;
	display: block;
	position: relative;
	padding: 60px 0;
	background: #fff
}
.white-wall p {
	font-size: 16px;
	line-height: 27px;
	color: #222;
	margin-bottom: 15px
}
@media screen and (max-width: 720px) {
	/* line 250, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.white-wall p {
		font-size: 14px
	}
}
.gray-wall {
	width: 100%;
	display: block;
	position: relative;
	padding: 60px 0;
	background: #f2f2f2
}


article.product_new{
	margin-bottom: 15px;
}
article.product_new .imgWrapper{
	width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
article.product_new .imgWrapper:after{
	padding-top: 100%;
  display: block;
  content: '';
}
article.product_new .main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  color: white;
	padding-left: 0;
	width: 100%;
}
article.product_new .imgWrapper .main img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-height: 100%;
	max-width: 100%;
}
article.product_new .title{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	height: 3em;
}
article.product_new .title a{
	color: #000
}
article.product_new .back {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.4);
	transition: all .18s ease-in;
	border: #69be47;
	background: rgba(105, 190, 71, 0.8);
	text-align: center;
	padding: 60px 10px 30px
}
article.product_new .back p {
	color: #fff;
	font-weight: 600;
	font-size: 21px
}
article.product_new .back p i.fa{
	font-size: 40px;
	margin-top: 40px
}
article.product_new:hover .back{
	opacity: 1;
	transform: none
}






.gray-wall article.product .back,
.gray-wall article.gallery .back,
.gray-wall article.reference .back {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	width: calc(100% - 20px);
	height: 100%;
	opacity: 0;
	transform: scale(0.4);
	transition: all .18s ease-in;
	border: #69be47;
	background: rgba(105, 190, 71, 0.8);
	text-align: center;
	padding: 60px 10px 30px
}
.gray-wall article.product .back p,
.gray-wall article.gallery .back p,
.gray-wall article.reference .back p {
	color: #fff;
	font-weight: 600;
	font-size: 21px
}
.gray-wall article.product .back p i.fa,
.gray-wall article.gallery .back p i.fa,
.gray-wall article.reference .back p i.fa {
	font-size: 40px;
	margin-top: 40px
}
.gray-wall article.product:hover .back,
.gray-wall article.gallery:hover .back,
.gray-wall article.reference:hover .back {
	opacity: 1;
	transform: none
}
@media screen and (max-width: 1030px) {
	/* line 263, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.product,
	.gray-wall article.gallery,
	.gray-wall article.reference {
		width: 25%
	}
}
@media screen and (max-width: 920px) {
	/* line 263, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.product,
	.gray-wall article.gallery,
	.gray-wall article.reference {
		width: 33.333%
	}
}
@media screen and (max-width: 650px) {
	/* line 263, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.product,
	.gray-wall article.gallery,
	.gray-wall article.reference {
		width: 50%
	}
}
.gray-wall article.gallery p i.fa,
.gray-wall article.reference p i.fa {
	margin-top: 20px !important;
	margin-bottom: 10px !important
}
.gray-wall article.gallery p span,
.gray-wall article.reference p span {
	font-size: 14px
}
.gray-wall article.reference {
	width: 25%
}
.gray-wall article.reference p span {
	font-weight: 400 !important;
	padding-top: 20px !important;
	display: block;
	line-height: 22px
}
.gray-wall article.reference i.fa {
	display: none !important
}
.gray-wall article.reference .back {
	padding-top: 40px !important
}
@media screen and (max-width: 820px) {
	/* line 337, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.reference {
		width: 33.333% !important
	}
}
@media screen and (max-width: 580px) {
	/* line 337, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.reference {
		width: 50% !important
	}
}
@media screen and (max-width: 420px) {
	/* line 337, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.gray-wall article.reference {
		width: 100% !important
	}
}
h1.asH2,
h2,
h3 {
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 25px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 30px
}
h1.asH2 strong,
h2 strong,
h3 strong {
	font-weight: 900;
	color: #69be47
}
/*h2,h3{
	text-align: inherit;*/
}
@media screen and (max-width: 720px) {
	/* line 372, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	h1.asH2,
	h2,
	h3 {
		font-size: 23px
	}
}
h3 {
	font-size: 19px
}
.read-more {
	color: #69be47;
	font-weight: 600;
	text-decoration: none
}
.read-more:hover {
	opacity: 0.4
}
footer {
	width: 100%;
	display: block;
	position: relative;
	padding: 60px 0 40px;
	background: #1d1d1d
}
footer .block {
	width: 33.3333%;
	display: block;
	padding: 0 20px;
	float: left
}
@media screen and (max-width: 720px) {
	/* line 421, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	footer .block {
		width: 100%;
		padding: 0 0 40px
	}
}
footer h3 {
	margin-bottom: 40px;
	text-align: left;
	color: #fff
}
footer p {
	color: #8a8a8a;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400
}
footer p strong {
	font-weight: 600
}
footer p strong.d {
	padding: 30px 0 10px;
	display: block
}
footer p a {
	color: #8a8a8a;
	text-decoration: none
}
footer p a:hover {
	opacity: .5
}
.copy {
	background: #69be47;
	padding: 15px 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px
}
.copy a {
	color: #222;
	text-decoration: none;
	font-weight: bold
}
.copy a:hover {
	text-decoration: underline
}
.broadcrumbs {
	width: 100%;
	display: block;
	position: relative;
	height: 50px;
	background: #69be47
}
.broadcrumbs li {
	display: block;
	float: left;
	line-height: 50px;
	color: #111;
	font-weight: 400
}
.broadcrumbs li a {
	color: #111;
	font-weight: 600;
	text-decoration: none
}
.broadcrumbs li a:hover {
	opacity: .6
}
.broadcrumbs li:not(:last-child):after {
	content: '/';
	margin: 0 10px
}
.page {
	width: 100%;
	padding: 50px 0
}
.page .nav-sidebar {
	display: none
}
@media screen and (max-width: 820px) {
	/* line 519, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .nav-sidebar {
		padding-bottom: 8px;
		padding-top: 3px;
		display: block;
		float: left;
		display: block;
		background: #262626;
		cursor: pointer;
		margin-bottom: 30px
	}
	/* line 532, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .nav-sidebar.active {
		background: #ececec;
		margin-bottom: 0
	}
	/* line 537, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .nav-sidebar span {
		display: block;
		width: 30px;
		clear: left;
		float: left;
		margin: 5px 6px 0;
		height: 4px;
		background: #fff
	}
}
.page .form {
	width: 100%;
	display: block;
	margin-top: 60px;
	float: left
}
.page .form h2 {
	font-size: 20px;
	text-align: left
}
.page .form input {
	min-width: 49.5%;
	display: block;
	position: relative;
	padding: 15px 20px;
	border: 1px solid #ececec;
	background: #fff;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	float: left;
	margin-right: 0.5%;
	outline: none !important
}
@media screen and (max-width: 540px) {
	/* line 560, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .form input {
		width: 100%
	}
}
.page .form textarea {
	min-width: 99.5%;
	height: 150px;
	display: block;
	position: relative;
	padding: 15px 20px;
	border: 1px solid #ececec;
	background: #fff;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	outline: none !important
}
@media screen and (max-width: 540px) {
	/* line 581, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .form textarea {
		width: 100%
	}
}
.page.gray {
	background: #f2f2f2;
	padding: 60px 0
}
.page h1 {
	font-size: #333;
	font-size: 34px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px
}
.page.p-desc p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	font-weight: 300
}
.page .sidebar {
	float: left;
	width: 20%;
	display: block;
	padding: 0;
	background: #f7f7f7;
	border: 1px solid #ececec
}
@media screen and (max-width: 920px) {
	/* line 627, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .sidebar {
		width: 25%
	}
}
@media screen and (max-width: 820px) {
	/* line 627, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .sidebar {
		width: 100%;
		margin-bottom: 30px;
		display: none
	}
	/* line 644, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .sidebar.showed {
		display: block
	}
}
.page .sidebar li {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
}
.page .sidebar li a {
	font-size: 13px;
	color: #555;
	text-decoration: none;
	padding: 12px 20px;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ececec
}
.page .sidebar li a:hover,
.page .sidebar li a.active {
	background: #ececec
}
.page .sidebar li a.active {
	font-weight: 600;
	background-color: #69BE47;
}
.page .main {
	float: left;
	width: 80%;
	padding-left: 40px
}
@media screen and (max-width: 920px) {
	/* line 676, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main {
		width: 75%
	}
}
@media screen and (max-width: 820px) {
	/* line 676, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main {
		width: 100%;
		padding-left: 0
	}
}
.page .main.product-detail .left {
	float: left;
	width: 60%;
	padding-right: 30px;
	position: relative;
	display: block
}
@media screen and (max-width: 720px) {
	/* line 691, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left {
		width: 100%;
		padding-right: 0
	}
	/* line 702, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .description {
		padding-top: 40px
	}
}
.page .main.product-detail .left .action-button {
	margin-top: 20px
}
.page .main.product-detail .left .action-button i {
	margin: 0 20px 0 0
}
.page .main.product-detail .left .variants {
	width: 100%;
	border: none
}
.page .main.product-detail .left .variants tr {
	border-bottom: 1px solid #ccc;
	background: #ececec
}
.page .main.product-detail .left .variants tr:nth-child(even) {
	background: #fafafa
}
.page .main.product-detail .left .variants tr:first-child {
	border-top: 1px solid #ccc
}
.page .main.product-detail .left .variants tr td {
	padding: 10px;
	color: #444;
	font-size: 13px;
	line-height: 15px;
	vertical-align: middle
}
.page .main.product-detail .left .variants tr td:last-child {
	font-weight: 600
}
.page .main.product-detail .left .variants tr td i.fa {
	float: right;
	line-height: 25px;
	display: block;
	margin-right: 5px;
	color: #555
}
.page .main.product-detail .left .variants tr td:nth-child(3) span {
	display: block;
	font-size: 12px;
	float: right;
	line-height: 25px;
	margin-right: 20px
}
.page .main.product-detail .left .variants tr td .select {
	width: 120px;
	display: block;
	float: right;
	cursor: pointer;
	position: relative;
	height: 25px;
	font-weight: 600;
	cursor: pointer
}
.page .main.product-detail .left .variants tr td .select:hover {
	opacity: .5
}
.page .main.product-detail .left .variants tr td .select select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	outline: none;
	height: 100%;
	font-weight: 900;
	cursor: pointer
}
@media screen and (max-width: 560px) {
	/* line 793, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .variants tr {
		display: block;
		width: 100%;
		float: left
	}
	/* line 798, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .variants tr td:first-child {
		float: left;
		width: 10%;
		padding-bottom: 0
	}
	/* line 804, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .variants tr td:nth-child(2) {
		float: left;
		width: 90%;
		padding-bottom: 0;
		padding-left: 0
	}
	/* line 811, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .variants tr td:nth-child(3) {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0
	}
	/* line 817, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .left .variants tr td:last-child {
		padding-top: 0;
		clear: left;
		width: 100%;
		float: left;
		padding-left: 10%
	}
}
.page .main.product-detail .right {
	float: right;
	width: 40%;
	position: relative;
	display: block;
	clear: right
}
@media screen and (max-width: 720px) {
	/* line 829, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main.product-detail .right {
		width: 100%
	}
}
.page .main.product-detail .read-more {
	margin-top: 30px;
	color: #6f6f6f;
	font-weight: normal;
	float: left;
	background-color: #eee;
	color: #69be47;
	padding: 10px;
	transition: all 0.5s;
}
.page .main.product-detail .read-more:hover{
	color: #fff;
	background-color: #262626;
}
.page .main.product-detail .read-more i {
	margin-left: 3px
}
.page .main.alternative {
	width: 100%;
	padding: 0
}
.page .main.alternative article.product,
.page .main.alternative .gray-wall article.gallery,
.gray-wall .page .main.alternative article.gallery,
.page .main.alternative .gray-wall article.reference,
.gray-wall .page .main.alternative article.reference {
	width: 20%
}
.page .main.alternative h2 {
	text-align: left;
	font-size: 20px
}
.page .main h1 {
	font-size: 22px
}
.page .main .description {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	float: left
}
.page .main article.product,
.page .main .gray-wall article.gallery,
.gray-wall .page .main article.gallery,
.page .main .gray-wall article.reference,
.gray-wall .page .main article.reference {
	float: left;
	width: 25%;
	display: block;
	padding-right: 15px
}
@media screen and (max-width: 1030px) {
	/* line 878, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main article.product,
	.page .main .gray-wall article.gallery,
	.gray-wall .page .main article.gallery,
	.page .main .gray-wall article.reference,
	.gray-wall .page .main article.reference {
		width: 33.3333%
	}
}
@media screen and (max-width: 620px) {
	/* line 878, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main article.product,
	.page .main .gray-wall article.gallery,
	.gray-wall .page .main article.gallery,
	.page .main .gray-wall article.reference,
	.gray-wall .page .main article.reference {
		width: 50%
	}
}
@media screen and (max-width: 360px) {
	/* line 878, /Users/martin/Desktop/Projects/kovokrab.cz/assets/styles/app.scss */
	.page .main article.product,
	.page .main .gray-wall article.gallery,
	.gray-wall .page .main article.gallery,
	.page .main .gray-wall article.reference,
	.gray-wall .page .main article.reference {
		width: 100%
	}
}
.page .main article.product a,
.page .main .gray-wall article.gallery a,
.gray-wall .page .main article.gallery a,
.page .main .gray-wall article.reference a,
.gray-wall .page .main article.reference a {
	text-decoration: none
}
.page .main article.product .image,
.page .main .gray-wall article.gallery .image,
.gray-wall .page .main article.gallery .image,
.page .main .gray-wall article.reference .image,
.gray-wall .page .main article.reference .image {
	width: 100%;
	height: 200px;
	display: block;
	position: relative
}
.page .main article.product .image img,
.page .main .gray-wall article.gallery .image img,
.gray-wall .page .main article.gallery .image img,
.page .main .gray-wall article.reference .image img,
.gray-wall .page .main article.reference .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.page .main article.product .image .back,
.page .main .gray-wall article.gallery .image .back,
.gray-wall .page .main article.gallery .image .back,
.page .main .gray-wall article.reference .image .back,
.gray-wall .page .main article.reference .image .back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.4);
	transition: all .18s ease-in;
	border: #69be47;
	background: rgba(105, 190, 71, 0.8);
	text-align: center;
	line-height: 200px;
	color: #fff;
	font-size: 40px
}
.page .main article.product a:hover .image .back,
.page .main .gray-wall article.gallery a:hover .image .back,
.gray-wall .page .main article.gallery a:hover .image .back,
.page .main .gray-wall article.reference a:hover .image .back,
.gray-wall .page .main article.reference a:hover .image .back {
	opacity: 1;
	transform: none
}
.page .main article.product .desc,
.page .main .gray-wall article.gallery .desc,
.gray-wall .page .main article.gallery .desc,
.page .main .gray-wall article.reference .desc,
.gray-wall .page .main article.reference .desc {
	background: #f7f7f7;
	border: 1px solid #ececec;
	padding: 15px 10px 10px;
	border-bottom: 2px solid #ececec;
	min-height: 82px
}
.page .main article.product .desc p.title,
.page .main .gray-wall article.gallery .desc p.title,
.gray-wall .page .main article.gallery .desc p.title,
.page .main .gray-wall article.reference .desc p.title,
.gray-wall .page .main article.reference .desc p.title {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	color: #666
}
.page .main article.product .desc p.price,
.page .main .gray-wall article.gallery .desc p.price,
.gray-wall .page .main article.gallery .desc p.price,
.page .main .gray-wall article.reference .desc p.price,
.gray-wall .page .main article.reference .desc p.price {
	font-size: 13px;
	line-height: 20px;
	color: #9a9898;
	font-weight: 600
}
.masonry-gallery a {
	padding: 1px;
	padding-bottom: 6px;
	display: block;
	position: relative
}
.masonry-gallery a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 126px);
	opacity: 0;
	transform: scale(0.4);
	transition: all .18s ease-in;
	border: #69be47;
	background: rgba(105, 190, 71, 0.8);
	font-weight: 400;
	text-align: center;
	content: "\f00e";
	font-family: FontAwesome;
	color: #fff;
	padding-top: 120px;
	font-size: 55px
}
.masonry-gallery a:hover:after {
	opacity: 1;
	transform: none
}
.action-button {
	text-decoration: none;
	color: #fff;
	padding: 13px 30px;
	border: none;
	background: #69be47;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	outline: none !important
}
.action-button:hover {
	opacity: .7
}
.action-button i.fa {
	margin-left: 10px;
	margin-right: -5px
}
table.cart {
	width: 100%;
	margin-bottom: 20px
}
table.cart thead tr th {
	font-weight: 600;
	color: #333;
	font-size: 13px;
	text-align: left;
	padding: 15px 10px;
	background: #f7f7f7;
	border-bottom: 2px solid #ececec;
	vertical-align: middle
}
table.cart tbody tr td {
	padding: 10px;
	color: #333;
	font-size: 13px;
	vertical-align: middle;
	border-bottom: 1px solid #e2e2e2
}
table.cart tbody tr td:first-child {
	padding: 3px;
	width: 110px
}
table.cart tbody tr td:first-child img {
	width: 100px
}
table.cart tbody tr td a {
	font-weight: 600;
	display: block;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
	color: #333
}
table.cart tbody tr td .count {
	height: 28px;
	width: 28px;
	outline: none !important;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 28px;
	padding: 0;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	float: left
}
table.cart tbody tr td .control {
	float: left;
	width: 20px;
	height: 28px
}
table.cart tbody tr td .control button.up {
	margin-bottom: 2px
}
table.cart tbody tr td .control button.up,
table.cart tbody tr td .control button.down {
	width: 20px;
	height: 13px;
	border: none;
	background: #ccc;
	float: left;
	margin-left: 2px;
	display: block;
	outline: none;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	line-height: 5px
}
table.cart tbody tr td .control button.up:hover,
table.cart tbody tr td .control button.down:hover {
	opacity: .7
}
table.cart tbody tr td .control button.up i,
table.cart tbody tr td .control button.down i {
	color: #fff;
	font-size: 9px
}
table.cart tbody tr td a {
	text-decoration: none !important
}
table.cart tbody tr td i.fa.fa-remove {
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	background: orange;
	display: block;
	text-align: center;
	cursor: pointer
}
table.cart tbody tr td i.fa.fa-remove:hover {
	opacity: .7
}
table.cart tbody tr:nth-child(even) td {
	background: #f7f7f7
}
.hidden {
	display: none
}
p.comment {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px !important
}
p.comment i {
	margin: 0 5px 5px 0
}
.delivery {
	padding: 20px;
	margin: 15px 0
}
.delivery label {
	font-size: 14px;
	color: #444;
	float: left;
	margin-right: 10px;
	width: 100px;
	margin-bottom: 14px
}
.delivery label.nm {
	margin-bottom: 0
}
.delivery label i {
	font-size: 13px;
	float: right;
	margin-top: 1px
}
.delivery .delivery_select {
	width: 370px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #444;
	position: relative;
	margin-top: -2px;
}
.delivery .delivery_select select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	border: none;
	color: #444;
	-webkit-appearance: none;
	outline: none;
	height: 100%;
	font-weight: 900;
	cursor: pointer
}
.form.in_cart h2 {
	font-size: 18px;
	margin-bottom: 30px
}
.form.in_cart label {
	float: left;
	display: block;
	position: relative;
	width: 30%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	clear: left;
	margin-bottom: 10px
}
.form.in_cart label.full {
	width: 100%;
	margin: 20px 0
}
.form.in_cart label.full input[type="checkbox"] {
	float: left;
	margin-top: 15px;
	margin-right: 10px
}
.form.in_cart input[type="text"] {
	float: left;
	display: block;
	position: relative;
	width: 70%;
	margin: 0;
	height: 40px;
	line-height: 40px;
	background: #fbfbfb;
	border: 1px solid #ececec;
	margin-bottom: 10px;
	min-width: 0
}
.form.in_cart input[type="text"].psc {
	width: 20%
}
.form.in_cart input[type="text"].city {
	width: 49%;
	margin-left: 1%
}
.form.in_cart input[type="text"].ic {
	width: 34.5%
}
.form.in_cart input[type="text"].dic {
	width: 34.5%;
	margin-left: 1%
}
.form.in_cart .delivery_address {
	float: left;
	width: 100%
}
.form.in_cart button.action-button {
	float: right
}
.table_summary {
	width: 100%;
	margin-bottom: 10px;
	margin-top: -20px
}
.table_summary tr:nth-child(odd) td {
	background: #fbfbfb
}
.table_summary tr td {
	font-size: 14px;
	border-bottom: 1px solid #ececec;
	padding: 12px
}
.table_summary tr td strong {
	font-weight: 600
}
.table_summary tr td:first-child {
	width: 200px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #444
}
ul li{
	margin-left: 35px;
	list-style: circle;
	color: #666;
	line-height: 25px;

}
#product-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
strong{
	font-weight: bold;
}
button:disabled{
	cursor: no-drop;
	background-color: gray;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.owl-carousel .owl-item img {
	display: block;
	transform-style: flat;
	width: 100%;
}
.productBox{

}
.productBox:hover{

}
article.product_new .productBox .imgWrapper{
	border-bottom: 1px solid #ececec;
}
article.product_new .productBox .title{
	height: 4em;

	margin-bottom: 1em;
	text-align: left;
	color: #666;
}

.productBox .category_title{
	font-size: 12px;

	color: #9a9898;
	font-weight: normal;
}
.productBox .product_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	color: #666;
	text-decoration: none;

	margin: 5px 0;
	vertical-align: middle;
}
article.product_new .productBox .product_title a {
	text-decoration: none;
	color: #666
}
.productBox .price{
	font-size: 13px;
	line-height: 20px;
	color: #9a9898;
	font-weight: 600;
}
