/*============================================================================================*/
/* Detail page */
/*============================================================================================*/
/*-------- Page head --------*/
.carousel_1 .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.box_booking, .box_offer, .box_event {
    border: 2px dotted #d2d8dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fff;
}

.box_offer{
    border: none;
}

.box_booking .head,
.box_offer .head,
.box_event .head
{
    text-align: center;
    padding: 23px 20px 18px 20px;
    background-color: #f8f8f8;
    border-bottom: 2px dotted #d2d8dd;
}

.box_booking .head h3,
.box_offer .head h3,
.box_event .head h3{
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

.box_booking .head small,
.box_offer .head small,
.box_event .head small{
    display: block;
}

.box_booking .head .offer,
.box_offer .head .offer,
.box_event .head .offer{
    color: #e74747;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

.box_booking .main,
.box_offer .main,
.box_event .main{
    padding: 25px;
}

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

.box_booking .form-group input,
.box_offer .form-group textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px dotted #ccc;
}

.box_booking textarea,
.box_offer textarea,
.box_event textarea{
    height: 130px;
}

.box_booking a.close_panel_mobile,
.box_offer a.close_panel_mobile,
.box_event a.close_panel_mobile{
    position: absolute;
    right: 10px;
    top: 0;
    color: #333;
    font-size: 26px;
    font-size: 1.625rem;
    display: none;
}

@media (max-width: 767px) {
    .box_booking.mobile_fixed,
    .box_offer.mobile_fixed,
    .box_event.mobile_fixed{
        display: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: fixed;
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
    }

    .box_booking.mobile_fixed .head,
    .box_offer.mobile_fixed .head,
    .box_event.mobile_fixed .head{
        padding: 10px 20px 10px 20px;
        position: relative;
    }

    .box_booking.mobile_fixed .head h3,
    .box_offer.mobile_fixed .head h3,
    .box_event.mobile_fixed .head h3{
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
    }

    .box_booking.mobile_fixed .head .offer,
    .box_offer.mobile_fixed .head .offer,
    .box_event.mobile_fixed .head .offer{
        display: none;
    }

    .box_booking.mobile_fixed .head a.close_panel_mobile,
    .box_offer.mobile_fixed .head a.close_panel_mobile,
    .box_event.mobile_fixed .head a.close_panel_mobile{
        display: inline-block;
    }

    .box_booking.mobile_fixed .main,
    .box_offer.mobile_fixed .main,
    .box_event.mobile_fixed .main{
        padding-bottom: 50px;
    }

    .box_booking.mobile_fixed .btn_1_mobile,
    .box_offer.mobile_fixed .btn_1_mobile,
    .box_event.mobile_fixed .btn_1_mobile{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5px;
        background-color: #fff;
        border-top: 1px solid #ededed;
        z-index: 9999999;
    }

    .box_booking.mobile_fixed .btn_1_mobile .text-center,
    .box_offer.mobile_fixed .btn_1_mobile .text-center,
    .box_event.mobile_fixed .btn_1_mobile .text-center{
        display: none;
    }
}

/*-------- Fixed Booking Panel--------*/
.box_booking a.close_panel_mobile,
.box_offer a.close_panel_mobile,
.box_event a.close_panel_mobile
{
    position: absolute;
    right: 10px;
    top: 0;
    color: #333;
    font-size: 26px;
    font-size: 1.625rem;
    display: none;
}

@media (max-width: 767px) {
    .box_booking.mobile_fixed ,
    .box_offer.mobile_fixed,
    .box_event.mobile_fixed{
        display: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: fixed;
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
    }

    .box_booking.mobile_fixed .head,
    .box_offer.mobile_fixed .head,
    .box_event.mobile_fixed .head{
        padding: 10px 20px 10px 20px;
        position: relative;
    }

    .box_booking.mobile_fixed .head h3,
    .box_offer.mobile_fixed .head h3,
    .box_event.mobile_fixed .head h3{
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
    }

    .box_booking.mobile_fixed .head .offer ,
    .box_offer.mobile_fixed .head .offer,
    .box_event.mobile_fixed .head .offer{
        display: none;
    }

    .box_booking.mobile_fixed .head a.close_panel_mobile,
    .box_offer.mobile_fixed .head a.close_panel_mobile,
    .box_event.mobile_fixed .head a.close_panel_mobile{
        display: inline-block;
    }

    .box_booking.mobile_fixed .main,
    .box_offer.mobile_fixed .main,
    .box_event.mobile_fixed .main{
        padding-bottom: 50px;
    }

    .box_booking.mobile_fixed .btn_1_mobile,
    .box_offer.mobile_fixed .btn_1_mobile,
    .box_event.mobile_fixed .btn_1_mobile{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border-top: 1px solid #ededed;
        z-index: 9999999;
    }

    .box_booking.mobile_fixed .btn_1_mobile .text-center,
    .box_offer.mobile_fixed .btn_1_mobile .text-center,
    .box_event.mobile_fixed .btn_1_mobile .text-center{
        display: none;
    }
}


.box_booking .main #datepicker_field {
    display: none;
}

