﻿.navbar-brand {
    max-width: 500px;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0;
    font-size: .875rem;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(255 147 30) !important;
}


    .topbar > .container, .topbar > .container-fluid, .topbar > .container-sm, .topbar > .container-md, .topbar > .container-lg, .topbar > .container-xl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.topbar-link {
    color: rgba(255,255,255,.65);
}

    .topbar-link:hover {
        color: #fff;
    }

.topbar-text, .topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}


.navbar-tool-icon {
    font-size: 1.25rem;
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -0.09rem;
    right: -0.09rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 0.875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-tool-text {
        display: block;
    }
}


.navbar-tool-text > small, .navbar-tool-text > .small {
    display: block;
    margin-bottom: -0.125rem;
}

@media (min-width: 992px) {
    .navbar-tool .navbar-tool-tooltip {
        display: block;
        position: absolute;
        top: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .2s ease-in-out,top .2s ease-in-out;
        padding: 0.0625rem 0.375rem;
        border-radius: 0.25rem;
        background-color: #2b3445;
        color: #fff;
        font-size: .6875rem;
        white-space: nowrap;
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .mega-dropdown-column {
        width: 15rem;
    }
}

.mega-dropdown-column {
    width: 100%;
    max-width: 15rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu > .dropdown:hover > .dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu {
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -0.5rem;
        margin-right: 0;
        margin-left: -0.25rem;
    }
}

// Keep as a separate element so folks can easily override it with another icon
// or image file as needed.
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--#{$prefix}navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#DeliverySection .btn {
  /*background: none;*/
  text-align: left;
  margin: auto;
  height: unset !important;
  width: 80% !important;
  /*line-height: 1.2;*/
  /*padding: 0 !important; */
  box-shadow: none !important;
  float: left;
}

#DeliverySection
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  float: left;
    margin-right: 10px;
}
#DeliverySection
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--bs-primary);
}
#DeliverySection
input[type="radio"]:checked::before {
  transform: scale(1);
}


#DeliverySection .btn-check {
   position: unset; 
   clip: unset; 
    pointer-events: unset;
	vertical-align: top;
    margin-top: 6px;
}
#DeliveryFooter .mx-4 {
    margin: 20px 0 20px 0 !important;
}

.DeliveryPrice {
font-weight: normal;
text-transform: lowercase;
}











