.anthemeblocks-producttabs{
    margin-bottom: 48px;
    margin-top: 76px;
}
/*.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: 3px;
    font-size: 36px;
    text-transform: uppercase;
}
.anthemeblocks-producttabs .tabs-img{
	max-width: 220px;
    max-height: 20px;
    margin: 0 auto 17px;
}
.anthemeblocks-producttabs .tabs-img img{
	max-width: 100%;
}
.anthemeblocks-producttabs .nav-tabs{
	text-align: center;
	border-bottom: none;
	margin-bottom: 24px;
}
.anthemeblocks-producttabs .nav-item{
	float: none;
	display: inline-block;
    margin: 0 24px;
}
.anthemeblocks-producttabs .nav-link {
    position: relative;
	padding: 0;
    border: none;
    color: #232323;
}
.anthemeblocks-producttabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    opacity: 0;;
    transition: all .4s;
}
.anthemeblocks-producttabs .nav-item .nav-link.active:before{
    opacity: 1;
}
.anthemeblocks-producttabs .nav-item:last-child .nav-link{
	border: none;
}
#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;
}
.anthemeblocks-producttabs .featured-products-box {
    margin-top: 0;
}
@-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-bottom: 10px;
	}
}