/* Shop / Products Archive Page
-------------------------------------------------------------- */

ul.products {
    list-style: none;
    clear: both;
    padding: 0;
	margin: 0;
    float: none;
}
ul.products:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html ul.products             { zoom: 1; } /* IE6 */
*:first-child html ul.products { zoom: 1; } /* IE7 */

ul.products li {
    float: left;
    margin: 0 2% 20px 0;
    padding: 0;
    position: relative;
/*    
width:23.5%;
width: 170px;
*/

    margin-left: 0;
	text-align: center;
}
/*
ul.products.products-col-1 li{width:100%; margin-right: 0;}
ul.products.products-col-2 li{width:49%;}
ul.products.products-col-3 li{width:32%;}

ul.products.products-col-4 li{width:23.5%;}

ul.products.products-col-5 li{width:18.4%;}
ul.products.products-col-6 li{width:15%;}
ul.products.products-col-7 li{width:12.57142857%;}
ul.products.products-col-8 li{width:10.75%;}
ul.products.products-col-9 li{width:9.333333333%;}
ul.products.products-col-10 li{width:8.2%;}

*/


ul.products li.first {
    clear: both;
}
ul.products li.last {
    margin-right: 0;
}

ul.products li a {
    text-decoration: none
}
ul.products li a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
	padding:0;
}

ul.products li h3 {
	padding: 0;
	margin: 18px 0 0;
	font-size: 1em;
}

ul.products li .product-image-box {
  border: 10px solid #444444;
    display: block;
margin-bottom: 28px;
height:146px;
    padding: 2px;
    position: relative;
    z-index: 3;
overflow:hidden;
}

ul.products li div.prodHover{
  position: absolute;
  width:130%;
  z-index: 100;
  top:-15%;
  background: white;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  padding:20px;
  left:-30%;
	z-index: 5;
}

ul.products li div.prodHover h3{
  font-size:16px;
}

ul.products li div.prodHover span.price{
  font-size:16px;
}

ul.products li div.prodHover .product-image-box{
  border:none;
  padding:0;
}

ul.products li.hover .product-image-box{
  border:none;
  padding:none;
}

/*ul.products li .product-image-box img:hover {
  filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	-webkit-transition:opacity 0.2s linear;
}*/

ul.products li.product.sub-category a {
	padding: 0 1px;
	display: block;
}

