html{margin: 0!important;}
#featured-products .col-sm-6:nth-child(2) .btn.round{
  color: #fff;
  background-color: #8769aa;
  border-color: #8769aa;
}
#featured-products .col-sm-6:nth-child(4) .btn.round{
  color: #fff;
  background-color: #9a6e02;
  border-color: #9a6e02;
  border-radius: 20px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2')
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format('woff2')
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F32835;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e81d29;
  --secondary: #a483d8;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #F32835;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth
}

@-ms-viewport {
  width: device-width
}

header {
  display: block
}

body {
  margin: 0;
  font-family: 'CoconRegularFont','SourceHanSansCN',"Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:'CoconRegularFont','SourceHanSansCN',ff-cocon-pro,sans-serif;}

p,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ul ul {
  margin-bottom: 0
}

a {
  color: #8769aa;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto
}

button {
  border-radius: 0;
  overflow: visible
}

button,select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button,html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

h1,h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px */
}

/* .col-12,.col-sm-4,.col-sm-6,.col-xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
} */

/* .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
} */

@media (min-width: 576px) {
  .col-sm-4 {
      -webkit-box-flex:0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
      -webkit-box-flex:0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .tri_product {
      min-height: 470px
  }

  .featured-product-inner-block-wrapper {
      min-height: 120px
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem
}

.collapse:not(.show) {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1.3rem
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: center center/100% 100% no-repeat
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.3rem;
      padding-left: 1.3rem
  }

  .navbar-expand-lg .navbar-collapse {
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }
}

.bg-primary {
  background-color: #e81d29!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.w-100 {
  width: 100%!important
}

.mb-3 {
  margin-bottom: 1rem!important
}

.mb-4 {
  margin-bottom: 1.5rem!important
}

.text-center {
  text-align: center!important
}

@media (min-width: 768px) {
  .mt-md-3 {
      margin-top:1rem!important
  }

  .mb-md-3 {
      margin-bottom: 1rem!important
  }

  .text-md-left {
      text-align: left!important
  }

  .cta-block-inner-wrapper {
      position: relative
  }
}

.text-white {
  color: #fff!important
}

.wrapper {
  padding: 30px 0
}

body,h1,h2 {
  color: #363839
}

p {
  margin-bottom: 8px
}

img.logo {
  width: 151px
}

.social {
  display: inline-block;
  line-height: 0;
  float: right
}

.social .icon {
  height: 23px;
  width: 23px;
  background-size: 23px!important;
  display: inline-block;
  margin: 9px
}

.social .icon.yt {
  background: url(../images/yt_icon_red.png)
}

.social .icon.tw {
  background: url(../images/tw_icon_red.png)
}

.social .icon.fb {
  background: url(../images/fb_icon_red.png)
}

.social .icon.in {
  background: url(../images/in_icon_red.png)
}

#region_select {
  display: inline-block;
  float: right;
  margin: 5px 9px 5px 0;
  height: 30px
}

#region_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow.png);
  width: 184px;
  border-radius: 0;
  padding-right: 26px;
  padding-left: 4px;
  height: 30px;
  font-size: 11px;
  font-family: Open Sans;
  color: #686868;
  background-size: cover
}

#top-banner .container {
  height: 41px
}

.dropdown-item {
  color: #757575
}

.home .hero-wrapper {
  position: relative;
  overflow: hidden;
  background: url(../images/preloader-dark.png)
}

div.purple {
  background-color: #a87bf6
}

.purple {
  background: #b391ef;
  padding-top: 20px;
  padding-bottom: 15px
}

.purple h1 {
  font-size: 27px
}

.title-band h1 {
  color: #fff
}

.fancy-heading {
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  grid-template-columns: minmax(20px,1fr) auto minmax(20px,1fr);
  grid-gap: 20px
}

.fancy-heading:before {
  content: "";
  border-top: 2px solid;
  margin-left: 300px
}

.fancy-heading:after {
  content: "";
  border-top: 2px solid;
  margin-right: 300px
}

#wooden_tiling {
  background: url(../images/wooden_tiling.png) center/cover no-repeat;
  height: 350px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: -1
}

@media (max-width: 991px) {
  #wooden_tiling,.fancy-heading:after,.fancy-heading:before {
      display:none
  }

  .title-band h1 {
      margin: 0 auto;
      display: block
  }

  .navbar-header {
      padding-right: 0;
      width: 100%
  }

  button.navbar-toggler {
      float: right;
      font-size: 25px;
      padding: 0
  }

  button.navbar-toggler .navbar-toggler-icon {
      display: block;
      height: 1rem
  }

  .purple h1 {
      font-size: 20px
  }
}