/* Offer box style
----------------------------------*/

.box_offer .head{
    background-color: #dd4b38;
    padding: 12px 10px 9px 10px;
}
.box_offer .head h3, .box_offer .head span{
    color: #ffffff;
}

.box_offer .head h3{
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
}

.box_offer .head .offer-container{
    padding: 10px 10px 10px 10px;
    border: dotted 2px #ffffff;
    border-radius: 3px;
}

.box_offer .head{
    border-bottom: none;
}

.box_offer .main{
    border: 2px dotted #d2d8dd;
    border-top: none;
}


/* Event box style
----------------------------------*/

.box_event .head small{
    color: #000000;
    font-size: 1rem;
    font-style: italic;
}

.box_event .head.upcoming,.box_event .head.started,.box_event .head.finished {
    text-transform: capitalize;
}

.box_event .head.upcoming h3{
    color: deepskyblue;
}

.box_event .head.started h3{
    color: green;
}

.box_event .head.finished h3{
    color: red;
}

.box_event .main{
    text-align: center;
}

.box_event .main .participated{
    color: green;
}


    /*! jQuery UI - v1.10.4
    * http://jqueryui.com

    /* Layout helpers
    ----------------------------------*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker {
    width: 100%;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: -4px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font-family: 'ElegantIcons';
    font-size: 26px;
    font-size: 1.625rem;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\34";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\35";
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 400;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 2px 5px 12px 5px;
    text-align: center;
    text-decoration: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content {
    color: #362b36;
}

.ui-widget-content a {
    color: #362b36;
}

.ui-widget-header {
    color: #222222;
    font-weight: 500;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px dotted #ccc;
    font-weight: 600;
    color: #444;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #2779aa;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #dfd;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #dd4b38 !important;
    color: #fff !important;
}

.ui-state-active:after,
.ui-widget-content .ui-state-active:after,
.ui-widget-header .ui-state-active:after {
    color: #ffff66;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #dfd;
    color: #444;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */
}

.ui-datepicker td a {
    position: relative;
}

.ui-datepicker td a:after {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    width: 100%;
}

.tabs_detail {
    margin-top: 15px;
}

.tabs_detail .nav-tabs {
    border: none;
    border-bottom: 2px solid #ededed;
    display: flex;
}

@media (max-width: 767px) {
    .tabs_detail .nav-tabs {
        display: none;
    }
}

.tabs_detail .nav-tabs .nav-item {
    text-transform: uppercase;
    font-weight: 500;
}

.tabs_detail .tab-content .card {
    border: none;
    background-color: transparent;
}

.tabs_detail .tab-content .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    background-color: #f8f8f8;
}

.tabs_detail .tab-content .card .card-header a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px;
    color: #222;
}

.tabs_detail .tab-content .card .card-body {
    padding: 45px 0 25px 0;
}

@media (max-width: 991px) {
    .tabs_detail .tab-content .card .card-body {
        padding: 25px 0 5px 0;
    }
}

