/** Shopify CDN: Minification failed

Line 375:4 Expected identifier but found "*"
Line 790:4 Expected identifier but found "*"
Line 1162:4 Expected identifier but found "*"
Line 1510:4 Expected identifier but found "*"
Line 1549:4 Expected identifier but found "*"
Line 1849:4 Expected identifier but found "*"
Line 1856:18 Expected identifier but found "{"
Line 1856:23 Expected ":"
Line 2055:4 Expected identifier but found "*"
Line 2109:4 Expected identifier but found "*"
... and 2 more hidden warnings

**/

ose




/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   (Tweaked for CleanThemes theme)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html{
	height: 100%;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	height: 100%;
    font-family: 'din-condensed';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS cross-browser clear fix - also apply to .block! */
.cf:before,
.cf:after,
.block:before,
.block:after {
    content:"";
    display:table;
}
.cf:after,
.block:after {
    clear:both;
}
.cf,
.block {
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
    -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/* YUI CSS Base
 */
 
h1 {
    /* via YUI Fonts CSS foundation*/
    font-size:160%; 
    margin:1.2em 0;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%; 
    margin:0.2em 0;
}
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
    margin:0.9em 0;
}
h4 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:100%;
    margin:0 0 0.5em 0;
    text-transform: uppercase;
  letter-spacing: 1px;
}
h5 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:93%;
    margin:0.7em 0;
}
h6 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:85%;
    margin:0.6em 0;

}

h1,h2,h3,h4,h5,h6 {
    /*bringing boldness back to headers*/
    font-weight:normal;
}
strong, b {
    font-weight:bold;
}
abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
} 
em, i {
    /*bringing italics back to the em element*/
    font-style:italic;
}
ul,ol,dl {
    /*giving lists room to breath*/
    margin:1em;
    font-size:100%;
}

blockquote{
  /*  border-left:.5em solid #cccccc; */
    margin:1.5em 0em 1.5em 10.0px;
    padding:.5em 0em;
    quotes:"\201C""\201D";
    font-size:130%;
    font-style:italic;
    line-height: 100%;
}
blockquote:before{
    color:#cccccc;
    content:open-quote;
    font-size:3em;
    line-height:.1em;
    margin-left: -40px;
    margin-right: 20px;
    vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl {
    /*bringing lists on to the page with breathing room */
}
ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: none;
}
dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
th,td {
    /*borders and padding to make the table readable*/
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    padding: 0.7em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:left;
    border-bottom-width: 3px;
}
caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
p,fieldset,table {
    /*so things don't run into each other*/
    margin-bottom:1em;
}

hr {
  border: 0;
  width: 100%;
  background:#cccccc;
  height:1px;
}

/* Google Fonts */

    
    
    
    
    
     body, input, textarea, select
    
    { font-family: Abel; }

    
    
    
    
    
     h1,h2,h3,h4,h5,h6
    
    { font-family: Oswald; }

    
    
    
    
    
     #shoplogo
    
    { font-family: Oswald; }


/* Theme styles */

body {
    font-size:14px;
    line-height:23px !important;
    color:#5b6169;
    background-color:#ffffff;
    
    
    
    
    
}



::selection{/* Webkit & Opera */
    background:#2d525e;
    color:#e3e3e3;
}
::-moz-selection{ /* Firefox */
    background:#2d525e;
    color:#e3e3e3;
}
strong.highlight {
    background:#2d525e;
    color:#e3e3e3;
}

a,
a:link,
a:visited {
    color:#2d525e;
	color: #2d525e;
    -moz-transition: color 100ms;
    -webkit-transition: color 100ms;
    transition: color 100ms;
    text-decoration:none;
}

a:hover {
    color:#000000;
}

input,
textarea {
    font-size: 14px;
    background-color: #ffffff;
    color: #7c7c7c;
    border: 1px solid #cccccc;
    height: 30px;
    padding: 2px 10px;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input {
    line-height: 30px; /* ie8 */
}

input[type=checkbox] {
    border:none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

textarea { height:120px; }

.textareawrapper { padding-right:20px; }

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background:#2d525e;
    border: none;
    color:#ededed;
    font-family:sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px 10px;
    letter-spacing: 1px;
    line-height:1em;
    height:auto;
    margin-bottom: 8px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    zoom:1;
    *display:inline;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background:#ce5b5b;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
    background:#ce5b5b;
}

h1,h2,h3,h4,h5,h6 {
    color:#262626;
}

h1.pagetitle,
h2.majortitle {
    font-size:26px;
	text-transform: uppercase;
	margin-left: 10px;
}

h1.pagetitle a {
    text-decoration:none;
}

#product-title h1{
    text-transform: uppercase;
    text-align: center;
    border-bottom: #999 double;
    line-height: 44px;
    margin-top: 0px;
}

.template-cart h1.pagetitle {
    margin:0;
}

.main ol,.main ul,.main dl {
    margin-top:1.7em;
    margin-bottom:1.7em;
    line-height:2em;
}

.bodywrap {
    position:relative;
}

#content {
    padding-top:24px;
    padding-right:30px;
    padding-bottom:50px;
    padding-left:290px;
    max-width:636px;
    max-width: 1440px;
}

/* #content-tailwind {
    padding-top:24px;
    padding-right:30px;
    padding-bottom:50px;
    padding-left:290px;
} */

/* Default styles for #content-tailwind */
#content-tailwind {
    padding-top:24px;
    padding-right:30px;
    padding-bottom:50px;
    padding-left:290px;
}

/* Styles for screens with a maximum width of 768px */
@media only screen and (max-width: 768px) {
    #content-tailwind {
        padding-top:20px;  /* Example padding value for smaller screens */
        padding-right:20px;
        padding-bottom:20px;
        padding-left:20px;
    }
}

/* usability for when JS is disabled */
html.no-js,
.no-js body {
    height:100%;
}

.no-js .bodywrap {
    min-height:100%;
}

.no-js #content .block.product .sub a.toggler {
    display:none;
}
    
/* Pages that go full-width */
.template-index #content,
.template-collection #content,
.template-search #content,
.template-list-collections #content,

.template-404 #content {
    max-width:none;
}
.template-index #content {
max-width: none;
/*height: 931px;*/
display: block;
overflow: hidden;
}

.block {
    margin:10px;
    background:#e3e3e3;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    
}
.block:hover {
    
}

.block.hidden {
    display:none;
}

.block img,
.block iframe,
.block embed {
    max-width:100%;
    margin:0 auto;
    display:block;
}

.block.text img,
.block.text iframe,
.block.text embed {
    margin:0 auto;
}

.block.product img,
.block.product iframe,
.block.product embed {
    margin:0 auto;
}

.block img {
    height:auto;
}

.blocklayout .block {
    float:left;
    width:190px;
    max-width:100%;
}

.block.size-medium {
    width:190px;
}

.block.size-large {
    width:190px;
	width: 190px;
}


.template-index .block.size-large {
	width: 50%;
	margin: 0px;
}

.block.size-grande {
    width:610px;
}


.block.size-uber {
    width:820px;
}

.block .main {
    margin:20px;
	margin: 20px 20px 9px 20px;
}

.block .sub {
    border-top:1px solid #f4f4f4;
	border:none;
    padding:20px;
 
    
        
        
    
}

.block .sub.middle {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

.block .sub.meta {
    padding-top:10px;
    padding-bottom:10px;
    font-size:11px; /* needs a fixed size to match up to the various background images in these sections */
}

.block .text .sub.meta{
margin-top: -15px;
}

.block .sub.meta.double-padded {
    padding-top:20px;
    padding-bottom:20px;
	padding-top:0px;
}

.block .sub.meta label,
.block .sub.meta .label {
    margin-right: 5px;
}

.template-article .block .sub.meta .social {
    margin-top:1em;
}

.block .divided {
    border-top:1px solid #f4f4f4;
}

.block.text .main a {
    text-decoration: none;
    text-transform: uppercase;
}

.block.transparent,
.block.text.transparent .main {
    background:transparent;
    
}

.block.text.transparent .main {
    background:transparent;
}

.block.home-image .main {
    margin:10px;
}

.block.collection .main {
    
    margin:10px;
    
}



.block.product, .block.post {
    background:;
    

}

body.template-index .block.product, .block.post{
 box-shadow: none;
}

.block.product .main {
    text-align:center;
    position:relative;
    
    margin:10px;
    
  height: 165px;
overflow:hidden;
}

.template-index #gift-product .main{
	height:225px;
}

.template-collection .block.product .main {
  border: 3px double #ededed;
background:#efefef;
}

