.cta {
    text-align: center;
    background-color: #feff99;
    color: #fff;
    height: 40px;
} 
.cta p {
    padding: 10px;
    color: #111111;
}

ul, ol {
    list-style: initial;
    margin-left: 16px;
    margin-bottom: 26px;
}
.main-navigation > ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;   
}
p {
    font-weight: 500;
}
body, p, li {
    font: 16px / 26px 'Poppins', sans-serif;
}
.staffOnly {
    color: #d22632;
    font-weight: 600;
    font-size: 0.8em;
}
.paymentOptions td {
    align-content: flex-start;
}
.pleaseWait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;   
}
.pleaseWaitImg {
    border-radius: 20px;
    max-width: 400px;
    width: 75%;   
}
.pleaseRead {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 26px;
}
.cartTotalItems {
    border-radius: 50px;
    padding: 0px 8px;
    margin-left: 4px;
    font-size: 12px;
    line-height: 24px;
    background-color: #ce2833;
    font-weight: 600;
    color: #ffffff !important;
}
.btn-block {
    display: block;
    width: 100%;
}
[class*="btn"].btn-style-2 {
    background: #d22631;
    color: #ffffff;
}
fieldset {
    padding: 10px 0px;
}
.btn[class*='btn-outline-'] {
    padding: 7px 30px 6px
}
.btn-primary { 
    border: 1px solid #d22631 !important;
    background-color: #d22631 !important;
    color: #FFFFFF;
}
.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
    top: 29px;
    color: #a7a9ac;
}
.faq-content .btn-primary {
    border-radius: 5px;
}
.faq-content .btn-primary .light {
    color: #ffffff !important;
}
.btn-outline-primary {
    border: 1px solid #d22631;
    background-color: transparent;
    color: #d22631;
}
.btn-primary:hover {
    border-color: #d22631 !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 25px -8px #d22631;
}
.tp-caption a {
    color: #ffffff !important;
}

.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.25em + 1.4rem + 1px);
    padding: 0.7rem 0.7rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4E5154;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.1
5s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    border: 1px solid #d9d9d9;
}
label, legend {
    color: #333;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    color: #333;
}
.form-control {
    border: 1px solid #D9D9D9;
    color: #5F5F5F;
}
.required {
    position: relative;
    display: inline-block;
}
select.form-control:not([multiple='multiple']) {
    background-image: url(/Common/Images/Custom/9693/icons/arrow-down.png);
    background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
    background-size: 12px 12px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 1.5rem;
    color: #333;
}

input:not([type="submit"]), textarea {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    color: #333;
    border-radius: 7px;
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}

.preview {
    min-height: 200px;
}
.card {
    margin-bottom: 2.2rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
    transition: all 1.0s;
}
.card .card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 1rem;
    background-color: transparent;
}
.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.checkout-options .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.checkout-options .price-details {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.checkout-options .detail .detail-title {
    color: #B8C2CC;
}
.ShoppingCart  th  {
    background-color: #f5f5f5;
}
.ShoppingCart  tr  {
    border: 1px solid #ccc;
}
.ShoppingCartRemove {
    border: 1px solid #d22630;
    border-radius: 25px !important;
    padding: 2px 7px;
    margin: 10px;
}
.ShoppingCartRemove:hover {
    border: 1px solid #d22630;
    background-color: #d22630;
    color: #fff;
}
.prodTitle {
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.2em;
    line-height: normal;
    color: #2C2C2C;
}
.prodDesc {
    margin-bottom: 2em;
}
.ppe2 {
    padding-bottom: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.625em;
    margin-bottom: 0.5em;
}
.breadcrumb {
    font-size: 1rem;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    background-color: transparent;
    padding: 0.5rem 0 0.5rem 1rem !important;
    border-left: 0px solid;
    margin: 20px 10px;
}

.jmbaTable {
    border: 1px solid #ccc;
    width: 100%;
}
.jmbaTable tr, .jmbaTable th, .jmbaTable td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
.jmbaTable th {
    background-color: #eaeaea;
    color: #333;
}
.cottages tr, .cottages th, .cottages td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
.amenities th {
    width: 80%;
    text-align:left;
}
.amenities td {
    width: 20%
}
.jqzoom img {
    width: 100%;
}
.card.preview {
     margin-bottom: .6em
}
.prodDesc{
    margin-bottom: 2em;
}
.listTable th {
    background: #333 !important;
    color: #fff;
    text-align: center;
}
.listTable tr:nth-child(even) {
    background: #fff !important;
}
.listTable tr:nth-child(odd) {
    background: #f1f1f1 !important;
}
.billingSummary strong {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2C2C2C;
}

.jmbaBanner {
    min-height: 450px;
    background-size: cover
}
.jmbaBannerPanel {
    background-color:rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}
.jmbaBannerPanel h2 {
    color: #fff;
    font-size: 42px;
}
.jmbaBannerPanel h4 {
    color: #eee;
    font-size: 24px;
}
.jmbaBannerButton .btn-rounded {
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
}
.productTitleJMBA {
    padding: 0px 20px;
    padding: 0px 0px;
}
.productDescJMBA {
    padding: 20px 0px;
}
.productDescJMBA > table td {
   padding: 12px;
}
.productCheckoutJMBA {
    padding: 20px;
    background-color: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.photo-subtext {
    text-align: center;
    font-size: 0.8em;
}

.search-holder, .shop-cart {
    color: #333;
}

.productAlert {
    border: 1px solid #eff31e;
    background-color: #fcffcf;
    border-radius: 10px;
    margin: 16px 0px;
    padding: 10px;
    color: #222222;
}


@media only screen and (max-width: 1280px) {
   p br {
       display: block; !important
   }
}








