/* Chops Snacks Stylesheet */
/* By Abhi Nayar for SemiErect */
/* All Rights Reserved. Please contact designer at:*/
/* anayar2[at]gmail[dot]com for inquiries */

/* Color Library */
/*
Accent Orange: #ed6116
Accent Orange RGB: rgb(237,97,22)
White: #fff
Dark: #333
*/

/* Font Library */
/*
Fonts: Montserrat Light, Montserrat Bold, Montserrat Regular
Alt-fonts: Nexa Light, Nexa Bold;
*/

/**********************
	CLARK CSS RESET
**********************/
@media (min-width: 0px) {
	/* Richard Clark CSS Reset */
	/* 
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/

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

	body {
	line-height:1;
	}

	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section { 
	display:block;
	}

	nav ul {
	list-style:none;
	}

	blockquote, q {
	quotes:none;
	}

	blockquote:before, blockquote:after,
	q:before, q:after {
	content:'';
	content:none;
	}

	a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

	/* change colours to suit your needs */
	ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
	}

	/* change colours to suit your needs */
	mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
	}

	del {
	text-decoration: line-through;
	}

	abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
	}

	table {
	border-collapse:collapse;
	border-spacing:0;
	}

	/* change border colour to suit your needs */
	hr {
	display:block;
	height:1px;
	border:0; 
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	}

	input, select {
	vertical-align:middle;
	}

	* {
	    box-sizing: border-box;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
	}
}

/* form errors */
.errors{
    padding:5px;
}

.errors li{
    list-style: none;
    color: lightcoral;
}

/* article page */
.blog-detail{

}
.blog-detail.rte{

}
article > img
{
    box-shadow: 2px 2px 6px #2e2e2e;
    margin-bottom: 10px;
    width: 100%;
    height: auto;

}

.blog-detail > div.rte > p {
    line-height: 1.6em;
    font-weight: 400;
    color: #777;
    margin-bottom: 2em;
}
.blog-detail > div.rte > h1 { font-size: 2em;margin:10px 0px 10px 0px; }
.blog-detail > div.rte > h2 {  font-size: 1.5em; margin:10px 0px 10px 0px;}
.blog-detail > div.rte > h3 {  font-size: 1.17em;margin:10px 0px 10px 0px; }
.blog-detail > div.rte > h4 {  font-size: 1.12em;margin:10px 0px 10px 0px; }
.blog-detail > div.rte > h5 { font-size: .83em;margin:10px 0px 10px 0px; }
.blog-detail > div.rte > h6 {  font-size: .75em; margin:10px 0px 10px 0px;}

.blog-detail-tags-ul{
    list-style: none;
    margin:1em;
    margin-left: 0px;
}

.blog-detail-tags-ul li{
    display: inline-block;
    padding:unset !important;
	padding-top:5px !important;
    width: min-content;
	margin: unset !important;
	background: #fff;
	border: unset !important;
	font-size: 14px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: unset !important;
    box-sizing: unset !important;
    -webkit-box-sizing: none !important;
    display: inline;
}

.blog-detail-tags-ul li a{
    padding: 3px;
    font-size: 12px;
    background-color: #CFD8DC;
    color: white;
    font-weight: 600;
}
.separator{
    margin:10px 0px 10px 0px;
    display: block;
    height: 10px;
	border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
.user-tags{
    list-style: none;
    margin: 1em 0em 1em 0em;
}

.action-btn{
    margin: 1em 0em 1em 0em;
    display: flow-root;
}

.action-btn > .left{
    border: 3px solid #ED6116;
    background-color: white;
    float: left;
    padding: 10px;
    color:black !important;
}
.action-btn > .right{
    border: 3px solid #ED6116;
    background-color: white;
    float: right;
    padding: 10px;
    color:black !important;
}

.right a{
    color:black;
}

.left a{
    color:black;
}

.title-comment{
font-weight: bold;
color:black;
font-size: 20px;
margin: 10px 0px 10px 0px;
}

.no-discs{
    list-style: none;
    margin:1em 0em 1em 0em;
}

.no-discs > li{
    padding: 5px;
    margin: 1em 0em 1em 0em;
    display: block;
    border-radius: 3px;
    width: 100%;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 6px #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comment > em > strong {
    font-size: 14px;
    font-weight: 400;
}

#add-comment-title{
    font-weight: bold;
    color:black;
    font-size: 20px;
    margin: 10px 0px 10px 0px;
}

.commentbtn{
    padding: 5px;
    width: fit-content !important;
}
/* blog style */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ED6116;
    border-color: #ED6116;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.underline-title{
    width: fit-content;
    border-bottom: 4px solid #ED6116;
}

span.blog_author{
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
}

.blog-container{
    padding-top: 70px;
}

.page-header{
    padding-left: 100px;
}

ul.list-blog{
    list-style: none;
	font-size: 0px;
	margin-left: -2.5%;
}


ul.list-blog li {
	display: inline-block;
    border-radius: 3px;
	padding: 1.5em;
    width: 100%;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 6px #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.list-blog li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}

ul.list-blog li h3{
  margin: 0.6em 0 0.6em;
  text-align: left!important;
  font-family: Source Sans Pro, sans-serif;
  color: #333;
  font-size: 1.1em;
}

ul.list-blog li h3 a{
    color: #333;
}

ul.list-blog li p {
  margin: 0.6em 0 1.3em;
  font-size: .9em;
  line-height: 1.5em;
  color: #8c8c8c;
  text-align: left!important;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.list-blog > li > div.des{
    color:#777;
    font-weight: 400;
}

ul.list-blog.columns-2 li {
	width: 37%;
}
 
@media (max-width: 480px) {

	ul.list-blog {
		margin-left: 0;
	}
	ul.list-blog li {
		width: 100% !important;
		margin: 0 0 20px;
	}
}
/* common utility css  */
ul.sidebar{
    list-style: none;
    margin-left: 15px;
    color: #000000
}

ul.sidebar li a{
    color: black !important;
}


ul.no-bullets{
    list-style: none;
    margin-left: 15px;
}

ul.no-bullets li{
    display: inline-block;
	padding:none !important;
    width: 100%;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: none !important;
	font-size: 14px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 6px #eee;
    box-sizing: none !important;
    -webkit-box-sizing: none !important;
}

.blog-card-ul{
    list-style: none;
    margin-left: none;
}

.blog-card-ul li{
    display: inline-block;
    padding:unset !important;
	padding-top:5px !important;
    width: min-content;
	margin: unset !important;
	background: #fff;
	border: unset !important;
	font-size: 14px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: unset !important;
    box-sizing: unset !important;
    -webkit-box-sizing: none !important;
}

.blog-card-ul li a{
    padding: 3px;
    font-size: 12px;
    background-color: #CFD8DC;
    color: white;
    font-weight: 600;
}
/* wholesale customers */

.padding-around{
    padding:40px 15px 40px 15px; 
}

.padding-around  h1.headline{
    font-size:30px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.padding-around p{
    text-align: center;
}
/* video section */
.custom-content{
    margin-bottom: 4em !important
}
.line-icon {
    text-align: center;

}
.line-icon-img{
    height: 30px;
}
/* Joined both selectors, since were pretty much the same */
.line-icon::before,
.line-icon::after {      
    /* Styles kept */
    width: 25%;
    height: 1px;
    
    /* Changed to border-top (instead of border) to simulate a line better */
    border-top: 1px solid #ccc; 

    /* Styles added */
    display: inline-block;
    content: '';
  
    /* Use padding to vertical align the line */
    /* Use padding in em for a responsive icon height */
    padding-top: 0.5em; 
  
    /* Use margins to give the lines some spacement around the icon */
    /* Use margins in % for a responsive spacement */
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: 1%;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 1em;
    background-color: white; 
  }

  .grid-number {
    /* background-color: #5C6AC4; */
    border: 3px solid rgba(0, 0, 0, 0.1);
    display: grid;
    justify-content: center;
    padding: 10px;
    font-size: 70px;
    color: white;
    line-height: 1;
    border-radius: 5px;  
  }

/* account page */
.line-box{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding:0px;
    padding-top:10px;
}
.right-side-box{
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-right: 6px solid #ED6116;
    padding-left: 10px;
    height: inherit;
}
.black-right-side-box{
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-right: 6px solid #000000;
    padding-left: 10px;
    height: inherit;
}
.title-small-size{
    font-size: 18px;
    font-weight: bolder;
    padding: 8px;
    padding-left: 0px;
    margin-bottom: 5px;
}

#tabletolist1{
    margin-top: 10px;
}

/* addresses page */
.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
    padding: 10px;
    margin:5px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.form-control:focus {
	z-index: 2;
}

.address-card input[type=submit].btn-block {
    width: 100%;
    color: #fff;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.address-card input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.address-card input[type=submit].btn-block {
    width: fit-content;
    margin: 1em;
    margin-left: 0px;
    color: #fff;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.square-btn{
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.the-orange-button{
    width: 100%;
    color: #fff !important;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.the-orange-button a{
    color:#ffffff !important;

}
.address-card{
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin:5px;
    margin-left: 0px;
    padding:5px;
}

/* template header */
.template_header{
    margin-top: 15px;
    margin-bottom: 15px;
}

.template_header h2.title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* login style */
#customer_login {
	max-width: 450px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#customer_login .form-signin-heading,
  .form-signin .checkbox {
	margin-bottom: 30px;
}

#customer_login .checkbox {
	font-weight: normal;
}

#customer_login .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
    padding: 10px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

#customer_login .form-control:focus {
	z-index: 2;
}

#customer_login input[type=submit].btn-block {
    width: 100%;
    color: #fff;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

#customer_login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

#customer_login input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
/* recover password section css  */
#recover-password{
    max-width: 450px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#recover-password input[type=submit].btn-block {
    width: 100%;
    color: #fff;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

#recover-password .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

#recover-password .form-control:focus {
	z-index: 2;
}

