* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #212224;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  font-weight: 400;
  font-family: 'Akkurat Pro';
}
a {
  color: #000;
  text-decoration: none !important;
  /*font-family: 'Roboto', sans-serif;*/
  outline: none;
}
a:hover, a:active {
  text-decoration: none !important;
  outline: none;
  color: #E24301;
}
p {
  font-size: 14px;
  line-height: 25px;
  color: #212224;
}
ul {
  list-style: none !important;
  margin: 0;
}
ul li {
  line-height: 23px;
  list-style: disc;
}
ol li {
  line-height: 23px;
}
header ul li {
  list-style: none
}
footer ul li {
  list-style: none
}
h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 61px;
  font-family: 'Akkurat Pro';
}
h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}
h2.offerText { 
  font-family: 'archer', serif;
}
h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
}
h3.offerText { 
  font-family: 'archer', serif;
}
h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Akkurat Pro';
}
h5 {
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  font-family: 'Akkurat Pro';
  color: #212224;
}
.noGutter {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: transparent;
}
.overlay {
  position: absolute;
  z-index: 2; 
  width: 100%;
  height: 100%;
  background-color: rgba(0,0, 0, 0.4);
}
.adContainer {
  text-align: center;
  height: 30px;
  background: #EDEDED;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.32);
  box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.32);
}
.adContainer p {
  color: #E24301;
  line-height: 27px;
}
.topLeftMenu {
  float: left;
  padding: 10px 5px; 
} 
.topLeftMenu ul li {
  float: left;
}
.topLeftMenu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
}
.topRightMenu {
  float: right;
  padding: 0px 10px 15px;
}
.topRightMenu ul { float: right; }
.topRightMenu ul li {
  float: left;
} 
.topRightMenu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 10px 10px 10px;
  display: block;
}
.checkout a{ background: #E24301; color: #fff; /*padding: 10px 15px !important; */margin:0 10px;}
.checkout button:hover{ background-color: #FE6C2E !important; color: #fff;}


.menuContainer { 
  height: auto;
} 
.logoContainer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 17px; 
  overflow: hidden;
}
/*.logo {
  margin-left: 50%; 
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
  width: 100%;
}*/
.searchContainer {
  position: relative; 
  overflow: hidden;  
  width: 330px;
  float: right;
  margin-top: 25px;
}
.searchContainer input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.searchContainer input[type=submit] {
  position: absolute;
  top: 1px;
  right: 2px;
  border: none; 
  background-color: #fff;
  background-image: url('../img/search.svg');
  background-position: 15px 7px;
  height: 38px;
  width: 46px;
  background-repeat: no-repeat;
}
.bannerWrapper {
  width: 100%;
  height: auto; 
}
.bannerWrapper img {
  width: 100%;
  height: auto;
}
.secondaryMenu { text-align: center; background: #292929; height: auto;float: left;width: 100%;}
.secondaryMenu ul {
  text-align: center;
}
.secondaryMenu ul li {
  display: inline-block;
}
.secondaryMenu ul li a {  
  padding: 2px 15px 3px;
  color: #fff;
  font-weight: 500;
  display: block;
  letter-spacing:1px;
  text-transform: uppercase;
  font-size:14px;
}
.sliderText { 
  width: 45%; 
  float: left;
  color: #fff;
  text-align: center;
  position: relative; 
  overflow: auto;
}
.sliderText hr { width: 30%; border-width: 3px; margin: 0 auto 35px; } 
.sliderImg{ 
  width:100%; 
  float: left; 
}
.sliderItem { background: #003A5D; display: flex;flex-wrap: nowrap;}
.shopNow {
  bottom: 12%;
  background: #E24301;
  border: none; 
  color: #fff;
  padding: 7px 12px;
  letter-spacing:1px;
  font-family: 'Akkurat Pro';
  font-size:18px;
}
.textInner {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  width: 100%;
}
.textInner h4 { margin-bottom:  30px; }
.textInner h3 { margin-top:  0px; line-height: 40px;} 
.sliderText { position: relative; }
.bannerWrapper1 {
  width: 100%;
  height: auto; 
}
.owl-carousel .carouselImg { width: auto; }
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -59px;
  outline: 0;
  width: 50px;
  height: 118px;  
  text-indent: -9999px;
  z-index: 9999;  
  background-color: #fff;
  z-index: 999;  
}
.owl-prev {  
  left: 0;
    background-image: url(../img/Down_SmallOr.svg);
    background-position:17px 47px;
  background-repeat: no-repeat;
}
.owl-next {
  right: 0;
  background-image: url(../img/Up_SmallOr.svg);
    background-position:17px 47px;
  background-repeat: no-repeat;
}
.owl-carousel{ padding: 10px 0px; }
.carouselText {
  background: #fff;
  height: 40px; 
}
.carouselText .carouselInner {
  text-align: center;
  font-size: 26px;
 
}
.carouselText .carouselInner h4 {
  margin: 10px 10px;
   font-size:22px;
}
.owl-item .sliderItem { background: #fff; }
.offerDiv {
  width: 100%;
  float: left;
  background-image: url('../img/barBg.jpg'); 
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 30px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.offerText {
  font-family: 'archer';
  font-size: 46px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Archer-Bold;
}
.offerSubtext {
  font-size: 23px;
  text-align:  center; 
  line-height:40px;
  margin-bottom: 0 ;
  font-family: 'Akkurat Pro';
}
.offerSubtext span { color: #E24301; text-transform: uppercase; font-weight: 700;}
.bx-wrapper { float: left; }
.shopsContainer { padding: 10px;width: 100%;float: left;}
.sixty {
  width: calc(60% - 5px);
  float: left;
  margin-right: 5px;
  background:  linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),  url('../img/KOREAN-BBQ-BEEF-RIB-2-1024x683@2x.jpg') no-repeat 0 0;
  background-size: cover;
}
.fourty  { 
  width: calc(40% - 5px);
  float: left;
  margin-left: 5px;
}
.sixty .shopsInner {
  padding: 195px 0;
  text-align:  center; 
  width: 60%;
  margin-left: 20%; 
} 
.sixty .shopsInner h2 {
  font-family: 'Akkurat Pro';
  font-weight: 700; 
  line-height: 48px;
}
.shopsInner hr { margin: 20px auto 20px; border-width: 2px; border-color: #E24301;  width: 65%;margin-left: 17.5%;}
.sixty .shopsInner p {
  font-family: 'Akkurat Pro';
  font-size: 22px;
  width: 70%;
  margin-left: 15%;
  line-height: 29px;
}
.fourty .shopsInner {
  padding: 0px 0;
  text-align:  center; 
  width: 60%;
  margin-left: 20%;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  float: left;
  position: absolute;
}
.halfBlock1 {
  background:  linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),  url('../img/Belcampo-by-Mario-Batali-Charcuterie-Tray-Bright-@2x.jpg') no-repeat 0 0;
  background-size: cover;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
  /*! display: block; */
}
.halfBlock2 {
  background:  linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),  url('../img/the-ultimate-meat-lovers-box-tri-tip-short-ribs-flank-steak-chuck-roast.jpg') no-repeat 0 0;
  background-size: cover; 
  width: 100%;
  float: left;
  margin-top: 5px;
  position: relative;
}
.fourty .shopsInner h2 {
  font-family: 'Akkurat Pro';
  font-weight: 700; 
  line-height: 57px;
  font-size:48px;
}
.fourty .shopsInner p {
  font-family: 'Akkurat Pro';
  font-size: 22px;
  width: 90%;
  margin-left: 5%;
  line-height: 29px;
}
.fifty1, .fifty2 {
  width: calc(50% - 5px); 
  float: left;
  margin-top: 10px;
}
.fifty1 { margin-right: 5px;}
.fifty2 { margin-left: 5px;}
.fifty1 .shopsInner, .fifty2 .shopsInner {
  padding: 0px 0;
  text-align:  center; 
  width: 60%;
  display: block;
  float: left;
  padding: 50px 0;
  margin-left: 20%;
}
.fifty1 {
  background:  linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),  url('../img/Vintage-Cast-Iron@2x.jpg') no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.fifty2 {
  background:  linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),  url('../img/farm-to-face-gift-pack-special2x.jpg') no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.fifty1 h2, .fifty2 h2 {
  font-family: 'Akkurat Pro';
  font-weight: 700; 
  line-height: 57px;
font-size:48px;  
}
.fifty1 p, .fifty2 p { 
  font-family: 'Akkurat Pro';
  font-size: 22px;
  width: 70%;
  margin-left: 15%;
  line-height: 29px;
}
footer { background: #292929; width: 100%; float: left; /*padding: 15px 15px;*/}
.instagramNav { margin: 20px 0 30px; text-align: center; width: 100%;float: left;}
.instagramNav li { display: inline-block; }
.instagramNav li a { padding: 0 40px; font-size: 36px;line-height: 20px; }
.instagramNav li:first-child a { padding: 0 0; }
.instagramNav li:nth-of-type(2) a { padding-left: 10px; }
.instagramNav li a img { vertical-align: inherit; }
.footerSocialIcons {
   margin: 15px 0; text-align: center; width: 100%;float: left;
}
.footerSocialIcons li { display: inline-block; }
.footerSocialIcons li a { padding: 0 20px;}
.signUpTitle {
  font-family: 'univers';
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
  padding: 0 15px;
  width:100%;
  float: left;
}
.signUpFormContainer {
  margin: 20px 0px; 
  width: 100%;
  float: left;
  text-align: center;
}
.signUpFormContainer input {
  display: inline-block;
}
.signUpFormContainer input[type="submit"] {
    margin-left: 5px !important;
    border: 2px solid #fff !important;
    background: none !important;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 10px 15px 13px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: 'Akkurat Pro';
    line-height: 18px !important;
}
.email, .name {
  border: 1px solid #A2A2A2;
  background: none;
  font-size: 14px;
  padding: 12px;
  color: #000;
  font-family: 'Akkurat Pro';
  background: #fff;
  width: 320px;
      opacity: 1
}
.copyRight { text-align: center; float: left; width: 100%; font-size: 14px; color: #fff; margin-bottom: 20px;}
a:hover p{
  color: #E24301;
}
input::placeholder {
  color: #000;
  opacity: 1;
}

.sideBar { padding: 50px 50px 100px 0px;} /* !!!DO NOT CHANGE THIS!!! */
.grid { padding: 0px 0 70px; }
.grid-item { width: 25% !important; margin: 0 !important;padding-bottom: 30px;}
.grid .imgContainer img { width: 100%; height: auto; } 
.itemDetails { width: calc( 100% - 70px ); float: left; padding: 0px 0px 25px 0px; }
.itemName {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  clear: both;
}
.qty { font-size: 13px; width:33.33%; /*float:right*/  }
.priceBtn { width: 70px;  border-top: 3px solid #E24301; float: left; font-size: 18px; text-align: center; padding: 15px 0px; background: #EDEDED;}
.avgleft{/*float: left; */ text-align:center; width: 100%; clear: left; display:block}
.sideBar ul { list-style: none; margin: 0; }
.sideBar ul li { float: left; width: 100%; list-style: none;}
.sideBar ul li { text-transform: uppercase; font-size: 18px; padding-bottom: 30px;  text-align: left; font-family: 'Akkurat Pro';}
.sideBar ul li.current-cat a {color:#E24301 } 

.gridWrap { padding-left: 0px !important; padding-right: 35px!important;}

.shopLink {
  position: absolute;
  bottom: 55px;
  left: 15%;
}
.shopLink.Left {
  left: 15%;
}
.shopLink.Bottom {
  bottom: 55px;
}
.shopLink.Center {
    left: calc(50% - 125px);
}
.shopLink.Middle {
    bottom: 27.5%;
}
.shopLink.Right {
  left: calc(81% - 125px);
}
.shopLink.Top {
    bottom: 40%;
}

.instagramfeed{ float: left; margin-bottom: 10px; padding: 0px 2px 0 8px;width:100%; }
.meks-instagram-widget {
  width: 100% !important;
	max-width: 100% !important;
}
.meks-instagram-widget div {
    flex: auto !important;
    padding: 2px 5px !important;
    float: left;
    -ms-flex: 0 0 0%;
    max-width: 16.6666% !important;
}
.meks-instagram-widget div img { width: 100% !important; }
.calls-to-action {
    display: none;
    background-color: #fff;
    opacity: 0.9;
    position: absolute;
    top: 103px;
    width: calc(100% - 30px);
}
.products .grid-item:hover .calls-to-action {
    display: block;
}
.view-details-text {
    width: 100%;
    text-align: center;
    padding: 5px 0px 0px 0px;
}
.view-details-text a {
    color: #E24301;
    font-weight: bold;
}
.add-to-cart {
    width: 100%;
    text-align: center;
}
.add-to-cart .add_to_cart_button {
    background-image: url(../img/add-plus-button.png) !important;
    background-repeat: no-repeat;
    background-size: 15px !important;
    background-position: top 8px left 6px !important;
    padding-left: 26px !important;
}
.add-to-cart a {
    margin: 10px 17px 10px 17px !important;
    background-color: #E24301 !important;
    color: #fff !important;
    font-size: 15px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {border-radius:0px !important;}

.pro_nam_pric {
    color: #333333;
    min-height: 42px;
	width:100%;
}
.pro_nam_pric .itemName {
    width: 66.66%;
	float:left;
    font-weight: bold;
    font-size: 14px;
   /* padding: 5px 10px 0px 0px !important;*/
   padding: 5px !important;
   text-align:center;
}
.price {
    display: block;
    color: #333333;
	text-align: center;
	padding:5px;
}
.amount {
    font-size: 18px;
}
.pro_nam_pric:hover {
    color: #dc4405;
}
select{background: url(../img/select-arrow.jpg) no-repeat;
    background-position: right center;
    padding-right: 40px;
    height: auto !important;
    color: #464A52;
    border: 1px solid #A2A2A2;
    padding: 10px;
    -webkit-appearance: none !important;}
.woocommerce nav.woocommerce-pagination{clear:both;}
.woocommerce .woocommerce-result-count {
    margin: 15px 13px 0px !important;
}
.woocommerce .woocommerce-ordering select {
    margin: 10px 56px 0px;
}
.woocommerce nav.woocommerce-pagination ul{margin:0px 0px 50px !important;}




a,
input[type="submit"],
button,
.animate{
/*-webkit-transition: all 0.3s cubic-bezier(0.090, 0.480, 0.030, 0.965);
-moz-transition: all 0.3s cubic-bezier(0.090, 0.480, 0.030, 0.965);
transition: all 0.3s cubic-bezier(0.090, 0.480, 0.030, 0.965);*/

-webkit-transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990); 
-moz-transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990); 
-o-transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990); 
transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990); 

-webkit-transition-timing-function: cubic-bezier(0.560, 0.010, 0.080, 0.990); 
-moz-transition-timing-function: cubic-bezier(0.560, 0.010, 0.080, 0.990); 
-o-transition-timing-function: cubic-bezier(0.560, 0.010, 0.080, 0.990); 
transition-timing-function: cubic-bezier(0.560, 0.010, 0.080, 0.990); 
}



.lpj_row{
max-width: 90%; margin: 0 auto; min-width: 300px;
}
.lpj_row.v_center1{
max-width: 94%; 
}
.clearing, .clearing-md{
display: block; float: none; font-size: 1px; clear: both;
}

.page_overlay{
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
}

.v_center1 {
position: relative;
top: 85%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translate(-50%);
transform: translateY(-50%);
}
.single-restoloc .v_center1 {
top: 50%;
}


.v_center2{
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translate(-50%);
transform: translateY(-50%);
z-index: 9;
}


.with_filter{
position: relative; z-index: 3;
}
.with_filter .bg_sibling{
z-index: 3; position: relative;
}
.bg_filter {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.25);
z-index: 2;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

/* =============================================
Ajax Loader
--------------------------------------------- */
.global_ajax_loader_overlay{
position: fixed; left:0px; top:0px; width: 100%; height: 100%; z-index: 99999;
background: rgba(0, 0, 0, 0.64);
}

.global_ajax_loader_overlay span{
display: block; text-align: center; font-size: 30px; color: #FFF;
padding-top: 40vh; 
}


/* =============================================
COMMON LAYOUT
--------------------------------------------- */
@media (min-width: 480px) {
.col-xs-0{
width: 0px;
}
.clearing-xs{
clear: none;
float: none;
display: none;
}
}

@media (min-width: 768px) {
.col-sm-0{
width: 0px;
}

.clearing-sm{
clear: none;
float: none;
display: none;
}
.popmake-content #mc4wp-form-2{position: absolute;
    bottom: -25px;
    width: 100%;
}
.popmake-content .mc4wp-form-fields .wb_sbr{color:#fff;}
}

@media (min-width: 992px) {
.col-md-0{
width: 0px;
}
.clearing-md{
clear: none;
float: none;
display: none;
}
}

@media (min-width: 1170px) {
.lpj_row{
width: 1170px; 
margin: 0 auto;
}
.lpj_row.v_center1{ 
width:100%;
}
}

@media (min-width: 1370px) {
.lpj_row{
width: 1370px; 
margin: 0 auto;
}
.lpj_row.v_center1{ 
width:100%;
}

}

@media (min-width: 1570px) {
.lpj_row{
width: 1570px; 
margin: 0 auto;
}
.lpj_row.v_center1{ 
width:100%;
}
}


@media (max-width: 480px) {
#wpadminbar{
width: 100%; overflow: hidden;
}

.lpj_row{

}
}


/* =============================================
content wrapper paddings
--------------------------------------------- */
.pad_tb_xs{
padding: 5px 0;
}
.pad_tb_sm{
padding: 10px 0;
}
.pad_tb_md{
padding: 15px 0;
}
.pad_tb_lg{
padding: 25px 0;
}
.pad_tb_xl{
padding: 35px 0;
}
.pad_tb_xxl{
padding: 45px 0;
}

@media (min-width: 480px) {

.pad_tb_lg{
padding: 30px 0;
}
.pad_tb_xl{
padding: 45px 0;
}
.pad_tb_xxl{
padding: 60px 0;
}
}
@media (min-width: 768px) {

.pad_tb_sm{
padding: 10px 0;
}
.pad_tb_md{
padding: 20px 0;
}
.pad_tb_lg{
padding: 40px 0;
}
.pad_tb_xl{
padding: 60px 0;
}
.pad_tb_xxl{
padding: 80px 0;
}
}
@media (min-width: 992px) {
.pad_tb_xs{
padding: 10px 0;
}
.pad_tb_sm{
padding: 20px 0;
}
.pad_tb_md{
padding: 40px 0;
}
.pad_tb_lg{
padding: 60px 0;
}
.pad_tb_xl{
padding: 80px 0;
}
.pad_tb_xxl{
padding: 100px 0;
}
}

/* =============================================
HEADINGS
--------------------------------------------- */
.heading_1, h1{
font-size: 35px; font-weight: normal; margin-top: 0px;
}
.heading_2, h2{
font-size: 25px; font-weight: normal; margin-top: 0px;
}
.heading_3, h3{
font-size: 20px; font-weight: normal; margin-top: 0px;
}
.heading_4, h4{
font-size: 18px; font-weight: 600; margin-top: 0px;
}

@media (max-width: 360px) {
.store_modal_title {
    font-size: 20px !important;
}
}
@media (min-width: 768px) {
.heading_1, h1{
font-size: 40px;
}
.heading_2, h2{
font-size: 30px;
}
.heading_3, h3{
font-size: 25px;
}
.heading_4, h4{
font-size: 20px;
}
}
@media (min-width: 992px) {
.heading_1, h1{
font-size: 60px;
}
.heading_2, h2{
font-size: 40px;
margin-bottom: 30px;
}
.pum-content.popmake-content .heading_2 {font-size:30px;}

.heading_3, h3{
font-size: 30px;
}
.pro_cat h3{margin-top: 10px;
margin-right: 20px;}
.heading_4, h4{
font-size: 20px;
margin-bottom: 30px;
}

.woocommerce-Tabs-panel h3 {font-size:22px;}
.related.products h2 {font-size:28px;}
}


.f18{
font-size: 18px;
}
.f28{
font-size: 20px;
}
.f26{
font-size: 16px;
}
.f22{
font-size: 15px;
}
.f20{
font-size: 15px;
}
@media (min-width: 768px) {
.f28{
font-size: 24px;
}
.f26{
font-size: 22px;
}
.f22{
font-size: 20px;
}
.f20{
font-size: 17px;
}
}
@media (min-width: 992px) {
.f28{
font-size: 28px;
}
.f26{
font-size: 26px;
}
.f22{
font-size: 22px;
}
.f20{
font-size: 20px;
}
}


.ta_center{
text-align: center;
}
.t_blue{
color: #00639F;
}
.fw_200{
font-weight: 200;
}
.fw_300{
font-weight: 300;
}
.fw_400{
font-weight: 400;
}
.fw_500{
font-weight: 500;
}
.fw_600{
font-weight: 600;
}



/* =============================================
Buttons
--------------------------------------------- */
a.lpj_btn,
span.lpj_btn{
display: inline-block; font-size: 0.938em;
padding: 14px 20px 12px; text-align: center;
border: solid 2px #E24301;  color: #E24301;
font-family: 'Poppins', sans-serif; text-transform: uppercase;
line-height: 1;
}
a.lpj_btn:hover{
background: #E24301; color: #FFF;
}

a.lpj_btn_1{
font-size: 15px; text-transform: uppercase; color: #002D59; font-weight: 600;
}
a.lpj_btn_1:hover{
color: #FFF;
}


/* =============================================
HEADER
--------------------------------------------- */
#masthead{
position: fixed;
z-index: 99;
width: 100%;
top: 0px;
background: rgba(255, 255, 255, 0.9);
}

#masthead .site-branding p{
margin: 12px 0;
}

#masthead .site-branding p a{
display: block; line-height: 0;
}

