/**
 * WooCommerce related styling
 * 
 */

/** Product boxes */
body ul.products {
  margin: 0;
  padding: 0;
}

body ul.products li.product {
  position: relative;
  font-size: 1em;
  padding: 0;
}

ul.products li.product .prod-img img {
  margin: 0;
  border-radius: 0;
}

ul.products li.product .title-price,
ul.products li.product .buttons {
  padding: 10px 20px 10px;
  background: #fff;
}

ul.products li.product .title-price h2 {
  margin: 0 0 10px;
  font-size: 1.1em;
  line-height: 1.5;
  color: #439cd7;
  font-weight: 600;
}

ul.products li.product .title-price .price {
  margin: 0;
  font-size: 1.5em;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
	order:1 !important;
}
section ul.products > li.product > div.title-price .original-price-wrapper > div{
	order:2 !important;
}
ul.products li.product .price ins {
  font-weight: 600;
}
ul.products li.product .price del {
  opacity: 1;
  font-weight: 100;
  color: #dbdbd8;
}

body ul.products li.product a:hover {
  text-decoration: none;
}

/* body ul.products li.product h2 {
				text-align: left;
			} */

body .woocommerce-Price-amount.amount {
  color: #439cd7;
  float: inherit;
  padding-left: 20px;
}

body .count {
  color: #439cd7;
  padding-left: 20px;
  text-transform: capitalize;
}
body.cart-contents {
  padding: 5px;
  border: 0.5px #f2f2f2 solid;
  margin-left: 10px;
}

body del {
  opacity: 1;
}

body del .woocommerce-Price-amount.amount {
  font-size: 1em;
  font-weight: 100;
  color: #dbdbd8;
}

body li.product a.button,
body li.product a.view_product,
body li.product a.add_to_cart_button,
body li.product a.added_to_cart {
  height: 25px;
  line-height: 25px;
  border: none;
  border-radius: unset;
  margin: 0;
  background: none;
  color: #444;
  font-weight: 400;
  font-size: 0.875em;
  padding: 0 0 0 35px;
  text-transform: uppercase;
}
body li.product a.button,
body li.product a.button:hover {
  background: url(/images/icons/white-cart.svg) no-repeat center center;
  background-size: auto 20px;
}
body li.product a.view_product,
body li.product a.view_product:hover {
  margin: 0 1.5em 0 0;
  background: url(/images/icons/menu.svg) no-repeat left center;
  background-size: auto 25px;
}
body li.product a.add_to_cart_button {
  background: none;
  background-size: auto 20px;
  width: auto !important;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  transition: all 0.5s;
}
body li.product a.add_to_cart_button:hover {
  background: none;
  background-color: #439cd7 !important;
}
body li.product a.add_to_cart_button::before {
  display: inline-block;
  content: "Add to cart";
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

body li.product a.add_to_cart_button.product_type_variable,
body li.product a.add_to_cart_button.product_type_variable:hover {
  background: url(/images/icons/menu-gold.svg) no-repeat left center;
  background-size: 25px;
}
body li.product a.added_to_cart {
  padding: 0;
  width: 100%;
}
body li.product a.view_product:hover,
body li.product a.add_to_cart_button:hover,
body li.product a.added_to_cart:hover {
  color: #439cd7;
}

/** Category page */

/** Page */
#category-page {
  background: #ffffff;
  padding-bottom: 2em;
  padding-top: 1em;
}

#category-page .categories-sidebar {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0 1em 1em;
  margin-right: 1em;
}

body .woocommerce-result-count {
  display: none;
}

body .storefront-sorting {
  margin: 0;
}

body .storefront-sorting nav.woocommerce-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 3em 0;
  width: 100%;
}

form.woocommerce-ordering {
  width: 205px;
  margin: 0;
  padding: 0;
  height: 40px;
  float: right;
}

form.woocommerce-ordering select {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin: 0;
  background: #fff;
}

body .woocommerce-pagination {
  float: right;
  border: none;
  margin: 0;
  padding: 0;
}

body .woocommerce-pagination .page-numbers {
  margin: 0 1em 0 0;
}

body .pagination .page-numbers li .page-numbers,
body .woocommerce-pagination .page-numbers li .page-numbers {
  height: 40px;
  line-height: 40px;
  padding: 0 0.875em;
  margin: 0 5px;
  background: none;
}

body .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #439cd7;
  color: #ffffff;
}

body .pagination .page-numbers li a.page-numbers:hover,
body .woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgb(229, 230, 231);
  text-decoration: none;
}

