
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*
html {
  max-width:1890px;
  margin: 0 auto;
}
*/
/* BODY */
.grecaptcha-badge {
  display: none;
}
img {
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit */
  image-rendering: crisp-edges; /* opera */
  -ms-interpolation-mode: nearest-neighbor; /* IE */
}
body {
  height: 100%;
  margin: 0;
  min-width: 300px;
  width:100%;
  font-family: 'Noto Sans', sans-serif;
}
.site-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.main-content {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  /* justify-content: center; */
  align-items: center;
  width:100%;
}
.content-area {
  margin: 0 20px;
  max-width:1180px;
  flex: 1 1 auto;
}
.center {
  margin: 0 auto;
}
.acme {
  font-family: "Acme", "Noto Sans", sans-serif;
}


/* Hero Image */
.blkoverlay {
  background-color: #000;
  min-height: 700px;
  opacity: .2; 
  position: absolute;
  width: 100%;
  z-index: 0;
}
#hero {
  display: flex;
  background-image: url('/wp-content/themes/caninecaviar/assets/webp/bgsummer2.webp');
  background-color: #ebf2f5;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 700px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width:100%;
}
.hero-phrase {
  display: block;
  font-weight: bold;
  font-size: 80px;
  line-height: 0.9em;
  color: #ffffff;
  /*color: #00507c;*/
  text-align: center;
  text-shadow: 0px 3px 2px #000000;
}
.hero-phrase-con {
  text-align: center;
  z-index: 1;
}
.headspace {
  min-width: 50vw;
}


.front-page-buttons {
  background-color: #ff9000;
  border: none;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-radius: 2%;
  box-shadow: 0px 3px 5px 1px #000000;
  margin-top: 20px;
}
.hov:hover {
  cursor: pointer;
}

/* Choose, live and feed alkaline holsitic food */
#choose {
  flex: 1 1 auto;
  display:flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.chooseicons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  margin: 10px;
}
.chooseicons div {
  max-width: 150px;
  align-self: baseline;
  text-align: center;
  margin: 15px;
  font-weight: bold;
}
.logomobile img {
  display:none;
}
@media only screen and (max-width: 700px) {
  .blkoverlay {
    opacity: .5;
  }
  .hero-phrase {
    display: none;
  }
  .chooseicons div {
    max-width: 90px;
    align-self: baseline;
    text-align: center;
    margin: 5px;
    font-weight: bold;
  }
  .chooseicons div img{
    max-width: 90px;
    height: 90px;
  }
  .logomobile img {
    height: 100%;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
  }
}
.chooseicons div img {
  width: 100%;
}
.chooseheader h1 {
  text-align: center;
  color: #00507c;
}
.chooseheader p {
  text-align: center;
  font-size: 20px;
}

/* Let them live long and strong */
#balance {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #EBf2f5;
}
.balance_pic {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 350px;
}
.balance_pic img {
  width: 100%;
  height: 100%;
}
.balance_benefits_ex {
  max-width: 500px;
  padding: 10px 50px 50px 50px;
  text-align: center;
}
.balance_benefits_ex h1 {
  text-align: center;
  color: #00507c;
}
.balance_benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

  flex-grow: 7;
  flex-shrink: 1;
  flex-basis: 400px;
}
.balance_benefits p {
  font-size: 20px;
  text-align: left;
}
.balance_benefits ul {
  font-size: 20px;
  text-align: left;
}
.balance_benefits h1 {
  font-size: 40px;
  color: #00507c;
}



/* Customer reviews */
#custreviews {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.reviewheader {
  text-align: center;
}
.reviewheader h1{
  color: #00507c;
}
.reviewgrab {
  margin: 10px;
  text-align: center;
  max-width: 500px;
}
.reviewcolor {
  color: #e15f00;
  font-weight: bold;
}
.ch-user-review {
  text-align: right;
  font-size: 12px;
}

