.hit {
	position:absolute;
	top:10px;
	left:10px;
	height:50px;
	width:50px;
	z-index:110; 
}
.notransition {
  padding-top:0!important;
}
.h2_cat {
	padding-bottom:px;
	color:black;
	 font-size:0.9em;
	 margin-left:12px;
	 margin-top:12px;
	 text-transform:uppercase;
	 font-family: 'Arial', 'Helvetica';
}
.addd {
	border-bottom:1px dashed #ccc;
}
.frame {
	border:1px dotted #ccc;
	border-radius:3px;
	position:absolute;
	margin-top:0px;
	background-color:white;
	z-index:100;
	margin-right:0;		
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition-delay: 1s;-webkit-transition-delay: 1s;
	animation-fill-mode: forwards;
	cursor:pointer;
}	

.ratio {
	width: 100%; 
}

.ratio-inner {
	position: relative;
	height: 0;
	border: none;
}

.ratio-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}

.ratio-4-3 {
	padding-top:130%; 
	border:0px solid red;
	margin-bottom:40px; 
}
.thumb_img {
	opacity:0;
	transition: all 500ms cubic-bezier(.4,.84,.47,.99); 
	transition-delay: 800ms;-webkit-transition-delay: 800ms;
	
 }
 
.frame:hover {
	padding-top:155%;
	transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.08);
	transition-delay: 1s;-webkit-transition-delay: 1s;
	z-index:101;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.frame:hover .long_desc{
	opacity:1;
	transition: all 500ms cubic-bezier(.9,-0.03,1,.72);
	transition-delay: 1s;-webkit-transition-delay: 1s;
}
.frame:hover a.add_link {
	color:white;
	border:2px solid #353535; 
	background-color:#353535;
	transition:all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-delay: 1s;-webkit-transition-delay: 1s;
}

.frame:hover .sold_out{
	padding-top:160%;
	transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.08);
	transition-delay: 1s;-webkit-transition-delay: 1s;
}
.frame:hover .sold_txt {
	transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.08);
	opacity:0;
}
.frame:hover .thumb_img{
	opacity:1;
	transition: all 800ms linear;
	transition-delay: 1s;-webkit-transition-delay: 1s;
	
}
a.read_text {
	color:white;
	text-transform: uppercase;
	font-family:Arial;
	font-size:0.8rem;
	text-decoration:none;
	padding:4px 7px;
	border:2px solid #444; 
	background-color:#444;
	border-radius: 3px;		
}
a.read_text:hover {
	color:black;
	font-family:Helvetica;
	text-decoration:none;
	padding:4px 7px;
	border:2px solid #444; 
	background-color:white;
	border-radius: 3px;		
}
.quant {
	color:#acacac;
	font-style:normal;
	float:right;
	
	}
#cat_title {
 	font-size: 0.9rem;
	margin-left:5px;
}
#cat_desc_mini {
	margin:15px 0px 50px;
	font-size: 0.8rem;
	color:black;
	text-transform:uppercase;
	line-height:100%;
}
.product_img img {
	width:100%;
	height:auto;
}
.p_price_on {
	margin-right:20px;
	margin-bottom:20px;
}
.pre_frame {
	width:100%;
	position: relative;
    height: 0;
}

