a {
    color: #a46f00;
}
a:hover {
    color: #583b00;
}
.page-header__breadcrumb {
    padding-top: 15px;
}
@media (max-width: 767px) {
    .page-header__breadcrumb {
        padding-bottom: 32px;
    }
}
.site__header {
    background: #eec511;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    border-color: #4d3400;
    background: #714c00;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #4d3400;
    background: #714c00;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #8b5e00;
    background: #a46f00;
    color: white;
    fill: white;
}
.btn-primary.btn-loading:not(:disabled):not(.disabled), .btn-primary.btn-loading:not(:disabled):not(.disabled):active, .btn-primary.btn-loading:not(:disabled):not(.disabled).active {
    border-color: #8b5e00;
    background: #a46f00;
}
.card-body {
    padding: 0.5rem;
}
.card-header,
.card-footer {
    padding: 0.5rem 1.0rem;
}
.input-number__sub,
.input-number__add {
    height: 100%;
    top: 0;
}
.product-card__old-price {
    font-weight: 600;
    color: #3d464d;
    font-size: 16px;
}
.rating__star--review:hover .rating__fill {
    color: #ffd333;
    cursor: pointer;
}
.filter-categories__list li:not(:first-child) {
    margin-left: 1rem;
}
.filter-categories__item--current {
    margin-left: 0 !important;
}
.filter-categories__item svg {
    height: 10px;
}
.departments__button {
    z-index: 10;
}
.departments__body {
    z-index: 9;
}
.dropcart--style--dropdown {
    width: 400px;
}
.megamenu__links--level--0 > .megamenu__item > a + .megamenu__links {
    border-top: none;
}
.nav-links__list {
    z-index: 99;
}
.nav-panel {
    background: #a46f00;
}
.nav-panel--stuck {
    z-index: 99999999999;
}
.search--location--header .search__body {
    margin-top: 12px;
}
.search--location--header .search__input {
    background: white;
}
.search--location--header .search__button {
    background: white;
}
.site-header__middle {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin: 20px auto;
}
.site-header__logo {
    margin-right: 100px;
    justify-content: left;
}
/*.site-header__logo a,
.site-header__logo svg,
.site-header__logo img,
.mobile-header__logo a,
.mobile-header__logo svg,
.mobile-header__logo img {
    height: 100%;
}*/
.site-header__phone {
    margin-left: 100px;
}
.site-header__nav-panel {
    position: relative;
    z-index: 9;
}
.topbar {
    background: #a46f00;
    color: white;
}
.topbar__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.topbar__item {
    flex: 0 0 25%;
    text-align: center;
    line-height: 32px;
    display: block;
}
.site-footer {
    background: #714c00;
    color: white;
}
.totop__button {
    color: white;
    background: #a46f00;
    fill: currentColor;
    -webkit-transition: opacity .15s, color .15s;
    transition: opacity .15s, color .15s;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    margin: 0;
}
.cart__actions {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .cart__actions {
        margin-top: 1.0rem;
    }
}
@media (min-width: 768px) {
    .cart-table__column {
        padding: 10px 10px;
    }
    .cart-table__column--status {
        width: 285px;
        text-align: center;
    }
    .cart-table__column--quantity {
        padding-left: 18px;
    }
    .cart-table__column--total {
        width: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart-table__column--quantity {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.compare-table__product-name {
    font-size: 15px;
    font-weight: 400;
}
.product__name {
    /* margin-bottom: 22px; */
    margin-right: auto;
}
.product__description {
    margin-bottom: 10px;
}
.product__availability {
    display: inline !important;
    font-size: 14px;
}
.product__actions {
    margin: -4px -4px -4px auto;
    width: fit-content;
    justify-content: flex-end;
}
.product__prices {
    line-height: 1;
    margin: 0;
}
.product__prices span {
    font-size: 3rem;
}
.pinfo {
    font-size: .7em;
    margin-top: 5px;
}
.product__quantity {
    height: calc(2.75rem + 2px);
}
.product-tabs__content {
    padding: 20px;
}
.block-slideshow {
    margin-bottom: 0;
}
.block-slideshow__slide-image {
    background-size: cover;
}
.widget-aboutus__socials {
    display: inline;
}
.view-options {
    justify-content: flex-end;
}
.block-products__list {
    margin: 0;
    flex: 0 0 100%;
}
/*
// Custom styles
*/
.bg-secondary {
    background-color: #f5f5f5 !important;
}
.spacer {
    margin-top: 16px;
}
@media screen and (min-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1260px !important;
    }
}
.main-container {
    padding: 15px 0;
    background-color: #FFF;
    border-radius: 0;
}
.clickable:hover {
    cursor: pointer;
}
.clickable:not(.collapsed) td {
    background-color: #f7f7f7;
}
tr.collapse:hover td,
tr.collapse:hover th,
tr.collapse tr:hover td,
tr.collapse tr:hover th {
    background: white;
}
/* Header */
#b2b-info {
    display:none;
    background:white;
    border: 1px solid lightgrey;
    z-index: 9999;
    padding: 1.5em;
    position: absolute;
    width: 375px;
    top: 32px;
    right: 0;
}
#b2b-info span {
    margin: 0 0 .5rem .25rem;
    display: inline-block;
    color: black;
}
#b2b-info .col-12 {
    padding: 0 1.5em;
    /* border-left: 1px solid lightgrey; */
}
#b2b-info .col-12:first-child {
    border-left: none;
}
#b2b-info h6 {
    border-bottom: 1px solid lightgrey;
    padding-bottom: .5em;
    color: black;
}
.languages-menu button {
    padding: .375rem .75rem;
}
@media screen and (min-width: 768px) {
    /*.languages-menu img {
        width: 20px;
    }*/
}
.minibasket-menu .badge {
    background-color: #a94442;
    font-size: 10px;
    border-radius: 100%;
    color: white;
}
.paymentbox {
    width: 100%;
    background: white;
    border:3px solid #eec511;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    text-align: center;
}
#header.fixed .paymentbox {
    display: none;
}
.payment-icon {
    max-width: 14%;
    max-height: 40px;
    width: auto;
    height: auto;
    margin: 2px 2%;
}
@media screen and (max-width: 991px) {
    .paymentbox {
        margin-top: 10px;
    }

    /*.languages-menu img {
        width: 14px;
    }*/
}
.service-menu.showLogin .row {
    width: 550px;
}
.languages-menu .dropdown-menu li,
.currencies-menu .dropdown-menu li {
    padding: .25rem 1.5rem;
}
.languages-menu .dropdown-menu li.active,
.languages-menu .dropdown-menu li:hover,
.currencies-menu .dropdown-menu li.active,
.currencies-menu .dropdown-menu li:hover {
    background-color: #a46f00;
    cursor: pointer;
}
.languages-menu .dropdown-menu li.active a,
.languages-menu .dropdown-menu li:hover a,
.currencies-menu .dropdown-menu li.active a,
.currencies-menu .dropdown-menu li:hover a {
    color: #fff;
}
.service-menu-box {
    padding: 1.25rem;
}
.service-menu.showLogin .row > div:first-child {
    border-right: 1px solid #ddd;
}
#services li {
    margin: .5rem 0;
}
@media screen and (min-width:992px) {
    .cart__table th:first-child {
        width: 45%!important
    }
    .cart__table th:nth-child(2) {
        width: 17.5%!important
    }
}
@media screen and (max-width:991px) {
    .cart__table th:nth-child(3) {
        width: 10%!important
    }
}
.cart-table__column--image {
    width: 10%;
}
.col-12.col-md-3.register {
    padding: 0;
    max-width: 0;
}
.service-menu ul li {
    white-space: nowrap;
}
.minibasket-menu .row {
    width: 400px;
}
/* Product Page */
.product__sidebar {
    margin-top: 10px;
    padding: 10px;
    background-color: #faeaae;
    border: 1px solid #714c00;
    text-align: right;
}
.widgetBox {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 40px;
}
.widgetBox .h3 {
    color: #a46f00;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 15px;
    text-transform: uppercase;
}
/* Product Menu */
.productmainmenu {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    background-color: #f6f6f6;
}
.productmainmenu.active {
    position: fixed;
    z-index: 9999999;
}
@media screen and (max-width:767px) {
    .productmainmenu {
        display: none !important;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .productmainmenu.active {
        max-width: 660px;
        top: 98px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .productmainmenu.active {
        max-width: 900px;
        top: 54px;
    }
}
@media screen and (min-width:1200px) {
    .productmainmenu.active {
        max-width: 1230px;
        top: 54px;
    }
}
.productmainmenu ul {
    margin: 0;
    padding: 0;
}
.productmainmenu ul li.active {
    background-color: #a46f00;
}
.productmainmenu ul li:first-child {
    border-left: none;
}
.productmainmenu ul li {
    float: left;
    list-style-type: none;
    border-left: 2px solid #fff;
}
.productmainmenu ul li a:hover {
    color: #583b00 !important;
}
.productmainmenu ul li.active a {
    color: white;
}
.productmainmenu ul li.active a:hover {
    color: white !important;
}
.productmainmenu ul li a {
    color: #a46f00;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0 15px;
    line-height: 2.5em;
}
div.anchor {
    padding-top: 150px;
    margin-top: -150px;
}
.basketModal {
    z-index: 999999;
}
/* Checkout */
.checkoutSteps {
    border-top: 3px solid #a46f00;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.checkoutSteps li {
    width: 20%;
    display: block;
    padding-top: 16px;
    float: left;
    position: relative;
    text-align: center;
}
.checkoutSteps li .num {
    border: 2px solid #FFF;
    background-color: #dcdcdc;
    width: 30px;
    height: 30px;
    margin-left: -16px;
    position: absolute;
    top: -16px;
    left: 50%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.checkoutSteps li a:hover {
    text-decoration: none;
}
.checkoutSteps li.active .num {
    background-color: #a46f00;
    color: white;
}
.checkoutSteps li.passed .num {
    background-color: #dff0d8;
    color: #3c763d;
}
.uvp {
    font-size: .75em;
    text-decoration: line-through;
    display: block;
}
.savings_text {
    font-size: 0.75em;
    color: #28a745;
    font-weight: bold;
    display: block;
}
.checkmark {
    color: #28a745;
}
/* Payment */
#payment dd {
    display: none;
}
#payment dd.activePayment {
    display: block;
}
#payment .card-body > dl {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
    padding: 9px;
    border-radius: 0;
}
#payment .card-body > dl blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
#payment input[type="radio"]{
    display:none;
}
#payment .card .card .card-body,
#payment .card .card .card-body label {
    cursor: pointer;
}
#payment .card .card dl {
    border: 3px solid transparent;
}
#payment #payWithAmazonDiv {
    float: right;
}
#payment .amazonContentGroup {
    margin: 0;
}
#payment .payWithAmazonButton {
    padding: 4px 0;
}
#payment .amazonpay-button-inner-image {
    height: 30px;
    width: auto;
    max-width: unset;
}
@media (min-width: 768px) {
    #payment .col-md-2,
    #payment .col-lg-2 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        text-align: center;
    }
    #payment .col-md-10,
    #payment .col-lg-10 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}
