/* ==========================================================================
   Table Of Content
   ========================================================================== 
   1.Fonts
   2.Typo
   3.General
   4.Buttons
   5.Top Search
   6.Navigation
   7.Homepage
   8.Listing template
   9.Listing Thumbnail
   10.Login / Register form 
   11.CMS Pages / Blog / FAQ.
   12.User Dashboard
   13.Checkout
   14.Footer

/* ==========================================================================
  1. Fonts
========================================================================== */ 
#order-assets-list li a{
    max-width: 300px;
    margin-top: 10px;
    background: #000;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 60px;
    color:#FFF !important;
}

.attribute-box.listing-attribut-payment_link{
    display:none;
}

.listing_addons .add-on-title {
    margin-top: 8px;
    margin-bottom: 10px;
    color: #333339!important;
    font-size: 19px;
   font-weight: 700;
}

.listing_addons .addon-price {
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

.addon-choose {
    padding: 0;
    margin-top: 8px;
}
#order-assets-list li a:hover{
    background:red;
    text-decoration:none;
}

.listing_addons li {
    background: #FFF;
    border-radius: 4px;
    padding-top: 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 1em 1.5em;
}


.card .card_img {
    height: 600px;
    background-position: top center;
}

#order-assets-list li a:before{
    content: '\f019';
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    color: #FFF;
}
.booking_summary_box small{
    color:#FFF
}

.page-header{
    padding-bottom:0;
}
.direct-checkout textarea,
.shop-view .about-user-avatar,
.shop-view .about-user-review,
.booking_summary_box .img-circle,
.order-status-label{
    display:none !important;
}

.hero-container .container {
    background: url('https://cdn.kreezalid.com/kreezalid/552846/files/994205/theme_store_kreezalid_cover.jpg');
        background-size: cover;
        padding:2em 3em;
}

.booking_summary_box {
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #000;
    color: #FFF;
}

.booking_summary_box h1 {
    color: #FFF !important;
}

.top_bar_menu {
    max-width: 1250px;
    margin: auto;
}
.other-listings h2, .other-listings .shop_avatar{
    display:none;
}
.order_show_wrap {
border: 1px solid #eee !important;
background-color: #fff !important;
padding: 40px;
border-radius: 5px;
}

.home_featured_collection.section-spacing {
    border: 1px solid #eee;
    margin-bottom: 30px !important;
    border-radius: 5px;
    margin-top: -20px !important;
}

.card {
    -webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
    box-shadow: 0px 1px 1px 0px #dfdfdf;
    border-radius: 5px;
    transition: translate .18s,box-shadow .18s;
    transform: translateY(0);
}

.card:hover {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    transform: translateY(-1px);
}

.card .product_info {
    padding: 1em;
    background: #FFF;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.contact-us .wh-part-head {
    color: #333 !important;
    border-bottom: 0 none;
}

.contact-us .wh-part-head h1 {
    color: #333 !important;
    font-weight: 200;
}

.contact-us .wh-part,
.contact-us .wh-part-head{
    background:none;
}

.site-copyright-area {
    font-size: 10px;
    max-width: 500px;
    color: grey;
}


.alert {
    margin-bottom: 5px;
}


.alert-danger  {
    display: hidden !important;
    border-color: #eee;
    background: #fafafa;
    color: grey;
    font-size: 0px !important;
    }

.alert-warning {
    background-color: #ff5a5f;
    color: white;
    border-color: #bbb;
    border-color: #ff5a5f;
}


.alert-warning a {
    color: white;
}

.listing-show .listing_reviews {
    display: none;
}

.order-details-row.supp_select  {
    padding: 40px 20px 40px 20px;
    font-size: 15px;
}

.orders-list {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 0px;
    border-radius: 5px;
}

.listing_reviews {
border: 0px solid #eee;
margin: auto !important;
max-width: 650px;
}

.listing_reviews h2 {
    display: none;
}

.about-user-body h2 {
    text-align: center !important;
    padding: 20px 5px;
}

.about-user-body hr {
    display: none;
}

.review_item .rate .fa.fa-star {
    font-size: 1.2em;
}

.rate .fa.fa-star {
    color: #000;
    font-size: 2em;
    margin-right: 10px;
}

.order-status-label.new-status {
    color: #ff5a5f;
}

.order_succeeded_alert h2 {
color: black;
font-size: 35px;
margin-top: 0px;
margin-bottom: 20px;
}

.order_show_wrap .list-unstyled {
    margin-top: 25px;
    margin-bottom: 35px;
}


.customer-order-content {
    font-size: 20px;
    font-weight: 700;
}

.customer-order-content {
    border-bottom: 1px solid #eee;
}

.primary__descr, .order_show_wrap .fancy-list li, small, .dashboard-body a {
    font-size: 14px !important;
}

.single_item {
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.order-status-label.accepted-status {
    color: #000 !important;
    font-size: 14px;
}

.order-status-label {
    font-size: 14px;
}

.order-status-label.canceled-status {
    font-size: 14px;
}

.page-title {
    color: #000;
    font-weight: normal;
    line-height: 1.2;
}

.secondary-modal-footer {
    background: #fff;
}

.order_succeeded_alert {
    padding: 30px;
    border: 1px solid #eee;
}

.order-summary_list_status {
    text-align: left;
}

.path.circle, .path.check {
    stroke: #000 !important;
}

.order_summary_list_item .see_order_details {
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    background: #27BD7E;
    font-size: 14px;
}

#progressbar li.active:before, #progressbar li.active:after {
background: #666 !important;
}

#progressbar li:before {
    width: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
    color: #fff !important;
    background: #000 !important;
    border-radius: 99%;
    height: 40px !important;
}

.the_nest_step_after_sign_up-input-div {
      background: #ff5a5f !important;
      padding: 10px;
      color: #fff;
      border-radius: 5px;
}

.btn {
    border-radius: 5px !important;
}


 
 footer h4 {
    font-size: 18px !important;
}

@media (min-width: 1000px){
    .list_item {
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin: 10px;
    }
}

.btn-lg {
    margin-top: 10px;
    font-size: 17px;
}

.attribute-box-content body {
    color: grey !important;
}

.home_about_you p {
    font-size: 1.2em;
    color: #999;
}

footer h6 {
    font-size: 12px;
    color: #666 !important;
}

.route {
    border: 1px solid #eee;
}

.inbox.inbox_notification_menu .message_preview_item li a {
    line-height: 1.2em !important;
    padding-bottom: 15px;
}

.inbox-item {
    border: 1px solid #eee;
}

