/* Customizes the images */
img {
/*     height: auto; */
/*     max-width: 100%; */
/*     width: auto; */
		border: solid .02em black;
	overflow:hidden;
}

/* Inserted to lengthen the shopping cart */
.woocommerce-page table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

/* Fixes box input color */
.woocommerce-page .input-text {
    font-size: var(--wp--preset--font-size--small);
    padding: .9rem 1.1rem;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Makes the gift card area hidden*/
.add_gift_card_form{
	display: none;
}

/* Changes the style of the checkout to match the style of the input boxes */
.woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
    padding: 1rem;
    border: solid 1px #aaa;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	    font-size: 1.2rem;
	    height: 84px;
}
a.added_to_cart.wc-forward {
    background-color: var(--wp--custom--button--color--background);
    border-radius: var(--wp--custom--button--border--radius);
    border-width: 0;
    color: var(--wp--preset--color--background);
    font-family: var(--wp--preset--font-family--body-font);
    font-size: var(--wp--custom--button--typography--font-size);
    font-weight: var(--wp--custom--button--typography--font-weight);
    line-height: var(--wp--custom--button--typography--line-height);
    padding-top: calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width) );
    padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width) );
    padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width) );
    padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width) );
    text-decoration: none;
    width: 70%;
}
img.zoomImg {
    width: 0px;
    height: 0px;
}

img.zoomImg{
	display:none!important;
}
.woocommerce div.product form.cart div.quantity .qty {
    margin-right: .5rem;
    width: 120px;
}
.woocommerce div.product form.cart div.quantity {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 150px;
}
mark.count {
    background-color: transparent;
}