/* Alergen free, no hotspots, no irritation */
#alergens {
  flex: 1 1 auto;
  display:flex;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #EBf2f5;
}
.alergens_pic {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 350px;
}
.alergens_pic img {
  width: 100%;
  height: 100%;
}
.alergens_benefits_ex {
  max-width: 500px;
  padding: 10px 50px 50px 50px;
  text-align: center;
}
.alergens_benefits_ex h1 {
  color: #00507c;
}
.alergens_benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 7;
  flex-shrink: 1;
  flex-basis: 400px;
}
.alergens_benefits li {
  font-size: 20px;
  text-align: left;
}
.alergens_benefits h1 {
  font-size: 40px;
  color: #00507c;
}

/* limited ingredients */
#limited_ingredients {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.limited_header {
  text-align: center;
  padding-top: 40px;
}
.limited_header h1{
  font-size: 30px;
  color: #00507c;
}


.limited_benefits_ex {
  display: flex;
  justify-content: center;
  align-content: baseline;
  align-items: center;
  flex-flow: row wrap;
  padding-bottom: 40px;
}
.limited_benefits {
  font-size: 20px;
  max-width: 500px;
  padding: 0 50px;
  text-align: center;
}
.limited_benefits p {
  text-align: left;
}
.limited_pic img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 20px 0;
}

@media only screen and (max-width: 599px) {
  .limited_pic {
    margin-top: 50px;
  }
}


/* You're in good company */
#good_company {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background-color: #EBf2f5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.goodheader {
  text-align: center;
  color: #00507c;
}
.good_company_icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: row wrap;
}
.good_company_icons img {
  max-width: 150px;
  width: 100%;
  margin: 20px;
  width: 100%;
}


/* test */
/* original flex-basis: 450px */
.alergens_pic2 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 450px;
  min-height: 600px;
  background-image: url("/wp-content/themes/caninecaviar/assets/webp/pexels-lucas-pezeta-2197906.webp");
  background-color: #ebf2f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.balance_pic2 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 450px;
  min-height: 600px;
  background-image: url("/wp-content/themes/caninecaviar/assets/webp/pexels-roberto-nickson-2791658v2-2.webp");
  background-color: #ebf2f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.balance_pic2.lazy {
  background-image: none;
  background-color: #EBf2f5;
}
.alergens_pic2.lazy {
  background-image: none;
  background-color: #EBf2f5;
}

/* ADJUSTMENTS FOR MOBILE */
@media only screen and (max-width: 700px) {
  .hero-phrase {
    font-size: 50px;
    color: white;
    text-shadow: 0px 3px 2px #000000;
  }

}

/* EDUCATION PAGE */
/* edu closer */
.page-template-education h2 {
  font-size: 2em;
}
.page-template-education .content-area {
  margin: 30px;
}
.closer_img-format {
  width: 100%;
  height: 100%;
}
.closetonature {
  width:100%;
  height:100%;
  display: flex;
  flex-flow: row wrap;
}
.closetonature_des {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 46%;
}
.closetonature_des_main {
  width: 100%;
  height: 93%;
  background-color: #EBf2f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.closetonature_des_main_content {
  align-self: center;
  width:70%;
  text-align: center;
}
.closetonature_des_main_content h1 {
  color: #00507c;
  font-size: 3em;
}
.closetonature_des_main_content div {
  /*margin-top: 3em;*/
}
.close_spacer {
  width:100%;
  height:7%;
}
.close_filler {
  background-color: #EBf2f5;
  width: 93%;
  height: 100%;
}
.closetonature_img {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 46%;
}
.close_side_spacer {
  width: 7%;
  height: 100%;
}
.closertonature_img_content {
  width:100%;
  height:93%;
}
/* Mobile closer section */
.close_mobile {
  display: none;
  width:100%;
  flex-flow: column nowrap;
}
.close_mobile_desc {
  display: flex;
  background-color: #EBf2f5;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.close_mobile_desc_content {
  align-self: center;
  width: 60%;
  text-align: center;
}
.close_mobile_desc_content h1 {
  color: #00507c;
}
@media only screen and (max-width: 700px) {
  .closetonature-desktop {
    display: none;
  }
  .close_mobile {
    display: flex;
  }
}