#payment img {
    max-width: 100%;
}
#payment .col-md-10 {
    padding-top: 10px;
}
#payment .col-md-10 label {
    color: #714c00;
}
@media (max-width: 767px) {
    #payment img {
        max-width: 30%;
    }
}
/* Compare */
#comparePlayground {
    position: relative;
    overflow: hidden;
}
#comparePlayground #compareLandscape {
    margin-left: 150px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    /* iOS-native Scrolling*/
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
#comparePlayground #compareLandscape.shadowed {
    -webkit-box-shadow: inset 3px 0px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 0px 7px 1px rgba(0, 0, 0, 0.2);
}
#comparePlayground #compareLandscape table {
    width: 100%;
    *margin-left: -150px;
    /*ie7*/
    table-layout: fixed;
}
#comparePlayground #compareLandscape table td,
#comparePlayground #compareLandscape table th {
    vertical-align: top;
    padding: 10px;
}
#comparePlayground #compareLandscape table th {
    border-right: none;
    width: 150px;
    position: absolute;
    *position: relative;
    /*ie7*/
    left: 0;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
#comparePlayground #compareLandscape table th.no-border {
    border: none;
}
#comparePlayground #compareLandscape table td {
    width: 260px;
}
#comparePlayground #compareLandscape table .item-wrapper .item .picture img {
    margin: 0 auto;
}
#comparePlayground {
    position: relative;
    overflow: hidden;
}
#comparePlayground #compareLandscape {
    margin-left: 150px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    /* iOS-native Scrolling*/
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
#comparePlayground #compareLandscape.shadowed {
    -webkit-box-shadow: inset 3px 0px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 0px 7px 1px rgba(0, 0, 0, 0.2);
}
#comparePlayground #compareLandscape table {
    width: 100%;
    *margin-left: -150px;
    /*ie7*/
    table-layout: fixed;
}
#comparePlayground #compareLandscape table td,
#comparePlayground #compareLandscape table th {
    vertical-align: top;
    padding: 10px;
}
#comparePlayground #compareLandscape table th {
    border-right: none;
    width: 150px;
    position: absolute;
    *position: relative;
    /*ie7*/
    left: 0;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
