/*
Senvera - Mobile Template
Author : aStyers
Author URL : https://themeforest.net/user/astylers
*/


/* table of content

- general
- menus
- slider
- features
- gallery
- testimonial
- list
- navbar
- swiper pagination
- form
- placeholder
- button
- shop
- product
- product details
- cart
- checkout
- blog
- blog details
- pagination
- pricing
- about us
- contact 
- sign in
- sign up
- page not found

*/

/* ========== GENERAL ========== */

/* general */
body {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    background: #efeff4;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

img {
    display: block;
}

.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.row {
    margin-bottom: 15px;
}

.row:last-child {
    margin-bottom: 0;
}

@-moz-document url-prefix() {
    .space {
        height: 45px;
    }

    .menus .list ul {
        padding-bottom: 50px !important;
    }

}

@-moz-document url-prefix() {
    .page-content {
        padding-bottom: 0 !important;
    }

    .page.page-home {
        padding-bottom: 0 !important;
    }

}

.fab {
    position: relative;
}

.ios a {
    color: #333;
}

.ios .toolbar {
    background: #1a1a1a;
    height: 50px;
}

.ios .toolbar .tab-01 {
    width: 160px;
   
}

.ios .toolbar .tab-left {
    right: 20px;
    
}

.ios .toolbar .tab-right {
    left: 20px;
}

.ios .toolbar .tab-link a {
    color: #fff;
    font-size: 20px;
    line-height: 43px;
    width: 60px;
    height: 100%;
    text-align: center;
}

.ios .toolbar-category {
    background: #fff;
}

.page {
    background: #efeff4;
}

.page-content {
    padding-top: 0;
}

.page.smart-select-page {
    padding: 12px 0;
}

.page.smart-select-page .list li .item-radio .icon-radio::after {
    color: #fc4721;
}

.segments {
    padding: 30px 0;
}

.segments-page {
    padding: 25px 0;
}

.bg-white {
    background: #fff;
}

/* menus */


.fab {
    position: fixed;
    margin: 0 auto;
    text-align: center;
    z-index: 99999;
    bottom: 10px;
    text-align: center;
    left: 44%;
    background: #a60503;
    bottom: 0 !important;
}

.fab i {
    font-size: 18px;
}

.fab a {
    color: #fff;
}

/*bg radius*/
.bg-radius {
    height: 150px;
    position: absolute;
    width: 100%;
    border-radius: 0% 0% 90% 90% / 0% 0% 18% 18%;
    background: #a60503;
}

/* navbar */
.navbar {
    background: #fff;
}

.navbar.navbar-home {
    background: #fff;
}

.navbar.navbar-home .navbar-inner {
    padding-top: 10px;
}

.navbar.navbar-home .right a {
    display: flex;
}

.navbar.navbar-home .right a h4 {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 15px;
}

.navbar.navbar-home .right a img {
    width: 28px;
    height: 100%;
    border-radius: 50%;
}

.navbar.navbar-home .subnavbar {
    background: #fff;
}

.navbar.navbar-home .subnavbar .subnavbar-inner .toolbar {
    background: #fff;
    box-shadow: none;
}

.navbar.navbar-page {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06);
}

.navbar .navbar-inner {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar .navbar-inner .title {
    font-size: 15px;
    color: #333;
}

.navbar-bg {
    background: #fff;
}

.navbar-bg::after {
    display: none;
}

/* news content */
.news-content {
    margin-bottom: 10px;
}

.news-content:last-child {
    margin-bottom: 0;
}

/* subnavbar */
.subnavbar {
    background: #fff;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.subnavbar .subnavbar-inner {
    padding: 0;
}

.subnavbar .subnavbar-inner .tab-link {
    font-size: 13px;
    font-weight: 500;
}

.subnavbar .subnavbar-inner .tab-link.tab-link-active {
    color: #fc4721;
}

.subnavbar::after {
    display: none;
}

/*slider*/
.slider {
    padding-top: 15px;
}

.slider .row {
    position: relative;
}

.slider .row .content h1 {
    position: relative;
    color: #fff;
    top: 2px;
    font-size: 20px;
    font-weight: 600;
}

.slider .row .content-right {
    text-align: right;
}

.slider .row .content-right img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: right;
}

.slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background: #fff;
    opacity: 1;
    width: 7px;
    height: 7px;
}

.slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff381f;
}

.slider .swiper-container .swiper-slide .content {
    position: relative;
    width: 100%;
    height: 170px;
    border-radius: 8 px;
}

.slider .swiper-container .swiper-slide .content img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.slider .swiper-container .swiper-slide .content .slider-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 30px;
}

.slider .swiper-container .swiper-slide .content .slider-caption h2 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.slider .swiper-container .swiper-slide .content .slider-caption p {
    color: #fff;
}

.slider .swiper-container .swiper-slide .content .mask {
    background: linear-gradient(rgba(218, 64, 45, 0), rgba(218, 64, 45, 0));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}

.slider .swiper-container .swiper-slide .content .mask-shop {
    background: linear-gradient(rgba(218, 64, 45, 0.7), rgba(218, 64, 45, 0.7));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}

/* features */
.features {
    margin-top: 25px;
}

.features .content {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.features .content i {
    color: #ff381f;
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}

.features .content h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 15px;
}

/*work*/
.landing-work {
    background: #fff;
    padding-bottom: 13px;
    padding-top: 20px;
    margin-top: 26px;
}

.landing-work h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 16px;
}

.landing-work .row {
    margin-bottom: 9px;
}

.landing-work .content img {
    width: 100%;
    border-radius: 8px;
}

/*gallery*/
.gallery .content-image img {
    width: 100%;
    border-radius: 8px;
}

.gallery-pages {
    margin-top: 70px;
}

.gallery-pages .row {
    margin-bottom: 10px;
}

.popup-gallery {
    width: calc(100% - 15px * 2);
    height: auto;
    top: 50%;
    transform: translateY(-50%) !important;
    border-radius: 8px;
    margin: 15px;
    padding: 0;
}

.popup-gallery.modal-in {
    transform: translate3d(0, -200px, 0) !important;
}

.popup-gallery.modal-out {
    transform: translate3d(0, 100%, 0) !important;
}

.popup-gallery .image-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-gallery .image-popup-close a i {
    font-size: 18px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #4c4c4c;
    border-radius: 50%;
}

.popup-gallery .popup-image {
    background: #fff;
    border-radius: 8px;
}

.popup-gallery .popup-image img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.popup-gallery .popup-image .image-title {
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.popup-gallery .popup-image .image-title h4 {
    margin-bottom: 10px;
}

/*testimonial*/
.testimonial {
    padding: 20px 0;
    text-align: center;
}

.testimonial .swiper-container-horizontal {
    padding-bottom: 30px;
}

.testimonial .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.testimonial .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background: #ddd;
    opacity: 1;
    width: 7px;
    height: 7px;
}

.testimonial .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #555;
}

.testimonial .swiper-slide .content-image {
    margin-top: 15px;
}

.testimonial .swiper-slide .content-image img {
    float: left;
    width: 45px;
    height: 100%;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial .swiper-slide .content-image .title-name {
    overflow: hidden;
}

.testimonial .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff381f;
}

/* date */
.date {
    font-size: 11px;
    color: #999;
}

/* list */
.list {
    margin: 0;
}

.list ul::before {
    display: none;
}

.list ul::after {
    display: none;
}

