/*
Theme Name: Horse Club Child
Theme URI: http://useful-pixels.com/
Description: Creative Theme
Version: 1.0
Author: Useful Pixels
Author URI: http://useful-pixels.com/
Template: horseclub
*/


:root {
    --navy-blue-color: #06294F;
    --navy-blue-light-color: #0b335f;
    --bg-color-op2: rgba(11, 52, 96, 0.2);
    --bg-color-op6: rgba(11, 52, 96, 0.6);

    --body-white-color: #ffffff;
    --content-card-bg: #efefef;

    --button-bg-color: #B89F5C;
    --box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@import url("../horseclub/style.css");

.d-none {
    display: none !important;
}
body {
    font-family: "Roboto", sans-serif !important;
    letter-spacing: 0.6px !important;
}

h1, h2, h3, h4, h5, h6, button {
    font-family: "Wittgenstein", serif !important;
}


/* CUSTOM CSS --------------- START */

body.page-template-page-blog-php .footer_up_wrap,
body.archive .footer_up_wrap {
    margin-top: 0
}

.sf-menu .menu-item .sf-dropdown-menu {
    padding: 10px 15px;
    border-top: 4px solid #B89F5C;
}

.sf-menu .menu-item .sf-dropdown-menu .menu-item {
    margin: 0;
}

.sf-menu .menu-item .sf-dropdown-menu .menu-item a {
    position: relative;
    padding: 5px 0 !important;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -o-transition: inherit !important;
    transition: .3s all ease !important;
}

.sf-menu .menu-item .sf-dropdown-menu .menu-item:hover>a {
    padding-left: 15px !important;
}

.sf-menu .menu-item .sf-dropdown-menu .menu-item>a:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 9px;
    left: -10px;
    transition: .3s all ease;
    color: inherit;
    opacity: 0;
}

.sf-menu .menu-item .sf-dropdown-menu .menu-item:hover>a:before {
    left: 0;
    color: #ffffff;
    opacity: 1;
}

.topclass.topclass-shrink {
    animation-duration: 0s !important;
}

#wrapper {
    margin-bottom: 0 !important;
}

.wc-block-cart__submit-button.contained,
.wc-block-components-checkout-place-order-button.contained {
    color: #ffffff;
    background-color: #B89F5C;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    border: none;
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
}

.wc-block-cart__submit-button.contained:hover,
.wc-block-components-checkout-place-order-button.contained:hover {
    color: #B89F5C;
    background-color: #ffffff;
}

.wc-block-cart__submit-button.contained:focus {
    box-shadow: none !important;
    outline: none;
}

.wc-block-cart-item__remove-link {
    color: #ff0000 !important;
}

.shop-wrap .products li.product {
    background-color: #ffffff;
}

.shop-wrap .products li.product a {
    display: inline-block;
    width: 100%;
}

.shop-wrap .products li.product h2 {
    margin: 0;
    padding: 10px 20px;
    line-height: 26px !important;
    font-weight: 900;
    font-size: 19px !important;
    color: #B89F5C;
}

.shop-wrap .products li.product a .price {
    padding: 0 20px;
}

.shop-wrap .products li.product a.button {
    margin: 0 20px 20px;
    width: auto;
    padding: 10px 30px !important;
    line-height: normal !important;
}



/****/
.topbarmenu ul li a {
    line-height: 16px !important;
    padding: 30px 10px;
}

.shop_icon a,
.search_menu i {
    line-height: 66px;
}

#up_topbar .widget.woocommerce.widget_shopping_cart {
    top: 66px;
}

#up_topbar .widget.woocommerce.widget_shopping_cart h2.widgettitle {
    display: none;
}

.navcenter.navsticy {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
}

.topclass-shrink .navcenter.navsticy {
    width: 85% !important;
}

.topclass.topclass-shrink .brand.logofont #uplogo {
    width: 79% !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table_main_wrapp table {
    margin: 0;
}

.table_main_wrapp {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.table_main_wrapp table tr th {
    background-color: #222222;
    color: #fff;
    white-space: nowrap;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    line-height: 20px;
    border: 1px solid #ddd;
}

.table_main_wrapp table tr td {
    white-space: nowrap;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    line-height: 20px;
    border: 1px solid #ddd;
}

.table_main_wrapp table tr td img {
    width: 60px;
    margin: 0 5px !important;
}

.table_main_wrapp .date-filter {
    display: flex;
    margin-bottom: 30px;
    justify-content: start;
}

.table_main_wrapp .filter_input form {
    max-width: 500px;
    width: 100%;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    gap: 5px;
}

.table_main_wrapp .filter_input form input {
    border: none;
    margin: 0;
    height: auto;
}

.table_main_wrapp .filter_input form .btn.btn-primary {
    background-color: #222;
    color: #fff;
    height: 100%;
    padding: 10px 25px;
}

.table_main_wrapp .filter_input button.btn.btn-secondary,
.table_main_wrapp .date-filter button {
    background-color: transparent;
    border: none;
    margin: 0 !important;
}

.table_main_wrapp .filter_input button.btn.btn-secondary a,
.table_main_wrapp .date-filter .filterReset {
    background-color: #B89F5C;
    color: #fff;
    border: none;
    margin: 0 !important;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-family: "Roboto", sans-serif !important;
}

.table_main_wrapp .date-filter .fromGroups {
    display: flex;
    gap: 0 5px;
    justify-content: center;
    align-items: end;
}

.table_main_wrapp .date-filter .fromGroups input.filterBtns {
    background-color: var(--navy-blue-color);
    color: #fff;
    padding: 10px 25px;
    border: none;
}

.table_main_wrapp .date-filter button {
    margin-top: 10px !important;
}

div#page>hr {
    display: none;
}

