/* Fonts */
@font-face {
    font-family: 'Affair';
    src: url('../fonts/Affair/Affair.woff2') format('woff2'),
         url('../fonts/Affair/Affair.woff') format('woff'),
         url('../fonts/Affair/Affair.ttf'); /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gill-sans-nova,sans-serif;
    src: url('https://use.typekit.net/dlq0vtu.css');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: gill-sans-nova,sans-serif;
    src: url('https://use.typekit.net/dlq0vtu.css');
    font-style: normal;
    font-weight: 400;
}

/* Colours */
.text-liquorice-blue-black {
    color: #241E3C;
}
.text-blue {
    color: #009EE3!important;
}

/* Sticky Nav */
.sticky {
    position: fixed!important;
    top: 0;
    z-index: 100;
    background-color: white;
    height: 54px;
    width: 100%;
    margin-top: 0px;
}
.sticky nav {
    width: 990px;
    padding-top: 15px!important;
}
.sticky .top_border {
    width: 990px;
    padding-top: 3px!important;
    margin-top: 51px!important;
}
@media (max-width: 1030px) {
    .sticky nav {
        width: 980px;
    }
    .sticky .top_border {
        width: 984px;
    }
}
@media (max-width: 1020px) {
    .sticky nav {
        width: 980px;
    }
    .sticky .top_border {
        width: 973px;
    }
}
@media (max-width: 991px) {
    .sticky {
        height: 68px;
    }
    .sticky nav {
        /* width: 943px; */
        width: 98%;
        /* width: 950px; */
        padding-top: 15px!important;
    }
    .sticky .top_border {
        /* width: 943px; */
        width: 97%;
        /* width: 944px; */
        padding-top: 3px!important;
        margin-top: 67px!important;
    }
}
@media (max-width: 975px) {
    /* .sticky nav {
        width: 930px;
    }
    .sticky .top_border {
        width: 928px;
    } */
}
@media (max-width: 950px) {
    /* .sticky nav {
        width: 910px;
    }
    .sticky .top_border {
        width: 903px;
    } */
}
@media (max-width: 768px) {
    .sticky nav {
        width: 90%;
    }
    .sticky .top_border {
        width: 90%;
    }
}
@media (max-width: 420px) {
    .sticky nav {
        width: 93%;
    }
    .sticky .top_border {
        width: 93%;
    }
}
@media (max-width: 375px) {
    .sticky nav {
        width: 92%;
    }
    .sticky .top_border {
        width: 92%;
    }
}

/* Forms */
form.form-padding {
    padding-bottom: 25px;
}

.reg-btn {
    margin-left: -5px;
}

/* Back to top */
.back-to-top {
    position: fixed;
    display: inline-grid;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 10px;
    right: 10px;
    /* background: white; */
    color: #333;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0); 
}
.back-to-top i {
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center; 
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0); 
}

/* Clubs */
form.club_form {
    margin-top: 40px;
}
form.club_form p {
    margin-bottom: 0px;
}
form.club_form .children label.birthday {
    font-size: 1rem;
    /* padding-left: 7px; */
    padding-left: 25px;
    float: left;
    text-align: center;
}
form.club_form .children .birthday-input {
    display: inline-block;
    /* height: 90%; */
}
form.club_form .subscribe-checkbox .checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-color: inherit;
    border: 1px solid #241e3c;
    margin-right: 0px;
}
form.club_form  .checkbox-button__input.clubs:checked+.checkbox-button__control:after {
    content: "\2713";
    display: block;
    position: absolute;
    top: -5px;
    left: 3px;
    font-size: 25px;
}
.clubs img {
    margin-bottom: 7px;
    height: 60px!important;
}
.birthday img {
    margin-bottom: 0px;
    height: 110px!important;
    margin-top: -70px;
}
.forceChecked::after {
    content: "\2713";
    display: block;
    position: absolute;
    top: -5px;
    left: 3px;
    font-size: 25px;
}
@media (max-width: 991px) {
    form.club_form .children label.birthday {
        padding-left: 4px;
    }
}
@media (max-width: 900px) {
    form.club_form .children label.birthday {
        font-size: 14px;
    }
}
@media (max-width: 840px) {
    form.club_form .children label.birthday {
        padding-left: 1px;
    }
}
@media (max-width: 800px) {
    form.club_form .children label.birthday {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    form.club_form .clubs .club {
        padding-bottom: 10px;
    }
    form.club_form .children label.birthday {
        font-size: 1rem;
        text-align: left;
    }
}
@media (max-width: 430px) {
    form.club_form .children label.birthday {
        font-size: 0.85rem;
        text-align: left;
    }
}

/* Fancybox */
.fancybox-caption__body {
    font-size: 18px;
}
.hide-control {
    display: none;
}
.collection-address {
    padding-top: 10px;
    padding-left: 10px;
}

.confirmForm {
    margin-bottom: 0px;
    margin-top: 30px;
}
/* .stripeBtn:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
} */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    background-color: #009EE3;
    border-color: #009EE3;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #009EE3;
    border-color: #009EE3;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none!important;
}
input, textarea {
    outline: none;
}

/* Tables */
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid grey;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid grey;
}
.addressCheckoutTable tbody tr td label {
    margin-top: 10px;
}
@media (max-width: 767px) {
   .addressCheckoutTable tbody tr td label {
        margin-top: 15px;
    } 
}

/* Subscribe Modal */
@media (min-width: 700px) {
    .modal.show {
        padding-right: 0px!important;
    }
    .modal-dialog {
        max-width: 617px;
    }
    .modal-dialog .modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 699px) {
    .modal.show {
        padding-right: 0px!important;
    }
    .modal-dialog {
        max-width: 500px;
    }
    .modal-dialog .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-dialog .modal-body button.close {
        margin-right: 0!important;
    }
    .modal-dialog .modal-body .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        max-width: max-content;
    }
}

/* Address Checkbox */
.hide {
    display: none;
}
.copyError {
    color: #cf122c!important;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: -10px;
}

/* Cookies */
.cc-cookies {
    background: white!important;
    text-shadow: none!important;
    color: #241e3c!important;
    font-weight: 400!important;
    box-shadow: 5px 10px 5px 10px!important;
    font-size: 16px!important;
}
.cc-cookies a, .cc-cookies a:hover {
    color: #009EE3!important;
    text-decoration: none!important;
}
.cc-cookies a.cc-cookie-accept {
    background: #241e3c!important;
    color: white!important;
    letter-spacing: 0.10em!important;
}