@media (max-width: 991px) {
    .tabs_detail .tab-content .card .card-body.reviews .add_bottom_45 {
        padding-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .tabs_detail .tab-content .card {
        border: none;
    }

    .tabs_detail .tab-content .card .card-header {
        display: none;
    }

    .tabs_detail .tab-content .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tabs_detail .tab-content {
        margin-bottom: 25px;
    }

    .tabs_detail .tab-content .card-header a:after {
        font-family: 'ElegantIcons';
        width: 20px;
        display: block;
        float: right;
    }

    .tabs_detail .tab-content .card-header a.collapsed:after {
        content: "\50";
    }

    .tabs_detail .tab-content .card-header a:after {
        content: "\4f";
    }

    .tabs_detail .tab-content .fade:not(.show) {
        opacity: 1;
    }

    .tabs_detail .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

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 #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    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 {
    color: #3b5998;
}

ul.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

ul.share-buttons li a.gplus-share {
    color: #dd4b39;
}

ul.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}

ul.share-buttons li a.twitter-share {
    color: #1da1f2;
}

ul.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

ul.share-buttons li i {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    right: 3px;
    top: 2px;
}

.info_content h2 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
}

.info_content h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
}

.info_content small {
    font-size: 70%;
    color: #777;
}

.info_content hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.info_content .menu_item h4 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.info_content .menu_item em {
    float: right;
}

.info_content .menu_item p {
    color: #777;
}

.info_content.services .menu_item strong {
    float: right;
}

/* Menu items with thumbs */
.menu_item.thumbs {
    padding-left: 100px;
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.menu_item.thumbs h4 {
    margin-bottom: 5px;
}

.menu_item.thumbs figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.menu_item.thumbs figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.menu_item.thumbs > div {
    width: 100%;
}

@media (max-width: 767px) {
    .menu_item.thumbs > div em {
        float: none;
    }
}

.menu_item.thumbs p {
    padding-right: 80px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .menu_item.thumbs p {
        font-size: 13px;
        font-size: 0.8125rem;
        padding-right: 0;
    }
}

.pictures {
    margin-bottom: 45px
}

.pictures figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block;
    background-color: #eeeeee;
}

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

.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: black;
    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);
}

a.show_hide:focus {
    color: #dd4b38;
}

a.show_hide:focus:hover {
    color: #111;
}

.special_offers h2 {
    color: #e74747;
}

.special_offers h2:after, .special_offers h2:before {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: #e74747;
    margin: 0 8px;
}

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

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

.review_card {
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 30px;
    -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);
}

.review_card .user_info {
    text-align: center;
}

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

.review_card .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .review_card .user_info figure {
        float: left;
    }
}

.review_card .user_info figure img {
    width: 50px;
    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%);
}

.review_card .user_info h5 {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 767px) {
    .review_card .user_info h5 {
        float: left;
        margin: 18px 0 0 15px;
    }
}

.review_card .review_content h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

.review_card .review_content .published_date {
    color: #999;
    float: right;
}