body > div.breadcrumbs > div.container.cf {
  font-size: 1.1em;
  border-bottom: solid 2px #f1f1f1;
  padding-bottom: 1em;
}

body > div.product-page-breadcrumbs > div.container.cf {
  padding-bottom: 1em;
}

#category-page ul.products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
}

#category-page .site-main header {
  display: none;
}

#category-page .site-main ul.products.columns-4 li.product {
  width: 45%;
  margin: 0;
  padding: 0 1em;
  border-bottom: solid 2px #439cd7;
  height: min-content;
}
/* #category-page .site-main ul.products.columns-4 li.product:nth-child(2n+1) {
					margin-right: 0;
				} */
body li.product a.added_to_cart {
  margin-top: 1em;
}

ul.product > li.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: min-content;
}

/* Category subproducts */
#category-page #primary main.site-main ul.products {
  justify-content: space-between;
  display: flex;
}

#category-page #primary main.site-main ul.products li.product-category {
  border-bottom: none;
  height: 200px;
  overflow: hidden;
  min-width: 250px;
  max-width: 260px;
  margin: 0 1em 1em;
}

#category-page #primary main.site-main ul.products li.product-category > a {
  width: 100%;
  display: flex;
  justify-content: center;
}

#category-page
  #primary
  main.site-main
  ul.products
  li.product-category
  > a
  > img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}

#category-page
  #primary
  main.site-main
  ul.products
  li.product-category
  > a
  > h2 {
  font-size: 14px;
  width: 100%;
  text-align: center;
  background-color: #48433b;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1em 0.8em;
  font-weight: 600;
  margin: 0;
  position: absolute;
  bottom: 0;
}

#category-page
  #primary
  main.site-main
  ul.products
  li.product-category:hover
  > a
  > h2 {
  color: #f78700;
}

main.site-main > ul.products > li.product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0 2.5em;
  flex: 0 100%;
  border-bottom: 3px solid #f7f7f7;
  margin: 0;
  width: 100%;
}

main.site-main > ul.products > li.product:first-of-type {
  padding-top: 0;
}

main.site-main > ul.products > li.product .buttons .added_to_cart {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: auto;
  background-color: #27ae60;
  color: #fff;
  border-radius: 50px;
  padding: 0.65em 1.25em;
  height: 40px;
  font-weight: 700;
}

section#category-page h2.woocommerce-loop-product__title,
section#product-page h2.woocommerce-loop-product__title {
  font-size: 15px;
}

.woocommerce-checkout .woocommerce-account-fields .create-account label {
  display: flex;
  align-items: center;
}
.woocommerce-account-fields .create-account span {
  font-size: 1.1em;
  line-height: 1.5;
  color: #439cd7;
  font-weight: 600;
}

/* section#category-page div.woocommerce-loop-product__short-description { */
section div.woocommerce-loop-product__short-description {
  font-weight: 500;
}

section#product-page .site-main header {
  display: none;
}

section#category-page h2.woocommerce-loop-product__title,
section#product-page h2.woocommerce-loop-product__title {
  color: #439cd7;
  text-align: left;
  margin-bottom: 0;
}

div.woocommerce-loop-product__short-description {
  color: #48433b;
  font-weight: 600;
}

/* section#category-page ul.products > li.product > a.woocommerce-LoopProduct-link > div.prod-img { */
section
  ul.products
  > li.product
  > a.woocommerce-LoopProduct-link
  > div.prod-img {
  position: relative;
  padding-right: 1em;
  margin-bottom: 0;
  width: 90px;
}

section
  ul.products
  > li.product
  > a.woocommerce-LoopProduct-link
  > div.prod-img
  > img {
  /* min-width: 100px; */
  max-height: 100px;
  width: auto;
}

/* section#category-page ul.products > li.product > a.woocommerce-LoopProduct-link > div.prod-img > div.returnable-product-icon > img { */
section
  ul.products
  > li.product
  > a.woocommerce-LoopProduct-link
  > div.prod-img
  > div.returnable-product-icon
  > img {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #439cd7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0.5em;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

section ul.products > li.product {
  margin: 2em 1em 1em 0;
}

/* section#category-page ul.products > li.product > div.title-price { */
section ul.products > li.product > div.title-price {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  width: 90%;
  height: min-content;
  margin-left: 2em;
  flex-wrap: wrap;
}

section ul.products > li.product > div.title-price > a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 400px;
}

section
  ul.products
  > li.product
  > div.title-price
  > a
  > h2.woocommerce-loop-product__title {
  align-self: flex-start;
}

