﻿@charset "UTF-8";

.products-page #products-section .products-container .product a:hover,
a,
a:hover,
body .homepage-container #cta-section .cta .cta-button,
body .homepage-container #homepage-nav .nav-container .nav-section nav ul .menu-item a,
body .homepage-container #homepage-nav .nav-container .nav-section nav ul .menu-item a:hover,
footer .copyright-section .privacy-links a:hover,
footer .footer-container > div.connect-section .connect-nav .menu-item a:hover,
footer .footer-container > div.info-section .footer-nav .menu-item a:hover,
header .header-container > div.menu-section nav .primary-menu .menu-item a:active,
header .header-container > div.menu-section nav .primary-menu .menu-item a:hover {
    text-decoration: none
}

#sub-menu-section .sub-menu-container #menu-section .menu-container,
#sub-menu-section .sub-menu-container .icon-section,
body #loading-page,
body #loading-page .loading-section,
body .homepage-container #homepage-nav .nav-container,
footer .copyright-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container span.distance,
.stockist-page #search-section .search-container .form-section-container .results-section .result .address-container span.distance {
    font-style: italic
}

@font-face {
    font-family: journal;
    src: url(../../assets/fonts/journal-webfont.eot);
    src: url(../../assets/fonts/journal-webfont.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/journal-webfont.woff) format("woff"), url(../../assets/fonts/journal-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body.menu-open header,
body.sub-menu-open header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

body.menu-open .page-wrapper,
body.sub-menu-open .page-wrapper {
    margin-top: 141px
}

body.homepage header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: 0 0;
    border-bottom: none;
    transition: background ease .5s .5s
}

    body.homepage header .header-container .hamburger-icon-container #hamburger-icon span {
        background: #fff
    }

    body.homepage header .header-container .menu-section .primary-menu .menu-item a {
        color: #fff;
        transition: color .3s ease 0s
    }

    body.homepage header .header-container .logo-section #logo .logo-1,
    body.homepage header .header-container .logo-section #logo .logo-2,
    body.homepage header .header-container .navigation-icons .icon .nav-icon#account-icon .account-1,
    body.homepage header .header-container .navigation-icons .icon .nav-icon#basket-icon .basket-1,
    body.homepage header .header-container .navigation-icons .icon .nav-icon#search-icon .search-1,
    body.homepage header .header-container .navigation-icons .icon .nav-icon#stockist-icon .stockist-1 {
        fill: #fff;
        transition: fill .3s ease 0s
    }

    body.homepage header .header-container .navigation-icons .icon.basket .basket-count {
        color: #fff;
        transition: color .3s ease 0s
    }

    body.homepage header.menu-open {
        background: #fff;
        transition: background ease .5s 0s
    }

        body.homepage header.menu-open .header-container .logo-section #logo .logo-1,
        body.homepage header.menu-open .header-container .logo-section #logo .logo-2 {
            transition: fill .5s ease .5s
        }

        body.homepage header.menu-open .header-container .logo-section #logo .logo-1 {
            fill: #927255
        }

        body.homepage header.menu-open .header-container .logo-section #logo .logo-2 {
            fill: #000
        }

        body.homepage header.menu-open .header-container .menu-section .primary-menu .menu-item a {
            color: #fff;
            transition: color .5s ease .5s
        }

@media (min-width:768px) {
    body.homepage header .header-container .menu-section .primary-menu .menu-item a:after {
        background-color: #fff
    }

    body.homepage header.menu-open .header-container .menu-section .primary-menu .menu-item a {
        color: #717171
    }
}

body.homepage header.menu-open .header-container .menu-section .primary-menu .menu-item a:after {
    background-color: transparent
}

@media (min-width:768px) {
    body.homepage header.menu-open .header-container .menu-section .primary-menu .menu-item a:after {
        background-color: #717171
    }

    header {
        border-bottom: solid 1px #D3D3D3
    }
}

body.homepage header.menu-open .header-container .navigation-icons .icon .nav-icon#account-icon .account-1,
body.homepage header.menu-open .header-container .navigation-icons .icon .nav-icon#basket-icon .basket-1,
body.homepage header.menu-open .header-container .navigation-icons .icon .nav-icon#search-icon .search-1,
body.homepage header.menu-open .header-container .navigation-icons .icon .nav-icon#stockist-icon .stockist-1 {
    fill: #717171;
    transition: fill .5s ease .5s
}

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform .submit-button svg #Path_21,
#sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform .submit-button svg#Rectangle_1,
header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform .submit-button svg #Path_21,
header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform .submit-button svg #Rectangle_1 {
    fill: #927255 !important
}

body #loading-page .logo-section .main-logo .logo-2,
body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform .submit-button svg #Path_21,
body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform .submit-button svg #Rectangle_1 {
    fill: #fff !important
}

body.homepage header.menu-open .header-container .navigation-icons .icon.basket .basket-count {
    color: #000;
    transition: color .5s ease .5s
}

header {
    background: #fff;
    transition: background ease .5s .8s
}

    header .header-container {
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media (min-width:768px) {
    header .header-container {
        padding: 40px 0;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap
    }

        header .header-container > div {
            width: 33.3%
        }
}

@media (min-width:768px) and (max-width:991px) {
    header .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        header .header-container > div {
            width: 100%
        }
}

header .header-container > div.hamburger-icon-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 99
}

@media (min-width:768px) {
    header .header-container > div.hamburger-icon-container {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

header .header-container > div.hamburger-icon-container #hamburger-icon {
    width: 25px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none
}

@media (max-width:850px) {
    header .header-container > div.hamburger-icon-container #hamburger-icon {
        display: block
    }
}

@media (min-width:851px) {
    header .header-container > div.hamburger-icon-container #hamburger-icon {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

header .header-container > div.hamburger-icon-container #hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #717171;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out
}

    header .header-container > div.hamburger-icon-container #hamburger-icon span:nth-child(1) {
        top: 0
    }

    header .header-container > div.hamburger-icon-container #hamburger-icon span:nth-child(2),
    header .header-container > div.hamburger-icon-container #hamburger-icon span:nth-child(3) {
        top: 7px
    }

    header .header-container > div.hamburger-icon-container #hamburger-icon span:nth-child(4) {
        top: 14px
    }

header .header-container > div.hamburger-icon-container #hamburger-icon.open span:nth-child(1),
header .header-container > div.hamburger-icon-container #hamburger-icon.open span:nth-child(4) {
    top: 7px;
    width: 0;
    left: 50%
}

header .header-container > div.hamburger-icon-container #hamburger-icon.open span {
    background: #d3531a
}

    header .header-container > div.hamburger-icon-container #hamburger-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    header .header-container > div.hamburger-icon-container #hamburger-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

header .header-container > div.menu-section {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    opacity: 0
}

@media (max-width:767px) {
    header .header-container > div.menu-section {
        position: fixed;
        height: 0%;
        top: 98px;
        left: 0;
        background: url(../../assets/images/loading-page.jpg) center top no-repeat #000;
        width: 100%;
        z-index: 200;
        transition: height linear .5s .3s
    }

        header .header-container > div.menu-section.open {
            overflow-y: scroll;
            height: calc(100% - 98px);
            transition: height linear .5s 0s
        }
}

@media (max-width:767px) and (max-width:767px) {
    header .header-container > div.menu-section.open nav {
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: opacity ease .3s .5s, visibility ease .3s .5s
    }

    header .header-container > div.menu-section.open #turkey-image-section {
        height: auto;
        visibility: visible
    }
}

@media (min-width:768px) {
    header .header-container > div.menu-section {
        transition: opacity ease .3s;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) and (max-width:991px) {
    header .header-container > div.menu-section {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1200px) {
    header .header-container > div.menu-section {
        width: 40%
    }
}

header .header-container > div.menu-section.loaded {
    opacity: 1
}

@media (max-width:767px) {
    header .header-container > div.menu-section nav {
        height: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 0;
        transition: opacity ease .5s 0s, visibility ease .5s 0s
    }
}

header .header-container > div.menu-section nav .primary-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    header .header-container > div.menu-section nav .primary-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    header .header-container > div.menu-section nav .primary-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

header .header-container > div.menu-section nav .primary-menu .menu-item {
    padding-right: 10px
}

    header .header-container > div.menu-section nav .primary-menu .menu-item:last-child {
        padding-right: 0
    }

    header .header-container > div.menu-section nav .primary-menu .menu-item.search {
        margin-top: 40px
    }

@media (min-width:768px) {
    header .header-container > div.menu-section nav .primary-menu .menu-item.search {
        display: none
    }
}

header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform input[type=text] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 10px;
        border: none;
        border-radius: 0;
        background: 0 0;
        outline: 0;
        color: #fff;
        font-size: 16px
    }

        header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform input[type=text]::-webkit-input-placeholder {
            color: #fff;
            font-size: 16px
        }

        header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform input[type=text]::-moz-placeholder {
            color: #fff;
            font-size: 16px
        }

        header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform input[type=text]:-ms-input-placeholder {
            color: #fff;
            font-size: 16px
        }

        header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform input[type=text]:-moz-placeholder {
            color: #fff;
            font-size: 16px
        }

    header .header-container > div.menu-section nav .primary-menu .menu-item.search .dummyform .submit-button {
        width: 25px
    }

@media (max-width:767px) {
    header .header-container > div.menu-section nav .primary-menu .menu-item {
        padding: 8px 0;
        border-bottom: solid 1px rgba(255, 255, 255, .75)
    }

        header .header-container > div.menu-section nav .primary-menu .menu-item:first-child {
            border-top: solid 1px rgba(255, 255, 255, .75)
        }
}

header .header-container > div.menu-section nav .primary-menu .menu-item a {
    color: #717171;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    padding-bottom: 10px;
    position: relative
}

    header .header-container > div.menu-section nav .primary-menu .menu-item a.current {
        color: #000
    }

@media (max-width:767px) {
    header .header-container > div.menu-section nav .primary-menu .menu-item a {
        font-size: 18px;
        padding-bottom: 0;
        color: #fff;
        letter-spacing: 1px;
        display: block
    }

        header .header-container > div.menu-section nav .primary-menu .menu-item a.has-child-pages {
            position: relative;
            padding-right: 30px
        }

            header .header-container > div.menu-section nav .primary-menu .menu-item a.has-child-pages:after {
                content: url(../../assets/images/down.png);
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                height: 100%;
                width: auto
            }
}

@media (min-width:768px) {
    header .header-container > div.menu-section nav .primary-menu .menu-item a {
        font-size: 14px
    }

        header .header-container > div.menu-section nav .primary-menu .menu-item a.current {
            border-bottom: solid 1px #000
        }

        header .header-container > div.menu-section nav .primary-menu .menu-item a:after {
            position: absolute;
            left: 51%;
            right: 50%;
            height: 1px;
            bottom: 0;
            content: "";
            background-color: #717171;
            transition: .5s cubic-bezier(.68, -.55, .265, 1.55);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        header .header-container > div.menu-section nav .primary-menu .menu-item a:not(.current):focus:after,
        header .header-container > div.menu-section nav .primary-menu .menu-item a:not(.current):hover:after {
            left: 0;
            right: 0
        }

    header .header-container > div.menu-section nav #turkey-image-section {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header .header-container > div.menu-section nav .primary-menu .menu-item a {
        font-size: 12px
    }
}

header .header-container > div.menu-section nav .primary-menu .menu-item .sub-menu {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none
}

    header .header-container > div.menu-section nav .primary-menu .menu-item .sub-menu .menu-item {
        border: none;
        padding: 5px 0
    }

        header .header-container > div.menu-section nav .primary-menu .menu-item .sub-menu .menu-item a {
            font-size: 14px
        }

header .header-container > div.menu-section nav .mobile-child-menu {
    display: none;
    padding-right: 0;
    -webkit-padding-start: 0
}

    header .header-container > div.menu-section nav .mobile-child-menu .menu-item {
        padding-bottom: 20px;
        text-align: center
    }

        header .header-container > div.menu-section nav .mobile-child-menu .menu-item a {
            font-size: 32px;
            line-height: 1.2;
            color: #fff;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative
        }

@media (max-width:767px) {
    header .header-container > div.menu-section nav #turkey-image-section {
        height: 0;
        visibility: hidden
    }
}

header .header-container > div.logo-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center
}

@media (min-width:1200px) {
    header .header-container > div.logo-section {
        width: 20%
    }
}

header .header-container > div.logo-section .main-logo,
header .header-container > div.logo-section .white-logo {
    display: inline
}

@media (max-width:450px) {
    header .header-container > div.logo-section .main-logo,
    header .header-container > div.logo-section .white-logo {
        width: 150px;
        height: 53px
    }
}

@media (min-width:768px) {
    header .header-container > div.logo-section .main-logo,
    header .header-container > div.logo-section .white-logo {
        display: inline-block
    }
}

@media (min-width:992px) {
    header .header-container > div.logo-section .main-logo,
    header .header-container > div.logo-section .white-logo {
        display: block;
        margin: 0 auto
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header .header-container > div.logo-section .main-logo,
    header .header-container > div.logo-section .white-logo {
        width: 150px;
        height: 53px
    }
}

header .header-container > div.navigation-icons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity ease .5s
}

@media (min-width:768px) {
    header .header-container > div.navigation-icons {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media (min-width:768px) and (max-width:991px) {
    header .header-container > div.logo-section {
        padding: 30px 0
    }

    header .header-container > div.navigation-icons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    header .header-container > div.navigation-icons {
        width: 40%
    }
}

header .header-container > div.navigation-icons.loaded {
    opacity: 1
}

header .header-container > div.navigation-icons .icon {
    padding-right: 40px
}

    header .header-container > div.navigation-icons .icon:last-child {
        padding-right: 0
    }

    header .header-container > div.navigation-icons .icon.basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        header .header-container > div.navigation-icons .icon.basket .basket-count {
            color: #000;
            font-weight: 700;
            font-size: 10px;
            padding-left: 10px
        }

#sub-menu-section {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 145px;
    left: 0;
    z-index: 200;
    display: none
}

@media (max-width:768px) {
    #sub-menu-section {
        top: 105px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sub-menu-section {
        top: 253px
    }
}

@media (min-width:992px) {
    #sub-menu-section {
        top: 133px
    }
}

#sub-menu-section .sub-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../../assets/images/loading-page.jpg) center top no-repeat #000;
    background-size: 100%;
    height: 440px;
    z-index: 99999;
    padding: 20px;
    display: none
}

    #sub-menu-section .sub-menu-container #menu-section {
        display: none
    }

        #sub-menu-section .sub-menu-container #menu-section .menu-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 400px
        }

            #sub-menu-section .sub-menu-container #menu-section .menu-container .heading {
                padding-bottom: 40px;
                color: #fff;
                font-size: 32px
            }

            #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul {
                list-style: none;
                padding-left: 0;
                margin-bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item {
                    text-align: center;
                    padding: 0 20px
                }

                    #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item:first-child {
                        padding-left: 0
                    }

                    #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item:last-child {
                        padding-right: 0
                    }

                    #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item a img {
                        transition: -webkit-filter ease .5s;
                        transition: filter ease .5s;
                        transition: filter ease .5s, -webkit-filter ease .5s;
                        -webkit-filter: sepia(1);
                        filter: sepia(1);
                        max-width: 196px;
                        width: 100%;
                        height: auto
                    }

                    #sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item a span {
                        display: block;
                        max-width: 196px;
                        width: 100%;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        color: #fff;
                        font-family: myriad-pro-condensed, sans-serif;
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 1.1;
                        text-transform: uppercase;
                        letter-spacing: .04em
                    }

*,
a,
body,
button,
div,
footer .footer-container > div .heading,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
span,
textarea,
ul {
    font-family: myriad-pro, sans-serif
}

#sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item a:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

#sub-menu-section .sub-menu-container #menu-section .menu-container .sub-menu .sub-menu-ul .menu-item a:hover span {
    color: #fff
}

#sub-menu-section .sub-menu-container .icon-section {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
    display: none
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content {
        display: none
    }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section {
            width: 75%
        }

@media (min-width:1200px) {
    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section {
        width: 50%
    }
}

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform input[type=text] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 10px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #fff;
        border-radius: 0;
        background: 0 0;
        outline: 0;
        color: #fff;
        font-size: 16px
    }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform input[type=text]::-webkit-input-placeholder {
            color: #fff;
            font-size: 16px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform input[type=text]::-moz-placeholder {
            color: #fff;
            font-size: 16px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform input[type=text]:-ms-input-placeholder {
            color: #fff;
            font-size: 16px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform input[type=text]:-moz-placeholder {
            color: #fff;
            font-size: 16px
        }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .dummyform .submit-button {
        width: 25px
    }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .error-message {
    margin-top: 20px;
    background: #1C1B1B;
    padding: 20px;
    color: #927255;
    position: relative;
    display: none
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.form-section .error-message span {
        position: absolute;
        top: 5px;
        right: 5px;
        font-weight: 700;
        cursor: pointer
    }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 400px;
    margin-top: -40px
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account {
        width: 250px;
        padding: 20px;
        background: #fff
    }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in .heading,
        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .no-account .heading {
            display: block;
            padding-bottom: 10px;
            color: #927255;
            font-size: 22px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in p {
            padding-bottom: 10px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email] {
                margin-bottom: 15px
            }

            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password] {
                margin-bottom: 5px
            }

            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email],
            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password] {
                width: 250px;
                padding-bottom: 5px;
                border-top: none;
                border-left: none;
                border-right: none;
                border-bottom: solid 1px #717171;
                border-radius: 0;
                outline: 0;
                color: #717171;
                font-size: 14px
            }

                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email]::-webkit-input-placeholder,
                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password]::-webkit-input-placeholder {
                    color: #717171
                }

                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email]::-moz-placeholder,
                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password]::-moz-placeholder {
                    color: #717171
                }

                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email]:-ms-input-placeholder,
                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password]:-ms-input-placeholder {
                    color: #717171
                }

                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=email]:-moz-placeholder,
                #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=password]:-moz-placeholder {
                    color: #717171
                }

            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in a {
                font-size: 13px;
                color: #000
            }

            #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .log-in input[type=submit] {
                display: inline-block;
                margin: 20px 0;
                width: 175px;
                padding: 15px 30px
            }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.account-section .my-account-container .account .no-account .create-account-link {
            display: inline-block;
            text-align: center;
            margin-top: 10px;
            width: 150px;
            padding: 15px 10px
        }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 400px;
    margin-top: -40px
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container {
        padding: 20px;
        width: 250px;
        background: #fff
    }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items {
            overflow-y: auto;
            max-height: 300px
        }

