@import "font.css?ver=202511241202";

@import "slider.css";

@import "bootstrap.min.css";

@import "header.css";

@import "footer.css";

@import "newsletter.css";

@import "pigu-breadcrumb.css";

@import "select2.css";

@import "pigu-slider-five.css";

body,
html {

    width: 100%;

    overflow-x: hidden;

    text-rendering: optimizeLegibility !important;

    -webkit-font-smoothing: antialiased !important;

}


body {

    font-family: 'Pigu Regular';

    font-size: 16px;

    color: #363636;

    padding: 0px;

    margin: 0px;

    background-color: #efefef;

}


.subcategories_list_description.container {
    padding: 0px 15px 30px 325px;
}

.subcategories_list_description h1 {
    font-size: 34px;
    color: #3e3c70;
    margin-bottom: 20px;
    font-family: 'Pigu SemiBold';
}

.subcategories_list_description.no-description h1 {
    margin-bottom: 0px;
}


.subcategories_list_description.no-description.has-sub h1 {
    margin-bottom: 20px;
}

.subcategories_list {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}


.subcategories_list .category-box {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    width: 25%;
    align-items: center;
    margin-bottom: 28px;
    padding-right: 20px;

}


.subcategories_list .category-box .image {

    width: 60px;

    height: 60px;

    min-width: 60px;

    min-height: 60px;

    border-radius: 100%;

    background: #fff;

    margin-right: 15px;

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    align-items: center;

    justify-content: center;

}


.subcategories_list .category-box .image img {

    max-width: 32px;

}


.subcategories_list .category-box .name {

    line-height: 1.1;

}


.subcategories_list .category-box .name a {

    font-family: 'Pigu Bold';

    font-size: 16px;

    color: #363636;

    text-decoration: none;

}


.subcategories_list_description .description {

    color: #636363;

    font-size: 14px;

}


.pigu-breadcrumb .container {

    padding-left: 325px;

}


.special_offer_section {

    background-color: #cdd7de;

    padding: 40px 0px 40px 0px;

}


.title_slider_nav h2 {

    font-size: 34px;

    color: #3e3c70;

    text-transform: uppercase;

    font-family: 'Pigu SemiBold';

    margin: 0px;

}


.owl_carousel_nav button, .owl_carousel_nav button:focus {

    background-color: transparent;

    padding: 0px 10px;

    outline: none;

    box-shadow: none;

    border: 0px;

    color: #ff3a4b;

    display: inline-block;

    cursor: pointer;

    font-size: 24px;

}


.pigu-breadcrumb {

    padding-bottom: 5px;

}


.category-products-list-sort-total {
    padding: 15px 0px 40px 0px;
    background: #fff;
}

.products {
    padding-left: 8px;
}

.products .box {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}


.products .box .img_wrapper {

    position: relative;

    width: 100%;

    height: 180px;

    padding: 20px 10px;

    text-align: center;

    display: block;

    text-decoration: none;

}


.products .box .img_wrapper .dt {

    display: table;

    width: 100%;

    height: 140px;

}


.products .box .img_wrapper .dc {

    display: table-cell;

    vertical-align: middle;

}


.products .box .img_wrapper img {

    max-width: 140px;

    max-height: 140px;

    width: 100%;

    height: auto;

    display: inline-block;

}


.products .box .detail {

    padding: 0px 20px 15px 20px;

}


.products .box .detail a {

    margin: -3px 0px 0px 0px;

}


