/* =WooCommerce
-------------------------------------------------------------- */

.woocommerce #no-slide {
  margin-bottom: 0;
}


.woocommerce #main {
    width: 100%;
    /* margin: 0 auto; */
    max-width: none;
    padding: 0;
    float: left;
}

.woocommerce #primary {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
    padding: 0 30px;
}

.logged-in #cart-bar {
  top:32px;
}

.logged-in #wrapper {
  padding-top: 32px;
}

#cart-bar {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  z-index: 1500;
  top: 0;
  text-transform: uppercase;
  font-family: 'gotham_bookregular';
  font-size: 12px;
}

#cart-bar p {
    float: left;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'gotham_bookregular';
    font-size: 12px;
}

#cart-bar ul {
    margin: 0;
    line-height: 40px;
    float: right;
}

#cart-bar ul li {
    padding-left: 20px;
    float: left;
}

#cart-bar ul li a {
    color: white;
}

#cart-bar ul li a:hover {
  opacity: 0.8;
}

#header.woo {
    padding-top: 50px;
}

.header.smaller.woo {
    top: 40px;
}

.woocommerce .woocommerce-breadcrumb {
    float: left;
    padding-top: 0px;
    padding-bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #4d4d4d ! important;
}

.woocommerce .woocommerce-breadcrumb .spacers {
    padding: 0 5px;
}

.woocommerce #primary {
    width: 100%;
}

.woocommerce .woocommerce-product-gallery {
    float: left;
    width: 550px;
}

.woocommerce .woocommerce-product-gallery img {
    width: 100%;
}

.woocommerce .entry-summary {
    float: right;
    width: 500px;
}

.woocommerce figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce ul.products {
    float: left;
    width: 725px;
    margin: 50px 00;
    list-style: none;
    clear: both;
}

.woocommerce ul.products li {
    width: 32%;
    list-style: none;
    float: left;
    margin: 0 0 5% 0;
}

.woocommerce ul.products li:nth-of-type(3n+2) {
    margin: 0 2% 2% 2%;
}

.single.woocommerce #primary {
    padding-top: 50px;
}

.theme-prostate-cymru .woocommerce .add_to_cart_button,
.theme-prostate-cymru.woocommerce a.add_to_cart_button,
.theme-prostate-cymru .woocommerce .product_type_variable,
.theme-prostate-cymru.woocommerce a.product_type_variable,
.theme-prostate-cymru.woocommerce a.product_type_simple,
.theme-prostate-cymru.woocommerce .product_type_simple  {
  font-weight: normal;
  border-radius: 0;
  width: 100%;
  padding: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  display: block ! important;
  font-weight: normal;
  background: transparent;
}

.theme-prostate-cymru .woocommerce .add_to_cart_button:hover,
.theme-prostate-cymru.woocommerce a.add_to_cart_button:hover,
.theme-prostate-cymru .woocommerce .product_type_variable:hover,
.theme-prostate-cymru.woocommerce a.product_type_variable:hover,
.theme-prostate-cymru.woocommerce a.product_type_simple:hover,
.theme-prostate-cymru.woocommerce .product_type_simple:hover {
  background: transparent;
}

.theme-prostate-cymru .woocommerce .add_to_cart_button::after,
.theme-prostate-cymru.woocommerce a.add_to_cart_button::after,
.theme-prostate-cymru .woocommerce .product_type_variable::after,
.theme-prostate-cymru.woocommerce a.product_type_variable::after,
.theme-prostate-cymru.woocommerce a.product_type_simple::after,
.theme-prostate-cymru.woocommerce .product_type_simple::after  {
  content: " >";
}

#home-products {
  float: left;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 60px;
}

#home-products p.link {
    float: right;
    font-weight: 500;
    line-height: 50px;
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 30px;
}

#home-products .woocommerce ul.products {
  width: 100%;
  margin: 25px 0 0;
}

#home-products .woocommerce ul.products li {
  width: 23%;
  margin-right: 2.6666666666%;
  margin-bottom: 5%;
}

#home-products .woocommerce ul.products li:nth-of-type(4n+4) {
  margin: 0 0% 5% 0;
}

.woocommerce ul li .cat-name {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    margin: 0 0 25px;
}


#home-products .button.more {
    clear: both;
    width: 270px;
    height: 50px;
    background: black;
    line-height: 50px;
    margin-bottom: 100px;
    margin: 0 auto 100px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 0 15px;
    position: relative;
}

.theme-prostate-cymru .woocommerce .woocommerce-input-wrapper input {
    border: 1px solid #adadad;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-family: "Exo 2",sans-serif;
    font-size: 15px;
    width: 100% ! important;
}

.theme-prostate-cymru .woocommerce .select2-container .select2-selection--single {
    height: 50px;
    margin: 0 0 -4px;
    border-radius: 0;
}

.theme-prostate-cymru .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4d4d4d;
    line-height: 50px;
    padding: 0 15px;
}

.theme-prostate-cymru .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0px;
    right: 10px;
    width: 20px;
}

.theme-prostate-cymru .woocommerce form .form-row textarea {
    height: 144px;
    line-height: 1.25;
    padding: 15px;
    border: 1px solid #adadad;
    font-family: "Exo 2",sans-serif;
    font-size: 15px;
}

.theme-prostate-cymru .woocommerce .col2-set {
    width: 600px;
    float: left;
    margin-right: 100px;
}
.theme-prostate-cymru .woocommerce .col2-set .col-1, 
.theme-prostate-cymru .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.theme-prostate-cymru .woocommerce .col2-set .col-2, 
.theme-prostate-cymru .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}

.theme-prostate-cymru .woocommerce #order_review_heading, .theme-prostate-cymru .woocommerce #order_review {
    width: 400px;
    float: right;
    margin-right: 0;
    clear: right;
    margin-bottom: 34px;
}

.theme-prostate-cymru .woocommerce #payment #place_order, .theme-prostate-cymru .woocommerce-page #payment #place_order {
  width: 100%;
  height: 50px;
  line-height: 1;
  font-weight: normal;
  font-family: gotham_bookregular;
  font-weight: 500;
  border-radius: 0;
  background: #40b7e6;
}

.theme-prostate-cymru .woocommerce table.shop_table {
    border-radius: 0;
}

.theme-prostate-cymru .woocommerce .woocommerce-cart-form table thead {
    background: #f2f2f2;
}

.theme-prostate-cymru  .woocommerce table.shop_table th {
    font-weight: 600;
}

.theme-prostate-cymru .woocommerce-additional-fields h3 {
  font-family: 'gotham_boldregular';
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.theme-prostate-cymru .woocommerce #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce-page #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce-page table.cart td.actions .input-text {
  width: 250px !important;
  height: 50px;
  padding: 0 15px !important;
  line-height: 1;
  font-family: 'gotham_bookregular';
  font-size: 15px;
  margin-right: 10px !important;
}

.theme-prostate-cymru .woocommerce .cart .button, .theme-prostate-cymru .woocommerce .cart input.button {
    width: 378px;
    padding: 0 !important;
    height: 50px;
    border-radius: 0;
    font-family: 'gotham_bookregular';
    font-weight: 400;
    font-size: 16px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: 200px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    font-family: 'gotham_bookregular';
    font-weight: normal;
}

.page-template-default .image-gallery {
  margin-top: 50px;
  margin-bottom: 0px;
}

#primary #sidebar_one {
  float: left;
  clear: left;
  width: 240px;
}

#primary #sidebar_one .product-search-filter-terms-heading {
  font-family: 'gotham_blackregular';
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  color: #40b7e6;
}

/* =Woo
-------------------------------------------------------------- */

#primary.content-area {
  width: 1100px;
  margin: 0 auto;
  float: none;
  position: relative;
}

#primary #sidebar_one {
  float: left;
  clear: left;
  width: 253px;
  padding-top: 0;
}

.woocommerce #primary ul.products {
    float: right;
    margin-left: 29px;
    width: 818px;
    clear: none;
    margin: 0;
}

.woocommerce #primary ul.products.columns-3 li.product, .woocommerce-page #primary ul.products.columns-3 li.product {
    width: 253px;
    margin-right: 29px;
    margin-bottom: 5%;
}

.woocommerce #primary ul.products.columns-3 li.product:nth-of-type(3n+3), 
.woocommerce-page #primary ul.products.columns-3 li.product:nth-of-type(3n+3) {
  margin-right: 0px;
}

.woocommerce #primary .woocommerce-breadcrumb {
  margin: 8px 0 32px;
  padding: 0;
  font-size: 12px;
  color: #4d4d4d;
  text-transform: uppercase;
}

.woocommerce #primary .woocommerce-breadcrumb a {
  color: #4d4d4d;
}

.woocommerce #primary .woocommerce-breadcrumb a:hover {
  color: #a0a5aa;
}

.woocommerce #primary ul.products li.product .woocommerce-placeholder {
  border: 0px solid #f2f2f2;
}

.woocommerce #primary ul.products li.product a img {
    height: auto;
}

.woocommerce #primary ul.products li.product .price ins {
  font-weight: normal;
  color: #ab1600;
}

.woocommerce #primary ul.products li.product .price {
  font-weight: normal;
}

.woocommerce #primary ul.products li.product .price del {
  opacity: 1;
}

#primary del {
  position: relative;
  text-decoration: none;
}

#primary del:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}

.woocommerce #primary .woocommerce-ordering, 
.woocommerce-page #primary .woocommerce-ordering {
  float: right;
  display: block;
  width: auto;
  clear: none;
  position: absolute;
  right: 0;
}

#product-filter-search-form-0 input#product-filter-field-0 {
    padding: 0 15px;
    height: 46px;
    text-transform: capitalize;
    font-size: 16px;
    border: 2px solid #ebe9eb;
    width: 208px;
}


/* =Woocommerce Basket
-------------------------------------------------------------- */

.theme-prostate-cymru .woocommerce table.shop_table {
  border: 0px solid rgba(0,0,0,.1);
  margin: 0;
  border-radius: 0;
}

.theme-prostate-cymru .woocommerce table.shop_table th {
  font-weight: normal;
  padding: 0;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 17px;
  border: 0px;
}

.theme-prostate-cymru .woocommerce table.shop_table td {
  border-top: 0 solid rgba(0,0,0,.1);
  padding: 15px 0;
  vertical-align: middle;
  line-height: 1;
}

.theme-prostate-cymru .woocommerce #content table.cart img, .theme-prostate-cymru .woocommerce table.cart img, .theme-prostate-cymru.woocommerce-page #content table.cart img, .theme-prostate-cymru.woocommerce-page table.cart img {
  height: auto;
  margin: 0;
}

.theme-prostate-cymru .woocommerce #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page #content table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page table.cart td.actions .input-text {
  padding: 0 15px;
  border: 1px solid #4d4d4d;
  width: 310px;
  height: 50px;
  text-transform: none;
  font-size: 17px;
  font-weight: normal;
  margin-top: 26px;
  margin-right: 30px;
}