html,
html body {
    height: 100%
}

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items.scroll {
    overflow-y: scroll
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items.scroll::-webkit-scrollbar {
        width: 5px;
        border-radius: 0;
        background-color: #F5F5F5
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items.scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
        background-color: #F5F5F5;
        border-radius: 0
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items.scroll::-webkit-scrollbar-thumb {
        background-color: #927255;
        border-radius: 0
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items.scroll .item {
        margin-right: 20px
    }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 1px #95989A
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item:first-child {
        padding-top: 0
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item:last-child {
        margin-bottom: 0
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item .image-container {
        width: 90px
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item .item-content {
        padding-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item .item-content .item-name {
            letter-spacing: 1px
        }

        #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .items .item .item-content .price {
            letter-spacing: 1px;
            color: #927255
        }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .total .total-amount,
    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .total .total-text {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .total .total-text {
        padding-right: 5px
    }

    #sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .total .total-amount {
        color: #927255;
        padding-left: 5px
    }

#sub-menu-section .sub-menu-container .icon-section .icon-section-content.basket-section .items-outer-container .items-container .link-container .checkout-link {
    display: block;
    padding: 20px;
    text-align: center
}

#sub-menu-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none
}

*,
.video {
    position: relative
}

footer {
    background: #1C1B1B;
    padding: 40px 0 20px
}

    footer .footer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media (min-width:768px) {
    footer .footer-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    footer .footer-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

footer .footer-container > div .heading {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .15em;
    color: #927255;
    text-transform: uppercase
}

@media (min-width:768px) {
    footer .footer-container > div .heading {
        font-size: 18px;
        padding-bottom: 20px;
        text-align: center
    }
}

footer .footer-container > div.info-section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:991px) {
    footer .footer-container > div.info-section {
        text-align: center;
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    footer .footer-container > div.info-section {
        width: calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .footer-container > div.info-section .footer-nav .menu-item {
            text-align: center
        }
}

@media (min-width:992px) {
    footer .footer-container > div.info-section {
        width: 20%
    }
}

footer .footer-container > div.info-section .footer-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    footer .footer-container > div.info-section .footer-nav .menu-item {
        padding-bottom: 5px
    }

        footer .footer-container > div.info-section .footer-nav .menu-item a {
            color: #fff;
            font-size: 16px;
            letter-spacing: .06em
        }

footer .footer-container > div.connect-section {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:991px) {
    footer .footer-container > div.connect-section {
        text-align: center;
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    footer .footer-container > div.info-section .footer-nav .menu-item a {
        font-size: 14px
    }

    footer .footer-container > div.connect-section {
        width: 50%;
        padding-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .footer-container > div.connect-section .connect-nav .menu-item {
            text-align: center
        }
}

@media (min-width:992px) {
    footer .footer-container > div.connect-section {
        width: 20%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

footer .footer-container > div.connect-section .connect-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px
}

    footer .footer-container > div.connect-section .connect-nav .menu-item {
        padding-bottom: 5px
    }

        footer .footer-container > div.connect-section .connect-nav .menu-item a {
            color: #fff;
            font-size: 16px;
            letter-spacing: .06em
        }

footer .footer-container > div.connect-section .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    footer .footer-container > div.connect-section .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footer-container > div.monthly-newsletter .heading {
        text-align: center
    }
}

footer .footer-container > div.connect-section .social-icons div {
    padding-right: 20px
}

    footer .footer-container > div.connect-section .social-icons div:last-child {
        padding-right: 0
    }

footer .footer-container > div.monthly-newsletter {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width:991px) {
    footer .footer-container > div.monthly-newsletter .heading {
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    footer .footer-container > div.connect-section .connect-nav .menu-item a {
        font-size: 14px
    }

    footer .footer-container > div.monthly-newsletter {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0
    }

        footer .footer-container > div.monthly-newsletter .dummyform {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }
}

footer .footer-container > div.monthly-newsletter .dummyform {
    padding-bottom: 20px
}

@media (min-width:992px) {
    footer .footer-container > div.monthly-newsletter {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        padding-left: 20px;
        padding-right: 20px
    }

        footer .footer-container > div.monthly-newsletter .dummyform {
            width: 85%;
            margin: auto
        }
}

@media (min-width:1200px) {
    footer .footer-container > div.monthly-newsletter .dummyform {
        width: 75%
    }
}

footer .footer-container > div.monthly-newsletter .dummyform input {
    background: 0 0;
    border: 1px solid #fff;
    padding: 15px 10px;
    outline: 0;
    color: #fff;
    letter-spacing: .06em;
    font-size: 16px;
    border-radius: 0;
    text-align: center
}

    footer .footer-container > div.monthly-newsletter .dummyform input[type=email] {
        width: calc(100% - 22px);
        margin-bottom: 5px
    }

@media (min-width:768px) {
    footer .footer-container > div.monthly-newsletter .dummyform input {
        font-size: 14px;
        text-align: left
    }

        footer .footer-container > div.monthly-newsletter .dummyform input[type=email] {
            margin-bottom: 0;
            width: 60%
        }
}

footer .footer-container > div.monthly-newsletter .dummyform input[type=email]::-webkit-input-placeholder {
    color: #fff
}

footer .footer-container > div.monthly-newsletter .dummyform input[type=email]::-moz-placeholder {
    color: #fff
}

footer .footer-container > div.monthly-newsletter .dummyform input[type=email]:-ms-input-placeholder {
    color: #fff
}

footer .footer-container > div.monthly-newsletter .dummyform input[type=email]:-moz-placeholder {
    color: #fff
}

footer .footer-container > div.monthly-newsletter .dummyform input[type=submit] {
    text-transform: uppercase;
    width: 100%;
    border-radius: 0
}

footer .copyright-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    footer .copyright-section .copyright {
        color: rgba(255, 255, 255, .45);
        letter-spacing: .06em;
        font-size: 12px;
        line-height: 1.2;
        padding-bottom: 5px
    }

    footer .copyright-section .privacy-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .copyright-section .privacy-links a {
            color: rgba(255, 255, 255, .45);
            letter-spacing: .5px;
            font-size: 12px;
            line-height: 1.2
        }

            footer .copyright-section .privacy-links a.terms-and-conditions {
                padding-right: 5px
            }

            footer .copyright-section .privacy-links a.privacy-policy {
                padding-left: 5px
            }

html body {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0
}

    html body.not-scrollable {
        overflow: hidden;
        margin-right: 17px
    }

*,
ul {
    margin: 0
}

ul {
    list-style: none
}

a {
    color: inherit
}

* {
    padding: 0
}

input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    footer .footer-container > div.monthly-newsletter .dummyform input[type=submit] {
        width: 40%;
        border-left: none
    }

    .container {
        width: calc(750px - 30px)
    }
}

@media (min-width:992px) {
    .container {
        width: calc(970px - 30px)
    }
}

@media (min-width:1200px) {
    .container {
        width: calc(1170px - 30px)
    }
}

.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }
}

.visible-sm {
    display: none !important
}

@media (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

.visible-xs-flex {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.video video,
img {
    display: block;
    max-width: 100%;
    height: auto
}

.video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../assets/images/how-to-cook/play.png);
    background-repeat: no-repeat;
    background-position: center
}

    .video .overlay:hover {
        cursor: pointer
    }

@media (max-width:991px) {
    ::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none
    }

    ::--webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none
    }

    ::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }
}

.bold {
    font-weight: 700
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0;
    line-height: 1
}

#turkey-image-section {
    padding: 20px
}

    #turkey-image-section img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        height: auto
    }

@media (min-width:992px) {
    #turkey-image-section {
        padding: 40px 20px
    }

        #turkey-image-section img {
            max-width: 100%;
            max-width: 125px
        }
}

#quote-section .quote-container {
    text-align: center;
    padding-bottom: 20px
}

@media (min-width:768px) {
    #quote-section .quote-container.no-image {
        width: 75%;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    #quote-section .quote-container.no-image {
        padding-bottom: 0;
        width: 70%
    }
}

#quote-section .quote-container .image-section {
    padding-bottom: 20px
}

#quote-section .quote-container .quote-section .quote {
    font-family: journal, Arial, sans-serif;
    color: #927255;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    position: relative
}

@media (min-width:992px) {
    #quote-section .quote-container .quote-section .quote {
        font-size: 30px
    }
}

@media (min-width:1200px) {
    #quote-section .quote-container.no-image {
        width: 50%
    }

    #quote-section .quote-container .quote-section .quote {
        font-size: 32px
    }
}

#quote-section .quote-container .quote-section .quote span {
    font-family: journal, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.2
}

@media (min-width:992px) {
    #quote-section .quote-container .quote-section .quote span {
        font-size: 30px
    }

    #quote-section .quote-container.has-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 40px 0
    }
}

@media (min-width:1200px) {
    #quote-section .quote-container .quote-section .quote span {
        font-size: 32px
    }
}

#quote-section .quote-container .quote-section .quote .quote-image {
    position: absolute;
    top: 0;
    width: 75px;
    height: 58px
}

    #quote-section .quote-container .quote-section .quote .quote-image.open {
        left: 0
    }

    #quote-section .quote-container .quote-section .quote .quote-image.end {
        right: 0
    }

#quote-section .quote-container .quote-section .name {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: myriad-pro-condensed, sans-serif
}

    #quote-section .quote-container .quote-section .name.loading {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: .2em;
        font-family: myriad-pro, sans-serif
    }

@media (min-width:768px) {
    #quote-section .quote-container .quote-section .quote .quote-image {
        width: 100px;
        height: 78px
    }

    #quote-section .quote-container .quote-section .name {
        font-size: 20px
    }
}

@media (min-width:992px) {
    #quote-section .quote-container.has-image .image-section {
        width: 40%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 20px;
        padding-bottom: 0
    }

    #quote-section .quote-container.has-image .quote-section {
        width: 60%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
        padding-bottom: 40px
    }

        #quote-section .quote-container.has-image .quote-section .quote {
            width: 90%;
            margin: auto
        }

    #banner-section {
        padding-top: 40px
    }
}

@media (max-width:767px) {
    #banner-section .container {
        padding-left: 0;
        padding-right: 0
    }
}

#banner-section .container .banner-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    #banner-section .container .banner-container.bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        #banner-section .container .banner-container.bottom .heading {
            padding-bottom: 20px
        }

    #banner-section .container .banner-container .heading {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .08em;
        font-size: 28px;
        color: #fff
    }

@media (min-width:768px) {
    #banner-section .container .banner-container .heading {
        font-size: 36px
    }

    #banner-section.smaller .banner-container {
        height: 300px
    }
}

@media (min-width:600px) {
    #banner-section.smaller .banner-container {
        height: 300px
    }
}

@media (min-width:992px) {
    #banner-section .container .banner-container .heading {
        font-size: 42px
    }

    #banner-section.smaller .banner-container {
        height: 300px
    }
}

@media (min-width:1200px) {
    #quote-section .quote-container.has-image .quote-section .quote {
        width: 80%
    }

    #banner-section .container .banner-container .heading {
        font-size: 52px
    }

    #banner-section.smaller .banner-container {
        height: 300px
    }
}

#progress-section {
    padding: 40px 0 20px;
    display: none
}

@media (min-width:768px) {
    #progress-section {
        display: block
    }
}

#progress-section .progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 540px;
    margin: auto
}

    #progress-section .progress-container .step {
        text-align: center;
        width: calc(25% - 10px)
    }

        #progress-section .progress-container .step:last-child .step-number:after {
            display: none
        }

        #progress-section .progress-container .step .step-number {
            font-size: 20px;
            color: #D3D3D3;
            font-family: myriad-pro-condensed, sans-serif;
            border: 1px solid #D3D3D3;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1
        }

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#progress-section .progress-container .step .step-number:after {
    content: '';
    width: 102px;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#progress-section .progress-container .step .step-name {
    display: block;
    padding-top: 5px
}

#progress-section .progress-container .step.current .step-number {
    color: #927255;
    background: #1C1B1B;
    border-color: #1C1B1B
}

#progress-section .progress-container .step.done .step-number {
    color: #959595;
    background: #D3D3D3;
    border-color: #D3D3D3
}

.accordion .accordion-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: solid 1px #95989A
}

    .accordion .accordion-heading:first-child {
        border-top: solid 1px #95989A
    }

    .accordion .accordion-heading:hover {
        cursor: pointer
    }

    .accordion .accordion-heading .plus-sign,
    .accordion .accordion-heading .text {
        font-size: 16px
    }

    .accordion .accordion-heading .text {
        padding-right: 5px
    }

    .accordion .accordion-heading .plus-sign {
        color: #000;
        padding-left: 10px
    }

        .accordion .accordion-heading .plus-sign:after {
            content: '+'
        }

    .accordion .accordion-heading.open {
        border-bottom: none
    }

        .accordion .accordion-heading.open .plus-sign:after {
            content: '-'
        }

.accordion .accordion-content {
    padding: 10px 5px;
    border-bottom: solid 1px #95989A;
    display: none
}

.button,
a.buttonkbflist {
    display: inline-block;
    letter-spacing: .1em;
    border-radius: 0;
    transition: all ease .5s;
    text-transform: uppercase
}

.button {
    padding: 15px 40px;
    font-size: 14px
}

a.buttonkbflist {
    padding: 5px;
    font-size: 12px;
    background: #927255;
    border: 2px solid #927255;
    color: #fff
}

    a.buttonkbflist:hover {
        background: #fff;
        color: #927255
    }

.button.bronze {
    background: #927255;
    border: 2px solid #927255;
    color: #fff
}

    .button.bronze:hover {
        background: #fff;
        color: #927255
    }

.button.dark {
    background: #1C1B1B;
    border: 2px solid #1C1B1B;
    color: #927255
}

    .button.dark:hover,
    .button.white {
        background: #fff;
        color: #927255
    }

    .button.dark:hover {
        border-color: #927255
    }

.modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    max-height: 0;
    transition: visibility .7s linear, max-height 0s linear .7s
}

    .modal-wrapper .modal-outer-container {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .5);
        transition: opacity .4s .3s ease-in-out
    }

        .modal-wrapper .modal-outer-container .modal-container {
            top: 50%;
            width: calc(100% - 30px);
            max-height: calc(100% - 30px);
            overflow-x: hidden;
            overflow-y: auto;
            margin: 0 auto;
            opacity: 0;
            text-align: center;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out, opacity .3s ease-in-out;
            transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
        }

            .modal-wrapper .modal-outer-container .modal-container::-webkit-scrollbar {
                width: 5px;
                border-radius: 0;
                background-color: #F5F5F5
            }

            .modal-wrapper .modal-outer-container .modal-container::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
                background-color: #F5F5F5;
                border-radius: 0
            }

            .modal-wrapper .modal-outer-container .modal-container::-webkit-scrollbar-thumb {
                background-color: #927255;
                border-radius: 0
            }

@media (min-width:768px) {
    .modal-wrapper .modal-outer-container .modal-container {
        width: 650px
    }
}

@media (min-width:992px) {
    .modal-wrapper .modal-outer-container .modal-container {
        width: 700px
    }
}

@media (min-width:1200px) {
    .modal-wrapper .modal-outer-container .modal-container {
        width: 750px
    }
}

.modal-wrapper .modal-outer-container .modal-container .modal-content {
    background: #fff;
    padding: 20px;
    text-align: left;
    position: relative
}

    .modal-wrapper .modal-outer-container .modal-container .modal-content .close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999
    }

@media (min-width:768px) {
    .modal-wrapper .modal-outer-container .modal-container .modal-content {
        padding: 40px
    }

        .modal-wrapper .modal-outer-container .modal-container .modal-content .close {
            top: 20px;
            right: 20px
        }
}

@media (min-width:992px) {
    .modal-wrapper .modal-outer-container .modal-container .modal-content {
        padding: 60px
    }

        .modal-wrapper .modal-outer-container .modal-container .modal-content .close {
            top: 30px;
            right: 30px
        }
}

.modal-wrapper .modal-outer-container .modal-container .modal-content .close #plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .modal-wrapper .modal-outer-container .modal-container .modal-content .close #plus .plus {
        stroke: #d3531a
    }

.modal-wrapper .modal-outer-container .modal-container .modal-content .close:hover {
    cursor: pointer
}

.modal-wrapper.visible {
    z-index: 1010;
    visibility: visible;
    max-height: 10000px;
    transition: visibility 0s linear, max-height 0s linear 0s
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.modal-wrapper.visible .modal-outer-container {
    opacity: 1;
    position: fixed;
    transition: opacity .3s ease-in-out
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.modal-wrapper.visible .modal-outer-container .modal-container {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .4s .3s ease-in-out, -webkit-transform .4s .3s ease-in-out;
    transition: transform .4s .3s ease-in-out, opacity .4s .3s ease-in-out;
    transition: transform .4s .3s ease-in-out, opacity .4s .3s ease-in-out, -webkit-transform .4s .3s ease-in-out
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

#product-details .product-details-container .details-section .buying-options .dummyform .form-body .size:hover,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus:hover,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus:hover,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy:hover,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy:hover,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .size:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy:hover,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label:hover,
#related-products .slick-arrow,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .size:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .size:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy:hover,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label:hover,
.delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form .dummyform .option input[type=checkbox]:hover,
.delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form .dummyform .option label:hover,
.delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label:hover,
.how-to-cook-page #tips-section .select-form-section .selected-meat-container span:hover,
.how-to-cook-page #video-section .container .video-container .video .overlay:hover,
.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover,
.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab:hover,
.login-page #login-section .login-container .login-item .item-content .button-container button:hover,
.our-history-page #history-section .slick-arrow,
.payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform button:hover,
.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover,
.single-recipe-page #tabs-section .tabs-container .tabs .tab:hover,
.slick-dots li,
.slick-dots li button,
.slick-next,
.slick-prev,
.stockist-page #search-section .search-container .form-section-container .form-section .error-message span {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent
    }

        .slick-next:focus:before,
        .slick-next:hover:before,
        .slick-prev:focus:before,
        .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

    [dir=rtl] .slick-next:before {
        content: "←"
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px
        }

            .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

body.show-loading {
    overflow: hidden
}

body.homepage {
    overflow-x: hidden
}

body #loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 120px);
    z-index: 1000;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px
}

    body #loading-page #quote-section,
    body #loading-page .loading-section,
    body #loading-page .logo-section {
        height: calc(33.3% - 10px)
    }

    body #loading-page .header-section {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1002;
        background: url(../../assets/images/loading-page.jpg) center top no-repeat #000;
        background-size: cover
    }

    body #loading-page .logo-section {
        z-index: 1002;
        text-align: center
    }

        body #loading-page .logo-section .main-logo {
            width: 250px;
            height: 80px
        }

    body #loading-page #quote-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1002
    }

        body #loading-page #quote-section .container .quote-container .quote-section .quote {
            color: #fff;
            opacity: 0
        }

            body #loading-page #quote-section .container .quote-container .quote-section .quote span {
                max-width: 0;
                opacity: 0;
                transition: all .5s linear .3s
            }

        body #loading-page #quote-section .container .quote-container .quote-section .name {
            color: #927255;
            opacity: 0
        }

            body #loading-page #quote-section .container .quote-container .quote-section .name span {
                max-width: 0;
                opacity: 0;
                transition: all .5s linear .3s
            }

    body #loading-page .loading-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1002
    }

        body #loading-page .loading-section img {
            display: block;
            margin: 0 auto;
            width: 125px;
            height: 107px
        }

@media (min-width:768px) {
    body #loading-page .loading-section img {
        width: 200px;
        height: 171px
    }
}

body .homepage-container {
    height: 100%
}

    body .homepage-container #bgvid {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover
    }

    body .homepage-container #cta-section {
        position: absolute;
        top: 53%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% - 40px)
    }

        body .homepage-container #cta-section .cta {
            padding-top: 40px;
            text-align: center
        }

            body .homepage-container #cta-section .cta .heading {
                padding-bottom: 20px;
                font-size: 32px;
                color: #fff
            }

@media (min-width:992px) {
    body .homepage-container #cta-section .cta .heading {
        font-size: 38px;
        padding-bottom: 10px
    }
}

body .homepage-container #cta-section .cta .quote-from {
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 20px
}

@media (min-width:992px) {
    body .homepage-container #cta-section .cta .quote-from {
        padding-bottom: 10px;
        font-size: 20px
    }
}

body .homepage-container #cta-section .cta .cta-button {
    display: inline-block;
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #fff;
    color: #927255;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 20px;
    transition: all ease .5s
}

    body .homepage-container #cta-section .cta .cta-button:hover {
        background: 0 0;
        color: #fff
    }

@media (min-width:992px) {
    body .homepage-container #cta-section .cta .cta-button {
        font-size: 24px
    }
}

body .homepage-container #homepage-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    body .homepage-container #homepage-nav .nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        body .homepage-container #homepage-nav .nav-container .logo-section {
            padding-bottom: 40px
        }

@media (min-width:768px) {
    body .homepage-container #homepage-nav {
        top: 35%
    }

        body .homepage-container #homepage-nav .nav-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            body .homepage-container #homepage-nav .nav-container .logo-section {
                padding-right: 40px;
                padding-bottom: 0
            }

            body .homepage-container #homepage-nav .nav-container .nav-section {
                padding-left: 40px
            }
}

body .homepage-container #homepage-nav .nav-container .nav-section nav {
    padding-top: 10px
}

    body .homepage-container #homepage-nav .nav-container .nav-section nav ul {
        list-style: none;
        padding-left: 0
    }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul .menu-item {
            padding-bottom: 10px
        }

            body .homepage-container #homepage-nav .nav-container .nav-section nav ul .menu-item:last-child {
                padding-bottom: 0
            }

            body .homepage-container #homepage-nav .nav-container .nav-section nav ul .menu-item a {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                letter-spacing: 1px
            }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu {
            margin-top: 15px;
            padding-top: 15px;
            display: none
        }

@media (min-width:768px) {
    body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu {
        display: block
    }
}

body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item a {
    font-size: 14px
}

body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform input[type=text] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 10px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #fff;
        border-radius: 0;
        outline: 0;
        text-transform: uppercase;
        background: 0 0;
        width: 175px;
        color: #fff;
        font-size: 14px
    }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform input[type=text]::-webkit-input-placeholder {
            color: #fff
        }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform input[type=text]::-moz-placeholder {
            color: #fff
        }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform input[type=text]:-ms-input-placeholder {
            color: #fff
        }

        body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform input[type=text]:-moz-placeholder {
            color: #fff
        }

    body .homepage-container #homepage-nav .nav-container .nav-section nav ul.second-menu .menu-item .dummyform .submit-button {
        width: 25px
    }

.products-page #banner-section .banner-container {
    background-image: url(../../assets/images/contact/banner.png)
}

@media (max-width:767px) {
    body .homepage-container #homepage-nav .nav-container .nav-section nav ul {
        text-align: center
    }

    .products-page #scrolling-banner-section .container {
        padding-left: 0;
        padding-right: 0
    }
}

.products-page #scrolling-banner-section .container .banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.products-page #scrolling-banner-section .container .banner-slider.slick-initialized .banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products-page #scrolling-banner-section .container .banner-slider .banner-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

    .products-page #scrolling-banner-section .container .banner-slider .banner-container:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media (min-width:600px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container {
        height: 300px
    }
}

@media (min-width:768px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container {
        height: 325px
    }
}

@media (min-width:992px) {
    .products-page #scrolling-banner-section {
        padding-top: 40px
    }

        .products-page #scrolling-banner-section .container .banner-slider .banner-container {
            height: 350px
        }
}

@media (min-width:1200px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container {
        height: 400px
    }
}

.products-page #scrolling-banner-section .container .banner-slider .banner-container.smaller {
    height: 205px
}

.products-page #scrolling-banner-section .container .banner-slider .banner-container.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.products-page #scrolling-banner-section .container .banner-slider .banner-container .heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 28px;
    color: #fff
}

@media (min-width:768px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container .heading {
        font-size: 36px
    }
}

@media (min-width:992px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container .heading {
        font-size: 42px
    }
}

@media (min-width:1200px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container .heading {
        font-size: 52px
    }
}

.products-page #scrolling-banner-section .container .banner-slider .banner-container .heading .button {
    margin-top: 10px
}

    .products-page #scrolling-banner-section .container .banner-slider .banner-container .heading .button.show-all {
        background: #fff;
        color: #927255
    }

.products-page #scrolling-banner-section .container .banner-slider .slick-dots {
    bottom: 5px
}

    .products-page #scrolling-banner-section .container .banner-slider .slick-dots li button {
        width: 14px;
        height: 14px
    }

        .products-page #scrolling-banner-section .container .banner-slider .slick-dots li button:before {
            width: 14px;
            height: 14px;
            font-size: 14px;
            color: #fff;
            opacity: .5
        }

    .products-page #scrolling-banner-section .container .banner-slider .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #fff
    }

@media (min-width:600px) {
    .products-page #scrolling-banner-section.smaller .banner-container {
        height: 300px
    }
}