#main-wrapper-inbox {
    color: #000 !important;
    background-color: #fff;
}

@media (max-width: 960px){ 
    .card .product_info .listing-supplier-avatar img {
        margin-bottom: 0px !important;
        display: none;
    }
}

.card .product_info .listing-supplier-avatar img {
    border: 2px solid #fff;
    width: 40px !important;
    height: 40px !important;
    margin-bottom: -36px;
    border: 2px solid #eee;
}

.bootbox-body {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
}


#headerMainSearchForm input {
    border: 1px solid #eee !important;
}


.btn.btn-primary.mt-md {
    color: #fff !important;
    background-color: #242424 !important;
    padding: 15px 25px;
    border-radius: 5px !important;
    margin-top: 0px;
}

.row .results_list_sort, .site-copyright-area {
    display: none !important;
}

.filter_sidebar a {
    font-size: 18px;
    line-height: 1.8em;
}

.filter_sidebar a:hover {
    color: #000 !important;
}

.listing_description h2 {
    font-size: 15px !important;
}

.result_category_list {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee
}

.view_shop_cta {
    margin-top: 0px;
}


.listing_info_sidebar .vendor_name{
    display:none;
}

.listing_info_sidebar{
    text-align:center;
}

.listing_container .price {
    float: none;
    text-align: center;
}
/* ==========================================================================
  2. Typo
========================================================================== */ 

h1, h2, h3, .page-header h1 {
   text-transform: normal;
   letter-spacing:0
}

body, a, h4, h5, .welcome-message h2, .home_about_you h2, .home_about_you p, .cc-window { font-family: 'CircularStd-Book', sans-serif !important;
 text-transform: normal;
 font-weight: normal;
}

.speech, h10, ul, .about-user-advanced-store-app, .home_about_you h5, .navbar-inverse .navbar-nav > li > a, .welcome-message h2, .listing_detail_content p, .listing-attribut-list, footer h6, .category_description, .all_listings_description, div#about-home p, .cms-page-content p, .listing-attribut-list li.selected, ol {
    font-size: 14px !important;
      -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.listing-attribut-list li.selected {
color: #808080 !important;
}

.home-search button[type=submit] {
    font-size: 13px;
}

.listing-attributes-grid .attribute-box .listing_attr_title {
    font-size: 15px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
}

label {
    font-weight: normal;
}

h4 {
    font-size: 1.4em !important;
}

.listing-attribut-list, .member_date, small, .cms-page-content p, .home_about_you h5, .about-user-advanced-store-app, ol, ul {
    color: #666666;
    font-size: 14px;
}

small {
    line-height: 1.8em !important;
}

.el-card-item .el-overlay, .el-card-item .el-overlay-1 img {
    border-radius: 50px !important;
    transition: none !important;
    transform: none !important;
}

.about-user-advanced-store-app {
    padding: 10px;
    text-align: center !important;
    max-width: 600px;
    margin: auto;
}

.listing-cover {
    background-size: cover;
    height: 120px !important;
    border-radius: 5px;
}

.home_about_you h5 {
    line-height: 1.6em !important;
}

.dashboard-body .listings-list, .dashboard-body .wh-part-body {
    border: 1px solid #eee !important;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 30px;
}

#home_dashboard_body .white-box {
    border: 1px solid #eee !important;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 30px 30px 20px 30px;
}

.booking_summary_box h1 {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.dashboard-body a {
    font-size: 14px !important;
}

div#about-home h3 {
font-size: 15px;
}

div#about-home p {
font-size: 14px;
color: #666666;
}

div#about-home .mt-md {
    width: 1200px;
    margin: auto;
}

div#about-home .col-md-4 {
    width: 31%;
}

div#about-home .col-md-4 a {
    color: black;
    border-bottom: 1px solid #000;
}

div#about-home .col-md-4 a:hover {
    text-decoration: none !important;
}

/* ==========================================================================
  3. General
========================================================================== */ 
 a {
    color: #0be77d;
}
.grey-bg{
  background:#f9f9f9;
}

.breadcrumb, 
.breadcrumb li a {
  font-size: 14px;
  display: none;
}

.label-primary {
    display: none;
    color: grey !important;
    background-color: #FFF !important;
    border-color: grey !important;
}

.modal-content {
    background: #fff;
    margin-top: 20% !important;
    border-radius: 0px !important;
    border: 1px solid #eeeeee;
    box-shadow: none !important;
}

.modal-backdrop.in {
    opacity: 0.3 !important;
}

.modal-footer {
    border: none;
    padding-top:0;
}

.blue-border-box.thin {
    border:0 none;
}
.listings_success h1, .listings_success h1 .blue {
    color: #000 !important;
    font-size: 39px;
}

.add-annonce-step {
    background-color: #fff !important;
    top: 20px;
    z-index: 0;
}

.add-annonce-step ul li.active:before {
    background-color: #000 !important;
}

.add-annonce-step ul li {
    background-color: #fff !important;
}

.white-box.my-listings, .white-box.my-revenue {
    color: #000;
}
.listing_container .breadcrumb li a {
    font-size: 12px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
}
.listing_container .breadcrumb {
    margin-bottom: 30px;
    font-size: 12px;
        display: none;
}

.slick-slide img {
    border-radius: 5px;
    border: 1px solid #eee;
}

.post-show .share_post{
    display:none;
}

.post-show .blog-share a .fa{
    text-align:center;
}

.page-header h1.post-title{
    color:#FFF !important;
 }
 

.page-header h1.post-title:after,
.page-header.post-show:after,
.page-header.post-show:before{
    content:none;
}
.blog-category a{
    color: #0be77d;
}

@media(min-width:992px){
    .page-header.post-show{
        padding-top: 5em;
        padding-bottom: 10em;
        margin-bottom:0;
    }
    .page-section.post .col-md-10.col-md-offset-1{
        background: #FFF;
        margin-top: -10em;
        padding: 5em;
     }
     
    .post-show .a2a_kit a {
        float: none;
        display: block;
    }
    .post-show .container .col-md-10.col-md-offset-1{
        position: relative;
        width: 100%;
    }
    
    .post-show .blog-share{
        position: absolute;
        right: 0;
        top: 0;
        float: none;
    }
    .page-header h1.post-title {
        width: 60%;
    }
}

.notification.success {
    background: #000;
    color: #fff !important;
    border: 0px solid #29e77d;
}
.notification.closed {
    transform: translate(0,-200px);
    transition: 2s;
}