.navbar-toggler-icon {
  position: relative;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-left: 10px
}

@font-face {
  src: url(/fonts/daxregular-webfont.eot);
  src: url(/fonts/daxregular-webfont.eot) format("embedded-opentype"),url(/fonts/daxregular-webfont.woff) format("woff"),url(/fonts/daxregular-webfont.ttf) format("truetype"),url(/fonts/daxregular-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

a:not([class]) {
  text-decoration: underline
}

#featured-products {
  position: relative;
  padding-bottom: 20px
}

@media (min-width: 992px) {
  .title-band {
      position:relative;
      z-index: 3
  }

  .border-left-triproduct:after {
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      height: 200px
  }
}

.featured-product-inner-block-wrapper {
  margin-bottom: 20px
}

.tri_product {
  padding: 30px 0;
  max-width: 550px;
  margin: 0 auto
}

.tri_product h2 {
  color: #757575;
  font-size: 25px
}

.tri_product p {
  color: #757575
}

@media (max-width: 450px) {
  #cta-blocks-section.purple {
      padding:0
  }

  .social {
      display: none
  }

  #featured-products {
      padding-bottom: 0
  }

  .tri_product {
      padding: 15px 0;
      margin-bottom: 15px
  }

  .tri_product h2 {
      font-size: 20px
  }

  .product_image_wrapper {
      margin-top: 20px!important;
      margin-bottom: 20px!important
  }

  .product_image_wrapper::after {
      content: "";
      background: url(../images/Line-Products-horizontal.png) no-repeat;
      width: 100%;
      position: absolute;
      height: 3px;
      bottom: 40px;
      left: 25%
  }

  .product_image_wrapper img {
      max-height: 150px;
      width: auto
  }
}

@media (max-width: 767px) {
  .product_image_wrapper {
      margin-top:20px!important;
      margin-bottom: 20px!important
  }

  .product_image_wrapper::after {
      content: "";
      background: url(../images/Line-Products-horizontal.png) no-repeat;
      width: 250px;
      position: absolute;
      height: 3px;
      bottom: 40px;
      left: 23%
  }

  .product_image_wrapper img {
      width: 150px
  }
}

@media (min-width: 1200px) {
  .featured-product-inner-block-wrapper::before {
      background-image:url(../images/Product_Line.png);
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      height: 150px;
      width: 10px;
      position: absolute;
      left: 0
  }

  .featured-product-inner-block-wrapper {
      min-height: 150px
  }

  .product_image_wrapper img {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      bottom: 0
  }

  .tri_product {
      min-height: 600px
  }
}

.btn-baby {
  color: #fff;
  background-color: #8769aa;
  border-color: #8769aa
}

.btn-healthcare {
  color: #fff;
  background-color: #e81d29;
  border-color: #e81d29
}

.btn-baby.round,.btn-healthcare.round {
  border-radius: 20px
}

#cta-blocks-section h2 {
  color: #fff;
  font-size: 25px
}

#cta-blocks-section .cta-block-wrapper .all-products,#cta-blocks-section .cta-block-wrapper .buy-now,#cta-blocks-section .cta-block-wrapper .community-campaigns {
  height: 100px
}

#cta-blocks-section .cta-block-wrapper .all-products img,#cta-blocks-section .cta-block-wrapper .buy-now img,#cta-blocks-section .cta-block-wrapper .community-campaigns img {
  position: absolute;
  left: 0;
  right: 0
}

#cta-blocks-section .cta-block-wrapper .all-products .img-top,#cta-blocks-section .cta-block-wrapper .buy-now .img-top,#cta-blocks-section .cta-block-wrapper .community-campaigns .img-top {
  display: none;
  position: absolute;
  z-index: 99
}

#cta-blocks-section .cta-block-wrapper img {
  margin: 0 auto;
  max-width: 90px;
  opacity: 1
}

@media (min-width: 576px) {
  .border-right-cta-block:after {
      content:"";
      background-image: url(../images/Line-AllProducts-BuyNow-Campaigns.png);
      position: absolute;
      height: 100%;
      width: 2px;
      top: 0;
      right: 0;
      background-repeat: no-repeat
  }
}

@media (max-width: 575px) {
  #cta-blocks-section .cta-block-wrapper {
      padding:30px 0;
      border-bottom: 2px solid #fff;
      margin: 0 80px
  }

  #cta-blocks-section .cta-block-wrapper.last-cta-block-wrapper {
      border-bottom: none
  }

  h2 {
      font-size: 20px
  }
}

@media (max-width: 991px) {
  #cta-blocks-section h2 {
      font-size:16px
  }
}

@media (max-width: 1199px) {
  .product_image_wrapper {
      margin-bottom:30px;
      margin-top: 30px
  }
}

