@media only screen and (min-width: 992px) {
    nav#menu.main-menu {
        display: block !important;
    }
    #mm-menu.main-menu {
        display: none !important;
    }
    header .btn_mobile {
        display: none !important;
    }
    .main-menu {
        position: relative;
        z-index: 9;
        width: auto;
        top: 63px;
        left: 2%;
        float: left;
        -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;
        color: #fff;
    }
    .main-menu ul,
    .main-menu ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .main-menu ul a,
    .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        padding: 5px 10px;
        white-space: nowrap;
    }
    .main-menu > ul > li span > a {
        color: #d6191f;
        padding: 0 15px 15px 5px;
        font-size: 17px;
        font-weight: 600;
    }
    header.sticky .main-menu > ul > li span > a {
        color: #444;
    }
    header.sticky .main-menu > ul > li span:hover > a {
        opacity: 1;
        color: #d6191f;
    }
    .main-menu ul ul {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        left: 3px;
        top: 100%;
        margin: 0;
        display: block;
        padding: 0;
        background: #fff;
        min-width: 200px;
        -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        transform: scale(0.4);
        transform-origin: 10% top;
        transition: 0.15s linear,
            0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),
            0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
        opacity: 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu ul ul:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }
    .main-menu ul ul li {
        display: block;
        height: auto;
        padding: 0;
    }
    .main-menu ul ul li a {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 500;
        color: #555;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 10px;
        line-height: 1;
    }
    .main-menu ul li:hover > ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
    }
    .main-menu ul ul li:first-child a:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .main-menu ul ul li:last-child a {
        border-bottom: none;
    }
    .main-menu ul ul li:last-child a:hover {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .main-menu ul ul li:hover > a {
        background-color: #f9f9f9;
        color: #d6191f;
        padding-left: 18px;
    }
}

.main-menu ul ul.second_level_right {
    left: auto;
    right: 3px;
}

.main-menu ul ul.second_level_right:before {
    right: 15%;
    left: auto;
}

.main-menu ul ul li span a {
    font-weight: 500 !important;
}

.main-menu ul ul li span a:hover {
    color: #d6191f;
    padding-left: 18px;
    opacity: 1;
}

.main-menu ul ul li span a:after {
    font-family: ElegantIcons;
    content: "\35";
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -2px;
}

.main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 1;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-menu ul ul ul.third_level_left {
    right: 100%;
    left: auto;
}

.main-menu ul ul ul li a {
    border-bottom: 1px solid #ededed !important;
}

.main-menu ul ul ul li:last-child a {
    border-bottom: none !important;
}

.main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    nav#menu {
        display: none !important;
    }
    .mm-menu {
        background: #fff;
    }
    .main-menu {
        top: 0;
        right: 0;
        float: none;
    }
    ul.mm-listview {
        line-height: 25px;
    }
    ul.mm-listview li a {
        color: #555 !important;
        display: block;
    }
}
@media (min-width: 1300) {
    header {
        padding: 15px 20px;
    }
}

#menu.fake_menu {
    display: none !important;
    visibility: hidden !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #f1f1f1;
    z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
    position: absolute;
    margin-left: 0;
    margin-top: -120px;
    border: 1px solid #d6191f30;
    position: absolute;
    top: 50%;
    left: 45%;
    width: 110px;
    height: 110px;
    background: url(https://tikram.jo/assets/img/logo_sticky.png)
        center center no-repeat;
    background-size: 80px;
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg);
    animation-name: rotate-windows;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #7f0e4c24;
}

@keyframes rotate-windows {
    0% {
        transform: perspective(500px) rotateY(-180deg);
        -webkit-transform: perspective(500px) rotateY(-180deg);
        -moz-transform: perspective(500px) rotateY(-180deg);
        -ms-transform: perspective(500px) rotateY(-180deg);
        -o-transform: perspective(500px) rotateY(-180deg);
    }
    50% {
        transform: perspective(500px) rotateY(0deg);
        -webkit-transform: perspective(500px) rotateY(0deg);
        -moz-transform: perspective(500px) rotateY(0deg);
        -ms-transform: perspective(500px) rotateY(0deg);
        -o-transform: perspective(500px) rotateY(0deg);
    }
    100% {
        transform: perspective(500px) rotateY(-180deg);
        -webkit-transform: perspective(500px) rotateY(-180deg);
        -moz-transform: perspective(500px) rotateY(-180deg);
        -ms-transform: perspective(500px) rotateY(-180deg);
        -o-transform: perspective(500px) rotateY(-180deg);
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f8f8f8;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: Poppins, Helvetica, sans-serif;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

p {
    margin-bottom: 30px;
}

strong {
    font-weight: 600;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
}

hr {
    margin: 30px 0 30px 0;
    border-color: #ededed;
}

hr.large {
    border-color: #ededed;
    border-top-width: 2px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    hr.large {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    hr.large {
        margin-bottom: 45px;
    }
}

ol,
ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.main_title {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title span {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 1;
    background-color: #999;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.main_title.animated span {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #d6191f;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    .main_title_2 {
        margin-bottom: 10px;
    }
}

.main_title_2 h2 {
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .main_title_2 h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.main_title_2 h3 {
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .main_title_2 h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.main_title_2 p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .main_title_2 p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.main_title_3 {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.main_title_3 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    text-align: center;
    display: block;
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_3 span em {
    width: 60px;
    height: 2px;
    background-color: #d6191f;
    display: block;
}

@media (max-width: 767px) {
    .main_title_3 {
        margin-bottom: 10px;
    }
}

.main_title_3 h2,
.main_title_3 h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .main_title_3 h2,
    .main_title_3 h3 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.main_title_3 p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
}

h3.slide_typo {
    white-space: nowrap;
    color: #fff !important;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
}

.slide_typo_2 {
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    white-space: nowrap;
    text-transform: uppercase;
}

.ls-l a.btn_1 {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ls-l a.btn_1 {
        font-size: 11px !important;
        padding: 7px 15px !important;
    }
}

a {
    color: #d6191f;
    text-decoration: none;
    -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;
    outline: 0;
    font-weight: 550;
}

a:focus,
a:hover,
a:active {
    color: #54565b;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.btn_1,
a.btn_1 {
    border: none;
    color: #fff;
    background: #d6191f;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -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-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn_1:hover,
a.btn_1:hover {
    background: #e32c2e;
    color: #fff;
}

.btn_1.full-width,
a.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.btn_1.full-width.purchase,
a.btn_1.full-width.purchase {
    background-color: #d6191f;
}

.btn_1.full-width.purchase:hover,
a.btn_1.full-width.purchase:hover {
    background-color: #e32c2e;
}

.btn_1.full-width.wishlist,
a.btn_1.full-width.wishlist {
    border-color: #555;
    color: #555;
}

.btn_1.medium,
a.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px;
}

.btn_1.rounded,
a.btn_1.rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn_1.outline,
a.btn_1.outline {
    border: 2px solid #d6191f;
    color: #d6191f;
    padding: 11px 40px;
    background: 0 0;
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
    background: #e32c2e;
    color: #fff;
    border-color: #e32c2e;
}

.btn_1.outline:focus,
a.btn_1.outline:focus {
    outline: 0;
}

.closebt {
    -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;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 0.6;
    width: 30px;
    height: 30px;
}

.closebt:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.btn_home_align {
    text-align: right;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .btn_home_align {
        text-align: center;
        margin-bottom: 25px;
    }
}

a.btn_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}

a.btn_map:hover {
    color: #d6191f;
}

a.btn_map:before {
    font-family: ElegantIcons;
    content: "\e081";
    display: inline-block;
    margin-right: 5px;
}

.btn_map_in,
a.btn_map_in {
    border: none;
    color: #fff;
    background: #d6191f;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    -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-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn_map_in:hover,
a.btn_map_in:hover {
    background: #e32c2e;
    color: #fff;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    header {
        padding: 10px 15px 0 15px;
        background: #fff !important;
    }
    .tops-header {
        display: none;
    }
    ul#top_menu {
        top: 0 !important;
    }
}

header.header .logo_sticky {
    display: none;
}

header.header.sticky {
    -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;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    padding: 10px 50px 0 50px;
    line-height: 35px;
    margin-top: 0;
}

@media (max-width: 991px) {
    header.header.sticky {
        padding: 10px 15px 0 15px;
    }
    .tops-header {
        display: none;
    }
}

header.header.sticky .logo_normal {
    display: none;
}

header.header.sticky .logo_sticky {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
}

ul#top_menu {
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    top: 54px;
    position: relative;
}

@media (max-width: 991px) {
    ul#top_menu {
        margin: -2px 0 0 10px;
        top: 0;
    }
}

ul#top_menu li {
    float: left;
    margin: 0;
    line-height: 1;
    margin-right: 18px;
}

ul#top_menu li:last-child {
    margin-right: 0;
    position: relative;
    /* top: 10px; */
}

@media (max-width: 991px) {
    ul#top_menu li {
        margin: 0 10px 0 10px;
    }
}

@media (max-width: 767px) {
    ul#top_menu li:first-child {
        /* display: none; */
        margin: 0 7px 0 0;
    }
}

ul#top_menu li a {
    /* color: #fff; */
}

ul#top_menu li a:hover {
    color: #d6191f;
    /* opacity: 0.7; */
}

ul#top_menu li a.cart-menu-btn,
ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top {
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 8px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media (max-width: 991px) {
    ul#top_menu li a.cart-menu-btn,
    ul#top_menu li a.login,
    ul#top_menu li a.wishlist_bt_top {
        top: 2px;
    }
}

ul#top_menu li a.cart-menu-btn:before,
ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before {
    font-family: Glyphter;
    font-size: 21px;
    font-size: 1.8725rem;
    color: #d6191f;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    line-height: 1;
}

.sticky ul#top_menu li a.cart-menu-btn:before,
.sticky ul#top_menu li a.login:before,
.sticky ul#top_menu li a.wishlist_bt_top:before {
    color: #444;
}

ul#top_menu li a.wishlist_bt_top {
    text-indent: -9999px;
}

ul#top_menu li a.wishlist_bt_top:before {
    content: "\0043";
}

ul#top_menu li a.login {
    text-indent: -9999px;
}

ul#top_menu li a.login:before {
    content: "\0042";
}

ul#top_menu li a.cart-menu-btn {
    top: 6px;
}

@media (max-width: 991px) {
    ul#top_menu li a.cart-menu-btn {
        top: 0;
    }
}

ul#top_menu li a.cart-menu-btn:before {
    content: "\0041";
}

ul#top_menu li a.cart-menu-btn strong {
    font-size: 11px;
    font-size: 0.8175rem;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #54565b;
    color: #fff;
    position: relative;
    bottom: -18px;
    right: -15px;
    text-align: center;
    line-height: 20px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

ul#top_menu li a.logged {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border: solid 1px #d6191f;
}

ul#top_menu li a.logged img {
    width: 34px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    ul#top_menu li a.logged {
        top: 0;
    }
}

.dropdown-user .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    width: 150px;
    top: 160%;
    margin-left: -115px;
    font-weight: 400;
    text-shadow: none;
    text-transform: none !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}

.dropdown-user .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-user .dropdown-menu ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

.dropdown-user .dropdown-menu ul li {
    border-bottom: 1px solid #ededed;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 991px) {
    .dropdown-user .dropdown-menu ul li {
        margin: 0 !important;
    }
}

.dropdown-user .dropdown-menu ul li a {
    color: #444 !important;
    padding: 15px 8px 15px 8px;
    display: block;
}

.dropdown-user .dropdown-menu ul li a:hover {
    color: #d6191f !important;
    opacity: 1 !important;
    padding-left: 15px;
}

.dropdown-user .dropdown-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dropdown-user .dropdown-menu ul li:first-child {
        display: block !important;
    }
}

header.sticky .hamburger-inner,
header.sticky .hamburger-inner::after,
header.sticky .hamburger-inner::before {
    background-color: #d6191f;
}

#logo {
    float: left;
}

@media (max-width: 991px) {
    #logo {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #logo img {
        width: auto;
        height: 50px;
        margin: 5px 0 0 0;
    }
}

.hero_in {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #d6191f;
}

@media (max-width: 767px) {
    .hero_in {
        height: auto;
    }
}

.hero_in.general:before {
    background: url(../img/hero_in_bg_2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.general .wrapper {
    background-color: #000;
    background-color: rgb(255 255 255 / 60%);
}

.hero_in.tours:before {
    background: url(../img/hero_in_bg_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.tours .wrapper {
    background-color: #000;
    background-color: rgb(255 255 255 / 60%);
}

.hero_in.hotels:before {
    background: url(../img/hero_in_bg_4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants:before {
    background: url(../img/hero_in_bg_5.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.restaurants .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.tours_detail {
    height: 630px;
    overflow: visible;
}

@media (max-width: 575px) {
    .hero_in.tours_detail {
        height: auto;
    }
}

.hero_in.tours_detail:before {
    background: url(../img/hero_in_tours_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.tours_detail .wrapper {
    background-color: #000;
    background-color: rgb(255 255 255 / 80%);
}

.hero_in.hotels_detail {
    height: 550px;
}

@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 500px;
    }
}

.hero_in.hotels_detail:before {
    background: url(../img/hero_in_hotels_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels_detail .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants_detail {
    height: 550px;
}

@media (max-width: 575px) {
    .hero_in.restaurants_detail {
        height: 500px;
    }
}

.hero_in.restaurants_detail:before {
    background: url(../img/hero_in_restaurants_detail.jpg) center center
        no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.restaurants_detail .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.contacts:before {
    background: url(../img/hero_in_bg_3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.contacts .wrapper {
    background-color: #000;
    background-color: rgb(255 255 255 / 80%);
}

.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* height: 500px; */
}

.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero_in .wrapper h1 {
    color: #54565b;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .hero_in .wrapper h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #871f5e;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}

.hero_in .wrapper p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 80px 0 0 0;
}

.hero_in .wrapper p strong {
    font-weight: 600;
}

.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
}

.hero_in a.btn_photos:hover {
    color: #d6191f;
}

@keyframes pop-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hero_in h1 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.hero_in p {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
}

main {
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}

footer {
    background-color: #f5f5f5;
    border-top: solid 1px #e5e5e5;
}

footer h5 {
    color: #d6191f;
    margin: 25px 0;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    footer h5 {
        margin: 25px 0 10px 0;
    }
}

footer ul li {
    margin-bottom: 5px;
}

footer ul li a {
    -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;
    display: inline-block;
    position: relative;
    color: #565656;
    /* opacity: 0.7; */
}

footer ul li a:hover {
    color: #d1d1d1;
    opacity: 1;
}

footer ul li a i {
    margin-right: 10px;
    color: #fff;
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

footer ul.links li a:hover:after {
    opacity: 1;
    color: #d1d1d1;
}

footer ul.links li a:after {
    font-family: ElegantIcons;
    content: "\24";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer ul.contacts li a i {
    margin-right: 10px;
}

footer hr {
    opacity: 0.2;
    border-color: #000000;
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7;
}

@media (max-width: 767px) {
    footer #copy {
        text-align: left;
        margin: 5px 0 20px 0;
    }
}

#newsletter .form-group {
    position: relative;
}

#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
}

#newsletter h6 {
    color: #d6191f;
    margin: 15px 0 15px 0;
}

#newsletter .form-group {
    position: relative;
}

#newsletter input[type="email"] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    border: solid 1px #ccc;
    background-color: #c9c9c929;
    color: #d6191f;
}

#newsletter input[type="email"]:focus {
    border: 0;
    box-shadow: none;
}

#newsletter input[type="submit"] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #d6191f;
    -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;
    outline: 0;
}

#newsletter input[type="submit"]:hover {
    background-color: #e32c2e;
    color: #222;
}

.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

.follow_us h5 {
    color: #fff;
}

.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
}

.follow_us ul li:first-child {
    color: #d6191f;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.follow_us ul li a {
    color: #fff;
    opacity: 0.7;
}

.follow_us ul li a:hover {
    opacity: 1;
}

ul#footer-selector {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#footer-selector li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 575px) {
    ul#footer-selector li:last-child {
        margin-top: 5px;
    }
}

ul#additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    float: right;
}

@media (max-width: 991px) {
    ul#additional_links {
        float: none;
        margin-top: 10px;
    }
}

ul#additional_links li {
    display: inline-block;
    margin-right: 15px;
}

ul#additional_links li:first-child {
    margin-right: 20px;
}

ul#additional_links li:last-child:after {
    content: "";
}

ul#additional_links li span {
    color: #565656;
    /* opacity: 0.5; */
}

ul#additional_links li a {
    color: #d6191f;
    /* opacity: 0.5; */
    -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;
}

ul#additional_links li a:hover {
    opacity: 1;
}

ul#additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #f3f3f3;
    background-color: #e9e9e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
}

.styled-select#lang-selector:after {
    font-family: ElegantIcons;
    content: "\e0e2";
    color: #d6191f;
    position: absolute;
    right: 10px;
    top: 0;
}

.styled-select#currency-selector:after {
    font-family: ElegantIcons;
    content: "\33";
    color: #d6191f;
    position: absolute;
    right: 10px;
    top: 0;
}

.styled-select select {
    background: 0 0;
    width: 110%;
    padding-left: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #d6191f;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0;
}

.styled-select select:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select#lang-selector select option {
    color: #555;
}

.wow {
    visibility: hidden;
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    position: absolute;
    bottom: 50px;
    height: 30px;
    line-height: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block !important;
    width: 45px;
    height: 52px;
    position: absolute;
    top: -65px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: ElegantIcons;
    font-size: 46px;
    display: inline-block;
    content: "\34";
    color: #fff;
}

.flex-direction-nav a.flex-next:before {
    content: "\35";
}

.flex-direction-nav .flex-next {
    text-align: right;
}

#carousel_slider .flex-direction-nav .flex-prev {
    opacity: 0.8;
    left: 15px;
}

#carousel_slider .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

#carousel_slider .flex-direction-nav .flex-next {
    opacity: 0.8;
    right: 15px;
}

#carousel_slider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

#carousel_slider .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

#slider.flexslider li {
    position: relative;
}

#slider.flexslider li .meta {
    position: absolute;
    bottom: 35%;
    left: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    z-index: 99;
    padding-right: 45px;
}

@media (max-width: 767px) {
    #slider.flexslider li .meta {
        left: 45px;
        bottom: auto;
        top: 50%;
    }
}

#slider.flexslider li h3 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
}

@media (max-width: 767px) {
    #slider.flexslider li h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

#slider.flexslider li .info {
    display: flex;
    flex-direction: row;
}

#slider.flexslider li .info p {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    #slider.flexslider li .info p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

#slider.flexslider li .info p,
#slider.flexslider li h3 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

#slider.flexslider li .meta a {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    padding: 12px 20px;
}

#slider.flexslider li.flex-active-slide .meta .info p,
#slider.flexslider li.flex-active-slide .meta h3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#slider.flexslider li.flex-active-slide .meta a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#slider.flexslider li.flex-active-slide .meta .info p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.slider {
    position: relative;
}

#slider.flexslider {
    overflow: hidden;
}

#slider.flexslider .flex-direction-nav {
    opacity: 0;
    display: none;
}

#slider.flexslider ul.slides li {
    height: 650px;
    background-color: #000;
}

@media (max-width: 1300px) {
    #slider.flexslider ul.slides li {
        height: 650px !important;
    }
    header {
        padding: 15px 30px;
        background: #fff !important;
    }
    .tops-header {
        padding: 2px 40px !important;
    }
}

@media (max-width: 1199px) {
    #slider.flexslider ul.slides li {
        height: 650px !important;
    }
    header {
        padding: 15px 30px;
        background: #fff !important;
    }
    .tops-header {
        padding: 2px 40px !important;
    }
}

@media (max-width: 767px) {
    #slider.flexslider ul.slides li {
        height: 500px !important;
    }
    .hero_in .wrapper p {
        padding: 80px 0 0 0;
    }
}