section
  ul.products
  > li.product
  > div.title-price
  > a
  > div.woocommerce-loop-product__short-description {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

section
  ul.products
  > li.product
  > div.title-price
  > a
  > div.woocommerce-loop-product__short-description
  p {
  margin: 0.2em 0;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper { */
section ul.products > li.product > div.title-price div.price-wrapper {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  justify-content: flex-end;
  margin-bottom: 4px;
}

section ul.products > li.product > div.title-price .original-price-wrapper {
  display: flex;
  flex-direction: column;
/*   flex-direction: column-reverse; */
  text-align: right;
}

section ul.products > li.product > div.title-price .quantity-wrapper {
  display: flex;
  margin-right: 1em;
}

section ul.products > li.product > div.title-price div.price-wrapper p {
  margin: 0;
}
/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_1 {
  display: flex;
  align-items: center;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div > p.bulk-price { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_1
  p.bulk-price {
  font-size: 1.5em;
  font-weight: 600;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div > p:last-of-type { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_1
  p:first-of-type {
  padding-right: 5px;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_2 {
  margin-right: 5px;
}

section ul.products > li.product > div.title-price div.price-wrapper p {
  margin: 0;
}
/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_2 {
  display: flex;
  align-items: center;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div > p.bulk-price { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_2
  p.bulk-price {
  font-size: 1.5em;
  font-weight: 600;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > div > p:last-of-type { */
section
  ul.products
  > li.product
  > div.title-price
  div.price-wrapper
  .bulk_quantity_wrapper_group_2
  p:first-of-type {
  padding-right: 5px;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

/* section#category-page ul.products > li.product > div.title-price > a > div.price-wrapper > span { */
section ul.products > li.product > div.title-price div.price-wrapper > span {
  margin-right: 1em;
}

section ul.products > li.product > div.title-price > div.buttons {
  background-color: #efefef;
  border-radius: 10px;
}

section
  ul.products
  > li.product
  > div.title-price
  > div.buttons
  > .product-add-to-cart-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  flex-wrap: wrap-reverse;
  flex: 0;
  padding: 0;
  flex-wrap: nowrap;
}

/* section#category-page ul.products > li.product > div.title-price > div.buttons > a.button { */
section
  ul.products
  > li.product
  > div.title-price
  > div.buttons
  > .product-add-to-cart-button
  > a.button {
  background-color: #f78700;
  height: 40px;
  width: 70px;
  border-radius: 50px;
  display: flex;
}

body li.product a.add_to_cart_button {
  display: none;
}

section ul.products > li.product > div.title-price .please-call {
  padding: 0 2em;
  line-height: 36px;
  height: 36px;
  color: #fff;
  border-radius: 3px;
  background-color: #439cd7;
  text-transform: uppercase;
  font-weight: 600;
}

/* section#category-page ul.products > li.product > div.title-price > div.buttons > div.quantity { */
section
  ul.products
  > li.product
  > div.title-price
  > div.buttons
  > .product-add-to-cart-button
  > div.quantity {
  margin-right: 1.5em;
}

/* section#category-page ul.products > li.product > div.title-price > div.buttons > div.quantity > input { */
section ul.products > li.product > div.title-price div.quantity > input {
  box-shadow: none;
  border: 3px solid #ebebeb;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 8px;
}

/* section#category-page ul.products > li.product > div.title-price > div.buttons > p.product-quantity-text { */
section ul.products > li.product > div.title-price p.product-quantity-text {
  flex: 0;
  text-align: left;
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 11px;
  margin-right: 0;
  color: #000;
  align-self: center;
  padding-right: 1em;
}

/* Related products */
section.related.products ul.products {
  display: flex;
  justify-content: space-between;
}

/* section.related.products ul.products > li.product {
				
			} */

section.related.products ul.products > li.product > div.title-price {
  margin: 0;
  width: 100%;
}

section.related.products ul.products > li.product > div.title-price > a {
  width: 100%;
  margin: 0 2em;
}

section.related.products ul.products > li.product > div.title-price > a > h2 {
  width: 100%;
  text-align: center;
}

section.related.products
  ul.products
  > li.product
  > div.title-price
  > a
  > div.price-wrapper {
  display: none;
}

section.related.products
  ul.products
  > li.product
  > div.title-price
  > div.buttons {
  display: none;
}

/* section#category-page > div.container { */
section > div.container {
  display: flex;
}

.post-type-archive-product #product-page > div.container {
  display: flex;
  flex-direction: row-reverse;
}

/* Other pages About us, FAQs, etc */
section.cf > div.container {
  flex-direction: column;
  align-items: center;
}

.page-id-1340 section.cf > div.container {
  align-items: flex-start;
}

/* Contact us page */
section.cf.contact-page > div.container {
  flex-direction: row;
  align-items: flex-start;
}

/* Contact us - Send us a message */
section.cf.contact-page > div.container > div:last-of-type {
  /* max-width: 500px; */
}

section.cf > div.container > p {
  max-width: 1000px;
}

/** Sidebar */

.blog #secondary,
.single #secondary,
.default #secondary,
.page #secondary,
.woocommerce #secondary {
  width: 25%;
  margin-right: 4em;
}

#secondary h5 {
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  color: #2f4c67;
  margin: 0 0 4em;
}

#secondary h3 {
  font-weight: 700;
}
#secondary .widget {
  margin-bottom: 2em;
}
#secondary .widget a {
  color: #444;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 14px;
}
#secondary .widget a:hover {
  color: #439cd7;
}
#secondary .widget .widget-title {
  position: relative;
  font-size: 16px;
  color: #444;
  line-height: 1.2;
  padding: 5px 20px 10px 0;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

#secondary .widget .widget-title i {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #439cd7;
  top: calc(50% - 5px);
  right: 0;
  justify-content: center;
  display: flex;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#secondary .widget .widget-title i::before,
#secondary .widget .widget-title i::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#secondary .widget .widget-title.collapsed i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#secondary .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e5e6e7;
  border-radius: 7px;
}

#secondary .widget_price_filter .ui-slider .ui-slider-handle {
  background: #439cd7;
}

#secondary .widget_price_filter .ui-slider .ui-slider-range {
  background: #439cd7;
}

#secondary .widget_price_filter .price_slider_amount .button {
  width: 100%;
  border: none;
  background: #f78700;
  color: #fff;
  line-height: 1;
  padding: 1em;
  border-radius: 50px;
  margin: 1em 0;
}
#secondary .widget_price_filter .price_slider_amount .button:hover {
  text-decoration: none;
  background-color: #439cd7;
}

