.clear-both {
  clear: both;
}


#ttw-head-widget {
  height: auto;
  margin-bottom: 0px;
  padding: 0;
}

#ttw-head-widget ul {
  list-style: none outside none;
  font-size: 1.0em;
  margin-top: 4px;
}

/*********** buttons ******************/

.foxyshop_product_info .foxyshop_button, a.foxyshop_button {
    background-color: #8EC358;
    border: 1px solid #719947;
    color: #FFFFFF;
}
.foxyshop_product_info .foxyshop_button:hover, a.foxyshop_button:hover {
    background-color: #719947;
    color: #FFFFFF;
}
.foxyshop_product_info .foxyshop_button.foxyshop_disabled, a.foxyshop_button.foxyshop_disabled {
    background-color: #DFDFDF;
    border: 1px solid #CECECE;
    color: #CECECE;
}
.foxyshop_product_info .foxyshop_button.foxyshop_disabled:hover, a.foxyshop_button.foxyshop_disabled:hover {
    background-color: #DFDFDF;
    color: #CECECE;
}


/********************* category list page **************/

.foxyshop_category_tile {
  border: 2px solid green;
  width: 270px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  float: left;
}

.foxyshop_category_tile a {
  color: black;
}

.foxyshop_category_tile a:hover {
  text-decoration: none;
}

.cat-button:hover {
  border: 3px solid red; /*#97002B;*/
}

.cat-button a:hover {
  text-decoration: none;
  color: #97002B;
}

.foxyshop_category_tile img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

.foxyshop_category_tile h3 {
  text-align: center;
  margin-top: 0.5em;
}

.foxyshop_category_tile a:hover h3 {
  color: red;
}

.foxyshop_category_tile a:hover p {
  color: red;
}

.foxyshop_category_tile .product-more {
  text-align: center;
}

.foxyshop_category_tile p {
  margin-bottom: 0px;
}

.foxyshop_category_tile .cat-children {
  margin-top: 10px;
}

.cat-title {
  background-color: #8EC358;
  border: 1px solid #719947;
  color: white;
  width: 100px;
  float: left;
}

.cat-title:hover {
  /*border: 1px solid #97002B;*/
  background-color: #719947;
  color: white;
}

.cat-title h4 {
  /*font-size: 1.0em;*/
  margin: 0;
  color: white;
}


/********************* product list page **************/

/*ul.foxyshop_product_list .foxyshop_product_image img {
  max-width: 100px;
  max-height: 120px;
  width: auto;
}*/

.prod-description {
  padding-top: 10px;  /* give some margin between add to cart btn & description */
}

/******************* product-tile (loop) ************/

.new_prod_label {
  font-style: italic;
  color: #8EC358;
}

.foxyshop_product_list .foxyshop_product_image {
  width: auto; /* default=100px*/
}

#content .foxyshop_product_box .foxyshop_product_image img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}


.product-headline {
  /*width: 175px;*/
  /*float: left;*/
/* even it with the image */
/*  margin-top: -5px;
  margin-left: 80px;
*/
  margin: 0;
}

.foxyshop_product_image_holder {
  min-width: 70px;
}

.foxyshop_product_list .product-headline h3 { /* product listing tiles headline */
  font-size: 1.2em;
  margin: 0;
}

.foxyshop_product_list li.foxyshop_product_box {
  width: 100%; /* 1 col wide */ /*45%; */ /* 2 cols wide */
  margin: 0; /* clear the ones from foxyshop's defaults */
  padding: 0;
  margin: 0 1.5em 2em 0;
}

.foxyshop_product_list .foxyshop_product_info {
  margin: 0; /* clear the ones from foxyshop's defaults */
  padding: 0;
  width: 260px; /*280px*/
  margin-right: 5px;
}

.foxyshop_product_list .prod-description {
  margin: 0; /* clear the ones from foxyshop's defaults */
  padding: 0;
/*   padding-top: 10px;   give some margin between add to cart btn & description */
  width: 85%;
}

#foxyshop_container .prod-description {
  height: 100%; /* clear the ones from foxyshop's defaults */
  color: black;
}

.foxyshop_product_list .prod-description p {
  margin: 0; /* clear the ones from foxyshop's defaults */
  padding: 0;
}

/******************* pricing *********************/

/*
.foxyshop_price:before {
  content: "Our Price: ";
}

.foxyshop_saleprice:before {
  content: "Sale Price: ";
}
*/

.foxyshop_price {
  /*font-size: 85%;*/
  /*float: left;*/
/* border: 1px solid; */
  margin-right: 10px;
}

.foxyshop_currentprice {
  color: red;
}

.foxyshop_saleprice {
}

.foxyshop_savings_line {
  font-style: italic;
}

