body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    background: #fdfdfd;
    background: url("../img/body.png") 0 0 no-repeat;
}

a {
    color: #785829;
}

a:hover {
    text-decoration: none;
    color: #333;
}

h1,
.h1 {
    font-family: "Cormorant Infant", serif;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 26px;
    }
}

h2,
.h2 {
    font-family: "Cormorant Infant", serif;
    text-align: center;
    color: #000;
    margin: 20px 0;
}
h3,
.h3 {
    font-family: "Cormorant Infant", serif;
    color: #000;
}

p {
    margin-bottom: 15px;
}
.breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
}
.btn {
    background: #3285b7;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 25px;
}
.has-error .form-control {
    border-color: #f00;
}
.header {
    min-height: 250px;
    position: relative;
    z-index: 2;
}
.header .angel-1 {
    width: 250px;
    height: 130px;
    background: url("../img/angel-1.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 70px;
}
.header .angel-3 {
    width: 250px;
    height: 130px;
    background: url("../img/angel-1.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 70px;
}
.header .angel-2 {
    width: 130px;
    height: 155px;
    background: url("../img/angel-2.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -21px;
    left: -10px;
}
@media (max-width: 575px) {
    .header .angel-1,
    .header .angel-3,
    .header .angel-2 {
        display: none;
    }
    .header .text-right {
        text-align: left !important;
    }
}
.header .logo {
    display: block;
    min-height: 160px;
    box-shadow: 0 1px 15px #0000002e;
    background: #ececf6;
    border-radius: 0 0 150px 150px/0 0 80px 80px;
    padding: 15px 20px;
}
.header .address {
    color: #fff;
    padding: 2px 0 2px 70px;
    background: url("../img/address.png") no-repeat;
    background-size: 50px;
    margin-top: 45px;
}
.header .address .val {
    font-weight: bold;
}
.header .phone {
    color: #fff;
    display: inline-block;
    text-align: left;
    padding: 2px 0 2px 70px;
    background: url("../img/phone.png") no-repeat;
    background-size: 50px;
    margin-top: 45px;
}
.header .phone .val {
    font-weight: bold;
}
@media (max-width: 575px) {
    .header .phone {
        margin-top: 20px;
        color: #000;
    }
}

.navbar-toggler {
    background: #fff;
    float: right;
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 10px 15px;
}

.nav-main {
    background: #fdf3e2;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 5px #0000002e;
    position: relative;
}
@media (max-width: 575px) {
    .nav-main .nav {
        flex-direction: column;
        width: 100%;
    }
}
.nav-main .nav-link {
    padding: 15px 35px 15px;
}
.nav-main .nav-link:hover {
    box-shadow: 0 1px 5px #0000002e inset;
}

main {
    background: #fdfdfd;
    min-height: 400px;
}

.owl-carousel .item {
    min-height: 300px;
    background: url('../img/slider.png') no-repeat;
}
.owl-carousel .item .title {
    font-size: 28px;
    color: #f00;
    margin: 20px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.owl-carousel .item .text {
    font-size: 20px;
    margin-bottom: 20px;
}
.owl-carousel .item img {
    max-width: 100%;
    width: auto;
    margin: 30px 0 0 40px;
}
@media (max-width: 575px) {
    .owl-carousel .item .title {
        font-size: 20px;
        margin: 15px 0;
    }
    .owl-carousel .item .text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .owl-carousel .item {
        background-size: cover;
        padding: 10px;
    }
}
.left .title {
    font-family: "Cormorant Infant", serif;
    padding: 15px 20px;
    font-size: 26px;
    font-weight: bold;
}
.left .title span {
    display: inline-block;
    padding-right: 15px;
    border-bottom: 2px solid #785829;
}
.left .list-group-item.active {
    background: transparent;
    color: inherit;
    border-color: rgba(0,0,0,.125);
}
.left .list-group-item a:hover {
    color: #785829;
}

.left .nav {
    margin-left: 15px;
    margin-top: 10px;
}
.left .nav-item {
    margin: 5px 0;
}
.left .nav-item a {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    display: block;
}

.items .item {
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 100%;
    transition: all ease-in-out 0.3s;
}
.items .item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
.items .item .img {
    text-align: center;
    display: block;
    min-height: 200px;
}
.items .item .title {
    display: block;
    text-align: center;
    margin: 15px 0;
    line-height: 1.2;
}
.items .item .price {
    font-size: 14px;
    color: #a2a2a2;
    text-align: center;
}

.specials .item {
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 100%;
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.specials .item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
.specials .item .img {
    text-align: center;
    display: block;
    min-height: 200px;
}
.specials .item .desc {
    font-size: 26px;
    line-height: 1;
    margin: 30px 0;
}
.specials .item .title {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-family: "Cormorant Infant", serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
}
.specials .item .price {
    font-size: 14px;
    color: #a2a2a2;
    text-align: center;
}
.specials .item .price span {
    display: block;
    font-size: 26px;
    color: #f00;
}
.specials .item .price.old span {
    text-decoration: line-through;
    color: #333;
}

.images .img {
    display: block;
    padding: 3px;
    border: 1px solid #e8d4b1;
    border-radius: 2px;
}
.images .img:hover {
    border-color: #785829;
}

.content {
    padding: 20px 0;
}

.tops .item {
    margin: 20px 0;
}
.tops .item .icon {
    text-align: center;
    margin: 0 auto 15px;
}
.tops .item .name {
    padding: 0 30px;
    text-align: center;
    font-family: "Cormorant Infant", serif;
    font-size: 22px;
    line-height: 1;
}

.footer {
    padding: 20px 0;
    border-top: 2px solid #785829;
    background: #f1f1f1;
}
.footer .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
.footer .nav-item {
    margin-bottom: 5px;
    width: 50%;
    font-size: 14px;
}
.footer .copy {
    font-family: "Cormorant Infant", serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.footer .last-menu .nav > li:first-child {
    display: none;
}
.footer .text {
    color: #a2a2a2;
}
.footer .address {
    padding: 2px 0 2px 70px;
    background: url("../img/address.png") no-repeat;
    background-size: 50px;
    margin-right: 30px;
}
.footer .address .val {
    font-weight: bold;
}
.footer .phone {
    display: inline-block;
    text-align: left;
    padding: 2px 0 2px 70px;
    background: url("../img/phone.png") no-repeat;
    background-size: 50px;
    margin-right: 30px;
}
.footer .phone .val {
    font-weight: bold;
}
.footer .email {
    display: inline-block;
    text-align: left;
    padding: 2px 0 2px 70px;
    background: url("../img/email.png") no-repeat;
    background-size: 50px;
}
.footer .email .val {
    font-weight: bold;
    color: #333;
}
.footer .contact {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-top: 20px;
}
@media (max-width: 575px) {
    .footer .contact .d-flex {
        flex-direction: column;
        margin: 15px 0;
    }
}
@media (max-width: 575px) {
    .footer .contact .d-flex > div {
        margin: 5px 0;
    }
}