.template-collection #content div.cartsummary {
position: absolute;
    width: 90px;
    height: 64px;
    background: #fff;
    border-radius: 53px;
    text-align: center;
    font-size: 12px;
    padding-top: 25px;
    margin-right: 15px;
    border: 1px solid #333;
    margin-top: -115px;
    right: 140px;
    top: 145px;
}

#Coffee .template-collection #content div.cartsummary{
top: 133px;
}

.template-collection select{
width: 180px;
}

.template-collection .selector-wrapper select{
width: 170px;
}



.block.product .main .hoverinfo {
    opacity:0;
    filter: alpha(opacity = 0);
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    background:rgba(255, 255, 255);
    background:rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#46FFFFFF, endColorstr=#46FFFFFF);
    
}

.block.product .main:hover .hoverinfo {
    opacity:1;
    filter: alpha(opacity = 100);
}

#content .block.product .main .hoverinfo a { /* #content required to override content link colour */
    
    color:#000;
    
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
}

.block.product .main .hoverinfo .title {
    padding:20px 15px;
}

.block.product .main .hoverinfo .lower {
    position:absolute;
    bottom:10px;
    width:100%;
}

.block.product .main .hoverinfo .lower .money {
    font-size:138.5%;
}

.block.product .main .hoverinfo .lower .money .previously,
.block.product .main .hoverinfo .lower .money .from {
    margin: 0 0 5px 0;
    display:block;
    font-size:80%;
}

.block.product .main .hoverinfo .lower .money .previously {
    text-decoration:line-through;
}

.block.product .main .hoverinfo .lower .arr {
    font-size:30px;
}

.block .main a.rsslink {
display: none;
}

input[type=submit].coolbutton,
button.coolbutton,
#content .block a.toggler,
#content .block .flex-direction-nav a {
    background:#2d525e;
    color:#ededed;
    text-decoration:none;
    font-family:Georgia, serif;
    font-size:12px;
    line-height:22px;
    width:23px;
    height:23px;
    padding:0;
    letter-spacing:0;
    font-weight:normal;
    text-align:center;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    zoom:1;
    *display:inline;
    position:absolute;
    top:40px;
    right:40px;
    
    -webkit-transition:all 500ms;
    -moz-transition:all 500ms;
    transition:all 500ms;
}

input[type=submit].coolbutton:hover,
button.coolbutton:hover,
#content .block a.toggler:hover,
#content .block .flex-direction-nav a:hover {
    background:#ce5b5b;
}

#content .block .flex-direction-nav a.next {
    right:0;
}

#content .block .flex-direction-nav a.prev {
    right:auto;
    left:0;
}

#content .block.product .sub a.toggler {
    top:auto;
    bottom:10px;
    right:10px;
top: 72px;
bottom: 10px;
right: 6px;
z-index: 997;
}

.block .readmore {
    border-bottom:1px solid #cccccc;
    text-decoration:none;
    text-align:center;
    display:block;
    position:relative;
    top:0px;
    margin:1em 0 2em;
}

.block .readmore span {
    position:relative;
    top:0.7em;
    background-color:#e3e3e3;
    padding:1em 1.5em;
}

.block .fullarticle {
    margin:1em 0 1em;
  float: right;
font-size: 10px;
}

.block .pagetitle {
    margin-top:0;
}

.block .pagetitle.nocontent {
    margin-bottom:0;
}

.block.product p {
    margin-bottom:0.5em;
    line-height:1.4em;
}

.block.product .sub {
    border-color:#f4f4f4;
    background:;
    padding:10px;
  padding:0 10px;
    position:relative;
}

.block.product .sub .title {
    color:#20c4b8;
color:#000;
}

.template-index .block.product .sub .title {
    color: #fff;
    height: 50px;
    overflow: hidden;
    display: block;
    position: absolute;   
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
text-overflow: ellipsis;
    display: -webkit-box;
}

p.pricearea {
    position: absolute;
    top: 55px;
}

.block.product:hover .sub .title {
    color:#ce5b5b;
}

.block.product .sub.quickbuyarea {
    display:none;
     margin-top: 60px;
}

.template-index #element{
	height: auto;
}


.template-index .block.product .sub.quickbuyarea{
margin-top: 110px; 
}

.block.product .sub.quickbuyarea .form{
}

.block.product .sub.quickbuyarea .row {
    margin-bottom:15px;
}

.block.product .sub.quickbuyarea .quantityrow label {
    display:inline;
    margin-right:8px;
}

.block.product .sub.quickbuyarea .quantityrow input {
    width:20px;
}

.block.product .sub.quickbuyarea input[type=text],
.block.product .sub.quickbuyarea input[type=number] {
    height:22px;
    line-height:22px;
    text-align:center;
}

.product .was-price {
    font-style:italic;
    margin-right:14px;
    padding-right:1px;/* avoid Chrome font clip */
    text-decoration:line-through;
    opacity:0.8;
    filter: alpha(opacity = 80);
    zoom:1;
}

.product .from {
    font-style:italic;
    margin-right:5px;
    opacity:0.8;
    filter: alpha(opacity = 80);
    zoom:1;
}

.block.padded,
.block .padded {
    padding:20px;

}
.template-cart .block.padded,
.template-cart .block .padded {
  padding: 0px 35px;
}
.block .sidesonly {
    padding-top:0;
    padding-bottom:0;
}

.block.double-padded,
.block .double-padded {
    padding:40px;
}

.block .sub.double-padded,
.block .double-padded.sidesonly {
    padding-top:20px;
    padding-bottom:20px;
}

.block .main.contactpagecontent {
    margin-bottom:0;
    padding-bottom:0;
}

.mainnav {
    border: 3px double #EBEBEB;
    margin: 0 auto;
    width: 234px;
}

#navbar {
    position:absolute;
    left:0;
    top:0;
    width:300px;
width:290px;
    height:100%;
    
    border-right:0px solid #5b6169;
    
    font-size:12px;
  	background: #fff;
  z-index: 999;
}

#navbar {
	color: #999999;
	text-decoration: none;
	font-family: Oswald;
	font-size: 10px;
}


#navbar,
#mobilefooter,
.panelinputblock .panelinputinner input.text {
}

#navbar,
#navbar .cartsummary a,
#navbar .mainnav a,
#navbar .footer a,
#mobilefooter,
#mobilefooter a {
    color:#999999;
    text-decoration:none;
  	font-family: Oswald;
font-size: 10px;
}

#navbar .mainnav ul {
    margin:0;
    font-size:100%;
}

#navbar .mainnav li {
    list-style:none;
}

.logo {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.logo img {
	margin-top:70px;
    width: 130px;
}

div#gift {
    text-align: center;
}

div#gift h1{
	color: #fff;
}

#navbar #shoplogo {
    text-align:center;
    
    font-size:36px;
    line-height:1.4em;
    width: 106px;
    height: 108px;
    display: block;
    background-image: url("/cdn/shop/files/c4coffee-logo-social-cart-search.svg?17183235350488525910");
    overflow: hidden;
    margin: 30px auto 5px;
}

#navbar #shoplogo a {
    color:#ffffff;
    text-decoration:none;
display:block;
width: 200px;
height: 200px;
}

#hours{
display: block;
    width: 100%;
    text-align: center;
}

#navbar #shoplogo a:hover {
    opacity: 0.9;
}

#navbar #shoplogo img {
    max-width:100%;
    vertical-align: top;
}

#navbar #shoplogo .logotext {
    display: block;
    margin: 0 10px;
}

#navbar .cartsummary {
    margin: 5px auto;
text-align: center;
font-size: 120%;
width: 252px;
}

#navbar .cartsummary.socialabove {
    margin-top:10px;
}

#navbar .cartsummary .account {
    display:block;
    margin-bottom:0.5em;
}

#navbar .cartsummary .title {
    display:block;
    color:#999999;
}

#navbar .cartsummary .title.inline {
    display:inline;
}

#navbar .cartsummary .numitems {
    color: #999;
margin-top: 16px;
font-size: 14px;
}

#navbar .cartsummary .tocart {
    display:block;
    margin-top:0.5em;
}

#navbar .cartsummary .amount {
	margin: 0px 0px 0px -16px;
	color: #2d525e;
	width: 263px;
	display: block;
	font-size: 12px;
}

#navbar .searchnavwrap .btn-opts {
    position:absolute;
    top:8px;
    right:7px;
}

#navbar .btn-opts {
    display:none !important;
    border:1px solid;
    float:right;
    padding:5px 10px 7px;
    cursor:pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#navbar .btn-opts .icon-bar {
    background:#f5f5f5;
    display: block;
    height: 2px;
    width: 18px;
    margin-top:3px;
}

#navbar #navpanel {
    border-left:none;
	margin-left:10px;
}

