/* xs: 0,
sm: 540px,
md: 1024px,
lg: 1366px, */

html {
    touch-action: manipulation;
}

body {
    margin-top: 0px;
    top: 0 !important;
}

body.no-scroll {
    overflow: hidden;
}

.skiptranslate {
    display: none !important;
}

#ot-safe-container .modal {
    z-index: 1051;
}

.navbar .right-actions .material-icons {
    font-size: 2.2em;
}

.navbar .dropdown hr {
    margin: 5px;
}

.navbar .dropdown a {
    cursor: pointer;
    background-color: transparent;
}

.navbar .translation {
    background: none;
    outline: none;
    border: 0;
    text-align: right;
}

.navbar .cart-items-preview {
    min-width: 25rem;
}

.navbar .popover-cart-total {
    width: 100%;
}

.navbar .popover-cart-total td,
.navbar #popover-cart-items td {
    padding: 8px 0;
}

.cart-icon {
    position: relative;
}

.cart-items {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 1;
}

.cart-icon:hover,
.account-login:hover {
    cursor: pointer;
}

.banner {
    position: relative;
    height: auto;
    background-size: 0;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.1rem;
}

.overlay:hover .editable-text.banner-heading {
    height: 2.5rem !important;
    min-width: 10rem;
}

.banner h1 {
    font-size: 1.5rem !important;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: table !important;
}

.card.ot-view {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    border-radius: 0;
}

@media (min-width: 540px) {
    .banner {
        background-size: cover;
        height: 15rem;
        margin-bottom: -6rem;
    }
    .banner .overlay {
        padding-top: 3rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .banner h1 {
        font-size: 2.5rem !important;
    }
}

.checkout-header {
    padding: 10px;
    margin-top: -21px;
    margin-right: -10px;
}

.left-border {
    border-left: 1px solid #efefef;
}

.right-border {
    border-right: 1px solid #efefef;
}

.checkout-selection .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.checkout-selection .circle .material-icons {
    font-size: 18px;
}

.checkout-selection div:not(.row):not(.close-section):has(> .row > .circle) {
    display: flex;
}

.checkout-selection .circle + p, .checkout-selection .circle + span, .checkout-selection .circle + b {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.checkout-selection .inventory {
    border-radius: 5px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    border: none;
}

.inventory ul li {
    border: none;
}

.powered-by {
    opacity: 0.4;
}

.powered-by:hover {
    opacity: 0.6;
}

.btn:focus,
button:focus,
input,
textarea,
.btn.focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn.disabled {
    cursor: not-allowed;
}

#ot-loading-overlay .modal-content {
    background: none;
    border: none;
}

#ot-loading-overlay .loading-spinner-border {
    display: inline-block;
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    vertical-align: text-bottom;
    border: 4px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    color: #f8f9fa !important;
    visibility: visible !important;
}

#ot-loading-overlay {
    backdrop-filter: blur(5px);
    z-index: 1052;
}

.store-front .vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.store-front .card-img-fixed {
    min-height: 150px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1.5;
    border-radius: 6px;
}

.categories-wrapper .card {
    border-radius: 12px;
}
.categories-wrapper .card:hover {
    border: 1px solid var(--primary);
}