.shot_desc {
	position:relative;
	z-index:200;
	text-decoration:none;
	text-transform: uppercase; 
	font-size:0.8rem;
	font-weight:bold;
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.2rem;
	margin-top:10px;
}
.shot_desc a {
	color:#666;
}
.h2_span {
	font-weight:bold;
	color:black;
	font-size:0.8rem;
	text-transform:uppercase;
	font-family: 'Arial', 'Helvetica';	
}
.h2_span div {
	margin-top:-15px;
	margin-left:20px;
}
div.p_price {
	position:absolute;
	left:10px;
	bottom:16px;
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;   
	font-size: 1.1rem;
	line-height:1em;
	color:black;
	z-index:20;
	font-weight:bold;
	
}
.new_product, .hit_product, .toorder, .best_product, .day_product, .gift_product  {
	position:absolute;
	left:5px;
	top:0;
	padding:5px 7px 5px;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height:1em;
	font-weight:400;
	color:white;
	z-index:200;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hit_product {
								background: linear-gradient(80deg, 
									#8aaea1 0%,
									#6f878e 100%
									);
}
.new_product {
	background-color:#8A5E99;
}
.toorder {
	background-color:#7A94A6;
}
.gift_product {
								background: linear-gradient(80deg, 
								#c96eb7 0%,    
								#a56197 100%  
							);
}
.best_product {
	background-color:#A4974E;
}	
.day_product {
	background-color:#D14B89;
}
div.p_price span.cur_price_yes{
							color:white;
							background: linear-gradient(80deg, 
								#8aaea1 0%,    
								#829ba2 100%  
							);	
							padding:4px 6px 3px;
							-webkit-border-radius: 2px;
							-moz-border-radius: 2px;
							border-radius: 2px;
							font-size:1rem;
							}
div.p_price span.cur_price_excl {
							color: white;
							background: linear-gradient(80deg, 
								#c96eb7 0%,    
								#a56197 100%  
							);
							padding: 4px 6px 3px;
							border-radius: 2px;
							font-size: 1rem;
							
						}
div.p_price span.cur_price_gold{
	color:white;
	background-color:#A4974E;
	padding:4px 6px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:1rem;
}	
div.p_price span.cur_price_new{
	color:white;
	background-color:#8A5E99;
	padding:4px 6px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:1rem;
}	
div.p_price span.cur_price_day{
	color:white;
	background-color:#D14B89;
	padding:4px 6px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:1rem;
}	
.grey{
	color:#ccc;
	border:none!important;
	text-decoration:none;
}
div.p_price span.old_price{
	color:#666;
	font-size:0.8rem;
}
.q_products {
	height:10px;
	position:relative;
	float:left;
	margin-left:10px;
	background-color:#CCCCCC;
}
.sold_out { 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-top:135%; 
	background-color:#FFFFFF; 
	z-index:201;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity:  0.7;
	opacity: 0.7;
	cursor:pointer;
	transition: all 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition-delay: 1s;-webkit-transition-delay: 1s;
}
.sold_txt {
	cursor:pointer;
	display:none!important;
	position:absolute;
	width:100%;
	font-size: 1rem;
	height:60px;
	bottom:60%;
	color:black;
	font-size:1rem;
	background-color:#FFFFFF;
	z-index:202; 
	color:#ccc;
	text-align:center; 
	text-transform:uppercase;
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;  
    letter-spacing:0.5rem;
	transition: all 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition-delay: 1s;-webkit-transition-delay: 1s;
}
.sold_txt div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	display:none;
}
a.add_link {
	color:#353535;
	font-family:Helvetica;
	font-size: 0.8rem;
	text-decoration:none;
	padding:4px 7px;
	border:2px solid #353535;  
	background-color:white;
	border-radius: 3px;	 
	transition-delay: 1s;-webkit-transition-delay: 1s;
}
a.add_link_h {
	color:white;
	font-family:Helvetica;
	font-size: 0.8rem;
	text-decoration:none;
	padding:4px 7px;
	border:2px solid black; 
	background-color:black;
	border-radius: 3px;		 
}
a.add_link_null {
	color:white;
	background-color:#999;
	font-family:Helvetica;
	font-weight:bold;
	text-decoration:none;
	padding:4px 7px;
	border-radius: 3px;	
	text-transform:uppercase;
	font-size:0.8rem;	
}
a.add_link:hover {
	color:white;
	font-family:Helvetica;
	text-decoration:none;
	padding:4px 7px;
	border:2px solid #444; 
	background-color:#444;
	border-radius: 3px;		
}
.round {
	position:absolute;
	top:0;
	left:0px;
	z-index:110; 
	padding:12px 9px 12px 7px;
	font-size:0.9rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:40px;
	height:40px;
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
	border:2px solid black;
	background:black;
	text-transform:uppercase;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity:  0.7;
	opacity:  0.7;
}
.round_0 {
	color:#efefef;
}
#cat_btm {
	color:black;
	font-size:1rem;
	margin:0px 0 10px;
	text-align:justify;
}
#cat_btm p{
	margin:0;
	padding:0;
}
#cat_btm h2 {font-size:1.3rem; 
	font-weight:400;
	text-transform:none; 
	font-family:Verdana; 
	line-height:120%;
	display: table;
	margin-bottom:0px;
}
#product_list {
	border:0px solid red;
	margin-top:10px;
}
.long_desc {
	position: absolute;
	bottom:38px;
	font-family: tahoma;
	color:black;
	height:80px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	font-size: 0.8rem;
	padding-top:5px;
	border-top:0px dashed #ccc;
	opacity:0;
	transition: all 300ms cubic-bezier(.9,-0.03,1,.72); 
	transition-delay: 800ms;-webkit-transition-delay: 800ms;
	animation-fill-mode: forwards;
}	
.long_desc p{
	line-height:1.5;	
}
.sub_cut_title {
	font-size:0.8rem;
	text-transform:uppercase;
	font-family:Arial;
	clear:both;
	margin:50px 0 20px;
	font-weight:700;
	color:#333;
	height:80px;
	border:px solid red;
	padding-top:50px;
	
}
.first {margin-top:0}
.small {font-size:rem}
.big {font-size:0.9rem}
.more_bn {position:absolute;right:0px;bottom:-40px}
.show_more_img {display:none}
.more_bn a{font-size:0.7rem;}
.more_bn:hover a {background:none;background-color:white;color:black;border:2px solid #616161;transition: background 500ms linear; }
div.acs_buy, .acs_buy_null {
		position:absolute;
		right:10px;
		bottom:21px;
		z-index:50
}
.no_mobile {display:block}
@media screen and (min-width : 150px) and (max-width : 300px)  {
	.shot_desc {
		font-size: 0.6rem;
	}
	.long_desc {
		display: none;
	}
	div.p_price {
		font-size: 0.6rem;				
	}
	a.add_link {
		font-size: 0.6rem;
	}
	.no_mobile {display:none}
}
@media screen and (min-width : 300px) and (max-width : 599px)  {
	.frame:hover {
		transition:none;
		padding-top:0;
		box-shadow: none;
	}
	.frame:hover a.add_link {
		color:white;
		border:none; 
		background-color:white;
		transition:none;
	}
	.frame:hover .thumb_img{
		opacity:0;
		transition: none;
	}
	.show_more_img {display:block}
	.show_more_text_ {display:none}
	.more_bn:hover a {border:none}
	.pagination .disabled {padding:auto 0px}
	.pagination_previous a {margin-right:10px}
	.sub_cut_title {font-size:0.9rem;line-height:1.4;
		margin:0 10px 0;padding-top:10px!important;height:60px}
	
	.more_bn {right:0;margin-right:-110px;top:0;margin-top:50px}
	.more_bn a { background:none;border:none}
	
	.new_product, .hit_product, .toorder, .best_product, .day_product, .gift_product  	{
		font-size:0.8rem;
		font-weight:700;
		padding:2px 5px 3px;
		top:5px;
		left:0;
	}
	.round {
		font-size:0.7rem;
		width:30px;
		height:30px;
		padding:8px 6px;
		text-transform:lowercase;
		}

	#cat_desc_mini {
		position:relative;
		margin:35px 0px 0px;
		left:10px;
		width:95%;
		text-transform:none!important;
		line-height:1.2rem!important;
		color:#555;
		clear: both;
		border-left: 10px solid #efefef;
				
		padding: 0 10px;
	}
	#cat_btm p {
		padding:10px;
		text-align:left;
		font-size: 1rem;
		line-height: 1.6;
		font-family:Verdana;
		color:#555
		
	}
	#cat_btm img {
		width:90%;
		margin:0 10px}
	#cat_btm h2 {
		margin-left:10px;
		margin-right:10px;
		text-align:left;
	}
	#product_list {

		margin-top:0px;
	}
	#cat_title {
		margin-left:10px;
	}

	.breadcrumb { 
		margin:10px 5px;
	}
	a.add_link_null {
		font-size:0.6rem;
		margin-bottom:-2px
	}
	.ratio-4-3 {
		width:100%;
		padding-top:130%; 
		border:0px solid red;
		margin:0 0 70px;
	}
	.sold_out { 
		padding-top:150%; 
		
	}
	.shot_desc, .long_desc {
		font-size:0.8rem;
	}
	.shot_desc {
		line-height:1.1rem;
		height:55px;
		border:px solid red;
		overflow-y:scroll;
	}
	.row-p-list {
		margin-left:0px!important;
		width:100%;
		border:0px solid blue!important;
	}
	.column {
		  width: 100%;
		  float: left;
		  padding-left: 0rem;
		  padding-right: 0rem; 
	}
	.columns {
		width: 100%;
		border:0px solid green;
		padding:0;
	}
	.frame {
		padding-top:100%;
		border:none;
	}
	.frame:hover .long_desc{
		opacity:0;
	}
	a.add_link {
		font-size:0.8rem;
		border:none;
		padding:0;
	}
	.old_price {
		font-size:0.7rem!important;
		
	}
	div.p_price {
		left:10px;
		bottom:-25px;
		font-size:0.9rem;
	}
	div.acs_buy {
		right:10px;
		bottom:-21px;
	}
	.acs_buy_null {
		right:10px;
		bottom:-23px;
	}
	span.cur_price_yes, span.cur_price_gold, span.cur_price_new, span.cur_price_day, span.cur_price_excl {
		font-size:0.7rem!important;
		padding: 1px 4px 2px!important;
	}

	.new_product, .hit_product, .toorder, .best_product, .day_product, .gift_product  {
		padding:4px 5px 5px;
		-webkit-border-radius: 2px!important;
		-moz-border-radius: 2px!important;
		border-radius: 2px!important;
	}	
	.no_mobile {display:none}
	
}