#navbar #navpanel .mainnav {
    position:relative;
    padding-bottom:100px;
padding-bottom:1px;
	clear: both;
margin-bottom: 7px;
}

#navbar #navpanel .mainnav .title {
    cursor: pointer;
    font-size: 120%;
    height: 58px;
    line-height: 30px;
    padding: 15px 0;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 117px;
}

#navbar #navpanel .mainnav .first .title {
    right:auto;
    left:0;
}

ul.tier1 a:active{
	background: #000;
}

#navbar #navpanel .mainnav .first .title div {
    border-right:1px solid #5b6169;
}

#navbar #navpanel .mainnav .active .title {
    color:#cfcfc0;
}

#navbar #navpanel .mainnav > ul > .active > ul {
    display:block;
}

#navbar #navpanel .mainnav ul.tier1 {
    margin: 7px auto;
    width: 195px;
}

#navbar #navpanel .mainnav .only ul.tier1 {
    padding-top:30px;
}

#navbar #navpanel .mainnav a {
    display: block;
    padding: 3px 0px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-size: small;
    border-bottom: 3px #ddd double;
color: #000;
}

#navbar #navpanel .mainnav #contact a {
padding:0px;
}


#navbar #navpanel .mainnav a:hover {
    color:#cfcfc0;
color: #fff;
    background: #333;
}

#navbar #navpanel .mainnav li.active > a,
#navbar #navpanel .mainnav li.expanded > a {
    color:#ffffff;
  	background-color: #333;
}

.tier2 .mainnav li.expanded a{
color: #000 !important;
}

.mainnav li.expanded a{
color:#000;
}

#navbar #navpanel .mainnav li li.active a.tier1title,
#navbar #navpanel .mainnav li li.expanded a.tier1title {
    background:#000;
}

.mainnav li li.active a.tier1title {
background:#000 !important;
}

#navbar #navpanel .mainnav li li {
    position:relative;
}

#navbar #navpanel .mainnav li ul {
    display:none;
}

#navbar #navpanel .mainnav li .coolbutton {
    position: absolute;
    right: 4px;
    top: 3px;
}

#navbar #navpanel .mainnav .expanded > ul {
    display:block;
}

#navbar #navpanel .mainnav li li ul {
    background:;
}

#navbar #navpanel .mainnav li li li ul {
    background:#2b2b2b;
}

#navbar #navpanel .mainnav li li li a {
    color:#999999;
}

#navbar #navpanel .mainnav li li li li a {
    
}

#navbar .coolbutton {
    background:#ffffff;
    color:#000000;
}

#navbar .coolbutton:hover,
#navbar li.expanded > .coolbutton {
    background:#6c6a6a;
}

#checkout-note.hide-note #note {
    display:none;
}

#mobilefooter {
    padding:10px 0;
    
    border-top:1px solid #5b6169;
    
    font-size:12px;
}

#mobilefooter a,
#navbar .footer a {
    text-decoration:none;
height: 40px;
display:block;
}

#navpanel .footer {
    padding-bottom:10px;
}

.footer .registerform .title {
    color:#ffffff;
    display:none;
    font-size:120%;
    padding:10px 25px;
}

.footer .registerform .msg {
    margin-left:25px;
    margin-right:25px;
}

.footer ul {
    margin:0;
    font-size:90%;
}

.footer li {
    list-style:none;
}

.footer .copy {
    margin:20px 25px;
}

.footer .copy p {
    font-size: 90%;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    padding: 0;
}

.footer .copy .custom {
    line-height:1.2em;
    margin-bottom:1.5em;
    color:#ffffff;
    font-size:120%;
}

#navpanel .sociallinks,
#mobilefooter .sociallinks {
    margin:24px 0px;
}

#navpanel .sociallinks.underlogo {
    margin-top:25px;
    margin-bottom:0;
    text-align:center;
}

ul.sociallinks.infooter.cf {
}



.sociallinks li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 5px;
}

.sociallinks a {
/*
    display:inline-block;
    zoom:1;
    *display:inline;
    color:#999999;
    height:0;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    border-radius:22px;
    -webkit-transition:200ms background-color;
    -moz-transition:200ms background-color;
    transition:200ms background-color;
    
        width:22px;
        padding-top:22px;
        margin-right:4px;
        margin-bottom:4px;
        background:#5b6169 url('//c4coffee.co/cdn/shop/t/18/assets/social_spr_darkgrey.png?v=63235159159330612941638330346') 0 0 no-repeat;
    */
  overflow:hidden;
text-indent:-2000px;
}


.sociallinks a:hover,  #navbar .cartsummary a:hover {
    opacity: .8;
	filter: alpha(opacity=80);
}

.sociallinks .facebook a {}

.sociallinks .twitter a { background-position: -22px 0; }
.sociallinks .rss a { background-position: -44px 0; }
.sociallinks .pinterest a { background-position: -66px 0; }
.sociallinks .google a { background-position: -88px 0; }
.sociallinks .vimeo a { background-position: -132px 0; }
.sociallinks .youtube a { background-position: -154px 0; }
.sociallinks .flickr a { background-position: -176px 0; }
.sociallinks .tumblr a { background-position: -198px 0; }


.panelinputblock {
    position: relative;
    border-top:1px solid #5b6169;
    border-bottom:1px solid #5b6169;
	height: 32px;
}

.panelinputblock .panelinputinner {
    margin: 3px 25px;
    position: relative;
}

.panelinputblock .panelinputinner input.text {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 #000000;
    color: #333333;
    height: 15px;
    margin-left: 7px;
    padding-left: 0;
    padding-right: 0;
    width: 246px;
	padding-top: 0px;
line-height: 12px;
}

.panelinputblock .panelinputinner input[type=submit] {
    cursor:pointer;
    margin-top:-11px;
    position:absolute;
    top:50%;
    right:0;
}

.panelinputblock.focus,
.panelinputblock.focus .panelinputinner input.text {
    background-color:#ffffff;
    color:#999999;
}


.pagination.bottom {
    margin-top:10px;
}

.pagination .block {
    float:left;
}

.pagination .block a,
.pagination .block .current {
    height:100%;
    padding:10px 20px;
    text-decoration:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.pagination .block .current {
    background:#fafafa;
    outline:1px solid #f4f4f4;
}

.mobile-only {
    display:none;
}

#navtoggle {
    display:none;
    font-size:16px;
    margin-top: 1px;
    position: absolute;
    overflow:hidden;
    right: -20px;
    top: 10px;
    height:38px;
    text-align:center;
    line-height:36px;
    width:38px;
    background:#ffffff;
    color:#999999;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}

.nav-hidden #navtoggle {
    right:-30px;
}

.social .socitem {
    vertical-align:top;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.social #fb-root {
    display:none;
}

.template-collection #content .social,
.template-blog #content .social {
    float:right;
}

.productlabel {
    background:#ce5b5b;
    color:#fff;
    display: table;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;

    height: 80px;
    width: 80px;
}

.block.product .productlabel {
    position:absolute;

    top:0;



    left:0;

}

.block.product.size-large .productlabel {
    height: 120px;
    width: 120px;




}

.productlabel.soldout {
    background:#20c4b8;
}

.productlabel.general {
    background:#5ca6cc;
}

.productlabel:hover {
    opacity:0;
    filter: alpha(opacity = 0);
}

.productlabel span {
    font-size: 95%;
    line-height: 1.1em;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

#cartform #shipping-calculator ul {
    margin: 0 20px;
}

#cartform .item {
    clear:both;
    list-style:none;
    position:relative;
    margin-left:40px;
    margin-right:40px;
}

#cartform .item a.remove {
    position:absolute;
    top:48px;
    left:0;
    text-decoration:none;
    font-weight:bold;
	background-image: url("/cdn/shop/t/2/assets/c4-coffee-hq-navigation.png??");
	background-position: 411 725;
}

#cartform .item .image {
    width: 100px;
height: 100px;
margin: 0 15px;
float: left;
border: 3px solid #333;
margin-left: 55px;
}

#cartform .item .image img {
    max-height:100%;
    margin:0;
}

#cartform .item .desc {
    overflow:hidden;
    margin:26px 220px 0 0;
}

#cartform .item .desc .name {
    display:block;
}

#cartform .item .quantity {
    position: absolute;
top: 40px;
right: 148px;
width: 90px;
}

#cartform .item .quantity input {
    width:25px;
    box-sizing: content-box;
}

#cartform .item .line-total {
    margin-top: 5px;
position: absolute;
top: 40px;
right: 0;
width: 142px;
text-align: left;
}

#cartform #checkout-note textarea {
    width:100%;
    margin-top:10px;
}

#cartform #toggle-note {
    font-size:90%;
}

