/*
Theme Name: Charlostin Child Theme
Theme URI: https://shtheme.com/demosd/charlostin
Description: This is child theme of charlostin
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  charlostin-child
Template: charlostin
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/




:root {
  --primary-color: #bfa373;
}

body {
    font-weight: normal!important;
    color: #797979!important;
}


.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td {
 background: #f5f5f5; 
 border: 1px solid #E9E9E9; 
 text-align: center; 
 padding:8px;
}
#wp-calendar tbody td#today {
    background: #16A085; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
    color: #827b7d;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
    color: #615C5C;
}
#sidebar .textwidget img {
    max-width: 100%;
}

.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit_btn {
    display: inline-block;
    width: auto;
    color: #fff;
    margin-top: 30px;
    margin-left: 6px;
}
.form-submit input.submit_btn:hover{
    color: var(--primary-color);
}
.form-submit {
    margin-left: 10px;
}
.screen-reader-text{
    color: #777;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.5;    
    font-weight: 600;
    color: #292b2c;
    text-transform: capitalize;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #777;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
ul.children{
    margin-left: 60px;
}

/*add */ 
span.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #a6a6a6;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0px 16px;
    line-height: 36px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.wp-tag-cloud li:hover a {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
p.logged-in-as {
    padding: 5px 0px;
    padding-left: 15px;
}
p.logged-in-as a{
    color: #888;
}
h3 {
    font-size: 23px;
}
h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}

a.comment-reply-link:hover {
    color: #6cbe03;
}
.leave-form input {
    margin-bottom: 0px;
}
.text-leave textarea {
    margin-bottom: 30px;
}
body.logged-in .text-leave textarea {
    margin-bottom: 0px;
}
.single-widget ul li {
    margin-bottom: 2px;
    font-size: 15px;
}
.contact-form .cont-submit {
    border: 1px solid #16a085 !important;
    width: auto;
    border-radius: 0px !important;
    }
.white .white {
    color: #fff !important;
}
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url(img/blog/list/breadcrumb.jpg) no-repeat scroll center center / cover;
    padding-bottom: 100px;
    padding-top: 150px;
    position: relative;
}
.error404 .breadcrumb-area{
    height: 500px;
}
.page-404 .blog-info a {
    color: #9aa1ac;
    font-size: 18px;
}
.pd-bt-40 {
    padding: 10px 0px;
}
.menu.one-page ul.sub-menu {
    display: none;
}
.media-list .comment_text li {
    margin-bottom: 0px;
}
.blog-meta{
    margin-top: 0px;
}
.blog-img{
    margin-bottom: 20px;
}

@media (max-width: 767px){
body.logged-in #main-menu.stick{
    padding-top: 15px!important;
}
.navbar-toggle {
    margin-top: 7px;
}
.header_area .main_menu .navbar-brand img {
    margin-top: 25px;
    margin-right: 50px;
}
.header_area .main_menu .navbar-toggler {
    top: 20px;
}
.navbar_fixed nav.navbar {
    right: 60px;
    bottom: 5px;
}
}