@media (max-width: 575px) {
    .review_card .review_content .published_date {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}

.review_card i.icon_star {
    color: orange;
}

.other_info i.icon_star {
    color: orange;
}

.other_info .rating_list table{
    width: 100%;

}

.other_info .rating_list table .rt-progress{
    display: block;
    height: 12px;
    border-radius: 4px;
    background-color: rgb(232,234,237);
}

.other_info .rating_list table .rt-progress small{
    display: block;
    height: 100%;
    width: 0%;
    border-radius: 4px;
    background-color: orange;
}

.reviews .load-more {
    background: #f8f8f8;
    color: #222;
}

.reviews .load-more:hover {
    background: #f9f9f9;
}

.dropdown {
    border: 1px dotted #c8c8c8;
    padding: 0;
    margin-bottom: 5px;
}

.dropdown a {
    padding: 15px 15px 12px 15px;
    line-height: 1;
    color: #444;
    font-weight: 500;
    display: block;
    position: relative;
}

.dropdown a:after {
    font-family: 'food';
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    -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: 10px;
    top: 10px;
}

.dropdown.show a {
    color: #333;
}

.dropdown.show a:after {
    transform: rotateY(360deg);
    color: #333;
}

.dropdown .dropdown-menu {
    font-size: 14px;
    font-size: 0.875rem;
    background: #f8f8f8;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    width: 100.5%;
    left: -1px !important;
    right: -1px !important;
    margin: 5px 0 0 0;
}

.dropdown .dropdown-menu h4 {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.dropdown.time a:after {
    content: '\0057';
}

.dropdown.people {
    margin-bottom: 25px;
}

.dropdown.people a:after {
    content: '\0059';
}

.radio_select ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.radio_select ul li {
    display: inline-block;
    margin: 0;
    width: 23.5%;
}

.radio_select input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio_select label {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px;
    border: 1px dotted #c8c8c8;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
}

.radio_select label em {
    display: block;
    color: red;
    font-style: normal;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
}

.radio_select label:hover {
    background-color: #dfd;
}

.radio_select input[type="radio"]:focus + label {
    border: 1px solid transparent;
    background-color: #dd4b38;
    color: #fff;
}

.radio_select input[type="radio"]:focus + label em {
    color: #ffff66;
}

.radio_select input[type="radio"]:checked + label {
    border: 1px solid transparent;
    background-color: #dd4b38;
    color: #fff;
}

.radio_select input[type="radio"]:checked + label em {
    color: #ffff66;
}

.other_info {
    background-color: #f9f9f9;
    padding: 25px 25px 5px 25px;
    margin-bottom: 20px;
}

.other_info h2 {
    margin-bottom: 35px;
}

.other_info iframe.map_contact {
    border: 0;
    width: 100%;
    height: 372px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.follow_us_detail a {
    color: #999;
    display: inline-block;
    margin: 5px 5px 0 0;
}

.follow_us_detail a:hover {
    color: #dd4b38;
}

.follow_us_detail a i {
    font-size: 24px;
    font-size: 1.5rem;
}

/*============================================================================================*/
/* Related_Item */
/*============================================================================================*/
/*-------- Page head --------*/

.related_item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related_item ul li {
    display: inline-block;
    position: relative;
    width: 100%;
}
.related_item ul li a {
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 15px 144px;
    color: #444;
    margin-bottom: 30px;
    min-height: 130px;
    display: block;
}
@media (max-width: 1199px) {
    .related_item ul li a {
        padding: 15px 15px 15px 145px;
    }
}
@media (max-width: 575px) {
    .related_item ul li a {
        padding: 145px 15px 15px 15px;
        min-height: inherit;
    }
}
.related_item ul li a figure {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1199px) {
    .related_item ul li a figure {
        width: 120px;
    }
}
@media (max-width: 575px) {
    .related_item ul li a figure {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        -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;
    }
}
.related_item ul li a figure img {
    width: 144px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -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);
    -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: 575px) {
    .related_item ul li a figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
.related_item ul li a .score {
    position: absolute;
    top: 10px;
    right: 10px;
}

.related_item ul li a .offerTag {
    position: absolute;
    top: 10px;
    right: 10px;
}

.related_item ul li a .offerTag strong {
    background-color: #ff3300;
    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 10px 8px 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: white;
}

.related_item ul li a em {
    font-size: 12px;
    font-size: 0.75rem;
}
.related_item ul li a h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.related_item ul li a small {
    font-size: 14px;
    font-size: 0.875rem;
    color: #777;
}
.related_item ul li a ul {
    margin-top: 10px;
}
.related_item ul li a ul li {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
}
.related_item ul li a ul li:last-child {
    margin: 0;
}
.related_item ul li a ul li .ribbon {
    position: static;
}
.related_item ul li a:hover {
    -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);
}
.related_item ul li 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);
}
.related_item ul li a:hover h3 {
    color: #dd4b38;
    -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;
}