/* Body */
body {
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #241e3c;
}
body.home .content {
    width: 100%;
}
h2, h4 {
    letter-spacing: 2px;
}
.container {
    max-width: 1020px;
}
.content {
    position: relative;
}
#navbar {
    position: absolute;
    z-index: 1;
}
a.mintya {
    color: #009EE3!important;
}
a.mintya:hover {
    color: #009EE3!important;
    text-decoration: none;
}
.content p a:hover {
    text-decoration: none;
    color: #009EE3!important;
}
ul.navbar-nav li a:focus, ul.navbar-nav li a:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Navbar */
.navbar {
    position: inherit;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(214, 43, 135, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* .top_border {
    background-image: url(/images/page_candyline.png);
    height: 3px;
    margin-top: 55px;
} */
.top_border {
    background-image: url(/images/page_candyline.png);
    height: 3px;
    /* margin-top: 35px; */
    margin-top: 1px;
}
#top-header .top_border {
    margin-top: 0px;
    height: 3px;
}
footer .top_border {
    margin-top: 0px;
}
div#top-header {
    z-index: 99999;
    margin-top: 35px;
    background-color: #fff;
    letter-spacing: 0.06em;
    font-size: 13px;
    color: #241e3c;
    line-height: 1em; 
    -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
}
div#top-header .header-container {
    width: 100%;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    line-height: 1em;
    font-family: 'gill-sans-nova',sans-serif;
}
div#top-header .header-container li a {
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    display: block;
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
}
div#top-header .header-container li a:hover {
    text-decoration: none;
    color: #9b1252;
}
div#top-header .header-container li .deadlink {
    font-family: 'Gill Sans';
    font-weight: lighter;
    font-size: 13.5px;
    letter-spacing: 0.06em;
    display: block;
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
}
/* div#top-header .header-container li.selected a {
    color: #9b1252!important;
} */
.nav-menu .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.nav-menu .navbar-collapse .navbar-nav li.menu-item a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
}
.nav-menu .navbar-collapse .nav.navbar-nav li.menu-item a {
    position: relative;
    display: block;
    padding: 0px;
}
.nav-menu ul.menu li.menu-item a {
    display: block;
    padding-bottom: .75em;
    color: #241e3c;
}
ul.menu {
    float: left;
    padding-left: 0px;
    display: inline-block;
}
ul.menu li.menu-item {
    text-align: left;
    margin-right: 26px;
    position: relative;
    text-align: right;
    display: inline-block;
    word-wrap: break-word;
}
ul.menu li.menu-item ul.sub-menu {
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    text-align: center!important;
    top: 10px;
    margin-top: 0px;
    margin-top: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    right: 0;
    padding: 1em 0;
    background-color: rgba(255,255,255,0.86);
}
ul.menu li.menu-item:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    left: -50px;
    text-align: center!important;
    top: 20px;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(255,255,255,0.86);
    width: 220px;
}
ul.menu li.menu-item ul.sub-menu li {
    display: block;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
}
ul.menu li.menu-item ul.sub-menu li.menu-item a {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 1em!important;
    font-size: 12px;
    line-height: 1em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 13.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: initial;
}
ul.sub-menu li.menu-item {
    display: block;
    word-wrap: break-word;
    margin-right: 0px!important;
}
ul.sub-menu li.menu-item a {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 1em;
    font-size: 12px;
    line-height: 1em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 13.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
ul.sub-menu li.menu-item:first-child a.shop-nav {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:first-child a.shop-nav:hover {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:nth-child(2) a.shop-nav {
    border-color: #009EE3!important;
    color: #009EE3!important;
}
ul.sub-menu li.menu-item:nth-child(2) a.shop-nav:hover {
    border-color: #009EE3!important;
    color: #009EE3!important;
}
ul.sub-menu li.menu-item:nth-child(3) a.shop-nav {
    border-color: #88A541!important;
    color: #88A541!important;
}
ul.sub-menu li.menu-item:nth-child(3) a.shop-nav:hover {
    border-color: #88A541!important;
    color: #88A541!important;
}
ul.sub-menu li.menu-item:nth-child(4) a.shop-nav {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:nth-child(4) a.shop-nav:hover {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:first-child a {
    border-color: #e9530d!important;
    color: #e9530d!important;
}
ul.sub-menu li.menu-item:nth-child(2) a {
    border-color: #5d3326!important;
    color: #5d3326!important;
}
/* ul.sub-menu li.menu-item:nth-child(3) a {
    border-color: #818121!important;
    color: #818121!important;
} */
ul.sub-menu li.menu-item:nth-child(3) a {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
/* ul.sub-menu li.menu-item:nth-child(4) a {
    border-color: #9b1252!important;
    color: #9b1252!important;
} */
ul.sub-menu li.menu-item:last-child a {
    border-color: #d62b87!important;
    color: #d62b87!important;
}
ul.sub-menu li.menu-item:first-child a.raspberry-nav {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:first-child a.touch-nav {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:first-child a.touch-nav:hover {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:nth-child(2) a.touch-nav {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:nth-child(2) a.touch-nav:hover {
    border-color: #9b1252!important;
    color: #9b1252!important;
}
ul.sub-menu li.menu-item:nth-child(3) a.touch-nav {
    border-color: #88A541!important;
    color: #88A541!important;
}
ul.sub-menu li.menu-item:nth-child(3) a.touch-nav:hover {
    border-color: #88A541!important;
    color: #88A541!important;
}
.sweetie-bag {
    float: right;
    letter-spacing: 0.06em;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
.sweetie-bag .bag {
    display: inline-block;
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #241e3c;
}
.sweetie-bag .cart-contents {
    background-image: url(/images/Shopping_bag_300dpi.png);
    background-size: 24px 27px;
    margin-left: 1px;
    background-repeat: no-repeat!important;
    color: #fff !important;
    padding: 3px 10px 0px 4px;
    position: relative;
    top: -2px;
    left: 5px;
    font-size: 16px!important;
    vertical-align: middle;
    text-align: left;
}
a.cart-info {
    display: none;
}

/* Logo Banner */
.logo-banner {
    height: 212px;
}
.logo-banner .logo-container {
    top: 50px;
    position: relative;
    text-align: center;
}
.logo-banner .logo-container #logo {
    display: inline-block;
    float: none;
    max-height: 130px;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}
.logo-banner .logo-container .search-inline {
    position: absolute;
    right: 0;
    top: -26px;
}
.logo-banner .logo-container .search-inline [type=search] {
    padding-left: 9px!important;
    font-size: 14px;
    border-bottom: 1px solid #241e3c;
    color: rgba(36,30,60,0.5)!important;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    width: 260px;
    float: right;
    border-color: #241e3c;
    border-width: 1px;
    border-radius: 0px;
    margin-bottom: 10px!important;
    padding-bottom: 7px!important;
    font-weight: lighter;
}
.logo-banner .logo-container .search-inline.small [type=search] {
    margin-top: -10px;
}
.logo-banner .logo-container .search-inline [type=search]:focus {
    outline: none;
}
.logo-banner .logo-container .search-inline [type=submit] {
    right: 0px;
    position: absolute;
    background: none;
    border: none;
    padding-top: 3px;
}
.logo-banner .logo-container .search-inline.small {
    display: none;
}
.logo-banner .logo-container .search-inline.small .mobile-search {
    display: none;
}
.closeButton {
    top: -9px!important;
    position: absolute;
    left: -60px;
    width: 30px;
}
.logo-banner .logo-container .search-inline.small button {
    top: -15px;
    right: 15px;
    position: absolute;
    background: none;
    border: none;
    font-size: initial;
}
.logo-banner .logo-container .search-inline.small button:focus {
    outline: none;
}
div#top-header .product-navbar {
    padding-bottom: 18px;
}
div#top-header .product-navbar nav#product-nav {
    display: inline-block;
    width: 100%;
}
div#top-header .product-navbar nav#product-nav ul.nav .col {
    padding: 0px;
    max-width: 20%!important;
    flex: auto;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item {
    padding-right: 0px;
    display: inline-block;
    font-size: 14px;
    word-wrap: break-word;
    position: relative;
    line-height: 1em;
    text-align: center;
    width: 100%;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item a:hover {
    text-decoration: none;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item a:hover img, div#top-header .product-navbar nav#product-nav ul.nav li.menu-item a:hover .text {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item ul.sub-menu {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item:hover ul.sub-menu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding-left: 0px;
    padding-inline-start: 0px;
    position: absolute;
    z-index: 10;
    background-color: rgba(255,255,255,0.81);
    width: 100%;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(1){
    color: #e9530d!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(1) li.menu-item a {
    color: #e9530d!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(1) li.menu-item ul.sub-menu a {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(1) li.menu-item ul.sub-menu li a:nth-child(2) {
    display: block;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(1) li.menu-item ul.sub-menu li.menu-item a {
    color: #e9530d!important;
    border-bottom: 1px solid #e9530d!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(2){
    color: #5d3326!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(2) li.menu-item a {
    color: #5d3326!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(2) li.menu-item ul.sub-menu a {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(2) li.menu-item ul.sub-menu li a:nth-child(2) {
    display: block;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(2) li.menu-item ul.sub-menu li.menu-item a {
    color: #5d3326!important;
    border-bottom: 1px solid #5d3326!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(3){
    color: #9b1252!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(3) li.menu-item a {
    color: #9b1252!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(3) li.menu-item ul.sub-menu a {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(3) li.menu-item ul.sub-menu li a:nth-child(2) {
    display: block;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(3) li.menu-item ul.sub-menu li.menu-item a {
    color: #9b1252!important;
    border-bottom: 1px solid #9b1252!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(4){
    color: #d62b87!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(4) li.menu-item a {
    color: #d62b87!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(4) li.menu-item ul.sub-menu a {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(4) li.menu-item ul.sub-menu li a:nth-child(2) {
    display: block;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(4) li.menu-item ul.sub-menu li.menu-item a {
    color: #d62b87!important;
    border-bottom: 1px solid #d62b87!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(5){
    color: #cf122c!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(5) li.menu-item a {
    color: #cf122c!important;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(5) li.menu-item ul.sub-menu a {
    display: none;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(5) li.menu-item ul.sub-menu li a:nth-child(2) {
    display: block;
}
div#top-header .product-navbar nav#product-nav ul.nav .col:nth-child(5) li.menu-item ul.sub-menu li.menu-item a {
    color: #cf122c!important;
    border-bottom: 1px solid #cf122c!important;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item .img-container {
    margin-bottom: 7px;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item img {
    margin-bottom: 7px;
    height: 36px!important;
    position: relative;
    top: 4px;
}
div#top-header .product-navbar nav#product-nav ul.nav li.menu-item {
    font-size: 23px;
    text-align: center;
}
.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
    width: 100%;
    left: 0;
}
.navbar-collapse.collapsing ul.nav, .navbar-collapse.collapse.show ul.nav {
    width: 100%;
    background-color: #ffffffcc;
    margin-top: 170px;
}
.navbar-collapse.collapse.show ul.nav li.menu-item, .navbar-collapse.collapsing ul.nav li.menu-item {
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #241e3c;
    padding-top: 8px;
    padding-left: 10px;
}

/* Mobile Nav */
.dropdown-toggle::after {
    float: right;
    font-size: x-large;
    margin-right: 10px;
    margin-top: 3px;
}
div#top-header nav.mobile .nav-menu div#navbar {
    top: 200px;
    background-color: rgba(255,255,255,0.9);
    z-index: 20;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item a {
    padding-left: 10px;
    color: #241e3c;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item.dropdown.show {
    padding-bottom: 0px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item.dropdown ul.dropdown-menu {
    border: 0px;
    background: transparent;
    border-top: 1px solid;
    margin-top: 10px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item.dropdown ul.dropdown-menu li {
    height: 35px;
    border-bottom: 1px solid;
    padding-top: 10px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item.dropdown ul.dropdown-menu li:last-child {
    border-bottom: 0px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li.menu-item.dropdown ul.dropdown-menu li a {
    padding-left: 20px;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(2).menu-item.dropdown ul.dropdown-menu li:first-child a {
    color: #9b1252;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(2).menu-item.dropdown ul.dropdown-menu li:nth-child(2) a {
    color: #009EE3;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(2).menu-item.dropdown ul.dropdown-menu li:nth-child(3) a {
    color: #88A541;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(2).menu-item.dropdown ul.dropdown-menu li:nth-child(4) a {
    color: #9b1252;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:first-child a {
    color: #e9530d;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(2) a {
    color: #5d3326;
}
/* div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(3) a {
    color: #818121;
} */
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(3) a {
    color: #9b1252;
}
/* div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(4) a {
    color: #9b1252;
} */
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(4) a {
    color: #d62b87;
}
/* div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(5) a {
    color: #d62b87;
} */
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(3).menu-item.dropdown ul.dropdown-menu li:nth-child(5) a {
    color: #cf122c;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(4).menu-item.dropdown ul.dropdown-menu li:nth-child(1) a {
    color: #9b1252;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(4).menu-item.dropdown ul.dropdown-menu li:nth-child(2) a {
    color: #9b1252;
}
div#top-header nav.mobile .nav-menu div#navbar ul.navbar-nav li:nth-child(4).menu-item.dropdown ul.dropdown-menu li:nth-child(3) a {
    color: #88A541;
}

/* Carousel */
.carousel {
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    height: 450px;
    max-height: none;
    overflow: visible;
}
.carousel .carousel-inner {
    max-height: none;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 450px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.carousel-indicators .active {
    background-color: none!important;
}
.carousel-indicators .active img {
    opacity: 1;
}
.carousel-indicators li {
    width: 60px;
    height: 40px;
    text-indent: 0px;
    background-color: transparent!important;
}
.carousel-indicators li:hover img {
    opacity: 1;
}
.carousel-indicators li img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

/* Intro */
.intro {
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #241e3c;
    font-weight: 500;
    width: 570px;
    margin: auto;
    animation: introGrow 2s;
}
.intro strong {
    font-family: gill-sans-nova;
    font-weight: 400;
    font-style: normal;
}
.intro p {
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #241e3c;
}
.sugarMouse {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
body.shop-only section.boxed-links.four-blocks .sugarMouse {
    padding-top: 10px;
}
@keyframes introGrow {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
.intro .top {
    font-family: 'Affair';
    font-weight: bold;
    letter-spacing: 2px;
    font-variant-ligatures: none;
}
.intro img {
    width: 100%;
}

/* Linked Boxes */
section.boxed-links .box-link .box-image {
    margin-bottom: 9px;
}
section.boxed-links .box-link.unlinked .box-image {
    background-repeat: no-repeat;
    height: 135px;
    background-position: center;
    width: 217.5px;
    margin: auto;
}
section.boxed-links .box-link.unlinked.store-box .box-image {
    height: 120px;
    width: 250px;
}
section.boxed-links .col:nth-child(3) .box-link.unlinked .box-image {
    margin-top: -14px;
    margin-bottom: 14px;
}
section.boxed-links .box-link.unlinked .box-text .description {
    font-size: 18px;
}
section.boxed-links .box-link.unlinked .box-text .description p a {
    color: #241e3c;
}
section.boxed-links .box-link.unlinked .box-text .description p a:hover {
    color: #009EE3!important;
    text-decoration: none;
}
section.boxed-links .box-link .box-image img {
    width: 100%;
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
section.boxed-links .box-link .box-text {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 5px;
}
section.boxed-links .box-link .box-text h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 17px!important;
    font-family: gill-sans-nova;
    font-weight: 400;
}
section.boxed-links .box-link .box-text h2 a {
    text-decoration: none;
    color: #241e3c;
    letter-spacing: initial;
}
section.boxed-links .box-link .box-text .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 20px!important;
}
section.boxed-links .box-link .box-text .description .info {
    width: 230px;
    text-align: center;
    margin: auto;
    font-size: 17px;
}
section.boxed-links .box-link .box-text .description .info a {
    color: #241e3c;
}
section.boxed-links .box-link .box-text .description .info a:hover {
    text-decoration: none;
}
section.boxed-links .box-link .box-text .description .info a p {
    color: #241e3c;
}
body.product section.boxed-links .box-link .box-text .description .info a p {
    width: 100%;
}
section.boxed-links .box-link .box-text .description .cta {
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}
section.boxed-links .box-link .box-text .description .cta a {
    color: #241e3c;
}
section.boxed-links .box-link .box-text .description .cta a:hover {
    text-decoration: none;
}
section.boxed-links .box-link .box-text .description .candy_bottom_border {
    margin-top: -17px;
}
section.boxed-links .unlinked .box-text .description h6 {
    font-size: 0.8rem;
}

/* Product Overview */
body.product section.boxed-links .box-link.unlinked .box-image {
    height: 217.5px;
    background-size: cover;
}
body.product .box-link {
    text-align: center;
}
body.product .box-link .box-text {
    padding-top: 15px;
}
body.product .box-link .box-text .description {
    padding-bottom: 40px;
}
body.product section.boxed-links .box-link.unlinked .box-text .description {
    padding-bottom: 0px!important;
}
body.product .box-link .box-text .description .info p {
    width: 720px;
    margin: auto;
    padding-bottom: 8px;
}
body.product section.boxed-links {
    padding-top: 18px;
}
body.product #ingredients .allergen {
    width: 75px;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
}
body.product #ingredients .allergen .text.free-from p {
    margin-top: -12px;
}
body.product #ingredients .allergen .text p {
    margin-bottom: -12px;
}
body.shop.product form .btn {
    text-align: left;
}
body.shop.product .continueBtn {
    text-align: left;
}
body.shop.product .continueBtn:hover {
    color: white;
    background: #009EE3!important;
}

/* Product Pagination */
.paging a.retro-sweeties {
    color: #e8510d!important;
}
.paging a.chocolates {
    color: #5d3326!important;
}
.paging a.hampers-gifts {
    color: #9b1252!important;
}

/* Footer */
body.home footer {
    padding-left: 0px;
    padding-right: 0px;
}
footer {
    text-align: center;
    width: auto;
}
footer .social {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .social a {
    text-decoration: none;
    color: #241e3c;
    font-weight: lighter;
}
footer .footer-bottom {
    background-color: #241e3c;
    padding: 15px 0 5px;
    min-height: 104px;
    vertical-align: middle;
    margin-top: 60px;
}
footer .footer-bottom .payments {
    margin: 20px 0 0 41px!important;
    float: left;
}
footer .footer-bottom ul.bottom-nav {
    margin-top: 20px!important;
    padding-right: 18px;
    float: right;
    font-size: 15px;
    display: inline-flex;
    list-style: none;
}
footer .footer-bottom ul.bottom-nav li.menu-item {
    display: inline-block;
    padding-right: 22px;
    margin-right: 22px;
    font-size: 14px;
    padding: 15px 0;
}
footer .footer-bottom ul.bottom-nav li.menu-item a {
    color: #ffffff!important;
    font-size: 15px!important;
    letter-spacing: 0.06em!important;
}
footer .footer-bottom ul.bottom-nav li.menu-item a:hover {
    text-decoration: none;
}
footer .subscribe-checkbox {
    float: left;
}
footer .footer-info {
    width: 100%;
    padding: 15px 0 5px;
    min-height: 104px;
    vertical-align: middle;
    margin-top: 60px;
    color: #241e3c!important;
    font-weight: 300!important;
    margin-top: 2px;
    padding-right: 43px;
    font-size: 15px;
    right: 0;
    text-align: right;
}
footer .footer-info a {
    color: #241e3c;
    font-family: gill-sans-nova;
    font-weight: 400;
}
footer .footer-info a:hover {
    color: #009EE3!important;
    text-decoration: none;
}

/* Pages */
h1.page-title {
    font-weight: 300;
    text-align: center;
    padding-top: 60px;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0.10em;
    width: 80%;
    margin: auto;
}
h1.sub-page-title {
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0.10em;
    width: 90%;
    margin: auto;
}
.content {
    width: 720px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}
.content h5 {
    color: #9B1152;
    letter-spacing: 1.5px;
    font-size: 20px;
}
.content p a {
    color: #241e3c;
    word-break: break-word;
}
.content b, .content strong {
    box-sizing: border-box; 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    outline: 0px; 
    background: 0px 0px; 
    vertical-align: baseline; 
    text-size-adjust: 100%; 
    font-family: gill-sans-nova;
    font-weight: 400;
    font-style: normal;
}
.content.intro-content {
    padding-bottom: 35px!important;
}

/* Forms */
.subject-field {
    display: none;
}
form {
    width: 75%;
    margin: auto;
    margin-bottom: 25px;
}
form.add-to-cart {
    width: 100%;
}
form.add-to-cart select {
    border-color: #241e3c;
    border-radius: 0px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 35px;
    font-family: inherit;
    -webkit-appearance: none;
    padding-left: 10px;
    background: url(../images/arrows.png) no-repeat 220px 9px;
    background-size: 10px 15px;
    width: 240px;
    margin-bottom: 20px;
}
form.add-to-cart .btn {
    margin-top: 2px;
}
form.cart textarea {
    resize: none;
    width: 100%;
    /* border: 3px solid #009EE3; */
    border: 1px solid #241e3c;
    /* font-size: 24px; */
    font-size: 19px;
    padding-left: 10px;
    /* height: 140px; */
    height: 160px;
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    color: #241e3c;
}
form.cart textarea::placeholder {
    color: #241e3c;
}
@media (max-width: 767px) {
    form.cart textarea {
        line-height: 25px;
    }
}
.form-group {
    margin-bottom: 5px;
}
.form-control {
    border: 1px solid #241e3c;
    color: #241e3c!important;
    border-radius: 0px;
    letter-spacing: 1px;
    padding: 0.175rem 0.55rem;
}
.form-control:focus {
    color: #241e3c!important;
}
.form-control.form-textarea {
    resize: none;
}
form .btn {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: left;
    font-size: 1rem;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
a.logout {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 250px!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
a.password-btn {
    /* width: 185px!important; */
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 250px!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
.new-password-btn {
    width: 190px!important;
}
body.shop .btn.btn-my-account {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    margin-bottom: 50px;
    font-size: 0.9rem;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
form a.btn-block {
    color: white!important;
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    font-size: 0.9rem;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
form .btn:hover, form .btn:focus, form .btn:active {
    background: #009EE3!important;
    border: none;
    box-shadow: none!important;
}
form .checkbox {
    font-size: medium;
    padding-top: 3px;
}
input[type="date"] {
    min-height: 2rem;
    /* min-height: 90%; */
}
.checkbox-button {
    cursor: pointer;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox-button__input {
    opacity: 0;
    position: absolute;
}
.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    /* margin-right: 12px; */
    margin-right: 3px;
    vertical-align: middle;
    background-color: inherit;
    border: 1px solid #241e3c;
}
.checkbox-button__control.privacy {
    position: relative;
    display: inline-block;
    width: 12px!important;
    height: 12px!important;
    /* margin-right: 12px; */
    margin-right: 3px;
    vertical-align: middle;
    background-color: inherit;
    border: 1px solid #241e3c;
}
.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "\2713";
    display: block;
    position: absolute;
    top: -9px;
    font-size: 13px;
}
.checkbox-button__label {
    font-size: medium;
    line-height: 22px;
}
.checkbox-button__label a {
    color: #241e3c!important;
    text-decoration: none;
}
.checkbox-button__label a:hover {
    color: #009EE3!important;
    text-decoration: none;
}

.box-link.form-image {
    padding-bottom: 30px;
    text-align: center;
}
.box-link.review-image {
    padding-bottom: 30px;
    margin-top: -40px;
    text-align: center;
}
.box-link.ind-image {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 55px;
}

/* Visit */
.product-banner {
    height: 450px;
    /* background-position: center; */
    background-position: left;
    background-repeat: no-repeat;
}
.location .box-image.location img {
    width: 100%;
}
.favourite-section {
    margin-bottom: 45px;
}
.favourite-section .row .col {
    margin-bottom: 10px;
}
.fav-box {
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #d0d0d0;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    margin-top: 0px!important;
    height: 217.5px;
}
.fav-box .image-side {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.fav-box:hover .text-side, .fav-box.active .text-side {
    display: block;
    position: absolute;
    top: 11px;
    height: 91%;
    width: 79%;
    padding-top: 10px!important;
    padding-right: 5px!important;
    padding-bottom: 10px!important;
    padding-left: 5px!important;
    margin-top: 0px!important;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}
.fav-box .text-side {
    display: none;
}
.fav-box .text-side a {
    color: #241e3c;
}
.fav-box .text-side a:hover {
    text-decoration: none;
}
.fav-box .text-side h5 {
    letter-spacing: 1.5px;
}
.fav-box .text-side p {
    line-height: 21px;
}
.fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
    display: block;
    position: absolute;
    top: 11px;
    height: 68%;
    width: 79%;
    padding-top: 10px!important;
    padding-right: 5px!important;
    padding-bottom: 10px!important;
    padding-left: 5px!important;
    margin-top: 0px!important;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}
@media (max-width: 767px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 85%!important;
    }
}
@media (max-width: 710px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        padding-right: 8px!important;
    }
}
@media (max-width: 670px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        padding-left: 0px!important;
        width: 83%;
    }
}
@media (max-width: 575px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 42%!important;
        height: 71%!important;
    }
}
@media (max-width: 550px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 46%!important;
    }
}
@media (max-width: 530px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 48%!important;
    }
}
@media (max-width: 520px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 49%!important;
    }
}
@media (max-width: 500px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 51%!important;
    }
}
@media (max-width: 450px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 55%!important;
    }
}
@media (max-width: 400px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 62%!important;
    }
}
@media (max-width: 375px) {
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 67%!important;
    }
}

.fav-box-text {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 5px;
    margin-top: 9px;
}
.fav-box-text .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 20px!important;
}
.fav-box-text .description .cta {
    padding-top: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.fav-box-text .description .cta a {
    color: #241e3c;
}
.fav-box-text .description .cta a:hover {
    text-decoration: none;
}
.testimonials-section {
    text-align: center;
    padding-bottom: 40px;
}
.testimonials-section .customer {
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.testimonials-section button.moreButton {
    background-color: white;
    color: #9B1252;
    border-color: #9B1252;
    margin-top: 20px;
    width: 250px;
    font-size: smaller;
    border-style: solid;
    border-width: 2px;
}
.testimonials-section .row.more {
    display: none;
}
.testimonials-section .testimonial {
    width: 80%;
    margin: auto;
}
.testimonials-section .testimonial p {
    font-weight: 400;
}

/* Quantity Price Box */
.quantity-price-box {
    width: 207px;
}
.quantity-price-box .stock-level {
    margin-top: -10px;
}
.buttons a.checkoutBtn {
    display: block;
    text-align: left;
    background-color: #241e3c;
    color: white;
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    font-size: 0.9rem;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
    padding-left: 15px;
}

/* Shop */
body.shop.product .open-album {
    color: #e8510d!important;
    font-size: large;
}
body.shop .paging {
    font-size: initial;
    padding-bottom: 20px;
}
body.shop .paging a {
    color:#009EE3;
}
body.shop .text-block.retro-sweeties h3 {
    font-weight: 300;
    color: #e8510d!important;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 0.8em;
    letter-spacing: 0.06em;
}
body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
    font-weight: 300;
    color: #5C3026!important;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0.06em;
}
body.shop .text-block.hampers-gifts h3 {
    font-weight: 300;
    color: #9C1051!important;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 0.8em;
    letter-spacing: 0.06em;
}
body.shop .text-block.ice0cream h3, body.shop .text-block.ice-cream .content h3 {
    font-weight: 300;
    color: #D72B87!important;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0.06em;
}
body.shop ul.products-listing {
    list-style-type: none;
}
/* body.shop .product-filter {
    padding-top: 70px;
} */
body.shop .product-filter {
    padding-top: 20px;
}
/* body.shop .product-listing {
    padding-top: 70px;
    padding-bottom: 30px;
} */
body.shop .product-listing {
    padding-top: 20px;
    padding-bottom: 30px;
}
body.shop .product-listing a:hover {
    text-decoration: none;
}
body.shop .product-listing h2.product-title {
    font-size: 1.1rem;
    text-align: center;
    color: #241e3c;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 10px;
    letter-spacing: initial;
}
body.shop .product-listing .suitable-for {
    position: absolute;
    top: 207px;
    width: 88.5%;
    text-align: center;
    background-color: #EA5C23;
    height: 25px;
    font-size: small;
    color: white;
}
body.shop .product-listing .contains {
    font-size: 0.9rem;
    text-align: center;
    margin-top: -20px;
}
body.shop .product-listing .contains .allergen {
    margin-top: -30px;
    font-weight: 400;
}
body.shop .product-listing .weight-price {
    text-align: center;
    font-size: 1rem;
    margin-top: -20px;
}
body.shop .product-listing .weight-price .weight {
    display: inline-block;
}
body.shop .product-listing .weight-price .price {
    display: inline-block;
    font-weight: 400;
}
body.shop .product-filter h5 {
    font-size: 1rem;
    font-weight: 400;
}
body.shop .product-filter form {
    margin: 0px;
    width: 100%;
}
body.shop .product-filter form ul {
    list-style-type: none;
    padding-left: 0px;
    border-top: 1px solid;
    padding-top: 10px;
}
body.shop .product-filter form ul li {
    font-size: 1rem;
    height: 25px;
}
body.shop .product-filter form ul li input {
    margin-right: 10px;
}
body.shop .product-filter form ul li label {
    font-size: 11px;
}
body.shop .product-filter form .btn.filter-button {
    width: 100%;
}
body.shop h3.product-title {
    font-size: 2.2rem;
}
body.shop .btn {
    color: white;
}
body.shop h4 {
    display: inline-block;
}
body.shop h4.product-price {
    padding-right: 10px;
    font-family: gill-sans-nova;
    font-weight: 400;
    font-style: normal;
    letter-spacing: initial;
}
body.shop h4.product-weight {
    font-weight: 400;
    padding-right: 10px;
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    letter-spacing: initial;
}
body.shop.product .nav-tabs {
    margin-top: 25px;
    border-bottom: 0px;
}
body.shop.product .nav-tabs .nav-item {
    text-align: left;
}
body.shop.product .nav-tabs .nav-item a {
    color: #241e3c;
    font-size: large;
    letter-spacing: 1px;
}
body.shop.product .nav-tabs .nav-item a.active {
    border-bottom: 1px solid #241e3c;
    text-decoration: none;
    margin: 0px;
    width: 100%;
    display: inline-block;
}
body.shop.product .tab-content {
    background-color: #F8F8F9;
    padding: 20px;
    font-size: initial;
}
body.shop.product .tab-content .contains {
    text-align: left;
}
body.shop.product .tab-content .contains .text {
    padding-top: 10px;
}
body.shop.product .tab-content .contains .text .allergen {
    font-weight: 400;
}
body.shop.product .similar-products {
    margin-top: 20px;
}
body.shop.product .similar-products .owl-carousel .owl-prev {
    position: absolute;
    top: 20%;
    margin-left: -20px;
    display: block !important;
    border:0px solid #241e3c;
}
body.shop.product .similar-products .owl-carousel .owl-next {
    position: absolute;
    top: 20%;
    right: -25px;
    display: block !important;
    border:0px solid #241e3c;
}
body.shop.product.retro-sweeties .content h3 {
    font-weight: 300;
    color: #e8510d!important;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 23px;
    font-size: 48px;
    line-height: 0.8em;
    letter-spacing: 0.06em;
}
body.shop.product .review {
    margin: unset;
}
.owl-prev i, .owl-next i {
    color: #ccc;
}
body.shop .box-link {
    padding-top: 60px;
    text-align: center;
}
body.shop .box-link .box-image img {
    width: 100%;
}
body.shop section.side-blocks .box-link .box-image {
    margin-bottom: 9px;
}
body.shop section.side-blocks .box-text {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 5px;
}
body.shop section.side-blocks .box-text h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 17px!important;
    font-family: gill-sans-nova;
    font-weight: 400;
}
body.shop section.side-blocks .box-text .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 20px!important;
}
body.shop section.side-blocks .box-text .description .info a p {
    width: 100%;
}
body.shop section.side-blocks .box-text .description .info a:hover {
    text-decoration: none;
}
body.shop .box-link .box-text {
    text-align: center;
}
body.shop .box-link .box-text h2 {
    padding-bottom: 0px;
    line-height: 18px;
    font-size: 15px!important;
    font-family: gill-sans-nova;
    font-weight: 400;
    padding-top: 10px;
}
body.shop .box-link .box-text h2 a {
    text-decoration: none;
    color: #241e3c;
    letter-spacing: initial;
}
body.shop .box-link .box-text .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 20px!important;
}
body.shop .box-link .box-text .description .info {
    width: 200px;
    text-align: center;
    margin: auto;
}
body.shop .box-link .box-text .description .info a {
    color: #241e3c;
}
body.shop .box-link .box-text .description .cta {
    padding-top: 5px;
    font-size: 13px;
}
body.shop .box-link .box-text .description .cta a:hover {
    text-decoration: none;
}
body.shop .box-link .box-text .description .cta a {
    color: #241e3c;
}
body.shop .box-link .box-text .description .candy_bottom_border {
    margin-top: -17px;
}
body.shop.product .product-listing .reviews .owl-carousel.review-carousel img {
    width: 60px;
}
body.shop.product .product-listing .reviews .owl-carousel.review-carousel .comment {
    padding-left: 10px;
    font-family: gill-sans-nova;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 20px;
}
body.shop.product .product-listing .reviews .owl-carousel.review-carousel .comment strong {
    font-weight: 400;
    font-size: 20px;
}
/* body.shop.product .side-blocks {
    padding-top: 50px;
} */
body.shop.product .side-blocks .box-link {
    padding-top: 20px;
}
body.shop.product .side-blocks .box-link:nth-child(2) {
    padding-top: 0px;
}
body.shop.product .side-blocks .box-link .box-text .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 0px!important;
    padding-bottom: 0px;
}
.sweetie-bag .cart-contents:hover {
    text-decoration: none;
}
section.boxed-brands img {
    width: 100%;
}
body.shop.cart .top_border {
    margin-top: 0px;
}

table thead tr th {
    font-weight: 300;
}
.order-info dl dt {
    font-weight: 400;
}
.continueBtn {
    background-color: #241e3c;
    color: white;
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    font-size: 0.9rem;
    width: 225px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
    padding-left: 15px;
}
@media (max-width: 600px) {
    .continueBtn {
        width: 235px;
    }
}
button.continueBtn {
    background-color: #241e3c;
    color: white;
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    font-size: 0.9rem;
    width: 207px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
    padding-left: 15px;
}
@media (max-width: 570px) {
    button.continueBtn {
        width: 213px;
    }
}

.product-listing .btn {
    float: left;
}
body.product form {
    width: 100%!important;
}

body.shop-only section.boxed-links {
    margin-bottom: 65px;
}
body.shop-only section.boxed-links.four-blocks {
    margin-bottom: 0px;
}

body.shop .cart table th {
    font-weight: 400;
}
.table th {
    font-weight: 400;
}
body.shop.checkout .hide-address {
    display: none;
}
body.shop .cart form select {
    border-color: #241e3c;
    border-radius: 0px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 35px;
    font-family: inherit;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-transform: none;
    appearance: none;
    padding-left: 10px;
    background: url(../images/arrows.png) no-repeat 230px 9px;
    background-size: 10px 15px;
    width: 250px;
}
body.shop .cart .callbackLabel {
    font-size: 20px;
}
body.shop .cart .subtotal {
    text-align: right;
}

/* Checkmark */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/* Cart Toast */
#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #241e3c;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    right: 30px;
    top: 60px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img {
	width: 50px;
	height: 50px;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #241e3c;
    color: #fff;
}
#toast .toast-body{
    color: #fff;
    padding: 16px;
    overflow: hidden;
	white-space: nowrap;
}
#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 30px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 400px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 400px}
}
@-webkit-keyframes stay {
    from {min-width: 400px} 
    to {min-width: 400px}
}

@keyframes stay {
    from {min-width: 400px}
    to {min-width: 400px}
}
@-webkit-keyframes shrink {
    from {min-width: 400px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 400px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {top: 30px; opacity: 1;} 
    to {top: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 60px; opacity: 0;}
}

/* Shop Chocolate Brands */
body.shop section.boxed-brands {
    padding-top: 70px;
    padding-bottom: 30px;
}
body.shop section.boxed-brands h2 {
    font-size: 1.1rem;
    text-align: center;
    color: #241e3c;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 10px;
    letter-spacing: initial;
}
body.shop section.boxed-brands h2:hover {
    text-decoration: none;
}
body.shop form#brands {
    width: 100%;
}
body.shop form#brands label:hover {
    cursor: pointer;
}

/* body.shop.product form .btn {
    width: 105px;
    margin-right: 10px;
    height: 33px;
    margin-top: 2px;
    padding-left: 16px;
    padding-top: 4px;
} */
body.shop.product form .btn {
    width: 145px;
    margin-right: 10px;
    /* height: 33px; */
    height: 38px;
    margin-top: 2px;
    padding-left: 16px;
    padding-top: 4px;
}

/* Shop Cart */
body.shop .cart-options .btn {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 250px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
body.shop .cart-options .btn.checkout-sign {
    float: right;
    width: 250px;
}
body.shop .cart-options .btn.checkout-guest {
    float: right;
    width: 250px;
    margin-top: -15px;
}
body.shop .cart-options .btn.logout {
    margin-top: -38px;
}
body.sccount .btn.logout {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
body.shop .cart-options .btn.checkout {
    float: right;
}
body.shop .discount {
    text-align: right;
}
body.shop .cart form {
    width: 100%;
}
body.shop .cart form.cart {
    margin-bottom: -20px!important;
}
/* body.shop input[type=number] {
    width: 50px;
    height: 32px;
    font-size: large;
    border-radius: 0px;
} */
body.shop input[type=number] {
    width: 38px;
    height: 38px;
    float: right;
    font-size: large;
    border-radius: 0px;
    margin-top: 3px;
    border-color: #241e3c;
    color: #241e3c;
    border-width: 1px;
}
body.shop .cart .table > tfoot > tr > td {
    vertical-align: middle;
} 
body.shop .cart .discount {
    color: #9b1252;
    display: inline-block;
    float: left;
    width: 33%;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* .deliverySelection .deliveryRight {
    position: absolute;
    right: 30%;
}
@media (max-width: 800px) {
    .deliverySelection .deliveryRight {
        position: absolute;
        right: 34%;
    }
}
@media (max-width: 680px) {
    .deliverySelection .deliveryRight {
        position: absolute;
        right: 60px;
    } 
}
@media (max-width: 600px) {
    .deliverySelection .deliveryRight {
        position: absolute;
        right: 75px;
    } 
}
@media (max-width: 575px) {
    .deliverySelection .deliveryRight {
        position: absolute;
        right: 25px;
    } 
} */
@media (max-width: 768px) {
    .deliveryTable p {
        margin-bottom: 6px!important;
    }
}
@media (max-width: 767px) {
    .customerUpdateForm {
        margin-top: 0px!important;
    }
    .customerUpdateForm .updateCustomerBtn {
        margin-bottom: 20px!important;
    }
}
@media (max-width: 800px) {
    body.shop .cart .discount {
        width: 44%;
    }
}
@media (max-width: 600px) {
    body.shop .cart .discount {
        margin-bottom: 55px;
    }
    #form3_discount_code {
        padding-top: 5px;
    }
}
body.shop .cart-options {
    padding-bottom: 30px;
    padding-right: 26px;
    padding-top: 35px;
}
td.actions {
    /* float: right; */
    float: left;
    border-top: none;
}
.minus-btn {
    width: 35px;
    background-color: transparent!important;
    border-width: 1px!important;
    border-right-width: 0px;
    width: 32px;
    height: 32px;
    font-size: large;
    border-radius: 0px;
    border: 1px solid #241e3c;
    border-color: #241e3c!important;
    color: #241e3c!important;
    float: left;
    line-height: 25px;
}
.plus-btn {
    width: 35px;
    background-color: transparent!important;
    border-width: 1px!important;
    border-left-width: 0px;
    width: 32px;
    height: 32px;
    font-size: large;
    border-radius: 0px;
    border: 1px solid #241e3c;
    border-color: #241e3c!important;
    color: #241e3c!important;
    float: left;
    line-height: 29px;
}
.cartQty {
    float: left!important;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-top: 0px!important;
    height: 32px!important;
    width: 32px!important;
}
.voucherLabel, #form3_discount_code {
    width: 100%;
    height: 35px;
}
#form3_discount_code {
    padding-left: 10px;
    font-size: 16px;
    border-radius: 0px;
}
#form3_discount_code::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #241e3c;
  opacity: 1; /* Firefox */
}
#form3_discount_code:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #241e3c;
}
#form3_discount_code::-ms-input-placeholder { /* Microsoft Edge */
  color: #241e3c;
}