#cartform .update-totals {
    float:right;
    padding:6px 10px 5px;
    background:#ce5b5b;
}

#cartform .update-totals:hover {
    background:#2d525e;
}

#cartform #shipping-calculator {
   max-width: 340px;
margin: 0;
text-transform: uppercase;
}

#cartform #shipping-calculator h3 {
    font-size:140%;
}

#cartform #shipping-calculator ul {
    margin:0 20px;
}

#cartform #shipping-calculator .inputrow {
    padding-left:80px;
}

#cartform #shipping-calculator .inputrow label {
    margin-left:-80px;
	width: 90px;
}

#cartform #shipping-calculator .inputrow .styleddrop {
    width:94%;
}

#cartform #shipping-calculator .ziprow #address_zip {
    margin-top:10px;
    margin-right:10px;
    width:115px;
}

#cartform #shipping-calculator .ziprow .get-rates {
    margin-top:10px;
    background:#ce5b5b;
}

#cartform #shipping-calculator .ziprow .get-rates:hover {
    background:#2d525e;
}

#cartform #shipping-calculator #wrapper-response {
    margin:20px 0;
}

#cartform .finalinfo {
    text-align:left;
}

#cartform .finalinfo p {
    font-size:90%;
    margin:0;
}

#cartform .subtotal {
    margin:10px 0;
    padding-bottom:5px;
    font-size:120%;
    line-height:200%;
}

#cartform .checkoutrow .checkoutbuttoncont {
    float:right;
}

#cartform .termsagreement {
    display:block;
    float:left;
    margin-right:10px;
}

#cartform .termsagreement label {
    vertical-align:middle;
}

#additional-checkout-buttons input {
    background: none;
    border: none;
    height: auto;
}

.form .req,
.form .error,
.form .errors {
    color:#f5447b;
}

.form .inputrow,
.form .buttonrow {
    clear:both;
    padding-top:10px;
    padding-left:120px;
}

.form .inputrow label {
    margin-left:-120px;
    float:left;
width: 133px;
}

.form .inputrow input,
.form .inputrow textarea,
.form .inputrow .styleddrop,
.form .inputrow select {
    width:95%;
}

.form .inputrow input[type="checkbox"] {
    width:auto;
}

.form .inputrow .styleddrop select {
    width:100%;
}

.form .has-error input,
.form .has-error textarea {
    border:1px solid #f88;
    -webkit-box-shadow: 0 0 2px 0 #f88;
    -moz-box-shadow: 0 0 2px 0 #f88;
    box-shadow: 0 0 2px 0 #f88;
}

/* non-template forms */
.form-row,
.large_form {
    clear:both;
    padding:1px 0 10px 120px;
}

.form-row label,
.large_form label {
    margin-left:-120px;
    width:110px;
    float:left;
}

.styleddrop {
    padding:0px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display:inline-block;
    zoom:1;
    *display:inline;
	width:100%;
}

.styleddrop select {
    border:none;
    background-color:#ffffff;
	background-color:{none};
}

#scrolltotop {
    position:fixed;
    right:14px;
	bottom: -155px;
    top: auto !important;
    z-index:9999999;
}

#product-gallery, #product-info {
    float:left;
    width:50%;
}

#product-gallery .main-image {
    text-align:center;
    overflow:hidden;
    position:relative;
}

#product-gallery .main-image a {
    display:block;
}

#product-gallery #thumbs {
    margin:20px 0;
}

#product-gallery #thumbs li {
    float:left;
    list-style:none;
    width:19.9%;
}

#product-gallery #thumbs li a {
    display:block;
    margin:5px;
    text-align:center;
}

#product-gallery #thumbs li a img {
    margin:0;
}



#product-gallery img,
#product-info img {
    max-width:100%;
    vertical-align:top;
}

.buy-panel{
background-color:rgba(244,244,244,0.5);
display: table;
width: 100%;
}

#prices {
    float: right;
    text-align: right;
	width: 115px;
}

div.pricearea1{
font-size: 29px;
margin-top:10px;
}

#product-info .pricearea {
    font-size:170%;
    line-height:1.2em;
    margin-bottom:5px;
}

#product-info .pricearea .was-price {
    opacity:0.5;
    filter: alpha(opacity = 50);
    font-style:italic;
    text-decoration:line-through;
    margin-right:16px;
}

#product-info .majorinfo {
    float: left;
    width: 40%;
    padding: 5%;
}

#product-info .majorinfo .productlabel {
    float:right;
    margin-left:10px;
    opacity:1;
    filter: alpha(opacity = 100);
}

#product-info .majorinfo h1 {
    margin:0 0 15px 0;
}

#product-info .section {
}


#product-info .section.productoptions {
padding: 5%;
    width: 40%;
    float: left;
    margin: 0px;
}

#product-info .section.description {
font-size: 13px;
padding: 5%;
}

.productoptions.section {
  background: #ddd;
}

.descriptionunder {
    clear:both;
}

#product-info .section.morelinks {
    font-size:90%;
	clear: both;
}

#product-info .social {
    font-size:90%;
    padding:20px 0;
    border-top:1px solid #cccccc;
}

#product-info .social .label {
    margin-right:6px;
}

#product-info .quantadd {
    text-align:right;
}

#product-info .quantadd #quantity {
    float:left;
    text-align:center;
    margin-right:4px;
}

.productoptions label {
      display: block;
  font-size: 90%;
  margin: 6px 0 1px;
  text-transform: uppercase;
  color: #2d525e;
  font-weight: 600;
}

#crumbregion {
    padding-bottom:0;
}

#crumbregion, #crumbregion a {
    color:#5b6169;
    text-decoration:none;
    font-size:90%;
text-transform: uppercase;
}

#crumbregion .crumbs a {
    text-transform: uppercase;
}

#crumbregion .crumbs .div {
    margin:0 15px;
}

#crumbregion .nextprev {
    float:right;
}

#crumbregion .nextprev .divider {
    margin:0 8px;
}

#search-form input[type=text] {
    width:93%;
}

.meta .iconmeta {
    background:url('//c4coffee.co/cdn/shop/t/18/assets/meta_icons_grey.png?v=32157025672953915571638330335') no-repeat 0 0;
    padding-left:20px;
    margin-right:10px;
    white-space:nowrap;
    line-height:1.4em;
    display: inline-block;
    zoom:1;
    *display:inline;
}

.meta .iconmeta.author:hover {
    background-position:0 -14px;
}

.meta .iconmeta.time {
    background-position:0 -122px;
}

.meta .iconmeta.time:hover {
    background-position:0 -136px;
}

.meta .iconmeta.tags {
    background-position:0 -60px;
}

.meta .iconmeta.tags:hover {
    background-position:0 -75px;
}

.meta .iconmeta.comment {
    background-position:0 -30px;
}

.meta .iconmeta.comment:hover {
    background-position:0 -45px;
}

#comments .gravatar {
    width:80px;
    margin-right:20px;
    float:left;
}

#comments .gravatar {
    overflow:hidden;
}

#payment-methods {
    margin:0 20px;
}

#payment-methods li {
    margin-left:5px;
    padding-top:32px;
    height:0;
    width:53px;
    overflow:hidden;
    background:url('//c4coffee.co/cdn/shop/t/18/assets/payment_spr_white.png?v=77027099256410249881638330339');
    display: inline-block;
    zoom:1;
    *display:inline;
}

#payment-methods li.pay-paypal {
    background-position: -5px 0;
}
#payment-methods li.pay-visa {
    background-position: -78px 0;
    width: 44px;
}
#payment-methods li.pay-mastercard {
    background-position: -137px 0;
    width:40px;
}
#payment-methods li.pay-amex {
    background-position: -192px 0;
    width: 36px;
}
#payment-methods li.pay-discover {
    background-position: -239px 0;
    width:54px;
}
#payment-methods li.pay-cirrus {
    background-position: -305px 0;
    width: 42px;
}
#payment-methods li.pay-maestro {
    background-position: -363px 0;
    width: 42px;
}
#payment-methods li.pay-google-wallet {
    background-position: -419px 0;
    width: 101px;
}
#payment-methods li.pay-dankort {
    background-position: -525px 0;
    width: 50px;
}

a.fancyboximg img {
    -webkit-transition: 200ms box-shadow;
    -moz-transition: 200ms box-shadow;
    box-transition: 200ms box-shadow;
}

a.fancyboximg:hover img {
    -webkit-box-shadow: 0 0 2px 0 #888;
    -moz-box-shadow: 0 0 2px 0 #888;
    box-shadow: 0 0 2px 0 #888;
}

ul.taglist {
    margin:0;
}

ul.taglist li {
    display:inline;
}

