/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wprpl_display .wprpl_row {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

#wprpl_display .wprpl_item {
    width: 80%;
    display: inline-block;
    padding-right: 20px;
}

#wprpl_display .wprpl_price {
    width: 20%;
    display: inline-block;
    text-align: right;
}
 
#wprpl_display .wprpl_title {
    font-size: 1.5em;
/*     font-weight: 600; */
}

#wprpl_display .wprpl_numb {
    font-size: 1.4em;
/*     font-weight: 600; */
}

#wprpl_display .wprpl_descr {
    font-size: 0.9em;
    font-style: italic;
}

#wprpl_display .allergens span.item {
    font-size: 12px;
    background-color: #e5e5e5;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
}

#wprpl_display span.title-allergens {
  background-color: transparent;
  font-size: 12px;
  margin-right: 10px;
}

h3.wprpl_categoryTitle {
  font-size: 34px;
  text-align: left;
}

/* Variables */
.wprpl_row_var {
  display: inline-block !important; 
}

.wprpl_varName {
  width: 60%;
  display: inline-block;
  margin-left: 20%
}

.wprpl_varPrice {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.wprpl_rowVar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 5px 0 0 0;
}


/*# ==================== #
 *# ==== BIG THUMBS ==== #
 *# ==================== #*/

#wprpl_display .wprpl_bigImg {
    width: 100%;
    display: block;
}

#wprpl_display .wprpl_bigImg img {
    max-width: 100%;
}

#wprpl_display .wprpl_subRow {
    width: 100%;
    display: block;
}

#wprpl_display .wprpl_item {
    width: 80%;
    /*display: block;*/
    padding-right: 20px;
}


/*# ================== #
 *# ==== LIGHTBOX ==== #
 *# ================== #*/

#wprpl_display .wprpl_title a {
    text-decoration: none;
    color: #212529;
}

#wprpl_display .wprpl_title a:hover {
    text-decoration: underline;
}

.wprpl-popup img {
    max-width: 100%;
}

/* ISSUE IN RESPONSIVE v1.3.2 */
/*img.wprpl-popopImg {
    min-width: 600px;
}*/

.wprpl-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.wprpl-popup .wprpl_popupRow {
    padding: 0 20px 20px;
}

/* overlay at start */
.wprpl-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.wprpl-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.wprpl-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.wprpl-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.wprpl-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.wprpl-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wprpl-popup button:hover {
  background: transparent;
}

.wprpl_popupPrice {
    float: right;
    position: relative;
    right: 20px;
    top: -44px;
    min-width: 100px;
    text-align: center;
    padding: 10px;
    background-color: #FFF;
    
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
}

.wprpl-popup .allergens span.item {
    font-size: 12px;
    background-color: #e5e5e5;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
}

.wprpl-popup span.title-allergens {
  background-color: transparent;
  font-size: 12px;
  margin-right: 10px;
}


/*# ================ #
 *# ==== THUMBS ==== #
 *# ================ #*/

#wprpl_display .wprpl_img {
    width: 15%;
    display: inline-block;
}

#wprpl_display .wprpl_img img {
    max-width: 100%;
}

#wprpl_display .wprpl_img img.circle {
    border-radius: 50%;
}

#wprpl_display .wprpl_item {
    width: 80%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}