/*
Theme Name:     Customizr Child
Description:    Customizr Child theme - created Dec 2016
Author:         Quentin Osborne
Template:       customizr

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.avia_cart_buttons .product_type_simple {
  display: none!important;
}

.woocommerce a.button {
    display: none;
}

/* BORDER ADDED TO IMAGES - Orange*/
ul.products li.product img {
border: 1px solid #f3a800;
padding: 2px;
}


/* Hover IMAGES - Orange*/
ul.products:hover li.product:hover img {
border: 2px solid #ab7500;
padding: 1px;
}


/* BORDER TO SINGLE PRODUCKT IMAGES */
.single-product div.product .images .woocommerce-main-image {
border:1px solid #555555; }


/* BORDER TO PRODUCT THUMBNAILS */
div.product div.images div.thumbnails {
border:1px solid #000000; }



/*Eliminate Product Title in Thumbs*/
.products .product h2 {
 display: none;
}



/*PRODUCT THUMB TITLE OVER IMAGE*/
/*
.products .product h2 {
   position: absolute;
   top: 3px; 
   z-index: 10;
   left: 7px; 
   width: 100%; 
   height: 20px;
   text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
   /*background: rgb(0, 0, 0); fallback color */
   /*background: rgba(0, 0, 0, 0.5); */
}
*/


/* Eliminate Price Sorting */
.orderby option[value=\"price\"]{
   display: none;
}


/* Product Grid Spacing */
.widget,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
  margin-bottom: 10px;
}


/* Eliminate related products */

.related.products {
display: none;
}