.products .box .detail a, .products .box .detail a:focus {
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.products .box .rating_star_count {

    margin-bottom: 2px;

}


.products .box .rating_star {

    display: inline-block;

}


.products .box .rating_star i.yellow {

    color: #ffc208;

}


.products .box .rating_star i {

    font-size: 14px;

    color: #d7d7d7;

}


.products .box .count {

    display: inline-block;

    font-size: 13px;

    color: #363636;

    position: relative;

    top: -1px;

}


.products .box .price_link {

    min-height: 48px;

}


.products .box .new_price_old_price.has_old_price {

    display: block;

}


.products .box .new_price {

    font-size: 24px;

    color: #363636;

    font-family: 'Pigu ExtraBold';

    line-height: 26px;

}


.products .box .new_price {

    font-size: 20px;

    align-self: flex-end;

}


.products .box .old_price {

    font-size: 17px;

    color: #959595;

    text-decoration: line-through;

}


.products .box .old_price {

    font-size: 15px;

}


.products .box .footer_product_link {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

}


.products .box .footer_product_link a, .products .box .footer_product_link a:focus {

    margin-top: auto;

    align-self: flex-end;

    display: inline-block;

    width: 30px;

    height: 30px;

    background-color: #e6e6e6;

    color: #358bff;

    text-decoration: none;

    border-radius: 100px;

    font-size: 12px;

    text-align: center;

    line-height: 34px;

    padding-left: 3px;

    position: relative;

    top: -3px;

}


.products .box .footer_product_link a:hover, .products .box .footer_product_link a:focus:hover {

    background-color: #358bff;

    color: #fff;

}


.products .box .new_price_old_price {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

}


.products .box .discount_badge {

    position: absolute;

    right: 15px;

    top: 15px;

    min-width: 40px;

    height: 40px;

    background-color: #ff3a4b;

    border-radius: 100px;

    color: #fff;

    font-size: 13px;

    font-family: 'Pigu Black';

    line-height: 42px;

    z-index: 10;

    text-align: center;

}


.form-control.error {

    border: 2px solid red !important;

}


label.error {

    color: red !important;

    font-size: 12px;

}


#sk-newsletter-form .form-control.error {

    border: 0px !important;

    background: #ff7272;

}


#sk-newsletter-form .form-control.error::placeholder {

    color: #fff;

}


#sk-newsletter-form label.error {

    color: white !important;

}


.pigu-pagination {

    margin-top: 30px;

}


.pigu-pagination ul {

    margin: 0px;

}


.pigu-pagination ul li.prev a,
.pigu-pagination ul li.next a,
.pigu-pagination ul li.prev a:focus,
.pigu-pagination ul li.next a:focus {

    width: 30px;

    height: 30px;

    background-color: #dddddd;

    font-size: 11px;

    color: #ff3a4b;

    border-radius: 100px;

    text-decoration: none;

}


.pigu-pagination ul li.prev a:hover,
.pigu-pagination ul li.next a:hover,
.pigu-pagination ul li.prev a:focus:hover,
.pigu-pagination ul li.next a:focus:hover {

    background-color: #ff3a4b;

    color: #fff;

}


.pigu-pagination ul li.next a i {

    position: relative;

    left: 1px;

}


.pigu-pagination ul li.page a,
.pigu-pagination ul li.page a:focus {

    width: 30px;

    height: 30px;

    background-color: #dddddd;

    font-size: 14px;

    color: #363636;

    border-radius: 100px;

    text-decoration: none;

    font-family: 'Pigu SemiBold';

}


.pigu-pagination ul li.page a:hover,
.pigu-pagination ul li.page a:focus:hover,
.pigu-pagination ul li.page.active a,
.pigu-pagination ul li.page.active a:focus,
.pigu-pagination ul li.page.active a:hover,
.pigu-pagination ul li.page.active a:focus:hover {

    background-color: #ff3a4b;

    color: #fff;

}


.pigu-pagination ul li.list-inline-item:not(:last-child) {

    margin-right: 10px;

}


.pigu-pagination ul li.dots a,
.pigu-pagination ul li.dots a:focus {

    text-decoration: none;

    cursor: default;

    width: 30px;

    height: 30px;

    background-color: transparent;

    font-size: 16px;

    color: #363636;

    border-radius: 100px;

    font-family: 'Pigu SemiBold';

}


.sort_total .total {

    font-size: 20px;

    color: #363636;

    font-family: 'Pigu Regular';

}