.products-page #products-section .heading {
    padding: 40px;
    color: #927255;
    font-size: 28px;
    text-align: center
}

@media (min-width:768px) {
    .products-page #scrolling-banner-section .container .banner-slider .banner-container .heading .button {
        margin-top: 0
    }

    .products-page #scrolling-banner-section.smaller .banner-container {
        height: 300px
    }

    .products-page #products-section .heading {
        padding: 60px 0
    }
}

@media (min-width:992px) {
    .products-page #scrolling-banner-section.smaller .banner-container {
        height: 300px
    }

    .products-page #products-section .heading {
        padding: 70px 0
    }
}

@media (min-width:1200px) {
    .products-page #scrolling-banner-section.smaller .banner-container {
        height: 300px
    }

    .products-page #products-section .heading {
        padding: 80px 0
    }
}

.products-page #banner-section .button {
    margin-top: 10px
}

    .products-page #banner-section .button.show-all {
        background: #fff;
        color: #927255
    }

.products-page #products-section {
    padding: 20px 0
}

@media (min-width:768px) {
    .products-page #banner-section .button {
        margin-top: 0
    }

    .products-page #products-section {
        padding: 20px 0
    }
}

.products-page #products-section .products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .products-page #products-section .products-container.thanksgiving {
        display: block
    }

        .products-page #products-section .products-container.thanksgiving .product {
            display: inline-block;
            margin-right: 15px
        }

    .products-page #products-section .products-container .product {
        width: calc(50% - 10px)
    }

@media (min-width:992px) {
    .products-page #products-section .products-container .product {
        width: calc(25% - 15px)
    }
}

.products-page #products-section .products-container .product.out-of-stock .image-container .overlay {
    background: rgba(0, 0, 0, .2);
    left: 0;
    opacity: 1
}

    .products-page #products-section .products-container .product.out-of-stock .image-container .overlay img {
        opacity: 0;
        display: none
    }

    .products-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays {
        width: 100%;
        height: 100%
    }

        .products-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays .overlay-text {
            top: 50%;
            left: 0;
            right: 0;
            opacity: 1
        }

        .products-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays .bronze-border {
            border: 3px solid #927256;
            position: absolute;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px
        }

.products-page #products-section .products-container .product a .image-container {
    position: relative;
    overflow: hidden
}

    .products-page #products-section .products-container .product a .image-container img {
        display: block
    }

    .products-page #products-section .products-container .product a .image-container .overlay {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: background ease .3s, left ease 1s, opacity ease .6s;
        opacity: 0
    }

        .products-page #products-section .products-container .product a .image-container .overlay img {
            width: 100%
        }

        .products-page #products-section .products-container .product a .image-container .overlay .overlay-text {
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.4;
            font-size: 14px;
            letter-spacing: .5px;
            opacity: 0;
            transition: opacity ease .3s;
            transition-delay: .15s;
            padding: 0 30px
        }

@media (min-width:768px) {
    .products-page #products-section .products-container .product a .image-container .overlay .overlay-text {
        font-size: 16px
    }
}

.products-page #products-section .products-container .product a .image-container .overlay .svg-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

    .products-page #products-section .products-container .product a .image-container .overlay .svg-wrapper svg {
        width: 100%;
        height: 100%
    }

        .products-page #products-section .products-container .product a .image-container .overlay .svg-wrapper svg .shape {
            stroke-width: 4px;
            fill: transparent;
            stroke: transparent;
            width: 100%;
            height: 100%;
            transition: stroke-dashoffset .75s
        }

.products-page #products-section .products-container .product a .image-container .overlay:hover {
    background: rgba(0, 0, 0, .5)
}

    .products-page #products-section .products-container .product a .image-container .overlay:hover .overlay-text {
        opacity: 1
    }

    .products-page #products-section .products-container .product a .image-container .overlay:hover svg .shape {
        stroke: #927255;
        stroke-dashoffset: 0 !important
    }

.products-page #products-section .products-container .product a .image-container:hover .overlay {
    left: 0;
    opacity: 1
}

.products-page #products-section .products-container .product a .product-name {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: .08em;
    color: #927255;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase;
    padding-bottom: 40px
}

@media (max-width:767px) {
    body .homepage-container #homepage-nav .nav-container .nav-section nav ul {
        text-align: center
    }

    .products-page #products-section .products-container .product a .product-name:last-child {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .products-page section.bottom-section {
        padding-bottom: 40px
    }

        .products-page section.bottom-section:last-child {
            padding-bottom: 0
        }
}

@media (min-width:992px) {
    .products-page section.bottom-section {
        width: 755px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .products-page section.bottom-section {
        width: 855px !important
    }
}

@media (min-width:992px) {
    .products-page section.bottom-section .container {
        width: 100% !important;
        padding: 0 !important
    }
}

.products-page section.bottom-section .unique-section-container {
    padding: 20px;
    background: #fff
}

@media (min-width:768px) {
    .products-page section.bottom-section .unique-section-container {
        padding: 0
    }
}

.products-page section.bottom-section .unique-section-container .heading {
    padding-bottom: 20px;
    font-size: 36px;
    color: #927255;
    line-height: 1
}

.products-page section.bottom-section .unique-section-container .content p {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .products-page section.bottom-section .unique-section-container .heading {
        font-size: 48px
    }

    .products-page section.bottom-section .unique-section-container .content p {
        font-size: 16px
    }

    .products-page #breed-matters-section {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: calc(750px - 30px)
    }
}

.products-page section.bottom-section .unique-section-container .content p:last-child {
    margin-bottom: 0
}

.products-page #breed-matters-section {
    position: relative
}

@media (min-width:992px) {
    .products-page section.bottom-section .unique-section-container .content p {
        font-size: 14px
    }

    .products-page #breed-matters-section {
        width: calc(970px - 30px)
    }
}

@media (min-width:1200px) {
    .products-page #breed-matters-section {
        width: calc(1170px - 30px)
    }
}

@media (max-width:767px) {
    .products-page #breed-matters-section .image-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .products-page #breed-matters-section .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .products-page #breed-matters-section .image-container img {
            width: 70%;
            height: 100%
        }
}

@media (min-width:992px) {
    .products-page #breed-matters-section .image-container {
        margin-left: 5%
    }
}

.products-page #breed-matters-section .image-container img {
    display: block
}

@media (max-width:767px) {
    .products-page #breed-matters-section .content-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .products-page #everything-matters-section .unique-section-container {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    .products-page #breed-matters-section .content-container {
        position: absolute;
        top: 60px
    }

        .products-page #breed-matters-section .content-container .unique-section-container {
            background: 0 0
        }

            .products-page #breed-matters-section .content-container .unique-section-container .content,
            .products-page #breed-matters-section .content-container .unique-section-container .heading {
                width: calc(30% - 20px)
            }

    .products-page #everything-matters-section .unique-section-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .products-page #everything-matters-section .unique-section-container .image-container {
            width: calc(50% - 15px)
        }
}

@media (min-width:992px) {
    .products-page #breed-matters-section .content-container {
        margin-left: 5%
    }

    .products-page #everything-matters-section .unique-section-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .products-page #everything-matters-section .unique-section-container .image-container {
            width: calc(40% - 15px);
            margin-left: 5%
        }
}

.products-page #everything-matters-section .unique-section-container .image-container img {
    display: block;
    width: 90%
}

@media (min-width:768px) {
    .products-page #everything-matters-section .unique-section-container .image-container img {
        width: 100%
    }

    .products-page #everything-matters-section .unique-section-container .content-container {
        width: calc(50% - 15px)
    }
}

.products-page #everything-matters-section .unique-section-container .content-container .heading {
    padding-top: 20px
}

@media (min-width:992px) {
    .products-page #everything-matters-section .unique-section-container .content-container {
        width: 35%;
        padding-left: 40px
    }

        .products-page #everything-matters-section .unique-section-container .content-container .heading {
            width: 65%
        }
}

.products-page #everything-matters-section .unique-section-container .content-container .content {
    width: 90%
}

@media (min-width:768px) {
    .products-page #everything-matters-section .unique-section-container .content-container .heading {
        padding-top: 0
    }

    .products-page #everything-matters-section .unique-section-container .content-container .content {
        width: 100%
    }
}

#product-details {
    padding: 20px 0
}

    #product-details .product-details-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (max-width:991px) {
    #product-details .product-details-container {
        background: 0 0 !important
    }

        #product-details .product-details-container .details-section .buying-options .dummyform .form-body .size #down-chevron .down-chevron,
        #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .size #down-chevron .down-chevron {
            fill: #333
        }
}

@media (min-width:992px) {
    .products-page #everything-matters-section .unique-section-container .content-container .content {
        width: 65%
    }

    #product-details .product-details-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position: 70px center;
        background-size: cover;
        background-repeat: no-repeat
    }
}

@media (min-width:1200px) {
    #product-details .product-details-container {
        background-position: 82px center
    }
}

#product-details .product-details-container .image-section {
    position: relative;
    height: 200px;
    background-position: 50px center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:992px) {
    #product-details .product-details-container .image-section {
        width: 60%;
        background: 0 0 !important
    }
}

#product-details .product-details-container .image-section .product-name {
    margin: 0;
    color: #927255;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%
}

@media (min-width:768px) {
    #product-details .product-details-container .image-section {
        height: 400px
    }

        #product-details .product-details-container .image-section .product-name {
            width: 30%
        }
}

@media (min-width:992px) {
    #product-details .product-details-container .image-section .product-name {
        font-size: 48px;
        width: 70%
    }
}

@media (min-width:1200px) {
    #product-details .product-details-container .image-section .product-name {
        font-size: 56px
    }
}

#product-details .product-details-container .image-section .product-name span {
    display: inline-block;
    font-size: inherit;
    font-family: inherit
}

#product-details .product-details-container .image-section h2.product-name {
    margin: 0;
    color: #797979;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 140px;
    left: 0;
    width: 50%;
    font-family: journal, Arial, sans-serif
}

@media (min-width:768px) {
    #product-details .product-details-container .image-section h2.product-name {
        width: 30%
    }
}

#product-details .product-details-container .details-section {
    padding-top: 20px
}

    #product-details .product-details-container .details-section .description {
        font-size: 16px;
        padding-bottom: 20px
    }

    #product-details .product-details-container .details-section .details-accordion-container {
        padding-bottom: 20px
    }

@media (min-width:992px) {
    #product-details .product-details-container .image-section h2.product-name {
        width: 70%
    }

    #product-details .product-details-container .details-section {
        width: 40%;
        padding: 20px
    }

        #product-details .product-details-container .details-section .description,
        #product-details .product-details-container .details-section .details-accordion-container .accordion .accordion-content,
        #product-details .product-details-container .details-section .details-accordion-container .accordion .accordion-heading .plus-sign,
        #product-details .product-details-container .details-section .details-accordion-container .accordion .accordion-heading .text {
            color: #fff
        }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-body,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-body .size,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .size {
        width: 70%;
        padding: 15px;
        border: 1px solid #000;
        outline: 0;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media (min-width:992px) {
    #product-details .product-details-container .details-section .buying-options .dummyform .form-body .size,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .size {
        color: #fff;
        border-color: #fff;
        background: 0 0
    }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-body .price,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .price {
    width: 30%;
    padding: 15px;
    border: 1px solid #000;
    border-left: none;
    font-size: 16px;
    text-align: center
}

@media (min-width:992px) {
    #product-details .product-details-container .details-section .buying-options .dummyform .form-body .price,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-body .price {
        color: #fff;
        border-color: #fff
    }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size {
    display: none
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option,
        #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option {
            width: 25%;
            text-align: center
        }

            #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label,
            #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label {
                padding: 10px 5px;
                display: inline-block;
                border: 1px solid transparent;
                transition: border-color ease .3s
            }

@media (min-width:768px) {
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label {
        padding: 10px
    }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label .label-text,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label .label-text {
    color: #333;
    transition: color ease .3s
}

@media (min-width:992px) {
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label .label-text,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label .label-text {
        color: #fff
    }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label .label-text.out-of-stock,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label .label-text.out-of-stock {
    color: #505050;
    opacity: .5
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label.selected,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label.selected {
    border-color: #927255;
    border-radius: 4px
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option label.selected .label-text,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option label.selected .label-text {
        color: #927255
    }

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .options .option .hidden,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .options .option .hidden {
    display: none
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .button-container,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .button-container {
    text-align: right;
    padding-bottom: 10px
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-size .button-container .size-guide,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-size .button-container .size-guide {
        display: inline-block;
        color: #927255;
        text-decoration: underline;
        padding: 10px 20px
    }

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity {
    padding-bottom: 20px
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container label,
        #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container label {
            font-size: 16px;
            padding-right: 20px
        }

        #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container,
        #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform input[type=number]::-webkit-inner-spin-button,
.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform input[type=number] {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy,
.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform #minus,
.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform #plus,
.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform .minussvg,
.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform .plussvg {
    width: 10px;
    height: 10px
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number],
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number] {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0
}

@media (min-width:992px) {
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container label,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container label {
        color: #fff
    }

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus .minus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus .plus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus .minus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus .plus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .minus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .plus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .minus,
    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .plus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus .minus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus .plus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus .minus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus .plus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .minus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .plus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .minus,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .plus {
        stroke: #fff
    }

    #product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number],
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number] {
        background: 0 0;
        border-color: #fff;
        color: #fff
    }
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number]::-webkit-inner-spin-button,
#product-details .product-details-container .details-section .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number]::-webkit-outer-spin-button,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number]::-webkit-inner-spin-button,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#product-details .product-details-container .details-section .buying-options .dummyform .form-footer,
#product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    #product-details .product-details-container .details-section .buying-options .dummyform .form-footer input[type=submit],
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-footer input[type=submit] {
        outline: 0
    }

    #product-details .product-details-container .details-section .buying-options .dummyform .form-footer .more-info-section,
    #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-footer .more-info-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        #product-details .product-details-container .details-section .buying-options .dummyform .form-footer .more-info-section a,
        #product-details .product-details-container .details-section .buying-options-tomboy .dummyform .form-footer .more-info-section a {
            color: #927255;
            text-decoration: underline
        }

#product-details .product-details-container .secondary-image {
    position: absolute;
    left: 0;
    width: 250px
}

.modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section {
    outline: 0
}

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section .heading {
        display: block;
        padding-bottom: 20px;
        color: #927255;
        font-size: 20px
    }

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section .content p {
        margin-bottom: 10px
    }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section .content p:last-child {
            margin-bottom: 0
        }

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table thead tr.border td {
        background-color: rgba(149, 152, 154, .5)
    }

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table thead tr th {
        padding: 10px;
        text-align: left
    }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table thead tr th:first-child {
            padding-left: 0;
            width: 39%
        }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table thead tr th:last-child {
            text-align: right;
            padding-right: 0
        }

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table tbody td {
        padding: 10px;
        text-align: left
    }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table tbody td:first-child {
            padding-left: 0
        }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .more-info-section#size-guide .content table tbody td:last-child {
            text-align: right;
            padding-right: 0
        }

.modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .slick-dots {
    padding-top: 20px;
    position: relative;
    bottom: 0
}

    .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .slick-dots li {
        width: 15px
    }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .slick-dots li button:before {
            font-size: 12px;
            color: #EAEAEA;
            opacity: 1
        }

        .modal-wrapper#more-information-modal .modal-outer-container .modal-container .modal-content .more-info-slider .slick-dots li.slick-active button:before {
            color: #927255;
            opacity: 1
        }

#tomboy-turkey-section {
    padding: 20px 0
}

    #tomboy-turkey-section .container {
        border-top: solid 1px #95989A
    }

        #tomboy-turkey-section .container .tomboy-container {
            padding-top: 40px
        }

@media (min-width:768px) {
    #tomboy-turkey-section {
        padding-bottom: 40px
    }

        #tomboy-turkey-section .container .tomboy-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
}

@media (min-width:992px) {
    #tomboy-turkey-section .container .tomboy-container {
        width: 70%;
        margin: auto
    }
}

#tomboy-turkey-section .container .tomboy-container .image-container {
    padding: 0 40px;
    width: 40%;
    margin: 0 auto
}

#tomboy-turkey-section .container .tomboy-container .content-section {
    padding-top: 20px
}

@media (min-width:768px) {
    #tomboy-turkey-section .container .tomboy-container .image-container {
        width: 30%
    }

    #tomboy-turkey-section .container .tomboy-container .content-section {
        padding-top: 0;
        padding-right: 40px;
        width: 70%
    }
}

#tomboy-turkey-section .container .tomboy-container .content-section .heading {
    color: #927255;
    font-size: 24px;
    padding-bottom: 10px
}

#tomboy-turkey-section .container .tomboy-container .content-section .content p {
    margin-bottom: 10px
}

    #tomboy-turkey-section .container .tomboy-container .content-section .content p:last-child {
        margin-bottom: 0
    }

#tomboy-turkey-section .container .tomboy-container .content-section .link-container {
    padding-top: 20px
}

#tomboy-turkey-section .container .tomboy-container .buying-options,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy {
    margin-top: 10px
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px
    }

        #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .size,
        #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .size {
            width: 70%;
            padding: 15px;
            border: 1px solid #333;
            outline: 0;
            font-size: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

@media (min-width:992px) {
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .size,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .size {
        color: #333;
        border-color: #333;
        background: 0 0
    }
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .price,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .price {
    width: 30%;
    padding: 15px;
    border: 1px solid #333;
    border-left: none;
    font-size: 16px;
    text-align: center
}

@media (min-width:992px) {
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .price,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .price {
        color: #333;
        border-color: #333
    }

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text {
        color: #333
    }
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy {
    display: none
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option,
        #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option {
            width: 25%;
            text-align: center
        }

            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label,
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label {
                padding: 10px 5px;
                display: inline-block;
                border: 1px solid transparent;
                transition: border-color ease .3s
            }

@media (min-width:768px) {
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label {
        padding: 10px
    }
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text {
    color: #333;
    transition: color ease .3s
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text.out-of-stock,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label .label-text.out-of-stock {
        color: #505050;
        opacity: .5
    }

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label.selected,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label.selected {
    border-color: #927255;
    border-radius: 4px
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option label.selected .label-text,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option label.selected .label-text {
        color: #927255
    }

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .options-tomboy .option .hidden,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .options-tomboy .option .hidden {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .button-container,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .button-container {
    text-align: right;
    padding-bottom: 10px
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-size-tomboy .button-container .size-guide,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-size-tomboy .button-container .size-guide {
        display: inline-block;
        color: #927255;
        text-decoration: underline;
        padding: 10px 20px
    }

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy {
    padding-bottom: 20px
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container label,
        #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container label {
            font-size: 16px;
            padding-right: 20px
        }

        #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container,
        #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus,
            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy,
            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus,
            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy,
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus,
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy,
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus,
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy {
                width: 10px;
                height: 10px
            }

            #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number],
            #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number] {
                padding: 10px;
                font-size: 16px;
                text-align: center;
                margin: 0 10px;
                border: 1px solid #333;
                border-radius: 0;
                outline: 0
            }

@media (min-width:992px) {
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container label,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container label {
        color: #333
    }

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #minus .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity .quantity-container .input-container #plus .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #minus .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity .quantity-container .input-container #plus .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #minus-tomboy .plus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .minus,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container #plus-tomboy .plus {
        stroke: #333
    }

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number],
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number] {
        background: 0 0;
        border-color: #333;
        color: #333
    }
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number]::-webkit-inner-spin-button,
#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number]::-webkit-outer-spin-button,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number]::-webkit-inner-spin-button,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-section#select-quantity-tomboy .quantity-container .input-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-footer,
#tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-footer {
    text-align: right
}

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-footer input[type=submit],
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-footer input[type=submit] {
        outline: 0
    }

    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-footer .more-info-section,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-footer .more-info-section {
        display: block
    }

        #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-footer .more-info-section a,
        #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-footer .more-info-section a {
            color: #927255;
            text-decoration: underline
        }

#tomboy-turkey-section .modal-wrapper .modal-outer-container .modal-container .modal-content .heading {
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    color: #927255
}

#tomboy-turkey-section .modal-wrapper .modal-outer-container .modal-container .modal-content .content p {
    margin-bottom: 10px
}

    #tomboy-turkey-section .modal-wrapper .modal-outer-container .modal-container .modal-content .content p:last-child {
        margin-bottom: 0
    }

#related-products {
    background: #f7f7f7;
    margin-bottom: 20px
}

    #related-products .slick-arrow {
        position: absolute;
        z-index: 99;
        top: 35%
    }

@media (max-width:991px) {
    #tomboy-turkey-section .container .tomboy-container .buying-options .dummyform .form-body .size #down-chevron .down-chevron,
    #tomboy-turkey-section .container .tomboy-container .buying-options-tomboy .dummyform .form-body .size #down-chevron .down-chevron {
        fill: #333
    }

    #related-products .slick-arrow {
        height: 50px;
        width: auto
    }
}

#related-products .slick-arrow.arrow-previous {
    left: 0
}

#related-products .slick-arrow.arrow-next {
    right: 0
}

@media (min-width:768px) {
    #related-products .slick-arrow {
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        #related-products .slick-arrow.arrow-previous {
            left: -20px
        }

        #related-products .slick-arrow.arrow-next {
            right: -20px
        }
}

#related-products .heading-container {
    text-align: center;
    padding: 30px 15px;
    overflow: hidden
}

@media (min-width:992px) {
    #related-products .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        #related-products .slick-arrow.arrow-previous {
            left: -60px
        }

        #related-products .slick-arrow.arrow-next {
            right: -40px
        }

    #related-products .heading-container {
        width: 940px;
        margin-left: auto;
        margin-right: auto
    }

        #related-products .heading-container .heading {
            font-weight: 700
        }
}

