/*----------------------*/
/* Imports */
/*----------------------*/
/*----------------------*/
/* WooCommerce Styles */
/*----------------------*/
.clear {
  clear: both;
}
.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1em 0;
  background: #3381e3;
  color: #fff;
  font-weight: bold;
}

.woocommerce #content { max-width: 1000px; margin: 0px auto; font-size: 1.4em; }
.woocommerce #content p { max-width: 660px; }


.woocommerce .widget { font-size: 1em; }
.woocommerce .widget h3 {  font-size: 1.4em; }


h2 { margin-bottom: 0em; }

.woocommerce_message,
.woocommerce_info,
.woocommerce_error {
  padding: 1em 1.618em;
  margin-bottom: 1.618em;
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px 0 #3273b1;
  -webkit-box-shadow: 0 0 8px 0 #3273b1;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.woocommerce_message .button,
.woocommerce_info .button,
.woocommerce_error .button {
  float: right;
  line-height: 1;
}
.woocommerce_error {
  box-shadow: 0 0 8px 0 #c63846;
  -webkit-box-shadow: 0 0 8px 0 #c63846;
  list-style: none;
}
.woocommerce_message {
  box-shadow: 0 0 8px 0 #aec537;
  -webkit-box-shadow: 0 0 8px 0 #aec537;
}
.woocommerce_message .button {
  font-size: .857em;
  margin-right: 1em;
}
a.remove {
  background: #3381e3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  padding: 0 .45em;
}
.required {
  color: darkRed;
  font-weight: bold;
  border: 0;
}
.form-row {
  width: 48%;
}
.form-row label {
  display: block;
}
.form-row .input-text {
  width: 100%;
}
.form-row-first {
  float: left;
  clear: left;
}
.form-row-last {
  float: right;
}
#header .nav-toggle {
  margin-left: 1em;
}
#header .mini-cart {
  float: right;
  list-style: none;
  display: none;
}
#header .mini-cart > li {
  position: relative;
}
#header .mini-cart > li a.cart-parent {
  padding: .382em 1.963em .382em 1em;
  display: inline-block;
  font-family: Georgia, serif;
  text-transform: uppercase;
  position: relative;
  color: #9e9e9e;
}
#header .mini-cart > li a.cart-parent:hover {
  text-decoration: none;
  color: #7c7c7c;
}
#header .mini-cart > li a.cart-parent:after,
#header .mini-cart > li a.cart-parent:before {
  content: "";
  display: block;
  border: .541em solid;
  border-color: #9e9e9e transparent transparent transparent;
  position: absolute;
  top: 35%;
  right: 0;
}
#header .mini-cart > li a.cart-parent:before {
  border-color: #f1f1f1 transparent transparent transparent;
  top: 25%;
  z-index: 9;
}
#header .mini-cart > li a.cart-parent mark {
  background: #3381e3;
  display: inline-block;
  margin-right: 1em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  padding: 0 .541em;
  font-family: sans-serif;
}
#header .mini-cart > li .cart_list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 22.942em;
  padding: 1.416em;
}
#header .mini-cart > li .cart_list h3 {
  margin-bottom: 0;
}
#header .mini-cart ul.cart_list {
  display: none;
}
#header #navigation {
  width: auto;
}
.home #header .mini-cart a.cart-parent {
  background: #f1f1f1;
  padding-right: 2.618em;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home #header .mini-cart a.cart-parent:before,