ul.products li .product-image-box span.price {
	position: absolute;
    bottom: 0;
    right: 0;
	background:black;
	color:white;
	padding:7px 10px;
	font-family: Georgia;
	color:white;
	float:right;
	font-size:16px;
	font-weight: normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

ul.products li .price {
	background: url("/i/5864price.jpg") repeat scroll center top #000000;
    display: block;
    padding: 4px 0;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 5;
}


/* Products Pagination
-------------------------------------------------------------- */
/*
.woocommerce .navigation {
	width: 75%;
	float: right;
}

.woocommerce .navigation .nav-previous a {
	padding-left: 20px;
}

.woocommerce .woocommerce_ordering {
	width: 25%;
	float: left;
	 margin-bottom: 20px;
}

.woocommerce .woocommerce_ordering select {
    width: 100%;
    cursor: pointer;
	background-color:#fff;
	border:1px solid #bbb; 
	padding:5px; 
	height:32px;
}
*/

/* Single Product Page
-------------------------------------------------------------- */

div.product {
    position: relative;
    margin-bottom: 0;
}

div.product div.images {
    float: left;
    width: 47%;
    margin-bottom: 10px;
}

div.product div.images img {

	display:block;

    display: block;
}

div.product div.images img.attachment-shop_single {
    width: 100%;
    height: auto;
}

div.product div.images div.thumbnails {
    padding-top: 20px;
}

div.product div.images div.thumbnails:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html div.product div.images div.thumbnails             { zoom: 1; } /* IE6 */
*:first-child html div.product div.images div.thumbnails { zoom: 1; } /* IE7 */

div.product div.images div.thumbnails a {
    float: left;
    margin-right: 14px;
}

div.product div.images div.thumbnails a img {
	margin-bottom: 14px;
}

div.product div.images div.thumbnails a.last {
    margin-right: 0
}

div.product div.images div.thumbnails a.first {
    clear: both;
}

div.product div.summary {
    float: right;
    width: 48%;
}

div.product div.summary .price {
	font-weight: 300;
	font-size: 2.8em;
	line-height: 1em;
	margin: 0 0 24px;
	color:#4E5154;
}

div.product div.summary button.button,
div.product div.summary a.button {
  background: #10B1DB;
  color:white !important;
  border:none;
	margin: 0;
	height: 32px !important;
	line-height: 32px !important;
	padding:0px 35px;
	text-transform: uppercase;
  font-weight: bold;
  font-size:14px;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	-pie-background: linear-gradient(#10B1DB, #10B1DB);
}

div.product div.summary button.button:hover,
div.product div.summary a.button:hover{
  background:#444;
  color:white;
	-pie-background: linear-gradient(#444, #444);
}

div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

div.product div.social span {
    margin: 0 0 0 2px
}

div.product div.social span span {
    margin: 0
}

div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

div.product div.social iframe {
    float: left;
    margin-top: 3px;
}




/* Single Product Page
-------------------------------------------------------------- */

/**********************************************************************/


div.product {
    position: relative;
    margin-bottom: 0;
}

div.product div.images {
    float: left;
    width: 47%;
    margin-bottom: 10px;
}

div.product div.images img {

	display:block;

    display: block;
}

div.product div.images img.attachment-shop_single {
    width: 100%;
    height: auto;
}

div.product div.images div.thumbnails {
    padding-top: 20px;
}

div.product div.images div.thumbnails:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html div.product div.images div.thumbnails             { zoom: 1; } /* IE6 */
*:first-child html div.product div.images div.thumbnails { zoom: 1; } /* IE7 */

div.product div.images div.thumbnails a {
    float: left;
    margin-right: 14px;
}

div.product div.images div.thumbnails a img {
	margin-bottom: 14px;
}

div.product div.images div.thumbnails a.last {
    margin-right: 0
}

div.product div.images div.thumbnails a.first {
    clear: both;
}

div.product div.summary {
    float: right;
    width: 48%;
}

div.product div.summary .price {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

	font-weight: 300;
	font-size: 2.8em;
	line-height: 1em;
	margin: 0 0 24px;
	color:#4E5154;
}

div.product div.summary button.button,
div.product div.summary a.button {
  background: #10B1DB;
  color:white !important;
  border:none;
	margin: 0;
	height: 32px !important;
	line-height: 32px !important;
	padding:0px 35px;
	text-transform: uppercase;
  font-weight: bold;
  font-size:14px;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	-pie-background: linear-gradient(#10B1DB, #10B1DB);
}

div.product div.summary button.button:hover,
div.product div.summary a.button:hover{
  background:#444;
  color:white;
	-pie-background: linear-gradient(#444, #444);
}

div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

div.product div.social span {
    margin: 0 0 0 2px
}

div.product div.social span span {
    margin: 0
}

div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

div.product div.social iframe {
    float: left;
    margin-top: 3px;
}


/* Price
-------------------------------------------------------------- */

.price {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

      color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.pricebig {
font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;
font-size: 23px;
color: #333333;
/*
font-weight: bold;
*/
letter-spacing: 1px;
}



.price del {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

    color: #717171;
}
.pricebig del {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

    color: #717171;
}




.price ins {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

    color: #F84034;
	text-decoration: none;
	background: none;
}
.pricebig ins {
    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;

    color: #F84034;
	text-decoration: none;
	background: none;
}





.price .from {

    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;
    color: #999999;
}


.pricebig .from {

    font-family: 'Open Sans',"Helvetica Neue",Hevetica,Arial,sans-serif;
    color: #999999;
}

/***********************************detail****************************************/



/* Price
-------------------------------------------------------------- */
/*
.price {
      color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.price del {
    color: #717171;
}

.price ins {
    color: #F84034;
	text-decoration: none;
	background: none;
}

.price .from {
    color: #999999;
}
*/

/* Onsale
-------------------------------------------------------------- */

.onsale {
    background: yellow;
    color: black;
    display: block;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 4;
}


#productname {
font-family: "Open Sans","Helvetica Neue", Hevetica, Arial, sans-serif;
font-size: 23px;
color: #333333;
font-weight: bold;
letter-spacing: 1px;
}


#thumbforgallery{

float:left;
}

#magnify1 {
width: 100%;
}


#logo{
font-family: 'EB Garamond', serif;
font-size: 1.6em;
}
