html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: Lato;
    padding: 2px 32px;
    margin: 0 auto;
    width: 1041px;
    box-sizing: border-box;
}

#mainHead {
    /*min-height: 217px;*/
    position: relative;
    display: flex;
    margin-bottom: -40px;
    z-index: 1;
}

#mainHead * {
    display: inline-block;
}

#logo {
    width: 264px;
    height: 157px;
    position: relative;
    left: 5px;
}

#gift {
    width: 124px;
    height: 89px;
    position: relative;
    top: 36px;
    right: 26px;
    box-shadow: 3px 3px 7px 4px #e5e5e5;
}

#headText {
    font-family: 'Bad Script', cursive;
    color: #603913;
    position: relative;
    right: 18px;
    top: 13px;
    display: flex;
    font-size: 26px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    text-shadow: 3px 3px 7px #cbb19c;
}

nav {
    position: relative;
    font-family: Ubuntu, sans-serif;
    flex-basis: 100%;
    width: 100%;
    text-align: right;
    margin-bottom: 38px;
    z-index: 10;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

nav li {
    display: inline-block;
}

nav li > a:hover {
    background-color: #DCDCDB;
}

nav a {
    text-decoration: none;
    color: #000;
}

nav li > a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: rgb(96, 57, 19);
    padding: 0px 10px;
    margin: 0 9px;
    width: 82px;
    height: 38px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: bold;
}

.active {
    background-color: #F4F4F4;
}

#banner {
    background-color: #77a34f;
    min-height: 38px;
    width: 100%;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner div {
    display: inline-block;
    margin: 0 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

h3, h5 {
    margin: 10px 0;
}

p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.strong {
    font-weight: bold;
}

#navigation {
    position: relative;
    box-sizing: border-box;
    z-index: 4;
    width: 100%;
    text-align: center;
}

#navigation, #navigation a {
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
    text-decoration: none;
    color: black;
}

.clear {
    clear: both;
    margin: 0 !important;
}

a {
    color: #77a34f;
}

a.title {
    color: black;
    text-decoration: none;
}

.button {
    padding: 10px 20px 10px 20px;
    margin: 10px 0 10px 0;
    border-radius: 2px;
    cursor: pointer;
}

#navigation .button:hover {
    transition: 0.5s;
    color: white;
    background-color: #00c6c6;
}

.button:last-child {
    border: none;
}

.button.active {
    border-bottom: 6px solid darkorange;
}

#contentWrapper {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    z-index: 5;
    padding: 20px;
    min-width: 743px;
    margin: 0 auto 10px;
    background-color: rgba(100, 100, 100, 0.1);
}

#spacer1 {
    flex-basis: 25%;
}

hr {
    padding-top: 0;
    padding-bottom: 0;
}

#slider {
    float: left;
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;

}

#sliderWrapper {
    transition: transform 1s;
}

.img {
    width: 100%;
}

img {
    vertical-align: middle;
}


.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.column {
    display: table-column;
}

.column.c:nth-of-type(even) {
    background-color: rgba(100, 100, 100, 0.1);
}

.column.c:nth-of-type(odd) {
    background-color: rgba(100, 100, 100, 0.06);
}

.table-row {
    display: table-row;
    width: 100%;
}

.table-row > h2, .table-row > h4 {
    text-align: center;
    vertical-align: middle;
}

.table-row > * {
    display: table-cell;
    padding: 10px 10px;
}

.table-row p {
    word-break: break-word;
}

.infocard > img {
    height: 13vw;
    margin-right: 10px;
    float: left;
}

.infocard {
    vertical-align: top;
}


footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
    font-size: 10px;
    text-align: center;
    color: #603913;
}

footer > div {
    flex-grow: 1;
}

#bottom {
    flex-basis: 100%;
}

.me {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 5px #555;
}

.gallery .table-row div img {
    width: 100%;
    border-radius: 3px;
    box-shadow: 5px 5px 5px #555;
}

#add {
    float: right;
}

#pageFooter, #pagePreFooter {
    position: relative;
}

#skip {
    float: none;
    display: block;
    margin: 0 auto;
}

#couponWrapper {
    margin: 0 auto;
    text-align: center;
}

#applyCoupon {
    float: none;
    padding: 5px;
    font-size: 1em;
}

#couponBox {
    width: 14em;
}

.bot {
    width: 90%;
    margin-bottom: 10px;
}

#checkout-btn {
    float: none;
    margin: 0 auto;
    display: block;
}

textarea.bot {
    resize: vertical;
}

.footerBlock h2 {
    font-size: 22px;
    font-weight: 700;
}

.footerBlock {
    font-size: 18px;
    text-align: left;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

.footerBlock > * {
    margin: 14px auto;
}

footer a:link, footer a:hover, footer a:visited, footer a:active {
    text-decoration: none;
    color: #603913;
}

#bottom {
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
}

#bottom > * {
    margin: 8px auto;
}

#otherFooter > * {
    margin-bottom: 50px;
}

footer > hr {
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 4px solid #77a34f;
    box-sizing: border-box;
}

footer > div {
    margin-top: 15px;
}

#contentBody {
    padding-top: 20px;
}

.drop {
    vertical-align: middle;
}

.hidden-items > .items {
    position: absolute;
    background-color: #fff;
    color: rgb(96, 57, 19);
    font-size: 15px;
    font-weight: 500;
    width: 168px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: -25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.hidden-items:hover > .items {
    max-height: 300px;
}

.items > a:hover {
    background-color: #F0F0F0;
}

.items > a {
    padding: 9.5px 20px;
}

#my-error {
    color: #f00;
    font-weight: bold;
    margin-bottom: 10px;
}


.toggleable-cost.disabled-c, .toggleable-cost.disabled-c * {
    display: none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

#toggle-wrapper {
    display: block;
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    text-align: center;
    margin: 0px auto;
}

.centered-button {
    display: block;
    float: unset;
    margin: 0 auto;
}

.nomargin {
    margin: 0;
}

#branchPricing {
    margin: 0 auto;
    text-align: center;
}

#toggle {
    padding: 5px;
    font-size: 0.8em;
}