/* 
 Theme Name:     Divi Child
 Author:         Tim McCormick
 Author URI:     http://website.com/
 Template:       Divi
 Version:        v 0.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/lato-v22-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v22-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* roboto-serif-regular - latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-serif-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-serif-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-serif-700 - latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-serif-v5-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-serif-v5-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
  --brandPrimary: #f5963a;
  --brandDark: #553321;
  --brandSecondary: #00a4e3;
}

body {
  background-color: #a3a3a3;
}

/* header */
#ccrest-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--brandPrimary);
  position: relative;
  padding: 0 3%;
  box-shadow: 1px 2px 9px 6px rgba(0,0,0,0.3);
  z-index: 100;
}
#ccrest-header::before {
  content: '';
  display: block;
  height: 30px;
  background-color: var(--brandSecondary);
  position: absolute;
  top: -30px;
  width: 94%;
  left: 3%;
  margin: 0 auto;
}
#ccrest-header .logo {
  position: relative;
  top: -10px;
}
#ccrest-header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#ccrest-header a {
  display: block;
  color: var(--brandDark);
  margin: 10px 20px;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 1px;
}
#ccrest-header .current-menu-item,
#ccrest-header a:hover,
#ccrest-header .mobile_menu_bar:before {
  color: white;
}
#ccrest-header .mobile_menu_bar {
  display: none;
}
#ccrest-header .has-dropdown > a::after {
  content: '▾';
  font-size: large;
  position:absolute;
}
#ccrest-header .header-dropdown {
  display: none;
  position: absolute;
  /* border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  border-radius: 10px;
  background-color: var(--brandPrimary);
  min-width: 160px;
  max-width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  
}
#ccrest-header .has-dropdown:hover .header-dropdown {
  display: block;
}
#page-container {
  background: white;
}
/* .toggle {
  display: none;
} */
#menu-toggle {
  display: none;
}
#menu-toggle-label {
  cursor: pointer;
  display: none;
}
#menu-toggle-label span {
  display: block;
  margin: 4px;
  height: 4px;
  width: 30px;
  background: white;
  border-radius: 9px;
}


/* footer */
#ccrest-footer {
  background: white;
  padding: 30px;
}

#ccrest-footer h3 {
  font-size: 32px;
}

#ccrest-footer-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  padding: 0 15px 30px;
}

#ccrest-footer-bottom nav {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

#ccrest-footer-bottom nav a {
  font-family: 'Roboto Slab', serif;
  color: var(--brandDark);
}

#ccrest-footer #copyright {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: var(--brandPrimary);
  box-shadow: 1px 1px 14px 1px rgba(0,0,0,0.47);
  padding: 15px;
  margin-bottom: 15px;
}

#ccrest-footer #copyright a,
#ccrest-footer #copyright p {
  font-size: 20px;
  color: white;
}

.et_pb_divider_0_tb_footer::before {
  border-top-color: #00a4e3;
  border-top-width: 12px;
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
}

#ccrest-footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

#ccrest-footer-social .sideline {
  height: 10px;
  background: var(--brandSecondary);
  width: 35%;
}

#ccrest-footer-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ccrest-footer a.icon {
  display: grid;
  place-items: center;
  border-radius: 24px 24px 24px 24px;
  height: 42px;
  width: 42px;
}

.et-social-twitter a.icon {
  background-color: #00aced;
}

.et-social-facebook a.icon {
  background-color: #3b5998;
}

.et-social-instagram a.icon {
  background-color: #ea2c59;
}

.et-social-youtube a.icon {
  background-color: #a82400;
}

#ccrest-footer .et-social-twitter a.icon::before,
#ccrest-footer .et-social-facebook a.icon::before,
#ccrest-footer .et-social-instagram a.icon::before,
#ccrest-footer .et-social-youtube a.icon::before {
  content: none;
}

#ccrest-footer .et-social-twitter a.icon img,
#ccrest-footer .et-social-facebook a.icon img,
#ccrest-footer .et-social-instagram a.icon img,
#ccrest-footer .et-social-youtube a.icon img {
  width: 20px;
}

@media(max-width: 767px) {
  #ccrest-header {
    flex-direction: column;
    padding-bottom: 10px;
  }
  #ccrest-header #menu-toggle:checked + nav {
    top: 121px;
  }
  #ccrest-footer-social .sideline {
    display: none;
  }
  #ccrest-footer-bottom,
  #ccrest-footer #copyright {
    display: block;
    text-align: left;
  }
  #ccrest-footer-bottom nav {
    flex-direction: column;
  }
}