@media (min-width: 1200px) and (max-width:1399px) {
  .tri_product h2 {
      font-size:20px
  }
}

.product_image_wrapper img {
  max-height: 220px
}

@media (max-width: 767px) {
  .product_image_wrapper::after {
      bottom:27px
  }
}

.btn {
  padding: 7px 15px
}

.nav-link {
  font-weight: 700;
  color: #000
}

@media (min-width: 768px) {
  .btn {
      padding:7px 30px
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:8px;
      padding-left: 8px;
      font-size: 15px
  }
}

@media (min-width: 1200px) {
  .tri_product {
      min-height:510px
  }

  .featured-product-inner-block-wrapper {
      min-height: 120px
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px
  }
}

.naturals-home-block {
  background: url(../images/naturals-home-learn-more-bg-cropped.jpg) center/cover no-repeat;
  padding: 100px 0
}

.naturals-home-block__title {
  font-size: 36px
}

.naturals-home-block__text {
  font-size: 20px
}

.not-just-homepage-block {
  background: url(../images/home-not-just-second-banner-mobile.jpg) center/cover no-repeat;
  position: relative;
  padding: 100px 0;
  min-height: 380px
}

.not-just-homepage-block .container {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (min-width: 510px) {
  .not-just-homepage-block {
      padding:37vw 0
  }
}

@media (min-width: 768px) {
  .not-just-homepage-block {
      background:url(../images/home-not-just-second-banner.jpg) left center/cover no-repeat;
      padding: 100px 0
  }

  .not-just-homepage-block .container {
      bottom: 2.75rem
  }
}

@media (min-width: 1300px) {
  .not-just-homepage-block {
      padding:15vw 0
  }
}

@media (max-width: 1920px) {
  .home.page-template-front-page .hero-wrapper {
      background:url('../images/90th-birthday-preview.jpg') center/cover no-repeat
  }
}

@media (min-width: 1200px) {
  .tri_product {
      min-height:450px
  }

  .featured-product-inner-block-wrapper {
      min-height: 80px
  }
}

.btn-gold {
  color: #fff;
  background-color: #9a6e02;
  border-color: #9a6e02;
  border-radius: 20px
}

#btg-slider {
  background: url(../images/Slider_Backdrop-3.jpg);
  background-size: cover;
}

.btg-ft-btn input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background-color: #88c665;
  background-image: none;
  border-color: #88c665;
  border-radius: 0px;
  margin-top: 20px;
  font-weight: bold;
}

.btg-ft-btn .wpcf7 input:focus[type=submit] {
  box-shadow: 0 0 0 0.2rem #55a267;
}

.btg-ft-btn .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
  color: #fff;
  background-color: #559dde;
  border-color: #559dde;
}

img.gardner-image {
  width: 105px;
}

.page-template-btg-page .wrapper {
  background: #f7f7f7;
}

@media(max-width: 1920px) {
  .home.page-template-front-page .hero-wrapper {
      background: url('../images/90th-birthday-preview.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .tri_product {
      min-height: 450px;
  }

  .featured-product-inner-block-wrapper {
      min-height: 80px;
  }
}

.btn-gold {
  color: #fff;
  background-color: #9a6e02;
  border-color: #9a6e02;
  border-radius: 20px;
}

#custom-product-menu ul.btn-blue>li>a:active, #custom-product-menu ul.btn-blue>li>a:hover {
  background: #559dde;
}

#custom-product-menu .navbar-nav.btn-blue>.active>a {
  color: #fff;
  background-color: #559dde;
}

div.blue {
  background-color: #559dde;
}

.blue h1 {
  font-size: 27px;
}

.blue {
  background-color: #559dde;
  padding-top: 20px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .blue h1 {
      font-size: 20px;
  }
}

hr.blue {
  border-top: 1px solid #559dde;
  background-color: transparent;
  padding: 0;
}

.btn-blue {
  color: #fff;
  background-color: #559dde;
  border-color: #559dde;
  border-radius: 20px;
}

.btn-blue:hover {
  -webkit-box-shadow: inset 9999px 9999px rgba(0,0,0,.3);
  box-shadow: inset 9999px 9999px rgba(0,0,0,.3);
}

#btg-slider {
  margin-left: 0;
  margin-right: 0;
}

.swiper-pagination-bullets {
  display: none;
}

.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.current_page_item>a{
color: #8769aa;
}

#social-media-section{overflow: initial!important;}
#social-media-section .center{text-align: center;}

@font-face{
  font-family: 'CoconRegularFont';
  src: url('../fonts/CoconRegularFont.otf') format('truetype');
}

@font-face{
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype');
}