/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
@import "compass/css3";*/

/*region Generic Classes*/
.item-shown {
    display: block !important;
}

.item-hidden {
    display: none !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

/*end region*/

/*#region GENERAL */
html {
    height: 100%;
}

body {
    /*overflow-x: hidden;*/
    margin-top: 83px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

a{
    text-decoration: none !important;
}


.HeightAdjuster {
    height: 100% !important;
}

/*#endregion */
/*#region TOP HEADER */
.navbar-nav {
    margin-top: 30px;
}

.navbar-nav .nav-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#banner {
    position: relative;
}

#banner img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.carousel-item img {
    /* height: 500px; */
}

.video_wrapper {
    position: relative;
    padding-bottom: 35.5%
}

    .video_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.navbar-options {
    display: flex;
    margin-top: -65px;
    position: fixed;
    right: 10%;
}

.navbar-options .navbar-login, .navbar-options .navbar-logout {
    font-size: 14px;
    padding-right: 10px;
    margin-top: 7px;
}

.navbar-options .navbar-brand {
    margin-right: 0.4rem !important;
}

.navbar-brand .navbar-options .navbar-cart {
    width: 25px;
}

.na {
    position: relative;
}

.custom-header .navbar-toggler {
    border: none !important;
}

.custom-header .navbar-toggler {
    margin-right: -3rem;
}

.custom-header .navbar-toggler:focus {
    box-shadow: none !important;
}
.custom-header .collapsed .navbar-toggler-icon {
    background-image: url("https://fboilly.blob.core.windows.net/files/menu-open.png") !important;
}
.custom-header .navbar-toggler-icon {
    background-image: url("https://fboilly.blob.core.windows.net/files/menu-close.png");
}

.custom-header .nav-link {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-reset-styling-ss {
    position: relative;
}

.UnderlineNavLinks {
    text-decoration: underline !important;
}

/*#endregion */
/*#region PostHeaderOption_001 */
.content {
    /*    max-width: 100%;*/
    padding: 1.1rem 2rem 0 2rem;
    flex: 1 1 auto;
}

.tnk_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tnk_category {
    position: relative;
    background: white;
    border-radius: 5px;
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
    overflow: hidden;
}

    .tnk_category .image-wrapper {
        position: relative;
        width: 100%;
        height: 240px;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tnk_category .image-wrapper .image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 0;
        }

        .tnk_category .image-wrapper .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            background: -webkit-gradient(linear, left top, right top, from(rgba(13, 24, 21, 0.58)), to(rgba(13, 24, 21, 0)));
            background: linear-gradient(90deg, rgba(13, 24, 21, 0.58) 0%, rgba(13, 24, 21, 0) 100%);
            display: none;
        }

    .tnk_category .text-wrapper {
        padding: 1rem;
        z-index: 1;
    }

        .tnk_category .text-wrapper .name {
            font-size: 1.4rem;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
        }

        .tnk_category .text-wrapper .count {
            display: none;
        }

    .tnk_category a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }


/*#endregion */
/*#region PostHeaderOption_002 */
    .categories .category {
        position: relative;
        border-radius: 10px;
        height: 262px;
        margin-bottom: 30px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
        box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
        overflow: hidden;
    }

	.categories .category .text-wrapper {
		position: relative;
		text-transform: uppercase;
		padding: 0.6rem;
		font-size: 1.5rem;
		font-weight: bold;
		z-index: 1029;
	}

	.categories .category .link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(13, 24, 21, 0.5) 0%, rgba(13, 24, 21, 0) 45%);
		z-index: 9999;
	}

/*#endregion */

/*#region OrderInfoBar */
.order-info-bar {
    width: 100%;
    padding-bottom: 12px;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}

    .order-info-bar a {
        font-weight: bold;
        text-decoration: underline !important;
    }

.order-info-bar-styling-changes-ss {
    position: unset;
    padding: 12px;
} 
/*#endregion */

/*#region ProductsQuickAccess_Option1 */
.category-start {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 12%);
    padding-top: 15px;
}

.category-start h3 span {
    font-size: 24px;
    font-weight: bold;
}

.category-start ul li {
    margin: 0.5rem;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 12%);
    padding: 10px;
}

.product-sub-category-text {
    font-size: 12px;
}