form.post-password-form input[type=submit]{
        padding: 0px 20px;
        height: 46px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
h4.comment-title{
    background: none;
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-comment-section .media-body{
    padding-left: 0px;
}
.media-left, .media>.pull-left {
    padding-right: 15px;
}
.blog-text.blog-details-post{
    margin-top: 0px;
}

.error404 .breadcrumb-area{
    min-height: 630px;
}
.page-404{
margin-top: 50px;
    }

.blog-info .blog-meta{
    margin-bottom: 10px;
}
.single-blog{
        border-bottom: 0.5px solid #999;
    padding-bottom: 20px;
}
.blog-single{
    border-bottom:  none; 
}
.breadcrumb-area {
    color: white;
}


.pagination>li>a, .pagination>li>span{
    color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
.pagination li span.current{
    height: 42px;
    width: 42px;
    padding: 0px;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #242424;
    line-height: 38px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #242424;
    color: #fff;
}
.blog-details-post p{
    margin-bottom: 10px;
}
#wp-calendar tfoot{
    display: none;
}
.wp-tag-cloud li a{
    font-size: 14px!important;
    margin: 0px;
}
.wp-tag-cloud li{
    margin-right: 10px;
    margin-bottom: 13px!important;
}

.blog-info .blog-meta{
    font-weight: 700;
    font-size: 16px;
}
.span-comment{
    float: right;
    margin-right: 10px;
}
.copyright-left{
    font-weight: 700;
}
.copyright-left.text-left > span{
    margin-top: 5px;
}

.price-list li {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  text-transform:capitalize;
}
.page-links{
    clear: both;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
.single-blog.blog-details-img.mb-50{
    padding-bottom: 37px;
    margin-bottom: 27px;
}
.single-blog:hover .blog-img img {
    transform: scale(1);
}
.single-blog.blog-details-img .blog-img a img{
    margin-top: 10px;
}

.theme-comment-section .media{
    padding-top: 10px;
}
.media-body > h3{
    padding-bottom: 10px;
}
    
.form-submit input.submit:hover{
    color: var(--primary-color);
}
a.comment-reply-link{
    background-color: transparent;
    font-size: 13px!important;
    font-size: 0.93333rem;
    color: #999;
    padding-left: 2px;
    position: absolute;
}
@media (max-width: 767px){
.main-menu > nav > ul {
    padding-left: 15px;
    }
}

.theme-comment-section li.media .media-left{
        overflow: hidden;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.theme-comment-section li.media .media-body{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
}
h4.comment-title{
    padding-left: 0px;
}

.blog-single-section .comment-respond form .form-submit{
    padding-right: 15px;
    padding-left: 15px;
}
.blog-single-section .comment-respond form .form-submit input {
    background-color: #41516a;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.blog-single-section .comment-respond form textarea {
    background-color: #f8f8fa;
    height: 195px;
    width: 100%;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 55px;
}

.blog-single-section .comment-respond h3 {
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1em;
}

.blog-single-section .comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-wrapper .pg-pagination li .current{
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.service01{
    margin-top: -130px!important;
}

.recent-news-section .entry-body .cat a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.recent-news-section .entry-body h3 a{
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 600;
    line-height: 1.36em;
    margin: 3px 0 0.73em;
}

.contact-section form > div:nth-child(5){
    width: 50%;
    float: left;
}


.wpcf7-form-control-wrap {
    position: unset!important;
}

.contact-section .submit input, .contact-section-s2 .submit input {
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    /* font-size: 16px; */
    font-size: 1.06667rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 50px;
    border: 0;
    outline: 0;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}


.about01{
    margin-top: -220px!important;
}


.contact-section-s3 form label {
    display: inline-block;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(5){
        width: 65%;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(6){
        width: 35%;
}

.logged-in .header-style-2 .sticky-on,.logged-in .header-style-1 .sticky-on,.logged-in .header-style-3 .sticky-on,.logged-in .header-style-4 .sticky-on {
    margin-top: 32px;
}

.site-footer .upper-footer h3{
    color: white;
    font-size: 24px; 
    font-size: cacl-rem-value(24);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    position: relative;
    }


.blog-sidebar > .single-widget + .single-widget, .blog-sidebar .recent-post-widget, .blog-sidebar .widget_categories{
    margin-top: 35px;
}

.recent-posts a {
    color: #41516a;
    font-size: 16px;
}

.blog-sidebar .single-widget h3{
    font-size: 1.33333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: uppercase;
}

.widget_categories .cat-item {

    text-transform: capitalize;
    display: block;
}

.blog-sidebar .widget_categories .cat-item a{
    display: block;
    color: #5d5c5c;
    position: absolute;
}
.blog-sidebar .widget_categories .cat-item a:hover {
    color : black;
}
.blog-sidebar .widget_categories ul > li + li {
    border-top: 1px solid #e1e1e1;
}

.recentcomments a{
    color: #41516a;
    font-weight: 600;
}
.recentcomments a:hover {
    color: #37455a;
}
.widget_recent_comments ul > li + li {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.recent-posts .date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0;
}

.entry-meta .fa-tag > a {
    padding-right: 5px;
}

.contact-section .contact-2 > h2{
    font-size: 2.4rem;
    color: #41516a;
    margin: -5px 0 1.25em;

}

.contact-section .contact-2 {
    padding-right: 55px;
}

.contact-section .contact-2 > div + div{
    margin-top: 55px;
}

.contact-section .contact-1{
    margin-bottom: 90px;
}

.site-footer .upper-footer {
    margin: -15px!important;
}

.blog-single-section .related-posts .entry-body .cat > a{
    color: #6220d9!important;
}

.page-404 h2{
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03;
    text-transform: capitalize;
}
 .page-404 h4{
    color: #9aa1ac;
    font-size: 24px;
}
.site-footer .upper-footer {
    font-size: 17px;
}

.blog-2 {
    background-color: #fff;
}

.blog-2 .theme-btn-s2{
    background-color: #6220d9;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-2 .theme-btn-s2:hover {
    background-color: #4e19ad;
}

.contact-section{
    margin-top: -30px;
}

.about-section-s5 .features-grids{
    padding-top: 60px!important;
}


.blog-single-section .entry-meta li > a, .blog-main-content .entry-meta li > a{
    padding-left: 5px;
}


.post-comment .comments .title h3 {
    font-size: 15px;
    line-height: 1.5;
}

.comments ol {
    margin-left: -40px;
}


.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 1px dotted #eee;
}

.comments .comment-content .comment-detail p{
    margin-top: -15px;
}
.post-comment .comment-list .comment-detail{
    padding-bottom: 40px!important;
}

.input1 {
    display: inline!important;   
    width: 34%;
}
.input-lg {
    border: 1px solid #DEDEDE!important;
    padding-right: 65px!important;
    
}
.comment-respond .clearfix {
    margin-left: -15px;
}

.sidebar-widget .widget-title {
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget h3 {
    padding-bottom: 20px;
}

.tagcloud, .recent-post-widget .post {
    display: inline-block;
}
.sidebar-widget .recent-post-widget .post {
    padding-top: 20px;
}
.recent-post-widget .post .entry-media {
    width: 40%;
    float: left;
}
.recent-post-widget .post .entry-details {
    width: calc(100% - 40%);
    float: left;
    padding-left: 15px;
}
.entry-details .date {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.entry-details h4 {
    padding-bottom: 0px!important;
}

.sidebar-widget .single-widget {
    margin-bottom:35px; 
}

#categories-2 ul {
    padding-top: 5px;
}

#tag_cloud-2 h3,#tag_cloud-2 .tagcloud {
    padding-top: 20px;
}
.blog-post .pull-left a {
    font-size: 13px;
    color: #fff;
    line-height: 33px;
    border: 2px solid #6aaf08;
    padding: 4px 10px;
    margin: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    background: #6aaf08;
    min-width: 150px;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-transform: uppercase;
    border-radius: 8px;
}
.pagination-nav ul li .current {
    display: block;
    border: 1px solid #6aaf08;
    background: #6aaf08;
    color: #fff;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}
.blog-post .post-tag span a{
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.single_analize__block {
    color: #ffffff;
    padding: 40px 25px;
    box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}

.service1 div:nth-child(2) .about-block, .service1 div:nth-child(4) .about-block {
    position: relative;
    left: -15px;
}

.blog-post .pull-left a:hover {
    background: none;
    color: #6aaf08;
    text-decoration: none;
}

.top_compy h2 {
    margin: 15px 0px 25px!important;
    font-size: 30px!important;
}

.portfolio4 .container-filter li a,  .gallery .container-filter li a{
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: inherit!important;
    background: #6cbe03;
    border-radius: 0px;

}

.portfolio4 .container-filter li a:hover, .portfolio4 .container-filter li a.active,.gallery .container-filter li a:hover, .gallery .container-filter li a.active {
    background-color: #222222;
    color: #FFFFFF!important;
}
.portfolio4 .link-zoom a, .gallery .link-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222222;
    font-size: 17px;
    color: #fff;
}
.portfolio4 .item-box a, .gallery .item-box a {
    display: inline-block;
    position: static;
}
.portfolio4 .item-box:hover .item-container, .gallery .item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.portfolio4 .container-masonry > div:first-child {
    width: 50%
}
 .choose-us .image_cover_right {
    width: 50%;
 }
 .owl-stage-outer .owl-stage .bg-color {
    background: #6cbe03!important;
 }


 .post-media #testimonial_block .owl-controls .owl-nav .owl-next, .post-media #testimonial_block .owl-controls .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.33);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(245,245,245,0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
 }

#blog .btn{
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #6cbe03;
    border-radius: 0;
 }
 .blog-post .post-more-link:hover .btn-color-line {
    background: #6cbe03;
    color: #fff!important;
}

.page-404 .btn-text {
    min-width: 150px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.page-404 .btn-text:hover {
    background: none;
    color: #6cbe03;
    text-decoration: none;
}
.overlay-dark:before {
    background-color: rgba(42, 72, 0, 0.75);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}
.fact-counter-wrapper .single-fact span {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    padding: 4px 0 10px;
    line-height: 1.2;
    display: block;
}

.testimonial-5 h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03!important;
    text-transform: capitalize;
}

.wpcf7-form .btn-text {
    min-width: 150px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.wpcf7-form .btn-text:hover{
    background: none;
    color: #6cbe03;
    text-decoration: none;
}

.choose-us, .choose-us .image_cover {
    height: 459px!important;
}

#wpcrlLoginSection h3, #wpcrlRegisterForm h3{
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03;
    text-transform: capitalize;
    text-align: center;
    padding-left: 40px;
}

#wpcrlRegisterSection #wpcrlRegisterForm h3 {
    position: relative;
    top: 150px;
}

#wpcrlLoginForm .btn, #wpcrlRegisterForm .btn{
    border:none;
    background-color: #fff;
    color: #6aaf08;
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 10px;
}

#wpcrl_username, #wpcrl_password, #wpcrl_email, #wpcrl_password2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin-left: 25px;
    border-radius: 0px;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background: #fff
}
#wpcrlRegisterSection #wpcrl_username,#wpcrlRegisterSection #wpcrl_password,
#wpcrlRegisterSection #wpcrl_email,#wpcrlRegisterSection #wpcrl_password2 {
    position: relative;
    top: 110px;
}

#wpcrlRegisterSection #wpcrlRegisterForm .btn {
    position: relative;
    top: 112px ;
    left: 250px;
}


