
div.header ul {
    display: flex;
    list-style: none;
}

div.header ul li {
    margin: 20px;
}

.dark {
    background-color: black;
    color: white;
}

.light {
    background-color: white;
    color: black;
}

h2 {
    margin-top: 20px;
}

.about-col-1 {
    background-size: cover;
    background-image: url('/images/img5.webp');
    min-height: 1000px;
    color: white;
}

.about-col-2 {
    background-size: cover;
    background-image: url('/images/img4.webp');
    min-height: 1000px;
}

.about-col-3 {
    background-size: cover;
    background-image: url('/images/img3.webp');
    min-height: 1000px;
}

.cart-line {
    margin-bottom: 10px;
}

.confirm-ok {
    background-color: #339933;
    color: white;
}

.confirm-not-ok {
    background-color: #993333;
    color: white;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

div.order-header div,
div.cart-line div {    
    padding-left: 0px;
    padding-right: 5px;
}

.total-cell {
    border-top: solid 1px white; 
    border-bottom: double 1px white;
}
/*
.bmo-left {
    margin-left: 0px !important;
    padding-left: 0px ;
}
*/

.order-header {
    padding-bottom: 5px;
}


.container-bmo {
 padding-left: 0px !important;
}


div.cart-line div.col-1,
div.cart-line div.col-2,
div.cart-line div.col-3,
div.cart-line div.col-4,
div.cart-line div.col-5,
div.cart-line div.col-6,
div.order-header label {
    /* padding-left: 0px; */
    padding-right: 5px;
}

div.cart-line div input.form-control {
    /* padding-left: 0px; */
    padding-right: 5px;
}

.btn-bmo-left {
    margin-left: 0px;
}
/*
.cart-line-select-row{
    margin-left:15px;
 }
*/

.btn-bmo {
    display: inline-block;
    /* padding: 7px 35px; */
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff !important;
    border: 2px solid #fff;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
    -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
    -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
    background-color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px !important;
}

.white-link, .white-link a:hover, .white-link a:visited, .white-link a {
    color: white !important;
}

.btn-bmo:hover {
    background: #fff;
    color: #000 !important;
}

.btn-bmo.active {
    background: white;
    color: black !important;
}

.payway #payway-credit-card iframe {
    min-height: 310px;
}

.btn-group>.btn-bmo {
    min-width: 120px;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-links {
    font-size: smaller;
   
}
.footer-links a, .footer-links a:visited {
    color: white !important;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-links a:hover {
    color: #CCCCCC !important;
}

.container-bmo h1 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.0em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.admin-menu {
    background-color: white !important;
    color: black !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.admin-menu a, .admin-menu a:visited {
    color: black;
    font-weight: bold !important;
    margin-left:15px;
    margin-right: 15px;
}

.admin-menu a:hover {
    color: darkgrey;
}

.admin-btn {
/*    border: solid 1px black; */
    display: inline;
}

.link-underline {
    display: inline;
}

.link-underline a:hover {
    text-decoration: underline !important;
    
}

.break {
    flex-basis: 100%;
    height: 0;
  }

.page-click-and-collect-content-section div.tick-box-img {
    position: relative;
    padding-left: 45px;
    text-align: left;
}

.page-click-and-collect-content-section div.tick-box-img img {
    height: 150px; /* if changed update top of div.tick-box-img:before below */
}

.page-click-and-collect-content-section div.tick-box-img:before {
    content: "";
    display: inline-block;
    background: url("../images/icons/click-collect/tick-box.png");
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 5px;
    top: 59px; /* (element height - tick-box height) / 2 */
}

.faq-container {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq-container .faq-question::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f107";
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.faq-container .faq-question.active::before {
    content: "\f106";
}

.faq-container .faq-question {
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
}

.faq-container .faq-answer {
    display: none;
    margin-left: 40px;
    font-size: 18px;
}

.onspecialoldprice {
    margin-right: 10px;
    text-decoration: line-through;
}