@import "https://fonts.googleapis.com/css?family=Raleway:400,700,900";

*, body {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
body {
  font-family: 'Open Sans', sans-serif;
  /* background: url("../images/mediterranean-cuisine-2378758_1920.png") no-repeat top center; */
}

main {
    /* background: repeat url("../images/background-cement-concrete-paint-242236.jpg"); */
}

h2 {
  font-weight: 700!important;
  text-transform: uppercase;
  font-family: 'Sriracha', cursive!important;
}

h1 {
    font-family: 'Sriracha', cursive!important;
}
h3,h4,h5  {
 font-family: 'Roboto Condensed', sans-serif;
}

h5 {
  font-weight: bold!important;
  color: #7fd02c;
  text-transform: uppercase;
}
body.itemid-101 h1,
body.itemid-101 h2{
  font-family: 'Sriracha', cursive;
}

h1,h2{
  font-family: "Raleway", sans-serif;
  font-weight: bold!important;
}

p {
  font: 14px;
}

header {
  padding: 20px!important;
}


.mainnav {
  background: #e52d27;
  background: -webkit-linear-gradient(to right, #b31217, #e52d27);
  background: linear-gradient(to right, #b31217, #e52d27);
  color: #fff
}

.mainnav nav {

}
nav a {
    padding: 5px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: 2px;
}

nav a:hover {
  text-decoration: none;
  color: #de2d06;
  background: #fff;
}

.brand img {
    width: 230px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;

}
/*
.fixed-header .brand img {
  width: 200px;
} */

@media (max-width: 767px) {
  .brand {
    text-align: center;
  }
  .brand img {
    width: 130px;
  }
  #categories img {
    width: 100%;
    height: auto!important;
  }
  nav {
    display: none!important;
  }
}

#categories img {
  width: 100%;
  height: 100%;
}
#categories .col-md-4 {
  padding: 0!important;
}


footer .col-md-2 {
  margin-top: 10px;
}
footer .footer_info {
  margin-top: 0;
  background: url("../images/bufex3red.jpg") #ce2935;
  /* height: 472.5px;

    transform: translate3d(0px, -54.5934px, 0px); */
    display: block;
    background-repeat: repeat !important;
    background-size: cover !important;
    background-position: right top !important;

  color: #fff;
  padding: 30px 0 40px 0;
}

footer .footer_info a {
  color: #fff;
}

footer img {
  padding-bottom: 15px;
}

footer p,
footer li  {
  line-height: 2em;
}

footer ul {
    padding-left: 0;
}

footer ul li {
  list-style: none;
}

footer h5 {
  font-weight: bold;
  color: #fff;
}

footer .copyright {
  background: #1c1c1c;
  font-size: 12px;
padding: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

footer hr {
  background: #4CAF50;
  margin: 0 0 14px;
  width: 45px;
  height: 3px;
}

.img__wrap {
  position: relative;
  /* height: 250px;
  width: 257px; */
  overflow: hidden;

}

.img__wrap img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img__wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  text-align: center;
  padding-top: 20%;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}


.more {
	background-color:#de2d06;
	border-radius:3px;
	border:1px solid ;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:10px 15px;
	text-decoration:none;
}
.more:hover {
	background-color:#404040;
  text-decoration: none;
  color: #fff;
  transform: scale(1);
}
.more:active {
	position:relative;
	top:1px;
}

/* reflection */

#categories h4 {
  letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px 0 5px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.img-card {
  display: inline-block;
  margin: 35px;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 200ms ease-in;
 
}

.img-card2 {
  display: inline-block;
  margin: 35px;
  width: 250px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 200ms ease-in;
 
}

.img-card:hover {
  filter: grayscale(0) opacity(1);
/*   box-shadow:  0px 8px 4px rgba(0, 0, 0, 0.3),
               0px 10px 2px rgba(0, 0, 0, 0.1); */
}

.img-card2:hover {
  filter: grayscale(0) opacity(1);
/*   box-shadow:  0px 8px 4px rgba(0, 0, 0, 0.3),
               0px 10px 2px rgba(0, 0, 0, 0.1); */
}