#wpcrl_username {
    position: relative;
    top: 10px;
}

#wpcrl_password2 {
    position: relative;
    bottom: 20px;
}

.form-group .glyphicon{
    display: none!important;
}

#wpcrl_password {
    position: relative;
    bottom: 10px;
}

.page-signin .card .container-fluid{
    padding: 30px 0;
}

.register-1 .card .container-fluid{
    margin-top: -150px;
}

.form-group label {
    visibility: hidden;
}
.alert-danger, .help-block{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: -30px;
}
#wpcrlResetPasswordSection {
    text-align: center;
    margin-left: 30px;
    margin-right: -30px;
}

#wpcrl_rp_email {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin-left: 25px;
    border-radius: 0px;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background: #fff;
    text-align: center;
}

.page-signin .additional-info a {
    font-size: 14px;
}

#wpcrl_fname, #wpcrl_lname, .wpcrl-required-asterisk, input[name="wpcrl_captcha"] {
    display: none;
}

#testimonial-section .testimonial6 {
    position: relative;
    margin-top:  80px;
}

nav.navbar.bootsnav ul.nav #menu-item-46 > a {
    background: #6cbe03;
    color: #fff;
    margin-top: 11px;
    padding: 12px 35px;
}


.entry-thumbnail img {
    max-width: 60px!important;
    height: 60px;
}

.newsletter form {
    margin-left: 0px;
    margin-right: 0px; 
}
.textwidget > ul >li > .fa {
    top: 8px;
}

.footer_box__block h3 {
    position: relative;
    bottom: 10px;
    font-size: 25px;
}
.footer-info h3 {
    position: relative;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.page-header {
    padding-bottom: 9px;
    margin: 5px 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.wpcf7-form .form-email input[type="email"] {
    padding: 25px 15px;
    font-size: 15px;
}
#accordion .panel-collapse p {
    margin-left: 13px;
}

.faq-service h3 {
    font-size: 2.75rem;
}

.blog-post-hr input[type="text"] {
    padding: 22px;
}
.blog-post-hr input[type="text"], .blog-post-hr input[type="email"]{
    padding-left: 31px;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr input[type="email"]:focus{
    border: 1px solid #6aaf08!important;
}

.title-center{
    text-align: center!important;
    padding-top: 40px;
}
.search-custom h4 {
    font-size: 26px;
    line-height: 36px;
}

.search-custom form {
    position: relative;
}

.search-custom input[type="search"]{
    width: 100%;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 52px;
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #d3d3d3;
    display: inline-block;
    padding-left: 15px;
}

.search-custom form .input-group-append {
    position: absolute;
    right: 12px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.search-custom form button[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-appearance: button;
    background: none;
}

.recent-post-widget img {
    padding-top: 5px;
}
.page-header h2 {
    margin: 0;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}


.logged-in #wpcrlLoginSection .col-xs-8 {
    left: 30px;
}
.blog-post-hr .post-comment ul.children {
    padding-bottom: 0px;
}
.comment-respond #reply-title {
    padding-top: 40px;
}
.s_comment_area .r_title a, .s_comment_area .r_title small {
    color: var(--primary-color);
}
.search_widget .input-group-append {
    margin-top: 28px;
}

.single-widget h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.widget_tag_cloud h3 {
    margin-top: -10px;
}
.recent_widget h3 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.single-widget h3:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    margin-left: 15px;
    margin-top: 21px;
}


.widget_search .search_widget {
    padding-bottom: 80px;
}
.widget_categories .cat-item a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #797979;
    line-height: 42px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.widget_categories .cat-item a:hover {
    color: var(--primary-color);
}

.widget_categories ul {
    list-style-type: none;
}
.widget_categories ul li {
    margin-left: -40px;
}
.widget_tag_cloud .wp-tag-cloud li{
    left: -40px;
    position: relative;
}
.blog_date .cat_text .list li {
    font-family: "Playfair Display", serif;
    color: #797979;
}
.s_comment_list_inner .media {
    border-top: 1px solid #eeeeee;
}
.s_comment_list_inner div:first-child {
    border-top: none;
}
.s_comment_list .s_comment_list_inner .media {
    border-bottom: none;
}
.welcome_inner .welcome_text {
    margin-left: 0px;
}
.book_table_item .form-email {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #dedede;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    outline: none;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    padding-left: 20px;
    width: 100%;
}
.book_table_item .form-group .input-group input {
    padding: 0px 27px;
}
.book_table_inner {
    padding-bottom: 0px;
}
.counter_item .media .d-flex h4:before {
    content: "";
    width: 32px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #242424;
}
.home_two_text_inner .home_banner_box .book_room_box .input-group span, .home_two_text_inner .book_table_item input {
    width: 100%;
}
.home_two_text_inner .home_banner_box div:nth-child(6){
    top: 40px;
}
.book_table_area .hb_input_field input {
    font-size: 15px;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 7px 10px;
    margin-bottom: 30px;
    border: solid 1px #dedede;
}
.home_banner_area .hb_input_field input, .book_room_area .hb_input_field input{
    border: 1px solid #fff;
    padding-right: 111px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.book_room_area .hb_input_field input{
    border: 1px solid #dedede;
}
.home_banner_area .hb-submit button, .book_room_area .hb-submit button {
    padding: 0px 80px;
}
.book_table_area .hb-submit button:hover {
    background-color: #fff;
}

.hb_input_field:after {
    top: 14px;
}

.touch_inner .drop_message .contact_us_form .form-group .submit_btn, .drop_query .submit_btn, 
#review_form_wrapper .comment-form .form-submit .submit, .contact_us_form .form-group .submit_btn {
    color: #fff!important;
    border: 1px solid var(--primary-color)!important;
    font-size: 13px!important;
    text-align: center;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    background-size: 500px;
    background-repeat: no-repeat!important;
    height: 48px;
    font-family: "Open Sans", sans-serif;
    padding: 0px 25px;
}