table.noborder,
table.noborder tr,
table.noborder th,
table.noborder td {
    border:0;
}

.simple-popup {
    position: absolute;
    width: 140px;
    padding: 10px 15px;
    border: 1px solid #5b6169;
    background: #ffffff;
    color:#cfcfc0;
color:#333;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 0 0 2px 0 #888;
    -moz-box-shadow: 0 0 2px 0 #888;
    box-shadow: 0 0 2px 0 #888;
    text-align:center;
}

.fb_iframe_widget iframe {
    max-width:none;
}

/* All blog blocks need to be forced to stack vertically when on limited space */
@media only screen and (max-width: 1194px) {
    .template-blog #content .blocklayout .block {
        width:98%;
    }
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
    
  body.template-index {
}
  #contact-details{
   display:none !important; 
  }
    .mobile-only {
        display:block;
    }
    .desktop-only {
        display:none;
    }

    #content {
        max-width:none;
padding:113px 0 0 0;
    }
    
    input,
    textarea {
        box-sizing:border-box;
    }


#navbar #shoplogo{
margin: 0px;
transform: scale(0.6,0.6);
margin-top: -16px;
}  
  #navbar #shoplogo a{
	width:100px;
	height:100px;
  }

#navbar #navpanel{
margin: 10px 0px 0px 0px;
background: #fff;
}

#navbar .cartsummary .numitems {
    font-size: 12px;
}

#navbar #navpanel .mainnav ul.tier1 {
    margin: -9px auto 19px;
    width: 195px;
}

#phone-menu{
border-bottom: none;
}

#search:hover {
    opacity: 1 !important;
}

.searchnavwrap {
    left: 2px !important;
    opacity: 1 !important;
    top: 0px !important;
    width: 98% !important;
}

#search .panelinputblock .panelinputinner input.text {
    height: 117px !important;
    margin-top: 86px !important;
    width: 121% !important;
    font-size: 71px !important;
}
    
#navbar {
    width: 100%;
    height: 95px;
    min-height: 0 !important;
    padding-bottom: 1px;
    }
    
    #navbar .btn-opts {
        display:block;
    }
    
    #navbar .searchnavwrap .search {
        margin-right:70px;
    }

#navbar #navpanel .mainnav {
padding: 10px 0 0 0;
width: 90%;
margin: 0 auto; 
display: none;
height:100%;
}

.mainnav{
padding: 0px;
}

#navbar #navpanel .mainnav ul.tier1{
width: 100%;
height: inherit;
}

.template-index #content {
    margin-top: 50px;
}

.block.padded, .block .padded{
padding:0px;
}

div#search {
position:initial;
}  
a#about-me, .template-collection #content div.cartsummary, #navpanel .footer{
display: none !important;
  }
  
div#colldesc{
	margin-right: 0px !important;
  }

  ul.sociallinks.infooter.cf{
display:none;
  }
    
  #phone-menu{
display: block !important;
  }
  
  
.cartsummary {
    position: absolute;
    right: -21px;
    top: 14px;
    width: 46%;
}

.cartsummary span.inline.title{
background-image: url(/cdn/shop/files/c4coffee-logo-social-cart-search.svg?14204265358069039576);
margin-top: -5px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 30px;
    color: #000;
}
  
    #navbar #navpanel .mainnav > ul {
        display:block;
    }
    
    #navbar #navpanel .mainnav a {
        padding-top:10px;
        padding-bottom:10px;
    }
    
    #navbar #navpanel .mainnav li .coolbutton {
        top:10px;
    }
    
    .block.double-padded,
    .block .double-padded {
        padding:20px;
    }
    
    .block.padded > .padded {
        padding:0;
    }
    
    #cartform .item {
        margin-left:20px;
        margin-right:20px;
    }
    
    #cartform .termsagreement {
        margin-bottom:20px;
    }
    
    #cartform .checkoutrow .checkoutbuttoncont {
        float:none;
        text-align:center;
        clear:both;
    }
    
    #crumbregion .nextprev {
        float:none;
        text-align:center;
    }

.block.text.size-large.cf{
min-height: 225px !important;
font-size:11.5px;
}

.template-collection h4{
width:140px !important;
}
      
#product-info .inner   { display: table; }
#product-info .section.description{width: 80%;}
span.pricearea1 {
    font-size: 23px;
}
input#add-to-cart {
    width: 100%;
}
.faqpage{margin:0px;}
  
    #product-gallery,
    #product-info {
        float:none;
        width:auto;
        margin-top:25px;
    }
    
    #product-gallery .main-image {
        display:none;
    }
    
    #product-gallery .main-image.onlyimage {
        display:block;
    }
    
    #product-gallery #thumbs li {
        float:none;
        width:100%;/* also used to determine gallery event behaviour */
        position:relative;
    }
    
    #product-gallery #thumbs li img {
        display:inline;
    }
    
    #product-info .inner {
        margin:0;
    }
    
    #scrolltotop {
        display:none;
    }
}

@media only screen and (max-width: 959px) {
    .blocklayout .block,
    .blocklayout .block.size-medium {
        width:30%;
        margin-left:1%;
        margin-right:1%;
    }
	
	.block.size-large,
    .blocklayout .block.size-large {
        width:63%;
    }
  
    .block.size-grande,
	.block.size-uber,
    .blocklayout .block.size-grande,
    .blocklayout .block.size-uber {
        width:97%;
    }
    
    #product-info .inner {
        margin-left:0;
    }
    
    #content .block.product .sub a.toggler {
        display:none;
    }
  .border.top {
    height: 5px !important;
    left: 0;
    top: 0;
    width: 100%;
}
.border.bottom {
    bottom: 0;
    height: 5px !important;
    left: 0;
    width: 100%;
}
.border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 5px !important;
}
.border.right {
    height: 100%;
    right: 0;
    top: 0;
    width: 5px !important;
}
.border {
    backface-visibility: hidden;
    background-color: #333333;
    position: fixed;
    z-index: 1000;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .block.size-grande {
        width:auto;
    }
    
    #navtoggle {
        display:block;
    }
    
    .nav-hidden #content {
        padding-left:24px;
        max-width:936px;
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    .nav-hidden #navbar {
        left:-300px;
    }
    
    #product-gallery,
    #product-info {
        float:none;
        width:auto;
    }
    
    .nav-hidden #product-gallery,
    .nav-hidden #product-info {
        float:left;
        width:50%;
    }
    
    .nav-hidden #product-info .inner {
        margin-left:25px;
    }
    
    #cartform .item .desc {
        margin:10px 90px 0 0;
    }
    
    #cartform .item .quantity {
        position: absolute;
top: 40px;
right: 90px;
width: 90px;
    }
    #cartform .item .line-total {
        top:70px;
        right:0;
    }
.border.top {
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
}
.border.bottom {
    bottom: 0;
    height: 5px;
    left: 0;
    width: 100%;
}
.border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
}
.border.right {
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}
.border {
    backface-visibility: hidden;
    background-color: #333333;
    position: fixed;
    z-index: 1000;
}
}

@media only screen and (max-width: 480px) {

#customer_login_link a{
background: url("") no-repeat !important;
}

    .blocklayout .block,
    .blocklayout .block.size-medium {
        width:47%;
        margin-left:1%;
        margin-right:1%;
    }

    .blocklayout .block.size-large {
        width:97%;
    }
    .blocklayout .block.size-grande {
        width:97%;
    }
    
    .template-collection #content .social {
        float:none;
        margin-top:1em;
    }
    
    #product-info .section.majorinfo .productlabel {
        float:none;
        margin: 20px auto;
    }
    
    #cartform .item {
        padding-bottom:60px;
    }
    
    #cartform .item a.remove {
        top: auto;
        bottom: 67px;
        left: auto;
        right: 15px;
    }
    
    #cartform .item .image {
        margin:0 auto;
    }
    
    #cartform .item .desc {
        margin:5px 0 0 0;
        padding-top:0;
    }
    
    #cartform .item .quantotal {
        clear:both;
        padding-top:20px;
        padding-right:50px;
    }
    
    #cartform .item .quantity {
        position:static;
        float:left;
        width:50%;
    }
    
    #cartform .item .line-total {
        position:static;
        float:left;
        width:50%;
    }
    
    #cartform #shipping-calculator .ziprow {
        text-align:center;
    }
    
    #cartform #shipping-calculator .ziprow input {
        display:inline-block;
        min-width:60%;
    }
    
    #cartform #shipping-calculator .ziprow #address_zip {
        margin-right:0;
    }

}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
margin-top: 0px;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width; 
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

div.block.product.size-medium.masonry-brick{
min-height: 305px;
margin: 0px 4px 10px 5px;
}

