:root{
    --es-primary-bg:#EBEBE0;
    --es-secondary-color:#e1ddd0;
    --es-primary-bg2:#fffff2;
    --es-active-color:#8b5500;
    --es-gold-light:#b6a386;
    --es-brown-lighter: #d8c3a2;
    --es-brown-lighter2: #f1dfc3;
    --es-branding-color:#394A49;
    --es-green-black:#0f1c16;
    --es-default-radius:4px;
    --es-bg-item:#c8c7c2;
}
/* ========= accordion-item ============== */
.add-cart-btn{
    transition: all 0.3s ease;
    margin: 4px;
    border: 0 !important;
    color: var(--es-primary-bg2) !important;
    background: var(--es-branding-color) !important;
    border-radius: var(--es-default-radius) !important;
    padding: 4px 8px 4px 8px !important;
}
.add-cart-btn:hover{
    color: var(--es-green-black) !important;
    background: var(--es-brown-lighter) !important;
}
.my-cart-icon-affix{
    position: fixed !important;
    top: 0.11rem !important;
    right: 0 !important;
}
.my-cart-icon.modify-cart{
    transition: all 0.3s ease;
    display: flex;
    position: absolute;
    right: 12px;
    top: auto;
    cursor: pointer;
    background: var(--es-primary-bg2);
    border: 1px solid #394a49;
    overflow: hidden;
    background-position:43px;
    background-size: 27px;
    width: auto;
    height: 40px;
    border-radius: 4px;
}
@media (max-width:991px) {
    .my-cart-icon.modify-cart{
        right: 75px;
        top: 18px;
    }
    .site-header.navbar-shrink .my-cart-icon.modify-cart{
        top: 16px;
    }
}
.my-cart-icon.modify-cart:hover{
    background-color:var(--es-branding-color);
    color: #FFF;
}
.my-cart-icon.modify-cart:hover .lable-offer{
    background-color:var(--es-brown-lighter);
    color: var(--es-branding-color);
}
.label-cart{
    line-height: .7rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:0 .3rem;
    background-image:url(images/v-wrapper-border.png);
    background-position: right;
    background-repeat: repeat-y;
    background-size: contain;
}
.content-cart{
    display: flex;
    position: relative;
}
.my-cart-badge{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 8px;
    font-size: 1rem;
    width: 26px;
    text-align: center;
}
.my-cart-icon.modify-cart .lable-offer{
    font-family: 'Rhymes-Italic', sans-serif;
    line-height: .8rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:0 .3rem;
    background:var(--es-branding-color);
    color: #FFF;
}
button.add-cart-btn:disabled, 
button.add-cart-btn[disabled] {
    background-color: #cccccc !important;
    color: #666666 !important;
}
.accordion.item_spa .accordion-item{
    background-color: var(--es-bg-item) !important;
}
.item_spa .accordion-item, 
.item_spa .accordion-header, 
.item_spa .accordion-button{
    border-radius: 0px;
    border-top: 0;
}
.item_spa .accordion-item, 
.item_spa .accordion-button{
    border:0;
}
.item_spa .accordion-button{
    transition: all 0.3s ease-in-out;
    background-color: var(--es-branding-color);
    border: 1px solid transparent;
}

.item_spa .accordion-button:hover{
    background-color: var(--es-green-black);
}
.item_spa .accordion-item{
    margin-bottom: 18px;
}
.item_spa .accordion-button:not(.collapsed){
    color: unset;
    background-color:unset;
    box-shadow: unset;
}
.item_spa .accordion-collapse.collapse.show{
    border-top: unset !important;
    border-radius: unset;
}
.item_spa .accordion-button:focus{
    border-color:unset;
    box-shadow: none;
}
.item_spa .accordion-button:after{
    background: #FFF url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjMzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MmMxMi41IDEyLjUgMTIuNSAzMi44IDAgNDUuM3MtMzIuOCAxMi41LTQ1LjMgMEwyNTYgMTczLjMgODYuNiAzNDIuNmMtMTIuNSAxMi41LTMyLjggMTIuNS00NS4zIDBzLTEyLjUtMzIuOCAwLTQ1LjNsMTkyLTE5MnoiLz48L3N2Zz4=") no-repeat !important;
    border: 1px solid #202020;
    background-size: 13px !important;
    background-position: center !important;
    height: 23px;
    width: 23px;
    border-radius: 50%;
}
.item_spa .accordion-item{
    border-radius: var(--es-default-radius);
}
.item_spa .collapsed{
    box-shadow: unset !important;
    border-radius: var(--es-default-radius);
}
.item_spa .accordion-body{
    border-top:1px solid var(--es-bg-item);
}
.item-package {
    background-color: #FFF;
    padding: 0px 0px 0px 5px;
    margin-top: 10px;
    border: 1px solid #FFF;
    border-radius: var(--es-default-radius);
    color: #131C1B;
}
.item_spa .accordion-button{
    border: 0;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: .6px;
}
.tag_pakage{
    color: rgb(117, 117, 117);
    border-color: rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
    border-radius: 14px;
    padding: 1px 14px;
    margin-right: 10px;
}
.dis_price{
    color: #000;
    border-color: rgb(245, 245, 245);
    background-color: #f5f5f5;
    border-radius: 14px;
    padding: 1px 14px; 
}
.item_spa .accordion-header .percent_discount{
    position: relative !important;
    top: 0;
    display: none;
}
.item_spa .accordion-header .accordion-button.collapsed .percent_discount{
    display: inline-block;
}
.percent_discount{
    position: absolute;
    font-size: 11px;
    top: -14px;
    padding: 0px 6px;
    background:  #8b5500;
    border-radius: 10px;
    color: #fff;
    line-height: 1.3;
}
.item-package del ,.accordion-header del{
    color: #aaaaaa;
    font-size: .875rem;
}
.btn_select_pakage{
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}
.title_of_pg{
    font-weight: normal;
}
.sub_discount{
    opacity: 0.5;
    color: #08b371;
}
/* ============= END ACCORDIAN ========= */

