@font-face{
  font-family:"Roboto";
  src:url("/static/fonts/Roboto-Regular.ttf") format("truetype")
}

@font-face {
    font-family:"Roboto-medium";
    src: url('/static/fonts/Roboto-Medium.ttf') format("truetype");
}

@font-face {
  font-family:"RobotoBold";
  src:url("/static/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'VAGRoundedBT';
    src: url('/static/fonts/VAGRoundedBT-Regular.eot');
    src: url('/static/fonts/VAGRoundedBT-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/VAGRoundedBT-Regular.woff') format('woff'),
        url('/static/fonts/VAGRoundedBT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VarelaRound";
    src:url("/static/fonts/VarelaRound-Regular.ttf") format("truetype");
}

/* Utilities classes */
body {
    font-family:"Roboto";
}

/* Middle content section */
.page__content {
    margin-top: 38.5px;
}

.top__banner {
    position: relative;
    height: auto;
}

.top__banner-img {
    padding: 0 !important;
    position: relative;
}

.top__banner img {
    width: 100%;
}

.banner-img__small {
    display: none;
}

.top__banner-text {
    color: #1e3467;
    max-width: 530px;
    position: absolute;
    top: 50px;
    left: 75px;
    font-family: "VAGRoundedBT", "VarelaRound";
}
#page_2 .top__banner-text > h1 {
    font-size: 36px;
}
.top__banner-text > h1 {
    font-size: 58px;
}

#page_5 .top__banner-text,
.support-page .top__banner-text,
.faq-page .top__banner-text{
    max-width: 400px;
}

.theme-support-page .top__banner-text {
    //top: 40px;
}

.top__banner-text .page__header {
    font-size: 26px;
    line-height: 32px;
}

.top__banner-text > p {
    padding-top: 25px;
    font-size: 18px;
}

.curve-block__top  {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.homepage__description {
    padding: 0;
}

.homepage__description > p,
.homepage__description > div > p {
    color: #1e3467;
    max-width: 65%;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 18px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

/* Animal blocks */
.section-problems__blocks-wrapper {
    max-width: 90%;
    margin: 0 auto 25px;
}

.section-problems__block {
    position: relative;
    padding: 0 7px;
    vertical-align: top;
}

.section-problems__block:nth-child(2),
.section-problems__block:nth-child(5) {
    padding: 0 9px;
}

.section-problems__title > h2 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 25px;
    font-family: "VAGRoundedBT", "VarelaRound";
    color: #1e3467;
}

.section-seperator {
    height: 1px;
    //width: 100%;
    background-color: #b3b3b3;
    margin: 0 auto;
    position: relative;
}

.section-problems__block .block-title > h3 {
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.block-content {
    color: #1e3467;
    position: relative;
    padding: 5px;
    min-height: 141px;
}

.condition-page .block-content {
    min-height: 175px;
    padding: 5px 7px;
}

.block-more {
    text-align: right;
    padding: 10px 10px 10px 0;
    color: #616161;
    font-size: 12px;
}

.block-more > a {
    color: #7d8a95;
    position: relative;
    z-index: 10000;
}

.block-info ul {
    padding-left: 0;
    line-height: 1.15em;
    list-style-type: none;
}

.block-info ul > li {
    padding: 2px 0;
}

.block-animal > img,
.block-animal > .animated-block {
    position: absolute;
    bottom: -25px;
}

.block-animal > img {
    width: 112px;
    height: auto;
    left: 15px;
    bottom: -20px;
    display: block;
}

.block-animal > .animated-block {
    border: none;
    overflow: hidden;
    left: -65px;
    bottom: -60px;
    display: none;
    width: 80%;
    height: 100%;
    z-index: 100;
}

.gold-block .block-animal > .animated-block {
    left: -56px;
    bottom: -65px;
}

.gold-block .block-animal > img {
    bottom: -22px;
}

.green-block .block-animal > .animated-block {
    left: -65px;
    bottom: -69px;
}

.move .block-animal > img,
.mobile-move .block-animal > img{
    display: none;
}

.move .block-animal > .animated-block,
.mobile-move .block-animal > .animated-block {
    display: block;
}

#page_9 .mobile-move .block-animal > img {
    display: block;
}

.block-animal {
    width: 45%;
}

.block-info {
    width: 55%;
    display: block;
    float: right;
}

.block-info__list {
    display: table-cell;
    height: 141px;
    width: 100%;
    vertical-align: middle;
}

.block-info ul > li:before {
    content: "•";
    font-size: 16px;
    padding-right: 0;
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

.block-info__list > ul > li span {
    padding-left: 0;
    display: inline-block;
    width: 90%;
}

.block-title > img {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1000;
}

.orange-block > .block-title { 
    background-color: #ef907c;
}

.orange-block > .block-content {
    background-color: #f3ac9d;
}

.orange-block > .block-more {
    background-color: #f9d8d1;
}

.gold-block > .block-title { 
    background-color: #f6a800;
}

.gold-block > .block-content {
    background-color: #f8be40;
}

.gold-block > .block-more {
    background-color: #fce1a6;
}

.purple-block > .block-title { 
    background-color: #c3a0d9;
}

.purple-block > .block-content {
    background-color: #d2b8e3;
}

.purple-block > .block-more {
    background-color: #eadef2;
}

.green-block > .block-title { 
    background-color: #92c567;
}

.green-block > .block-content {
    background-color: #add48d;
}

.green-block > .block-more {
    background-color: #d9ebca;
}

.yellow-block > .block-title { 
    background-color: #ffd200;
}

.yellow-block > .block-content {
    background-color: #ffdd40;
}

.yellow-block > .block-more {
    background-color: #ffefa6;
}

.dark-green-block > .block-title { 
    background-color: #b2b22f;
}

.dark-green-block > .block-content {
    background-color: #c5c563;
}

.dark-green-block > .block-more {
    background-color: #e4e4b6;
}

.curve-large {
    display: block;
}

.curve-small {
    display: none;
}

.page__banner-header > h2 {
    font-size: 56px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

#page_6 .page__banner-header > h2 {
   font-size: 48px;
}

.section-page__content {
    margin-top: 25px;
    position: relative;
}

.section-page__content a.content-pdf-link {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
}

.section-page__content > h2 {
    font-size: 20px;
    color: #1e3467;
    padding-bottom: 15px;
    font-family: "VAGRoundedBT", "VarelaRound";
    padding-left: 90px;
}

.section-page__content > ul, .section-page__content > ol {
    padding-left: 105px;
}

/*.support-page .section-page__content > p {
    padding: 0 45px;
}*/

 .section-page__content > p {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}

.section-page__content > p:nth-child(2) {
    margin-bottom: 25px;
}

.block-info-text > p {
    color: #1e3467;
    line-height: 1.12em;
    padding-left: 10px;
}

.all-products-wrapper {
    padding: 0 100px;
}

.all-products__section-title h2{
    color: #1e3467;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 55px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.product-block {
    text-align: center;
    position: relative;
    padding: 15px 0;
}

.product-img {
    max-width: 115px;
    margin: 0 auto;
    position: relative;
}

.product-new-badege {
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: 1000;
}

.product-bg {
    height: 100px;
    margin-top: -50px;
}

.product-reflux > .product-bg {
    background-color: #ef907c;
}

.product-colic > .product-bg {
    background-color: #f6a800;
}

.product-constipation > .product-bg {
    background-color: #c3a0d9;
}

.product-allergy > .product-bg {
    background-color: #92c567;
}

.product-sweetdreams > .product-bg {
    background-color: #ffd200;
}

.product-diarrhoea > .product-bg {
    background-color: #b2b22f;
}

.product-gold > .product-bg {
    background-color: #988145;

}

.product-name {
    color: #fff;
    text-shadow: 1px 1.5px #11282a;
    font-size: 22px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.condition-page__remark {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
   clear: both;
}

.product-item-wrapper {
    width: 33.333333333%;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.product-item-wrapper:last-child {
    width: 100%;
}

.product-gold .product-name {
    margin: 0 auto;
    width: auto;
    bottom: 15px;
    left: 0;
    right: 0;
}

.product-block.product-gold,
.product-item-wrapper:last-child > a {
    max-width: 33.333333%;
    padding: 0 15px;
    margin: 0 auto;
}

.seperator-with-logo {
    position: relative;
    min-height: 25px;
    margin-top: 88px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.logo-seperator {
    position: absolute;
    right: 20px;
    top: -60px;
    z-index: 100;
}

.where-to-buy-wrapper {
    max-width: 100%;
    margin: 0 -5px;
}

.where-to-buy-content {
    margin-bottom: 25px;
}

.where-to-buy-content > p {
    max-width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.wheretobuy-btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 6px;
}

.wheretobuy-btn {
    display: block;
}

.wheretobuy-btn__text {
    color: #fff;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 100;
    font-size: 14px;
    padding-left: 12px;
}

.dropdown-store {
    margin-bottom: 20px;
}

.dropdown-store button:hover,
.dropdown-store button:active,
.dropdown-store button:focus,
.dropdown-store button:active:focus,
.dropdown-store button:active:hover {
    background-color: #fff !important;
    border-color: #1e3467 !important;
    box-shadow: none !important;
}

.dropdown-store .btn-group button.btn:nth-child(2) {
    width: 235px;
    border-right: 1px solid #1e3467;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-store .btn-group button {
    border: 2px solid #1e3467;
    color: #1e3467 !important;
}

.dropdown-store .dropdown-menu {
    left: 110px;
    z-index: 10000;
    width: 263px;
}

.dropdown-store .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background-color: #fff;
    border-color: #000;
}

.dropdown-store .dropdown-menu > li {
    color: #1e3467;
    padding: 3px 15px;
    cursor: pointer;
}

.dropdown-store .dropdown-menu > li:hover {
    background-color: #9d9d9c;
    color: #fff;
}


.dropdown-store .button-title {
    float: left;
    display: inline-block;
    padding-right: 15px;
    line-height: 35px;
}

h2.buy-now-section__title {
    color: #1e3467;
    font-size: 16px;
    text-align: left;
    font-family: "VAGRoundedBT", "VarelaRound";
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.wheretobuy-img__wrapper {
  width: 200px;
  height: 300px;
  margin: auto;
  margin-top: -20px;
  display: table;
  position: relative;
}

.wheretobuy-img__wrapper > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.wheretobuy-img {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
}

.wheretobuy-btn__text > span {
    z-index: 100;
    margin-left: 25px;
    font-size: 18px;
}

p.content-blue {
    color: #1e3467;
    font-size: 16px;
    padding: 10px 90px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.cosycontent {
    margin-top: 40px;
}

/* Accordion */
.support-accordion-wrapper {
    margin-bottom: 12px;
    max-width: 100%;
    margin: 0;
}
.support-accordion-wrapper .panel-group {
    width: 100%;
    margin: 0 auto;
}

.support-accordion-wrapper .panel-title {
    position: relative;
}

.support-accordion-wrapper .panel-title span.glyphicon {
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
}

.support-accordion-wrapper .panel-body span.glyphicon {
    position: absolute;
    right: 0;
    top: 10px;
}

.support-accordion-wrapper .panel-title span.glyphicon {
    font-size: 24px;
}

.support-accordion-wrapper h4.panel-title a {
    color: #fff;
    padding-left: 25px;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.support-accordion-wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.support-accordion-wrapper .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.support-accordion-wrapper .panel:nth-child(4) .panel-button {
    max-width: 450px;
    width: auto;
}

.support-accordion-wrapper .panel-body {
    padding: 25px 95px;
}

.support-accordion-wrapper .panel-body ul {
    list-style-type: none;
    padding-left: 0;
}

.support-accordion-wrapper .panel-body ul li::before {
    content: "•";
    display: inline-block;
    font-size: 16px;
    padding-right: 12px;
    vertical-align: top;
    width: 2%;
}

.support-accordion-wrapper .panel-body ul li {
    margin-bottom: 6px;
}

.support-accordion-wrapper .panel-heading {
    border-radius: 0;
    padding: 10px 15px 10px 95px;
}

.panel-button {
  padding: 8px 12px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #1e3467;
  position: relative;
  height: 36px;
  display: block;
  max-width: 300px;
  width: 40%;
}

.panel-body .panel-button {
    text-decoration: none;
}

.panel-button span.glyphicon {
    position: relative;
    z-index: 100;
    right: -20px;
    top: 2px;
    color: #1e3467;
}

.panel-button:after {
  content: '';
  width: 25px;
  height: 26px;
  position: absolute;
  right: -12px;
  top: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.orange-accordion+.panel-collapse .panel-button,
.orange-accordion+.panel-collapse .panel-button:after {
  background-color: #ffcdc3;
}

.gold-accordion+.panel-collapse .panel-button,
.gold-accordion+.panel-collapse .panel-button:after {
  background-color: #ffeac0;
}

.purple-accordion+.panel-collapse .panel-button,
.purple-accordion+.panel-collapse .panel-button:after {
  background-color: #e9dded;
}

.green-accordion+.panel-collapse .panel-button,
.green-accordion+.panel-collapse .panel-button:after {
  background-color: #c3dfab;
}

.yellow-accordion+.panel-collapse .panel-button,
.yellow-accordion+.panel-collapse .panel-button:after {
  background-color: #efe3a7;
}

.dark-green-accordion+.panel-collapse .panel-button,
.dark-green-accordion+.panel-collapse .panel-button:after {
  background-color: #d0d08f;
}

.deep-gold-accordion+.panel-collapse .panel-button,
.deep-gold-accordion+.panel-collapse .panel-button:after {
  background-color: #baae93;
}

.panel-body ul {
    padding-left: 15px;
}

.panel-body ul > li {
    padding-right: 25px;
}

/* Modal */
.modal-backdrop {
    background-color: rgba(255, 255, 255, 1);
}

.modal {
    top: 150px;
}

.modal-content {
    background-color: transparent;
    box-shadow: none;
}

#condition-modal {
    width: 65%;
    max-width: 720px;
    margin: 0 auto;
}

.modal-content {
    padding: 45px 15px 20px 15px;
    background-image: url('/static/media/images/modal-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
}

.condition-modal-header {
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 36px;
    color: #1e3467;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.condition-modal-body {
    max-width: 60%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.condition-modal-highlight {
    font-size: 15px;
    margin-top: 0;
    color: #1e3467;
    padding-bottom: 17px;
    line-height: 1.1;
    font-family: "VAGRoundedBT", "VarelaRound";
    font-weight: 500;

}

.condition-modal-text > h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: "VAGRoundedBT", "VarelaRound";
    color: #1e3467;
}

.condition-modal-text > p {
    font-size: 11px;
    color: #1e3467;
}

.condition-modal-btn {
    text-align: center;
    padding-top: 15px;
}

.condition-modal-btn > a,
.modal-agree-link{
    margin: 0 8px;
    padding: 5px 15px;
    background-color: rgba(30, 52, 103, 0.5);
    display: inline-block;
    color: #fff;
}

.modal-agree-link {
    cursor: pointer;
}

.faq-section h3 {
    background-color: #6d7197;
    color: #fff;
    padding-left: 90px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 18px;
    font-family: "VAGRoundedBT", "VarelaRound";
}

.faq-block {
    padding-left: 90px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 2px;
}

.question-bullet,
.question-detail {
    display: inline-block;
}

.question-detail {
    color: #6d7197;
    padding-left: 5px;
    font-family: "Roboto-medium";
}

.faq-block .answer {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: "Roboto";
    display: none;
}

.answer a {
    position: relative;
}

.answer p {
    padding-right: 50px;
    cursor: auto;
}

.answer .button-text {
    position: absolute;
    bottom: -3px;
    color: #fff;
    left: 10px;
    width: 100%;
}

.answer .arrow-symbol {
    position: absolute;
    right: 22px;
    top: -6px;
    font-size: 20px;
}

.cosycontent > table {
    display: block;
    padding: 0 80px;
}

.cosycontent > table th {
    text-align: left;
    padding: 8px 15px;
    border:1px solid #1e3467;
    background-color: #1e3467;
    color: #fff;
}

.cosycontent > table > tbody > tr:nth-child(2) > td:nth-child(2), 
.cosycontent > table > tbody > tr:nth-child(3) > td:nth-child(2) {
    border-left: 0px solid #fff;
    border-right: none;
}

.cosycontent table > tbody > tr:nth-child(2) > td:nth-child(3),
.cosycontent table > tbody > tr:nth-child(3) > td:nth-child(3) {
    text-align: center;
}


.cosycontent > table td {
    border: 1px solid #1e3467;
    padding: 15px 15px;
}

.cosycontent table tbody > tr:nth-child(2) > td:nth-child(1),
.cosycontent table tbody > tr:nth-child(3) > td:nth-child(1) {
    text-align: left;
}

.cosycontent table > tbody > tr:nth-child(2) > td:nth-child(1),
.cosycontent table > tbody > tr:nth-child(3) > td:nth-child(1){
    border-right: 0px solid #fff;
}

.cosycontent table > tbody > tr:nth-child(2) > td:nth-child(3),
.cosycontent table > tbody > tr:nth-child(3) > td:nth-child(3) {
    border-left: 0px solid #fff;
}

.cosycontent > table > tbody > tr:nth-child(2) > td:nth-child(2),
.cosycontent table > tbody > tr:nth-child(2) > td:nth-child(1),
.cosycontent table > tbody > tr:nth-child(2) > td:nth-child(3) {
    border-bottom: none;
}


.cosycontent p.plaintext,
.cosycontent h2,
.cosycontent h3,
.cosycontent p{
    padding: 0 80px;
} 

.cosycontent h2 {
    color: #1e3467;
    font-size: 20px;
    font-family:"RobotoBold";
}

@media only screen and (max-width: 1024px) {
    #page_2 .top__banner-text > h1 {
        font-size: 28px;
    }
    
    .top__banner-text > h2,
    .top__banner-text > h1 {
        font-size: 36px;
    }
  
    .cosycontent p.plaintext,
    .cosycontent h2,
    .cosycontent h3,
    .cosycontent p {
        padding: 0 80px;
    } 
    .top__banner-text > p {
        font-size: 16px;
    }
    .top__banner-text {
        top: 15px;
        left: 5px;
        max-width: 380px;
    }
    .top__banner-text.page__banner-header {
        top: 42px;
        left: 60px;
    }
    .dropdown-store .dropdown-menu {
        width: 260px;
    }
    #page_23 .top__banner-text.page__banner-header {
        top: 22px;
    }
    .page__banner-header > h2 {
        font-size: 42px;
    }
    .top__banner {
        height: 275px;
    }
    .section-problems__blocks-wrapper {
        margin-bottom: 5px;
    }
    .section-page__content {
        padding: 0 35px;
        margin-top: 20px;
    }
    .product-name {
        font-size: 17px;
    }
    .product-item-wrapper {
        padding: 0 5px;
    }
    .product-gold .product-name {
        padding: 0 12px;
    }
    .product-gold .product-name {
        bottom: 10px;
        width: 100%;
    }
    .product-block.product-gold {
        padding: 0 5px;
    }
    .product-block.product-gold > img {
        max-width: 100%;
        height: auto;
    }
    .all-products-wrapper {
        padding: 0 50px;
    }
    .section-problems__block .block-title > h3 {
        padding: 12px;
        font-size: 12px;
    }
  
    .section-problems__block.green-block .block-title > h3 {
        font-size: 11px;
    }
    .block-content {
        min-height: 180px;
    }
    .block-info {
        width: 61%;
    }
    .panel-button {
        width: 60%;
    }
    .support-accordion-wrapper .panel-body {
        padding: 15px 75px;
    }
    .where-to-buy-content > p {
        max-width: 95%;
    }
    .seperator-with-logo {
        margin-top: 5px;
    }
    .support-accordion-wrapper .panel-heading {
        padding: 10px 15px 10px 75px;
    }
    .section-problems__blocks-wrapper {
        max-width: 95%;
    }
    .block-animal > .animated-block {
        left: -40px;
        bottom: -85px;
    }
    .gold-block .block-animal > .animated-block {
        left: -36px;
        bottom: -85px;
    }
    .green-block .block-animal > .animated-block {
        left: -40px;
        bottom: -90px;
    }
    .block-animal > img {
        left: 5px;
        width: 90px;
    }
    .section-page__content > ul, .section-page__content > ol {
        padding-left: 15px;
    }
    .support-page .section-page__content > ul,
    .support-page .section-page__content > ol {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .top__banner {
        height: 345px;
    }
    .faq-block, .faq-section h3 {
        padding-left: 75px;
    }
    .section-page__content > p,
    .section-page__content > h2 {
        padding-left: 40px;
    }
    .block-animal > .animated-block {
        left: -60px;
        bottom: -78px;
    }
    .gold-block .block-animal > .animated-block {
        left: -56px;
    }
    .green-block .block-animal > .animated-block {
        left: -61px;
    }
    .page__banner-header > h2 {
        font-size: 54px;
    }

}

@media only screen and (max-width: 992px) {
    h2.buy-now-section__title {
        margin-bottom: -20px;
    }
    .section-page__content > p {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .section-page__content > h2 {
        padding-left: 40px;
    }
    #condition-modal {
        width: 90%;
    }
    .question-detail {
        vertical-align: top;
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #page_41 > section > div.row.clearfix > div.col-xs-12.theme__page__support-content > div.support-buttons__wrapper.clearfix > div:nth-child(1) > a > div {
        font-size: 10.12px;
    }
    
    .dropdown-store .btn-group button.btn:nth-child(2) {
        width: 90%;     
    }
    
    .dropdown-store > .btn-group {
        width: 100%;
    }
  
    .cosycontent > table {
        padding: 0;
    }
  
    .cosycontent h2 {
        font-size: 22px;
    }
  
    .cosycontent p.plaintext,
    .cosycontent h2,
    .cosycontent h3,
    .cosycontent p {
      padding: 0;
    }
  
    .support-page .section-page__content > ul, 
    .support-page .section-page__content > ol {
        padding-left: 15px;
    }
    .block-animal > .animated-block {
        left: -65px;
        bottom: -70px;
    }
    .block-animal > img {
        left: 15px;
        width: 125px;
        bottom: -20px;
    }
    .support-accordion-wrapper .panel-group {
        padding-bottom: 15px;
    }
    #page_9 .block-animal > img {
        left: 5px;
        width: 112px;
    }
    .page__content {
        margin-top: 0;
    }
    .section-page__content > p,
    .section-page__content > h2 {
        padding-left: 0;
        padding-right: 0;
    }

    .where-to-buy-page .section-page__content > p {
        padding-right: 0;
    }
  
    h2.buy-now-section__title {
        font-size: 22px;
        width: auto;
        text-align: center;
    }
  
    .support-page .section-page__content > p {
        padding-right: 0;
        padding-left: 0;
    }
    .support-accordion-wrapper .panel-heading {
        padding: 10px 15px 10px 20px;
    }
    .home-page .section-seperator {
        width: auto;
    }
    .panel-button {
        width: 95%;
        font-size: 12px;
        padding: 10px 12px;
    }
    .support-accordion-wrapper .panel-body {
        padding: 15px 19px;
    }
    p.content-blue {
        font-size: 18px;
        padding: 0 5px; 
    }
    .section-problems__title > h2 {
        font-size: 18px;
    }
    .block-title > img {
        top: 5px;
    }
    .section-problems__block {
        padding: 0 5px;
        margin-bottom: 0;
    }
    .product-item-wrapper {
        width: 50%;
    }
    .condition-page__remark {
        padding: 0 20px;
    }
    .product-name {
        font-size: 15px;
    }
    .product-block.product-gold {
        max-width: 250px;
        margin: 0 auto;
    }
    .all-products__section-title h2 {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .all-products-wrapper {
        padding: 0;
    }
    .section-page__content {
        padding: 0 19px;
        margin-top: 30px;
    }
    .section-problems__blocks-wrapper {
        max-width: 96%;
        padding-bottom: 15px;
    }
    .banner-img__large {
        display: none;
    }
    .banner-img__small {
        display: block;
        position: relative;
    }
    .top__banner {
        position: relative;
        height: auto;
    }
    .top__banner-text, .support-page .top__banner-text, .faq-page .top__banner-text {
        position: initial;
        text-align: center;
        max-width: 100%;
        padding: 20px 15px;
        background-color: #1e3467;
        color: #fff;
    }
    #page_5 .top__banner-text,
    #page_6 .top__banner-text {
        max-width: 100%;
    }
    .curve-block__top {
        bottom: -20px;
    }
    .curve-large {
        display: none;
    }
    .curve-small {
        display: block;
    }
    .top__banner-text > p {
        font-size: 16px;
        padding-top: 20px;
    }
    .homepage__description > p {
        max-width: 100%;
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .top__banner-text > h2,
    .top__banner-text > h1 {
        font-size: 30px;
        padding: 0 10px;
    }
    .section-seperator,
    .condition-page .section-seperator{
        width: auto;
        margin: 0 19px;
    }
    .product-page .section-seperator {
        width: 100%;
        margin: auto;
    }
    .where-to-buy-page .page__banner-header {
        max-width: 100%;
    }
    .wheretobuy-img__wrapper {
        display: block;
        justify-content: initial;
        align-items: initial;
        height: auto;
        min-height: 125px;
        width: auto;
        max-width: 75%;
        margin-top: 35px;
    }
    .wheretobuy-img {
        width: auto;
        max-width: 75%;
        margin: auto;
    }
    .wheretobuy-btn-wrapper {
        max-width: 75%;
        margin: 0 auto;
        position: relative;
        padding-top: 12px;
        left: 0;
    }
    .buy-now-block {
        margin: 10px 0;
    }
    .seperator-with-logo {
        margin-top: 35px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .seperator-with-logo .section-seperator {
        width: 100%;
        margin: auto;
    }
    .logo-seperator {
        max-width: 110px;
        top: -36px;
    }
    #condition-modal {
        top: 70px;
        font-size: 40px;
        width: 100%;
        height: 100vh;
    }
    .condition-modal-body {
        max-width: 100%;
    }
    .modal-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
        height: 100vh;
        background-image: url('/static/media/images/modal-bg-mobile.jpg');
    }
    h1.condition-modal-header {
        font-size: 40px;
        max-width: 320px;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .condition-modal-text {
        height: 40vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .condition-modal-btn > a, .modal-agree-link {
        font-size: 14px;
        padding: 6px 7px;
        margin: 0;
    }
    .condition-modal-body ::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }
    .condition-modal-body ::-webkit-scrollbar-thumb {
        background-color: #9d9d9c;
        border-radius: 25px;
    }

    .faq-page .section-seperator {
        width: 90%;
    }
    .faq-section h3 {
        font-size: 26px;
        padding-left: 20px;
    }
    .faq-block {
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #question_1_1 .answer .arrow-symbol {
        right: 2px;
    }
    .question-bullet {
        width: auto;
        vertical-align: top;
    }
    .question-detail {
        width: 75%;
    }
    .faq-section {
        margin: 12px 0;
    }
    .answer p {
        padding-right: 25px;
        padding-top: 7px;
    }
    .answer-arrow {
        max-width: 100%;
        margin-left: -15px;
    }
    .answer .button-text {
        left: -10px;
        bottom: -4px;
        padding-left: 8px;
    }
    .support-accordion-wrapper .panel-body span.glyphicon {
        top: 12px;
    }

    .section-problems__block:nth-child(2), .section-problems__block:nth-child(5) {
        padding: 0 5px;
    }
    .gold-block .block-animal > .animated-block {
        bottom: -78px;
        left: -68px;
    }
    .gold-block .block-animal > img {
        bottom: -25px;
        left: 5px;
    }
    .green-block .block-animal > .animated-block {
        bottom: -80px;
        left: -60px;
    }    
    .dropdown-store .dropdown-menu {
        left: 0;
        width: 98%;
    }

}

/* Customize */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .dropdown-store .btn-group button.btn:nth-child(2) {
        max-width: 255px;
        float: none;
    }
    .dropdown-store .button-title {
        float: none;
        display: block;
    }
    .dropdown-store .btn-group>.btn+.dropdown-toggle {
        margin-left: -5px;
        float: none;
    }
    .product-name {
        font-size: 18px;
    }
    .product-block {
        max-width: 270px;
        margin: 0 auto;
    }
    .section-problems__block {
        width: 50%;
        max-height: 268px;
    }
    #page_9 .section-problems__block {
        max-height: 262px;
    }
    .panel-button {
        width: 60%;
    }
    .top__banner-text > p {
        font-size: 22px;
        padding: 20px 30px 0;
    }
    .top__banner-text > h2, .top__banner-text > h1 {
        font-size: 32px;
    }
    .top__banner-text > p {
        font-size: 24px;
    }
  
    #page_5 .section-seperator {
        width: 92%;
    }
    .home-page .block-animal > img {
        left: 15px;
        width: 90px;
        bottom: -15px;
    }
    .home-page .block-animal > .animated-block {
        left: -50px;
        bottom: -80px;
        width: 100%;
    }
    .buy-now-block:last-child {
        margin-bottom: 30px;
    }
    #condition-modal {
        height: auto;
    }
    #page_6 .page__banner-header > h2 {
        font-size: 36px;
    }
    .dropdown-store .dropdown-menu {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 283px;
    }
}


@media only screen and (max-width: 360px) {
    .section-page__content {
        margin-top: 15px;
    }
  
    #page_5 .section-page__content {
        margin-top: 25px;
    }
    .section-page__content > p {
        margin-bottom: 18px;
        font-size: 14px;
    }
    .section-page__content > h2 {
        font-size: 16px;
    }
    .top__banner-text > h2, #page_6 .page__banner-header > h2,
    .top__banner-text > h1, #page_6 .page__banner-header > h1{
        font-size: 24px;
    }
    .block-animal > .animated-block {
        left: -80px;
        bottom: -73px;
        width: 100%;
    }
    .block-animal > img {
        left: 5px;
    }
    .green-block .block-animal > .animated-block {
        left: -80px;
    }
    .support-accordion-wrapper .panel:nth-child(4) .panel-button {
        font-size: 10.25px;
    }
}