#masthead .site-branding .header-logo img{
max-width: 300px;
}

#masthead .header_right{
float: right;
}

#masthead .header_right .h_search{
float: left;
margin-top:5px;
position: relative;
}
#masthead .header_right .h_search a{
display: block; padding: 13px 20px; text-align: center;
line-height: 0;
}

#masthead .header_right .h_shop_now{
float: left;
margin-left: 10px;
}

#masthead .header_right .h_shop_now a{
display: block; text-transform: uppercase;
text-align: center;
padding: 11px 20px; color: #FFF; line-height: 1;
}
#masthead .header_right .h_shop_now img{
display: inline-block;
}
#masthead .header_right .h_shop_now a span{
display: inline-block; 
}

#masthead .header_right .h_shop_now a:hover{
background: #E24301;
}

#masthead .h_search_form_wrap{
text-align: right;
background: #FFF;
position: absolute;
top: 0px; right: 100%;
width: 0px; overflow: hidden;
}

#masthead .h_search_form_wrap input#search_inp{
width: 100%; 
padding: 7px;
padding-right: 50px;
}

#masthead .h_search_form_wrap.show_form{
width: 335px; box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 520px) {
#masthead .h_search_form_wrap.show_form{
width: 250px;
}
}

@media (max-width: 380px) {
#masthead .h_search_form_wrap.show_form{
width: 220px;
}
}