/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .meta .iconmeta {
            background-image:url('//c4coffee.co/cdn/shop/t/18/assets/meta_icons_grey_2x.png?v=73973860649041797981638330335');
            -moz-background-size:15px 151px;
            -ie-background-size:15px 151px;
            -o-background-size:15px 151px;
            -webkit-background-size:15px 151px;
            background-size:15px 151px;
        }
        
        
        .sociallinks a {
            background-image:url('//c4coffee.co/cdn/shop/t/18/assets/social_spr_darkgrey_2x.png?v=154763092351239680531638330347');
            -moz-background-size:221px 22px;
            -ie-background-size:221px 22px;
            -o-background-size:221px 22px;
            -webkit-background-size:221px 22px;
            background-size:221px 22px;
        }
        
        #payment-methods li {
            background:url('//c4coffee.co/cdn/shop/t/18/assets/payment_spr_white_2x.png?v=170898592832891297521638330340');
            -moz-background-size:579px 32px;
            -ie-background-size:579px 32px;
            -o-background-size:579px 32px;
            -webkit-background-size:579px 32px;
            background-size:579px 32px;
        }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/


#navbar #navpanel li.main-coffee, #better, #navbar .cartsummary .title.inline, a#about-me{
	display: block;
}

#navbar .cartsummary .title.inline {
    width: 40px;
    height: 52px;
    background-position: 0px -96px;
    display: block;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    background-size: 80px;
}
#better {
    background-position: 361px -42px;
}

#better:hover, #better.active{
	background-position: 121px -42px;
}

.searchnavwrap{
	display: none;
}
.border.top {
    height: 1em;
    left: 0;
    top: 0;
    width: 100%;
}
.border.bottom {
    bottom: 0;
    height: 1em;
    left: 0;
    width: 100%;
}
.border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 1em;
}
.border.right {
    height: 100%;
    right: 0;
    top: 0;
    width: 1em;
}
.border {
    backface-visibility: hidden;
    background-color: #333333;
    position: fixed;
    z-index: 1000;
}

a#about-me {
    text-align: center;
    text-transform: uppercase;
color:#000;
}

a#about-me:hover {
cursor:crosshair;
}


#navbar #navpanel li.main-coffee:hover, li.main-coffee:active{
background-position: -240px -42px;
}

#navbar #navpanel li.main-coffee:active{
background-position: -240px -42px;
}

#better #navbar #navpanel .mainnav ul.tier1{
margin: 20px 20px 20px -97px;
}

.block {
  background:url("/cdn/shop/files/c4-content-bk.png??");
}

#scrolltotop {
width: 66px;
height: 79px;
background-position: -132px -356px;
background-repeat: no-repeat;
border-radius: 23px;
margin-bottom: 30px;
}

#customer_login_link {
    width: 40px;
    height: 51px;
    background-position: -40px -97px;
    display: block;
    background-repeat: no-repeat;
    margin: 2px 11px 0px 79px;
    float: left;
    background-size: 80px;
}

.required .email .text {width:173px;height:23px;background-position:-215px -411px;background-repeat:no-repeat;}
.template-index .main .pagetitle {width:478px;height:85px;background-position:-1px -451px;display:block;background-repeat:no-repeat;}


.instagram a {
	background-position: -40px -149px;
	width: 40px;
	height: 40px;
	background-size: 80px;
}

/*Titles*/
.template-collection .pagetitle{
background-repeat:none;
display:block;
overflow:hidden;
text-indent: -2000px;
float:left;
margin-right: 20px;
margin-bottom: 10px;
}

.pagetitle.Spare.Parts, .pagetitle.Barista.Tools, .pagetitle.Coffee, h1.pagetitle.All.Other.Things.Caffiene, h1.pagetitle.C4.MERCH, h1.pagetitle.Cups.Saucers, h1.pagetitle.Brewing.Equipment{
background-image: url("/cdn/shop/files/c4-coffee-hq-titles-graphics.png? !important");
width: 154px;
height: 76px;
background-position: -156px -631px;
background-repeat: no-repeat;}

h1.pagetitle.C4.MERCH{
width: 126px;
height: 76px;
background-position: -1px -260px;
margin: 0 20px 20px 20px;
}

h1.pagetitle.Cups.Saucers{
width: 126px;
height: 78px;
background-position: -288px -278px;
margin: 0 40px 20px 40px;
}

h1.pagetitle.Brewing.Equipment{
width: 250px;
height: 53px;
background-position: -233px -230px;
margin: 0 20px 20px 20px;
}

h1.pagetitle.Spare.Parts{
width: 168px;
height: 53px;
background-position: -125px -280px;
margin: 0 20px 20px 25px;
}

.pagetitle.Barista.Tools{
width: 135px;
height: 75px;
background-position: -5px -547px;
margin: 0 50px 20px 20px;
}

.pagetitle.Coffee.Machines {
background-image: url("/cdn/shop/files/c4-coffee-hq-titles-graphics.png");
    width: 181px;
    height: 95px;
    background-position: -154px -535px;
    background-repeat: no-repeat;
    margin-left: 24px;
}

.pagetitle.Coffee{
background-image: url("/cdn/shop/files/c4coffee-logo-social-cart-search.svg");
    width: 83px;
    height: 88px;
    background-position: -21px -285px;
    background-repeat: no-repeat;
}

/*Titles*/

.pagetitle.blog{width: 118px;
height: 87px;
background-position: -360px -542px;
background-repeat: no-repeat;
margin: 0px;}

.pagetitle.blog, .instagram a, #scrolltotop, #navbar .cartsummary .title.inline, 
#navbar .cartsummary .title.inline, #customer_login_link, .required .email .text, .block .readmore span{background-image:url(/cdn/shop/files/c4coffee-logo-social-cart-search.svg?14204265358069039576);
overflow: hidden;
text-indent: -2000px;
}

.block .readmore span {
width: 64px;
height: 14px;
background-position: -254px -735px;
background-repeat: no-repeat;
display: block;
margin: 0 auto;
}

.required.email.text{
background-position: -214px -408px;
background-repeat: no-repeat;
padding-top: 4px;
margin-bottom: -7px;
}

.block.text.size-large.cf{
box-shadow: inset 0 0 1px #333;
margin-top: 16px;
width: 95.3%;
margin: 0px 0px 10px 5px;
min-height: 155px;
border: 3px double #ededed;
}

.block.text.size-large.cf .readmore{
display:none;
}

.sub.meta.cf .social{
display: none;
}

#navpanel .sociallinks, #mobilefooter .sociallinks{
text-align: center;
}

#Coffee > div > div:nth-child(2), #Coffee > div > div:nth-child(11){
display: block;
padding: 0px;
box-shadow:none;
width: 97%;
margin: 6px 0px;
height: 21px !important;
min-height: 21px !important;
}

.facebook a {
	background-image:url(/cdn/shop/files/c4coffee-logo-social-cart-search.svg?1813096060609283270);
	background-size: 80px;
	background-position: 0px -149px;
	width: 40px;
	height: 40px;
}


#blends h1{
margin: 0px;
text-align: center;
}

select, .styleddrop select {
height: 25px;
background-color: #2b2b2b;
display: block;
color: #FFF;
text-indent: 8px;
cursor: pointer;
text-transform: uppercase;
border: solid 1px #555;
border-radius: 2px;
-webkit-appearance: none;
-moz-appearance: none;
text-overflow: '';
text-align: center;
padding: 5px 0px 5px 0px;
font-weight: bold;
letter-spacing: 2px;
}

body.template-index select{
width: 170px;
}

.majorinfo h1{
text-transform: uppercase;
}

.template-blog h1.pagetitle.blog{
margin-top: -26px;
}

.pagetitle > a {
    color: #222222;
    font-size: 27px;
}

#better ul.tier1{
display: none!important;
}

#contact {
position: absolute;
left: 40px;
top: 116px;
}

#contact-details{
    width: 200px;
    display: block;
    height: 30px;
    margin: 0px auto;
bottom: 93px;
left: 52px;
}

#contact-details a{
text-indent: 0px!important;
    color: #444!important;
    font-size: 12px;
    float: left;
    line-height: 12px;
    margin-top: 5px;
}

#tel{
  display: block;
    width: 71px;
    float: left;
    margin-left: 10px;
}

#email{
font-size: 13.5px;
text-align: center;
text-transform: uppercase;
}

#local{
margin-left: 45px;
}

#cross-bar {
display: block;
width: 80px;
height: 16px;
background-image: url(/cdn/shop/files/c4coffee-logo-social-cart-search.svg?17183235350488525910);
background-position: 0px -81px;
clear: both;
margin: 0px auto 1px;
background-size: 80px;
}