#forgot_password{
padding-top: 5px;
padding-bottom: 5px;
color: #777;
}


/* common container style  */
.common-box {
	max-width: 450px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.common-box .form-signin-heading,
  .form-signin .checkbox {
	margin-bottom: 30px;
}

.common-box .checkbox {
	font-weight: normal;
}

.common-box .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
    padding: 10px;
    margin-bottom: 5px;
}

.common-box .form-control:focus {
	z-index: 2;
}

.common-box input[type=submit].btn-block {
    width: 100%;
    color: #fff;
    background-color: #ED6116;
    border-color: #ED6116;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.common-box input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.common-box #customer_login input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

/* CHOPS STYLES */
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 16px;
	width: 100% !important;
    min-width: 100%;
  	max-width: 100%;
	min-height: 100%;
    overflow-x: hidden;
}

body .page-content {
    overflow: hidden;
    width: auto;
    max-width: auto;
    padding: 0 0.0001em;
    transition: all 100ms ease;
}

body .page-alert {
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} body .page-content {
    margin-top: 39px;
	margin-top: 0px !important; /* Edit 08/03/2017 to remove page alerts */
}

body .page-alert.hide {
	height: 0px;
	transition: all 150ms ease;
}

.alert-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    min-height: 40px;
    max-height: 40px;
    min-width: 100%;
    background: #333;
    transition: all 150ms ease;
    text-align: center;
} .alert-content:hover {
    background: #3f3f3f;
    transition: all 150ms ease;
}

.alert-content img {
    max-width: 25px;
    display: inline-block;
} .alert-content a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
} .alert-content a, .alert-content a:hover {
    color: #fff;
    text-decoration: none;
}

.no-pad {
	padding: 0;
}

.clearfix:after {
	content: '';
	clear: both;
}

.cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bold {
	font-weight: 700;
} .normal {
	font-weight: 400;
} .light {
	font-weight: 200;
} .alt {
	color: rgb(237,97,22);
}

.img-wrapper img {
	max-width: 100%;
} .svg-wrapper svg {
	max-width: 100%;
}

.common-container{
    height: 350px;
    padding-top: 30px;
}

.account-container{
    min-height: 300px;
    height: fit-content;
    padding-top: 30px;
}
a[title='Sumo'] {
    display: none !important;
}

.white {
  color: #fff !important;
}

/******    chops-variety-pack-page        ****/

   a.tooltip-link {
    position: absolute;
    right: -7px;
    top:22px;
    color:#000000;
    font-size: 10px;
}

.chp-tab-content-wrap {
    min-height: 650px;
}
.chp-nav-bar {
    border-bottom: 2px solid #ccc;
}
.chp-nav-bar .nav-tabs {
    border: none;
    transform: translate(0, 1px);
}
.chp-nav-bar .nav-tabs>li>a{
    border-radius: 10px 10px 0 0;
    color:#ed6116;
}
.chp-nav-bar .nav-tabs>li>a, .chp-nav-bar .nav-tabs>li.active>a, .chp-nav-bar .nav-tabs>li.active>a:focus, .chp-nav-bar .nav-tabs>li.active>a:hover{
    border-width:2px;
    color:#ed6116;
    border-color: #ccc;
    border-bottom: transparent;
}
.chp-nav-bar .nav-tabs>li>a {
    border-radius: 10px 10px 0 0;
    color: #ed6116;
    border-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

   .yotpo-bottomline.pull-left.star-clickable {
    margin: 0 0 5px;
}
   .yotpo-bottomline.pull-left.star-clickable a {
    margin: 0 0 0 10px;
}
.tooltip {
    width:400px;
    height:100px;
    padding:20px;
    border:1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    top: 25px;
    left: 40px;
    display:none;
    opacity:1;
    background: #eee;
}

#sectionB h2 {
    margin: 30px 0 15px;
    font-size: 21px;
    color: #151515;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
#sectionB p {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.high-quality-beef-content {
    background: url(high-quality-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom:550px;
}
.about-startup-section {
    padding: 60px 0;
}
.about-startup-section .about-startup-left-img {
    float: left;
    padding: 0 20px 10px 0;
}
#sectionB .about-startup-section h2 {
    margin: 20px 0; 

}
section.about-startup-section h3 {
    margin: 15px 0;
    font-weight: 600;
    color: #000;
}
#sectionB .about-startup-section p {
    color: #777;
}
.chops-variety-pack-section{
    background: url(Chops-Variety-Pack-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:60px 0;
}
.chops-variety-pack-section img {
 	max-width:100%; 
}
#sectionB .chops-variety-pack-section h2 {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-size: 21px;
}
#sectionB .chops-variety-pack-section p {
    color: #fff;
}
#sectionB .chops-variety-pack-section p a {
    color: #fff;
    text-decoration:underline
}
.faq-section {
 	padding:60px 0 45px;
    background: #f0f0f0;
  	margin-bottom:40px;
}
#sectionB .faq-section h2 {
    margin: 0 0 30px 0;
    text-align: center;
}

.woobox-offer {
    margin: auto;
}


select.data-product-id {
    border: 2px solid #333;
    background: #fff;
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
select.data-product-id option {
    font-size: 14px;
    padding: 4px 8px;
}
    select.data-product-id:focus{
       border: 2px solid #333;
      box-shadow:none;
      outline:none;
    }
form.product_form .quantity_left input {
    width: 50px;
    padding: 0 0 0 5px;
    /* text-align: center; */
}



/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 0 0 20px 0;
    display: inline-block;
    transition: all linear 0.15s;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 21px;
    line-height:24px;
    position:relative;
    padding-left:30px;
}
.accordion-section-title:after {
    content: "";
    background: url(plus-icon.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 100%;
}

.accordion-section-title.active, 
.accordion-section-title:hover,
.accordion-section-title:focus{
	text-decoration:none;
    color: #000;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 0 0 20px 30px;
    display: none;
}
.insta-feed-outer div#insta-feed a, .insta-feed-outer div#insta-feed a img {
    height: 100px !important;
    width: 100px !important;
    display: inline-block;
}
.insta-feed-outer div#insta-feed a {
 	margin:0 7px; 
}
.insta-text {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:16px;
}
.insta-feed-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.insta-text .insta-icon {
    font-size: 22px;
    margin-right: 8px;
}