#slider.flexslider ul.slides li img {
    opacity: 0.5;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    #slider.flexslider ul.slides li img {
        height: 650px !important;
        width: auto;
    }
}

@media (max-width: 767px) {
    #slider.flexslider ul.slides li img {
        height: 500px !important;
        width: auto;
    }
}

#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/drag_icon.svg) 0 0 no-repeat;
    width: 50px;
    height: 30px;
    opacity: 0.6;
    z-index: 99;
    display: none;
}

@media (max-width: 767px) {
    #icon_drag_mobile {
        display: block;
    }
}

#carousel_slider_wp {
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0 60px 45px 60px;
}

@media (max-width: 767px) {
    #carousel_slider_wp {
        display: none;
    }
}

#carousel_slider.flexslider {
    overflow: hidden;
    background-color: transparent;
}

#carousel_slider.flexslider ul.slides {
    padding-top: 20px;
}

#carousel_slider.flexslider ul.slides li {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    cursor: pointer;
}

#carousel_slider.flexslider ul.slides li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#carousel_slider.flexslider ul.slides li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -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;
}

#carousel_slider.flexslider ul.slides li .caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
}

#carousel_slider.flexslider ul.slides li .caption h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    font-weight: 500;
}

#carousel_slider.flexslider ul.slides li .caption h3 span {
    margin: 3px 0 0 0;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
}

#carousel_slider.flexslider ul.slides li .caption small {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

#carousel_slider.flexslider ul.slides li .caption small strong {
    float: right;
    display: inline-block;
    text-align: right;
    margin: 0 40px 0 0;
    padding: 3px 0 0 0;
}

#carousel_slider.flexslider ul.slides li .caption small strong h6 {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
}

#carousel_slider.flexslider ul.slides li:hover .caption small {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

a#moveDown {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}

.header-video {
    position: relative;
    overflow: hidden;
    background: #000;
    height: 600px !important;
}

@media (max-width: 991px) {
    .header-video {
        height: 620px !important;
    }
}

.header-video video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.header-video iframe {
    height: 100%;
    width: 100%;
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    height: 100%;
    z-index: 99;
    text-align: center;
    display: table;
}

#hero_video .wrapper {
    display: table-cell;
    vertical-align: middle;
}

#hero_video .wrapper h3 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    #hero_video .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    #hero_video .wrapper h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

#hero_video .wrapper p {
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

#hero_video .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    #hero_video .wrapper p {
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.teaser-video {
    width: 100%;
    height: auto;
}

.header-video--media {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    #hero_video {
        background: #ccc url(../img/home_section_1.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #hero_video > div {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .header-video {
        background: 0 0;
    }
}

.hero_single {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    text-align: center;
    margin: 0;
    color: #fff;
}

.hero_single .wrapper {

}

.hero_single.start_bg_zoom:before {
    animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 58px;
    left: auto;
    z-index: -1;
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding-bottom: 55px;
}

.hero_single .wrapper h3 {
    color: #000000;
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero_single .wrapper h3 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media (max-width: 575px) {
    .hero_single .wrapper h3 {
        font-size: 23px;
        font-size: 1.4375rem;
    }
}

.hero_single .wrapper p {
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0 20%;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.hero_single .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_single .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.hero_single.short {
    height: 600px;
}

.hero_single.version_2 {
    height: 720px;
}

.hero_single.version_2:before {
    background: url(../img/home_section_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single.version_2 .wrapper {

}

.hero_single.version_2 .wrapper h3 {
    font-size: 42px;
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgb(255 255 255 / 30%);
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 22px;
        /* font-size: 1.375rem; */
    }
}

.hero_single.version_2 .wrapper p {
    margin: 5px 0 45px 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
    color: #d6191f;
    font-weight: 600;
}

.hero_single.version_2 .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper p {
        padding: 0;
        /* font-size: 14px; */
        /* font-size: 0.875rem; */
    }
}

#custom-search-input {
    padding: 0;
    width: 600px;
    margin: 20px auto 0;
    position: relative;
}

@media (max-width: 991px) {
    #custom-search-input {
        width: auto;
    }
}

#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}

#custom-search-input .search-query:focus {
    outline: 0;
}

@media (max-width: 575px) {
    #custom-search-input .search-query {
        padding-left: 15px;
    }
}

#custom-search-input input[type="submit"] {
    position: absolute;
    -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;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #d6191f;
}

#custom-search-input input[type="submit"]:hover {
    background-color: #e32c2e;
    color: #222;
}

@media (max-width: 575px) {
    #custom-search-input input[type="submit"] {
        text-indent: -999px;
        background: #d6191f url(../img/search.svg) no-repeat center center;
    }
}

.custom-search-input-2 {
    background-color: #fff;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /* margin-top: 25px; */
    /* -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3); */
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3); */
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .custom-search-input-2 {
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2 input {
    border: 0;
    height: 50px !important;
    padding-left: 15px;
    border: 1px solid #d2d8dd;
    /* font-weight: 500; */
    padding-top: 12px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input {
        border: none;
    }
}

.custom-search-input-2 input:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
    .custom-search-input-2 input:focus {
        border-right: none;
    }
}

/* commented by wasem */

/* .custom-search-input-2 select {
display: none;
} */

.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}

.custom-search-input-2 .form-group {
    margin: 5px 5px;
}

@media (max-width: 991px) {
    .custom-search-input-2 .form-group {
        margin-bottom: 5px;
    }
}

.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 17px;
    position: absolute;
    /* background-color: #fff; */
    line-height: 50px;
    top: 0;
    right: 1px;
    /* padding-right: 15px; */
    display: block;
    /* width: 20px; */
    box-sizing: content-box;
    /* height: 50px; */
    z-index: 9;
    color: #e32c2e;
    right: 10px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .custom-search-input-2 i {
        padding-right: 10px;
    }
}

.custom-search-input-2 input[type="submit"] {
    -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;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    /* height: 50px; */
    cursor: pointer;
    outline: 0;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #d6191f;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type="submit"] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2 input[type="submit"]:hover {
    background-color: #e32c2e;
    color: #222;
}

.custom-search-input-2.inner {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2.inner-2 {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.custom-search-input-2.inner-2 .form-group {
    margin-bottom: 10px;
}

.custom-search-input-2.inner-2 input {
    border: 1px solid #ededed;
}

.custom-search-input-2.inner-2 input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.custom-search-input-2.inner-2 i {
    padding-right: 10px;
    line-height: 48px;
    height: 48px;
    top: 1px;
}

.custom-search-input-2.inner-2 .nice-select {
    border: 1px solid #ededed;
}

.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 15px 10px 0 15px;
}

@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
    }
}

.panel-dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative;
    font-size: 13px;
}

.panel-dropdown a:after {
    font-family: ElegantIcons;
    content: "\33";
    font-size: 24px;
    font-size: 1.5rem;
    color: #999;
    font-weight: 500;
    -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;
    position: absolute;
    right: 0;
    /* top: -8px; */
}

.panel-dropdown.active a:after {
    transform: rotate(180deg);
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 300px;
}

.panel-dropdown .panel-dropdown-content:after,
.panel-dropdown .panel-dropdown-content:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.panel-dropdown .panel-dropdown-content:before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.panel-dropdown .panel-dropdown-content:after {
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.panel-dropdown .panel-dropdown-content.right {
    left: auto;
    right: 0;
}

.panel-dropdown .panel-dropdown-content.right:before {
    left: auto;
    right: 9px;
}

.panel-dropdown .panel-dropdown-content.right:after {
    left: auto;
    right: 10px;
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.qtyButtons {
    display: flex;
    margin: 0 0 4px 0;
}

.qtyButtons input {
    outline: 0;
    font-size: 1rem;
    text-align: center;
    width: 42px;
    height: 25px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
    font-weight: 600;
}

.qtyButtons label {
    font-weight: 550;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #000000;
    font-size: 15px;
}

.qtyDec,
.qtyInc {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.35rem;
    background-color: #e32c2e;
    -webkit-text-stroke: 0.099rem #ffffff;
    color: #d6191f;
    cursor: pointer;
    font-family: ElegantIcons;
    display: block !important;
    border-radius: 50%;
}

.qtyInc:before {
    content: "\4c";
}

.qtyDec:before {
    content: "\4b";
}

.qtyTotal {
    background-color: #d6191f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
}

.rotate-x {
    animation-duration: 0.5s;
    animation-name: rotate-x;
}

@keyframes rotate-x {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}

#reccomended {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #reccomended {
        margin-top: 0;
    }
}

#reccomended .item {
    margin: 0 15px;
}

#reccomended .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    width: 350px !important;
}

#reccomended .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1);
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
    opacity: 1;
}

.owl-theme .owl-dots {
    margin-top: 10px !important;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .owl-theme .owl-dots {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d6191f !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
}

a.box_news {
    position: relative;
    display: block;
    padding-left: 230px;
    color: #555;
    margin-bottom: 30px;
    min-height: 150px;
}

@media (max-width: 767px) {
    a.box_news {
        min-height: inherit;
        padding-left: 0;
    }
}

a.box_news figure {
    width: 220px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 9px;
}

@media (max-width: 767px) {
    a.box_news figure {
        position: relative;
        width: auto;
    }
}

a.box_news figure img {
    width: 250px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -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-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 767px) {
    a.box_news figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

a.box_news figure figcaption {
    background-color: #e32c2e;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 5px;
    line-height: 1;
    font-size: 11px;
}

a.box_news figure figcaption strong {
    display: block;
    font-size: 21px;
    font-size: 23px;
}

a.box_news h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    a.box_news h4 {
        margin-bottom: 5px;
    }
}

a.box_news:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

a.box_news:hover h4 {
    color: #d6191f;
    -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;
}

a.box_news ul {
    margin: 0;
    padding: 10px 0 0 0;
}

@media (max-width: 767px) {
    a.box_news ul {
        padding: 0;
    }
}

a.box_news ul li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 5px;
}

a.box_news ul li:last-child {
    margin-right: 0;
}

a.box_news ul li:last-child:after {
    content: "";
    margin: 0;
}

a.box_news ul li:after {
    content: "-";
    margin: 0 0 0 10px;
}

a.grid_item {
    display: block;
    margin-bottom: 25px;
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

a.grid_item .info .cat_star {
    font-size: 9px;
    font-size: 0.5625rem;
}

a.grid_item .info .cat_star i {
    color: #fff;
}

a.grid_item .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

a.grid_item .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
    border-radius: 10px;
    /* border: solid 1px #d5d5d5; */
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 19%);
}

@media (max-width: 767px) {
    a.grid_item figure {
        height: 350px !important;
    }
}

@media (max-width: 575px) {
    a.grid_item figure {
        height: 220px !important;
    }
}

a.grid_item figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

a.grid_item figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 9;
}

a.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.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.1);
}

a.grid_item:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.search_container {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #ededed;
}

.custom-search-input-2.version_3 {
    margin-top: 20px;
}

.custom-search-input-2.version_3 .form-group {
    text-align: left;
}

.custom-search-input-2.version_3 .form-group span {
    color: #111;
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.custom-search-input-2.version_3 .form-group input {
    height: 58px;
    padding: 22px 10px 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .form-group input {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2.version_3 .form-group input:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .form-group input:hover {
        background-color: #fff;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2.version_3 .form-group input:focus {
    background-color: #000;
    background-color: transparent;
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .form-group input:focus {
        background-color: #fff;
        background-color: #fff;
    }
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .panel-dropdown {
        height: 58px;
    }
}

.custom-search-input-2.version_3 .panel-dropdown a {
    height: 43px;
    padding: 13px 10px 0 0;
    display: block;
}

.custom-search-input-2.version_3 .panel-dropdown a:after {
    display: none !important;
}

.custom-search-input-2.version_3 .panel-dropdown a span {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
}

.custom-search-input-2.version_3 .panel-dropdown:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .panel-dropdown:hover {
        background-color: #fff;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2.version_3 .panel-dropdown.active {
    background-color: #000;
    background-color: transparent;
}

@media (max-width: 991px) {
    .custom-search-input-2.version_3 .panel-dropdown.active {
        background-color: #fff;
        background-color: #fff;
    }
}

.custom-search-input-2.version_3 .panel-dropdown .panel-dropdown-content {
    top: 70px;
}

.custom-search-input-2.version_3 input[type="submit"] {
    height: 58px;
}

a.box_feat {
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px 30px;
    display: block;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 3px 0 0 #f0f2f4;
    -moz-box-shadow: 0 3px 0 0 #f0f2f4;
    box-shadow: 0 3px 0 0 #f0f2f4;
    color: #555;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 767px) {
    a.box_feat {
        padding: 20px 20px 0 20px;
    }
}

a.box_feat:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 0 0 #ebedef;
    -moz-box-shadow: 0 3px 0 0 #ebedef;
    box-shadow: 0 3px 0 0 #ebedef;
}

a.box_feat i {
    font-size: 70px;
    font-size: 4.375rem;
    color: #d6191f;
    margin-bottom: 10px;
}

a.box_feat h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

#carousel {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #carousel {
        margin-bottom: 30px;
    }
}

#carousel .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

#carousel .item .title h4 {
    background-color: #e32c2e;
    background-color: #e32c2e;
    display: inline-block;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
}

#carousel .item .title h4 em {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    margin-top: 3px;
}

#carousel .item a {
    position: relative;
    display: block;
}

#carousel .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

#carousel .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1);
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views {
    opacity: 1;
}

.filters_listing {
    padding: 10px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #ededed;
    z-index: 999999 !important;
    position: relative;
}

.filters_listing ul {
    margin: 0 15px;
}

@media (max-width: 991px) {
    .filters_listing ul {
        margin: 0;
    }
}

.filters_listing ul li {
    margin-right: 10px;
}

.filters_listing ul li:first-child {
    float: left;
}

.filters_listing ul li:nth-child(2) {
    float: right;
    margin-right: 0;
}

.filters_listing ul li:nth-child(3) {
    float: right;
}

.score strong {
    background-color: #e32c2e;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

.score span em {
    display: block;
    font-weight: 400;
    font-size: 11px;
    font-size: 0.6875rem;
}

.wrapper-grid {
    padding: 0 20px;
}

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.box_grid .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
    font-size: 12px;
}

.box_grid .price strong {
    color: #d6191f;
    font-size: 20px;
    letter-spacing: -1px;
}

.box_grid a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgb(169 154 111);
    padding: 9px 10px;
    display: inline-block;
    color: #d6191f;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_grid a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_grid a.wish_bt.liked:after {
    content: "\e089";
    color: #d6191f;
}

.box_grid a.wish_bt:hover.liked:after {
    color: #d6191f;
}

.box_grid a.wish_bt:hover:after {
    content: "\e089";
    color: #fff;
}

.box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.box_grid figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}

.box_grid figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_grid figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgb(125 11 73);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_grid figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -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;
}

.box_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_grid .wrapper {
    padding: 25px;
}

.box_grid .wrapper h3 {
    font-size: 17px;
    margin-top: 0;
}

.box_grid ul {
    padding: 20px 15px;
    border-top: 1px solid #ededed;
}

.box_grid ul li {
    display: inline-block;
    margin-right: 15px;
}

.box_grid ul li .score {
    margin-top: -10px;
}

.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
}

.cat_star i {
    margin-right: 2px;
    color: #e32c2e;
}

.rating {
    color: #ccc;
}

.rating .voted {
    color: #e32c2e;
}

.rating i {
    margin-right: 2px;
}

.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 0px 0 25px 0;
    min-height: 200px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.box_list a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_list a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_list a.wish_bt.liked:after {
    content: "\e089";
    color: #d6191f;
}

.box_list a.wish_bt:hover.liked:after {
    color: #d6191f;
}

.box_list a.wish_bt:hover:after {
    content: "\e089";
    color: #999;
}

.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}

@media (max-width: 991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px;
    }
}

.box_list figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}

@media (max-width: 991px) {
    .box_list figure small {
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px;
    }
}

.box_list figure .read_more {
    position: absolute;
    top: 66%;
    left: 0;
    margin-top: -35px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_list figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_list figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -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;
    height: 255px;
    width: auto;
    max-width: none;
    -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;
}

@media (max-width: 991px) {
    .box_list figure a img {
        max-width: inherit;
        height: 460px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .box_list figure a img {
        height: 350px;
    }
}

.box_list figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1.04);
}

.box_list .wrapper {
    padding: 20px 20px 20px 20px;
    min-height: 225px;
}

@media (max-width: 991px) {
    .box_list .wrapper {
        min-height: inherit;
    }
}

.box_list .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.box_list .wrapper .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.box_list .wrapper .price strong {
    color: #d6191f;
}

.box_list small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_list ul {
}

.box_list ul li {
    /* display: inline-block; */
    /* margin-right: 5px; */
    /* padding: 0 0 0 10px; */
    /* font-weight: 500; */
    float: left;
}

.box_list ul li .score {
    margin-top: -10px;
}

.box_list ul li:last-child {
    margin-right: 0;
    float: right;
    /* margin: -35px 0; */
}

#list_sidebar .box_list {
    min-height: 330px;
}

#list_sidebar .box_list figure {
    min-height: 330px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list figure {
        min-height: 200px;
        max-height: 200px;
        height: 200px;
    }
}

#list_sidebar .box_list figure a img {
    height: 350px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list figure a img {
        max-width: 100%;
        height: auto;
        width: inherit;
    }
}

#list_sidebar .box_list .wrapper {
    min-height: 265px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list .wrapper {
        min-height: inherit;
    }
}

.layout_view {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 4px 8px 3px 8px;
}

.layout_view a {
    color: rgba(0, 0, 0, 0.5);
}

.layout_view a.active {
    color: rgba(0, 0, 0, 0.8);
}

.layout_view a:hover {
    color: #d6191f;
}

.switch-field {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field input:checked + label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.9);
}

.switch-field label {
    float: left;
    display: inline-block;
    min-width: 70px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    text-shadow: none;
    padding: 10px 12px 8px 12px;
    line-height: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

@media (max-width: 575px) {
    .switch-field label {
        min-width: inherit;
    }
}

.switch-field label:first-of-type {
    border-left: 0;
}

.switch-field label:last-of-type {
    border-right: 0;
}

.switch-field label:hover {
    cursor: pointer;
    color: #d6191f;
}

#filters_col {
    background-color: #fff;
    padding: 20px 20px 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #ededed;
}

#filters_col label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

a#filters_col_bt {
    display: block;
    color: #333;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

a#filters_col_bt:before {
    font-family: ElegantIcons;
    content: "\66";
    font-size: 26px;
    font-size: 1.625rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-weight: 400;
}

.filter_type h6 {
    border-top: 1px solid #ededed;
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.filter_type ul li {
    margin-bottom: 5px;
}

.filter_type ul li:last-child {
    margin-bottom: 0;
}

a.boxed_list {
    text-align: center;
    padding: 30px;
    border: 1px solid #ededed;
    display: block;
    -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;
    margin-bottom: 25px;
}

a.boxed_list i {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 15px;
}

a.boxed_list h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
}

a.boxed_list p {
    color: #777;
    margin-bottom: 0;
}

a.boxed_list:hover i {
    color: #d6191f;
}