.section_bg_wrapp {
    background-color: #f5f5f5;
    padding: 15px 0 40px;
}

.table_main_wrapp .product-inner {
    background-color: #fff;
    margin-bottom: 25px;
}

.table_main_wrapp .product-inner .product-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.table_main_wrapp .product-inner .product-details {
    padding: 20px;
}

.table_main_wrapp .product-inner .product-details h2 {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0.6px;
}

/* .table_main_wrapp .product-inner .product-details a {
    color: #fff;
    background-color: #B89F5C;
    padding: 10px 15px;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
} */

/* .table_main_wrapp .product-inner .product-details a:hover {
    background-color: #222222;
} */

.table_main_wrapp .date-filter .fromGroups input.searchInput,
.table_main_wrapp .date-filter .fromGroups select.selectBox {
    height: 100%;
    padding: 10px 15px;
}

.accounts_wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    position: relative;
    margin-bottom: 40px;
}

.accounts_wrapper .woocommerce-MyAccount-navigation,
.accounts_wrapper .woocommerce-MyAccount-content {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

.accounts_wrapper .woocommerce-MyAccount-content {
    padding: 20px;
}

.accounts_wrapper .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accounts_wrapper .woocommerce-MyAccount-navigation ul li {
    text-decoration: none;
}

.accounts_wrapper .woocommerce-MyAccount-navigation ul li a {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.accounts_wrapper .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}

.accounts_wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #ffffff;
}

.woocommerce-Address {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.addresses_wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.addresses_wrapp:before,
.addresses_wrapp:after {
    display: none !important;
}

.addresses_wrapp .woocommerce-Address {
    width: 100% !important;
}

.addresses_wrapp .woocommerce-Address .woocommerce-Address-title h3 {
    margin: 0 !important;
}

.addresses_wrapp .woocommerce-Address .woocommerce-Address-title {
    margin-bottom: 15px;
}

.mamanagement_box .product-inner {
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.mamanagement_box .product-inner .product-thumbnail {
    padding: 15px;
}

.mamanagement_box .product-details {
    padding: 0 15px 5px !important;
}

.mamanagement_box .product-details h2 {
    font-size: 22px;
    line-height: 30px;
    color: #b89f5c;
}

.mamanagement_box .product-content {
    margin: 10px 0 20px;
}

.mamanagement_box .product-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0 50px;
}

.mamanagement_box .product-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    /* font-weight: 700; */
    color: #b89f5c;
    letter-spacing: 0.6px;
    font-family: "Roboto", sans-serif !important;
}

.mamanagement_box .product-content ul li span {
    font-weight: 400;
    color: #000000;
}

.mamanagement_box .product-footer {
    background-color: #b89f5c;
    padding: 15px;
}

.mamanagement_box .product-footer {
    background-color: #b89f5c;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.mamanagement_box .product-footer a.btn {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.mamanagement_box .product-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mamanagement_box .product-footer ul li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.mamanagement_box .product-footer ul li.costprice {
    font-size: 18px;
    position: relative;
}

.mamanagement_box .product-footer ul li.costprice:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    left: 0;
    top: 50%;
}

.mamanagement_box .product-footer ul li.saleprice {
    font-size: 28px;
    line-height: 36px;
}

.table_main_wrapp .pagination {
    text-align: center;
}

.table_main_wrapp .pagination .page-numbers {
    display: inline-block;
    border: 2px solid #b89f5c;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.table_main_wrapp .pagination .page-numbers.current {
    background-color: #b89f5c;
    color: #ffffff;
}

.manage_signle_content h2 {
    margin: 0 0 10px;
    /* text-transform: capitalize; */
}
.manage_signle_content h2::first-letter,
.table_main_wrapp .product-inner .product-details h2::first-letter, 
.manage_signle_content p::first-letter, 
.table_main_wrapp .product-inner .product-details p::first-letter {
    text-transform: uppercase;
}
.manage_signle_content_bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.manage_signle_content_bottom ul li {
    background-color: #efefef;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #1d1d1d;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 10px;
}

/* .manage_signle_content_bottom ul li span {
    font-size: 15px;
    padding-right: 10px;
} */

.manage_signle_gallery {
    margin: 35px 0 30px;
}