.categories-wrapper .add-to-cart-btn {
    margin-top: 12px;
    border-radius: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

.categories-wrapper .search-feature-container input {
    border-right: none;
}
.categories-wrapper .search-feature-container span.input-group-text {
    border-left: none;
    background-color: inherit;
}

.categories-wrapper .input-group input {
    padding: 14px;
    height: inherit;
    background-color: inherit;
}
.categories-wrapper span.results-search {
    color: var(--primary);
}
.categories-wrapper .input-group:focus-within .input-group-text,
.categories-wrapper .input-group:focus-within input {
    border-color: var(--primary);
}
.categories-wrapper .results-search-container {
    display: flex;
    align-items: center;
}
.categories-wrapper .category-tabs {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    white-space: inherit;
}
.categories-wrapper .featured-tabs {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.categories-wrapper .dropdown-menu {
    max-height: 450px;
    padding: 0;
    overflow-y: scroll;
}
.categories-wrapper .hidden-categories .dropdown-menu a {
    display: block;
    text-transform: capitalize;
    padding: .5rem 1.5rem;
}
.categories-wrapper .dropdown-toggle::after {
    display: none;
}
.categories-wrapper .category-tab {
    box-shadow: inset 0 -1px 0 #ced4da;
    align-content: center;
}
.categories-wrapper a.category-tab {
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    transition: color .15s ease-in-out;
}
.categories-wrapper a.category-tab.selected {
    box-shadow: inset 0 -1.5px 0 var(--primary);
    color: var(--primary);
}
.categories-wrapper a.category-tab:hover {
    color: var(--primary);
}
.categories-wrapper .hidden {
    display: none!important;
}
.categories-wrapper .empty-search {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.categories-wrapper .empty-search .content {
    max-width: 950px;
}
.categories-wrapper .empty-search .content p {
    font-size: 1.5em;
}

.store-front .card-text {
    height: calc(1.5em * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.vertical-line {
    border-right: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
    .vertical-line-lg {
        border-right: 1px solid #ccc;
    }
}

#logo {
    width: 185px;
}

.mobile-navbar #logo {
    width: 160px;
}

.authentication {
    margin-top: 20px;
}

.user-authenticated {
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
}

.cart-grid .edit-item .material-icons {
    font-size: 11px;
}

.checkout-selection .cart-grid {
    border-radius: 10px !important;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    border: none;
}

.checkout-selection .cart-grid .item-details {
    font-size: 0.9rem;
}

.checkout-selection .cart-grid .item-details .key {
    font-weight: 500;
}

.checkout-selection .cart-grid .item-discount {
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    display: inline-block;
    margin-bottom: -0.25rem !important;
}

.checkout-selection .trash {
    font-size: 20px;
    float: left;
    margin-top: 4px;
}

.sgs-border {
    outline: #dbdbdb solid 1px !important;
}

.desktop-nav,
.mobile-nav {
    width: 100%;
}

.input-group-icon {
    position: relative;
}

.input-with-icon {
    padding-right: 40px !important;
}

.input-icon {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-btn {
    width: 100%;
}

#sign-in-modal .close:focus {
    outline: 0;
}

.modal {
    overflow-y: auto;
}

.criteria-wrapper>p {
    font-size: 14px;
}

.password-criteria {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.password-criteria>span {
    font-size: 14px;
}

.password-criteria>span.check {
    color: #05AA02;
}

.password-criteria>span.wrong {
    color: #dc3545;
}

label span.required-label {
	color: #dc3545;
}

.flex {
    display: flex;
}

.align-end {
    align-items: flex-end;
}

.debugger-hide {
    position: fixed;
    top: 50%;
    right: calc(20% - 64px);
    width: fit-content;
    cursor: pointer;
    font-size: 64px;
}

.debugger-show {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: fit-content;
    cursor: pointer;
    font-size: 64px;
}

.container-md {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.input-loading {
    display: block;
    position: absolute;
    right: 25px;
    width: 20px;
    top: 40px;
}

#sgs-daily-admission .input-group {
    flex-wrap: unset;
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.btn-common {
    width: 100%;
}

.selected:hover {
    cursor: pointer;
}

.close-section:hover {
    cursor: pointer;
}

@media (min-width: 540px) {
    .container-md {
        max-width: 540px;
    }

}

@media (min-width: 768px) {
    .criteria-wrapper {
        order: 1;
    }

    .form-btn {
        width: fit-content;
    }

    .btn-common {
        width: fit-content;
    }
}

@media (min-width: 1024px) {
    .container-md {
        max-width: 720px;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.input-group-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.checkouts-wrapper {
    overflow-x: hidden;
}

.checkouts-wrapper .was-validated .form-control:invalid,
.checkouts-wrapper .form-control.is-invalid {
    background-image: none !important;
}

.checkouts-wrapper .was-validated .form-control:valid,
.checkouts-wrapper .form-control.is-valid {
    background-image: none !important;
}

#ot-cart #additional-donation-wrapper #additional-donation-input-close {
    line-height: 0.8rem;
}

#ot-cart #additional-donation-wrapper #additional-donation-input-wrapper .input-group {
    width: 100%;
}

#bbcheckout-iframe-wrapper {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}

.section-heading {
    padding-left: 1.1rem !important;
}

.pointer-cursor {
    cursor: pointer !important;
}

.categories-side-bar {
    flex: 0 0 16.6667%;
    height: fit-content;
    position: sticky!important;
    top: 10px;
}

.categories-side-bar.card {
    border-radius: 4px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.categories-wrapper .card-body {
    padding: 0;
}

.cards-content {
    flex: 1;
}

.category-btn {
    cursor: pointer;
}

.category-btn.selected {
    font-weight: bold;
}

a.category-btn:hover {
    text-decoration: none;
}

.categories-side-bar .category-btn {
    display: block;
    position: relative;
    color: #ccc;
}

/* Triangle decorator */
.categories-side-bar .category-btn.selected::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid currentColor;
}

.reset-password-link {
    text-decoration: underline;
}

.error-list {
    margin: 0px;
    padding: 10px;
}

#container-404 .checkout-selection > .row {
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.container-no-content .col-1.close-section, .container-content .col-1.close-section {
    flex: 0;
    max-width: 11%;
}

.container-no-content .col-11.close-section, .container-content .col-11.close-section {
    max-width: 89%;
    display: flex;
    align-items: center;
}

@media (min-width: 540px) {
    .container-no-content .col-1.close-section, .container-content .col-1.close-section {
        max-width: calc(30px + .5rem);
    }
    .container-no-content .col-11.close-section, .container-content .col-11.close-section {
        max-width: calc(100% - 30px - .5rem);
    }
}

#feedback-container {
    max-width: 600px;
    width: 90%;
    border-radius: 10px !important;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
}

#feedback-container.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

#feedback-container.right-bottom-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
}
#feedback-container #rating {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}

#feedback-container .justify-center {
    justify-content: center;
}

#feedback-container #rating .score {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 45px;
    border: 2px solid #666;
    border-radius: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

#feedback-container textarea {
    width: 100%;
    max-height: 200px;
    min-height: 100px;
}

@media (max-width: 768px) {
    #feedback-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    
    #feedback-container.show + #feedback-overlay {
        display: block;
    }
    #feedback-container {
        transform: translateY(50%) !important;
        bottom: 50% !important;
    }
    #feedback-container #rating .score {
        width: 18%;
        height: 50px;
    }
}
.cart-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
	background-color: #fff;
	box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
	z-index: 1050;
	transform: translateX(100%);
}

