html {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    min-height: 100%;
    position: relative;
    padding-bottom: 120px;
    margin: 0 auto;
}

body a{
    color: #0069be;
}

body a:hover{
    color: #0045a2 !important;
}

select, input, textarea{
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
}

em {
    background: #f0f0f0;
    font-weight: bold;
}

.grid {
    padding: 0 50px;
    flex-wrap: wrap;
}

.main-block {
    padding-right: 15px !important;
    padding-left: 0 !important;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.side-block {
    padding-right: 0 !important;
    padding-left: 15px !important;
    max-width: 420px;
    flex-basis: 0;
    flex-grow: 1;
}

.main-hero{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.main-capture{
    width: 60%;
    padding: 50px 0;
}

.main-text{
    margin-bottom: 10px;
    color: #fff;
    background: rgba(0,0,0,.3);
    padding: 10px;
    padding-top: 40px;
    position: relative;
}

.main-text h2{
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-family: "Roboto Condensed", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 15px;

}

.main-text p{
    margin: 0;
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
}

.main-hero .search-field{
    display: flex;
}

.main-hero .search-field input{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e4ecef;
    border-right: 0;
}

.main-hero .hero-button{
    background: #fff;
    display: flex;
}

.main-hero .hero-button button{
    border: 0;
    background: #000;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 0 20px;
}

.main-cat{
    display: flex;
    /*flex: 0 0 100%;*/
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.first-row, .second-row{
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
    flex: 0 0 100%;
}

.second-row{
    width: 100%;
    /*justify-content: space-around;*/
}

.main-cat h3{
    font-size: 20px;
    border-bottom: 1px dashed #acacac;
}

.main-cat span{
    color: #4e555b;
}

.page-container{
    display: flex;
    width: 100%;
}

.collections-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.collections-row .col-sm-4 {
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .main-block, .side-block{
        max-width: 100% !important;
        padding: 0 !important;
        flex: 0 0 100% !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .main-capture{
        width: 90% !important;
    }
}

.reg-page .popup, .login-page .popup {
    margin: 0 auto;
}