.manage_signle_gallery img {
    display: inline-block;
    vertical-align: text-top;
    margin: 10px !important;
}

/* .wrap.maincontent {
    margin-top: 60px;
}    */
.product-details>.btn.btn-primary {
    margin-bottom: 25px;
}

.table_main_wrapp .product-inner .product-details>.viewbtns {
    margin: 10px 0 5px;
}

.calender_wrapp #calendar .fc-toolbar-chunk .fc-button-group button {
    background-color: #222222;
    border-color: #222222;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.calender_wrapp #calendar .fc-toolbar-chunk>h2 {
    font-size: 28px;
    font-weight: 700;
    color: #B89F5C;
    letter-spacing: 0.6px;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid {
    position: relative !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid .fc-scrollgrid-section th .fc-scroller {
    overflow: unset !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller {
    position: relative;
    overflow: unset !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid {
    border: 1px solid #d6d6d6 !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid table.fc-col-header {
    margin: 0;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid thead .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
    background-color: #B89F5C;
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body,
.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid .fc-scrollgrid-section th .fc-scroller table.fc-col-header {
    width: 100% !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid tr.fc-scrollgrid-section td,
.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid .fc-scrollgrid-section th {
    border: none !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid table.fc-scrollgrid .fc-scrollgrid-section th .fc-scroller tr th,
.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td {
    border: 1px solid #d6d6d6 !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td {
    height: 120px;
    width: 100%;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td.fc-day-past .fc-daygrid-day-frame .fc-daygrid-day-top {
    background-color: #e9e9e9;
    flex-direction: column;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td.fc-day-future .fc-daygrid-day-frame .fc-daygrid-day-top {
    background-color: #e1e1e1;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td.fc-day-other .fc-daygrid-day-frame .fc-daygrid-day-top {
    background-color: #f5f5f5;
    opacity: 1;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top {
    background-color: #b89f5c;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td .fc-daygrid-day-frame .fc-daygrid-day-top a {
    font-size: 16px;
    padding: 0 5px;
}

.calender_wrapp #calendar .fc-view-harness .fc-daygrid .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table tbody td.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top a {
    color: #ffffff;
}

.calender_wrapp #calendar>.fc-view-harness {
    height: max-content !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-timegrid {
    position: relative !important;
}

.calender_wrapp #calendar .fc-view-harness .fc-timegrid table.fc-scrollgrid tr.fc-scrollgrid-section td .fc-scroller-harness .fc-scroller {
    position: relative;
}

.calender_wrapp #calendar .fc-view-harness .fc-timegrid table.fc-scrollgrid tr.fc-scrollgrid-section td .fc-scroller-harness .fc-scroller .fc-timegrid-cols table {
    margin: 0 !important;
}


.xoo-el-login-btn .spinner.fa-spin {
    margin-top: 40px !important;
    line-height: 50px;
}

.woocommerce-order .order_details {
    padding: 0;
}

.woocommerce-order .order_details li {
    padding-bottom: 5px;
}

.topclass.topclass-shrink {
    margin-top: 0 !important;
}


.product_cat-camp .woocommerce-product-gallery {
    display: none;
}

.product_cat-camp .summary.entry-summary {
    width: 100% !important;
}


.product_cat-camp form.cart .pofw-product-options-wrapper .fieldset .field>label {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.product_cat-camp form.cart .pofw-product-options-wrapper .fieldset .field,
.section_bg_wrapp form.boardersForm .from_group {
    margin-bottom: 25px;
}

.product_cat-camp form.cart .pofw-product-options-wrapper .fieldset .field .control>input,
.product_cat-camp form.cart .pofw-product-options-wrapper .fieldset .field .control>textarea,
.product_cat-camp form.cart .pofw-product-options-wrapper .fieldset .field .control>select,
.product_cat-camp .woocommerce-tabs .comment-form .comment-form-comment textarea,
.section_bg_wrapp form.boardersForm .from_group input,
.section_bg_wrapp form.boardersForm .from_group textarea,
.section_bg_wrapp form.boardersForm .from_group select {
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #e5e5e5 !important;
    height: 100% !important;
}

.product_cat-camp form.cart .control .options-list .choice {
    padding: 5px 0;
    vertical-align: middle;
    display: flex;
    width: 100%;
}

.product_cat-camp form.cart .control .options-list .choice input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 2px solid #B89F5C !important;
    background-color: #B89F5C;
}

.mamanagement_box .product-content.product_listing ul {
    grid-template-columns: 1fr;
}

.mamanagement_box .product-content.product_listing ul li {
    justify-content: flex-start;
}

.mamanagement_box .product-content.product_listing ul li span {
    padding-right: 10px;
}

.registrationBtns,
.section_bg_wrapp .registrationBtns {
    background-color: #B89F5C !important;
    color: #fff !important;
    border: none;
    margin: 20px 0 0 !important;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.registrationBtns:hover,
.section_bg_wrapp .registrationBtns:hover {
    background-color: #222222;
}

.product_cat-camp .summary .comment-form .comment-form-author input,
.product_cat-camp .summary .comment-form .comment-form-email input {
    background-color: #fff !important;
    color: #000;
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #e5e5e5 !important;
}

.mainwrapperTop {
    margin: 60px 0 20px;
}

.manage_signle_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.signle_gallery {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
}

.signle_gallery img {
    margin: 0 !important;
}





@media only screen and (min-width: 1020px) and (max-width: 1200px) {

    .headermain .topbarmenu ul li {
        margin-right: 15px !important;
    }

    .topclass-shrink #nav-main ul.sf-menu a {
        font-size: 13px;
    }
}


@media only screen and ( max-width: 767px ) {

    .up_latest_post .latest_post_img a img, 
    .teaser_grid_container .post-thumb a img {
        width: 100%;
    }

}


@media only screen and (max-width: 1025px) {

    .headermain {
        display: block !important;
    }

    .headermain img.sticy-logo {
        display: none !important;
    }

    .headermain #mobile-up-trigger {
        float: right;
    }

    .headermain #mobile-up-trigger .mobileclass {
        position: relative !important;
        top: 0;
        right: 20px;
    }

    .headermain #mobile-up-trigger .mobileclass .up-menu-icon {
        text-align: right;
    }

    .headermain .topbarmenu .brand.logofont #uplogo {
        width: 100% !important;
        margin-top: 0 !important;
    }

}

@media only screen and (max-width: 991px) {

    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
    }

    .manage_signle_content {
        margin-top: 30px;
    }

    .manage_signle_gallery {
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .accounts_wrapper {
        grid-template-columns: 2fr 3fr;
    }

    .topbarmenu .logocase #uplogo img {
        height: auto !important;
        width: 110px;
        margin-top: 0 !important;
    }

    .shop-wrap .products li.product h2,
    .shop-wrap .products li.product a .price {
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 767px) {

    .accounts_wrapper {
        grid-template-columns: 1fr;
    }

    .accounts_wrapper .woocommerce-MyAccount-navigation {
        background-color: transparent;
        border: none;
    }

    .accounts_wrapper .woocommerce-MyAccount-navigation ul li {
        margin: 2px;
        float: left;
    }

    .accounts_wrapper .woocommerce-MyAccount-navigation ul li a {
        width: auto;
        border: 1px solid #e5e5e5 !important;
    }

    .topbarmenu .logocase #uplogo img {
        width: 110px;
        height: auto !important;
        margin-top: 0 !important;
    }

}

@media only screen and (min-width: 577px) and (max-width: 767px) {

    .accounts_wrapper .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .manage_signle_content_bottom ul {
        grid-template-columns: 1fr 1fr;
    }


}

@media only screen and (max-width: 650px) {

    .calender_wrapp #calendar .fc-header-toolbar {
        display: grid !important;
        text-align: center;
        align-items: center;
        place-content: center !important;
    }

    .woocommerce-MyAccount-navigation {
        height: auto !important;
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        margin-left: 0 !important;
    }

}