.notification.success .notification-msg:before {
    top: 12px;
    bottom: auto;
    content: "\f00c";
    position: absolute;
    left: 30px;
    font-family: Fontawesome;
    font-size: 1.4em;
    line-height: 1em;
}

.fa-pencil {
     color: white !important;
 }

.notification.success .notification-end {
    background: #000;
}

.notification.success .close {
    top: 5px;
    color: #fff !important;
}

 h3.box-title {
    margin-bottom: 0px !important;
}

.speech {
    padding: 0px 0px 40px 0px;
    border-bottom: 1px solid #eee;
}

.order_show_wrap h2 {
    margin-bottom: 40px;
}

.status_info.off:before {
    display: none;
}

.status_info.on:before {
    display: none;
}

.status_info.off {
    color: #E88D8D;
}

.status_info.on {
    color: #27BD7E;
}


.listing-description {
max-width: 600px;
}

.listing_list_item small {
    display: none;
}

.col-md-offset1 {
    margin-left: 0px;
}

.checkout-process h1 {
    text-align: center;
}

.zoom-badge {
    background: #242424;
}

.listing_preview a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 25px;
    color: #242424;
    margin-top: 10px;
}

.text-right {
    text-align: left;
}

#back-top {
    bottom: 8px;
}

.mt-sm small {
    color: #bbb !important;
    margin-top: 10px;
    line-height: 0.5em !important;
}

.home_about_you .edito_img {
    display: none !important;
}

.home_featured_listings h2 {
    text-align: center !important;
    margin-top: 60px;
    font-size: 29px !important;
    width: 96%;
}

.noUi-base {
    width: 92% !important;
    margin-left: 6% !important;
}

.user-badges {
    width: auto !important;
    display: none;
    margin: 15px auto;
    background: #242424;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 20px;
    letter-spacing: 1.5px;
}

div#allreviews {
    display: none !important;
}

.about-supplier-head {
    text-align: center !important;
}

.user_account_menu .public_username {
    margin-right: 10px;
}

.home_about_you {
    padding-top: 100px !important;
    padding-bottom: 60px !important;  
}

.home_about_you .col-md-6 {
width: 100%;
}

.main-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px !important;
    padding-bottom: 50px !important;
}

.home_featured_listings.section-spacing {
    border: 1px solid #eee;
    padding: 2em;
    border-radius: 5px;
}

.section-spacing {
    max-width: 1180px !important;
    margin: auto !important;
    float: none !important;
}

.card .card_img .product_price {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
 font-size: 14px;
}

.filter_sidebar .side-wrapper {
    border: 0px solid #eee;
    border-radius: 5px;
    padding: 20px 30px 20px 0px;
}

.mini .user-avatar {
    border: 3px solid #eee;
}

.img-circle {
    border-radius: 50%;
    height: 50px;
    margin-right: 5px;
    width: 50px;
    border: 3px solid #eee;
}

.filter_sidebar .checkbox label {
    color: #808080 !important;
    font-size: 13px;
    margin-top: 5px;
}

.checkbox {
    margin: 0px;
}

.other-listings .container {
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    padding: 50px 0px !important;
    max-width: 1140px !important;
}
.preset-2.listing-attributes-grid .attribute-box {
    flex: -1;
    max-width: 35%;
    padding-top: 20px;
    padding-right: 20px;
}

.listing_detail_content{
        padding: 1em 2.5em 2em 2.5em !important;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    
    .listing-attribut-list li {
        display: block !important;
    }
    
    .listing_description {
    background:#FFF;
}

.online-success, .add-annonce-step ul li {
    display: none !important;
}



.see_more_details a {
    color: #808080;
    font-size: 13px;
}


    .preset-2.listing-attributes-grid {
        margin-top: 0px;
    }
    
    .listing-description {
        color: grey;
    }
    
    .results_list_item {
    min-width: calc(33.33% - 15px);
    max-width: calc(33.333% - 15px);
    margin: 5px 5px 5px 10px;
    width: 33.3333%;
}
    
    .listing_container h1.entry-title .label {
        font-size: 12px !important;
        border-radius: 5px !important;
        display: none !important;
    }
    
    .listing-supplier-name small {
        font-size: 13px !important;
        color: #aaa !important;
    }
    
    .card .product_info .listing-name a {
        color: #000;
        font-size: 15px !important;
        margin-top: 0px !important;
    }
    
.nav>li>a {
    padding: 10px 12px;
}    

    .notification_count {
        background: #242424;
    }
    
    .listing_form_price_description {
    background-color: #fafafa;
    border-color: #fafafa;
    border-radius: 6px;
    background-size: 22px;
    background-position: 18px 16px;
    background-repeat: no-repeat;
    padding: 13px 13px 2px 53px;
    background-image: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/warning.png) !important;
}
    
    .hero-container .container {
        padding-top: 80px !important;
    }

    #booking-summary-sidebar small {
        display: hidden !important;
        font-size: 0px !important;
        line-height: 0px;
    }
    
    .cms-page .page-header {
        height: 250px !important;
    }
    
.search_result_container {
        padding-top: 50px !important;
    }
    
    .white-box .box-title {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 700 !important;
    }
    
    .add_listing_cta {
        margin-top: 20px !important;
    }

.shop_overview .col-md-3 {
flex: initial !important;
}

.all-listings-head-content {
    max-width: 550px;
}

.selected-filter {
    display: none !important;
}

.dashboard-body .white-box {
    background: transparent !important;
}

 .white-box {
     border: none !important;
 }

.filter_sidebar {
    border-right: none;
}

.results_list {
    border-left: 0px;
}

.page-header {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_minimalist_cross.png) top no-repeat !important;
  background-size: 800px !important;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px !important;
}

.tos .page-header, .cms-page .page-header, .welcome-messag {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_minimalist_cross.png) top no-repeat !important;
  background-size: 800px !important;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center !important;
}

.gray2-wrapper.login, .register.gray2-wrapper, .gray2-wrapper, .listing_neww_success_wrapper, .other-listings .container, .welcome-message {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_cross_2.png) top no-repeat !important;
  background-size: 800px !important;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}
 .home_featured_listings.section-spacing {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_cross_2.png) top no-repeat !important;
  background-size: 800px !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

.home_about_you {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_cross_2.png) bottom no-repeat !important;
  background-size: 900px !important;
  margin-bottom: 0px;
  background-color: #fff;
}


.listing_container {
    background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_cross_2.png) top no-repeat !important;
    background-size: 0px !important;
    border-bottom: 0px solid #eee;
    padding-top: 60px;
    padding-bottom: 40px;
}