.hb-select-extra-results .hb_button_secondary, .hb-select-extra-results .hb_button, #hb-cart-form p .hb_checkout, 
#hotel-booking-payment button[type="submit"] {
    padding: 13px 25px;
    border: 1px solid var(--primary-color)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    background-size: 700px!important;
    background-repeat: no-repeat!important;
    margin-top: 20px;
    background-color: inherit!important;
    color: #fff!important;
}

.hb-search-results .single-purchase .hb-room-meta .hb_search_add_to_cart button {
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    background-size: 700px!important;
    background-repeat: no-repeat!important;
    background-color: inherit!important;
    border: 1px solid var(--primary-color)!important;
    color: #fff!important;
    margin-left: 20px;
}

.hb-search-results .single-purchase .hb-room-meta .hb_search_add_to_cart button:hover{
    color: var(--primary-color)!important;
    background-position: 100%!important;
    background-color: #fff!important;
    cursor: pointer!important;
}

.hb-select-extra-results a {
    margin-left: 40px;
}

.hb-select-extra-results button {
    margin-left: 10px;

}

.hb-select-extra-results .hb_button_secondary:hover, .hb-select-extra-results .hb_button:hover,  
#hb-cart-form p .hb_checkout:hover, #hotel-booking-payment button[type="submit"]:hover
 {
    color: var(--primary-color)!important;
    background-position: 100%!important;
    background-color: #fff;
    cursor: pointer!important;
}

.book_room_area .drop_query .submit_btn, #review_form_wrapper .comment-form .form-submit .submit,
.contact_us_form .form-group .submit_btn  {
    background-size: 900px!important;
    background-color: inherit!important;
}
#review_form_wrapper .comment-form .form-submit .submit {
    border-radius: 0px!important;
    font-weight: 600;
    font-size: 15px!important;
    padding: 10px 30px;
    margin-left: -10px;
}

.contact_form_area .contact_us_form .form-group .submit_btn {
    border-color: var(--primary-color);
    font-size: 13px;
    height: 50px;
}


.comming_soon_text .countdown-container {
    display: inline-block;
}

.room_list_item .room_text {
    margin-left: -130px;
    padding-left: 70px;
}
.room_list_item .room_text h4 {
    margin-top: 25px;
}
.contact_us_form .form-group .submit_btn {
    padding-bottom: 48px;
}
.footer_widgets_area .input-group-append .submit_btn {
    right: 370px;
    position: relative;
    top: 50px;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    color: #242424!important;
    border: 1px solid var(--primary-color)!important;
    line-height: 40px;
    background-position: 0%!important;
    display: inline-block;
    padding: 0px 25px!important;
    background-size: 500px!important;
    background-repeat: no-repeat!important;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    box-shadow: none !important;
    cursor: pointer;
    font-size: 13px!important;
    font-family: "Poppins", sans-serif!important;
    width: auto!important;
    height: auto!important;
    letter-spacing: 2.6px;
    font-weight: normal;
    border-radius: 0px!important;
    background-color: transparent;
    outline: none !important;
}
.input-group-append .submit_btn:hover, .touch_inner .drop_message .contact_us_form .form-group .submit_btn:hover,
 .drop_query .submit_btn:hover, #review_form_wrapper .comment-form .form-submit .submit:hover,
 .contact_us_form .form-group .submit_btn:hover {
    color: var(--primary-color)!important;
    background-position: 100%!important;
    cursor: pointer!important;
}

.room_details_area .book_room_area .book_table_item .hb-submit .main_btn:hover {
    background-color: #f4f4f4;
}

.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    background-color: inherit;
}
.main_menu .navbar.navbar-expand-lg .navbar-nav li {
    margin-right: -5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: inherit;
}

.navbar-nav .search_icon {
    top: 3px;
    left: 5px;
    position: relative;
}

.navbar-nav .search_icon .icon-Search {
    right: 18px;
    position: relative;
}

.header_area .main_menu .container {
    bottom: 15px;
    position: relative;
}

#navbarSupportedContent .ml-auto {
    left: 20px;
    position: relative;
}

.logged-in .header_area {
    margin-top: 30px;
}
.logged-in .navbar_fixed .main_menu {
    height: 100px;
}
.navbar_fixed .main_menu {
    height: 70px;
}
.logged-in .navbar_fixed .main_menu .container {
    top: 15px;
    position: relative;
}
.menu-item .dropdown-menu {
    margin-top: -16px!important;
}
.main_header2 .menu-item .dropdown-menu {
    margin-top: -16px!important;
}

header.main_header3.navbar_fixed .menu-item .dropdown-menu, header.main_header2.navbar_fixed .menu-item .dropdown-menu, header.header_area.navbar_fixed .menu-item .dropdown-menu {
    margin-top: -16px!important;
}
.navbar .navbar-brand {
    right: 15px;
    bottom: 5px;
    position: relative;
}
.room_price {
    padding-top: 45px;
}
.fa-star:before {
    content: "\f005";
    color: #e9dfce;
}

.testi_two .fa-star:before {
    content: "\f005";
    color: #9da4b1;
}

.header_area.main_header2 + section, .header_area.main_header2 + row, .header_area.main_header2 + div {
    margin-top: 48px;
}

.header_area.main_header3 {
    z-index: inherit;
}

.breadcrumb_area {
    z-index: 10;
}

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

.night_price h5 {
    font-size: 20px;
}

.home_three_text h3, .home_two_text h3 {
    color: #fff;
}

#hb_room_reviews .commentlist .comment_container img {
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

#hb_room_reviews .commentlist .comment_container .description,
#hb_room_reviews .commentlist .comment_container p.meta {
    margin-left: 90px;
    bottom: 60px;
    position: relative;
}

#hb_room_reviews #comments h2, #hb_room_pricing_plans h4.hb_room_pricing_plan_data {
    padding-bottom: 40px;
    font-size: 23px;
    color: #242424;
    font-weight: bold;
}