.giftMessage {
    width: 100%;
    margin-top: 25px;
}
.giftMessageBtn {
    margin-top: 25px!important;
    margin-bottom: 25px;
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.voucherCode {
    float: right!important;
    margin-top: 25px;
    margin-bottom: 25px;
}
.remove_cart {
    margin-top: 10px;
    width: 102px!important;
}
/* @media (max-width: 600px) {
    .remove_cart {
        position: relative;
        left: -200px;
    }
} */
.confirm-shipping {
    float: right!important;
    width: 250px!important;
}
.deliveryTable {
    font-size: 16px;
}
.deliveryTable p {
    margin-bottom: 0px;
}
.deliveryTable .deliverySelection {
    margin-top: 25px;
}
.deliveryTable .deliverySelection .deliveryRight .btn {
    width: 160px!important;
}
.deliveryTable .deliverySelection .deliveryLeft {
    float: left;
}
.deliveryForm {
    margin-bottom: 0px!important;
    margin-top: -10px;
}
.deliveryFormFooter {
    padding-top: 25px;
    font-weight: 500;
    font-size: 20px;
}
.addresses {
    border: none;
}
.addresses th {
    border: none;
    font-weight: 500;
}
.addresses td {
    border: none;
}
@media screen and (max-width: 600px) {
    body.shop .cart .table > tbody > tr > td .form-control {
		width: 20%;
		display: inline !important;
	}
	body.shop .actions .btn {
		width: 36%;
		margin: 1.5em 0;
	}
	body.shop .actions .btn-info {
		float: left;
	}
	body.shop .actions .btn-danger {
		float: right;
	}
	table#cart thead { 
        display: none; 
    }
	table#cart tbody td { 
        display: block; 
        padding: .6rem; 
        min-width: 320px;
    }
	table#cart tfoot td {
        display: block; 
    }
    table#cart tfoot td .btn {
        display: block;
    }
}