/*============================================================================================*/
/* Detail page + Order Cart */
/*============================================================================================*/
/*-------- Page head --------*/
.box_booking {
    border: 2px dotted #d2d8dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fff;
}

.box_booking .head {
    text-align: center;
    padding: 23px 20px 18px 20px;
    background-color: #f8f8f8;
    border-bottom: 2px dotted #d2d8dd;
}

.box_booking .head h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

.box_booking .head small {
    display: block;
}

.box_booking .head .offer {
    color: #e74747;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

.box_booking .main {
    padding: 25px;
}

.box_booking .main ul {
    list-style: none;
    padding: 0;
}

.box_booking .main ul li {
    margin-bottom: 8px;
}

.box_booking .main ul li.total {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #e74747;
    text-transform: uppercase;
}

.box_booking .main ul li a {
    padding-left: 30px;
    color: #444;
    display: inline-block;
    position: relative;
}

.box_booking .main ul li a:before {
    font-family: "ElegantIcons";
    content: "\4f";
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 0;
    top: -2px;
    line-height: 1;
}

.box_booking .main ul li a:hover {
    color: #e74747;
}

.box_booking .main ul li span {
    float: right;
    font-weight: 500;
}

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

.box_booking textarea {
    height: 130px;
}

.opt_order {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 15px 0 5px 0;
}

#goToCartMobile.visible{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#goToCartMobile {
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 0 35px 25px;
    z-index: 999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 63px;
    height: 63px;
    background-color: #e74747;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    padding: 13px;
    text-align: center;
}

#goToCartMobile i{
  color: #fff;
}



@media only screen and (min-width: 600px) {
  #goToCartMobile.visible{
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
.default-popup .coupon-container .qrcode{
    display: block;
    width: 200px;
    margin: 0 auto;
}
.default-popup .coupon-container .code{
    padding: 10px;
    margin-bottom: 11px;
    display: block;
    border: 2px dashed gray;
}




/*** Owl Style for image ***/

.owl-carousel{
    display: block;
}
.owl-carousel .owl-stage-outer{
    height: 100%;
}
.owl-carousel .owl-item figure{
    background-color: #EEEEEE;
    margin: 0 0 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item img{
        height: auto;
    }
}
.carousel_galley_detail .owl-nav{
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    top: 42%;
}

.carousel_galley_detail .owl-nav .owl-next, .carousel_galley_detail .owl-nav .owl-prev{
    position: absolute;
    height: 100%;
    margin: 0 0;
    width: 50px;
    color: #ffffff !important;
}

.carousel_galley_detail .owl-nav .owl-next:hover, .carousel_galley_detail .owl-nav .owl-prev:hover{
    background: rgba(0,0,0,.1);
}
.carousel_galley_detail .owl-nav .owl-next i , .carousel_galley_detail .owl-nav .owl-prev i{
    font-size: 5rem;
    color: #494949;
}
.carousel_galley_detail .owl-nav .owl-next{
    position: absolute;
    right: 35px;
}
.carousel_galley_detail .owl-nav .owl-prev{
    position: absolute;
    left: 0;
}
.container .main_info .store-detail-profile{
    border-radius: 3px;
    float: left;
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #FFFFFF;
}
.container .main_info .store-detail-profile.circle{
    border-radius: 50%;
}
.container .main_info .store-detail-profile img{
    height: 100%;
    width: 100%;
    visibility: hidden;
}
.container .main_info .store-detail-elem{
    float: left;
    padding-left: 10px;
    padding-top: 4px;
}
.container .main_info .store-detail-elem .head{
    margin-bottom: 0 !important;
}
.container .main_info .store-detail-elem .verified-badge-green{
    display: inline-block !important;
    font-style: italic;
    color: #27dd5b !important;
}


@media only screen and (max-width: 600px) {
    .container .main_info .store-detail-elem{
        display: inline-block;
        width: 70%;
    }
    .container .main_info .store-detail-profile{

    }

    .hero_in.detail_page .wrapper .main_info h1{
        font-size: 1.5rem;
    }
}





