.item h2{
	line-height: 1.3em;
}
.colors {
	max-width: 12rem;
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.colors a {
    display: inline-block;
}
.colors a .color_name{
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    text-align: center;
}
.colors a:hover .color_name,.colors a.active .color_name{
    clip: auto;
    height: auto;
    overflow: visible;
    font-size: .6em;
    font-weight: 400;
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 555;
	bottom: -.9rem;
	white-space: nowrap;
}

.colors a:hover .color_name{
	background: #fff;
	z-index: 5555;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
}

.products-grid .item {
    flex: 1 0 33.33333333%;
}

.category-products .products-grid .item {
    max-width: 33.33333333%;
}

.products-grid hr.w_100,
.mini-products-list hr.w_100 {
    margin: 2px 0 0;
}
.product_price .price-label {
    font-size: 13px;
    padding-left: 5px;
}
.item .colors a div.inline {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border: 1px solid rgba(170, 170, 170, 0.38);
}
.item .colors a.active div.inline {
	border: 1px solid #222;
}

.item .product-description {
    font-size: 0.8em;
}

/* Product grid */
.shipping-note.fast a,
.product_shipping.fast a {
    color: #ff0000;
}

.shipping-note.fast .txt-shipping,
.shipping-note:not(.fast) .txt-fast-shipping,
.product_shipping.fast .icon-shipping,
.product_shipping.fast .txt-shipping,
.product_shipping:not(.fast) .txt-fast-shipping,
.product_shipping:not(.fast) .icon-fast-shipping,
.product_shipping.fast .shipping_unit, .shipping-note.fast .shipping_unit {
    display: none;
}
.product_shipping a {
    line-height: 12px;
}

.product_shipping a p {
    padding-right: 25px;
}

.fast.product_shipping a p {
    padding-right: 40px;
}

.instructions-2 .block-instructions {
    position:relative;
    z-index:100 !important;
    border: none;
    width: 100%;
    height:85vh;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .products-grid .item,
    .category-products .products-grid .item {
        flex: 1 0 50%;
        max-width: 50%;
    }

    .fast.product_shipping .default-text,
    .product_shipping .default-text {
        padding-right: 0;
        line-height: normal;
        margin: 5px 0;
    }
}