/* Shop Login/Register */
body.login-register .login-btn {
    float: left!important;
}

/* Shop Checkout */
body.checkout form {
    width: 100%;
}
body.checkout form#form3_order_address {
    margin-top: 20px;
    margin-bottom: 0px;
}
body.checkout form .btn-confirm-address {
    width: 338px;
    float: left;
}
/* body.checkout .static-cart {
    margin-top: 20px;
} */
body.checkout .stripe-btn {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
body.checkout .static-cart .cart {
	width: 100%;
    border-collapse: collapse;
    /* margin-bottom: 20px; */
}
body.checkout .static-cart .cart th {
	font-weight: 600;
}
body.checkout .static-cart .cart td, body.checkout .static-cart .cart th {
	border-bottom: 1px solid grey;
	vertical-align: top;
    padding: 3px;
    font-weight: 400;
}
body.checkout .static-cart cart .total, body.checkout .static-cart .cart .money {
	text-align: right;
}
body.checkout .static-cart .discount {
	max-width: 300px;
}
body.checkout .static-cart b {
	font-weight: 400;
}
body.checkout .static-cart i {
	font-style: italic;
	font-size: small;
	color: rgba(0, 0, 0, 0.6);
}
body.checkout .static-cart input[type=number] {
	width: 35px;
}
body.checkout table.addresses .btn {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: right;
    width: 160px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
body.checkout form.password .btn {
    width: 220px;
}
.agree {
    margin-bottom: 20px;
}

/* Checkout Addresses */
.table#addresses thead th {
    border-bottom: 0px;
    border-top: 0px;
}
.table#addresses td {
    padding: 0rem;
}