@media (min-width:1200px) {
    #related-products .heading-container {
        width: 1140px
    }
}

#related-products .heading-container .heading {
    display: inline-block;
    background: #f7f7f7;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    position: relative
}

#related-products .slider-container .products-slider .product-slide {
    margin: 0 25px
}

@media (min-width:768px) {
    #related-products .heading-container .heading {
        padding: 0 25px
    }

        #related-products .heading-container .heading:after,
        #related-products .heading-container .heading:before {
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1px;
            width: 200%;
            background: #95989A
        }

        #related-products .heading-container .heading:before {
            left: 100%
        }

        #related-products .heading-container .heading:after {
            right: 100%
        }

    #related-products .slider-container .products-slider .product-slide {
        margin: 0 10px
    }

        #related-products .slider-container .products-slider .product-slide:first-child,
        #related-products .slider-container .products-slider .product-slide:last-child {
            margin-right: 10px
        }
}

@media (min-width:992px) {
    #related-products .slider-container .products-slider .product-slide {
        margin: 0 15px
    }

        #related-products .slider-container .products-slider .product-slide:first-child {
            margin-left: 0;
            margin-right: 20px
        }

        #related-products .slider-container .products-slider .product-slide:last-child {
            margin-right: 0
        }
}

#related-products .slider-container .products-slider .product-slide .image-container {
    position: relative
}

    #related-products .slider-container .products-slider .product-slide .image-container img {
        display: block
    }

    #related-products .slider-container .products-slider .product-slide .image-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: background ease .3s
    }

        #related-products .slider-container .products-slider .product-slide .image-container .overlay .overlay-text {
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.4;
            font-size: 14px;
            letter-spacing: .5px;
            opacity: 0;
            transition: opacity ease .3s;
            transition-delay: .15s;
            padding: 0 30px
        }

@media (min-width:768px) {
    #related-products .slider-container .products-slider .product-slide .image-container .overlay .overlay-text {
        font-size: 16px
    }
}

#related-products .slider-container .products-slider .product-slide .image-container .overlay:hover {
    background: rgba(0, 0, 0, .5)
}

    #related-products .slider-container .products-slider .product-slide .image-container .overlay:hover .overlay-text {
        opacity: 1
    }

    #related-products .slider-container .products-slider .product-slide .image-container .overlay:hover .bronze-border {
        border: 2px solid #927256;
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px
    }

#related-products .slider-container .products-slider .product-slide .product-name {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    color: #927255;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px
}

.contact-page #banner-section .banner-container {
    background-image: url(../../assets/images/contact/banner.png)
}

.contact-page #contact-section {
    padding: 40px 0
}

@media (min-width:992px) {
    .contact-page #contact-section .contact-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 85%;
        margin: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-page #contact-section .contact-container .details-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contact-page #contact-section .contact-container .details-section .contact-details .contact-number,
.contact-page #contact-section .contact-container .details-section .contact-details .working-hours {
    display: block;
    font-size: 16px
}

@media (min-width:992px) {
    .contact-page #contact-section .contact-container .details-section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(40% - 40px)
    }
}

.contact-page #contact-section .contact-container .details-section .contact-details .heading {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px
}

.contact-page #contact-section .contact-container .details-section .contact-details .address {
    font-size: 16px;
    padding-bottom: 20px
}

.contact-page #contact-section .contact-container .details-section .contact-details .contact-number a {
    color: #333;
    text-decoration: none
}

.contact-page #contact-section .contact-container .details-section .stockist-finder {
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: solid 1px #95989A
}

@media (min-width:768px) and (max-width:991px) {
    .contact-page #contact-section .contact-container .details-section .contact-details {
        width: calc(50% - 20px)
    }

    .contact-page #contact-section .contact-container .details-section .stockist-finder {
        width: calc(50% - 20px);
        margin-top: 0;
        padding: 0;
        border-top: none
    }
}

.contact-page #contact-section .contact-container .details-section .stockist-finder .heading {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px
}

.contact-page #contact-section .contact-container .details-section .stockist-finder .stockist-text {
    font-size: 16px;
    padding-bottom: 20px
}

.contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container {
    display: inline
}

    .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 40px;
        border: 2px solid #1C1B1B;
        background: #1C1B1B;
        transition: background ease .5s
    }

        .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button .icon {
            padding-right: 5px
        }

            .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button .icon svg {
                width: 14px;
                height: 20px
            }

                .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button .icon svg path {
                    transition: fill ease .5s;
                    fill: #927255 !important
                }

        .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button .text {
            padding-left: 5px;
            padding-bottom: 5px;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .1em;
            transition: color ease .5s
        }

        .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button:hover {
            background: #fff
        }

            .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button:hover .text {
                color: #000
            }

            .contact-page #contact-section .contact-container .details-section .stockist-finder a .button-container .stockist-button:hover .icon svg path {
                fill: #000 !important
            }

.contact-page #contact-section .contact-container .form-section {
    padding-bottom: 40px
}

@media (min-width:992px) {
    .contact-page #contact-section .contact-container .form-section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(60% - 40px)
    }
}

.contact-page #contact-section .contact-container .form-section .form-description {
    font-size: 16px;
    padding-bottom: 20px
}

.contact-page #contact-section .contact-container .form-section .dummyform .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .contact-page #contact-section .contact-container .form-section .dummyform #txtEmail,
    .contact-page #contact-section .contact-container .form-section .dummyform .form-body input,
    .contact-page #contact-section .contact-container .form-section .dummyform .form-body textarea {
        padding: 15px;
        background: #F0F0F0;
        color: #333;
        font-size: 16px;
        border: none;
        outline: 0;
        margin-bottom: 15px;
        max-width: 100%;
        border-radius: 0
    }

        .contact-page #contact-section .contact-container .form-section .dummyform .form-body input::-webkit-input-placeholder,
        .contact-page #contact-section .contact-container .form-section .dummyform .form-body textarea::-webkit-input-placeholder {
            color: #ccc
        }

        .contact-page #contact-section .contact-container .form-section .dummyform .form-body input::-moz-placeholder,
        .contact-page #contact-section .contact-container .form-section .dummyform .form-body textarea::-moz-placeholder {
            color: #ccc
        }

        .contact-page #contact-section .contact-container .form-section .dummyform .form-body input:-ms-input-placeholder,
        .contact-page #contact-section .contact-container .form-section .dummyform .form-body textarea:-ms-input-placeholder {
            color: #ccc
        }

        .contact-page #contact-section .contact-container .form-section .dummyform .form-body input:-moz-placeholder,
        .contact-page #contact-section .contact-container .form-section .dummyform .form-body textarea:-moz-placeholder {
            color: #ccc
        }

.faqs-page #banner-section .banner-container {
    background-image: url(../../assets/images/faqs/banner.png);
    background-position: right center
}

.faqs-page #faqs-section {
    padding: 40px 0 20px
}

@media (min-width:992px) {
    .faqs-page #faqs-section .faqs-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 85%;
        margin: auto
    }

        .faqs-page #faqs-section .faqs-container .accordion {
            width: 70%
        }
}

.faqs-page #faqs-section .faqs-container .accordion .accordion-heading {
    font-size: 16px
}

    .faqs-page #faqs-section .faqs-container .accordion .accordion-heading.open {
        font-weight: 700
    }

.faqs-page #faqs-section .faqs-container .accordion .accordion-content {
    font-size: 16px
}

.faqs-page #faqs-section .faqs-container .menu-section {
    display: none !important
}

    .faqs-page #faqs-section .faqs-container .menu-section .menu-container .menu {
        padding-left: 0
    }

        .faqs-page #faqs-section .faqs-container .menu-section .menu-container .menu .menu-item {
            font-size: 16px;
            padding-bottom: 20px
        }

            .faqs-page #faqs-section .faqs-container .menu-section .menu-container .menu .menu-item:last-child {
                padding-bottom: 0
            }

            .faqs-page #faqs-section .faqs-container .menu-section .menu-container .menu .menu-item.active a {
                font-weight: 700
            }

@media (min-width:992px) {
    .faqs-page #faqs-section .faqs-container .menu-section {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 30%
    }
}

.how-to-cook-page #tips-section .tips-container .tip img {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .tips-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .how-to-cook-page #tips-section .tips-container .tip {
            width: calc(50% - 15px)
        }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .tips-container .tip {
        width: calc(33.3% - 15px)
    }

    .how-to-cook-page #related-tips-section .heading-container {
        width: 920px;
        margin-left: auto;
        margin-right: auto
    }

        .how-to-cook-page #related-tips-section .heading-container .heading {
            font-weight: 700
        }
}

.single-recipe-page #banner-section .banner-container {
    background-image: url(../../assets/images/single-recipe/banner.png)
}

.single-recipe-page #intro-section .intro-container .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px
}

    .single-recipe-page #intro-section .intro-container .author .image-container {
        margin-top: -60px;
        position: relative
    }

        .single-recipe-page #intro-section .intro-container .author .image-container img {
            border-radius: 50%;
            border: 2px solid #fff;
            padding: 1px;
            width: 120px;
            background: #fff
        }

@media (min-width:992px) {
    .single-recipe-page #intro-section .intro-container .author .image-container img {
        width: 150px
    }
}

.single-recipe-page #intro-section .intro-container .author .image-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    width: calc(100% - 10px);
    text-align: center
}

.single-recipe-page #intro-section .intro-container .serving-suggestions {
    text-align: center;
    padding-bottom: 20px
}

    .single-recipe-page #intro-section .intro-container .serving-suggestions .prep-time,
    .single-recipe-page #intro-section .intro-container .serving-suggestions .serves {
        color: #927255
    }

        .single-recipe-page #intro-section .intro-container .serving-suggestions .prep-time .black-text,
        .single-recipe-page #intro-section .intro-container .serving-suggestions .serves .black-text {
            color: #000
        }

.single-recipe-page #intro-section .intro-container .divider {
    width: 50px;
    margin: auto;
    border-top: solid 1px rgba(149, 152, 154, .5);
    padding-bottom: 20px
}

.single-recipe-page #intro-section .intro-container .intro-text {
    text-align: center;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .single-recipe-page #intro-section .intro-container .intro-text {
        width: 75%;
        margin: auto
    }
}

@media (min-width:992px) {
    .single-recipe-page #intro-section .intro-container .intro-text {
        width: 50%
    }
}

@media (min-width:1200px) {
    .single-recipe-page #intro-section .intro-container .intro-text {
        width: 40%
    }
}

.single-recipe-page #tabs-section {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container {
        width: calc(750px - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .single-recipe-page #tabs-section .tabs-container {
        width: calc(970px - 30px)
    }
}

@media (min-width:1200px) {
    .single-recipe-page #tabs-section .tabs-container {
        width: calc(1170px - 30px)
    }
}

.single-recipe-page #tabs-section .tabs-container .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container .tabs {
        display: none
    }
}

.single-recipe-page #tabs-section .tabs-container .tabs .tab {
    width: 50%;
    background: 0 0;
    position: relative;
    color: #927255
}

    .single-recipe-page #tabs-section .tabs-container .tabs .tab:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background: #F9F9F9;
        transition: width ease .5s
    }

    .single-recipe-page #tabs-section .tabs-container .tabs .tab:first-child:after {
        right: 0
    }

    .single-recipe-page #tabs-section .tabs-container .tabs .tab:last-child:after {
        left: 0
    }

    .single-recipe-page #tabs-section .tabs-container .tabs .tab.active:after {
        width: 100%
    }

    .single-recipe-page #tabs-section .tabs-container .tabs .tab.active .tab-text {
        text-decoration: underline
    }

    .single-recipe-page #tabs-section .tabs-container .tabs .tab .tab-text {
        display: block;
        color: #927255;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        position: relative;
        z-index: 9
    }

.single-recipe-page #tabs-section .tabs-container .tab-content-container {
    padding: 20px;
    background: #F9F9F9;
    position: relative
}

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container {
        background: #fff;
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container {
        width: 80%;
        margin: auto
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content {
    display: none
}

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content {
        display: block;
        width: 50%
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content .heading {
    display: none
}

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content .heading {
        display: block;
        font-size: 20px;
        letter-spacing: .06em;
        color: #927255;
        padding-bottom: 10px
    }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 40px
    }
}

@media (min-width:992px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method {
        width: 65%
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .method-text {
    padding-bottom: 40px
}

@media (min-width:1200px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method {
        padding-left: 60px
    }

        .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container {
                width: calc(50% - 10px)
            }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container {
    display: inline-block
}

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 40px;
        position: relative;
        border: 2px solid
    }

@media (min-width:1200px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div {
        padding: 15px
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div svg {
    padding-right: 5px
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div .text {
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
    background: #1C1B1B;
    border-color: #1C1B1B;
    margin-bottom: 15px;
    transition: background ease .5s, border-color ease .5s
}

@media (max-width:767px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
        margin-right: 20px
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button .text {
    color: #fff;
    transition: color ease .5s
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button:hover {
    background: #fff;
    border-color: #927255
}

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button:hover .text {
        color: #927255
    }

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button {
    background: #fff;
    border-color: #000;
    overflow: hidden
}

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button #plus {
        opacity: 1;
        transition: opacity ease .4s .4s
    }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .text {
        color: #000;
        opacity: 1;
        transition: opacity ease .4s .4s
    }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons {
        position: absolute;
        top: calc(-100% - 3px);
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: top ease .4s
    }

        .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1
        }

            .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon {
                padding: 0 5px
            }

                .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon:first-child {
                    padding-left: 5px
                }

                .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon:last-child {
                    padding-right: 0
                }

                .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon svg#facebook path {
                    fill: #3B5998 !important
                }

                .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon svg#twitter path {
                    fill: #1da1f3 !important
                }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover #plus,
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover .text {
        opacity: 0;
        transition: opacity ease .4s
    }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover .share-icons {
        top: -1px;
        transition: top ease .4s .4s
    }

@media (min-width:768px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        border-right: solid 1px rgba(149, 152, 154, .5)
    }
}

@media (min-width:1200px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
        margin-bottom: 0
    }

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        padding-right: 60px
    }
}

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#ingredients .ingredients-list .ingredient {
    padding-bottom: 20px
}

    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#ingredients .ingredients-list .ingredient:last-child {
        padding-bottom: 0
    }

.single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content.active {
    display: block
}

.single-recipe-page #related-recipes {
    background: #f7f7f7
}

    .single-recipe-page #related-recipes .heading-container {
        text-align: center;
        padding: 30px 15px;
        overflow: hidden
    }

@media (min-width:992px) {
    .single-recipe-page #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        width: 35%
    }

    .single-recipe-page #related-recipes .heading-container {
        width: 940px;
        margin-left: auto;
        margin-right: auto
    }

        .single-recipe-page #related-recipes .heading-container .heading {
            font-weight: 700
        }
}

@media (min-width:1200px) {
    .single-recipe-page #related-recipes .heading-container {
        width: 1140px
    }
}

.single-recipe-page #related-recipes .heading-container .heading {
    display: inline-block;
    background: #f7f7f7;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    position: relative
}

@media (min-width:768px) {
    .single-recipe-page #related-recipes .heading-container .heading {
        padding: 0 25px
    }

        .single-recipe-page #related-recipes .heading-container .heading:after,
        .single-recipe-page #related-recipes .heading-container .heading:before {
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1px;
            width: 200%;
            background: #95989A
        }

        .single-recipe-page #related-recipes .heading-container .heading:before {
            left: 100%
        }

        .single-recipe-page #related-recipes .heading-container .heading:after {
            right: 100%
        }
}

.single-recipe-page #related-recipes .recipe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .single-recipe-page #related-recipes .recipe-container .recipe {
        padding-bottom: 40px;
        width: calc(50% - 10px)
    }

@media (max-width:767px) {
    .single-recipe-page #related-recipes .recipe-container .recipe:last-child {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .single-recipe-page #related-recipes .recipe-container .recipe {
        width: calc(25% - 15px)
    }
}

.single-recipe-page #related-recipes .recipe-container .recipe a .image-container {
    position: relative
}

    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container img {
        display: block
    }

    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: background ease .3s
    }

        .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay .overlay-text {
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.4;
            font-size: 14px;
            letter-spacing: .5px;
            opacity: 0;
            transition: opacity ease .5s .3s;
            padding: 0 30px
        }

@media (min-width:768px) {
    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay .overlay-text {
        font-size: 16px
    }
}

.single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay .svg-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay .svg-wrapper svg {
        width: 100%;
        height: 100%
    }

        .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay .svg-wrapper svg .shape {
            stroke-width: 4px;
            fill: transparent;
            stroke: transparent;
            width: 100%;
            height: 100%;
            transition: stroke-dashoffset .75s
        }

.single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay:hover {
    background: rgba(0, 0, 0, .5)
}

    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay:hover .overlay-text {
        opacity: 1
    }

    .single-recipe-page #related-recipes .recipe-container .recipe a .image-container .overlay:hover svg .shape {
        stroke: #927255;
        stroke-dashoffset: 0 !important
    }

.single-recipe-page #related-recipes .recipe-container .recipe a .recipe-name {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: .08em;
    color: #927255;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase
}

.single-recipe-page #related-recipes .recipe-container .recipe a:hover {
    text-decoration: none
}

.terms-and-conditions-page #banner-section .banner-container {
    background-image: url(../../assets/images/terms-and-conditions/banner.png)
}

.terms-and-conditions-page #terms-section {
    padding: 20px 0
}

@media (min-width:992px) {
    .single-recipe-page #turkey-image-section {
        display: none
    }

    .terms-and-conditions-page #terms-section .terms-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 85%;
        margin: auto
    }

        .terms-and-conditions-page #terms-section .terms-container .terms {
            width: 70%
        }
}

.terms-and-conditions-page #terms-section .terms-container .terms .heading {
    color: #927255;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px
}

    .terms-and-conditions-page #terms-section .terms-container .terms .heading:first-child {
        padding-top: 0
    }

.terms-and-conditions-page #terms-section .terms-container .terms ul {
    margin: 10px 0;
    list-style-type: disc;
    padding-left: 18px
}

    .terms-and-conditions-page #terms-section .terms-container .terms ul li {
        padding-bottom: 10px
    }

        .terms-and-conditions-page #terms-section .terms-container .terms ul li:last-child {
            padding-bottom: 0
        }

.terms-and-conditions-page #terms-section .terms-container .menu-section {
    display: none !important
}

    .terms-and-conditions-page #terms-section .terms-container .menu-section .menu-container .menu {
        padding-left: 0
    }

        .terms-and-conditions-page #terms-section .terms-container .menu-section .menu-container .menu .menu-item {
            font-size: 16px;
            padding-bottom: 20px
        }

            .terms-and-conditions-page #terms-section .terms-container .menu-section .menu-container .menu .menu-item:last-child {
                padding-bottom: 0
            }

            .terms-and-conditions-page #terms-section .terms-container .menu-section .menu-container .menu .menu-item.active a {
                font-weight: 700
            }

.my-account-page #banner-section .banner-container {
    background-image: url(../../assets/images/my-account/banner.png)
}

.my-account-page #welcome-section {
    padding: 40px 0
}

    .my-account-page #welcome-section .intro-container .heading {
        text-align: center;
        color: #927255;
        font-size: 24px;
        padding-bottom: 20px
    }

    .my-account-page #welcome-section .intro-container .intro-text {
        text-align: center
    }

        .my-account-page #welcome-section .intro-container .intro-text a {
            color: #927255;
            text-decoration: underline
        }

.my-account-page #account-section .account-container .account-item {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .terms-and-conditions-page #terms-section .terms-container .menu-section {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 30%
    }

    .my-account-page #account-section .account-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .my-account-page #account-section .account-container .account-item {
            width: calc(33.3% - 10px)
        }
}

@media (min-width:1200px) {
    .my-account-page #account-section .account-container .account-item {
        width: calc(33.3% - 15px)
    }
}

.my-account-page #account-section .account-container .account-item .heading {
    display: block;
    text-align: center;
    padding: 10px;
    background: #1C1B1B;
    color: #927255;
    font-size: 20px
}

.my-account-page #account-section .account-container .account-item .item-content .link-container a:hover,
.my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe .recipe-name a,
.my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe .recipe-name a:hover {
    color: #333
}

.my-account-page #account-section .account-container .account-item .item-content {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #95989A;
    border-top: none
}

.my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe:last-child,
.my-account-page #account-section .account-container .account-item.your-orders .item-content .order:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

@media (min-width:992px) {
    .my-account-page #account-section .account-container .account-item .item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.my-account-page #account-section .account-container .account-item .item-content .link-container {
    padding-top: 20px;
    text-align: center
}

    .my-account-page #account-section .account-container .account-item .item-content .link-container a {
        text-transform: uppercase;
        font-size: 16px;
        color: #333
    }

.my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border-top: solid 1px rgba(0, 0, 0, .1)
}

    .my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe img {
        width: 95px
    }

@media (min-width:768px) and (max-width:991px) {
    .my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe img {
        width: 125px
    }
}

.my-account-page #account-section .account-container .account-item.favourite-recipes .item-content .recipe-container .recipe .recipe-name {
    padding-left: 10px
}

.my-account-page #account-section .account-container .account-item.your-orders .item-content .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    border-top: solid 1px rgba(0, 0, 0, .1)
}

    .my-account-page #account-section .account-container .account-item.your-orders .item-content .order .order-number {
        padding-right: 3px
    }

        .my-account-page #account-section .account-container .account-item.your-orders .item-content .order .order-number .bronze-text {
            color: #927255
        }

            .my-account-page #account-section .account-container .account-item.your-orders .item-content .order .order-number .bronze-text:hover {
                text-decoration: underline
            }

    .my-account-page #account-section .account-container .account-item.your-orders .item-content .order .order-date {
        padding-left: 3px
    }

