/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */
#customer-form input[name="firstname"] + span.form-control-comment, #customer-form input[name="lastname"] + span.form-control-comment {
    display: none;
}

/* fix for Chrome image rendering */
img {
    image-rendering: -webkit-optimize-contrast;
}


@media (min-width: 1200px) {
    #footer_newsletter form {
        display: inline-block;
        min-width: 640px;
    }
}

#index .bp-short-description p {
    line-height: 24px;
    font-size: 14px;
}

/* #module-jxblog-post #wrapper .breadcrumb */
section.page-cms, #module-jxblog-post #content-wrapper #main, #module-jxblog-category #content-wrapper #main,
#module-wpblog-single #content-wrapper #content {
    margin: 0 auto;
    max-width: 58.71429rem;

}

.page-content.page-cms {
    text-align: left;
}

#cms #content-wrapper img {
    margin: 1.28571rem 0 1.21429rem;
    max-width: 100%;
    height: auto;
}

/* fix shaim stitky */
.product-miniature.prod-box-grid .thumbnail-container, .product-miniature.prod-box-grid .thumbnail-container .center-block .product-description {
    overflow: visible;
}
