@charset "utf-8";

@font-face {
    font-family: 'relight';
    src: url('../fonts/relight.ttf');
}

/*Nav*/
.navbar-nav > li > a {
	padding: 10px 11px;
}
.nav-bottle > li > a {
	padding: 12px 15px;
    overflow: hidden;
}
.nav-bottle .product {
	position: relative;
}
.nav-bottle .product p {
	width: 100%;
    max-width: 100%;
    height: 155px;
    max-height: 155px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
}
.nav-bottle .product p img {
	height: 100%;
    margin: 0 auto;
}

.breadcrumb, .content-nav > ul > li {
    padding-top: 0;
    padding-bottom: 5px;
}

.breadcrumb {
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.breadcrumb.pro {
    margin-bottom: 12px;
}

.feeding-tab {
	margin-top: -82px;
}
.feeding-tab ul.cat-list {
    background: rgba(103, 176, 193, 0.14);
}
.search-icon, .map-icon {
	line-height: 35px;
}

.errorMessage {
	color: #f00;
}

/*Product sub-menu*/
ul.sub-menu {
	position: absolute;
    top: 100%;
    width: 170px;
    background: #73CDE1;
    left: -25px;
    z-index: 99999;
    display: none;
}
ul.sub-menu > li {
	display: block;
    float: none;
    border-bottom: 1px dashed #fff;
    margin-left: 15px;
    padding-left: 0;
    margin-right: 15px;
    padding-right: 0;
    margin-bottom: 7px;
    padding-bottom: 4px;
}
ul.sub-menu >li:last-child {
	border-bottom: none;
}
ul.sub-menu > li > a {
	color: #fff;
}
ul.sub-menu > li > a:hover {
	color: #ddd;
}
li.parent:hover ul.sub-menu {
	display: block;
}

/*font-awesome*/
.follow-link > i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 17.5px;
    background: #696969;
    color: #fff;
    font-size: 22px;
}
.have-link {
    cursor: pointer;
}
.have-link:hover > i {
    background: #73CDE1;
}
span.tt a {
    /*color: #7c7c7c;*/
    color: #646464;
}

/*Footer follow*/
.follow-item {
    display: inline-block;
    width: 110px;
    margin-top: 10px;
}
.follow-item:nth-child(2n){float: right;}
.follow-item span.tt {
    padding-top: 8px;
}

/*Banner font*/
.prel {
    position: relative;
}
.banner-font {
    position: absolute;
    margin: -11px auto 0;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 42px;
    font-size: 3.5vw;
    color: #fff;
    text-shadow: 1px 1px 10px;
    /*
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    */
    font-family: relight;
    text-align: left;
}
.product-banner-font-black {
    position: absolute;
    text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 3.5vw;
    color: #000;
    top: 12%;
    font-family: relight;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}
.product-banner-font-white {
    position: absolute;
    text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 3.5vw;
    color: #fff;
    top: 12%;
    font-family: relight;
    opacity: 0.88;
    -moz-opacity: 0.88;
    -khtml-opacity: 0.88;
    filter: alpha(opacity=88);
    text-shadow: 1px 1px 12px;
}

.product-arrow {
    display: inline-block;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #73CDE1;
    margin-bottom: -4px;
    margin-left: 12px;
}

.paten-row2 {
    background: url(../images/bottle2.png) no-repeat right center;
}

ul.custom {
    padding-left: 20px;
}
ul.custom li {
    list-style: disc;
}

#lang-btn {
    width: 150px;
    background-color: #60CAE4;
    color: #fff;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
#lang-show {
    list-style: outside none none;
    padding: 5px 10px;
}
#lang-list {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
}
#lang-list li {
    width: 150px;
    padding: 5px 10px;
    background-color: #60cae4;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}
#lang-list li:last-child {
    border-bottom: 1px solid #fff;
}
#lang-list li a {
    color: #fff;
}
#lang-btn:hover #lang-list {
    display: block;
}

