.product-page .main-image {
	/* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46); */
    border: 1px solid #CDCDCD;
    padding: 15px;
}
span.tab {
    display: block;
    padding-left: 30px;
}
.description {
    line-height: 2;
    font-size: 16px;
}

.color #title {
    font-size: 18px;
}

.color {
    margin-top: 15px;
}
.thumb-item {
    position: absolute;
    width: 120%;
    padding: 0.25em;
    background: #f6f7f3;
    z-index: 99;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    left: -10%;
    top: -10%;
    margin-bottom: 1em;
    text-align: left;
}

.thumb-image {
    float: left;
    position: relative;
    width: 100%;
}

.thumb-image img {
    border: 1px solid #ecede4;
    cursor: pointer;
}

.thumb-info {
    float: left;
    position: relative;
    width: 100%;
    padding: 2px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.color-item {
    width: 25%;
	padding: 0 5px;
    float: left;
    position: relative;
}

.color-item:hover .thumb-item {
    display: block;
}
.calc-block {
	font-size: 16px;
}

.iframe {
    float: right;
    width: 50%;
}

.iframe iframe{
	width: 100%;
    height: 300px;
    padding: 0 0 15px 25px;
    border: none;	
}    

.example div {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.example img {
    border: 1px solid #ededed;
}
img.icons-image {
    width: 35px;
    margin-right: 20px;
	    float: left;
}

span.icons-title {
    /* line-height: 35px; */
    font-size: 14px;
}
div#icons-all {
    margin-top: 30px;
}
.icons-block {
    margin: 5px 0;
}

.icon:before {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border-radius: 50%;
	border: 1px solid #FFF;
}

span.icon {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tizers .item:hover span:before {
	border-color: #332A85;
	padding: 17px;
	font-size: 51px;
}

@media (min-width: 992px) and (max-width: 1200px){
	.description {
		font-size: 14px !important;
	}
	
	span.tab {
		padding-left: 8px !important;
	}
	
	.iframe iframe {
		height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.color {
		margin-top: 4px;
	}
	.iframe iframe {
		height: 201px;
	}
	
}

@media (max-width: 768px){
	.calc-block {
		font-size: 17px;
		font-weight: normal !important;
	}
	.iframe iframe {
		height: 201px;
	}
	.tizers .item span.icon{		
		font-size: 45px;
	}
	.tizers .item span.icon:before{
		border-color: #332A85;
		padding: 20px;
	}
	
	.tizers .item:hover span:before {
		border-color: #332A85;
		padding: 20px;
		font-size: 45px;
	}
	.item {
    margin-top: 15px;
}
}
@media (max-width:650px){
	.image-block {
		width: 100%;
	}
	.calc-block,.description {
		width: 100%;
	}
	.description .col-xs-6{
		width:100%;
	}
	.iframe {
		float:left;
		width: 100%;
	}
	.iframe iframe {
		height: 250px;
		padding-left:0;
	}
}
@media (max-width:480px){
	.calc-block,.description {
		width: 100%;
	}
	.example {
		width: 100%;
		text-align: center;
	}
}