.list ul li a {
    padding: 0;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.list ul li a.active-state {
    background: transparent;
}

.list ul li a::before {
    color: #888;
    right: 0;
    font-size: 14px;
}

.list ul li a::after {
    display: none;
}

.list ul li a.item-content {
    padding: 0;
}

.list .item-content {
    min-height: 34px;
}

.list .item-content .item-inner {
    min-height: 34px;
    padding: 0;
    padding-right: 16px;
}

.list .item-content .item-inner .item-title {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.list .item-content .item-inner .item-after {
    color: #888;
}

.list .item-content .item-inner .item-after .toggle {
    height: 22px;
    width: 42px;
}

.list .item-content .item-inner .item-after .toggle .toggle-icon {
    height: 20px;
    width: 39px;
    background: #6c6c84;
}

.list .item-content .item-inner .item-after .toggle .toggle-icon::before {
    height: 16px;
    width: 35px;
    background: #6c6c84;
}

.list .item-content .item-inner .item-after .toggle .toggle-icon::after {
    height: 16px;
    width: 16px;
}

.list .item-content .item-inner .item-after .toggle input[type="checkbox"]:checked + .toggle-icon {
    background: #1948ff;
}

.list .item-content .item-inner .item-after .toggle input[type="checkbox"]:checked + .toggle-icon::after {
    transform: translateX(calc(50px - 31px));
}

.list .item-link.item-content {
    min-height: 44px;
}

.list .item-link.active-state {
    background: transparent;
}

.list .item-link .item-media i {
    background: #ff381f;
    color: #2c374c;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50% 50% 50% 0;
}

.list .item-link .item-inner::before {
    color: #888;
    font-size: 14px;
    right: 0;
}

.list .item-link .item-inner .item-title {
    font-size: 14px;
    font-weight: 500;
}

.list .item-link .item-inner::after {
    display: none;
}

.list .item-inner::after {
    display: none;
}

/* ios */
.ios .toolbar.toolbar-bottom::before {
    display: none;
}

.ios .toolbar.tabbar-labels a.tab-link {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #eee;
    justify-content: center;
    font-size: 20px;
}

.ios .toolbar.tabbar-labels a.tab-link.tab-link-active {
    color: #0e0e4c;
}

.ios .toolbar.tabbar-labels a.tab-link .tabbar-label {
    font-size: 10px;
}

/*swiper pagination*/
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: .3s ease-in-out;
    opacity: 1;
    background: #aaa;
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    vertical-align: middle;
}

/* social media color */
.bg-facebook {
    background: #3b5999 !important;
}

.bg-twitter {
    background: #55acee !important;
}

.bg-google {
    background: #dd4b39 !important;
}

.ti-facebook {
    color: #3b5999 !important;
}

.ti-google {
    color: #dd4b39 !important;
}

.bg-instagram {
    background: #1a1a1a !important;
}

.ti-twitter {
    background: #55acee !important;
    color: #fff;
}

.ti-instagram {
    background: #1a1a1a !important;
    color: #fff;
}

.ti-linkedin-in {
    background: #0077B5 !important;
    color: #fff;
}

.ti-whatsapp {
    background: #25D366 !important;
    color: #fff;
}

.ti-youtube {
    background: #cd201f !important;
    color: #fff;
}

/* category tag */
.category-tag {
    color: #fc4721;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.category-tag i {
    margin: 0 6px;
    color: #777;
    font-size: 5px;
    vertical-align: middle;
}

#tab-home .page-content {
    padding-top: 64px;
    padding-bottom: 0;
}

.page-content a.nav-back {
    position: fixed;
    top: 20px;
    left: 16px;
    z-index: 99;
}

.page-content a.nav-back i {
    color: #fff;
    background: #ff381f;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}

/* ========== FORM ========== */

/* form */
form.list input {
    font-size: 13px !important;
    background: #f5f5fb !important;
    color: #333 !important;
    height: 32px !important;
    border-radius: 8px !important;
    padding: 0 16px !important;
}

form.list textarea {
    font-size: 13px !important;
    background: #f5f5fb !important;
    border-radius: 8px !important;
    padding: 10px !important;
    color: #333 !important;
}

form.list ul::before {
    display: none;
}

form.list ul::after {
    display: none;
}

form.list ul .item-content {
    padding-left: 0;
}

form.list ul .item-content .item-inner {
    padding: 0;
}

form.list ul .item-content .item-inner::before {
    display: none;
}

form.list ul .item-content .item-inner .item-input-wrap {
    margin-top: 0;
    margin-bottom: 10px;
}

form.list ul .item-content .item-inner .item-input-wrap input {
    font-size: 13px;
    background: #f5f5fb;
    color: #fff;
    height: 32px;
    border-radius: 8px;
    padding: 0 16px;
    margin-bottom: 5px;
}

form.list ul .item-content .item-inner .item-input-wrap textarea {
    font-size: 13px;
    border: 1px solid #f5f5fb;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

form.list ul .item-content .item-inner .item-input-wrap select {
    font-size: 13px;
    background: #f5f5fb;
    color: #aaa;
    height: 32px;
    border-radius: 8px;
    padding: 0 16px;
    margin-bottom: 5px;
}

form.list ul .item-content .item-inner .item-input-wrap.input-dropdown-wrap::before {
    border-top-color: #888;
    right: 16px;
}

.ios .item-input-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #acacbc !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #acacbc !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #acacbc !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #acacbc !important;
    opacity: 1;
}

/* ========== END FORM ========== */

/* ========== TITLE ========== */

/* section title */
.section-title {
    margin-top: 30px;
    margin-bottom: 16px;
}

.section-title h3 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 17px;
}