.sort_total .total span {

    font-family: 'Pigu Bold';

}


.sort_total {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.sort_total .sorts {
    margin-left: auto;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    min-width: 300px;
    position: relative;
    left: 8px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}


.sort_total .sorts label {

    margin-right: 20px;

    margin-bottom: 0px;

}


.category-products-list-sort-total .col-sm-9 {

    padding-left: 0px;

    padding-right: 0px;

}


.left_column {

    padding-top: 190px;

}


.category-specials .title_slider_nav {

    margin-bottom: 20px;

}


.category-specials .title_slider_nav h4 {

    text-transform: uppercase;

    font-family: 'Pigu SemiBold';

    font-size: 20px;

    color: #3e3c70;

    margin-bottom: 0px;

}


.category-specials__slider .box {

    background: #fff;

    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

    padding: 15px;

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    align-items: center;

    position: relative;

}


.category-specials__slider .box .image {

    max-width: 80px;

    max-height: 80px;
    min-width: 80px;

    min-height: 80px;

    margin-right: 10px;

}


.category-specials__slider .box .image img {

    max-width: 100%;

    height: auto;

}


.category-specials__slider .box .details {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    flex-direction: column;

}


.category-specials__slider .box .details a.name {

    font-size: 13px;

    color: #363636;

    font-family: 'Pigu Regular';

    line-height: 1.3;

}


.category-specials__slider .box .details .stars_rating_rating {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    flex-direction: row;

    align-items: center;

}


.category-specials__slider .box .details .stars_rating_rating .stars_rating {

    margin-right: 5px;

}


.category-specials__slider .box .details .stars_rating_rating .stars_rating i {

    color: #d7d7d7;

    font-size: 14px;

}


.category-specials__slider .box .details .stars_rating_rating .stars_rating i.yellow {

    color: #ffc208;

}


.category-specials__slider .box .details .stars_rating_rating .rating {

    font-size: 13px;

    color: #363636;

}


.category-specials__slider .box .details .new_price_old_price.has_old_price {

    display: block;

}


.category-specials__slider .box .details .new_price_old_price {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

}


.category-specials__slider .box .details .new_price {

    font-size: 24px;

    color: #363636;

    font-family: 'Pigu ExtraBold';

    line-height: 18px;

}


.category-specials__slider .box .details .new_price {

    font-size: 18px;

    align-self: flex-end;

}


.category-specials__slider .box .details .old_price {

    font-size: 17px;

    color: #959595;

    text-decoration: line-through;

}


.category-specials__slider .box .discount_badge {

    position: absolute;

    left: 5px;

    top: 5px;

    min-width: 40px;

    height: 40px;

    background-color: #ff3a4b;

    border-radius: 100px;

    color: #fff;

    font-size: 13px;

    font-family: 'Pigu Black';

    line-height: 42px;

    z-index: 10;

    text-align: center;

}


.category-specials__slider .box .details .old_price {

    font-size: 13px;

}


.category-specials__slider .box .details .footer_product_link {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

}


.category-specials__slider .box .details .footer_product_link a, .category-specials__slider .box .details .footer_product_link a:focus {

    margin-top: auto;

    align-self: flex-end;

    display: inline-block;

    width: 30px;

    height: 30px;

    background-color: #e6e6e6;

    color: #358bff;

    text-decoration: none;

    border-radius: 100px;

    font-size: 12px;

    text-align: center;

    line-height: 34px;

    padding-left: 3px;

    position: relative;

    top: -3px;

}


.category-specials__slider .box .details .footer_product_link a:hover, .category-specials__slider .box .details .footer_product_link a:focus:hover {

    background-color: #358bff;

    color: #fff;

}


.category-specials__slider .item .prod {

    padding: 10px;

}


.category-specials .owl_carousel_nav button, .category-specials .owl_carousel_nav button:focus {

    background-color: transparent;

    padding: 0px;

    outline: none;

    box-shadow: none;

    border: 0px;

    color: #ff3a4b;

    display: inline-block;

    cursor: pointer;

    font-size: 16px;

}


.category-specials .title_slider_nav {

    align-items: center;

}


.left_column {
    width: 280px;
    margin-left: 15px;
}

.right_column {
    width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-left: 30px;
    padding-right: 17px;
}

.content-tablet-mobile {
    display: none;
}

.products .box:not(.big) {
    min-height: 304px;
}

.special_offer_slider .new_price {
    font-size: 24px;
    color: #363636;
    font-family: 'Pigu ExtraBold';
    line-height: 26px;
}

.special_offer_slider .old_price {
    font-size: 17px;
    color: #959595;
    text-decoration: line-through;
}

.special_offer_slider .footer_product_link {
    display: flex;
}

.special_offer_slider .footer_product_link a, .footer_product_link a:focus {
    margin-top: auto;
    align-self: flex-end;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e6e6e6;
    color: #358bff;
    text-decoration: none;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    padding-left: 3px;
    position: relative;
    top: -3px;
}

.special_offer_slider .footer_product_link a:hover, .special_offer_slider .footer_product_link a:focus:hover {
    background-color: #358bff;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .subcategories_list_description.container {
        padding: 5px 15px 30px 15px;
    }

    .pigu-pagination {
        margin-top: 15px;
    }

    .category-products-list-sort-total {
        padding: 15px 0px 30px 0px;
    }

    .subcategories_list .category-box {
        width: 33.33%;
    }

    .products .box {
        min-height: 304px;
    }


    .pigu-breadcrumb .container {

        padding-left: 20px;

    }


    .left_column {

        display: none;

    }


    .right_column {

        width: 100%;

        flex: 0 0 100%;

        padding: 0 20px;

    }


    .special_offer_section {

        padding: 30px 0px 10px 0px;

        background-color: #cdd7de;

    }


    .title_slider_nav h2 {

        font-size: 34px;

        color: #3e3c70;

        text-transform: uppercase;

        font-family: 'Pigu SemiBold';

        margin: 0px;

    }


    .owl_carousel_nav button, .owl_carousel_nav button:focus {

        background-color: transparent;

        padding: 0px 10px;

        outline: none;

        box-shadow: none;

        border: 0px;

        color: #ff3a4b;

        display: inline-block;

        cursor: pointer;

        font-size: 24px;

    }

}


