﻿.error-area {
    padding: 50px 0;
}

.error-wrapper .error-title {
    text-align: center;
}

.error-wrapper .error-title > span {
    font-size: 100px;
    color: #fc5b62;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
}

.error-wrapper .error-content {
    text-align: center;
}

.error-wrapper .error-content > img {
    width: 40%;
}

.error-wrapper .error-content > span {
    position: absolute;
    top: 13px;
    left: 49.5%;
    transform: translateX(-50%);
    font-size: 24px;
    letter-spacing: 4px;
}

.error-wrapper .btn_1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    word-spacing: 4px;
}

.box_grid .box_grid-content {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-menu li:hover span a {
    color: #fc5b62;
}
}

ul#top_menu li {
    margin-right: 5px;
}

.box_detail .price .score {
    float: none;
    text-align: end;
    margin-top: -5px;
}

.box_detail .panel-dropdown {
    margin-bottom: 1rem;
    padding: 10px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

a.btn_1, .btn_1 {
    background: #B3000B;
}

footer h3 {
    color: #fff;
    margin: 25px 0;
    font-size: 18px;
    font-size: 1.125rem;
}

div.grid_item {
    display: block;
    margin-bottom: 25px;
}

div.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

div.grid_item figure {
    height: 230px;
}

div.grid_item figure img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

div.grid_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

div.grid_item .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (max-width: 767.98px) {
    footer ul li a {
        padding: 6px;
    }

    footer ul.links li a:after {
        top: 7px;
    }

    .owl-theme .owl-dots .owl-dot {
        padding: 5px !important;
    }
}