.rtrFrameCloseButton:after {
    content: 'x';
}

.rtrFrameCloseButton {
    position: absolute;
    right: 0px;
    top: 4px;
    text-decoration: none;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.showOverlay {
    display: block;
}

.hideOverlay {
    display: none;
}

.iframe_full{
    border-radius: 15px;
}

.application-body{
    background-color: transparent;
    overflow: hidden;
}

.iframe_full.main {
    background-color: transparent;
    border-radius: 0 10px 10px;
    padding: 5%;
}

.iframe_full .mainBody {
    box-shadow: 5px 0px 5px 5px rgba(0,0,0,0.3);
}

.closeFrame {
    margin-right: -0.5rem;
    margin-top: 5%;
    top: -0.5rem;
    right: 5%;
    z-index: 100;
    background-color: white;
    border-radius: 3rem;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: absolute;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px
}

#closeFrameBtn {
    background-color: transparent;
    z-index: 101;
    border: none;
    cursor: pointer;
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.iconCloseFrame {
    font-size: 2rem;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
}

.closeFrame .icofont-close  {
    color: #bbb;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    line-height: 2.5rem;
}

.mainBody {
    border-radius: 10px;
}

#navbar {
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    -webkit-box-shadow: 0 3px 10px 1px rgba(22,22,22,0.1);
    box-shadow: 0 3px 10px 1px rgba(22,22,22,0.1);
    z-index: auto;
}

#footer {
    padding: 0 4px 4px 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 -3px 10px 1px rgba(199, 148, 148, 0.3);
    box-shadow: 0 -3px 10px 1px rgba(22,22,22,0.3);
    z-index: auto;
}

.iframe_full #dashboardBannerDiv.multiOptionsDiv {
    display: none;
}

#rtrFrameCart{
    #INDWrap {
        display: none !important;
    }
}

#rtrFrame,
#rtrOverlay,
#rtr-cartframe,
#rtr-cartframe iframe {
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    box-sizing: content-box !important;
    float: none !important;
    direction: ltr !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    border: 0 none transparent !important;
    filter: none !important;
    -webkit-filter: none !important;
    position: fixed;
    right: 0;
    bottom: 3rem;
    background-color: transparent;
    z-index: 9999999999999999999;
    overflow: hidden;
}
.rtrCartFrame {
    width: 100px;
}
#rtrFrame,
#rtrOverlay {
    height: 100%;
}

.rtrCartFrame.rtr-shoppingCartExpandedShown,
.rtrCartFrame.rtr-shoppingCartExpandedShown iframe {
    height: 100%;
    width: 435px;
}

.rtr-accentColor {
    color: #716599;
}
.rtr-accentBackground {
    background-color: #716599;
}

#rtr-shoppingCartButton {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    float: right;
    background-color: #fff;
    position: absolute;
    bottom: 3px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    margin: 0 10px;
    right: 15px;
}
#rtr-shoppingCartButton i {
    font-size: 2rem;
    line-height: 5rem;
}
#rtr-shoppingCartExpanded {
    max-height: calc(100% - 7rem);
    width: 400px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 6rem;
    margin: 0 10px;
    margin: 0 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 15px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    #rtr-shoppingCartExpanded {
        width: 85%;
    }
}
@media only screen and (max-width: 430px) {
    #rtr-shoppingCartExpanded,
    #rtr-shoppingCartButton {
        right: 0;
    }
    #rtr-shoppingCartExpanded {
        width: 75%;
    }
}

.rtr-shoppingCartExpandedHidden {
    opacity: 0;
    -moz-transform: translateX(400px) !important;
    -webkit-transform: translateX(400px) !important;
    -o-transform: translateX(400px) !important;
    -ms-transform: translateX(400px) !important;
    transform: translateX(400px) !important;
    position: absolute;
}
.rtr-shoppingCartButtonTotal {
    position: absolute;
}

.rtr-shoppingCartExpandedListItem {
    padding: .5rem 0;
}
.rtr-shoppingCartExpandedListItemImage {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: xx-small;
    color: darkgray;
    background-color: #e1e1e1;
    line-height: 80px;
    text-align: center;
}
.rtr-shoppingCartExpandedListItemTitleDescription {
    padding-left: 10px;
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5rem;
}
.rtr-shoppingCartExpandedListItemTitleDescription h5, #rtr-shoppingCartExpandedListItemTitleDescription p {
    margin: 0;
}
.rtr-shoppingCartExpandedListItemSubtotal {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    font-size: 1.2rem;
}
.rtr-shoppingCartExpandedListItemSubtotalAmount {
    float: right;
}
#rtr-goToCheckoutButtonContainer {
    margin: 1rem 0;
    display: flex;
}
#rtr-goToCheckoutButton {
    color: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 10px 16px;
    text-align: center;
    font-family: var(--3rdFont)!important;
    font-size: 15px;
    line-height: 15px;
}

.rtr-cartNumberLabel {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    border-radius: 7px;
    left: 10px;
    bottom: 10px;
    line-height: 1.5rem;
}

.rtrFrame,
#rtrOverlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#rtr-cartframe {
    height: auto !important;
    width: auto !important;
}

.rtrFrame {
    display: none;
    z-index: 999999999 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

#rtrOverlay {
    display: none;
    z-index: 999999998 !important;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#rtrContainerFrame.rtr-show #rtrFrame,
#rtrContainerFrame.rtr-show .showOverlay
{
    display: block !important;
}

.hideOverlay {
    display: none !important;
}

.rtr-iframe_cart.hideCart {
    display: none !important;
}


#rtr-cartframe.fareharbor-cart-is-showing iframe {
    bottom: 20px !important;
}

.fareharbor-showing-lightframe #rtr-cartframe.fareharbor-cart-is-showing iframe {
    bottom: -110px !important;
}

.fareharbor-calendar-wrap iframe {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none transparent !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#cartContent {
    max-height: 50vh;
    overflow: auto;
}
.rtr-cartProdTime  {
    margin-bottom: 0.5rem !important;
}

@media only screen and (max-height: 450px) {
    #cartContent {
        max-height: 100%;
    }
    #rtr-shoppingCartExpanded {
        overflow: auto;
    }
}