.img-card::before,
.img-card::after {
  transform: scaleY(-1);
}

.img-card2::before,
.img-card2::after {
  transform: scaleY(-1);
}

/*reflection*/
.img-card:hover::after {
  content: '';
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 120px;
  height: 25%;
  position: absolute;
  bottom: -25%;
  left: 0;
}

.img-card2:hover::after {
  content: '';
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 250px;
  height: 25%;
  position: absolute;
  bottom: -25%;
  left: 0;
}


/*fade reflection*/
.img-card:hover::before {
  content: '';
  width: inherit;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .9),rgba(255, 255, 255, .5));
  z-index: 1;
  left: 0;
}

/*fade reflection*/
.img-card2:hover::before {
  content: '';
  width: inherit;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .9),rgba(255, 255, 255, .5));
  z-index: 1;
  left: 0;
}

.img1,.img2, .img3, .img4 , .img5, .img6, .img7{
  background-position: center;
}

.img1 {
  background-image: url("../images/partners/chamber.png");
}

.img2 {
  background-image: url("../images/partners/bulacan-seal.png");
}

.img3 {
  background-image: url("../images/partners/dti-logo.png");
}

 

.img4 {
  background-image: url("../images/partners/globe.png");
}



.img5 {
  background-image: url("../images/partners/dangal.png");
}


.img6 {
  background-image: url("../images/partners/g-smc.jpg");
}


.img7 {
  background-image: url("../images/partners/union.jpg");
}





@media (min-width: 768px) {
  .collapse.show,
  .collapse {
    display: block!important;
    height: auto !important;
    visibility: visible;
  }
  .arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  footer hr {
    width: 100%;
  }

  footer .logo {
    width: 200px;
  }

  .arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    display: block;
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}


/** counter **/
.count {
  line-height: 100px;
  font-size:35px;
}

.icon {
  margin: 10px;
  text-align: center;
}

.icon img {
  width: 60px;
  height: 60px;
}
#achievements {
  background: url("../images/food-green2.jpg") #76ad24;
  min-height: 360px;
  padding: 30px;
  color: #fff!important;
}

#achievements h4 {
    text-shadow: 1px 1px 1px  rgb(88 88 88);
    text-align: center; font-size: 40px!important; font-weight: bold;
}
#achievements span {
  display: block;
  text-align: center;
  font-weight: bold;
}
#achievements .col-md-3 {
  text-align: center;
  font-weight: bold;
}




 .fade-in-element {
     animation-name: fadeInUp;
     /* animation-duration: 3s; */
}
 .fade-in-element3 {
     animation-name: fadeInLeft;
     animation-duration: 5s;
}
 .hidden,.hidden2 ,.hidden3, .hidden4 {
     opacity: 0;
}

.ilove {
  animation-duration: 5s;
}

 @keyframes fadeInUp{
     from{
         opacity:0;
         transform:translate3d(0,250px,0)
    }
     to{
         opacity:1;
         transform:none
    }
}

.food1 {
   animation-duration: 1s;
}
.food2 {
   animation-duration: 2s;
}
.food3 {
   animation-duration: 3s;
}

 .fadeInUp {
     animation-name:fadeInUp
}

 .fadeInDown-elem {
     /* animation-duration: 4s; */
     animation-name: fadeInDown;
}
 /* .fade-in-element3 {
     animation-duration: 4s;
     animation-name: fadeInUp;
} */
 .fadeInDown{
     animation-name:fadeInDown;
}
 @keyframes fadeInDown{
     from{
         opacity:0;
         transform:translate3d(0,-50px,0)
    }
     to{
         opacity:1;
         transform:none
    }
}
 @keyframes fadeInLeft{
     from{
         opacity:0;
         transform: translateX(-100%);
         -webkit-transform: translateX(-100%);
    }
     to{
         opacity:1;
         transform:none
    }
}

#municipalities li {
  font-size: 20px;
  padding: 3px;
  /* list-style-image: url("../images/muni.png"); */
}

