/*  ataka.by   */

.widget_tabs .tab-content .entry-thumbnail {
	height: auto; 
}

.gray-bg {
    background-color: #6e6767;
}
.product-card a, .product-item a span, .manufactur-item a span {
    color: #333;
}
.product-card:hover a, .product-item:hover a span, .manufactur-item:hover a span{
    color: #db261d;
}
.nav-tabs > .active > a {
    border: none;
}

.manufactur-item img{
    width: 90%;
    height: auto;
     -moz-transition: all 0.1s ease-out;
     -o-transition: all 0.1s ease-out;
     -webkit-transition: all 0.1s ease-out;
     transition: all 0.1s ease-out;
}
.manufactur-item:hover img{
    
    width: 100%;
    height: auto;
    margin-left:-5%;
}

div.folder{
    min-width: 120px;
    min-height: 90px;
    background-image: url(img/mib-folder120.png);
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.folder-wrap:hover div.folder{
    background-image: url(img/mib-folder-red120.png);
}

.offers p{
    margin-top: 1.7em;
}
/**
 * 1.0 Color     #db261d; 
 * -----------------------------------------------------------------------------
 */

a:link,
a:visited,
#secondary-nav ul.sf-menu li li a:hover,
#manufactor-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover,
#primary-nav ul li a:hover,
#primary-nav ul li.current_item a,
#secondary-nav .sf-menu li li a:hover,
#manufactor-nav .sf-menu li li a:hover,
.header-cart li a:hover,
.entry-meta .entry-category a,
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.widget_tabs .tab-content .entry-title a:hover,
#site-bottom a:hover,
.sidebar2 .widget_tabs .tabs-nav li.active a,
.entry-title a:hover,
.category-box ul li strong a:hover,
.section-title a:hover,
.widget_latest_comments a:hover .name,
.related-posts ul li a:hover .entry-title,
ul.products li.product a:hover h3,
#secondary .widget_social a:hover span strong,
.entry-author .name a:hover,
.header-search a:hover,
#secondary .widget_tabs #tab3 li a:hover strong,
.entry-footer .author-bio .name a:hover {
	color: #db261d;
}
.widget_tabs .entry-title a:hover,
.posts .cat-posts .view-more a,
.posts .cat-posts a:hover .entry-title {
	color: #db261d !important;
}



/* Link Hover */
#news-ticker .news-item a:hover, 
#breadcrumbs a:hover,
.widget a:hover,
.twitter-widget a:hover,
#footer .widget a:hover,
.entry-content a:hover,
#comments h2 a:hover,
#comments .name a:hover,
.comment-entry p a:hover,
.woocommerce-review-link:hover,
table.cart td.product-remove .remove:hover,
table.cart td.product-name a:hover {
	color: #ff6644;
}
/* Icon Hover */
li a:hover .fa-star,
li.active .fa-star {
	color: #db261d;
}
li a:hover .fa-clock-o,
li.active .fa-clock-o {
	color: #ff6644;
}
li a:hover .fa-comments,
li.active .fa-comments {
	color: #71a42f;
}
li a:hover .fa-tags,
li.active .fa-tags {
	color: #37b6bd;
}
/**
 * 2.0 Background
 * -----------------------------------------------------------------------------
 */

#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item>a,
#manufactor-nav ul li a:hover,
#manufactor-nav ul li.current_item a,
.pagination .prev,
.pagination .next,
#respond button,
a:hover .video-icon,
.widget_tabs #tab4 a:hover,
.button, 
a.button, 
button, 
input[type=button], 
input[type=submit] {
	background-color: #db261d;
}
/**
 * 3.0 Border Color
 * -----------------------------------------------------------------------------
 */
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover,
.see-all a:hover {
	border-color: #db261d;
}