.my-account-page #account-section .account-container .account-item.your-details .item-content {
    padding: 20px 40px
}

    .my-account-page #account-section .account-container .account-item.your-details .item-content .details div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px
    }

        .my-account-page #account-section .account-container .account-item.your-details .item-content .details div:last-child {
            padding-bottom: 0
        }

        .my-account-page #account-section .account-container .account-item.your-details .item-content .details div .details-label {
            text-align: right;
            padding-right: 10px;
            width: 30%
        }

@media (min-width:768px) {
    .my-account-page #account-section .account-container .account-item.your-details .item-content .details div .details-label {
        width: 50%
    }
}

.my-account-page #account-section .account-container .account-item.your-details .item-content .details div .value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.stockist-page #banner-section .banner-container {
    background-image: url(../../assets/images/reasurringly-expensive/banner.png)
}

.stockist-page #search-section {
    padding: 40px 0
}

@media (min-width:1200px) {
    .stockist-page #search-section .search-container {
        width: 85%;
        margin: auto
    }
}

@media (min-width:992px) {
    .stockist-page #search-section .search-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .stockist-page #search-section .search-container .form-section-container {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 75%
        }
}

@media (min-width:1200px) {
    .stockist-page #search-section .search-container .form-section-container {
        width: 70%
    }
}

.stockist-page #search-section .search-container .form-section-container .form-section {
    padding-bottom: 40px
}

    .stockist-page #search-section .search-container .form-section-container .form-section .dummyform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .stockist-page #search-section .search-container .form-section-container .form-section .dummyform input[type=text] {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-bottom: 10px;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: solid 1px #1C1B1B;
            border-radius: 0;
            outline: 0;
            color: #1C1B1B;
            font-size: 16px
        }

            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform input[type=text]::-webkit-input-placeholder {
                color: #1C1B1B;
                font-size: 16px;
                padding-bottom: 20px
            }

            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform input[type=text]::-moz-placeholder {
                color: #1C1B1B;
                font-size: 16px;
                padding-bottom: 20px
            }

            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform input[type=text]:-ms-input-placeholder {
                color: #1C1B1B;
                font-size: 16px;
                padding-bottom: 20px
            }

            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform input[type=text]:-moz-placeholder {
                color: #1C1B1B;
                font-size: 16px;
                padding-bottom: 20px
            }

        .stockist-page #search-section .search-container .form-section-container .form-section .dummyform .submit-button {
            width: 25px
        }

            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform .submit-button svg #Path_21,
            .stockist-page #search-section .search-container .form-section-container .form-section .dummyform .submit-button svg#Rectangle_1 {
                fill: #927255 !important
            }

    .stockist-page #search-section .search-container .form-section-container .form-section .error-message {
        margin-top: 20px;
        background: #1C1B1B;
        padding: 20px;
        color: #927255;
        position: relative;
        display: none
    }

        .stockist-page #search-section .search-container .form-section-container .form-section .error-message span {
            position: absolute;
            top: 5px;
            right: 5px;
            font-weight: 700
        }

.kbf-page #quote-section .quote-image.end,
.testimonials-page #testimonials-section .testimonial .quote-image.end {
    right: 0
}

.stockist-page #search-section .search-container .form-section-container .results-section .result {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .stockist-page #search-section .search-container .form-section-container .results-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .stockist-page #search-section .search-container .form-section-container .results-section .result {
            width: calc(33.3% - 10px);
            padding-bottom: 0
        }
}

@media (min-width:1200px) {
    .stockist-page #search-section .search-container .form-section-container .results-section .result {
        width: calc(33.3% - 15px)
    }
}

.stockist-page #search-section .search-container .form-section-container .results-section .result:last-child {
    padding-bottom: 0
}

.stockist-page #search-section .search-container .form-section-container .results-section .result .address-container {
    margin-bottom: 20px
}

    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container span {
        display: block;
        font-size: 18px
    }

@media (min-width:768px) {
    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container span {
        font-size: 16px;
        padding-bottom: 5px
    }
}

.stockist-page #search-section .search-container .form-section-container .results-section .result .address-container span.stockist-name {
    text-transform: uppercase
}

.stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a {
    font-size: 18px;
    color: #333
}

    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a.buttonkbflist {
        font-size: 14px;
        color: #fff
    }

    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a:hover {
        color: #333
    }

    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a.email {
        color: #927255
    }

        .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a.email:hover {
            color: #927255;
            text-decoration: underline
        }

.stockist-page #search-section .search-container .menu-section {
    display: none !important
}

    .stockist-page #search-section .search-container .menu-section .menu-container .menu {
        padding-left: 0
    }

        .stockist-page #search-section .search-container .menu-section .menu-container .menu .menu-item {
            font-size: 16px;
            padding-bottom: 20px
        }

            .stockist-page #search-section .search-container .menu-section .menu-container .menu .menu-item:last-child {
                padding-bottom: 0
            }

            .stockist-page #search-section .search-container .menu-section .menu-container .menu .menu-item.active a {
                font-weight: 700
            }

@media (min-width:768px) {
    .stockist-page #search-section .search-container .form-section-container .results-section .result .address-container a {
        font-size: 16px
    }

    .unique-page section {
        padding-bottom: 40px
    }

        .unique-page section:last-child {
            padding-bottom: 0
        }
}

@media (min-width:992px) {
    .stockist-page #search-section .search-container .menu-section {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 30%
    }

    .unique-page section {
        width: 755px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .unique-page section {
        width: 855px !important
    }
}

@media (min-width:992px) {
    .unique-page section .container {
        width: 100% !important;
        padding: 0 !important
    }
}

.unique-page section .unique-section-container {
    padding: 20px;
    background: #fff
}

@media (min-width:768px) {
    .unique-page section .unique-section-container {
        padding: 0
    }
}

.unique-page section .unique-section-container .heading {
    padding-bottom: 20px;
    font-size: 36px;
    color: #927255;
    line-height: 1
}

.unique-page section .unique-section-container .content p {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .unique-page section .unique-section-container .heading {
        font-size: 48px
    }

    .unique-page section .unique-section-container .content p {
        font-size: 16px
    }

    .unique-page #breed-matters-section {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: calc(750px - 30px)
    }
}

.unique-page section .unique-section-container .content p:last-child {
    margin-bottom: 0
}

.unique-page #breed-matters-section {
    position: relative
}

@media (min-width:992px) {
    .unique-page section .unique-section-container .content p {
        font-size: 14px
    }

    .unique-page #breed-matters-section {
        width: calc(970px - 30px)
    }
}

@media (min-width:1200px) {
    .unique-page #breed-matters-section {
        width: calc(1170px - 30px)
    }
}

@media (max-width:767px) {
    .unique-page #breed-matters-section .image-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .unique-page #breed-matters-section .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .unique-page #breed-matters-section .image-container img {
            width: 70%;
            height: 100%
        }
}

@media (min-width:992px) {
    .unique-page #breed-matters-section .image-container {
        margin-left: 5%
    }
}

.unique-page #breed-matters-section .image-container img {
    display: block
}

@media (max-width:767px) {
    .unique-page #breed-matters-section .content-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .unique-page #everything-matters-section .unique-section-container {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    .unique-page #breed-matters-section .content-container {
        position: absolute;
        top: 60px
    }

        .unique-page #breed-matters-section .content-container .unique-section-container {
            background: 0 0
        }

            .unique-page #breed-matters-section .content-container .unique-section-container .content,
            .unique-page #breed-matters-section .content-container .unique-section-container .heading {
                width: calc(30% - 20px)
            }

    .unique-page #everything-matters-section .unique-section-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .unique-page #everything-matters-section .unique-section-container .image-container {
            width: calc(50% - 15px)
        }
}

@media (min-width:992px) {
    .unique-page #breed-matters-section .content-container {
        margin-left: 5%
    }

    .unique-page #everything-matters-section .unique-section-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .unique-page #everything-matters-section .unique-section-container .image-container {
            width: calc(40% - 15px);
            margin-left: 5%
        }
}

.unique-page #everything-matters-section .unique-section-container .image-container img {
    display: block;
    width: 90%
}

@media (min-width:768px) {
    .unique-page #everything-matters-section .unique-section-container .image-container img {
        width: 100%
    }

    .unique-page #everything-matters-section .unique-section-container .content-container {
        width: calc(50% - 15px)
    }
}

.unique-page #everything-matters-section .unique-section-container .content-container .heading {
    padding-top: 20px
}

@media (min-width:992px) {
    .unique-page #everything-matters-section .unique-section-container .content-container {
        width: 35%;
        padding-left: 40px
    }

        .unique-page #everything-matters-section .unique-section-container .content-container .heading {
            width: 65%
        }
}

.unique-page #everything-matters-section .unique-section-container .content-container .content {
    width: 90%
}

@media (min-width:768px) {
    .unique-page #everything-matters-section .unique-section-container .content-container .heading {
        padding-top: 0
    }

    .unique-page #everything-matters-section .unique-section-container .content-container .content {
        width: 100%
    }
}

@media (min-width:992px) {
    .unique-page #everything-matters-section .unique-section-container .content-container .content {
        width: 65%
    }
}

.unique-page #age-matters-section {
    position: relative
}

@media (min-width:768px) {
    .unique-page #age-matters-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: calc(750px - 30px)
    }
}

@media (min-width:992px) {
    .unique-page #age-matters-section {
        width: calc(970px - 30px)
    }
}

@media (min-width:1200px) {
    .unique-page #age-matters-section {
        width: calc(1170px - 30px)
    }
}

.unique-page #age-matters-section .image-container {
    width: calc(100% - 40px)
}

    .unique-page #age-matters-section .image-container img {
        display: block
    }

@media (min-width:768px) {
    .unique-page #age-matters-section .image-container {
        width: 90%
    }

    .unique-page #age-matters-section .content-container {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 40px);
        background: rgba(0, 0, 0, .5)
    }
}

@media (min-width:992px) {
    .unique-page #age-matters-section .content-container {
        left: 0;
        width: 90%
    }
}

@media (max-width:767px) {
    .unique-page #age-matters-section .content-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

        .unique-page #age-matters-section .content-container .unique-section-container {
            padding: 20px 0
        }
}

@media (min-width:768px) {
    .unique-page #age-matters-section .content-container .unique-section-container {
        background: 0 0;
        width: 50%;
        padding: 20px
    }

        .unique-page #age-matters-section .content-container .unique-section-container .heading {
            color: #fff;
            padding-top: 0
        }
}

@media (max-width:767px) {
    .unique-page #time-matters-section .container {
        padding-left: 0;
        padding-right: 0
    }

        .unique-page #time-matters-section .container .unique-section-container {
            padding: 20px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }
}

@media (min-width:768px) {
    .unique-page #age-matters-section .content-container .unique-section-container .content p {
        color: #fff
    }

    .unique-page #time-matters-section .container .unique-section-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:992px) {
    .unique-page #age-matters-section .content-container .unique-section-container {
        width: 40%
    }

    .unique-page #time-matters-section .container .unique-section-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .unique-page #time-matters-section .container .unique-section-container .image-container {
        width: 75%
    }
}

@media (min-width:768px) {
    .unique-page #time-matters-section .container .unique-section-container .image-container {
        width: calc(50% - 15px)
    }
}

@media (min-width:992px) {
    .unique-page #time-matters-section .container .unique-section-container .image-container {
        width: calc(40% - 15px)
    }
}

.unique-page #time-matters-section .container .unique-section-container .heading {
    padding-bottom: 0;
    position: absolute
}

.unique-page #flavour-matters-section,
.unique-page #quality-matters-section {
    position: relative
}

@media (max-width:767px) {
    .unique-page #time-matters-section .container .unique-section-container .heading {
        top: 40px;
        left: 15px;
        width: 50%
    }

    .unique-page #time-matters-section .container .unique-section-container .content-container {
        padding-top: 20px
    }
}

@media (min-width:768px) {
    .unique-page #time-matters-section .container .unique-section-container .heading {
        top: 0;
        left: 0
    }

    .unique-page #time-matters-section .container .unique-section-container .content-container {
        width: calc(50% - 15px);
        padding-top: 70px
    }
}

@media (min-width:992px) {
    .unique-page #time-matters-section .container .unique-section-container .heading {
        left: calc(25% - 30px)
    }

    .unique-page #time-matters-section .container .unique-section-container .content-container {
        width: 35%;
        padding-right: 40px
    }
}

.unique-page #experience-matters-section .container .unique-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767px) {
    .unique-page #time-matters-section .container .unique-section-container .content-container .content {
        padding: 0 15px
    }

    .unique-page #experience-matters-section .container {
        padding-left: 0;
        padding-right: 0
    }

        .unique-page #experience-matters-section .container .unique-section-container {
            padding: 20px 0
        }
}

.unique-page #experience-matters-section .container .unique-section-container .image-container {
    width: 90%
}

@media (min-width:768px) {
    .unique-page #experience-matters-section .container .unique-section-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .unique-page #experience-matters-section .container .unique-section-container .image-container {
            width: calc(50% - 15px)
        }
}

@media (min-width:992px) {
    .unique-page #experience-matters-section .container .unique-section-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .unique-page #experience-matters-section .container .unique-section-container .image-container {
            width: calc(40% - 15px)
        }
}

.unique-page #experience-matters-section .container .unique-section-container .content-container {
    width: 90%
}

@media (min-width:768px) {
    .unique-page #experience-matters-section .container .unique-section-container .content-container {
        width: calc(50% - 15px)
    }
}

@media (min-width:992px) {
    .unique-page #experience-matters-section .container .unique-section-container .content-container {
        width: 35%;
        padding-right: 40px
    }
}

.unique-page #experience-matters-section .container .unique-section-container .content-container .heading {
    padding-top: 20px
}

@media (min-width:768px) {
    .unique-page #experience-matters-section .container .unique-section-container .content-container .heading {
        padding-top: 0
    }

    .unique-page #quality-matters-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(750px - 30px)
    }
}

.unique-page #flavour-matters-section .image-container img,
.unique-page #quality-matters-section .image-container img {
    display: block
}

@media (min-width:992px) {
    .unique-page #quality-matters-section {
        width: calc(970px - 30px);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1200px) {
    .unique-page #quality-matters-section {
        width: calc(1170px - 30px)
    }
}

@media (min-width:768px) {
    .unique-page #quality-matters-section .image-container {
        width: calc(50% - 15px)
    }
}

@media (min-width:992px) {
    .unique-page #quality-matters-section .image-container {
        width: calc(65% - 15px)
    }
}

@media (min-width:768px) {
    .unique-page #quality-matters-section .content-container {
        width: calc(50% - 15px)
    }
}

@media (min-width:992px) {
    .unique-page #quality-matters-section .content-container {
        width: calc(35% - 15px)
    }
}

@media (max-width:767px) {
    .unique-page #experience-matters-section .container .unique-section-container .content-container .content {
        padding-right: 15px
    }

    .unique-page #quality-matters-section .content-container,
    .unique-page #quality-matters-section .image-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

        .unique-page #quality-matters-section .content-container .unique-section-container {
            padding: 20px 0
        }
}

@media (min-width:768px) {
    .unique-page #quality-matters-section .content-container .unique-section-container .heading {
        padding-top: 0
    }

    .unique-page #flavour-matters-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: calc(750px - 30px)
    }
}

@media (min-width:992px) {
    .unique-page #flavour-matters-section {
        width: calc(970px - 30px);
        margin-top: -80px
    }
}

@media (min-width:1200px) {
    .unique-page #flavour-matters-section {
        width: calc(1170px - 30px);
        margin-top: -120px
    }
}

@media (max-width:767px) {
    .unique-page #flavour-matters-section .image-container {
        width: calc(100% - 40px)
    }

    .unique-page #flavour-matters-section .content-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

        .unique-page #flavour-matters-section .content-container .unique-section-container {
            padding: 20px 0
        }
}

@media (min-width:992px) {
    .unique-page #flavour-matters-section .image-container {
        width: calc(60% - 15px)
    }
}

@media (min-width:768px) {
    .unique-page #flavour-matters-section .content-container {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 40px);
        background: rgba(0, 0, 0, .5)
    }
}

@media (min-width:992px) {
    .unique-page #flavour-matters-section .content-container {
        left: 0;
        width: calc(60% - 15px)
    }
}

@media (min-width:768px) {
    .unique-page #flavour-matters-section .content-container .unique-section-container {
        background: 0 0;
        width: 50%;
        padding: 20px
    }

        .unique-page #flavour-matters-section .content-container .unique-section-container .heading {
            color: #fff;
            padding-top: 0
        }
}

@media (min-width:992px) {
    .unique-page #flavour-matters-section .content-container .unique-section-container {
        width: 70%
    }
}

.unique-page #reasurringly-expensive-section {
    background-image: url(../../assets/images/unique/reassuringly-expensive.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0
}

    .unique-page #reasurringly-expensive-section .reasurringly-expensive-container {
        padding: 30px
    }

        .unique-page #reasurringly-expensive-section .reasurringly-expensive-container .heading {
            text-align: center;
            color: #fff;
            font-size: 42px;
            line-height: 1;
            padding-bottom: 40px
        }

@media (min-width:768px) {
    .unique-page #flavour-matters-section .content-container .unique-section-container .content p {
        color: #fff
    }

    .unique-page #reasurringly-expensive-section .reasurringly-expensive-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .unique-page #reasurringly-expensive-section .reasurringly-expensive-container .heading {
            width: 50%;
            text-align: left;
            font-size: 50px;
            padding-bottom: 10px;
            padding-top: 60px
        }
}

.unique-page #reasurringly-expensive-section .reasurringly-expensive-container .link-container {
    padding-top: 40px;
    text-align: center
}

@media (min-width:768px) {
    .unique-page #reasurringly-expensive-section .reasurringly-expensive-container .link-container {
        padding-bottom: 60px;
        padding-top: 10px
    }

    .reasurringly-expensive-page #reasons-section .reasons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .reasurringly-expensive-page #reasons-section .reasons-container .reason {
            width: calc(50% - 15px)
        }
}

.unique-page #load-more-button {
    text-align: center
}

.reasurringly-expensive-page #banner-section .banner-container {
    background-image: url(../../assets/images/reasurringly-expensive/banner.png)
}

.reasurringly-expensive-page #reasons-section {
    padding: 40px 0 20px
}

@media (min-width:992px) {
    .reasurringly-expensive-page #reasons-section {
        padding-top: 60px;
        padding-bottom: 0
    }

        .reasurringly-expensive-page #reasons-section .reasons-container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
}

.reasurringly-expensive-page #reasons-section .reasons-container .reason {
    padding-bottom: 40px
}

    .reasurringly-expensive-page #reasons-section .reasons-container .reason:last-child {
        padding-bottom: 0
    }

@media (min-width:992px) {
    .reasurringly-expensive-page #reasons-section .reasons-container .reason {
        padding-bottom: 80px;
        width: calc(33.3% - 40px)
    }

        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(1),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(2),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(4),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(5),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(7) {
            padding-right: 25px
        }

        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(2),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(3),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(5),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(6),
        .reasurringly-expensive-page #reasons-section .reasons-container .reason:nth-child(8) {
            padding-left: 25px
        }
}

.reasurringly-expensive-page #reasons-section .reasons-container .reason .reason-content {
    padding-top: 15px
}

    .reasurringly-expensive-page #reasons-section .reasons-container .reason .reason-content .heading {
        font-size: 20px;
        display: block;
        padding-bottom: 15px
    }

.testimonials-page .heading-container {
    padding-top: 20px
}

@media (min-width:768px) {
    .testimonials-page .heading-container {
        padding: 60px 0 40px
    }
}

.testimonials-page .heading-container .heading {
    font-size: 28px;
    text-align: center;
    padding: 0 40px 20px
}

@media (min-width:768px) {
    .testimonials-page .heading-container .heading {
        padding-bottom: 40px;
        font-size: 32px
    }
}

@media (min-width:992px) {
    .testimonials-page .heading-container .heading {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .testimonials-page #testimonials-section .testimonial {
        width: 755px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto
    }
}

.testimonials-page #testimonials-section,
.testimonials-page #testimonials-section .testimonial {
    padding-bottom: 40px
}

    .testimonials-page #testimonials-section .testimonial:last-child {
        padding-bottom: 0
    }

@media (min-width:1200px) {
    .testimonials-page #testimonials-section .testimonial {
        width: 855px !important
    }
}

.testimonials-page #testimonials-section .testimonial .quote-image {
    position: absolute;
    top: 0;
    width: 75px;
    height: 58px
}

@media (min-width:768px) {
    .testimonials-page #testimonials-section .testimonial .quote-image {
        width: 100px;
        height: 78px
    }
}

.testimonials-page #testimonials-section .testimonial .quote-image.open {
    left: 0
}

@media (min-width:992px) {
    .testimonials-page #testimonials-section .testimonial .container {
        width: 100% !important;
        padding: 0 !important
    }
}

.testimonials-page #testimonials-section .testimonial .testimonial-container {
    padding: 20px;
    background: #fff
}

@media (min-width:768px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .testimonials-page #testimonials-section .testimonial .testimonial-container .image-container {
            width: calc(50% - 15px)
        }
}

@media (min-width:992px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .testimonials-page #testimonials-section .testimonial .testimonial-container .image-container {
            width: calc(40% - 15px);
            margin-left: 5%
        }
}

.testimonials-page #testimonials-section .testimonial .testimonial-container .image-container img {
    display: block
}

.testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content p {
    font-family: journal, Arial, sans-serif;
    margin-bottom: 10px;
    color: #927255;
    font-size: 24px;
    line-height: 1
}

@media (max-width:767px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container {
        padding: 20px 0
    }

        .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content {
            padding-top: 20px
        }

            .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content p {
                text-align: center
            }
}

