@charset "utf-8";
/*
 * File       : lang-es.css
 * Author     : STUDIO-JT (JDY)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 1) SPAIN
 * 2) RWD
 */

/* **************************************** *
 * SPAIN
 * **************************************** */
/* HEADER */
#menu > li > a {padding: 13px 21px;}

/* MAIN */
.main_product_junior_a .main_product_title span,
.main_product_junior_c .main_product_title span {padding-right:5px;}
.main_product_junior_a .main_product_title_shape,
.main_product_junior_c .main_product_title_shape {padding-left:11px ;padding-right:11px;}

/* ABOUT - TOMATO GLASSES */
/* .glasses_contents_list .weight_list { padding: 20px 0 0;}
.glasses_contents_list .weight_list li { display: block;  margin-left: 0; padding-bottom: 10px;}
.glasses_contents_list .weight_list li:before { margin-top: -15px;} */



/* **************************************** *
 * RWD
 * **************************************** */
@media (max-width:767px) {
	/* HEADER */
	#menu > li > a {padding: 12px 35px 12px 12px;}
	
	/* MAIN */
	.main_product_junior_a .main_product_title span,
	.main_product_junior_c .main_product_title span {padding-right:10px;}
	.main_product_junior_a .main_product_title_shape,
	.main_product_junior_c .main_product_title_shape  {padding-left:18px ;padding-right:18px;}
	
	/* FOOTER */
	.footer_list li {width:50%;max-width: none;}
	.footer_list li:nth-child(1),
	.footer_list li:nth-child(2) {padding-bottom: 30px;}
	.footer_list li:nth-child(3),
	.footer_list li:nth-child(4) {padding-top: 30px;}
	.footer_list li:nth-child(3):before {width:0;} 
	.footer_list li:nth-child(3):after,
	.footer_list li:nth-child(4):after{content: '';display: block;width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: #ddd;}
	
	/* STORE */
	.selected_country_wrap .location_search .jt_label:before {content:'O';}
}



@media (max-width:540px) {
	/* FOOTER */
	.footer_list {position: relative;}
	.footer_list:before {content: '';display: block;width: 1px;height: 100%;position: absolute;left: 50%;top: 0;background: #ddd;}
	.footer_list li {width:50%; vertical-align: top;}
	.footer_list li:before { display: none; }
	.footer_list li:nth-child(1),
	.footer_list li:nth-child(2) {padding-bottom: 30px;}
	.footer_list li:nth-child(3),
	.footer_list li:nth-child(4) {padding-top: 30px;}
	.footer_list li:nth-child(3):before {width:0;} 
	.footer_list li:nth-child(3):after,
	.footer_list li:nth-child(4):after{content: '';display: block;width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: #ddd;}
	.footer_list li span {padding-left: 10px; padding-right: 10px;}

	/* PRODUCT */
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 11px;line-height: 36px;letter-spacing: -0.025em;}
}