#masthead .h_search_form_wrap button{
border-color: #E24301;
background: #e24301;
color: #FFF;
padding: 11px;

position: absolute;
top: 0px;
right: 0px;
}
#masthead .h_search_form_wrap button:hover{
background: #FE6C2E; border-color: #FE6C2E; 
}



#masthead.with_bg{
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
}

#masthead.with_bg .header-logo img {
max-width: 180px;
}

#masthead.with_bg .main-navigation{
margin-top: 0px;
}

#masthead.with_bg .main-navigation{
margin-top: 0px;
}


/*#masthead.with_bg .h_search,
#masthead.with_bg .h_shop_now{
margin-top: 8px;
}*/

#masthead.with_bg .site-branding p{
margin: 15px 0;
}

.admin-bar #masthead{
top: 31px;
}

@media (max-width: 767px) {
#masthead .header_right .h_shop_now a span{
display: none;
}
.popmake-content .mc4wp-form-fields .wb_sbr{color:#000;}
.n-stand .s-logo{position:static !important; float:none !important;}
.store_locator_loading img{left:35% !important;}
#store_locator_search_box{display:block !important;}
#store_locator_search_box #store_locator_address_field{min-width:300px !important;}
.single_filter #store_locator_filter_radius{width:30% !important; background-position: right 12px !important;}
.store_modal_title {
font-size: 22px !important;}
#store_locator_sidebar #store_locator_result_list {
    max-height: 100% !important;
}
#masthead .site-branding p{
margin: 13px 0;
}

#masthead .site-branding .header-logo img{
max-width: 270px; width: 100%;
}

#masthead .header_right .h_search{
margin-top: 14px; 
}

#masthead .header_right .h_search a{
padding: 12px 10px;
}

#masthead .header_right .h_shop_now{
margin-top: 12px; 
}
#masthead .header_right .h_shop_now a{
padding: 12px 15px;
}

#masthead.with_bg .header_right .h_shop_now,
#masthead.with_bg .header_right .h_search{
margin-top: 9px;
}

.admin-bar #masthead{
top: 45px;
}
}

@media (max-width: 479px) {

#masthead .site-branding .header-logo img{
max-width: 250px; width: 100%;
}

#masthead .header_right .h_search{

}
#masthead .header_right .h_shop_now{
display: none;
}
}

@media (max-width: 420px) {
#masthead .site-branding .header-logo img{
max-width: 180px;
}
.popmake-content h2{top:35px !important;}
.popmake-content .mc4wp-form-fields{display:block !important;}
.popmake-content .mc4wp-form-fields .email_plc input, .popmake-content .mc4wp-form-fields .zip_code input{margin:5px 0px !important;}
#masthead .site-branding p{
margin: 17px 0;
}
}


/* =============================================
BANNER
--------------------------------------------- */
.site-content{
margin-top: 79px;
}

@media (max-width: 480px) {
.site-content{
margin-top: 57px;
}
}

@media (max-width: 767px) {
.site-content{
margin-top: 64px;
}
}



/* =============================================
BANNER
--------------------------------------------- */
.inner_page_banner{
min-height: 300px;
height: 50vh;
background-color: #000 !important;
text-align: center;
position: relative;
z-index: 1;
line-height: 0;
overflow: hidden;

}

.inner_page_banner .banner_content{
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
top: 0px;
margin: 0;
line-height: 1;
}

.inner_page_banner .content_1{
text-align: center; color: #FFF; padding-top: 0px; height: 100%;
}

.inner_page_banner .heading_1{
font-weight: bold;
}

@media (max-width: 991px) {
.inner_page_banner{
min-height: 250px;
height: 250px;
}
}

@media (max-width: 767px) {
.inner_page_banner{
min-height: 200px;
height: 200px;
}
}

@media (max-width: 480px) {
.inner_page_banner{
min-height: 150px;
height: 150px;
}
}

@media (max-width: 360px) {
.inner_page_banner{
min-height: 100px;
height: 100px;
}
}




/* =============================================
Footer
--------------------------------------------- */
.site-footer{
color: #FFF; font-size: 0.875em; min-width: 320px;
}
.site-footer .footer-logo{
padding: 0 10px; margin: 20px 0;
}

.footer-logo-img{
width: 200px;
}

.site-footer .footer-menu-section{
margin: 20px 0; padding: 0 10px; 
}

.site-footer .footer-menu-section h4{
font-weight: bold; font-size: 14px; margin-bottom: 5px;
}
.site-footer .footer-menu-section h4 a{
color: #FFF;
}
.site-footer .footer-menu-section h4 a:hover{
color: #AAA;
}

.site-footer ul{
margin: 0px 0; padding: 0 0px; list-style: none;
}

.site-footer ul li a{
color: #FFF; font-size: 14px;
}

.site-footer ul li a:hover{
color: #AAA;
}

.copyright-text{
margin: 20px 0px;
}

.footer-social a{
display: inline-block; padding: 0 20px 0 0;
}

.footer-icon{
width: 18px;
}


@media (max-width: 991px) {
.site-footer .footer-logo{
text-align: center; margin-bottom: 30px;
}
.footer-social a{
padding: 0 10px;
}
}

@media (max-width: 767px) {

.site-footer{
text-align: center;
}
}

@media (max-width: 479px) {
.footer-menu{
display: none;
}
}


/* ================================================
search-results
===================================================*/ 

.search-results .hentry{
margin: 10px;
}