#sitemap-container {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.sitemap-list {
    margin-top: 50px;
    margin-bottom: 100px;
}
.sitemap-item {
    margin: 0 0 6px;
}
.sitemap-item a {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    text-decoration: none;
}
.sitemap-item > a {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    color: #000;
    background-color: #eeeff2;
    padding: 8px 50px 8px 30px;
    padding-right: 50px;
    text-transform: uppercase;
}
.sitemap-item > a:hover {
    background-color: #73CDE1;
    color: #FFF;
}
.sitemap-item a .arrow {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    overflow: hidden;
    text-indent: 99px;
    background-image: url('../images/iicon.png');
    background-position: 0 -611px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 13px;
}
.sitemap-item a .arrow.down {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.sitemap-sub-list {
    display: none;
    margin: 15px 0 0 60px;
}
.sitemap-sub-item a {
    color: #7c7c7c;
    padding: 4px 0;
}
.sitemap-sub-item a:hover {
    color: #000;
}

/*搜索页面*/
div.result-item {
    margin-top: 10px;
    margin-bottom: 30px;
}
div.result-url {
    font-size: 14px;
    color: #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
}
h2.result-title {
    padding: 20px 0;
}
.result-title {
    color: #60cae4 !important;
    font-weight: bold;
    font-size: 21px;
}

.product-zoom-bottom {
    margin-top: 20px;
}

/*Search icon*/
#top-right-block {
    width: 150px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    margin-top: 3px;
}
#search-container {
    max-width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    display: none;
}
#search-container input {
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 5px;
    padding-left: 6px;
    max-width: 100%;
}
#search-container span {
    color: #ddd;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
}

/* LANGUAGE */
body.language-7 .follow-item-1 span.tt {
    padding-left: 5px;
}
body.language-7 .navbar-my .navbar-nav > li > a {
    color: #8c8c8c;
}
body.language-7 .navbar-my .navbar-nav > .active > a, body.language-7 .navbar-my .navbar-nav > .active > a:focus, body.language-7 .navbar-my .navbar-nav > .active > a:hover, body.language-7 .navbar-my .navbar-nav > li > a:hover {
    color: #73cde1;
    background: transparent;
}
body.language-7 .navigation > ul > li > .dropdown-menu > li > a {
    font-size: 19px;
    font-size: inherit;
}
body.language-7 .recipe-wrap {
    height: auto;
    min-height: 825px;
}
body.language-7 .ingredient {
    color: #646464;
}
body.language-7 .sitemap-item > a {
    color: #646464;
}
body.language-7 p, body.language-7 a, body.language-7 span, body.language-7 div {
    letter-spacing: 1px;
}
body.language-7 .follow-item a {
    letter-spacing: 0px;
}

body.language-9 .follow-item span.tt {
    padding-left: 4px;
}