.widget-area .widget.widget_price_filter form {
  position: relative;
  padding-top: 34px;
}

.widget-area .widget.widget_price_filter .price_label {
  position: absolute;
  width: 100%;
  top: 0;
  line-height: 24px;
  height: 24px;
  color: transparent;
}

.widget-area .widget.widget_price_filter .price_label .from,
.widget-area .widget.widget_price_filter .price_label .to {
  color: #444;
}

.widget-area .widget.widget_price_filter .price_label .from {
  position: absolute;
  left: 0;
}

.widget-area .widget.widget_price_filter .price_label .to {
  position: absolute;
  right: 0;
}

#secondary .widget_recent_entries ul,
#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul,
#secondary .widget_layered_nav ul,
#secondary .widget_layered_nav_filters ul {
  padding: 0;
}

/** Product page */

section#product-page > div.container {
  display: flex;
}

div.product-warning-symbols-wrapper > * {
  margin-bottom: 20px;
}

div.product-warning-symbols-wrapper > img {
  width: 90px;
  height: auto;
  box-sizing: border-box;
}

div.product-warning-symbols-wrapper > div.returnable-product-icon > img {
  top: 0;
  right: 0;
  background-color: #439cd7;
  width: 50px;
  height: 45px;
  border-radius: 50%;
  padding: 0.75em;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** General */
div.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
div.summary.entry-summary {
  display: flex;
}

div.product-warning-symbols-wrapper {
  margin-right: 20px;
}

div.product-warning-symbols-wrapper > img {
  width: 500px;
  height: auto;
}

#product-page {
  padding-bottom: 0;
  background: #ffffff;
}

h2.product-page-product-title {
  color: #439cd7;
  margin-top: 0;
  font-weight: 600;
}

div.product-page-all-prices-wrapper {
  margin-bottom: 15px;
}

div.product-page-all-prices-wrapper > div {
  display: flex;
  align-items: baseline;
}

div.product-page-all-prices-wrapper > div > p {
  padding-right: 8px;
  margin: 0;
  color: #439cd7;
  font-size: 1.2em;
  font-weight: 600;
}