.search-results .hentry a{
color: #464A52; display: block; border: solid 1px #D6D6D6;
}
.search-results .hentry a:hover{
color: #E24301; border-color: #E24301; background: #EFEFEF;
}

.search-results .hentry .img{
line-height: 0;
}

.search-results .hentry .img img{
width: 100%;
}

.search-results .heading_4{
margin-bottom: 20px; padding: 20px 20px 0px 20px;
}

.search-results .entry-summary{
padding: 0 20px;
}

.search-results .entry-footer{
padding: 0 20px;
}

.search-results .grid{
padding: 1px 0; margin-bottom: 20px;
}


/* ================================================
post nav
===================================================*/ 
.nav-links .nav-previous{
text-align: right;
}
.nav-links .nav-next{
text-align: left;
}
.nav-links .nav-previous a,
.nav-links .nav-previous span,
.nav-links .nav-next a,
.nav-links .nav-next span{
display: inline-block; font-size: 0.938em;
padding: 12px 20px; text-align: center;
border: solid 2px #E24301;  color: #E24301;
font-family: 'Poppins', sans-serif; text-transform: uppercase;
line-height: 1; margin: 0 10px;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover{
color: #FFF; background: #E24301;
}


/* ================================================
/*LPJ DIALOG*/
/* ==============================================*/
.lpj_dialog{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 999999;
top: 0; left: 0;
}

.lpj_dialog .lpj_dialog_content_wrap{
max-width: 1170px;
width: 80%; max-height: 90%; height: 100vh;
margin: 0 auto; padding: .1px;
position: relative;
}

.lpj_dialog .lpj_dialog_content{
width: 100%;
max-height: 100%;
min-height: 100px;
background-size: 100%;

overflow-y: auto;
position: relative;

padding: 0px;
}

.lpj_dialog .lpj_dialog_content_2{
width: 100%;
height: 100%;
min-height: 100px;
background-size: 100%;

overflow-y: auto;
position: relative;

padding: 0px;
background: #FFF;
}

.lpj_dialog .close_btn_wrap{
width: 36px; height: 36px;
background: #FFF; border: solid 1px #E14300;

position: absolute; top: 0px; right: -35px;
}

.lpj_dialog .close_btn_wrap2{
width: 36px; height: 36px;
background: #FFF; border: solid 1px #E14300;

position: absolute; top: 0px; right: 0px;
}

.lpj_dialog a.lpj_dialog_close_btn{
width: 34px; height: 34px;
color: #FFF; font-size: 20px;  font-weight: 900; text-align: center;
display: block; line-height: 150%;
background: #E14300;
}

.lpj_dialog a.lpj_dialog_close_btn:hover{
background:#FE6C2E; color: #fff;
}

@media (max-width: 991px) {
.lpj_dialog .close_btn_wrap{
top: -10px;
}
}


.inquiry_modal .heading_3{
font-weight: normal;
}

.inquiry_modal .content_wrap{
padding: 20px;  background: #FFF;
}

.inquiry_modal .lpj_dialog_content_wrap{
max-width: 770px;
}

@media (min-width: 992px) {
.inquiry_modal .content_wrap{
padding: 40px;  background: #FFF;
}
}



select {
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;

-webkit-border-radius: 0px;

background: url(../img/select-arrow.jpg) no-repeat;
background-position: right center;
padding-right: 40px;

height:auto !important;
}

select::-ms-expand {
display: none;
}



.embed-container {
position: relative;
overflow: hidden;
}
.embed-container:before {
content: "";
display: block;
padding-top: 56.25%;
overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed-container--4x3:before {
padding-top: 75%;
}



/* show on mobile */
.show_0_991{
display: none;
}

.show_0_767{
display: none;
}

.show_0_479{
display: none;
}

@media (max-width: 991px) {
.show_0_991{
display: block;
}
}

@media (max-width: 767px) {
.show_0_767{
display: block;
}
}

@media (max-width: 479px) {
.show_0_479{
display: block;
}
}

/* show on desktop */
.show_992_up{
display: block;
}

.show_768_up{
display: block;
}

.show_480_up{
display: block;
}

@media (max-width: 991px) {
.show_992_up{
display: none;
}
}

@media (max-width: 767px) {
.show_768_up{
display: none;
}
}

@media (max-width: 479px) {
.show_480_up{
display: none;
}
}


.fancybox-container .fancybox-slide>*{
margin: 44px 10px;
}
.tribe-events-event-meta .tribe-events-meta-group {width:100%; padding: 0 15px;}
.tribe-events-single-section .cart {padding-left:15px; padding-right:15px;}
.single-tribe_events .tribe-events-event-meta {margin-top:40px;}
.tribe-events-style-full .tribe-events-tickets .woocommerce.add-to-cart {padding: 0px 10px 0px 0px}
#tribe-events .button {float:right;}
#mc4wp-form-1 {
position: absolute;
top: 40%;
width: 100%;
text-align: center;
}

#mc4wp-form-1 label{
color:#fff;
}
#mc4wp-form-1 h2.heading_2
{
font-family: TrebuchetMs;
font-weight: 600;
color: #fff;}
.mc4wp-response{
margin-top:20px;
}
#mc4wp-form-1 .mc4wp-success p
{
color: #fff;
}
#mc4wp-form-1 .mc4wp-error p
{
color: #FF0000;
}
#mc4wp-form-1 .mc4wp-notice p{
color:#FFFFFF;
}
#mc4wp-form-1 .wb_sbr
{display:none;}
#mc4wp-form-1 .email_plc
{display:inline-block;}
#mc4wp-form-1 .email_plc input[type="email"] {width:100%;}
/*.sbmt input{
padding: 5px 12px;
}*/
#mc4wp-form-1 .sbmt {
display: inline-block;
position: relative;
/* top: -2px;*/
}

#mc4wp-form-1 .sbmt input[type="submit"]
{background: #E24301;
color: #fff;}
#mc4wp-form-1 .mc4wp-form-fields span
{color:#fff;}

.pum-container.pum-responsive img {
opacity: 0.7;
}
.pum-theme-2867 .pum-container, .pum-theme-default-theme .pum-container {
padding: 0px !important;
border-radius: 0px;
border: 1px none #000000;
box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
background-color: rgba( 249, 249, 249, 1.00 );
}
.popmake.theme-2919 .popmake-content p
{margin: 0 0 -0.4em 0 !important;}
.popmake.theme-2919 > .popmake-close, .popmake.theme-default-theme > .popmake-close
{background-color: #676B65 !important;}
@media (min-width: 479px) {
#mc4wp-form-1 .email_plc{ width:300px}
}

@media (max-width:767px){
#mc4wp-form-1{
top: 28%;
}

#mc4wp-form-1 h2.heading_2{
font-size: 24px;
margin-bottom: 10px;
}
#mc4wp-form-1 .email_plc{
width: 60%;
}
#mc4wp-form-1 .sbmt{
width: 30%;
}
#mc4wp-form-1 .sbmt input[type="submit"]{
font-size: 14px;    padding: 13px 10px;
}
#mc4wp-form-1.mc4wp-form-submitted {
top: 22%;
}
#mc4wp-form-1 .mc4wp-success p{
font-size:14px;
padding:0px 10px;
}
#mc4wp-form-1 .mc4wp-notice p{
font-size:14px;
padding:0px 10px;
}

}

.cart-contents:before {
font-family:WooCommerce;
content: "\e01d";
font-size:28px;
margin-top:10px;
font-style:normal;
font-weight:400;
vertical-align: bottom;
color:#444444;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #fff;
background-color: #E24301;
font-weight: bold;
border-radius: 10px;
padding: 1px 5px;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
}


.small_banner{
background-repeat:no-repeat;min-height: 200px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
justify-items: center;
margin-top:5px;
}
.small_banner.final{
margin-bottom:30px;
}
.small_banner  h2{
color:#fff;margin-bottom: 0;
}

