/* WooCommerce CSS for StructurePress  */ /*------------------------------------*\
    Local variables
\*------------------------------------*/
.woocommerce ul.products, body.woocommerce-page ul.products {
  padding-top: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce ul.products li:nth-child(odd).product, body.woocommerce-page ul.products li:nth-child(odd).product {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li:nth-child(even).product, body.woocommerce-page ul.products li:nth-child(even).product {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.first, body.woocommerce-page ul.products li.first, .woocommerce ul.products li.last, body.woocommerce-page ul.products li.last {
    clear: none;
  }
}
.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
  margin-bottom: 3.75rem;
  width: 48%;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
    width: 30.8%;
  }
}
.woocommerce ul.products li.product a, body.woocommerce-page ul.products li.product a {
  color: #edac15;
}
.woocommerce ul.products li.product a img, body.woocommerce-page ul.products li.product a img {
  box-shadow: none;
  transition: all ease-in-out 0.1s;
}
.woocommerce ul.products li.product a:hover img, body.woocommerce-page ul.products li.product a:hover img {
  box-shadow: 0 0 0 2px;
  color: #edac15;
}
.woocommerce ul.products li.product a.button, body.woocommerce-page ul.products li.product a.button {
  color: #999999;
}
.woocommerce ul.products li.product a.button:hover, body.woocommerce-page ul.products li.product a.button:hover {
  color: #333333;
}
.woocommerce ul.products li.product h3, body.woocommerce-page ul.products li.product h3 {
  color: #333333;
  font-size: 0.9375rem;
  padding-bottom: 0.125rem;
  padding-top: 0.8125rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
  color: #edac15;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.125rem;
}
.woocommerce ul.products li.product .price del, body.woocommerce-page ul.products li.product .price del {
  font-size: 1.125rem;
  color: #999999;
  font-weight: normal;
  padding-top: 0.3125rem;
}
.woocommerce ul.products li.product .onsale, body.woocommerce-page ul.products li.product .onsale {
  margin: -0.4375rem -0.4375rem 0 0;
}
.woocommerce ul.products li.product .button, body.woocommerce-page ul.products li.product .button {
  margin-top: 0;
}
.woocommerce ul.products .star-rating, body.woocommerce-page ul.products .star-rating {
  margin: 0.625rem 0 0.3125rem;
}
.woocommerce a.add_to_cart_button, body.woocommerce-page a.add_to_cart_button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: #f2f2f2;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  color: #999999;
  padding: 0.9375rem;
  border-radius: 0.125rem;
  transition: all 200ms ease-out;
  margin-bottom: 0;
}
.woocommerce a.add_to_cart_button:hover, body.woocommerce-page a.add_to_cart_button:hover {
  background: #edac15;
  color: #333333;
  box-shadow: none;
}
.woocommerce .woocommerce-ordering, body.woocommerce-page .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering .orderby, body.woocommerce-page .woocommerce-ordering .orderby {
  border: 1px solid #ebedf2;
  border-radius: 0.125rem;
  background-color: #ffffff;
  padding: 0.625rem;
  height: 2.5rem;
}
.woocommerce span.onsale, body.woocommerce-page span.onsale {
  background: #edac15;
  text-shadow: none;
  box-shadow: none;
  height: 2.5rem;
  width: 2.5rem;
  color: #ffffff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 2.25rem;
}
.woocommerce .wc-forward::after, body.woocommerce-page .wc-forward::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 0.625rem;
}
.woocommerce .star-rating, body.woocommerce-page .star-rating {
  color: #edac15;
}
.woocommerce .star-rating::before, body.woocommerce-page .star-rating::before {
  content: "SSSSS";
  color: #eeeeee;
}