.section-title h3 .see-all-link {
    float: right;
    color: #fc4721;
    font-size: 12px;
    font-weight: 500;
}

.section-title.section-title-large h3 {
    font-size: 22px;
}

/* title for form */
.title-form {
    margin-bottom: 16px;
}

.title-form h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

/* wrap title */
.wrap-title {
    margin-bottom: 10px;
}

.wrap-title h3 {
    font-size: 16px;
}

.wrap-title h3 i {
    margin-right: 8px;
    color: #fe301b;
}

.wrap-title h3 a {
    float: right;
    color: #fc4721;
    font-size: 13px;
    font-weight: 500;
}

/* title post */
.title-post {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

/* ========== END TITLE ========== */

/* ========== DIVIDER ========== */

/*divider line*/
.divider-line {
    background: #e3e3e9;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    display: flex;
}

/*divider space*/
.divider-space-text {
    margin: 8px 0;
    display: flex;
}

.divider-space-content {
    margin: 15px 0;
    display: flex;
}

/* ========== END DIVIDER ========== */

/* ========== BUTTON DEFAULT ========== */

/* button default */
.button {
    background: #ff381f;
    border-radius: 8px;
    padding: 0 20px;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    margin-top: 5px;
}

.button:focus {
    background: #ff381f;
    color: #fff;
    outline: 0;
}

.wrap-button .button {
    width: auto;
    margin: 0 auto;
    margin-top: 16px;
    color: #fff;
}

/* ========== END BUTTON DEFAULT ========== */

/* ========== TAB HOME ========== */

/* home header */
.home-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(../images/header-home.jpg);
    background-size: cover;
    width: 100%;
    height: 370px;
    background-position: center center;
}

.home-header .searchbar {
    padding-top: 30px;
    background: transparent;
}

.home-header .searchbar::after {
    display: none;
}

.form-box.quick-reservation-home {
    position: relative;
    top: -210px;
    margin-bottom: -210px;
}

.form-box.quick-reservation-home .header-caption {
    margin-bottom: 30px;
}

.form-box.quick-reservation-home .header-caption .header-title {
    width: 50%;
}

.form-box.quick-reservation-home .header-caption .header-title h2 {
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    font-size: 32px;
    text-shadow: 0 5px 16px black;
}

.form-box .form-content {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.13);
}

.form-box .form-content.reservation-form .list ul {
    background: #fff;
}

.form-box .form-content.reservation-form .list ul .row {
    margin-bottom: 0;
}

.form-box .form-content.reservation-form .list ul .row .item-input-wrap {
    margin-bottom: 10px !important;
}

.form-box .form-content.reservation-form .list ul li:last-child .item-input-wrap {
    margin-bottom: 0;
}

/* form box on room details */
.form-box {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.form-content {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.13);
}

.form-content.reservation-form .list ul {
    background: #fff;
}

.form-content.reservation-form .list ul .row {
    margin-bottom: 0;
}

.form-content.reservation-form .list ul .row .item-input-wrap {
    margin-bottom: 10px !important;
}

.form-content.reservation-form .list ul li:last-child .item-input-wrap {
    margin-bottom: 0;
}

/*-----shop-----*/