#comparePlayground #compareLandscape table th.no-border {
    border: none;
}
#comparePlayground #compareLandscape table td {
    width: 260px;
}
#comparePlayground #compareLandscape table .item-wrapper .item .picture img {
    margin: 0 auto;
}
.cmsContent {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 1rem;
}
#basketModal table {
    margin-bottom: 0;
}
#incVatMessage {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 5px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 500;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.cat_head {
    position: relative;
    border: 1px solid #e5e5e5;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.cat_head img {
    border: none;
}
.cat_head h1 {
    /* position: absolute;
    top: 1rem;
    left: 1rem; */
    margin: 0;
}
.cat_head small {
    /* position: absolute;
    right: 1rem;
    top: 1rem; */
}
.subcat_head {
    position: relative;
    border: 1px solid #e5e5e5;
    background: white;
    display: block;
    width: 100%;
    height: 125px;
}
.subcat_head img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 125px;
}
.subcat_head span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: .5rem;
    color: white;
}
.modal {
    z-index: 99999999 !important;
}
.modal-backdrop {
    z-index: 9999999 !important;
}
.shariff .orientation-horizontal {
    justify-content: flex-end;
}
/* IMAGE GALLERY */
.pswp {
    z-index: 9999999 !important;
}
/* EXPRESS CHECKOUT BUTTONS */
.expressCheckout {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
}
.expressCheckout > div {
    margin-left: 1rem;
    max-width: 40%;
}
.expressCheckout input[type="image"], .expressCheckout img {
    max-width: 100%;
}
.expressCheckout #paypalExpressCheckoutMiniBasketBox {
    margin: 0;
    padding: 0;
}
.expressCheckoutBar {
    display: flex;
    align-items: center;
}
.expressCheckoutBar .amazonPayMiniBasket {
    margin-right: 25px;
}
@media screen and (max-width:767px) {
    .expressCheckoutBar {
        justify-content: flex-end;
    }
    .expressCheckoutBar > div {
        max-width: 50%;
    }
    .expressCheckoutBar input[type="image"], .expressCheckoutBar img {
        max-width: 100%;
    }
    .expressCheckoutBar .amazonPayMiniBasket {
        margin-right: 0;
    }
    .expressCheckoutBar #paypalExpressCheckoutBox {
        padding-left: 0;
    }
    .expressCheckoutBar .amazonPayMiniBasket .amazonContentGroup {
        border-right: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .payWithAmazonButton {
        padding: 0
    }
    .paypalExpressCheckoutBox {
        border-right: 0;
        min-width: unset;
    }
}
.amazonContentGroup {
    margin: 0
}
.couponBox {
    width: 100%;
}