﻿/* Start Cat */
h2.store_category_title{
	font-size:22px;
	color:#065785;
}
.store-cat-grid{
    margin-bottom: 30px;
}
.cat-thumb img {
    width: 100%;
    height: auto;
    max-height: 366px;
    object-fit: contain;
    display: block;
}
.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-product-grid-item{
    border:solid 1px #d4d8d9;
    transition: 0.4s all;
}
.store-product-grid-item:hover{
    border:solid 1px #b7babb;
}
.store-product-grid-thumb{
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.store-product-grid-item .store-product-grid-title {
    text-align: center;
}
.store-product-grid-item .store-product-grid-title h3.card-title{
    font-size: 22px;
    color:#171717;
}
.store-button {
    background: #ee5518;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 35px;
    transition: 0.4s all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}
.store-button:hover {
    background: #bc2d07;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);
}
.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);
}
form#StoreSearchForm_StoreSearchForm input.text, 
form#StoreSearchForm_StoreSearchForm input.title, 
form#StoreSearchForm_StoreSearchForm input:not([type]), 
form#StoreSearchForm_StoreSearchForm input[type=text], 
form#StoreSearchForm_StoreSearchForm input[type=search], 
form#StoreSearchForm_StoreSearchForm textarea, 
form#StoreSearchForm_StoreSearchForm select 
{
    border-radius: 0;
    height: 4rem;
    margin: 0 0 10px 0;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
form#StoreSearchForm_StoreSearchForm input[type=submit] 
{
    border-radius: 0;
    font-size: 1rem;
    margin: 0;
    padding: 14px 25px;
}
.sku{
    font-size: 14px;
    color: #9f9f9f;
}
h3.card-title,
h3.card-title a
{
    color:#111111;
    font-size: 22px;
}
.desc-summary{
    font-size: 15px;
    color: #333;
}
.sub_page_adv_price,
.sub_page_adv_price a
{
    font-size: 20px;
    font-weight: 700;
    color: #ff3600;
    transition: 0.4s all;    
}
.sub_page_adv_price a:hover {
    color: #a32704;
    text-decoration: underline;
}

/* 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;
}