.tab div {
  display: none;
}

.tab div:target {
  display: block;
}

.single-product .et_pb_gutters2 .et_pb_column_2_3 > .et_pb_row_inner > .et_pb_column_1_3,
.single-product .et_pb_gutters2 .et_pb_column_2_3 > .et_pb_row_inner > .et_pb_column_1_3 {
  width: 47.716%;
}

@media (min-width: 981px) {
  .et_pb_gutters2 .et_pb_column {
    margin-right: 0 !important;
  }
}

.banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #00a4e3;
  align-items: center;
  justify-items: center;
}

.banner-text {
  max-width: 450px;
  justify-self: end;
  align-self: center;
}

.product-info {
  padding-top: 30px;
}

.selector-section {
    display: grid;
    grid-template-columns: 1fr;
	background-color: #acd6f1;
}

.back-button {
	display: grid;
	place-items: center;
}

.back-button a {
	display: flex;
	align-items: center;
	font-family: 'Roboto Slab' !important;
	text-transform: uppercase !important;
	font-size: 32px;
	color: #00a4e3;
	font-weight: 700;
}

.back-button span {
	font-size: 154px;
}

/* .bk-button-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 77.9px 45px 0;
	border-color: transparent #00a4df transparent transparent; 
} */

/* Triangle  */

/* .triangle, .triangle:before, .triangle:after { width: 4em; height: 4em; }
.triangle {
	overflow: hidden;
    border-radius: 20%;
    transform: translateY(50%) rotate(180deg) skewY(30deg) scaleX(.866);
    filter: drop-shadow(-3px -2px 4px grey);
}
.triangle:before, .triangle:after {
	position: absolute;
	background: #00a4e3;
	pointer-events: auto;
	content: '';
}

.triangle:before {
	border-radius: 20% 20% 20% 53%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
			skewX(30deg) scaleY(.866) translateX(-24%);
}
.triangle:after {
	border-radius: 20% 20% 53% 20%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
			skewX(-30deg) scaleY(.866) translateX(24%);
} */




  .size-section {
    display: flex;
    justify-content: center;
    background-color: #acd6f1;
  }
  
  .size-section > * {
    margin: 12px 30px;
  }

	.size-text {
		align-self: center;
		font-family: 'Roboto Slab'!important;
		text-transform: uppercase!important;
		font-size: 32px;
		color: #00a4e3;
		font-weight: 700;
	  }

	  .svgbtns-container {
		display: flex;
		align-items: flex-end;
	  }

	.single-product .size-section svg {
		width: 120px;
	}

  .product-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
	  grid-gap: 40px;
  }
  
  
.size-section .three_gallon ,
.size-section .scround {
    margin-left: 18px;
 }

	  /* NUTRITION LABELS */
	.nutritionalfactsall {
		margin-bottom: 60px;
	}

	.size-activator.active #Bkgrnd , 
	.size-activator.active #Text path {
		fill: #ea994e
	} 
  
  .performance-facts {
    border: 1px solid black;
    padding: 0.5rem;
  }
  
  .hide {
    display: none !important;
  }
  
  .performance-facts table {
    border-collapse: collapse;
  }
  
  .performance-facts__title {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0.25rem 0;
  }
  
  .performance-facts__header {
    border-bottom: 10px solid black;
    padding: 0 0 0.25rem 0;
    margin: 0 0 0.5rem 0;
  }
  .performance-facts__header p {
    margin: 0;
  }
  
  .performance-facts__table, .performance-facts__table--small, .performance-facts__table--grid {
    width: 100%;
  }
  .performance-facts__table thead tr th, .performance-facts__table--small thead tr th, .performance-facts__table--grid thead tr th,
  .performance-facts__table thead tr td,
  .performance-facts__table--small thead tr td,
  .performance-facts__table--grid thead tr td {
    border: 0;
  }
  .performance-facts__table th, .performance-facts__table--small th, .performance-facts__table--grid th,
  .performance-facts__table td,
  .performance-facts__table--small td,
  .performance-facts__table--grid td {
    font-weight: normal;
    text-align: left;
    padding: 0.25rem 0;
    border-top: 1px solid black;
    white-space: nowrap;
  }
  .performance-facts__table td:last-child, .performance-facts__table--small td:last-child, .performance-facts__table--grid td:last-child {
    text-align: right;
  }
  .performance-facts__table .blank-cell, .performance-facts__table--small .blank-cell, .performance-facts__table--grid .blank-cell {
    width: 1rem;
    border-top: 0;
  }
  .performance-facts__table .thick-row th, .performance-facts__table--small .thick-row th, .performance-facts__table--grid .thick-row th,
  .performance-facts__table .thick-row td,
  .performance-facts__table--small .thick-row td,
  .performance-facts__table--grid .thick-row td {
    border-top-width: 5px;
  }
  