div.product-page-all-prices-wrapper
  > div.product-page-original-price-wrapper
  > p:first-of-type {
  font-weight: 600;
  color: #000000;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

div.product-page-all-prices-wrapper
  > div.bulk-quantity-wrapper-group
  > p:nth-of-type(1) {
  white-space: nowrap;
  font-size: 0.8em;
  font-weight: 400;
  color: #000000;
}

#primary form.cart::before,
#primary form.cart::after {
  content: none;
}
#custom_add_container {
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  border-radius: 10px;
  padding: 22px 20px;
}
#custom_add_container .product-page-all-prices-wrapper {
  margin-bottom: 0;
}
#custom_add_container form {
  padding-top: 0;
  margin-bottom: 0;
}

.please-call {
  margin-top: 1em;
}

div.bulk_pricing_discounts_wrapper {
  display: none;
}

div.product-container p.price {
  display: none;
}

.woocommerce-product-details__short-description p:first-child {
  margin-top: 0;
}

.description-area h2 {
  display: none;
}

.product-type-variable p.price {
  display: none;
}

body .stock.out-of-stock {
  color: #e74c3c;
  font-weight: 800;
  font-style: italic;
}
body .stock.out-of-stock::before {
  display: none;
}

body span.onsale {
  display: none;
}

body.single-product div.product .single_variation .price {
  margin: 1em 0 0;
  display: block;
  font-size: 1.41575em;
}

body.single-product div.product p.price {
  margin: 1em 0 0;
}

body.single-product div.product table.variations {
  margin: 0;
  border: none;
  width: auto;
}

body.single-product div.product table.variations th,
body.single-product div.product table.variations td {
  background: transparent;
  border: none;
  padding: 1em;
  display: table-cell;
  width: auto;
}

body.single-product div.product table.variations td.label {
  line-height: 50px;
  padding-left: 0;
  font-size: 1em;

  font-weight: 500;
}

body.single-product div.product table.variations td.label label {
  font-weight: 500;
}

body.single-product div.product table.variations select {
  line-height: 50px;
  height: 50px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#product-page .woocommerce-product-gallery img {
  margin: 0 auto;
}
body.single-product div.product .product_meta .sku_wrapper,
body.single-product div.product .product_meta .posted_in,
body.single-product div.product .product_meta .tagged_as,
body.single-product div.product .product_meta a,
body.single-product div.product .product_meta a:hover {
  color: #444;
  text-decoration: none;
}

body.single-product div.product .product_meta a:hover {
  text-decoration: underline;
}

.single_variation_wrap {
  width: 100%;
}

body.single-product div.product form.cart {
  padding-bottom: 0;
}

body.single-product div.product form.cart .quantity {
  margin: 0 1em 0 0;
}

.single-product .quantity .qty {
  line-height: 50px;
  height: 50px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
}
.single-product .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.single-product div.product form.cart,
body.single-product div.product .variations_button {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.product-container button.single_add_to_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  padding: 1em 2em;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  background: #f78700;
  background-size: 20px auto;
}

.product-container a[class^="download-"][class$="sheet-button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  border-radius: 50px;
  font-weight: 700;
  color: #f78700;
  background: #ffffff;
  background-size: 20px auto;
  border: solid #f78700 2px;
  transition: 0.4s;
}

.product-container a[class^="download-"][class$="sheet-button"]:hover {
  color: #fff;
  background: #f78700;
}

.product-container h3,
.product-container h5 {
  color: #439cd7;
  font-weight: 600;
}
.product-container .data-sheets-button {
  display: flex;
  justify-content: space-between;
}
.product .hazard-icons {
  position: absolute;
  left: 375px;
}
.product .hazard-icons img {
  max-width: 150px;
  margin: 0 auto;
}
/* .product-container a.download-safety-sheet-button {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 50px;
			line-height: 50px;
			padding: 1em 2em;
			border-radius: 50px;
			font-weight: 700;
			color: #f78700;
			background: #ffffff;
			background-size: 20px auto;
			border: solid #f78700 2px;
		} */

.search section#product-page > div.container {
  flex-direction: row-reverse;
}
section#product-page
  > div.container
  div.product
  > div.summary
  > div.product-container
  > form.cart
  > button.quantity {
  margin-right: 1em;
}

section#product-page
  > div.container
  div.product
  > div.summary
  > div.product-container
  > form.cart
  > button.button.alt {
  margin-bottom: 1em;
}

/* section#product-page > div.container div.product > div.summary > div.product-container > form.cart > a.download-safety-sheet-button {
			margin: 0 0 1em 1em;
		} */

section#product-page
  > div.container
  div.product
  > div.summary
  > div.product-container
  > form.cart
  > a[class^="download-"][class$="sheet-button"] {
  margin: 0 0 1em 1em;
}