#municipalities li:hover {
    /* list-style-image: url("../images/muni-ho.png"); */
}


.ilove .bg-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top  center;

    /* background-attachment: fixed; */
    background-image: url('../images/stock/slider-01.jpg');
    background-color: #fed324;
    min-height: 450px;
}

.learnmore {
  margin: 25px 0 0 0;
  font-size: 12px;
}

.learnmore a {
  padding: 10px 50px;
  border-radius: 3px;
  background: #b6141a;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.learnmore a:hover {
  text-decoration: none;
  color: #fff;
}
.learnmore:active {
	position:relative;
	top:1px;
}

.submitbtn {
	background:linear-gradient(to bottom, #d1190c 5%, #e4685d 100%);
	background-color:#d1190c;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-size:15px;
	padding:6px 33px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
  border: 0px;
}
.submitbtn:hover {
	background:linear-gradient(to bottom, #e4685d 5%, #d1190c 100%);
	background-color:#e4685d;
}
.submitbtn:active {
	position:relative;
	top:1px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation: pababa .2s forwards;
    animation: pababa .2s forwards;
  }

.clearfix::after{
   display:block;
   clear:both;
   content:""
}
.top-bar-left {
    float: left;
}
.top-bar-right {
    float: right;
}

.bcci-info a {
  color: #000;
}
.info-icon i {
    font-size: 20px;
    color: #757575;
    font-weight: 700;
    border: 1px solid #e8e8e8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
}

.bcci-info, .bcci-info > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
}

.divider {
    width: 150px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #7fd02c;
    color: #fff;
    margin-bottom: 10px;
}

.divider2 {
    width: 150px;
    height: 4px;
    background: #7fd02c;
    color: #fff;
    margin-bottom: 10px;
}

.cta {
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 10vh;
    text-transform: uppercase;
    font-family: "Poppins", "Roboto", Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, 1);

    animation: lightSpeedInLeft 1.5s;
}

.head-top-right {
    margin-top: 30px;
    text-align: right;
    float: right;
}

.head-top-right .search-field, .head-top-right select, .search button {
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 30px;
    min-width: 550px;
    -webkit-appearance: none;
    margin-right: 5px;
}
.search button {
    color: #fff;
    min-width: 160px!important;
    background: #de2d06!important;
    border: 0;
}
.head-top-right button:hover, .head-top-right button:focus {
    filter: alpha(opacity=84);
    opacity: 0.84;
}

button, input, select, textarea {
    color: #555;
  }
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/* .head-top-right .search-field, .head-top-right select, .head-top-right button {
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 30px;
    min-width: 220px;
    -webkit-appearance: none;
} */
select {
    border: 2px solid #E5E5E5;
    outline: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 2px solid #E5E5E5;
    color: #666;
    border-radius: 0;
}

.social-icons ul a {
    display: block;
    position: relative;
    text-align: center;
    width: 28px;
}
.social-icons ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}
.float-right ul li {
    display: inline-block;
    list-style: none;
}