@media (min-width:768px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container {
        width: calc(50% - 15px)
    }

        .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content p {
            font-size: 26px
        }

    .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .image-container {
        padding-left: 40px
    }
}

@media (min-width:992px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container {
        width: 50%;
        padding-left: 40px
    }

        .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content p {
            font-size: 28px
        }
}

.testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .content p:last-child {
    margin-bottom: 0
}

.testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .heading {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 1
}

@media (max-width:767px) {
    .testimonials-page #testimonials-section .testimonial .testimonial-container .content-container .heading {
        text-align: center;
        font-size: 16px
    }
}

.testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

    .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .image-container {
        margin-left: 0
    }

    .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container {
        padding-left: 0
    }

@media (min-width:768px) {
    .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container {
        margin-left: 5%
    }

        .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container .content,
        .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container .heading {
            text-align: right
        }
}

.testimonials-page .button-container {
    padding: 40px 0;
    text-align: center
}

@media (max-width:767px) {
    .testimonials-page .button-container {
        padding-top: 0
    }
}

.create-account-page #banner-section .banner-container {
    background-image: url(../../assets/images/my-account/banner.png)
}

.create-account-page #form-section {
    padding: 40px 0
}

    .create-account-page #form-section .form .dummyform .form-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .create-account-page #form-section .form .dummyform .form-body .heading {
            color: #927255;
            font-size: 24px;
            padding-bottom: 20px
        }

            .create-account-page #form-section .form .dummyform .form-body .heading.personal-details-heading {
                padding-top: 25px
            }

        .create-account-page #form-section .form .dummyform .form-body input,
        .create-account-page #form-section .form .dummyform .form-body select,
        .create-account-page #form-section .form .dummyform .form-body textarea {
            padding: 15px;
            background: #F0F0F0;
            color: #333;
            font-size: 16px;
            border: none;
            outline: 0;
            margin-bottom: 15px;
            max-width: 100%;
            border-radius: 0
        }

            .create-account-page #form-section .form .dummyform .form-body input::-webkit-input-placeholder,
            .create-account-page #form-section .form .dummyform .form-body select::-webkit-input-placeholder,
            .create-account-page #form-section .form .dummyform .form-body textarea::-webkit-input-placeholder {
                color: #ccc
            }

            .create-account-page #form-section .form .dummyform .form-body input::-moz-placeholder,
            .create-account-page #form-section .form .dummyform .form-body select::-moz-placeholder,
            .create-account-page #form-section .form .dummyform .form-body textarea::-moz-placeholder {
                color: #ccc
            }

            .create-account-page #form-section .form .dummyform .form-body input:-ms-input-placeholder,
            .create-account-page #form-section .form .dummyform .form-body select:-ms-input-placeholder,
            .create-account-page #form-section .form .dummyform .form-body textarea:-ms-input-placeholder {
                color: #ccc
            }

            .create-account-page #form-section .form .dummyform .form-body input:-moz-placeholder,
            .create-account-page #form-section .form .dummyform .form-body select:-moz-placeholder,
            .create-account-page #form-section .form .dummyform .form-body textarea:-moz-placeholder {
                color: #ccc
            }

        .create-account-page #form-section .form .dummyform .form-body select {
            max-width: 100px
        }

@media (min-width:768px) {
    .checkout-page .checkout-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .checkout-page .checkout-container .items-section {
            width: calc(60% - 30px)
        }
}

@media (min-width:992px) {
    .checkout-page .checkout-container .items-section {
        width: calc(70% - 30px)
    }
}

@media (min-width:1200px) {
    .checkout-page .checkout-container .items-section {
        width: calc(70% - 60px)
    }
}

.checkout-page .checkout-container .items-section #basket-summary-section .heading {
    font-size: 24px;
    color: #927255;
    padding: 20px 0 10px
}

.checkout-page .checkout-container .items-section #basket-summary-section .shipping-country {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .checkout-page .checkout-container .items-section #basket-summary-section .shipping-country {
        padding-bottom: 40px
    }
}

.checkout-page .checkout-container .items-section #basket-summary-section .shipping-country a {
    color: #927255;
    text-decoration: underline
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table {
    border-bottom: solid 2px #95989a
}

@media (max-width:767px) {
    .checkout-page .checkout-container .items-section #basket-summary-section .shipping-country a {
        display: block
    }

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table {
        border-top: solid 1px rgba(149, 152, 154, .5)
    }
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table thead tr.border td {
    background-color: rgba(149, 152, 154, .5)
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table thead tr th {
    padding: 20px;
    text-align: left
}

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table thead tr th:first-child {
        padding-left: 0
    }

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table thead tr th:last-child {
        text-align: right;
        padding-right: 0
    }

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr.border td {
    padding: 0 !important;
    background-color: rgba(149, 152, 154, .5)
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td {
    padding: 20px
}

@media (max-width:991px) {
    .checkout-page .checkout-container .items-section #basket-summary-section .items-table thead {
        display: none
    }

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td {
        display: block;
        padding: 0 0 10px
    }

        .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td:first-child {
            padding-top: 10px
        }
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td:first-child {
    padding-left: 0
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td:last-child {
    text-align: right;
    padding-right: 0
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container .image-container {
        width: 100px;
        padding-right: 10px
    }

    .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container .item-content {
        padding-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container .item-content a,
        .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container .item-content span {
            display: block
        }

        .checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.item .item-container .item-content a {
            color: #927255;
            text-decoration: underline
        }

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .label {
    display: block;
    margin-bottom: 5px
}

.checkout-page .checkout-container .items-section #basket-summary-section .items-table tbody tr td.quantity .dummyform select {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    background: 0 0;
    border: 1px solid rgba(149, 152, 154, .5);
    outline: 0;
    border-radius: 0
}

.checkout-page .checkout-container .items-section #total-section {
    padding: 20px;
    background: #F0F0F0;
    border-bottom: solid 1px #95989A;
    margin-bottom: 20px
}

    .checkout-page .checkout-container .items-section #total-section .total-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:992px) {
    .checkout-page .checkout-container .items-section #total-section .total-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .checkout-page .checkout-container .items-section #total-section .total-container .total {
            width: 300px
        }

            .checkout-page .checkout-container .items-section #total-section .total-container .total .label {
                width: 200px
            }
}

.checkout-page .checkout-container .items-section #total-section .total-container .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .checkout-page .checkout-container .items-section #total-section .total-container .total .label {
        padding-right: 5px
    }

    .checkout-page .checkout-container .items-section #total-section .total-container .total .amount {
        padding-left: 5px
    }

    .checkout-page .checkout-container .items-section #total-section .total-container .total.estimated-total {
        padding-top: 10px
    }

        .checkout-page .checkout-container .items-section #total-section .total-container .total.estimated-total .label {
            text-transform: uppercase
        }

.checkout-page .checkout-container .items-section #proceed-section .proceed-container .next-step {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .checkout-page .checkout-container .items-section #proceed-section .proceed-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .checkout-page .checkout-container .items-section #proceed-section .proceed-container .next-step {
            padding-right: 5px;
            margin-bottom: 40px
        }

        .checkout-page .checkout-container .items-section #proceed-section .proceed-container .back-to-products {
            padding-left: 5px
        }

    .checkout-page .checkout-container .sidebar-section {
        width: calc(40% - 30px)
    }
}

.checkout-page .checkout-container .items-section #proceed-section .proceed-container .back-to-products a {
    color: #927255;
    text-decoration: underline
}

.checkout-page .checkout-container .sidebar-section {
    padding: 20px 0
}

@media (min-width:992px) {
    .checkout-page .checkout-container .sidebar-section {
        width: calc(30% - 30px)
    }
}

@media (min-width:1200px) {
    .checkout-page .checkout-container .sidebar-section {
        width: calc(30% - 60px)
    }
}

.checkout-page .checkout-container .sidebar-section .sidebar-container {
    border: 2px solid #1C1B1B;
    padding: 20px
}

    .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item {
        padding-bottom: 20px
    }

        .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item:last-child {
            padding-bottom: 0
        }

        .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item .heading {
            font-size: 20px;
            display: block;
            padding-bottom: 10px
        }

        .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item .text p a {
            color: #927255;
            text-decoration: underline
        }

        .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
                padding-right: 5px
            }

                .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method:last-child {
                    padding-right: 0
                }

.login-page #login-section {
    padding: 40px 0
}

    .login-page #login-section .login-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:768px) {
    .checkout-page .checkout-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
        width: 20%
    }

    .login-page #login-section {
        padding: 40px 0 20px
    }

        .login-page #login-section .login-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
}

.login-page #login-section .login-container .login-item {
    margin-bottom: 20px
}

    .login-page #login-section .login-container .login-item:last-child {
        margin-bottom: 0
    }

@media (min-width:992px) {
    .login-page #login-section .login-container .login-item {
        width: calc(33.3% - 40px)
    }
}

@media (min-width:1200px) {
    .login-page #login-section .login-container .login-item {
        width: calc(33.3% - 40px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-page #login-section .login-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .login-page #login-section .login-container .login-item.register {
            width: calc(50% - 20px)
        }

        .login-page #login-section .login-container .login-item.login {
            width: 100%;
            margin-bottom: 40px
        }
}

@media (max-width:991px) {
    .login-page #login-section .login-container .login-item.register {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .login-page #login-section .login-container .login-item.login {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .login-page #login-section .login-container .login-item.guest {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-page #login-section .login-container .login-item.guest {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: calc(50% - 20px)
    }
}

.login-page #login-section .login-container .login-item .heading {
    display: block;
    text-align: center;
    padding: 10px;
    background: #1C1B1B;
    color: #927255;
    font-size: 20px
}

.login-page #login-section .login-container .login-item .item-content {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #95989A;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .login-page #login-section .login-container .login-item .item-content .content p {
        margin-bottom: 10px
    }

        .login-page #login-section .login-container .login-item .item-content .content p:last-child {
            margin-bottom: 0
        }

    .login-page #login-section .login-container .login-item .item-content .content .dummyform input {
        display: block;
        padding: 15px;
        width: calc(100% - 30px);
        background: #F0F0F0;
        color: #333;
        font-size: 16px;
        border: none;
        outline: 0;
        margin-bottom: 15px;
        border-radius: 0
    }

        .login-page #login-section .login-container .login-item .item-content .content .dummyform input::-webkit-input-placeholder {
            color: #ccc
        }

        .login-page #login-section .login-container .login-item .item-content .content .dummyform input::-moz-placeholder {
            color: #ccc
        }

        .login-page #login-section .login-container .login-item .item-content .content .dummyform input:-ms-input-placeholder {
            color: #ccc
        }

        .login-page #login-section .login-container .login-item .item-content .content .dummyform input:-moz-placeholder {
            color: #ccc
        }

    .login-page #login-section .login-container .login-item .item-content .button-container {
        padding-top: 20px
    }

        .login-page #login-section .login-container .login-item .item-content .button-container a,
        .login-page #login-section .login-container .login-item .item-content .button-container button {
            display: block;
            text-align: center
        }

        .login-page #login-section .login-container .login-item .item-content .button-container button {
            width: 100%;
            outline: 0;
            border-radius: 0
        }

@media (min-width:768px) {
    .delivery-page .delivery-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .delivery-page .delivery-container .delivery-container-section {
            width: calc(60% - 30px)
        }
}

@media (min-width:992px) {
    .delivery-page .delivery-container .delivery-container-section {
        width: calc(70% - 30px)
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
}

@media (min-width:1200px) {
    .delivery-page .delivery-container .delivery-container-section {
        width: calc(70% - 60px)
    }
}

.delivery-page .delivery-container .delivery-container-section .delivery-options {
    border-bottom: solid 1px #95989A
}

    .delivery-page .delivery-container .delivery-container-section .delivery-options .heading {
        font-size: 24px;
        color: #927255;
        padding: 20px 0;
        letter-spacing: .06em
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-options .options {
        padding-bottom: 20px
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 10px
        }

            .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option:last-child {
                padding-bottom: 0
            }

@media (min-width:992px) {
    .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option {
        padding-bottom: 0
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option:first-child {
            padding-right: 15px
        }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option:last-child {
            padding-left: 15px
        }
}

.delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label {
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label .label-text {
        padding-right: 5px
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label .svg-container {
        padding-left: 5px
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label .svg-container #option-icon .inner-square {
            fill: #F0F0F0;
            transition: fill ease .5s
        }

        .delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option label .svg-container.checked #option-icon .inner-square {
            fill: #212121
        }

.delivery-page .delivery-container .delivery-container-section .delivery-options .options .dummyform .option input[type=radio] {
    display: none
}

.delivery-page .delivery-container .delivery-container-section .delivery-details-section {
    padding: 20px 0
}

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .heading {
        display: block;
        padding-bottom: 20px;
        font-size: 20px;
        letter-spacing: .06em
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form {
        padding-bottom: 20px
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form .dummyform .option {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form .dummyform .option label {
                padding-right: 10px
            }

            .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .same-billing-address-form .dummyform .option input[type=checkbox] {
                padding-left: 10px
            }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .billing-address {
        border-top: solid 1px #95989A;
        padding-top: 20px;
        display: none
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .special-delivery,
    .special-delivery,
    .warningbox {
        border: 2px solid #927255;
        padding: 30px 20px;
        border-radius: 10px
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input {
        padding: 15px;
        background: #F0F0F0;
        color: #333;
        font-size: 16px;
        border: none;
        outline: 0;
        margin-bottom: 15px;
        max-width: 100%;
        border-radius: 0
    }

        .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input::-webkit-input-placeholder {
            color: #ccc
        }

        .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input::-moz-placeholder {
            color: #ccc
        }

        .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input:-ms-input-placeholder {
            color: #ccc
        }

        .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input:-moz-placeholder {
            color: #ccc
        }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px
    }

    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-footer {
        text-align: right
    }

.delivery-page .delivery-container .delivery-container-section .pickup-section {
    display: none
}

    .delivery-page .delivery-container .delivery-container-section .pickup-section.open {
        display: block
    }

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .heading {
        display: block;
        padding: 20px 0;
        font-size: 20px
    }

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form {
        display: inline-block;
        padding: 10px;
        background: #F0F0F0
    }

        .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text] {
                border: none;
                border-radius: 0;
                outline: 0;
                background: 0 0;
                color: #333;
                font-size: 16px
            }

@media (min-width:768px) {
    .delivery-page .delivery-container .delivery-container-section .delivery-details-section .details-container .form .dummyform .form-body input.half {
        max-width: 50%
    }

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text] {
        font-size: 16px
    }
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text]::-webkit-input-placeholder {
    color: #ccc
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text]::-moz-placeholder {
    color: #ccc
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text]:-ms-input-placeholder {
    color: #ccc
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform input[type=text]:-moz-placeholder {
    color: #ccc
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform .submit-button {
    width: 25px
}

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform .submit-button svg #Path_21,
    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .form .dummyform .submit-button svg#Rectangle_1 {
        fill: #927255 !important
    }

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section {
    padding-top: 40px
}

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .intro-text {
        display: block;
        padding-bottom: 20px
    }

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result {
        margin-bottom: 20px;
        border: 2px solid #fff;
        transition: border-color ease .5s
    }

@media (min-width:992px) {
    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result {
            margin-bottom: 40px;
            width: calc(50% - 20px);
            padding-bottom: 0
        }
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result:last-child {
    padding-bottom: 0
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result:hover {
    border-width: 2px;
    border-color: #222
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container {
    padding: 20px;
    border: 1px solid #222
}

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container span {
        display: block;
        font-size: 18px
    }

@media (min-width:992px) {
    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container span {
        font-size: 16px;
        padding-bottom: 5px
    }
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container span.stockist-name {
    text-transform: uppercase
}

.delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container .tel-number {
    font-size: 18px;
    color: #333;
    display: block
}

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container .tel-number:hover {
        color: #333
    }

    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container .tel-number.email {
        color: #927255
    }

        .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container .tel-number.email:hover {
            color: #927255;
            text-decoration: underline
        }

.delivery-page .delivery-container .sidebar-section {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .delivery-page .delivery-container .sidebar-section {
        padding: 20px 0;
        width: calc(40% - 30px)
    }
}

@media (min-width:992px) {
    .delivery-page .delivery-container .delivery-container-section .pickup-section .pickup-container .results-section .results-container .result .address-container .tel-number {
        font-size: 16px
    }

    .delivery-page .delivery-container .sidebar-section {
        width: calc(30% - 30px)
    }
}

@media (min-width:1200px) {
    .delivery-page .delivery-container .sidebar-section {
        width: calc(30% - 60px)
    }
}

.delivery-page .delivery-container .sidebar-section #total-section {
    padding: 20px;
    background: #F0F0F0;
    margin-bottom: 20px
}

    .delivery-page .delivery-container .sidebar-section #total-section .total-container .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .delivery-page .delivery-container .sidebar-section #total-section .total-container .total .label {
            padding-right: 5px
        }

        .delivery-page .delivery-container .sidebar-section #total-section .total-container .total .amount {
            padding-left: 5px
        }

        .delivery-page .delivery-container .sidebar-section #total-section .total-container .total.estimated-total {
            padding-top: 10px
        }

            .delivery-page .delivery-container .sidebar-section #total-section .total-container .total.estimated-total .label {
                text-transform: uppercase
            }

.delivery-page .delivery-container .sidebar-section #checkout-basket-section {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #1C1B1B
}

    .delivery-page .delivery-container .sidebar-section #checkout-basket-section .heading {
        font-size: 20px;
        letter-spacing: .06em
    }

#checkout-basket-section {
    padding: 20px;
    min-width: 240px;
    background: #fff
}

    #checkout-basket-section .items {
        overflow-y: auto;
        max-height: 200px
    }

        #checkout-basket-section .items.scroll {
            overflow-y: scroll
        }

            #checkout-basket-section .items.scroll::-webkit-scrollbar {
                width: 5px;
                border-radius: 0;
                background-color: #F5F5F5
            }

            #checkout-basket-section .items.scroll::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
                background-color: #F5F5F5;
                border-radius: 0
            }

            #checkout-basket-section .items.scroll::-webkit-scrollbar-thumb {
                background-color: #927255;
                border-radius: 0
            }

            #checkout-basket-section .items.scroll .item {
                margin-right: 20px
            }

        #checkout-basket-section .items .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 15px 0
        }

            #checkout-basket-section .items .item:first-child {
                padding-top: 0
            }

            #checkout-basket-section .items .item:last-child {
                margin-bottom: 0
            }

            #checkout-basket-section .items .item .image-container {
                width: 90px
            }

            #checkout-basket-section .items .item .item-content {
                padding-left: 10px;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1
            }

                #checkout-basket-section .items .item .item-content .item-name {
                    letter-spacing: 1px
                }

                #checkout-basket-section .items .item .item-content .price {
                    letter-spacing: 1px;
                    color: #927255
                }

    #checkout-basket-section .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0
    }

        #checkout-basket-section .total .total-amount,
        #checkout-basket-section .total .total-text {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700
        }

        #checkout-basket-section .total .total-text {
            padding-right: 5px
        }

        #checkout-basket-section .total .total-amount {
            color: #927255;
            padding-left: 5px
        }

    #checkout-basket-section .link-container .checkout-link {
        display: block;
        padding: 20px;
        text-align: center
    }

.delivery-page .delivery-container .sidebar-section #coupon-section {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #1C1B1B
}

    .delivery-page .delivery-container .sidebar-section #coupon-section .heading {
        font-size: 20px;
        letter-spacing: .06em
    }

    .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .description {
        display: block;
        padding: 10px 0
    }

    .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input[type=text] {
        border: none;
        background: #F0F0F0;
        color: #333;
        margin-bottom: 15px;
        padding: 15px;
        font-size: 16px;
        display: block;
        width: calc(100% - 30px)
    }

        .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input[type=text]::-webkit-input-placeholder {
            color: #ccc
        }

        .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input[type=text]::-moz-placeholder {
            color: #333ccc
        }

        .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input[type=text]:-ms-input-placeholder {
            color: #ccc
        }

        .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input[type=text]:-moz-placeholder {
            color: #ccc
        }

    .delivery-page .delivery-container .sidebar-section #coupon-section .form-section .dummyform input {
        outline: 0;
        border-radius: 0
    }

.delivery-page .delivery-container .sidebar-section .sidebar-container {
    border: 2px solid #1C1B1B;
    padding: 20px
}

    .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item {
        padding-bottom: 20px
    }

        .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item:last-child {
            padding-bottom: 0
        }

        .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item .heading {
            font-size: 20px;
            display: block;
            padding-bottom: 10px
        }

        .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item .text p a {
            color: #927255;
            text-decoration: underline
        }

        .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
                padding-right: 5px
            }

                .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method:last-child {
                    padding-right: 0
                }

.confirmation-page {
    padding: 40px 0
}

@media (min-width:768px) {
    .delivery-page .delivery-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
        width: 20%
    }

    .confirmation-page {
        padding: 60px 0
    }
}

.confirmation-page .confirmation-container #confirmation-summary-section .heading {
    font-size: 24px;
    color: #927255;
    padding-bottom: 10px
}

.confirmation-page .confirmation-container #confirmation-summary-section .success-message {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .confirmation-page .confirmation-container {
        width: 75%;
        margin: auto
    }

        .confirmation-page .confirmation-container #confirmation-summary-section .success-message {
            padding-bottom: 40px
        }
}

.confirmation-page .confirmation-container #confirmation-summary-section .success-message a {
    color: #927255;
    text-decoration: underline
}