.small_banner p{
color:#fff;
margin-top: 0px;
margin-bottom: 0;
}
.gen_info{
width: 70%;
margin: auto;
text-align: center;background: rgba(0,0,0,0.5);
padding-top: 10px;
padding-bottom: 20px;
}
.order_row{

display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.order_steps{
padding-top: 40px;
padding-bottom: 40px;
}
.order_img{

width:40%;float:left;
}
.order_process{
width:60%;float:left;padding-left: 5%;
}
.order_process h3{
font-size: 16px;
color: #464A52;
font-family: 'Istok Web', sans-serif;margin-bottom: 20px;
}
.order_process h4{

}
.order_process h4 span{
color:#E24301;margin-right: 20px;
}
.order_process .addtocart{

}
.order_process .addtocart a{
background: #E24301;
color: #fff;
padding: 15px 30px;
text-transform: uppercase;
display: inline-block;
font-weight: 600;
}
.product_box .pro_name{
font-size: 18px;
font-weight: 600;
font-family: TrebuchetMs;
float: left;
display: inline-block;
}
.product_box .pro_price{
font-size: 18px;
font-weight: 600;
font-family: TrebuchetMs;
float: right;
display: inline-block;
}
.product_title{
padding: 15px 0px;
}

.carousel-wrap {
margin: 40px auto;
padding: 0 0%;
width: 100%;
position: relative;
}
.top_title h2{text-align:center;
color: #E24301;
font-weight: 600;
font-size: 30px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
position: relative;
z-index: 100; 
-webkit-backface-visibility: hidden; 
padding:0px 10px;
}

/* end fix */
.owl-nav > div {
margin-top: -26px;
position: absolute;
top: 50%;
color: #cdcbcd;
}

.owl-nav i {
font-size: 52px;
}

/*.owl-nav .owl-prev {
left: -30px;
}

.owl-nav .owl-next {
right: -30px;
}*/

.menu_layout{
padding:40px 0px;
}
.menu_col {
width: 50%;
float: left;
}
.menu_row {
text-align: center;
float: left;
width: 100%;
margin:auto;
border: 1px solid #e1e1e1;
}

@media (max-width:767px){

.order_row{display:inline-block;}
.order_img,.order_process,.menu_col{width:100%;padding: 0px 20px;}
.order_process select{font-size:14px;}
.carousel-wrap{width:80%;}
}

.luxegiving_banner .v_center1 {
position: relative;
top: 0px;
-webkit-transform: translateY(-220%);
-moz-transform: translateY(-220%);
-ms-transform: translate(-220%);
transform: translateY(-220%);
color: #ff930f;
margin-left: 85px;
}
.luxegiving_banner .banner_content {
position: absolute;
}
.luxegiving_banner .carousel-control{opacity:1; top: 42%; width:auto;}
.luxegiving_banner .carousel-control i{background-color: #434446; width: 45px;
height: 75px;
padding: 10px 0px;
right: 0px;
font-size: 50px;}
.luxegiving_banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{margin-right:0px; right: 0px;}
.luxegiving_banner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left: 0px;
left: 0px;
}
.luxegiving_banner .v_center1 p{font-weight: bold;
font-family: TrebuchetMs;
font-size: 29px; margin-left: 25px;}
@media (min-width:992px){
.luxegiving_banner .heading_1  {
width: 50%;
font-style: italic;
text-transform: uppercase;
font-weight: bolder;
}
.luxegiving_menu h3 {
width: 20%;
}
}
.default.wdap_product_availity_form button, .default #wdapzipsumit {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.default #wdap_type_location, .default #wdapziptextbox {
padding: 6px 12px !important;
font-size: 14px !important;
border: 1px solid #ccc;
border-radius: 0px !important;
color: #000 !important;
}
.default .error-container {font-size:14px;}
.page-template-tpl-luxegiving .left.carousel-control {display:none;}
.page-template-tpl-luxegiving .right.carousel-control {display:none;}
.order_process input[type="radio"] {margin-right:10px;}
#pickup-box {margin-bottom:15px;}
.order_process h4 .form-control {margin-top:10px;}
.luxegiving_menu li { list-style:none; }
.luxegiving_menu h3 {
font-size: 24px;
text-transform:uppercase;
padding-top: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #E24301;
border-top: 1px solid #E24301;
margin: 15px auto 15px;
}
.contact_col {margin-bottom:5px;}
#addtocartButton {padding:11px 17px; text-transform:uppercase;}
.luxe_price {
text-align: center;
color: #E24301;
font-weight: 600;
font-size: 30px;
}
.wdap_product_availity_form button.check_availability {font-size:15px; text-transform:uppercase;}
.wcb-modal-body .wcb-coupon-message {margin-top:-30px;}
.wcb-modal-body .wcb-coupon-box-newsletter {margin-top:0px; float:left;}
@media (min-width:768px){

.classic #wdap_type_location, .default #wdap_type_location, .smart input#wdap_type_location, .standard .select2-container .select2-choice, .default .select2-container .select2-choice, .smart .select2-container .select2-choice, .classic .select2-container .select2-choice, .default.wdap_product_availity_form button, .smart .check_availability, .classic .check_availability {height:35px !important;}

}

@media (max-width:767px){
.small_banner{
min-height: 100px;
}
.menu_row {border:none; padding-left:15px; padding-right:15px}
.menu_row ul {padding-left:0px;}
.luxe_price {font-size:22px;}
.order_steps {padding-top:0px;}
.order_img {padding-bottom:20px;}
.luxegiving_menu li {line-height:16px; padding-bottom:20px; padding-left:5px; padding-right:5px}
.luxegiving_menu td { vertical-align: top;}
.wcb-modal-body .wcb-coupon-message {margin-top:0px;}
.wcb-modal-body .wcb-coupon-box-newsletter {margin-top:0px; float:left;}
.wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-modal-body .wcb-coupon-box-newsletter {width:100%;}
}
.order_process p {
font-weight: bold;
color: #E24301;
}
.order_process p a {
text-decoration: underline;
color: #E24301;
}

.pro_nam_pric.itemDetails{
/*display:flex;*/
}

.pro_nam_pric .item_left .itemName{
/*width:auto;*/
width: 100%;
}

.pro_nam_pric  .qty{
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 95px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid;
    border-color: #E24301;
    background-color: #E24301;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.938em;
    text-align: center;
    line-height: 1.5;
    padding: 10px 30px;
	font-family: 'Akkurat Pro';
    -webkit-appearance: none !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    @include border-radius(0): ;
}
input[type="text"]{font-family: 'Akkurat Pro';}
/* DO NOT ADD COMMON CSS LIKE THIS
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #E24301;
    color: #FFF;
    background: #E24301;
}*/
.restaurant-shops .col-container .col-gutter{border:none;}
.entry-title {font-size:34px; font-family: 'Akkurat Pro'; line-height: 45px;}
.woocommerce-product-details__short-description p{font-size:16px;}
 
/* product detail page css */
.productDetailWrap { padding-top: 60px }
.prodImgConatiner img { width: 100%; height: auto; } 
.prodTextConatiner{ padding-bottom: 30px;  }
.prodTextConatiner p { font-size: 16px; line-height: 25px; }
.productDetailRight{ padding-top: 60p; } 
.ratingDiv { 
  /*width: calc( 100% - 220px);*/
  float: left;
  padding-right: 30px;
  height: auto;
}
.socialIconsSmall{ width: 150px; float: right;}
.socialIconsSmall ul { list-style: none;}
.socialIconsSmall ul li { float: left; padding: 0 10px;  list-style: none;} 
.productDetailRight h1 {
  font-size: 36px;
  clear: both;
  width: 100%;
  margin: 0;
  font-family: "Alpha Beta";
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height:40px;
}
.weight{ font-size: 20px; margin-bottom:20px; }
.priceBig {
  font-size: 28px;
  clear: both;
  width: 100%;
  margin: 0;
  font-family: 'Akkurat Pro';
  margin-top: 10px;
  margin-bottom: 30px;
  float: left;
}
.discountTitle{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  float: left; 
}
.discoutnTable {
  width: 80%;
  margin-bottom: 30px;
  clear: both; 
  float: left;
}
table.discoutnTable tr th, table.discoutnTable tr td {
  padding: 10px 15px;
  width: 33.3333%;
}
table.discoutnTable tr:nth-of-type(even) {
  background: #EDEDED;
}
table.discoutnTable tr th:nth-of-type(1), table.discoutnTable tr th:nth-of-type(2) {
  border-right: 1px solid #ccc; 
}
table.discoutnTable tr td:nth-of-type(1), table.discoutnTable tr td:nth-of-type(2) {
  border-right: 1px solid #ccc;
}
.weightList {
  border: none;
  background-color: #F0F1F2;
  background-image: url('../img/arrowDown.svg');
  background-position-x: right 10px;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  width: 245px;
  padding: 10px;
}
.cartContainer {
  float: left;
  width: 100%;
  margin-top: 3px;
}
.numbers, .single-product .quantity  {
  /*background: #fff;*/
  width: 45px;
  height: 41px;
  float: left;
  /*padding: 0px ;*/
  text-align: center;
} 
.cartContainer input[type=submit], .single_add_to_cart_button {
  border: none !important;
  background: #E24301 !important;
  width: 197px !important;
  color: #fff !important;
  float: left;
  text-align: center !important;
  height: 41px !important;
  margin-left: 3px !important;
}
.cartContainer {
  margin-bottom: 30px;
}
.featureDesc {
  clear: both;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  float: left;
}
.headingContainer {
  width: 70%;
  margin-left: 15%;
 /* border-top: 2px solid #eee;*/
  float: left;
}
.headingContainer h3 {
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "Alpha Beta";
  margin: 30px 15px;
}
.headingContainer2 {
  border-top: 2px solid #eee;
  float: left;
}
.headingContainer2 h3 {
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: 'Akkurat Pro';
  margin: 30px 15px;
}
.videoContainer { width: 100%; text-align: center; float: left; margin-bottom: 30px; }
.reviewTitle {
  font-weight: 700;
  font-size: 26px;
  margin: 30px 0;
}
.reviewContainer {
  border-bottom: 2px solid #eee;
  float: left;
  width: 100%;
  margin-bottom: 30px; 
}
.reviewContainer p {
  float: left;
  clear: both; width: 100%;
}
.reviewDesc { margin-bottom: 30px; }
.reviewDate { margin-bottom: 50px; font-size: 13px; }
.inputField{ color: #000; } 
.inputField::placeholder {
   opacity:0.5;
}
.inputField { 
  padding: 7px 10px;
  float: left;
  margin:  10px 0 10px 0;
  border: 1px solid #EDEDED; 
  width: 100%;
}
.inputTextarea {
  height: 155px;
  float: left;
  width: 100%; 
  border: 1px solid #EDEDED;
  padding:  10px;
  resize:  none;
}
.terms {
  float: left;
  clear: both;
  color: #292929;
  font-weight: normal;
  margin-top: 10px;
}
.terms a {
  text-decoration: underline !important;
}
.terms input{
  margin-right: 10px;
}
.terms input[type=checkbox] {
  outline: none;
  border: 1px solid #EDEDED !important;
}
.terms input[type="checkbox"]:focus{
  outline:0;
}
.reviewFormContainer{
  width:  80%;
}
.reviewFormContainer input[type=submit] {
  background: #E24301 !important;
  margin: 0 auto !important;
  padding: 10px 15px !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 20px !important;
}
.reviewWrapper {
  margin-bottom: 50px;
}
/*innerpage2 css */
.gridForInner .grid {
  padding-bottom: 20px;
}
.ReviewsWrapper {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  padding: 0 45px !important;
}
.ReviewsWrapper .col-md-9{ border-left: 2px solid #eee; padding: 0 30px; min-height: 250px;}
.ReviewsWrapper .col-md-9:first-child { border-left: none }
.ReviewTitle2 {
  font-weight: 700;
	margin-bottom: 25px;
}
.ratingDiv2 {
  margin-bottom: 30px; 
}
.customerName{
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
.partenrsContainer {
  overflow: hidden;
  width: 100%;
  text-align: center;
} 
.partenrsContainer ul li { 
  list-style: none;
  padding: 15px 20px; 
  width: auto; 
  text-align: center; 
  float: left;
}
.partenrsContainer ul li:first-child { padding-left: 0;}
.partenrsContainer .col-md-offset-3{ padding-left: 0 !important;}
.partenrsContainer { padding:  0 30px;}
.partenrsContainer ul li a {  
  text-align: center;
}
.partenrsContainer ul li a img {
  width: 100%;
  max-width: 180px;
}
.fifty1.shopsBlock, .fifty2.shopsBlock {display:none;}
.secondaryMenu ul li a.soups-broths {
    display: none;
}
.product-categories .cat-item.cat-item-414 { display:none;}
/*img.animate {width:100%;}*/
.beef-facts-table, .cta1-wrap .lpj_row {
    background: #fff !important;
}

.owl-carousel .owl-dot:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #fff !important;
}

.single-product .prodImgConatiner header.entry-header{ display: none;}
.calls-to-action {
  top: 111px;
}
p iframe {
  float: left;
  position: relative;
  clear: both;
}
.meatcamp-content-items.pad_tb_lg { clear: both; }
.tribe-tickets-remaining{ display: none !important; }
.nav-links .nav-next {
  float: right;
  width: auto;
}
.nav-links .nav-previous {
  float: left; 
  width: auto;
}
#tribe-events .button {
  background: #E24301 !important;
}
.faq-items .item .question .heading_4 {
    margin: 0 !important;
    line-height: 16px !important;
}
.faq-items .item .answer .video .embed-container {
    margin-top: 6px !important;

}
.lpj_row {
	height: auto !important;
}
.page-template-tpl-why-belcampo .ta_center img {
  width: 100% !important;
}
.grid {
	padding: 0px 0 30px !important;
}
.address a:hover p {
  color: #fff;
  transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990);
  -webkit-transition: all 800ms cubic-bezier(0.560, 0.010, 0.080, 0.990);
}
.phone a, .resto-contact-wrap {
  color: #212224 !important;
}
.phone a:hover p, .resto-contact-wrap a:hover {
  color: #fff !important;
}
.content-1 .left .social-links a.fb_btn img {
  width: 16px !important;
  margin-top: 1px !important;
}
.content-1 .left .social-links a.fb_btn span.text {
	margin: 0px 0 0 10px !important;
}
.content-1 .left .social-links a {
  float: left !important;
  padding-top: 7px !important;
  margin-left: 5px !important;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    float: left !important;
    width: 100% !important;
}
.single-product .quantity {
   width: auto;
   float: left;
}
.single-product .productDetailRight .qty {
  float: left;
  background: #fff;
  padding: 0px !important;
  padding: 7px !important;
  border: 1px solid #000 !important;
  height: 40px;
}
.single-product .cart {
  margin-top: 5px;
}
.cta1-wrap .heading_3 {
    color: #000 !important;
    line-height: 30px !important;
}
.cta1-wrap a.lpj_btn {
    border-color: #FFF !important;
    color: #FFF !important;
    background: #E24301 !important;
}
.woocommerce-product-gallery__trigger { display: none !important; }