/* Shop Account */
body.account form {
    width: 100%;
}
body.account h3 {
    font-weight: 400;
}
body.account legend {
    font-weight: 400;
}
body.account .order-history {
    margin-bottom: 20px;
}
body.account .order-history table {
    width: 100%;
}
body.account .order-info .btn-back-order {
    background: #241e3c;
    border-width: 0px!important;
    border-color: #241e3c;
    border-radius: 0px;
    float: left;
    width: 256px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 25px;
}

/* Search */
body.search .top_border {
    margin-top: 0px!important;
}
body.search .product-listing {
    padding-top: 70px;
}
body.search .product-listing h2.product-title {
    font-size: 1.1rem;
    text-align: center;
    color: #241e3c;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 10px;
    letter-spacing: initial;
}
body.search .product-listing .suitable-for {
    position: absolute;
    top: 207px;
    width: 88.5%;
    text-align: center;
    background-color: #EA5C23;
    height: 25px;
    font-size: small;
    color: white;
}
body.search .product-listing .contains {
    font-size: 0.9rem;
    text-align: center;
    margin-top: -20px;
}
body.search .product-listing .contains .allergen {
    margin-top: -30px;
    font-weight: 400;
}
body.search .product-listing .weight-price {
    text-align: center;
    font-size: 1rem;
    margin-top: -20px;
}
body.search .product-listing .weight-price .weight {
    display: inline-block;
}
body.search .product-listing .weight-price .price {
    display: inline-block;
    font-weight: 400;
}

