#wrapper {
    background: transparent;
}

main {
    background: url('../img/bg_flowers.jpg') no-repeat center 500px;
    background-repeat: repeat-y;
}

@media (max-width: 1600px) {
    main {
        background-position: center 700px;
        background-size: contain;
    }
}

#footer {
     padding-top: 0;
 }

.breadcrumb {
    color: #BC9600;
    text-transform: uppercase;
    margin: 0;
}

#wrapper .breadcrumb li:last-child {
    font-weight: bold;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child,
#wrapper .breadcrumb li::after {
    color: #BC9600;
}

#wrapper .breadcrumb li a, #wrapper .breadcrumb li:last-child, #wrapper .breadcrumb li::after {
    content: '>';
}

.blog-title {
    font-family: "Kalnia", sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 6px;
}


li.blog-grid.col-sm-6 {
    background: #fff;
    padding: 25px;
}

li.blog-grid.col-sm-6 img {
    width: 100%;
    margin-bottom: 15px;
}

.block_bas h3 {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    font-family: 'Poppins';
    margin: 15px 0;
}

.block_bas p {
    font-size: 20px;
    line-height: 1.5;
}

.block_bas .read-more {
    display: inline-block;
    background: #dfd198;
    margin: 0 auto;
    width: auto;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    margin-top: 15px;
    font-size: 22px;
}

#cart .bootstrap-touchspin {
    display: flex;
}