.thumbnail-catalog .caption { height: 140px; }
.main-title
{
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.strong-p
{
    font-weight: bold;
}

.whatsapp-block
{
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 100;
}

.__jivoMobileButton
{
    bottom: 154px !important;
}

.button-postav
{
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: #ffb700;
    color: white;
    font-size: 16px;
    transition: .3s;
}

.button-postav:hover
{
    background: #b38000;
    cursor: pointer;
    transition: .3s;
}

.postav-img
{
    padding-right: 10px;
}

.postav-text
{
    font-weight: 600;
}

.my-postav-form
{
    padding: 25px;
}

.my-postav-form label
{
    padding-right: 15px;
    font-size: 18px;
}

.postav-el
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}

.postav-bl
{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.postav-el-but
{
    justify-content: center;
}

.mobile-btn-div
{
    padding: 0 !important;
}

.mobile-btn-div  .mobile-btn
{
    border-radius: 0 !important;
    max-height: 50px !important;
    justify-content: center !important;
}

.d-block.slogan
{
    display: none !important;
}

.bs-text .number
{
    font-size: 3.2vh !important;
    font-weight: bolder;
}

.mobile-btn .phone-icon
{
    line-height: 1 !important;
    font-size: 37px !important;
    margin-top: 0 !important;
}

.menu-top-title{
    padding-left: 36px;
    position: absolute;
    font-size: 16px!important;
}
@media (max-width: 575px){
.topline{
    padding-bottom: 5px;
}
}

.h1-wrap{
    display: flex;
    justify-content: space-between;
     align-items: center;
    padding: 5px 0;
}

.h1-wrap h1{
    margin-top: 0;
    margin-bottom: 0;
}

.bs-product-info {
    display: none;
}

.bs-product-info .bs-product-info-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.bs-accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bs-accordion .bs-accordion-title {
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 0;
}

.bs-accordion .bs-accordion-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    font-weight: bold;
    cursor: pointer;
}

.bs-accordion .bs-accordion-title-wrapper i {
    transition: ease-in-out .4s;
}

.bs-accordion .bs-accordion-title-wrapper i.up {
    transform: rotate(180deg);
}

.bs-accordion .bs-accordion-text {
    padding: 12px;
    border-top: 1px solid #E6E6E6;
}

.min-price-order-link
{
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: block;
    margin-top: 20px;
    /* background: #ffb700;
    color: #fff; */
    background: #F5F5F5;
    color: #000;
    font-size: 16px;
    transition: .3s;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
}

.min-price-order-link:hover, .min-price-order-link:focus
{
    /* background: #b38000;
    color: #fff; */
    background: #e6e5e5;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.attantion-text
{
    color: #ce221d;
    font-weight: bold;
}

.articles-links-cust {
	display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-bottom: 12px;
	padding: 10px;
    border-radius: 5px;
	background-color: gray;
}
.articles-links-cust a {
	font-size: 16px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 7px;
    margin: 3px;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
	background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
	position: relative;
    z-index: 5;
}
.h2 {
	font-size: 18px;
    font-weight: 600;
    position: relative;
}