/*
Theme Name:   RedParts
Theme URI:    https://themeforest.net/item/redparts-auto-parts-woocommerce-wordpress-theme/30040243
Author:       Konstantin Veselovsky
Author URI:   https://themeforest.net/user/kos9
Description:  Auto Parts WordPress Theme
Version:      1.18.0
License:      ThemeForest Split License
License URI:  http://themeforest.net/licenses/standard
Text Domain:  redparts
*/

.catalog-icon {
   
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px;
}
.catalog-icon img {
    
    width: 8em!important;
    height: 8em!important;
    border: 2px solid red!important;
    border-radius: 100%!important;
    
}
.catalog-icon img:hover{
    
   opacity:0.4;
   cursor:pointer;
    
}
.catalog-icon-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767.98px){
.th-mobile-header__logo {
    display:none;
}
 .th-view-options__legend   {display:none;}
 .th-view-options__select {display:none;}
 .th-view-options__select {display:none;}
 .catalog-icon img {
    width: 6em!important;
    height: 6em!important;
   
}
.catalog-icon {
   
   
    margin-right: 0px;
   
}
}
span.sklad {
    display: block!important;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 12px;
    max-width: 100px;
    /* font-size: 10px; */
    vertical-align: middle;
    
    color: #44782a;
}
.th-header__logo{
	display: none !important;
}
.th-header__search{
	bottom: 0 !important;
}