/* ============= Number style For Cart ========= */
.number-style div.disabl-incr-qt.disabl-incr-qt-true{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgb(188 188 188 / 70%);
    z-index: 9;
}
.number-style{
    position: relative;
    text-align: center;
    display: inline-block;
}
.number-style .wrp_qt_control{
    display: flex;
    flex-direction: row;
}
.number-style input{
    width: 100% !important;
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #000000;

}

.number-style input[type='number'] {
    -moz-appearance:textfield;
}

.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media screen and (max-width: 992px) {
    .number-style .wrp_qt_control{
        flex-direction: column;
    }
}
/* ============= END Number style For Cart ========= */

table.espa_table tr{
    border-bottom: 1px solid #dee2e6;
    font-size: 1rem;
}
table.espa_table tr td{
    padding: .3rem .3rem;
}
.cart_item_name,
.cart_sub_item_name{
    display: block;
    line-height: 1rem;
}
.cart_sub_item_name{
    font-style: italic;
    color: #616d6c;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px;
}
.form-control {
    padding: 0.375rem 0.75rem !important;
}
.btn-secondary, .btn-espa-primary{
    border-radius: var(--es-default-radius) !important;
    border-color: #b8a587 !important;
}
.btn-secondary, button.btn-close{
    background-color: #ffffff !important;
    color: var(--es-green-black) !important;
}
.btn-secondary:hover, button.btn-close:hover{
    color: #000;
    background-color: #F3EEE7 !important;
}
.btn-secondary:active, .btn-secondary:focus
.btn-espa-primary:active, .btn-espa-primary:focus,
.btn:disabled, .btn.disabled, fieldset:disabled .btn,
button.number-minus:disabled, button.number-plus:disabled
{
    border-color: #DAD9D7 !important;
    background-color: #f0eeea !important;
    color: #000 !important;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn,
button.number-minus:disabled, button.number-plus:disabled,
button.btn-close:disabled
{
    color: #adadad !important;
}
.btn-espa-primary, .btn-secondary{
    padding: 4px 8px !important;
    text-transform: uppercase !important;
    font-size: 0.885rem !important;
    letter-spacing: 0.6px;
}
.btn-espa-primary, .btn-warning{
    color: var(--es-green-black) !important;
    background-color: #d8c3a2 !important;
}
.btn-espa-primary:hover, .btn-warning:hover{
    background-color: #f1dfc3 !important;
}
.btn-warning:hover{
    border-color: #f1dfc3 !important;
}
.btn-warning{
    border-color: #d8c3a2 !important;
}

.my-product-remove{
    text-indent: -999999px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzAwMDAwMCI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+Cg08cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNzY0LjI4OCAyMTQuNTkyIDUxMiA0NjYuODggMjU5LjcxMiAyMTQuNTkyYTMxLjkzNiAzMS45MzYgMCAwIDAtNDUuMTIgNDUuMTJMNDY2Ljc1MiA1MTIgMjE0LjUyOCA3NjQuMjI0YTMxLjkzNiAzMS45MzYgMCAxIDAgNDUuMTIgNDUuMTg0TDUxMiA1NTcuMTg0bDI1Mi4yODggMjUyLjI4OGEzMS45MzYgMzEuOTM2IDAgMCAwIDQ1LjEyLTQ1LjEyTDU1Ny4xMiA1MTIuMDY0bDI1Mi4yODgtMjUyLjM1MmEzMS45MzYgMzEuOTM2IDAgMSAwLTQ1LjEyLTQ1LjE4NHoiLz4KDTwvZz4KDTwvc3ZnPg==");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
}

/* -- Custom Modal can delete it take bootstrap default  --- */
.alert{
    border-radius: 0;
}
.modal-content{
    border-radius: 0;
    background-color: #F3EEE7;
}
.require-status {
    color: red;
}
#iDformBooking .error {
    color: #fd4848;
    font-size: 0.875rem;
}
