.c_box{
	margin: 25px auto;
	max-width: 1300px;
	color:#878787;
}

.c_sectionTitle{
    text-align: center;
    display: inline-block;
    margin: auto;
	padding-right: 30px;
}

.c_sectionTitle::before{
    position: absolute;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    background: #005cb9;
    transform: rotate(45deg);
    right: 0px;
    top: 19px;
}

.C_QA {
    background: #005cb9;
    margin: 50px auto 0 auto;
    max-width: 1377px;
	padding: 17px 0px 17px;
}

.C_QA a{
	color: wheat;
}

.C_QA a:hover{
    color: white;
}

.C_Prods{
background: #f7f7f7;
}

.pic iframe{
z-index: 99999;
position: relative;
}

.c_back a::after {
    /*position: absolute;
    top: 5px;
    right: -35px;
    transform: rotate(-180deg);*/
}

.c_hr{
	color: #f7f7f7;
	max-width: 1300px;
	margin: auto;
	height:1px;
}

.c_products {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #005cb9;
	font-weight: 600;
	font-size: 17px;
	transition: all 0.35s;
	border-radius: 13px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom:10px
}

.c_top{
height: 10px;
box-shadow: 0px 0px 10px #ccc;
margin-bottom: 100px;
}

.c_iprod .pic{
border:1px solid #ccc;
}

.c_iprod .c_info{
	color: #7f7f7f;
	background: #f7f7f7;
}

.c_iprod .c_info div{
	padding: 15px;
}

.c_iprod .c_info .c_main::before{
	position: relative;
	background: #d2c739;
	left: -20px;
	transition: all 0.35s;
	top: -20px;
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	text-align: left;
}

.products {
  padding-bottom: 152px;
}
.products ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  position: relative;
  margin: 80px auto 0px;
}
.products ul.list > li {
  width: calc(50% - 10px);
}
@media (max-width: 1200px) {
  .products ul.list > li {
    width: calc(50% - 22px);
  }
}
.products .item {
  display: block;
  cursor: pointer;
}
.products ul.cols {
  display: flex;
  justify-content: space-between;
}
.products ul.cols > li {
  width: calc(50% - 12px);
}
.products .pic {
  overflow: hidden;
}
.products .pic img {
  display: block;
  transition: 0.4s all;
  width: 100%;
}
.products .info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.products .text {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #7f7f7f;
  position: relative;
  padding-top: 22px;
}
.products .text:after {
  content: '“';
  font-family: sans-serif;
  font-size: 49px;
  position: absolute;
  top: 5px;
  left: 0px;
  color: #7F7F7F;
  font-weight: bold;
}
.products .holder {
  position: relative;
  bottom: -5px;
}
.products .name {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #7f7f7f;
}
.products .subname {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #7f7f7f;
}
@media (max-width: 1024px) {
  .products ul.list > li {
    width: 100%;
    margin-bottom: 44px;
  }
  .products ul.cols > li:nth-child(1) {
    width: calc(40% - 0px);
  }
  .products ul.cols > li:nth-child(2) {
    width: calc(60% - 20px);
  }
}
@media (max-width: 767px) {
  .products {
    padding-bottom: 29px;
  }
  .products .text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .products .name,
  .products .subname {
    font-size: 14px;
    line-height: 20px;
  }
  .products .text:after {
    font-size: 35px;
    top: 3px;
  }
  .products ul.list {
    margin-top: 40px;
  }
  .products ul.list > li {
    margin-bottom: 30px;
  }
}
.desktop .products .item:hover .pic img {
  transform: scale(1.03);
}

.c_size{
	display: inline-block;
	padding: 5px 25px;
	background: #e5e5e5;
	border-radius: 1px;
	margin: 20px 20px 0px 0px;
}

.slide-active a::before{
position: absolute;
background: #d2c739;
left: 0px;
right: 0px;
margin: auto;
transition: all 0.35s;
top: -25px;
display: block;
content: '';
width: 13px;
height: 13px;
transform: rotate(45deg);
}

.slide-active a{color:#fff}

.c_a a{
display: inline-block;
background: white;
z-index: 999;
padding: 0 10px;
}

.c_a a::after{background-color: #fff !important}
.c_words ul.list{max-width: 100% !important;}
.c_words .pic{width: 150px;}
.c_words .pic img{width: 90%;}
.c_words ul.cols > li {width: auto !important;}
.c_words .text{text-align: justify !important;}



/**************/
.Recipesinside .pic {
  overflow: hidden;
  position: relative;
}
.Recipesinside .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 185, 0.6);
  opacity: 0;
  transition: all 0.35s;
}
.Recipesinside .pic:before {
  position: absolute;
  content: 'get recipe';
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  width: calc(100% - 20px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 165px;
  height: 71px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  transition: all 0.35s;
  transform: translateY(88px);
}
@media (max-width: 1420px) {
  .Recipesinside .pic:before {
    height: 61px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .Recipesinside .pic:before {
    height: 44px;
    font-size: 13px;
  }
}


.Recipesinside .pic:hover:after {
  opacity: 1;
}
.Recipesinside .pic:hover:before {
  opacity: 1;
  transform: translateY(0);
}

.p_main p{
    margin-bottom: 10px !important;
    text-align: justify;
}

.c_gallery1{
width: calc(20% - 10px);
margin-right:10px;
float: left;
}
.c_gallery1 img{
cursor:pointer;
}
.c_gallery2{
width: calc(80% - 10px);
float: left;
}

.c_h1{
color:white;
background-color:#d4c73a;
display:inline-block;
padding:5px 25px;
cursor:pointer;
font-size: 125%;
}

.c_ceo h3{margin-bottom:20px}
.c_ceo p{margin:5px 0;color:#818181}
.c_m{margin:50px auto;color:#818181}
.bggray{background-color:#e5e5e5;color:#818181;padding: 1px 0 80px 0 !important;}
.bggray h3{text-align:left !important;margin-bottom:20px;}
.bggray li{text-align: left !important;}

.c_stry{max-width: 850px;padding: 70px 10px 0 10px;}
.c_stry p{padding-top: 10px;}
.c_li p{text-align: justify;padding-bottom: 10px;}

.w75{width: 75% !important;padding-right:35px !important;}

@media (max-width: 1200px) {
.w75{width: 100% !important;padding:0px !important;}
}


.mb-10{
margin-bottom:20px
}

.w75 strong{
color:#005cb9;
display: inline-block;
padding-left: 20px;
}

.w75 strong:before {
    position: absolute;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    background: #005cb9;
    transform: rotate(45deg);
margin-left: -20px;
margin-top: 5px;
}


.w75 p{
margin-bottom:10px;
}

.btn_d{
justify-content: center;
align-items: center;
background: #005cb9;
font-weight: 600;
font-size: 17px;
transition: all 0.35s;
border-radius: 13px;
cursor: pointer;
text-transform: uppercase;
color: #fff;
padding: 7px 20px;
}