.big-text {
	font-size: 32px;
}
  .small-info {
    font-size: 0.7rem;
  }
  
  .performance-facts__table--small {
    border-bottom: 1px solid #999;
    margin: 0 0 0.5rem 0;
  }
  .performance-facts__table--small thead tr {
    border-bottom: 1px solid black;
  }
  .performance-facts__table--small td:last-child {
    text-align: left;
  }
  .performance-facts__table--small th,
  .performance-facts__table--small td {
    border: 0;
    padding: 0;
  }
  
  .performance-facts__table--grid {
    margin: 0 0 0.5rem 0;
  }
/*   .performance-facts__table--grid td:last-child {
    text-align: left;
  } */
/*   .performance-facts__table--grid td:last-child::before {
    content: "•";
    font-weight: bold;
    margin: 0 0.25rem 0 0;
  } */


.pint-facts th {
	width: 140px;
}

.pint-facts td:not(:last-child) {
	text-align: right !important;
	width: 116px;
	border-left: .5px solid black;
	border-right: .5px solid black;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.pint-facts td span {
	margin-right: 20px;
}

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

  .text-right {
    text-align: right;
  }
  
  .thick-end {
    border-bottom: 10px solid black;
  }
  
  .thin-end {
    border-bottom: 1px solid black;
  }

.text-right {
    text-align: right !important;
  }
.left-pad {
	padding-left: 30px !important;
}
  
  
  

  table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    padding: 0px;
}

/* .gallon, .scround {
  width: 100%;
  justify-self: center;
}

.quart {
  width: 68%;
  justify-self: center;
}
.pint {
  width: 66%;
  justify-self: center;
}
.cup {
  width: 56%;
  justify-self: center;
} */

.woocommerce div.product .product_title {
  font-size: 72px;
  font-family: 'Roboto Slab'!important;
  color: white;
  text-shadow: 0.1em 0.1em 0.49em #00000060
}

.featureImg {
  width: 100%;
  height: 400px;
  display: grid;
}


.wmcontainer {
  display: contents;
}

.wmfo{
  width: 57%;
}

.prod-flav {
  font-size: 58px;
  font-family: 'Roboto Slab'!important;
  color: white;
  text-shadow: 0.1em 0.1em 0.49em #00000060;

}

.prod-desc {
  font-size: 23px;
/*   font-family: 'Nunito',sans-serif; */
  line-height: 32px;
/*   padding: 30px 30px 30px 0pc;
  display: grid;
  justify-items: flex-end; */
  color: white;
}

.main-images {
/*   width: 68%; */
  align-self: center;
  justify-self: center;
}

.descriptors {
  margin: 30px;
  line-height: 62px;
  display: grid;
  align-content: center;
}

.allergyIcons {
  display: flex;
  margin: 10px 0 0;
}

.allergyIcons img {
	margin: 10px;
	width: 75px;
	height: 75px;
}

.product-images {
  display: grid;
  align-content: center;
  justify-content: center;
}

.woocommerce-breadcrumb {
  display: none;
}


/* Woocommerce Product Category Template */
.tax-product_cat .woocommerce-products-header {
  background: var(--brandSecondary);
  color: white;
  padding: 150px 30px;
  background-image: url('images/woocommerce-prod-cat-banner-lg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tax-product_cat #main-content .container {
  padding-top: 0 !important;
  text-align: center;
}

.tax-product_cat .woocommerce-products-header__title {
  color: white;
  font-size: 5rem;
  text-shadow: 0px 2px 13px black;
}

.tax-product_cat ul.products li.product:nth-child(n) {
  width: 100% !important;
}


/* search icon in header */
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
	color: #553321 !important;
}

