.anthemeblocks-producttabs{
	margin-bottom: 0;
}
/*.anthemeblocks-producttabs .product-buttons {
    width: 153px;
}
.product-miniature.product-miniature-large .thumbnail-container,
.product-miniature.product-miniature-large .highlighted-informations,
.product-miniature.product-miniature-large .product-description{
	width: 350px;
}*/
.anthemeblocks-producttabs h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
}
.anthemeblocks-producttabs .tabs-img{
	max-width: 220px;
    max-height: 20px;
    margin: 0 auto 17px;
}
.anthemeblocks-producttabs .tabs-img img{
	max-width: 100%;
}
.anthemeblocks-producttabs p{
	text-align: center;
    max-width: 768px;
    margin: 0 auto 33px;
    font-size: 12px;
}
.anthemeblocks-producttabs .nav-tabs{
	text-align: left;
	border-bottom: none;
	margin-bottom: 2px;
}
.anthemeblocks-producttabs .nav-item{
	float: none;
	display: inline-block;
    margin: 0;
}
.anthemeblocks-producttabs .nav-link{
	text-transform: none;
	font-weight: 500;
	padding: 20px 36px 15px 35px;
	font-size: 16px;
    background: #f1f1f1;
    color: #686868;
	border: none;
}
.anthemeblocks-producttabs .nav-item .nav-link.active{
    color: #fff;
}
.anthemeblocks-producttabs .nav-item:last-child .nav-link{
	border: none;
}
.anthemeblocks-producttabs .decor_line:before{
	margin-right: 3.55%;
	max-width: 197px;
} 
.anthemeblocks-producttabs .decor_line:after{
	margin-left: 3.55%;
	max-width: 197px;
}
#index .tab-pane.active .product-miniature {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: ScaleTabs;
}
#index .tab-pane .product-miniature {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
@-webkit-keyframes ScaleTabs {
    from  {
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
} 
@keyframes ScaleTabs {
    from  {
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
} 
@media (max-width: 640px){
	.anthemeblocks-producttabs .nav-link{
		border: none;
	}
	.anthemeblocks-producttabs .nav-item{
		display: block;
		margin: 0!important;
	}
	.anthemeblocks-producttabs .nav-tabs {
	    padding: 0;
	}
	.product-miniature.product-miniature-large .thumbnail-container, 
    .product-miniature.product-miniature-large .highlighted-informations, 
    .product-miniature.product-miniature-large .product-description {
        width: 300px;
    }
    .product-miniature.product-miniature-large .thumbnail-container-image{
        min-height: 0!important;
    } 
    .anthemeblocks-producttabs {
        margin-bottom: 8px;
    }
}