.home #header .mini-cart a.cart-parent:after {
  right: 10px;
}
.star-rating {
  width: 80px;
  height: 1em;
  background: #f0f0f0;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.star-rating span {
  background: none;
  background-color: none;
  height: 0%;
  overflow: hidden;
  float: left;
  text-indent: -999em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.star-rating span span {
  display: none;
}
.widget .star-rating {
  width: 60px;
  height: .618em;
  margin: .53em 0;
}
p.stars {
  overflow: hidden;
  zoom: 1;
}
p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: #f0f0f0;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
p.stars span a:hover,
p.stars span a:focus {
  background: url(../images/flakes.png) no-repeat;
  background-color: transparent;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.active {
  background: url(../images/flakes.png) no-repeat;
  background-color: transparent;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
  -webkit-border-top-left-radius: 3.631em;
  -webkit-border-bottom-left-radius: 3.631em;
  border-top-left-radius: 3.631em;
  border-bottom-left-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.quantity {
  width: 4em;
  position: relative;
}
.quantity .plus,
.quantity .minus {
  width: 1.5em;
  border: 1px solid #dfdfdf;
  position: absolute;
  right: 0;
  padding: 0;
  font-weight: bold;
  background: #fff;
  font-size: 1.025em;
}
.quantity .plus {
  top: 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quantity .minus {
  bottom: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quantity .qty {
  width: 2.618em;
  text-align: center;
  border-color: #3381e3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right-width: 0;
  border: 1px solid #dfdfdf;
  padding: .416em .5em;
}
.price {
  color: #3381e3;
    margin-top: 0em;
}

.price .tiny { font-size: 0.6em; color: #333;font-weight: normal; }
.single-product-wrap .price .tiny { font-size: 0.6em; color: #333;font-weight: normal; }


.price del {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
}
.price ins {
  text-decoration: none;
  margin-left: .618em;
}
.onsale {
  display: block;
  width: 4em;
  line-height: 4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  float: right;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3381e3;
}

ul.products {
  list-style: none;
}
ul.products:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.products li.product {
  width: 48%;
  float: left;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 1.688em;
  clear: both;
}
ul.products li.product:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li.product a:hover {
  text-decoration: none;
}
ul.products li.product img.wp-post-image,
ul.products li.product img:first-child {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 300px;
  height: 200px;
  margin-bottom: 0em;
  padding: 0;
  border: 0;
  float: left;
	margin-right: 2em; 
}
ul.products li.product img {
  height: auto;
}
ul.products li.product h3 {
  font-size: 1.4em;
  margin-top: 0.687em;
  margin-left: 1.387em;
  margin-right: 1.387em;
}
ul.products li.product .onsale {
  margin-right: 1.387em;
}
ul.products li.product .price {
  	font-weight: bold;
 	float: right; 
	margin: -1.7em 2em 0em 0em;  
}


.single-product-wrap .price { float: right; font-weight: bold; font-size: 2em; margin: -1.7em 0em 0em 0em; }


ul.products li.product div[itemprop="description"] {
  padding: 0 1.387em;
  display: none;
}
.pagination-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.pagination-wrap .woo-pagination,
.pagination-wrap .woocommerce_ordering {
  max-width: 65.4%;
  float: left;
}
.pagination-wrap .woocommerce_ordering {
  width: 30.75%;
  float: right;
  text-align: right;
}
.single-product-wrap {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  margin-bottom: 1.618em;
}
.single-product-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product-wrap .images img {
  display: block;
  width: 100%;
  height: auto;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-product-wrap .images .thumbnails:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;

}

.single-product-wrap .images .thumbnails { 	margin-bottom: 2em; }

.single-product-wrap .images .thumbnails img {
  width: 10%;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-product-wrap form.cart:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product-wrap form.cart .quantity {
  padding-top: .202em;
  float: left;
  margin-right: 1em;
}
.single-product-wrap .single_add_to_cart_button {
  background: #fff;
  color: #3381e3;
  border: 1px solid #dfdfdf;
  padding-left: 3.75em;
  position: relative;
  text-shadow: none;
  font-weight: bold;
  color: #6b6b6b;
}
.single-product-wrap .single_add_to_cart_button:hover {
  background: #fff;
  border-color: #bdbdbd;
}

.single-product-wrap .single_add_to_cart_button:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQYV2O80Zb2X6NqFiMDAQBWAFJMkkKQyTBN6GwUE6mvEJc7QTYR5Rm4QphJyEGFHmzw8MMWnshiBAMaZhsABZhCzrC+Zf0AAAAASUVORK5CYII=) 50% 50% no-repeat;
  border-right: 1px solid #dfdfdf;
}
.single-product-wrap .product_meta,
.single-product-wrap .social {
   padding-top: 1em;
}
.single-product-wrap .product_meta {
  margin-bottom: 0em;
}
.single-product-wrap table.variations td {
  display: list-item;
  list-style: none;
}
.single-product-wrap table.variations td.label {
  font-weight: bold;
}
.single-product-wrap table.variations td.value {
  margin-bottom: 1em;
}
.single-product-wrap table.group_table th,
.single-product-wrap table.group_table td {
  padding: .382em .618em;
}
.woocommerce_tabs ul.tabs {
  list-style: none;
  margin-bottom: 0;
  margin: 0 1em;
  padding: 0 1em;
  background: #444;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: .53em;
}
.woocommerce_tabs ul.tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce_tabs ul.tabs li {
  float: left;
  margin-right: .53em;
}
.woocommerce_tabs ul.tabs li a {
  display: inline-block;
  padding: .53em .75em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  color: #9e9e9e;
}
.woocommerce_tabs ul.tabs li a:hover {
  background: #fff;
  text-decoration: none;
  color: #3381e3;
}
.woocommerce_tabs ul.tabs li.active a {
  background: #fff;
  color: #3381e3;
}
.woocommerce_tabs .panel {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce_tabs .panel ul,
.woocommerce_tabs .panel ol {
  margin-left: 1.618em;
}
.woocommerce_tabs .panel #comments {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce_tabs .panel #comments .star-rating {
  float: right;
  margin-top: .53em;
  margin-left: .618em;
}
.woocommerce_tabs .panel #comments ol.commentlist {
  padding-right: 0;
}
.woocommerce_tabs .panel #comments .comment {
  margin-bottom: 1.618em;
}
.woocommerce_tabs .panel #comments .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce_tabs .panel #comments .comment .avatar {
  margin-left: 0;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 10.05%;
  float: left;
  height: auto;
}
.woocommerce_tabs .panel #comments .comment .star-rating {
  margin-top: .334em;
}
.woocommerce_tabs .panel #comments .comment .comment-text {
  width: 86%;
  float: right;
}

/* new woocommerce 2.0 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-bottom: 0;
  margin: 0 1em;
  padding: 0 1em;
  background: #444;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: .53em;
}
.woocommerce-tabs ul.tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce-tabs ul.tabs li {
  float: left;
  margin-right: .53em;
}
.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .53em .75em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  color: #9e9e9e;
}
.woocommerce-tabs ul.tabs li a:hover {
  background: #fff;
  text-decoration: none;
  color: #3381e3;
}
.woocommerce-tabs ul.tabs li.active a {
  background: #fff;
  color: #3381e3;
}
.woocommerce-tabs .panel {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce-tabs .panel ul,
.woocommerce-tabs .panel ol {
  margin-left: 1.618em;
}
.woocommerce-tabs .panel #comments {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-tabs .panel #comments .star-rating {
  float: right;
  margin-top: .53em;
  margin-left: .618em;
}
.woocommerce-tabs .panel #comments ol.commentlist {
  padding-right: 0;
}
.woocommerce-tabs .panel #comments .comment {
  margin-bottom: 1.618em;
}
.woocommerce-tabs .panel #comments .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce-tabs .panel #comments .comment .avatar {
  margin-left: 0;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 10.05%;
  float: left;
  height: auto;
}
.woocommerce-tabs .panel #comments .comment .star-rating {
  margin-top: .334em;
}
.woocommerce-tabs .panel #comments .comment .comment-text {
  width: 86%;
  float: right;
}

.cart_list,
.product_list_widget {
  list-style: none;
  margin-bottom: 0;
}
.cart_list li,
.product_list_widget li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1em !important;
  padding-top: 0 !important;
  margin-bottom: 1em;
}
.cart_list li:after,
.product_list_widget li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.cart_list li img,
.product_list_widget li img {
  float: right;
  width: 2.291em;
  height: auto;
}
.cart_list li .quantity,
.product_list_widget li .quantity {
  display: block;
}
.cart_list li:last-child,
.product_list_widget li:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_shopping_cart p.buttons {
  margin-bottom: 0;
}
.widget ul li .count {
  float: left;
   display: inline-block;
  width: 1.616em;
  text-align: center;
  margin-right: 1em;
  color: #3381e3;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal;

}
.widget ul li.chosen a {
  padding-right: 1.416em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAPklEQVQYV2NkgID/QMwIZWPjgyVBimAAGx8sBzMFWTGyJhQTYBx0k5EsItFEkt1I0NcobsHFQTYFrwaiFQIA05oLCxYphBMAAAAASUVORK5CYII=) 100% 6px no-repeat;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: center;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left; width: 100%; margin-top: 0.5em;
}


.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	margin-top: 5px;
	margin-left: 0px;
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #3381e3;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0px solid;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  /*background: #3381e3;*/
  background: #387eea;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f0f0f0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_price_filter .ui-widget-content
{
	border: 0;
}
table.cart td.product-thumbnail img {
  width: 2.244em;
  height: auto;
}
table.cart .product-remove,
table.cart .product-subtotal {
  display: none;
}
table.cart td.actions .coupon {
  margin-bottom: 1em;
}
table.cart td.actions .coupon:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
table.cart td.actions .coupon label {
  display: none;
}
table.cart td.actions .coupon input {
  width: 48%;
  float: left;
}
table.cart td.actions .coupon .button {
  width: 48%;
  float: right;
  margin-right: 0;
}
table.cart td.actions .button {
  width: 40%;
  margin-right: 3.8%;
}
table.cart td.actions .button.alt {
  margin-right: 0;
  width: 54%;
}
.payment_methods {
  list-style: none;
}
.payment_methods li {
  border: 1px solid #f0f0f0;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .618em 1em;
  margin-bottom: 1em;
}
.payment_methods li label {
  font-weight: bold;
}
.payment_methods li img {
  float: right;
}
.payment_methods li p {
  margin-bottom: 0;
}
.payment_methods li .payment_box {
  padding-top: .53em;
}
.form-row.place-order {
  width: 100%;
}
.form-row.place-order .form-row.terms {
  float: right;
  text-align: right;
}
.form-row.place-order .form-row.terms label {
  display: inline;
}
header.title:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
header.title h3 {
  float: left;
}
header.title a {
  float: right;
}
.woocommerce-account table .button {
  font-size: .75em;
}
ul.digital-downloads {
  list-style: none;
}
ul.digital-downloads li {
  padding-left: 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOElEQVQYV2NkQID/SGxGJDaYiSwwAAqRrcTpNJgbsSlG8RBZngFZCzIZI2jQgwfdfSh8rLqx6QAABnEIC3vAhyYAAAAASUVORK5CYII=) left no-repeat;
}
ul.digital-downloads li .count {
  float: right;
}
/*----------------------*/
/* Layout */
/*----------------------*/
@media only screen and (min-width: 768px) {
  .col2-set:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 48%;
    float: left;
  }
  .col2-set .col-2 {
    float: right;
  }
  ul.products li.product {
    width: 100%;
    clear: none;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product h3 {
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
  }
  ul.products li.product div[itemprop="description"] {
    display: block;
  }
  .single-product-wrap .images {
    width: 100%;
    float: left;
  }
  .single-product-wrap .images img {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .single-product-wrap .summary {
    width: 100%;
    padding: 20px;
    }
  .woocommerce_tabs .panel {
    padding: 2.244em;
  }
  table.cart .product-remove,
  table.cart .product-subtotal {
    display: table-cell;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions .coupon {
    width: 48%;
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
  table.cart td.actions .coupon label {
    display: none;
  }
  table.cart td.actions .coupon input {
    width: auto;
    margin-right: 1em;
  }
  table.cart td.actions .coupon .button {
    width: auto;
    float: none;
    margin-right: 0;
  }
  table.cart td.actions .button {
    width: auto;
    margin-right: 1em;
  }
  table.cart td.actions .button.alt {
    margin-right: 0;
    width: auto;
  }
  .cart-collaterals:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .cart-collaterals .cross-sells {
    width: 48%;
    float: left;
  }
  .cart-collaterals .cross-sells ul.products li.product {
    width: 48% !important;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 48%;
    float: right;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }

select { background: #eee; font-family: 'Dosis'; padding: 0.5em; font-size: 1.2em; border: 1px solid #ccc; position: relative; top: -2.5em; right: 0; float: right; }

.cform select { top: 0em; }

  .cart-collaterals .shipping_calculator select {
    width: 100%;
  }
  .col2-set#customer_details .col-1,
  .col2-set#customer_details .col-2 {
    width: 100%;
    float: none;
  }
  #shiptobilling {
    float: right;
    margin-bottom: 0;
  }
  #shiptobilling label {
    display: inline;
  }
  
  .woocommerce h1 { padding-top: 30px; font-size: 2em; }
  
  /* boxes for reservation */
  
  /* 4 box */

.thebox {
			width: 99%;
			padding: 5px;
			color: #31241a;
			font-size:12px;
			height: 100px;
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /*-moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  */
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-bottom: 0px;
  margin-bottom: 1.688em;
  clear: both;
  z-index: 100000;
		}


.thebox #fbox1 {
	padding-top: 38px;
	float: left;
	width: 10%;
	margin-left: 20px;
	font-size:14px;
}

.thebox #fbox2 {
	padding-top: 30px;
	float: left;
	width: 15%;
	font-size:14px;
}