.et_pb_fullwidth_menu--with-logo .et_pb_row::before {
    width: 99.9%!important;
    margin-left: 0%!important;
}
.findUs {
  font-size: 26px;
  color: #00a4e3;
  margin-top: 50px;
  font-family: 'Roboto Slab'!important;
  padding-bottom: 20px;
}

.findContainer {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
    padding-bottom: 20px;
    justify-items: center;
}

.ingredients h3 {
  font-size: 28px;
}
.ingredients p {
  font-size: 16px;
}

.ingredients p:first-of-type {
	text-transform: lowercase;
}

/* Temp Fixing product template gutter issue */

.product-template-default .et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
    width: 60.667%!important;
}

.product-template-default .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
  margin-right: -0.5%!important;
}


.et_pb_social_media_follow_0_tb_footer {
	margin-top: -12px;	
}

.woocommerce-notices-wrapper {
	margin-top: 50px;
}

.product-type-bundle .posted_in {
	display: none !important;
}

.product-type-bundle .product_title {
	color: #553321 !important;
}
.product-type-bundle .product_title:not(h1),
.product-type-bundle .item_title,
.bundled_product_summary .bundled_product_title a.bundled_product_permalink,
.bundled_product_summary .bundled_product_title a.bundled_product_permalink::before {
	color: #553321 !important;
	font-size: 1.2rem !important;
	line-height: auto;
}

.bundled_product .images {
	padding: 15px;
}


.product-type-bundle ul.products:before {
	content: none;
}

.product-type-bundle ul.products {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 15px;
}

.product-type-bundle ul.products li.product, 
.product-type-bundle ul.products li.product {
	float: none;
	width: 100% !important;
}

.bundle_button {
	display: flex;
}

.bundle_wrap {
	animation: et_pb_video_slider_item_fade_in 1s ease;
}


 /* Customize the label (the container) */
.bundled_product_optional_checkbox {
  background: blue; 
color: white; 
}

.bundled_product_optional_checkbox input {
	display: none;
}


.bundled_product_optional_checkbox {
    background: #00a4e3;
    color: white;
    margin: 10px;
    display: block;
    max-width: 120px;
    margin: 15px auto 0 !important;
    padding: 10px !important;
    border-radius: 50px;
    cursor: pointer;
}

.bundled_product_optional_checkbox:hover {
	background: #0076a3;
}

.product-type-bundle .woocommerce-product-details__short-description {
    padding-bottom: 1em;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
}













/* 
 * Media Queries 
 */

/* between lg and small only */
@media (max-width: 1475px) and (min-width: 980px) {
	.et_pb_menu__logo { transform: translateY(-3px) !important; }
	.et_pb_menu__logo img { max-width: 215px; }
	.et_mobile_nav_menu .menu-item { padding: 0 7px;}
	.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li a {
		font-size: 12px !important;
	}
}
@media(max-width: 1020px) {
  #ccrest-header #menu-toggle-label {
    display: block;
  }
  #ccrest-header nav {
    display: none;
    flex-direction: column;  
  }
  #ccrest-header #menu-toggle:checked + nav {
    display: block;
    background: var(--brandPrimary);
    position: absolute;
    top: 92px;
    width: 94%;
    text-align: center;
  }
  #ccrest-header nav a {
    padding: 10px; 
  }
  #ccrest-header .has-dropdown .header-dropdown {
    background-color: #ffb368;
  } 
  #ccrest-header .header-dropdown {
    position: static;
    margin:auto;
  } 
}
@media (max-width: 980px) {
	.product-info {
		display: block;
	}
	
	ul.et_pb_module.et_pb_social_media_follow.et_pb_social_media_follow_0_tb_footer.clearfix.et_pb_text_align_center.et_pb_bg_layout_light {
    		margin-top: 20px!important;
	}

	.product-type-bundle ul.products li.product:nth-child(n) {
		width: 100% !important;
	}
	.product-type-bundle ul.products {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

}
@media (min-width: 1021px) {
  #ccrest-header .has-dropdown:hover .header-dropdown {
    display: block !important;
  }
}

/* small */
@media (min-width: 767px) {
	.show-sm {
		display: none;
	}
	.woocommerce-product-gallery__image {
		max-width: 300px;
		margin: 0 auto;
	}

	.woocommerce-page div.product div.images {
		width: 35%;
	}

	.woocommerce div.product div.summary {
		width: 60%;
	}
	
	.bundle_wrap {
    left: 2% !important;
    width: 96% !important;
  }
}