.theme-prostate-cymru.woocommerce-page .actions button.button:hover {
  color: white;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form {
  margin-top: 0;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tbody {
  font-size: 18px;
  text-transform: none;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-thumbnail, .theme-prostate-cymru .woocommerce table.shop_table td.product-thumbnail {
  width: auto;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-name, .theme-prostate-cymru .woocommerce table.shop_table td.product-name {
  width: auto;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-remove,
.theme-prostate-cymru .woocommerce table.shop_table td.product-remove {
  width: auto;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-price,
.theme-prostate-cymru .woocommerce table.shop_table td.product-price {
  width: auto;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-quantity,
.theme-prostate-cymru .woocommerce table.shop_table td.product-quantity {
  width: auto;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-subtotal,
.theme-prostate-cymru .woocommerce table.shop_table td.product-subtotal {
  width: auto;
}

.theme-prostate-cymru .woocommerce a.remove {
  color: #4d4d4d !important;
}

.theme-prostate-cymru .woocommerce a.remove:hover {
  color: #4d4d4d !important;
  opacity: 0.5;
  background: transparent;
}

.theme-prostate-cymru.woocommerce-page .actions button.button, .theme-prostate-cymru.woocommerce-page .actions button.button:disabled, .theme-prostate-cymru.woocommerce-page .actions button.button:hover[disabled] {
  background: #4d4d4d;
  color: white;
  opacity: 1;
}

.theme-prostate-cymru.woocommerce-page .actions button.button:hover {
  background: #4d4d4d;
  color: white;
}

.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  padding: 0;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 0;
  background: #40b7e6;
  font-size: 18px;
  float: right;
}

.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #4d4d4d;
}

.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #4d4d4d;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals, .theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 378px;
    margin-top: 35px;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals h2, .theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
  font-size: 25px;
  width: 310px;
  margin-bottom: 20px;
  font-family: 'gotham_boldregular';
  text-transform: uppercase;
}

.theme-prostate-cymru .cart-subtotal td {
  float: right;
  font-size: 18px;
}

.theme-prostate-cymru #add_payment_method .cart-collaterals .cart_totals tr td, .theme-prostate-cymru #add_payment_method .cart-collaterals .cart_totals tr th, .theme-prostate-cymru.woocommerce-cart .cart-collaterals .cart_totals tr td, .theme-prostate-cymru.woocommerce-cart .cart-collaterals .cart_totals tr th, .theme-prostate-cymru.woocommerce-checkout .cart-collaterals .cart_totals tr td, .theme-prostate-cymru.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 0 solid #ebe9eb;
  padding: 0;
}

.theme-prostate-cymru .woocommerce ul#shipping_method .amount {
  font-weight: normal;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li {
  margin: 0 0 5px;
  line-height: 1.5em;
  list-style: none outside;
  text-transform: capitalize;
  font-size: 15px;
  float: right;
  width: 270px;
}

.theme-prostate-cymru .woocommerce p.woocommerce-shipping-destination {
  clear: both;
  width: 270px;
  float: right;
  text-transform: capitalize;
  padding: 10px 0;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li label span.woocommerce-Price-amount.amount {
  float: right;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li input {
  margin: 4px 6px 0 0;
}

.theme-prostate-cymru a.shipping-calculator-button {
  text-transform: uppercase;
  font-size: 18px;
}

.theme-prostate-cymru tr td.actions .coupon button.button {
  width: 300px;
}

.theme-prostate-cymru tr td.actions button.button {
  width: 410px;
}

.theme-prostate-cymru small.includes_tax {
  display: block;
  text-align: right;
  clear: both;
}

.theme-prostate-cymru tr.order-total th,
.theme-prostate-cymru tr.order-total td  {
  padding-top: 30px ! important;
}

.theme-prostate-cymru tr.order-total td strong {
  float: right;
  font-size:18px;
}

.theme-prostate-cymru tr.order-total td {
  float: right;
  display: block;
  clear: both;
  font-size: 18px;
}

.theme-prostate-cymru .woocommerce .quantity .qty {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #4d4d4d;
  font-size: 18px;
}

.woocommerce-page #newsletter {
  margin-top: 100px;
}

.woocommerce-page.tax-product_cat #newsletter,
.product-template-default #newsletter {
  display: block
}

.woocommerce-product-gallery ol {
  margin-top: 25px;
}

.theme-prostate-cymru .woocommerce ul.products li.product .price, 
.theme-prostate-cymru #primary ul.products li.product .price {
  font-family: 'gotham_mediumregular';
  color: #40b7e6;
}

.theme-prostate-cymru.woocommerce #respond input#submit, 
.theme-prostate-cymru.woocommerce a.button, 
.theme-prostate-cymru.woocommerce button.button, 
.theme-prostate-cymru.woocommerce input.button {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #40b7e6;
}

.theme-prostate-cymru.woocommerce-page div.product form.cart .button {
  background: #40b7e6;
}

/* =Woocommerce Checkout
-------------------------------------------------------------- */

.woocommerce-checkout.theme-prostate-cymru form.checkout.woocommerce-checkout {
  float: left;
  width: 100%;
}

.woocommerce-checkout.theme-prostate-cymru form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'gotham_boldregular';
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 525px;
  margin-right: 50px;
  float: left;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce .col2-set .col-1, .theme-prostate-cymru.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
  margin-right: 0;
}

.theme-prostate-cymru .woocommerce-checkout .col2-set .col-2 {
  float: right;
  width: 100% ! important;
  margin-bottom: 100px;
}

h3#ship-to-doifferent-address {
  text-transform: uppercase;
  margin: 0 0 25px;
}

.theme-prostate-cymru.woocommerce-checkout h3#order_review_heading {
  float: right;
  clear: none;
  font-size: 25px;
  text-align: left;
  width: 525px;
  margin-bottom: 37px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 20px;
  font-family: 'gotham_boldregular';
}

.theme-prostate-cymru.woocommerce-checkout #order_review {
  width: 525px;
  float: right;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th.product-name, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table td.product-name {
  width: auto;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th.product-total, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table td.product-total {
  width: auto;
  text-align: right;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce ul#shipping_method li {
  line-height: 1.5em;
  list-style: none outside;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tbody th, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tfoot td, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  font-weight: normal;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th {
  font-weight: normal;
  padding: 0 0 30px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 17px;
  border: 0px;
  vertical-align: top;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table {
  border: 0px solid rgba(0,0,0,.1);
  margin: 0;
  border-radius: 0;
  margin-bottom: 50px;
}

.theme-prostate-cymru.woocommerce-checkout #add_payment_method #payment, 
.theme-prostate-cymru.woocommerce-checkout.woocommerce-cart #payment, 
.theme-prostate-cymru.woocommerce-checkout.woocommerce-checkout #payment {
  border-radius: 0;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row input[type="checkbox"],
.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row label {
  float: left;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row label {
  text-transform: capitalize;
  font-size: 15px;
  padding-bottom: 7px;
  width: 65%;
  line-height: 1.2;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row button {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form textarea, 
.theme-prostate-cymru.woocommerce-checkout.woocommerce-page form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #4d4d4d;
  height: 100px;
  padding: 0;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}

.theme-prostate-cymru.woocommerce-checkout h3#ship-to-different-address {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.theme-prostate-cymru.woocommerce-order-received .woocommerce .col2-set, 
.theme-prostate-cymru.woocommerce-page .col2-set {
  width: 100%;
  margin-right: 0;
}

.theme-prostate-cymru.woocommerce-account .woocommerce table.shop_table.woocommerce-orders-table {
    text-transform: capitalize;
    font-size: 18px;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a.button {
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    color: #a0a5aa;
    text-align: center;
    line-height: inherit;
    font-family: inherit;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 0;
    padding: 0;
    font-weight: normal;
    border-radius: 0;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a.button:hover {
    color: #4d4d4d;
    background: transparent;
}

.theme-prostate-cymru.woocommerce-account .woocommerce table.shop_table.woocommerce-orders-table td {
    padding: 0 0 25px;
    border-top: 0;
}

mark {
  background: transparent;
}

.theme-prostate-cymru .woocommerce table.shop_table.woocommerce-table--order-details th.product-total,
.theme-prostate-cymru .woocommerce table.shop_table.woocommerce-table--order-details td.product-total,
.theme-prostate-cymru .woocommerce table.shop_table.woocommerce-table--order-details tfoot tr td {
  text-align: right;
}

.theme-prostate-cymru .woocommerce table.shop_table.shop_table.woocommerce-table--order-details tfoot td {
  font-weight: normal;
}

.theme-prostate-cymru .woocommerce #order_review tr.woocommerce-shipping-totals.shipping,
.theme-prostate-cymru .woocommerce #order_review tr.cart-subtotal th {
  padding: 15px 0;
}


/* =Woocommerce Archive Ordering
-------------------------------------------------------------- */

/***********************************************/
/************* REORDER WOO ELEMENTS ************/
/***********************************************/
/*** SINGLE ITEM ***/
.woocommerce ul.products li.product a {
  display: flex; /* flexbox allows us to move elements around */
  flex-direction: column;
}
/*** PRODUCT IMAGE ***/

.woocommerce ul.products li.product a .imagewrapper, .woocommerce-page ul.products li.product a .imagewrapper {
    border: 2px solid #ebe9eb;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
  margin: 0 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*** PRODUCT TITLE ***/
h2.woocommerce-loop-product__title,
.related h2.woocommerce-loop-product__title {
  order: 3; /* -1 is like first/top */
}
/*** PRICE ***/
.woocommerce ul.products li.product .price {
  order: 1; /* 0 is like second/middle */
}
/*** STAR RATING ***/
.woocommerce ul.products li.product .star-rating {
  order: 2; /* 1 is like third/bottom */
}
/*** SALE BADGE ***/
.theme-prostate-cymru .woocommerce-page ul.products li.product .onsale, 
.theme-prostate-cymru.woocommerce ul.products li.product .onsale, 
.theme-prostate-cymru.woocommerce-page ul.products li.product .onsale, 
.theme-prostate-cymru.woocommerce #primary span.onsale {
    top: 5% !important;
    right: 5%;
    margin: 0;
    padding: 0.5em !important;
    font-weight: normal;
    text-transform: uppercase;
    left: auto;
}

.theme-prostate-cymru.single-product.woocommerce #primary span.onsale {
    top: 2.5% !important;
    right: auto;
    left: 2.5%;
}

.theme-prostate-cymru .woocommerce ul.products li.product .price,
.theme-prostate-cymru.woocommerce #primary ul.products li.product .price {
  text-align: left;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1;
}

.theme-prostate-cymru .woocommerce ul.products li.product .woocommerce-loop-product__title, .theme-prostate-cymru .woocommerce #primary ul.products li.product h3, .theme-prostate-cymru .woocommerce #primary ul.products li.product .woocommerce-loop-category__title, .theme-prostate-cymru.woocommerce #primary ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 10px 0 0;
    height: 45px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    line-height: 1.2;
    font-weight: normal;
    border-top: 2px solid #ebe9eb;
}

.theme-prostate-cymru .woocommerce ul.products li.product .star-rating,
.theme-prostate-cymru.woocommerce ul.products li.product .star-rating {
  font-size: 15px;
  float: right;
  position: absolute;
  right: 0;
  top: 264px;
  height: 19px;
  margin: 0;
}

.theme-prostate-cymru.woocommerce .star-rating {
    font-size: 15px;
    float: right;
    position: relative;
    right: 0;
    top: 0;
    height: 19px;
    margin: 0;
}

.theme-prostate-cymru .woocommerce ul.products li.product a,
.theme-prostate-cymru.woocommerce ul.products li.product a,
.theme-prostate-cymru.woocommerce .star-rating a {
}

.woocommerce .star-rating span::before {
    color: #e8a713;
}

.woocommerce-page #main .wrapper {
  width: 100%;
  padding: 0;
}

.woocommerce-page #main h1, .theme-prostate-cymru.woocommerce #sidebar_one h3 {
  padding-top: 47px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 30px;
}

#content {
  margin: 0;
}