.productoptions p{
display: none;
}

.quantadd input {
font-size: 10px;
background-color: #333;
color: #fff;
border: 1px solid #cccccc;
height: 27px;
padding: 0px 10px;
vertical-align: middle;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}


.template-collection span.price{
float: none;
}

.template-collection h4{
width: 170px;
height: 42px;
display: block;
overflow: hidden;
}

span.pricearea1 {
float: left;
padding-right: 7px;
}

.gst {
    font-size: 9px;
    line-height: 28px;
text-align: right;
}

h3.majortitle{
text-transform: uppercase;
padding: 0px;
margin: 0px;
margin-left: 11px;
}

.template-blog .main-header{
background-image: url(/cdn/shop/files/c4-blog-header-bk.jpg?4154);
margin-top: 25px;
height: 122px;
border-radius: 5px;
width: 877px;
margin-left: 11px;
background-position: -23px 0px;
}

.template-blog div.sub.meta.cf{
position: relative;
bottom: -88px;
margin-right: 8px;
}

div.sub.meta.cf label{
display: none;
}

.hover, :hover{
opacity: 90;
}

.template-cart h1.pagetitle {width: 68px;
height: 52px;
background-position: -222px -357px;
display: block;
background-repeat: no-repeat;
padding: 0px;
margin: 25px;
text-indent: -2000px;}

.template-cart h1.pagetitle {
background-image:url("/cdn/shop/files/c4-coffee-hq-titles-graphics.png");
}

#cartform .item a.remove, #cartform .item a.remove:hover {width: 28px;
height: 34px;
background-position: -410px -727px;
display: block;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -2000px;
background-image:url(/cdn/shop/files/c4-coffee-hq-navigation.png);
}

#cartform .item a.remove:hover {
opacity: 0.7;
}

#cartform .update-totals,#cartform .update-totals:hover {
width:68px;
height:77px;
background-position:-309px -640px;
background-repeat:no-repeat;
background-image:url(/cdn/shop/files/c4-coffee-hq-navigation.png);
background-color: transparent;
text-indent: -200px;
}

#cartform .update-totals:hover {
opacity: 0.7;
}

div#post {
clear: both;
padding: 20px;
border-bottom: 2px solid;
}

div.blocklayout.masonry div.pricearea1, span.price{
font-size: 15px;
float: left;
margin-bottom: 7px;
}

.template-index span.price{
width: 170px;
}


body.template-index{
  background-color: white;
}

body.template-index .blocklayout {
max-width: 1050px !important;
margin: 50px auto;
}

#gift-product{
	margin-top: 50px;
}

#gift-product h4{
    color: #fff;
	text-align: left;
    height: 43px;
}

#gift-product .block{
min-height: 235px;
background-color: rgba(0,0,0,0.5);
}

#gift-product .block a:hover{
opacity: 0.7;
}

#news{
	position: relative;
	top: 30px;
}

#blog-posts h2{
display: none;
}

.template-index .template-index{
padding: 0px;
}

div#blog-posts {
float: left;
width: 50%;
text-align: center;
}

#blog-posts .template-index .block img{
width: 250px;
}

.template-index div#post{
padding: 0px !important;
border: none;
}

.template-index div#post img{
margin: 0 auto;
width: 175px;
top: -77px;
position: relative;
text-align: center;
display: block;
}

.mxkcanvas {
    display: block;
    margin: 0 auto;
z-index: 998;
}

div#wrapper {
width: 190px;
height: 305px;
margin: 95px auto 0px auto;
}

div#sprite_1{
margin-top: -138px;
}

div#sprite_2 {
margin-top: -166px;
}

div#sprite_3 {
margin-top: -164px;
}
div#sprite_4 {
margin-top: -159px;
}
div#sprite_5 {
margin-top: -161px;
}

/*.template-index .block img { 
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}*/

div.post-img {
display: block;
width: 170px;
height: 165px;
overflow: hidden;
padding: 10px;
}

/*.template-index div.block.product.size-medium.masonry-brick img{
-webkit-filter: invert(90%);
filter: invert(90%);
}*/

body.template-index .block, body.template-index div.block.product.size-medium.masonry-brick {
background:rgba(51,51,51,0.8);
color: #fff !important;
min-height: 305px;
}

body.template-index #shoplogo {
display: none;
}

.template-index h3 {
text-transform: uppercase;
color: #aaa;
padding: 0px 12px;
height: 30px;
border-bottom: 2px solid rgb(51, 51, 51);
}

.template-index span.price{
}

.template-blog .sub.meta select{
margin-left: 168px;
}

.template-blog h2{
margin-bottom: 15px;
text-align: center;
}

.template-blog .block .sub.meta{
text-align: center;
border-bottom: 1px solid #ddd;
margin-bottom: 22px;
}

.template-blog .template-blog img{
margin-right: 30px;
margin-bottom: 30px;
}

div#Coffee .template-collection .sub.meta select{
display: none;
}

body.template-index a#about-me {
margin-top: 7px;
}

.block iframe {
margin-top: 10px;
margin-left: 7px;
}

.sub.meta.All.Other.Things.Caffiene,.sub.meta.C4.MERCH, div.sub.meta.cf.Coffee.Blends{
display: none;
}

.sub.meta.Brewing.Equipment{
margin-left: 32px;
}

div.panel {
position: absolute;
top: 14px;
width: 800px;
left: 0%;
min-height: 1200px;
height: 100%;
z-index: 999;
margin: 0 10px 0 291px;
background:#fff;
border-left: solid 2px #333;
padding: 30px;
display:none;
}

div.panel h3{
padding: 0px;
}

div.panel a{
color: #999 !important;
    text-indent: 0px;
    text-transform: uppercase;
    float: left;
    width: 190px;
}

div.panel img{
float: left;
margin-right: 10px;
}

div#computer {
    clear: both;
}

.template-index div.panel{
min-height: 1200px !important;
}

.panel div.content {
    display:none;
}
span.close {
        position: absolute;
    right: 10px;
    top: 57px;
    cursor: pointer;
    background: #000;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
	color: #fff;
}

.block:before h3{
	margin-top: 5px;
}

#shipping{
display: none;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 998;
position: absolute;
top: 14px;
}

#shipping-content{
display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            background-color: white;
            z-index:998;
            overflow: auto;
}

div#shipping-link {
width: 200px;
text-indent: 16px;
}

div#colldesc { 
margin-right: 265px;
}

div.title-area {
width: inherit;
float: left;
}

#Brewing div.title-area{
width:301px;
}

#Coffee div.title-area {
height: 135px;
}

#Coffee .block.text.size-large.cf{
min-height: 95px;
}

div.sub.meta.cf.Coffee{
display:none;
}

div.sub.meta.cf.Coffee.Machines{
display:block;
}

#Coffee div.cartsummary{
top: 134px !important;
}

div.productoptions.section select{
width: 100%;
}

#content #customer_login_link {
display: none;
}
#free-shipping {
position: fixed;
right: 14px;
top: 11px;
background: url(/cdn/shop/files/c4-coffee-free-shipping-on-orders-over-20.png?8215) no-repeat;
width: 256px;
height: 252px;
display: block;
z-index: 9999;
}

@media (max-width: 1024px) {
  #free-shipping { display:none; }
}

.cartsummary {
    right: -2px;
}

#phone-menu{
display: none;
text-align: right;
    width: 10%;
    padding-top: 32px;
    font-size: 150%;
    position: absolute;
    z-index: 1000;
    right: 20px;
    top: 0px;
}

#shipping-rates li{
padding-bottom: 20px;
font-size: smaller;
}

#search{
    display: block;
    background: url(/cdn/shop/files/c4coffee-logo-social-cart-search.svg?14204265358069039576) no-repeat;
    background-position: -10px -182px;
    margin: 3px auto 0;
    width: 55px;
    height: 24px;
    background-size: 77px;
}

.searchnavwrap .text{
font-family: Oswald;
	font-size: 100px;
    font-weight: 700;
    height: 192px;
    left: 0;
    letter-spacing: -0.035em !important;
    line-height: 140px;
    margin: 180px 0 0 -2px;
    padding: 0;
    right: 0;
    text-rendering: geometricprecision;
    top: 45px;
    white-space: pre-wrap !important;
    word-wrap: break-word;
	color: #999;
}

#search .panelinputblock .panelinputinner input.text {
    border: 1px solid #ddd;
    display: block;
    height: 157px;
    margin-left: -3px;
    margin-top: 62px;
    text-indent: 4px;
    text-transform: uppercase;
    width: 725px;
	line-height: 150px;
}

.searchnavwrap {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    left: 297px;
  	opacity: 0.95;
    position: fixed;
    top: 13px;
    width: 100%;
	text-transform: uppercase;
}