.product-container button.single_add_to_cart_button:hover {
  background-color: #439cd7;
  color: #fff;
}

.single-product div.product .woocommerce-tabs {
  border-top: 2px solid #439cd7;
  border-bottom: 2px solid #439cd7;
  margin: 5em 0;
  padding: 5em 0;
}

.single-product .woocommerce-tabs ul.tabs {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: 2px solid #439cd7;
}

.single-product .woocommerce-tabs ul.tabs li {
  border-bottom: 2px solid #439cd7;
}

.single-product .woocommerce-tabs ul.tabs li a {
  background: transparent;
  color: #2f4c67;
  font-weight: 900;
  font-size: 1.125em;
  padding: 2.5em 1.875em;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  background: #439cd7;
  color: #ffffff;
}
.single-product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

ul.products > li.product {
  border-bottom: solid 2px #439cd7;
}

/** Badges */
.product-badge {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  right: 1.125em;
  padding: 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 100;
}
#product-page .woocommerce-product-gallery .product-badge {
  right: inherit;
  left: 1.125em;
  width: 150px;
  height: 150px;
  font-size: 1.75em;
}
.product-badge.sale {
  background: #e74c3c;
  color: #fff;
}

.sale-notice-surround {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0px 5px;
}

/** Related products */
section.related.products {
  padding: 0;
  float: left;
  width: 100%;
}

section.related.products > h2:first-child {
  margin: 0 0 2em;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #439cd7;
}

section.related.products > ul.products > li.product > a {
  display: flex;
  justify-content: center;
}

section.related.products > ul.products > li.product > div > a > h2 {
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #439cd7;
  font-weight: 700;
  text-align: center;
}

#product-page .site-main ul.products.columns-5 li.product {
  /* width: 18.4%; */
  margin-right: 2%;
  max-width: 500px;
}
#product-page .site-main ul.products.columns-5 li.product.last {
  margin-right: 0;
}

section.related.products > ul > li > a > div.prod-img {
  height: 150px;
}

section.related.products > ul > li > a > div > div.returnable-product-icon {
  display: none;
}

section.related.products > ul > li > div > a > div {
  display: none;
}

section.related.products > ul > li > div > div {
  display: none;
}

.RelatedProducts-DotsWrapper {
  display: none;
}

/** My Account */

/** Navigation */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #ccc;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 2px solid #ccc;
  position: relative;
}

.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  padding: 0.875em 0.5em;
  display: block;
  color: #2f4c67;
  font-weight: 900;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background: #ccc;
}

/** Content */
.woocommerce-MyAccount-content h2:first-of-type {
  margin-top: 0;
}

.woocommerce-MyAccount-content fieldset,
.woocommerce-MyAccount-content fieldset legend {
  background-color: transparent;
}
.woocommerce-MyAccount-content fieldset legend {
  margin-left: 0;
}

button.woocommerce-Button.button {
  background-color: #439cd7;
  border: none;
  color: #fff;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 2em;
}
button.woocommerce-Button.button:hover {
  background: #439cd7;
  color: #fff;
  text-decoration: none;
}

/** Basket / Cart */

div#primary.content-area {
  width: 100%;
  padding: 0;
  margin: 0;
}

div#primary.content-area > main#main.site-main > div > div.col-full {
  display: flex;
  flex-direction: column;
}

body.woocommerce-cart section.cf > div.container > div.woocommerce {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main table.cart {
  margin-bottom: 1em;
}
main table.cart td.actions {
  padding: 1em;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
}

main a.remove::before {
  color: #e74c3c;
  font-size: 1.2em;
}

.actions button.button,
a.button.checkout-button {
  background-color: #439cd7;
  border: none;
  color: #fff;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  padding: 0 2em;
}
.pre-checkout-message {
  margin-bottom: 1em;
  font-size: 14px;
}

.cart-collaterals
  .wc-proceed-to-checkout
  .button.checkout-button.button.checkout-button {
  float: left;
  font-size: 1em;
}
.actions button.button:hover,
a.button.checkout-button:hover {
  background: #439cd7;
  color: #fff;
  text-decoration: none;
}

table.cart td.product-quantity .qty {
  line-height: 36px;
  height: 36px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
}
table.cart td.product-quantity .qty::-webkit-inner-spin-button,
table.cart td.product-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul#shipping_method {
  padding: 0;
  margin: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
  display: none;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}

/* Product displays at bottom of cart page */
/* Shop by category|New in|Fan favourites|Best sellers */

