.izejviejas-container .title, .pagatavosa-acontainer .title {
    font-family: JustAnotherHand;
    font-size: 52px;
    color: #ffc61e;
    background-color: #090748;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 72px;
    margin-bottom: 40px;
    font-weight: 100;
}

.contents.cols-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.contents.cols-2 > div {
    flex: 1 0 50%;
    max-width: 50%;
}

.izejviejas-container, .pagatavosa-acontainer {
    margin-bottom: 50px;
}

.izejviejas-container strong,
.pagatavosa-acontainer strong {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

.pagatavosa-acontainer ul {
    margin-top: -30px;
}

.product-modal-info table td p,
.product-info table td p {
    margin-bottom: 3px !important;
}

.wysiwyg-styles p {
    margin-bottom: 20px;
}

.news-page .news-content .content-single-product .product-images .main-image-modal img,
.product-modal-window .product-modal-content .product-modal-images .main-image-modal img {
    height: auto;
    max-height: 500px;
    width: auto !important;
    max-width: 100%;
}

.news-page .news-content .content-single-product .product-images .main-image-modal,
.product-modal-window .product-modal-content .product-modal-images .main-image-modal {
    text-align: center;
}

.home-page .products-home .products-title a {
    color: inherit !important;
}

.products-home.recipes-home {
    padding-top: 0;
    margin-top: -65px;
}

.instagram-home.products-home.recipes-home {
    padding-bottom: 80px;
}

.instagram-home.products-home.recipes-home .main-title.products-title.text-center {
    margin-bottom: 30px;
}

@media(max-width: 1300px) {
    .products-home.recipes-home {
        margin-top: -30px;
    }
}

@media(max-width: 767px) {
    .products-home.recipes-home {
        margin-top: -15px;
    }
}