/*home shop*/
.sidebar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.home-shop {
    margin-bottom: 30px;
}

.home-shop .back i {
    font-size: 17px;
    color: #fff;
    position: relative;
    top: 5px;
}

.home-shop .content-right a i {
    color: #fff;
    position: relative;
    top: 5px;
    font-size: 17px;
    left: 7px;
}

.home-shop .content-right a sup {
    background: #ff381f;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.home-shop .title-center {
    text-align: center;
}

.home-shop .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    background: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.home-shop .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff381f;
}

.home-shop .header-image .swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

.home-shop .category-shop .content-box {
    padding: 0;
}

.home-shop .category-shop .swiper-container {
    padding: 15px 15px 18px;
}

.home-shop .category-shop .swiper-container .swiper-scrollbar {
    height: 4px;
}

.home-shop .category-shop .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    background: #ff381f;
}

.home-shop .category-shop .swiper-container .swiper-slide .content {
    text-align: center;
}

.home-shop .category-shop .swiper-container .swiper-slide .content i {
    font-size: 22px;
    color: #4d4d4d;
}

.home-shop .flash-sale {
    background: #01ef98;
    padding-top: 15px;
}

.home-shop .flash-sale .wrap-title {
    margin-top: 0;
}

.home-shop .flash-sale .swiper-container {
    padding-bottom: 30px;
}

.home-shop .flash-sale .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.home-shop .promo .swiper-container {
    padding-bottom: 30px;
}

.home-shop .promo .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.home-shop .promo .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #4d4d4d;
}

.home-shop .promo .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff381f;
}

.home-shop .promo .swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

/*product*/
.product {
    margin-top: 24px;
}

.product .product-page {
    padding-bottom: 50px;
}

.product .wrap-filter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 0;
    border-top: 1px solid #eceff5;
    z-index: 99;
    background: #fff;
    height: 40px;
}

.product .wrap-filter .content .list .item-input-wrap {
    display: contents;
}

.product .wrap-filter .content .list .item-input-wrap select {
    font-size: 12px;
    background: #eceff5;
    border-radius: 3px;
    padding: 3px 20px;
    color: #333;
    height: 30px;
}

.product .content {
    border-radius: 8px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.product .content img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.product .content .content-text {
    background: #fff;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    text-align: center;
}

.product .content .content-text p {
    margin-bottom: 7px;
}

.product .content .content-text .price {
    font-size: 16px;
    font-weight: 600;
    color: #ff381f;
}

/*product details*/
.product-details {
    margin-top: 43px;
}

.product-details .header-image img {
    width: 100%;
    border-radius: 8px;
}

.product-details .wrap-action {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 0;
    border-top: 1px solid #eceff5;
    z-index: 99;
    background: #fff;
    height: 40px;
}

.product-details .wrap-action .content-icon i {
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #888;
}

.product-details .wrap-action .content-button .buttons {
    margin-top: 0;
}

.product-details .product-title h4 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 16px;
}

.product-details .product-title .price {
    font-size: 16px;
    font-weight: 600;
    color: #ff381f;
}

.product-details .product-information ul li {
    margin-bottom: 8px;
}

.product-details .product-information ul li:last-child {
    margin-bottom: 0;
}

.product-details .product-information ul li span {
    float: right;
    color: #ff381f;
    font-weight: 500;
}

.product-details .details-information ul li {
    margin-bottom: 8px;
}

.product-details .details-information ul li:last-child {
    margin-bottom: 0;
}

.product-details .details-information ul li span {
    float: right;
    color: #ff381f;
    font-weight: 500;
}

.product-details .author-store {
    padding: 15px;
    background: #ff381f;
    border-radius: 8px;
    margin: 20px 0;
}

.product-details .content-button {
    float: right;
}