#hb_room_reviews #comments h2:after , #hb_room_pricing_plans h4.hb_room_pricing_plan_data:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    margin-left: 10px;
    margin-top: 20px;
}

#hb_room_reviews #comments .commentlist {
    padding-left: 0px;
    list-style: none;
}

.comment-text .meta {
    color: var(--primary-color);
}

.menu_nav .menu-item-has-children .menu-item-has-children .dropdown-menu {
    position: relative;
}

.menu_nav .menu-item-has-children .menu-item-has-children > a {
    margin-bottom: -86px;
}

.menu_nav .menu-item-has-children .menu-item-has-children > ul {
    position: relative;
    top: 43px!important;
}

.menu_nav .menu-item-has-children .menu-item-has-children:first-child  > a, .menu_nav .menu-item-has-children .menu-item-has-children:nth-child(3)  > a {
    margin-bottom: -129px;
}
.menu_nav .menu-item-has-children .menu-item-has-children:first-child  > ul, .menu_nav .menu-item-has-children .menu-item-has-children:nth-child(3)  > ul {
    position: relative;
    top: 86px!important;
}
.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
    border-bottom: 1px solid #dcdcdc!important;
}
.wp-hotel-booking-search-rooms .main_blog_area .main_blog_item .blog_img,
 .wp-hotel-booking-cart .main_blog_area .main_blog_item .blog_img, .wp-hotel-booking-checkout .main_blog_area .main_blog_item .blog_img{
    display: none;
}

.hb-select-extra-results .hb_package_title > label{
    font-size: 32px;
    font-weight: 600;
    bottom: 20px;
    position: relative;
    font-family: "Playfair Display", serif;
}
.hb-select-extra-results .hb_package_title .hb_extra_detail_price label strong, .hb-select-extra-results .hb_package_title .hb_extra_detail_price label small{
    font-size: 20px;
}

#hotel-booking-cart #hb-cart-form h3, #hotel-booking-payment #hb-payment-form h3 {
    bottom: 20px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.hb-select-extra-results ul {
    list-style: none;
}
#hb-cart-form .hb_table, #hb-payment-form .hb_table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}

#hb-cart-form .hb_table th , #hb-cart-form .hb_table td,
#hb-payment-form .hb_table th , #hb-payment-form .hb_table td {
    border: 1px solid #d1d1d1;
}

.hb-order-new-customer .hb-form-table.col-2:nth-child(3) {
    position: relative;
    left: 260px;
    padding: 0px;
}
.hb-form-field-input .nice-select {
    margin-bottom: 20px;
}

.map_area iframe {
    position: relative;
    top: 7px;
}

.page-id-149 .book_table_area .main_btn {
    background-image: linear-gradient(30deg, #383838 50%, transparent 50%)!important;
    border-color: #383838!important;
}

.hb_table a, #hotel-booking-payment #hb-payment-form p a{
    color: var(--primary-color);
}

#hotel-booking-payment #hb-payment-form .hb_table, #hotel-booking-payment #hb-payment-form .hb_table {
    margin-bottom: 100px;
}

.map_area iframe{
        max-width: 100%;
}
.displaynone{
    display: none;
}


.blue_btn {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 1px solid var(--primary-color);
    }
    .blue_btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
}
.footer_widgets_area .input-group-append .submit_btn{
    color: white!important;
}
.footer_widgets_area .input-group-append .submit_btn:hover{
    color: var(--primary-color)!important;
}

table.hb_room_pricing_plans {
    border: 1px solid #ddd;
    width: 100%;
}
table.hb_room_pricing_plans tr {
    border-bottom: 1px solid #ddd;
}
table.hb_room_pricing_plans th {
    border-right: 1px solid #ddd;
    padding: 10px 0;
}

table.hb_room_pricing_plans tbody td {
    padding: 15px 0!important;
    border-right: 1px solid #ddd;
    color: #333;
}


@media (max-width: 1000px){
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;
}
.collapse:not(.show) {
    display: none!important;
}
.header_area .main_menu .navbar-brand img {
    margin-top: 20px;
}
.header_area .main_menu button.navbar-toggler.collapsed, .header_area .main_menu button.navbar-toggler {
    top: 15px;
}
ul.navbar-nav li.book_now {
    display: none!important;
}
.navbar-nav>li>a {
    padding-left: 0px!important;
}
#navbarSupportedContent .ml-auto {
    left: 0px!important;
}
.navbar_fixed .main_menu div.navbar-collapse.show {
    background: white;
    max-height: none;
    overflow-y: none;
}
}


@media (max-width: 1200px){
.header_area .navbar-collapse {
     max-height: 800px!important;
}
.navbar_fixed nav.navbar {
    right: 0px; 
}

.header_area .navbar-collapse {
    overflow-y: unset!important;
    background: white;
    }
.main_menu .navbar.navbar-expand-lg .navbar-nav li a {
    border-top: 1px solid #ededed;
    border-bottom: none;
}
.navbar-nav{
    margin-bottom: 0px!important;
}
.navbar{
    margin-bottom: 0px!important;
}
.header_area .main_menu .container{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar .navbar-brand{
    margin-left: 15px;
}
.header_area .main_menu button.navbar-toggler{
    margin-right: 15px;
}
.main_menu .navbar.navbar-expand-lg{
    border: none;
}
.nav.navbar-nav.navbar-right{
    display: none;
}
.header_area .main_menu .container{
    bottom: 0px;
}
.navbar .navbar-brand{
    bottom:18px;
}
.header_area .main_menu button.navbar-toggler{
    bottom:15px;
}
.header_area .main_menu button.navbar-toggler.collapsed, .header_area .main_menu button.navbar-toggler {
    top: 4px;
}
.hotel-booking-search{
    display: none!important;
}

.navbar-collapse.collapsing{
        overflow-x: unset!important;
        background: white;
}
.navbar-nav.menu_nav{
        background: white!important;
        padding-left: 20px;
}
.header_area .navbar-collapse{
    padding-left: 0px;
}
.main_menu .container{
    max-width: 100%!important;
}

}


@media(max-width: 1200px) and (min-width: 992px){
    .nav.navbar-nav.navbar-right{
        display: none!important;
    }
   .main_menu .navbar.navbar-expand-lg .navbar-nav > li > a{
    border-top: none;
    margin-top: -17px;   
   }
   
}


@media(max-width: 1000px){
    ul.nav.navbar-nav{
    width: 100%;
}
}

@media(max-width: 776px){
    ul.nav.navbar-nav{
    width: auto;
}
}

.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){
        top: 5px!important;
}
.footer_widgets_area .input-group-append .submit_btn{
    right: unset!important;
}
.footer_widgets_area .input-group-append{
    display: block;
}
.footer_widgets_area div.wpcf7 .ajax-loader{
    display: none!important;
}
.main_blog_item .blog_text .blog_date{
    border-bottom: none;
}