.productListing img {
  width: 100%;
}
  @-webkit-keyframes pababa{100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pababa{100%{-webkit-transform:translateY(0);transform:translateY(0)}}

/* bg */


.context {
   width: 100%;
   position: absolute;
   top: 50vh;
}

.context h1 {
   text-align: center;
   color: #fff;
   font-size: 50px;
}

.area {
   /* background: #4e54c8;
   background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
   width: 100%;
   height: 100vh;
}

.circles {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

.circles li {
   position: absolute;
   display: block;
   list-style: none;
   width: 20px;
   height: 20px;
   background: rgba(255, 255, 255, 0.2);
   animation: animate 25s linear infinite;
   bottom: -150px;
}

.circles li:nth-child(1) {
   left: 25%;
   width: 80px;
   height: 80px;
   animation-delay: 0s;
}

.circles li:nth-child(2) {
   left: 10%;
   width: 20px;
   height: 20px;
   animation-delay: 2s;
   animation-duration: 12s;
}

.circles li:nth-child(3) {
   left: 70%;
   width: 20px;
   height: 20px;
   animation-delay: 4s;
}

.circles li:nth-child(4) {
   left: 40%;
   width: 60px;
   height: 60px;
   animation-delay: 0s;
   animation-duration: 18s;
}

.circles li:nth-child(5) {
   left: 65%;
   width: 20px;
   height: 20px;
   animation-delay: 0s;
}

.circles li:nth-child(6) {
   left: 75%;
   width: 110px;
   height: 110px;
   animation-delay: 3s;
}

.circles li:nth-child(7) {
   left: 35%;
   width: 150px;
   height: 150px;
   animation-delay: 7s;
}

.circles li:nth-child(8) {
   left: 50%;
   width: 25px;
   height: 25px;
   animation-delay: 15s;
   animation-duration: 45s;
}

.circles li:nth-child(9) {
   left: 20%;
   width: 15px;
   height: 15px;
   animation-delay: 2s;
   animation-duration: 35s;
}

.circles li:nth-child(10) {
   left: 85%;
   width: 150px;
   height: 150px;
   animation-delay: 0s;
   animation-duration: 11s;
}

@keyframes animate {
   0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
   }

   100% {
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
   }
}


/* product css */
/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 30px 0;
}

section .section-title {
    text-align: left;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#categ {
  padding-top: 50px;
}
#categ .card {
    border: none;
    color : #fff;
}

#categ h2 {
  display: block; text-align: center;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);

}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.frontside .card {
    background: #e7272d;
    padding-bottom: 20px;
}

.backside .card {
    background: #222222;
    padding: 10px;
}
.backside {

    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.frontside .card:hover,
.backside .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 2px 1px 11px 4px rgb(216 215 215);

}

.backside .card a {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #b6141a;
  color: #fff;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #fff !important;
    font-weight: bold;
}

.frontside .card .card-body img {
    /* width: 200px;
    height: 200px;
    border-radius: 50%; */
}


.card-body {
  padding: 0!important;
}


/** new products css **/

#steps .row {
  margin: 30px 0;
}
#steps img {
  padding: 20px;
  width : 80%;
}
#steps img.arrowr {
  width:30%; float: right;
}
#steps h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #7fd02c;
}

/* seller */

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


.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}

.card-body {
 padding: 10px!important;
}

#product-listing .card-footer {
	background: #fff;
	border: 0px;
	margin: 0 auto 5px auto;
}

#product-listing .card {
	border: 0;
}

#product-listing .card:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    -moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    box-shadow: 0 0 15px #e0e0e0;
    transform: scale(1.03);
}

#product-listing .card-footer a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: #e7282e;
	padding: 12px 40px;
	border-radius: 20px;
}

.text-muted,
.text-muted2 {
 color: #ffcf3b!important;
}

#product-listing .card-title {
	margin-bottom: .3em;
}

#product-listing .card-body h5 {
 color: #e7282e;
 font-size: 16px;
 font-weight: bold;
 	 font-family: arial;
}

#product-listing .card-body h4 a {
 color: #000;
 font-size: 18px;
 font-family: arial;
}

#product-listing .card-text {
		font-size: 12px;
}

#exhibitor-info {
  border-bottom: 1px solid #bdbdbd;
}

#exhibitor-info .logo {
  width: 300px;
}
#exhibitor-achievements {
	margin: 10px 0 10px;
}

#exhibitor-achievements .col-lg-5  {
	/* background: #f5f4f4ab; */
	padding: 10px;
	margin: 2rem 2rem 2rem 0;
}

#exhibitor-achievements ul li {
  list-style: none;
}

#exhibitor-achievements ul li i.fa-check,
#exhibitor-achievements ul li i.fa-question {
	width: 18px;
	height: 18px;
	line-height: 19px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
}

#exhibitor-achievements ul li i.fa-question {
		background: #e7272d;
}

#exhibitor-achievements ul li i.fa-check {
		background: #4caf50;
}

#exhibitor-achievements li.question {
  font-weight: bold;
}




main .container {
  margin-top: 30px;
}


/* carousel  */


.carousel {
  position: relative;
}