@media screen and (min-width : 601px) and (max-width : 699px)  {
	
	.ratio-4-3 {
		padding-top:137%; 
	}
	
	.long_desc {
		height:70px;
	}
	
	.frame:hover {
		padding-top:160%;
		
	}
	#cat_desc_mini {
		line-height:1.2;
		
	}
	a.subcat  {line-height:3}
	#subcat {margin-top:50px}
	.breadcrumb {
		margin-top:40px;
		
	}
	#phone {display:none}
	.shot_desc, a.add_link      {
		font-size:0.7rem;
		
	}
	.long_desc      {
		font-size:0.7rem;
		
	}
	div.p_price  {
		font-size:1rem;
		
	}
					
}

@media screen and (min-width : 700px) and (max-width : 799px)  {
	
	.ratio-4-3 {
		padding-top:130%; 
	}
	
	.long_desc {
		height:70px;
	}
	
	.frame:hover {
		padding-top:150%;
		
	}
	#cat_desc_mini {
		line-height:1.2;
		
	}
	a.subcat  {line-height:3}
	#subcat {margin-top:50px}
	.breadcrumb {
		margin-top:40px;
		
	}
	.no_mobile {display:none}
}

@media screen and (min-width : 800px) and (max-width : 919px)  {
	
	.ratio-4-3 {
		padding-top:122%; 
	}
	
	.long_desc {
		height:70px;
	}
	
	.frame:hover {
		padding-top:140%;
		
	}
	a.subcat  {
		line-height:3
	}
	
	.breadcrumb {
		margin-top:40px;
		
	}
	.no_mobile {display:none}
}

@media screen and (min-width : 920px) and (max-width : 1019px)  {
	.ratio-4-3 {
		padding-top:120%; 
		border:0px solid red;
	}
	.long_desc {
		height:50px;
	}
	.frame:hover {
		padding-top:130%;
	}
	.breadcrumb {
		margin-top:40px;
	}
	.no_mobile {display:none}
}

@media screen and (min-width : 1020px) and (max-width : 1119px)  {
	.frame:hover {
		padding-top:155%;
	}
	.no_mobile {display:none}

}

@media screen and (min-width : 1120px) and (max-width : 1200px)  {
	
	.ratio-4-3 {
		padding-top:125%; 
		
	}
	.long_desc {
		height:80px;
	}
	.frame:hover {
		padding-top:145%;
		
	}
	.no_mobile {display:none}
	
		
}

@media screen and (min-width : 1201px) and (max-width : 1280px) {
	.ratio-4-3 {
	padding-top:122%; 
	}
	.long_desc {
		height:100px;
	}
	.frame:hover {
		padding-top:150%;
		
	}
	.no_mobile {display:none}
}