@media screen and (max-width: 767px){
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
      width: 100%;
      min-width: 100%;
  }

  .text-xs-center{
    text-align: center;
  }

  body.has-global-alert .top-section{
    padding-top: 75px;
  }

  body.page-template-basket #mobile_menu, body.page-template-checkout #mobile_menu{
    background-color: #2e2e2e;
  }
}

@media screen and (max-width: 647px){

    .search-btn{
      margin: auto;
      padding-top: 20px;
    }

    .banner_texts {
        margin-top: 8.5rem;
    }

    .whats-included-tab h4 {
        font-size: 20px;
        padding: 5px;
    }


    .parallax .parallax-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(64vh);
        max-height: 650px;
        will-change: transform;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
         background-attachment: inherit;
        z-index: -1;
    }

    .best-time-container > p {
        margin-bottom: 2.5rem;
    }
}



.meta-select {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: .5px;
}

input.form-control {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #525252 !important;
    font-family: "Montserrat",sans-serif!important;
    font-weight: 600;

    text-align: left;
    border: 1px solid;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #db4f7c;
    outline: 0;
    box-shadow: none !important;
    /* color: #db4f7c !important; */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #f87da9;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*checked*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #f87da9;
    background: white;
}
.styled-checkbox:hover + label:before {
    background: #f87da9;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #f87da9;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


/*end checked*/





.question-form.form-control select {
    border: 1px solid;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.question-form textarea {
    overflow: auto;
    resize: vertical;
    border: 1px solid;
    border-radius: 3px;
}

.question-form select {
    border: 1px solid !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-row {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}

.question-form h5 {
    font-size: 32px;
    font-weight: 200;
    line-height: .95;
    letter-spacing: 1.1px;

    text-align: left;
    color: #45603d;
    font-family: 'Montserrat';
    margin: 0 0 20px;
}

.question-border{
    border-bottom: 1px solid #f1f0f2;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.notfound-section {
    min-height: 80vh;
}

.notfound-section h4 {
    padding-top: 20px;
    position: relative;
   font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    color: #4b5f40;

}

.notfound-section h2 {

    font-size: 11rem;
    color: #ee357c;

}

@media (max-width: 767px){
.notfound-section h2 {

    font-size: 10rem !important;
}
}

.notfound-section a {
    text-decoration: underline;
    font-weight: 500;

}

.no-found-p {
    line-height: 1.6;
}




select.form-control:not([size]):not([multiple]) {
    height: inherit !important;
}


.form-check {
    position: relative;
    display: block;
    padding: .3rem !important;
}
.question-form select.faux-select {

    border-radius: 3px !important;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 3px;

}


.home-search {
    border: solid 1px #bbb;
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 35px;

}


.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     padding: 0px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
     background-color: transparent;
     border: 0px;
    border-radius: .25rem;
}

.banner_description a {
    text-decoration: underline;
}

.banner_description a:hover {
   color: white
}

.bg-search-overlay {
    background: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 36%));
}

@media (max-width: 992px){
    .single-post .hero-meta {
        display: block !important;
    }
}


.modal-content p {
    margin-left: 10px;
}

.slick-prev {
    left: 4px !important;
}

.slick-next {
    right: 4px !important;
}
/*
a:hover {
    color: #45603d;
}
*/

section.main_banner {
    padding-bottom: 0px;
}



@media (max-width: 767px){
    .modal-content p {
        margin-left: 0px;
    }
}


.search-cta {
    text-decoration: underline;
    color: white;
}

.search-cta:hover{
    color: #4b5f40;
}

.no-search-cta:hover{
    color: #4b5f40;
}

.no-search-cta {
    text-decoration: underline;
}



.showing {
    visibility: hidden ;
}


.no-search h3 {
    font-family: BrushMarker;
    font-size: 100px;
}

a.read-more:hover {
    color: #45603d;
    text-transform: capitalize;
}

a.read-more {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
}

.slick-next:before {
    content: '\f105';
    font-weight: 900;
    margin-right: -2px;
    color: white !important;
}

.slick-prev:before {
    content: '\f104';
    margin-left: -2px;
    font-weight: 900;
    color: white !important;

}

.slick-arrow:before {
    font-family: 'Font Awesome 5 Free' !important;
    color: #fff;
    font-size: 18px;
}

.thing-to-do > .article-body > p > a {
    display: none;
}

.things-to-do-button-single {
    position: relative !important;
    bottom: 0;
    margin-top: 1.5rem;
}

.px-8 {

    padding-left: 8rem;
    padding-right: 8rem;
}

.whats-included-tab.active {
    background: white;
}

.whats-included-tab.first-tab:after {
     padding-right: 0px;
    content: " ";
    position: absolute;
    border-left: 2px #4b5f40 solid;
    top: 21%;

    height: 61%;
    right: -1px;
    margin-top: auto;
    margin-bottom: auto;
}

.rev{
    display:none;
}

.load-more{
    cursor: pointer;
    display: inline-block;
    background-color: #da4e7c;
    text-decoration: none;

    line-height: 38px;
    text-transform: none;
    letter-spacing: 0;
    color: #fff !important;
    font-size: 20px;
    border-radius: 0!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 150px;
    whitespace: nowrap;
}



.load-more:hover{
    background: #de316a;
}


.fulltext p,
.less {
    display: none;
}

.fulltext:target p,
.fulltext:target .less {
    display: block;
}

.fulltext:target .more {
    display: none;
}

/*.untrimmed{*/
/*    display:none*/
/*}*/

/*.untrimmed_button{*/
/*    display:none*/
/*}*/

.review-body .full {
    display: none;
}
.review-body.active-block .full {
    display: block;
}
.review-body.active-block .trimmed {
    display: none;
}



.whats-included-tab.last-tab:after {
    padding-right: 0px;
    content: " ";
    position: absolute;

    top: 21%;
    right: 0;
    height: 61%;
    margin-top: auto;
    margin-bottom: auto;
}

.whats-included-tab h4 {
    text-decoration: underline;
    padding-left: 25px;
}

.whats-included-tab.active h4 {
    text-decoration:none;
}

.tab-content{column-gap:85px}

.more-search input[type=submit] {
    width: 24px;
    height: 100%;
    /*background: url(../img/search-png.png) no-repeat center center;*/
    /*background-size: 85%;*/
    /*border: none;*/
    /*border-bottom: 2px solid transparent;*/

}

.more-search-div:before {

    /*font-family: "Font Awesome 5 Free";*/
    /*content: "\f002";*/
    /*display: inline-block;*/
    /*padding-right: 3px;*/
    /*vertical-align: middle;*/
    /*font-weight: 900;*/
}

button#submitButton {
    background: transparent;
    border: 0;
    color: white;
}

.review-loaded {
    /*display: none;*/

}


.more-search input[type=search] {
    height: 100%;
    border: none;
    /* border-bottom: 2px solid #000; */
    width: auto;
    color: white;
    padding-left: 10px;
    background: transparent;
}

.more-search input[type=search]::placeholder {
    color: white;
    opacity: 1;
}

.more-search-block{
    background: #da4e7c;
}

ul.wc-deposits-option label:before{
 left: -25px !important;
}

ul.wc-deposits-option label:after{
  left: -22px !important;
}