.thebox #fbox3 {
	padding-top: 38px;
	float: left;
	width: 10%;
	font-size:14px;
	text-align: right;
}
.thebox #fbox4 {
	padding-top: 35px;
	float: left;
	width: 5%;
	font-size:14px;
}

.thebox #fbox5 {
	padding-top: 38px;
	float: left;
	width: 10%;
	font-size:14px;
	text-align: right;
}

.thebox #fbox6 {
	padding-top: 35px;
	float: left;
	width: 5%;
	font-size:14px;
}

.thebox #fbox7 {
	padding-top: 30px;
	float: left;
	width: 30%;
	padding-left: 100px;
	font-size:14px;
	text-align: right;
}


.thebox select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  color: #397eeb;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  }
  
  .thebox #checkin2 {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  cursor:pointer;
  background-image: url(../images/calendar-bg.png),
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10000; 
  }
  
  .accBox {
  	width: 80%; 
  	background: rgba(255,255,255, 0.7); 
	float: right;
  	height: 600px;
  	padding: 0px; 
  	padding-top: 8px;
  	padding-left: 20px;
  	border-radius: 0px; 
  	color: #000;
  }
  

.containerBox {
	width: 33%; 
	background: rgba(0,0,0, 0.7); 
	height: 187px;
	padding: 0px; 
	padding-top: 8px;
	padding-left: 20px;
	border-radius: 0px; 
	color: #fff;
}