.secondary_nav {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.secondary_nav.is_stuck {
    z-index: 99;
    width: 100% !important;
    left: 0;
}

.secondary_nav ul {
    margin-bottom: 0;
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

.secondary_nav ul li a {
    color: rgba(0, 0, 0, 0.5);
}

.secondary_nav ul li a:hover {
    color: #d6191f;
}

.secondary_nav ul li a.active {
    color: rgba(0, 0, 0, 0.9);
}

.secondary_nav ul li:last-child {
    display: none;
}

.secondary_nav ul li:last-child a {
    background-color: #d6191f;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
}

.secondary_nav ul li:last-child a:hover {
    background-color: #e32c2e;
}

@media (max-width: 575px) {
    .secondary_nav ul li:last-child {
        display: inline-block;
        float: right;
        margin-right: 0;
    }
}

.intro_title h2 {
    display: inline-block;
}

.intro_title ul {
    float: right;
    margin: 10px 0 0 0;
}

.intro_title ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

section#description,
section#reviews {
    /* border-bottom: 3px solid #ededed; */
    margin-bottom: 45px;
}

section#description h2,
section#reviews h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

section#description h3,
section#reviews h3 {
    font-size: 21px;
    font-size: 1.3125rem;
}

section#description h4,
section#reviews h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

section#reviews {
    border-bottom: none;
}

#review_summary {
    text-align: center;
    background-color: #e32c2e;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

@media (max-width: 991px) {
    #review_summary {
        margin-bottom: 15px;
    }
}

#review_summary strong {
    font-size: 42px;
    font-size: 2.625rem;
    display: block;
    line-height: 1;
}

#review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block;
}

.pictures_grid {
    margin-bottom: 45px;
}

.pictures_grid figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block;
}

@media (max-width: 767px) {
    .pictures_grid figure {
        width: 80px;
        height: 80px;
    }
}

.pictures_grid figure a {
    display: block;
}

.pictures_grid figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
}

.pictures_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: 120px;
    z-index: 1;
    -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;
}

@media (max-width: 767px) {
    .pictures_grid figure a img {
        height: 80px;
    }
}

.pictures_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.reviews-container .progress {
    margin-bottom: 12px;
}

.reviews-container .progress-bar {
    background-color: #e32c2e;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .reviews-container .review-box {
        padding-left: 0;
    }
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.reviews-container .rev-thumb img {
    width: 80px;
    height: auto;
}

@media (max-width: 767px) {
    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px;
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.reviews-container .rev-info {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}

.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.box_detail .price {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 15px 25px;
}

.box_detail .price > span {
    font-size: 31px;
    font-size: 1.9375rem;
    font-weight: 600;
}

.box_detail .price > span > small {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
}

.box_detail .price .score {
    float: right;
    margin-top: -5px;
}

.box_detail h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 25px 0 10px 0;
}

.box_detail ul {
    margin-bottom: 0;
}

.box_detail ul li {
    margin-bottom: 5px;
}

.box_detail ul li i {
    margin-right: 8px;
}

.box_detail figure {
    position: relative;
    background-color: #000;
}

.box_detail figure img {
    opacity: 0.8;
}

.box_detail figure span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}

.box_detail figure a i {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 42px;
    font-size: 2.625rem;
    -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;
    z-index: 9;
}

.box_detail figure:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.booking input {
    font-weight: 500;
    height: 45px;
}

.booking input:focus {
    box-shadow: none;
    border: 1px solid #d2d8dd;
}

.booking select {
    display: none;
}

.booking .panel-dropdown {
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

@media (max-width: 991px) {
    .booking .panel-dropdown {
        height: inherit;
    }
}

.booking .panel-dropdown .panel-dropdown-content {
    top: 50px;
}

.booking .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}

.booking .custom-select-form .nice-select.open,
.booking .custom-select-form .nice-select:active,
.booking .custom-select-form .nice-select:focus {
    border-color: #d2d8dd;
    outline: 0;
    box-shadow: none;
}

.booking .custom-select-form select {
    display: none;
}

.booking .form-group {
    margin: 0 0 10px 0;
}

.booking .form-group i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    height: 43px;
    top: 1px;
    right: 1px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    line-height: 43px;
    z-index: 9;
    color: #999;
}

.booking .form-group i.icon_lock_alt {
    top: 36px;
}

.booking textarea {
    font-weight: 500;
    height: 100px;
    padding-right: 25px;
}

.booking textarea:focus {
    border: 1px solid #d2d8dd;
    box-shadow: none;
}

.booking i.loader {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    height: auto;
    width: auto;
    padding: 0;
    right: 10px;
}

@media (max-width: 767px) {
    .datepicker_mobile_full .daterangepicker {
        margin-top: 0 !important;
        border: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999999 !important;
        height: 100% !important;
        overflow-y: scroll !important;
    }
    .datepicker_mobile_full .daterangepicker .calendar {
        max-width: 100% !important;
    }
}

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ebeef3;
    left: 18.5%;
    margin-left: -2px;
}

.cbp_tmtimeline > li {
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 80px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 18px;
    font-weight: 500;
}

img.thumb_visit {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    margin-top: -5px;
    float: right;
    margin-left: 15px;
}

@media (max-width: 767px) {
    img.thumb_visit {
        display: none;
    }
}

.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #eef3f7;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.cbp_tmtimeline > li .cbp_tmlabel h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 10px;
    top: 15px;
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    position: absolute;
    color: #d6191f;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #999;
    text-align: center;
    left: 18.5%;
    top: 0;
    margin: 0 0 0 -25px;
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
    }
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
        top: -20px;
    }
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -65px 5px 0 0;
    }
}

ul.hotel_facilities {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.hotel_facilities li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

ul.hotel_facilities li img {
    margin-right: 10px;
}

.room_type {
    padding: 30px 30px 10px 30px;
}

.room_type.first {
    padding: 0 30px 15px 30px;
}

.room_type.gray {
    background-color: #f8f8f8;
}

.room_type.last {
    padding: 30px 30px 0 30px;
}

@media (max-width: 767px) {
    .room_type h4 {
        margin-top: 25px;
    }
}

#login_bg,
#register_bg {
    background: url(../img/hero_in_bg_3.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

#register_bg {
    background: url(../img/hero_in_bg_2.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login figure,
#register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: -45px -60px 25px -60px;
    padding: 20px 60px 25px 60px;
}

@media (max-width: 767px) {
    #login figure,
    #register figure {
        margin: -30px -30px 20px -30px;
        padding: 15px 60px 20px 60px;
    }
}

#login aside,
#register aside {
    width: 430px;
    padding: 45px 60px 60px 60px;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh;
}

@media (max-width: 767px) {
    #login aside,
    #register aside {
        width: 100%;
        padding: 30px;
    }
}

#login aside form,
#register aside form {
    margin-bottom: 60px;
    display: block;
}

#login aside form .form-group input,
#register aside form .form-group input {
    padding-left: 40px;
}

#login aside form .form-group i,
#register aside form .form-group i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 34px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

#login aside .copy,
#register aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-weight: 500;
}

.access_social {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .access_social {
        margin-top: 30px;
    }
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 15px 0;
    background-color: #ededed;
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -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;
    cursor: pointer;
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
    font-family: ElegantIcons;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

a.social_bt.facebook {
    background-color: #3b5998;
}

a.social_bt.facebook:before {
    content: "\e093";
}

a.social_bt.twitter {
    background-color: #44b4db;
}

a.social_bt.twitter:before {
    content: "\e094";
}

a.social_bt.google {
    background-color: #dc4e41;
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px;
}

a.social_bt.linkedin {
    background-color: #0077b5;
}

a.social_bt.linkedin:before {
    content: "\e09d";
}

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#pass-info.weakpass {
    border: 1px solid #ff9191;
    background: #ffc7c7;
    color: #94546e;
}

#pass-info.stillweakpass {
    border: 1px solid #fbb;
    background: #fdd;
    color: #945870;
}

#pass-info.goodpass {
    border: 1px solid #c4eec8;
    background: #e4ffe4;
    color: #51926e;
}

#pass-info.strongpass {
    border: 1px solid #6ed66e;
    background: #79f079;
    color: #348f34;
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48b448;
    color: #cdffcd;
}

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked ~ .checkmark {
    background-color: #e32c2e;
    border: 1px solid transparent;
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -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;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
    display: block;
}

.map {
    width: 100%;
    height: 500px;
}

.map.map_single {
    height: 400px;
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
    padding-right: 50px;
}

.infoBox > img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.marker_info {
    width: 240px;
    height: 270px;
    border-radius: 5px;
    text-align: left;
    background: #000;
    background: #fff;
    position: relative;
    z-index: 999;
    font-family: Poppins, Helvetica, sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.marker_info img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.marker_info h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 3px;
    color: #444;
}

.marker_info em {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
}

.marker_info span {
    display: block;
    padding: 20px 20px 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
}

.marker_info span strong {
    display: block;
    font-weight: 500;
}

.marker_info:after {
    right: 100%;
    top: 56%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.btn_infobox_get_directions:before,
a.btn_infobox_detail:before,
a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer;
}

a.btn_infobox_detail:before {
    content: "\70";
    color: #ccc;
}

a.btn_infobox_detail:before:hover {
    color: #d6191f;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #d6191f;
    background: 0 0;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    outline: 0;
}

.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
    outline: 0;
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover {
    color: #333;
}

.btn_infobox_get_directions:before {
    font-size: 14px;
    font-size: 0.875rem;
    content: "\e080";
    position: absolute;
    left: 0;
    top: 0;
}

a.btn_infobox_phone:before {
    font-size: 14px;
    content: "\e090";
    position: absolute;
    left: 0;
    top: -2px;
}

span.infobox_rate {
    display: inline-block;
    margin: -44px 0 0 -20px;
    float: left;
    background-color: #e32c2e;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
}

.cluster img {
    display: none;
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #d6191f;
}

.cluster-visible:before {
    border: 7px solid #d6191f;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #d6191f;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
    0%,
    100% {
        transform: scale(1.3) rotate(0);
    }
    50% {
        transform: scale(1.5) rotate(90deg);
    }
}

.map_contact {
    width: 100%;
    height: 465px;
}

@media (max-width: 991px) {
    .map_contact {
        height: 350px;
        margin-bottom: 45px;
    }
}

.contact_info {
    background-color: #871f5e;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.contact_info ul {
    margin: 0;
    padding: 0;
}

.contact_info ul li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 20px;
}

.contact_info ul li span {
    opacity: 0.9;
}

.contact_info ul li h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ffffff;
}

.contact_info ul li i {
    color: #fff;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .contact_info ul li {
        width: 100%;
        float: none;
        margin-bottom: 35px;
        padding: 0;
    }
    .contact_info ul li:last-child {
        margin-bottom: 5px;
    }
}

.error_message {
    font-weight: 500;
    color: #e3464c;
}

#error_page {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e32c2e url(../img/pattern_1.svg) center bottom repeat-x;
    color: #fff;
}

@media (max-width: 767px) {
    #error_page {
        background-size: auto 300px;
    }
}

#error_page h2 {
    margin-top: 30px;
    font-size: 140px;
    font-size: 8.75rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

#error_page h2 i {
    color: #e32c2e;
}

@media (max-width: 767px) {
    #error_page h2 {
        font-size: 72px;
        font-size: 4.5rem;
    }
}

#error_page p {
    font-size: 21px;
    font-size: 1.3125rem;
}

@media (max-width: 767px) {
    #error_page p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    #error_page {
        padding: 0;
        height: 500px;
    }
}

.search_bar_error {
    position: relative;
    margin-bottom: 60px;
}

.search_bar_error input[type="text"] {
    border: 0;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.search_bar_error input[type="submit"] {
    position: absolute;
    right: -1px;
    color: #fff;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #d6191f;
    -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;
}

.search_bar_error input[type="submit"]:hover {
    background-color: #e32c2e;
    color: #333;
}

.cart_section {
    background: #ffffff url(../img/pattern_1.svg) center bottom repeat-x;
}

@media (max-width: 767px) {
    .cart_section {
        background-size: auto 300px;
    }
}

.cart_section.last {
    height: 600px;
}

@media (max-width: 767px) {
    .cart_section.last {
        height: 500px;
    }
}

.bs-wizard {
    width: 100%;
    margin: 170px auto 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 25%;
    float: left;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #e32c2e;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 36px;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #d6191f;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: "\e903";
    font-family: Fontello;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -2px;
    left: 9px;
    font-size: 32px;
    font-size: 2rem;
    color: #54565b;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 34px 0;
    background: #a99a70;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.table.cart-list {
    margin-bottom: 0;
}

.table.cart-list th,
.table.options_cart th {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    padding-top: 0;
}

.table.cart-list td {
    vertical-align: middle;
}

.table.cart-list td strong {
    font-weight: 600;
    color: #d6191f;
    font-size: 17px;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.025);
}

@media (max-width: 991px) {
    .table.cart-list,
    .table.cart-list tbody,
    .table.cart-list td,
    .table.cart-list th,
    .table.cart-list thead,
    .table.cart-list tr {
        display: block;
        border: 0;
    }
    .table.cart-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table.cart-list tr {
        border: 1px solid #eee;
    }
    .table.cart-list td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .table.cart-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .table.cart-list td:nth-of-type(1):before,
    .table.cart-list td:nth-of-type(2):before,
    .table.cart-list td:nth-of-type(3):before,
    .table.cart-list td:nth-of-type(4):before {
        font-weight: 600;
        color: #111;
    }
    .table.cart-list td:nth-of-type(1):before {
        content: "Item";
    }
    .table.cart-list td:nth-of-type(2):before {
        content: "Discount";
    }
    .table.cart-list td:nth-of-type(3):before {
        content: "Total";
    }
    .table.cart-list td:nth-of-type(4):before {
        content: "Actions";
    }
    td.options {
        text-align: left !important;
    }
}

.thumb_cart {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 5px;
    overflow: hidden;
    width: 60px;
    height: 111px;
    margin-right: 5px !important;
    float: left;
}

.thumb_cart img {
    width: 60px;
    height: auto;
}

@media (max-width: 991px) {
    .thumb_cart {
        display: none;
    }
}

.item_cart {
    display: inline-block;
    margin: 7px 0 0 10px;
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 991px) {
    .item_cart {
        margin: 5px 0 0 0;
    }
}

#total_cart {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 20px -25px;
    padding: 0 25px 15px 25px;
    line-height: 1;
}

#total_cart span {
    font-weight: 600;
    color: #e32c2e;
}

ul.cart_details {
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ededed;
}

ul.cart_details li {
    font-weight: 500;
}

ul.cart_details li span {
    float: right;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title {
    position: relative;
    padding-left: 39px;
    margin-bottom: 0;
}

.form_title h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
}

.form_title h3 strong {
    background-color: #d6191f;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -3px;
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
}

.cards-payment {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .cards-payment {
        display: none;
    }
}

.box_cart .step {
    padding: 15px 55px 0 55px;
    margin: 0;
}

@media (max-width: 991px) {
    .box_cart .step {
        padding: 15px 0 0 0;
    }
}

.message {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.message p {
    margin: 0;
}

#confirm {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
}

#confirm h4 {
    color: #fff;
}

#confirm p {
    font-size: 16px !important;
    font-size: 16px !important;
    margin-bottom: 0;
}

.box_cart {
    margin-bottom: 25px;
}

.box_cart hr {
    margin: 30px -25px 30px -25px;
}

.box_cart label {
    font-weight: 500;
}

.box_cart .btn_1.outline,
.box_cart a.btn_1.outline {
    border: 1px solid #999;
    color: #999;
    padding: 12px 40px;
}

.box_cart .btn_1.outline:hover,
.box_cart a.btn_1.outline:hover {
    color: #fff;
    border: 1px solid #e32c2e;
}

.cart-options {
    position: relative;
    padding: 25px 0 0 0;
    border-top: 1px solid #ededed;
}

@media (max-width: 991px) {
    .cart-options .fix_mobile {
        float: left !important;
    }
}

.apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
}

.apply-coupon .form-control {
    padding: 10px 12px;
}

.grid ul {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: -3px;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}

@media (max-width: 991px) {
    .grid ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .grid ul li {
        width: 100%;
        min-height: 100%;
        float: none;
    }
}

.grid ul li figure {
    position: relative;
    overflow: hidden;
    margin: -3px;
}

.grid ul li figure img {
    width: 100%;
    height: 100%;
    -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;
}

.grid ul li figure:focus img,
.grid ul li figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.grid ul li figure:focus figcaption,
.grid ul li figure:hover figcaption {
    opacity: 1;
}

.grid ul li figure:focus figcaption .caption-content,
.grid ul li figure:hover figcaption .caption-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.grid ul li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0;
    -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;
}

.grid ul li figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -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;
}

.grid ul li figcaption a {
    color: #fff;
}

.grid ul li figcaption a:focus,
.grid ul li figcaption a:hover {
    color: #d6191f;
}

.grid ul li figcaption i {
    font-size: 30px;
    font-size: 1.875rem;
}

.grid ul li figcaption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.box_style_cat {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .box_style_cat {
        display: none;
    }
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#cat_nav li {
    border-bottom: 1px solid #ededed;
}

ul#cat_nav li i {
    font-size: 16px;
    font-size: 1rem;
    margin: 2px 10px 0 0;
    float: left;
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul#cat_nav li a {
    position: relative;
    color: #555;
    display: block;
    padding: 15px 10px;
}

ul#cat_nav li a:after {
    font-family: fontello;
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px;
}

ul#cat_nav li a span {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
}

ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover {
    color: #d6191f;
}

.hero_in form {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -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-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    color: #555;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    a.box_topic {
        padding: 20px 20px 0 20px;
    }
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

a.box_topic i {
    font-size: 60px;
    font-size: 3.75rem;
    color: #d6191f;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #2c8e5b;
    background-color: rgba(50, 160, 103, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
}

a.box_topic h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.list_articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
}

.list_articles ul li a {
    color: #555;
    display: block;
}

.list_articles ul li a:hover {
    color: #d6191f;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.list_articles ul li i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 2px;
}

@media (max-width: 991px) {
    .list_articles ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

ul.list_3 li strong {
    font-weight: 500;
}

ul.list_3 li:before {
    font-family: fontello;
    content: "\ea3e";
    position: absolute;
    left: 0;
    top: 0;
}

.box_general {
    border: 1px solid #ededed;
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.header-video.adventure .wrapper {
    padding-top: 60px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
}

.header-video.adventure .wrapper small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .header-video.adventure .wrapper h3 {
        font-size: 36px !important;
        margin-top: 0 !important;
    }
}

.header-video.adventure .wrapper p {
    max-width: 400px;
}

@media (max-width: 767px) {
    .header-video.adventure .wrapper p {
        font-size: 21px !important;
    }
}

@media (max-width: 1024px) {
    .header-video.adventure #hero_video {
        background: #ccc url(../img/bg_fallback_video_adventure.jpg) center
            right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .header-video.adventure #hero_video > div {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .header-video.adventure {
        background: 0 0;
    }
}

a.grid_item_adventure {
    display: block;
    margin-bottom: 25px;
}

a.grid_item_adventure .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

a.grid_item_adventure .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

a.grid_item_adventure .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

a.grid_item_adventure figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

a.grid_item_adventure figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