.single-product .price{ text-align:left; padding:0; margin-bottom:20px;}

.related.products .pro_nam_pric.itemDetails {
    justify-content: space-between;
    min-height: 50px;
}
.related.products  .pro_nam_pric.itemDetails .qty{
margin-right:8px;
font-size: 13px;
background: #EDEDED;
border-top: 2px solid #E24301!important;
}

.products.prod_shop > .col-md-9:nth-child(4n+1){
clear:left;
}
.grid  .col-md-9:hover .calls-to-action {
  display: block;
}
.single-product .grid  .col-md-9 .calls-to-action {
  top: inherit;
	bottom: 70px;
}	
.ywdpd-table-discounts-wrapper { margin-top: 30px; }
table#ywdpd-table-discounts {
    margin-bottom: 50px;
}
.woocommerce-Price-amount.amount { font-size: 16px; }
.single_add_to_cart_button { margin-bottom: 20px !important; }
.tabs.wc-tabs li { list-style: none; }
.tabs.wc-tabs li a { 
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
	line-height: 45px;
  olor: #212224;
}
.product_meta {
  margin-bottom: 15px !important;
}
#tab-description li {
  margin-left: 15px;
  line-height: 35px;
  font-size: 16px;
}
#tab-description p { font-size:16px;}
.woocommerce-Tabs-panel h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 20px;
  color: #212224;
}
.panel {
  border: 0 !important;
  box-shadow: none;
}
.woocommerce-product-details__short-description p {
  margin-top: 30px;
  line-height: 26px;
}
.single-product .single-product{
  padding: 0 30px;
}
.nameContainer .qty {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-right: 0px !important;
}
.nameContainer .woocommerce-Price-amount.amount {
    font-size: 16px;
    margin-top: 0px;
   /* display: block;*/
}
.related .nameContainer .woocommerce-Price-amount.amount { margin-top: 12px; }
.grid products.prod_shop.columns-4 {
  height: auto !important;
  overflow: auto !important;;
}
.item.with_logos .content2 {
  margin-right: 0px !important;
  padding-bottom: 15px !important;
}
.item.with_logos .logos a img {
/*  max-height: 100px !important;*/
}
.prodTextConatiner h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
	margin-top:20px;
}
.logos, .story_desc { 
  position: relative !important;
  width: 50% !important;
  float: left;
  padding-bottom: 30px;
}
.logos .col-sm-18.col-md-21.v_center1 {
  width: 100% !important;
  transform: none !important;
}
.wh-items-wrap .item.with_logos .logos {
    padding-top: 20px !important;

}
.img img {
  width: 100%;
  height: auto;
}
.omega-ratio-wrap .content-right {
  float: left;
  width: 100%;
}

.woocommerce .star-rating::before{
color: #E24301;
}
.woocommerce .star-rating span::before {
color: #E24301;
}

.woocommerce-product-rating  .woocommerce-review-link{
color: #E24301;/*margin-left: 10px;*/
}
.form-control {
    padding: 10px 12px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #A2A2A2 !important; 
	font-family: 'Akkurat Pro';
}
.underline{
  border-bottom: 2px solid #eee;
  padding: 0 15px; 
  width: 100%;
  float: left;
  margin-top:0px;
}
.locationMenu, .menuWrap, .partenrsContainer .col-md-offset-3 { padding-left: 100px !important; }
.orderLocation { padding-left: 80px !important; }
.woocommerce-Tabs-panel--description ul {padding-left:10px;}
.locationMenu h3 {
  font-weight: bold;
  margin-top: 30px;
  padding: 0;
}