.rsvBox {
	width: 99%;
	padding: 10px;
}

.rsvBox #rBox1 {
	width: 50%;
	float: left;
}

.rsvBox #rBox2 {
	width: 20%;
	float: left;
}

.rsvBox #rBox3 {
	width: 20%;
	float: left;
	padding-left: 17px;
}

.rsvBox #rBox4 {
	width: 50%;
	float: left;
	padding-top: 10px;
}

.rsvBox #rBox5 {
	padding-top: 46px;
	width:20%;
	float: left;
}

.rsvBox #rBox6 {
	padding-top: 46px;
	width: 20%;
	float: left;
	padding-left: 17px;
}

.rsvBox #rBox7 {
	width: 50%;
	float: left;
}

.rsvBox #rBox8 {
	width: 50%;
	float: right;
}

.rsvBox select {
	-moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  color: #397eeb;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  }
  
  .rsvBox #checkin2 {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  cursor:pointer;
  background: url(../images/calendar-bg.png),
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10000; 
  }


#searchButton {
	background:url(../images/search-rsv.png);
}

.searchButton {
	background:url(../images/search-rsv.png);
}
/* form styling */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

/* listing page */

.listContainer {
	width: 100%;
	padding: 0;
	color: #31241a;
	font-size:14px;
	height:auto;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden; 
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-bottom: 0px;
  margin-bottom: 1.688em;
  clear: both;
}

