﻿/* Start Cat */
h2.store_category_title{
	font-size:22px;
	color:#065785;
}
.store-cat-grid li.store-product-grid-item {
    padding-bottom: 20px;
    margin: 0;
}
.store-cat-grid li.store-product-grid-item img {
    width: 100%;
}
.store-cat-grid li.store-product-grid-item .store-product-grid-box{
    background:white;
    padding:5px;
    border:thin #d5d5d5 solid;
}
.store-cat-grid li.store-product-grid-item .store-product-grid-box .store-product-grid-box-pad{
    padding:5px;
}
.store-cat-grid li.store-product-grid-item .store-product-grid-title h3 {
    font-size: 15px;
    text-align: center;
    color: #333;
    margin: 0;
    padding: 8px 0 8px 0;
    text-decoration: none !important;
    font-weight: bold;
}
.store-cat-grid li.store-product-grid-item .store-product-grid-title h3:hover {
    color: #086dcc;
}
.store-cat-grid li.store-product-grid-item .store-product-grid-title h3 a {
    text-decoration: none !important;
}
.zoom-container {
	overflow: hidden;
}
.zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}

/* End Cat */

/* Start Prod */
.store-product-grid li.store-product-grid-item {
    padding-bottom: 20px;
    margin: 0;
}
.store-product-grid li.store-product-grid-item img {
    width: 100%;
}
.store-product-grid li.store-product-grid-item .store-product-grid-box{
    background:white;
    padding:5px;
    border:thin #d5d5d5 solid;
}
.store-product-grid li.store-product-grid-item .store-product-grid-box .store-product-grid-box-pad{
    padding:5px;
}
.store-product-grid li.store-product-grid-item .store-product-grid-title h3 {
    font-size: 15px;
    text-align: center;
    color: #cb151c;
    margin: 0;
    padding: 8px 0 8px 0;
    text-decoration: none !important;
    font-weight: bold;
}
.store-product-grid li.store-product-grid-item .store-product-grid-title h3:hover {
    color: #000;
}
.store-product-grid li.store-product-grid-item .store-product-grid-title h3 a {
    text-decoration: none !important;
}
.store-product-grid-item__price {
	padding-top:10px;
	font-size:1.2rem;
	font-weight:bold;
	text-align:center;
	color:#e71724;
}
.store-product-grid-item__price__old {
	font-size:0.9rem;
	font-weight:normal;
	color:#000;
	text-decoration:line-through;
}
/* End Prod */

.store-product-grid-thumb {
    text-decoration: none !important;
}
.store-product-grid-thumb .store-product-grid-title {
	background:#f2efee;
	padding:10px;
	margin:8px 0 8px 0;
	text-align:center;
}
.store-product-grid-thumb .store-product-grid-title h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3d3d3d;
    margin: 0;
    padding: 8px 0 4px 0;
    text-decoration: none !important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;  
}
.store-product-grid-thumb .store-product-grid-title h3:hover{
    color: #000;
}
.store-product-grid-thumb .store-product-grid-title h3 a{
    text-decoration: none !important;
}

.sub_page_grid{
    padding-bottom: 2rem;
}

.sub_page_grid h3.sub_page_title{
	font-size:18px;
	font-weight:bold;
	padding:8px 0 8px 0;
	margin:0;
}
.sub_page_grid span.sub_page_base_price{
	font-size:16px;
	color:#000;
}
.sub_page_grid span.sub_page_adv_price{
	font-size:16px;
	color:#000;
}