/* edu benefits */
.benefitsof_exp {
  background-color: #EBf2f5;
  width:100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}
.benefitsof_exp div {
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
}
.benefitsof_exp div h3 {
  color: #ff9000;
}
.benefitsof_exp div p {
  margin: 15px;
}
.benefitsof_exp img {
  max-width: 70px;
  align-self: center;
}
.content-benefits-desc h2 {
  color: #00507c;
}

/* pH balance */
.eduvideo {
  max-width: 1180px;
}
.pH_container {
  display: flex;
  flex-flow: row wrap;
  width:100%;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at center, rgba(214, 228, 234, 0.3) 60%, white 0%);
}
.pH_img {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
}
.pH_img img {
  max-width:450px;
  width:100%;
  /* margin-right: 20px; */
}
.pH_desc {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  max-width: 500px;
}
.pH_desc h2 {
  color: #00507c;
}
/* Ingredient Digestibility */
.highest-dig-title {
  color: #00507c;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.highestDG_container {
  display: flex;
  flex-flow: row wrap;
  width:100%;
  justify-content: center;
  align-items: center;
}
.highestDG_img {
  flex: 1 0 49%;
}
.highestDG_img img {
  width: 100%;
  /*max-width: 400px;*/
}
.highestDG_content {
  flex: 1 0 49%;
  display: flex;
  flex-flow: column wrap;
  min-width: 300px;
}
.highestDG_content div {
  background-color: #EBf2f5;
  border-radius: 5px;
  margin-top: 10px;
}
.highestDG_content div p {
  padding: 10px;
}

/* Raw Alternative Diet */
.rawalt_cc_container {
  background-color: #00507c;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.rawalt_cc_container h2, .rawalt_cc_container p {
  color: white;
}

.rawalt_cc_desc_container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px 20px 0 20px;
}
.rawalt_cc_desc_container h2 {
  color: #00507c;
  padding: 20px 0;
}


/* edu protein sources */
.select-from-container {
  width: 100%;
}
.select-from {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em;
}
.select-from h2 {
  color: #00507c;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.protein-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
}
.protein-icons div {
  max-width:100px;
}
.protein-icons div img {
  width:100%;
  max-width:100px;
}
.discover-proteins-button {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* edu feeding cc */
.feeding_cc_container {
  background-color: #EBf2f5;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.feeding_cc_container h2 {
  color: #00507c;
  padding-top: 2em;
}
.feeding_cc_benefits {
  width:100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: baseline;
  padding-top: 2em;
  padding-bottom: 3em;
  max-width: 1180px;
}
.feeding_cc_benefits div {
  max-width: 300px;
  width:100%;
  margin:10px;
}
.feeding_cc_desc {
  font-size: 1em;
}
.feeding_cc_header {
  font-weight: bold;
}
.feeding_cc_benefits div img {
  max-width: 60px;
  width:100%;
  margin-top: 20px;
}

/* edu daily feeding calculator */
#calcbutton {
  width: 100%;
  background-color: #ff9000;
  font-weight: bold;
  border: none;
}
#opt_opacity {
  opacity: 0.5 !important;
}
#comparisonbrand {
  width:100%;
}
#result_table {
  width:100%;
}
.table_res_border {
  border-bottom: 1px solid black;
}
.hidetable, .hidecompare, .hidegrainpupp {
  display: none;
}
.feeding-calc-container {
  background-color: white;
  width: 100%;
  text-align: center;
}
.feeding-calc-container h2 {
  color: #00507c;
  margin-top: 40px;
}
.feeding-calc-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.feeding-calc-img {
  flex: 1 0 35%;
}
.feeding-calc-img img{
  width: 100%;
  max-width: 400px;
}