.listContainer #imgContainer {
	overflow: hidden; 
	float: left;
	width: 30%;
	padding: 0;
}

.listContainer #spaceContainer {
	float: left;
	width: 3%;
}

.listContainer #descContainer {
	float: left;
	padding-top: 20px;
	line-height: 14px;
	width: 65%;
}

/* listing page */

.listSnowContainer {
	width: 100%;
	padding: 0;
	color: #31241a;
	font-size:14px;
	
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-bottom: 0px;
  margin-bottom: 1.688em;
  clear: both;
}

.listSnowContainer #leftSection {
	overflow: hidden; 
	float: left;
	width: 65%;
	padding: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	overflow: auto; 
  background-color: #ffffff;
}

.listSnowContainer #spaceContainer {
	float: left;
	width: 3%;
}

.listSnowContainer #rightSection {
	float: right;
	line-height: 14px;
	padding: 20px;
	width: 20%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	overflow: auto; 
  background-color: #ffffff;
}

.bottomLeft {
	padding-bottom: 30px;
}
.bottomLeft #left {
	overflow: auto; 
	float: left;
	width: 80%;
	padding: 0;
}

.bottomLeft #right {
	overflow: hidden; 
	float: right;
	width: 20%;
	height: 50px;
	padding: 0;
}

.woocommerce-ordering-container {
	margin-top: 35px;
	float: right;
	padding: 0px;
}

