b, strong {
    font-weight: 700;
}
button:disabled,
button[disabled],
button.rdi-calculate[disabled]{
  background-color: #cccccc;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #5c6656 !important;
}
@media (min-width: 1200px) {
  .header-section .container-lg, .sticky-header .container-lg{
    max-width: 1180px;
  }
}
@media (min-width: 1400px){
  .header-section .container-lg, .sticky-header .container-lg{
      max-width: 1360px;
  }
}

#footer-bg.lazy, #cat-banner.lazy{
  background-image: none;
  background-color: #ffffff;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #696969 #f5f5f5;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }



  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #696969;
    border-radius: 8px;
    border: 1px solid #ffffff;
  }

  div#wpsl-stores::-webkit-scrollbar {
      width: 0;
  }
.site-main-menu.menu-height-100 > ul > li.pll-parent-menu-item  > a{
  padding: 3px 0 0 0;
  text-transform: capitalize;
}

ul#menu-top-right-menu > .menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Pro";
    content: "\f078";
    padding-left: 3px;
}

li.pll-parent-menu-item > ul.sub-menu{
  min-width: 150px;
}

/************************* Frontpage ****************************/
.sale-banner7 .inner .content.low{
  top: 50%;
}


.acf-notice p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 1em 0 !important;
    text-shadow: none !important;
    color: inherit !important;
}

.account-details-form .acf-fields.-border {
    border: transparent solid 1px !important;
}

.account-details-form .acf-field[data-width] + .acf-field[data-width] {
    border-left: 1px solid transparent;
}

.account-details-form .acf-fields > .acf-field {
    border-top: transparent solid 1px;
}

.myaccount-tab-sublist {
    border: 1px solid #EEEEEE;
}
.myaccount-tab-sublist a {
    font-weight: 500;
    padding: 14px 20px;
}
.myaccount-tab-sublist a.active {
    cursor: default;
    background-color: #FAFAFA;
}

.myaccount-tab-sublist a + a {
    border-top: 1px solid #EEEEEE;
}

.myaccount-tab-sublist a i {
  margin-left: 10px !important;
}

.table.store-list-table>:not(caption)>*>* {
    border-bottom-width: 1px;
}

.acf-fields > .acf-field:first-child {
    border-top: none;
    margin-top: 0;
}

.acf-fields > .acf-field {
    position: relative;
    margin: 0;
    padding: 15px 12px;
}
.acf-field[data-width] {
    float: left;
    clear: none;
}

.acf-field, .acf-field .acf-label, .acf-field .acf-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.acf-taxonomy-field {
    position: relative;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

span.divider{
  margin: 0 5px;
}

span.divider:last-child{
  display: none;
}

/****************** Store Single Page ****************************/

.store-type-tag a{
  background-color: #5c6656;
  /* background: #333333; */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
}


/****************************** Store Locator ***************************/

#distributors-world-map{
  width: 100%;
  height: 100vh;
  border: transparent solid 1px;
  margin: 20px 0;
}

.wpsl-search, .store-search {
    padding: 12px 0 0 0;
}

#search-filters{
  padding-top: 90px;
  padding-bottom: 90px;
}

#wpsl-search-input, #wpsl-category .wpsl-dropdown {
    width: auto !important;
}

#wpsl-search-input {
    height: auto;
    padding: 0;
    font-size: 16px;
    margin: 0;
    border-bottom-color: #CCCCCC;
    line-height: 40px;
    display: inline-block;
}

#wpsl-search-input::placeholder {
  color: #000000;
}

#store-search-wrap .wpsl-dropdown div{
  position: absolute;
  float: none;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  border: none;
  background: #F8F9FA !important;
  border-top: 2px solid #CCCCCC;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#wpsl-search-wrap div label {
    line-height: 50px;
}

.wpsl-dropdown{
  height: auto !important;
  padding: 0;
  border: none;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 0 0 1px #CCCCCC;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.wpsl-dropdown:hover {
    box-shadow: none;
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
  padding: 10px 0px!important;
}

.wpsl-selected-item{
  background: transparent;
}

.wpsl-search-btn-wrap #wpsl-search-btn {

    background-color: #333333 !important;
    background-image: none !important;
    background-repeat: no-repeat;
    color: #ffffff !important;
    font-weight: 400;
    line-height: 24px !important;
    padding: 15px 40px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-shadow: none;
    text-transform: uppercase !important;
    border-radius: 500px !important;
    height: fit-content;
    display: block;
}

#wpsl-category label{
  font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

#wpsl-result-list {
    width: 100% !important;
    margin-right: 0;
    padding: 20px;
}

#wpsl-gmap {
    width: 100% !important;
    margin: 20px;
}

#wpsl-result-list > div#wpsl-stores{
  background: #ffffff;
}
#wpsl-result-list > div#wpsl-stores >ul >li{
  background: #fafafa;
  margin: 20px 20px;
  padding: 0;
  border-radius: 35px;
}