a.grid_item_adventure figure em {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

a.grid_item_adventure 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.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

a.grid_item_adventure:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a.grid_item.latest_adventure h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

a.grid_item.latest_adventure em {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
}

.banner {
    background: url(../img/lounge.jpg) center center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    height: 390px;
    margin-bottom: 60px;
    position: relative;
}

@media (max-width: 767px) {
    .banner {
        background: url(../img/banner_bg_mobile.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.banner .wrapper {
    color: #fff;
    padding: 60px;
}

@media (max-width: 767px) {
    .banner .wrapper {
        padding: 30px;
    }
}

.banner .wrapper small {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.banner .wrapper h3 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    margin: 15px 0 0 0;
}

.banner .wrapper p {
    font-size: 21px;
    font-size: 1.3125rem;
}

.call_section.adventure {
    background: url(../img/bg_call_action_adventure.jpg) center center no-repeat
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.adventure_feat h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 20px;
}

.hero_in.adventure_detail {
    text-align: left;
    height: 600px;
}

@media (max-width: 767px) {
    .hero_in.adventure_detail {
        height: 550px;
    }
}

.hero_in.adventure_detail:before {
    background: url(../img/bg_adventure_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.adventure_detail .container {
    position: relative;
    height: 100%;
}

.hero_in.adventure_detail .wrapper a.btn_photos {
    left: 30px;
    bottom: 35px;
}

.hero_in.adventure_detail .wrapper .main_info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding-bottom: 30px;
}

.hero_in.adventure_detail .wrapper .main_info em {
    font-style: normal;
    text-transform: uppercase;
}

.hero_in.adventure_detail .wrapper .main_info h1 {
    color: #fff;
    margin: 0;
    text-transform: none;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_in.adventure_detail .wrapper .main_info h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.hero_in.adventure_detail .wrapper .main_info h3 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .hero_in.adventure_detail .wrapper .main_info h3 {
        margin-top: 10px;
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.hero_in.adventure_detail .wrapper .main_info p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.hero_in.adventure_detail .wrapper .main_info p strong {
    font-weight: 600;
}

.hero_in.adventure_detail .wrapper .main_info ul {
    margin: 10px 0 0 0;
    padding-bottom: 0;
    list-style: none;
}

.hero_in.adventure_detail .wrapper .main_info ul li {
    display: inline-block;
    line-height: 1.2;
    margin-right: 30px;
}

.hero_in.adventure_detail .wrapper .main_info ul li:last-child {
    margin-right: 0;
}

.hero_in.adventure_detail .wrapper .main_info ul li span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
}

.hero_in.adventure_detail .wrapper .main_info ul li i {
    margin-bottom: 5px;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
}

.adventure_detail .container {
    position: relative;
    height: 100%;
}

.adventure_detail .main_info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 0 15px;
    padding-bottom: 25px;
}

.adventure_description h2 {
    font-size: 26px;
    font-size: 1.625rem;
}

ul.list_feat {
    margin: 0 0 25xp 0;
    padding: 0;
    list-style: none;
}

ul.list_feat li {
    float: left;
    width: 30%;
    margin: 0 15px 15px 0;
    border: 1px solid #ededed;
    padding: 25px;
    min-height: 180px;
}

@media (max-width: 991px) {
    ul.list_feat li {
        width: 45%;
    }
}

@media (max-width: 575px) {
    ul.list_feat li {
        width: 100%;
        min-height: inherit;
    }
}

ul.list_feat li h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}

ul.list_feat li p {
    margin: 0;
    color: #777;
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.35);
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden;
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
}

#panel_dates {
    right: -100%;
    bottom: 0;
    width: 400px;
    height: 100%;
    opacity: 0;
    position: fixed;
    background-color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    z-index: 9999999;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
    overflow: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #panel_dates {
        width: 100%;
    }
}

#panel_dates.show {
    visibility: visible;
    opacity: 1;
    right: 0;
}

#panel_dates a.aside-panel-bt {
    font-size: 24px;
    position: relative;
    left: 10px;
    top: 0;
    width: 24px;
    height: 24px;
    color: #ccc;
}

#panel_dates a.aside-panel-bt:hover {
    color: #333;
}

.additional_txt {
    padding: 0 25px 10px 25px;
}

.additional_txt p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.timeline {
    padding-left: 25px;
    border-left: 1px solid #ededed;
}

.timeline h3 {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
}

.timeline h3:before {
    font-family: ElegantIcons;
    content: "\5c";
    position: absolute;
    left: -35px;
    top: -3px;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #ccc;
    background-color: #fff;
}

.pictures {
    margin-bottom: 45px;
}

.pictures figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block;
}

.pictures figure a {
    display: block;
}

.pictures figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
}

.pictures figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -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;
}

.pictures figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.hero_single.version_3 {
    height: 690px;
}

.hero_single.version_3:before {
    background: url(../img/home_section_3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single.version_3 .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.45);
}

.hero_single.version_3 .wrapper .main_search {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 460px;
    text-align: left;
    padding: 30px 30px 15px 30px;
}

@media (max-width: 767px) {
    .hero_single.version_3 .wrapper .main_search {
        width: auto;
    }
}

.hero_single.version_3 .wrapper .main_search h3 {
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: none;
    font-weight: 500;
}

.hero_single.version_3 .wrapper .main_search p {
    color: #555;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
    margin-bottom: 20px;
}

.hero_single.version_3 .wrapper .main_search .custom-search-input-2 {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hero_single.version_3
    .wrapper
    .main_search
    .custom-search-input-2
    .form-group {
    margin-bottom: 15px;
}

.hero_single.version_3 .wrapper .main_search .custom-search-input-2 i {
    line-height: 48px;
    top: 1px;
    right: 1px;
    padding-right: 12px;
    height: 46px;
}

.hero_single.version_3 .wrapper .main_search .custom-search-input-2 input {
    border: 1px solid #d2d8dd;
}

.hero_single.version_3
    .wrapper
    .main_search
    .custom-search-input-2
    .panel-dropdown {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    padding: 14px 12px 0 15px;
}

.hero_single.version_3
    .wrapper
    .main_search
    .custom-search-input-2
    input[type="submit"] {
    margin: 20px 0 0 0;
    border: none;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

header.header.map_view {
    padding: 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 991px) {
    header.header.map_view {
        padding: 15px 15px 5px 15px;
    }
}

header.header.map_view ul#top_menu li a.cart-menu-btn:before,
header.header.map_view ul#top_menu li a.login:before,
header.header.map_view ul#top_menu li a.wishlist_bt_top:before {
    color: #444;
}

header.header.map_view .main-menu > ul > li span > a {
    color: #444;
}

header.header.map_view .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #d6191f;
}

header.header.map_view .hamburger-inner,
header.header.map_view .hamburger-inner::after,
header.header.map_view .hamburger-inner::before {
    background-color: #444;
}

.full-height {
    height: 100%;
}

@media (max-width: 991px) {
    .full-height {
        height: auto;
    }
}

.row-height {
    height: 100%;
    min-height: 100%;
    padding-top: 62px;
}

@media (max-width: 991px) {
    .row-height {
        height: auto;
        padding-top: 50px;
    }
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    z-index: 9999;
}

@media (max-width: 991px) {
    .map-right {
        height: 400px;
        position: static;
        min-height: inherit;
    }
}

.map-right #map {
    height: 100%;
    width: 100%;
}

.content-left {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .content-left {
        padding-top: 0;
    }
}

.search_map_wp {
    padding: 10px 0 10px 0;
    display: none;
    width: 100%;
}

.search_map_wp .nice-select {
    margin-bottom: 5px;
    border: none;
}

.search_map_wp .form-control {
    margin-bottom: 10px;
}

.search_map_wp input[type="submit"] {
    background-color: #e32c2e;
    color: #222;
}

.search_map_wp input[type="submit"]:hover {
    background-color: #d6191f;
    color: #fff;
}

a.btn_search_map_view {
    background: url(../img/search.svg) no-repeat center center;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    float: right;
    display: block;
}

#results_map_view {
    padding: 10px 0;
    margin: 0 -15px;
    color: #fff;
    background: #e32c2e;
    position: relative;
    z-index: 99999999 !important;
}

#results_map_view h4 {
    color: #fff;
    margin: 3px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    #results_map_view h4 {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {
    #results_map_view h4 {
        margin: 3px 0 0 0;
    }
}

.custom-search-input-2.map_view {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-search-input-2.map_view input {
    border: none;
}

.custom-search-input-2.map_view input[type="submit"] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.filters_listing.version_3 {
    margin: 0 -15px 0 -15px;
}

.filters_listing.version_3 ul {
    margin: 2px 0 0 0;
}

.filters_listing.version_3 ul li {
    margin-right: 10px;
}

.filters_listing.version_3 ul li:first-child {
    float: left;
}

.filters_listing.version_3 ul li:nth-child(2) {
    float: right;
    margin-right: 0;
}

a.btn_filt_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 10px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}

@media (max-width: 767px) {
    a.btn_filt_map {
        text-indent: -999px;
        display: block;
        width: 32px;
        height: 32px;
        padding: 0;
    }
}

a.btn_filt_map:hover {
    color: #d6191f;
}

a.btn_filt_map:before {
    font-family: ElegantIcons;
    content: "\67";
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 767px) {
    a.btn_filt_map:before {
        text-indent: 1px;
        position: absolute;
        left: 3px;
        top: 4px;
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: 400;
    }
}

#filters {
    background-color: #fff;
    padding-top: 15px;
    border-bottom: 1px solid #ededed;
}

#filters h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.map_view#filters {
    margin: 0 -15px;
}

.box_list.map_view {
    min-height: 120px;
    margin: 0 0 20px 0;
}

.box_list.map_view .wrapper {
    min-height: 125px;
    padding: 20px 20px 0 20px;
}

.box_list.map_view .wrapper .price {
    line-height: 1.2;
}

@media (max-width: 767px) {
    .box_list.map_view .wrapper h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .box_list.map_view .wrapper {
        min-height: 110px;
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .box_list.map_view .wrapper {
        min-height: 110px;
    }
}

.box_list.map_view figure {
    height: 185px;
    min-height: inherit;
}

.box_list.map_view figure small {
    font-size: 11px;
    font-size: 0.6875rem;
}

@media (max-width: 991px) {
    .box_list.map_view figure {
        height: 165px;
    }
}

.box_list.map_view figure a img {
    height: 210px;
    width: auto;
    max-width: none;
    -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;
}

@media (max-width: 991px) {
    .box_list.map_view figure a img {
        max-width: inherit;
        height: 210px;
        width: auto;
    }
}

.box_list.map_view figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_list.map_view ul {
    padding: 20px 15px 0 15px;
}

@media (max-width: 991px) {
    .box_list.map_view ul li:first-child {
        display: none;
    }
}

a.address {
    display: inline-block;
    font-weight: 500;
    color: #999;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
}

a.address:before {
    font-family: ElegantIcons;
    content: "\e081";
    margin-right: 5px;
    display: inline-block;
}

a.address:hover {
    color: #d6191f;
}

.distance {
    margin-bottom: 15px;
}

.distance span {
    font-weight: 600;
    color: #d6191f;
}

.rangeslider__handle {
    border: 2px solid #d6191f !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.rangeslider__fill {
    background: #d6191f !important;
}

.pac-container {
    margin-top: 5px;
    border-top: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: Poppins, Helvetica, sans-serif;
    color: #555;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}

.pac-item-query {
    color: #555;
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-container img {
    max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
}

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-tile-pane {
    z-index: 2;
}

.leaflet-objects-pane {
    z-index: 3;
}

.leaflet-overlay-pane {
    z-index: 4;
}

.leaflet-shadow-pane {
    z-index: 5;
}

.leaflet-marker-pane {
    z-index: 6;
}

.leaflet-popup-pane {
    z-index: 7;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-clickable {
    cursor: pointer;
}

.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto;
}

.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.leaflet-popup {
    position: absolute;
    text-align: center;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: 0 0;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.marker-cluster-large,
.marker-cluster-medium,
.marker-cluster-small {
    background-color: transparent;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-left: 5px;
    margin-top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #d6191f;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.marker-cluster-large div,
.marker-cluster-medium div,
.marker-cluster-small div {
    background-color: #d6191f;
}

.marker-cluster div:before {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #d6191f;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #d6191f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite;
}

.marker-cluster span {
    font-family: Arial, sans-serif;
    line-height: 36px;
}

.leaflet-popup-content-wrapper {
    width: 240px;
    height: 270px;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.leaflet-popup-content {
    margin: 0;
    font-family: Poppins, Helvetica, sans-serif;
    position: relative;
}

.leaflet-popup-content img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.leaflet-popup-content h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
    color: #444;
}

.leaflet-popup-content em {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    font-style: normal;
}

.leaflet-popup-content span {
    display: block;
    padding: 15px 20px 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
}

.leaflet-popup-content span strong {
    display: block;
    font-weight: 500;
}

.leaflet-popup-content a {
    color: #d6191f;
}

.leaflet-popup-content span.infobox_rate {
    display: inline-block;
    margin: -39px 0 0 -20px;
    float: left;
    background-color: #e32c2e;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
}

.leaflet-container a.leaflet-popup-close-button {
    z-index: 9999;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    padding: 0;
    line-height: 18px;
    text-align: center;
}

.hero_single.jarallax {
    height: 650px;
}

.hero_single.jarallax .wrapper h3 {
    font-size: 42px;
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hero_single.jarallax .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .hero_single.jarallax .wrapper h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.hero_single.jarallax .wrapper p {
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hero_single.jarallax .wrapper p {
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.hero_single.jarallax video {
    opacity: 1;
}

.hero_single.fullscreen {
    width: 100%;
    height: 100vh;
}

@media (max-width: 767px) {
    .hero_single.fullscreen {
        height: 90vh;
    }
}

.hero_single.fullscreen.video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: -1;
}

a.btn_explore {
    background: #fff;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -30px;
    font-size: 24px;
    font-size: 1.5rem;
    -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;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulseanime 2.5s infinite;
    -webkit-animation: pulseanime 2.5s infinite;
}

a.btn_explore:hover {
    bottom: 30px;
}

@-webkit-keyframes pulseanime {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulseanime {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.form-control {
    padding: 10px;
    height: 42px;
    font-size: 13px;
    /* font-size: 0.875rem; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
}

.form-group {
    position: relative;
}

.bg_color_1 {
    background-color: #fff;
}

.box_1 {
    background-color: #ffffff;
    color: #121921;
    padding: 70px;
    opacity: 0;
    text-align: justify;
}

.box_1 p {
    opacity: 0.8;
}

.box_1 h3 {
    color: #121921;
}

.animated .box_1 {
    animation: color 0.3s ease-in-out;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.call_section {
    background: url(../img/car/banner-search-car.jpg) center center no-repeat
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 30px 0;
}

.box_faq {
    position: relative;
    padding-left: 50px;
}

.box_faq h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

.box_faq i {
    font-size: 36px;
    font-size: 2.25rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}

.custom-select-form .nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 45px;
    line-height: 42px;
}

.custom-select-form .nice-select:hover {
    border-color: #d2d8dd;
}

.custom-select-form .nice-select.open,
.custom-select-form .nice-select:active,
.custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* .custom-select-form select {
display: none;
} */

ul.share-buttons {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 25px 0;
}

ul.share-buttons li {
    display: inline-block;
    margin: 0 5px 5px 5px;
}

ul.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 20px;
    transition: 0.3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500;
}

ul.share-buttons li a:hover {
    color: #fff;
}

ul.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}

ul.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
}

ul.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}

ul.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
}

ul.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}

ul.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
}

ul.share-buttons li i {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    right: 3px;
    top: 2px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    /* width: auto; */
    color: #555;
    padding-top: 2px;
    border: solid 1px #cfd5da;
    width: 100%;
    border-radius: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    /* width: auto; */
    color: #555;
    padding-top: 2px;
}

.nice-select:hover {
    border-color: #8c8c8c;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #dfdfdf;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
    display: none;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
    z-index: 1050 !important;
    min-width: 300px;
    overflow: auto;
    max-height: 350px;
    -webkit-box-shadow: rgb(0 0 0 / 37%) 0 50px 100px,
        rgb(0 0 0 / 22%) 0 5px 50px;
    box-shadow: rgb(0 0 0 / 37%) 0 50px 100px, rgb(0 0 0 / 22%) 0 5px 50px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 100;
    top: 100%;
    left: 0;
    font-size: 13px;
    border: solid 0px #ddd;
    border-top-width: 0;
    border-bottom-color: #ccc;
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select.disabled:after {
    border-color: #ccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    height: auto;
    overflow: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}

#toTop:after {
    content: "\e899";
    font-family: fontello;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

#toTop:hover {
    background-color: #d6191f;
}

.modal-backdrop {
    position: static;
    background-color: transparent;
}

.modal {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

.accordion_2 .card {
    border: 0;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.accordion_2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px;
}

.accordion_2 .card-body {
    padding-bottom: 0;
}

.accordion_2 .card-header h5 {
    font-size: 16px;
    font-size: 1rem;
}

.accordion_2 .card-header h5 a {
    border: 0;
    display: block;
    color: #d6191f;
}

.accordion_2 .card-header h5 a i.indicator {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    float: right;
    color: #d6191f;
}

.card {
    border-radius: 0;
    border: 0;
    margin-bottom: 5px;
}

ul.list_ok {
    list-style: none;
    margin: 25px 0 30px 0;
    padding: 0;
}

ul.list_ok li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

ul.list_ok li:before {
    font-family: ElegantIcons;
    content: "\52";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 32px;
    font-size: 2rem;
    color: #8dc63f;
}

ul.bullets {
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

ul.bullets li {
    position: relative;
    padding-left: 20px;
}

ul.bullets li:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    font-size: 14px;
    font-size: 0.875rem;
    content: "\5c";
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_bottom_75 {
    margin-bottom: 75px;
}

.add_top_10 {
    margin-top: 10px;
}

.add_top_15 {
    margin-top: 15px;
}

.add_top_20 {
    margin-top: 20px;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_60 {
    margin-top: 60px;
}

.more_padding_left {
    padding-left: 40px;
}

.nomargin_top {
    margin-top: 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .margin_80 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
    .margin_80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.margin_80_55 {
    padding-top: 80px !important;
    padding-bottom: 55px !important;
}

@media (max-width: 991px) {
    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .margin_80_55 {
        padding-top: 45px;
        padding-bottom: 15px;
    }
}

.margin_80_0 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .margin_80_0 {
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
    .margin_80_0 {
        padding-top: 45px;
    }
}

.margin_60_0 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .margin_60_0 {
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
    .margin_60_0 {
        padding-top: 45px;
    }
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px;
}

@media (max-width: 991px) {
    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .margin_30_95 {
        padding-top: 5px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .hidden_tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
}

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    /* width: 100%; */
    /* background: #fff; */
}

.block-horizzontal,
.block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.animated .block-horizzontal {
    animation: reveal_left_to_right 1.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #e32c2e;
}

.animated .block-vertical {
    animation: reveal_top_to_bottom 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #e32c2e;
}

.block-reveal img {
    -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;
    opacity: 0;
}

.animated .block-reveal img {
    animation: color 0.5s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes reveal_top_to_bottom {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes color {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
    }
}

#cookie-bar .cb-enable {
    background: #d6191f;
}

#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #e32c2e;
}

#cookie-bar .cb-disable {
    background: #900;
}

#cookie-bar .cb-disable:hover {
    background: #b00;
}

#cookie-bar .cb-policy {
    background: #d6191f;
}

#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #e32c2e;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

@media (max-width: 767px) {
    #cookie-bar {
        padding: 5px 0;
    }
}

#sign-in-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#lang-dialog .mfp-close,
#sign-in-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#lang-dialog .mfp-close:hover,
#sign-in-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b;
}

#sign-in-dialog .mfp-close:before {
    font-size: 24px;
    font-family: ElegantIcons;
    content: "\4d";
}

.small-dialog-header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px;
}

.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

#sign-in-dialog .form-group {
    position: relative;
}

#sign-in-dialog .form-group input.form-control {
    padding-left: 40px;
}

#sign-in-dialog .form-group i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 34px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

#sign-in-dialog .form-group i.icon_lock_alt {
    top: 36px;
}

.my-toggle {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

.my-toggle:focus,
.my-toggle:hover {
    background-color: #eee;
    color: #555;
    outline: transparent;
}

.hideShowPassword-wrapper {
    width: 100% !important;
}

.checkboxes label {
    color: #999;
}

a#forgot {
    color: #999;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
}

#forgot_pw {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 450px;
    display: none;
}

#forgot_pw label {
    font-weight: 500;
}