@media(max-width:991px){
 	#sectionB .high-quality-beef-content {
    	background: #f0f0f0;
    	padding-bottom: 50px;
	} 
  	.about-startup-section .text-center {
   	 overflow: hidden;
	}
  .chops-variety-pack-section {
    	padding-top: 20px;
	}
}

@media(max-width:479px){
   .chp-nav-bar .nav-tabs>li>a {
      font-size: 14px;
      padding: 10px 4px;
  }
  #sectionB h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #sectionB p {
    font-size: 15px;
  }
  
  .accordion-section-title {
   	 font-size: 18px;
	}
  .product-subpage .product-info .desc img {
    max-width: 100%;
	}
}




/* NAVIGATION */

@media (min-width: 0px) {	
	/* Navigation */
    .desktop-nav {
        display: none;
    }
    
	.mobile-nav-list {
		display: none;
        z-index: -999;
    } .mobile-nav-list.closed {
        width: 0px;
        overflow: hidden;
        pointer-events: none;
        z-index: -1;
        display: none;
    } .mobile-nav-list.open {
        display: block;
        pointer-events: all;
        width: 100%;
        position: fixed;
        height: 100%;
        width: 100%;
        background: #333;
        top: 0;
        z-index: 9997;
        padding-top: 80px;
        font-size: 28px;
        text-align: center;
        transition: all 100ms ease;
    } .mobile-nav-list li {
        margin-bottom: 30px;
    } .mobile-nav-list a {
        color: #fff;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 2px solid transparent;
    } .mobile-nav-list a:hover {
        border-bottom: 2px solid rgb(237,97,22);
    } .mobile-nav-list a.active {
        border-color: rgb(237,97,22);
    }
	
	.navigation {
		color: #fff;
		position: fixed;
		z-index: 998;
		width: 100%;
		height: 80px;
		top: 40px;
	    top: 0px !important; /* Changed 08/03/2017 to remove alert bar */
		left: 0;
		transition: all 200ms ease;
	} .navigation.active {
		background: #fff;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		transition: all 200ms ease;
	} .navigation.active svg {
		fill: #333;	
	} .navigation.active .spinner-master2 .spinner2 {
		background: #333;
	} .navigation.shifted {
		top: 0;
		transition: all 150ms ease;
	}
    
    .spinner-master2 {
        position: absolute;
        z-index: 9998;
    } .spinner-master2 .spinner-spin2.open .spinner2 {
        background: #fff;
    }
	
	.nav-content {
		padding-top: 15px;
	}
	
	.logo {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	.logo .img-wrapper {
		max-width: 50%;
		width: 72px;
		margin: 0 auto;
	}
	
	.hamburger, .cart {
		position: absolute;
		top: 25px;
		right: 20px;
		width: 40px;
	} .hamburger {
		left: 20px;
		right: auto;
	}
	
	.hamburger .svg-wrapper, .cart .svg-wrapper {
		max-width: 28px;
	} .navigation svg {
		fill: #fff;
	}
}

@media (min-height: 600px) {
    .mobile-nav-list.open {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
	.logo .img-wrapper {
		width: 200px;
	}
	.hamburger, .cart {
		right: 30px;
	} .hamburger {
		left: 30px;
	}
}

@media (min-width: 992px) {
	.navigation.active {
		height: 75px;
	}
	
	.nav-content {
		max-width: 960px;
		margin: 0 auto;
		padding-top: 0;
	}
	
	.logo {
		display: inline-block;
		width: 19.5%;
		text-align: left;
		float: left;
		margin-top: 15px;
		transition: all 150ms ease;
	} .logo .img-wrapper {
		width: 180px;
		max-width: none;
		margin-left: 0;
		transition: all 150ms ease;
	}
    
    .desktop-nav.closed {
        width: 80%;    
    }
	.desktop-nav {
		display: inline-block;
		width: 80%;
		text-align: right;
		float: right;
		margin-top: 25px;
		transition: all 150ms ease;
	} .mobile-nav {
		display: none;
	}
    
    .dropdown-menu > li > a {
        color: black !important;
    }
	.nav-list li {
		display: inline-block;
	} .nav-list li a {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		margin: 0 20px;
		overflow: visible;
		position: relative;
		transition: all 150ms ease;
        text-decoration: none;
	} .nav-list li a.active {
		font-weight: bold;
	} .nav-list li a.active:before {
		content: '';
		display: block;
		position: absolute;
		background: #fff;
		height: 2px;
		width: 100%;
		left: 0;
		bottom: -5px;
	}.nav-list li a:hover {
	    text-decoration: none;
	}
	
	.navigation.active .nav-list li a {
		color: #252525;
	} .navigation.active .nav-list li a:before {
		background: #252525;
	} 
	
	.desktop-nav .nav-item .showCart {
		display: inline-block;
		width: 25px;
		height: 25px;
		transition: all 150ms ease;
	} .desktop-nav .nav-item .showCart .svg-wrapper {
		width: 25px;
		height: 25px;
		transition: all 150ms ease;
	}
	
	/* Active styles */
	.navigation.active .logo {
		margin-top: 19px;
		transition: all 150ms ease;
	}
	.navigation.active .logo .img-wrapper {
		width: 150px;
		transition: all 150ms ease;
	}
	.navigation.active .desktop-nav {
		margin-top: 21px;
		transition: all 150ms ease;
	}
	.navigation.active .nav-list li a {
		font-size: 14px;
		transition: all 150ms ease;
	}
	.navigation.active .desktop-nav .nav-item .showCart, .navigation.active .desktop-nav .nav-item .showCart .svg-wrapper {
		width: 22px;
		height: 22px;
		transition: all 150ms ease;
	}
}

@media (min-width: 1200px) {
	.nav-content {
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.logo {
		margin-top: 25px;	
	} .logo .img-wrapper {
		width: 200px;
	}
	
	.desktop-nav {
		margin-top: 37px;
	}
	
	.nav-list li a {
		margin: 0 15px;
	}
	
	.navigation.active .nav-list li a {
		font-size: 16px;
		transition: all 150ms ease;
	}
	.navigation.active .desktop-nav .nav-item .showCart, .navigation.active .desktop-nav .nav-item .showCart .svg-wrapper {
		width: 22px;
		height: 22px;
		transition: all 150ms ease;
	}
}

/* HEADER */

@media (min-width: 0px) {
	/* Common */
	.button-wrapper {
		width: 200px;
		height: 48px;
		display: inline-block;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		background: rgb(237,87,22);
		-webkit-box-shadow: 0px 7px 22px 7px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 7px 22px 7px rgba(0,0,0,0.2);
        box-shadow: 0px 7px 22px 7px rgba(0,0,0,0.2);
        transition: all 300ms ease;
	} .button-wrapper a {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-top: 14px;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
    } .button-wrapper a:before, .button-wrapper a:after {
        background: #fff;
        opacity: 0.1;
    }
	
	.header {
		width: 100%;
		min-height: 100%;
		overflow: hidden;
		position: relative;
        transition: height 999999s ease;
	}

	.header-bg {
		background-image: url("header_bg_mob.jpg");
      	/* NEW BG IMAGE - JERKY BAG */
        background-image: url("header_bg_jerky_bag_8893003844613693933.png");
        background-color: #121314;
		background-attachment: auto;
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		//min-height: 100vh;
		color: #fff;
		transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
		overflow: hidden;
        transition: height 999999s ease;
	}

	.header-content {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		padding-top: 110px;
		padding-bottom: 90px;
		position: relative;
	}

	.header .title {
		font-weight: 700;
		font-size: 38px;
		line-height: 1.2em;
	} .header .title .large {
		display: block;
		font-size: 42px;
	}
	
	.header .section-hr {
		display: none;
	}

	.header .desc {
		max-width: 100%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.5em;
		margin-top: 30px;
	} .header .desc span {
		display: block;
	}

	.header .shop-button {
		margin-top: 35px;
    } .header .shop-button:hover {
        -webkit-box-shadow: 0px 5px 32px 7px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 5px 32px 7px rgba(0,0,0,0.4);
        box-shadow: 0px 5px 32px 7px rgba(0,0,0,0.4);
        transition: all 200ms ease;
    }
	
	.header .arrow-down {
		display: none;
	}

} @media (min-height: 481px) {
    .header {
        height: 720px;
		min-height: 720px;
        max-height: 720px;
        padding-bottom: 0;
    }
    
	.header-content {
		width: 92%;
		margin: 0 auto;
		text-align: center;
		padding-top: 150px;
		position: relative;
	} .header .arrow-down {
		display: block;
		width: 22px;
		margin: 0 auto;
		margin-top: 60px;
		opacity: 0.6;
	} .header .arrow-down svg {
		fill: #fff;
	}
} @media (min-height: 600px) {
	 .header .arrow-down {
		margin-top: 100px;
	}
} @media (min-width: 500px) {
    .header-content {
        max-width: 90%;
    }
	.header .title {
		font-weight: 700;
		font-size: 42px;
		line-height: 1.3em;
	} .header .title .large {
		font-size: 60px;
	}
	.header .desc {
		max-width: 395px;
	}
}


@media (min-width: 768px) {
	.header {
		height: 600px;
		min-height: 600px;
        max-height: 600px;
	}
	
	.header-bg {
		background-attachment: fixed;
	}
	
	.header-content {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 0;
	}
	
	.header .title {
		font-weight: 700;
		font-size: 52px;
		line-height: 1.3em;
	} .header .title .large {
		font-size: 72px;
	}
	
	.header .desc {
		max-width: 450px;
		font-size: 18px;
	}
} @media (min-width: 768px) and (min-height: 481px) {
    .header-content {
        padding-top: 120px;
    }
}
@media (min-width: 992px) {	
	.header {
		max-height: 720px;
        min-height: 720px;
	}
	
	.header-bg {
		/*background-image: url("header_bg.jpg");*/
	}
	
	.header-container {
		width: 960px;
		margin: 0 auto;
	}
	
	.header-content {
		float: right;
		width: 455px;
		text-align: left;
		padding-top: 120px;
        margin-right: 15px;
	}
	
	.header .title {
		font-weight: 700;
		font-size: 60px;
		line-height: 1.3em;
		margin-left: -7px;
	} .header .title .large {
		font-size: 78px;
	}
	
	.header .section-hr {
		display: block;
		height: 8px;
		width: 60px;
		background: #fff;
		margin-top: 23px;
	}
	
	.header .desc {
		margin-left: 0;
		margin-top: 20px;
		line-height: 1.8em;
	}
	
	.header .shop-button {
		text-align: center;
		margin-top: 30px;
	}
} @media (min-width: 992px) and (min-height: 601px) {
    .header-content {
        padding-top: 180px;
    }
}
 

@media (min-width: 1200px) {
	.button-wrapper {
		width: 280px;
		height: 60px;
	} .button-wrapper a {
		padding-top: 19px;
        font-size: 21px;
	}
	
	.header {
		max-height: 740px;
        min-height: 740px;
	}
	
	.header-container {
		width: 1140px;
	}
	
	.header-content {
		float: right;
		width: 500px;
		text-align: left;
		padding-top: 160px;
        margin-right: 0;
	}
	
	.header .title {
		font-weight: 700;
		font-size: 72px;
		line-height: 1.3em;
		margin-left: -7px;
	} .header .title .large {
		font-size: 86px;
	}
}

/* CHOPS NEWS */
.chopsNews {
  padding: 30px 45px;
  padding-bottom: 60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.chopsNews .svg-wrapper img {
  max-width: 140px;
  margin: 0 auto;
}
.chopsNews .title-row h1 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
#forbesLogo {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .chopsNews {
    padding-bottom: 30px;
  }
}

/* CHOPS DIFFERENCE */

@media (min-width: 0px) {
	.chopsDiff {
		padding-top: 60px;
		padding-bottom: 90px;
		background: #fff;
	}
	
	.chopsDiff svg {
		fill: rgb(237,97,22);
	}
	
	.chopsDiff .column {
		margin-bottom: 60px;	
	} .chopsDiff .column:last-of-type {
		margin-bottom: 0;
	}
	
	.chopsDiff .column-content {
		max-width: 350px;
		margin: 0 auto;
		color: #333;
	}
	
	.chopsDiff .column-icon {
		max-width: 80px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.chopsDiff .column-title h2 {
		font-size: 21px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.chopsDiff .column-hr {
		height: 1px;
		width: 100%;
		background: rgba(0,0,0,0.05);
		margin-bottom: 10px;
	}
	
	.chopsDiff .column-desc {
		text-align: center;
		line-height: 1.6em;
		color: #777;
		font-weight: 400;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
    .chopsDiff {
        padding-bottom: 120px;
    }
    
    .chopsDiff .column {
        margin-bottom: 0;
    }
    
    .chopsDiff .column-content {
        max-width: 100%;
    }
    
    .chopsDiff .column-icon {
        margin-bottom: 20px;
    }
    
    .chopsDiff .column-title, .chopsDiff .column-hr {
        margin-bottom: 15px;    
    }
    
    .chopsDiff .column-desc {
        font-size: 18px;
    } .chopsDiff .column.one .column-desc {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .chopsDiff .container {
        max-width: 960px;
        margin: 0 auto;
    }
    
    .chopsDiff .column-desc {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .chopsDiff .container {
        max-width: 1140px;
    }
    
    .chopsDiff .column-hr {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    
    .chopsDiff .column-desc, .chopsDiff .column.one .column-desc {
        max-width: 80%;
        margin: 0 auto;
    } .chopsDiff .column.one .column-desc {
        max-width: 85%;
        margin: 0 auto;
    } 
}

/* BILLBOARD SECTION */

@media (min-width: 0px) {
    .billboard {
        background-image: url("bill-board-mobile.jpg");
        background-position: center center;
        color: #fff;
        font-size: 16px;
		overflow: hidden;
    }
    
    .billboard-content {
        padding: 75px 0;
    }
    
    .billboard-title h1 {
        font-size: 42px;
        font-weight: 700;
    }
    
    .billboard .section-hr {
        width: 60px;
        height: 8px;
        background: #fff;
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 28px
    }
    
    .billboard .billboard-desc {
        line-height: 1.6em;
        font-weight: 400;
    } .billboard .billboard-desc .alt {
        font-weight: 700;
    }
    
    .billboard .billboard-desc .sub {
        margin-top: 20px;
    }
}

@media (min-width: 500px) {
    .billboard .billboard-title h1 {
        font-size: 50px;
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .billboard {
        background-image: url("bill-board.jpg");
    }
    
    .billboard-content {
        padding: 110px 0;
    }
    
    .billboard .billboard-title h1 {
        font-size: 72px;
        max-width: 85%;
    }
    
    .billboard .billboard-desc {
        max-width: 90%;
        font-size: 18px;
    }
}

@media (min-width: 992px){
    .billboard .container {
        max-width: 960px;    
    }
    
    .billboard .billboard-title h1 {
        max-width: 82%;
    }
}

@media (min-width: 1200px) {
    .billboard .container {
        max-width: 1200px;
    }
    
    .billboard .billboard-title h1 {
        max-width: 760px;
    }
    
    .billboard .billboard-desc {
        max-width: 75%;
    }
}

/* Shop Now */
@media (min-width: 0px) {
    .cta {
        padding: 75px 0;
        padding-bottom: 30px;
        background: #fff;
        font-size: 42px;
        color: #333;
    }
    
    .cta-content {
        margin: 0 auto;
        text-align: center;
    }
    
    .cta-title {
        margin: 0 auto;
        margin-bottom: 30px;
    } .cta-title h1 {
        font-weight: 700;
        line-height: 1.2em;
    }
    
    .cta-button {
        text-align: center;
        margin: 0 auto;
        box-shadow: none;
        transition: all 300ms ease;
    } .cta-button:hover {
       -webkit-box-shadow: 0px 5px 27px 7px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 5px 27px 7px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 27px 7px rgba(0,0,0,0.1);
        transition: all 200ms ease;
    } .cta-button a {
        padding-top: 15px;
    }
}

@media (min-width: 500px) {
    .cta {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .cta {
        padding: 90px 0;
        padding-bottom: 45px;
        font-size: 72px;
    }
    
    .cta-button {
		width: 250px;
		height: 60px;
	} .cta-button a {
		padding-top: 20px;
        font-size: 21px;
        padding-top: 19px;
	}
}

@media (min-width: 992px) {
    .cta .container {
        max-width: 960px;    
    }
}

@media (min-width: 1200px) {
    .cta {
        padding-bottom: 45px; 
    }
    
    .cta .container {
        max-width: 1140px;    
    }
    
    .cta-title {
        margin-bottom: 50px;
    } .cta-title h1 {
        padding-top: 0;
    }
}

/* Image Row */
@media (min-width: 0px) {
    .imageRow {
        padding: 60px 0;
        background: #fff;
    }

    .imageRow .image {
        //background: red;
        padding: 5px;
    } .imageRow .image:nth-of-type(odd) {
        //background: blue;
    }

    .imageRow .img-wrapper {
        width: 100%;
        height: 200px;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: all 75ms ease;
    }
    
    .imageRow .img-wrapper:hover {
        opacity: 0.8;
        transition: all 150ms ease;
    }

    .imageRow .row .img-wrapper.one {
        background-image: url("Image_row_bg_1_1.jpg");
    } .imageRow .row .img-wrapper.two {
        background-image: url("Image_row_bg_1_2.jpg");
    } .imageRow .row .img-wrapper.three {
        background-image: url("Image_row_bg_1_3.jpg");
    } .imageRow .row .img-wrapper.four {
        background-image: url("Image_row_bg_1_4.jpg");
    } .imageRow .row .img-wrapper.five {
        background-image: url("Image_row_bg_2_1.jpg");
    } .imageRow .row .img-wrapper.six {
        background-image: url("Image_row_bg_2_2.jpg");
    } .imageRow .row .img-wrapper.seven {
        background-image: url("Image_row_bg_2_3.jpg");
    } .imageRow .row .img-wrapper.eight {
        background-image: url("Image_row_bg_2_4.jpg");
    }
}

@media (min-width: 500px) {
    .imageRow .img-wrapper {
        height: 270px;
    }
}

@media (min-width: 600px) {
    .imageRow .img-wrapper {
        height: 320px;
    }
}

@media (min-width: 600px) {
    .imageRow .img-wrapper {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .imageRow .image {
        padding: 6px;
    }
    
    .imageRow .img-wrapper {
        height: 180px;
    }
}

@media (min-width: 850px) {
    .imageRow .img-wrapper {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .imageRow .image {
        padding: 5px;
    }
    
    .imageRow .img-wrapper {
        height: 260px;
    }
}

@media (min-width: 1200px) {
    .imageRow .imageRow-content {
        max-width: 1600px;
        margin: 0 auto;
    }
    
    .imageRow .image {
        padding: 8px;
    }
    
    .imageRow .img-wrapper {
        height: 300px;
    }
}

@media (min-width: 1400px) {
    .imageRow .img-wrapper {
        height: 320px;
    }
}

@media (min-width: 1600px) {
    .imageRow .img-wrapper {
        height: 320px;
    }
}

/* Footer */
@media (min-width: 0px) {
    .footer {
        background: #fff;
        color: #333;
        line-height: 1.6em;
        padding-bottom: 45px;
    }
    
    .footer-title {
        text-align: center;
    } .footer-title h3 {
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .footer-content {
        text-align: center;
        margin-bottom: 35px;
        margin-top: 15px;
    }
    
    .newsletter.email {
        width: 180px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        color: #777;
        padding-left: 10px;
    } .newsletter.submit {
        width: 120px;
        height: 40px;
        background: rgb(237,97,22);
        border: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        margin-left: 3px;
    }
	.priv-policy a,
  	.priv-policy a:hover {
	  font-size: 10px;
      color: #777;
      display: inline-block;
      border-bottom: 1px solid #999;
      padding-bottom: 0;
      text-decoration: none;
    }
    .contact-email {
        color: #777;
        display: inline-block;
        margin-top: -10px;
    }
    
    .copyright {
        border-top: 1px solid #f0f0f0;
        padding-top: 30px;
        width: 100%;
        text-align: center;
    } .copyright .copy {
        font-size: 12px;
    } .copyright .designer {
        color: #ddd;
        font-size: 10px;
        display: inline-block;
        margin-top: -5px;
    } .copyright .designer a {
        color: #ddd;
    }
    
    .footer .social-icons {
        margin-top: 23px;
    }
    
    .footer .social-icons a {
        display: inline-block;
        width: 22px;
        height: 22px;
    } .footer .social-icons a svg {
        fill: #000;
        height: 22px;
        width: 22px;
    }
}

@media (min-width: 500px) {
    .newsletter.email {
        width: 260px;
    } .newsletter.submit {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .footer {
        padding-bottom: 45px;    
    }
    
    .footer .newsletter .footer-title, .footer .newsletter .footer-content {
        text-align: left;
    } .footer .newsletter .footer-title {
        margin-left: 3px;
    }
    
    .newsletter.email {
        width: 180px;
    } .newsletter.submit {
        width: 120px;
    }
    
    .footer .footer-contact .footer-title,  .footer .footer-contact .footer-content {
        text-align: right;
    }
    
    .footer .footer-contact .tablet-copy {
        display: block;
        margin-top: 2px;
        font-size: 12px;
    } .footer .footer-contact .designer a {
        display: inline-block;
        font-size: 8px;
        color: #ddd;
        margin-top: -10px;
        margin-right: 2px;
    }
}

@media (min-width: 992px) {
    .footer .container {
        max-width: 960px;
        margin: 0 auto;
    }
    
    .footer .social-icons {
        margin-left: 2%;
    }
    
    .footer .newsletter .footer-title, .footer .newsletter .footer-content {
        text-align: center;
    }
    
    .newsletter.email {
        width: 260px;
    } .newsletter.submit {
        width: 160px;
    }
    
    .footer .footer-contact .designer a {
        display: inline-block;
        font-size: 8px;
        color: #ddd;
        margin-top: -8px;
        margin-right: 2px;
    }
}

@media (min-width: 1200px) {
    .footer .container {
        max-width: 1140px;
    }
}

/***************/
/***************/
/* About Us CSS */
/***************/
/***************/


/* About Us Page */
@media (min-width: 0px) {    
    .subpage .page-content {
		margin-top: 0;
	}
	
	.subpage .subpage-header {
		height: inherit;
		width: 100%;
		overflow: hidden;
		color: #fff;
	} .subpage .subpage-header-bg {
        background-size: cover;
		background-attachment: auto;
		background-position: center center;
        background-repeat: no-repeat;
	} .subpage.about-us .subpage-header-bg {
		background-image: url("about_us_header_bg.jpg");
	} .subpage.contact-us .subpage-header-bg {
		background-image: url("contact_us_header_bg.jpg");
	} .subpage.the-store .subpage-header-bg {
		background-image: url("collection_header_bg_18365530269319679636.jpg");
    } 
    .subpage.login-page .subpage-header-bg {
        background-image: url("contact_us_header_bg.jpg");
    }

    .subpage.blogs .subpage-header-bg {
        background-image: url("about_us_header_bg.jpg");
    }

	.subpage .subpage-header-content h1 {
		font-size: 62px;
		font-weight: 700;
		padding-top: 120px;
		padding-bottom: 45px;
    }
    
    .subpage .subpage-header-content h1.makesmall {
		font-size: 40px;
		font-weight: 700;
		padding-top: 140px;
		padding-bottom: 45px;
	}
	
	.subpage.about-us .button-section {
		margin-top: 45px;
		margin-bottom: 60px;
	} .subpage .button-wrap {
		width: 95%;
		max-width: 280px;
		height: 56px;
		margin: 15px auto;
		transition: all 150ms ease;
        text-align: center;
	} .subpage .button-wrap.solid {
		background: rgb(237,97,22);
	} .subpage .button-wrap.outline {
		background: transparent;
		border: 2px solid #333;
	} .subpage .button-wrap.outline:hover {
		background: #333;
		transition: all 150ms ease;
	}.subpage .button-wrap a {
		display: inline-block;
		width: 100%;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		padding-top: 19px;
		text-decoration: none;
		transition: all 150ms ease;
	} .subpage .button-wrap.outline a {
		color: #333;
        padding-top: 17px;
	} .subpage .button-wrap.outline:hover a {
		color: #fff;
		transition: all 150ms ease;
	}
	
	.subpage .section-hr {
		width: 100%;
		height: 1px;
		content: '';
		margin: 0 auto;
		background: rgba(0,0,0,0.1);
	} .subpage .section-hr.short {
		width: 90%;
	} .subpage .section-hr.overlay {
		background: rgba(0,0,0,1);
	}
	
	.aboutUs-hr {
		content: '';
		width: 60px;
		height: 8px;
		background: rgb(237,97,22);
		margin: 15px 0;
		margin-bottom: 30px;
	}
	
	.our-story {
		padding-bottom: 45px;
	}
	.our-story .logo-icon {
		width: 90%;
		margin: 0 auto;
		margin-top: -10px;
		margin-bottom: 45px;
		position: relative;
		text-align: center;
	} .our-story .logo-icon:before, .our-story .logo-icon:after {
		content: '';
		display: block;
		width: 39%;
		height: 1px;
		background: rgba(0,0,0,0.2);
		position: absolute;
		top: 14px;
		left: 0;
	} .our-story .logo-icon:after {
		left: auto;
		right: 0;
	} .our-story .logo-icon .img-wrapper {
		width: 50px;
		margin: 0 auto;
		opacity: 1;
	} 
	
	.our-story .heading h3 {
		font-size: 21px;
		font-weight: 700;
		line-height: 1.6em;
	}
	
	.our-story .story-section {
		margin: 30px 0;
		padding: 0;
	} .our-story .story-section.one {
		margin-top: 0;
	} .our-story .story-section .story-image {
		background-attachment: auto;
		display: none;
	} .our-story .story-section .story-image.one {
		background-image: url(https://cdn.shopify.com/s/files/1/1275/3151/t/11/images/aboutUs/ourStory/farm.jpg);
	} .our-story .story-section .story-image.two {
		background-image: url(https://cdn.shopify.com/s/files/1/1275/3151/t/11/images/aboutUs/ourStory/meat.jpg);
	} .our-story .story-section .col-xs-12 {
		width: 100%;
		margin: 0;
		padding: 0;
	} .our-story .story-section p {
		line-height: 1.6em;
		font-weight: 400;
		color: #777;
	}
	
	.our-difference {
		color: #fff;
		background-attachment: scroll;
		background-image: url("about_us_body_moto_body_bg.jpg");
		background-position: center center;
		padding-top: 45px; 
		padding-bottom: 45px;
	} .our-difference .title-row h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.6em;
	} .our-difference p {
		line-height: 1.6em;
		margin: 30px 0;
	} .our-difference p:first-of-type {
		margin-top: 0;
	}
	
	.the-team {
		padding-top: 45px;
	} .the-team .heading h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.6em;
	} 
    
    .the-team .team-item:first-of-type {
        padding-top: 5px;
    } .the-team .team-item {
        padding-bottom: 60px;
    } .the-team .img-wrapper {
		max-width: 100%;
        text-align: center;
	} .the-team img {
		max-width: 100%;
        width: 100%;
        margin: 0 auto;
    } .the-team .team-name h3 {
        font-size: 24px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 10px;
    } .the-team .section-hr {
        width: 100%;
        max-width: 320px;
        margin: 15px 0;
        margin-bottom: 12px;
    } .the-team .team-desc p {
        line-height: 1.6em;
        color: #777;
    }
    
    .text-button {
        text-align: center;
        background: #f0f0f0;
        padding-top: 60px;
        padding-bottom: 45px;
    } .text-button h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 15px;
        line-height: 1.6em;
    }
    
    .subpage #Footer {
        padding-top: 60px;
    } .subpage #Footer .container {
        max-width: none;
    }
}

@media (min-width: 450px) {
    .subpage .subpage-header-content h1 {
		font-size: 72px;
    }
    
    .our-difference, .the-team {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 520px) {
    .our-story .logo-icon:before, .our-story .logo-icon:after {
		width: 44%;
    }
    
    .our-story .heading h3, .our-difference .heading h3, .the-team .heading h3, .the-team .team-name h3, .text-button h3 {
        font-size: 32px;
    } 
}

@media (min-width: 768px) {
    .subpage .subpage-header-bg {
		background-attachment: fixed;
        background-position: center center;
    }
  
  	.subpage.the-store .subpage-header-bg {
		background-position: center -400px;
	}
    
    .subpage .subpage-header-content h1 {
		font-size: 72px;
    }
    
    .our-story {
        padding-bottom: 60px;
    }
    
    .our-difference, .the-team {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    
    .our-story .logo-icon {
		width: 100%;
    }
    
    .our-story .heading h3, .our-difference .heading h3, .the-team .heading h3 {
        font-size: 42px;
    } 
    
    .the-team .team-name h3 {
        font-size: 24px;
    } 
    
    .text-button h3 {
        font-size: 32px;
    } .text-button .button-wrap {
        display: inline-block;
        margin-top: 25px !important;
    }
    
    .the-team .team-item:first-of-type {
        padding-top: 0;
    }
    
    .subpage #Footer {
        padding-top: 120px;
    } 
}

@media (min-width: 992px) {
	.subpage .subpage-header-bg {
		background-attachment: fixed;
        background-position: center -560px;
    }
  
  	.subpage.the-store .subpage-header-bg {
		background-position: center -400px;
	}
	
    .subpage .container {
        max-width: 960px;
        margin: 0 auto;
    }
    
    .subpage .subpage-header-content h1 {
		font-size: 80px;
		font-weight: 700;
		padding-top: 150px;
		padding-bottom: 60px;
	}
    
    .our-story {
        padding-bottom: 75px;
    }
    
    .our-difference, .the-team {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .text-button h3 {
        font-size: 42px;
    } .text-button .button-wrap {
        display: inline-block;
        margin-top: 40px !important;
    }
    
    .subpage.about-us .button-section {
		margin-top: 60px;
		margin-bottom: 60px;
    }
    
    .our-story .logo-icon {
		width: 100%;
		margin: 0 auto;
		margin-top: 0;
		margin-bottom: 45px;
	} .our-story .logo-icon:before, .our-story .logo-icon:after {
		content: '';
		display: block;
		width: 44%;
		height: 1px;
		background: rgba(0,0,0,0.2);
		position: absolute;
		top: 25px;
		left: 0;
	} .our-story .logo-icon:after {
		left: auto;
		right: 0;
	} .our-story .logo-icon .img-wrapper {
		width: 75px;
		margin: 0 auto;
		opacity: 1;
	} 
}


/***************/
/***************/
/* Contact Us CSS */
/***************/
/***************/

@media (min-width: 0px) {
    .contact-us .map-section {
        padding: 30px 0;   
        padding-bottom: 30px;
    }
    
    .contact-us #map {
        width: 100%;
        height: 180px;
    }
    
    .contact-us .contact-intro .heading h3 {
        font-size: 21px;
        font-weight: 700;
        line-height: 1.6em;
    }
    
    .contact-us .section-hr {
        content: '';
        width: 40px;
        height: 8px;
        background: rgb(237,97,22);
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    
    .contact-us .contact-section {
      padding-top: 30px;  
    } .contact-us .column-heading h3 {
        font-size: 21px;
        font-weight: 700;
    } .contact-us .contact-item {
        margin: 15px 0;
    } .contact-us .sub-heading h5 {
        font-size: 16px;
        padding-bottom: 5px;
        color: #777;
    } .contact-us .contact-info a {
        color: #337ab7;
    } .contact-us .contact-address p {
        color: #777;
        line-height: 1.2em;
    }
    
    .contact-us .company {
        margin-top: 60px;
        padding-bottom: 45px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    } .contact-us .company .contact-item {
        margin-top: 5px;
    }
}

@media (min-width: 650px) {
    .contact-us .contact-row .col-xs-12 {
        width: 50%;
    }
    
    .contact-us .contact-intro .heading h3 {
        margin-top: 5px;   
        font-size: 24px;
    }
    .contact-us .company {
        border: none;
        margin-top: 5px;;
    } .contact-us .info {
        margin-top: 5px;
    } .contact-us .company .contact-item {
        margin-top: 0;
    } .contact-us .contact-address p {
        color: #777;
        line-height: 1.4em;
    }
    
    .contact-us .column-heading h3 {
        font-size: 24px;
    }
    
    .contact-us .contact-row {
        padding-bottom: 45px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}

@media (min-width: 768px) {
    .contact-us #map {
        width: 105%;
        margin-left: -2.5%;
    }
    
    .subpage #Footer {
        padding-top: 75px;
    } 
}

@media (min-width: 992px) {
    .contact-us .map-section {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    
    .contact-us #map {
        height: 250px;
        width: 105%;
        margin-left: -2.5%;
    }
    
    .contact-us .contact-intro .heading h3, .contact-us .column-heading h3 {
        font-size: 32px;
    }
    
    .contact-us .contact-row {
        padding-bottom: 60px;
    }
}

@media (min-width: 0px) {
    .the-store .container {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .store-banner {
        padding-top: 30px;
    }
    
    .store-intro {
        padding-top: 45px;
        padding-bottom: 45px;
    } .store-intro .intro-row h3 {
        width: 90%;
        margin: 0 auto;
        line-height: 1.6em;
        font-size: 18px;
        font-weight: 400;
        color: #777;
        padding-bottom: 30px;
      	padding-bottom: 45px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
    } .store-intro .intro-row h3 span {
    	color: rgb(237,97,22);
        font-style: italic;
    }.store-intro .underline {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 1px;
        font-weight: 700;
        color: #333;
        font-size: 20px;
    }
    
    .store-items {
        padding-top: 30px;
        padding-bottom: 15px;
        //border-bottom: 1px solid rgba(0,0,0,0.1);
    } .store-hr {
        opacity: 0.4;
    }
    
    .store-item .item-image {
        background: #f0f0f0;
        //background: rgba(237,97,22, 0.4);
        position: relative;
    } .store-item .item-image a .front {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        transition: all 150ms ease;
    } .store-item .item-image a:hover .front {
        opacity: 0;
        transition: all 150ms ease;
    }
    
    .store-item .item-image a .quick-view {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 55px;
        bottom: 0;
        left: 0;
        text-align: center;
        background: rgba(0,0,0,0.05);
        padding-top: 17px;
        font-size: 18px;
        color: rgb(237,97,22);
        font-weight: 400;
        transition: all 150ms ease;
    } .store-item .item-image a:hover .quick-view {
        opacity: 1;
        transition: all 150ms ease;
    }
    
    .store-item {
        text-align: center;
        padding-bottom: 45px;
    } .store-item .item-title h3 {
        font-weight: 700;
        color: #333;
        font-size: 24px;
        padding: 21px 0;
        padding-bottom: 10px;
        max-width: 80%;
        margin: 0 auto;
        line-height: 1.2em;
    } .store-item .item-price p {
        line-height: 1.6em;
        font-weight: 400;
        padding-bottom: 10px;
        font-size: 21px;
    } .store-item .item-desc p {
        font-weight: 500;
        color: #777;
        line-height: 1.6em;
        padding-bottom: 20px;
        max-width: 85%;
        margin: 0 auto;
        font-size: 18px;
    } .store-item .item-button {
        width: 180px;
        height: 48px;
        margin-top: 0;
    } .store-item .item-button a {
        font-size: 18px;
        padding-top: 15px;
    }
}

@media(min-width: 520px) {
    .store-item {
        padding-bottom: 60px;
    }
    
    .store-intro .underline {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {    
    .the-store .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .subpage.the-store .subpage-header-bg {
        /*background-position: right -620px;*/
    }
    
    .store-intro .intro-row h3 {
        width: 95%;
        line-height: 1.6em;
        font-size: 24px;
    } .store-intro .underline {
        font-size: 28px;
    }
    
    .store-item .item-desc p {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .the-store .container, .the-store #Footer .container, .store-hr {
        max-width: 960px;
        margin: 0 auto;
    } .store-hr {
        margin-top: 30px;
    }
    
    .store-intro .intro-row h3 {
        width: 90%;
        line-height: 1.8em;
        font-size: 32px;
      	padding-bottom: 15px;
    } .store-intro .underline {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .store-item .item-title h3 {
        max-width: 100%;
    }
    .store-item .item-desc p {
        max-width: 100%;
    }
    
    .store-item .item-image a .quick-view {
        height: 65px;
        padding-top: 21px;
    }
}

@media (min-width: 1200px) {
    .the-store #Footer .container {
        max-width: 1140px;
    }
}

/* PRODUCT SUBPAGE */
@media (min-width: 0px) {
    .product-subpage {
    
    }

    .product-header {
        height: 130px;
        background-image: url("product_page_header_bg.jpg");
    }
    
    .product-subpage .product-section {
        padding: 35px 0;
    }
    
    .product-subpage .item-image {
        background: #f0f0f0;
        width: 100%;
        height: auto;
        height: auto;
        position: relative;
        text-align: center;
    } .product-subpage .main-image {
        padding-bottom: 10px;
    }
    
    .product-subpage .item-image img {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
    } .product-subpage .item-image img.active {
        position: relative;
        z-index: 4 !important;
        //border: 1px solid rgba(0,0,0,0.1);
    }
    
    .product-subpage .sub-images .sub-image {
        background: #f0f0f0;
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
      	margin-bottom: 10px;
    }
    
    .product-subpage .sub-images .sub-image:hover {
        background: #ddd;
        cursor: pointer;
    } .product-subpage .sub-images .sub-image.active {
        background: #aaa;
    }
    
    .product-subpage .image-half {
        margin-bottom: 30px;
    }
    
    .product-subpage .product-info .section-hr {
        margin-bottom: 10px;
    }
  	.product-subpage .product-info .desc img {
     
        margin-bottom: 15px;
    }
    
    .product-subpage .title h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 15px;
    } .product-subpage .desc {
        text-align:  center;
        font-size: 16px;
        color: #777;
        line-height: 1.6em;
        margin-bottom: 30px;
    } .product-subpage .ingredients {
    	display: none;
    }
    
    .product-subpage .product-button-wrapper {
        line-height: 1.6em;
        border: 2px solid #333;
        margin-bottom: 10px;
        transition: all 120ms ease;
        cursor: pointer;
    } .product-subpage .product-button-wrapper.active {
        background: rgb(237,97,22);
        border-color: rgb(237,97,22);
    } 
    
    .product-subpage .product-button-wrapper:not(.active):hover {
        background: #333;
        border-color: #333;
        transition: all 120ms ease;
    } 
    .product-subpage .product-button-wrapper:not(.active):hover label {
        color: #fff;
    }
    .product-subpage .product-button-wrapper input {
       display: none;
    }
    .product-subpage .product-button-wrapper label {
        color: #333;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 16px 0;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
    } 
    .product-subpage .product-button-wrapper.active label {
        color: #fff;
        font-weight: 700;
    }
    .product-subpage .order-quant {
        margin-bottom: 15px;
    }
    
    .product-subpage .order-quant-wrapper {
        margin-top: 20px;
        border: 1px solid rgba(0,0,0,0.15);
        background: #f0f0f0;
    } .product-subpage .order-quant .minus {
        border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        margin-left: 15px;
    } .product-subpage .order-quant .plus {
        border-left: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        margin-right: 15px;
    }
	
	.product-subpage .order-quant-item.inactive {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		opacity: 0.2;
		cursor: auto;
	}
    
    .product-subpage .order-quant .quant {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .product-subpage .order-quant .minus:hover,
    .product-subpage .order-quant .plus:hover {
        background: #ddd;
    }
    
    .product-subpage .order-quant-item {
        height: 100%;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 18px;
    }
    
    .product-subpage .buy-button-wrapper {
        background: rgb(237,97,22);
    } .product-subpage .buy-button-wrapper:hover {
        background: #d84b00;
        transition: all 120ms ease;
    }
    .product-subpage .buy-button-wrapper input:hover {
        background: #d84b00;
        transition: all 120ms ease;
    }
    .product-subpage .buy-button-wrapper input {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        height: 100%;
        width: 100%;
        padding: 25px 0;
        font-weight: 700;
        text-decoration: none;
        background: rgb(237,97,22);
        border: none;
        cursor: pointer;
    }
    
    .product-subpage .product-section .container {
        /*padding-bottom: 120px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    */}
}

@media (min-width: 520px) {
    .product-subpage .title h2 {
        font-size: 32px;
    }
}

@media (min-width: 600px) {
    .product-subpage .image-half {
        margin-bottom: 50px;
    }
    
    .product-subpage .title h2 {
        font-size: 36px;
    }
    
    .product-subpage .desc {
        margin-bottom: 45px;
    }
    
    .product-subpage .product-button-wrapper label {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .product-subpage .item-image:hover {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .product-subpage .item-image img:hover {
        transform: scale(2);
        transition: transform 150ms ease;
        cursor: pointer;
    } .product-subpage .item-image.nutrition img:hover {
        transform: scale(2) translateY(100px);
    }
    
    .product-subpage .product-section {
        padding: 60px 0;
    }
    
    .product-subpage .image-half {
        margin-bottom: 0;
    }
    
    .product-subpage .title h2 {
        font-size: 36px;
        line-height: 1.2em;
    }
    
    .product-subpage .desc {
        margin-bottom: 30px;
    }
  	.product-subpage .ingredients {
        display: block;
        text-align: left;
        margin-top: 20px;
        line-height: 1.6em;
        font-size: 12px;
        color: #777;
        max-width: 85%;
    }
    
    .product-subpage .product-button-wrapper label {
        padding: 18px 0;
    }
}

@media (min-width: 992px) {
    .product-header {
        height: 140px;
    }
    
    .product-subpage .title h2 {
        font-size: 46px;
        line-height: 1.2em;
    }
}

/* Snipcart CSS */
.nav-item.cart-item {
	position: relative;
}

.summary-wrapper {
	width: 200px;
	padding: 20px;
	text-transform: capitalize;
	background: #f0f0f0;
	color: #000;
	text-align: left;
	position: absolute;
	left: -130px;
	top: 20px;
	line-height: 2em;
	margin-top: 20px;
	z-index: 998;
} .summary-wrapper:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #f0f0f0;
	position: absolute;
	display: block;
	z-index: 999;
	top: -15px;
	left: 164px;
	transform: rotate(45deg);
} .summary-wrapper span {
	font-weight: bold;
} .summary-wrapper:after {
	content: '';
	width: 200px;
	height: 60px;
	background: transparent;
	position: absolute;
	display: block;
	z-index: 999;
	top: -45px;
	left: 20px;
}

@media (min-width: 1110px) {
	.summary-wrapper {
		left: -62px;
		top: 20px;
	}
	
	.summary-wrapper:before {
		left: 85px;
		top: -10px;
	}
}

.nav-item.cart-item a {
	position: relative;
}

.item-count {
	position: absolute;
	right: -28px;
	top: 2.5px;
} .item-count span {
	padding: 0 2px;
	font-weight: bold;
}

.cart .item-count {
	right: -12px;
	top: 3px;
	color: #fff;
}

.summary-checkout-button {
	width: 100%;
	background: rgb(237,97,22);
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 0;
	color: #fff;
	cursor: pointer;
} .summary-checkout-button:hover {
	background: #d84b00;
}

.nav-item.cart-item .summary-wrapper {
	display: none;
} .nav-item.cart-item:hover .summary-wrapper {
	display: block;
}

/* Post Shopify Port Overrides */
.product-button-wrapper label {
  font-weight: normal;
} .product-button-wrapper.active label {
  font-weight: bold !important;
}

.navigation.active .cart, .navigation.active .item-count {
  color: #000 !important;
}

form.product_form {
  float: none !important;
}

/* Cart */
.cart-row {
    max-width: 1140px;
    margin: 90px auto;
    margin-top: 60px;
  } .cart-row tr, .cart-row td {
  	font-size: 18px !important;
  }
  .empty.alert {
    background: none;
    border: none;
    text-align: center;
    font-size: 21px;
    min-height: 210px;
    padding-top: 60px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5em;
  }
  
  .itemsTable>tbody>tr {
  	padding-bottom: 50px;
  }
  
  .table>tbody>tr>td.item {
    padding-top: 20px;
  } .table>tbody>tr:nth-of-type(2)>td.item {
    padding-bottom: 20px;
  }
  
  .quantity.item {
    padding-top: 17px !important;
  } .qty.heading, .quantity.item input {
  	width: 60px;    
  } .quantity.item input {
    border: 1px solid rgba(0,0,0,0.05);
    padding-left: 5px;
  }
  
  .image.item {
    padding: 0;
  } .image.item img {
    max-width: 200px;
    background: #f0f0f0;
  }
  
  .desc.heading, .description.item {
    padding-right: 60px;
    padding-left: 60px;
  } .prod-title {
    font-weight: bold;
    font-size: 24px;
  } .description .desc-text {
  	font-size: 16px;
    color: #777;
  }
  
  .delete {
    padding: 4px;
  } .delete .close {
  	font-size: 32px;
    color: rgb(237,97,22);
    opacity: 0.3;
    line-height: 0.7;
  } .delete .close:hover {
  	opacity: 1;
  }
  
  .final-total {
    font-size: 24px;
  	font-weight: bold;
    margin-top: 15px;
  }
  
  button.checkout-button {
    width: 210px !important;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 100%;
    width: 100%;
    padding: 18px 0;
    font-weight: 700;
    text-decoration: none;
    background: rgb(237,97,22);
    border: none;
  }
  
  .shopping-button {
    color: #333;
    display: inline-block;
    width: 210px;
    border: 2px solid #333;
    padding: 16px 0;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
  } .shopping-button:hover {
  	border-color: rgb(237,97,22);
    background: rgb(237,97,22);
    color: #fff;
    text-decoration: none;
  }
  
  .discounts-checkout {
    text-align: right;
    margin-top: 30px;
    font-style: italic;
    font-weight: light;
  } .discounts-checkout a {
    display: block;
    margin-top: 20px;
  }
  


/* 
	06 Nov
*/

.product-info .yotpo {
    text-align: center;
}	
.product-info .yotpo .pull-left {
    text-align: center;
    float: none !important;
}

/*=====  ======*/

.NullsgifDiv {
    float: left;
}
div#NullssureGiftWrap {
    float: left;
    padding-left: 30px;
    margin: 0 !important;
}
div#noteDiv {
    margin-top: 7px;
}

span#nullsNoteTitle, div#noteDiv br {
 
    display:none;
}

div#NullsGiftWrapTitle, #NullssureGiftWrap{
  font-weight:600;
}
div#noteDiv textarea {
  padding:15px;
   font-weight:normal;
}
.product-subpage .buy-button-wrapper, .product-subpage .buy-button-wrapper:hover {
    background: rgba(237,97,22, 0);
}
.product-subpage .buy-button-wrapper input{
  height:auto;
}
form.product_form .select, .buy-option{
  padding-top: 10px;
}
.choose-option h2 {
    padding: 0 10px;
    font-weight: bold;
}

/*=====  ======*/
  @media (max-width: 768px) {
    .cart-row {
      margin-right: 15px;
      margin-left: 15px;
    }
    
    .desc.heading, .description.item {
      padding-right: 0px;
      padding-left: 0px;
    }
    
    button.checkout-button {
      display: block;
      float: right;
    } button.checkout-button:after {
      clear: both;
  }
    
  @media(max-width:1024px){
   	.insta-feed-outer {
    	display: block;
	} 
    .insta-text br {
      display: none;
  	}
    .insta-text {   font-size: 16px;   margin-bottom: 15px;}
    .high-quality-beef-content {
        background: #f5f5f5;
        padding-bottom: 60px;
    }
	
    section.chops-variety-pack-section .text-center {
    margin-top: 40px;
}
  }