/* Style section title */
section.storefront-product-section > h2 {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}

/* Style category titles */
section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product-category
  > a
  > h2 {
  color: #439cd7;
  font-weight: 600;
  text-align: center;
}

/* Fix category image size */
section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product-category
  > a
  > img {
  height: 250px;
  width: auto;
}

/* Centre the product image */
section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product
  > a
  > div.prod-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product
  > div.title-price {
  justify-content: center;
}

/* Hide product amount input */
section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product
  > div.title-price
  > div {
  display: none;
}

/* Hide product short description */
section.storefront-product-section
  > div.woocommerce
  > ul.products
  > li.product
  > div.title-price
  > a
  > div {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .woocommerce-cart-form {
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

/** Checkout */
.checkout_coupon {
  margin-bottom: 2.617924em;
  border: 2px solid #294356;
  padding: 0.5em 2em;
  border-radius: 3px;
}

main table.cart {
  margin: 5px;
}

main table.cart th,
main table.cart td {
  padding: 8px;
}
main table.cart td.product-remove {
  padding: 8px;
}

.cart_totals table {
  margin: 5px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 8px;
}

.cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding: 0;
}

.cart_totals .woocommerce-shipping-calculator button.button {
  line-height: 36px;
  height: 36px;
}

main .wc-proceed-to-checkout {
  margin-bottom: 0;
}

.checkout_coupon button.button,
#order_review button {
  background-color: #439cd7;
  border: none;
  color: #fff;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 2em;
}
.checkout_coupon button.button:hover,
#order_review button:hover {
  background: #439cd7;
  color: #fff;
  text-decoration: none;
}

.checkout.woocommerce-checkout #order_review {
  /* Same as Background colour */
  background-color: #ffffff;
}

.checkout.woocommerce-checkout #order_review table td {
  background: #fff;
}

.checkout.woocommerce-checkout
  #order_review
  table
  tr.cart_item
  td.product-name {
  text-align: left;
}

.checkout.woocommerce-checkout #order_review thead th.product-total {
  text-align: right;
}

.checkout.woocommerce-checkout #order_review table td {
  text-align: right;
}

.checkout.woocommerce-checkout #ship-to-different-address-checkbox {
  height: 25px;
  width: 25px;
}

.woocommerce-checkout ul#shipping_method {
  margin: 0;
  padding: 0;
}

body.page .woocommerce-form-coupon-toggle {
  margin-right: 1em;
}

