h1 {
	color: #00997b;
	font-size: 24px;
	font-weight: 600;
}

.article {
	margin-top: 10px;
	font-size: 17px;
}

.complect-item {
    display: inline-block;
    text-align: center;
}

.complect-img {
    display: inline-block;
    height: 140px;
    width: 140px;
    background-size: cover;
    border: 1px solid #c9eae4;
    background-repeat: no-repeat;
    border: 1px solid #f3f3f3;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.notavailable {
    display: block;
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;
}

.notavailable-description {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}


.table-order {
    overflow-x: auto;
    padding: 20px;
    margin: -20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1!important;
}

input[type='number'] {
    text-align: center;
}

.table-row-title {
	padding: 6px;
	text-transform: uppercase;
	border: 1px solid #c7c7c7;
}

.tree-prop-item-value {
	padding: 6px;
	border: 1px solid #c7c7c7;
}


.tree-prop-item-rest {
	padding: 6px;
	border: 1px solid #c7c7c7;
	text-align: center;
	color:#333333
}



.tree-prop-item-value input{
	max-width: 50px!important;
	text-align:right;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.8!important;
}

.tree-props-table {
	border-collapse: collapse;
}

.tree-prop-item {
	padding: 8px 12px;
	margin: 4px 4px 4px 0;
	cursor: pointer;
	text-align:center;
	border: 1px solid #c7c7c7;
}

.tree-prop-item:hover {
/*
	background: rgb(0 153 123 / 16%);
	color: #000000;
*/
}

.tree-prop-item-value input::-webkit-outer-spin-button, .tree-prop-item-value input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
}

.buy-btn{
	color: #fff;
	background: #00997b;
	cursor:pointer;
	border:0;
	padding: 10px 14px;
	margin: 4px 4px 4px 0;   
}

.buy-btn:disabled{
	color: #fff;
	background: #dddddd;
  
}

.prop-selected {
/*
    background: #00997b;
    color: #ffffff;
*/
}

.prop-disabled {
	color: #dddddd;
	pointer-events: none; 
	cursor: default; 
}

.product-price {
	font-size: 32px;
	font-weight: 600;
	color: #00997b;
	margin-right: 20px;
}

.old-price {
	text-decoration: line-through;
	display:inline-block;
	font-size: 18px;
}

.discount-percent {
	display:inline-block;
}

.discount-price {
	color: #d768a4;
	font-weight: 600;
	text-transform: lowercase;
}

.blabel {
	display: inline-block;
	border: none;
	margin-right: 2px;
	background: #53d6bc;
	color:#ffffff;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.delay-element {
	font-size: 28px;
	cursor:pointer;
	color: #cccccc;
}
.delayed {
	color:red!important;
}


.popup-result-img img {
	max-width:300px;
}

ul.nav-tabs {
  text-align: center;
}
ul.nav-tabs li {
  float: none;
  display: inline-block;
}

.tab-content > .tab-pane {
    padding: 20px;
}

.articleBody-title {
    padding-bottom: 10px;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.articleBody-content p{
	font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.articleBody-content b{
	font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.articleBody-content ul li, .articleBody-content ol li {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
}
.articleBody-content ul li:before {
    content: "";
    border-radius: 50%;
    border: 1px solid #00997b;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    top: 13px;
}

.nav-tabs > li > a {
	border: 0;
	border-color: #fff; 
	border-bottom: 3px solid #ffffff;
	color: #00997b;
	font-weight: 600;
}

.nav-tabs > li > a:hover {
	border-bottom: 3px solid #00997b;
	color: #333333;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}

.tab-content {
	border-top: 1px solid #dddddd;
	margin-top: 1px;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	border: 0;
	border-bottom: 3px solid #00997b;
}


.product-item-detail-info-container ul.product-item-detail-elemenet-info{
	list-style: none;
	display: inline-block;
	max-width: 416px;
	padding: 0px;
}

.product-item-detail-info-container ul.product-item-detail-elemenet-info li{
	float: left;
	width: 24%;
	text-align: center;
}

.product-item-detail-info-container ul.product-item-detail-elemenet-info li a{
	display: inline-block;
}
.product-item-detail-info-container ul.product-item-detail-elemenet-info li a div{
	padding:15px;
}
.product-item-detail-info-container ul.product-item-detail-elemenet-info li a div img{
	width: 100%;
	height: auto;
}

.product-item-detail-info-container ul.product-item-detail-elemenet-info li a span{
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 13px;
}

.fotorama__wrap, .fotorama__stage {
	width: 100%!important;
}

@media screen and (max-width: 500px) {

	.nav > li > a {
	    padding: 10px 4px;
	}

	.articleBody-title{
		padding-bottom: 10px;
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: 500;
		line-height: 1.1;
		text-transform: uppercase;
		color: #00997b;
	}
	.articleBody-content p, .articleBody-content b{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 18px;
	}
	.articleBody-content ul li, .articleBody-content ol li {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
		list-style-type: none;
		position: relative;
		margin-left: -21px;
	}
	.articleBody-content ul li:before {
		content: "";
		border-radius: 50%;
		border: 1px solid #00997b;
		width: 8px;
		height: 8px;
		display: inline-block;
		position: absolute;
		margin-left: -18px;
		top: 11px;
	}
}

.coating {
    color: #ffffff;
    background-color: #d768a4;
    padding: 2px 15px 4px;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 25px;
    z-index: 99;
    opacity: 0.85;
    border-top-left-radius: 14px;
}