@media screen and (max-width: 991px){
	.page-content > .row{
		margin: 0;
	}
}

iframe{ border: 0; margin: 0 auto; display: block; max-width: 100%;}

#content table{ table-layout: auto!important; }
table, tr, th, td{ border: 0; }

#content td + td img{ max-width: 100%; }
#content td + td p img{ max-width: 100%; }

h3, h3 span {
	font-size: 20px !important;
	line-height: 1.2;
}

@media screen and (max-width: 480px){
	#content table{
		width: 100%!important;
	}
	h3, h3 span {
	font-size: 18px !important;
	line-height: 1.2;
	}
}


.reviews {
	margin-top: 45px;
	font-size: 16px!important
}

.reviews #title{
	font-size: 16px;
	color: #c8b8b3!important;
	text-transform: uppercase;
	border-bottom: 1px solid #c8b8b3;
}

.reviews .mymodquestions-answer, 
.reviews .mymodquestions-question{
	background: none;
	font-size: inherit;
}

.reviews .comments{
	margin-top: 40px;
}

.reviews .comment .author{
	text-align: left;
	margin: 0;
}

.reviews .comment .content{
	color: #000;
}

.reviews .answer .title{
	margin-bottom: 10px;
	color: #000!important;
}

.reviews .comments .mymodquestions-question + .mymodquestions-question,
.reviews .comments .mymodquestions-answer + .mymodquestions-question{
	margin-top: 25px;
}

.mymodquestions-answer{
	margin-bottom:10px; 
	margin-left:5%;
	margin-top: 25px;	
	border-left: 2px solid #818080;
	padding-left: 15px;
}

.btn_container_cms{
	border: 1px solid #d6d4d4;
    border-radius: 10px;
    font-size: 16px;
    background: none repeat scroll 0 0 #FBFBFB;
    line-height: 18px;
    max-width: 300px;
    margin: 0 auto !important;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
}

#form_comment_cms .form-group input{
	height: 58px;
	padding: 10px;	
}

#form_comment_cms button:hover{
	background: #000;
}

#form_comment_cms .captcha-group .input-captcha{
	margin-top: 10px;
}

#form_comment_cms .captcha-group .row{
	display: flex;
    align-items: center;
}

@media screen and (max-width: 350px){
	h3, h3 span {
		line-height: 1;
		margin-bottom: 15px!important;
	}
	#form_comment_cms .form-group {
	    margin-bottom: 8px;
	}
	#form_comment_cms .form-group input{
		padding: 5px;
	}
}

.fancybox-inner {
	    overflow-y: scroll !important;
}


.imageblock_description{
	text-align: center;
}

p.product-title {
    font-size: 1.3em;
    margin-bottom: 0;
}

#cms p.manufacturer_name {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #000!important;
    margin-bottom: 0.5em;
}

#cms .star_content{
	display: inline-flex;
	float: none;
}

#cms .comments_note{
	margin: 0 0 5px 0;
}

#cms .thumbnail-container{ text-align: center; }
#cms .thumbnail-container .h3.product-title{
	font-size: 1.2em;
}

#cms .netreviews_font_stars .nr-star{
    color: #b19a93;
    opacity: .6;
}