.sign-in-wrapper {
    position: relative;
    height: 100%;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -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;
    cursor: pointer;
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.twitter:before,
a.social_bt.linkedin:before {
    font-family: ElegantIcons;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff;
}

a.social_bt.facebook {
    background-color: #3b5998;
}

a.social_bt.facebook:before {
    content: "\e093";
}

a.social_bt.google {
    background-color: #dc4e41;
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px;
}

a#forgot {
    position: relative;
    top: -3px;
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #e1e8ed;
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

.mfp-bottom-bar {
    padding: 0 10px !important;
}

.mfp-counter {
    right: 10px !important;
    color: #fff !important;
}

.mfp-bg {
    opacity: 0.8 !important;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    float: right;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

.switchery-small > small {
    height: 20px;
    width: 20px;
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

.switchery-large > small {
    height: 40px;
    width: 40px;
}

.daterangepicker {
    font-family: Poppins, Helvetica, sans-serif !important;
}

@media screen and (min-width: 560px) {
    .daterangepicker {
        width: 490px !important;
    }
    .daterangepicker.single {
        width: auto !important;
    }
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #d6191f;
    border: 0;
}

.drp-selected {
    display: none !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #e32c2e !important;
}

@media screen and (max-width: 600px) {
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        clear: none !important;
        float: none !important;
        margin-right: 0;
    }
}

.daterangepicker {
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}

#modal-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#modal-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#modal-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b;
}

#modal-dialog .mfp-close:before {
    font-size: 24px;
    font-family: ElegantIcons;
    content: "\4d";
}

.margin_tabs {
    margin-top: -97px;
}

@media (max-width: 991px) {
    .margin_tabs {
        margin-top: -68px;
    }
}

@media (max-width: 767px) {
    .margin_tabs {
        margin-top: -50px;
    }
}

.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
    z-index: 5;
}

.tabs nav {
    text-align: center;
    overflow: hidden;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tabs nav ul li {
    margin: 0 -4px 0 0;
    display: block;
    display: inline-block;
    background-color: #54565b;
    width: 22.2%;
    text-align: left;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .tabs nav ul li {
        text-align: center;
    }
}

.tabs nav ul li a {
    padding: 15px 0 15px 51px;
    color: #fff;
    display: block;
    font-size: 21px;
    font-size: 15px;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
}

@media (max-width: 991px) {
    .tabs nav ul li a {
        padding: 15px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.tabs nav ul li a i {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 38px;
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .tabs nav ul li a i {
        display: none;
    }
}

.tabs nav ul li a em {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 991px) {
    .tabs nav ul li a em {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .tabs nav ul li a em {
        display: none;
    }
}

.tabs nav ul li:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    border-radius: 30px 0 0 30px;
    border-right: 2px solid #ddd;
}

.tabs nav ul li:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    border-radius: 0 30px 30px 0;
    border-left: 2px solid #ddd;
}

.tabs nav ul li.tab-current {
    background-color: #d6191f;
    z-index: 100;
}

.tabs nav ul li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav ul li.tab-current a {
    color: #222;
}

.tabs nav ul li.tab-current a i {
    color: #d6191f;
}

.content section {
    padding: 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:after,
.content section:before {
    content: "";
    display: table;
}

.content section.content-current {
    display: block;
}

.content section:after {
    clear: both;
}

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #e2e2e2;
}

.box_pricing {
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

@media (max-width: 767px) {
    .box_pricing {
        padding: 15px;
    }
}

.box_pricing hr {
    margin: 25px -30px;
    border-color: #d2d8dd;
}

@media (max-width: 767px) {
    .box_pricing hr {
        margin: 25px -15px;
    }
}

.box_pricing ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.box_pricing a {
    background-color: #d6191f;
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.box_pricing a:hover {
    background-color: #e32c2e;
}

.box_pricing .price {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
    color: #d6191f;
}

.box_pricing .price sup {
    font-size: 16px;
    font-size: 1rem;
}

.box_pricing .price em {
    font-size: 16px;
    font-size: 1rem;
    color: #555;
    font-weight: 400;
}

.ribbon_tabs {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_tabs span {
    font-size: 10px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon_tabs span.top_selling {
    background: #00dfaa;
}

.ribbon_tabs span.top_selling::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #008a69;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #008a69;
}

.ribbon_tabs span.top_selling::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #008a69;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #008a69;
}

.plans {
    margin: 0 auto 20px;
}

.plans:after,
.plans:before {
    content: "";
    display: table;
}

.plans:after {
    clear: both;
}

.plan {
    margin: 10px 0;
    padding: 20px 20px 30px 20px;
    text-align: center;
    border: solid #d2d8dd;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .plan {
        border-width: 1px;
    }
}

.col-md-4.plan:first-child {
    margin-right: -5px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .col-md-4.plan:first-child {
        margin: 0 0 15px 0;
    }
}

.plan:last-child {
    border-width: 1px;
}

.plan-title {
    position: relative;
    margin: -25px -25px 30px -25px;
    padding: 30px 20px 1px 20px;
    border-bottom: 1px dotted #d2d8dd;
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: #f9f9f9;
    line-height: 1.2;
    color: #777;
}

.plan-title h3 {
    margin-bottom: 0;
}

.plan-tall .plan-title {
    background-color: #d6191f;
    border-bottom: none;
    color: #fff;
}

.plan-tall .plan-title h3 {
    color: #fff;
}

.plan-price {
    margin: 0 auto 15px;
    width: 110px;
    height: 110px;
    line-height: 115px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    background: #777;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}

.plan-price > span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
}

ul.plan-features {
    padding: 0;
    margin: 0 0 20px 0;
}

.plan-features li {
    list-style: none;
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    margin-right: -5px;
    position: relative;
    z-index: 100;
    border: solid #d6191f;
    position: relative;
}

.plan-tall > .plan-price {
    height: 130px;
    width: 130px;
    line-height: 135px;
    font-size: 36px;
    background: #d6191f;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    -ms-border-radius: 130px;
    border-radius: 130px;
}

.plan-tall + .plan {
    border-left: 0;
}

@media (max-width: 991px) {
    .plan-tall + .plan {
        border-left: 1px solid #d2d8dd;
    }
}

#style-switcher {
    background: #fff;
    width: 205px;
    position: fixed;
    top: 205px;
    z-index: 99;
    left: -205px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

#style-switcher div {
    padding: 6px 18px;
}

#style-switcher h6 {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 500;
}

#style-switcher h6 a {
    background-color: #f8f8f8;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 4px 4px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#style-switcher h6 a i {
    position: relative;
    top: 4px;
    color: #333;
}

.colors {
    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px;
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.default {
    background: #d6191f;
}

.aqua {
    background: #1cbbb4;
}

.green_switcher {
    background: #82ca9c;
}

.orange {
    background: #f7941d;
}

.blue {
    background: #004dda;
}

.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
    border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }
}

.beige {
    background: #bea882;
}

.gray {
    background: #555555;
}

.green-2 {
    background: #18a84c;
}

.navy {
    background: #4a5d7d;
}

.peach {
    background: #faaa5d;
}

.purple {
    background: #6449e7;
}

.red {
    background: #f0151f;
}

.violet {
    background: #990099;
}

/********************************CUSTOMIZE-**********************************/

header.header.sticky .main-menu {
    top: 0;
}

header.header.sticky #top_menu {
    top: 0 !important;
}

.plane-rotateicons {
    transform: rotate(-30deg);
}

.plane-rotateicons-2 {
    transform: rotate(30deg);
}

.tabs nav ul li.tab-current a {
    color: #fff;
}

.tabs nav ul li.tab-current i {
    color: #ffffff !important;
}

input.btn_search-clicks {
    background: #d6191f;
    color: #fff;
    border: none;
    padding: 10px 65px;
    float: left;
    margin: 5px;
    border-radius: 5px;
    /* box-shadow: 0 0 56px 0 #d6191f; */
    transition: 0.5s all ease;
}

.guests-selector {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: 0;
    padding-left: 15px;
    /* padding-right: 27px; */
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    color: #555;
    padding-top: 2px;
}

input.btn_search-clicks:hover {
    box-shadow: 0 0 36px 0 #d6191f59;
}

/********BLOG-STYLE*******/

article.blog {
    min-height: 200px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

article.blog figure {
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    article.blog figure {
        height: 250px;
    }
}

@media (max-width: 767px) {
    article.blog figure {
        height: 200px;
    }
}

article.blog figure .preview {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

article.blog figure .preview span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 0.75rem;
    padding: 5px 10px;
}

article.blog figure:hover .preview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

article.blog figure img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.blog figure img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 991px) {
    article.blog figure img {
        height: inherit;
        max-width: 100%;
    }
}

article.blog .post_info {
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

article.blog .post_info small {
    font-weight: 500;
    color: #999;
}

article.blog .post_info h3 {
    font-size: 1.125rem;
}

article.blog .post_info h3 a {
    color: #333;
}

article.blog .post_info h3 a:hover {
    color: #fc5b62;
}

article.blog .post_info ul {
    margin: 0 -30px 0 -30px;
    padding: 10px 15px 0 15px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #ededed;
}

article.blog .post_info ul li {
    display: inline-block;
    position: relative;
    padding: 12px 0 0 55px;
    font-weight: 500;
    font-size: 0.75rem;
    color: #999;
}

article.blog .post_info ul li .thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

article.blog .post_info ul li .thumb img {
    width: 40px;
    height: auto;
}

article.blog .post_info ul li:last-child {
    float: right;
    padding-left: 0;
}

@media (max-width: 991px) {
    article.blog .post_info ul {
        position: static;
        width: auto;
    }
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.alignleft img {
    width: auto;
    height: 80px;
}

.comments-list {
    padding: 0;
    list-style: none;
}

.comments-list h3 {
    font-size: 14px;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.comments-list h3 a {
    color: #333;
}

.comments-list h3 a:hover {
    color: #fc5b62;
}

.comments-list li {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.comments-list li:last-child {
    margin-bottom: 0;
}

.comments-list small {
    color: #999999;
}

.widget-title {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.widget-title h4 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    font-size: 0.9375rem;
}

.widget {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.widget ul.cats {
    list-style: none;
    padding: 0;
}

.widget ul.cats li {
    padding: 0 0 5px 2px;
    position: relative;
}

.widget ul.cats a {
    color: #333;
}

.widget ul.cats a:hover {
    color: #fc5b62;
}

.widget ul.cats a span {
    position: absolute;
    right: 0;
}

.tags a {
    background-color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    margin: 0 0 4px;
    letter-spacing: 0.4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.tags a:hover {
    background-color: #fc5b62;
    color: #fff;
}

.singlepost {
    background-color: #fff;
    padding: 30px 30px 5px 30px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.singlepost h1 {
    font-size: 32px;
    font-size: 2rem;
}

@media (max-width: 767px) {
    .singlepost h1 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.singlepost p {
    line-height: 1.8;
}

.postmeta {
    padding-bottom: 10px;
}

.postmeta ul {
    margin-bottom: 10px;
}

.postmeta ul li {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.postmeta ul li a {
    color: #999;
}

.postmeta ul li a:hover {
    color: #fc5b62;
}

.dropcaps p:first-child::first-letter {
    color: #fff;
    background-color: #0054a6;
    float: left;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    margin: 10px 15px 0 0 !important;
    padding: 12px;
}

#comments {
    padding: 10px 0 0px 0;
    margin-bottom: 30px;
}

#comments ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#comments ul li {
    padding: 25px 0 0 0;
    list-style: none;
}

#comments .replied-to {
    margin-left: 35px;
}

@media (max-width: 767px) {
    #comments .replied-to {
        margin-left: 20px;
    }
}

.avatar {
    float: left;
    margin-right: 25px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

@media (max-width: 767px) {
    .avatar {
        float: none;
        margin: 0 0 5px 0;
    }
}

.avatar img {
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comment_right {
    display: table;
    border: 2px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px 0 20px;
    position: relative;
}

.comment_info {
    padding-bottom: 7px;
}

.comment_info span {
    padding: 0 10px;
}

.box-filter-search {
    background: #ffffffd9;
    padding: 30px 0;
    border-radius: 15px;
    margin: 70px 0 0 0;
}

.main-clicks-tabs {
    background: #ffffff61;
    padding: 25px;
    min-height: 165px;
    background: hsl(0deg 0% 100%);
    padding: 15px;
    border: 0 solid hsla(0, 0%, 100%, 0.2);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 10px 50px rgb(0 0 0 / 20%);
}

ul.nav.nav-tabs.tabs-content-headers {
    border: none;
    margin: 0;
    padding: 11px 0;
}

ul.nav.nav-tabs.tabs-content-headers li a.active {
    background: #fff;
    border-radius: 7px 7px 0 0;
}

ul.nav.nav-tabs.tabs-content-headers li a {
    font-size: 16px;
    margin: 0 8px;
    padding: 30px 20px;
}

.main-clicks-tabs .tab-content {
    background: #fff;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

ul.nav.nav-tabs.tabs-content-headers li a:first-child {
    margin-left: 0;
}

ul.nav.nav-tabs.tabs-content-headers li i {
    font-size: 23px;
    padding: 5px;
}

.clicks-sea button {
    font-size: 14px;
    /* margin: 0 8px; */
    background: #d6191f !important;
    border: none;
    padding: 11px 0;
    color: #fff !important;
    /* width: 100%; */
    height: 50px;
    font-weight: 600;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #f5f5f5;
}

label.label-text-seach {
    color: #000000;
    text-align: left;
    display: block;
    padding: 15px 0 0 8px;
    font-size: 14px;
    font-weight: 600;
}

.btn-search.clicks-sea.text-center button:hover {
    color: #fff;
    background-color: #d6191f;
    border-color: #d6191f;
}

.imetts-bullets-head li {
    padding: 0px 9px;
    margin: 30px 5px 0 0;
}

.imetts-bullets-head {
    border: none;
    padding: 10px 0 15px 0;
    z-index: 9;
}

/* .custom-search-input-2 select {
display: block !important;
} */

a.btn.btn-primary#active-btn {
    /* background-color: #d6191f; */
}

ul#top_menu li a.login:before {
    font-family: "fontello";
    content: "\ea9a";
}

.loginui-drop {
    float: left;
    margin-right: 15px;
}

.loginui-drop button {
    background: transparent;
    color: #d6191f;
    padding: 0;
    /* margin-right: 15px; */
}

.loginui-drop i {
    font-size: 24px;
}

.loginui-drop button:hover {
    border: none !important;
    background: none !important;
    color: #ad9d75 !important;
}

.loginui-drop button:focus {
    border: none !important;
    background: none !important;
    color: #ad9d75 !important;
    box-shadow: none !important;
}

.loginui-drop button:active {
    border: none !important;
    background: none !important;
    color: #ad9d75 !important;
}

.logout-icons-href {
    font-size: 14px;
    padding: 0.25rem 1.5rem;
}

.logout-icons-href i {
    font-size: 14px;
}

span.capitalize {
    text-transform: capitalize;
}

.header_box.version_2 h2 {
    font-size: 18px;
}

.header_box.version_2 h2 i {
    margin: 0 10px 15px 0;
    color: #d6191f;
}

ul.nav.nav-tabs.imetts-bullets-head li {
    /* background: #d6191f; */
    color: #d6191f !important;
    /* border-radius: 25px; */
    /* margin: 0 0 0 20px; */
    font-size: 15px;
    z-index: 99;
}

ul.nav.nav-tabs.imetts-bullets-head li a {
    color: #d6191f;
    font-size: 17px;
}

.custom-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    /* white-space: nowrap; */
    /* width: auto; */
    color: #000;
    padding-top: 2px;
    font-weight: 500;
}

.custom-select:hover {
    border-color: #d2d8dd !important;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #dfdfdf;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
    display: none;
}

.custom-select:after {
    transform: rotate(-135deg);
}

.custom-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
    z-index: 1050 !important;
    min-width: 300px;
    overflow: auto;
    max-height: 350px;
    -webkit-box-shadow: rgb(0 0 0 / 37%) 0 50px 100px,
        rgb(0 0 0 / 22%) 0 5px 50px;
    box-shadow: rgb(0 0 0 / 37%) 0 50px 100px, rgb(0 0 0 / 22%) 0 5px 50px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 100;
    top: 100%;
    left: 0;
    font-size: 13px;
    border: solid 0px #ddd;
    border-top-width: 0;
    border-bottom-color: #ccc;
}

.custom-select.disabled {
    border: solid 1px #e9e9e9;
    color: #999;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ebebeb;
    opacity: 0.4;
}

.custom-select.disabled:after {
    border-color: #ccc;
}

.custom-select.wide {
    width: 100%;
}

.custom-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.custom-select.right {
    float: right;
}

.custom-select.right .list {
    left: auto;
    right: 0;
}

.custom-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.custom-select.small:after {
    height: 4px;
    width: 4px;
}

.custom-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.custom-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    height: auto;
    overflow: auto;
}

.custom-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.custom-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.custom-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.custom-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.custom-select .list::-webkit-scrollbar-corner {
    background-color: transparent;
}

.custom-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s;
}

.custom-select .option.focus,
.custom-select .option.selected.focus,
.custom-select .option:hover {
    background-color: #f6f6f6;
}

.custom-select .option.selected {
    font-weight: 500;
}

.custom-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.custom-select:disabled {
    border: solid 1px #e9e9e9;
    color: #000000;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #adadad;
    opacity: 0.5;
    font-weight: 500;
}

.custom-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #e9e9e9;
}

.imetts-bullets-head li:first-child {
    padding-left: 10px;
}

.liked_item {
    background: #e32c2e !important;
    color: #fff !important;
    border-color: #e32c2e !important;
}
button.btn_1.full-width.outline.wishlist.wish_bt.loading.liked_item:hover {
    border-color: #555;
    color: #555;
    background: #d2d8dd;
}
.fa-2x {
    font-size: 17px;
    margin: 0 3px;
}
.icon-set-search {
    color: #aa9b72;
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 18px;
    z-index: 999;
}
.main-clicks-tabs ul.nav.nav-tabs.tabs-content-headers li a.active {
    color: #54565b;
    font-weight: bold;
}
ul.nav.nav-tabs.imetts-bullets-head li a.active {
    color: #54565b;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
}
ul.nav.nav-tabs.imetts-bullets-head li a:hover {
    color: #54565b;
}
/**********social fixed**************/
#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}
#st-2.st-left {
    left: 0px;
}
#st-2.st-hidden.st-left {
    left: -48px;
}
#st-2.st-hidden {
    width: 96px;
}
#st-2 > div {
    clear: left;
    float: left;
}
#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    line-height: 8px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 8px 4px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 30px;
}
#st-2 .st-btn.st-first {
    border-top: none;
    border-top-right-radius: 20px;
}
#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: 20px;
}
#st-2 .st-btn > svg {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}
#st-2 .st-btn > img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 20px;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
}
#st-2 .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
    line-height: 20px;
}
#st-2 .st-btn.st-hide-label > span {
    display: none !important;
}
#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 48px;
}
#st-2 .st-total.st-hidden {
    display: none;
}
#st-2 .st-total > span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
}
#st-2 .st-total > span.st-shares {
    font-size: 11px;
    line-height: 11px;
}
#st-2 .st-toggle {
    left: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-right-radius: 20px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}
