/* CSS Document */


/**, html {
	margin:0px;
	padding:0px;
	outline:none;
       filter: grayscale(100%);
       filter: gray; 
       -moz-filter: grayscale(100%);
       -webkit-filter: grayscale(100%);

}*/
.container {
	margin:0px auto 0px auto !important;
	padding:166px 0px 30px 0px !important;
	width:940px;
	background-color:#ffffff;
	clear:both;
}
.col-md-12	{
	padding:0px !important;
}

/* HEADER
____________________________________________ */

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139130828-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-139130828-1');
</script>


#div-header-section {
	margin:0px;
	padding:0px;
	width:100%;
	background:#fff;
	position:fixed;
	z-index:100;
}
#div-header-section .div-header-info {
	margin:auto;
	padding:12px 0px 10px 0px;
	width:940px;
	height:80px;
	position:relative;
}
/*
#div-header-section .div-header-info .span-chistmas {
	display:block;
	position:absolute;
	width:296px;
	height:263px;
	text-indent:-6000px;
}
#div-header-section .div-header-info .span-chistmas-left {
	background:url(../images/christmas_tree_rigth.png) left top no-repeat;
	left:-300px;
	top:-12px;
}
#div-header-section .div-header-info .span-chistmas-right {
	background:url(../images/christmas_tree_left.png) right top no-repeat;
	right:-300px;
	top:-12px;
}
*/
/* Logo */
#div-header-section .div-header-info .div-logo {
	width:184px;
	height:63px;
	float:left;
}

/* Info */
#div-header-section .div-header-info .div-info {
	width:756px;
	float:left;
}
#div-header-section .div-header-info .div-info h2 {
	margin-top:0px;
	margin-bottom:0px;
	width:0px;
	font-family:'rimping_headlineregular';
	font-size:0px; /*&#1072;&#8470;&#1026;&#1072;&#1105;”&#1072;&#1105;&#1169;&#1072;&#1105;&#1038; 26px*/
	color:#fff;
	text-align:right;
}
/* Language */
#div-header-section .div-header-info .div-info .div-langselect {
	padding-top:36px; /*&#1072;&#8470;&#1026;&#1072;&#1105;”&#1072;&#1105;&#1169;&#1072;&#1105;&#1038; 10px*/
	width:756px;
}
#div-header-section .div-header-info .div-info .div-langselect .ul-lang {
	height:20px;
	list-style:none;
}
#div-header-section .div-header-info .div-info .div-langselect .ul-lang li {
	margin-left:0px;
	margin-right:0px;
	width:34px;
	height:20px;
	float:right;
	border-right:solid 2px #007534;
	text-align:center;
}
#div-header-section .div-header-info .div-info .div-langselect .ul-lang li:first-child {
	border-right:none;
}
#div-header-section .div-header-info .div-info .div-langselect .ul-lang li a {
	display:block;
	padding-top: 4px;
	width:32px;
	height:20px;
	font-size:12px;
	color:#007534;
	line-height:13px;
	font-family:'rimping_headlineregular';
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
/*
#div-header-section .div-header-info .div-info .div-langselect .ul-lang .a-uk-flag {  }
#div-header-section .div-header-info .div-info .div-langselect .ul-lang .a-th-flag {  }
#div-header-section .div-header-info .div-info .div-langselect .ul-lang .a-jp-flag { 
	cursor:pointer;
}
*/
#div-header-section .div-header-info .div-info .div-langselect .ul-lang .active,
#div-header-section .div-header-info .div-info .div-langselect .ul-lang li a:hover { 
	color:#f26631;
	text-decoration:none;
}