body.woocommerce-page a.button,
body.woocommerce-page input.button,
body.woocommerce-page input.button.alt,
body.woocommerce-page button.button {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 1.46875rem 1.25rem;
  text-shadow: none;
  background-color: #eeeeee;
  color: #999999;
  transition: all 200ms ease-out;
}
body.woocommerce-page a.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce-page button.button:hover {
  background-color: #eeeeee;
  color: #333333;
}
body.woocommerce-page a.button:active,
body.woocommerce-page input.button:active,
body.woocommerce-page input.button.alt:active,
body.woocommerce-page button.button:active {
  top: 0;
}
body.woocommerce-page .woocommerce-product-rating {
  line-height: 1;
  margin-bottom: 1.25rem;
}
body.woocommerce-page .woocommerce-product-rating .star-rating {
  margin-top: 0;
  margin-right: 0.9375rem;
}
body.woocommerce-page .woocommerce-result-count {
  font-size: 0.875rem;
  color: #a6acb2;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 1.1875rem;
}
body.woocommerce-page nav.woocommerce-pagination {
  padding-top: 2.375rem;
  margin-bottom: 2.6666666667rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  body.woocommerce-page nav.woocommerce-pagination {
    margin-bottom: 4.375rem;
  }
}
body.woocommerce-page nav.woocommerce-pagination ul {
  border: 0;
}
body.woocommerce-page nav.woocommerce-pagination ul li {
  border: 0;
  background-color: #eeeeee;
  margin: 0 0.125rem;
  border-radius: 0.125rem;
}
body.woocommerce-page nav.woocommerce-pagination ul li .page-numbers {
  width: 3.75rem;
  padding: 1.4375rem 0;
  font-weight: bold;
}
body.woocommerce-page nav.woocommerce-pagination ul li a {
  color: #999999;
}
body.woocommerce-page nav.woocommerce-pagination ul li a:hover {
  background-color: #eeeeee;
  color: #333333;
}
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #edac15;
  text-shadow: 0 1px rgba(0, 0, 0, 0.16);
  border: 2px solid #edac15;
  padding: 1.3125rem 0;
  color: #ffffff;
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev,
body.woocommerce-page nav.woocommerce-pagination ul li .next {
  position: relative;
  background: #eeeeee;
  color: #eeeeee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover::before, body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover::after,
body.woocommerce-page nav.woocommerce-pagination ul li .next:hover::before,
body.woocommerce-page nav.woocommerce-pagination ul li .next:hover::after {
  color: #333333;
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev::before, body.woocommerce-page nav.woocommerce-pagination ul li .prev::after,
body.woocommerce-page nav.woocommerce-pagination ul li .next::before,
body.woocommerce-page nav.woocommerce-pagination ul li .next::after {
  position: absolute;
  left: calc(50% - 0.125rem);
  top: calc(50% - 0.375rem);
  color: #999999;
  font-family: "FontAwesome";
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev::before {
  content: "\f0d9";
}
body.woocommerce-page nav.woocommerce-pagination ul li .next::after {
  content: "\f0da";
}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #edac15;
  box-shadow: none;
  border: 0;
}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.1875rem;
}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.75rem;
}
body.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f2f2f2;
  margin: 1.25rem 0;
}
body.woocommerce-page .widget_price_filter .price_slider_wrapper .price_label {
  font-size: 1rem;
  line-height: 2.75rem;
}
body.woocommerce-page .widget_price_filter .price_slider_wrapper .price_slider_amount input {
  width: 100%;
  margin-bottom: 0.625rem;
  border: 1px solid #edeff2;
  border-radius: 0.125rem;
  background-color: #f2f2f2;
  padding: 0.375rem 0.75rem;
}
body.woocommerce-page .widget_price_filter .price_slider_wrapper .price_slider_amount input:focus {
  background-color: #ffffff;
}
body.woocommerce-page .widget_product_categories a {
  display: block;
  color: #999999;
}
body.woocommerce-page .widget_product_categories a:focus, body.woocommerce-page .widget_product_categories a:hover {
  text-decoration: none;
  color: #333333;
}
body.woocommerce-page .widget_product_categories .product-categories {
  list-style: none;
  padding-left: 0;
}
body.woocommerce-page .widget_product_categories .product-categories > li {
  border-bottom: 1px solid #eeeeee;
}
body.woocommerce-page .widget_product_categories .product-categories > li > a {
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-right: 1px solid #eeeeee;
  border-left: 0.1875rem solid #dddddd;
  padding: 1.0625rem 1.875rem;
  font-size: 0.9375rem;
  border-radius: 0;
  transition: all 200ms ease-out;
}
body.woocommerce-page .widget_product_categories .product-categories > li > a:focus, body.woocommerce-page .widget_product_categories .product-categories > li > a:hover {
  border-left-color: #edac15;
  background-color: #f2f2f2;
}
body.woocommerce-page .widget_product_categories .product-categories > li.current-cat > a {
  border-left-color: #edac15;
  background-color: #f2f2f2;
  color: #333333;
}
body.woocommerce-page .widget_product_categories .product-categories > li.cat-parent > a {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
body.woocommerce-page .widget_product_categories .product-categories > li.cat-parent > a::after {
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
  right: 1.25rem;
  color: #999999;
}
body.woocommerce-page .widget_product_categories .product-categories > li.cat-parent:last-of-type {
  border-bottom: 0;
}
body.woocommerce-page .widget_product_categories .product-categories > li:first-of-type {
  border-top: 1px solid #eeeeee;
}
body.woocommerce-page .widget_product_categories .children {
  list-style: none;
  padding-left: 0;
  margin-left: 2.125rem;
  border-left: 2px solid #eeeeee;
  padding-top: 0.8125rem;
  padding-bottom: 1rem;
}
body.woocommerce-page .widget_product_categories .children a {
  padding: 0.438rem 1.875rem;
}
body.woocommerce-page .widget_product_categories .children .children {
  padding-top: 0.1875rem;
  padding-bottom: 0.375rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}
body.woocommerce-page ul.product_list_widget a {
  color: #999999;
}
body.woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  border-radius: 0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9375rem;
}
body.woocommerce-page ul.product_list_widget li .remove {
  display: none;
}
body.woocommerce-page ul.product_list_widget li:last-of-type {
  padding-bottom: 0;
}
body.woocommerce-page ul.product_list_widget li:last-of-type a img {
  margin-bottom: 0;
}
body.woocommerce-page ul.product_list_widget .amount {
  color: #edac15;
}
body.woocommerce-page .widget_shopping_cart_content ul.product_list_widget li:last-of-type a img {
  margin-bottom: 0.9375rem;
}
body.woocommerce-page .widget_product_search .screen-reader-text {
  display: none;
}
body.woocommerce-page .widget_product_search .search-field {
  width: 100%;
  border: 1px solid #ebedf2;
  background-color: #f2f2f2;
  padding: 0.375rem 0.3125rem 0.375rem 0.625rem;
  font-weight: normal;
  height: 3.75rem;
  border-radius: 0.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  body.woocommerce-page .widget_product_search .search-field {
    float: left;
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
  }
}
body.woocommerce-page .widget_product_search .search-field:focus {
  background: #ffffff;
}
body.woocommerce-page .widget_product_search .search-field + input {
  width: 100%;
  height: 3.75rem;
  background-color: #edac15;
  border: 0;
  color: #ffffff;
  font-weight: normal;
  border-radius: 0.125rem;
  transition: all 200ms ease-out;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  body.woocommerce-page .widget_product_search .search-field + input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 30%;
  }
}
body.woocommerce-page .widget_product_search .search-field + input:hover, body.woocommerce-page .widget_product_search .search-field + input:focus {
  background: #d39910;
  outline: none;
}
body.woocommerce-page div.product div.images {
  margin-bottom: 1.875rem;
}
body.woocommerce-page div.product div.images img {
  box-shadow: none;
  margin-bottom: 1.875rem;
}
body.woocommerce-page div.product div.images div.thumbnails {
  padding-top: 0;
}
body.woocommerce-page div.product div.images div.thumbnails a {
  margin-bottom: 0.9375rem;
}
body.woocommerce-page div.product p.price {
  color: #edac15;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
body.woocommerce-page div.product p.price ins {
  text-decoration: none;
}
body.woocommerce-page div.product p.price del {
  font-weight: normal;
  color: #999999;
  margin-bottom: -1.25rem;
}
body.woocommerce-page div.product form.cart {
  margin: 2.1875rem 0;
}
body.woocommerce-page div.product form.cart div.quantity {
  margin-right: 0;
}
body.woocommerce-page div.product form.cart .button.single_add_to_cart_button {
  width: calc(82% - 1.875rem);
  margin-left: 1.875rem;
  margin-right: 0;
}
body.woocommerce-page div.product form.cart .variations {
  width: 100%;
}
body.woocommerce-page div.product form.cart .variations td.label {
  width: 20%;
  padding-right: 0;
  color: #333333;
  padding-top: 0.625rem;
}
body.woocommerce-page div.product form.cart .variations .value {
  width: 75%;
  padding-left: 5%;
}
body.woocommerce-page div.product form.cart .variations select {
  width: 100%;
  border: 1px solid #ebedf2;
  border-radius: 0.125rem;
  background-color: #ffffff;
  padding: 0.625rem;
}
body.woocommerce-page div.product form.cart .variations .reset_variations {
  display: inline-block;
}
body.woocommerce-page div.product form.cart .single_variation .price {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
body.woocommerce-page div.product form.cart .single_variation .price del {
  color: #999999;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
body.woocommerce-page div.product form.cart .single_variation .price ins {
  text-decoration: none;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px #ffffff;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: none;
  color: #999999;
  padding: 0.9375rem 0 1.875rem;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a {
  position: relative;
  color: #333333;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a::after {
  position: absolute;
  content: "";
  background-color: #edac15;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid transparent;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  position: relative;
  color: #333333;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a::after {
  position: absolute;
  content: "";
  background-color: #edac15;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  z-index: 10;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.description_tab {
  padding-left: 0.25rem;
}
body.woocommerce-page div.product .woocommerce-tabs h2 {
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}
body.woocommerce-page div.product .woocommerce-tabs .commentlist {
  padding-left: 0;
}
body.woocommerce-page div.product .woocommerce-tabs .panel {
  font-size: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 2.8125rem;
}
body.woocommerce-page #reviews #comments {
  width: 100%;
}
body.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #ebedf2;
}
body.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta {
  color: #666666;
}
body.woocommerce-page #reviews #comments h2 {
  margin-top: 0;
}
body.woocommerce-page #reviews .comment-reply-title {
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
}
body.woocommerce-page #reviews label {
  font-weight: normal;
}
body.woocommerce-page .woocommerce-error,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message {
  border-top: 0;
  background: #f2f2f2;
  text-shadow: none;
  padding: 0.375rem 0.375rem 0.375rem 3.75rem !important;
  color: #333333;
  line-height: 3.75rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border-radius: 0.125rem;
}
body.woocommerce-page .woocommerce-error .showlogin,
body.woocommerce-page .woocommerce-error .showcoupon,
body.woocommerce-page .woocommerce-info .showlogin,
body.woocommerce-page .woocommerce-info .showcoupon,
body.woocommerce-page .woocommerce-message .showlogin,
body.woocommerce-page .woocommerce-message .showcoupon {
  color: #333333;
  text-decoration: underline;
}
body.woocommerce-page .woocommerce-error .showlogin:hover,
body.woocommerce-page .woocommerce-error .showcoupon:hover,
body.woocommerce-page .woocommerce-info .showlogin:hover,
body.woocommerce-page .woocommerce-info .showcoupon:hover,
body.woocommerce-page .woocommerce-message .showlogin:hover,
body.woocommerce-page .woocommerce-message .showcoupon:hover {
  color: #000000;
}
body.woocommerce-page .woocommerce-error a.button,
body.woocommerce-page .woocommerce-info a.button,
body.woocommerce-page .woocommerce-message a.button {
  margin-right: 0;
  margin-bottom: 0;
  background-color: #edac15;
  color: #ffffff;
  padding: 1.46875rem 1.875rem;
}
body.woocommerce-page .woocommerce-error a.button:hover,
body.woocommerce-page .woocommerce-info a.button:hover,
body.woocommerce-page .woocommerce-message a.button:hover {
  background-color: #d89c11;
}
body.woocommerce-page .woocommerce-error::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page .woocommerce-message::before {
  background-color: transparent;
  color: #333333;
  font-size: 1.125rem;
  font-family: "FontAwesome";
  padding-top: 0;
  box-shadow: none;
  top: calc(50% - 1.875rem);
}
body.woocommerce-page .woocommerce-error .wc-forward::after,
body.woocommerce-page .woocommerce-info .wc-forward::after,
body.woocommerce-page .woocommerce-message .wc-forward::after {
  display: none;
}
body.woocommerce-page .woocommerce-message::before {
  content: "\f00c";
}
body.woocommerce-page .woocommerce-info::before {
  content: "\f129";
}
body.woocommerce-page .woocommerce-error::before {
  content: "\f00d";
}
body.woocommerce-page .short-description {
  padding-top: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body.woocommerce-page .short-description::before {
  position: absolute;
  content: "";
  background-color: #edac15;
  height: 0.1875rem;
  width: 1.875rem;
  top: -0.1875rem;
  left: 0;
}
body.woocommerce-page .short-description p {
  margin-bottom: 0;
}
body.woocommerce-page #review_form #respond input,
body.woocommerce-page #review_form #respond textarea {
  border: 1px solid #ebedf2;
  background-color: #f2f2f2;
  padding: 0.5rem;
  border-radius: 0.125rem;
}
body.woocommerce-page #review_form #respond input:focus,
body.woocommerce-page #review_form #respond textarea:focus {
  background-color: #ffffff;
  outline: 0;
}
body.woocommerce-page #review_form #respond input#submit {
  display: inline-block;
  background: #edac15;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  text-shadow: none;
  transition: all 200ms ease-out;
}
body.woocommerce-page #review_form #respond input#submit:hover {
  background: #d39910;
  text-shadow: none;
}
body.woocommerce-page #review_form #respond input#submit:active {
  top: 0;
  outline: 0;
}
body.woocommerce-page #review_form #respond input#submit:focus {
  outline: 0;
}
body.woocommerce-page #review_form #respond .comment-reply-title {
  margin-bottom: 0.625rem;
}
body.woocommerce-page .upsells.products h2,
body.woocommerce-page .related h2 {
  font-size: 0.9375rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.woocommerce-page .upsells.products ul.products li:nth-child(odd).product,
body.woocommerce-page .related ul.products li:nth-child(odd).product {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  body.woocommerce-page .upsells.products ul.products li:nth-child(even).product,
body.woocommerce-page .related ul.products li:nth-child(even).product {
    margin-right: 0;
  }
}
body.woocommerce-page .upsells.products ul.products li.product,
body.woocommerce-page .related ul.products li.product {
  width: 48%;
}
@media (min-width: 768px) {
  body.woocommerce-page .upsells.products ul.products li.product,
body.woocommerce-page .related ul.products li.product {
    width: 30.8%;
  }
}
body.woocommerce-page p.stars a {
  color: #edac15;
}
body.woocommerce-page .entry-summary {
  font-size: 1rem;
  padding-left: 0.1875rem;
}
body.woocommerce-page .entry-summary .entry-title {
  font-size: 2.5rem;
  margin-bottom: 0;
  margin-top: 0.125rem;
}
body.woocommerce-page .entry-summary p {
  font-size: 0.875rem;
}
body.woocommerce-page .quantity {
  width: 18%;
  border-radius: 0.125rem;
}
body.woocommerce-page .quantity .qty {
  width: 100%;
  height: 3.75rem;
  font-size: 0.9375rem;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
  color: #999999;
  padding: 0.125rem 0 0 0.75rem;
}
body.woocommerce-page .quantity .qty:focus {
  background-color: #ffffff;
}
body.woocommerce-page button.button.alt {
  background: #edac15;
  border-color: #edac15;
  outline: none;
  border-radius: 0.125rem;
  color: #ffffff;
}
body.woocommerce-page button.button.alt:hover {
  background: #ca9210;
  border-color: #ca9210;
  color: #ffffff;
}
body.woocommerce-page table.shop_table {
  border-radius: 0.125rem;
}
body.woocommerce-page table.shop_table td {
  padding: 0.375rem 1.0625rem;
}
body.woocommerce-page table.shop_table th {
  color: #333333;
  text-transform: uppercase;
  padding: 0.9375rem 1.0625rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
body.woocommerce-page table.shop_table .product-remove {
  padding: 0.5rem;
  width: 1.875rem;
}
body.woocommerce-page table.shop_table .product-remove a.remove {
  color: #333333 !important;
  background-color: #f2f2f2;
  border-radius: 0.125rem;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
}
body.woocommerce-page table.shop_table .product-remove a.remove:hover {
  background-color: #333333;
  color: #ebedf2 !important;
}
body.woocommerce-page table.shop_table .product-thumbnail {
  padding-left: 0;
  border-radius: 0.125rem;
  text-align: center;
}
body.woocommerce-page table.shop_table .product-thumbnail .attachment-shop_thumbnail {
  margin-bottom: 0;
}
body.woocommerce-page table.shop_table .product-name a {
  color: #999999;
  font-size: 0.875rem;
}
body.woocommerce-page table.shop_table .product-price {
  font-weight: bold;
  font-size: 0.875rem;
}
body.woocommerce-page table.shop_table .product-quantity .quantity {
  width: 3.75rem;
  margin: 0;
}
body.woocommerce-page table.shop_table .product-quantity .quantity .qty {
  height: 1.875rem;
  font-size: 0.875rem;
}
body.woocommerce-page table.shop_table .product-subtotal .amount {
  font-weight: bold;
  color: #333333;
}
body.woocommerce-page table.shop_table td.actions {
  padding: 0.375rem;
}
body.woocommerce-page table.shop_table td.actions .coupon .input-text {
  background-color: #f2f2f2;
  border: 1px solid #ebedf2;
  border-radius: 0.125rem;
  box-shadow: none;
  margin-right: 0.75rem;
  padding: 0.8125rem 0.6875rem 0.5625rem;
  width: 9.3333333333rem;
}
@media (min-width: 992px) {
  body.woocommerce-page table.shop_table td.actions .coupon .input-text {
    width: 17.5rem;
  }
}
body.woocommerce-page table.shop_table td.actions .coupon .input-text:focus {
  background-color: #ffffff;
}
body.woocommerce-page table.shop_table td.actions input.button {
  height: 2.5rem;
  font-size: 0.75rem;
  padding: 0.9375rem 1.25rem;
}
body.woocommerce-page table.shop_table td.actions input.button.alt {
  margin: 0 0 0 0.375rem;
  background: #edac15;
  color: #333333;
}
body.woocommerce-page table.shop_table td.actions input.button.alt:hover {
  background: #d39910;
}
body.woocommerce-page .cart-collaterals {
  margin-top: 60px;
}
body.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 0.9375rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
body.woocommerce-page .cart-collaterals .cart_totals table {
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
body.woocommerce-page .cart-collaterals .cart_totals table tr th,
body.woocommerce-page .cart-collaterals .cart_totals table tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.625rem 0.9375rem;
}
body.woocommerce-page .cart-collaterals .cart_totals table tr th {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  width: 45%;
  color: #333333;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
body.woocommerce-page .cart-collaterals .cart_totals table tr td {
  background-color: #f2f2f2;
  text-align: left;
  font-size: 0.875rem;
  vertical-align: middle;
}
body.woocommerce-page .cart-collaterals .cart_totals table tr td strong .amount {
  color: #333333;
}
body.woocommerce-page .cart-collaterals .shipping_calculator h2 .shipping-calculator-button {
  font-size: 1.125rem;
  color: #333333;
}
body.woocommerce-page .cart-collaterals .shipping_calculator h2 .shipping-calculator-button::after {
  content: "\f0d7";
  font-family: "FontAwesome";
}
body.woocommerce-page form .form-row {
  display: block;
}
body.woocommerce-page form .form-row textarea,
body.woocommerce-page form .form-row select,
body.woocommerce-page form .form-row input.input-text {
  background-color: #f2f2f2;
  border-radius: 0.125rem;
  border: 1px solid #ebedf2;
  box-shadow: none;
  width: 100%;
  padding: 0.625rem;
}
body.woocommerce-page form .form-row textarea:focus,
body.woocommerce-page form .form-row input.input-text:focus {
  background-color: #ffffff;
}
body.woocommerce-page form .form-row .chosen-container-single .chosen-single {
  background: #f2f2f2;
  border: 1px solid #ebedf2;
  box-shadow: none;
  height: 2.5rem;
  vertical-align: middle;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.625rem;
  color: #999999;
}
body.woocommerce-page .cross-sells h2 {
  font-size: 0.9375rem;
}
body.woocommerce-page #customer_details .checkbox {
  display: inline-block;
  margin: 0 0.3125rem 0 0;
}
body.woocommerce-page form.checkout_coupon {
  padding-bottom: 0.375rem;
}
body.woocommerce-page #payment {
  background: #f2f2f2;
  border-radius: 0.125rem;
  padding: 0 0.625rem;
  border: 1px solid #ebedf2;
  color: #333333;
}
body.woocommerce-page #payment #place_order {
  background-color: #edac15;
  color: #ffffff;
  padding: 1.46875rem 1.875rem;
}
body.woocommerce-page #payment #place_order:hover {
  background-color: #d39910;
}
body.woocommerce-page #payment ul.payment_methods {
  border-bottom: 1px solid #ebedf2;
}
body.woocommerce-page #payment ul.payment_methods li input {
  margin-right: 0.3125rem;
  vertical-align: middle;
}
body.woocommerce-page #payment div.form-row {
  border-top: 0;
}
body.woocommerce-page #payment div.payment_box {
  background: #f2f2f2;
  border: 1px solid #ebedf2;
  box-shadow: none;
  border-radius: 0.125rem;
}
body.woocommerce-page #payment div.payment_box::after {
  border-bottom-color: #ebedf2;
}
body.woocommerce-page table.shop_table th {
  color: #333333;
}
body.woocommerce-page table.shop_table tbody tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-page table.shop_table tfoot td {
  color: #333333;
}
body.woocommerce-page a.button.added::before {
  top: 0.75rem;
  right: -1.375rem;
}
body.woocommerce-page td.product-name dl.variation dd {
  margin-bottom: 0;
}
body.woocommerce-page .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}
body.woocommerce-page .widget_shopping_cart_content .buttons .wc-forward {
  width: 100%;
  margin-bottom: 0.625rem;
}
body.woocommerce-page .widget_shopping_cart_content .buttons .checkout {
  margin-bottom: 0;
  background-color: #edac15;
  color: #ffffff;
  border: 1px solid #edac15;
  box-shadow: none;
}
body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover {
  background-color: #d89c11;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #edac15;
  color: #ffffff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #d39910;
  color: #ffffff;
}

.woocommerce {
  font-size: 0.875rem;
}
.woocommerce button.button.alt:disabled {
  background-color: #edac15;
}
.woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover {
  background-color: #edac15;
}
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.625rem;
  color: #333333;
}
.woocommerce.widget_shopping_cart .total .amount {
  color: #edac15;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.875rem;
}

html body.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
html body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover {
  color: #eeeeee;
  text-shadow: none;
}

body.woocommerce-page .buttons .wc-forward::after {
  position: absolute;
  right: 1.25rem;
}

.about_paypal {
  margin-left: 0.9375rem;
}

.woocommerce-shop-page .sidebar {
  margin-top: 0.875rem;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: unset;
  padding: 0;
}
.woocommerce-checkout h3,
.woocommerce-checkout h2 {
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
/*# sourceMappingURL=woocommerce.css.map */