#st-2.st-hidden .st-toggle {
    border-top-right-radius: 20px;
}
#st-2.st-left .st-toggle .st-left {
    display: inline-block;
}
#st-2.st-left.st-hidden .st-toggle .st-left {
    display: none;
}
#st-2.st-left .st-toggle .st-right {
    display: none;
}
#st-2.st-left.st-hidden .st-toggle .st-right {
    display: inline-block;
}
#st-2:hover .st-toggle {
    left: 0;
}
#st-2.st-hidden:hover .st-toggle {
    left: 48px;
}
#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-right-radius: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-right-radius: 20px;
}
#st-2 .st-btn:hover {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
#st-2.st-has-labels .st-btn:hover {
    width: 120px;
}
#st-2:not(.st-has-labels) .st-btn:hover {
    width: 62px;
}
#st-2 .st-btn.st-hide-label:hover {
    width: 62px;
}
#st-2 .st-btn:hover > svg {
    margin-left: 5px;
}
#st-2 .st-btn:hover > img {
    margin-left: 5px;
}
#st-2 .st-btn:hover > span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}
@media (max-width: 1024px) {
    #st-2 .st-btn:hover > svg {
        margin-left: 0;
    }
    #st-2 .st-btn:hover > span {
        display: none;
    }
}
@media (max-width: 1024px) {
    #st-2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }
    #st-2.st-hidden {
        bottom: -48px;
        width: 100%;
    }
    #st-2.st-hidden.st-left {
        left: 0;
    }
    #st-2.st-hidden.st-right {
        right: 0;
    }
    #st-2 > div {
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        clear: none;
        flex: 1;
        float: none;
    }
    #st-2 .st-total {
        background: #fff;
        padding: 6px 8px;
    }
    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
        width: auto;
    }
    #st-2 .st-btn > span {
        display: none;
    }
    #st-2 .st-toggle {
        display: none;
    }
    body {
        padding-bottom: 48px;
    }
}
#st-2 .st-btn[data-network="facebook"] {
    background-color: #4267b2;
}
#st-2 .st-btn[data-network="facebook"] > span {
    color: #fff;
}
#st-2 .st-btn[data-network="twitter"] {
    background-color: #55acee;
}
#st-2 .st-btn[data-network="twitter"] > span {
    color: #fff;
}

#st-2 .st-btn[data-network="googleplus"] {
    background-color: undefined;
}
#st-2 .st-btn[data-network="googleplus"] > span {
    color: #fff;
}
#st-2 .st-btn[data-network="email"] {
    background-color: #7d7d7d;
}
#st-2 .st-btn[data-network="email"] > span {
    color: #fff;
}
#st-2 .st-btn[data-network="sharethis"] {
    background-color: #95d03a;
}
#st-2 .st-btn[data-network="sharethis"] > span {
    color: #fff;
}

#st-2 .st-btn[data-network="messenger"] {
    background-color: #448aff;
}
#st-2 .st-btn[data-network="messenger"] > span {
    color: #fff;
}
#st-2 .st-btn[data-network="snapchat"] > span {
    color: #333;
}
tr.cart-item strong.price.discount-price {
    font-weight: bold !important;
    text-decoration: line-through;
}
.click-cartico strong {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: -15px;
    right: -10px;
    text-align: center;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}
li.selector-enhu a {
    color: #d6191f !important;
    font-size: 12px;
    top: 11px !important;
    position: relative;
}
.modal-dialog.modal-sm.modal-notify.modal-danger {
    margin-top: 15%;
}
a.text-white.bg-blue-700.hover\:bg-blue-800.focus\:ring-4.focus\:ring-blue-300.font-medium.rounded-lg.text-sm.px-5.py-2\.5.text-center.dark\:bg-blue-600.dark\:hover\:bg-blue-700.dark\:focus\:ring-blue-800.add-car {
    background-color: darkslateblue;
    color: #ddd;
}
.box_list P {
    min-height: 90px;
    margin-bottom: 10px;
    font-size: 15px;
}