#wpsl-result-list > div#wpsl-stores >ul >li:first-child{
  margin-top: 0;
}

.store-results-list{
  list-style: none;
}

.wpsl-store-location{
  padding: 15px;
  background: #fafafa;
  border-radius: 35px 35px 0 0;
}

.wpsl-store-location > p > strong  {
  font-weight: 700;
  font-size: 20px;

}

.wpsl-contact-details > span > strong  {
  font-weight: 300;

}

#wpsl-stores .wpsl-store-location .wpsl-store-thumb {
    height: 100px !important;
    width: 100px !important;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.wpsl-contact-details {
    clear: both;
    margin-top: -20px !important;
}

.wpsl-direction-wrap{
  line-height: 50px;
  padding: 20px 15px;
  background: #333333;
  color: #ffffff;
  border-radius: 0 0 35px 35px;
  font-size: 25px;
}

a.wpsl-directions{
  background: #333333;
  color: #f8f9fa;
  border: 2px solid #f8f9fa;
  border-bottom: 2px solid #f8f9fa !important;
  padding: 0px 20px;
  border-radius: 10px;
  display: inline-block;
  float: right;
  margin: 0 10px 10px 0;
  font-size: 18px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: 1px;
  cursor: pointer;
  user-select: none;
}

.wpsl-directions:hover{
  background: #f8f9fa;
  color: #333333;
  border: 2px solid #f8f9fa;
}

/************************ Product Single Page ***********************************/
.producy-gallery-image:hover{
  cursor: pointer;
}
.rdi-title{
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: #333;
}

button.rdi-calculate,
button.cat-rdi-calculate{
  background-color: #333333;
  color: #ededed;
}

.single-food-calculator div#errors{
  margin-top: 50px;
}

.letter-spaced-1{
  letter-spacing: 1px;
}

.letter-spaced-2{
  letter-spacing: 2px;
}

.letter-spaced-3{
  letter-spacing: 3px;
}

.letter-spaced-4{
  letter-spacing: 4px;
}

.letter-spaced-5{
  letter-spacing: 5px;
}

.letter-spaced-7{
  letter-spacing: 7px;
}

span#results{
  font-size: 90px;
  line-height: 80px;
  color: #333;
  font-weight: 800;
  float: right;
}

span.rdi-unit{
  float: right;
}
span.rdm{
  font-weight: 800;
  color: #333;
  font-size: 90px;
  line-height: 80px;
  float: right;
  margin-right: 20px;
}

@media only screen and (min-width: 813px) and (max-width: 1024px) {
  .main-search-input-item {
    padding-left: 0;
    padding-right: 0;
  }
  .nice-select {
    font-size: 13px;
    padding-left: 18px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 812px) {
  .feeding-form-puppy .main-search-input {
    background-color: #ffffff;
    padding: 9px;
    display: flex;
  }
  .feeding-form-puppy .main-search-input-item {
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .feeding-form-puppy .nice-select{
    clear: none;
    font-size: 13px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 429px) and (max-width: 767px) {

  .main-search-input-item {
    padding-left: 0;
    padding-right: 0;
  }
  .nice-select {
    font-size: 12px;
    padding-left: 18px;
    padding-right: 20px;
  }
  .main-search-input .main-search-input-item:nth-last-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-search-input button.button {
    margin: 20px 65px;
  }
}

@media only screen and (max-width: 428px) {

  .mobile-header .header-logo {
    max-width: 250px;
  }

  .mobile-header .header-logo img{
    max-width: 90%;
  }

  .about-us-image{
    display: none;
  }

  .about-us .inner .btn{
    font-size: .8rem;
    padding:12px 18px;
  }

  .about-us4 .desc .btn{
    font-size: 0.6rem;
    padding: 12px 18px;
  }

  .about3 .desc .btn{
    font-size: 0.7rem;
    padding: 12px 18px;
    margin-top: 15px;
  }

  .product-info-tab-list li a{

    font-size: 14px;
    padding: 8px 10px;
  }

  .food-calculator-container{
    max-width: 380px;
  }

  .sale-banner7.home-dog-cats-medium .inner .content .title,
  .sale-banner7.home-dog-cats-small .inner .content .title {
    font-size: 40px;
  }

  .sale-banner7 .inner .content, .sale-banner7 .inner .content.low {
    top: 20%;
  }

  .sale-banner7.home-dog-cats-medium .inner .content .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 25px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 500px;
  }

  .timeline{
    padding: 0 10px;
  }
  .cd-horizontal-timeline .events-content li p {
      line-height: 1.4;
      font-size: 1.2rem;
  }

  #text-image-block_61844de515a50 .section-title2{
    margin-bottom: 0;
  }

  .video-banner .content {
    margin-top: 270px;
  }

  #distributors-world-map {
    width: 100%;
    height: 400px;
    margin: 0;
  }

  .toggle-360{
    display: none;
  }

  .feeding-form-puppy .main-search-input {
    background-color: #ffffff;
    padding: 9px 0px 0px 5px;
    display: block;
  }
  .feeding-form-puppy .nice-select{
    clear: none;
    font-size: 10px;
    padding-left: 15px;
  }
  .feeding-form .nice-select{
    font-size: 12px;
  }
  .main-search-input-item {
    padding-left: 0;
    padding-right: 0;
  }
  .nice-select {
    font-size: 12px;
    padding-left: 18px;
    padding-right: 20px;
  }
  .main-search-input .main-search-input-item:nth-last-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-search-input button.button {
    margin: 20px 65px;
  }

  .feeding-form-puppy + .rdi-result{
    padding: 0 1rem !important;
  }
  .shop-product-filter button {
    font-size: 14px;
    margin: 0 8px 10px;
}
}