@media only screen and (max-width: 576px) {

    .woocommerce-MyAccount-navigation {
        height: auto !important;
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        margin-left: 0 !important;
    }

    .accounts_wrapper .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .table_main_wrapp .date-filter {
        display: flow;
    }

    .table_main_wrapp .filter_input button.btn.btn-secondary,
    .table_main_wrapp .date-filter button {
        margin: 15px 0 0 !important;
        padding: 0 !important;
    }

    .table_main_wrapp .date-filter .fromGroups {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .table_main_wrapp .date-filter .fromGroups button {
        margin: 0 !important;
        padding: 0 !important;
    }

    .table_main_wrapp .date-filter .fromGroups button a {
        width: 100%;
    }

    .manage_signle_content_bottom ul {
        grid-template-columns: 1fr;
    }

    .manage_signle_gallery {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 400px) {

    .woocommerce-MyAccount-navigation {
        height: auto !important;
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        margin-left: 0 !important;
    }

    .table_main_wrapp .date-filter .fromGroups {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mamanagement_box .product-content ul li {
        display: grid;
    }

    .mamanagement_box .product-footer {
        display: grid;
        gap: 15px;
        justify-content: center;
    }



}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
    background-color: #fff !important;
    color: #000;
    width: 100%;
    border: none !important;
    padding: 10px 15px;
}

.work-top {
    height: 109px;
    overflow: hidden;
    display: none;
}



/* // */



/* .wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */

.filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: black;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: gray;
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}



.price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: black;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: black;
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: green;
    border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    justify-content: center;
    color: black;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}

.price-title {
    margin-right: 5px;
    backgrund: #d58e32;
}

.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: black;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-wrap label {
    text-align: right;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}



.mamanagement_box_bg1 .product-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mamanagement_box_bg1 .product-inner .product-details a {
    background-color: transparent !important;
    color: #000 !important;
    width: 100%;
}

.mamanagement_box_bg1 .product-inner .product-details a:hover {
    background-color: transparent !important;
}

