
:root {
    --light: rgb(218, 219, 214); /*GREIGE*/
    --primary-new: rgb(72, 78, 87); /*DARK GREY*/
    --secondary-new: rgb(192, 225, 147); /*LIME GREEN*/
    --third: rgb(112, 48, 121); /*Purple*/
    --fourth: rgb(184, 117, 45); /*Tan*/
    --fourth-linear: linear-gradient(to left, rgb(225, 167, 108) 50%, rgb(197, 119, 44) 50%);
    --fifth: #8f8c8b;
    --sixth: rgb(171, 186, 210); /*Powder blue*/
    --text-color-default: #000;
    --text-color: rgb(190, 223, 147);
}

@font-face {
    font-family: Idealist;
    src: url('/_apps/1823cellar.co.uk/php_theme_includes/files/FONTS/Idealist.otf');
}
@font-face {
    font-family: Baskerville;
    src: url('/_apps/1823cellar.co.uk/php_theme_includes/files/FONTS/Baskerville-01.ttf');
}





body {
    font-family: MONTSERRAT;
    background-color: var(--light) !important;
}

h1, h2, h3 {
    color: var(--third);
    border-bottom: 0px;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 35px;
    line-height: 40px;
}
a:hover, a:focus{
    color: var(--primary-new);
}
.form-item label{
    color: var(--third);
}

.btn-secondary{
    background: var(--secondary-new) !important;
    color: var(--primary-new) !important;
}

.btn.btn-default, 
.btn.btn-primary, 
.btn-default, 
.btn-primary {
    background-color: var(--secondary-new);
    color: var(--primary-new);
    font-weight: 600;
}
.btn.btn-default:hover, 
.btn.btn-primary:hover, 
.btn-default:hover, 
.btn-primary:hover,
.btn.btn-default:focus, 
.btn.btn-primary:focus, 
.btn-default:focus, 
.btn-primary:focus {
    background-color: var(--primary-new);
    color: var(--light);
}

.btn.btn-pink,
.btn.bg-secondary {
    background-color: var(--sixth);
    color: var(--primary-new);
}

.ctaBlocks {
    margin: 0px;
}

#cookies_simple a:hover, 
#cookies_simple a:focus,
#cookies_simple a:focus, 
#cookies_complex .btn,
#cookieplate h5 {
    color: var(--primary-new);
}
.cookies_mode_accepted.btn,
.cookies_mode_accepted:hover{
    color: #fff;
}
/*Header*/
#header {
    background: var(--primary-new);
}
#header_bottom {
    background-color: var(--primary-new);
    color: var(--secondary-new);
}
#header_bottom ul#main_menu > li > a{
    font-family: 'Idealist';
    color: var(--secondary-new);
    text-transform: none;
    font-weight: 100;
    font-size: 26px;
}
#header_bottom ul#main_menu > li > a:hover{
    color: var(--light) !important;
}
body #header_bottom ul#main_menu > li > .sub_menu li a{
    color: var(--primary-new);
    font-family: 'Idealist';
    font-size: 30px;
    line-height: 40px;
}

#header_bottom ul#main_menu > li > .sub_menu li ul li a{
    font-size: 25px;
    line-height: 25px;
}
#header_mid .loginLink a > span:first-child, 
.colour4bg, #header_mid .cart_text a > span:first-child, #header_mid .cart_text a:last-child,
#header_mid form#search_form input[type="submit"],
#mobileSearch form#search_form input[type="submit"],
#header_mid i{
    background: var(--fourth);
    color: var(--light);
    border-color: none;
}
#header_mid .cart_text i,
#header_mid form#search_form i, #mobileSearch form#search_form i,
#header_mid .account-link i,
#header_mid #searchLink i{
    color: var(--light) !important;
}
#header_mid .cart_text span:last-child{
    color: var(--light);
}
#header_mid form#search_form input[type="submit"],
#header_mid form#search_form input[type="text"]{
    height: 32px;
}
#header_mid form#search_form input[type="text"]{
   background-color:var(--fifth);
   border-color: var(--fifth);
   color: white;
}
#header_mid form#search_form input[type="text"]::placeholder{
    color: #fff;
}
#header_mid > .container > .row > [class*="col-"] img.logo{
    height: unset;
    width: unset;
}
#header_bottom ul#main_menu > li > a > span{
    padding: 0px;   
}
#header_bottom ul#main_menu > li > a > span.close_menu{
    background-color: var(--primary-new);
}