.bannerWrapper2 {
  width: 100%;
  height: auto; 
  position: relative;
  overflow: visible;
  padding: 0;
}
.bannerWrapper2 img {
  width: 100%;
  height: auto;
  max-height: 500px;
}
.menuList { float: left;width: 100%;
  padding: 10px 15px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.menuList ul li{
  list-style: none;
  float: left;    
  border-left: 2px solid #eee;
  padding: 0px 15px;
}
.menuList ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
.menuList ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.menuTitleContainer { float: left; width: 100%; padding: 30px 0 5px;}
.menuTitleContainer p {
  float: right;
}
.menuTitleContainer p.menuTitle {
  float: left;
  width: 25%; 
  font-weight: bold;
  text-transform: uppercase;
}
.menuTitleContainer hr { 
  min-width: 70%;
  border-bottom: 2px dotted #eee;
  border-top: none; 
  float: right;
  line-height: 16px;
  margin: 17px 0px 0;
} 
.menuText {
  float: left;
  width:100%;
}
.menuDescription { float: left; width: 100%;}
.menuPrice {
  width:5%;
  padding: 0 0 0 10px;
}
.menduDescWrapper { width: 100%; float: left; margin-bottom: 30px; display: none;padding: 0 15px; min-height: 430px;}
#menu1 {  display: block; }
.blueDetails {
  position: absolute !important; 
  top: 0;
  background: #003A5D;
  left: 30px;
  height: auto; 
  padding: 30px;
  margin-left: 30px;
} 
.locationHeading{ 
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: center;
}
.blueDetails p { float: left;width: 100%;margin-top: 20px;color: #fff;}
.locationSubHeading{
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px; 
  border-bottom: 2px solid #fff;
  margin-bottom:30px;
}
.menuBtn {
  border: none !important;
  text-align: center;
  color: #fff !important;
  outline: none;
  background-color: #E24301 !important;  
  float: left; 
  clear: both;
  background:url(../img/menuArrow.svg) #E24301 no-repeat !important;
  background-position: 0px 0px;
  padding: 13px 15px 13px 45px !important;
}
.address {
  color: #fff;
  margin: 20px 0;
}
.addressTitle {
  text-transform: uppercase;
}
.blueDetails hr {
  border-bottom: 2px solid #fff;
  border-top: 0; 
  margin: 25px 0;
  float: left;
  width: 100%;
}
.tripTtile {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
} 
.timings { 
  color: #fff;
  float: left;
}
.timeTitle{ font-weight: bold; color: #fff;}
.timingsDiv span { float: left; clear: both; display: block;}
.calendarDiv{ width: 100%; float: left; clear: both;}
.callTitle { 
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.phoneNumber { margin: 0px !important;}
.sideBarSocialIcons {text-align: center; width: 100%;float: left; margin-top: 30px;margin-bottom: 15px;}
.sideBarSocialIcons li { display: inline-block; }
.sideBarSocialIcons li a { padding: 0 10px; }
.sideBarSocialIcons li a img { max-height: 30px;}
.sku, .posted_in, .tagged_as, .product_meta {
	display: none !important;
}
.single-product .woocommerce-tabs .tabs.wc-tabs {display:none;}
.single-product .summary.entry-summary  {
    margin-top: 30px;
    line-height: 26px;
    font-size: 16px;
    color: #212224;
}
.related.products img {width:100%;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {display:none;}
.woocommerce .star-rating {width:96px !important;}
.woocommerce .star-rating:before {letter-spacing:5px;}
.woocommerce .star-rating span:before {letter-spacing:5px;}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #212224;
}
.woocommerce p.stars a {margin-right:10px;}
.menduDescWrapper .menuDescription img{ width: 100%; height:auto;}
.product_list_widget .star-rating{float:left!important;}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
  color: #fff !important;
  background: #E24301 !important;
}
.picker__day--selected, .picker__day--highlighted, .picker__day--selected:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
	border: 1px solid #E24301;
}
.ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link::before, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::before {
  color: #fff !important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::after, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::after {
  color: #fff !important;
  border-left: 1px solid #fff !important;
  padding-left: 10px !important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::after {top:0px; line-height:48px !important;}

.ot-dtp-picker.tall, .ot-dtp-picker.tall .picker .picker__holder { 
	width: 100% !important;
}
.picker__table {
  width: calc(100% - 0px ) !important;
  margin: 10px 0 0 1px !important;
}
.ot-dtp-picker {
  border-radius: 0 !important;
}
.ot-party-size-picker.ot-dtp-picker-selector {
  border-top: 1px solid #fff !important;
}
.ot-dtp-picker .ot-dtp-picker-button {
  border-radius: 0 !important;
  border-bottom: 1px solid #fff !important
  box-shadow: none !important; 
}
.ot-dtp-picker .ot-dtp-picker-form {
  border-radius: 0 !important;
  background: white;
}
.ot-title, .ot-powered-by { display: none !important }
.ot-dtp-picker.tall { padding: 0px !important; }
.ot-button.ot-dtp-picker-button { border: none !important; box-shadow: none !important;}
.ot-dtp-picker.tall .ot-date-picker {
  padding: 0px !important;
}
.picker__header, .picker__weekday { 
  padding: 0 5px !important;
  margin: 0 !important;
}
.picker__nav--next, .picker__nav--prev { border: 0px !important; }
.ot-dtp-picker.tall .picker .picker__day {
  width: 38px !important;
  height: 27px !important;
  line-height: 25px;
  margin: 0px !important;
}
.picker__nav--next, .picker__nav--prev {border: 0 !important; }
.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  border-color: #E24301 !important;
  border-width: 1px;
}
.picker__nav--next, .picker__nav--prev {
  border-radius: 0 !important;
  border: 0 !important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
    position: relative;
    display: block;
    color: #2d333f;
    padding: 0px 20px 0px 36px;
    z-index: 1;
    height: 48px;
}
.picker__nav--prev::before, .picker__nav--next::before {
    font-size: 14px;
}

.slick-slide  img{
max-width:100%;
}

.gallery-wrap .lpj_row .slick-slide img{
max-width:100%;
}
.productDetailWrap  .single_add_to_cart_button:hover{
background-color: #FE6C2E !important;
} 
.search-results .grid{
	height:auto !important;
}
/*.woocommerce .woocommerce-Price-amount.amount { font-size: 28px; }*/

.woocommerce .itemDetails  .woocommerce-Price-amount{
	font-size:18px;
}
.woocommerce .weight{
	font-size:16px;
}
.items-wrap .item .img .video_overlay img { width: auto !important; }
.video_overlay .v_center1 {
    top: 50% !important;
}
.cartContainer input[type=submit]:hover, .single_add_to_cart_button:hover, .add-to-cart a:hover, .topRightMenu .menu-image-title-after:hover {
  background-color: #FE6C2E !important;
}



.filter-wrap #filter_frm  select.form-control{
		background-image: url(../img/select-arrow.jpg) ;
	background-repeat:no-repeat;
}

.filter-wrap .submit_btn:hover{
	border-color: #E24301;
color: #FFF;
background: #E24301;
}

.signUpFormContainer ::-webkit-input-placeholder {
color: #000;opacity:1;
}
.signUpFormContainer  :-moz-placeholder {
 color: #000;opacity:1;
}
.signUpFormContainer  ::-moz-placeholder {
 color: #000;opacity:1;
}
.signUpFormContainer  :-ms-input-placeholder {
  color: #000;opacity:1;
}

.menuWrap  .menuList a.active{
	color: #E24301;
}

.prod_shop  .pro_nam_pric.itemDetails{
justify-content: space-between;	
}


.owl-carousel .owl-stage-outer{
	
}
.terms_condition{
	clear:both;
		
	margin-top: 10px;
	display: inline-block;
}
.terms_condition label{
	font-weight:normal;
}
 .page-template-tpl-meat-camp  .meatcamp-item{
	 margin-bottom:70px;
 }
 .page-template-tpl-weddings   .content  h3{
	 line-height: 40px;
 }
 .page-template-tpl-weddings .form-layout-2-wrap .gform_wrapper .gform_footer input.button{
	 font-family: 'Akkurat Pro';font-weight: 600;
 }
  .page-template-tpl-weddings .form-layout-2-wrap .gform_wrapper .gform_footer input.button:hover{
	  
border-color: #E24301;
color: #FFF;
background: #E24301;
  }
.terms_condition  label.checkbox {
  position: relative;
  padding: 0 0 0 25px;
 font-size: 16px;
  cursor: pointer;
}
.terms_condition  label.checkbox a{
	text-decoration:underline !important;
}
.terms_condition  label.checkbox input[type="checkbox"] {
  display: none;
}
.terms_condition  label.checkbox input[type="checkbox"]:checked + span {
  opacity: 1;
}
.terms_condition  label.checkbox::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border: 2px solid #ccc;
}
.terms_condition  label.checkbox span {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 500ms ease;
}
.terms_condition  label.checkbox span::before {
  position: absolute;
  content: '';
  left: 11px;
  width: 3px;
  height: 11px;
  background-color: #E24301;
}
.terms_condition  label.checkbox span::after {
  position: absolute;
  content: '';
  top: 8px;
  left: 7px;
  width: 4px;
  height: 3px;
  background-color: #E24301;
}
.logos  .v_center1{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.recipe-item .img img.main-img{
	margin-bottom:0px;
}
.applynow-form-wrap .gform_wrapper input.gform_button_select_files:hover{
	background: #E24301 !important;
    color: #fff !important;
}
.applynow-form-wrap  .gform_footer   .gform_button:hover{
	background: #E24301 !important;
    color: #fff !important;
} 
.woocommerce-shipping-fields__field-wrapper #shipping_myfield11_field { font-size: 14px !important; font-weight: 400 !important;line-height: 22px; }
.careers-content .content ul {
    margin-left: 15px !important;
}
#ship-to-different-address .checkbox, #ship-to-different-address .radio {
    line-height: 31px !important;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text { height: 32px !important;  width: 120px}
.product-quantity .input-text.qty.text {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.filter-wrap #som_video_cat.form-control, .filter-wrap .submit_btn{
		max-height:44px;min-height:44px;
	}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
    box-sizing: border-box;
    height: 40px !important;
    padding: 10px !important;
}
#select2-shipping_state-container {
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 40px !important;
    border: 1px solid #aaa;
    border-radius: 0 !important;
}
.meatcamp-item .img-wrap .img img{
	margin-bottom:0px;
}

.productDetailRight  .variations  td.label{
	color: #333;
	min-width: 50px;
display: block;
margin-top: 15px;
}
.productDetailRight  .variations  .value select{
	margin-bottom:20px;width: 198px;
}
.page-template-tpl-school-of-meat .items-wrap .item .img .main-img{
margin-bottom:0px;	
}

.single-product .single-product .flex-viewport{
	max-width:70%;width:70%;
}
.single-product .single-product .prodImgConatiner .pro_img_galry{
	display:flex;
}
.single-product .single-product .flex-viewport .woocommerce-product-details__short-description{
	display:none;
}
.single-product .single-product .flex-control-nav{
	list-style: none;width: 30%;padding-left:15px;
}
.single-product .single-product .flex-control-nav li{
	margin-bottom:15px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	line-height:30px !important; padding:0 10px;
}
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal:hover{
	color: #fff;
}

.ImageContainer{
	position:relative;
}
.ImageContainer .calls-to-action{
	top: auto !important;
  bottom: 0 !important;
  width: 100% !important;
}