.cart-sidebar.transitions-enabled {
	transition: transform 0.3s ease-in-out;
}

.cart-sidebar.show {
	transform: translateX(0);
}

.cart-sidebar-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1040;
}

.mobile-cart-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	background-color: #fff;
	z-index: 1050;
	transition: right 0.3s ease-in-out;
}

.mobile-cart-sidebar.show {
	right: 0;
}

#close-cart-sidebar .material-icons {
    font-size: 1.5em;
}

.edit-item-link {
    text-decoration: underline;
    color: var(--primary);
}

.categories-wrapper .featured-tabs {
    min-height: 45px;
    margin-bottom: 1.5rem;
}

.categories-wrapper .category-tabs {
    width: 100%;
    box-shadow: inset 0 -1px 0 #ced4da;
}

.cart-loading {
    height: 100%;
}

.cart-loading .spinner-border {
    width: 4rem;
    height: 4rem;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.5rem !important;
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 1.25rem !important;
}

@media (min-width: 540px) {
    .rounded-sm-0 {
        border-radius: 0 !important;
    }
    .rounded-sm-1 {
        border-radius: 0.25rem !important;
    }
    .rounded-sm-2 {
        border-radius: 0.5rem !important;
    }
    .rounded-sm-3 {
        border-radius: 0.75rem !important;
    }
    .rounded-sm-4 {
        border-radius: 1rem !important;
    }
    .rounded-sm-5 {
        border-radius: 1.25rem !important;
    }
}