@media only screen and (max-width: 1366px) and (min-width: 768px ) {
  .sale-banner7.home-dog-cats-medium .inner .content .title,
  .sale-banner7.home-dog-cats-small .inner .content .title {
    font-size: 40px;
  }

  .sale-banner7 .inner .content, .sale-banner7 .inner .content.low {
    top: 20%;
  }

  .sale-banner7.home-dog-cats-medium .inner .content .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 25px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 500px;
  }

  .home .about-us .inner .btn{
    font-size: .8rem;
    padding: 12px 18px;
  }
}
/*********** Search Page **************/

.ambrosia-search form{
  padding: 80px 40px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.timeline ol,
.section.timeline ul{
  list-style: none;

}

.timeline{
  color: #383838;
  background-color: #f8f8f8;
}
/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #5c6656;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #5c6656;
  border-color: #5c6656;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #5c6656;
  border-color: #5c6656;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #5c6656;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 24px;
  width: 12px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/icons/cd-arrows-dark.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  left: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #5c6656;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
      background: url(../images/icons/cd-arrows-light.svg) no-repeat 0 0;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Noto Serif Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #858585;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 5rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.8rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


@media screen and (min-width: 1440px) {

  #dog-banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home12-slide-item.jc-start .home12-slide1-content {
    margin-left: 300px;
}
}

@media (min-aspect-ratio: 2/1) {
  .home12-slide-item {
    height: 750px;
  }

  #dog-banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home12-slide-item.jc-start .home12-slide1-content {
    margin-left: 300px;
}
}

#wpcf7-cf7sg-form-contact label{
  display: none;
}

input[type=submit].wpcf7-form-control{
  border-radius: 500px !important;
}

/*********************** Why Ambrosia *********************/
.about-us3 .title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.about-us3 .sub-title {
    margin-bottom: 10px;
}

.about-us3 .desc {
    font-size: 28px;
}

.about-us3 .link {
    font-size: 24px;
}
.reason .content{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.bignumber{
  font-size: 250px;
  font-weight: 900;
  color: #232323;
  display: inline-flex;
  align-self: flex-start;
}
.bignumber span{
  font-size: 150px;
}
span.bigtitle {
    font-size: 38px;
    font-weight: 900;
    color: #232323;
    display: inline-flex;
    align-self: flex-end;
}

@media only screen and (max-width: 390px)  {
  .bignumber{
    font-size: 200px;
  }
  .bignumber span{
    font-size: 100px;
  }
  span.bigtitle {
      font-size: 34px;
  }
}

.explanation {
    align-self: center;
    padding: 20px 50px;
}
.hook{
  font-size: 250px;
    font-weight: 900;
    color: #232323;
}
.icon-box4 .inner .ingredient .icon{
  color: #232323;
}
@media only screen and (max-width: 1500px){
  .page-title-section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1920px){
  .page-title-section {
    padding: 180px 0;
  }
}

/************************ FAQ Page ************************/
.faq-page-description {
    background: #f8f9fa;
    padding: 60px 60px;
    font-size: 20px;
}

.faq-page-description a{
  font-weight: 500;
  color: #5c6656;
  letter-spacing: 1px;
}

span.faq-arrow {
    float: right;
}

#faq-accordion button[aria-expanded="true"] .faq-arrow{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 300ms linear all;
  -moz-transition: 300ms linear all;
  -o-transition: 300ms linear all;
  transition: 300ms linear all;
}

p.copyright{
  color: #ccc;
}
.copyright a{
  font-weight: 500;
  text-decoration: underline;
}

.copyright a:hover{
  color: #eaeaea;
}

#product-360-viewer .modal-lg{
  max-width: 1200px;
}

@media (min-width: 1200px)
.modal-lg, .modal-xl {
    max-width: 1200px;
}

@media (min-width: 1600px)
.modal-lg, .modal-xl {
    max-width: 1600px;
}

.page-id-502 #distributors-world-map{
  display: none;
}