.category-start ul {
    margin-top: 1rem;
    margin-bottom: -3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-start ul li a {
    font-size:12px;
}

.product-list {
    scroll-margin-top: 5rem;
}

.product-sub-category-text ol, ul {
    padding-left: 0px !important;
}

/*#endregion */

/*#region Products */
.products {
    margin-top: 50px;
}
.product-list {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    scroll-margin-top: 5rem;
    margin-top: 30px;
}

.single-product {
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .single-product .image {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .single-product .name {
        font-size: 14px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 35px;
        text-transform: capitalize;
        margin-top: 15px;
    }

    .single-product .prodShortDesc {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        min-height: 75px;
    }

    .single-product .bottom {
        padding-left: 14px;
        padding-right: 15px;
        display: inline-flex;
        width: 100%;
    }

        .single-product .bottom .btn-add {
            border-radius: 36px;
            border: 1px solid #d12420 !important;
            width: 36px;
            height: 36px;
            font-weight: bold;
            border: none;
            padding: 0px;
        }

        .single-product .bottom .price {
            font-weight: bold;
            font-size: 18px;
            margin-left: auto;
            margin-top: 6px;
            margin-right: 15px;
        }

.single-product-no-image {
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .single-product-no-image .image{
        display: none;
    }
    .single-product-no-image .name {
        font-size: 14px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 35px;
        text-transform: capitalize;
        margin-top: 15px;
    }

    .single-product-no-image .prodShortDesc {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        min-height: 75px;
    }

    .single-product-no-image .bottom {
        padding-left: 14px;
        padding-right: 15px;
        display: inline-flex;
        width: 100%;
    }

        .single-product-no-image .bottom .btn-add {
            border-radius: 36px;
            border: 1px solid #d12420 !important;
            width: 36px;
            height: 36px;
            font-weight: bold;
            border: none;
            padding: 0px;
        }

        .single-product-no-image .bottom .price {
            font-weight: bold;
            font-size: 18px;
            margin-left: auto;
            margin-top: 6px;
            margin-right: 15px;
        }

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    border:1px solid red;
}
/*#endregion */

/*#region ProductTemplate_Option1 */

.products .row .col-md-4 .single-product .single-product-no-image {
    margin-bottom: 20px;
}

/*Increment/Decrement buttons*/
.product-quantity-div {
    display: flex;
    flex-direction: row;
    padding: 5px;
    border-radius: 30px;
    width: 40%;
}

.product-quantity-div button {
    width: 28px !important;
    height: 28px !important;
    border-radius: 28px !important;
    top: 3px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.product-quantity-div .btn-decrement {
    background-image: url(https://fboilly.blob.core.windows.net/files/less.png);
    margin-left: 2px;
}

.product-quantity-div .btn-increment {
    background-image: url(https://fboilly.blob.core.windows.net/files/more.png);
}

.product-quantity-div label {
    margin-top: 1.5px;
}

.disabled-button {
    opacity: 0.5;
    cursor: default !important;
}

.product-quantity-div .input-quantity {
    border: none;
    text-align: center;
    padding: 0 !important;
    width: 30% !important
}

.cart-item-qty .product-quantity-div button {
    margin-top: 1px;
}

.cart-item-qty .product-quantity-div {
    width: 30% !important;
    font-weight: bolder;
    -webkit-text-fill-color: #63666a;
    opacity: 1;
}

.cart-item-qty .product-quantity-div input {
    height: 30px !important;
}

/*
.single-product .bottom .form-control {
    overflow: unset;
}

.single-product .bottom input {
    width: 100px !important;
    padding-left: calc(100% - 55%) !important;
    border: none;
    border-radius: 36px;
    height: 36px;
    font-weight: bold;
    pointer-events: none;
}

    .single-product .bottom input:focus {
        box-shadow: unset !important;
    }

.single-product .bottom span.dropdown-toggle {
    display: none;
}

.single-product .bottom button.inc { /*increment - right
    right: calc(100% - 90%);
    width: 28px !important;
    height: 28px !important;
    border-radius: 28px !important;
    top: 3px;
    border: none;
    background-image: url(https://fboilly.blob.core.windows.net/files/more.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.single-product .bottom button.dec { /*decincrement - left
    right: calc(100% + 140%) !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 28px !important;
    top: 3px;
    border: none;
    background-image: url(https://fboilly.blob.core.windows.net/files/less.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
*/
/*Confirmation Animation*/
.addToCart-hidden {
    display: none !important;
}

.addToCart-shown {
    display: block !important;
}

.addToCart-confirm-hidden {
    display: none;
}

.addToCart-confirm-shown {
    display: block;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #1DB954;
    fill: none;
    animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 36px;
    height: 36px;
    border-radius: 50%; /*
    display: none;*/
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #1DB954;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #1DB954;
    }
}

/*#endregion*/

/*#region OrderStart */
.order-start-wrapper-main-layout .container .row .custom-image-settings,
.order-start-wrapper-order-start .container .row .custom-image-settings,
.order-start-wrapper .container .row .custom-image-settings {
    width: 100% !important;
}

    .order-start-wrapper-main-layout .container .row .custom-image-settings .custom-image-flex-settings,
    .order-start-wrapper-order-start .container .row .custom-image-settings .custom-image-flex-settings,
    .order-start-wrapper .container .row .custom-image-settings .custom-image-flex-settings {
        display: flex;
        justify-content: center;
    }

        .order-start-wrapper-main-layout .container .row .custom-image-settings .custom-image-flex-settings img,
        .order-start-wrapper-order-start .container .row .custom-image-settings .custom-image-flex-settings img,
        .order-start-wrapper .container .row .custom-image-settings .custom-image-flex-settings img {
            cursor: pointer;
        }

.order-start-wrapper-main-layout .container .row .col-md-12,
.order-start-wrapper-order-start .container .row .col-md-12,
.order-start-wrapper .container .row .col-md-12 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.order-start-wrapper-main-layout .container .row .col-md-4,
.order-start-wrapper-order-start .container .row .col-md-4,
.order-start-wrapper .container .row .col-md-4 {
    width: 100%;
}

    .order-start-wrapper-main-layout .container .row .col-md-4 img,
    .order-start-wrapper-order-start .container .row .col-md-4 img,
    .order-start-wrapper .container .row .col-md-4 img {
        width: 100px;
        height: 100px;
    }

.order-start-wrapper-main-layout .container,
.order-start-wrapper-order-start .container,
.order-start-wrapper .container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}

    .order-start-wrapper-main-layout .container .row,
    .order-start-wrapper-order-start .container .row,
    .order-start-wrapper .container .row {
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 768px) {
    .order-start-wrapper-main-layout .container .dropdown-row,
    .order-start-wrapper-order-start .container .dropdown-row {
        flex-direction: column;
    }

    .order-start-wrapper-main-layout .container .row .custom-select-store,
    .order-start-wrapper-order-start .container .row .custom-select-store {
        max-width: unset !important;
    }

    .order-start-wrapper-main-layout .container .row .custom-select-date,
    .order-start-wrapper-order-start .container .row .custom-select-date {
        max-width: unset !important;
    }

    .order-start-wrapper-main-layout .container .row .custom-select-time,
    .order-start-wrapper-order-start .container .row .custom-select-time {
        max-width: unset !important;
    }

    .prev-orders-banner {
        padding: 3rem 1rem !important;
    }
}

.order-start-wrapper-main-layout .container .row .custom-select-store,
.order-start-wrapper-order-start .container .row .custom-select-store {
    flex-grow: 2;
    max-width: 610px;
}

.order-start-wrapper-main-layout .container .row .custom-select-date,
.order-start-wrapper-order-start .container .row .custom-select-date {
    flex-grow: 1;
    max-width: 322px;
}

.del-flex-div .custom-select-date {
    margin-right: 30px;
}

.order-start-wrapper-main-layout .container .row .custom-select-time,
.order-start-wrapper-order-start .container .row .custom-select-time {
    flex-grow: 1;
    max-width: 322px;
}

    /*Buttons - Cancel + Submit*/
.order-start-wrapper-main-layout .container .row .container-cancel-btn,
.order-start-wrapper-order-start .container .row .container-cancel-btn {
    text-align: right;
    flex-grow: 1;
}

    .order-start-wrapper-main-layout .container .row .container-cancel-btn .btn-cancel,
    .order-start-wrapper-order-start .container .row .container-cancel-btn .btn-cancel,
    .container-cancel-btn-delivery .btn-cancel {
        border: 1px solid #d12420;
        width: auto !important;
        padding: 0.5rem 3rem;
        border-radius: 2rem;
        text-transform: uppercase;
        transition: 0.2s ease all;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
    }

        .order-start-wrapper-main-layout .container .row .container-cancel-btn .btn-cancel:hover,
        .order-start-wrapper-order-start .container .row .container-cancel-btn .btn-cancel:hover,
        .container-cancel-btn-delivery .btn-cancel:hover {
            background: linear-gradient( 90deg, white 0%, #f6d3d2 100%) !important;
        }

.order-start-wrapper-main-layout .container .row .container-continue-btn,
.order-start-wrapper-order-start .container .row .container-continue-btn {
    text-align: left;
    flex-grow: 1;
}

    .order-start-wrapper-main-layout .container .row .container-continue-btn .btn-continue,
    .order-start-wrapper-order-start .container .row .container-continue-btn .btn-continue,
    .container-continue-btn-delivery .btn-continue {
        width: auto !important;
        padding: 0.5rem 3rem;
        border-radius: 2rem;
        border: 1px solid #d12420;
        text-transform: uppercase;
        transition: 0.2s ease all;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
    }

.container-continue-btn-delivery {
    flex-grow: 1;
}

.container-cancel-btn-delivery {
    text-align: right;
    flex-grow: 1;
}

.order-start-wrapper-main-layout .container .control-btns,
.order-start-wrapper-order-start .container .control-btns {
    padding-top: 10px;
}


.order-start-wrapper-main-layout .container .dropdown-row .dxbs-combobox .input-group .form-control,
.order-start-wrapper-order-start .container .dropdown-row .dxbs-combobox .input-group .form-control,
.order-start-wrapper .container .order-location-store .dxbs-combobox .input-group .form-control,
.delivery-order .dxbs-combobox .input-group .form-control { /*Dropdown Arrow*/
    right: 8px !important;
    border-radius: 15px;
    cursor: pointer;
}

    .order-start-wrapper-main-layout .container .dropdown-row .dxbs-combobox .input-group .form-control .dropdown-toggle,
    .order-start-wrapper-order-start .container .dropdown-row .dxbs-combobox .input-group .form-control .dropdown-toggle,
    .order-start-wrapper .container .order-location-store .dxbs-combobox .input-group .form-control .dropdown-toggle,
    .delivery-order .dxbs-combobox .input-group .form-control .dropdown-toggle { /*Dropdown Arrow*/
        border: none;
        width: 15px !important;
        height: 100%;
        background-image: url(https://fboilly.blob.core.windows.net/files/chevron-grey.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate( 90deg );
    }

.control-btns-ss .container-continue-btn {
    text-align: center !important;
}

.title-with-image h1 {
    text-align: center;
}

.OrderStartDiv {
    height: 100%
}

    /*Sub Region: Delivery Order Map*/
    .RedColourChange {
        color: red;
        font-style: italic;  
    }

    .AllTextCapital {
        text-transform: uppercase;
        font-weight: bold;
    }


    #map {
        height: 400px;
        /* The height is 400 pixels */
        width: 100%;
        /* The width is the width of the web page */
        margin-bottom: 75px;
    }

    #map .centerMarker {
        position: absolute;
        background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin-left: -10px;
        margin-top: -34px;
        height: 34px;
        width: 20px;
        cursor: pointer;
    }

    .del-flex-div {
        display: flex;
    }

    .delivery-order-address-div input {
        border-radius: 30px;
    }

    .delivery-order .custom-select-date,
    .delivery-order .custom-select-time{
        max-width: 100% !important
    }

    /*end Sub Region*/

/*#endregion */

/*#region OrderCart */
.cart-item-extra-no-ingredients {
    font-size: 14px;
    font-weight: normal;
}

.all-items-list {
    margin-right: 10px;
}


    .order-cart-wrapper .container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 20px;
    }

    @media only screen and (max-width: 768px) { /*Responsive design for /order/cart */
        .order-cart-wrapper .container {
            flex-direction: column;
            align-items: center;
        }

            .order-cart-wrapper .container .column .pre-order .item-price {
                top: -30px !important;
            }

        .order-cart-wrapper .item-qty input {
            right: 100px !important;
            bottom: 30px !important;
        }

        .order-cart-wrapper .item-qty .form-control.form-control-sm.input-group-append.dxbs-input-group-append.dxbs-spin-btn-group {
            bottom: 36px !important; 
            right: 100px !important;
        }
    }

            .order-cart-wrapper .container .column {
                /*width: 100%;
                margin-left: 10px;
                margin-right: 10px;*/
            }

            .order-cart-wrapper .container .column h1 {
                font-weight: bold;
                font-size: 24px;
                font-family: 'Open Sans', sans-serif;
            }

            /*Left Side - Order Items*/
            .item-list {
                width: 100%;
                min-height: 50px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
                padding: 10px;
            }

            .cart-item {
                width: 100%;
                display: flex;
            }

            .cart-item-img {
                width: 20% !important;
                height: auto !important;
                border-radius: 10px;
                text-align: center;
                margin: 0 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .cart-item-img img {
                    /*width: 136px;*/
                    border-radius: 5px;
                    height: 70px;
                    margin-top: 4px;
                }

            .cart-item-details {
                width: 80% !important;
                height: auto !important;
                padding-left: 6px;
                padding-right: 6px;
                font-weight: bold;
            }

            .cart-item-qty span {
                float: right ;
            }

            .cart-item-price-sm {
                    display: none;
            }

            .cart-item-price {
                font-size: 18px;
            }

.order-cart-wrapper .container .item-list .cart-item-delete button {
    width: 28px !important;
    height: 28px !important;
    border-radius: 28px;
    /*margin-right: 10px;*/
    padding: 0px !important;
    border: none;
    background-image: url(https://fboilly.blob.core.windows.net/files/cross-remove.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

            @media only screen and (max-width: 768px) {
                .cart-item-price {
                    display: none;
                }

                .cart-item-price-sm {
                    display: block;
                    text-align: right;
                    font-size: 18px;
                }

                .cart-item-qty span {
                    float: unset !important;
                }

                .cart-item-qty {
                    display: inline-flex;
                }
            }

            /*QTY buttons*/
            .order-cart-wrapper .cart-item-qty .form-control {
                overflow: unset;
            }

            .order-cart-wrapper .cart-item-qty input {
                width: 100px;
                padding-left: calc(100% - 55%);
                border: none;
                border-radius: 36px;
                height: 36px;
                font-weight: bold;
                pointer-events: none;
            }

                .order-cart-wrapper .cart-item-qty input:focus {
                    box-shadow: unset !important;
                }

            .order-cart-wrapper .cart-item-qty span.dropdown-toggle {
                display: none;
            }

            .order-cart-wrapper .cart-item-qty button.inc { /*increment - right*/
                right: calc(100% - 90%);
                width: 28px;
                height: 28px;
                border-radius: 28px !important;
                top: 4px;
                border: none;
                background-image: url(https://fboilly.blob.core.windows.net/files/more.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 12px;
            }

            .order-cart-wrapper .cart-item-qty button.dec { /*decincrement - left*/
                right: calc(100% + 140%) !important;
                /*right: 68px !important;*/
                width: 28px !important;
                height: 28px;
                border-radius: 28px !important;
                top: 4px;
                border: none;
                background-image: url(https://fboilly.blob.core.windows.net/files/less.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 12px;
            }
            /*end of QTY buttons*/

            .order-cart-wrapper .container .column .order-total {
                width: 100%;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
                padding: 12px;
                display: flex;
                flex-direction: row;
            }

            @media only screen and (max-width: 576px) {
                .order-total {
                    display: flex;
                    flex-direction: column !important;
                    align-items: center !important;
                }
            }

                .order-cart-wrapper .container .column .order-total .order-total-title {
                    flex-grow: 1;
                    font-size: 22px;
                }

                .order-cart-wrapper .container .column .order-total .order-total-price {
                    flex-grow: 1;
                    text-align: right;
                    font-size: 22px;
                    font-weight: bold;
                }

            

            /*Right Side - Order Details*/
            .order-cart-wrapper .container .column .order-details {
                width: 100%;
                border-radius: 10px;
                box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
                padding: 12px;
                margin-top: 35px;
                font-size: 14px;
            }

            .order-cart-wrapper .container .column .order-details .heading{
                text-transform: uppercase;
                font-weight: bold;
                font-size: 18px;
                padding-top: 6px;
            }

                

    /*Drop-Down List*/
    .order-confirmation-cont .table-order-show {
        display: block;
    }

    .order-confirmation-cont .table-order-hidden {
        display: none;
    }

.order-confirmation-input input {
    padding: 0.25rem 0.5rem !important;
}

.order-confirmation-input textarea {
    padding: 0.25rem 0.75rem !important;
}

    .order-cart-wrapper .dxbs-combobox .input-group .dxbs-form-control { /*Input Field*/
        border: 1px solid #63666a;
        border-radius: 2rem !important;
    }

    .order-cart-wrapper .dxbs-combobox .input-group .form-control { /*Dropdown Arrow*/
        right: 6px !important;
    }

        .order-cart-wrapper .dxbs-combobox .input-group .form-control .dropdown-toggle { /*Dropdown Arrow*/
            border: none;
            width: 15px !important;
            height: 100%;
            background-image: url(https://fboilly.blob.core.windows.net/files/chevron-grey.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            transform: rotate( 90deg );
        }

    /*End Drop down region*/
    
    .order-cart-wrapper .container .column .order-details .order-confirmation-cont .order-confirmation-dropdown {
        margin-top: 12px;
    }

    .order-cart-wrapper .container .column .order-details .order-confirmation-cont .order-confirmation-input{
        margin-top: 12px;
    }

        .order-cart-wrapper .container .column .order-details .order-confirmation-cont .order-confirmation-input input {
            border: 1px solid #63666a;
            border-radius: 2rem !important;
            padding: 3px;
        }

        .order-cart-wrapper .container .column .order-details .order-confirmation-cont .order-confirmation-input textarea {
            border: 1px solid #63666a;
            border-radius: 2rem !important;
            padding: 3px;
            height: 124px;
        }

    .order-cart-wrapper .container .column .order-details .order-confirmation-btns {
        margin-top: 22px;
    }

        .order-cart-wrapper .container .column .order-details .order-confirmation-btns .terms-conditions {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            margin-top: 20px;
            margin-bottom: 20px;
        }

/*Checkbox*/
.order-confirmation-btns .terms-conditions .checkbox label {
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 1rem;
    font-weight: normal;
    min-height: 20px;
    cursor: pointer;
}

.order-confirmation-btns .terms-conditions .checkbox input[type='checkbox'] {
    display: none !important;
}

        .order-confirmation-btns .terms-conditions .checkbox input[type='checkbox']:checked + .glyphicon::after {
            display: block !important;
        }

.order-confirmation-btns .terms-conditions .checkbox label .glyphicon {
    position: absolute;
    pointer-events: none;
    display: block !important;
    padding: 0 !important;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border: 1px solid #d12420;
    border-radius: 2px;
}

.order-confirmation-btns .terms-conditions .checkbox label .glyphicon::after {
    content: '';
    background-image: url(https://fboilly.blob.core.windows.net/files/check-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}
/*end of checkbox*/

.order-cart-wrapper .container .column .order-details .order-confirmation-btns button {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #d12420;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-radius: 2rem !important;
}

/*Validation Error Messages*/
.validation-message {
    float: right;
    text-transform: capitalize;
}

.terms-conditions-validation {
    min-height: 28px;
}

/*#endregion */

/*#region footer */
footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    footer .container .row{
        display: flex;
        flex-direction: row;
        text-transform: capitalize;
    }

        footer .container .row ul li {
            list-style-type: none;
            font-size: 14px;
            padding-bottom: 12px;
        }


        footer .container .row ul {
            padding-left: 0px !important;
        }

        footer .container .row h5 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        footer .container .row .btn-contact {
            border: 1px solid white;
            border-radius: 20px;
            padding: 6px;
            width: 100%;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }


        footer .container .row .payment-methods {
            margin-top: 10px;
        }

            footer .container .row .payment-methods label {
                font-size: 11px;
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
            }

            footer .container .row .payment-methods ul {
                margin-top: 6px;
                margin-bottom: unset !important;
            }

                footer .container .row .payment-methods ul li {
                    display: inline-block;
                }

                    footer .container .row .payment-methods ul li img {
                        width: 35px;
                    }



        footer .container .row .social-links {
            margin-top: 10px;
        }

            footer .container .row .social-links label {
                font-size: 11px;
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
            }

            footer .container .row .social-links ul {
                margin-top: 6px;
                margin-bottom: unset !important;
            }

                footer .container .row .social-links ul li {
                    display: inline-block;
                }

                    footer .container .row .social-links ul li img {
                        width: 35px;
                    }



        footer .container .row .external-links ul li {
            border-bottom: 1px solid white;
            padding-bottom: unset !important;
        }

            footer .container .row .external-links ul li a {
                text-transform: uppercase;
                font-weight: bold;
                padding: 0.5rem 0;
                display: inline-block;
                text-decoration: none;
            }

.whole-language-dropdown-div {
    text-align: right;
}

    .whole-language-dropdown-div img {
        width: 35px;
        height: 35px;
        margin: 5px 5px 5px 10px;
        border-radius: 15px;
        float: left;
        clear: left;
    }

    .whole-language-dropdown-div p {
        display: inline-block;
        margin-bottom: 11px;
        margin-top: 9px;
        margin-right: 15px;
    }

.language-properties {
    cursor: pointer;
    color: #000;
}

    .language-properties:hover {
        background-color: #eff0f0;
    }

.LanguageSelected {
    background-color: #4BAAFF;
    pointer-events: none;
    cursor: default;
}

.selected-language-dropdown-div {
    border-radius: 30px;
    background-color: #63666a;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.all-language-dropdown-div {
    border: 1px solid #000;
    background-color: #fff;
}

footer .language-dropdown .input-group {
    display: block;
}

    footer .language-dropdown .form-control .dropdown-toggle{
        display: none;
    }

    footer .language-dropdown .input-group input {
        border: 1px solid white;
        border-radius: 20px;
        cursor: pointer;
    }

    footer .language-dropdown .dropdown-menu {
        border: unset !important;
    }

    @media only screen and (max-width: 767px) {
        footer {
            padding-top: unset !important;
            margin-top: 30px;
        }

        footer .container .row .external-links {
            margin-left: -15px;
            margin-right: -15px;
        }

        footer .container .row .external-links ul {
            display: flex;
        }

            footer .container .row .external-links ul li {
                display: inline-block;
                width: 50%;
                text-align: center;
            }

                footer .container .row .external-links ul li a {
                    padding: 14px;
                }

                footer .container .row .external-links ul li:nth-child(2) {
                    border-left: 1px solid white;
                }

                footer .section-4 {
                    text-align: center;
                }

        footer .language-dropdown {
            margin-bottom: 20px;
        }
            footer .language-dropdown .input-group div {
                flex-grow: 2;
            }
}

/*#endregion */

/*#region GenericContent */

.generic-content-wrapper .container {
    padding: 20px;
}

    .generic-content-wrapper .container h3 {
        text-transform: capitalize !important;
    }

.all-allergens-div img{
    width: 50px;
    margin-right: 5px;
}
/*#endregion */

/*#region GenericContent */
/*Loading Screen*/
/*.loading {
    position: fixed;
    z-index: 1031; /*999
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay 
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below 
    .loading:not(:required) {
        /* hide "loading..." text 
        font: 0/0 a;
        text-shadow: none;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            /*box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0,0,0, 0.75) 1.5em 0 0 0, rgba(0,0,0, 0.75) 1.1em 1.1em 0 0, rgba(0,0,0, 0.75) 0 1.5em 0 0, rgba(0,0,0, 0.75) -1.1em 1.1em 0 0, rgba(0,0,0, 0.75) -1.5em 0 0 0, rgba(0,0,0, 0.75) -1.1em -1.1em 0 0, rgba(0,0,0, 0.75) 0 -1.5em 0 0, rgba(0,0,0, 0.75) 1.1em -1.1em 0 0;
        }
    */

/*#region Scroll to Top Button*/
.btnBackToTop-hidden {
    position: fixed;
    overflow: hidden;
    bottom: 10px;
    right: 10px;
    display: none;
}


.btnBackToTop-shown {
    position: fixed;
    overflow: hidden;
    bottom: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
}
/*#endregion */

/*#region Shopping Cart Items Count*/
.CartLabelCount {
    border: solid 1px #63666a;
    border-radius: 50%;
    font-size: 12px;
    padding: 0 3px;
    vertical-align: top;
    margin-left: 13px;
}
/*#endregion */


.CartLabelCountExtraPadding {
    padding: 3px 3px !important;
}

/*La Carta Dei Sapori Whole*/
.offers-wrapper {
    padding: 0;
}

/*La Carta Dei Sapori Text*/
.SectionText {
    font-size: 32px;
    font-weight: normal;
    margin-top: 20px;
}

/*Shopping Cart Items Count*/
.ShopCrtItemCntHidden {
    visibility: hidden !important;
}

/* Cookie Banner */
.cookie-container {
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: -100%;
    margin: 0;
    border: 0 !important;
    opacity: 0.9;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.cookie-btn {
    margin-top: 10px;
    border-radius: 0;
    border: 0;
    width: auto !important;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 1px solid #d12420;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
}

.cookie-container.active {
    bottom: 0;
}

/*region Order Count Bar - Green Bar*/
#order-count-settings {
    visibility: hidden;
}

#order-count-number {
    margin-top: 6px;
    color: #fff;
    margin-left: 0;
}

#order-count-number img {
    height: 35px;
    margin-top: 11px;
    margin-left: 15px;
}

#order-count-bar {
    position: fixed;
    z-index: 100;
    top: auto !important;
    bottom: 0;
    display: flex;
    min-height: 60px;
    width: 100%;
    z-index: 9999;
    background: #d12420;
}

#green-bar-count {
    position: absolute;
    top: 12px;
    color: #fff;
    font-size: 20px;
    left: 47px;
}

.order-cart-text {
    width: 75%;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .57px;
    padding-left: 20px;
    margin-top: 7px;
    color: #fff;
}

/*end region*/

.cookie-container strong {
    font-size: 25px;
    font-weight: normal !important;
}

/* Grow Circle Animation (Can be used)*/
/*
.circle {
    background: #63666a;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    top: 15px;
    left: 8px;
    bottom: 0px;
}

.circle span {
    display: block;
    color: #fff;
    text-align: center;
}

.circle {
    -webkit-animation: grow 2s 1;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale( 0 );
        -moz-transform: scale( 0 );
        -o-transform: scale( 0 );
        -ms-transform: scale( 0 );
        transform: scale( 0 );
    }

    50% {
        -webkit-transform: scale( 1 );
        -moz-transform: scale( 1 );
        -o-transform: scale( 1 );
        -ms-transform: scale( 1 );
        transform: scale( 1 );
    }

    100% {
        -webkit-transform: scale( 0.8 );
        -moz-transform: scale( 0.8 );
        -o-transform: scale( 0.8 );
        -ms-transform: scale( 0.8 );
        transform: scale( 0 );
    }
}
*/
/*#region Search Design */
.search-container {
    position: fixed;
    display: none;
    /*margin: auto;
    top: 0;
    left: 500px;
    right: 0;
    width: 500px;
    bottom: 94.5%;
    height: 25px;
    z-index: 6;*/
    height: 83px;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
}

.search-container .search-inner-wrapper {
    height: 80px;
}
.search-container .search-inner {
    text-align: center;
}

.search-container .search-inner input {
    margin-left: 10px;
    width: 100%;
    border-radius: 30px;
    border: 2px solid;
    padding-left: 15px;
    -webkit-box-shadow: 0 2px 5px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 30%);
}

.search-container .search-input-close{
    margin-left:80px;
}

    .search-container .search-inner .col-md-1 {
        text-align: left;
    }

.search-container .search-inner .col-md-1 img {
    background-color: #d12420;
    border-radius: 25px;
    padding: 5px;
    width: 30px;
    height: 30px;
}


/* .search-container .search {
        position: absolute;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 470px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        transition: all 1s;
        z-index: 4;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    }
        .search-container .search:hover {
            cursor: pointer;
        }
        .search-container .search::before {
            content: "";
            position: absolute;
            margin: auto;
            top: 8px;
            right: 0;
            bottom: 0;
            left: 8px;
            width: 9px;
            height: 2px;
            transform: rotate(45deg);
            transition: all .5s;
        }
        .search-container .search::after {
            content: "";
            position: absolute;
            margin: auto;
            top: -3px;
            right: 0;
            bottom: 0;
            left: -4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid white;
            transition: all 0.5s;
        }

    .search-container input {
        font-family: 'Inconsolata', monospace;
        position: absolute;
        margin-right: 0px !important;
        margin: auto;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 30px;
        outline: none;
        border: none;
        background: crimson;
        color: white;
        text-shadow: 0 0 10px crimson;
        padding: 0 80px 0 20px;
        border-radius: 30px;
        box-shadow: 0 0 10px 0 crimson, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
        transition: all 1s;
        opacity: 0;
        z-index: 5;
        font-weight: bolder;
        letter-spacing: 0.1em;
    }
    .search-container input:hover {
        cursor: pointer;
    }
    
    .search-container input:focus {
        width: 300px;
        opacity: 1;
        cursor: text;
    }
        .search-container input:focus ~ .search {
            right: 0;
            background: #151515;
            z-index: 6;
        }

            .search-container input:focus ~ .search::before {
                top: 0;
                left: 0;
                width: 13px;
            }

            .search-container input:focus ~ .search::after {
                top: 0;
                left: 0;
                width: 13px;
                height: 2px;
                border: none;
                border-radius: 0%;
                transform: rotate(-45deg);
            }

            .search-container input::placeholder {
                opacity: 0.5;
                font-weight: bolder;
            }*/
.wrapper {
    position: relative;
}

.firstDiv, .secondDiv {
    position: absolute;
}

/*region Loading Screen*/
#body {
    opacity: 0.1;
    display: flex;
    flex-direction: column;
    height: 100%;
    /*justify-content: space-between;*/
}

.body-reset-styling-changes-ss {
    margin-top: 83px;
}

.loading-div {
    text-align: center !important;
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
}

#loading {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #ff0000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: absolute;
    z-index: 1031;
    top: 50%;
    visibility: visible;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.HideLoadingSpinner{
    display: none !important;
}

.RemoveSpinnerBackground {
    opacity: 1 !important;
}

/*end region*/

.navbar-search, .navbar-login, .navbar-logout {
    cursor: pointer;
}

.HideSearchBar {
    cursor: pointer;
}

.OIBCnclBtn {
    cursor: pointer;
}

/*region iFrame - Payment Gateway*/

.ratio:before {
    padding-top: 425px !important;
}

/*end region*/

/*region Finalized Order*/
.FinOrderTelNo {
    margin-bottom: 0 !important;
}

.FinOrderTemplate {
    text-align: justify;
}
/*end region*/

/*region Login, Register, Forgot-Password*/
.MarginDivs {
    padding: 30px 0;
}

.login-heading-title {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: bolder!important;
}

.CheckoutGuestBtn {
    border: 1px solid #d12420;
    border-radius: 2rem;
    text-transform: uppercase;
}

.register-link {
    text-decoration: underline !important;
}

.login-btns {
    text-align: right;    
}

.LgnLoginBtn {
    border-radius: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.LgnRegisterBtn {
    height: 40px !important;
    font-size: 12px;
    letter-spacing: .7px !important;
    border: none;
    width: 300px !important;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    text-transform: uppercase;
    transition: 0.2s ease all;
    text-decoration: none;
}

.LgnCnclBtn {
    border: 1px solid #d12420;
    border-radius: 2rem;
    text-transform: uppercase;
}

.CancelBtnLogin {
    margin-left: 6.5rem!important;
}

.forgot-password-link {
    text-align: right !important;
}

.RegisterCheckbox {
    float: left;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.RegisterTopCheckbox {
    padding: 0 20px 10px 0;
}

.RegisterBottomCheckbox {
    padding: 0 20px 50px 0;
}

.register-tel-number-div input[type=number]::-webkit-outer-spin-button,
.register-tel-number-div input[type=number]::-webkit-inner-spin-button {
    opacity: 0;
    /*-webkit-appearance: none;*/
}

/*end region*/
/*region Failed Registration*/
.alert-failed-registration-hidden, .alert-failed-login-verified-hidden, .LoggedInUserDiv {
    display: none !important;
}

.alert-failed-registration-shown, .alert-failed-login-verified-shown, .NotLoggedInUserDiv {
    display: block !important;
}

/*end region*/

.GreetingLoggedInUser {
    font-size: 0.75rem !important;
    margin-top: 14px !important;
    margin-right: 5px !important;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Animation */
@-webkit-keyframes spinner {
        0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*#endregion */

/*region Item Favourites*/
.image-favour-wrapper {
    position: relative;
}

.favourites-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-top-left-radius: 20px;
    right: 0;
    bottom: -1px;
}

    .favourites-icon img {
        width: 23px;
        height: 23px;
        margin-left: 9px;
        margin-top: 8px;
        cursor: pointer;
    }

/*end region*/


/*region PreviousOrders*/
.previous-orders {
    align-items: flex-start;
    justify-content: space-between;
}

.order-div {
    border-radius: 10px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-start-wrapper .container .order-div .image-properties img {
    width: 270px;
    height: 102px;
}

.order-start-wrapper .container .order-div div {
    width: auto !important;
    padding-left: 0 !important;
}

.previous-order-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 2px solid #dfe6e2;
}

.previous-order-item .order-item-quantity h4 {
    margin-right: 0.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

.accordion-button:focus {
    box-shadow: none !important;
}

.previous-order-item .order-item-image img {
    width: 150px;
    height: 100px;
    border-radius: 20px;
}

.order-button button:focus {
    background-color: #d12420;
}
/*end region*/

/*region Previous Orders Banner (In Main Layout)*/
.prev-orders-div {
    padding: 5rem 0 5rem;
}

.prev-orders-banner {
    background-image: url(https://fboilly.blob.core.windows.net/files/ordini%20precedenti-02.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 7rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 30%);
    overflow: hidden;
}

    .prev-orders-banner .text-wrapper h2, .prev-orders-banner .text-wrapper h4 {
        color: #d12420;
    }
    .prev-orders-banner .text-wrapper a {
        margin-top: 1rem;
        display: inline-block;
        color: white;
    }

    .custom-btn {
        width: auto !important;
        padding: 0.5rem 2rem;
        border-radius: 2rem;
        border: 1px solid #d12420;
        text-transform: uppercase;
        -webkit-transition: 0.2s ease all;
        transition: 0.2s ease all;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.8rem;
    }

/*end region*/

/*region Allergens*/

.allergen {
    border-radius: 36px;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.allergens-div {
    font-size: 14px;
    padding: 0 15px;
    min-height: 86px;
}

    .allergens-div img {
        width: 26px;
        margin-right: .3rem;
        margin-bottom: .3rem;
    }

    .allergens-div p {
        margin-bottom: .4rem !important;
    }
/*end region*/

/*region Where are we*/
.mapouter {
    position: relative;
    height: 500px;
    width: 600px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 850px;
}
/*end region*/

/*region Splash Screen*/
.splash-screen {
    display: flex;
    position: absolute;
    left: 250px;
    right: 250px;
    margin-left: auto;
    margin-right: auto;
    z-index: 23;
    visibility: hidden;
    display: none;
    align-items: center;
    height: 100%;
}

.ShowSplashScreen {
    visibility: visible !important;
}

.fade-other-properties {
    opacity: 0.1;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.remove-horizontal-scrollbar {
    overflow: hidden;
}

/*end region*/

/*region Build your Own*/

.build-your-own-container {
    padding: 50px 300px;
    color: #63666a;
}

    .build-your-own-container .price {
        font-size: 20px;
        font-weight: 600;
    }

    .build-your-own-container .name {
        font-size: 28px;
        font-weight: 800;
    }

.product-information {
    text-align: center;
}

    .product-information img {
        width: 350px;
        border-radius: 5px;
        margin: 10px 0;
    }


.build-your-own-wrapper .header-name {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #cacaca;
    padding: 10px;
}

.build-your-own-wrapper .header-description {
    text-align: left;
    font-size: 14px;
    padding: 10px;
}

.build-your-own-wrapper .header-subtext {
    padding: 10px;
}

.build-your-own-wrapper .header-optional,
.build-your-own-wrapper .header-required {
    font-size: 12px;
    font-weight: 900;
}

.build-your-own-wrapper .line {
    border: 1px solid #cacaca;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 68px;
}

    .build-your-own-wrapper .line .name {
        font-size: 14px !important;
        color: #4a4a4a !important;
        font-weight: 100 !important;
        text-align: left;
        margin-top: 5px;
    }

    .build-your-own-wrapper .line .flex-div {
        position: relative;
    }

        .build-your-own-wrapper .line .flex-div input[type='checkbox'] {
            position: absolute;
            top: 4px;
            width: 24px;
            height: 24px;
            z-index: 1;
            opacity: 0;
            cursor: pointer;
        }    

        .build-your-own-wrapper .line .flex-div .byo-checkmark {
            position: absolute;
            border: 1px solid #D12420;
            border-radius: 6px;
            width: 24px;
            height: 24px;
            margin-top: 4px !important;
        }

        .build-your-own-wrapper .line .flex-div input[type='checkbox']:hover ~ .byo-checkmark {
            background-color: #eff0f0;
        }

        .build-your-own-wrapper .line .flex-div input[type='checkbox']:checked ~ .byo-checkmark {
            background-color: #d12420;
        }

        .build-your-own-wrapper .line .flex-div .byo-checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .build-your-own-wrapper .line .flex-div input[type='checkbox']:checked ~ .byo-checkmark:after {
            display: block;
        }

        .build-your-own-wrapper .line .flex-div .byo-checkmark:after {
            left: 7px;
            top: 2px;
            width: 8px;
            height: 14px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.center-div-btn {
    display: flex;
    justify-content: center;
}

.build-your-own-add-to-cart-btn {
    text-transform: uppercase;
    border-radius: 15px;
    margin-top: 5px;
    color: #fff;
    border: 1px solid #d12420;
    background: #d12420;
}

    .build-your-own-add-to-cart-btn:hover {
        color: #fff !important;
    }

.build-your-own-wrapper .product-quantity-div {
    display: flex;
    width: 18%;
    justify-content: space-between;
}

/*end region*/

/*region Coperto*/
.coperto .control-btns {
    margin-right: unset !important;
}

.coperto h1 {
    text-align: center;
}

.coperto .product-quantity-div {
    justify-content: center !important;
    width: 30% !important;
}

    .coperto .product-quantity-div .input-quantity {
        width: 80% !important;
    }

.coperto .row {
    justify-content: center;
}

.coperto .row p{
    text-align: center;
}

.imageGrayscaleFilter {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .imageGrayscaleFilter:hover {
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }

/*end region*/

/*region Order Cart Details - Coupons*/
.order-cart-details-coupons {
    border: 5px solid #63666a;
    border-radius: 5px;
    padding: 25px;
}

    .order-cart-details-coupons input {
        background-color: #f8f6f3 !important;
    }

    .order-cart-details-coupons span {
        font-size: 17px;
    }

    .order-cart-details-coupons button {
        padding: 10px 50px;
        border-radius: 10px;
        background-color: #d12420;
        border-color: #d12420;
    }
/*end region*/