.welcome-messag {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_listing_cross_light.png) 66% center no-repeat !important;
  background-size: 500px !important;
}

.listing_detail_content {
  background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/banner_listing_2_cross_light.png) right top no-repeat !important;
  background-size: 85% !important;
}

.listing_detail_content h2:before {
  content: "";
    background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/about.png) center center no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.preset-2.listing-attributes-grid:before {
  content: "";
    background: url(https://cdn.kreezalid.com/kreezalid/552846/files/994205/light.png) center center no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
}

/* ==========================================================================
  4. Buttons
========================================================================== */ 

.btn-primary {
    background-color: #242424 !important;
    border-color: #fff !important;
    font-size: 13px !important;
    border-radius: 5px;
}

.btn.btn-primary.black-line {
    background: #FFF !important;
    border-color: #000 !important;
    color: #000;
    
}
.btn {
    transition: all .2s;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
button[type="submit"]:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.0);
}
.btn.btn-primary.white {
    background: #FFF !important;
    border-color: #FFF !important;
    color: #484848;
    padding: 10px 25px;
    border-radius: 5px;
}

a.btn.btn-primary.listing-add {
    margin-left: 13px;
    letter-spacing: 0em;
    padding: 12px 20px;
    color: #000 !important;
    font-size: 13px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
}

a.btn.btn-primary.listing-add:hover,
a.btn.btn-primary.listing-add:focus {
    
}

a.btn.btn-primary.line {
    color: #fff !important;
    background: #242424 !important;
    border-color: #242424 !important;
    font-size: 14px;
}

.file-upload-button {
    background-color: #242424 !important;
    border-color: #242424 !important;
}

/* ==========================================================================
  5. Top search
========================================================================== */ 


.header button.btn-search.header button.btn-search, 
.home-search button[type="submit"] {
    color: #fff !important;
    background-color: #242424 !important;
    border-radius: 5px !important;
    border-color: #242424 !important;
}


.top_search_cta {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}


/* ==========================================================================
  6. Navigation
========================================================================== */ 

.navbar-inverse .navbar-brand {
    color: #000;
    font-weight:bold;
    padding: 25px;
}

.navbar-collapse {
    border-bottom: 1px solid #eee !important;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    text-align: left !important;
    z-index: 999 !important;
    background: #fff !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 3px 15px rgba(100,100,100,.05);
    -moz-box-shadow: 0px 3px 15px rgba(100,100,100,.05);
    box-shadow: 0px 3px 15px rgba(100,100,100,.05);
}

.dropdown-menu>li>a {
    line-height: 3em !important;
}

.inbox.inbox_notification_menu .message_preview_item li, .inbox.inbox_notification_menu .message_preview_item li.view_all_cta a {
    line-height: 3em !important;
    font-size: 14px;
    text-decoration: none;
    text-align: left !important;
    padding: 3px 20px;
    justify-content: left !important;
}

.inbox.inbox_notification_menu .message_preview_item li.view_all_cta a {
    padding: 3px 0px;
}

.navbar-brand > img {
  margin-top: 0;
  height: 30px !important;
}

@media (min-width: 992px){
.container.clear_menu {
  display: flex;
  align-items: center;
  width: 100%;
}
}

.navbar-inverse .navbar-nav > li > a.dropdown-toggle:before{
  background:none;
}

.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
    color:#999;
}

@media (min-width: 768px){
  .navbar-inverse .navbar-nav>li>a{
    margin-top:0;
    padding-bottom: 8.5px;
    color: #555;
  }
}

@media (min-width: 992px){
  .navbar-brand > img {
      height:auto;
  }
  .navbar-inverse {
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: none;
    background: #f4f3f1;
    }
    .navbar-right {
    float: left !important;
  }
}
/* ==========================================================================
  7. Homepage
========================================================================== */ 


.homepage-body .main-content {
    padding-bottom:0;
}
.more-info h4 {
    font-weight:bold;
}

.more-info .post_link .post-title{
    margin-top:0;
    font-weight:400;
    line-height:1.5em;
    border-bottom: solid 2px #5553;
    display: inline;
    color: #555;
}
/*** Masonry section ***/

.masonry-grid {
    margin-top: 30px;
}

.masonry-grid img{
    width:100%;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius:5px;
}

.masonry_hover {
    position: absolute;
    top: 0;
    color: #FFF;
    width: 100%;
    min-height: calc(100% - 30px);
    max-height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 5em 2em;
    opacity: 0;
    transition: all 1s;
    border-radius:5px;
}

.masonry-grid a:hover .masonry_hover{
    opacity:1;
}
.masonry_hover.blue{
   background: #00d492b8; 
}
.masonry_hover.red{
   background:#ff271cd6; 
}

.masonry_hover.darkblue{
    background:#1f3ca6d6;
}

.masonry_hover.yellow{
    background: #ffc107d6;
}
.masonry_hover.pink{
    background: #ffbbd2d4;
}
.masonry_hover.darkpink{
    background:#e80053d6;
}
.masonry_hover.purple{
    background: #5e00d4c7;
}
.masonry-grid a {
    position:relative;
    display:block;
}

.home_about_you h2,
.home_about_you h3,
.home_about_you h4,
.home_about_you h5,
.home_about_you h6,
.home_about_you p,
.home_about_you a,
.home_about_you span,
.home_about_you {
    color:#999;
}