.theme-prostate-cymru .woocommerce .col2-set .col-1, .theme-prostate-cymru.woocommerce-page .col2-set .col-1 {
  width: 45%;
  clear: none;
  float: left;
}

.theme-prostate-cymru .woocommerce .col2-set .col-2, .theme-prostate-cymru.woocommerce-page .col2-set .col-2 {
  width: 45%;
  clear: none;
  float: right;
}

.theme-prostate-cymru .woocommerce .col2-set .col-1 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-1 h2, .theme-prostate-cymru .woocommerce .col2-set .col-2 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-2 h2 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 13px;
}

.theme-prostate-cymru .woocommerce form.checkout_coupon, 
.theme-prostate-cymru .woocommerce form.login, 
.theme-prostate-cymru .woocommerce form.register {
  border: 0px;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}

.theme-prostate-cymru .woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px;
}

.theme-prostate-cymru .woocommerce form .form-row input {
  padding: 0;
  width: 630px;
  border: 1px solid #4d4d4d;
  height: 48px;
  padding: 0 15px;
  font-size: 14px;
}

.theme-prostate-cymru .woocommerce form .form-row label {
  font-size: 16px;
  padding-bottom: 5px;
}

.theme-prostate-cymru .woocommerce form .show-password-input,
.theme-prostate-cymru.woocommerce-page form .show-password-input {
  right: 15px;
  top: 0;
}

.theme-prostate-cymru .woocommerce form .show-password-input::after, 
.theme-prostate-cymru.woocommerce-page form .show-password-input::after {
  line-height: 53px;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  box-shadow: 0 0px 0px rgba(0,0,0,0.05), inset 0px 0px 0px 0px rgba(0,0,0,0.05);
  padding: 0px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px !important;
  cursor: pointer;
  transition: all .2s;
  margin: 0 10px 0 0;
  float: left;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  background: url("../images/checkbox-tick.png") no-repeat 0 0 / 22px 22px;
  width: 22px;
  height: 22px;
  transition: all .2s;
}

.theme-prostate-cymru .woocommerce form .form-row label.woocommerce-form-login__rememberme {
  float: left;
  display: block;
}

.theme-prostate-cymru .woocommerce form .form-row label.woocommerce-form-login__rememberme span {
  float: left;
  width: 275px;
  line-height: 35px;
  font-size: 16px;
}

.theme-prostate-cymru .woocommerce form .form-row button, .theme-prostate-cymru .woocommerce .return-to-shop a.button {
  float: left;
  clear: left;
  width: 300px;
  background: #4d4d4d;
  color: white;
  border-radius: 0;
  height: 50px;
  font-weight: normal;
text-transform: capitalize;
  margin-top: 28px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-size: 15px;
}

.theme-prostate-cymru .woocommerce p.woocommerce-LostPassword {
    text-transform: capitalize;
    font-size: 16px;
    padding-top: 10px;
}

.theme-prostate-cymru .woocommerce form.register p:nth-of-type(2) {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 2;
}

.theme-prostate-cymru .woocommerce-privacy-policy-text p {
    line-height: 1.2;
    font-size: 15px;
    height: 60px;
    margin-bottom: 50px;
}

.theme-prostate-cymru .woocommerce-password-strength {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 700px;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    text-transform: capitalize;
    font-size: 19px;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li {
  line-height: 1;
  margin-bottom: 20px;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'gotham_boldregular';
  margin-bottom: 20px;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content p.intro {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content p.intro strong {
  font-weight: normal !important;
  font-family: inherit;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4d4d4d;
  line-height: 55px;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  height: 55px;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 10px;
}

.theme-prostate-cymru .select2-dropdown {
  border: 1px solid #4d4d4d;
  border-radius: 0;
}

.theme-prostate-cymru.woocommerce-page button.button {
    float: left;
    width: 242px;
    background: #4d4d4d;
    color: white;
    height: 50px;
    border-radius: 0;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 16px;
}

.theme-prostate-cymru.woocommerce-page button.button:hover,
.theme-prostate-cymru.woocommerce-page button.button:active {
  background: #a0a5aa;
  color: white;
}

.theme-prostate-cymru.woocommerce-order-received .woocommerce .woocommerce-order-details {
  display: none;
}

.theme-prostate-cymru.woocommerce-page .woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: 0px;
}

.theme-prostate-cymru .woocommerce strong {
  font-weight: normal;
}

.theme-prostate-cymru.woocommerce-account #newsletter {
  display: none;
}

.theme-prostate-cymru.woocommerce-account .addresses .title .edit {
  float: right;
  line-height: 1;
  display: block;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.theme-prostate-cymru.woocommerce-account address a.edit, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content a.button {
    width: 280px;
    height: 50px;
    display: block;
    background: #4d4d4d;
    color: white;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 50px;
    padding: 0;
    font-weight: normal;
    border-radius: 0;
}

.theme-prostate-cymru legend {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 22px;
    margin-top: 15px;
}

.theme-prostate-cymru select.orderby {
    background: white;
    border: 0px;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/sorting-arrow-down.png) no-repeat 235px 5px / 15px 7.5px;
    width: 253px;
}

.theme-prostate-cymru .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
  justify-content: left;
}

.theme-prostate-cymru  .woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 15px 0;
}

.theme-prostate-cymru .woocommerce-form__label.checkbox span {
  line-height: 35px;
  font-size: 16px;
  text-transform: none;
  padding: 0;
  margin: 0;
  float: left;
}

.theme-prostate-cymru .woocommerce form.woocommerce-form-login .form-row button {
  float: right;
  clear: none;
  margin-right: 0;
  width: 300px;
  height: 50px;
  line-height: 50px;
}

.theme-prostate-cymru.woocommerce-account .woocommerce form.woocommerce-form-login .form-row button {
  float: left ! important;
}

.theme-prostate-cymru .woocommerce form.woocommerce-form-login .form-row p.lost_password {
  float: left;
  text-align: right;
  width: 100%;
  margin-bottom: 50px;
}

.theme-prostate-cymru table.shop_table.woocommerce-checkout-review-order-table {
  font-size: 17px;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  padding: 15px 0;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tfoot td {
  border-top: 0;
}

.theme-prostate-cymru #add_payment_method .wc-proceed-to-checkout, 
.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout, 
.theme-prostate-cymru.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 3em 0;
}

p.woocommerce-shipping-destination strong {
  display: block;
}

.theme-prostate-cymru.woocommerce-view-order .woocommerce table.shop_table td {
    border-top: 0px solid rgba(0,0,0,.1);
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content a.button.delete {
    float: right;
    background: transparent;
    color: #4d4d4d;
    line-height: 1;
    width: auto;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    height: auto;
}

#primary header.woocommerce-products-header {
    float: right;
    width: 818px;
}

.woocommerce #primary .woocommerce-result-count {
    display: none !important;
}

.woocommerce #primary .woocommerce-ordering, .woocommerce-page #primary .woocommerce-ordering {
  float: right;
  display: block;
  width: auto;
  clear: none;
  position: absolute;
  right: 30px;
  width: 253px;
  top: 50px;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product div.images {
  float: left;
  width: 500px;
  height: auto;
  border: 2px solid #ebe9eb;
}

.theme-prostate-cymru.single-product.woocommerce-page.woocommerce-page div.product div.summary {
    float: right;
    width: 550px;
    clear: none;
}

.theme-prostate-cymru.single-product .woocommerce ul.products li.product, 
.theme-prostate-cymru.single-product.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 29px 5% 0;
    padding: 0;
    position: relative;
    width: 253px;
    margin-left: 0;
}

.theme-prostate-cymru.single-product .woocommerce ul.products li.product:nth-of-type(4n+4), 
.theme-prostate-cymru.single-product.woocommerce-page ul.products li.product:nth-of-type(4n+4) {
    margin: 0 0 5% 0;
}

.theme-prostate-cymru.single-product.woocommerce-page #primary ul.products {
    width: 100%;
}

.theme-prostate-cymru.single-product.woocommerce-page  #review_form #respond .form-submit input {
    width: 300px;
    height: 50px;
    border-radius: 0;
    color: white;
    font-weight: normal;
}

#review_form_wrapper #reply-title {
    font-size: 25px;
    padding: 0 0 10px;
    float: left;
    width: 100%;
}

.woocommerce #review_form_wrapper p.stars {
    font-size: 25px;
    margin-top: 5px;
}

.woocommerce #review_form_wrapper #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 5px 0 20px;
    min-height: 150px;
    border-radius: 0;
    border: 1px solid #4d4d4d;
    padding: 15px;
    font-size: 14px;
}

.theme-prostate-cymru.woocommerce #review_form #respond p {
    margin: 5px 0 10px;
}

.woocommerce #review_form_wrapper p.stars a:hover {
    color: #e8a713;
}

.theme-prostate-cymru.single-product.woocommerce-page #main h1 {
    padding: 0;
    padding-bottom: 10px;
}

.theme-prostate-cymru.woocommerce.single-product.woocommerce-page div.product p.price, .theme-prostate-cymru.woocommerce.single-product.woocommerce-page div.product span.price {
    font-size: 22px;
    margin-bottom: 15px;
    /* width: 100%; */
    float: left;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    line-height: 35px;
    display: block;
    width: 550px;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td {
    display: block;
    width: 550px;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations label {
    text-transform: capitalize;
    font-size: 18px;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0;
    width: 70px;
    height: 38px;
    padding: 0;
    margin: 0 10px 10px 0;
    border: 2px solid #ebe9eb;
    box-shadow: none;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:nth-of-type(7n+7) {
    margin: 0 0px 10px 0;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: 70px;
}

.theme-prostate-cymru .qib-button:not(#qib_id):not(#qib_id) {
    height: 50px;
    width: 45px;
    background: #ebe9eb;
    border-color: #ebe9eb;
    border-width: 2px;
}

.theme-prostate-cymru .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 50px;
    width: 60px;
    border-color: #ebe9eb;
    border-width: 2px;
    border-left: 0px;
    border-right: 0px;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: none;
    border: 2px solid #4d4d4d;

}

.theme-prostate-cymru.woo-variation-swatches a.reset_variations {
    font-size: 15px ! important;
    margin-top: 5px;
    float: left;
}

.theme-prostate-cymru.woo-variation-swatches a.reset_variations:hover {
  color:#4d4d4d
}

.theme-prostate-cymru.woo-variation-swatches a.reset_variations::before {
    content: "x";
    float: left;
    padding-right: 4px;
    font-size: 20px;
    line-height: 1;
    padding-top: 2px;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product form.cart .button {
    width: 390px;
    height: 50px ! important;
    float: right ! important;
    font-size: 16px;
    font-weight: normal;
    margin: 0 ! important;
    background:#40b7e6;
}

form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
  float: left ! important;
}

.theme-prostate-cymru.single-product .qib-container:not(#qib_id):not(#qib_id) {
  display: inline-block;
  clear: both;
  float: left;
  margin-right: 10px;
}

.woocommerce div.product p.stock {
      display: block;
    float: left;
    clear: both;
}

.related.products h2,
#tab-description h2 {
  font-weight: normal;
  font-family: 'gotham_mediumregular';
  font-size: 26px;
  padding-bottom: 22px;
  color: #40b7e6;
  margin-top: 25px;
  text-transform: uppercase;
}

.woocommerce-product-details__short-description {
    padding: 0 0 10px;
    border-bottom: 2px solid #ebe9eb;
    margin-bottom: 20px;
    clear: both;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: none;
}

.theme-prostate-cymru .button-variable-item span {
    font-size: 14px;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product form.cart .button:hover {
    background: #4d4d4d;
}

.theme-prostate-cymru .woocommerce-variation-add-to-cart.variations_button  {
    clear: both;
}

.theme-prostate-cymru .woocommerce-variation-availability p {
    float: left;
    width: auto;
    color: #4d4d4d;
    font-size: 22px;
    float: right;
    padding-left: 15px;
    display: inline-block;
}

.widget-area ul ul ul.children {
  margin: 0;
}

.theme-prostate-cymru.woocommerce #primary #sidebar_one h3.widget-title, .theme-prostate-cymru.woocommerce #primary .product-search-filter-reset-heading {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'gotham_blackregular';
  text-transform: uppercase;
  color: #40b7e6;
}

#primary .product-search-filter-terms .pa_size-item {
    float: left;
    clear: none;
    width: 70px;
    height: 38px;
    text-align: center;
    border: 2px solid #ebe9eb;
    line-height: 38px;
    padding: 0;
    margin: 0 10px 10px 0 !important;
}