.woocommerce-ordering-container select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background:#FFF;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  font-family: "Open Sans";
  font-weight:bold;
  border: 0px solid;
  text-align:right;
  vertical-align: middle;
  float: right;
  width: 130px;
  color: #9e9e9e;
  font-size: 14px;
  margin: auto;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  width: 100%;
  }
  
  #review_form_wrapper
  {
	  margin: auto;
	  padding: 10px;
  }
  #review_form #author {
	  padding: 5px;
  	
  }

}

@media (max-width: 768px) {
	/* Mobile device styles go here */
	
.containerBox {
	width: 92%; 
	background: rgba(0,0,0, 0.8); 
	height: 160px;
	padding: 10px;
	padding-left: 20px; 
	border-radius: 0px; 
	color: #fff;
}

.rsvBox {
	width: 99%;
	padding: 10px;
}

.rsvBox #rBox1 {
	width: 50%;
	float: left;
}

.rsvBox #rBox2 {
	width: 20%;
	float: left;
}

.rsvBox #rBox3 {
	width: 20%;
	float: left;
	padding-left: 19px;
}

.rsvBox #rBox4 {
	width: 50%;
	float: left;
	padding-top: 10px;
}

.rsvBox #rBox5 {
	padding-top: 10px;
	width:20%;
	float: left;
	position:relative;
}

.rsvBox #rBox6 {
	padding-top: 10px;
	width: 20%;
	float: left;
	padding-left: 19px;
	position:relative;
}

.rsvBox #rBox7 {
	width: 50%;
	float: left;
}

.rsvBox #rBox8 {
	width: 50%;
	float: right;
	padding-top: 20px;
}

.rsvBox select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  color: #397eeb;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  }
  
  .rsvBox #checkin2 {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  cursor:pointer;
  background: url(../images/calendar-bg.png),
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10000; 
  }



#searchButton {
	background:url(../images/search-rsv.png);
}

.searchButton {
	background:url(../images/search-rsv.png);
}

img
{
  vertical-align: bottom;
  max-width: 100%;
  margin-left: 0px;
}

/* Line 330 */
a img
{
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

/* Line 337 */
a img:hover
{
  opacity: 0.75;
}

/* listing page */

.listContainer {
	width: 100%;
			padding: 0;
			color: #31241a;
			font-size:14px;
			height: 600px;
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-bottom: 0px;
  margin-bottom: 1.688em;
  clear: both;
}

.listContainer #imgContainer {
	overflow: hidden; 
	float: left;
	width: 100%;
	padding: 0;
}

.listContainer #imgContainer img {
	width: 100%;
}

.listContainer #spaceContainer {
	float: left;
	height: 1%;
}

.listContainer #descContainer {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	padding-top: 20px;
	line-height: 14px;
	width: 90%;
}

h1 {
	font-size:36px;
	vertical-align:bottom;
}