body.language-10 .navbar-my, body.language-11 .navbar-my {
    max-width: 100%;
}
body.language-10 .nav.navbar-nav, body.language-11 .nav.navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
body.language-10 .navbar-my .navbar-nav>li>a{
	padding: 10px 15px;
}
body.language-10 .footer-menu5 {
    width: 100%;
}
body.language-10 .last-foot{
	padding-left: 15px;
}
body.language-10 .foot-second {
    width: 16.66666667%;
    padding-left: 15px;
}
body.language-10 footer .col-sm-2:nth-child(4){
	width: 23%;
}
body.language-11 .submit-btn {
    padding: 10px 45px;
}
body.language-11 .nav-bottle > li > a {
    overflow: visible;
    height: 100%;
}
body.language-11 .navbar-my .navbar-nav>li>a{
	padding: 10px 18px;
	font-weight: 300;
	font-family: "微软雅黑";
}
body.language-10 .navbar-my .navbar-nav>li>a{
  font-weight: 300;
  font-family: "微软雅黑";
}
body.language-11 .footer-menu3 h2,body.language-11 .footer-menu4 h2{
	font-family: "微软雅黑";
}
body.language-11 .footer-menu5 h2{
	font-family: "微软雅黑";
}
body.language-11 .last-foot {
    width: 28.333333%;
    padding-left: 15px;
}
body.language-11 footer .col-sm-2:nth-child(4){
	width: 23%;
}
body.language-11 .foot-second {
    width: 12.66666667%;
    padding-left: 15px;
}
body.language-11 .footer-menu5 {
    width: 100%;
}
@media (max-width:1199px) and (min-width: 768px) {
.header{
 	padding: 0 15px;
 	position: relative;
 	margin:15px 0; 
 }
 .header .col-sm-6.col-md-6 {
 	width: 100%;
 }
 .header .right-icon{
 	position: absolute;
 	right: 0;
 	top: 10px;
 }
 .navbar-my{
 	float: none;
 }
 .banner {
    margin-top: 5px;
}
 body.language-11 .navbar-my .navbar-nav>li>a, body.language-10 .navbar-my .navbar-nav>li>a {
    padding: 10px 15px;
    line-height: initial;
}
.navbar-nav > li > a {
		font-size: 18px;
}
.navbar-nav > li:first-child > a{
	padding-left: 0 !important;
}
 .product-title{
 	font-size: 18px;
 }
.footer-menu3 h2,.footer-menu4 h2{
 	font-size: 16px;
 }
.footer-menu3 h2, .footer-menu4 h2{
 	font-size: 16px;
 }

.footer-menu li{
 	font-size: 12px;
 	line-height: initial;
 }
.footer-menu5 h2{
 	font-size: 16px;
 }
 body.language-10 footer .col-sm-2:nth-child(4) {
    width: 16.66666667%;
}
.cur-icon{
	width: 16%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
 span.tt a{font-size: 12px;}
 .follow-link > i {
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 18px;
}
span.tt{
	padding-left: 5px;
}
.follow-item{
	width: 90px;
}
.copy-right{
    font-size: 12px;
    padding: 15px 0;
    margin-top: 12px;
}

/*lang11*/
body.language-11 .nav-bottle li,body.language-11 .nav-bottle > li > a{font-size: 12px; line-height: initial;}
body.language-11 .various-title{font-size: 20px;}
body.language-11 .food-title {
    font-size: 20px;line-height: initial;
}
body.language-11 .product-soothing{width: 20.33333%;}
body.language-11 .lolly-title a{font-size: 14px;}
body.language-11 .spoon-title,body.language-11 .soothing-title,body.language-11 .sac-title,body.language-11 .bottle-title,body.language-11 .soft-title{
    font-size: 18px !important;
}


}
@media (max-width:1199px) and (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 20px;
    padding: 10px 26px !important;
 }
 .header .right-icon{
 	right: calc(2.2%);
 }
}
@media (max-width:767px){
 body.language-7 .follow-item-2, body.language-7 .follow-item-4 {
    padding-left: 10px;
}
 body.language-10 .nav.navbar-nav, body.language-11 .nav.navbar-nav{
   display: block;
 }
 body.language-10 .foot-second,body.language-11 .foot-second{width: 100%;}
 body.language-10 footer .col-sm-2:nth-child(4),body.language-11 footer .col-sm-2:nth-child(4){
    width: 100%;
 }
 body.language-11 .last-foot{width: 100%;}
 body.language-11 .nav-bottle > li > a{font-size: 13px;}
 body.language-11 .spoon-title,body.language-11 .soothing-title,body.language-11 .sac-title,body.language-11 .bottle-title,body.language-11 .soft-title {
    font-size: 17px;
    line-height: 24px !important;
 }
 body.language-11 .various-title {
    font-size: 18px;
    line-height: initial;
 }

}
@media (max-width:1399px) and (min-width: 1200px) {
	body.language-11 .header,body.language-10 .header{
		padding: 0 15px;
	}
	body.language-10 .navbar-my .navbar-nav>li>a,body.language-11 .navbar-my .navbar-nav>li>a{
		padding: 10px;
		font-size: 16px;
	}
	body.language-10 .right-icon,body.language-11 .right-icon{
		padding-right: 15px !important;
		text-align: right;
		width: 20%;
	}
	body.language-10 .header .col-sm-6.col-md-6,body.language-11 .header .col-sm-6.col-md-6{
		width: 55%;
	}
}
@media (max-width:1599px) and (min-width: 1400px) {
	body.language-11 .header,body.language-10 .header{
		padding: 0 15px;
	}
	body.language-10 .navbar-my .navbar-nav>li>a,body.language-11 .navbar-my .navbar-nav>li>a{
		font-size: 17px;
	}
	body.language-10 .right-icon,body.language-11 .right-icon{
		padding-right: 15px !important;
		text-align: right;
		width: 20%;
	}
	body.language-10 .header .col-sm-6.col-md-6,body.language-11 .header .col-sm-6.col-md-6{
		width: 55%;
	}
}
@media (max-width:1855px) and (min-width: 1600px) {
body.language-10 .navbar-my .navbar-nav>li>a,body.language-11 .navbar-my .navbar-nav>li>a{
		padding: 10px 13px;
		font-size: 18px;
	}
body.language-11 .header,body.language-10 .header{
		padding: 0 40px;
	}

}