.carousel-container {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    -moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    box-shadow: 0 0 15px #e0e0e0;
		margin-bottom: 20px;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    /* position: absolute; */
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

.carousel-control-prev-icon {
    background-image: url("../images/prev.png")!important;
	}

.carousel-control-next-icon {
    background-image: url("../images/next.png")!important;
	}


	.addbutton {
		padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #ff3f40;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
	}

	.price {
		margin: 1em 0;
	}

	.price span.actual-price {
		color: #ff3f40;
    padding-left: 0.15em;
    font-size: 2.9em;
	}
	.price span.sale {
		color: #262323;
		padding-left: 0.15em;
		font-size: 1em;
		text-decoration: line-through;
	}

.title h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
		font-family: "Raleway", sans-serif;
	}

	.title span {
    font-size: 0.7em;
    color: #a6a6a6;
}

.product__info {
margin: 20px 0 0;

}

.product__info .title {
  text-align: left;
}

.description ul {
	margin-left: 10px;
  font-size: 13px;
}

.text-muted {
	display: block;
}

.breadcrumb {
  background: none!important;
  font-size: 14px;
  padding: .75rem 1rem .75rem 0;
}

.breadcrumb .divider {
  background: none!important;
  color: #666;
  margin: 0 5px 0 5px;
}

.breadcrumb a {
  color: #be191d!important;
}

ol li {
  margin-left: 40px;
}


.popular-product-list img {
	 width: 110px;
}

.popular-product-list h5 {
	color: #e7282e;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

.popular-details {
	margin-left: 18px;
}

.popular-details a {
	color: #000;
}

.popular-product-list {
	margin-bottom: 30px;
}

.popular-product-list .sale {
	font-size: 11px;
	text-decoration: line-through;
	color: #666;
	margin-left: 5px;
}



/*form */


#join-form {
	margin: 0 auto;
  padding: 0;
}

#join-form label {
	font-size: 14px;
	font-weight: bold;
}

#join-form .font-italic {
	font-size: 16px;
}

#join-form label {
}
.req:after {
	color: #d22421;
	content: "*";
}

::-webkit-input-placeholder { /* Edge */
  color: #c9c9c9!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #c9c9c9!important;
}

::placeholder {
  color: #c9c9c9!important;
}

.modal-header {
	padding: .5rem 1rem!important;
	border: 0!important;
	background: #fff!important;
}

.modal-content {
	border-top: 0!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	border: 0!important;
}

.modal-body {
  padding: 0 1rem 1rem 1rem!important;
}

.item-129 ,
.item-130 {
  display: none!important;
}

div#maximenuck110 ul.maximenuck li.item129,
div#maximenuck110 ul.maximenuck li.item30,
li.maximenuck.item130.last.level1{
    display: none!important;
}


/* about us */


.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	padding: 50px 20px 40px;
	position: relative;
	vertical-align: top;

	min-height: 25vh;
	background: #fff;
	text-align: left;

	-webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
	-moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
	box-shadow: 0 0 15px #cac9c9;
	transform: scale(1.03);
}


.tilesWrap li h2 {
	font-size: 120px;
	margin: 0;
	position: absolute;
	opacity: 0.1;
	top: 50px;
	right: 5px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.tilesWrap li p {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-top: 5px;
}
.tilesWrap li button {
	background: transparent;
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	color: #b7b7b7;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translateY(-40px);
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
}
.tilesWrap li button:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 120%;
	background: #b7b7b7;
	top: 0;
	opacity: 0;
	left: -140px;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;

}
.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
/*
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);
}
.tilesWrap li:nth-child(5):before {
	background: #FC354C;
	background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
	background: linear-gradient(to right, #0ABFBC, #FC354C);
} */

#about-us {
	/* padding: 100px 0 0 0; */
}

#about-us .img-responsive {
  -webkit-box-shadow: 0 0 9px 0 rgba(135,133,135,0.26);
  -moz-box-shadow: 0 0 9px 0 rgba(135,133,135,0.26);
  box-shadow: 0 0 15px #cac9c9;
}
#about-us > h2 {
  line-height: 50px;
}