.thebox {
			width: 99%;
			padding: 5px;
			color: #31241a;
			font-size:12px;
			height: 350px;
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /*-moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  */
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-bottom: 0px;
  margin-bottom: 1.688em;
  clear: both;
  z-index: 100000;
		}


.thebox #fbox1 {
	padding-top: 38px;
	float: left;
	width: 40%;
	margin-left: 20px;
	font-size:14px;
}

.thebox #fbox2 {
	padding-top: 30px;
	float: left;
	width: 50%;
	font-size:14px;
}

.thebox #fbox3 {
	padding-top: 50px;
	margin-left: 20px;
	float: left;
	width: 40%;
	font-size:14px;
}
.thebox #fbox4 {
	padding-top: 10px;
	float: left;
	width: 50%;
	font-size:14px;
}

.thebox #fbox5 {
	margin-left: 20px;
	padding-top: 50px;
	float: left;
	width: 40%;
	font-size:14px;
	text-align: left;
}

.thebox #fbox6 {
	padding-top: 10px;
	float: left;
	width: 50%;
	font-size:14px;
}

.thebox #fbox7 {
	padding-top: 30px;
	float: left;
	width: 50%;
	padding-left: 145px;
	font-size:14px;
	text-align:center;
}


.thebox select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  color: #397eeb;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  }
  
  .thebox #checkin2 {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  cursor:pointer;
  background-image: url(../images/calendar-bg.png),
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-align:center;
  color: #555;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10000; 
  }
  
  /* woocommerce mobile */
  
  ul.products {
  list-style: none;
}
ul.products:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: auto;
  clear: both;
}
ul.products li.product {
  width: 100%;
  float: left;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 1.688em;
  clear: both;
}
ul.products li.product:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li.product a:hover {
  text-decoration: none;
}
ul.products li.product img.wp-post-image,
ul.products li.product img:first-child {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  margin-bottom: 0em;
  padding: 0;
  border: 0;
  float: left;
	margin-right: 0em; 
	margin-left: 0;
}
ul.products li.product img {
  height: auto;
}
ul.products li.product h3 {
  font-size: 1.4em;
  clear: both;
  padding-top: 15px;
  margin-top: 1.687em;
  margin-left: 1.387em;
  margin-right: 1.387em;
}
ul.products li.product .onsale {
  margin-right: 1.387em;
}
ul.products li.product .price {
  	font-weight: bold;
 	float: right; 
	margin: -2.2em 2em 0em 0em;  
}


.single-product-wrap .price { float: right; font-weight: bold; font-size: 2em; margin: -1.7em 0.3em 0em 0.5em; padding-left: 4em; }


ul.products li.product div[itemprop="description"] {
  padding: 0 1.387em;
  display: block;
}

.bottomLeft {
	width: 100%;
	padding-bottom: 20px;
}
.bottomLeft #left {
	overflow: auto; 
	float: left;
	width: 70%;
	padding: 0;
}

.bottomLeft #right {
	overflow: hidden;
	float: left;
	width: 30%;
	height: 33px;
	padding: 0;
}

.pagination-wrap .woo-pagination, .pagination-wrap .woocommerce_ordering
{
  max-width: 100%;
  float: left;
  clear:both;
}

.woo-pagination .page-numbers
{
	font-size:10px;
}

.woocommerce-ordering-container {
	float: right;
	padding: 0px;
}

.woocommerce-ordering-container select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 4px;
  -webkit-user-select: none;
  background:#FFF;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FFF, #FFF 40%, #FFF);
  background-position: center right;
  background-repeat: no-repeat;
  font-family: "Open Sans";
  font-weight:bold;
  border: 0px solid;
  text-align:center;
  color: #9e9e9e;
  width: 90px;
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  }

ul.products li.product h3
{
  font-size: 1em;
  margin-top: 0.687em;
  margin-left: 1.387em;
  margin-right: 1.387em;
}

 .entry-summary {
	 padding: 20px;
 }
 

.woocommerce h1
{
  font-size: 16px;
  font-weight:bold;
 
}

.price {
	padding-top: 8px;
}
 
 .amount {
	 font-size: 14px;
 }
 
}