.table_main_wrapp .product-inner .product-details a.btn.btn-primary {
    margin: 0;
    color: #B89F5C !important;
    font-weight: 700;
}

.table_main_wrapp .filter_input form label {
    white-space: nowrap;
}

.table_main_wrapp .date-filter.date-filter_box {
    width: 100%;
    display: inline-block !important;
    margin-top: 40px;
}

.table_main_wrapp .date-filter_box form {
    max-width: 100%;
    border: none;
    gap: 10px;
}

.table_main_wrapp .date-filter_box form>input.form-control {
    max-width: 300px;
}

.table_main_wrapp .date-filter_box form input.form-control {
    max-width: 300px;
    border: 1px solid #121212;
    padding: 10px 15px;
}

.table_main_wrapp .date-filter_box form .group_input label {
    top: -25px;
    position: absolute;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.table_main_wrapp .date-filter.date-filter_box form .btn.btn-primary {
    height: auto !important;
    background-color: #222;
    color: #fff;
    border: none;
    margin: 0 !important;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox .filter-price .price-field input {
    width: 100%;
    height: 20px;
    background-color: #a3a3a3;
    border-radius: 20px;
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox .filter-price .price-field {
    background-color: transparent;
    padding: 0;
    height: auto !important;
    position: relative;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox form .wrapper {
    position: relative;
    width: 100%;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox form .wrapper .filter-price {
    width: 100%;
}

.table_main_wrapp .date-filter.date-filter_box .filterbox form .wrapper .filter-price .price-wrap {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}






.wc-block-components-quantity-selector {
    display: none;
    /* Hide the quantity selector */
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
}

/* .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    display: none;
} */


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .table_main_wrapp .date-filter.date-filter_box .filterbox form .wrapper .filter-price .price-wrap {
        margin-top: -20px;
    }

}

@media only screen and (min-width: 577px) and (max-width: 767px) {

    .table_main_wrapp .date-filter.date-filter_box .filterbox {
        margin-top: 15px;
    }

}


@media only screen and (max-width: 576px) {

    .table_main_wrapp .date-filter_box form,
    .table_main_wrapp .date-filter.date-filter_box .filterbox {
        display: flow;
    }

    .table_main_wrapp .date-filter_box form .group_input {
        margin: 10px 0;
    }

    .table_main_wrapp .date-filter.date-filter_box form .btn.btn-primary {
        width: 100%;
    }

    .table_main_wrapp .date-filter_box form .group_input label,
    .table_main_wrapp .date-filter.date-filter_box .filterbox form .wrapper .filter-price .price-wrap {
        position: relative;
        top: 0;
    }

    .table_main_wrapp .date-filter.date-filter_box .filterbox {
        margin-top: 15px;
    }

    .table_main_wrapp .date-filter.date-filter_box .filterbox .filter-price .price-field {
        height: 30px !important;
    }

    .table_main_wrapp .date-filter.date-filter_box .filterbox button.btn.btn-secondary,
    .table_main_wrapp .date-filter.date-filter_box .filterbox button.btn.btn-secondary a {
        width: 100%;
    }

    .table_main_wrapp .date-filter_box form input.form-control {
        max-width: 100%;
    }

}


.mamanagement_wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
}

.mamanagement_wrapp .product.mamanagement_box {
    height: 100%;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mamanagement_wrapp {
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 767px) {

    .mamanagement_wrapp {
        grid-template-columns: 1fr;
    }

}

.tnp.tnp-subscription form {
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: end;
    color: #fff;
}

.tnp.tnp-subscription input#tnp-1 {
    background-color: #fff;
}

.topclass.enable_sticky.topclass-shrink .col-md-12.topnav-left.centar,
.stick_on.topclass.topclass-shrink .col-md-12.topnav-left.centar {
    width: 15%;
}

.boarders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.boarders-table th,
.boarders-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.boarders-table th {
    background-color: #f2f2f2;
}

.boarders-container {
    background-color: #f5f5f5;
}

.date-filter input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.date-filter button {
    margin-top: 10px;
}

.wp-block-search__label {
    display: none;
}

.widget_block.widget_search {
    padding-top: 30px;
}

.error {
    color: red;
}

.wpcf7-not-valid-tip {
    display: none;
}

#form2 .inquiry-reason label.error {
    position: absolute;
    bottom: -30px;
    left: 0px;
}

.wpcf7 #form2 input {
    margin-bottom: 5px;
    margin-top: 20px;
}

.wpcf7 #form2 input[type=checkbox] {
    margin-top: 0;

}

#form2 .inquiry-reason {
    display: flex;
    flex-direction: column;
}

#loader {
    position: fixed;
}

.woocommerce-MyAccount-navigation {
    height: 0;
    width: 30%;
    margin-bottom: 50px;
    /* margin-top: 30px; */
    float: left;
    clear: both;
    margin-right: 30px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: none !important;
    background-color: #f5f5f5;
    border: 2px solid #e7e7e7;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 20px;
    border-bottom: 2px solid #e7e7e7;
}