#primary .product-search-filter-terms .pa_size-item .term-name, 
#primary .product-search-filter-terms .pa_size-item .term-name, 
#primary .product-search-filter-terms .pa_size-item .term-name {
    display: block;
    vertical-align: top;
    padding: 0px;
    line-height: 35px;
    text-transform: uppercase;
}

#primary .product-search-filter-terms .pa_size-item .term-name, #primary .product-search-filter-terms .pa_size-item .term-name, #primary .product-search-filter-terms .pa_size-item .term-name {
    display: block;
    vertical-align: top;
    padding: 0px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}

#primary .product-search-filter-terms ul li.pa_colour-item {
    float: left;
    width: 70px;
    margin: 0 10px 10px 0;
    height: 38px;
    clear: none;
    border: 2px solid #ebe9eb;
    padding: 0;
}

#primary #sidebar_one .product-search-filter-terms .product-search-filter-product_cat .term-thumbnail, 
#primary #sidebar_one .product-search-filter-terms .product-search-filter-product_tag .term-thumbnail, 
#primary #sidebar_one .product-search-filter-terms .product-search-filter-attribute .term-thumbnail {
    box-shadow: none;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#primary #sidebar_one ul li {
  float: left;
  padding-bottom: 0;
}

#primary #sidebar_one ul li.cat-item {
  width: 100%;
}

#primary #sidebar_one .product-search-filter-search form.product-search-form {
    margin-bottom: 0 !important;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear:before, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear:before,
.theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back:before, 
.theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back:before, 
.theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back:before {
    content: "X";
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 14px;
    padding-right: 3px;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear,
.theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back>a, 
.theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back>a, 
.theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back>a {
    font-size: 14px;
    margin-top: 10px;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear:hover, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear:hover,
.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear:hover:before, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear:hover:before,
.theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back>a:hover, 
.theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back>a:hover, 
.theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back>a:hover {
    color: #4d4d4d;
}

.theme-prostate-cymru .product-search-product_cat-filter-item.current-cat>a:after, 
.theme-prostate-cymru .product-search-attribute-filter-item.current-attribute>a:after {
  display: none;
}

.theme-prostate-cymru #primary li.attribute-item-all.nav-back,
.theme-prostate-cymru #primary li.cat-item-all.nav-back {
    width: 100%;
    margin-top: -25px ! important;
}

.theme-prostate-cymru #primary #sidebar_one ul li.cat-item.cat-parent>a {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 1.2;
    height: auto;
}

.theme-prostate-cymru #primary #sidebar_one ul li.cat-item.cat-parent ul li.cat-item {
  width: 100%;
  padding-bottom: 10px;
    line-height: 1.2;
    height: auto;
}


.theme-prostate-cymru #primary #sidebar_one ul li.cat-item span {
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

#primary #sidebar_one ul li.widget-container {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.woocommerce-cart-form .coupon button.button {
  margin-top: 26px;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tr td button.button {
    float: right;
    margin-top: 26px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    padding: 0 0 30px;
}

.theme-prostate-cymru .woocommerce-message a.button {
    background: transparent;
    height: auto;
    width: auto;
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
}

.theme-prostate-cymru .woocommerce-message a.button:hover {
  color: #4d4d4d;
}

.theme-prostate-cymru .woocommerce-message a.button:after {
  content: " >"
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  clear: both;
  width: 818px;
  float: right;
  margin: 50px 0;
}

.theme-prostate-cymru .lmp_products_loading, 
.theme-prostate-cymru .lmp_load_more_button {
  width: 812px;
  float: right;
}

.theme-prostate-cymru .woocommerce-message a.button {
  background: transparent !important;
}

.theme-prostate-cymru.woocommerce-checkout.woocommerce-order-received .woocommerce .col2-set .col-1, 
.theme-prostate-cymru.woocommerce-checkout.woocommerce-page.woocommerce-order-received .col2-set .col-1 {
  width: 45%;
}

.woocommerce-info {
  border-top-color: #1e85be;
  clear: both;
}


#footer .left #site-info ul {
    margin: 0px 0 0 0;
}


#footer .left #site-info ul li {
    float: left;
}

#footer .left #site-info ul li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

#footer .left #site-info ul li:last-child:after {
    content: "";
    padding-left: 0px;
    padding-right: 0px;
}

.page-template-default.woocommerce-page .single .right,
.woocommerce-page.single-product .entry-content .right {
  display: none;
}

.page-template-default.woocommerce-page .single .left,
.woocommerce-page.single-product .entry-content .left {
  float: left;
  width: 100%;
  max-width: none;
  text-align: inherit;
  margin-right: 0;
  margin-bottom: 0;
}


@media only screen 
and (min-width : 621px)
and (max-width : 1160px) {


/* =WooCommerce
-------------------------------------------------------------- */

.woocommerce #primary {
    max-width: 94.8275862068966vw;
    padding: 0 2.58620689655172vw;
}

#cart-bar {
    height: 3.44827586206897vw;
}

#cart-bar p {
    line-height: 3.44827586206897vw;
}

#cart-bar ul {
    line-height: 3.44827586206897vw;
}

#cart-bar ul li {
    padding-left: 1.72413793103448vw;
}

#header.woo {
    padding-top: 4.31034482758621vw;
}

.header.smaller.woo {
    top: 3.44827586206897vw;
}

.woocommerce .woocommerce-breadcrumb {
    height: 4.31034482758621vw;
    line-height: 4.31034482758621vw;
    font-size: 1.37931034482759vw !important;
}

.woocommerce .woocommerce-breadcrumb .spacers {
    padding: 0 0.431034482758621vw;
}

.woocommerce .woocommerce-product-gallery {
    width: 47.4137931034483vw;
}

.woocommerce .entry-summary {
    width: 43.1034482758621vw;
}

.woocommerce ul.products {
    width: 62.5vw;
    margin: 4.31034482758621vw 0 0;
}

.single.woocommerce #primary {
    padding-top: 4.31034482758621vw;
}

#home-products {
  padding-top: 3.44827586206897vw;
  margin-bottom: 5.17241379310345vw;
}

#home-products p.link {
    line-height: 4.31034482758621vw;
    right: 2.58620689655172vw;
}

#home-products .woocommerce ul.products {
  margin: 2.1551724137931vw 0 0;
}

.woocommerce ul li .cat-name {
    margin: 0 0 2.1551724137931vw;
}


#home-products .button.more {
    width: 23.2758620689655vw;
    height: 4.31034482758621vw;
    line-height: 4.31034482758621vw;
    margin-bottom: 8.62068965517242vw;
    margin: 0 auto 8.62068965517242vw;
    font-size: 1.72413793103448vw;
    padding: 0 0 0 1.29310344827586vw;
}

.theme-prostate-cymru .woocommerce .woocommerce-input-wrapper input {
    border: 0.0862068965517241vw solid #adadad;
    height: 4.31034482758621vw;
    line-height: 4.31034482758621vw;
    padding: 0 1.29310344827586vw;
    font-size: 1.29310344827586vw;
}

.theme-prostate-cymru .woocommerce .select2-container .select2-selection--single {
    height: 4.31034482758621vw;
    margin: 0 0 -0.344827586206897vw;
}

.theme-prostate-cymru .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4.31034482758621vw;
    padding: 0 1.29310344827586vw;
}

.theme-prostate-cymru .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.31034482758621vw;
    right: 0.862068965517241vw;
    width: 1.72413793103448vw;
}

.theme-prostate-cymru .woocommerce form .form-row textarea {
    height: 12.4137931034483vw;
    padding: 1.29310344827586vw;
    border: 0.0862068965517241vw solid #adadad;
    font-size: 1.29310344827586vw;
}

/*
.theme-prostate-cymru .woocommerce .col2-set {
    width: 51.7241379310345vw;
    margin-right: 8.62068965517242vw;
}
*/

.theme-prostate-cymru .woocommerce #order_review_heading, .theme-prostate-cymru .woocommerce #order_review {
    width: 34.4827586206897vw;
    margin-bottom: 2.93103448275862vw;
}

.theme-prostate-cymru .woocommerce #payment #place_order, 
.theme-prostate-cymru .woocommerce-page #payment #place_order {
    height: 4.31034482758621vw;
}

.theme-prostate-cymru .woocommerce #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce-page #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce-page table.cart td.actions .input-text {
  width: 21.551724137931vw !important;
  height: 4.31034482758621vw;
  padding: 0 1.29310344827586vw !important;
  font-size: 1.29310344827586vw;
  margin-right: 0.862068965517241vw !important;
}

.theme-prostate-cymru .woocommerce .cart .button, .theme-prostate-cymru .woocommerce .cart input.button {
    width: 32.5862068965517vw;
    height: 4.31034482758621vw;
    font-size: 1.37931034482759vw;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: 17.2413793103448vw;
    height: 4.31034482758621vw;
    line-height: 4.31034482758621vw;
}

.page-template-default .image-gallery {
  margin-top: 4.31034482758621vw;
}

#primary #sidebar_one {
  width: 20.6896551724138vw;
}

/* =Woo
-------------------------------------------------------------- */

#primary.content-area {
  width: 94.8275862068966vw;
}

#primary #sidebar_one {
  width: 21.8103448275862vw;
  padding-top: 4.05172413793103vw;
}

.woocommerce #primary ul.products {
    margin-left: 2.5vw;
    width: 70.5172413793104vw;
}

.woocommerce #primary ul.products.columns-3 li.product, .woocommerce-page #primary ul.products.columns-3 li.product {
    width: 21.8103448275862vw;
    margin-right: 2.5vw;
}

.woocommerce #primary .woocommerce-breadcrumb {
  margin: 0.689655172413793vw 0 2.75862068965517vw;
  font-size: 1.03448275862069vw;
}

#primary del:before {
  border-top: 0.0862068965517241vw solid;
}

#product-filter-search-form-0 input#product-filter-field-0 {
    padding: 0 1.29310344827586vw;
    height: 3.96551724137931vw;
    font-size: 1.37931034482759vw;
    border: 0.172413793103448vw solid #ebe9eb;
    width: 17.9310344827586vw;
}


/* =Woocommerce Basket
-------------------------------------------------------------- */


.theme-prostate-cymru .woocommerce table.shop_table th {
  line-height: 4.31034482758621vw;
  font-size: 1.46551724137931vw;
}

.theme-prostate-cymru .woocommerce table.shop_table td {
  padding: 1.29310344827586vw 0;
}

