/*****************
 * Common CSS
 * ****************/
.foex-product-cart-btn img {
  width: 28px !important;
}
/*********************
 * Grid Common CSS
 * *******************/
 
.foex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.foex-gap-15 {
  gap: 15px;
}
.foex-gap-30 {
  gap: 30px;
}

.foex-col-1,.foex-col-2,.foex-col-3,.foex-col-4,.foex-col-6,.foex-col-8,.foex-col-9,.foex-col-12,.foex-col-sm-6,.foex-col-md-6,.foex-col-md-5,.foex-col-md-4,
.foex-col-md-3,.foex-col-md-2,.foex-col-lg-2,.foex-col-lg-9,.foex-col-lg-8,.foex-col-lg-6,.foex-col-lg-12,.foex-col-lg-4,.foex-col-lg-3,.foex-col-xl-4,
.foex-col-xl-3,.foex-col-xl-8,.foex-col-xl-6 {
  position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.foex-col-1{
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.foex-col-2{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.foex-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.foex-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.foex-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.foex-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.foex-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.foex-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .foex-col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .foex-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .foex-col-md-5 {
    -ms-flex: 0 0 41.6667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .foex-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .foex-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .foex-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 992px) {

    .foex-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
  .foex-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .foex-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .foex-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .foex-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .foex-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .foex-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) {

    .foex-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .foex-col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .foex-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .foex-col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }


}

/*********************
 * Grid Style 1 CSS
 * *******************/
 
  .foex-grid-product-style-1 .foex-product-item {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .foex-grid-product-style-1 .foex-product-item .foex-product-info {
    padding: 16px 13px;
    line-height: 1.5;
  }
  .foex-grid-product-style-1 .foex-product-title{
    margin-bottom: 6px;
    font-size: 18px;
  }
  .foex-grid-product-style-1 .foex-product-title a {
    text-decoration: none;
    color: #181818;
    font-weight: 700;
  }
  .foex-grid-product-style-1 .foex-product-info p {
    margin-bottom: 8px;
    color: #838688;
    line-height: 1.3;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap .foex-product-cart-btn a.add_to_cart_button{
    width: 36px;
    height: 36px;
    border: 2px solid #181818;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap .foex-product-cart-btn a.add_to_cart_button:hover {
    border-color: #E3106E;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap .foex-product-cart-btn a.added_to_cart.wc-forward {
    font-size: 12px;
    margin-top: 3px;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap .foex-product-price .woocommerce-Price-amount.amount {
    color: #E3106E;
    font-size: 17px;
    font-weight: 600;
  }
  .foex-grid-product-style-1 .foex-product-price-wrap .foex-product-price del .woocommerce-Price-amount.amount {
    color: #e3106ebd;
    font-size: 15px;
  }

  @media only screen and (max-width: 575px) {
    .foex-section-grid-product .foex-product-thumbnail img{
      width: 100%;
    }
  }


/*********************
 * Grid Style 2 CSS
 * *******************/
.foex-grid-product-style-2 .foex-product-item{
  margin-bottom: 30px;
}
.foex-grid-product-style-2 .foex-product-thumbnail{
  border: 1px solid #c9c6c6;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.foex-grid-product-style-2 .foex-product-price{
  background: #ff137e;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 20px;
  line-height: 1.2;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
.foex-grid-product-style-2 .foex-product-item .foex-product-info {
  padding: 16px 0px;
  line-height: 1.5;
  text-align: center;
}
.foex-grid-product-style-2 .foex-product-title{
  margin-bottom: 6px;
  font-size: 18px;
}
.foex-grid-product-style-2 .foex-product-title a {
  text-decoration: none;
  color: #181818;
  font-weight: 700;
}
.foex-grid-product-style-2 .foex-product-cart-btn a {
  background: #ec3333;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ec3333;
}
.foex-grid-product-style-2 .foex-product-cart-btn a:hover {
  background: transparent;
  color: #181818;
}

/**************************
 * List Style 1 CSS
 * ************************/
  .foex-list-product-style-1 .foex-product-item {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .foex-list-product-style-1 .foex-product-info .foex-product-title {
    text-decoration: none;
  }
  .foex-list-product-style-1 .foex-product-info .foex-product-title h6 {
    color: #111;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .foex-list-product-style-1 .foex-product-thumbnail img {
    border-radius: 5px;
  }
  .foex-list-product-style-1 .foex-product-info p {
    margin-bottom: 10px;
    line-height: 1.3;
    color: #818381;
    font-size: 15px;
  }
  .foex-list-product-style-1 .foex-product-info .foex-product-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foex-list-product-style-1 .foex-product-info .foex-product-cart-btn .add_to_cart_button {
    color: #fff;
    text-transform: capitalize;
    background-color: #feb703;
    border-radius: 6px;
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s, background-color .3s;
    display: inline-block;
    line-height: 1.3;
  }
  .foex-list-product-style-1 .foex-product-info .foex-product-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
  }

  @media only screen and (max-width: 991px) {
    .foex-section-list-product .foex-product-item .foex-row {
      gap: 20px;
    }
    .foex-list-product-style-1 .foex-product-item .foex-product-thumbnail img {
      width: 100%;
    }
  }

/**************************
 * List Style 2 CSS
 * ************************/

  .foex-list-product-style-2 .foex-product-item {
    background-color: rgb(29, 32, 40);
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
  }
  .foex-list-product-style-2 .foex-product-inner-top .foex-product-title {
    text-decoration: none;
  }
  .foex-list-product-style-2 .foex-product-inner-top .foex-product-title h6{
    color: #fff;
    font-size: 20px;
    margin: 0;
  }
  .foex-list-product-style-2 .foex-product-inner-top .foex-product-price {
    color: #ffbc01;
    font-size: 18px;
    font-weight: 600;
  }
  .foex-list-product-style-2 .foex-product-thumbnail {
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 200px;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .foex-list-product-style-2 .foex-product-thumbnail img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  .foex-list-product-style-2 .foex-product-inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }
  .foex-list-product-style-2 .foex-product-title {
    margin: 0;
  }

  .foex-list-product-style-2 .foex-product-info p{
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .foex-list-product-style-2 .foex-product-cart-btn{
    position: absolute;
    bottom: 0;
    right: 25px;
  }

  .foex-list-product-style-2 .foex-product-cart-btn a.add_to_cart_button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    align-items: center;
    padding: 8px;
  }
  .foex-list-product-style-2 .foex-product-cart-btn a img{
    border-radius: 50%;
  }

  .foex-list-product-style-2 .foex-product-cart-btn .added_to_cart.wc-forward{
    font-size: 13px;
  }

   @media only screen and (max-width: 991px) {
    .foex-list-product-style-2 .foex-product-thumbnail {
      margin: 0 auto;
    }
    .foex-list-product-style-2 .foex-product-inner-top {
      margin-bottom: 15px;
    }
    .foex-list-product-style-2 .foex-product-cart-btn {
      position: inherit;
      display: flex;
      justify-content: center;
      margin-top: 15px;
      align-items: center;
      gap: 5px;
    }
  }

/**************************
 * Slider style 1 CSS
 * ************************/
 
.foex-slider-product-style-1 .foex-product-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 7px;
  overflow: hidden;
  margin: 40px 1px;
}
.foex-slider-product-style-1 .foex-product-item .foex-product-info {
  padding: 12px;
  background: #fff;
}
.foex-slider-product-style-1 .foex-product-item .foex-product-title {
  margin-bottom: 6px;
}
.foex-slider-product-style-1 .foex-product-item .foex-product-title a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
}
.foex-slider-product-style-1 .foex-product-cart-btn {
  text-align: center;
  line-height: 0;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.foex-slider-product-style-1 .foex-product-cart-btn a {
  display: inline-block;
}
.foex-slider-product-style-1 .foex-product-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foex-slider-product-style-1 .foex-product-price-wrap .foex-product-cat a {
  text-decoration: none;
  color: #5d666d;
  font-size: 12px;
  font-weight: 500;
}
.foex-slider-product-style-1 .foex-product-price-wrap .foex-product-price .woocommerce-Price-amount.amount {
  color: #5d666d;
  font-size: 17px;
}

.foex-section-slider-product .owl-theme .owl-nav .owl-next,
.foex-section-slider-product .owl-theme .owl-nav .owl-prev {
  background: #feb703;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  color: #fff;
  transition: 0.3s;
}
.foex-section-slider-product .owl-theme .owl-nav .owl-next:hover,
.foex-section-slider-product .owl-theme .owl-nav .owl-prev:hover {
  background: #e1a40b;
}
.foex-section-slider-product .owl-theme .owl-nav .owl-next span,
.foex-section-slider-product .owl-theme .owl-nav .owl-prev span {
  font-size: 45px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #feb703;
}
/**************************
 * Slider style 2 CSS
 * ************************/

.foex-slider-product-style-2 .foex-product-item {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 1px;
}
.foex-slider-product-style-2 .foex-product-info {
  text-align: center;
  padding-top: 15px;
}
.foex-slider-product-style-2 .foex-product-item .foex-product-title {
  margin-bottom: 6px;
  line-height: 1.5;
}
.foex-slider-product-style-2 .foex-product-item .foex-product-title a,
.foex-slider-product-style-3 .foex-product-item .foex-product-title a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
}
.foex-slider-product-style-2 .foex-product-cat {
  line-height: 0;
}
.foex-slider-product-style-2 .foex-product-cat a,
.foex-slider-product-style-3 .foex-product-cat a {
  text-decoration: none;
  color: #5d666d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.foex-slider-product-style-2 .foex-product-price-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #111;
  padding: 6px 18px;
  border-radius: 68px;
  margin-top: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.foex-slider-product-style-2 .foex-product-price-wrap .foex-product-cart-btn {
  display: flex;
  gap: 8px;
  align-items: center;
}
.foex-slider-product-style-2 .foex-product-price-wrap .foex-product-cart-btn .added_to_cart.wc-forward {
  font-size: 13px;
}

/**************************
 * Slider style 3 CSS
 * ************************/
 .foex-slider-product-style-3 .foex-product-item {
    border: 1px solid #bbb;
    border-radius: 23px;
    position: relative;
    margin-top: 95px;
    margin-bottom: 22px;
    border-radius: 10px / 30px;
    box-shadow: inset rgba(99, 99, 99, 0.2) -1px -2px 7px 5px;
 }
.foex-slider-product-style-3 .foex-product-thumbnail {
    position: absolute;
    top: -20px;
    width: 140px;
    z-index: 10000000000;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25% 0;
    border-radius: 8px 10px 12px 14px;
    border-radius: 1rem 1.5rem 1.25rem;
}

.foex-slider-product-style-3 .foex-product-info {
  padding: 75px 20px 20px 20px;
  text-align: center;
}
.foex-slider-product-style-3 .foex-product-cart-btn {
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.foex-slider-product-style-3 .foex-product-cart-btn a{
  display: inline-block;
}
.foex-slider-product-style-3 .foex-product-cart-btn .added_to_cart.wc-forward {
  font-size: 14px;
}

.foex-slider-product-style-3 .foex-product-info .foex-product-title {
  margin-bottom: 8px;
}
.foex-slider-product-style-3 .foex-product-info .foex-product-cat {
  line-height: 0;
}
.foex-slider-product-style-3 .foex-product-info .foex-product-price {
  margin: 12px 0px;
  font-size: 16px;
  font-weight: 600;
}
.border-style-1{
  border: dotted;
  border-width: 10px 4px;
  border-radius: 10px 40px;
}
.border-style-2{
  border: dashed;
  border-width: 2px 4px;
  border-radius: 40px;
}

.border-style-3{
/*    background: gold;*/
  border: ridge gold;
  border-radius: 13em/3em;
}

/**********************************
 * Menu Showcase style 1 CSS
 * *******************************/
 .foodexpo-menu-showcase ul {
  margin: 0;
  padding: 0;
  list-style: none;
 }
.foodexpo-menu-showcase ul li {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6px;
}
.foodexpo-menu-showcase .menu-title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.dots-line{
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px dotted #000;
}