@media (max-width: 992px) { 
    #main_menu .sub_menu small{
        display: none;
    }
        
    #header_mid > .container > .row > [class*="col-"] img.logo{
        max-width: 80%;
    }
}

/*Homepage*/
.HomeText {
    margin: 50px;
}
.HomeText h1 {
    font-family: Idealist;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 60px;
}
.HomeText .desctext {
    color: var(--third);
    text-transform: uppercase;
}
.HomeText .desctext2 {
    width: 75%;
    margin: 20px auto;
    font-family: Baskerville;
    font-style: italic;
    font-size: 18px;
}
.HomeText .images {
    display: flex;
}
.HomeText .images a {
    width: 25%;
    padding: 10px;
}

.homepage > .container {
    width: 100%;
    margin: 0px;
    max-width: unset;
    padding: 0px;
}
.homepage .ctaBlocks {
    margin: 0px;
    padding-bottom: 10px;
}
.homepage .subbannerHome.featuredbk .subbanners{
    margin: 0px;
}
.homepage .colour3bg, 
.product #addToCartButton, 
.product .addToCartButton {
    background-color: var(--secondary-new);
    color: var(--primary-new);
}
 
.product #addToCartButton:hover, 
.product .addToCartButton:hover,
.product #addToCartButton:focus, 
.product .addToCartButton:focus {
    background-color: var(--primary-new);
    color: var(--light);
}

.homepage .homeproducts .btn.btn-default{
    background-color: var(--primary-new);
    color: #fff;
}

.homepage .homeproducts .btn.btn-default:hover{
    background-color: var(--secondary-new);
    color: var(--primary-new);
}

.homeproducts h1{
    font-family: 'Idealist';
    border-bottom: 0px;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 50px;
    color: var(--primary-new);
}

.homepage .homenews {  
    padding: 40px 0px 90px;
}
.homepage .homenews .promoText {
    font-family: "Idealist";
    font-size: 60px;
    display: inline-block;
    width: 100%;
    padding: 45px 5px 40px;
    color: var(--third);
    line-height: 65px;
}

.homepage .homenews .title.full {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    border-bottom: 0;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.homepage .homenews .title.full span {
    font-family: "Idealist";
    background: var(--light);
    padding: 0 15px;
    position: relative;
    z-index: 99;
    font-weight: normal;
    font-size: 40px;
    text-transform: capitalize;
}
.homepage .homenews h1::before {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    content: "";
    background: var(--third);
    height: 2px;
}

.homepage .home_post h2 + .grey{
    color: var(--primary-new);
}

.owl-carousel .slide {
    width: 100%;
}
section#banner .slide a.btn.btn-default:last-child {
    color: var(--primary-new);
    background-color: var(--secondary-new);
    border-radius: 0px;
    left: 100px;
    right: 0px;
    padding: 16px 100px;
    height: unset;
    width: unset;
    border: 0px;
    margin: 32px 0px !important;
    left: 10%;
    top: 45px;
    font-size: 26px;
}
.mailchimpblock .secondText {
    font-family: "Idealist";
    font-size: 55px;
}
.mailchimpblock .subText {
    color: var(--primary-new);
}
.ourstores {  
    display: inline-block;
    background-color: var(--primary-new);
    color: var(--light);
}
.ourstores .back1823 {  
    background-image: url("/_apps/1823cellar.co.uk/php_theme_includes/images/1823%20Cellar%20-%20Secondary%20Logo5.png");
    background-size: 1000px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding: 6vw;
}
.ourstores .image img {
    padding: 25px;
    background-color: white;
    margin-bottom: 30px;
}
.ourstores h1 {
    font-family: "Idealist";
    text-transform: inherit;
    color: var(--light);
    font-size: 90px;
    line-height: 70px;
}
.ourstores .desctext {  
    font-size: 15px;
    line-height: 22px;
    margin: 0px 0px 10px;
}

.ourstores .desctext2 {  
    font-family: "Baskerville";
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    
}