.transform {
  transform: rotate(90deg);
  font-size: 130px;
  color: #c0c0c0;
  background: #FFFFFF;
  text-shadow: 4px 4px 0 #e3e3e3, 6px 6px 0 #e1e1e1;
}

.error {
  width: 100%;
  margin: 0;
  font-size: 11px;
  color: #dc3545;
}

div#maximenuck110 ul.maximenuck {
  background: none!important;
}

div#maximenuck110 div.floatck {
  background: #fff!important;
}

div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active {
  background: #fff!important;
}

div#maximenuck110 ul.maximenuck li.maximenuck.level1 {
  padding: 0 20px!important;
}
div#maximenuck110 div.floatck {
  border: 0!important;
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

div#maximenuck110 div.maxidrop-main {
  width: 100%!important;
}


div#maximenuck110 div.floatck a:hover {
    color: #de2d06!important;
    border-left: 4px #de2d06 solid;
}

#joyful li {
		font-size: 20px;
		line-height: 3rem;
}

.bigtypo {
  font-size: 40px;
}


.shadow {
	-webkit-box-shadow: 0 0 9px 0 rgba(135,133,135,0.26);
	-moz-box-shadow: 0 0 9px 0 rgba(135,133,135,0.26);
	box-shadow: 0 0 15px #cac9c9;
}

#bahaynatisa img:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    -moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
    z-index: 5000;
    box-shadow: 0 0 15px #8c8c8c;
    transform: scale(1.1);
}

#stamariadairy .logo {
	width: 250px;
}

#exhibitor-achievements.princess ul li i.fa-check {
	background: none;
	color: red;
}

.category-list a {
    color: #000!important;
}

.category-list table {
  margin-top: 20px;
}

.feature-prod {
    display:none;
}


#merchant-list {

}


#merchant-list .merchant {
 padding: 10px 10px 15px;
 text-align: center;
 background: #fff;
 margin-bottom: 25px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
  /* border: 10px solid #fff; */
  background: #fff;
 border-radius: 0;
 background: #ffffff;
 box-shadow:  1px 2px 6px #d9d9d9, -5px -5px 10px #ffffff;
}


#merchant-list .merchant:last-child {
   margin-right: 0;
}
#merchant-list .merchant:hover a {
 text-decoration: none;
}
#merchant-list .merchant:hover {
 border-radius: 0;
 box-shadow:  5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
 animation: pulse 1s;
 cursor: pointer;
}

#merchant-list .merchant-logo {
 height: 230px;
 vertical-align: middle;
 position: relative;
}
#merchant-list .merchant-logo img {
 width: 80%;
 vertical-align: middle;
 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


#merchant-list .merchant-name {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 display: block;
 height: 50px;
 color: #000;
 text-decoration: none;
}
#merchant-list .merchant-name:hover {
 text-decoration: none;
}

@media (max-width: 560px) {
  #merchant-list .merchant-logo img {
      width: 50%;
  }
}


.creativecontactform_wrapper .powered_by a:hover,
.creativecontactform_wrapper .powered_by a,
.creativecontactform_wrapper .powered_by {
  color: #fff!important;
}


.creativecontactform_wrapper_inner {
  padding: 0 20px;
}
.creativecontactform_pre_text {
  border-top: 0!important;
}

li.maximenuck.item130.level1 {
  display: none!important;
}

.creativecontactform_wrapper input.creativecontactform_send {
    color: #fff!important;
    background: #007bff!important;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-shadow : none!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.creativecontactform_title {
  font-size: 3em!important;
  margin:0!important;
    font-family: 'Sriracha', cursive!important;
  font-weight: bold!important
}

.creativecontactform_wrapper {
  width: 80%!important;
  margin: 0 auto!important;
}

.creative_label_txt_wrapper {
    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: bold; }

body.itemid-106 main .container {
  margin-top: 0!important;
}

#join-form {
      padding: 5px 20px;
      transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

#join-form:hover {
    -moz-box-shadow: 0px 0px 7px 0px #bababa !important;
    -webkit-box-shadow: 0px 0px 7px 0px #bababa !important;
    box-shadow: 0px 0px 7px 0px #bababa !important;
}