.home_about_you . .btn-primary,
.btn.btn-primary.gradient{
    margin-top:20px;
    background-image: -webkit-gradient(linear,right top,left top,from(#ff786b),to(#ff4338));
    background-image: -webkit-linear-gradient(right,#ff786b,#ff4338);
    background-image: linear-gradient(270deg,#ff786b,#ff4338);
    border: 0 none;
    text-transform: uppercase;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
.home_about_you{
    padding-top: 8em;
    padding-bottom: 8em;
    margin-bottom: 0 !important;
}
.home_about_you .container{
    z-index:1;
    position: relative;
}

.trending-categories h3{
    font-size: 1.2em;
    font-weight: bold;
    padding-left:15px;
    padding-right:15px;
}

.trending-item {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius:12px;
    margin-top: 10px;
    margin-bottom:10px;
    overflow: hidden;
}

.trending-item a {
   color: #555;
}
.trending-item a:hover,
.trending-item a:focus{
    color:#ff261e;
    text-decoration:none;
}
.trending-item h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2em 1em;
    background: #FFF;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.trending-item img {
    width: 100%;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 375ms;
    transition: transform 375ms;
    transition: transform 375ms,-webkit-transform 375ms;
}

.trending-item a:hover >img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poster, .hero-container .overlay-filter {
    left:0;
    top:0;
    background: #0000!important;
}

.home-search button[type="submit"] {
  border-radius:5px;
}
.home-search input,
.home-search select{
    margin-right: 0;
    color: #cacaca;
    background-color: #f4f4f4 !important;
    border-radius: 5px !important;
}

.home-search input::-webkit-input-placeholder {
    color: #cacaca !important;
}

.home_featured_collection h2, 
.section-header h2 {
  text-align: left;
}

.home_featured_collection h2:after,
.section-header h2:after {
    content: '';
    display: block;
}


.home_featured_collection h2, 
.home_featured_listings h2, 
.section-header h2 {
  text-transform:none;
  letter-spacing:0;
}

.home_featured_listings.section-spacing {
    background: #fff;
    padding-top: 0px;
    margin-bottom: 50px;
}

figure.hover--effect.effect-1 h2,
figure.hover--effect.effect-1 p{
    transform:none;
    transition:none;
    letter-spacing:0;
    word-spacing: normal;
}

figure.hover--effect.effect-1 figcaption,
figure.hover--effect.effect-1 figcaption h2,
figure.hover--effect.effect-1 figcaption p,
figure.hover--effect.effect-1 figcaption a{
    text-align: left !important;
    width: 120% !important;
}

figure.hover--effect.effect-1:hover img {
    transform: none;
    filter: none;
}

.home-search-wrapper{
    margin:0;
}

.homepage-hero-module.welcome-message{
    position:relative;
}

 .welcome-message h1,
 .welcome-message h2{
      letter-spacing: 0;
  }

  .welcome-message h2 {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 28px !important;
  }
  .welcome-message h1 {
      color: #fff !important;
    font-weight:bold;
  }
 .welcome-message h1:after{
     content:'';
     display:block;
 }
   figure.hover--effect.effect-1 h2{
      font-size:0.9em;
      padding-top: 10px !important;
      font-weight: bold;
 }
 
.more-info .post-summary {
    margin-top:10px;
    color: #999;
    font-size: 14px;
}
 
@media(max-width:480px){
    figure.hover--effect.effect-1 figcaption p {
        opacity:1;
        
        padding:0;
    }
}

figure.hover--effect.effect-1{
      display:flex;
      align-items:center;
  }
  
  
  figure.hover--effect.effect-1 figcaption,
  figure.hover--effect.effect-1 figcaption h2,
  figure.hover--effect.effect-1 figcaption p,
  figure.hover--effect.effect-1 figcaption a{
      color: #484848;
      opacity:1;
  }

@media(min-width:481px){
  figure.hover--effect.effect-1{
      display:flex;
      align-items:center;
  }

  figure.hover--effect.effect-1 h2{
      text-align:right;
  }
  figure.hover--effect.effect-1 a.featured_cat_home_cta{
      display:none;
  }
  figure.hover--effect.effect-1 img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: auto;
      margin-left: 35%;
  }
  figure.hover--effect.effect-1 .features_cat_img, 
  figure.hover--effect.effect-1 figcaption {
      position:relative;
      width:50%;
  }


  figure.hover--effect.effect-1 figcaption,
  figure.hover--effect.effect-1 figcaption h2,
  figure.hover--effect.effect-1 figcaption p,
  figure.hover--effect.effect-1 figcaption a{
        padding-left:15px;
  }
  figure.hover--effect.effect-1 figcaption{
        padding-left: 15px;
        padding-right: 30px;
        text-align: right;
        padding-top: 15px;
        padding-bottom: 15px;
  }
  figure.hover--effect.effect-1 figcaption p {
        font-size: 0.7em;
        margin-top: 0px;
        color: #999;
        text-align: left;
  }
  figure.hover--effect.effect-1 {
      box-shadow: none;
      border-radius: 5px;
      border: 1px solid #eee;
      padding-left: 0px !important;
  }
}

figure.hover--effect.effect-1 .features_cat_img, 
  figure.hover--effect.effect-1 figcaption {
      position:relative;
      width:50%;
  }

  figure.hover--effect.effect-1 figcaption,
  figure.hover--effect.effect-1 figcaption h2,
  figure.hover--effect.effect-1 figcaption p,
  figure.hover--effect.effect-1 figcaption a{
      color: #484848;
      opacity:1;
  }

figure.hover--effect.effect-1 {
      box-shadow: none;
      border-radius: 5px;
      border: 1px solid #eee;
      padding-left: 0px !important;
  }
  
 figure.hover--effect.effect-1 img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: auto;
      margin-left: 35%;
  }

@media (min-width: 992px){
    .home_welcome_cover_img img {
        margin-top:60px;
        width:550px;
    }
    
    .trending-categories{
        text-align:left;
    }
    .homepage-hero-module.welcome-message:before {
        content: "";
        position: absolute;
                display: none;
        border-radius: 250% 95%;
        width: 60%;
        height: 145px;
        background-color: #fff;
        right: 0px;
        bottom: -115px;
    }
    
    .homepage-hero-module.welcome-message:after {
        content: "";
        position: absolute;
                display: none;
        border-radius: 100% 38%;
        width: 60%;
        height: 120px;
        background-color: #f4f3f1;
        left: -10px;
        bottom: -43px;
        z-index: -1;
    }
    
  .home-banner-content {
    text-align: left;
    color: #484848;
    padding: 0;
   
  }
  .scope{
    border-left: 2px solid #00b764;
  }
  .welcome-message{
    background-attachment:fixed;
    margin-bottom: 3em;
  }

  .home-search{
      display:block;
      margin:0;
      padding:0;
  }
  .home-search {
      width: 100%;
      margin-left: 0px;
    }
    
    .narrow_pad {     
      margin-bottom: 10px;
      padding-left: 0;
  }
}

@media(max-width:991px){
    .homepage-hero-module.welcome-message{
        height: auto !important;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .welcome-message h1 {
        margin-top: 1em;
    }
    .trending-categories h3.heading_with-divider {
        margin-top: 60px;
    }
}
@media(min-width:768px){
    .more-info .column-1{
      border-right: 2px solid #e6e6e6;
    }
    .more-info .column-1{
    padding: 60px 45px 60px 0;
    }
    .more-info .column-2{
        padding: 60px 0px 60px 45px;
    }
}

/* ==========================================================================
  8. Listing Template
========================================================================== */ 

@media (min-width: 992px){
    .listing_main_body {
        width: 65%;
    }
    .listing_info_sidebar {
        width: 35%;
        padding-left: 15px;
        margin-top: 0 !important;
        background: #fff;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
}

.publish_on_date,
.report{
   display:none;
}

.add-to-favorite-wrapper .wishlist-btn {
    font-size: 13px;
    color: #000;
}

span.a2a_svg{
    background:#fff !important;
}
span.a2a_svg path {
    fill: #ff5660 !important;
}

.user-external-link a{
    margin-top: 20px !important;
}

.user-external-link a{
    background: #fff;
    color: #242424;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #eee !important;
    margin-top: 10px !important;
    display: block;
}

.user-external-link a:hover {
    background: #000;
    color: white;
}

.user-external-link a:after{
    content:'\f06e';
    font-family:FontAwesome;
    margin-left: 5px;
}
.about-user-review .rate .fa.fa-star-o,
.listing_info_sidebar .rate .fa.fa-star-o {
    color: #000 !important;
    font-size: 1.8em;
    margin-right: 5px;
}
.rate .fa.fa-star-o {
    color: #000 !important;
    font-size: 1.8em;
}

.listing_info_sidebar .rate{
    display: block;
    margin-top: 20px;
}

a.btn.btn-primary.btn-live-preview {
  background: #eee;
  color: #000;
  border-color: #e4e7ea;
  font-size: 0.8em;
  margin-top: 20px;
}

.listing-tags-item a::after {
  background: #f9f9f9 !important;
}

.wishlist-btn.add-to-wishlist,
.wishlist-btn.remove-from-wishlist{
  background: none;
  border: none;
    
}

a.vendor_name:hover {
    text-decoration:none;
}

.wishlist-btn.add-to-wishlist i {
  margin-right:5px;
}

a.add-to-favorite {
  width:100%
}

a.add-to-favorite:hover,
a.add-to-favorite:focus {
  color: #FFF!important;
  background-color: #FF5A5F !important;
  border-color: #FF5A5F;
}
.social-share{
  margin-top:10px;
}
.social-share .social-block, 
.social-share, 
.social-share-links {
  text-align:center;
}

.social-block, .social-share-title {
  display: inline-block;
}

.social-block ul {
  margin:0;
}

.social-share-title{
  margin:0 15px 0 0 !important;
}

.social-share-links, 
.report, 
.tags {
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
}

a.report_listing_link {
  color: #464646;
  font-size: 15px;
}

.listing_container .btn-inbox {
    width: 100%;
}

.msg_to_supplier {
    float:left;
    margin-top: 15px;
    border: 1px solid;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    width:100%;
}

.msg_to_supplier:hover,
.msg_to_supplier:focus{
    text-decoration:none;
    background:#0be77d;
    color:#FFF;
}


.date_range_box {
    border: 1px solid #484848;
    border-bottom: 0;
}

select#qty_select {
    border: 1px solid #484848;
    width: auto;
    padding: 0 50px !important;
}
input.btn.btn-rounded.btn-primary.add-to-cart {
    background: #242424 !important;
    border-radius: 5px !important;
    color: #FFF;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    padding: 0;
}

.date_range_box .fa {
    color: #ff5a5f;
}

.gr__yourbnb_mykreezalid_com .bootstrap-datetimepicker-widget table td.active{
    background-color: #ff5a5f !important;
}

.single_date_booking select {
  border-radius:5px !important;
}

.date_range_box{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.add-to-cart.btn.btn-rounded.btn-primary{
    letter-spacing: 0;
    font-size: 1.2em;
    text-transform: none;
    font-weight: bold;
    color: #000;
}

.listing_main_body .slick-prev, 
.listing_main_body .slick-next {
  top:40%;
}
.listing_description h2 {
    text-transform: none;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px !important;
    text-align: left;
    line-height: 1.5em;
}

.listing_description h2:after {
    margin: 0px 0;
    content: "";
    display: none;
}

.other-listings h2 {
    margin-top: 10px;
    margin-bottom: 0px !important;
    letter-spacing: 0px !important;
    font-size: 25px;
}

.other-listings h2:after {
    width: 65px;
    height: 0px;
    letter-spacing: 0px !important;
    background: #000;
    display: block;
}
.listing_container .btn-inbox {
    width:100%;
    border-radius: 5px !important;
    border-color: #f0f0f0 !important;
    background: #f0f0f0 !important;
    color: #242424 !important;
    height: 50px;
    font-size: 14px;
    line-height: 46px;
    padding: 0;
}

.cta-inbox-app .btn {
    width: auto !important;
    margin: 15px auto;
    display: inline-block;
    background: #242424 !important;
    border: none !important;
    color: #fff !important;
    font-size: 9px;
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    padding: 10px 20px;
    letter-spacing: 1.5px;
}


.listing_details_list_location a, 
a.vendor_name {
  color:#484848;
}

.filter_sidebar .filter_title {
    color: #000 !important;
    background-color: #FFF !important;
    padding: 0;
    font-weight: bold;
}

.noUi-connect {
    background: #eee !important;
}
.noUi-handle {
    border: 2px solid #555 !important;
}

@media (min-width: 992px){
  .listing_description .attribute-box {
        width: 49%;
    }
    .attribute-box p.listing_attr_title {
        font-size: 1em;
        display: inline-block;
    }
    .listing_info_sidebar {
        margin-top: 0;
    }
    .product_info .listing-supplier-avatar {
        position: absolute;
        right: 10px;
        bottom: 100px;
    }
    .add-to-cart.btn.btn-rounded.btn-primary {
        border-radius: 5px;
    }
    
    .listing_detail_content h2{
        flex:1;
    }
    
     .results_list_row {
     margin-left: 0px;
 }
 
    .shop_overview {
       display:flex;
    }
    .shop_overview .col-md-3{
        flex:1;
    }
    .shop_overview {
        flex:3;
        padding: 2em;
        color: grey;
    }

    
    .listing-attributes-grid {
        margin-top: 18px;
    }
    
    .preset-1.listing-attributes-grid .attribute-box {
        min-width: 80% !important;
        margin-left: 40px;
    }
    
    .shop-view .about-user-avatar {
        margin-top: 10px;
        border: 4px solid #eee !important;
    }

    .preset-2.listing-attributes-grid {
        flex:2;
        padding: 0em 2em
        display: inherit !important;
    }
 
   
    .listing_description{
        padding-bottom:0;
    }

    .other-listings {
        margin-top: 50px !important;
    }    
}
/* ==========================================================================
  9. Listing Thumbnail
========================================================================== */ 

.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: translate 0s,box-shadow .18s;
    transform: translateY(0);
    box-shadow: 0 16px 23px rgb(0 0 0 / 10%), 0 4px 15px transparent;
}

.card:hover {
    box-shadow: none;
    transform: translateY(0px);
}

.card .listing-name {
    color: #000;
    transition: color 0.3s;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.card .product_info {
    padding: 1em;
    background: #FFF;
    border: 1px solid #eee;
}
.card_link {
    color:#333;
}

.card .product_price {
    color: #000;
    font-weight: bold;
}

.card .card_img .product_price {
    background: #000;
}

.card .listing-category small {
    color: #aaa !important;
    font-size: 13px !important;
    display: block;
    margin: 0px;
}
.card .wishlist-btn{
    margin-top:0;
}

.card a{
    color:#000;
}


.card_link:hover,
.card_link:focus{
    text-decoration:none;
}


.card .product_info .product-information {
    padding-left: 0;
    list-style: none;
    margin-top: 5px !important;
}

.card .card_img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #eee;
        border-top: 1px solid #eee;
            border-right: 1px solid #eee;
}

.listing-city {
    font-size: 0.85em;
    color: #9e9e9e;
    font-weight: 200;
    margin-left: 5px;
}

.listing-city:before {
    content: "\f041";
    font-family: Fontawesome;
    margin-right: 5px;
}


/* ==========================================================================
  10. Login / Register form
========================================================================== */ 


.login h1, 
.register h1 {
    color:#000000;
    margin-top:40px;
    text-align: center;
    font-size: 39px;
}

.login h1:after, 
.register h1:after{
    content: '';
    display: block;
}


.login .wh-part-body,
.register .wh-part-body {
    padding-left:0;
    padding-right:0;
}

.spec_options, .file_container[data-state=uploaded],
.pictures-list .file_container, .file-upload-input
{
  border: 1px solid #eeeeee !important;
}

.spec_options {
    padding: 20px;
}

.register .form-control,
.register select.form-control{
  border-radius: 0px !important;
  border: 1px solid #eeeeee !important;
}

.form-control {
    border: 1px solid #eeeeee !important;
}

.gray2-wrapper.login, 
.register.gray2-wrapper {
  margin-bottom:0px;
  background: #FFF;
}
.login .workbook-content,
.register .workbook-content{
  text-align: center;
  margin-left: 0;
  width: 100%;
  font-size: 0.9em;
}
.login hr,
.register hr{
    display :none;
}
.register .form-step{
    margin-left: 0;
    width: 100%;
}
.login .workbook-content a,
.register .workbook-content a{
  color:#484848;
}
.login .wh-part-body,
.register .wh-part-body{
  padding:0;
}

.login .wh-part-head,
.register .wh-part-head{
    border:0 none;
}

.wh-part-head {
    padding: 0px;
    border-bottom: 0px;
    padding-bottom: 20px;
}

.login .forgot_password{
  color:#484848;
}

.form-control.login-email {
  border-radius:8px;
}

.form-control.login-password {
  border-radius:8px;
  border-color: #eee;
}

.login .btn.btn-primary,
.register .btn.btn-primary{
  background: #242424 !important;
  border:0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top :15px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 1.25s !important;
  -moz-transition: opacity 1.25s !important;
}

.login .btn.btn-primary:hover,
.register .btn.btn-primary:hover{
  opacity:1;
}

#tosLabelMessage a {
  color:blue;
  text-decoration:underline;
}

@media(min-width:991px) and (min-width:1679px){
  .login.col-md-6,
  .register.col-md-6 {  
    margin-left: 32.5%;
    width: 35%;
  }
}

@media(min-width:992px){
 
  .registration_redirect{
    margin-bottom:0px;
  }
}


/* ==========================================================================
  11. CMS Pages / Blog / FAQ
========================================================================== */ 
  .page-header h1 {
      color: #000 !important;
      line-height: 1.3em;
  }
 .page-header h1:after{
     content:'';
     display:block;
 }
 
@media (min-width: 992px){
    .page-header {
        position:relative;
        margin-bottom: 5em;
    }
    .page-header:before {
        content: "";
        display: none;
        position: absolute;
        border-radius: 250% 95%;
        width: 60%;
        height: 145px;
        background-color: #fff;
        right:0;
        bottom: -115px;
    }
    
    .page-header:after {
        content: "";
        display: none;
        position: absolute;
        border-radius: 100% 38%;
        width: 60%;
        height: 120px;
        background-color: #f4f3f1;
        left:0;
        bottom: -43px;
        z-index: 1;
       
    }
   
    .page-header .container {
        z-index: 0;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 0;
    }
    .page-header .container .row {
        margin:0;
    }
}

.cms-page {
    padding-bottom: 0px;
}

.page-header.cms-page h1,
.page-header.faq-header h1,
.page-header.blog-index-head h1{
    color: #000000!important;
    line-height: 49.4px;
    font-size: 39px;
}

.cms-page h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.cms-page h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.cms-page img {
  border-radius:8px;
}

.page-header.blog-index-head {
  background-position: top center !important;
}

.faq-header,
.blog-index-head{
  background-color: #f4f3f1 !important;
}



.page-header.blog-index-head .breadcrumb > li a, 
.page-header.blog-index-head .breadcrumb li a,
.page-header.blog-index-head .breadcrumb > .active,
.page-header.blog-index-head .breadcrumb li,
.page-header.blog-index-head .breadcrumb > *:before,
.page-header.faq-header .breadcrumb > li a, 
.page-header.faq-header .breadcrumb li a,
.page-header.faq-header .breadcrumb > .active,
.page-header.faq-header .breadcrumb li,
.page-header.faq-header .breadcrumb > *:before,
.page-header .breadcrumb > li a, 
.page-header .breadcrumb li a,
.page-header .breadcrumb > .active,
.page-header .breadcrumb li,
.page-header .breadcrumb > *:before{
    color: #ccc !important;
    font-weight: bold;
}
.page-header.cms-page .container,
.page-header.faq-header .container,
.page-header.blog-index-head .container{
  z-index:0;
  text-align: left !important;
}

.faq-content h3:before,
.tos h2:before{
  content:'\f05d';
  color:#ffc107;
  font-family:FontAwesome;
  margin-right:15px;
  font-size:1.5em;
    
}
a.category-tag {
  background: #ff646b;
}
.blog-categories-grid .post-count {
  color:#ff2618;
}

.testimony-start {
  color: #FDB32B !important;
  font-size: 60px !important;
  display:block;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  padding: 0px !important;
  margin-left: 0px !important;
  margin-top: 35px !important;
  line-height: 0 !important;
}
.faq-content h3 {
  font-weight: 700;
}
.faq-content {
  background: #fff;
}
.faq-content .panel-title>a{
  font-weight:400;
}

.faq-content .col-md-10{
  margin-left:0;
  width:100%;
}

img.founder-picture {
  width: 80px !important;
  border-radius: 99% !important;
}

#about-us-testimony img{
  width:100%;
}

.cms-page small{
  color: #999;
  font-size: 0.9em;
}

.fancy-list li:before {
  margin-left: 0;
  content: "\f00c";
  font-family: FontAwesome;
  width: 2em;
  line-height: 1.5em;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
}

div#about-service {
  border: 1px solid #eeeeee;
  padding: 2em 2em 1.5em 2em;
  border-radius: 8px;
  background-color: #fff;
}