.product-details .author-store a img {
    width: 50px;
    height: 100%;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.product-details .author-store a .title-name {
    overflow: hidden;
}

.product-details .author-store a .title-name h4 {
    margin-bottom: 3px;
    font-size: 15px;
    color: #fff;
}

.product-details .author-store a .title-name span {
    color: #fff;
}

.product-details .product-review img {
    width: 35px;
    height: 100%;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.product-details .product-review .content-text {
    overflow: hidden;
}

.product-details .product-review .content-text h5 {
    margin-bottom: 3px;
}

.product-details .product-review .content-text span {
    display: inline-block;
    margin-bottom: 5px;
    color: #888;
    font-size: 13px;
}

.product-details .product-title ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 8px;
}

.product-details .product-title ul li .button {
    width: auto;
    margin-top: 8px;
}

.product-details .comment-form-title {
    margin-top: 20px;
}

.p-review .divider-space {
    height: 12px;
}

/*shopping cart*/
.wrap-action-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 0;
    border-top: 1px solid #273fdd;
    z-index: 99;
    background: #273fdd;
    height: 40px;
}

.wrap-action-cart .content-button .button {
    margin-top: 0;
    color: #fff;
}

.wrap-action-cart .content-total h6 {
    font-weight: 400;
    position: relative;
    top: 6px;
    text-align: center;
    color: #fff;
    text-align: right;
}

.wrap-action-cart .content-total h6 span {
    font-weight: 500;
    margin-left: 5px;
    color: #ff381f;
}

.cart {
    padding-bottom: 50px;
    margin-top: 45px;
}

.cart .content-box {
    box-shadow: none;
    border-bottom: 1px solid #eceff5;
}

.cart .list ul {
    background: transparent;
}

.cart .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cart .list ul li .item-content {
    padding-left: 0;
}

.cart .product-cart:last-child ul li {
    margin-bottom: 0;
}

.cart .content-image img {
    width: 100%;
    border-radius: 8px;
}

.cart .content-text a p {
    font-size: 13px;
    font-weight: 400;
}

.cart .content-info .price {
    font-size: 15px;
    font-weight: 600;
    color: #ff381f;
    display: inline-block;
    margin-bottom: 8px;
}

.cart .content-info form .item-input-wrap {
    display: inline-flex;
}

.cart .content-info form .item-input-wrap input {
    padding: 0 8px;
    font-size: 13px;
    height: 25px;
    background: #eceff5;
    border-radius: 3px;
}

/*checkout*/
.wrap-action-checkout {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 0;
    border-top: 1px solid #273fdd;
    z-index: 99;
    background: #273fdd;
    height: 40px;
}

.wrap-action-checkout .content-button .button {
    margin-top: 0;
}

.wrap-action-checkout .content-total h6 {
    font-weight: 400;
    position: relative;
    top: 8px;
    text-align: right;
    color: #fff;
}

.wrap-action-checkout .content-total h6 span {
    font-weight: 500;
    margin-left: 5px;
    color: #ff381f;
}

.checkout {
    padding-bottom: 35px;
    margin-top: 40px;
}

.checkout .item-content {
    padding-left: 0;
}

.checkout select {
    font-size: 13px;
}

.checkout .product-choose.content-box {
    box-shadow: none;
    border-bottom: 1px solid #eceff5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.checkout .content-image img {
    width: 100%;
    border-radius: 8px;
}

.checkout .content-text a p {
    font-size: 13px;
}

.checkout .content-info .price {
    font-size: 14px;
    font-weight: 600;
    color: #ff381f;
    display: inline-block;
    margin-bottom: 8px;
}

.checkout .content-info form .item-input-wrap {
    display: inline-flex;
}

.checkout .content-info form .item-input-wrap input {
    padding: 0 8px;
    font-size: 13px;
    height: 25px;
    background: #eceff5;
    border-radius: 3px;
}

.checkout .payment-methods .list .item-inner {
    margin-left: 8px;
}

.checkout .payment-methods .item-content {
    padding-left: 0;
}

/*home blog*/
.home-blog span {
    display: block;
    margin-bottom: 4px;
}

.home-blog span i {
    margin-right: 5px;
}

.home-blog .header-image .swiper-overlap.swiper-wrapper .swiper-slide {
    width: 250px;
    height: 100%;
    position: relative;
}

.home-blog .header-image .swiper-overlap.swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

