.shop-sidebar h1 {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 2px;
}
.shop-product-list h2 {
	font-size: 13px;
	text-transform: inherit;
	color: #444;
	font-weight: 400;
	letter-spacing: inherit;
}

.page-products-grid{top: 10px;}

.page-products-grid .col-6{padding-left: 10px; padding-right:10px; }

.item-info {
    font-size: 16px;
    color: grey;
    padding: 2px;
    border-bottom: 1px solid rgba(51,51,51,.1);
    top: -10px;
    position: relative;
}

.pill-variaciones {
    font-size: 10px;
    background: white;
    border: 1px solid rgba(51,51,51,.1);
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    top: -9px;
    left: 10px;
}

.pill-discount {
    font-size: 10px;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    top: -9px;
    right: 10px;
}


.item-info-mobile {
    font-size: 16px;
    color: grey;
    padding: 5px 10px;
    border-top: 1px solid rgba(51,51,51,.1);
    /*top: -10px;*/
    position: relative;
}

.pill-variaciones-mobile {
    font-size: 10px;
    /*background: white;*/
    /*border: 1px solid rgba(51,51,51,.1);*/
    /*padding: 5px 10px;*/
    /*border-radius: 10px;*/
    /*position: absolute;
    top: -9px;
    left: 10px;*/
}

.pill-discount-mobile {
    font-size: 10px;
    font-weight: bolder;
    /*color: white;*/
    /*border: 1px solid rgba(51,51,51,.1);*/
    /*padding: 5px 10px;
    border-radius: 10px;*/
    /*position: absolute;
    top: -9px;
    right: 10px;*/
}

.itemprice{
    font-size: 22px;
    font-weight: 400;
}

.itemprice-mobile{padding: 0px!important;}

.itempriceDiscount{font-size: 11px;
    color: white;
    font-weight: 500;
    float: right;
    right: 3px;
    position: relative;
    background: green;
    border-radius: 3px;
    padding: 4px 5px;
}

.item-wrapper{
	background: white;
	overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}

.item-wrapper:hover{
    box-shadow: 1px 1px 10px 0px #ababab;
}

.item-wrapper-nextpage{
	height: 200px;
	background: #00cc99;
	padding: 15px;
}

.item-wrapper-nextpage h1{
	color: white;
	font-size: 17px;
}

.item-wrapper-nextpage a{color: white;}

.item-image{
    margin: 25px 0px;
    min-height: 180px;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
}

.item-image a{
    display: flex;
    align-items: center;
}

.item-image a:hover img {
	transform: scale(1.05);
	transition: transform 0.5s;
}

.item-description{padding: 10px;}

.item-description-mobile{padding: 10px 10px 5px 10px;}

.grid-sizer, .grid-item {
  float: left;
  width: 50%;
}

@media (min-width: 1024px) {
    .grid-sizer, .grid-item {
        width: 33%;
    }
}

.grid-item-fixed{
    /* height: 380px!important; */
}

.grid-item-fixed .item-wrapper{
    height: 98%!important;
}

.page-toolbar {
    height: 40px;
    background: white;
    box-shadow: 1px 4px 10px #bbb;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}

.paginator{
	padding: 20px;
}

.paginator .prevpage, .paginator .nextpage{
    width: 100px;
}

.paginator a{
	padding: 10px;
    background: #e6e6e6;
    border-radius: 5px;
    color: #4c4c4c;
    display: inline-table;
    width: 48px;
    height: 48px;
    position: relative;
    background-color: transparent;
    font-size: 16px;
    display: block;
    line-height: 1;
    text-decoration: none;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 0 0;
    border: 2px solid transparent;


}

.paginator ul{
    margin: 32px 0 0;
    display: block;
    padding-left: 0px;
    list-style: none;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.paginator li{
    display: inline-block;
}

.paginator .current-page{
	background: #cecece;
	font-weight: 600;
}