@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@font-face {
	font-family: 'mikochan';
	src: url("../../fonts/japan/mikochan-P.otf")
}
body {
	font-family: 'Noto Sans', sans-serif;
	background: url(../../img/pattern-bg.png) top left repeat;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*font-family: 'epgyosho';*/
	
}
.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
}
.btn-primary:hover {
	background-color: #0025B3;
}
.btn-primary {
	background-color: #13B2FF;
	color: #fff;
}
.btn-blue {
	background-color: #13B2FF;
	color: #fff;
}
.btn-black {
	background-color: #131313;
	color: #fff;
}
.btn-darkblue {
	background-color: #102b91;
	color: #fff;
}
.btn-share-social{
	background-color:#E1E1E1;
	color:#414141;
}
.btn:hover, .btn:focus, .btn.focus{
    color: #fff;
}
.ptop20{ padding-top: 20px; }
.pbottom20{ padding-bottom:20px; }
.mtop20{ margin-top: 20px; }
.mbottom20{ margin-bottom:20px; }
.no-padding{ padding: 0 !important}
.navbar-form .form-group {
	margin-bottom: 0;
}
.mobile-show{ 
	display: none; 
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#videoclip {
	height: 100vh;
	width: 100%;
	background: transparent;
	position: relative;
	overflow: hidden;
}
.video-background {
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}
.video-foreground, .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
.video-foreground {
	height: 300%;
	top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.video-foreground {
	width: 300%;
	left: -100%;
}
}
#videoclip .wsc_scroll_button {
	height: 40px;
	width: 40px;
	background: none;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -20px;
	z-index: 3;
	cursor: pointer;
	transition: 150ms;
	animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
#videoclip .wsc_scroll_button:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
@-webkit-keyframes pointDown {
 from {
transform: translate3d(0, -10px, 0);
}
 to {
transform: translate3d(0, 0px, 0);
}
}
.list-category {
	padding-top: 50px;
	padding-bottom: 50px;
}
.list-category .thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 00px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-transition: border .5s ease-in-out;
	-o-transition: border .5s ease-in-out;
	transition: border .5s ease-in-out;
	position: relative;
}
.list-category .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: rgba(255,255,255,.50);
	text-align: center;
}
.list-category .caption p.text-name-more {
	font-size: 29px;
}
.list-category a {
	color: #292929;
}
.list-category div[class*="col"] {
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-category .thumbnail:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}
.nophoto-bg {
	background: #f3f3f3;
}
.list-category h3 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
}
.list-category .wrap p{
	font-size: 18px;
}
.search-container, .cart-btn-container {
	display: inline-block;
	text-align: center;
}
.search-container {
	padding-top: 50px;
}
.badge-num {
	position: absolute;
	top: -17px;
	right: -10px;
	width: 10px;
	height: 10px;
}
.badge-red, .btn-primary .badge.badge-red {
	background: red;
	color: #fff;
}
.brand-logo-img {
	width: 30%;
}
a.btn-del-modal {
	color: #4F4F4F
}
.input-num-modal {
	width: 50px;
	text-align: center;
}
a.btn-cart-in-modal {
	font-size: 24px;
	color: #00A3DD
}
.table-modal-toppage {
	margin-bottom: 0
}
.btn-close-modal {
	position: absolute;
	right: -28px;
	top: -22px;
}
.btn-close-modal:hover {
	background: transparent;
}
.btn-close-modal img {
	width: 32px;
}
.navbar-default {
	background-color: #102a90;
	border-color: #102b91;
	background: url(../../img/_bg_wave.png) left top no-repeat;
	background-size: cover;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #102b91;
}
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	background-color: transparent;
}
.navbar-default .navbar-toggle, .navbar-toggle.collapsed {
	background: #13B2FF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #13B2FF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-search .btn {
	padding-bottom: 7px;
	padding-top: 7px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.navbar-search .form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0;
}
.navbar-search .form-control:focus {
	box-shadow: 0;
}
.navbar-toggle {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.rec-btn .recommend-icon {
	margin-right: 60px;
}
.rec-btn a img, 
.rec-btn .cart-icon span {
    position: absolute;
}
.rec-btn .recommend-icon img {
	width: 48px;
    top: 9px;
}
.rec-btn .cart-icon img {
	width: 61px;
	top: 9px;
}
.rec-btn .cart-icon span {
	top: 8px;
    left: 30px;
}
.quantity-box .input-group .form-control {
	width: 55px
}
.quantity-box .input-group {
	display: inline-table;
}
.noradius {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.btn-load-more{
	width: 300px;
	margin-top: 15px;
}
.zindex-modal, #header #layer_cart {
	z-index: 99999;
}
.zindex-modal .modal-header .close, 
.popupMessage .modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
	height: 32px;
	width: 32px;
}
.modal-backdrop {
	z-index: 9999;
}
.table-fixed {
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 0
}
.table-fixed tbody {
	height: 500px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead, 
.table-fixed tbody, 
.table-fixed tr, 
.table-fixed td, 
.table-fixed th {
	display: block;
}
.table-fixed tr {
	clear: both
}
.table-fixed tbody td {
	float: left;
}
.table-fixed thead tr th {
	float: left;
	background-color: #13B2FF;
	border-color: #8AD9FF;
}
.table-fixed .input-group-addon, .input-group-btn {
	width: auto
}
/* modal 2 special categories */

.table-fixed td.hidden-icon {
	padding: 4px
}
.video-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#myModalRecommend {
	font-family: 'mikochan', sans-serif;
}
#myModalRecommend table th:nth-child(4) {
	padding-left: 20px;
}
#myModalRecommend .modal-footer .fly-right-cart {
	width: 60px;
	cursor: pointer;
	position: relative;
}
#myModalClip .modal-body {
	min-height: 500px;
}
#myModalRecommend .modal-footer {
	padding: 0;
}
#myModalRecommend .modal-footer button {
	padding: 6px 33px;
	margin-top: 15px;
}
#myModalClip h2, #myNamecard h2 {
	margin-top: 0;
	font-weight: 900
}
#style-4::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #style-4::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #style-4::-webkit-scrollbar-thumb {
 background-color:#B5B5B5;
}
#myModalRecommend .modal-body {
	padding: 0
}
#header nav .nav {
	background: none;
}
#columns .breadcrumb {
	margin: 70px 0px 20px 0;
	border: 0;
	background: url(../../img/_bg_wave.png) left top no-repeat;
    color: #FFF;
}
#columns .breadcrumb a:hover {
	background-color: #13B2FF;
	color: #FFF;
}
#columns .breadcrumb a:before {
	border-right: 0;
}
#columns .breadcrumb a:after {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#columns .breadcrumb a:hover:after {
	background-color: #13B2FF;
	color: #FFF;
}
.popupMessage .modal-body {
	padding: 75px 0 25px 0;
}
.popupMessage .modal-body p {
	font-size: 32px;
	font-weight: bold
}
.popupMessage .man-no-flower {
	position: absolute;
	top: -65%;
	left: 35%;
	width: 160px;
	height: 187px;
	background-size: cover;
}
.popupMessage .vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}
.popupMessage .vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
}
.popupMessage .modal-content {
	width: inherit;
	height: inherit;
	margin: 0 auto;
}
.list-product-heading {
	padding-top: 00px;
    padding-bottom: 20px;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    width: 80%;
}
