.catalog-hr {
    margin: 0;
}

.catalog-auto-info-inner h4 {
    margin-top: 0;
}

.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.thumbnail .caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.thumbnail img {
    max-height:100%;
    max-width:100%;
}

#ws_catalog_brands img {
    max-height: 80px !important;
    max-width: 80px !important;
}

.center-table
{
    margin: 0 auto !important;
    float: none !important;
}

#w247_wssync_appliance .form-control {
    width: 100% !important;
}

#w247_wssync_appliance .btn-success, .btn-danger {
    padding: 6px 12px !important;
}

#w247_wssync_appliance .appliance_apply, #w247_wssync_appliance .appliance_reset {
    width: 40% !important;
}

#ws_catalog_sections img {
    max-height: 150px;
    max-width: 150px;
}

/*modeli title, hover full*/
#ws_catalog_section a img {
    padding: 0 10px;
}
#ws_catalog_section a .caption.text-center {
    background: rgba(255,255,255,0.30);
    left: 0;
}
#ws_catalog_section a:hover .caption.text-center {
    background: #000;
    color: #fff;
}
#ws_catalog_section .caption.text-center strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
#ws_catalog_section a:hover .caption.text-center strong {
    white-space: normal;
}
.w247-page-loader {
    display: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.w247-catalog-loader {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    width: 100%;
    min-height: 150px;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.w247-page-loader .w247-loader-inner, .w247-catalog-loader .w247-loader-inner {
    background-image: url("./images/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

.tooltip_templates {
    display: none;
}

@media screen and (max-width: 480px) {
    #ws_catalog_section .model_auto {
        float: none;
        width: 100%;
    }  
}