@media (max-width: 768px) {
  /* Woocommerce Product Category Template */
  .tax-product_cat .products {
    grid-template-columns: 1fr 1fr !important;
  }
  .tax-product_cat .woocommerce-products-header {
    padding: 120px 30px;
    background-image: url('images/woocommerce-prod-cat-banner-md.jpg');
  }
	


	.bundle-alert {
		width: 36%!important;
	}
	
	.alert-txt {
		font-size: 15px !important;
	}
	
	.selector-section {
		place-items: center;
		grid-template-columns: 1fr;
	}
	.back-button {
    	display: none;
	}
	
	ul.et_pb_social_media_follow_0_tb_footer {
		margin-top: 0;
	}
	
	.hidden-sm {
		display: none;
	}
	.et_mobile_nav_menu .menu-item a {
		padding: 18px 0;
	}
	.big-text { font-size: 22px;}
	.small-info {
		font-size: 0.55rem;
	}
	
	
	/* single-product template */
	.single-product .banner {
		margin-top: 0 !important;
	}
	.banner:not(.hide) {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 30px;
		padding: 60px 15px 0 15px;
	}
	.featuredImage {
		height: 300px;
	}
	 .size-section {
    	display: block;
		text-align: center;
		 padding: 10px 0;
  	}
	.single-product .size-section svg {
		width: 60px;
	}
	.descriptors{
		display: block;
		text-align: center;
		margin: 0;
	}
	.wmcontainer {
		display: none;	
	}
	
	.svgbtns-container {
		justify-content: center;
	}
	
	
	.pint-facts th {
		width: auto;
		word-wrap: break-word;
	}

	.left-pad{
		padding-left: 5px !important;
	}
	.pint-facts td:not(:last-child) {
		text-align: right !important;
		width: auto;
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.pint-facts td span {
		margin-right: 10px;
	}
	
	.footerText {
		transform: translateY(-4px) !important;
    text-align: center;
	}

	

}

.et_pb_fullwidth_menu .et_pb_menu__wrap {
	justify-content: space-around;
}


/* extra small */
@media (max-width: 565px) {
	
	.bundle-alert {
		left: 12%!important;
	}
	
	.woocommerce-notices-wrapper {
    margin-top: 100px !important;
  }
	
	header.woocommerce-products-header {
    padding-top: 40px !important;
  }
	
	.product_cat-uncategorized.has-post-thumbnail.virtual.taxable.purchasable.product-type-bundle {
    margin: 0px!important;
	}
	
	.et_pb_fullwidth_section > .et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
		flex-direction: column;
		padding-bottom: 30px !important;
	}
	.et_pb_menu--style-left_aligned .et_pb_menu__logo, .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 0;
	}
	.et_pb_menu__search-button {
		display: none !important;
	}
	
	.et_pb_fullwidth_menu--with-logo .et_pb_row::before {
    width: 104.5% !important;
    margin-left: -0.25% !important;
	}
	.single-product .et_pb_fullwidth_menu--with-logo .et_pb_row::before {
    width: 104.5% !important;
    margin-left: -0.25% !important;
}
	.et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 0px 0 !important;
}
	
	
	#ccrest-flavor-finder-modal-trigger {
    font-family: 'Roboto Slab' !important;
}	 
	
	body #page-container .et_pb_section .et_pb_post_slider_3.et_pb_slider .et_pb_more_button.et_pb_button {
		font-family: 'Roboto Slab';
	}


	.product-type-bundle ul.products li.product:nth-child(n) {
		width: 100% !important;
	}
	.product-type-bundle ul.products {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	
}

.et_pb_post_slider_3.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .et_pb_post_slider_3.et_pb_slider .et_pb_slide_description .et_pb_slide_title a {
    font-family: 'Lato'!important;
    font-weight: 900;
}


/* .bundle_error .woocommerce-info {
    margin: 3em 0 2.5rem !important;
} */


.et-db #et-boc .et-l .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li a {
    font-weight: 900 !important;
}

.et_pb_section_0.et_pb_section {
    padding-top: 0px !important;
}

.bundle_button {
    padding-top: 10px;
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

tr.attribute_options.attribute_value_static {
    display: none;
}

/* WCAG Styling*/

img.wcag.lazyloaded {
    padding-top: 25px;
}