.search-no-results  .search-form .search-field{
	min-height: 44px;
  font-weight: normal;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.woocommerce a.added_to_cart {
  display: inline-block !important;
  padding: .618em 1em !important;
  line-height: 14px !important;
}
.ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::before {
  content: '' !important;
  font-size: 16px;
  background-image: url('../img/people.svg') !important;
  font-size: 16px;
  height: 30px;
  width: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 60%;
}
.ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link::before {
  content: '' !important;
  font-size: 16px;
  background-image: url('../img/clock.svg') !important;
  font-size: 16px;
  height: 30px;
  width: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 60%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{ float:left !important;}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li
{ list-style:none !important;}

#shipping_email_field{ width: 100%;}

.woocommerce-cart-form input[type="number"]{padding: 6px;}
a.lpj_btn.view_btn:hover, .view_btn:active { background-color: #FE6C2E;}
.wc_msg:nth-of-type(2)::before {
  top: 1.4em ;
}
.quantity .input-text.qty.text {
  margin-top: -15px;
}
.quantity {
  padding: 15px 5px;
}
.main-img { margin: 0px !important; }
.single-tribe_events .entry-content ul {margin-left:20px;}
ul.cost-ul {margin-left:20px;}

#store_locator_search_box .store-locator-row.first {
    padding-top: 12px;
}
#store_locator_search_box .store-locator-row {
    margin-left: 0px;
    margin-right: 0px;
}
body div .first {
    clear: none !important;
    padding: 20px 50px 20px 50px;
}
body .sliderItem .shopLink {
    clear: none !important;
    padding: 20px 50px 20px 50px;
}

#store_locator_search_box .store-locator-row.second {
    width: 30%;
}
#store_locator_search_box {
    display: flex;
}
#store_locator_search_box #store_locator_address_field {
    padding: 12px 6px;
	border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #666666;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
}
.single_filter #store_locator_filter_categories {
    display: none;
}
#store_locator_filter_open_close {
    display: none;
}
.single_filter #store_locator_filter_radius {
    float: left;
    width: 56%;
    margin: 0 0 0 9px;
	border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #666666;
    border-radius: 0px;
	padding: 9px;
	display:none;
}
.single_filter h5 {
float: left; font-size:18px; line-height: 22px; display:none;}
.store-locator-row h3.store_locator_name
{line-height: 1.1em;
    font-size: 20px;}
#store_locator_sidebar #store_locator_result_list {
    max-height: 655px !important;
}
#store_locator_find_stores_button{border-radius: 0px;
    font-size: 1.5em;
    background-color: #E24301 !important;
    border: 1px solid #E24301;
    text-transform: uppercase;
    padding: 6px 22px;}
#store_locator_find_stores_button:hover, .store_locator_actions .btn:hover{background-color: #FE6C2E !important; border: 1px solid #FE6C2E;}
.store_modal_title{font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #232C00;}
.store_locator_actions .btn{padding: 10px 5px;
    font-size: 14px;
    background-color: #E24301 !important;
    border: 1px solid #E24301;
    text-transform: uppercase;
    border-radius: 0px;
margin: 0px 2px;}
#store_locator_filter_radius{ background-image: url(../img/sort.svg);
    background-position: 65px 12px;
    background-size: 14px;}
.store_locator_loading img{max-width: 100px;
	left : 60%;
top : 40%;
position : absolute;
  }
#store_locator_result_list_box{padding-right:0px;}
.store_locator_result_list_item{padding-left:10px; padding-right:5px;}
.b-campo{background-color:#000; color:#fff;}
.n-stand ul li{list-style:none;}
.n-stand ul{margin:20px 0px 30px;}
.n-stand ul li a{color:#fff; font-size: 18px;
    text-transform: uppercase;}
		 .n-stand .s-logo{    float: right;
    width: 250px;
    position: absolute;
    right: 15%;}
.n-stand p{font-size:18px; text-transform:uppercase; color: #fff;}
.n-stand h1{text-transform: uppercase;
    font-size: 38px;
    padding: 10px 15px 0px;}
.b-campo .col-md-12{width:100%;}
.n-stand{padding:25px;}
.mobile, .ios, .android, .device{display:none;}
@media (max-width:767px){
.gm-style .gm-style-iw-c{
	max-width:300px !important;
	min-width:250px;
}
.gm-style .gm-style-iw-d{
	max-width:100% !important;
}	
	
}
@media (max-width:1300px){
.shopLink  .shopNow{
    padding-top:3px; padding-bottom:3px;
}
}

@media (max-width:769px){
.shopLink .shopNow{
    padding-top:3px; padding-bottom:3px;
}
}
.tribe-events-event-meta .tribe-events-meta-group {width: 100% !important;}

.postid-6162 .heading_3 {display:none;}
.tripTtile a{
    border: 2px solid;
    border-color: #E24301;
    background-color: #E24301;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.938em;
    text-align: center;
    line-height: 1.5;
    padding: 10px 30px;
	font-family: 'Akkurat Pro';
    -webkit-appearance: none !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    @include border-radius(0): ;
}
.postid-6162 .blueDetails button { border-color:transparent; background-color:transparent; font-size:20px; line-height:2; text-decoration:underline;}
.appdetails .price {text-transform:uppercase; text-align:left;}
 div.wpappbox.compact a.applinks, div.wpappbox.screenshots div.applinks, div.wpappbox.simple div.applinks {display:block !important;}
 div.wpappbox.compact a.applinks {width:60px !important; height:60px !important;}
.single-restoloc.postid-6162 .orderLocation h3 {
    line-height: 28px !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-restoloc.postid-6162 .orderLocation {
    padding-top: 30px;
}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only {
  div.mobile.device.ios {display:none !important;}
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media
{
    .safari_only { 
  div.mobile.device.ios {display:none !important;}

    }
}}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
    /* Safari 5+ ONLY */
    ::i-block-chrome, div.mobile.device.ios {display:none !important;}
}

.popmake-content h2{position: absolute;
    top: 100px;
    padding: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;}
.popmake-content .mc4wp-form-fields{display:flex; padding:30px;}
.popmake-content .mc4wp-form-fields .email_plc input, .popmake-content .mc4wp-form-fields .zip_code input{display: inline-block;
    font-size: 14px;
    float: left;
    line-height: 1.5;
    padding: 20px;
    margin: 0 10px 0 0;
    height: 42px;
    align-self: flex-end;
    background-color: #fff;
    outline: medium none;
	margin:5px 0px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(1, 1, 1, 0);}
.popmake-content .mc4wp-form-fields .email_plc, .popmake-content .mc4wp-form-fields .zip_code, .popmake-content .mc4wp-form-fields .sbmt{width:100%;}
.popmake-content .mc4wp-form-fields .wb_sbr{width: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 12px;}

.popmake-content .mc4wp-form-fields .sbmt input{
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 100%;
	margin:1px 0px 0px;
    line-height: 1.5;
    padding: 12px 30px;
    height: 42px;
    font-size: 13px;
    vertical-align: text-top;
    white-space: nowrap;
 border: 1px solid rgba(1, 1, 1, 0);}
 .pum-theme-2919, .pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, .50 ) !important;
}
input:focus::placeholder {color:transparent;}
.wb_sbr {display:none !important;}
.wb_sbr label {display:none;}
.mc4wp-success p{color: #fff;
    padding: 20px 30px 50px;}
.mc4wp-notice p{color: #fff;
    padding: 0px 30px;
    position: absolute;
    top: 78px;}
.shopLink .shopNow {width:auto;}
/*CUSTOM STYLES SLIDER (TEMP) */


@media only screen and (max-width: 1300px) {
.shopLink.Middle {
    bottom: 24%;
	}
}


@media only screen and (min-width: 1200px) {
.shopLink.Middle {
    bottom:30%;
	}
}
@media only screen and (max-width: 1024px) {
.shopLink {
    left: calc(50% - 125px);
}
}
@media only screen and (max-width: 992px) {
.shopLink.Middle {
    bottom: 22%;
	}
}
@media only screen and (max-width: 768px) {
.shopLink.Middle {
    bottom: 21%;
	}
.shopLink {
    bottom: 10%;
    left: calc(50% - 125px);
}
	
}

@media only screen and (max-width : 480px) {
.shopLink {
    bottom: -5%;
}
	
}
.single-restoloc.postid-6162  .orderLocation h3, .single-restoloc.postid-308  .orderLocation h3 {
    line-height: 28px !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom:10px;
    }
.single-restoloc.postid-6162 .partenrsContainer .col-md-27 p, .single-restoloc.postid-6162 .partenrsContainer .col-md-18 p {
	text-align:left; 
	padding-left:15px;
}
.single-restoloc.postid-6162 h4.locationSubHeading {display:none;}
.single-restoloc.postid-308 .locationSubHeading {margin-bottom:0px; border-bottom: none; display:none;}
.single-restoloc.postid-319 .col-md-9.blueDetails {display:none;}

.video_embed iframe{ width:580px !important;}
.slider-mode-horizontal .testimonial-content {
background: url("../img/quotes_down.png") ;
background-repeat: no-repeat;
background-position: bottom 15px right 0;
}

.author_row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
 justify-content: end;    width: auto;    float: right;
}

.slider-mode-fade .testimonial-content{
	background: url(../img/quotes_down.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 0;
}

.products  .col-md-9:hover  .calls-to-action{
display:block;
}

.strong-view.default .testimonial-name1
{color: #D13E1E;}
.strong-view.default .testimonial-rating
{ float:left; }
.woocommerce form .form-row .input-checkbox
{ position:relative; }
.checkbox input[type=checkbox]
{
margin: 0;
position: inherit;
}

.nameContainer .qty{
height: auto;
align-items: center;
align-self: baseline;
/*min-height: 45px;*/
width:100%;
}
.gform_wrapper select
{ line-height:2.5 !important; }
.pointer{    cursor: pointer;}
body.page-id-2105 > .lpj_row, body.page-id-249 > .lpj_row { margin-top:20px;} 