#hotel-booking-cart .hb_button.hb_checkout, #hotel-booking-payment .hb_button.hb_checkout, #hotel-booking-cart button[type="submit"], #hotel-booking-payment button[type="submit"], #hotel-booking-cart button[type="button"], #hotel-booking-payment button[type="button"]{
    background: var(--primary-color);
    color: white;
}
.single-spa .spa_bg_area {
    -webkit-filter: brightness(200%);
}
.spa_bg_area .spa_inner h4 {
    -webkit-filter: brightness(50%);
}
.main_blog_item .blog_img {
    cursor: pointer;
}
.search_widget .input-group input {
    padding-left: 15px;
}
.blog_item_two .blog_text .date a {
    font-style: italic;
}
.blog_without_sidebar_area .blog_item_two .img-fluid {
    height: 300px;
}

.page-signin div#wpcrlLoginSection {
    height: 390px;
    width: 400px;
    background-color: #f5f6f6;
}

.page-signin div.main-body {
    margin: 100px auto;
}

.logged-in .page-signin div#wpcrlLoginSection {
    height: 90px;
}

.logged-in div#wpcrlLoginSection a{
    color: var(--primary-color);
}

div#wpcrlRegisterSection div.has-feedback {
    position: unset;
}
div.register-1 div.main-body div.card-content {
    background-color: #f5f6f6;
    height: 530px;
    width: 400px;
}
div.register-1 div.card-action a {
    font-size: 15px;
    padding: 15px 151px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    top: 14px;
    position: relative;
}

#wpcrlLoginSection h3, #wpcrlRegisterForm h3{
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: var(--primary-color);
    text-transform: capitalize;
    text-align: center;
    padding-left: 60px;
}

#wpcrlLoginSection h3:before, #wpcrlRegisterSection #wpcrlRegisterForm h3:before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: 58%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 55px;
    background: var(--primary-color);
}

#wpcrlResetPasswordSection h3:before {
    top: 90px;
}

#wpcrlLoginForm .btn, #wpcrlRegisterForm .btn, #wpcrlResetPasswordForm button{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    left: 10px;
    display: block;
    padding: 8px 20px;
    border-radius: 0px;
}
#wpcrlLoginForm .btn:hover , #wpcrlRegisterForm .btn:hover{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #f5f6f6;
}
#wpcrlRegisterSection #wpcrl_username,#wpcrlRegisterSection #wpcrl_password,
#wpcrlRegisterSection #wpcrl_email,#wpcrlRegisterSection #wpcrl_password2 {
    position: relative;
    top: 90px;
    left: 10px;
}

#wpcrlRegisterSection #wpcrlRegisterForm .btn {
    position: relative;
    top: 80px ;
    left: 20px;
}

.page-signin .additional-info a {
    font-size: 15px;
    padding: 15px 138px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    top: 12px;
    position: relative;
}
#wpcrl_username, #wpcrl_password, #wpcrl_email, #wpcrl_password2, #wpcrlResetPasswordForm input {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border: 1px solid #CBD5DD;
    margin-left: 25px;
    border-radius: 0px;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 20px 15px;
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background: #fff
}

.logged-in div.register-1 div.main-body div.card-content {
    height: 100px;
}

.logged-in .register-1 .card .container-fluid {
    margin-top: 0px;
}

.logged-in div#wpcrlRegisterSection .col-xs-8 {
    padding-left: 60px;
}
.logged-in div#wpcrlRegisterSection .col-xs-8 a {
    color: var(--primary-color);
}

.hb_single_room div.price span.title-price {
    display: none;
}
.hb_single_room div.price span.price_value, .hb_single_room div.price span.unit {
    color: #2a2a2a;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs > li a.active:after {
    background: var(--primary-color);
}
@media(max-width: 1200px) and (min-width: 992px){
.home_banner_area .hb_input_field input, .book_room_area .hb_input_field input {
    padding-right: 32px;
}
.home_banner_area .hb-submit button, .book_room_area .hb-submit button {
    padding: 0px 40px;
}
}

@media(max-width: 695px) and (min-width: 511px){
.main_slider_area ul li .slider_text_box .secand_text {
    font-size: 15px!important;
}
.main_slider_area ul li .slider_text_box .first_text {
    font-size: 35px!important;
}
.main_slider_area ul li .slider_text_box .main_btn {
    font-size: 11px!important;
    margin-top: 10px!important;
}
}
a.navbar-brand img {
    width: 143px;
}



@media(max-width: 795px){
.main_slider_area ul li .slider_text_box .secand_text {
    font-size: 16px!important;
}
}

@media(max-width: 450px){
    .tp-caption.tp-resizeme.slider_button{
        margin-top: 25px!important;
    }
}

.main_blog_item {
    margin-bottom: 70px;
}
div.offer_item div.offer_img .img-fluid {
    width: 100%;
}
.offer_item .offer_img h4 {
    right: inherit;
}

.single-product .woo-entry {
    margin-top: 50px;
}

.fade:not(.show) {
    opacity: 1;
}

.single-product .image-product {
    text-align: center;
}



.single-product .shop-post .dlab-post-title .post-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.single-product .shop-post .price del {
    opacity: 1!important;
    color: var(--primary-color);
}

.single-product .shop-post .price del .woocommerce-Price-amount {
    color: var(--primary-color);
}


.single-product .shop-post .price ins {
    text-decoration: none;
    color: var(--primary-color);
    margin-left: 5px;
}

.single-product .shop-post div[itemprop="description"] p {
    color: #333;
    margin-bottom: 20px;
    width: 80%;
}

.single-product .shop-post .quantity .qty {
    padding-left: 15px;
    height: 35px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    width: 70px;
}

.single-product .shop-post .cart .shop_add_cart {
        background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 2px solid var(--primary-color);
    line-height: 31px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 15px;
    text-transform: capitalize;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 600;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    background-color: var(--primary-color);
}

.single-product .shop-post .cart .shop_add_cart:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff;
}

.shop-description {
    margin-top: 50px;
}

.product-description ul.nav-tabs li {
    border: 1px solid #dee2e6;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}


.product-description ul.nav-tabs li a {
    color: #333;
    margin-right: 0px;
    font-weight: 600;
    border: none;
}


.shop-description .panel-body {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 30px;
    margin-bottom: 70px;
}

.shop-description .panel-body #tab-description h2 {
    text-align: center;
    font-size: 26px;
    padding-bottom: 15px;
}