@media (min-width: 768px) {
    .rounded-md-0 {
        border-radius: 0 !important;
    }
    .rounded-md-1 {
        border-radius: 0.25rem !important;
    }
    .rounded-md-2 {
        border-radius: 0.5rem !important;
    }
    .rounded-md-3 {
        border-radius: 0.75rem !important;
    }
    .rounded-md-4 {
        border-radius: 1rem !important;
    }
    .rounded-md-5 {
        border-radius: 1.25rem !important;
    }
}

@media (min-width: 1024px) {
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
    .rounded-lg-1 {
        border-radius: 0.25rem !important;
    }
    .rounded-lg-2 {
        border-radius: 0.5rem !important;
    }
    .rounded-lg-3 {
        border-radius: 0.75rem !important;
    }
    .rounded-lg-4 {
        border-radius: 1rem !important;
    }
    .rounded-lg-5 {
        border-radius: 1.25rem !important;
    }
}

@media (min-width: 1366px) {
    .rounded-xl-0 {
        border-radius: 0 !important;
    }
    .rounded-xl-1 {
        border-radius: 0.25rem !important;
    }
    .rounded-xl-2 {
        border-radius: 0.5rem !important;
    }
    .rounded-xl-3 {
        border-radius: 0.75rem !important;
    }
    .rounded-xl-4 {
        border-radius: 1rem !important;
    }
    .rounded-xl-5 {
        border-radius: 1.25rem !important;
    }
}

.card .col-md-6.border-right {
    border-width: 0 !important;
}

@media (min-width: 1024px) {
    .card .col-md-6.border-right {
        border-width: 1px !important;
    }
}

.step-section.card {
    border-width: 0 !important;
    box-shadow: none !important;
}

.step-section.card .toggle-section i {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.step-section.card.closed .toggle-section i {
    transform: rotate(270deg);
}

.step-section.card .step-section-content {
    display: block;
    max-height: 2000px; /* Set to a value larger than your content */
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.step-section.card.closed .step-section-content {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.step-section.card.closed .step-section-content.display-none {
    display: none;
}

@media (min-width: 1024px) {
    .step-section.card {
        border-width: 1px !important;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }
}

.checkouts-wrapper .was-validated .form-control:valid {
    border-color: #ced4da !important;
}

form.needs-validation.was-validated .form-group label.form-label.label-required {
    color: var(--danger);
}

.form-group.form-checkbox input[type="checkbox"]:checked + label span.checked {
    display: block !important;
}

.form-group.form-checkbox input[type="checkbox"]:checked + label span.not-checked {
    display: none;
}

.form-group.form-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}

button.add-to-cart, button.sign-in {
    width: 100%;
}

@media (min-width: 540px) {
    button.add-to-cart, button.sign-in {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .checkout-main-wrapper .form-group.col-12.col-md-6:first-child {
        padding-right: 7.5px;
    }

    .checkout-main-wrapper .form-group.col-12.col-md-6:last-child {
        padding-left: 7.5px;
    }
}

.checkouts-wrapper .terms-and-conditions span.breakpoint {
    display: block !important;
    margin: 0.5rem 0;
}

.checkouts-wrapper .terms-and-conditions span.breakpoint + span.breakpoint {
    display: none !important;
}

.checkouts-wrapper .terms-and-conditions ul {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.preview-mode-banner {
    background-color: #ffe407;
    color: var(--dark);
    padding: 0.1rem 0 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.preview-mode-banner a {
    color: var(--red);
}

.preview-mode-banner a:hover, .preview-mode-banner a:focus {
    color: var(--red);
}

.description-content img {
    max-width: 100%;
    height: auto;
}

.description-content img.note-float-right {
    margin-left: 10px;
}

.description-content img.note-float-left {
    margin-right: 10px;
}