.theme-prostate-cymru .woocommerce #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page #content table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page table.cart td.actions .input-text {
  padding: 0 1.29310344827586vw;
  border: 0.0862068965517241vw solid #4d4d4d;
  width: 26.7241379310345vw;
  height: 4.31034482758621vw;
  font-size: 1.46551724137931vw;
  margin-top: 2.24137931034483vw;
  margin-right: 2.58620689655172vw;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tbody {
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  height: 4.74137931034483vw;
  line-height: 4.74137931034483vw;
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals, .theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals {
    width: 32.5862068965517vw;
    margin-top: 3.01724137931034vw;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals h2, 
.theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 1.72413793103448vw;
  width: 26.7241379310345vw;
  margin-bottom: 0.862068965517241vw;
}

.theme-prostate-cymru .cart-subtotal td {
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li {
  margin: 0 0 0.431034482758621vw;
  font-size: 1.29310344827586vw;
  width: 23.2758620689655vw;
}

.theme-prostate-cymru .woocommerce p.woocommerce-shipping-destination {
  width: 23.2758620689655vw;
  padding: 0.862068965517241vw 0;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li input {
  margin: 0.344827586206897vw 0.517241379310345vw 0 0;
}

.theme-prostate-cymru a.shipping-calculator-button {
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru tr td.actions .coupon button.button {
  width: 25.8620689655172vw;
}

.theme-prostate-cymru tr td.actions button.button {
  width: 35.3448275862069vw;
}

.theme-prostate-cymru tr.order-total th,
.theme-prostate-cymru tr.order-total td  {
  padding-top: 2.58620689655172vw ! important;
}

.theme-prostate-cymru tr.order-total td strong {
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru tr.order-total td {
  font-size: 1.55172413793103vw;
}

.theme-prostate-cymru .woocommerce .quantity .qty {
  height: 3.44827586206897vw;
  padding: 0 1.29310344827586vw;
  border: 0.0862068965517241vw solid #4d4d4d;
  font-size: 1.55172413793103vw;
}

/* =Woocommerce Checkout
-------------------------------------------------------------- */

.woocommerce-checkout.theme-prostate-cymru form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 2.1551724137931vw;
  margin-top: 1.72413793103448vw;
  margin-bottom: 1.29310344827586vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 45.2586206896552vw;
  margin-right: 4.31034482758621vw;
}

.theme-prostate-cymru .woocommerce-checkout .col2-set .col-2 {
  margin-bottom: 8.62068965517242vw;
}

h3#ship-to-doifferent-address {
  margin: 0 0 2.1551724137931vw;
}

.theme-prostate-cymru.woocommerce-checkout h3#order_review_heading {
  font-size: 2.1551724137931vw;
  width: 45.2586206896552vw;
  margin-bottom: 3.18965517241379vw;
  margin-top: 1.72413793103448vw;
}

.theme-prostate-cymru.woocommerce-checkout #order_review {
  width: 45.2586206896552vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce ul#shipping_method li {
  font-size: 1.37931034482759vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th {
  padding: 0 0 2.58620689655172vw;
  font-size: 1.46551724137931vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table {
  margin-bottom: 4.31034482758621vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row label {
  font-size: 1.29310344827586vw;
  padding-bottom: 0.603448275862069vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form textarea, 
.theme-prostate-cymru.woocommerce-checkout.woocommerce-page form textarea {
  border: 0.0862068965517241vw solid #4d4d4d;
  height: 8.62068965517242vw;
  padding: 1.29310344827586vw;
  font-size: 1.20689655172414vw;
}

.theme-prostate-cymru.woocommerce-checkout h3#ship-to-different-address {
  margin-bottom: 2.1551724137931vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce table.shop_table.woocommerce-orders-table {
    font-size: 1.55172413793103vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce table.shop_table.woocommerce-orders-table td {
    padding: 0 0 2.1551724137931vw;
}

.theme-prostate-cymru .woocommerce #order_review tr.woocommerce-shipping-totals.shipping,
.theme-prostate-cymru .woocommerce #order_review tr.cart-subtotal th {
  padding: 1.29310344827586vw 0;
}


/* =Woocommerce Archive Ordering
-------------------------------------------------------------- */


.woocommerce ul.products li.product a .imagewrapper, .woocommerce-page ul.products li.product a .imagewrapper {
    border: 0.172413793103448vw solid #ebe9eb;
    width: 21.551724137931vw;
    height: 21.551724137931vw;
}

.theme-prostate-cymru .woocommerce ul.products li.product .price,
.theme-prostate-cymru.woocommerce #primary ul.products li.product .price {
  font-size: 1.29310344827586vw;
  margin: 0.862068965517241vw 0;
}

.theme-prostate-cymru .woocommerce ul.products li.product .woocommerce-loop-product__title, .theme-prostate-cymru .woocommerce #primary ul.products li.product h3, .theme-prostate-cymru .woocommerce #primary ul.products li.product .woocommerce-loop-category__title, .theme-prostate-cymru.woocommerce #primary ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.29310344827586vw;
    padding: 0.862068965517241vw 0 0;
    height: 3.87931034482759vw;
    border-top: 0.172413793103448vw solid #ebe9eb;
}

.theme-prostate-cymru .woocommerce ul.products li.product .star-rating,
.theme-prostate-cymru.woocommerce ul.products li.product .star-rating {
  font-size: 1.29310344827586vw;
  top: 22.7586206896552vw;
  height: 1.63793103448276vw;
}

.theme-prostate-cymru.woocommerce .star-rating {
    font-size: 1.29310344827586vw;
    height: 1.63793103448276vw;
}

.woocommerce-page #main h1, .theme-prostate-cymru.woocommerce #sidebar_one h3 {
    font-size: 2.58620689655172vw;
    padding-top: 4.05172413793103vw;
    padding-bottom: 2.58620689655172vw;
}

.theme-prostate-cymru .woocommerce .col2-set .col-1 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-1 h2, .theme-prostate-cymru .woocommerce .col2-set .col-2 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-2 h2 {
    font-size: 2.06896551724138vw;
    padding-top: 0.517241379310345vw;
    padding-bottom: 1.12068965517241vw;
}

.theme-prostate-cymru .woocommerce form .form-row {
  margin: 0 0 1.72413793103448vw;
}

.theme-prostate-cymru .woocommerce form .form-row input {
  width: 54.3103448275862vw;
  border: 0.0862068965517241vw solid #4d4d4d;
  height: 4.13793103448276vw;
  padding: 0 1.29310344827586vw;
  font-size: 1.20689655172414vw;
}

.theme-prostate-cymru .woocommerce form .form-row label {
  font-size: 1.37931034482759vw;
  padding-bottom: 0.431034482758621vw;
}

.theme-prostate-cymru .woocommerce form .show-password-input,
.theme-prostate-cymru.woocommerce-page form .show-password-input {
  right: 1.29310344827586vw;
}

.theme-prostate-cymru .woocommerce form .show-password-input::after, 
.theme-prostate-cymru.woocommerce-page form .show-password-input::after {
  line-height: 4.56896551724138vw;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"] {
  height: 3.01724137931034vw;
  width: 3.01724137931034vw !important;
  margin: 0 0.862068965517241vw 0 0;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"]:checked::after {
  top: 0.517241379310345vw;
  left: 0.431034482758621vw;
  background: url("../images/checkbox-tick.png") no-repeat 0 0 / 1.89655172413793vw 1.89655172413793vw;
  width: 1.89655172413793vw;
  height: 1.89655172413793vw;
}

.theme-prostate-cymru .woocommerce form .form-row label.woocommerce-form-login__rememberme span {
  width: 23.7068965517241vw;
  line-height: 3.01724137931034vw;
  font-size: 1.37931034482759vw;
}

.theme-prostate-cymru .woocommerce form .form-row button, .theme-prostate-cymru .woocommerce .return-to-shop a.button {
  width: 25.8620689655172vw;
  height: 4.31034482758621vw;
  margin-top: 2.41379310344828vw;
  line-height: 4.31034482758621vw;
  font-size: 1.29310344827586vw;
}

.theme-prostate-cymru .woocommerce p.woocommerce-LostPassword {
    font-size: 1.37931034482759vw;
    padding-top: 0.862068965517241vw;
}

.theme-prostate-cymru .woocommerce form.register p:nth-of-type(2) {
    font-size: 1.37931034482759vw;
    margin-bottom: 0.258620689655172vw;
}

.theme-prostate-cymru .woocommerce-privacy-policy-text p {
    font-size: 1.29310344827586vw;
    height: 5.17241379310345vw;
    margin-bottom: 4.31034482758621vw;
}

.theme-prostate-cymru .woocommerce-password-strength {
  padding: 0.862068965517241vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content {
  width: 60.3448275862069vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul {
    font-size: 1.63793103448276vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1.72413793103448vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 2.41379310344828vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content p.intro {
    font-size: 1.55172413793103vw;
    margin-bottom: 1.72413793103448vw;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4.74137931034483vw;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single {
  border: 0.0862068965517241vw solid #4d4d4d;
  height: 4.74137931034483vw;
}

.theme-prostate-cymru .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1.29310344827586vw;
  right: 0.862068965517241vw;
}

.theme-prostate-cymru .select2-dropdown {
  border: 0.0862068965517241vw solid #4d4d4d;
}

.theme-prostate-cymru.woocommerce-page button.button {
    width: 20.8620689655172vw;
    height: 4.31034482758621vw;
    font-size: 1.37931034482759vw;
}

.theme-prostate-cymru.woocommerce-account .addresses .title .edit {
  margin-bottom: 1.72413793103448vw;
}

.theme-prostate-cymru.woocommerce-account address a.edit, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content a.button {
    width: 24.1379310344828vw;
    height: 4.31034482758621vw;
    line-height: 4.31034482758621vw;
    margin-top: 4.31034482758621vw;
}

.theme-prostate-cymru legend {
    font-size: 2.41379310344828vw;
    margin-bottom: 1.89655172413793vw;
    margin-top: 1.29310344827586vw;
}

.theme-prostate-cymru select.orderby {
    font-size: 1.55172413793103vw;
    margin-top: 0.689655172413793vw;
    background: url(../images/sorting-arrow-down.png) no-repeat 20.2586206896552vw 0.431034482758621vw / 1.29310344827586vw 7.5px;
    width: 21.8103448275862vw;
}

.theme-prostate-cymru  .woocommerce table.shop_table td {
  border-top: 0.0862068965517241vw solid rgba(0,0,0,.1);
  padding: 1.29310344827586vw 0;
}

.theme-prostate-cymru .woocommerce-form__label.checkbox span {
  line-height: 3.01724137931034vw;
  font-size: 1.37931034482759vw;
}

.theme-prostate-cymru .woocommerce form.woocommerce-form-login .form-row button {
  width: 25.8620689655172vw;
  height: 4.31034482758621vw;
  line-height: 4.31034482758621vw;
}

.theme-prostate-cymru .woocommerce form.woocommerce-form-login .form-row p.lost_password {
  margin-bottom: 4.31034482758621vw;
}

.theme-prostate-cymru table.shop_table.woocommerce-checkout-review-order-table {
  font-size: 1.46551724137931vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  padding: 1.29310344827586vw 0;
}

#primary header.woocommerce-products-header {
    width: 70.5172413793104vw;
}

.woocommerce #primary .woocommerce-ordering, .woocommerce-page #primary .woocommerce-ordering {
    right: 2.58620689655172vw;
    width: 21.8103448275862vw;
    top: 4.31034482758621vw;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product div.images {
    width: 43.1034482758621vw;
    border: 0.172413793103448vw solid #ebe9eb;
}

.theme-prostate-cymru.single-product.woocommerce-page.woocommerce-page div.product div.summary {
    width: 47.4137931034483vw;
}

.theme-prostate-cymru.single-product .woocommerce ul.products li.product, 
.theme-prostate-cymru.single-product.woocommerce-page ul.products li.product {
    margin: 0 2.5vw 5% 0;
    width: 21.8103448275862vw;
}

.theme-prostate-cymru.single-product.woocommerce-page  #review_form #respond .form-submit input {
    width: 25.8620689655172vw;
    height: 4.31034482758621vw;
}

#review_form_wrapper #reply-title {
    font-size: 2.1551724137931vw;
    padding: 0 0 0.862068965517241vw;
}

.woocommerce #review_form_wrapper p.stars {
    font-size: 2.1551724137931vw;
    margin-top: 0.431034482758621vw;
}

.woocommerce #review_form_wrapper #review_form #respond textarea {
    margin: 0.431034482758621vw 0 1.72413793103448vw;
    min-height: 12.9310344827586vw;
    border: 0.0862068965517241vw solid #4d4d4d;
    padding: 1.29310344827586vw;
    font-size: 1.20689655172414vw;
}