.woocommerce-MyAccount-navigation {
    background-color: #f5f5f5;
    /* border: 2px solid #e7e7e7; */
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a::before {
    display: none;
}

.woocommerce-MyAccount-content {
    background-color: #f5f5f5;
    border: 2px solid #e7e7e7;
    padding: 15px;
    margin-left: 370px;
    margin-top: 30px;
    min-height: 32.4rem;
    margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #B89F5C;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff;
}

#oops-404 {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content {
    min-height: 70vh;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    height: auto;
}

.wc-block-components-form .wc-block-components-country-input input[type=text],
.wc-block-components-form .wc-block-components-state-input input[type=text] {
    height: auto;
    padding: 2.3rem 0.5rem 0.5rem !important;
}


/* CUSTOM */

.product-inner .product-details .event_para {
	color: #000;
}


.camp_listing_wrapp .ic-inner {
    background-color: #efefef !important;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    text-align: left;
    padding: 0 !important;
    gap: 5px;
    margin-bottom: 20px;
}
.camp_listing_wrapp .ic-inner .icon-holder {
    width: 100%;
    height: 100%;
}
.camp_listing_wrapp .ic-inner .circle-text {
    width: 100%;
    height: 100%;
    line-height: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}   
.camp_listing_wrapp .ic-inner .text-holder {
    padding: 15px 15px !important;
}
.camp_listing_wrapp .ic-inner .text-holder h4 {
    font-size: 20px;
    margin: 0 0 10px !important;
}
.camp_listing_wrapp .ic-inner .text-holder p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.table_main_wrapp .filter_input form input.form-control {
    background-color: transparent !important;
    padding: 10px;
}
#nav-main ul.sf-menu a {
    font-size: 14px !important;
    font-family: "Roboto", sans-serif !important;
}
.padding_section {
    padding: 15px 0;
}
.table_main_wrapp .product-inner .product-details p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.salepricefree {
    position: absolute;
    top: 8px;
    transform: rotate(325deg);
    left: -34px;
}
.salepricefree span {
    background-color: #008000;
    color: #fff;
    position: relative;
    padding: 5px 40px 5px;
    text-transform: uppercase;
}
.manage_signle_content_bottom ul li .listContent {
    font-weight: 400;
}
.manage_signle_content_bottom ul li .listContent span {
    font-weight: 600;
}
.footer_up_wrap {
    padding: 50px 0 0;
}
.footer_up_wrap .wp-block-heading {
    color: #fff;
    font-size: 28px;
    margin-top: 0;  
}
.footer_up_wrap .footer-widget {
    padding-left: 20px;
}
.footer_up_wrap .footercol1 .footer-widget {
    padding-left: 0 !important;
}
.footer_up_wrap .footer-widget .widget_block ul li a {
    padding-left: 26px;
    position: relative;
}
.footer_up_wrap .footer-widget .widget_block ul li a:before {
    content: '\f111';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 7px;
    transition: .3s all ease;
    color: #b89f5c;
    left: 10px;
    top: 5px;
}
.footer_up_wrap #up_footerwrap h3.wp-block-heading {
    font-size: 22px !important;
}
.footercopy {
    padding: 20px 0;
    border-top: 1px solid #ffffff;
    margin-top: 60px;
}
#up_footerwrap ul li {
    line-height: normal !important;
}
.footer_up_wrap .footer-widget .widget_block ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-top: 15px;
}
button.single_add_to_cart_button.button.alt {
    padding: 10px 30px ! IMPORTANT;
    height: auto !important;
    line-height: normal !important;
}
.rs_splitted_chars {
    font-family: "Wittgenstein", serif !important;
}
.up_latest_post_ex p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.post_more {
    background-color: var(--button-bg-color);
    color: #ffffff;
    border-color: var(--button-bg-color);
}
#up_footerwrap .col-md-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and ( max-width: 991px ) {

    .footer_up_wrap .footer-widget {
        padding-left: 0 !important;
    }

}


@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    #up_footerwrap .col-md-4 {
        width: 33.33%;
        float: left;
    }
    .footercol1 {
        text-align: center;
        margin-bottom: 30px;
    }
    

}

header.normal.light{
    position: relative !important;
}
 












/* .home.page-template #up_topbar {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgb(6 42 78 / 70%) !important;
    background-image: none !important;
}
.home.page-template #up_topbar.topclass-shrink {
    position: fixed;
} */