@media (max-width: 1450px) {
  main.site-main > ul.products {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  main.site-main > ul.products > li.product {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  div#primary.content-area {
    padding: 0 2em;
    margin: 0;
  }

  /* div#primary.content-area ul.products > li {
		flex-direction: column;
		align-items: center;
	} */

  div#primary.content-area ul.products > li > a {
    margin-bottom: 1em;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > h2 {
    text-align: center;
  }

  section ul.products > li.product > div.title-price > div.buttons {
    justify-content: center;
  }

  .product .hazard-icons {
    left: 300px;
  }
}

@media (max-width: 1100px) {
  /* section#category-page > div.container > div#primary > main#main > ul.products > li.product {
		flex-direction: column;
		align-items: center;
		padding: 0;
	} */

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > a:first-of-type {
    margin-bottom: 2em;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price {
    width: 100%;
    padding: 0;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > div.woocommerce-loop-product__short-description {
    display: none;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > h2 {
    text-align: left;
    max-width: 230px;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > div.price-wrapper {
    flex-direction: column;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > div.buttons
    > div.quantity {
    margin-right: 1em;
    margin-bottom: 1em;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > div.buttons
    > p.product-quantity-text {
    display: none;
  }
  /* Product page - related products */
  section.related.products > ul.products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.related.products > ul.products > li.product {
    flex-direction: column;
  }

  /* body #product-page .site-main ul.products > li.product {
		width: 100%;
	} */

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product {
    height: 350px;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product.inactive {
    display: none;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > a
    > div.prod-img {
    height: unset;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > a
    > h2 {
    text-align: center;
    width: 100%;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > a
    > div {
    display: none;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons {
    padding: 2em 0;
  }
  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons
    > div {
    display: none;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons
    > p {
    display: none;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons
    > a.woocommerce-LoopProduct-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.8;
    background: none;
    background-color: #f78700;
    padding: 0;
    border-radius: 50px;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons
    > a.woocommerce-LoopProduct-link::before {
    content: "SELECT OPTIONS";
    font-weight: 500;
    font-size: 1.25em;
    color: #ffffff;
    padding: 0.75em 0.5em;
  }

  body
    #product-page
    .site-main
    section.related.products
    ul.products
    > li.product
    > div.title-price
    > div.buttons
    > a.button {
    display: none;
  }

  .RelatedProducts-DotsWrapper {
    justify-content: center;
    align-items: center;
    padding: 2em 0;
  }
}

@media (max-width: 1300px) {
  body > div.breadcrumbs > div.container.cf {
    margin: 0 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section#category-page > div.container {
    padding: 0 3%;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }

  .categories-sidebar {
    display: none;
  }

  section#category-page > div.container > div#secondary {
    width: 100%;
    min-width: 250px;
    margin: 0;
    display: none;
  }

  section#category-page > div.container > div#primary {
    padding: 0;
    margin: 0;
  }

  /* Content area | Cart page */
  div#primary.content-area {
    padding: 0 1em;
  }

  div#primary.content-area > main#main > div > div.col-full {
    margin: 0;
  }

  div#primary.content-area
    > main#main
    > div
    > div.col-full
    > div.entry-content {
    width: 100%;
  }

  /* About us */
  section.cf > div.container {
    margin: 0;
  }

  /* Contact us */
  section.cf.contact-page > div.container {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }

  section.cf.contact-page > div.container > div:last-of-type {
    width: 100%;
  }

  /* My account */
  section.cf > div.container > div.woocommerce {
    width: 100%;
  }

  /* Product page */
  section#product-page > div.container {
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }

  section#product-page > div.container > div#secondary {
    width: 100%;
    max-width: 500px;
  }

  section#product-page > div.container div.product > div.summary {
    flex-direction: column;
  }

  section#product-page
    > div.container
    div.product
    > div.summary
    > div.product-container
    > form.cart {
    justify-content: center;
  }

  section#product-page
    > div.container
    div.product
    > div.summary
    > div.product-container
    > form.cart
    > * {
    flex-grow: 1;
    margin: 0;
  }

  /* section#product-page > div.container div.product > div.summary > div.product-container > form.cart > button.quantity {
		margin-right: 1em;
	}

	section#product-page > div.container div.product > div.summary > div.product-container > form.cart > button.button.alt {
		margin-bottom: 1em;
	}

	section#product-page > div.container div.product > div.summary > div.product-container > form.cart > a.download-safety-sheet-button {
		margin: 0 0 1em 1em;
	} */

  div.product-warning-symbols-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.product-warning-symbols-wrapper > * {
    padding: 0 1em;
    margin: 0;
    max-width: 100px;
  }

  div.product-warning-symbols-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.product-warning-symbols-wrapper > *:first-child {
    padding-left: 0;
  }

  div.product-warning-symbols-wrapper > *:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  .product .hazard-icons {
    left: 0;
    top: 10em;
  }
}

/* Overwrite storefront styling */
@media (min-width: 768px) {
  body section.cf > div.container > div.woocommerce {
    width: 100%;
    display: flex;
  }

  body .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  body .woocommerce-MyAccount-content {
    width: 80%;
  }

  .product .hazard-icons {
    display: none;
  }
}

@media (max-width: 768px) {
  .product .hazard-icons {
    display: none;
  }
}

@media (max-width: 700px) {
  body section .site-main ul.products > li.product {
    width: 100%;
  }

  section
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > h2 {
    text-align: left;
    max-width: 100%;
  }

  section
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > div.buttons {
    margin: 1em 0;
    align-self: flex-start;
    width: 100%;
  }

  section ul.products > li.product > div.title-price > a {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
  body section .site-main ul.products > li.product {
    flex-direction: column;
    align-items: center;
  }

  section
    ul.products
    > li.product
    > a.woocommerce-LoopProduct-link
    > div.prod-img {
    padding-right: 0;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price {
    margin: 0;
  }

  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > h2,
  section#category-page
    > div.container
    > div#primary
    > main#main
    > ul.products
    > li.product
    > div.title-price
    > a
    > div.price-wrapper {
    align-self: center;
  }

  #custom_add_container {
    flex-direction: column;
  }

  .single-product .quantity .qty {
    margin: 1em 0;
  }

  body.single-product div.product form.cart,
  body.single-product div.product .variations_button {
    justify-content: flex-start;
  }
}

#calc_shipping_state {
  display: none !important;
}

#calc_shipping_country_field {
  display: none !important;
}

#calc_shipping_city {
  display: none !important;
}