.ourstores .btn.btn-secondary {
    font-size: 21px;
    padding: 20px 60px;
}
/*Mailchimp block*/
.colour2bg, .mailchimpblock, .btn-default:focus, .btn-default.focus{
    color: var(--third);
    background-color: var(--secondary-new);
}
#mc_embed_signup .button {
    background-color: var(--primary-new);
}
/*product list*/
.filter_list .filterSearch{
    color: var(--third);
    background-color: var(--secondary-new);
}
.panel_products .fa.fa-heart-o, .panel_products .fa.fa-heart {
    color: var(--secondary-new);
}
.panel_container.panel_products .panel h3 a{
    color: var(--primary-new);
    font-weight: bold;
}
.product_options .qty .option{
    text-align: center;
}
.product_img{
    background-color: white;
}
.panel_container .panel .btn.btn-default.viewButton{
    margin-top: 24px;
}
ul.pager li.active a{
    background-color: var(--secondary-new);
}
/*Product*/
.body.product {
    background-color: white;
}
.body.product .container.page {
    padding-top: 0px;
}
.body.product section {
    margin: 0px;
}
.product .product_title.title{
    color: var(--primary-new);
    margin-top: 0px;
    padding-top: 0px;
}
.product .product_SKU{
    color: var(--fourth);
}
/*Cart*/
.cart_item.header{
    background-color: var(--primary-new);
}
.btn.checkout {
    max-height: unset;
}
.cart form h1.title.large{
    margin-bottom: 10px;
}
.checkout_progress_step:not(.todo) svg{
    fill: var(--primary-new);
}
.checkout_progress_step{
    color: var(--primary-new);
}
.table .thead-inverse{
    background-color: var(--primary-new);
}
.day-number{
    background-color: var(--primary-new);
}
.deliveryDates input[type="radio"]:checked + label, .deliveryDates label.selected{
    background-color: var(--secondary-new);
}
/*Blog*/
.blog_side .box{
    background-color: var(--primary-new);
}

/*Footer*/
#footer {
    background-color: var(--primary-new);
}
#footer .footerlogo  {
    margin-bottom: 30px;
}
#footer .newsletter .btn-blue{
    background-color: var(--secondary-new);
    color: var(--text-color-default);
}
footer a {
    color: #fff;
    font-family: Idealist;
    font-size: 18px;
}
#footer .getInTouch ul {
    position: absolute;
    right: 0;
    top: 100;
}
#footer .getInTouch ul .fa {
    font-size: 25px;
}
.footer_sub p {
    float: left;
    margin-right: 20px;
}
.footer_sub .legal {
    padding-left: 15px;
}
@media (max-width: 992px) {  
    body #header_bottom ul#main_menu > li > .sub_menu li a, body #header_bottom ul#main_menu > li > .sub_menu li a:hover {
		padding: inherit;
		font-weight: normal;
		font-size: inherit;
        line-height: inherit;
	}
    #ecom .title, #ecom h1, #ecom h2, #ecom h3{
        font-size: 20px;
    }
    #header_bottom ul#main_menu > li > a > span{
        padding: 9px 16px 9px;
    }
    .HomeText h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .HomeText .images {
        display: inline;
    }
    .HomeText .images a {
        width: 100%;
        padding: 10px;
        float: left;
    }
    .HomeText .desctext2{  
        width: 100%;
    }
    .ourstores h1 {
        font-size: 35px;
    }
    .ourstores .desctext {
        font-size: 12px;
        line-height: 20px;
    }
    .ourstores .btn.btn-secondary {
        font-size: 15px;
        padding: 10px 30px;
        margin: auto;
        display: block;
    }
    .ourstores .desctext2 {  
        font-size: 18px;
        
    }
    .ourstores .back1823 {
        background-size: 100%;
    }
    .homepage .homenews .promoText {
        font-size: 45px;
        line-height: 50px;
    }
    .mailchimpblock .subText {
        font-size: 10px;
        padding: 0px 15px;
    }
    .mailForm {
        margin-left: 5%;
        width: 90%;
    }
    .mailchimpblock .secondText {
        font-size: 45px;
        line-height: 50px;
    }
    .checkout_progress_step {
        width: 18%;
    }
    img.logo {
        max-width: 260px;
    }
}