@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

a[href^="http"]:after,
a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
a[href^="https://meow.diamonds/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}

a[href^="https://meow.diamonds/"]{
	text-decoration: underline!important;
	color: #465363!important;
}
a[href^="https://meow.diamonds/"]:hover {
	text-decoration: none!important;
	color: #000000!important;
}


.hasimg:after {
  margin: inherit!important;;
  font-family: inherit!important;;
  content: ''!important;;
  font-weight: inherit!important;;
}

body,div,p,product-title{
     font-family: 'font-family: 'Noto Sans', sans-serif!important;
     font-size: 100%;
}


.ty-footer-menu__item{
	font-size: 15px!important;
}

.ty-footer-menu__item a{
	color: #a1a1a1!important;
}
h2 span{
	font-weight: normal!important;
     font-family: 'Noto Sans Japanese', sans-serif;
     font-size: 100%;}

.top_items{
	margin-top:30px;
	margin-left:12%;
}

.top_items ul{	
}

.top_items ul li{
	list-style: none;
	display: block;
	border: 4px solid #000;
	margin-bottom:5%;
	position: relative;
	box-sizing:border-box;
}

.top_items ul li img:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.top_items ul li.big div.title{
	margin:5% 5% 15% 5%;
	font-size: 190%;
}

.top_items ul li.small div.title{
	margin:5% 5% 15% 5%;
	font-size: 180%;
}

.top_items ul li div.price{
	margin:5%;
	font-size: 190%;
}

.top_items ul li div.mark{
	color: #fff;
	background: #000;
	position: absolute;
	right: -4px;
	bottom: -4px;
}

.top_items ul li div.mark img{
	width:80px;
	height:80px;
}

.top_items ul li.big{
	width:60%;
	float: left;
	font-weight: bold;
}

.top_items ul li img{
	width: 100%;
	margin-top:-3px;
	padding-top:0;
}


.top_items ul li.small{
	width:36%!important;
	float: right!important;
	font-weight: bold;
}

.tygh-content{
	border: none!important;
	background: #fff!important;
}

@media screen and (max-width: 767px) {

.ty-payment-icons{
	margin-top:-40px!important;
}
	#copyright{
		margin-top:10px;
		height:30px;
	}
.side-sns{
	display: none;
}

.top_items{
	margin-top:30px;
	margin-left:0;
	
}
	
.top_items ul li.big{
	width:100%!important;
	float: none;
	font-weight: bold;
}
.top_items ul li.small{
	width:100%!important;
	float: none!important;
	font-weight: bold;
}
}

.side-sns{
	position:fixed;top:260px;left:0;width:50px;
	z-index: 999;
}

.side-sns ul{
}

.side-sns ul li{
	list-style: none!important;
	width:50px;
	height:50px;
	margin:0 0 20px 0;
}

.side-sns ul li img{
	width:50px;
	height:50px;
}

.ty-sidebox{
	display:none!important;
}

ul.ty-menu__items li
{
	font-size:14px!important;
}

.ty-search-block__input{
	background: #000!important;
}

input#search_input.ty-search-block__input.cm-hint{
border: 2px solid #000;
background: #000;
	border-radius: 0;
}

.top-cart-content .ty-dropdown-box__title{
	background: #fff!important;
	background: url(/images/cart-mark.png) no-repeat!important;
	padding:10px 0 40px 270px;
	text-align: left;
}
.ty-minicart__icon{
	display: none;
}

.ty-minicart-title{
color: #000!important;
}

span.ty-minicart-title.ty-hand{
	display: none;
}






#dropmenu {
  list-style-type: none;
  width: 760px;
  margin: 0 0 0 -140px ;
  padding: 0;
}
#dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
list-style: none;
}
#dropmenu li.a {
  width: 30%;
}
#dropmenu li.b {
  width: 20%;
}
#dropmenu li.c {
  width: 20%;
}
#dropmenu li.d {
  width: 30%;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #666;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {  background: #666 }
#dropmenu > li:hover li:hover > a {  background: #000 }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #666 }
#dropmenu li:hover ul li ul li:hover > a {  background: #000 }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}


@media screen and (max-width: 767px) {
	#dropmenu {
display: none;
}
}


@media (max-width: 992px) {
	#dropmenu {
		margin:0 0 0 -100px;
width: 560px;
	}
	}


#copyright{
	width:220px;
}

#copyright img{
	width:220px;
}

.ty-social-link{
	float: left;
	width:40px;
	height:40px;
	margin-bottom:15px;
}

.ty-social-link img{
	width:40px;
	height:40px;
}

input#search_input.ty-search-block__input.cm-hint-focused{
	color: #fff;
}

.ty-search-block__input{
	margin-bottom:15px;
}

.ty-social-link-blocks{
	width:100%;
	background: #cff;
	text-align: right;
}
.ty-social-link-blocks div{
	float: right;
	margin-left:16px!important;
	margin-bottom:20px!important;
}

.ty-social-link{
	margin-right:0!important;
}
.ty-payment-icons{
	text-align: right;
}

div.span16.ty-footer-grid__full-width.ty-footer-menu{
	background: #000;
}

#footer-text{
	text-align: right;
	color: #bdc3c7;
	margin:15px -15px 60px 0;
}
#footer-text span{
	border-bottom:1px solid #bdc3c7;
}
#footer-text img{
	width:70px;
	height: 70px;
	vertical-align:bottom;
}
ul.ty-menu__items.cm-responsive-menu{
	margin-bottom:20px;
}
@media screen and (max-width: 543px) { 
#top-onlineshop{
	width:180px;
}
}

@media screen and (max-width: 767px) { 
#top-news-title{
	display: none;
}
}