.theme-prostate-cymru.woocommerce #review_form #respond p {
    margin: 0.431034482758621vw 0 0.862068965517241vw;
}

.theme-prostate-cymru.single-product.woocommerce-page #main h1 {
    padding-bottom: 0.862068965517241vw;
}

.theme-prostate-cymru.woocommerce.single-product.woocommerce-page div.product p.price, .theme-prostate-cymru.woocommerce.single-product.woocommerce-page div.product span.price {
    font-size: 1.89655172413793vw;
    margin-bottom: 1.29310344827586vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td.label {
    line-height: 3.01724137931034vw;
    width: 47.4137931034483vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td {
    width: 47.4137931034483vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations label {
    font-size: 1.55172413793103vw;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    width: 6.03448275862069vw;
    height: 3.27586206896552vw;
    margin: 0 0.862068965517241vw 0.862068965517241vw 0;
    border: 0.172413793103448vw solid #ebe9eb;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:nth-of-type(7n+7) {
    margin: 0 0px 0.862068965517241vw 0;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: 6.03448275862069vw;
}

.theme-prostate-cymru .qib-button:not(#qib_id):not(#qib_id) {
  height: 4.31034482758621vw;
  width: 3.87931034482759vw;
  border-width: 0.172413793103448vw;
  font-size: 1.37931034482759vw;
}

.theme-prostate-cymru .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 4.31034482758621vw;
  width: 5.17241379310345vw;
  border-width: 0.172413793103448vw;
  font-size: 1.29310344827586vw;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    border: 0.172413793103448vw solid #4d4d4d;

}

.theme-prostate-cymru.woo-variation-swatches a.reset_variations {
    font-size: 1.29310344827586vw ! important;
    margin-top: 0.431034482758621vw;
}

.theme-prostate-cymru.woo-variation-swatches a.reset_variations::before {
    padding-right: 0.344827586206897vw;
    font-size: 1.72413793103448vw;
    padding-top: 0.172413793103448vw;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product form.cart .button {
    width: 33.6206896551724vw;
    height: 4.31034482758621vw ! important;
    font-size: 1.37931034482759vw;
}

.woocommerce-product-details__short-description {
    padding: 0 0 0.862068965517241vw;
    border-bottom: 0.172413793103448vw solid #ebe9eb;
    margin-bottom: 1.72413793103448vw;
}

.theme-prostate-cymru .button-variable-item span {
    font-size: 1.20689655172414vw;
}

.theme-prostate-cymru .woocommerce-variation-availability p {
    font-size: 1.89655172413793vw;
    padding-left: 1.29310344827586vw;
}

.theme-prostate-cymru.woocommerce #primary #sidebar_one h3.widget-title, .theme-prostate-cymru.woocommerce #primary .product-search-filter-reset-heading {
    font-size: 2.58620689655172vw;
    margin-bottom: 2.58620689655172vw;
}

#primary .product-search-filter-terms .pa_size-item {
    width: 6.03448275862069vw;
    height: 3.27586206896552vw;
    border: 0.172413793103448vw solid #ebe9eb;
    line-height: 3.27586206896552vw;
    margin: 0 0.862068965517241vw 0.862068965517241vw 0 !important;
}

#primary .product-search-filter-terms .pa_size-item .term-name, 
#primary .product-search-filter-terms .pa_size-item .term-name, 
#primary .product-search-filter-terms .pa_size-item .term-name {
    line-height: 3.01724137931034vw;
}

#primary .product-search-filter-terms .pa_size-item .term-name, #primary .product-search-filter-terms .pa_size-item .term-name, #primary .product-search-filter-terms .pa_size-item .term-name {
    line-height: 3.27586206896552vw;
    font-size: 1.20689655172414vw;
}

#primary .product-search-filter-terms ul li.pa_colour-item {
    width: 6.03448275862069vw;
    margin: 0 0.862068965517241vw 0.862068965517241vw 0;
    height: 3.27586206896552vw;
    border: 0.172413793103448vw solid #ebe9eb;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear:before, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear:before,
.theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back:before, 
.theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back:before, 
.theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back:before {
    font-size: 1.20689655172414vw;
    padding-right: 0.258620689655172vw;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear, 
.theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear,
.theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back>a, 
.theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back>a, 
.theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back>a {
    font-size: 1.20689655172414vw;
    margin-top: 0.862068965517241vw;
}

.theme-prostate-cymru #primary li.attribute-item-all.nav-back,
.theme-prostate-cymru #primary li.cat-item-all.nav-back {
    margin-top: -2.1551724137931vw ! important;
}

.theme-prostate-cymru #primary #sidebar_one ul li.cat-item.cat-parent>a {
    margin-bottom: 0.862068965517241vw;
}

.theme-prostate-cymru #primary #sidebar_one ul li.cat-item.cat-parent ul li.cat-item {
  padding-bottom: 0.862068965517241vw;
}


.theme-prostate-cymru #primary #sidebar_one ul li.cat-item span {
    font-size: 1.55172413793103vw;
}

#primary #sidebar_one ul li.widget-container {
    margin-bottom: 1.72413793103448vw;
    padding-bottom: 1.29310344827586vw;
}

.woocommerce-cart-form .coupon button.button {
  margin-top: 2.24137931034483vw;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tr td button.button {
    margin-top: 2.24137931034483vw;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    padding: 0 0 2.58620689655172vw;
}

.woocommerce nav.woocommerce-pagination {
  width: 70.5172413793104vw;
  margin: 4.31034482758621vw 0;
}

.theme-prostate-cymru .lmp_products_loading, 
.theme-prostate-cymru .lmp_load_more_button {
  width: 70vw;
}

.theme-prostate-cymru.woocommerce-checkout.woocommerce-order-received .woocommerce .col2-set {
  width: 100%;
  margin-right: 0;
}

#footer .left #site-info ul li:after {
    content: "|";
    padding-left: 0.862068965517241vw;
    padding-right: 0.862068965517241vw;
}

.theme-prostate-cymru.woocommerce #respond input#submit, .theme-prostate-cymru.woocommerce a.button, .theme-prostate-cymru.woocommerce button.button, .theme-prostate-cymru.woocommerce input.button {
  font-size: 1.20689655172414vw;
}

.woocommerce-page #main .wrapper {
  width: 94.8275862068966vw;
}

#cart-bar{
  font-size: 1.03448275862069vw;
}

#cart-bar p {
  line-height: 3.44827586206897vw;
  font-size: 1.03448275862069vw;
}

.theme-prostate-cymru.single-product .qib-container:not(#qib_id):not(#qib_id) {
  margin-right: 0.862068965517241vw;
}

.related.products h2, #tab-description h2 {
  font-size: 2.24137931034483vw;
  padding-bottom: 1.89655172413793vw;
  margin-top: 2.1551724137931vw;
}



}


@media only screen 
and (min-width : 1px)
and (max-width : 620px) {

#header.woo {
  padding-top: 0;
}

#special-offers-bar {
  width: 100%;
  height: 40vw;
  line-height: 1.25;
  max-height: none;
  /* display: table; */
}

#special-offers-bar .item {
  font-size: 5vw;
  padding: 2.5vw 0;
  display: table-cell;
  vertical-align: middle;
  height: 35vw;
}

.woocommerce-page #main h1 {
  font-size: 8vw;
  padding-top: 10vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce .col2-set .col-1, .theme-prostate-cymru.woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.theme-prostate-cymru .woocommerce .col2-set .col-1 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-1 h2, .theme-prostate-cymru .woocommerce .col2-set .col-2 h2, .theme-prostate-cymru.woocommerce-page .col2-set .col-2 h2 {
  font-size: 7vw;
  padding-top: 0;
  padding-bottom: 5vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce form .form-row label {
  font-size: 4.5vw;
  padding-bottom: 3vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce form .form-row input {
  width: 630px;
  border: 0.25vw solid #222;
  height: 14.5vw;
  padding: 0 5vw;
  font-size: 4.5vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce form .show-password-input::after, .theme-prostate-cymru.woocommerce-page form .show-password-input::after {
  line-height: 15vw;
}

.theme-prostate-cymru .woocommerce form .form-row {
  margin: 0 0 5vw;
}

.theme-prostate-cymru .woocommerce form .form-row label.woocommerce-form-login__rememberme {
  float: left;
  display: block;
  text-align: left;
  width: 100%;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"] {
  border: 0.25vw solid #222;
  height: 10vw;
  width: 10vw !important;
  float: right;
  margin: 0 5vw 0 0;
}

.theme-prostate-cymru .woocommerce form .form-row label.woocommerce-form-login__rememberme span {
  width: auto;
}

.theme-prostate-cymru .woocommerce form .form-row button, .theme-prostate-cymru .woocommerce .return-to-shop a.button {
  width: 100%;
  height: 15vw;
  margin-top: 5vw;
  line-height: 15vw;
}

.theme-prostate-cymru .woocommerce p.woocommerce-LostPassword {
  font-size: 4.5vw;
  padding-top: 0vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce .col2-set .col-2, .theme-prostate-cymru.woocommerce-page .col2-set .col-2 {
  width: 100%;
  clear: none;
  float: right;
  margin-top: 5vw;
}

.theme-prostate-cymru .woocommerce form.register p:nth-of-type(2) {
  font-size: 4.5vw;
  margin-bottom: 5vw;
  line-height: 1.2;
  text-align: center;
}

.theme-prostate-cymru .woocommerce-privacy-policy-text p {
  line-height: 1.2;
  font-size: 3.9vw;
  height: auto;
  margin-bottom: 10vw;
  text-align: center;
}

.theme-prostate-cymru .woocommerce form input[type="checkbox"]:checked::after {
  top: 1.25vw;
  left: 1.25vw;
  background: url("images/ededaj-tick.png") no-repeat 0 0 / 7vw 7vw;
  width: 7vw;
  height: 7vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 100%;
  margin-bottom: 10vw;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  text-align: center;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul {
  font-size: 5vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li {
  line-height: 1;
  margin-bottom: 3vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  text-align: center;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 7vw;
  margin-bottom: 5vw;
  text-align: center;
  width: 100%;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content p.intro {
  font-size: 5vw;
  margin-bottom: 5vw;
}

.theme-prostate-cymru.woocommerce-account address a.edit, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content a.button {
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  margin-top: 10vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #a0a5aa
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #222
}

#header.smaller {
  height: auto;
}

.theme-prostate-cymru.woocommerce-page button.button {
  width: 100%;
  height: 15vw;
  margin-top: 5vw;
}

.theme-prostate-cymru .woocommerce table.shop_table th {
  padding: 0 0 5vw;
  font-size: 5vw;
}

.theme-prostate-cymru .woocommerce table.shop_table td {
  padding: 0 0 5vw;
}

#primary #sidebar_one {
  clear: left;
  width: 90vw;
  margin-left: 0;
  position: fixed;
  left: -100vw;
  background: white;
  z-index: 99999;
  top: 0;
  scroll-behavior: auto;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* padding-top: 25vw; */
  padding: 10vh 5vw 10vh;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 80vh;
}

#primary #sidebar_one.open {
  left: 0vw;
}

#primary header.woocommerce-products-header {
  float: left;
  width: 100%;
}

.woocommerce #primary .woocommerce-breadcrumb {
  display: none !important;
}

#primary header.woocommerce-products-header {
  margin-top: 10vw;
}

#primary header.woocommerce-products-header h1 {
  font-size: 8vw;
  margin-bottom: 10vw;
  line-height: 1;
  padding: 0;
  float: left;
}