.home-blog .header-image .swiper-overlap.swiper-wrapper .swiper-slide .image-caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.home-blog .header-image .swiper-overlap.swiper-wrapper .swiper-slide .image-caption h4 {
    color: #fff;
}

.home-blog .header-image .swiper-overlap.swiper-wrapper .swiper-slide .mask {
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.home-blog .recent-post .user-blog img {
    width: 36px;
    height: 100%;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.home-blog .recent-post .user-blog .title-name {
    overflow: hidden;
}

.home-blog .recent-post .user-blog .title-name h5 {
    margin-bottom: 2px;
}

.home-blog .recent-post .content-blog img {
    width: 100%;
    border-radius: 8px;
}

.home-blog .recent-post .content-blog .text {
    margin-top: 10px;
}

.home-blog .recent-post .content-blog .text h4 {
    margin-bottom: 4px;
    font-size: 15px;
}

.home-blog {
    margin-top: 35px;
}

.home-blog .divider-space {
    height: 12px;
}

/*blog single*/
.blog-single .b-single-content h4 {
    margin-bottom: 4px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.blog-single .b-single-content .blog-info ul {
    margin-bottom: 8px;
}

.blog-single .b-single-content .blog-info ul li {
    display: inline-block;
}

.blog-single .b-single-content .blog-info ul li:last-child {
    float: right;
}

.blog-single .b-single-content .blog-info ul li:last-child span {
    color: #ff381f;
    margin-left: 5px;
}

.blog-single .b-single-content img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blog-single .b-single-content .blog-share ul li {
    display: inline-block;
    margin-right: 5px;
}

.blog-single .b-single-content .blog-share ul li:first-child {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.blog-single .b-single-content .blog-share ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.blog-single .b-single-content .blog-tag p {
    color: #ff381f;
}

.blog-single .b-single-content .blog-tag p span {
    margin-right: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.blog-single .comment-people img {
    width: 35px;
    height: 100%;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.blog-single .comment-people .content-text {
    overflow: hidden;
}

.blog-single .comment-people .content-text h4 {
    font-size: 14px;
}

.blog-single .comment-people .content-text .date-time {
    margin-bottom: 10px;
}

.blog-single form .item-content {
    padding-left: 0;
}

.blog-single {
    margin-top: 40px;
}

.blog-single .comment-form {
    margin-top: 14px;
}

.blog-share {
    margin-top: 8px;
    margin-bottom: 8px;
}

.comment-people {
    margin-top: 14px;
}

/*pagination*/
.wrap-pagination {
    text-align: center;
}

.wrap-pagination ul li {
    display: inline-block;
    text-align: center;
    height: 30px;
    margin-right: 5px;
}

.wrap-pagination ul li:last-child {
    margin-right: 0;
}

.wrap-pagination ul li a {
    color: #444;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eceff5;
}

.wrap-pagination ul li.disabled {
    opacity: 1 !important;
}

.wrap-pagination ul li.disabled a {
    color: #fff;
    background: #ff381f;
    border-radius: 8px;
}

/*pricing table*/
.pricing {
    margin-top: 40px;
}

.pricing-table {
    text-align: center;
    border: 1px solid #eceff5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.pricing-table h3 {
    font-size: 16px;
}

.pricing-table .pricing-header {
    position: relative;
    background: #ff381f;
    padding: 20px 15px;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.pricing-table .pricing-header h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.pricing-table .pricing-header h2 sup {
    font-size: 22px;
}

.pricing-table .pricing-header i {
    position: absolute;
    top: -10px;
    left: -5px;
    opacity: 0.3;
    color: #fff;
    font-size: 60px;
    
}

.pricing-table .pricing-content {
    padding: 15px;
}

.pricing-table .pricing-content .pricing-title {
    margin-bottom: 15px;
}

.pricing-table .pricing-content .pricing-list ul li {
    border-bottom: 1px solid #eceff5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.pricing-table .pricing-content .pricing-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* about us */
.about-us {
    padding-top: 70px

    ;
}

.about-us img {
    width: 100%;
    border-radius: 25px;
}

.about-us .header-about {
    width: 100%;
    height: 300px;
}

.about-us .header-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 35px -10px rgba(0, 0, 0, 0.28);
}

.about-us .section-title h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
}

.about-us .section-title h3 {
    font-size: 23px;
    color: #0e0e4c;
}

.about-us .about-statistics .content {
    text-align: center;
}

.about-us .about-statistics .content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-us .about-statistics .content p {
    color: #b4b4b4;
}

/* contact us */
.contact {
    margin-top: 125px;
}

.page-content.contact-no-pd {
    padding-top: 0;
}

.contact-us {
    position: relative;
}

.contact-us.segments {
    padding-top: 16px;
}

.contact-us a.nav-back {
    position: absolute;
    top: 32px;
    right: 16px;
    left: auto;
}

.contact-us a.nav-back i {
    color: #2c374c;
    background: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.9);
}

.contact-us .content-map .map {
    width: 100%;
    height: 410px;
    border: 0;
    border-radius: 8px;
}

/* contact form on contact us page */
.contact-form {
    width: calc(100% - 15px * 2);
    height: auto;
    border-radius: 8px;
    margin: 16px;
    text-align: center;
    top: auto;
    bottom: 0;
    padding: 16px;
}

/*.contact-form .list .item-content:last-child .item-input-wrap {
  margin-bottom: 0;
}*/

/* sign in */
.contact .header-room {
    width: 100%;
    height: 300px;
}

.contact .header-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 35px -10px rgba(0, 0, 0, 0.28);
}

.contact .link-to {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 3px;
}

.contact .link-to p {
    color: #888;
}

.contact .link-to p a {
    font-weight: 500;
    margin-left: 10px;
    color: #2c374c;
}

.contact .sign-with ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact .sign-with ul li:first-child {
    margin-right: 16px;
    color: #888;
}

/*.contact .sign-with ul li::last-child {
  margin-right: 0;
}*/
.contact .sign-with ul li a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    border-radius: 16px;
    font-size: 14px;
}

/* sign in */
.sign-in {
    margin-top: 125px;
}

.sign-in .header-room {
    width: 100%;
    height: 300px;
}

.sign-in .header-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 35px -10px rgba(0, 0, 0, 0.28);
}

.sign-in .link-to {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 3px;
}

.sign-in .link-to p {
    color: #888;
}

.sign-in .link-to p a {
    font-weight: 500;
    margin-left: 10px;
    color: #2c374c;
}

.sign-in .sign-with ul li {
    display: inline-block;
    margin-right: 10px;
}

.sign-in .sign-with ul li:first-child {
    margin-right: 16px;
    color: #888;
}


.sign-in .sign-with ul li a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    border-radius: 16px;
    font-size: 14px;
}

/* sign up */
.sign-up {
    margin-top: 125px;
}

.sign-up .header-room {
    width: 100%;
    height: 300px;
}

.sign-up .header-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 35px -10px rgba(0, 0, 0, 0.28);
}

.sign-up .link-to {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 3px;
}

.sign-up .link-to p {
    color: #888;
}

.sign-up .link-to p a {
    font-weight: 500;
    margin-left: 10px;
    color: #2c374c;
}

.sign-up .sign-with ul li {
    display: inline-block;
    margin-right: 10px;
}

.sign-up .sign-with ul li:first-child {
    margin-right: 16px;
    color: #888;
}

/*.sign-up .sign-with ul li::last-child {
  margin-right: 0;
}*/
.sign-up .sign-with ul li a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    border-radius: 16px;
    font-size: 14px;
}

/* page not found */
.page-not-found .header-room {
    width: 100%;
    height: 300px;
}

.page-not-found .header-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 35px -10px rgba(0, 0, 0, 0.28);
}

.page-not-found .content {
    text-align: center;
    background: #ff381f;
    border-radius: 8px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    height: 310px;
}

.page-not-found .content .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.page-not-found .content .title h1 {
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-not-found .content .title h4 {
    font-size: 32px;
    color: #fff;
}

.page-not-found .content .title h1:last-child {
    margin-bottom: 0;
}

.page-not-found .content a.nav-back {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
}

.page-not-found .content a.nav-back i {
    color: #2c374c;
    background: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}