@media (max-width:767px) {
    .confirmation-page .confirmation-container #confirmation-summary-section .items-table {
        border-top: solid 1px rgba(149, 152, 154, .5)
    }
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table thead tr.border td {
    background-color: rgba(149, 152, 154, .5)
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table thead tr th {
    padding: 20px;
    text-align: left
}

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table thead tr th:first-child {
        padding-left: 0
    }

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table thead tr th:last-child {
        text-align: right;
        padding-right: 0
    }

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table thead tr th.quantity {
        text-align: center
    }

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr.border td {
    padding: 0 !important;
    background-color: rgba(149, 152, 154, .5)
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td {
    padding: 20px
}

@media (max-width:991px) {
    .confirmation-page .confirmation-container #confirmation-summary-section .items-table thead {
        display: none
    }

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td {
        display: block;
        padding: 0 0 10px
    }

        .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td:first-child {
            padding-top: 10px
        }
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td:first-child {
    padding-left: 0
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td:last-child {
    text-align: right;
    padding-right: 0
}

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container .image-container {
        width: 100px;
        padding-right: 10px
    }

    .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container .item-content {
        padding-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container .item-content a,
        .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container .item-content span {
            display: block
        }

        .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.item .item-container .item-content a {
            color: #927255;
            text-decoration: underline
        }

.confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.quantity .label {
    display: block;
    margin-bottom: 5px
}

.confirmation-page .confirmation-container #total-section {
    padding: 20px;
    background: #F0F0F0;
    border-bottom: solid 1px #95989A;
    margin-bottom: 20px
}

    .confirmation-page .confirmation-container #total-section .total-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:992px) {
    .confirmation-page .confirmation-container #confirmation-summary-section .items-table tbody tr td.quantity {
        text-align: center
    }

    .confirmation-page .confirmation-container #total-section .total-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .confirmation-page .confirmation-container #total-section .total-container .total {
            width: 300px
        }

            .confirmation-page .confirmation-container #total-section .total-container .total .label {
                width: 200px
            }
}

.confirmation-page .confirmation-container #total-section .total-container .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .confirmation-page .confirmation-container #total-section .total-container .total .label {
        padding-right: 5px
    }

    .confirmation-page .confirmation-container #total-section .total-container .total .amount {
        padding-left: 5px
    }

    .confirmation-page .confirmation-container #total-section .total-container .total.estimated-total {
        padding-top: 10px
    }

        .confirmation-page .confirmation-container #total-section .total-container .total.estimated-total .label {
            text-transform: uppercase
        }

.confirmation-page .confirmation-container .delivery-button-container {
    text-align: right
}

.payment-page .payment-container {
    padding: 40px 0
}

    .payment-page .payment-container .payment-method-section {
        padding-bottom: 40px
    }

@media (min-width:768px) {
    .payment-page .payment-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .payment-page .payment-container .payment-method-section {
            width: calc(60% - 30px);
            padding-bottom: 0
        }
}

@media (min-width:992px) {
    .payment-page .payment-container .payment-method-section {
        width: calc(70% - 30px)
    }
}

@media (min-width:1200px) {
    .payment-page .payment-container .payment-method-section {
        width: calc(70% - 60px)
    }
}

.payment-page .payment-container .payment-method-section .heading {
    padding: 20px 0;
    color: #927255;
    font-size: 24px;
    letter-spacing: .06em
}

.payment-page .payment-container .payment-method-section .account-balance-section {
    padding-bottom: 20px;
    border-bottom: solid 1px #95989A
}

    .payment-page .payment-container .payment-method-section .account-balance-section .text {
        padding-bottom: 15px
    }

        .payment-page .payment-container .payment-method-section .account-balance-section .text span {
            color: #927255
        }

    .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body {
        padding: 15px;
        background: #F0F0F0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 15px;
        width: 75px
    }

        .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body .bold {
            padding-right: 5px
        }

        .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body input {
            background: 0 0;
            padding-left: 5px;
            color: #333;
            font-size: 16px;
            border: none;
            outline: 0;
            max-width: 100%;
            border-radius: 0
        }

            .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body input::-webkit-input-placeholder {
                color: #ccc
            }

            .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body input::-moz-placeholder {
                color: #ccc
            }

            .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body input:-ms-input-placeholder {
                color: #ccc
            }

            .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .form-body input:-moz-placeholder {
                color: #ccc
            }

    .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform button {
        outline: 0
    }

    .payment-page .payment-container .payment-method-section .account-balance-section .form .dummyform .error-message {
        margin-bottom: 15px;
        padding: 15px;
        background: #c0392b;
        color: #fff;
        display: none
    }

.payment-page .payment-container .payment-method-section .secure-payment .heading {
    display: block;
    padding: 20px 0
}

.payment-page .payment-container .payment-method-section .secure-payment .text,
.payment-page .payment-container .sidebar-section {
    padding-bottom: 20px
}

.payment-page .payment-container .payment-method-section .secure-payment .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width:767px) {
    .payment-page .payment-container .payment-method-section .secure-payment .image-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.payment-page .payment-container .payment-method-section .secure-payment .button-container {
    padding-top: 20px
}

@media (min-width:768px) {
    .payment-page .payment-container .sidebar-section {
        padding: 20px 0;
        width: calc(40% - 30px)
    }
}

@media (min-width:992px) {
    .payment-page .payment-container .sidebar-section {
        width: calc(30% - 30px)
    }
}

@media (min-width:1200px) {
    .payment-page .payment-container .sidebar-section {
        width: calc(30% - 60px)
    }
}

.payment-page .payment-container .sidebar-section #total-section {
    padding: 20px;
    background: #F0F0F0;
    margin-bottom: 20px
}

    .payment-page .payment-container .sidebar-section #total-section .total-container .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .payment-page .payment-container .sidebar-section #total-section .total-container .total .label {
            padding-right: 5px
        }

        .payment-page .payment-container .sidebar-section #total-section .total-container .total .amount {
            padding-left: 5px
        }

        .payment-page .payment-container .sidebar-section #total-section .total-container .total.estimated-total {
            padding-top: 10px
        }

            .payment-page .payment-container .sidebar-section #total-section .total-container .total.estimated-total .label {
                text-transform: uppercase
            }

.payment-page .payment-container .sidebar-section .sidebar-container {
    border: 2px solid #1C1B1B;
    padding: 20px
}

    .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item {
        padding-bottom: 20px
    }

        .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item:last-child {
            padding-bottom: 0
        }

        .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item .heading {
            font-size: 20px;
            display: block;
            padding-bottom: 10px
        }

        .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item .text p a {
            color: #927255;
            text-decoration: underline
        }

        .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
                padding-right: 5px
            }

                .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method:last-child {
                    padding-right: 0
                }

.my-orders-page #orders-section {
    padding: 40px 0
}

    .my-orders-page #orders-section .heading {
        color: #927255;
        font-size: 24px;
        padding-bottom: 40px
    }

@media (max-width:991px) {
    .my-orders-page #orders-section .orders-table-container .orders-table thead {
        display: none
    }
}

.my-orders-page #orders-section .orders-table-container .orders-table thead tr.border td {
    background-color: rgba(149, 152, 154, .5)
}

.my-orders-page #orders-section .orders-table-container .orders-table thead tr th {
    padding: 20px;
    text-align: center
}

    .my-orders-page #orders-section .orders-table-container .orders-table thead tr th:first-child {
        text-align: left;
        padding-left: 0
    }

    .my-orders-page #orders-section .orders-table-container .orders-table thead tr th:last-child {
        padding-right: 0
    }

.my-orders-page #orders-section .orders-table-container .orders-table tbody tr.border td {
    padding: 0 !important;
    background-color: rgba(149, 152, 154, .5)
}

.my-orders-page #orders-section .orders-table-container .orders-table tbody tr td {
    padding: 20px;
    text-align: center
}

    .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td:first-child {
        text-align: left;
        padding-left: 0
    }

    .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td:last-child {
        padding-right: 0
    }

@media (max-width:767px) {
    .my-orders-page #orders-section .orders-table-container .orders-table,
    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table {
        border-top: solid 1px rgba(149, 152, 154, .5)
    }

        .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td {
            display: block;
            padding: 5px 10px;
            text-align: center
        }

            .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td:first-child {
                padding: 10px 10px 5px;
                text-align: center
            }

            .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td:last-child {
                padding: 5px 10px 10px
            }
}

.my-orders-page #orders-section .orders-table-container .orders-table tbody tr td.order-no .order-number {
    color: #927255;
    text-decoration: underline
}

.my-orders-page #orders-section .orders-table-container .orders-table tbody tr td.re-order .button,
.my-orders-page #orders-section .orders-table-container .orders-table tbody tr td.view-order .button {
    display: block
}

@media (min-width:768px) {
    .payment-page .payment-container .sidebar-section .sidebar-container .sidebar-item.we-accept .methods .method {
        width: 20%
    }

    .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td.re-order .button,
    .my-orders-page #orders-section .orders-table-container .orders-table tbody tr td.view-order .button {
        display: inline-block;
        padding: 10px 20px;
        font-size: 12px
    }
}

.my-orders-page #orders-section .button-container {
    padding-top: 40px
}

.order-details-page {
    padding: 40px 0
}

@media (min-width:768px) {
    .order-details-page {
        padding: 60px 0
    }

        .order-details-page .order-details-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .order-details-page .order-details-section .order-details-container {
                width: calc(60% - 30px)
            }
}

@media (min-width:992px) {
    .order-details-page .order-details-section .order-details-container {
        width: calc(70% - 30px)
    }
}

@media (min-width:1200px) {
    .order-details-page .order-details-section .order-details-container {
        width: calc(70% - 60px)
    }
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .heading {
    font-size: 24px;
    color: #927255;
    padding-bottom: 10px
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .thanks-message a {
    color: #927255;
    text-decoration: underline
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details {
    padding: 20px 0
}

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5px
    }

        .order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details > div:last-child {
            padding-bottom: 0
        }

        .order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details > div span {
            letter-spacing: .04em
        }

            .order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details > div span.label {
                text-transform: uppercase;
                width: 225px;
                padding-right: 5px
            }

            .order-details-page .order-details-section .order-details-container #order-details-summary-section .order-details > div span.detail {
                padding-left: 5px
            }

.order-details-page .order-details-section .order-details-container #order-details-summary-section span.heading {
    display: block;
    padding: 20px 0
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead tr.border td {
    background-color: rgba(149, 152, 154, .5)
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead tr th {
    padding: 20px;
    text-align: left
}

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead tr th:first-child {
        padding-left: 0
    }

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead tr th:last-child {
        text-align: right;
        padding-right: 0
    }

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead tr th.quantity {
        text-align: center
    }

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr.border td {
    padding: 0 !important;
    background-color: rgba(149, 152, 154, .5)
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td {
    padding: 20px
}

@media (max-width:991px) {
    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table thead {
        display: none
    }

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td {
        display: block;
        padding: 0 0 10px
    }

        .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td:first-child {
            padding-top: 10px
        }
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td:first-child {
    padding-left: 0
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td:last-child {
    text-align: right;
    padding-right: 0
}

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container .image-container {
        width: 100px;
        padding-right: 10px
    }

    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container .item-content {
        padding-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container .item-content a,
        .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container .item-content span {
            display: block
        }

        .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.item .item-container .item-content a {
            color: #927255;
            text-decoration: underline
        }

.order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.quantity .label {
    display: block;
    margin-bottom: 5px
}

.order-details-page .order-details-section .order-details-container #total-section {
    padding: 20px;
    background: #F0F0F0;
    border-bottom: solid 1px #95989A;
    margin-bottom: 20px
}

    .order-details-page .order-details-section .order-details-container #total-section .total-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:992px) {
    .order-details-page .order-details-section .order-details-container #order-details-summary-section .items-table tbody tr td.quantity {
        text-align: center
    }

    .order-details-page .order-details-section .order-details-container #total-section .total-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .order-details-page .order-details-section .order-details-container #total-section .total-container .total {
            width: 300px
        }

            .order-details-page .order-details-section .order-details-container #total-section .total-container .total .label {
                width: 200px
            }
}

.order-details-page .order-details-section .order-details-container #total-section .total-container .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .order-details-page .order-details-section .order-details-container #total-section .total-container .total .label {
        padding-right: 5px
    }

    .order-details-page .order-details-section .order-details-container #total-section .total-container .total .amount {
        padding-left: 5px
    }

    .order-details-page .order-details-section .order-details-container #total-section .total-container .total.estimated-total {
        padding-top: 10px
    }

        .order-details-page .order-details-section .order-details-container #total-section .total-container .total.estimated-total .label {
            text-transform: uppercase
        }

.order-details-page .order-details-section .order-details-container .buttons-container .back {
    padding-bottom: 20px
}

    .order-details-page .order-details-section .order-details-container .buttons-container .back a {
        color: #927255;
        text-decoration: underline
    }

.order-details-page .order-details-section .delivery-details-container {
    margin-top: 40px
}

@media (min-width:768px) {
    .order-details-page .order-details-section .order-details-container .buttons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .order-details-page .order-details-section .order-details-container .buttons-container .back {
            padding-bottom: 0;
            padding-right: 5px
        }

        .order-details-page .order-details-section .order-details-container .buttons-container .re-order {
            padding-left: 5px
        }

    .order-details-page .order-details-section .delivery-details-container {
        width: calc(40% - 30px);
        margin-top: 0
    }
}

@media (min-width:992px) {
    .order-details-page .order-details-section .delivery-details-container {
        width: calc(30% - 30px)
    }
}

@media (min-width:1200px) {
    .order-details-page .order-details-section .delivery-details-container {
        width: calc(30% - 60px)
    }
}

.order-details-page .order-details-section .delivery-details-container #delivery-details {
    padding: 20px;
    border: 2px solid #1C1B1B
}

    .order-details-page .order-details-section .delivery-details-container #delivery-details .heading {
        display: block;
        font-size: 24px;
        color: #927255;
        padding-bottom: 20px
    }

    .order-details-page .order-details-section .delivery-details-container #delivery-details .delivery-address {
        padding: 20px 0;
        border-top: solid 1px rgba(149, 152, 154, .5)
    }

        .order-details-page .order-details-section .delivery-details-container #delivery-details .delivery-address .heading {
            color: #333;
            font-size: 18px;
            padding-bottom: 10px
        }

        .order-details-page .order-details-section .delivery-details-container #delivery-details .delivery-address .address-container span {
            display: block;
            font-size: 16px
        }

    .order-details-page .order-details-section .delivery-details-container #delivery-details .status-container .heading {
        color: #333;
        font-size: 18px;
        padding-bottom: 10px
    }

    .order-details-page .order-details-section .delivery-details-container #delivery-details .status-container .status {
        font-size: 16px
    }

.press-media-page #banner-section .banner-container {
    background-image: url(../../assets/images/press-media/banner.png)
}

.press-media-page #media-section {
    padding: 40px 0
}

    .press-media-page #media-section .accordion .accordion-heading .heading {
        color: #927255
    }

@media (min-width:768px) {
    .press-media-page #media-section .accordion .accordion-heading .heading,
    .press-media-page #media-section .accordion .accordion-heading .plus-sign {
        font-size: 24px
    }
}

.press-media-page #media-section .accordion .accordion-content .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .press-media-page #media-section .accordion .accordion-content .images-container .image {
        width: calc(50% - 10px);
        padding-bottom: 20px
    }

@media (min-width:992px) {
    .press-media-page #media-section .accordion .accordion-content .images-container .image {
        width: calc(25% - 15px);
        padding-right: 20px
    }
}

@media (max-width:991px) {
    .press-media-page #media-section .accordion .accordion-content .images-container .image:nth-child(odd) {
        padding-right: 10px
    }

    .press-media-page #media-section .accordion .accordion-content .images-container .image:nth-child(even) {
        padding-left: 10px
    }
}

@media (min-width:992px) {
    .press-media-page #media-section .accordion .accordion-content .images-container .image:nth-child(4n+0) {
        padding-right: 0
    }

    .kbf-page #intro-section .kbf-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.kbf-page #intro-section {
    padding: 40px 0
}

    .kbf-page #intro-section .kbf-container .description .heading {
        color: #927255;
        font-size: 32px;
        padding-bottom: 20px
    }

    .kbf-page #intro-section .kbf-container .description .content {
        padding-bottom: 20px
    }

        .kbf-page #intro-section .kbf-container .description .content p {
            margin-bottom: 10px
        }

            .kbf-page #intro-section .kbf-container .description .content p:last-child {
                margin-bottom: 0
            }

            .kbf-page #intro-section .kbf-container .description .content p.address {
                font-weight: 600
            }

    .kbf-page #intro-section .kbf-container .video-container {
        padding-top: 40px
    }

@media (min-width:992px) {
    .kbf-page #intro-section .kbf-container .description,
    .kbf-page #intro-section .kbf-container .video-container {
        width: calc(50% - 20px)
    }

    .kbf-page #intro-section .kbf-container .description {
        padding-right: 20px
    }

    .kbf-page #intro-section .kbf-container .video-container {
        padding-top: 0;
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    .kbf-page #intro-section .kbf-container .description {
        width: calc(40% - 40px);
        padding-right: 40px
    }

    .kbf-page #intro-section .kbf-container .video-container {
        width: calc(60% - 40px);
        padding-left: 40px
    }
}

.kbf-page #intro-section .kbf-container .video-container .video .responsive-embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden
}

    .kbf-page #intro-section .kbf-container .video-container .video .responsive-embed iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

@media (min-width:992px) {
    .kbf-page #quote-section {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

.kbf-page #quote-section .quote-image {
    position: absolute;
    top: 0;
    width: 75px;
    height: 58px
}

    .kbf-page #quote-section .quote-image.open {
        left: 0
    }

.kbf-page #products-section {
    padding: 20px 0
}

@media (min-width:768px) {
    .kbf-page #quote-section .quote-image {
        width: 100px;
        height: 78px
    }

    .kbf-page #products-section {
        padding: 20px 0
    }
}

.kbf-page #products-section .products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .kbf-page #products-section .products-container.thanksgiving {
        display: block
    }

        .kbf-page #products-section .products-container.thanksgiving .product {
            display: inline-block;
            margin-right: 15px
        }

    .kbf-page #products-section .products-container .product {
        padding-bottom: 40px;
        width: calc(50% - 10px)
    }

@media (max-width:767px) {
    .kbf-page #products-section .products-container .product:last-child {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .kbf-page #products-section .products-container .product {
        width: calc(25% - 15px)
    }
}

.kbf-page #products-section .products-container .product.out-of-stock .image-container .overlay {
    background: rgba(0, 0, 0, .2);
    left: 0;
    opacity: 1
}

    .kbf-page #products-section .products-container .product.out-of-stock .image-container .overlay img {
        opacity: 0;
        display: none
    }

    .kbf-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays {
        width: 100%;
        height: 100%
    }

        .kbf-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays .overlay-text {
            top: 50%;
            left: 0;
            right: 0;
            opacity: 1
        }

        .kbf-page #products-section .products-container .product.out-of-stock .image-container .overlay .out-of-stock-overlays .bronze-border {
            border: 3px solid #927256;
            position: absolute;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px
        }

.kbf-page #products-section .products-container .product a .image-container {
    position: relative;
    overflow: hidden
}

    .kbf-page #products-section .products-container .product a .image-container img {
        display: block
    }

    .kbf-page #products-section .products-container .product a .image-container .overlay {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: background ease .3s, left ease 1s, opacity ease .6s;
        opacity: 0
    }

        .kbf-page #products-section .products-container .product a .image-container .overlay img {
            width: 100%
        }

        .kbf-page #products-section .products-container .product a .image-container .overlay .overlay-text {
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.4;
            font-size: 14px;
            letter-spacing: .5px;
            opacity: 0;
            transition: opacity ease .3s;
            transition-delay: .15s;
            padding: 0 30px
        }

@media (min-width:768px) {
    .kbf-page #products-section .products-container .product a .image-container .overlay .overlay-text {
        font-size: 16px
    }
}

.kbf-page #products-section .products-container .product a .image-container .overlay .svg-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

    .kbf-page #products-section .products-container .product a .image-container .overlay .svg-wrapper svg {
        width: 100%;
        height: 100%
    }

        .kbf-page #products-section .products-container .product a .image-container .overlay .svg-wrapper svg .shape {
            stroke-width: 4px;
            fill: transparent;
            stroke: transparent;
            width: 100%;
            height: 100%;
            transition: stroke-dashoffset .75s
        }

.kbf-page #products-section .products-container .product a .image-container .overlay:hover {
    background: rgba(0, 0, 0, .5)
}

    .kbf-page #products-section .products-container .product a .image-container .overlay:hover .overlay-text {
        opacity: 1
    }

    .kbf-page #products-section .products-container .product a .image-container .overlay:hover svg .shape {
        stroke: #927255;
        stroke-dashoffset: 0 !important
    }

.kbf-page #products-section .products-container .product a .image-container:hover .overlay {
    left: 0;
    opacity: 1
}

.kbf-page #products-section .products-container .product a .product-name {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: .08em;
    color: #927255;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase
}

.kbf-page #products-section .products-container .product a:hover {
    text-decoration: none
}

.kbf-page #our-recipes {
    background: rgba(51, 51, 51, .04);
    padding: 40px 0
}

    .kbf-page #our-recipes .heading {
        color: #927255;
        text-align: center;
        font-size: 32px;
        padding-bottom: 40px
    }

@media (min-width:992px) {
    .kbf-page #our-recipes .accordion {
        width: 80%;
        margin: auto
    }
}

.kbf-page #our-recipes .accordion .accordion-heading .heading {
    color: #333;
    font-size: 20px;
    padding-bottom: 0;
    text-align: left
}

.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px
}

    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .author .image-container {
        margin-top: -60px;
        position: relative
    }

        .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .author .image-container img {
            border-radius: 50%;
            border: 2px solid #fff;
            padding: 1px;
            width: 120px;
            background: #fff
        }

.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .intro-text,
.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .author .image-container img {
        width: 150px
    }
}

.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .author .image-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    width: calc(100% - 10px);
    text-align: center
}