.woocommerce #primary ul.products {
  float: left;
  margin-left: 0;
  width: 100%;
  clear: none;
}

.woocommerce #primary ul.products.columns-3 li.product, .woocommerce-page #primary ul.products.columns-3 li.product {
  width: 42.5vw;
  margin-right: 5vw;
  margin-bottom: 5vw;
}

.woocommerce #primary ul.products li.product .onsale {
  margin: 2vw;
}

.woocommerce #primary ul.products li.product a img {
  height: auto;
}

.woocommerce #primary ul.products li.product h3, .woocommerce #primary ul.products li.product .woocommerce-loop-category__title, .woocommerce #primary ul.products li.product .woocommerce-loop-product__title {
  font-size: 4vw;
  height: 15vw;
}

.woocommerce #primary ul.products li.product .price {
  font-size: 4vw;
  margin-top: 4vw;
  margin-bottom: 1vw;
}

#primary.content-area {
  width: 100%;
}

.theme-prostate-cymru.woocommerce.product-template-default span.onsale {
  min-height: 12vw;
  min-width: 12vw;
  padding: 2vw;
  font-size: 1em;
  line-height: 12vw;
  top: .5em;
  left: .5em;
}

.theme-prostate-cymru.woocommerce #content div.product div.images, .theme-prostate-cymru.woocommerce div.product div.images, .theme-prostate-cymru.woocommerce-page #content div.product div.images, .theme-prostate-cymru.woocommerce-page div.product div.images {
  width: 100%;
}

.theme-prostate-cymru.woocommerce div.product {
  margin-top: 10vw;
}

.theme-prostate-cymru.woocommerce #content div.product div.summary, .theme-prostate-cymru.woocommerce div.product div.summary, .theme-prostate-cymru.woocommerce-page #content div.product div.summary, .theme-prostate-cymru.woocommerce-page div.product div.summary {
  width: 100%;
}

.theme-prostate-cymru.woocommerce-page.single-product #main .entry-summary p.price {
  font-size: 7vw;
  margin-bottom: 5vw;
}

.woocommerce-page #main h1.product_title {
  font-size: 8vw;
  margin-bottom: 5vw;
  text-align: left;
}

.woocommerce #primary ul.products.columns-3 li.product:nth-of-type(2n), 
.woocommerce-page #primary ul.products.columns-3 li.product:nth-of-type(2n) {
  margin-right: 0px !important;
}

.woocommerce #primary ul.products.columns-3 li.product:nth-of-type(3n+3), 
.woocommerce-page #primary ul.products.columns-3 li.product:nth-of-type(3n+3) {
  margin-right: 5vw;
}

.theme-prostate-cymru.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none;
}

.woocommerce #primary .woocommerce-ordering, .woocommerce-page #primary .woocommerce-ordering {
  float: left;
  position: relative;
  right: 0;
  width: 100%;
  top: inherit;
}

.theme-prostate-cymru select.orderby {
  background: white;
  border: 0px;
  font-size: 4.5vw;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/sorting-arrow-down.png") no-repeat 97% 1vw / 4vw 2vw;
  width: 100%;
  margin-bottom: 2vw;
}

.woocommerce #primary span.onsale {
  font-size: 3vw;
}

.button.filter.mobile {
  position: fixed;
  width: 15vw;
  height: 15vw;
  background: url("../images/filter-icon-mob-open.png") no-repeat 0 0 / 100% auto;
  right: 5vw;
  z-index: 999999;
  top: 21vw;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(0deg);
}

.button.filter.mobile.close {
  background: url("../images/filter-icon-mob-close.png") no-repeat 0 0 / 100% auto;
  transform: rotate(180deg);
}

.woocommerce-page.single-product #main .entry-summary p {
  font-size: 4.5vw;
  margin-bottom: 10vw;
  text-align: left;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td.label {
  line-height: 15vw;
  width: 90vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td {
  width: 90vw;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 0 rgba(0,0,0,.3);
  padding: 0;
  margin: 0px 2.666666vw 2.666666vw 0;
  border: 0px;
  height: 12vw;
  width: 20.5vw !important;
  float: left;
  border: 0.25vw solid #a0a5aa;
  border-radius: 0;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:nth-of-type(4n+4):not(.radio-variable-item) {
  margin: 0px 0px 2.666666vw 0 ! important;
}

.theme-prostate-cymru.woo-variation-swatches .variable-items-wrapper .variable-item:nth-of-type(6n+6):not(.radio-variable-item) {
  margin: 0px 2.666666vw 2.666666vw 0;
}

.woocommerce-cart-form .theme-prostate-cymru .qib-button:not(#qib_id):not(#qib_id) {
  margin: 0;
  height: 12vw;
  width: 10vw;
  font-size: 5vw;
}

.woocommerce-cart-form .theme-prostate-cymru .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  margin: 0;
  height: 12vw;
  width: 20vw;
  font-size: 5vw;
  border-width: 0.25vw;
}

.theme-prostate-cymru .qib-button:not(#qib_id):not(#qib_id) {
  margin: 0;
  height: 12vw;
  width: 20.5vw;
  font-size: 5vw;
}

.theme-prostate-cymru .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  margin: 0 2.666666vw 0 0;
  height: 12vw;
  width: 43.666666vw;
  font-size: 5vw;
  border-width: 0.25vw;
}

.theme-prostate-cymru .qib-button.plus:not(#qib_id):not(#qib_id) {
  margin-right: 0;
}

.theme-prostate-cymru form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
  height: 15vw;
  width: 90vw;
  margin-top: 5vw;
  float: left;
}

.theme-prostate-cymru section.related h2 {
  font-size: 6vw;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right;
  clear: both;
  display: block;
  font-weight: normal;
  background: transparent;
  color: #222;
  padding: 1.5vw 0 5vw;
  width: 100%;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals, .theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
  margin-top: 10vw;
}

.theme-prostate-cymru .woocommerce .cart-collaterals .cart_totals h2, .theme-prostate-cymru.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 7vw;
  width: 90vw;
  margin-bottom: 10vw;
}

.theme-prostate-cymru .cart-subtotal td {
  font-size: 4.5vw;
}

.theme-prostate-cymru .woocommerce ul#shipping_method {
  width: 100%;
  float: left;
}

.theme-prostate-cymru tr.order-total th, .theme-prostate-cymru tr.order-total td {
  padding-top: 5vw !important;
}

.theme-prostate-cymru.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  font-size: 4.5vw;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li {
  margin: 0 0 2vw;
  font-size: 4.5vw;
}

.theme-prostate-cymru .woocommerce p.woocommerce-shipping-destination {
  width: 100%;
  padding: 5vw 0;
}

.woocommerce table.shop_table td small {
  font-size: 4.5vw;
}

.theme-prostate-cymru .woocommerce #content table.cart td.actions .input-text, .theme-prostate-cymru .woocommerce table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page #content table.cart td.actions .input-text, .theme-prostate-cymru.woocommerce-page table.cart td.actions .input-text {
  padding: 0 5vw !important;
  border: 0.25vw solid #222;
  width: 89.5vw !important;
  height: 15vw;
  text-transform: uppercase;
  font-size: 4.5vw;
  font-weight: normal;
  margin-top: 5vw;
  margin-right: 0 !important;
  text-align: center;
}

.theme-prostate-cymru tr td.actions .coupon button.button {
  width: 90vw;
  float: left;
}

.theme-prostate-cymru tr td.actions button.button {
  width: 90vw;
  float: left;
}

.woocommerce table.shop_table thead {
  display: none;
}

.theme-prostate-cymru .woocommerce table.shop_table td {
  display: block;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-remove, .theme-prostate-cymru .woocommerce table.shop_table td.product-remove, .theme-prostate-cymru .woocommerce table.shop_table th.product-thumbnail, .theme-prostate-cymru .woocommerce table.shop_table td.product-thumbnail, .theme-prostate-cymru .woocommerce table.shop_table th.product-name, .theme-prostate-cymru .woocommerce table.shop_table td.product-name, .theme-prostate-cymru .woocommerce table.shop_table th.product-price, .theme-prostate-cymru .woocommerce table.shop_table td.product-price, .theme-prostate-cymru .woocommerce table.shop_table th.product-quantity, .theme-prostate-cymru .woocommerce table.shop_table td.product-quantity, .theme-prostate-cymru .woocommerce table.shop_table th.product-subtotal, .theme-prostate-cymru .woocommerce table.shop_table td.product-subtotal {
  width: 90vw;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-subtotal, .theme-prostate-cymru .woocommerce table.shop_table td.product-subtotal {
  margin-bottom: 10vw;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tbody {
  font-size: 4.5vw;
  text-transform: uppercase;
  text-align: center;
}

.theme-prostate-cymru .woocommerce a.remove {
  margin: 0 auto;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  margin-right: 0;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce .col2-set .col-1, .theme-prostate-cymru.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
  width: 100%;
  margin-right: 0;
}

.woocommerce-checkout.theme-prostate-cymru form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.2;
  margin-top: 5vw;
  margin-bottom: 10vw;
  text-align: center;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row label { 
  font-size: 4.5vw;
  padding-bottom: 3vw;
  width: 100%;
}

#billing_country_field span.woocommerce-input-wrapper {
  text-align: center;
  width: 100%;
  display: block;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row label {
  line-height: 10vw;
}

.theme-prostate-cymru .woocommerce-checkout .col2-set .col-2 {
  float: left;
  width: 100% !important;
  margin-bottom: 10vw;
}

.theme-prostate-cymru .woocommerce form h3#ship-to-different-address {
  line-height: 1;
}

.theme-prostate-cymru.woocommerce-checkout #order_review {
  width: 100%;
  float: left;
}

.theme-prostate-cymru.woocommerce-checkout h3#order_review_heading {
  float: right;
  clear: none;
  font-size: 8vw;
  text-align: left;
  width: 100%;
  margin-bottom: 5vw;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 5vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce form .form-row p.woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 1;
  width: 55vw;
  float: left;
  text-align: left;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th.product-name, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table td.product-name {
  width: 45vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table th.product-total, 
.theme-prostate-cymru.woocommerce-checkout .woocommerce table.shop_table td.product-total {
  width: 45vw;
  text-align: right;
  display: table-cell;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 4vw;
}

.theme-prostate-cymru.woocommerce-checkout .woocommerce ul#shipping_method li {
  margin: 0 0 2.5vw;
  font-size: 3.5vw;
}

.theme-prostate-cymru .woocommerce ul#shipping_method li input {
  margin: 0.8vw 1vw 0 0;
}