/* Ice Cream */
.fancybox-caption__body h6 {
    letter-spacing: 1px;
}

/* Default */
body.default .top_border {
    margin-top: 0px!important;
}

/* Social Links */
.social-links a:hover {
    text-decoration: none;
}

@media (max-width: 1050px) {
    body.shop .product-filter {
        padding-left: 30px;
    }
    body.shop .product-listing {
        padding-right: 30px;
    }
}
@media (max-width: 1020px) {
    div#top-header .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fav-box .text-side p {
        /* line-height: 19px; */
        line-height: 17px;
    }
    .fav-box:hover .text-side, .fav-box.active .text-side {
        padding-left: 3px!important;
    }
}
@media (max-width: 991px) {
    .form-control.form-textarea {
        padding-left: 7px;
    }
    .search {
        margin-top: 15px;
    }
    div#top-header {
        margin-top: 5px;
    }
    .sweetie-bag {
        top: -25px;
    }
    .sweetie-bag .bag {
        display: none;
    }
    .logo-banner .logo-container {
        top: 40px;
    }
    .logo-banner .logo-container #logo {
        max-height: 100px;
        margin-top: 15px;
    }
    .carousel {
        margin-top: -40px;
    }
    .search-inline.large {
        display: none;
    }
    .search-inline.small {
        display: block!important;
    }
    .logo-banner .logo-container .search-inline.small button {
        margin-top: 15px;
    }
    body.home section.boxed-links .box-link .box-image {
        width: 240px;
    }
    section.boxed-links .box-link .box-image {
        width: auto;
        margin: auto;
        padding-bottom: 10px;
    }
    section.side-blocks .box-link .box-text .description .info {
        width: auto;
    }
    .fav-box:hover .text-side {
        /* width: 82%; */
        width: 78%;
        font-size: 14px;
    }
    .fav-box.new-intro-boxes:hover .text-side, .fav-box.new-intro-boxes.active .text-side {
        width: 86%;
    }
}
@media (max-width: 800px) {
    .fav-box:hover .text-side {
        font-size: 12px;
    }
    .content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 768px) {
    .content {
        width: 100%!important;
    }
    .container {
        max-width: 720px!important;
    }
    .carousel {
        margin-top: -40px;
        width: 500px;
        height: 210px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel .carousel-item img {
        width:100%;
    }
    .product-banner {
        width: 500px;
        height: 210px;
        margin: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .logo-banner .logo-container .search-inline.small button {
        margin-top: 5px;
    }
    table .variant {
        font-size: 1.25rem;
    }
    table tfoot {
        font-size: 15px;
        line-height: 14px;
    }
    .confirm-shipping {
        margin-bottom: 15px;
    }
    body.product .box-link .box-text {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.product .box-link .box-text .description .info p {
        width: 100%;
    }
}
@media (max-width: 767px) {
    footer .footer-info {
        padding-right: 0px;
        text-align: center;
    }
    @-webkit-keyframes fadein {
        from {top: 0; opacity: 0;} 
        to {top: 30px; opacity: 1;}
    }
    
    @keyframes fadein {
        from {top: 0; opacity: 0;}
        to {top: 30px; opacity: 1;}
    }
    
    @-webkit-keyframes expand {
        from {min-width: 50px} 
        to {min-width: 290px}
    }
    
    @keyframes expand {
        from {min-width: 50px}
        to {min-width: 290px}
    }
    @-webkit-keyframes stay {
        from {min-width: 250px} 
        to {min-width: 290px}
    }
    
    @keyframes stay {
        from {min-width: 290px}
        to {min-width: 290px}
    }
    @-webkit-keyframes shrink {
        from {min-width: 290px;} 
        to {min-width: 50px;}
    }
    
    @keyframes shrink {
        from {min-width: 290px;} 
        to {min-width: 50px;}
    }
    
    @-webkit-keyframes fadeout {
        from {top: 30px; opacity: 1;} 
        to {top: 60px; opacity: 0;}
    }
    
    @keyframes fadeout {
        from {top: 30px; opacity: 1;}
        to {top: 60px; opacity: 0;}
    }
    .carousel {
        margin-top: -5px;
    }
    .logo-banner {
        height: 175px;
    }
    body.shop .box-link .box-image img {
        width: 93%;
    }
    .logo-banner .logo-container #logo {
        margin-top: 0px;
    }
    .fav-box:hover .text-side {
        height: 92%;
        width: 82%!important;
    }
    .fav-box {
        margin: auto;
    }
    .location .box-image.location {
        height: 500px;
        width: 500px;
        margin: auto;
    }
    .intro {
        width: 350px;
    }
    .content {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    body.shop .product-filter {
        padding-right: 30px;
    } 
    body.shop .product-listing {
        padding-left: 30px;
        padding-top: 30px;
    }
    section.boxed-links .box-link .box-image {
        width: 240px;
    }
    body.shop .box-link .box-text .description .info {
        width: 200px;
    }
    body.shop.product .side-blocks {
        padding-left: 0px;
    }
    footer .footer-bottom {
        /* height: 300px; */
        height: 270px;
    }
    footer .footer-bottom .payments {
        margin: 33px 0 0 0px!important;
        float: none;
    }
    footer ul.bottom-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .footer-bottom ul.bottom-nav li.menu-item {
        padding-right: 0px!important;
        margin-right: 0px!important;
        padding: 0!important;
    }
    footer .footer-bottom ul.bottom-nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .carousel {
        width: 550px;
        height: 245px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel .carousel-inner {
        height: 300px;
    }
    .carousel .carousel-item img {
        width:100%;
    }
}
@media (max-width: 620px) {
    .carousel {
        width: 500px;
        height: 220px;
    }
    .carousel .carousel-inner {
        height: 220px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
}
@media (max-width: 600px) {
    body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
        font-size: 38px;
    }
    body.shop .actions .btn-danger {
        /* float: left; */
        position: absolute;
        left: 25px;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .fav-box {
        height: 250px;
        width: 250px;
    }
    .fav-box:hover .text-side {
        width: 43%!important;
    }
}
@media (max-width: 570px) {
    .carousel {
        width: 470px;
    }
    .quantity-price-box {
        width: 213px;
    }
    .continueBtn {
        padding-right: 21px;
    }
}
@media (max-width: 550px) {
    .product-banner {
        width: 100%;
    }
    footer .footer-bottom {
        min-height: 240px;
    }
    .fav-box:hover .text-side {
        width: 46%!important;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel {
        width: 100%;
        height: 200px;
    }
    h1.page-title {
        font-size: 40px;
    }
    h1.sub-page-title {
        font-size: 40px;
    }
}
@media (max-width: 525px) {
    .fav-box:hover .text-side {
        width: 48%!important;
    }
}
@media (max-width: 520px) {
    .carousel {
        width: 440px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
@media (max-width: 510px) {
    .location .box-image.location {
        height: 470px;
        width: 470px;
        margin: auto;
    }
}
@media (max-width: 500px) {
    body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
        font-size: 30px;
    }
    .fav-box:hover .text-side {
        width: 51%!important;
    }
    .carousel {
        width: 100%;
        height: 170px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
}
@media (max-width: 480px) {
    .location .box-image.location {
        height: 430px;
        width: 430px;
        margin: auto;
    }
    .confirm-shipping {
        float: left!important;
        width: 250px!important;
    }
}
@media (max-width: 475px) {
    .carousel {
        width: 100%;
    }
    h1.page-title {
        font-size: 40px;
    }
    h1.sub-page-title {
        font-size: 40px;
    }
    body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
        font-size: 43px;
    }
    body.product .box-link .box-text .description .info p {
        width: auto;
    }
}
@media (max-width: 463px) {
    body.shop .cart form select {
        margin-bottom: 15px;
    }
}
@media (max-width: 450px) {
    .fav-box:hover .text-side {
        width: 55%!important;
    }
    .carousel {
        width: 360px;
        height: 160px;
    }
    .carousel .carousel-inner {
        height: 150px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .location .box-image.location {
        height: 390px;
        width: 390px;
    }
    .checkbox-button__control {
        margin-right: 0px!important;
    }
    .checkbox-button__label {
        font-size: 13px!important;
    }
}
@media (max-width: 445px) {
    .location .box-image.location {
        height: 400px;
        width: 400px;
        margin: auto;
    }
}
@media (max-width: 430px) {
    .carousel {
        width: 100%;
        height: 150px;
    }
    .intro {
        width: 320px;
    }
    .location .box-image.location {
        height: 350px;
        width: 350px; 
    }
}
@media (max-width: 425px) {
    body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
        font-size: 40px;
    }
    h1.page-title {
        font-size: 40px;
    }
    h1.sub-page-title {
        font-size: 40px;
    }
    .fav-box:hover .text-side {
        width: 58%!important;
    }
}
@media (max-width: 420px) {
    h1.page-title {
        font-size: 30px;
    }
    h1.sub-page-title {
        font-size: 30px;
    }
}
@media (max-width: 410px) {
    .location .box-image.location {
        height: 360px;
        width: 360px;
        margin: auto;
    }
}
@media (max-width: 400px) {
    .fav-box:hover .text-side {
        width: 62%!important;
    }
    .location .box-image.location {
        height: 330px;
        width: 330px;
    }
    .intro {
        width: 275px;
    }
    .carousel {
        height: 140px;
    }
    h1.page-title {
        font-size: 35px;
    }
    h1.sub-page-title {
        font-size: 35px;
    }
}
@media (max-width: 375px) {
    .carousel {
        width: 100%;
        height: 150px;
    }
    .carousel .carousel-inner {
        height: 150px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-indicators li img {
        width: 30px;
        height: 30px;
    }
    .intro {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .logo-banner .logo-container .search-inline.small button {
        margin-top: 5px;
    }
    body.shop .text-block.chocolate h3, body.shop .text-block.chocolates .content h3 {
        font-size: 28px;
        line-height: 0.9em;
    }
    body.shop .text-block.retro-sweeties h3 {
        font-size: 28px;
        line-height: 0.9em;
    }
    body.shop .text-block.hampers-gifts h3 {
        font-size: 28px;
        line-height: 0.9em;
    }
    .confirm-shipping {
        margin-bottom: 15px;
    }
    .update-code {
        margin-bottom: 15px;
    }
    body.shop.cart table#cart button, body.shop.cart .update-code, body.shop.cart input.confirm-shipping, body.shop.cart a.btn.checkout-sign, body.shop.cart a.btn.checkout-guest, .confirm-shipping {
        float: left!important;
    }
    body.shop.cart a.btn.checkout-sign, body.shop.cart a.btn.checkout-guest {
        margin-left: 10px;
    }
    body.shop.cart table#cart .subtotal {
        text-align: left;
    }
    body.shop.cart .remove_cart {
        margin-right: 10px;
    }
    body.account .order-history table {
        font-size: initial;
    }
    .continue-shopping {
        margin-left: 10px;
    }
    .btn.checkout {
        float: left!important;
        margin-top: 10px!important;
        margin-left: 10px;
    }
    table.addresses {
        font-size: initial;
    }
    body.checkout table.addresses .btn {
        width: 100px;
    }
    body.checkout form {
        width: 85%;
        font-size: 20px;
    }
    h1.page-title {
        font-size: 30px;
    }
    h1.sub-page-title {
        font-size: 30px;
    }
    .location .box-image.location {
        height: 300px;
        width: 300px;
    }
    .fav-box:hover .text-side {
        width: 67%!important;
    }
    body.shop .cart .discount {
        margin-right: 20px;
        margin-bottom: -20px;
        width: 50%;
    }
    body.shop.cart .voucherCode {
        margin-bottom: 65px;
    }
}
@media (max-width: 360px) {
    .carousel {
        width: 100%;
        height: 132px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel-indicators li img {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 350px) {
    .carousel {
        height: 115px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    h1.page-title {
        font-size: 30px;
    }
    h1.sub-page-title {
        font-size: 30px;
    }
    .location .box-image.location {
        height: 270px;
        width: 270px;
    }
    .logo-banner .logo-container #logo {
        max-height: 80px;
    }
    .box-link.ind-image .box-image img {
        width: 150px;
    }
    .box-link.review-image .box-image img {
        width: 150px;
    }
    .box-link.form-image .box-image img {
        width: 150px;
    }
    .fav-box:hover .text-side {
        width: 72%!important;
    }
}
@media (max-width: 325px) {
    h1.page-title {
        font-size: 25px;
    }
    h1.sub-page-title {
        font-size: 25px;
    }
    .fav-box:hover .text-side {
        width: 78%!important;
    }
}
@media (max-width: 320px) {
    .carousel {
        width: 270px;
        height: 121px;
    }
    .intro {
        width: 270px;
    }
}
@media (max-width: 300px) {
    .fav-box:hover .text-side {
        width: 85%!important;
    }
}