.feeding-calc-resp {
  flex: 1 0 55%;
}
.feeding-calc-resp div {
  border: 1px solid #ff9000;
  border-radius: 5px;
  padding:15px;
  text-align: left;
  margin: 10px;
}
.feeding-calc-resp div select {
  border: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}
.feeding-calc-resp div input {
  border: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  border-bottom: 1px solid #b8b8b8;
}

/* calculator metric switch */
.switchclc {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
  margin: 0 20px;
}
.switchclc input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sliderclc {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderclc:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderclc {
  background-color: black;
}
input:focus + .sliderclc {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .sliderclc:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}
.calculatorMetricSwitch {
  width: 100%;
  display:flex;
  flex-flow:row wrap;
  align-items:center;
  justify-content: center
}

.calculatorMetricSwitch h3 {
  font-size: 1em;
}
/* FAQ PAGE */
/* collapsibles */
.ccpf-head-button-center {
  width:100%;
  text-align: center;
  margin: 0 auto;
}
.faq-head-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.faq_img-format {
  max-width: 450px;
}
.faq_img-format img {
  width:100%;
}
.faq_hero_si {
  display: flex;
  flex-flow: column nowrap;
  max-width: 500px;
  flex: 0 1 auto;
}
.faq_hero_si-des {
  align-self: center;
  margin: 80px 40px;
}
.faq_hero_si-des h1 {
  color: #00507c;
}
.collapsible-section {
  width:100%;
  display: flex;
  flex: 1 0;
  flex-flow: column nowrap;
}
.faq-page-buttons {
  margin-top: 50px;
  margin-left: 2em;
  background-color: #ff9000;
  border: none;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: black;
  border-radius: 2%;
  box-shadow: 0px 3px 5px 1px #000000;
}
.faq-primary {
  max-width: 1180px;
  margin: 30px;
  width: 100%;
}
.faq-content {
  padding: 0 18px 0 2em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faqactive::before {
  content: url("/wp-content/themes/caninecaviar/assets/images/icons8-minus.png");
  margin-right: 15px;
  font-weight: bold;
}
.faq-collaps {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}
.faqinactive::before {
  content: url("/wp-content/themes/caninecaviar/assets/images/icons8-plus.png");
  margin-right: 15px;
  font-weight: bold;
}
.faq-col-title {
  color: #00507c;
  margin-top: 50px;
  padding-left:30px;
}

/* faq tabs */
.faq-selection-tabs-bg {
  background-color: #EBf2f5;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.faq-selection-tabs {
  flex: 1 1 auto;
  max-width:1000px;
  margin-top:10px;
  background-color: #EBf2f5;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.faq-selection-tabs button {
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: bold;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  align-self: flex-end;
  margin:0 5px;
  flex: 1 1 auto;
  background-color: rgb(211, 211, 211);
}
.faq-selection-tabs button:hover {
  background-color: #F3F3F4;
  border-color: #F3F3F4;
}
.faq-selection-tabs button.ctactive {
  background-color: white;
  border-color: white;
  color: #ff9000;
}
.faq-tab-content {
  display: none;
}
@media only screen and (max-width: 844px) {
  .faq-selection-tabs button {
    margin: 5px 5px;
  }
  .faq-selection-tabs{
    margin-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .faq-head-top {
    margin-bottom: 0px;
  }
}

/*OUR STORY PAGE*/
.about_hero_section {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 1800px;
}
.about_hero_section div {
}
.jeff-picture {
  height: auto;
  flex: 0 1 500px;
}
.jeff-picture img {
  width: 100%;
  height: 100%;
}
.about-jeff-float {
  flex: 0 1 500px;
  background-color: #EBf2f5;
  color: black;
  font-size: 1.06em;
}
.about-jeff-float .infosection {
  padding: 2em;
}
.jeff_Signature {
  float:right;
  margin-bottom: 2em;
}

.jeff_Signature p {
  text-align: right;
  padding: 0 3em;
  margin-block-start: 0;
  margin-block-end: 0;
}
.jeffsig {
  margin: 10px;
}

.our_mission {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1000px;
}
.cc_mission_statement {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 300px;
  padding: 30px;
  background-color: #EBf2f5;
  border-radius: 15px 0 0 15px;
}
.cc_mission_statement h2 {
  font-size: 2em;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #00507c;
}
.cc_mission_statement-img {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  flex: 0 1 auto;
  height: 201px;
  background-color: #EBf2f5;
  border-radius: 0 15px 15px 0;
}
.cc_mission_statement-img img{
  max-width: 300px;
  position: relative;
  top: 0px;
  left:0px;
}
@media only screen and (max-width: 798px){
  .cc_mission_statement-img {
    height: 223px;
  }
}
@media only screen and (max-width: 708px){
  .cc_mission_statement-img {
    height: 245px;
  }
}
@media only screen and (max-width: 700px){
  .cc_mission_statement-img img{
    top: 0px;
    left: 0px;
    width: 300px;
    margin-bottom: 3em;
  }
  .cc_mission_statement-img {
    flex: 1 1 auto;
    height: auto;
    background-color: #EBf2f5;
    border-radius: 0;
  }
}


.cc_achievements {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5em 0;
}
.cc_achievements img {
  max-width:300px;
  flex: 1 1 auto;
}
.cc_mission_statement_readmore {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width:100%;
  margin: 60px auto 0px auto;
  max-width: 1000px;
}
.cc_mission_statement_readmore h2 {
  color: #00507c;
  font-size: 2em;
  text-align: center;
}
.cc_mission_statement_readmore h3 {
  text-decoration: underline;
}
.dfrevone {
  max-width: 800px;
  text-align: left;
  margin: 20px;
}
.dfrevtwo {
  max-width: 800px;
  text-align: right;
  margin: 20px;
}

@media only screen and (max-width: 700px){
  .cc_achievements {
      margin: 3em;
  }
}

.cc_tour_mill {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 100px;
  width:100%;
  max-width: 1000px;
  height: 600px;
}
.cc_tour_mill h2 {
  color: #00507c;
  font-size: 2em;
  text-align: center;
}
.cc_tour_mill iframe {
  width:100%;
  max-width:900px;
  height: 100%;
  border-radius: 15px;
}

@media only screen and (max-width: 700px) {
  .cc_mission_statement {
    width: 100%;
    flex: 1 1 auto;
    border-radius: 0 0 0 0;
  }
  .cc_mission_statement-img img{
    max-width: 100%;
    height: auto;
  }
}

/* PRODUCT OVERVIEW PAGE */
.choose_from_wide_v {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 50px;
}
.choose_from_img-l, .choose_from_img-r {
  width:50%;
  min-width: 300px;
}
.cc_product_display_blurp-r, .cc_product_display_blurp-l {
  width:50%;
  min-width: 300px;
}
.choose_from_img-l {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.choose_from_img-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.choose_from_img-r img, .choose_from_img-l img {
  width:100%;
  max-width: 500px;
}
.cc_product_display_blurp-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
.cc_product_display_blurp-l {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row wrap;
}
.cc_product_display_blurp-l div, .cc_product_display_blurp-r div {
  margin: 0px 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 500px;
}
.cc_product_display_blurp-l button, .cc_product_display_blurp-r button {
  margin-bottom: 50px;
}
.mobile-our-story {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cprod-title {
  color: #00507c;
}
.cprod-title-main {
  color: #00507c;
  text-align:center;
}
.cprod-video {
  display: flex;
  width: 100%;
  justify-content: center;
  /*background-color: #27a9e3;*/
}
.cprod-video video {
  width:100%;
  max-width: 800px;
  border-radius: 15px;
  margin: 20px;
}
@media only screen and (max-width: 700px) {
  .cc_product_display_blurp-l div, .cc_product_display_blurp-r div {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .cc_product_display_blurp-l, .cc_product_display_blurp-r {
    background-color: #EFF4F7;
    margin-top: 20px;
    order: 2;
  }
  .choose_from_img-r, .choose_from_img-l {
    order: 1;
  }
}

/* product rows */
.cc-poverview-content-section {
  margin: 0 auto;
  max-width: 1200px;
  padding:30px
}
.cc-poverview-section-header {
  margin: 0 auto;
  width: 80%;
}
.cc-poverview-section {
  display: flex;
  flex-flow: column nowrap;
  width:100%;
  justify-content: center;
}
.cc-poverview-section-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width:100%;
}
.cc-poverview-section-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 300px;
  margin-top: 30px;
}
.cc-poverview-section-item img {
  width:100%;
  max-width:200px;
}
.cc-poverview-icons {
  display: flex;
  flex-flow: row nowrap;
}
.cc-poverview-icons img {
  display:100%;
  max-width:30px;
}
.cc-poverview-section-item-desc {
  width:70%;
  text-align: center;
}
.cc-poverview-section-item-wet {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 17%;
  min-width: 200px;
  margin: 10px;
  text-align: center;
}
.cc-poverview-section-item-wet img {
  width:100%;
}
/* cc prod overview header */
.ccp-head-top {
  background-color: #EBf2f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.ccp_img-format {
  max-width: 450px;
}
.ccp_img-format img {
  width:100%;
  height: 600px;
}
.ccp_hero_si {
  display: flex;
  flex-flow: column nowrap;
  max-width: 500px;
  flex: 0 1 auto;
}
.ccp_hero_si-des {
  align-self: center;
  margin: 80px 40px;
}
.ccp_hero_si-des h1 {
  color: #00507c;
  font-size: 3em;
}
@media only screen and (max-width: 700px) {
  .ccp_hero_si-des h1 {
    font-size: 2em;
  }
}
/* amazon review page */
.amazonbody {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  width:100%;
  background: rgb(0,88,159);
  background: radial-gradient(circle, rgba(0,88,159,1) 7%, rgba(0,93,189,1) 45%, rgba(44,158,232,1) 94%);
  /* background: rgb(0,87,157);
  background: linear-gradient(180deg, rgba(0,87,157.1) 0%, rgba(0,93,189,1) 58%, rgba(0,182,219,1) 94%);
*/
}
.amazonbody-logo {
  margin: 25px 10px;
}
.amazonbody-header-message{
  margin: 20px 15px 0px 15px;
  font-size: 10px;
  text-align: center;
  font-family: "Acme", monospace, cursive;
  color: white;
  line-height: 1.5;
}
.amz-icon {
  font-size: clamp(100%, 5rem + 2vw, 25vw);
}
.amz-rev-icons-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px 20px;
}
.amz-rev-icons-container button {
  margin: 20px 30px;
  border: none;
  background-color: rgba(0,0,0,0.0);
}
#amzApprove, #amzDisapprove {
  color: white;
}
#amzApprove:hover {
  color: green;
}
#amzDisapprove:hover {
  color: red;
}
.amz-feedbackform {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.amz-feedbackform h2 {
  font-family: "Lobster", "Acme", Noto-Sans;
  color: white;
  font-size: 1.5em;
}
.amz-feedbackform-cont {
  display: flex;
  flex-flow: column;
  justify-content: left;
  width: 100%;
  max-width: 500px;
}
.amz-feedbackform-cont input, .amz-feedbackform-cont textarea {
  max-width: 500px;
  margin: 20px 0;
  font-size: 1.5em;
  padding: 5px;
}
.amz-feedbackform-cont textarea {
  min-height: 300px;
}
.amz-feedbackform-cont label {
  font-family: "Lobster", "Acme", Noto-Sans;
  color: white;
  font-size: 1.5em;
}
.amz-formsubmit-btn {
  border-radius: 5px;
}
#balanceUnderMess {
  background-color: #ff9000;
  color: black;
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#balanceUnderMess div {
  max-width: 1180px;
  margin: 0 50px;
  text-align: center;
}
#balanceUnderMess div span {
  font-style: italic;
  font-weight: bold;
}
#balanceUnderMess div span a {
  text-decoration: none;
  color: white;
}