/* Menu 1 */
#div-header-section .div-menu {
	margin:auto;
	width:940px;
	height:46px;
	/*background:url(../images/bg-header-menu.jpg) repeat-x;*/
	background:url(../images/line-header.png) repeat-x;
	border-bottom:solid 1px #b2b2b2;
	clear:both;
	position: relative;
	z-index: 11;

}/*
#div-header-section .div-menu .div-btn-shoponline {
	margin-bottom:0px;
	width:123px;
	height:46px;
	float:left;
}
#div-header-section .div-menu .div-btn-shoponline a.a-shoponline {
	width:123px;
	height:46px;
	text-indent:-9999px;
	background:url(../images/btn-shoponline.png) no-repeat;
	display:block;
}*/
#div-header-section .div-menu .div-menu-list {
	display:table;
	width:780px;
	height:46px;
	position:relative;
	z-index: 10;
	float:left;
}
#div-header-section .div-menu .div-menu-list ul {
	display:table-row;
	list-style:none;
	height:46px
}
#div-header-section .div-menu .div-menu-list ul li {
	padding:5px 0px 5px 0px;
	display:table-cell;
	min-width:135px;
	border-right:solid 1px #aaaaaa;
	vertical-align:middle;
}
#div-header-section .div-menu .div-menu-list ul li:last-child {
	border-right:none;
}
#div-header-section .div-menu .div-menu-list ul li a {
	display:block;
	width:100%;
	font-family:'rimping_headlineregular';
	font-size:13px;
	font-weight:bold;
	color:#595753;
	
	text-align:center;
	line-height:15px;
}
#div-header-section .div-menu .div-menu-list ul li a:hover,
#div-header-section .div-menu .div-menu-list ul li a.active {
	color:#1a4923;
	text-decoration:none;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu {
	margin:8px 0px 0px 0px;
	padding:8px;
	width:817px;
	height:290px;
	background:#fff;
	list-style:none;
	visibility:hidden;
	display:inline-block;
	position:absolute;
}
#div-header-section .div-menu .div-menu-list .li-main-menu:hover .ul-sub-menu	{
	visibility:visible;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu {
	float:left;
	width:200px;
	border:none;
	display:inline-block;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu ul {
	float:none;
	list-style:none;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu ul li {
	padding:10px;
	width:200px;
	border-right:none;
	display:inline-block;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu ul li a {
	width:200px;
	font-family:'rimping_headlineregular' !important;
	font-size:13px !important;
	font-weight:400 !important;
	line-height:18px;
	color:#595753;
	text-align:left !important;
	display:block;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu ul li:hover {
	background-color:#595753;
}
#div-header-section .div-menu .div-menu-list .li-main-menu .ul-sub-menu .li-sub-menu ul li:hover a {
	font-family:'rimping_headlineregular' !important;
	color:#fff !important;
}

/* Menu 2 */
#div-header-section .div-menu-sec {
	margin:auto;
	width:940px;
	height:40px;
	display:table;
	border-bottom:solid 1px #aaa;
}
#div-header-section .div-menu-sec ul {
	display:table-row;
	list-style:none;
	height:40px
}
#div-header-section .div-menu-sec ul li {
	padding-top:5px;
	min-width:130px;
	height:35px;
	vertical-align:middle;
	display:table-cell;
}
#div-header-section .div-menu-sec ul li a {
	display:block;
	width:100%;
	text-align:center;
	font-family:'rimping_headlineregular';
	font-size:12px;
	color:#595753;
	
	line-height:15px;
}
#div-header-section .div-menu-sec ul li a:hover, 
#div-header-section .div-menu-sec ul li a.active	{
	text-decoration:none;
	color:#528b00;
}


/* CONTENT
____________________________________________ */

#div-content	{
	margin:0;
	width:100%;
	position:relative;
}


/* FOOTER STYLE
____________________________________________ */

#div-menu-footer {
	padding-top:25px;
	width:100%;
	background:#f6f5f3;
}

/* Menu 1 */
#div-menu-footer .div-fix-footer-menu {
	margin:0px auto 0px auto;
	padding-bottom:25px;
	width:940px;
}
#div-menu-footer .div-fix-footer-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#div-menu-footer .div-fix-footer-menu ul li {
	padding:0 16px 0 16px;
	display:inline-block;
	border-right:solid 1px #595753;
}
#div-menu-footer .div-fix-footer-menu ul li:first-child {
	padding-left:0;
}
#div-menu-footer .div-fix-footer-menu ul li:last-child {
	border-right:none;
	padding-right:0;
}
#div-menu-footer .div-fix-footer-menu ul li a {
	display:block;
	width:100%;
	text-align:center;
	font-family:'rimping_headlineregular';
	font-size:14px;
	color:#595753;
	
	line-height:14px;
}
#div-menu-footer .div-fix-footer-menu ul li a.a-fixfontsize {
	font-size:13px !important;
}
#div-menu-footer .div-fix-footer-menu ul li a:hover,
#div-menu-footer .div-fix-footer-menu ul li a.active {
	color:#4e9225;
	text-decoration:none;
}