.theme-prostate-cymru.woocommerce form .form-row-first, 
.theme-prostate-cymru.woocommerce form .form-row-last, 
.theme-prostate-cymru.woocommerce-page form .form-row-first, 
.theme-prostate-cymru.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

.theme-prostate-cymru .woocommerce ul.order_details li {
  border-right: 0 dashed #d3ced2;
  margin-top: 1em;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 1em;
}

.theme-prostate-cymru.woocommerce-page .woocommerce .woocommerce-customer-details address {
  text-align: center;
}

.woocommerce-order p.woocommerce-notice--success {
  text-align: center;
}

.theme-prostate-cymru.woocommerce-account .woocommerce table.shop_table.woocommerce-orders-table td {
  padding: 0 0 2vw;
  text-align: center;
}

.theme-prostate-cymru.woocommerce-view-order .woocommerce table.shop_table td {
  display: table-cell;
  vertical-align: top;
}

#primary #sidebar_one h3.widget-title, #primary .product-search-filter-reset-heading {
  font-size: 8vw;
  margin-bottom: 5vw;
}

#product-filter-search-form-0 input#product-filter-field-0 {
  padding: 0 5vw;
  height: 15vw;
  text-transform: uppercase;
  font-size: 4.5vw;
  border: 0.25vw solid #222;
  width: 79.5vw;
  margin-bottom: 0vw;
}

#primary .product-search-filter-terms ul.product-search-filter-toggle li {
  margin-bottom: 2vw;
}

#primary .product-search-filter-terms ul li, #primary .product-search-filter-search .product-search-filter-search-clear {
  line-height: 5vw;
  margin-bottom: 1vw;
  font-size: 4.5vw;
}

#primary .product-search-filter-terms .product-search-filter-product_cat .term-name, #primary .product-search-filter-terms .product-search-filter-product_tag .term-name, #primary .product-search-filter-terms .product-search-filter-attribute .term-name {
  line-height: 5vw;
}

#primary .product-search-filter-terms .term-expander {
  font-size: 100%;
  padding: 0;
  font-weight: 400;
  color: white;
  background: black;
  height: 5.5vw;
  display: inline;
  float: right;
  width: 5.5vw;
  text-align: center;
  line-height: 5.5vw;
  font-family: 'fontawesome';
  font-size: 3.5vw;
}

#primary .product-search-filter-terms ul.product-search-filter-toggle li ul li, #primary .product-search-filter-terms ul.product-search-filter-toggle li.pa_brands-item {
  margin-bottom: 2vw;
}

#primary .product-search-filter-terms .pa_size-item:nth-of-type(3n+3) {
  margin: 0 2vw 2vw 0 ! important;
}

#primary .product-search-filter-terms .pa_size-item:nth-of-type(4n+4) {
  margin: 0 0 2vw 0 !important;
}

#primary .product-search-filter-terms .product-search-filter-product_cat .term-name, #primary .product-search-filter-terms .product-search-filter-product_tag .term-name, #primary .product-search-filter-terms .product-search-filter-attribute .term-name {
  line-height: 10vw;
}

#primary .product-search-filter-terms .pa_size-item {
  width: 20vw;
  height: 10vw;
  border: 0.25vw solid #222;
  line-height: 10vw;
  margin: 0 2vw 2vw 0 !important;
}

#primary .product-search-filter-terms ul li.pa_colour-item {
  width: 20vw;
  margin: 0 2vw 2vw 0;
  height: 10vw;
}

#primary .product-search-filter-terms ul li.pa_colour-item:nth-of-type(3n+3) {
  margin: 0 2vw 2vw 0;
}

#primary .product-search-filter-terms ul li.pa_colour-item:nth-of-type(4n+4) {
  margin: 0 0 2vw 0;
}

#primary .product-search-filter-terms .nav-back::before, #primary .product-search-filter-search .product-search-filter-search-clear::before {
  vertical-align: middle;
  padding: 1vw 1vw 1vw 0;
  text-transform: uppercase;
  font-size: 4.5vw;
}

#primary .product-search-filter-reset button.button {
  width: 100%;
  padding: 0;
}

.theme-prostate-cymru .pswp {
  top: 15vw;
}

.reset_variations::before {
  padding-right: 1vw;
}

.theme-prostate-cymru.woocommerce div.product p.price, .theme-prostate-cymru.woocommerce div.product span.price {
  font-size: 8vw;
  margin-bottom: 7vw;
  margin-top: 0vw;
}

.woocommerce ul.products li.product a .imagewrapper, .woocommerce-page ul.products li.product a .imagewrapper {
  border: 0.5vw solid #ebe9eb;
  width: 41.5vw;
  height: 41.5vw;
  overflow: hidden;
}

.woocommerce #primary {
  padding: 0 5vw;
}

.theme-prostate-cymru .woocommerce ul.products li.product .woocommerce-loop-product__title, .theme-prostate-cymru .woocommerce #primary ul.products li.product h3, .theme-prostate-cymru .woocommerce #primary ul.products li.product .woocommerce-loop-category__title, .theme-prostate-cymru.woocommerce #primary ul.products li.product .woocommerce-loop-product__title {
  font-size: 3.5vw;
  padding: 2.5vw 0 0;
  height: 10vw;
  width: 100%;
  border-top: 0.5vw solid #ebe9eb;
}

.theme-prostate-cymru .woocommerce ul.products li.product .price, .theme-prostate-cymru.woocommerce #primary ul.products li.product .price {
  font-size: 4vw;
  margin: 2.5vw 0;
}

.theme-prostate-cymru .woocommerce ul.products li.first, 
.theme-prostate-cymru.woocommerce-page ul.products li.first {
  clear: none;
}

.theme-prostate-cymru select.orderby {
  font-size: 4.5vw;
  background: url(../images/sorting-arrow-down.png) no-repeat 85vw 2vw / 4vw 2vw;
  width: 90vw;
}

.theme-prostate-cymru.woocommerce #primary #sidebar_one h3.widget-title, .theme-prostate-cymru.woocommerce #primary .product-search-filter-reset-heading {
  font-size: 6vw;
  margin-bottom: 6vw;
  text-align: left;
}

.theme-prostate-cymru .product-search-filter-search .product-search-filter-search-clear, .theme-prostate-cymru .product-search-filter-price .product-search-filter-price-clear, .theme-prostate-cymru .product-search-filter-terms .cat-item-all.nav-back > a, .theme-prostate-cymru .product-search-filter-terms .attribute-item-all.nav-back > a, .theme-prostate-cymru .product-search-filter-terms .tag-item-all.nav-back > a {
  font-size: 4.5vw;
  margin-top: 0;
}

.single.woocommerce #primary {
  padding-top: 15vw;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product div.images {
  width: 89vw;
  border: 0.5vw solid #ebe9eb;
}

.theme-prostate-cymru.single-product.woocommerce-page.woocommerce-page div.product div.summary {
  float: right;
}

.woocommerce-product-details__short-description {
  padding: 0 0 5vw;
  border-bottom: 0.5vw solid #ebe9eb;
  margin-bottom: 10vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td.label {
  line-height: 10vw;
  width: 90vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations label {
  font-size: 5vw;
}

.theme-prostate-cymru.woocommerce div.product form.cart .variations td {
  width: 100%;
}

.theme-prostate-cymru.single-product.woocommerce-page.woocommerce-page div.product div.summary {
  float: left;
  width: 90vw;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  width: 20vw;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  width: 70px;
  height: 10vw;
  margin: 0 2vw 2vw 0;
  border: 0.75vw solid #ebe9eb;
}

.theme-prostate-cymru.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:nth-of-type(7n+7) {
  margin: 0 2vw 2vw 0;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product form.cart .button {
  width: 100%;
  height: 15vw !important;
  float: right !important;
  font-size: 5vw;
}

.theme-prostate-cymru.single-product.woocommerce-page div.product form.cart .button {
  width: 100%;
  height: 15vw !important;
  float: right !important;
  font-size: 5vw;
  font-weight: normal;
  margin: 5vw 0 0 0 !important;
  margin-top: 5vw;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  width: 90vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 100%;
  margin-bottom: 10vw;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  text-align: center;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul {
  font-size: 5vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li {
  line-height: 1;
  margin-bottom: 3vw;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  text-align: center;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-navigation h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h2, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 7vw;
  margin-bottom: 5vw;
  text-align: center;
  width: 100%;
}

.theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content p.intro {
  font-size: 5vw;
  margin-bottom: 5vw;
}

.theme-prostate-cymru.woocommerce-account address a.edit, .theme-prostate-cymru.woocommerce-account .woocommerce-MyAccount-content a.button {
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  margin-top: 10vw;
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #a0a5aa
}

.theme-prostate-cymru nav.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #222
}

.woocommerce-page #main .wrapper {
  width: 90vw;
  padding: 0 5vw;
}

#home-products p.link {
  line-height: 1;
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  width: 100%;
}

#home-products .woocommerce ul.products {
  margin: 5vw 0 0;
}

#home-products .woocommerce ul.products li,
#home-products .woocommerce ul.products li {
  width: 42.5vw;
  margin-right: 5vw;
  margin-bottom: 10vw;
}

#home-products .woocommerce ul.products li:nth-of-type(even) {
  margin-right: 0vw;
}

#footer .left #site-info ul {
    display: none;
}

#cart-bar {
  display: none;
}

.theme-prostate-cymru.woocommerce #respond input#submit, .theme-prostate-cymru.woocommerce a.button, .theme-prostate-cymru.woocommerce button.button, .theme-prostate-cymru.woocommerce input.button {
  font-size: 3.5vw;
}

.woocommerce .woocommerce-breadcrumb {
  height: auto;
  font-size: 4vw !important;
  padding: 0vw 0 !important;
  line-height: 15vw;
}

.theme-prostate-cymru.single-product .qib-container:not(#qib_id):not(#qib_id) {
  margin-right: 0;
}

.related.products h2, #tab-description h2 {
  font-size: 6vw;
  padding-bottom: 5vw;
  margin-top: 10vw;
  text-align: center;
}

section.related.products {
  width: 90vw;
}

.theme-prostate-cymru .woocommerce-error, 
.theme-prostate-cymru .woocommerce-info, 
.theme-prostate-cymru .woocommerce-message {
  padding: 1em 5vw 1em 15vw;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: 70vw;
  word-wrap: break-word;
}

.theme-prostate-cymru .woocommerce table.shop_table td {
  border-top: 0px;
}

.theme-prostate-cymru .woocommerce table.shop_table th.product-thumbnail, .theme-prostate-cymru .woocommerce table.shop_table td.product-thumbnail {
  display: none;
}

.theme-prostate-cymru.woocommerce-page .woocommerce-cart-form tr td button.button {
  float: right;
  margin-top: 5vw;
}

.theme-prostate-cymru .woocommerce .cart .button, .theme-prostate-cymru .woocommerce .cart input.button {
  width: 100%;
  height: 15vw;
  font-size: 4.5vw;
}

.theme-prostate-cymru.woocommerce-cart .cart-collaterals .cart_totals tr td {
  text-align: right;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  margin: 10vw 0;
}



}