.foxyshop_savings {
  color: #8EC358;
}

/****************** add to cart section ****************/
.foxyshop_stock_alert {
  width: 205px;
}

.foxyshop-addtocart {
  float: left;
/*  border: 1px solid;  */
  margin-top: -0.2em;
}

.foxyshop_variations input, .foxyshop_variations select {
  max-width: 190px;
}

.foxyshop_variations label {
  width: auto;
  font-weight: bold;
  font-size: 110%;
}

.foxyshop_variations label:after {
  content: ":"
}

.foxyshop_product_info .foxyshop-addtocart .foxyshop_button {
  /*margin-left: 80px;*/
  margin-right: 0;
}


/****************** rrelated products list **********************/
.foxyshop_related_product_list .foxyshop_product_info {
  width: 200px;
}




/******************** product page ********************/

#content .foxyshop_product .foxyshop_product_image img {
  max-width: 150px;
}

#content .foxyshop_product .foxyshop_product_image {
  width: 150px; /*39%;*/ /*43%*/
  margin-right: 10px;
/*border: 1px solid;*/
}

.foxyshop_product .foxyshop_product_image img {
    float: left;
    margin-right: 20px;
}

.foxyshop_slideshow li {
  float: left;
 /* height: 90px; */
}

.foxyshop_product .buy-tile {
  float: left;
  width: 250px; /*34%; *//* width: 56%; */
/*border: 1px solid;*/
}

.foxyshop_product .foxyshop-addtocart {
  margin-top: 0;
  /*width: 330px;*/
  /*float: right;*/
}

.foxyshop_product .qty-discount {
  float: left;
  /*margin-right: 50px;*/
}
.foxyshop_product .qty-discount h4 {
  margin-top: 0;
}


.buy_info {
  /*border: 1px solid #719947;*/
  margin: 8px 8px 8px 0;
  padding: 10px;
}

.buy_info label {
  display: block;
  float: none;
  text-align: left;
  font-weight: bold;
  margin: 0;
}

.buy_info input {
  min_width: 50px;
}

.buy_info .qty {
 float: left;
}

.buy_info .foxyshop_main_price {
  float: left;
  margin-right: 1.0em;
  margin-top: 1.6em;
}

.buy_info .foxyshop_button {
  margin-left: 1.0em;
  margin-top: 1.6em;
}


.buy_top {
  float: left;
}

.foxyshop_product h2, .foxyshop_product h3, .foxyshop_product h4, .foxyshop_product h5 { /* override weaver clear:both on h2-h5 */
  clear: none;
}

.foxyshop_product h5.add-ons {
  clear: both; /* to clear left float when low inventory alert is shown */
}

.prod-description {
  clear: both;
  min-width: 100px; /* this is to make sure it clears the add-to-cart div in the float */
}

/******** these hacks are until we can draw it better by moding html **********/
.foxyshop_related_product_list {
  background-color: inherited;
  border: none;
}

.foxyshop_product_info ul {
  padding-bottom: 1px;
}

.foxyshop_related_product_list li.foxyshop_product_box {
  float: left;
  width: 200px;
  margin-right: 10px;
}

/******************** product tiles ******************************/
.foxyshop_container {
  border: 1px solid;
  width: 200px;
  float: left;
}

/******************** jQuery colorbox - used for pop-ups *******/
#cboxContent {
  background: none repeat scroll 0 0 #E8D4AF !important; /* override foxyshop's css for popup product */
}

#cboxContent #foxyshop_container {
  padding-left: 15px;
  padding-right: 15px;
}

#cboxContent .foxyshop_product_info {
  width: auto;
}

#cboxContent .foxyshop_product .foxyshop_product_image {
  width: 200px; /*39%;*/ /*43%*/
  margin-right: 10px;
/*border: 1px solid;*/
}

#cboxContent .foxyshop_product .foxyshop_product_image img {
  max-width: 200px;
}

/* new z-index for images to work with popup product */
#div.pp_overlay {
  z-index: 110001;
}
#div.pp_pic_holder {
  z-index: 110002;
}



/************************** product shortcode tiles *************************/

.product-tile {
  width: 250px;
}

.product-tile  .foxyshop_product_info {
  width: auto;
}

#content .product-tile .foxyshop_product_image {
  width: 100%;
}

#content .product-tile  .foxyshop_product_image img {
  width: 100%;
  max-width: none;
  max-height: none;
}


.product-button {
  width: 250px;
  border: 2px solid green;
}

.product-button  .foxyshop_product_info {
  width: auto;
}

.product-button:hover {
  border: 2px solid #97002B; /* red */
}

.product-button a:hover {
  text-decoration: none;
}

#content .product-button .foxyshop_product_image img {
  width: 100%;
  max-width: none;
  max-height: none;
}