.search  a,
.result-title {
  color: #de2d06!important;
}

.result-created {
  font-size: 12px;
  margin-bottom: 15px;
}


.search fieldset {
  margin-bottom: 20px;
}

.search label {
  margin-right: 10px;
}

.search .searchintro {
  font-size: 18px;
  margin: 10px 0 10px;
}

.btn-toolbar .btn.hasTooltip {
    background: #de2d06;
    color: #fff;
    margin-left: 10px;
}

.search input[type="search"] {
  background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 30px;
    /* min-width: 550px; */

    width: 70%;
    -webkit-appearance: none;
    margin-right: 5px;
}



.search .element-invisible {
  display: none;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    /* background: url("../images/backtotop.png") no-repeat; */
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    /* animation: bounceIn 3s; */

}
#back-to-top img {
  width: 60px;
  height: 60px;
}
#back-to-top:hover {
    animation: bounce 3s;
}
#back-to-top.show {
    opacity: 1;
}

.mobile-top {
  -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation: pababa .2s forwards;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
}

.mobile-top span.fa.fa-bars {
  font-size: 25px;
}
.top-buttons {
  float: right;
  text-align: right;
  padding-right: 10px;
}

.top-buttons i {
  font-size: 25px;
  color: #de2e08;
  margin-left: 10px;
}



div#dj-megamenu124mobileWrap {
    position: absolute;
    top: 10px;
    left: 30px;
}

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: #fff!important;
  font-size: 25px!important;
  color: #de2e08!important;
}


@media (min-width: 980px) {
    .mobile-top  {
      display: none;
    }
}

@media (max-width: 979px) {
    header  {
      display: none!important;
    }
}

@media (max-width: 575px) {
  #second-step,#first-step {
    background: none;
  }
}

#mobile-search {
  margin-top: 10px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
  display: none;
}
#mobile-search .search button {
    line-height: 50px;
    padding: 0 15px;
    border-radius: 30px;
    min-width: 550px;
    -webkit-appearance: none;
    margin-right: 5px;
    
    height: 50px;
}

#mobile-search .search input[type="search"] {
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 30px;
    /* min-width: 550px; */
    width: 70%;
    -webkit-appearance: none;
  
    margin-left: auto;
  }
  
  @media (max-width: 566px) {
      #mobile-search .search input[type="search"] {
            margin-left: 0!important;
            width: auto!important;
      }
      
      #mobile-search .search button {
          min-width: 15%!important;
      }
  }

#pamanapeanutbutter .logo {
      width: 50%;
  }


#tiltilan h1 {
  display: inline-block;
}
/*
#achievements .anim {
  animation: pulse 1s 4;
}*/

#aboutbuffex .imgveg .anim {
  animation: fadeInRight 2s;
}

#aboutbuffex .col-md-7 .anim {
  animation: fadeInLeft 3s;
}

#hottest_1.anim {
    animation: fadeInUpBig 1s;
}

#hottest_2.anim {
    animation: fadeInUpBig 2s;
}

#hottest_3.anim {
    animation: fadeInUpBig 3s;
}

#about-us #about-desc.anim ,
#about-h3.anim {
  animation: fadeInRight 2s;
}

#about-us img.anim {
    animation: fadeInUp 2s;
}

 

@media screen and (max-width: 991px) {
    h1.transform.anim {
        display: none;
    }
    
}

@media screen and (max-width: 450px) {
    main img.logo.img-responsive.mb-5 {
	 width: 100%!important;
}

}


@media screen and (max-width: 768px) {
#buffexarea {
position: static!important;
width:100%!important;
}

#iloveimg {
position: static!important;
width:100%!important;
}


#aboutuscont {
position: static!important;
height: auto!important;
}

}


#aboutuscont {
position: relative;height: 500px;
}

#buffexarea {
position: absolute;width: 70%;bottom: -50px;
}

#iloveimg {
position: absolute;width: 70%;/* top: -50px; */right: 40px;z-index: 99;
}