@media (max-width: 767px) {

    .special_offer_slider .new_price {
        font-size: 18px;
        line-height: 18px;
    }

    .special_offer_slider .old_price {
        font-size: 12px;
        line-height: 12px;
    }

    .pigu-breadcrumb .container {
        padding-left: 10px;
    }


    .subcategories_list_description h1 {

        font-size: 22px;

    }


    .subcategories_list .category-box {

        width: 100%;

        margin-bottom: 10px;

    }


    .sort_total .sorts label {

        display: none;

    }


    .sort_total .sorts {

        min-width: 165px;

        max-width: 165px;

    }


    .pigu-pagination {

        margin-top: 15px;

    }


    .category-products-list-sort-total {
        padding-bottom: 30px;
    }

    .left_column {
        display: none;
    }

    .right_column {
        width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
    }

    .subcategories_list_description.container {
        padding: 10px;
        padding-top: 0px;
    }

    .special_offer_section {
        padding: 20px 0px 10px 0px;
        background-color: #cdd7de;
    }

    .title_slider_nav h2 {
        font-size: 20px;
        color: #3e3c70;
        text-transform: uppercase;
        font-family: 'Pigu SemiBold';
        margin: 0px;
    }

    .owl_carousel_nav button, .owl_carousel_nav button:focus {
        font-size: 16px;
        padding: 0px 5px;
    }

    .description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .subcategories_list_description h1 {
        margin-bottom: 10px;
    }

    .products .row .col-6:nth-child(2n+0) {
        padding-left: 5px;
    }

    .products .row .col-6:nth-child(2n+1) {
        padding-right: 5px;
    }

    .products .box {
        margin-bottom: 10px;
    }

    .products {
        padding-left: 0px;
    }

}