div#home-box {
  border: 1px solid #eeeeee;
  padding: 1em 2em 0em 2em !important;
  max-width: 1180px !important;
  border-radius: 8px;
  background-color: #fff;
  margin: auto !important;
}

div#about-service p {
font-size: 14px;
}

div#about-service p a {
    display: inline-block;
    color: #000 !important;
    background: #eee;
    padding: 15px 25px;
    margin-top: 10px;
    border-radius: 5px;
}


div#about-faq{
  background: #000; 
  padding: 30px 40px; 
  border-radius: 5px; 
  color: #fff;
  text-align:center;
}

div#about-faq p {
    color: grey;
}

.cms-page-content {
  margin: auto;
  max-width: 900px;
}


@media (min-width: 1200px){
.cms-page .container,
.faq-header .container,
.faq-content .container,
.page-header.blog-index-head .container,
.blog-index.container {
    width: 1050px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px){
  .cms-page .container,
  .faq-header .container,
  .faq-content .container,
  .page-header.blog-index-head .container,
  .blog-index.container{
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ==========================================================================
  12. User Dashboard
========================================================================== */ 

.listing_list_item .text-preview h3 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.listing_list_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 22px;
    width: 100%;
}

.listing_list_item .text-preview h4 {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #808080;
}

.btn.btn-rounded {
    border-radius: 5px;
}

.secondary-menu-wrapper {
    background-color: #0000!important;
    z-index: 2;
    position: relative;
    margin-top: 0px;
}

ul.secondary-menu > li.current-menu-item > a:before {
  background-color: #484848 !important;
}

.dashboard-body .delete_listing,
.dashboard-body .delete_listing a{
  color:#ff646b !important;
}

.dashboard-body {
  font-size: 0.9em;
}

a.unread_msg_alert {
  color: #FFF !important;
}

.dashboard-body .btn.btn-rounded.btn-default,
.dashboard-body .btn.btn-rounded.btn-default:hover,
.dashboard-body .btn.btn-rounded.btn-default:focus{
  background: #eee !important;
  color: #000 !important;
  border-color: #eee !important;
  padding: 10px 20px;
  font-size: 13px !important;
  border-radius: 5px !important;
}
.dashboard-body {
  background-color: #fff !important;
}

.dashboard-body .unread_msg_alert {
  background: #000;
}

.dashboard-body .unread_msg_alert:hover {
  background: #f2f2f2;
}

.dashboard-body .btn-primary,
.dashboard-body .btn-primary.line{
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.dashboard-body .btn-primary:hover,
.dashboard-body .btn-primary:focus{
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.shop-view .about-user-body {
    z-index: 1;
    position: relative;
    margin-top: 50px;
}

.result_list_wrapper{
    margin-top: 40px;
}

#home_dashboard_body .white-box,
.order-sidebar .white-box {
  border-bottom: 1px solid #e5e5e5;
}
.order-sidebar .bank-link.active, 
.order-sidebar .orders-link.active, 
.order-sidebar .question-link.active, 
.order-sidebar .review-link.active, 
.order-sidebar .sales-link.active, 
.order-sidebar .shipping-link.active, 
.order-sidebar .store-link.active {
  box-shadow: none;
}
.order-sidebar .bank-link, 
.order-sidebar .orders-link, 
.order-sidebar .question-link, 
.order-sidebar .review-link, 
.order-sidebar .sales-link, 
.order-sidebar .shipping-link, 
.order-sidebar .store-link {
  margin-bottom: 0;
}


.shop-view .page-header{
    position:relative;
    height: auto !important;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 50px auto !important;
    max-width: 1180px !important;
}
.shop-view .page-header .container{
    z-index: 0;
}
.shop-view .page-header h1, 
.shop-view .page-header h1 small, 
.shop-view .page-header .breadcrumb > li, 
.shop-view .page-header .breadcrumb > li a, 
.shop-view .page-header .breadcrumb > *:before {
  color:#FFF;
}

.page-header h1.about-user-title:after{
    content:none;
}

/* ==========================================================================
  13. Checkout
========================================================================== */ 


.booking_summary_box {
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.order-info {
  border: 1px solid #eee !important;
    border-radius: 5px;
}

.btn-primary, input[type=submit] {
    padding: 10px 20px;
}

input[type=submit] {
    margin-top: 10px;'
}

/* ==========================================================================
  14. Footer
========================================================================== */ 

.site-footer.section-spacing {
    background: #FFF;
    border-top: 1px solid #ececec;
}

.site-footer {
    background-color: #FFF;
    color: #616161;
}
.site-footer a {
    color: #616161;
}

footer h4 {
  font-weight: bold;
  font-size: 1.1em;
}
footer.site-footer, footer.site-footer a {
  color: #242424;
  font-size: 14px;
}

.site-footer a:hover,
.site-footer a:focus{
    color: #ff463b;
    text-decoration: none;
}

.cc-banner.cc-bottom {
    background: #000 !important;
    margin: 20px;
    max-width: 600px;
    border-radius: 5px;
}

.cc-revoke, .cc-window {
    font-size: 13px !important;
}

.cc-color-override-1106201262 .cc-btn {
    background: #fff !important;
    color: #000 !important;
    font-size: 12px !important;
}

a.cc-btn.cc-dismiss {
    background: #ff271a;
    color: #FFF;
}

.backtotop {
    color: #fff !important;
    background-color: #242424 !important;
    border-radius: 99%;
    border: 4px solid #eee;
    width: 55px;
    height: 55px;
}

.review_item {
    max-width: 600px;
    border: 1px solid #eee;
    padding: 20px;
    margin: auto !important;
    margin-bottom: 20px;
}