.border_shape {
    background-color: var(--navy-blue-color);
}
.border_arrow_shape .sep_shape svg {
    fill: var(--navy-blue-color);
}
.backgrond_bg_2 {
    background-color: var(--bg-color-op2);
}
.backgrond_bg_light {
    background-color: var(--navy-blue-light-color);
}
.up_latest_post_title a h5.posttitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home.page-template #nav-main ul.sf-menu a {
    font-size: 14px !important;
}
#nav-main ul.sf-menu a {
    font-size: 13px !important;
}
.topclass {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content.main_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
#content.main_wrapper .main, 
#content.main_wrapper .no-vc {
    margin-top: 0;
    margin-bottom: 0;
}
#content.main_wrapper .wpb_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
#content.main_wrapper h6 {
    font-weight: 700;
    color: #000;
    margin: 20px 0 10px;
}
#content.main_wrapper .wpb_wrapper ul {
    padding-left: 25px;
    list-style-type: disclosure-closed;
}
#content.main_wrapper .wpb_wrapper ul::marker {
    display: none !important;
}
.card_box {
    padding: 15px;
    display: flex;
    height: 100%;
}
.card_box .vc_column-inner {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--content-card-bg);
    height: 100%;
    padding: 30px;
}
.card_box .vc_column-inner h3.vc_custom_heading {
    margin-top: 0;
}
.gallery_imgs_wrapp .vc_gitem-animated-block {
    box-shadow: var(--box-shadow);
    padding: 10px;
}

.sale_card_box {
    margin-top: 20px;
}
.sale_card_box .vc_grid-item-mini, 
.staff_card_box {
    box-shadow: var(--box-shadow);
    position: relative;
    background-color: var(--body-white-color);
    padding: 15px;
}
.sale_card_box .vc_grid-item-mini .vc_gitem-zone-img {
    width: 100%;
    height: 250px;
    object-fit: fill;
}
.sale_card_box .vc_grid-item-mini .vc_gitem-zone {
    background-color: transparent !important;
}
.sale_card_box .vc_grid-item-mini .vc_gitem-zone .vc_custom_heading.vc_gitem-post-data {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sale_card_box .vc_grid-item-mini .vc_gitem-zone .vc_btn3-container {
    margin: 0;
}
.sale_card_box .vc_grid-item-mini .vc_gitem-zone .vc_btn3-container .vc_general, 
.sale_card_box .vc_grid-btn-load_more a.vc_general {
    background-color: var(--button-bg-color);
    color: var(--body-white-color);
    border-color: var(--button-bg-color);
    border-radius: 0;
    padding: 10px 20px;
}
.staff_card_box {
    margin-bottom: 30px !important;
    padding: 30px;
    background-color: var(--content-card-bg);
    box-shadow: none;
}
.staff_content h4 {
    margin-top: 0;
    font-size: 20px !important;
}
.staff_content h5 {
    font-size: 17px;
}
.staff_imgs .wpb_wrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.staff_imgs .wpb_wrapper p .shortcode_icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-blue-color);
}
.staff_imgs .wpb_wrapper p .shortcode_icon a {
    color: var(--body-white-color) !important;
}
.staff_imgs .disabled .wpb_wrapper .shortcode_icon a {
    pointer-events: none;
    opacity: 0.5;
}
.cv_from_wrapp .wpcf7-form-control-wrap .wpcf7-form-control {
    flex-wrap: wrap;
    flex-direction: unset !important;
}
.error {
    text-transform: lowercase;
    display: inline-block;
}
.error::first-letter {
    text-transform: uppercase !important;
}

.booking-events-products-list, 
.events-products-list {
    padding: 0;
    list-style-type: none;
}
.booking-events-products-list li, 
.events-products-list li {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
    text-align: left;
    border: 1px solid var(--navy-blue-color);
    padding: 10px;
    gap: 15px;
    border-bottom: 0;
}
.booking-events-products-list li:last-child, 
.events-products-list li:last-child {
    border-bottom: 1px solid var(--navy-blue-color);
}
.booking-events-products-list li a, 
.events-products-list li a {
    border-right: 1px solid var(--navy-blue-color);
}

/* .boarders-container {
    padding: 0 15px;
} */
.shop-wrap .products li.product h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

@media only screen and ( min-width: 1026px ) and ( max-width: 1199px ) {

    .topbarmenu li > a.dropdown-toggle:after {
        right: 0;
    }
    #nav-main ul.sf-menu>.menu-item>a {
        padding: 20px 15px;
    }
    .topclass-shrink #nav-main ul.sf-menu>.menu-item>a {
        padding: 20px 13px !important;
    }

}


@media only screen and ( max-width: 1025px ) {

    .sf-dropdown-menu {
        margin: 0 !important;
        background-color: var(--navy-blue-light-color) !important;
        display: none;
    }
    .up-mobile-nav .up-mobnav .sf-dropdown>a {
        padding-right: 30px;
        position: relative;
    }
    .up-mobile-nav .up-mobnav .sf-dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f107";
        position: absolute;
        right: 5px;
        font-size: 14px;
    }

}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .footercol1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content {
        margin-left: 320px;
    }

}


@media only screen and ( max-width: 991px ) {

    

}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .footercol1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .staff_card_box {
        padding: 20px !important;
    }
    .woocommerce-MyAccount-content {
        margin-left: 250px;
    }

}

@media only screen and ( max-width: 767px ) {

    .footercol1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .footercol4 {
        margin-top: 30px;
    }
    .staff_card_box {
        padding: 10px !important;
    }
    .staff_imgs {
        margin-bottom: 15px;
    }

}