/* Menu 2 */
#div-menu-footer .div-cate-menu-footer {
	margin:auto;
	width:940px;
	position:relative;
}
#div-menu-footer .div-shoponline {
	float:left;
	width:123px;
}
#div-menu-footer .div-shoponline a.a-shoponline {
	width:123px;
	height:46px;
	text-indent:-5000px;
	/*background:url(../images/btn-shoponline.png) no-repeat;*/
	background:url(../images/home_delivery_service.jpg) no-repeat;
	display:block;
}
#div-menu-footer .div-footer-menu-list {
	float:left;
	width:817px;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu {
	padding-left:77px;
	list-style:none;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .li-cate-menu {
	float:left;
	width:180px;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .li-cate-menu h4 {
	margin:0;
	padding-bottom:5px;
	font-family:'rimping_headlineregular';
	font-size:13px;
	color:#4e9225;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .ul-menuitem {
	padding-left:0;
	list-style:none;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .ul-menuitem li {
	float:none;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .ul-menuitem li a.a-footer-menu-item {
	font-family:'rimping_headlineregular';
	font-size:13px;
	color:#595753;
}
#div-menu-footer .div-footer-menu-list .ul-category-menu .ul-menuitem li a.a-footer-menu-item:hover, 
#div-menu-footer .div-footer-menu-list .ul-category-menu .ul-menuitem li a.active {
	font-family:'rimping_headlineregular';
	text-decoration:underline;
}

/* Back to Top */
#div-menu-footer .div-backtotop {
	margin:0px auto 0px auto;
	padding-top:20px;
	width:940px;
	text-align:right;
	display:block;
}
.div-backtotop .a-backtotop {
	display:inline-block;
	padding-top:4px;
	padding-right:35px;
	font-family:'rimping_headlineregular';
	font-size:10px;
	color:#595753;
	height:24px;
	background:url(../images/backtotop-bg.png) right no-repeat;
}

/* Info */
#div-content-footer {
	display:block;
	width:100%;
	background:#595753;
}
#div-content-footer .div-footer-info {
	margin:auto;
	padding-bottom:10px;
	width:940px;
}
#div-content-footer .div-footer-info .div-footer-logo {
	width:280px;
	float:left;
}
#div-content-footer .div-footer-info .div-footer-logo h2 {
	width:220px;
	height:77px;
	text-indent:-5000px;
	background:url(../images/logo-footer.png) no-repeat;
}
#div-content-footer .div-footer-info .div-footer-text {
	padding-top:25px;
	width:420px;
	float:left;
}
#div-content-footer .div-footer-info .div-footer-text h3 {
	margin:0;
	font-family:'rimping_headlineregular';
	font-size:16px;
	color:#9b9a98;
}
#div-content-footer .div-footer-info .div-footer-text p {
	display:block;
	font-family:'rimping_headlineregular';
	font-size:11px;
	color:#9b9a98;
	margin-top:5px;
}
#div-content-footer .div-footer-info .div-footer-text a {
	color:#9b9a98;
}
#div-content-footer .div-footer-info .div-footer-text a:hover, 
#div-content-footer .div-footer-info .div-search-box .div-credit a:hover {
	color:#4e9225;
	text-decoration:none;
}
#div-content-footer .div-footer-info .div-search-box {
	display:block;
	width:240px;
	float:left;
	padding-top:25px;
}
#div-content-footer .div-footer-info .div-search-box .div-credit {
	padding-top:5px;
	font-family:'rimping_headlineregular';
	font-size:10px;
	color:#999999;
}
#div-content-footer .div-footer-info .div-search-box .div-credit a {
	color:#999999;
}

/* Previous / Back */
.div-navipage {
	margin:0;
}
.div-navipage .div-previous,
.div-navipage .div-next {
	float:left;
	margin:0;
	padding:0;
	width:50%;
	background:url(../images/previous_btn.png) left no-repeat;
	display:block;
}
.div-navipage .div-next {
	text-align:right;
	background:url(../images/next_btn.png) right no-repeat;
}
.a-previous,
.a-next {
	font-family:'rimping_headlineregular';
	color: #595753;
	text-decoration:none;
	display:inline-block;
}
.a-previous	{ padding-left:30px; }
.a-next 	{ padding-right:30px; }
.a-previous:hover,
.a-next:hover	{
	font-family:'rimping_headlineregular';
	text-decoration:underline;
	color:#528b00;
}

/* GOOGLE SEARCH
____________________________________________ */

.gsc-input-box {
	height:100% !important;
	border:none !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:0px !important;
	background:none !important;
}
input.gsc-search-button-v2 {
	height:100% !important;
	padding:0 27px !important;
	border:none !important;
	width:30px !important;
	height:30px !important;
	background-color:#000000 !important;
}
input.gsc-search-button,
input.gsc-search-button:hover, 
input.gsc-search-button:focus {
	margin:0px !important;
	padding:6px !important;
	background-color:#000 !important;
	border:none !important;
	filter: none !important;
}
.gscb_a {
	display:none !important;
}
.gsib_a {
	padding:4px !important;
}
.gsc-tabsArea .gsc-tabHeader {
	height:30px;
	width:80px;
}