.priceareagift{
display:none;
}
.registerform {
    display:none;
}
.block.product.size-medium.masonry-brick.blend, .block.product.size-medium.masonry-brick.origin {
width: 95%;
display: block;
min-height: 27px;
line-height: 31px;
}

#options{
color: #000;
font-weight: 700;
}

.faqpage {
  margin-right: 25px;
  font-size: 0.75em;
}

div#section1, div#section2 {
  width: 105%;
  clear: both;
  border-bottom: 1px dotted #999;
  cursor: crosshair;
}
div#related-products{
clear: both;
margin-left: -10px;
width: 105%;
}
div#related-products h3{
line-height:30px;
}
div#section1 span, div#section2 span{
float: right;
}
div#section1{
border-top: 1px solid #ddd;
}
div#inter {
  position: relative;
  right: 0px;
}
input#quantity {
  height: 25px;
}
.masonry-brick  span.price{
position: absolute;
}
div#rural {
  padding: 13px;
  font-size: 0.8em;
  margin: 0 25px;
  background-color: #ededed;
}
a#toggle-note{
text-transform: uppercase;
}
#shipping-calculator .form .inputrow label{
width: 90px;
}
div#rural b{
color:#ce5b5b;
}
#shipping-method.section__header:after{
content: "Hello Shopping Cart!";
  color: red;
  font-size: 1.2em; 
}

body.template-index .block.text.size-large.cf.masonry-brick{
    width: 98%;
    position: relative !important;
    display: block !important;
    min-height: 100px;
}

.promo-content{
}

body.template-index .block.text.size-large.cf.masonry-brick h1{
color: #fff !important;
text-align:center;
}

body.template-product.handle--not-loaded .main-image.onlyimage{
margin-right: 10px;
}

li.main-coffee.active .title, li#better .title{
    display: none;
}

ul#menu{
margin:5px;
}

#hours h4 {
    color: #fff;
    font-size: 11px;
}

#coffeeproduct #product-info, #coffeeproduct #product-info .inner{
width: 100%;
margin: 0px;
}

.product-title {
display:table;
width:100%;
height: 100px;
background-color:#333;
}

.product-title hr {
    width: 12.5%;
    float: left;
    display: inline-block;
    background: #fff;
    height: 3px;
    vertical-align: middle;
}

.product-title h1{
display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 75%;
float: left;
color: #fff;
}

#christmas-product .main {
    height: 220px;
}

div#insta-feed img {
    height: inherit !important;
}

/* Ollys Front Page Additions */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.special-container>div {
  width: 47%;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  min-width: 340px;
  max-width: 690px;
  margin-top: 40px;

}
  
 
.special-container-img {
  width: 100%;
}

.home-banner-content {
  padding: 50px;
  padding-bottom: 30px;
}
  
.home-equipment-left {
  background-image: url(https://c4coffee.co/cdn/shop/t/18/assets/leftbanner.png?v=1779180004821338671638330333);
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display:block;
}

  
.home-equipment-right {
  width: 38%;
  min-width: 300px;
  margin-left: 2%;
}
  
.home-equipment-right-content {
  width: 100%;
  min-height: 47.5% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display:block;
  min-height:170px;
}
  
.home-equipment-container {
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 200px;
}
  
.special {
  flex-grow: 1;
  width: 90%;
  padding: 5%;
  padding-top: 15px;
  max-width: 1500px;
}
  
.special-container-title {
  line-height: 0px; 
  padding-bottom: 0px; 
  margin-bottom: 0px;
}
  
.special-container-line {
  line-height: 0px; 
  padding-bottom: 0px;
  margin-top: 10px; 
  color: #404040; 
  margin-bottom: 40px;
}
  
.special-container-desc {
  padding: 30px; 
  padding-top: 5px; 
  line-height: 1em; 
  font-size: .5em;
}

.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.home-banner-middle-container {
  height: 300px;
  width: 100%;
  background-image: url(/cdn/shop/t/6/assets/Christmas.jpg?2080732162773866405);
  margin-top: 30px;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  
}

.home-middle-banner-title {
  width: 50%;
  float: right;
  text-align: center;
  padding-top: 70px;
}

.home-middle-banner-title h1 {
  padding: 0px;
  line-height: 0px;
  font-size: 2.5em;
  color: white;
}

.home-middle-banner-title p {
  padding: 0px;
  line-height: 0px;
}

.home-middle-banner-title button {
  margin-top: 12px;
  background-color: black;
  color: white;
  
}

.home-middle-banner-title .button:hover {
  background-color: white;
  color: black;
}

.home-sub {
  margin-right: 6%;
}

@media screen and (max-width: 1230px) {
  .home-equipment-left {
    background-image: url(https://c4coffee.co/cdn/shop/t/18/assets/leftbanner.png?v=1779180004821338671638330333);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
  }
  
  .home-equipment-right {
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height:0px;
    max-height: 0px;
  }
  
  .home-equipment-right-content {
    min-height:0px;
    max-height: 0px;
  }
  
  .home-middle-banner-title {
  width: 90%;
  float: center;
  text-align: center;
  padding-top: 70px;
 }
  
  .home-banner-middle-container {
  height: 300px;
  width: 100%;
  background-image: url(/cdn/shop/t/6/assets/Christmas.jpg?2080732162773866405);
  margin-top: 30px;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  
 }
}

@media screen and (max-width: 865px) {
  .home-equipment-left {
    background-image: url(https://c4coffee.co/cdn/shop/t/18/assets/leftbanner.png?v=1779180004821338671638330333);
    width: 100%;
    justify-content: center;
  	background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 0px;
    height: 100%;
  }
  
  .home-equipment-right {
    height: 0px;
    padding: 0px;
    margin: 0px;
    min-height: 0px;
  }
    
  .home-equipment-container {
    height: 300px;
    width: 100%;
    min-height: 0;
  }
  
  .template-index #content {
   padding-top: 50px; 
  }
  
  .home-sub {
    margin-right: 0px;
  }
  
  .special {
    flex-grow: 1;
    width: 100%;
    padding-top: 10px;
  }
    
}

@media screen and (max-width: 480px) {
    
  .home-equipment-container {
    height: 300px;
    width: 100%;
    margin-top: 10px;
  }
    
}

/* Text & Font for home banner */

@font-face {
    font-family: 'din-condensed-bold';
    src: url(' //c4coffee.co/cdn/shop/t/18/assets/D-DINCondensed-Bold.otf?v=44846671627206516541638330307 ');
    url(' //c4coffee.co/cdn/shop/t/18/assets/D-DINCondensed-Bold.otf?v=44846671627206516541638330307 ') format('otf'),
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'din-condensed';
    src: url(' //c4coffee.co/cdn/shop/t/18/assets/D-DINCondensed.otf?v=4880328364500994441638330308 ');
    url(' //c4coffee.co/cdn/shop/t/18/assets/D-DINCondensed.otf?v=4880328364500994441638330308 ') format('otf'),
    font-weight: bold;
    font-style: normal;
}

.home-equipment-left-text {
    width: 60%;
    margin-left: 7%;
    line-height: .8em !important;
    height: auto;
    margin-top: 27% !important;
    background: none;
    text-align: left;
    color: white;
    font-family: 'din-condensed-bold';
    font-size: 1.3em !important;
    text-transform: uppercase;
}

.home-equipment-left-textSubHeadding {
    width: 60%;
    margin-left: 7%;
    line-height: 1em;
    height: auto;
    margin-top: 10px;
    background: none;
    text-align: left;
    color: white;
    font-family: 'din-condensed';
    font-size: .6em !important;
    text-transform: uppercase;
}

.home-equipment-left-textExtraInfo {
  background: none;
  text-align: left;
  color: white;
  font-family: 'din-condensed';
  font-size: .5em;
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: .5em;
}

@media screen and (max-width: 865px) {
  .home-equipment-left-text {
  	margin-top: 10%;
    background-size: cover !important;
  }
}

@media screen and (max-width: 480px) {
  .home-equipment-left-text {
  	margin-top: 4%;
    line-height: 1em;
    font-size: .7em;
  }
  
  .home-equipment-left-textSubHeadding {
    font-size: .4em;
  }
  
  .home-equipment-left-textExtraInfo {
    font-size: .3em;
    line-height: .3em;
  }
}

@media screen and (min-width: 1240px) {
  .home-equipment-left-textExtraInfo {
    background: none;
    text-align: left;
    color: white;
    font-family: 'din-condensed';
    font-size: .5em;
    position: absolute;
    right: 20px;
    bottom: 10px;
    line-height: .5em;
    margin-right: 40%;
  }
}