.shop-description .panel-body #tab-description p {
    color: #333;
}

.product-description .nav-tabs li a:hover,
.product-description .nav-tabs li a:active,
.product-description .nav-tabs li a:focus {
    background-color: #eee;
    border: none;
}

.fade.show {
    opacity: 1;
}

.margin_60_35 {
    margin-bottom: 80px;
    margin-top: 60px;
}

.product-grid-view {
    width: 80%;
    margin-left: 37px;
    margin-bottom: 70px;
}



.post-type-archive .woocommerce-LoopProduct-link .onsale {
    min-height: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -1.5em;
    margin: 0;
    border-radius: 100%;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    left: 35px;
    min-width: 3.7em;
    background-color: var(--primary-color);
}

span.onsale {
    left: 30px!important;
    min-width: 3.7em!important;
    background-color: var(--primary-color)!important;
}

.product-grid-view .charlostin-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-grid-view .charlostin-title a {
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.product-grid-view .product-info .price del {
    font-weight: 600;
    font-size: 18px;
}

.product-grid-view .product-info .price ins {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    margin-left: 5px;
}

.product-grid-view .charlostin-button a {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 2px solid var(--primary-color);
    line-height: 31px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 15px;
    text-transform: capitalize;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 600;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    background-color: var(--primary-color);
}

.product-grid-view .charlostin-button a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff;
}

.product-grid-view .product-info .price span {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.product-grid-view .product-info .price del span {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

.product-grid-view .product-info .charlostin-excerpt {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #333;
}

.star-rating span:before {
    color: #f2b827;
}

.page-numbers li {
    margin-right: 8px;
    display: inline-block;
}

.page-numbers li span.current {
    height: 42px;
    width: 42px;
    padding: 0px!important;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #242424;
    line-height: 38px!important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #242424!important;
    color: #fff!important;
}

.page-numbers li a {
    height: 42px;
    width: 42px;
    padding: 0px!important;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #242424;
    line-height: 38px!important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #fff!important;
    color: #242424!important;
}

.page-numbers li a:hover {
    background: #242424!important;
    color: #fff!important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin-right: 8px;
}

.woocommerce nav.woocommerce-pagination {
    margin: 0 auto;
}

.woocommerce-cart .page-section .woocommerce .cart-empty { 
    font-size: 24px;
    color: #242424;
    font-weight: 600;
}


.woocommerce-cart .page-section .woocommerce .return-to-shop {
    text-align: center;
    margin-top: 25px;
}

.woocommerce-cart .page-section .woocommerce .return-to-shop a.site-button {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 1px solid var(--primary-color);
    line-height: 40px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 26px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2.6px;
}

.woocommerce-cart .page-section .woocommerce .return-to-shop a.site-button:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff;
}

.dlab-cart-tbl {
    width: 100%;
    text-align: center;
}

.woocommerce .cart-empty {
    text-align: center;
    font-size: 28px;
}


.cart_item .product-remove a.remove {
    margin: 0 auto;
}

.cart_item .product-name a, .cart_item .product-price span,
.cart_item .product-price span, .product-subtotal span {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}

.dlab-cart-tbl thead.bg-primary {
    background-color: var(--primary-color)!important;
}

.dlab-cart-tbl thead.bg-primary tr {
    height: 40px;
}

.dlab-cart-tbl .coupon {
    float: left;
    margin: 20px;
}

.dlab-cart-tbl .coupon input.coupon-code {
    border: 1px solid var(--primary-color);
    height: 40px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 50px;
}

.dlab-cart-tbl .coupon input.apply-coupon {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 1px solid var(--primary-color);
    line-height: 36px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 26px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.6px;
}

.dlab-cart-tbl .coupon input.apply-coupon:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff;
}

.dlab-cart-tbl input.update-cart {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 1px solid var(--primary-color);
    line-height: 36px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 26px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.6px;
    float: right;
    margin: 20px;
}

.dlab-cart-tbl input.update-cart:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff;
}

.cart-collaterals .cart_totals {
    margin-top: 60px;
}

.cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.shop_table_responsive th, .shop_table_responsive span {
    color: #333;
}

.shop_table_responsive td {
    border-left: 1px solid rgba(0,0,0,.1)!important;
}


.wc-proceed-to-checkout .checkout-button {
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 1200px;
    border: 2px solid var(--primary-color)!important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2{
    float: none!important;
    width: 100%!important;
    max-width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .input-text {
    height: 32px;
    padding-left: 10px;
    border: 1px solid;
}

.woocommerce form .form-row label {
    margin-bottom: 5px;
    color: #333;
}

.woocommerce-checkout .woocommerce-billing-fields .nice-select {
    border: 1px solid;
    height: 35px;
    width: 44%;
    line-height: 35px;
}

label[for="billing_state"]  , label[for="billing_country"]  {
    padding-right: 80%;
}

.woocommerce-shipping-fields #order_comments_field .input-text {
    padding: 10px;
    border: 1px solid;
}

.woocommerce-shipping-fields {
    margin-top: 30px;
}

input[name="woocommerce_checkout_place_order"] {
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 2px solid var(--primary-color)!important;
}

input[name="woocommerce_checkout_place_order"]:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

.woocommerce-info {
    border-top-color: var(--primary-color);
}

.woocommerce-info:before {
    color: var(--primary-color);
}

a {
  color: var(--primary-color);  
}

a:hover {
    color: var(--primary-color);
}

h3#order_review_heading {
    margin-bottom: 20px;
}

div.woocommerce-checkout-review-order {
    color: #333;
}

.woocommerce-error {
        border-top-color: #b81c23;
}