.mdtimepicker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background-color: rgba(10, 10, 10, 0.65);
    transition: background-color 0.28s ease;
    z-index: 100001;
}
.mdtimepicker.hidden {
    display: none;
}
.mdtimepicker.animate {
    background-color: transparent;
}
.mdtp__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 50%;
    bottom: 20%;
    min-width: 280px;
    opacity: 1;
    outline: none;
    user-select: none;
    border-radius: 4px;
    transform: translateX(-50%) scale(1);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.28s ease, opacity 0.28s ease;
    overflow: hidden;
}
.mdtp__wrapper.animate {
    transform: translateX(-50%) scale(1.05);
    opacity: 0;
}
.mdtp__time_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    padding: 20px 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    background-color: #d6191f;
}
.mdtp__time_holder > span {
    display: inline-block;
    line-height: 48px;
    cursor: default;
}
.mdtp__time_holder > span:not(.mdtp__timedots):not(.mdtp__ampm) {
    cursor: pointer;
    margin: 0 4px;
}
.mdtp__time_holder .mdtp__time_h.active,
.mdtp__time_holder .mdtp__time_m.active {
    color: #fafafa;
}
.mdtp__time_holder .mdtp__ampm {
    font-size: 18px;
}
.mdtp__clock_holder {
    position: relative;
    background-color: #fff;
}
.mdtp__clock_holder .mdtp__clock {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 20px;
    border-radius: 50%;
    background-color: #eee;
}
.mdtp__clock .mdtp__am,
.mdtp__clock .mdtp__pm {
    display: block;
    position: absolute;
    bottom: -8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease, color 0.2s;
    z-index: 3;
}
.mdtp__clock .mdtp__am {
    left: -8px;
}
.mdtp__clock .mdtp__pm {
    right: -8px;
}
.mdtp__clock .mdtp__am:hover,
.mdtp__clock .mdtp__pm:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.mdtp__clock .mdtp__am.active,
.mdtp__clock .mdtp__pm.active {
    color: #fafafa;
    background-color: #54565b;
}
.mdtp__clock .mdtp__clock_dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px;
    background-color: #54565b;
    border-radius: 50%;
}
.mdtp__clock .mdtp__hour_holder,
.mdtp__clock .mdtp__minute_holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    overflow: hidden;
}
.mdtp__clock .mdtp__hour_holder.animate {
    transform: scale(1.2);
    opacity: 0;
}
.mdtp__clock .mdtp__minute_holder.animate {
    transform: scale(0.8);
    opacity: 0;
}
.mdtp__clock .mdtp__hour_holder.hidden,
.mdtp__clock .mdtp__minute_holder.hidden {
    display: none;
}
.mdtp__clock .mdtp__digit {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    margin-top: -16px;
    transform-origin: right center;
    z-index: 1;
}
.mdtp__clock .mdtp__digit.inner--digit {
    width: 36%;
    left: 14%;
    z-index: 2;
}
.mdtp__clock .mdtp__digit span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.28s, color 0.14s;
}
.mdtp__digit.active span,
.mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
    background-color: #54565b !important;
    color: #fff;
    z-index: 2;
}
.mdtp__digit.digit--disabled span {
    color: rgb(200, 200, 200);
    cursor: not-allowed;
    background-color: transparent !important;
}
.mdtp__digit.active:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #54565b;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit {
    font-size: 13px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) {
    margin-top: -6px;
    height: 12px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker).active:before {
    width: calc(100% - 26px);
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-left: 14px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker {
    margin-top: -12px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker.active:before {
    width: calc(100% - 34px);
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}
.mdtp__digit.rotate--15 {
    transform: rotate(-15deg);
}
.mdtp__digit.rotate--15 span {
    transform: rotate(15deg);
}
.mdtp__digit.rotate-6 {
    transform: rotate(6deg);
}
.mdtp__digit.rotate-6 span {
    transform: rotate(-6deg);
}
.mdtp__digit.rotate-12 {
    transform: rotate(12deg);
}
.mdtp__digit.rotate-12 span {
    transform: rotate(-12deg);
}
.mdtp__digit.rotate-15 {
    transform: rotate(15deg);
}
.mdtp__digit.rotate-15 span {
    transform: rotate(-15deg);
}
.mdtp__digit.rotate-18 {
    transform: rotate(18deg);
}
.mdtp__digit.rotate-18 span {
    transform: rotate(-18deg);
}
.mdtp__digit.rotate-24 {
    transform: rotate(24deg);
}
.mdtp__digit.rotate-24 span {
    transform: rotate(-24deg);
}
.mdtp__digit.rotate-30 {
    transform: rotate(30deg);
}
.mdtp__digit.rotate-30 span {
    transform: rotate(-30deg);
}
.mdtp__digit.rotate-36 {
    transform: rotate(36deg);
}
.mdtp__digit.rotate-36 span {
    transform: rotate(-36deg);
}
.mdtp__digit.rotate-42 {
    transform: rotate(42deg);
}
.mdtp__digit.rotate-42 span {
    transform: rotate(-42deg);
}
.mdtp__digit.rotate-45 {
    transform: rotate(45deg);
}
.mdtp__digit.rotate-45 span {
    transform: rotate(-45deg);
}
.mdtp__digit.rotate-48 {
    transform: rotate(48deg);
}
.mdtp__digit.rotate-48 span {
    transform: rotate(-48deg);
}
.mdtp__digit.rotate-54 {
    transform: rotate(54deg);
}
.mdtp__digit.rotate-54 span {
    transform: rotate(-54deg);
}
.mdtp__digit.rotate-60 {
    transform: rotate(60deg);
}
.mdtp__digit.rotate-60 span {
    transform: rotate(-60deg);
}
.mdtp__digit.rotate-66 {
    transform: rotate(66deg);
}
.mdtp__digit.rotate-66 span {
    transform: rotate(-66deg);
}
.mdtp__digit.rotate-72 {
    transform: rotate(72deg);
}
.mdtp__digit.rotate-72 span {
    transform: rotate(-72deg);
}
.mdtp__digit.rotate-75 {
    transform: rotate(75deg);
}
.mdtp__digit.rotate-75 span {
    transform: rotate(-75deg);
}
.mdtp__digit.rotate-78 {
    transform: rotate(78deg);
}
.mdtp__digit.rotate-78 span {
    transform: rotate(-78deg);
}
.mdtp__digit.rotate-84 {
    transform: rotate(84deg);
}
.mdtp__digit.rotate-84 span {
    transform: rotate(-84deg);
}
.mdtp__digit.rotate-90 {
    transform: rotate(90deg);
}
.mdtp__digit.rotate-90 span {
    transform: rotate(-90deg);
}
.mdtp__digit.rotate-96 {
    transform: rotate(96deg);
}
.mdtp__digit.rotate-96 span {
    transform: rotate(-96deg);
}
.mdtp__digit.rotate-102 {
    transform: rotate(102deg);
}
.mdtp__digit.rotate-102 span {
    transform: rotate(-102deg);
}
.mdtp__digit.rotate-105 {
    transform: rotate(105deg);
}
.mdtp__digit.rotate-105 span {
    transform: rotate(-105deg);
}
.mdtp__digit.rotate-108 {
    transform: rotate(108deg);
}
.mdtp__digit.rotate-108 span {
    transform: rotate(-108deg);
}
.mdtp__digit.rotate-114 {
    transform: rotate(114deg);
}
.mdtp__digit.rotate-114 span {
    transform: rotate(-114deg);
}
.mdtp__digit.rotate-120 {
    transform: rotate(120deg);
}
.mdtp__digit.rotate-120 span {
    transform: rotate(-120deg);
}
.mdtp__digit.rotate-126 {
    transform: rotate(126deg);
}
.mdtp__digit.rotate-126 span {
    transform: rotate(-126deg);
}
.mdtp__digit.rotate-132 {
    transform: rotate(132deg);
}
.mdtp__digit.rotate-132 span {
    transform: rotate(-132deg);
}
.mdtp__digit.rotate-135 {
    transform: rotate(135deg);
}
.mdtp__digit.rotate-135 span {
    transform: rotate(-135deg);
}
.mdtp__digit.rotate-138 {
    transform: rotate(138deg);
}
.mdtp__digit.rotate-138 span {
    transform: rotate(-138deg);
}
.mdtp__digit.rotate-144 {
    transform: rotate(144deg);
}
.mdtp__digit.rotate-144 span {
    transform: rotate(-144deg);
}
.mdtp__digit.rotate-150 {
    transform: rotate(150deg);
}
.mdtp__digit.rotate-150 span {
    transform: rotate(-150deg);
}
.mdtp__digit.rotate-156 {
    transform: rotate(156deg);
}
.mdtp__digit.rotate-156 span {
    transform: rotate(-156deg);
}
.mdtp__digit.rotate-162 {
    transform: rotate(162deg);
}
.mdtp__digit.rotate-162 span {
    transform: rotate(-162deg);
}
.mdtp__digit.rotate-165 {
    transform: rotate(165deg);
}
.mdtp__digit.rotate-165 span {
    transform: rotate(-165deg);
}
.mdtp__digit.rotate-168 {
    transform: rotate(168deg);
}
.mdtp__digit.rotate-168 span {
    transform: rotate(-168deg);
}
.mdtp__digit.rotate-174 {
    transform: rotate(174deg);
}
.mdtp__digit.rotate-174 span {
    transform: rotate(-174deg);
}
.mdtp__digit.rotate-180 {
    transform: rotate(180deg);
}
.mdtp__digit.rotate-180 span {
    transform: rotate(-180deg);
}
.mdtp__digit.rotate-186 {
    transform: rotate(186deg);
}
.mdtp__digit.rotate-186 span {
    transform: rotate(-186deg);
}
.mdtp__digit.rotate-192 {
    transform: rotate(192deg);
}
.mdtp__digit.rotate-192 span {
    transform: rotate(-192deg);
}
.mdtp__digit.rotate-195 {
    transform: rotate(195deg);
}
.mdtp__digit.rotate-195 span {
    transform: rotate(-195deg);
}
.mdtp__digit.rotate-198 {
    transform: rotate(198deg);
}
.mdtp__digit.rotate-198 span {
    transform: rotate(-198deg);
}
.mdtp__digit.rotate-204 {
    transform: rotate(204deg);
}
.mdtp__digit.rotate-204 span {
    transform: rotate(-204deg);
}
.mdtp__digit.rotate-210 {
    transform: rotate(210deg);
}
.mdtp__digit.rotate-210 span {
    transform: rotate(-210deg);
}
.mdtp__digit.rotate-216 {
    transform: rotate(216deg);
}
.mdtp__digit.rotate-216 span {
    transform: rotate(-216deg);
}
.mdtp__digit.rotate-222 {
    transform: rotate(222deg);
}
.mdtp__digit.rotate-222 span {
    transform: rotate(-222deg);
}
.mdtp__digit.rotate-225 {
    transform: rotate(225deg);
}
.mdtp__digit.rotate-225 span {
    transform: rotate(-225deg);
}
.mdtp__digit.rotate-228 {
    transform: rotate(228deg);
}
.mdtp__digit.rotate-228 span {
    transform: rotate(-228deg);
}
.mdtp__digit.rotate-234 {
    transform: rotate(234deg);
}
.mdtp__digit.rotate-234 span {
    transform: rotate(-234deg);
}
.mdtp__digit.rotate-240 {
    transform: rotate(240deg);
}
.mdtp__digit.rotate-240 span {
    transform: rotate(-240deg);
}
.mdtp__digit.rotate-246 {
    transform: rotate(246deg);
}
.mdtp__digit.rotate-246 span {
    transform: rotate(-246deg);
}
.mdtp__digit.rotate-252 {
    transform: rotate(252deg);
}
.mdtp__digit.rotate-252 span {
    transform: rotate(-252deg);
}
.mdtp__digit.rotate-255 {
    transform: rotate(255deg);
}
.mdtp__digit.rotate-255 span {
    transform: rotate(-255deg);
}
.mdtp__digit.rotate-258 {
    transform: rotate(258deg);
}
.mdtp__digit.rotate-258 span {
    transform: rotate(-258deg);
}
.mdtp__digit.rotate-264 {
    transform: rotate(264deg);
}
.mdtp__digit.rotate-264 span {
    transform: rotate(-264deg);
}
.mdtp__digit.rotate-270 {
    transform: rotate(270deg);
}
.mdtp__digit.rotate-270 span {
    transform: rotate(-270deg);
}
.mdtp__digit.rotate-276 {
    transform: rotate(276deg);
}
.mdtp__digit.rotate-276 span {
    transform: rotate(-276deg);
}
.mdtp__digit.rotate-282 {
    transform: rotate(282deg);
}
.mdtp__digit.rotate-282 span {
    transform: rotate(-282deg);
}
.mdtp__digit.rotate-285 {
    transform: rotate(285deg);
}
.mdtp__digit.rotate-285 span {
    transform: rotate(-285deg);
}
.mdtp__digit.rotate-288 {
    transform: rotate(288deg);
}
.mdtp__digit.rotate-288 span {
    transform: rotate(-288deg);
}
.mdtp__digit.rotate-294 {
    transform: rotate(294deg);
}
.mdtp__digit.rotate-294 span {
    transform: rotate(-294deg);
}
.mdtp__digit.rotate-300 {
    transform: rotate(300deg);
}
.mdtp__digit.rotate-300 span {
    transform: rotate(-300deg);
}
.mdtp__digit.rotate-306 {
    transform: rotate(306deg);
}
.mdtp__digit.rotate-306 span {
    transform: rotate(-306deg);
}
.mdtp__digit.rotate-312 {
    transform: rotate(312deg);
}
.mdtp__digit.rotate-312 span {
    transform: rotate(-312deg);
}
.mdtp__digit.rotate-315 {
    transform: rotate(315deg);
}
.mdtp__digit.rotate-315 span {
    transform: rotate(-315deg);
}
.mdtp__digit.rotate-318 {
    transform: rotate(318deg);
}
.mdtp__digit.rotate-318 span {
    transform: rotate(-318deg);
}
.mdtp__digit.rotate-324 {
    transform: rotate(324deg);
}
.mdtp__digit.rotate-324 span {
    transform: rotate(-324deg);
}
.mdtp__digit.rotate-330 {
    transform: rotate(330deg);
}
.mdtp__digit.rotate-330 span {
    transform: rotate(-330deg);
}
.mdtp__digit.rotate-336 {
    transform: rotate(336deg);
}
.mdtp__digit.rotate-336 span {
    transform: rotate(-336deg);
}
.mdtp__digit.rotate-342 {
    transform: rotate(342deg);
}
.mdtp__digit.rotate-342 span {
    transform: rotate(-342deg);
}
.mdtp__digit.rotate-348 {
    transform: rotate(348deg);
}
.mdtp__digit.rotate-348 span {
    transform: rotate(-348deg);
}
.mdtp__digit.rotate-354 {
    transform: rotate(354deg);
}
.mdtp__digit.rotate-354 span {
    transform: rotate(-354deg);
}
.mdtp__digit.rotate-360 {
    transform: rotate(360deg);
}
.mdtp__digit.rotate-360 span {
    transform: rotate(-360deg);
}
.mdtp__buttons {
    padding: 0 10px 10px;
    text-align: right;
}
.mdtp__buttons:after {
    content: "";
    display: block;
    clear: both;
}
.mdtp__button {
    display: inline-block;
    padding: 0 16px;
    min-width: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    color: #d6191f;
    border-radius: 4px;
    transition: background-color 0.2s linear;
}
.mdtp__button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.mdtp__button:active {
    background-color: rgba(0, 0, 0, 0.2);
}
.mdtp__button.clear-btn {
    float: left;
    color: #ef5350 !important;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__time_holder {
    background-color: #d6191f;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__pm.active {
    background-color: #54565b;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__clock_dot {
    background-color: #54565b;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="blue"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #54565b !important;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active:before {
    background-color: #54565b;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__button {
    color: #d6191f;
}
.mdtp__wrapper[data-theme="red"] .mdtp__time_holder {
    background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__pm.active {
    background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__clock_dot {
    background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="red"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #c62828 !important;
}
.mdtp__wrapper[data-theme="red"] .mdtp__digit.active:before {
    background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__button {
    color: #c62828;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__time_holder {
    background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__pm.active {
    background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__clock_dot {
    background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="purple"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #6a1b9a !important;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active:before {
    background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__button {
    color: #6a1b9a;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__time_holder {
    background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__pm.active {
    background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__clock_dot {
    background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="indigo"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #283593 !important;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active:before {
    background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__button {
    color: #283593;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__time_holder {
    background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__pm.active {
    background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__clock_dot {
    background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="teal"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #00695c !important;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active:before {
    background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__button {
    color: #00695c;
}
.mdtp__wrapper[data-theme="green"] .mdtp__time_holder {
    background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__pm.active {
    background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__clock_dot {
    background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="green"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled)
    span:hover {
    background-color: #2e7d32 !important;
}
.mdtp__wrapper[data-theme="green"] .mdtp__digit.active:before {
    background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__button {
    color: #2e7d32;
}
.mdtp__wrapper[data-theme="dark"] .mdtp__time_holder {
    background-color: #121212;
}
.mdtp__wrapper[data-theme="dark"] .mdtp__clock_holder {
    background-color: rgb(29, 29, 29);
}
.mdtp__wrapper[data-theme="dark"] .mdtp__clock_holder .mdtp__clock {
    background-color: rgb(24, 24, 24);
}
.mdtp__wrapper[data-theme="dark"]
    .mdtp__clock
    .mdtp__digit:not(.digit--disabled) {
    color: rgba(255, 255, 255, 0.87);
}
.mdtp__wrapper[data-theme="dark"]
    .mdtp__clock
    .mdtp__digit.digit--disabled
    span {
    color: rgba(100, 100, 100, 0.87);
}
.mdtp__wrapper[data-theme="dark"] .mdtp__clock .mdtp__am:not(.active),
.mdtp__wrapper[data-theme="dark"] .mdtp__clock .mdtp__pm:not(.active) {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(200, 200, 200, 0.05);
}
.mdtp__wrapper[data-theme="dark"] .mdtp__button {
    color: #42a5f5;
}
.mdtp__wrapper[data-theme="dark"] .mdtp__button:hover {
    background-color: rgba(255, 255, 255, 0.04);
}
.mdtp__wrapper[data-theme="dark"] .mdtp__button:active {
    background-color: rgba(255, 255, 255, 0.1);
}
@media (max-height: 360px) {
    .mdtp__wrapper {
        flex-direction: row;
        bottom: 8px;
    }
    .mdtp__time_holder {
        width: 160px;
        padding: 20px;
    }
    .mdtp__clock .mdtp__am,
    .mdtp__clock .mdtp__pm {
        bottom: -4px;
    }
    .mdtp__clock .mdtp__am {
        left: -4px;
    }
    .mdtp__clock .mdtp__pm {
        right: -4px;
    }
}
@media (max-height: 320px) {
    .mdtp__wrapper {
        bottom: 0;
    }
}
.time-div {
    border: 1px solid black;
    border-radius: 4px;
    display: flex;
}
.time-input {
    border: none;
}

.w-50 {
    width: 50%;
}
.w-1 {
    width: 100%;
}

.detailspage-inside .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding-bottom: 25px;
}

.car-inc-img-popup img {
    width: 160px;
    padding: 15px 0;
}

.col-text-popup p {
    margin: 0;
    text-align: left;
}

.col-text-popup {
    text-align: left;
}

.col-text-popup .font-bold {
    font-weight: bold;
    font-size: 18px;
}

.col-text-popup .model-price {
    font-weight: 500;
    padding: 10px 0;
    font-size: 16px;
    color: #871a56;
}
.popup-svg-image svg {
    width: 50px;
    display: block;
    margin: 10px auto !important;
    text-align: center;
    padding: 0;
    color: #d6191f;
}

.main-detail-page-slides {
    height: 320px;
}

.accordion_2 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.clicks-sea.popup-search button {
    font-size: 13px;
    margin: 10px 5px;
    background: #d6191f !important;
    border: none;
    padding: 11px 0;
    color: #fff !important;
    height: 41px;
    display: inline-block;
    width: auto;
    padding: 0 10px;
}

.steps-wizard {
    background: #f3f3f3;
    margin: 0 0 15px 0;
    padding: 10px 0;
}
.booking-history-manager ul li {
    margin: 13px 15px 15px 0;
}

.booking-history-manager ul li.active a {
    background: #d6191f;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

a.btn.btn-xs.btn-primary.btn-info-booking {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 3px 12px;
    transition: background 0.2s, color 0.2s;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    float: left;
}

a.btn.btn-xs.btn-primary.btn-info-booking svg {
    text-align: center;
}

div#section-mybookings h2 {
    font-size: 18px;
    font-weight: 450;
}

ul.nav.nav-tabs.imetts-bullets-head.profile li:first-child {
    padding-left: 0;
}

ul.nav.nav-tabs.imetts-bullets-head.profile li a.active {
    background: #d6191f;
    padding: 3px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.loader {
    border: 4px solid #d6191f;
    border-radius: 50%;
    border-top: 4px solid #d6191f;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.media-notification {
    color: gray !important;
}
.media-notification-black {
    color: white !important;
}
.error {
    color: wheat;
    background-color: #4267b2;
}
.error-input {
    border: 2px solid #ff0000 !important;
    background: #e0e0e0 !important;
}
.thumb-logo {
    /* width: 200px !important; */
}
.thumb-img {
    width: 233px !important;
}
.news-main-img {
    width: 14rem !important;
}

.notifications {
    list-style: none;
    padding: 0;
}

.notification {
    display: block;
    padding: 9.6px 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #fff;
    color: #333333;
    text-decoration: none;
    margin: 0 !important;
    padding-right: 15px;
    width: 100%;
    display: block;
}

.notification:last-child {
    border-bottom: 0;
}

.notification:hover,
.notification.active:hover {
    background-color: #f9f9f9;
    border-color: #eeeeee;
    margin: 0 !important;
    line-height: 1;
    /* padding-right: 15px; */
    width: 100%;
}

.notification.active {
    background-color: #f4f4f4;
}

.active .markAsRead {
    font-weight: bold;
}

a.notification:hover {
    text-decoration: none;
}

.notification-title {
    font-size: 15px;
    margin-bottom: 0;
}

.notification-desc {
    margin-bottom: 0;
}

.notification-meta {
    color: #777777;
}

.dropdown-notifications > .dropdown-container,
.dropdown-notifications > .dropdown-menu {
    width: 450px;
    max-width: 450px;
}

.dropdown-notifications .dropdown-menu {
    padding: 0;
}

.dropdown-notifications .dropdown-toolbar,
.dropdown-notifications .dropdown-footer {
    padding: 14.6px 12px;
    clear: both;
    width: 100%;
    display: block;
    background: #d6191f !important;
    color: #fff !important;
}

.dropdown-notifications .dropdown-toolbar {
    background: #d6191f;
}

.dropdown-notifications .dropdown-footer {
    background: #f8f8f8;
}
.dropdown-notifications .media-object {
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 50%;
    /* padding: 7px; */
}
.notification-icon {
    position: absolute;
    top: 5px;
    left: 30px;
    min-width: 15px;
}

.notification .media-body {
    padding-top: 5.6px;
    font-weight: 500;
}

.btn-lg .notification-icon:after {
    margin-left: -8.253px;
    margin-top: -8.253px;
    min-width: 16.506px;
    height: 16.506px;
    line-height: 16.506px;
    font-size: 13.755px;
}

.btn-xs .notification-icon:after {
    content: "";
    margin-left: -4.1265px;
    margin-top: -2.06325px;
    min-width: 6.25227273px;
    height: 6.25227273px;
    line-height: 6.25227273px;
    padding: 0;
}

.btn-xs .notification-icon {
    margin-right: 3.43875px;
}
.dropdown-notifications .media-object img {
    /* width: 40px; */
    /* float: left; */
    height: 40px;
    border-radius: 50%;
    padding: 7px;
}

h3.dropdown-toolbar-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    margin: 0;
}

.dropdown-toolbar-actions {
    font-size: 15px;
    float: left;
}
a.markAllAsRead {
    color: #fff;
}
a.markAllAsRead:hover {
    color: #efefef !important;
}
.search-arrival {
    display: contents;
}
.panel-dropdown-content.active {
    opacity: 1 !important;
    visibility: visible !important;
}
.loading-wasem {
    opacity: 0.5;
    pointer-events: none;
}
.empty-cart {
    text-align: center;
    height: 18rem;
    position: relative;
    background-color: #fbfbfb;
}
.empty-cart-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-box > ul {
    list-style: initial !important;
}
ul.nav.nav-tabs.tabs-content-headers li i:first-child {
    padding-left: 0;
}
.badge-danger {
    color: #fff;
    background-color: #d6191f;
}
span.sperad-lists {
    font-size: 20px;
    text-align: center;
    margin: 5px;
}

span.sperad-lists.fa-xmark {
    color: #d6191f;
}
span.sperad-lists.fa-check {
    color: #afa078;
}
.listing-after-search img {
    /* height: 70px !important; */
}

.listing-after-search.box_list .wrapper {
    min-height: auto;
    padding: 15px 0 35px 10px;
}

ul.included-service {
    float: left;
}
.book-explore button {
    float: left;
    display: inline-block;
    width: 90px;
    color: beige;
    padding: 0;
    margin: 0 10px 0 0 !important;
    /* margin-top: 0; */
}

.book-explore {
    float: right;
    position: relative;
}

.listing-after-search.box_list figure {
    min-height: 150px;
}

.listing-after-search {
    min-height: 150px;
    /* border-radius: 10px; */
}
.w-10.text-xs.text-gray-600 {
    font-size: 47px;
    position: absolute;
    right: 10px;
    opacity: 0.2;
    font-weight: 600;
    top: -23px;
    color: #d6191f;
}
.car-inc-img-popup {
    border: solid 1px #f1f1f1;
    box-shadow: 0 0 5px #e7e7e791;
    border-radius: 8px;
}
h2.mb-4.text-2xl.font-bold.text-center.text-gray-800 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.thumbnail-imgs-main {
    width: 20px;
    height: 7rem;
}
.trip-ideas-imgs {
    width: 10rem !important;
    height: 8.5rem;
}
.trip-ideas-contant {
    display: flex;
    gap: 30px;
}
td.options i.icon-trash {
    font-size: 22px;
    color: #54565b;
}

footer ul li a i {
    color: #d6191f;
}
.table.cart-list td .thumb_cart {
    margin: 9px 0px;
    box-shadow: 0 0 7px #2d2d2d;
}
i.pe-7s-plane.plane-rotateicons {
    transform: rotate(90deg);
}

.number_of_cars {
    display: flex;
}
#invoice-print-zone {
    margin-top: 10rem !important;
}

.assign-as-leader {
    padding: 25px 0 7px 0;
    clear: both;
    font-size: 15px;
    font-weight: 400;
    color: #d6191f;
}
.cart2-forms {
}

.form-group.cart2-forms {
    margin: 10px 0;
}

.class-btn-pass {
    background: #ededed !important;
    color: #000;
}

.class-btn-pass#active-btn {
    color: #fff;
    background: #d6191f !important;
}
.class-btn-pass.active-btn-in {
    color: #fff;
    background: #d6191f !important;
}
div#section-meettransfer .alert-dark {
    width: 470px;
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    color: #d6191f;
    font-weight: bold;
    margin: -55px -35px;
    text-align: right;
    width: 1140px;
    z-index: 0;
}

.dropcaps ul li {
    list-style: disc;
}
.change-card {
    width: 22rem !important;
    text-align: center;
}
.change-modal-body {
    display: grid;
    grid-template-columns: auto auto;
}
.canceled-services {
    opacity: 0.56;
}

/**************************************************/

div#section-meettransfer .alert-dark,
div#section-meetinarrival .alert-dark {
    width: 470px;
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    color: #d6191f;
    font-weight: bold;
    margin: -55px -35px;
    text-align: right;
    width: 1140px;
    z-index: 0;
}
.w-40 {
    width: 40%;
}
.alert-dark-details {
    width: 470px;
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    color: #d6191f;
    font-weight: bold;
    margin: -55px -35px;
    text-align: right;
    width: 1140px;
    z-index: 0;
}
.panel-dropdown-content {
    width: 300px !important;
}
.qty_total {
    background-color: inherit !important;
}
.full-width-inhert {
    width: 100% !important;
}
.full-width-inhert * {
    width: inherit !important;
}
.line-through {
    text-decoration: line-through !important;
}

.m-r-15 {
    margin-right: 15px;
}
.cell-1-booking-items {
    border-collapse: separate;
    border-spacing: 0 4em;
    background: #fff;
    border-bottom: 5px solid transparent;
    background-clip: padding-box;
}

.thead-booking-items {
    background: #dddcdc;
}
.flex.direction-col {
    display: flex;
    flex-direction: column;
}
.total_cart {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 20px -25px;
    padding: 0 25px 15px 25px;
    line-height: 1;
}

.total_cart span {
    font-weight: 600;
}
button.swal2-confirm.swal2-styled {
    background: #d6191f !important;
    padding: 5px 20px;
}
button.swal2-deny.swal2-styled {
    background: #d6191f !important;
}
.text-Services {
    color: #d6191f;
    text-align: center;
}

.folded-corner:hover .text-Services,
.folded-corner.active .text-Services {
    visibility: visible;
    color: #ffffff;
}

.Services-tab {
    margin-top: 25px;
}

.folded-corner {
    padding: 50px 20px 30px 20px;
    position: relative;
    font-size: 100%;
    text-decoration: none;
    color: #999;
    background: transparent;
    transition: all ease 0.5s;
    border: 1px solid #d6191f;
    border-radius: 8px;
}

.folded-corner:hover,
.folded-corner.active {
    background-color: #d6191f;
    color: #fff;
}

.folded-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0px 0px 0;
    border-color: #ddd #000;
    transition: all ease 0.3s;
}

.folded-corner:hover:before,
.folded-corner.active:before {
    background-color: #d00003;
    border-width: 0 50px 50px 0;
    border-color: #c3c3c3 #fff;
}

.service_tab_1 {
    background-color: #fff;
}

.service_tab_1:hover .fa-icon-image,
.service_tab_1.active .fa-icon-image {
    color: #fff;
    transform: scale(1.5);
}

.fa-icon-image {
    color: #d6191f;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all 0.65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(0.99, 0.82, 0.11, 1.41);
    font-size: 32px;
}

.filter_type ul li input {
    float: right;
    border: solid 1px #ccc;
}
span.discount-price.line-through.m-r-15 {
    font-size: 14px;
    position: absolute;
    color: #d6191f;
    right: -25px;
    margin-bottom: 30px;
}

.price small {
    margin: 0 0 0 4px;
}
.small-img {
    width: 60px !important;
}
div#data-container * {
    font-size: 12px;
}

.dropdown-user .dropdown-menu ul li a i {
    font-size: 10px;
    color: #d6191f;
}

.bloglist.singlepost img {
    width: 100%;
}
input.btn_search.btn.btn-danger {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 30px 0 0 0;
}
.hidden {
    display: none !important;
}

.class-btn-pass {
    margin: 4px;
}
.swal2-popup .swal2-actions {
    margin: 0;
}

.swal2-popup .swal2-title {
    margin: 0;
}

.swal2-icon.swal2-error {
    border-color: #7c7c7c !important;
    color: #d6191f !important;
    margin: 5px auto;
    font-size: 5px;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: #d6191f !important;
}

.swal2-html-container {
    margin: 5px 0 30px 0;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    border-radius: 10px;
}

#filters_col .btn_search {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 5px;
}
.box-filter-search h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

ul.included-service li {
    float: left;
    margin: 20px 5px 0 0;
}

ul.included-service li:first-child {
    padding-right: 12px;
}
i.fa-duotone.fa-cars {
}

.classic-icon-ups {
    position: relative;
    margin-top: 0;
    text-align: center;
}

.classic-icon-ups i {
    font-size: 25px;
    color: #54565b;
}
.explore-service-inner figure {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 15px;
    border: solid 1px #f1f1f1;
    box-shadow: 0 0 5px #e7e7e791;
    border-radius: 8px;
}
.wrapper .service-item {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    margin: 0 25px 0 0;
    float: left;
    color: #686868;
}

.wrapper .service-item span {
    font-size: 15px;
    font-weight: 550;
    color: #d6191f;
}
.alert-warning.car-contain {
    background: transparent;
    padding: 0;
    border: none;
    color: red;
    text-align: left;
    font-weight: 500;
}
.change-drop-locations-pop {
    display: block;
    position: relative;
    margin-top: -15px;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 21px;
}
.change-drop-locations-pop button {
    background: transparent !important;
    color: #d6191f;
    padding: 0 !important;
    margin: 0;
    text-transform: capitalize;
}
.change-drop-locations-pop button:hover {
    color: #54565b;
}
.change-drop-locations-pop select {
    padding: 0;
    line-height: 0;
    margin: 0;
    height: 30px;
    border: solid 1px #54565b;
}
.qty-passeo {
    width: 240px;
    margin: 25px 0 0 0;
}

.text-price.item-price {
    font-size: 20px;
    color: #d6191f;
    font-weight: 700;
}
.error-sign-up {
    font-weight: bold;
    color: #d8000c;
    background-color: #ffccba;
    margin: 10px 0px;
    padding: 5px 0px;
}
.mt-200 {
    margin-top: 200px;
}
.load-more-btns {
}
.load-more-btns button,
.load-more-btns a {
    width: 100px;
}
.service-image-details {
    /* width: 250px; */
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 2px #ccc;
    margin: 15px 0;
}
td.booking-history-type.flex.direction-col button {
    margin: 5px 0;
    padding: 5px 0;
}
.modal-dialog.modal-dialog-centered.modal-lg.change-modal {
    max-width: 75%;
}
.btn-danger-ws {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
.danger-text * {
    color: red !important;
}
.pass-text * {
    color: green !important;
}
.car-service-details-icons {
    display: flex;
    margin-top: 50px;
}
.service-header-section {
    height: 320px !important;
}
.lounge-header-section {
    height: 540px !important;
}
.change-btn {
    width: 90%;
    margin-top: 15%;
}

.tops-header {
    position: absolute;
    width: 100%;
    background: #ffffff;
    right: 0;
    top: 0;
    padding: 2px 240px;
    z-index: 1;
    border-bottom: solid 1px #ebebeb;
}

.tops-header ul {
    float: right;
}

.tops-header ul li {
    float: left;
    padding: 5px 0;
}

.tops-header ul a {
    padding-left: 20px;
    color: #787878;
}
header.header.sticky .tops-header {
    display: none !important;
}
.tops-header .dropdown ul li:last-child a {
    /*padding-left: 4px;*/
}

.page-link {
    color: #54565b;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #54565b;
    border-color: #54565b;
}
.inline-block {
    display: inline-block !important;
}
.book-btn {
    padding: 5px 15px !important;
    margin: 10px 0 0 0 !important;
    width: 7rem !important;
    /* text-align: right !important; */
}
.action-btns {
    text-align: right;
    float: right;
}
.item-pricing {
    font-size: 20px;
}

.modal-price {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.new-schedule {
    color: #d6191f;
}
.bravo_apply_wallet {
    border: none;
    /* background: #fff;
    color: #d6191f;*/
    font-size: large;
    font-weight: 700;
    padding: 0px 15px !important;
    transition: ease-out 0.5s;
}
.bravo_apply_wallet:hover {
    border: #121212;
    background: #d6191f;
    color: #fff;
    border-radius: 4%;
    transition: ease-in 0.3s;
}
.payment-img {
    width: 8rem;
}
.site_footer_text {
    width: 470px;
    word-wrap: break-word;
}
.modal-open .header.mm-slideout {
    display: none;
}
.m-15 {
    margin: 15px;
}

a.book-clicakable-link {
    display: inline-block;
    width: 110px;
    float: right;
    margin-top: 17px;
}

ul.cart_details li span {
    font-weight: 600;
    color: #000000;
    font-size: 15px;
}

ul.cart_details li {
    font-weight: 500;
    color: #6f6f6f;
}
.booked-succe-im {
    background: url(../img/0000/1/2022/06/06/petra-location.jpg);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 55px;
    text-align: center;
    top: 0;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    right: 0;
}

.booked-succe-textor {
    background-color: #fff;
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.sucess-book-pops {
    overflow: hidden;
    border-radius: 10px;
}

.booked-succe-im::before {
    background: #ffffff9c;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
}

.booked-succe-im h1 {
    z-index: 999;
    font-weight: bold;
    position: relative;
    font-size: 29px;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 5px 13px #000;
}

.booked-succe-textor span {
    display: block;
    color: #d6191f;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.booked-succe-textor.model-price {
    text-align: center;
    display: block;
    margin: 0 !important;
}

.booked-succe-textor.model-price.service-item {
    margin: 0;
    display: block;
    text-align: center;
}

.booked-succe-textor .wrapper .service-item {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 15px;
}

.booked-succe-textor .wrapper .service-item span {
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 20px 0;
    display: block;
}

.booked-succe-textor a.add-car,
.booked-succe-textor a.add-lounge,
.booked-succe-textor a.add-custom-serv {
    background: #e32c2e;
    color: #fff;
    border-radius: 5px !important;
    overflow: hidden;
    border: none !important;
    float: left !important;
    padding: 9px;
    width: 48%;
    margin: 1%;
    text-align: center;
}
#filters_col-lounges {
    background-color: #fff;
    padding: 20px 20px 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #ededed;
}
span.span-type-boxes {
    display: inline-block;
    text-align: right;
    position: relative;
    right: 0;
    color: #54565b;
    font-weight: 550;
    font-size: 15px;
    text-transform: capitalize;
}

span.sub-item-cart {
    color: #790047;
    font-weight: bold;
}

div#total_cart div {
    font-size: 20px;
    padding: 0 0 5px 0;
    font-weight: 600;
    color: #e32c2e;
}

div#total_cart div:last-child {
    padding: 0;
}

.total_cart small {
    color: #790047;
}

.guest-btn {
    width: 100%;
    margin: 5px 0;
    background: #b9ad8d !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.overlay-panel::before {
    background: url(/img/hero_in_bg_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-right h1 {
    font-weight: bold;
    color: #fff;
}

.overlay-right p {
    font-size: 18px;
}

.overlay-right button {
    background: #fff !important;
    color: #e32c2e !important;
    width: 150px !important;
}
.thumb_cart img {
    width: 115px;
}
.locations-change-btn {
    width: 165px;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.car-location-select.locationsss {
    min-width: 250px !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    border: none;
    margin: 0 0 15px 0 !important;
    color: #e32c2e;
    background: none;
    padding: 0 15px 0 8px;
    /* margin: 0 !important; */
    height: auto;
}
.full-changes-ser {
    text-decoration: underline;
    display: block;
    min-width: 250px !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    border: none;
    margin: 0 0 15px 0 !important;
    color: #e32c2e;
    background: none;
    padding: 0 15px 0 8px;
    height: auto;
}
ul.cart_details li span.text-price {
    font-weight: bold;
    color: #7f1148;
}

img.full-wirde-detail {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.images-detail-fluit {
    height: 380px !important;
    padding: 0;
    margin: 0;
}

.prices-inlist-detail {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    /* padding-bottom: 25px; */
    text-align: right;
    padding-right: 20px;
}
button.btn-details-whish {
    padding: 10px !important;
    width: 50px !important;
    border-radius: 6px;
}

.favos-details {
    display: block;
    text-align: right;
    position: absolute;
    right: 40px;
    top: -20px;
}

small.stf-details-page {
    font-size: 13px;
}

span.b2c-price.text-price {
    font-size: 25px;
    font-weight: 600;
    color: #e32c2e;
    line-height: 0.8;
}

span.b2c-price.text-price-c {
    font-size: 25px;
    font-weight: 600;
    color: #e32c2e;
    line-height: 0.8;
}

a.btn-purchase-detail {
    background: transparent !important;
    color: #000;
    font-size: 18px !important;
    text-align: right !important;
    padding: 12px 0 0 0;
}

a.btn-purchase-detail:hover {
    color: #e32c2e;
}
.faq-details-pa {
    margin: 50px 0;
}

/*---------------------------------------------------------------------------------
----------------------------------------------------------------------------------
*/

.faq-tab .nav-tabs {
    display: block;
    border-bottom: none;
    background-color: white;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}
.faq-tab .nav-tabs .nav-item {
    display: block;
}
.faq-tab .nav-tabs .nav-item .nav-link {
    text-transform: capitalize;
    color: black;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
    font-weight: 600;
}
.faq-tab .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-right: 2px solid #ef3f3e;
    border-radius: 0;
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faq-tab .nav-tabs .nav-item .nav-link:hover {
    border: none;
    border-right: 2px solid #ef3f3e;
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-content {
    display: block;
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}
.faq-content .tab-pane .card {
    margin-bottom: 25px;
    border-radius: 0;
    border: none;
}
.faq-content .tab-pane .card .card-header {
    border-bottom: none;
    background-color: transparent;
    padding: 0;
}
.faq-content .tab-pane .card .card-header h5 {
    padding: 0;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: capitalize;
    font-weight: 700;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.faq-content .tab-pane .card .card-body {
    color: #444444;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: 0;
}
.faq-content .tab-pane .card:last-child {
    margin-bottom: 0;
}

.account-sign-in .title {
    margin-bottom: 20px;
}
.account-sign-in .title h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.account-sign-in form .form-group label {
    text-transform: capitalize;
    font-weight: 600;
}

.account-sign-in form .form-group .form-control {
    border-radius: 0;
}

.account-sign-in form .button-bottom .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.account-sign-in .divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
    z-index: 1;
}
.account-sign-in .divider h6 {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: white;
}
.account-sign-in .divider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.account-sign-in .login-with h6 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.account-sign-in .login-with .login-social .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: white;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}
.account-sign-in .login-with .login-social .boxes h6 {
    margin-bottom: 0;
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.account-sign-in .login-with p {
    margin-top: 15px;
}

.dashboard-section .faq-content {
    min-height: 700px;
}

.dashboard-section .dashboard-sidebar {
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
    background-color: white;
}
.dashboard-section .dashboard-sidebar .profile-top {
    padding: 30px 0 15px 0;
    background-color: #fafafa;
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image {
    position: relative;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image img {
    width: 130px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
}
.dashboard-section
    .dashboard-sidebar
    .profile-top
    .profile-image
    .profile-edit {
    position: absolute;
    bottom: 0;
    right: 30%;
    background-color: #ffffff;
    padding: 7px 7px 3px 7px;
    border-radius: 100%;
    -webkit-box-shadow: 2px 3px 5px 5px #f3f3f3;
    box-shadow: 2px 3px 5px 5px #f3f3f3;
}
.dashboard-section
    .dashboard-sidebar
    .profile-top
    .profile-image
    .profile-edit
    svg {
    stroke: #ef3f3e;
    height: 18px;
    width: 18px;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail {
    text-align: center;
    margin-top: 15px;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail h6 {
    color: #777777;
    margin-bottom: 3px;
}
.dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard-section .dashboard-box .dashboard-title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-section .dashboard-box .dashboard-title h4 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-title span {
    margin-left: 30px;
    background-color: #f9f9f9;
    padding: 2px 16px;
    border-radius: 2px;
    text-transform: capitalize;
    color: #ef3f3e;
    cursor: pointer;
}

.dashboard-section .dashboard-box .dashboard-detail {
    margin-bottom: 20px;
}
.dashboard-section .dashboard-box .dashboard-detail ul li {
    display: block;
    margin-bottom: 10px;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details h6 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 600;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details span {
    margin-left: calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 2px;
    text-transform: capitalize;
    color: #ef3f3e;
    cursor: pointer;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
    width: 150px;
    margin-right: 15px;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right h6 {
    color: #4e4e4e;
    font-weight: 500;
}
.dashboard-section .dashboard-box .dashboard-detail ul li:last-child {
    margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box {
    background-color: #f9f9f9;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -1px 2px 8px #ddd;
    box-shadow: -1px 2px 8px #ddd;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-box {
    display: inline-block;
    text-transform: capitalize;
    width: 160px;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .date-box
    span {
    line-height: 1.3;
    display: block;
    font-weight: 700;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .date-box
    span.day {
    color: #adb0b8;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .date-box
    span.date {
    color: black;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .date-box
    span.month {
    color: #ef3f3e;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle {
    width: 50%;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media
    .icon
    i {
    padding: 12px;
    background-color: white;
    border-radius: 100%;
    -webkit-box-shadow: -1px 2px 8px #ddd;
    box-shadow: -1px 2px 8px #ddd;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media
    .media-body {
    margin-left: 35px;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media
    .media-body
    h6 {
    text-transform: capitalize;
    color: black;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media
    .media-body
    p {
    margin-bottom: 0;
    color: #808080;
    text-transform: capitalize;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-middle
    .media
    .media-body
    p
    span {
    font-weight: 500;
    color: #3c3c3c;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .detail-last {
    margin-left: auto;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-last
    i {
    color: black;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .booking-box
    .detail-last
    span {
    font-size: 14px;
    margin-left: 10px;
    text-transform: capitalize;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card {
    width: 100%;
    min-height: 183px;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
    background-image: repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0) 1px,
            rgba(255, 255, 255, 0.03) 2px,
            rgba(255, 255, 255, 0.04) 3px,
            rgba(255, 255, 255, 0.05) 4px
        ),
        -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(
                        255,
                        255,
                        255,
                        0.2
                    )
                    70%, rgba(255, 255, 255, 0) 90%);
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .card-number
    h3 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    font-weight: 600;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .valid-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .valid-detail
    .title
    span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .valid-detail
    .date
    h3 {
    margin-bottom: 0;
    color: white;
    margin-left: 15px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .valid-detail
    .primary {
    margin-left: auto;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .valid-detail
    .primary
    .badge {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .name-detail {
    margin-top: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .name-detail
    .name {
    width: 100%;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .name-detail
    .name
    h5 {
    color: white;
    text-transform: uppercase;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .name-detail
    .card-img {
    display: inline-block;
    margin-left: auto;
    text-align: right;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .card-details
    .name-detail
    .card-img
    img {
    width: 40px;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .edit-card {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card
    .edit-card
    a {
    padding: 0 10px;
    text-transform: capitalize;
    color: white;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.master {
    background-color: #4b77a0;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.visa {
    background-color: #777876;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.american-express {
    background-color: #86b8cf;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.american-express
    .card-details
    .card-number
    h3 {
    color: black;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.american-express
    .card-details
    .valid-detail
    .title
    span {
    color: rgba(0, 0, 0, 0.7);
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.american-express
    .card-details
    .valid-detail
    .date
    h3 {
    color: black;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.american-express
    .card-details
    .name-detail
    .name
    h5 {
    color: black;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.add-card {
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 0;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.add-card
    .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 183px;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card.add-card
    .card-details
    h5 {
    margin-bottom: 0;
    text-transform: capitalize;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .payment-card:hover
    .edit-card {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    .edit-card-mobile {
    display: none;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    > div
    .payment-card {
    margin-top: 30px;
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .card-payment
    > div:nth-child(-n + 3)
    .payment-card {
    margin-top: 0;
}
.dashboard-section .dashboard-box .dashboard-detail .delete-section p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: rgba(0, 0, 0, 0.64);
    text-transform: capitalize;
    line-height: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-box
    .dashboard-detail
    .delete-section
    p
    .text-bold {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}
.dashboard-section .dashboard-box .dashboard-detail .delete-section .btn {
    padding: 7px 15px;
    text-transform: capitalize;
}
.dashboard-section .dashboard-box .dashboard-detail:last-child {
    margin-bottom: 0;
}

.dashboard-section
    .dashboard-box
    .special-section
    .special-box
    .special-img
    .top-icon
    i {
    padding: 6px 8px;
}

.dashboard-section .dashboard-box + .dashboard-box {
    margin-top: 30px;
}

.dashboard-section .dashboard-main .dashboard-intro {
    background-color: #f9f9f9;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 5px;
    margin-bottom: 25px;
}
.dashboard-section .dashboard-main .dashboard-intro h5 {
    text-transform: capitalize;
    font-weight: 700;
}
.dashboard-section .dashboard-main .dashboard-intro p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
    letter-spacing: 0.08em;
}
.dashboard-section .dashboard-main .dashboard-intro .complete-profile {
    margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-main
    .dashboard-intro
    .complete-profile
    .complete-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    padding: 15px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(222, 222, 222, 0.22);
    box-shadow: 0 2px 4px 0 rgba(222, 222, 222, 0.22);
}
.dashboard-section
    .dashboard-main
    .dashboard-intro
    .complete-profile
    .complete-box
    i {
    margin-right: 12px;
    color: green;
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.dashboard-section
    .dashboard-main
    .dashboard-intro
    .complete-profile
    .complete-box
    h6 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}
.dashboard-section
    .dashboard-main
    .dashboard-intro
    .complete-profile
    .complete-box.not-complete
    i {
    color: red;
}

.dashboard-section .dashboard-main .counter-section .counter-box {
    background-color: #f9f9f9;
    padding: 15px;
    text-align: center;
}
.dashboard-section .dashboard-main .counter-section .counter-box img {
    width: 35px;
    margin-bottom: 15px;
}
.dashboard-section .dashboard-main .counter-section .counter-box h3 {
    margin-bottom: 0;
    font-weight: 600;
}
.dashboard-section .dashboard-main .counter-section .counter-box h5 {
    color: rgba(0, 0, 0, 0.61);
    margin-bottom: -5px;
    text-transform: capitalize;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 5px;
}

.dashboard-section .dashboard-main .dashboard-info {
    margin-top: 25px;
    position: relative;
}
.dashboard-section .dashboard-main .dashboard-info #chart,
.dashboard-section .dashboard-main .dashboard-info .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #f9f9f9;
}
.dashboard-section .dashboard-main .dashboard-info select.flat-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #008ffb
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
        no-repeat scroll right 2px top 9px/16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: auto;
}
.dashboard-section .dashboard-main .dashboard-info select.flat-select:focus,
.dashboard-section .dashboard-main .dashboard-info select.flat-select:hover {
    border: 0;
    outline: 0;
}
.dashboard-section .dashboard-main .dashboard-info .apexcharts-canvas {
    margin: 0 auto;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    path#apexcharts-radialbarTrack-0 {
    stroke: rgba(251, 96, 122, 0.08);
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    path#apexcharts-radialbarTrack-1 {
    stroke: rgba(85, 169, 248, 0.08);
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    path#apexcharts-radialbarTrack-2 {
    stroke: rgba(162, 100, 255, 0.08);
}
.dashboard-section .dashboard-main .dashboard-info .detail-left {
    position: absolute;
}
.dashboard-section .dashboard-main .dashboard-info .detail-left ul {
    display: block;
}
.dashboard-section .dashboard-main .dashboard-info .detail-left ul li {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.dashboard-section .dashboard-main .dashboard-info .detail-left ul li span {
    width: 14px;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin-right: 5px;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    .detail-left
    ul
    li
    span.completed {
    background-color: #fa4962;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    .detail-left
    ul
    li
    span.upcoming {
    background-color: #379cf9;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    .detail-left
    ul
    li
    span.cancelled {
    background-color: #a264ff;
}

.dashboard-section
    .dashboard-main
    .dashboard-info
    .detail-left
    ul
    li
    span.completed-y {
    background-color: #ffc107;
}

.dashboard-section .dashboard-main .dashboard-info .activity-box {
    padding: 20px 10px;
    background: #f9f9f9;
}
.dashboard-section .dashboard-main .dashboard-info .activity-box h6 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
}
.dashboard-section .dashboard-main .dashboard-info .activity-box ul li {
    display: block;
    background-color: white;
    padding: 8px 15px;
    text-transform: capitalize;
    position: relative;
}
.dashboard-section .dashboard-main .dashboard-info .activity-box ul li i {
    margin-right: 6px;
}
.dashboard-section .dashboard-main .dashboard-info .activity-box ul li span {
    float: right;
}
.dashboard-section .dashboard-main .dashboard-info .activity-box ul li:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: red;
    top: 0;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    .activity-box
    ul
    li.blue-line:after {
    background-color: #03a9f4;
}
.dashboard-section
    .dashboard-main
    .dashboard-info
    .activity-box
    ul
    li.yellow-line:after {
    background-color: #ffc107;
}

.dashboard-section
    .dashboard-main
    .dashboard-info
    .activity-box
    ul
    li.green-line:after {
    background-color: #a264ff;
}
.green-status {
    color: #32a852;
}

.dashboard-section .dashboard-main .dashboard-info .activity-box ul li + li {
    margin-top: 8px;
}

.edit-profile-modal .btn {
    padding: 0.375rem 0.75rem;
}

.edit-profile-modal .modal-title {
    text-transform: capitalize;
    font-weight: 700;
}

.edit-profile-modal .modal-body label {
    text-transform: capitalize;
}

.modal .modal-header {
    padding: 20px 30px;
}

.modal .modal-body {
    padding: 20px 30px;
}

.modal .modal-footer {
    padding: 20px 30px;
}

/**********************************************************************************************************/

section.small-section.dashboard-section.bg-inner {
    padding: 10% 0 5% 0;
}
.btn_1.full-width.wishlist,
a.btn_1.full-width.wishlist,
.wish_bt {
    display: none !important;
}

@media screen and (max-width: 450px) {
    .hero_single.version_2 {
        height: auto;
    }
    #st-2.st-left {
        display: none;
    }
    header.header.sticky {
        padding: 10px 15px 10px 15px;
    }
    .hero_single.version_2 .wrapper h3 {
        margin-top: 15px;
    }
    ul.nav.nav-tabs.tabs-content-headers li a {
        font-size: 13px;
        margin: 0 3px;
        padding: 30px 5px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 108px;
        display: inline-block;
    }
    ul.nav.nav-tabs.tabs-content-headers li i {
        font-size: 20px;
        padding: 0;
    }
    ul.nav.nav-tabs.imetts-bullets-head li a {
        color: #d6191f;
        font-size: 13px;
    }
    ul.nav.nav-tabs.imetts-bullets-head li {
        padding: 0;
        margin: 0 5px;
    }
    .wrapper .service-item span {
        font-size: 13px;
    }
    .wrapper .service-item {
        font-size: 10px;
        display: block;
        margin: 0 14px 0 0;
    }
    .box_list .wrapper {
        padding: 14px;
        min-height: 225px;
    }
    small.stf-details-page {
      font-size: 10px;
  }
  span.b2c-price.text-price-c {
    font-size: 22px;
}
a.btn-purchase-detail {
  font-size: 16px !important;
  padding: 0px 0 0 0;
}
.services-item-info {
  flex: 1;
  display: block !important;
}
input.form-control.coupon-code {
  width: 200px;
}
.booked-succe-textor a.add-car, .booked-succe-textor a.add-lounge, .booked-succe-textor a.add-custom-serv{width: 100%;}
.booked-succe-im h1{font-size: 22px;}
span.b2c-price.text-price {font-size: 20px;}
.mobileshow{display: block !important;}
.title-hiddenmo{display: none !important;}
}


.included-selector{
    position: absolute;
    width: 102px;
    height: 52px;
    transform: rotate(45deg);
    right: -35px;
    top: -8px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 8;
    background-color: #e32c2e;
    font-weight: bold;
}

.box_list.meet_car_original {
    border: solid 2px #e32c2e;
    box-shadow: 0 0 16px 2px #afafaf;
    position: relative;
    width: 104%;
    left: -2%;
    opacity: 1;
}

.box_list.meet_car_original .wrapper {
    min-height: 265px;
}

.box_list.meet_car_original figure a img {height:265px;}

.box_list.meet_car_original figure {
    min-height: 270px;
}
.form-control:focus {
    box-shadow: none;
}
.classified-changes{padding: 0 15px;}
span.notes-chandrop {
    font-weight: 600;
}
.cars_listeopa {
    opacity: 0.7;
    transition: 0.5s all ease;
}
.cars_listeopa:hover {
    opacity: 1;
    transition: 0.5s all ease;
}
.bravo_apply_wallet.btn-primary.ml-2 {
    padding: 10px 20px !important;
}
