body {
    background-color: #F1ECE8;
}
.header-content {
    -moz-box-shadow: 0 0 2px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(000, 000, 000, 0.5);
    box-shadow: 0 0 2px rgba(000, 000, 000, 0.5);
}
.header-content .search .site-search > form {
    margin: 0;
}
.header-content .nav-item .nav-link {
    font-weight: 700;
}
.header-banner .header-promotion {
    font-family: Lato;
}
.half-background-image {
    margin: 30px 0;
    text-align: center;
}
.page-title h1 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 30px 0;
    position: relative;
}
.page-title h1::after {
    width: 80px;
    height: 2px;
    content: "";
    background-color: #990000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}
.sub-title {
    text-align: center;
}
.sub-title h2 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    position: relative;
    margin: 0 0 10px 0;
}
.sub-title p {
    font-family: Lato;
}
.action-buttons {
    text-align: center;
    margin: 30px 0 86px 0;
}
.action-buttons .btn {
    width: 270px;
    height: 40px;
    line-height: 20px;
}
.navbar-header .minicart {
    float: right;
}
.site-search input {
    height: 50px;
}
@media only screen and (max-width: 375px) {
    .action-buttons .btn {
        width: 100%;
    }
}
@media only screen and (max-width: 570px) {
    .half-background-image img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .page-title h1 {
        margin-top: 30px;
        font-size: 30px;
        line-height: 39px;
    }
    .action-buttons {
        margin: 30px 0 40px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .search-mobile {
        height: 50px;
    }
    .header-content .pull-left {
        width: 62%;
    }
    .header-content .pull-right {
        width: 38%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 11920px) {
    .header-content .pull-left {
        width: 56%;
    }
    .header-content .pull-right {
        width: 44%;
    }
}