/* @media only screen and ( max-width: 577px ) and ( max-width: 767px ) {

    .gallery_imgs_wrapp .vc_grid.vc_row .vc_pageable-slide-wrapper {
        grid-template-columns: 1fr 1fr;
    }

}
 
@media only screen and ( max-width: 576px ) {

    .gallery_imgs_wrapp .vc_grid.vc_row .vc_pageable-slide-wrapper {
        grid-template-columns: 1fr;
    }

} */
 
@media only screen and ( min-width: 1026px )  {

    .home.page-template #up_topbar {
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgb(6 42 78 / 70%) !important;
        background-image: none !important;
    }
    .home.page-template #up_topbar.topclass-shrink {
        position: fixed;
    }


}


#fluentform_3,
#fluentform_4 {
    margin-bottom: 80px;
}
#fluentform_3 .ff-el-group .ff-el-input--content input,
#fluentform_4 .ff-el-group .ff-el-input--content input {
    height: auto !important;;
}
#fluentform_3 .ff-el-group button.ff-btn,
#fluentform_4 .ff-el-group button.ff-btn {
    color: #fff;
    background: var(--button-bg-color);
    border-radius: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 25px;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label span {
    color: #5f6263 !important;
}

.woocommerce #content .quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce #quantity input::-webkit-inner-spin-button,.woocommerce #quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #quantity input::-webkit-inner-spin-button,.woocommerce-page #quantity input::-webkit-outer-spin-button {
    opacity: 1 !important;
    display: inline-block !important;
    -webkit-appearance: auto;
    -moz-appearance: number-input;
    padding: 20px 5px !important;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 50px;
    height: 40px;
}



/* Additional Shipping Addresses Styles */
.shop_table.additional-addresses {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.shop_table.additional-addresses th,
.shop_table.additional-addresses td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.shop_table.additional-addresses thead th {
    background-color: #f8f8f8;
    font-weight: 600;
}

.shop_table.additional-addresses td a {
    color: #B89F5C;
    text-decoration: none;
    margin-right: 10px;
}

.shop_table.additional-addresses td a:hover {
    text-decoration: underline;
}

/* Add Address Form Styles */
.additional-address-form {
    max-width: 600px;
    margin: 2em 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.additional-address-form input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.additional-address-form input[type="submit"] {
    background: #B89F5C;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.additional-address-form input[type="submit"]:hover {
    background: #a08a4d;
}

/* Checkout Address Dropdown Styles */
select[name="custom_shipping_address"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.ff-el-form-check.ff-el-form-check-.ff_item_selected label span {
    color: #ffffff !important;
    background-color: var(--button-bg-color) !important;
    border-color: var(--button-bg-color) !important;
}

.ff-name-field-wrapper {
    margin-bottom: 20px;
}

#fluentform_4 {
    margin: 40px 0px 0px !important;
}
.form_header {
    max-width: 600px;
    margin: 60px auto !important;
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px;
}
.form_header .vc_container {
    width: 100%;
}
.ff-default .ff-el-form-control:focus{
    border-color: var(--button-bg-color) !important;
}


/* Styling for the address section */
.my-account-addresses h3 {
    color: #B89F5C;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

/* Table Styling */
.my-account-addresses .shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.my-account-addresses .shop_table thead tr {
    background: #B89F5C;
    color: #fff;
}

.my-account-addresses .shop_table th, 
.my-account-addresses .shop_table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.my-account-addresses .shop_table tbody tr:nth-child(even) {
    background: #f4f1e5;
}

.my-account-addresses .shop_table tbody tr:hover {
    background: #e5dac0;
}

.my-account-addresses .shop_table tbody tr > td:nth-child(4) > a {
    color: white;
    background: #B89F5C;
    padding: 5px 10px;
    border-radius: 20px;
}
/* Action Links */
.my-account-addresses .shop_table a {
    color: #B89F5C;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.my-account-addresses .shop_table a:hover {
    color: #8c7a4f;
}

.my-account-addresses .default-address {
    color: #B89F5C;
    font-weight: bold;
    font-style: italic;
}

/* Add New Address Button */
.my-account-addresses .add-new-address {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    background: #B89F5C;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.my-account-addresses .add-new-address:hover {
    background: #8c7a4f;
}


/* Form Styling */
.my-account-addresses #address-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 20px auto;
}

.my-account-addresses #address-form p {
    margin-bottom: 12px;
    font-weight: bold;
    color: #333;
}

.my-account-addresses #address-form input,
.my-account-addresses #address-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.my-account-addresses #address-form input:focus,
.my-account-addresses #address-form select:focus {
    border-color: #B89F5C;
    box-shadow: 0 0 5px rgba(184, 159, 92, 0.5);
    outline: none;
}

.my-account-addresses #address-form input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

.my-account-addresses #address-form input[type="submit"] {
    background: #B89F5C;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    width: 100%;
}

.my-account-addresses #address-form input[type="submit"]:hover {
    background: #8c7a4f;
}
