/*new 123*/
@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/futura-light.woff2') format('woff2'),
        url('assets/fonts/futura-light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/futuramedium.woff2') format('woff2'),
        url('assets/fonts/futuramedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/Futura-Heavy.woff2') format('woff2'),
        url('assets/fonts/Futura-Heavy.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/futurabold.woff2') format('woff2'),
        url('assets/fonts/futurabold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Futura Medium Condensed';
    src: url('assets/fonts/futuramediumcondensed.woff2') format('woff2'),
        url('assets/fonts/futuramediumcondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




html body {
    font-family: "Futura";
    background-color: #ffffff;
    font-weight: normal;
}

.uv-hide {
    display: none;
}

.uv-customheader {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 80px;
    opacity: 1;
    visibility: visible;
    z-index: 50;
    transition: opacity .3s ease .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 15px; */
}

.uv-customheader-inner {
    width: 100%;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-customheader .uv-header-cart {
    position: relative;
    right: auto;
    left: auto;
    margin: 0;
}

.uv-customheader .uvlogo img {
    display: block;
    /* height: 50px; */
    height: 100px;
    width: auto;
}

body .uv-btn,
body .uv-checkout-form-actions .uv-btn-s {
    font-weight: normal;
}

.uv-pop-header .uvtitle {
    font-weight: bold;
}

.uv-checkout-steps .uvuisteplabel {
    font-size: 12px;
}

/* overmenu */
.ovmenuopen {
    overflow: hidden;
}

.uv-overmenu-btn {
    cursor: pointer;
    width: 35px;
}

/* .uv-overmenu-btn img {margin-top: 10px;} */
.uvlogo {
    margin-right: auto;
}

.ovmenuopen .uv-overmenu {
    visibility: visible;
    opacity: 1;
}

.uv-overmenu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 80;
    background-color: #FFFFFF;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    line-height: 1.15;
}

.uv-overmenu-inner {
    position: relative;
    padding: 15px 20px 25px;
    z-index: 10;
}

.uv-overmenu-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out;
    /* opacity: 0;
    visibility: hidden; */
}

.uv-overmenu-header {
    text-align: center;
    padding-top: 20px;
}

.ovmenuopen .uv-overmenu-header img {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease-in-out 400ms;
}

.uv-overmenu-header img {
    /* height: 50px; */
    height: 100px;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-overmenu-menu {
    padding-top: 60px;
    padding-bottom: 30px;
    transform: translateY(8vw);
    opacity: 0;
    transition: all 150ms cubic-bezier(.25, .46, .45, .94);
}

.ovmenuopen .uv-overmenu-menu {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms cubic-bezier(.25, .46, .45, .94);
}

.uv-overmenu-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.uv-overmenu-menu>ul>li {
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a {
    position: relative;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a i {
    transition: all .25s ease;
    width: 25px;
    opacity: 0.5;
}

.uv-overmenu-menu ul>li.menu-item-has-children.active>a i {
    transform: rotate(-180deg);
    transition: all .25s ease;
}

.uv-overmenu-menu>ul>li>a {
    display: inline-block;
    color: #343840;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.ovmenuopen .uv-overmenu-secondary {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out 500ms;
}

.uv-overmenu-secondary {
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
}

.uv-overmenu-secondary ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uv-overmenu-secondary ul li {
    padding-left: 14px;
    padding-right: 14px;
}

.uv-overmenu-secondary ul li a {
    color: #343840;
    letter-spacing: 0.2em;
    font-size: 18px;
    opacity: 0.75;
}

.uv-overmenu-secondary .uv-socialnetwork {
    padding-top: 22px;
}

.uv-socialnetwork ul li {
    display: inline-block;
    /* padding: 0 5px; */
}

.uv-socialnetwork ul li .uv-social-label {
    display: none;
}

.uv-overmenu-secondary .uv-socialnetwork ul li a {
    opacity: 1;
    font-size: 23px;
}

.uv-overmenu-menu>ul>li .uv-submenu {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: all .4s ease-in-out;
}

.uv-overmenu-menu>ul>li.active .uv-submenu {
    max-height: 300px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul {
    padding-top: 14px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li {
    padding: 7px 0px;
    text-align: center;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li a {
    color: #CFCFCF;
    display: block;
    font-size: 16px;
    padding-left: 26px;
    text-transform: uppercase;
}

div#ovmenu-close {
    cursor: pointer;
    position: fixed;
    width: 26px;
    height: 19px;
    right: 30px;
    top: 30px;
    z-index: 100;
}

div#ovmenu-close>span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 5px);
}

div#ovmenu-close>span {
    display: block;
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #343840;
}

div#ovmenu-close>span:nth-child(2) {
    width: 26px;
    top: inherit;
    bottom: 0;
    transform: rotate(45deg) translate(-16px, -14px);
    right: 0;
}

body .uv-panel {
    background-color: #efefef;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active {
    background-color: transparent;
    border-color: transparent;
    color: #343840;
    padding: 0;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpaytype {
    color: rgba(0, 0, 0, 0.66);
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpayprice {
    color: inherit;
}

.uv-cartprepayoptions>a:first-child:last-child {
    cursor: default;
}

.uv-cartmain {
    padding-bottom: 60px;
}

.uv-event-item.added {
    border-color: transparent;
}

.uv-event-itemlist .uv-event-item:nth-child(odd) {
    background-color: transparent;
}

.uv-event-itemlist .uv-event-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.uv-event-itemlist .uv-event-item:last-child {
    border-bottom: 0;
}

.uv-event-itemtfooter,
.uv-cart-sectitle,
.uv-checkout-cartbox-footer,
.uv-checkout-form-actions {
    background-color: #F5A2C5;
}

/*.uv-cartprepayoptions > a:first-child:last-child .uv-paymethodopt .uvpriceset{justify-content: flex-end;}*/
.uv-event-itemtfooter .uv-btn-p,
.uv-checkout-cartbox-footer .uv-btn-p,
.uv-checkout-form-actions .uv-btn-p {
    background-color: #ffffff;
    color: #343840;
    border-radius: 0px;
    border: 1px solid #ffffff;
}

body .uv-checkout-form-actions .uv-btn-p:hover {
    color: #e6007e;
}

.uv-checkoutmain-left .uvcheckoutpromocode {
    margin-top: 15px;
}

body .uv-btn-s {
    border: 1px solid #c3c6c9;
    background-color: #e6007e;
    border-color: #e6007e;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

body .uv-btn-s:hover {

    background-color: #ffffff;
    border: solid 1px#e6007e;
    color: #e6007e;
    border-radius: 0px;
}

body .uv-btn-s.uv-left:hover {

    background-color: #ffffff;
    border: solid 1px#ffffff;
    color: #e6007e;
    border-radius: 0px;
}

.uv-cartdrop-actions {

    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #FFFFFF;
}

.uv-cartdrop-actions .uv-btn:last-child {
    text-transform: uppercase;
    font-weight: 500;
    border: solid 1px white;
}

.uv-cartdrop-sectitle {

    background-color: #F5A2C5;
    color: #ffffff;

}

.uv-cartdrop-sectitle .uvdvenue {

    color: #ffffff;

}

.location-l {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* color: #e6007e; */
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.location-l:after,
.location-l:before {

    position: absolute;
    width: 0px;
    left: 50%;
    height: 2px;
    bottom: -4px;
    content: " ";
    /* background-color: #e6007e; */
    background-color: white;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.location-l:hover:after {
    position: absolute;
    width: 50%;
    left: 0%;
    height: 2px;
}

.location-l:hover:before {
    position: absolute;
    width: 50%;
    left: 50%;
    height: 2px;

}

.location-l:after {
    left: 51%;
    transform: scale(-1, -1);
}

.footer-inner .footer-widgets {
    display: flex;
    width: 100%;
    gap: 15px;
}

.footer-inner .footer-widgets .uvwp-widget {
    margin: 0px;
}

.footer-inner .footer-widgets .uvwp-widget1 {
    width: 20%;
}

.footer-inner .footer-widgets .uvwp-widget2 {
    width: 25%;
}

.footer-inner .footer-widgets .uvwp-widget3 {
    width: 22%;
}

.footer-inner .footer-widgets .uvwp-widget4 {
    width: 12%;
}

.footer-inner .footer-widgets .uvwp-widget5 {
    width: 15%;
}

.footer-inner .uvwp-widget ul li a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

body footer .footer-widgets .uvwp-widget ul.menu li a:hover {
    opacity: 0.7;
    color: white;
}

.footer-inner .uvwp-widget2 p {
    font-size: 16px !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    color: white;
    transition: all 0.3s ease;
}

.uv-checkout-form ul li,
.uv-checkout-itemstable table {

    color: #406534 !important;

}

.footer-inner .uv-socialnetwork {
    margin-top: 18px;
}

.footer-inner .uvwp-widget .uv-socialnetwork ul li a {

    color: white !important;

}


.uv-featured-events-item .uvinfo .uvactions .uv-btn-s {
    border: 1px solid #c3c6c9;
    background-color: #e6007e;
    border-color: #e6007e;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.uv-featured-events-item .uvinfo .uvactions .uv-btn-s:hover {
    border: 1px solid #c3c6c9;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e6007e;
    color: #e6007e;
    border-radius: 0px;
}

.uv-header-cartdrop:before {
    border-bottom: 10px solid #e6007e;
}

.uv-event-itemtfooter .uv-btn-p:hover,
.uv-event-itemtfooter .uv-btn-p:focus,
.uv-checkout-form-actions .uv-btn-p:hover,
.uv-checkout-cartbox-footer .uv-btn-p:focus,
.uv-checkout-form-actions .uv-btn-p:focus {
    background-color: #ffffff;
    color: #343840;
}

.uv-checkout-form-actions .uv-btn-s {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #343840;
}

.uv-event-itemtypeheader {
    background-color: #222222;
}

.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader {
    background-color: rgba(34, 34, 34, 0.9);
}

.uv-btn-event3d {
    background-color: #343840;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvitemsel {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvprice {
    display: none;
}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvactions a:first-child {
    display: none;
}

.uv-invitem-MZOOGLJIB0ZEW .uvjs-updatecartitem option:nth-child(n+5) {
    display: none;
}

.uv-cartitem-ven707828 .uvitemsels {
    display: none;
}

.uv-eventcont .uv-event-booktype-BKT10356 {
    display: none;
}

.uv-event-booktype-BKT10600 {
    display: none;
}


/*Responsive*/
@media (min-width: 1425px) {
    div#ovmenu-close {
        right: calc((100vw - 1364px)/2);
    }
}


@media (max-width: 1080px) {
    .footer-inner .footer-widgets .uvwp-widget1 {
        /* width: 50%; */
        text-align: center;
        width: calc(50% - 15px);
    }

    .footer-inner .footer-widgets .uvwp-widget2 {
        width: calc(50% - 15px);
    }

    .footer-inner .footer-widgets .uvwp-widget5,
    .footer-inner .footer-widgets .uvwp-widget4,
    .footer-inner .footer-widgets .uvwp-widget3 {
        width: calc(33.33% - 15px);
    }

    .footer-inner .footer-widgets {
        display: flex;
        width: 100%;
        gap: 15px;
        flex-wrap: wrap;
    }
}

@media (max-height: 700px) and (min-width: 601px) {
    .uv-overmenu-menu>ul>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width: 600px) {
    .uv-overmenu-menu>ul>li>a {
        font-size: 25px;
    }

    .uv-overmenu-menu>ul>li {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .uv-overmenu-secondary ul li a {
        font-size: 14px;
    }

    .uv-overmenu-header img {
        height: 70px;
    }

    .uv-main-wrapper {
        min-height: calc(100vh - 420px);
    }

    .uv-cartmain {
        padding-bottom: 40px;
    }

    .uv-checkout-cartlist .uv-checkout-cartitem {
        align-items: flex-start;
    }

    .uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset {
        justify-content: flex-end;
    }

    .uv-cartprepayoptions {
        max-width: 600px;
    }

    .footer-inner .footer-widgets .uvwp-widget1 {
        width: 100%;
    }

    .footer-inner .footer-widgets {
        display: flex;
        width: 100%;
        gap: 22px 15px;
        flex-wrap: wrap;
    }

    .footer-inner .footer-widgets .uvwp-widget2 {
        width: 100%;
        text-align: center;
    }

    .footer-inner .footer-widgets .uvwp-widget3 {
        width: 100%;
        text-align: center;
    }

    .footer-inner .footer-widgets .uvwp-widget4 {
        width: calc(50% - 15px);
        text-align: center;
    }

    .footer-inner .footer-widgets .uvwp-widget5 {
        width: calc(50% - 15px);
        text-align: center;
    }

}

@media(max-width: 400px) {
    .uv-overmenu-secondary ul li a {
        font-size: 11px;
    }

    .uv-overmenu-menu>ul>li>a {
        font-size: 22px;
        font-weight: 900;
    }
}

/* /overmenu */

/*Line Heights fixes*/
.uv-map-controls .uv-btn,
.uv-map-listsec-item .uvsecname,
.uv-pop-mapitem .uv-pop-header .ddate,
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvhighlight,
.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn .uvname,
.uv-cartdrop-item .uvinfo .uvcartdropcountdescr,
.uv-checkout-cartitem .uvitemseltime .uv-btn,
.uv-checkouttimer-cont .uvtitle,
.uv-sidebar-faq>a {
    font-weight: normal;
}

.uv-map-listback .uvname,
.uv-panel .uv-panelbody a.uv-addtocalendarlink {
    font-weight: bold;
}

/**/

.uv-main-wrapper .uv-calendarpage h1 {
    color: #E067A7;
}

/* FES-3439 hide map from public */
/* body .uv-page-event .uws-inventory-3dmaplink,
body .uv-page-event a.uv-btn.uv-btn-event3d {
    display: none;
} */

/* Update styles UWS-4538 */


body .uv-main-wrapper .uv-calendarpage h1,
body .uv-overmenu-menu>ul>li>a {
    color: #F5A2C5;
}

.uv-customheader,
.uv-sidebar-panel .uvtitle,
body .uws-booktype-item>a,
body .uv-checkout-form-actions,
body footer,
body .uv-pop-header {
    background-color: #F5A2C5;
}

body .uv-checkout-itemstable .uv-btn.uv-btn-s {
    background-color: white;
    border-color: #F5A2C5;
    color: white;
    transition: all .3s ease-in-out;
}

body .uv-checkout-itemstable .uv-btn.uv-btn-s:hover {
    background-color: #F5A2C5;
    border-color: #F5A2C5;
    color: white;
}

body .uv-checkout-itemstable .uv-btn.uv-btn-s:hover .fa-file-text-o:before {
    color: white;
}

.fa-file-text-o:before,
.uwsicon-right-open:before {
    color: #F5A2C5;
    transition: all .3s ease-in-out;
}

body .uv-checkout-itemstable tfoot tr td {
    background-color: #f2f2f2 !important;
}

body .uv-checkout-itemstable table {
    border: 1px solid #F5A2C5;
}

body .uv-checkout-itemstable tr td,
body .uv-checkout-itemstable tr th,
body .uv-checkout-itemstable tr td span,
body .uv-checkout-itemstable tfoot tr td,
body .uv-ckinputgroup-optsins fieldset label strong {
    color: #406534 !important;
}

body .uv-checkout-itemstable tr td,
body .uv-checkout-itemstable tr th {
    background-color: white !important;
}

body footer {
    border-color: #e6007e;
}

body .uv-btn-cart,
body .uws-inv-itemsel-pop .uws-itemsel-popheader,
body .uws-map-itemsel-pop .uws-itemsel-popheader,
body .uws-inventory-item-pop .uws-itempop-header,
body .uws-pop-slightheader {
    background-color: #F5A2C5;
}

body .uv-btn-cart:active,
body .uv-btn-cart:focus {
    background-color: white;
}

body .uv-btn-cart:active .fa-shopping-cart:before,
body .uv-btn-cart:focus .fa-shopping-cart:before {
    color: #F5A2C5;
}

body .uws-btn-s,
body .uws-btn-s:visited,
body .uws-itemsel-popbody .uwsinvitemssellist .uwsinvitemselitem,
body .uws-btn-p:hover,
body .uws-btn-p:visited:hover {
    color: #F5A2C5 !important;
    border-color: #F5A2C5 !important;
    background-color: white !important;
}

body .uws-btn-s:hover,
body .uws-btn-s:visited:hover,
body .uws-itemsel-popbody .uwsinvitemssellist .uwsinvitemselitem:hover,
body .uws-itemsel-popbody .uwsmapitemssellist .uwsmapitemselitem:hover,
body .uws-btn-p,
body .uws-btn-p:visited,
body .uv-poptemsactions .uv-btn,
body .uv-pop-action>a.uv-btn-p {
    color: white !important;
    border-color: #F5A2C5 !important;
    background-color: #F5A2C5 !important;
}

body .uws-btn-s:hover .uwsicon-right-open:before {
    color: white;
}

body .uws-itemsel-popbody .uwsinvitemssellist .uwsinvitemselitem,
body .uws-itemsel-popbody .uwsmapitemssellist .uwsmapitemselitem {
    color: #406534 !important;
}

body .uv-poptemsactions .uv-btn:hover,
body .uv-pop-action>a.uv-btn-p:hover {
    background-color: #e698b9 !important;
}

body a.uwsjs-inv-ecoitem-select.uws-btn.uws-btn-s,
body .uv-cartdrop-actions .uv-btn-s,
body .uv-cartprepayoptions>a:last-child .uv-paymethodopt,
body .uwsactions .uws-btn.uws-btn-s.uwsjs-item-addtocart,
body .uwscartscreenbody .uwsactions .uws-btn.uws-btn-s.uwsjs-go-cart,
body .uwscartscreenfooter .uwsactions .uws-btn.uws-btn-s,
body .uv-cartdrop-actions .uv-btn-p:hover,
body .uv-cartdrop-item .uvdeleteaction a:hover,
body .uv-checkout-cartitem .uvdeleteaction a:hover,
body .uv-page-cart-urvenue .uv-cartprepayoptions>a .uv-paymethodopt.active .uvpriceset .uvpaytype,
body .uv-page-cart-urvenue .uv-cartprepayoptions>a .uv-paymethodopt.active .uvpriceset .uvpayprice,
body .uv-page-cart-urvenue .uv-cartprepayoptions .uv-paymethodopt,
body .uv-page-cart-urvenue .uv-cartprepayoptions>a .uv-paymethodopt.active,
body .uv-eventslist-item .actions .uv-btn-s:hover,
body .uwsactions .uws-btn.uws-btn-p.uwsjs-item-addtocart-andcheck:hover,
body .uwscartscreenfooter .uwsactions .uws-btn.uws-btn-p.uwsjs-closepop-force:hover,
body .uws-itemsel-popfooter .uwsactions .uws-btn-p.uwsjs-closepop-force:hover,
body .uws-inventory-3dmaplink a span.uws-btn:hover {
    color: #97D5CB !important;
    border-color: #97D5CB !important;
    background-color: white !important;
}

body a.uwsjs-inv-ecoitem-select.uws-btn.uws-btn-s:hover,
body .uv-cartdrop-actions .uv-btn-s:hover,
body .uv-cartprepayoptions>a:last-child .uv-paymethodopt:hover,
body .uwsactions .uws-btn.uws-btn-s.uwsjs-item-addtocart:hover,
body .uwsactions .uws-btn.uws-btn-s.uwsjs-go-cart:hover,
body .uwscartscreenfooter .uwsactions .uws-btn.uws-btn-s:hover,
body .uv-cartdrop-actions .uv-btn-p,
body .uv-cartdrop-item .uvdeleteaction a,
body .uv-checkout-cartitem .uvdeleteaction a,
body .uv-eventslist-item .actions .uv-btn-s,
body .uv-page-is-cart .uv-cartprepayoptions .uv-paymethodopt-type-deposit:hover,
body .uwsactions .uws-btn.uws-btn-p.uwsjs-item-addtocart-andcheck,
body .uwscartscreenfooter .uwsactions .uws-btn.uws-btn-p.uwsjs-closepop-force,
body .uws-itemsel-popfooter .uwsactions .uws-btn-p.uwsjs-closepop-force,
body .uws-inventory-3dmaplink a span.uws-btn {
    color: white !important;
    border-color: #97D5CB !important;
    background-color: #97D5CB !important;
}

.uv-cartprepayoptions>a:hover .uv-paymethodopt,
.uv-cartprepayoptions>a:focus .uv-paymethodopt,
.uv-cartprepayoptions>a:active .uv-paymethodopt,
.uv-cartprepayoptions>a .uv-paymethodopt.active {
    color: white !important;
    border-color: #97D5CB !important;
    background-color: #97D5CB !important;
}

body .uv-paymethodopt .uvpriceset .uvpaytype,
body .uv-paymethodopt .uvpriceset .uvpayprice {
    color: #97D5CB;
}

/* --uws-main-color */
body .uws-event-title .uwsname,
body .uws-invitems-list .uws-inventory-item .uwsname,
body .uws-invitems-list .uws-inventory-item .uwsprice,
body .uws-invitems-list .uws-inventory-item .uwsextrainfo .uwsmoreinfo a,
body .uws-inv-itemsel-pop .uwsinstructions,
body .uws-map-itemsel-pop .uwsinstructions,
body .uws-inventory-item-pop .uws-itempop-body,
body .uws-itempop-body .uwsiteminlineinfo a,
body .uws-itempop-main [class^="uwsicon-"]:before,
body .uwscartscreenbody [class^="uwsicon-"]:before,
body .uwsselnum input[type=number],
body .uws-cart-itemadded .uwstitle,
body .uws-social-shares,
body .uws-event-info .uwsinfobox,
body .uws-event-info .uwsinfobox>.uwsddate::before,
body .uws-event-info .uwsinfobox>.uwsvenueinfo::before,
body .uws-event-info .uwsinfobox>.uwsddoorsopen::before,
body .uv-overmenu-secondary ul li a,
body .uv-sidebar-faq>a,
body .uv-checkout-steps .uvuisteplabel,
body .uws-invitems-list .uws-inventory-item .uwsextrainfo .uwshighlight,
body .uws-invitems-list .uws-inventory-item .uwspricing,
body .uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress,
body .uv-sidebar-faq-answer-inner,
body .uv-pop-body,
body .uv-ckinputgroup-optsins fieldset label,
body .uv-cartdrop-item .uvinfo .uvcartdropcountdescr,
body .uv-cartdrop-item .uvinfo .uvname,
body .uv-cartdrop-item .uvinfo .uvcartdropcountdescr strong,
body .uv-cartdrop-item .uvtprice,
body .uv-checkout-cartitem .uvinfo .uvname,
body .uv-checkout-cartitem .uvinfo .uvhighlight,
body .uv-checkout-cartitem .uvitemsels .uvsellabel,
body .uv-checkout-cartitem .uvitemsels select,
body .uv-checkout-cartitem .uvprice>span,
body .uv-checkout-cartbox-footer .uv-inputpromocode,
body .uv-checkout-cartbox-footer .uv-btn-p,
body .uv-eventslist-item .ddate,
body .uv-eventslist-item .eventname,
body .uv-listeventinfo .uv-date,
body .uv-listeventinfo .uv-name,
body .uws-event-title .uwsddate,
body .uws-cart-itemadded .uwstext,
body .uwsinvitemselitem .uwspricing,
body .uwsmapitemselitem .uwspricing,
body .uws-pop-infobody .uwsdescr,
body .uws-pop-infobody .uwshighlight,
body .uv-checkout-form-actions .uv-btn-s,
body .uv-checkout-form-actions .uv-btn-p,
body .uv-checkout-cartitem .uvinfoactions a,
body .uws-inventory-3dmaplink .uvtitle {
    color: #406534;
}

body .uv-checkout-cartitem .uvinfoactions a {
    text-decoration: underline;
}

body .uv-checkout-form-actions .uv-btn-s:hover,
body .uv-checkout-form-actions .uv-btn-p:hover {
    color: gray;
}

body .uws-itempop-body .uwspayoptscont .uws-btn,
body .uws-itempop-body .uwspayoptscont .uwsprice,
body .uws-itempop-body .uwspayoptscont .uws-btn .uwsradiobullet {
    color: #406534;
    border-color: #406534;
}

body .uws-itempop-body .uwspayoptscont .uws-btn {
    border-color: #F5A2C5;
}

body .uws-inventory-3dmaplink a {
    border-color: #97D5CB;
}

body .uws-itempop-body .uwspayoptscont .uws-btn .uwsradiobullet::before {
    background-color: #406534;
}

body .uv-checkout-steps .uvuistepline,
body .uv-checkout-steps .uvuistep.done span,
body .uv-checkout-steps .uvuistep span {
    background-color: #406534;
    border-color: #406534;
}


body .uv-checkout-steps .uvuistep.active span {
    border-color: #406534;
}

/* body .uv-flyerbtnsbox, */
body .uv-listeventinfo,
body .uws-itemsel-popbody .uwsmapitemssellist .uwsmapitemselitem {
    border-color: #F5A2C5;
}

.uv-ckinputgroup-optsins fieldset {
    background-color: #97D5CB;
}

body .uv-sidebar-panel .uvtitle,
body .uv-poptemsactions .uv-btn {
    font-weight: bold;
}

#uv-menuicon {
    width: 22px;
    height: 16px;
    position: relative;
    display: flex;
    z-index: 100;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

#uv-menuicon>span {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: white;
    right: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 2px;
    transition: all 250ms ease-in-out;
}

#uv-menuicon>span:nth-child(1) {
    top: 0;
}

#uv-menuicon>span:nth-child(2) {
    width: 18px;
    top: calc(50% - 1px);
}

#uv-menuicon>span:nth-child(3) {
    width: 14px;
    bottom: 0;
}


.uv-hide {
    position: absolute;
    left: -9999px;
}

.fa-shopping-cart:before,
body .uv-pop-header .uvtitle,
body .uv-pop-cont .uv-closepop:before,
body .uv-cartprepayoptions>a:hover .uv-paymethodopt .uvpriceset .uvpaytype,
body .uv-cartprepayoptions>a .uv-paymethodopt.active .uvpriceset .uvpaytype,
body .uws-inv-itemsel-pop .uws-itemsel-popheader .uwsname,
body .uws-map-itemsel-pop .uws-itemsel-popheader .uwsname,
body .uws-pop-cont .uws-closepop:before,
body .uws-inventory-item-pop .uws-itempop-header,
body .uwsitemdetslist [class^="uwsicon-"]:before,
body #uws-invitem-pop .uws-closepop-label,
body .uws-pop-box {
    color: white;
}

body .uv-btn-cart:hover,
body .uv-btn-cart:visited {
    background-color: #fcb8d5;
}

.cellcont .uv-flyerbg:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fcb8d5 100%);
}


/* End Update styles UWS-4538 */