.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions .prep-time,
.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions .serves {
    color: #927255
}

    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions .prep-time .black-text,
    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions .serves .black-text {
        color: #000
    }

.kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .divider {
    width: 50px;
    border-top: solid 1px rgba(149, 152, 154, .5);
    padding-bottom: 20px
}

@media (max-width:767px) {
    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .intro-text,
    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .serving-suggestions {
        text-align: center
    }

    .kbf-page #our-recipes .accordion .accordion-content #recipe-intro-section .intro-container .divider {
        margin: auto
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
        margin-right: 20px
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section {
    padding-bottom: 40px
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media (min-width:768px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs {
        display: none
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab {
    width: 50%;
    background: 0 0;
    position: relative;
    color: #927255
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background: #F9F9F9;
        transition: width ease .5s
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab:first-child:after {
        right: 0
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab:last-child:after {
        left: 0
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab.active:after {
        width: 100%
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab.active .tab-text {
        text-decoration: underline
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tabs .tab .tab-text {
        display: block;
        color: #927255;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        position: relative;
        z-index: 9
    }

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container {
    padding: 20px;
    position: relative
}

@media (min-width:768px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container {
        padding: 40px 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content {
    display: none
}

@media (min-width:768px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content {
        display: block;
        width: 50%
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content .heading {
    display: none
}

@media (min-width:768px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content .heading {
        display: block;
        font-size: 20px;
        letter-spacing: .06em;
        color: #927255;
        padding-bottom: 10px
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 40px
    }

        .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .heading {
            text-align: left
        }
}

@media (min-width:992px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method {
        width: 65%
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .method-text {
    padding-bottom: 40px
}

@media (min-width:1200px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method {
        padding-left: 60px
    }

        .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container {
                width: calc(50% - 10px)
            }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container {
    display: inline-block
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 40px;
        position: relative;
        border: 2px solid
    }

@media (min-width:1200px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div {
        padding: 15px
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div svg {
    padding-right: 5px
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div .text {
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
    background: #1C1B1B;
    border-color: #1C1B1B;
    margin-bottom: 15px;
    transition: background ease .5s, border-color ease .5s
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button .text {
        color: #fff;
        transition: color ease .5s
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button:hover {
        background: #fff;
        border-color: #927255
    }

        .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button:hover .text {
            color: #927255
        }

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button {
    background: #fff;
    border-color: #000;
    overflow: hidden
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button #plus {
        opacity: 1;
        transition: opacity ease .4s .4s
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .text {
        color: #000;
        opacity: 1;
        transition: opacity ease .4s .4s
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons {
        position: absolute;
        top: calc(-100% - 3px);
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: top ease .4s
    }

        .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1
        }

            .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon {
                padding: 0 5px
            }

                .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon:first-child {
                    padding-left: 5px
                }

                .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon:last-child {
                    padding-right: 0
                }

                .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon svg#facebook path {
                    fill: #3B5998 !important
                }

                .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button .share-icons .icons .social-icon svg#twitter path {
                    fill: #1da1f3 !important
                }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover #plus,
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover .text {
        opacity: 0;
        transition: opacity ease .4s
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.share-button:hover .share-icons {
        top: -1px;
        transition: top ease .4s .4s
    }

@media (min-width:768px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        border-right: solid 1px rgba(149, 152, 154, .5)
    }

        .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients .heading {
            text-align: left
        }
}

@media (min-width:992px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        width: 35%
    }
}

@media (min-width:1200px) {
    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#method .buttons-section .button-container > div.favourite-button {
        margin-bottom: 0
    }

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients {
        padding-right: 60px
    }
}

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients .ingredients-list .ingredient {
    padding-bottom: 20px
}

    .kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content#ingredients .ingredients-list .ingredient:last-child {
        padding-bottom: 0
    }

.kbf-page #our-recipes .accordion .accordion-content #tabs-section .tabs-container .tab-content-container .tab-content.active {
    display: block
}

.how-to-cook-page #video-section {
    padding: 0 0 40px
}

@media (min-width:768px) {
    .how-to-cook-page #video-section {
        padding: 40px 0
    }
}

@media (max-width:767px) {
    .unique-page #age-matters-section .image-container img,
    .unique-page #everything-matters-section .unique-section-container .image-container img,
    .unique-page #time-matters-section .container .unique-section-container .image-container img,
    unique-page #breed-matters-section .image-container img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: none;
        width: 100%;
        position: center
    }

    .unique-page #age-matters-section .image-container,
    .unique-page #breed-matters-section .image-container,
    .unique-page #everything-matters-section .unique-section-container .image-container,
    .unique-page #flavour-matters-section .image-container,
    .unique-page #quality-matters-section .image-container,
    .unique-page #time-matters-section .container .unique-section-container .image-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 98%
    }

    .unique-page #time-matters-section .container .unique-section-container .heading {
        top: auto;
        margin-top: 15px;
        left: 15px;
        width: 100%;
        position: relative
    }

    .testimonials-page #testimonials-section .testimonial .testimonial-container .image-container img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: none;
        width: 100%;
        position: center;
        display: block
    }

    .testimonials-page #testimonials-section .testimonial .testimonial-container .image-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 98%
    }

    .how-to-cook-page #video-section .container {
        padding-left: 0;
        padding-right: 0
    }
}

.how-to-cook-page #video-section .container .video-container .intro-text {
    display: none
}

@media (min-width:768px) {
    .how-to-cook-page #video-section .container .video-container .intro-text {
        display: block;
        width: 640px;
        margin: auto;
        text-align: center;
        padding-bottom: 40px;
        font-size: 16px;
        color: #333
    }
}

.how-to-cook-page #video-section .container .video-container .video {
    position: relative
}

@media (min-width:992px) {
    .how-to-cook-page #video-section .container .video-container .video {
        width: 75%;
        margin: auto
    }
}

.how-to-cook-page #video-section .container .video-container .video .responsive-embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden
}

    .how-to-cook-page #video-section .container .video-container .video .responsive-embed iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.how-to-cook-page #video-section .container .video-container .video video {
    max-width: 100%;
    height: auto
}

.how-to-cook-page #video-section .container .video-container .video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../assets/images/how-to-cook/play.png);
    background-repeat: no-repeat;
    background-position: center
}

.how-to-cook-page #tips-section .heading {
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:767px) {
    .how-to-cook-page #tips-section .heading:last-child {
        padding-top: 20px
    }
}

.how-to-cook-page #tips-section .preheat-oven-section {
    padding-bottom: 40px
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .preheat-oven-section .preheat-container {
        width: 75%;
        margin: auto
    }
}

.how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option {
    padding-bottom: 20px
}

    .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option:last-child {
        padding-bottom: 0
    }

@media (min-width:768px) {
    .how-to-cook-page #tips-section .preheat-oven-section .preheat-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option {
            width: calc(33.3% - 15px);
            padding-bottom: 0
        }
}

.how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option .preheat-inner {
    padding: 20px;
    background: #f6f6f6
}

    .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option .preheat-inner .heading {
        display: block;
        padding-bottom: 10px;
        line-height: 1;
        font-size: 32px;
        color: #927255
    }

    .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option .preheat-inner .preheat-content {
        text-align: center
    }

        .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option .preheat-inner .preheat-content span {
            display: block
        }

            .how-to-cook-page #tips-section .preheat-oven-section .preheat-container .preheat-option .preheat-inner .preheat-content span.temperature {
                color: #927255;
                font-family: myriad-pro-condensed, sans-serif;
                font-size: 28px;
                font-weight: 700;
                letter-spacing: .06em;
                line-height: 1;
                display: block;
                padding-top: 10px
            }

.how-to-cook-page #tips-section .select-form-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px
}

    .how-to-cook-page #tips-section .select-form-section .options-container,
    .how-to-cook-page #tips-section .select-form-section .selected-meat-container {
        width: 275px
    }

    .how-to-cook-page #tips-section .select-form-section .selected-meat-container {
        border: 1px solid rgba(149, 152, 154, .9)
    }

        .how-to-cook-page #tips-section .select-form-section .selected-meat-container span {
            display: block;
            padding: 20px 40px 20px 20px;
            font-size: 16px;
            line-height: 1;
            letter-spacing: .04em
        }

        .how-to-cook-page #tips-section .select-form-section .selected-meat-container:after {
            content: url(../../assets/images/down-black.png);
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: -1
        }

    .how-to-cook-page #tips-section .select-form-section .options-container {
        position: absolute;
        top: 57px;
        max-height: 0;
        overflow: hidden;
        z-index: 9;
        background: #fff;
        border-left: solid 1px rgba(149, 152, 154, .9);
        border-right: solid 1px rgba(149, 152, 154, .9);
        border-bottom: solid 1px rgba(149, 152, 154, .9)
    }

        .how-to-cook-page #tips-section .select-form-section .options-container .option {
            padding: 10px 20px;
            font-size: 16px;
            line-height: 1;
            letter-spacing: .04em
        }

            .how-to-cook-page #tips-section .select-form-section .options-container .option:hover {
                cursor: pointer;
                background: #f6f6f6
            }

    .how-to-cook-page #tips-section .select-form-section.open .options-container {
        max-height: 9999px
    }

.how-to-cook-page #tips-section .tips-container-outer {
    display: none
}

.how-to-cook-page #tips-section .tips-container .tip {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .tips-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .how-to-cook-page #tips-section .tips-container .tip {
            padding-right: 20px;
            width: calc(50% - 10px)
        }
}

@media (min-width:768px) and (max-width:991px) {
    .how-to-cook-page #tips-section .tips-container .tip:nth-child(even) {
        padding-right: 0
    }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .tips-container .tip:nth-child(12),
    .how-to-cook-page #tips-section .tips-container .tip:nth-child(3),
    .how-to-cook-page #tips-section .tips-container .tip:nth-child(6),
    .how-to-cook-page #tips-section .tips-container .tip:nth-child(9) {
        padding-right: 0
    }

    .how-to-cook-page #tips-section .tips-container .tip {
        width: calc(33.3% - 14px)
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #tips-section .tips-container .tip {
        width: calc(33.3% - 13px)
    }
}

.how-to-cook-page #tips-section .tips-container .tip img,
.how-to-cook-page #tips-section .tips-container .tip.quote #quote-section .quote-container {
    width: 100%
}

.how-to-cook-page #tips-section .tips-container .tip .instruction-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .how-to-cook-page #tips-section .tips-container .tip .instruction-section .number {
        font-family: myriad-pro-condensed, sans-serif;
        padding-right: 5px;
        color: #000;
        font-weight: 700;
        font-size: 20px
    }

    .how-to-cook-page #tips-section .tips-container .tip .instruction-section .instruction-container {
        padding-left: 5px
    }

        .how-to-cook-page #tips-section .tips-container .tip .instruction-section .instruction-container .instruction-title {
            display: block;
            text-align: left;
            color: #927255;
            line-height: 1.2;
            letter-spacing: .06em;
            font-size: 20px;
            padding-bottom: 10px;
            padding-left: 0;
            padding-right: 0
        }

.how-to-cook-page #tips-section .tips-container .tip.quote {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

    .how-to-cook-page #tips-section .tips-container .tip.quote #quote-section {
        padding: 0 10px
    }

.how-to-cook-page #tips-section .cooking-times-section {
    padding: 40px 0 20px
}

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table,
    .how-to-cook-page #tips-section .cooking-times-section .guide-text {
        padding-bottom: 20px
    }

    .how-to-cook-page #tips-section .cooking-times-section .heading {
        color: #927255
    }

        .how-to-cook-page #tips-section .cooking-times-section .heading span {
            font-family: inherit
        }

    .how-to-cook-page #tips-section .cooking-times-section .guide-text p {
        font-size: 16px
    }

@media (min-width:768px) {
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds,
        .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts {
            width: calc(50% - 20px)
        }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts {
        width: calc(50% - 40px)
    }
}

.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table .intro-text,
.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table .intro-text {
    padding-bottom: 10px
}

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table .intro-text span,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table .intro-text span {
        color: #927255;
        font-weight: 700;
        font-family: myriad-pro-condensed, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: .06em
    }

.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table thead tr.border td,
.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table thead tr.border td {
    background-color: rgba(149, 152, 154, .5)
}

.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table thead tr th,
.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table thead tr th {
    padding: 10px;
    text-align: left
}

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table thead tr th:first-child,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table thead tr th:first-child {
        padding-left: 0;
        width: 39%
    }

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table thead tr th:last-child,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table thead tr th:last-child {
        text-align: right;
        padding-right: 0
    }

.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table tbody td,
.how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table tbody td {
    padding: 10px;
    text-align: left
}

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table tbody td:first-child,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table tbody td:first-child {
        padding-left: 0
    }

    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-birds .cooking-times-table table tbody td:last-child,
    .how-to-cook-page #tips-section .cooking-times-section .cooking-times-container .cooking-times-breasts .cooking-times-table table tbody td:last-child {
        text-align: right;
        padding-right: 0
    }

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide {
    padding: 20px;
    margin-bottom: 20px;
    background: #f7f7f7
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container {
        padding-top: 20px
    }

        .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide {
                width: calc(40% - 40px);
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide {
        width: calc(25% - 30px)
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide {
        width: calc(25% - 40px)
    }
}

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: block;
    text-align: left;
    padding-bottom: 10px
}

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .cooks-quicker-text p,
.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .text-section p {
    font-size: 16px;
    color: #927255
}

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide .description .text {
    display: block;
    padding-bottom: 10px
}

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .cooks-quicker-text,
.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .image-container,
.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .text-section {
    padding-bottom: 20px
}

.how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .guide .description .bronze-text {
    font-weight: 700;
    color: #927255
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .text-section {
        width: calc(60% - 40px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .text-section {
        width: calc(25% - 30px)
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .text-section {
        width: calc(25% - 40px)
    }
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .image-container {
        width: calc(40% - 20px);
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .image-container {
        width: calc(25% - 20px);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .image-container {
        width: calc(25% - 40px)
    }
}

@media (min-width:768px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .cooks-quicker-text {
        width: calc(60% - 20px);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .how-to-cook-page #tips-section .cooking-times-section #quote-section {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .cooks-quicker-text {
        width: calc(25% - 30px);
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #tips-section .cooking-times-section .thermometer-container .thermometer .temperature .cooks-quicker-text {
        width: calc(25% - 40px)
    }
}

.how-to-cook-page #tips-section .cooking-times-section #quote-section .quote-container {
    padding-top: 20px;
    padding-bottom: 0
}

    .how-to-cook-page #tips-section .cooking-times-section #quote-section .quote-container.no-image {
        width: 60%
    }

    .how-to-cook-page #tips-section .cooking-times-section #quote-section .quote-container .quote-section .quote {
        font-size: 40px
    }

    .how-to-cook-page #tips-section .cooking-times-section #quote-section .quote-container .quote-section .name {
        font-size: 28px
    }

.how-to-cook-page #related-tips-section {
    background: #f7f7f7
}

    .how-to-cook-page #related-tips-section .heading-container {
        text-align: center;
        padding: 40px 20px;
        overflow: hidden
    }

@media (min-width:992px) {
    .how-to-cook-page #related-tips-section .heading-container {
        width: 920px;
        margin-left: auto;
        margin-right: auto
    }

        .how-to-cook-page #related-tips-section .heading-container .heading {
            font-weight: 700
        }
}

@media (min-width:1200px) {
    .how-to-cook-page #related-tips-section .heading-container {
        width: 1120px
    }
}

.how-to-cook-page #related-tips-section .heading-container .heading {
    display: inline-block;
    background: #f7f7f7;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .5px;
    position: relative;
    font-weight: 700;
    font-size: 24px
}

@media (min-width:768px) {
    .how-to-cook-page #related-tips-section .heading-container .heading {
        padding: 0 25px
    }

        .how-to-cook-page #related-tips-section .heading-container .heading:after,
        .how-to-cook-page #related-tips-section .heading-container .heading:before {
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1px;
            width: 200%;
            background: #95989A
        }

        .how-to-cook-page #related-tips-section .heading-container .heading:before {
            left: 100%
        }

        .how-to-cook-page #related-tips-section .heading-container .heading:after {
            right: 100%
        }

    .how-to-cook-page #related-tips-section .related-tips-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .how-to-cook-page #related-tips-section .related-tips-container {
        width: 940px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .how-to-cook-page #related-tips-section .related-tips-container {
        width: 1140px
    }
}

@media (min-width:768px) {
    .how-to-cook-page #related-tips-section .related-tips-container .related-tip {
        width: 50%
    }

        .how-to-cook-page #related-tips-section .related-tips-container .related-tip:first-child {
            padding: 0 10px 0 20px
        }

        .how-to-cook-page #related-tips-section .related-tips-container .related-tip:last-child {
            padding: 0 20px 0 10px
        }
}

@media (min-width:992px) {
    .how-to-cook-page #related-tips-section .related-tips-container .related-tip {
        width: calc(50% - 10px)
    }

        .how-to-cook-page #related-tips-section .related-tips-container .related-tip:first-child,
        .how-to-cook-page #related-tips-section .related-tips-container .related-tip:last-child {
            padding: 0
        }
}

.how-to-cook-page #related-tips-section .related-tips-container .related-tip .heading {
    display: block;
    color: #927255;
    text-align: center;
    font-size: 24px;
    padding: 40px 20px
}

.button.disabled:hover,
.button.white {
    border: 2px solid #927255
}

    .button.disabled:hover,
    .button.white:hover {
        background: #927255;
        color: #fff
    }

.button.disabled {
    opacity: .5;
    cursor: none
}

@media (min-width:768px) {
    .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container {
        margin-left: 5%
    }

        .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container .content,
        .testimonials-page #testimonials-section .testimonial:nth-child(even) .testimonial-container .content-container .heading {
            text-align: right
        }

    .our-history-page #history-section .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.our-history-page #intro-section .intro-text {
    display: none;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 40px 0
}

    .our-history-page #intro-section .intro-text p {
        font-size: 16px;
        color: #333
    }

.our-history-page #history-section {
    padding-bottom: 20px
}

    .our-history-page #history-section .slick-arrow {
        position: absolute;
        z-index: 99
    }

        .our-history-page #history-section .slick-arrow.arrow-previous {
            left: 20px
        }

        .our-history-page #history-section .slick-arrow.arrow-next {
            right: 20px
        }

@media (max-width:991px) {
    .our-history-page #history-section .slick-arrow {
        height: 50px;
        width: auto
    }

    .our-history-page #history-section .container {
        padding-left: 0;
        padding-right: 0
    }

        .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section {
            padding-left: 15px;
            padding-right: 15px
        }
}

@media (min-width:992px) {
    .our-history-page #intro-section .intro-text {
        display: block
    }

    .our-history-page #history-section .container .slider-container {
        width: calc(100% - 85px)
    }
}

.our-history-page #history-section .container .slider-container .history-slider.slick-initialized .history-slide {
    display: block
}

.our-history-page #history-section .container .slider-container .history-slider .history-slide {
    display: none
}

    .our-history-page #history-section .container .slider-container .history-slider .history-slide:first-child {
        display: block
    }

    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container {
        position: relative
    }

@media (min-width:992px) {
    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        width: 30%
    }
}

.our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section .year {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 58px
}

@media (min-width:992px) {
    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section .year {
        text-align: left;
        padding: 0
    }
}

.our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section .content {
    text-align: center
}

    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section .content .heading {
        display: block;
        color: #927255;
        font-size: 24px;
        padding-bottom: 10px
    }

.our-history-page #history-section .container .slider-container .slide-numbers {
    display: none
}

@media (min-width:992px) {
    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section .content {
        text-align: left
    }

    .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section.no-content {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: initial
    }

        .our-history-page #history-section .container .slider-container .history-slider .history-slide .image-container .content-section.no-content .year {
            color: #fff;
            font-weight: 700;
            font-size: 84px
        }

    .our-history-page #history-section .container .slider-container .slide-numbers {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -85px
    }
}

.our-history-page #history-section .container .slider-container .slide-numbers span {
    color: #000;
    font-size: 48px
}

#social-footer-links {
    padding: 40px 20px
}

body.homepage #social-footer-links {
    display: none
}

#social-footer-links ul.social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    width: 300px
}

@media screen and (min-width:480px) {
    #social-footer-links ul.social-links {
        width: 450px
    }
}

@media screen and (min-width:768px) {
    #social-footer-links ul.social-links {
        width: 750px
    }
}

#social-footer-links ul.social-links .container-fluid,
#social-footer-links ul.social-links li.social-link {
    padding: 0
}

    #social-footer-links ul.social-links li.social-link a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: center center no-repeat, center center no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100px
    }

        #social-footer-links ul.social-links li.social-link a:hover .social-hover {
            -webkit-animation-play-state: running;
            animation-play-state: running;
            opacity: 1
        }

@media screen and (min-width:480px) {
    #social-footer-links ul.social-links li.social-link a {
        height: 153px;
        width: 153px
    }
}

@media screen and (min-width:768px) {
    #social-footer-links ul.social-links li.social-link a {
        height: 253px;
        width: 253px
    }
}

@-webkit-keyframes social-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes social-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

#social-footer-links ul.social-links li.social-link a .social-hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-name: social-sprite;
    animation-name: social-sprite;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: steps(5);
    animation-timing-function: steps(5);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: no-repeat #000;
    background-size: auto 213px;
    border-radius: 50%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}


@media screen and (min-width:480px) {
    #social-footer-links ul.social-links li.social-link a .social-hover {
        background-size: auto 113px;
        height: 113px;
        width: 113px
    }
}

@media screen and (min-width:768px) {
    #social-footer-links ul.social-links li.social-link a .social-hover {
        background-size: auto 213px;
        height: 213px;
        width: 213px
    }
}

#social-footer-links ul.social-links li.social-link a .social-hover span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