.woocommerce-MyAccount-sidebar {
    float: left;
    width: 32%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.login-form .tab-content {
    border: none;
    padding: 0px;
    margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 1px solid var(--primary-color)!important;
    height: 40px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    width: 165px;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 1px solid var(--primary-color)!important;
    height: 40px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

.woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-MyAccount-content .col2-set .col-2 {
    float: none;
    max-width: 100%;
    width: 65%;
    padding-left: 0px;
    margin-top: 30px;
}

.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce-EditAccountForm .form-row textarea {
    padding: 5px;
    border: 1px solid;
    padding-left: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
    border: none;
    padding-top: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 20px!important;
}

.login-form form.login {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

form.login .form-title {
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dlab-separator.style-liner {
    width: 20px;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--primary-color)!important;
}

.dlab-separator-outer {
    overflow: hidden;
}
.dlab-separator-outer {
    text-align: center;
}

.dlab-separator[class*=style-]:after, .dlab-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-separator[class*=style-]:before {
    left: auto;
    right: 40px;
}

.woocommerce-account .login-form .login label[for="username"] {
    font-size: 14px;
}

.woocommerce-account .login-form .login .woocommerce-Input {
    height: 35px;
    font-size: 16px;
}

form.login .form-row .woocommerce-Button {
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 1px solid var(--primary-color)!important;
    height: 35px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    margin-left: -3px;
    margin-top: 10px;
    width: 100px;
}

form.login .form-row .woocommerce-Button:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

.login-form #login > .bg-primary {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    line-height: 38px;
    height: 40px;
    margin-top: -5px;
    background-color: var(--primary-color)!important;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
}

.reset-form .tab-content {
    background-color: #f5f6f6;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border: 1px solid #ddd;
}

.reset-form .tab-content .lost_reset_password .form-row-first {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 70%;
    margin-bottom: 20px;
}

.woocommerce-ResetPassword label[for="user_login"] {
    margin: 0 auto;
}

.woocommerce-ResetPassword .woocommerce-Button {
    margin: 0 auto;
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 1px solid var(--primary-color)!important;
    height: 35px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 5px 20px;
    color: #fff;
}

.woocommerce-ResetPassword .woocommerce-Button:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}

.woocommerce-ResetPassword .reset-desc {
    padding: 0 40px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    left: -40px;
    border: 0px;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: capitalize;
}

.woocommerce #reviews #comments .comment-text p.meta {
    margin-top: -5px!important;
    margin-bottom: 5px!important;
    font-size: 16px!important;
    font-weight: 500;
    color: #333!important;
    text-transform: capitalize;
}


.shop-sidebar .product-grid-view .woocommerce-LoopProduct-link img {
    width: 100%;
    height: auto;
}

.shop-column .product-grid-view .woocommerce-LoopProduct-link img {
    width: 100%;
    height: auto;
}

.shop-sidebar .product-grid-view .star-rating,
.shop-column .product-grid-view .star-rating {
    display: none;
}


.shop-sidebar span.onsale, 
.shop-column span.onsale {
    min-height: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -1.5em;
    margin: 0;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}


.shop-sidebar .right_sidebar_area .widget_shopping_cart h2.cart_title,
.shop-sidebar .right_sidebar_area .widget_top_rated_products h2.top-rated {
    display: none;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart h3 {
    margin-top: 10px;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart img {
    width: 120px;
    margin-bottom: 5px;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart a.remove {
    margin-top: 5px;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart p.total {
    margin-top: 10px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart p.buttons a {
    margin: 0 auto;
    background-color: #fff!important;
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%)!important;
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%)!important;
    -webkit-transition: background 300ms ease-in-out!important;
    -o-transition: background 300ms ease-in-out!important;
    display: inline-block;
    transition: background 300ms ease-in-out!important;
    background-size: 500px;
    border: 1px solid var(--primary-color)!important;
    height: 35px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 5px 20px;
    color: #fff;
}

.shop-sidebar .right_sidebar_area .widget_shopping_cart p.buttons a:hover {
    color: var(--primary-color)!important;
    border-color: var(--primary-color);
    background-position: 100%;
    background-color: #fff!important;
}


.shop-sidebar .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}

.shop-column .col-md-4 {
    max-width: 25%;
    flex: 0 0 25%;
}


.shop-sidebar .right_sidebar_area .widget_top_rated_products .product_list_widget img {
    width: 120px;
    margin-bottom: 5px;
}


.shop-sidebar .right_sidebar_area .widget_top_rated_products .product_list_widget span.product-title {
    font-size: 18px;
}

.shop-sidebar .right_sidebar_area .widget_top_rated_products .product_list_widget .star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}

.shop-sidebar .right_sidebar_area .widget_top_rated_products .product_list_widget ins {
    text-decoration: none;
    font-weight: 700;
    margin-left: 5px;
    color: #333;
}

@media (max-width: 576px) {
    .single-product .content-product {
        margin-top: 40px;
        margin-left: 20px;
    }
    .single-product .image-product {
        text-align: left;
        margin-left: 20px;
    }
}

@media (max-width: 767px){
    .shop-sidebar .widget_shopping_cart .widget_shopping_cart_content {
         width: 100%;
    }
    .shop-column .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}


.shop-sidebar .page-numbers li span.current,
.shop-sidebar .page-numbers li a.page-numbers {
    padding: 10px 15px!important;
    font-weight: 600;
}

.comment-form label[for="comment"] {
    margin-right: 80%; 
}

@media (max-width: 600px){
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        margin-left: -50px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 55%;
    }
}

@media (max-width: 991px){
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        margin-left: -100px;
    }
}


@media (max-width: 600px){
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        margin-left: -50px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 55%;
    }
}

.slider_title {
    min-width: 600px!important;
}

.fun_subscrib_inner p, .fun_subscrib_inner span.ajax-loader {
    display: none;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner {
    padding: 0px 100px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group .input-group-append .submit_btn {
    background-image: -webkit-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #fff;
    border: 1px solid var(--primary-color);
    line-height: 40px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 25px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    width: auto;
    height: auto;
    letter-spacing: 2.6px;
    font-weight: normal;
    border-radius: 0px;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

a[rel="author"] {
    text-transform: capitalize;
}

.grid_img img {
    height: auto!important;
}

.top_menu .right_side .list > li:last-child a:before {
    display: none;
}

.top_menu .right_side .list li:last-child {
    margin-right: 0px;
}

.header_area.main_header2 + div {
    margin-top: 0px;
}

.slbElement {
    display: none;
}

.main_blog_item .blog_text .blog_date {
    margin-bottom: 0px;
}

.two_column_text {
    margin-bottom: 35px;
}

.s_comment_list .media-body a h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.right_sidebar_area .widget_categories ul li:last-child a {
    border-bottom: none;
}

.recent_widget .recent_w_inner .media:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.search_area .search_box_inner .input-group input {
    color: #fff;
}

.footer_copyright .copyright_inner p {
    color: #a8a8a8;
}

.footer_widgets_area form div.wpcf7-response-output {
    color: #a8a8a8;
    margin-left: 0px;
    padding-left: 0px;
    color: #a8a8a8;
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: 10px;
}
.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.widget_block.widget_search label.wp-block-search__label {
    display: none;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    color: #040b11;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}
.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}
.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li a{
    color: inherit;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment a{
    color: inherit;
}