.box.big {

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    flex-direction: row;

    align-items: center;

}


.products .box.big .discount_badge {

    left: 15px;

    right: auto;

    top: 15px;

}


.products .box.big .img_wrapper {

    width: 40%;

    padding: 10px;

    height: auto;

}


.products .box.big .img_wrapper img {
    max-width: 170px;
    max-height: 170px;
}


.products .box.big .detail {
    padding-bottom: 0px;
    width: 60%;
}


.products .box.big .img_wrapper .dc {
    padding: 0px;
    margin: 0px;
}


.products .box.big .rating_star_count {
    margin: 10px 0px;
}

.select2-container {
    min-width: 225px;
}

.products .box.big {
    margin-bottom: 22px;
}

.products .col-sm-6 {
    padding-left: 11px;
    padding-right: 11px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .box.big {
        display: block;
    }

    .products .box.big .img_wrapper img {
        max-width: 150px;
        max-height: 170px;
    }

    .products .box.big .img_wrapper {
        width: 100%;
        padding: 20px 10px;
        height: 180px;
    }

    .products .box.big .detail {
        padding-bottom: 20px;
        width: 100%;
    }

    .content-tablet-mobile {
        display: block;
    }

    .select2-container {
        min-width: 225px;
    }
}


@media (max-width: 767px) {

    .box.big {
        display: block;
    }

    .select2-container {
        min-width: 165px;
    }

    .content-tablet-mobile {
        display: block;
    }

    .products .box.big .img_wrapper {
        width: 100%;
        padding: 20px 10px;
        height: 180px;
    }

    .products .box.big .detail {
        padding-bottom: 20px;
        width: 100%;
    }

    .products .box .detail {
        padding: 0px 11px 15px 10px;
    }

}


.subcategories_list_description.container.no-description {

    padding-bottom: 10px;

}

.products .col-sm-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (min-width: 1025px) and (max-width: 1175px) {
    .left_column {
        padding-top: 10px !important;
    }

    .subcategories_list_description.container {
        padding-left: 15px;
    }

    .pigu-breadcrumb .container {
        padding-left: 15px;
    }
}

.search-header .container {
    padding-left: 325px;
}

.search-header h1 {
    font-family: 'Pigu SemiBold';
    font-size: 34px;
    color: #3e3c70;
}

.search-header .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.search-header .search-form .input {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.search-header .search-form .input i {
    position: absolute;
    font-size: 20px;
    color: #ff3a4b;
    right: 15px;
    top: 15px;
}

.search-header .search-form .input input {
    width: 100%;
    height: 50px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 16px;
    color: #363636;
}

.search-header .search-form .results {
    font-size: 18px;
    color: #363636;
    margin-left: auto;
}

.search-header .search-form .results span {
    font-family: 'Pigu Bold';
}

.search-header .search-form .term {
    font-size: 18px;
    color: #363636;
}

.search-header .search-form .term span {
    font-family: 'Pigu Bold';
}

@media(min-width: 768px) and (max-width: 1024px) {
    .search-header .container {
        padding: 0px 20px;
    }
}

@media(max-width: 767px) {
    .search-header .container {
        padding: 0px 10px;
    }

    .search-header h1 {
        font-size: 22px;
    }

    .search-header .search-form .term, .search-header .search-form .results {
        font-size: 16px;
        width: 100%;
    }

    .search-header .search-form .results {
        margin-left: 0px;
    }

    .search-header .search-form {
        margin-bottom: 10px;
    }
}

.no-results-container {
    padding-top: 100px;
    color: #8ea9c0;
}

.no-results-container i {
    font-size: 48px;
}

.no-results-container p {
    margin-top: 20px;
    line-height: 1.1;
    color: #6d6d6d;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .no-results-container {
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .no-results-container {
        padding-top: 30px;
    }
}