@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light"), url("../fonts/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
}
body {
  position: relative;
  z-index: 0;
  min-height: 100%;
  background: url("../images/bg-blue.png");
  background-color: #f1fafb;
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  font-family: "Gilroy-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #798388;
  margin: 0;
  display: block;
}

.customFontBold {
  font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
svg:not(:root) {
  overflow: hidden;
}
.defs {
  position: absolute;
}
.ray-of-lights {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  background: transparent;
  color: transparent;
}
.ray-of-lights svg {
  width: 100%;
  height: 760px;
}
.ray-of-lights .c-lights {
  fill: none;
}
.heavens {
  max-width: 100%;
  overflow-x: hidden;
  height: 340px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.cloudwrap {
  position: relative;
}

.cloudwrap .clouds-left {
  left: -550px;
  background-image: url("../images/clouds-left.png");
  background-repeat: no-repeat;
  height: 256px;
  width: 492px;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
}
.cloudwrap .clouds-right {
  right: -450px;
  background-image: url("../images/clouds-right.png");
  background-repeat: no-repeat;
  height: 263px;
  width: 421px;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.cloudwrap .clouds {
  position: absolute;
  top: 0px;
}

.navcontainer {
  background: url("../images/navcontainbg.png");
  background-size: 100% 100%;
  padding: 14px 16px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 #943804, 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 0 #943804, 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 0 #943804, 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.navcontainer nav {
  background: url("../images/navyellowbg.png");
  background-size: 100% 100%;
  height: 72px;
  line-height: 72px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 #cc8a00;
  -moz-box-shadow: 0 3px 0 #cc8a00;
  box-shadow: 0 3px 0 #cc8a00;
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.navcontainer nav > ul {
  display: table-row;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.navbar-nav,
.main-menu > li > a,
.slide_banner_text,
.rpost-title,
.shopbuttons,
blockquote:before,
.woocommerce-billing-fields h3,
h3#ship-to-different-address label,
.gallery-seemore,
.wpcf7 input.wpcf7-submit,
.tribe-bar-collapse #tribe-bar-collapse-toggle {
  font-family: "Gilroy-Heavy", serif;
  font-weight: 400;
  text-transform: uppercase;
}
#content .article {
  border-radius: 10px;
  background-color: #f6f6f6;
  margin-bottom: 0px;
  border: #ddd 1px solid;
}
.navbar-default .navbar-nav > li > a {
  color: #ec7417;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ec7417;
  text-decoration: underline;
}
.navbar-default .navbar-collapse {
  border-color: rgb(248, 194, 66);
}
hr {
  border: none;
  background: url("../images/underline2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #ffffff;
  box-sizing: content-box;
}
.footer {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
.store-menu {
  font-size: 14px;
}
svg:not(:root) {
  overflow: hidden;
}
.navbar-nav > .open > a {
  color: #ec7417;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ec7417;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 320px) {
  h1,
  .h1 {
    font-size: 20px;
  }

  h2,
  .h2 {
    font-size: 20px;
    color: #ec7417;
    text-align: center;
    margin-top: 0;
  }
  h3,
  .h3 {
    font-size: 22px;
    text-align: left;
    margin-top: 0;
  }
  h4,
  .h4 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
  }
  .toy-productarea {
    /*background-color: #ffffff;*/
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -15px;
  }
  .toy-button {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    /*padding-left: 0px;*/
  }
  .toy-wheretobuy {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
  }
  .toy-offerbox {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: auto;
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #337ab7;
    */
    color: black;
  }
  .toy-othervisitors-products {
    padding-left: 0px;
    padding-right: 0px;
  }
  #content .article {
    padding: 5px;
  }
  .store-menu {
    font-size: 16px;
  }
  .toy-productname {
    text-align: left;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 10px;
  }
  .toy-brand {
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
  }

  .toy-price {
    font-size: 60px;
    font-weight: 500;
  }
  .toy-price-currency {
    font-size: 35px;
    text-transform: lowercase;
    font-weight: 200;
    padding-left: 10px;
  }

  .headline-startpage {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #ec7417;
  }
  .toy-productimage {
    max-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 450px) {
  .no-padding-mobile {
    padding: 0;
  }
  .no-margin-mobile {
    margin: 0;
  }
  #content .article {
    border-radius: 0;
  }
  .navbar {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 30px;
    color: #ec7417;
    text-align: left;
    margin-top: 0;
  }
  h3,
  .h3 {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }
  h4,
  .h4 {
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
  }
  .toy-productarea {
    /* background-color: #ffffff; */
    padding: 5px;
    /*border:1px #b0c2c6 solid;*/
    border-radius: 5px;
    margin-top: 5px;
  }
  .toy-button {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
  }
  .toy-productname {
    text-align: left;
    font-size: 30px;
  }
  .toy-brand {
    text-align: left;
    font-size: 20px;
  }
  .toy-productimage {
    max-height: 500px;
  }
  .toy-price {
    font-size: 95px;
    font-weight: 500;
  }
  .toy-price-currency {
    font-size: 70px;
    text-transform: lowercase;
    font-weight: 200;
    padding-left: 20px;
  }
  .toy-wheretobuy {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
  }
  .toy-offerbox {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: auto;
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #337ab7;
    */
    color: black;
  }
  #content .article {
    padding: 20px;
  }
  .container {
    width: 750px;
  }
  .navbar-nav > li > a {
    color: #ec7417;
    font-size: 18px;
  }
  .headline-startpage {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    color: #ec7417;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

.s130 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
}

.s130 form {
  width: 100%;
  max-width: 790px;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.s130 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 34px;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}

.s130 form .inner-form .input-field {
  height: 68px;
}

.s130 form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}

.s130 form .inner-form .input-field input.placeholder {
  color: #222;
  font-size: 16px;
}

.s130 form .inner-form .input-field input:-moz-placeholder {
  color: #222;
  font-size: 16px;
}

.s130 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #222;
  font-size: 16px;
}

.s130 form .inner-form .input-field input:hover,
.s130 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s130 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
}

.s130 form .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.s130 form .inner-form .input-field.first-wrap .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.s130 form .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}

.s130 form .inner-form .input-field.second-wrap {
  min-width: 216px;
}

.s130 form .inner-form .input-field.second-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: bold;
}

.s130 form .inner-form .input-field.second-wrap .btn-search:hover {
  background: #009451;
}

.s130 form .inner-form .input-field.second-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s130 form .info {
  font-size: 15px;
  color: #ccc;
  padding-left: 26px;
}

@media screen and (max-width: 992px) {
  .s130 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }
  .s130 form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
  }
  .s130 form .inner-form .input-field.second-wrap {
    min-width: 100px;
  }
  .s130 form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
  }
}
