/*
Theme Name: House Decor

WooCommerce styles override
*/

/* Hide country and county fields in cart shipping calculator */
p#calc_shipping_country_field, p#calc_shipping_state_field { display: none !important; }

/* ==========================================================================
   MODERN PAYMENT BOXES (PAYPAL & STRIPE)
   ========================================================================== */

/* 1. Shared Container Styles */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-credit-card-gateway .payment_box,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe .payment_box {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    margin: 0 auto 16px auto !important;
}

@media screen and (max-width: 430px) {
	.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-credit-card-gateway .payment_box, 
	.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe .payment_box {
		margin: 15px 0 !important;
		padding: 14px !important;
	}
}

div#wc-stripe-express-checkout-element {
	display: block;
	height: 55px;
	margin-top: .5em !important;
}

/* 2. Specific Backgrounds */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-credit-card-gateway .payment_box,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe .payment_box {
    background: linear-gradient(49deg, #ffecbe, #ffffff, #ffeab6) !important;
	max-width: 400px;
	min-width: 294px;
}

/* 3. Shared Pointer Outer Border */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-credit-card-gateway .payment_box::before,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe .payment_box::before {
    border-bottom-color: #e5e7eb !important;
}

/* 4. Specific Pointer Inner Colors */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-credit-card-gateway .payment_box::after {
    border-bottom-color: #fffbf2 !important; /* Совпадает с #fffbf2 */
    top: -19px !important;
    margin-left: -10px !important;
    border-width: 10px !important;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe .payment_box::after {
    border-bottom-color: #ffffff !important; /* Совпадает с #ffffff */
    top: -19px !important;
    margin-left: -10px !important;
    border-width: 10px !important;
}

/* 5. Form Layout using Flexbox */
#wc-ppcp-credit-card-gateway-cc-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

/* 6. Reset default margins on paragraphs */
#wc-ppcp-credit-card-gateway-cc-form .form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/* 7. Make Expiry Date and CVV sit side-by-side perfectly */
#wc-ppcp-credit-card-gateway-cc-form .form-row-first,
#wc-ppcp-credit-card-gateway-cc-form .form-row-last {
    width: calc(50% - 8px) !important; /* 50% width minus half the gap */
    float: none !important; /* Override old WooCommerce floats */
}

/* 8. Modern Typography for Labels */
#wc-ppcp-credit-card-gateway-cc-form label {
    display: block;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: black !important; /* Stylish slate gray */
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 9. Style the required asterisk */
#wc-ppcp-credit-card-gateway-cc-form label .required {
    color: #ef4444 !important; /* Modern vibrant red */
    text-decoration: none !important;
    margin-left: 2px;
}

/* 10. Iframe Wrappers (Making them look like modern inputs) */
#wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-"],
#wc-ppcp-credit-card-gateway-cc-form div[id^="payments-sdk-"] {
    background: #f9fafb !important; /* Very light gray background */
    border-radius: 8px !important; /* Smooth corners */
    padding: 0 12px !important;
    height: 48px !important; /* Comfortable touch target size */
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-in-out !important; /* Smooth animations */
}

/* 11. Hover state for inputs */
#wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-"]:hover,
#wc-ppcp-credit-card-gateway-cc-form div[id^="payments-sdk-"]:hover {
    border-color: #9ca3af !important;
    background: #ffffff !important;
}

/* 12. Focus-within state (When user clicks inside the iframe) */
/* Creates a beautiful blue glowing ring like Apple/Stripe */
#wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-"]:focus-within,
#wc-ppcp-credit-card-gateway-cc-form div[id^="payments-sdk-"]:focus-within {
    border-color: #3b82f6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

/* 13. Hide any stray clear divs */
#wc-ppcp-credit-card-gateway-cc-form .clear {
    display: none !important;
}

#wc-stripe-express-checkout-element,
#wc-stripe-express-checkout-button-separator {
    /* Apply a smooth, natural easing animation */
    animation: stripe-smooth-slide 0.8s cubic-bezier(0.8, 1, 0.5, 1) forwards;
    overflow: hidden;
}

/* Keyframes for the slide-down and fade-in effect */
@keyframes stripe-smooth-slide {
    0% {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        margin-bottom: 0;
        transform: translateY(-10px);
    }
    100% {
        max-height: 50px; /* Safely accommodates the button height */
        opacity: 1;
        transform: translateY(0);
    }
}

/* END */

div#cf-turnstile-woo-checkout {
    display: flex;
    justify-content: center;
}

/**
 * Shop tables
 */
 table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  width: 32%;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

a.remove:hover {
  background: #3b3a3a;
  color: white;
}

a:hover {
	color: darkorange;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

/** 
* Archive
*/
.product-sidebar-wrapper {
  background-color: #ffffff;
  margin-top: 10px;
}

.product-sidebar-wrapper-default {
    padding-top: 2.5rem;
}

div#product-sidebar {
    padding-top: 0 !important;
}

.message-link a {
    padding: 4px 0;
    color: black;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid black;
}

.product-sidebar-wrapper-default > #product-sidebar, .product-sidebar-wrapper > #product-sidebar  {
  padding-top: 3rem;
  padding-bottom: 0.2rem;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  gap: 8px;
}

.bapf_sfilter.bapf_divi_button.filter-clear .bapf_body {
    display: block !important;
}

.results-row.d-flex.justify-content-between.mb-4.w-100.flex-wrap {
	align-items: baseline;
}

.bapf_hascolarr .fa-chevron-down:before {
    content: "\f078";
    padding: 6px;
}

.fa-chevron-up:before {
    padding: 6px;
}

.sticky-section-calc {
  position: sticky;
  top: 25px;
}

.sticky-section-calc a.add-calculated-to-cart {
  margin-top: 20px;
}

.sticky-section-calc h3 {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  font-size: 18px !important;
}

.sticky-section-calc p {
  margin-bottom: 8px;
}

.sticky-section-calc .total-price {
  font-weight: 800;
}

.sticky-section-calc .quote-total {
    margin-top: 20px !important;
    font-size: 22px !important;
}

hr.large-margin-top {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.bapf_slidr_all {
    width: 336px;
    padding: 10px 12px 20px 15px;
    margin-bottom: 10px;
    margin-top: -4px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    border: 1px solid #f1d0ba;
	border-radius: 0 0 10px 10px;
	box-shadow: 3px 3px 8px -5px rgba(233 225 218);
}

.divi_checkbox_class .divi_checkbox_class_item label {
    font-size: .875em;
    color: black;
    margin: 0;
}

span.bapf_val {
    font-weight: 600;
    font-size: 18px;
	color: #3d3d3d;
}

span.curtain-price.calculation-section-identifier {
  width: 70% !important;
  margin-left: 5px;
}

.custom-field {
  align-items: flex-start !important;
}

.berocket_inline_filters i {
  background: #00000000 !important;
}

#product-sidebar .berocket_single_filter_widget.berocket_inline_filters {
    width: 100% !important;
    min-width: 100%;
    padding: 0 !important;
}

.results-row {
    align-items: baseline;
}

section#block-13 {
    margin: 0;
}

.product-filter:before {
    content: "Price";
    font-family: 'Open Sans',  Georgia, "Times New Roman", Times, sans-serif;
    font-size: 16px;
    color: #6d6d6d;
    margin-top: -4px;
    display: block;
}

button.wp-element-button {
    border: 0;
    padding: 5px 10px;
    color: white;
    font-size: 14px;
}

.ep-range-slider__track-1 {
    background: #6d6d6d;
}

.ep-range-slider__thumb {
    background: #6d6d6d;
}

.ep-range-facet__action a {
    margin-right: 8px;
    font-size: 14px;
}

h3.wp-block-heading {
    font-size: 16px;
    font-weight: 600;
}

section#block-14 {
    margin: 0;
}

.wc-block-components-price-slider {
    margin: 0;
}

.archive .woocommerce-breadcrumb {
  display: none;
}

.archive #primary > .container,
.category-header .container {
  max-width: 1410px;
  width: 100%;
}

.woocommerce-result-count span, .orderby, #per_page {
	border-radius: 5px;
    margin-left: 10px;
    padding: 8px;
    font-weight: 600;
    color: #494949;
    box-shadow: inset 0px 3px 10px -4px rgba(233 225 218);
	border: 1px solid #f1d0ba;
}

p.woocommerce-result-count {
	font-weight: 600;
}

.woocommerce-result-count,
.woocommerce-ordering,
.results-row form label {
  font-weight: 500;
}

p.woocommerce-result-count span {
    font-weight: 600;
	padding-top: 10px;
}

.archive-contact-col-1 {
  min-height: 40vh;
  background-image: url(/wp-content/uploads/-images/not-found.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0.8;
}

.category-header {
  background: none;
}

.woocommerce-pagination {
  display: flex;
  width: 100%;
  justify-content: space-around;
  border-top: 1px dotted #cc56085e;
  border-bottom: 1px dotted #cc56085e;
  padding: 10px;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 80px 0 150px !important;
}

.page-numbers {
    display: inline-flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.page-numbers a:hover {
    color: white;
    background: #ed9e6a;
}

a.next.page-numbers, a.prev.page-numbers {
    padding: 8px 30px 6px 30px;
    border-radius: 5px;
    background: #ed9e6a;
    color: white;
    font-size: large;
    font-family: 'FontAwesome';
}

a.next.page-numbers:hover, a.prev.page-numbers:hover {
    background: grey;
}

.page-numbers.current {
  padding: 8px 15px;
  border: 1px solid;
  color: black;
  border-radius: 3px;
}

.page-numbers > li {
  margin-right: 25px;
}

.page-numbers > li:last-of-type {
  margin-right: 0;
}

.totals-wrapper.p-4.mt-4 {
  padding: 1em !important;
  line-height: 1.8;
}

/**
 * Products
 */

.archive-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
}

ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 20px;
}

ul.products li {
    width: 100% !important;
    padding: 0 !important;
}

ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 1em;
}

ul.products li.product img {
  display: block;
  width: 100%;
}

ul.products li.product .button {
  display: block;
}

.product-content {
  display: grid;
  grid-template-areas:
    "gallery gallery summary summary"
    "gallery gallery tabs tabs"
    "related related related related";
  column-gap: 70px;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
	margin-bottom: 30px;
	max-width: 1200px !important;
}

.product-calculator {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-content: start;
    align-items: start;
	padding-top: 80px;
    max-width: 1200px !important;
    --bs-gutter-x: 0;
}

.order-sticky {
  position: sticky;
  top: 40px;
}

section#measurements {
  height: 100%;
}

div#custom-product-calculations {
  height: 100%;
  padding: 40px;
}

.order-sticky p {
  margin-bottom: 10px;
  font-size: 18px;
}

.order-sticky h3 {
  margin: 20px 0 10px 0;
}

a.add-calculated-to-cart {
  background: #383735;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  border-radius: 10px !important;
}

a.add-calculated-to-cart:hover {
  background: black;
}

.samples-cart-table .shop_table .product-image img {
    border: 2px dotted #bbb9b9;
}

h4.customisable-product__section_title {
  font-size: 1.25rem;
}

.woocommerce-product-gallery {
  grid-area: gallery;
}

.summary {
  grid-area: summary;
}

.woocommerce-tabs {
  grid-area: tabs;
}

.related {
  grid-area: related;
  border-top: 2px solid #eeece9;
  border-bottom: 2px solid #eeece9;
}

.product-template-default .trustpilot {
  background: #fff;
}

.flex-viewport {
  width: 100%;
}

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

.image-variable-item {
  border-radius: 0 !important;
}

.archive-sku {
  font-family: monospace;
  font-size: 0.9rem;
  color: grey;
  flex: 1;
  margin-bottom: 7px;
  margin-left: 3px;
}

.archive .price,
.related .price {
  padding-left: 3px;
  padding-right: 10px;
}

.woocommerce-LoopProduct-link:hover {
  	background: #ffffff;
  	color: #000 !important;
	border-radius: 0 0 10px 10px;
  	opacity: 0.8;
  	transform: scale(1.02);
  	box-shadow: 1px 7px 17px rgb(211 211 211);
  	transition: all .3s ease-in-out;
}

.woocommerce-LoopProduct-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
	
.colour {
  font-weight: 600;
}

.product a,
.hero-image a {
  text-decoration: none;
}

small.tax_label {
    color: #bbb;
	font-size: 68%;
	display: flex;
    justify-content: flex-end;
}

small.includes_tax span {
    font-size: 13px !important;
}

a.reset_variations.ms-4 {
    display: flex;
    padding-top: 1em;
    font-size: 13px;
    font-weight: 700;
    color: #704e37;
}

.page-numbers a {
  text-decoration: none;
  
}

.customise-links img {
  width: 50px !important;
  height: 50px !important;
}

 .accordion-body .row:nth-of-type(odd) {
  background: rgb(223 223 223 / 15%);
}

.accordion-button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 550;
}

.accordion-button:hover {
  background: #f8f4f0;
}

.accordion-body {
  padding: 0 12px;
}

 .woocommerce-variation-add-to-cart {
  flex-direction: column;
}

.variations {
  display: flex;
  padding: 0 0 20px 0;
  justify-content: center;
}

.variations label {
  width: 100px;
}

.slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 20px 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0; /* removes the number inside dots */
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #aaa;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #333;
}

.slick-thumbnails {
  padding: 20px 0;
}

.product-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.sample-cart-item .product-image {
  min-width: 50px;
  width: 50px;
}

.samples-cart-table .shop_table .product-name {
    font-size: 16px;
}

.woocommerce-checkout td.product-name, 
.woocommerce-cart td.product-name {
    border-bottom: 1px dashed #c9c9c9;
	line-height: 2;
}

input#coupon_code {
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 45px;
    border-radius: 8px;
    border: 1px solid grey;
    width: 300px;
}

.accordion-body a:hover {
  text-decoration: underline !important;
}

/* General arrow style */
.slick-arrow {
  background: #fff; /* Arrow background color */
  color: #333; /* Arrow color */
  border-radius: 50%;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

/* Specific styles for left arrow */
.slick-prev {
  left: 10px;
}

/* Specific styles for right arrow */
.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

/* Hover effect */
.slick-arrow:hover {
  background: #333; /* Background color on hover */
  color: #fff; /* Text color on hover */
  cursor: pointer;
}

/* Arrow icon adjustments (if using font icons) */
.slick-arrow:before {
  font-size: 20px; /* Size of the arrow icons */
  line-height: 1;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  border-bottom: 1px solid #eeece9;
  border-radius: 0;
  color: #000;
}

.accordion-body a:hover {
   color: #ed9e6a;
}

.accordion-body a {
    position: relative; /* Required for positioning the tooltip */
	color: #181818;
	font-weight: 400;
    text-decoration: underline;
	text-decoration-color: #ed9e6a;
}

.accordion-body a:hover::after {
    content: "Show relevant products"; /* The tooltip text */
    position: absolute;
    bottom: 100%; /* Position above the link */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000b3;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.accordion-body a:hover::after {
    opacity: 1;
    visibility: visible;
}


.accordion-button:not(.collapsed) {
  background: #ffffff00;
  color: #000;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button,
.accordion-item,
.accordion {
  border: none;
  border-radius: 0;
}

.customise-links {
    display: flex;
    margin: 0px 0px 25px 0px;
    padding: 12px 0px;
    gap: 30px;
    text-decoration-color: #efefef;
    font-weight: 600;
    justify-content: center;
    border-radius: 0px 0px 12px 12px;
	border: 2px dashed #d9d9d9;
}

.customise-links a {
    font-size: 14px;
}

.customise-links:hover {
  background: #f9f7f4;
 }

.customise-links img {
  margin-right: 10px;
  opacity: 1;
}

.customise-links:hover img {
  opacity: 0.6;
}

.pswp {
  z-index: 9999999999;
}

.product_title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.single-product div.product {
  position: relative;
}

.single-product div.product-content .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product
  div.product-content
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product
  div.product-content
  .woocommerce-product-gallery
  .flex-viewport {
  margin-bottom: 1em;
}

.single-product
  div.product-content
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}

.single-product
  div.product-content
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}

.single-product
  div.product-content
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}

.zoomtoo-container img {
  aspect-ratio: 1 / 1;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
}

.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-breadcrumb a {
  color: #ddd;
  margin: 0 6px 0 6px;
}

.price {
  font-size: 0.938rem;
}

.woocommerce-Price-amount {
    font-size: 1.35rem;
    display: flex;
    align-items: baseline;
}

.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-Price-amount {
    justify-content: flex-end !important;
}

.single_add_to_cart_button,
.woocommerce-Button,
.wpcf7-submit {
  background: #383735;
  transition: background-color 0.3s ease;
  padding: 16px 25px !important;
  border: none !important;
  border-radius: 8px;
  color: white !important;
  text-transform: uppercase !important;
  width: 100% !important;
  font-weight: 700 !important;
}

.single_add_to_cart_button:hover {
	background: black;
}

.free-samples-button, .return-to-fabric, .back-fabric {
  background: #e6dbcc;
  transition: background-color 0.3s ease;
  padding: 16px 25px;
  border: none;
  color: #383735;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.return-to-fabric:hover, .back-fabric:hover {
  background: white;
  color: black;
}

.free-samples-button:hover {
	background: white;
    color: grey;
    border: 2px dashed #efe3d6;
    padding: 14px 25px;
}

.woocommerce-tabs ul.tabs {
  display: none;
}

.paypal-credit img {
  max-width: 75px;
}

.paypal-credit img,
.paypal-credit p {
  display: inline-block;
}

.product-template-default .paypal-credit {
  border-bottom: 1px solid #e4e3de;
  margin-bottom: 20px !important;
  margin-top: 20px;
}

.product-code {
  padding-bottom: 15px;
}

.product-code span {
  margin-left: 7px;
}

.product-template-default .cart {
  display: flex;
  background: #f1ebe287;
  flex-direction: column;
  padding: 10px 35px 15px;
  border-radius: 12px;
}

h2.fs-4.fw-bold.mb-4.pt-0 {
  margin-bottom: 0px!important;
	color: #a19b90;
	font-size: 19px !important;
  margin-right: 15px;
}

.paypal-credit img {
    margin-right: 4px;
}

.sku strong {
    font-weight: 500;
	padding-right: 3px;
}

.sku {
    font-weight: 800;
	color: black;
}

.wpgs-nav .slick-slide {
    border: none !important;
    margin-right: 7px !important;
    margin-top: 7px !important;
    margin-left: 0 !important;
}

.cart .single_add_to_cart_button,
.cart #add-sample {
  width: 100% !important;
  margin-top: 15px;
  border-radius: 10px;
}

.cart #add-sample {
  margin-top: 15px !important;
}

.cart #custom-product-calculations #add-sample {
  margin: unset;
  margin-top: 25px !important;
}

.variations .label {
  margin-bottom: 10px;
}

.woocommerce-variation-add-to-cart h2 {
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-product #primary > .container {
  max-width: 1410px;
  width: 100%;
}

.onsale {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 10000px;
  background: #fffbf2;
  width: 50px;
  padding: 13px 9px;
  height: 50px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#total-price,
#total-section .woocommerce-Price-amount {
  font-size: 25px;
  font-weight: 600;
}

#total-section {
  font-size: 25px;
  font-weight: 600;
}

/* MTM */
#custom-product-fields label.checked img {
  border: 3px solid #000;
}

/* Related */

.woocommerce-loop-product__title {
  font-size: 1rem;
  margin-left: 3px !important;
  margin-right: 3px !important;
  margin: 10px 0 10px 0px;
  flex: 1;
}

.woocommerce-loop-product__link .woocommerce-Price-amount {
  font-size: 19px;
  display: flex;
  align-items: baseline;
  border-top: 1px dotted #d9d9d9;
  padding-top: 6px;
}

/**
* Cart
*/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-bottom: 10px;
}

a.showlogin, a.showcoupon, a.show-coupon {
    margin-left: 6px;
	color: grey;
}

#payment .payment_methods li.payment_method_ppcp-gateway label[for="payment_method_ppcp-gateway"], #payment .payment_methods li.payment_method_stripe label[for="payment_method_stripe"], #payment .payment_methods li.payment_method_ppcp-credit-card-gateway label[for="payment_method_ppcp-credit-card-gateway"] {
    background: #f0f4ff;
    padding: 4px 10px;
    border-radius: 12px;
    margin: 5px 0 15px 6px;
}

input#wc-stripe-new-payment-method {
    margin: 24px 0 -25px -7px;
    width: 20px !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    text-align: center;
}

label[for="wc-stripe-new-payment-method"] {
    height: 33px;
    border-bottom: 1px dashed #d3d3d3;
}

.shipping_address {
    border-radius: 10px;
    padding: 15px 30px;
    border: 1px solid #ffe4d3;
	box-shadow: 3px -11px 10px -5px rgb(245 239 228);
}

.woocommerce-shipping-totals td[data-title="Shipment"] {
    text-align: end;
}

p#order_comments_field {
    margin-top: 40px;
}

.woocommerce-billing-fields {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ffe4d3;
	margin-bottom: 12px;
}

span.woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 10px;
	color: grey;
}

div#customer_details {
    line-height: 1.6;
}

p#wc-stripe-express-checkout-button-separator {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

td.pe-5 {
    text-align: end;
}

/* IdealPostcode */
input#idpc_input {
    width: 100%;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #ffe4d3;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0;
}

span.woocommerce-input-wrapper {
    margin-bottom: -1px !important;
}

p.idpc-unhide {
    border-radius: 4px;
    color: #e55700;
    padding: 8px 15px 0 12px;
	  font-size: 16px !important;
}

select#idpc_dropdown {
    width: 100%;
    height: 42px !important;
    border-radius: 4px !important;
    border: 2px solid #ffa970 !important;
}

button#idpc_button {
    background: #383735;
    color: white;
    font-weight: 700;
    height: 38px !important;
	margin: 10px 0;
}

button#idpc_button:hover {
    background: #757575;
}

.woocommerce-shipping-fields__field-wrapper.row.mb-5 {
    margin-bottom: .5em !important;
}
/* END IdealPostcode */

.back-button {
    padding: 2px 12px;
    border: 1px solid;
    border-radius: 4px;
    background: white;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

a.back-button:hover {
    color: #fff;
    background: black;
}

.woocommerce-cart .entry-content,  .woocommerce-checkout .entry-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.woocommerce-checkout tr.cart_item {
  vertical-align: top;
}

.woocommerce-checkout td.product-total {
  line-height: 2;
  width: 30%;
  border-bottom: 1px dashed #c9c9c9;
  align-content: center;
}


.woocommerce-cart article {
  width: 100%;
}

.step-links.container {
  max-width: 400px;
}

.step-links a {
  border-color: #c5c5c5 !important;
  color: #c5c5c5;
}

.checkout-wrap .size-woocommerce_thumbnail {
  max-width: 50px;
  max-height: 55px;
}

.cart_totals .totals-wrapper,
.woocommerce-cart-form,
.checkout-totals,
.samples-cart-table,
.checkout-info {
  margin: 0 12px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
}

ul#shipping_method label {
    word-spacing: 1px;
    min-width: 95%;
    color: #e18700;
    line-height: 1;
    margin: 3px 0 0 7px;
    padding: 0 6px 10px 0;
    font-size: 13px;
}

.woocommerce-shipping-methods li {
    position: relative;
    padding: 5px 0 0 20px;
    margin: 5px 0 15px 0;
    border-radius: 10px;
	background: #fff7e6;
}

.woocommerce-shipping-methods li input.shipping_method {
    position: absolute;
    left: 10px; 
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

tr.order-total {
    background: #fff3d9;
}

small.includes_tax {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    font-size: 12px;
	line-height: 2;
    align-items: baseline;
}

.checkout-button,
#place_order {
  background: #e18700;
  transition: background-color 0.3s ease;
  padding: 12px 25px;
  height: 50px;
  border: none;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
}

.ppcp-messages {
  padding: 10px 0 12px 0;
}

.checkout-button:hover,
#place_order:hover {
	background: #757575;
	color: white;
}

form.woocommerce-shipping-calculator {
    text-align: end;
}

.totals-wrapper .woocommerce-Price-amount {
  margin-right: 0;
}

.cart_totals h2 {
  letter-spacing: 0;
}

.cart-info {
  background: #f3f3f3;
}

.woocommerce-variation-add-to-cart .quantity {
  padding-right: 0 !important;
  width: 100%;
}

.quantity input {
  padding: 8px 10px 8px 15px !important;
  border: 1px solid #ede9e6!important;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 700;
  height: 100% !important;
  width: 80px;
}

td.product-name.flex-column.d-flex.d-md-table-cell.justify-content-between.align-items-center {
    align-items: flex-start !important;
}

.select2-selection, .select2-results {
  min-width: 110px;
  font-size: 16px;
  font-weight: 700;
}

.cart .quantity {
    display: flex;
    justify-content: center;
	align-items: center;
	font-family: sans-serif;
}

.quantity input {
   border-radius: 7px;	
}

.shipping-calculator-form input, 
.page-id-8 
.input-text, 
.page-id-8 textarea, 
.page-id-8 select {
    padding: 8px 6px 6px 10px !important;
    border: 1px solid #d5ccc6 !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    width: 100%;
    height: 100% !important;
    letter-spacing: 1px;
}

.value select {
  padding: 10px 10px !important;
  border: 2px solid #bbbbbb !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.shipping-calculator-form {
  margin-top: 15px;
}

p#calc_shipping_country_field {
    display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results {
  padding: 0 !important;
  text-align: left;
  line-height: 20px;
}

.quantity button, .shipping-calculator-form button, .aws-search-result .aws_search_more a {
    background: #383735;
    transition: background-color 0.3s ease;
    padding: 11px 25px;
    height: 40px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
}

button, select {
	border-radius: 8px;
	padding-left: 10px;
	transition: background-color 0.3s ease;
}

.coupon button {
    background: grey;
    border: none;
    color: white;
    height: 45px;
}

a.button.wc-backward {
    background: #e18700;
    padding: 15px 25px;
    color: white;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    border-radius: 5px;
    justify-content: center;
	max-width: 330px;
	margin: 30px auto;
}

tr.cart-discount.coupon-samples-free-shipping td {
    text-align: right;
}

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

.coupon button:disabled,
.coupon button[disabled],
.quantity button:disabled,
.quantity button[disabled],
.update-button:disabled,
.update-button[disabled] {
  background: #38373530;
}

a.shipping-calculator-button {
    text-decoration-color: #e78e71  !important;
    text-decoration: underline;
}

a.shipping-calculator-button::after {
    content: ' >';
}

.product-remove a {
    font-size: 20px;
    background: white;
    padding: 0 7px 1px 7px;
    border-radius: 20px;
    color: #e3e3e3;
    margin: 0 0 0 -35px;
    border: 1px solid #e3e3e3;
}

.product-remove a, .checkout-button, #place_order, .step-links a {
	text-decoration: none;
}

.remove-sample {
    font-size: 20px;
    background: white;
    border: 1px solid #e3e3e3;
    padding: 0 7px 1px 6px;
    border-radius: 20px;
    color: #e3e3e3;
    margin: 0 0 0 -45px;
}

.product-quantity,
.product-price,
.product-subtotal {
  width: 10%;
}

.product-thumbnail {
    width: 11%;
    display: flex;
    justify-content: center;
	padding-left: 10px !important;
}

.woocommerce-cart-form__cart-item td {
  padding: 0 0 0 5px;
}

.totals-wrapper tr:not(:last-child) td,
.totals-wrapper tr:not(:last-child) th {
  padding-bottom: 15px;
}

.totals-wrapper tr {
    border-bottom: 1px solid #e5e5e5;
}

.checkout-info h3 {
  font-weight: 600;
  font-size: 22px;
}

.return-to-shop a,
.return-to-shop {
  margin: 0 auto;
  border-top-width: 0px;
  margin-top: 50px;
  margin-bottom: 50px;

}

.page-id-7 .woocommerce-Price-amount,
.page-id-8 .woocommerce-Price-amount {
  font-size: 18px;
}

.page-id-7 .buttons-container {
  margin-top: 25px;
}

/**
 * Checkout
 */

label {
    margin: 0 0 2px 10px;
}

.gazchaps-getaddress-io-lookup-button {
  background: #383735;
  transition: background-color 0.3s ease;
  padding: 9px 25px;
  border: none;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
}

.gazchaps-getaddress-io-lookup-button:hover {
	background: black;
}

.form-row-wide {
  width: 100%;
}

#order_review tbody {
  border-bottom: 1px dashed #c9c9c9;
}

.shop_table.woocommerce-checkout-review-order-table tfoot {
  display: table-header-group;
}

.totals:last-of-type {
  display: none !important;
}

.totals th {
  width: 50%;
}

.shop_table {
  margin-bottom: 0;
}

.select2-selection {
  padding: 3.5px 16px !important;
}

h3#ship-to-different-address {
    padding: 20px 0 17px 18px;
    background: #fff8e9;
    border-bottom: 0;
    margin-bottom: -5px !important;
}

h3#ship-to-different-address span {
  font-size: 18px;
  font-weight: 600;
}

p#billing_address_1_field:before {
  content: "Billing Address";
  font-size: 24px;
  font-family: 'Open Sans',  Georgia, "Times New Roman", Times, sans-serif;
  margin-bottom: 10px;
}

p#shipping_address_1_field:before {
  content: "Shipping Address";
  font-size: 24px;
  font-family: 'Open Sans',  Georgia, "Times New Roman", Times, sans-serif;
  margin-bottom: 10px;
}

#billing_address_2_field {
  margin-top: 22px;
}

#shipping_address_2_field {
  margin-top: 23px;
}

#billing_phone_field,
#billing_email_field {
  height: 100%;
}

#order_comments {
  height: 200px !important;
}

.shipping-calculator-form .form-row {
  width: 100% !important;
}

.place-order .input-checkbox {
  width: unset !important;
	transform: scale(1.5);
}

input#createaccount,
input#payment_method_ppcp-gateway, 
input#payment_method_ppcp-credit-card-gateway, 
input#payment_method_stripe {
	transform: scale(1.3);
}


.woocommerce-thankyou-order-details .woocommerce-Price-amount {
  font-size: unset;
}

tr.woocommerce-table__line-item.order_item:last-of-type td,
.woocommerce-table--order-details tfoot tr:last-of-type th,
.woocommerce-table--order-details tfoot tr:last-of-type td {
  padding-bottom: 1.5rem !important;
}

.woocommerce-table--order-details tfoot tr:first-of-type th,
.woocommerce-table--order-details tfoot tr:first-of-type td {
  padding-top: 1.5rem !important;
}
/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
  font-size: 14px !important;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

p.stock.available-on-backorder {
    font-weight: 600;
    color: grey;
    text-align: center;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 3px 0px 1px 0px #0c8f52;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 5px 0 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
 .woocommerce-message,
 .woocommerce-info,
 .woocommerce-noreviews,
 p.no-comments,
 .woocommerce-noreviews,
 p.no-comments {
    background: linear-gradient(90deg, #c1f9c3, #fff2e1);
    box-shadow: 1px 5px 7px -5px rgb(237 237 237);
    clear: both;
    color: black;
    text-align: center;
	padding: 12px;
	border-radius: 7px;
}

.wc-empty-cart-message .woocommerce-info.p-4.mb-3::after {
    display: block;
    color: grey;
	padding-top: 15px;
}

.woocommerce-error {
    background: linear-gradient(90deg, #ff7878, #ffd8bb);
	border-radius: 7px;
}

.woocommerce-error li {
    color: #790000;
    text-align: center;
	padding: 12px 0;
}

.checkout-inline-error-message {
    color: red;
    padding: 0 0 0 10px;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

/**
 * WooCommerce My Account
 */

header.entry-header {
    background: none;
}

form.woocommerce-EditAccountForm.edit-account {
    display: block;
    justify-self: center;
    max-width: 450px;
}

a.woocommerce-Button.button {
    font-size: 10px;
}

.woocommerce-MyAccount-content.mx-md-5 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
	margin-bottom: 30px;
}

.woocommerce-account h1.entry-title {
   display: none;
}

.entry-content .woocommerce {
  margin: 30px 20px;
}

header.entry-header {
  padding: 0px 48px;
  box-shadow: none;
  margin-top: 12px;
}

nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

nav.woocommerce-MyAccount-navigation ul a {
  text-decoration: none;
  padding: 14px 28px;
  display: inline-block;
  background: whitesmoke;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
}

nav.woocommerce-MyAccount-navigation ul .is-active a {
  background: #e5dbcb;
}

.woocommerce-MyAccount-content {
    padding: 60px;
    border: 1px solid #f1d0ba;
    border-radius: 14px;
    font-size: 1.2rem;
    display: block;
    justify-self: center;
    max-width: 1000px;
	min-width: 300px;
}

.woocommerce-address-fields__field-wrapper {
    min-width: 300px;
}

header.woocommerce-Address-title.title {
    padding: 20px;
    border-radius: 8px;
}

nav.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation ul a:hover {
  background: #e5dbcb;
}

.woocommerce tbody, .woocommerce td, .woocommerce tfoot, .woocommerce th, .woocommerce thead, .woocommerce tr {
    padding: 5px 5px 10px 5px;
}

.woocommerce dd {
    font-weight: 400;
    line-height: 1.2;
}

bdi {
	font-weight: 600;
	display: flex;
	line-height: .8;
	align-items: baseline;
	padding-top: 6px;
}

dl.variation p {
    margin-bottom: 12px;
    font-size: 14px;
}

.woocommerce dl.variation {
    margin-top: 3px;
    color: #595858;
    font-style: italic;
    padding: 6px 0 1px 10px;
    background: #ffffff;
    border-radius: 0 20px 20px 20px;
    border: 2px dashed #e5e5e5;
}

.woocommerce td.product-name {
	width: 232px;
	margin: 0 0 0 auto;
}

.woocommerce td.product-price {
    line-height: 1;
}

td.product-name .sku {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 300;
    line-height: 1.3;
}

.product-name span.sku {
    margin-left: 8px;
    border-left: 2px solid #00000017;
    padding-left: 8px;
}

.woocommerce-Address header {
  box-shadow: none;
}

.woocommerce-columns--addresses,
.woocommerce-Addresses {
  display: flex;
  padding: 10px;
}

.woocommerce-columns--addresses div,
.woocommerce-Addresses div {
  width: 50%;
}

.woocommerce a.edit {
  padding: 8px 16px;
  margin: 10px 0;
  background: #e5dbcb;
  display: inline-block;
  border-radius: 8px;
}

.woocommerce-EditAccountForm fieldset {
  padding: 30px;
  background: whitesmoke;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce .form-row {
  display: flex;
  flex-direction: column;
}

.woocommerce .form-row > input,
.woocommerce .form-row > .password-input > input {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  height: 40px !important;
  width: 100% !important;
	letter-spacing: 1.5px;
}

.woocommerce-product-gallery .flex-control-nav > * {
  scroll-snap-align: start;
}
ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}
li.flex-nav-next {
  float: right;
}
a.flex-next {
  visibility: hidden;
}
a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce-variation-price {
    display: flex;
    justify-content: center;
}

div#customer_login {
    width: 410px;
    margin: 0 auto;
}

.checkout-totals th.product-total {
  width: 30%;
}
	
th.product-total {
  text-align: end;
}

p.woocommerce-shipping-destination {
  text-align: end;
}

/* Removes price from roller blinds */
.term-roller-blinds span.price, .attribute-roller-blinds .summary p.price {
  display: none;
}

.update-calculated-to-cart { 
  background: #000;
  padding: 20px 25px;
  border: none;
  color:#fff;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration:none;
}

a.black-btn-clr {
  padding: 10px 20px;
  background-color: #e5dbcb;
  color: black;
  font-weight: 800;
}
}

@media (max-width: 1024px) {
  ul.products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
	
.entry-summary {
/*   padding-top: 15px; */
}	
	
div#customer_login {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}
}

@media screen and (max-width: 850px) {
  .product-content {
    display: grid;
    grid-template-areas:
      "gallery gallery gallery gallery"
      "summary summary summary summary"
      "tabs tabs tabs tabs"
      "related related related related";
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
	max-width: 530px !important;
  }
  .product-calculator {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
	
 /* Target general inputs and dropdowns */
    input[type="text"], input[type="number"], select, textarea {
    	font-size: 16px !important;
    }
	
/* 	.woocommerce-error {
    margin-top: 25px !important;
	} */
	
  .product-thumbnail:before {
    display: none;
  }

  .coupon button {
	border-radius: 8px;
  }

  #coupon_code {
    width: 100%;
  }

  .woocommerce-cart-form__cart-item:not(:last-child) td {
    border: none;
  }

  .woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #efefef;
  }

  #shipping_method {
	display: inline-table;
  }
	
  ul.products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
}
	
@media screen and (min-width: 768px) {
	
  #ppc-button-ppcp-gateway {
    margin-top: 5px !important;
  }
	
  .woocommerce-cart-form__cart-item td {
    border-bottom: 1px dashed #c9c9c9;
  }

  h1.pb-2.mt-0, h1.pb-2 {
    padding-left: 0 !important;
  }
	
	fieldset#wc-stripe-upe-form {
    border-radius: 10px;
    padding: 13px 6px 20px 15px;
	  margin-bottom: -16px;
  }
	
	span.woocommerce-Price-currencySymbol {
    font-size: 0.9em;
    font-family: Georgia, sans-serif;
    color: #353535;
	padding-right: 1px;
  }
	
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
	
  .pb-5 {
    padding-bottom: 0.1rem !important;
  }	
	
/*   .mb-4 {
    margin-bottom: 0rem !important;
  } */
	
  .megamenu-header.d-flex.align-items-center.pb-2.mb-4 {
    margin-bottom: .8rem !important;
	border-bottom: 1px solid #e1e1e1;
  }
	
  .dropdown-menu.megamenu.p-5.brands {
    padding-top: 3rem !important;
  }
	
  h3.text-center.fs-5.mb-4 {
  margin-bottom: 1rem !important;
}
	
.ppc-button-wrapper {
    padding: 10px 80px 0 86px;
}
	
.cart-wrap .ppc-button-wrapper {
    padding: 5px 0 0;
}	
	
.gpay-card-info-container-fill, .gpay-card-info-container-fill > .gpay-card-info-container {
    border-radius: 10px !important;
}
	
}

/* Hide arrows on smaller screens if necessary */
@media screen and (max-width: 600px) {
  .slick-arrow {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .product {
    min-height: 400px;
	padding-top: 5px !important;
  }
	
  a.cart-contents {
    display: grid;
    width: 200%;
  }
  
  .woocommerce-variation-add-to-cart {
      flex-wrap: wrap;
  }
  
  .variations {
      padding: 0;
  }
  
  .product-template-default .cart .quantity {
      padding: 0 0 30px 0 !important;
  }
  
  .cart .single_add_to_cart_button, .cart #add-sample {
      margin: 0;
  }
}

@media screen and (max-width: 430px) {
	
td.product-remove {
    height: 5px;
}
	
.bapf_slidr_all {
	width: 336px;
	border: 1px solid #d7a481;
}
	
.checkout-wrap .size-woocommerce_thumbnail {
    width: 55px;
    padding: 0;
}
	
.samples-cart-table .shop_table .product-name {
    min-width: 139px;
}
	
.woocommerce tbody, .woocommerce td, .woocommerce tfoot, .woocommerce th, .woocommerce thead, .woocommerce tr {
    padding: 3px;
}
	
.order-summary-container.p-3 {
    padding: 0 !important;
}
	
.page-numbers {
    gap: 15px;
}
	
.product-remove a {
    margin: 0 0 0 -33px;
}

.samples-cart-table .shop_table .product-name {
    font-size: 15px;
}
	
td.product-subtotal.d-flex.d-md-table-cell.justify-content-between.align-items-center {
    width: 54%;
    font-weight: 800;
}
	
td.product-name.flex-column.d-flex.d-md-table-cell.justify-content-between.align-items-center {
  border-bottom: none;
  font-weight: 700;
}
	
.sample-cart-item .product-image {
    width: 25%;
}
	
.checkout-totals {
    padding: .8rem!important;
}
	
fieldset#wc-stripe-upe-form {
    border-radius: 10px;
    margin-top: 10px;
}
	
td.pe-5 {
    padding: 20px 0 0 5px !important;
}
	
td.woocommerce-table__product-name.product-name.ps-5 {
    padding-left: 28px !important;
}
	
th.ps-5.fw-bold.fs-5 {
    padding: 25px 0 0 20px !important;
}
	
.row.d-flex.align-items-center {
    padding-left: 0px !important;
}
	
.woocommerce-LoopProduct-link {
    height: auto;
}

.category-header h1 {
	margin-top: 0.5rem !important;
    margin-bottom: 0.5rem;
	font-size: 1.3rem;
}

.product-calculator {
    display: block;
}
	
.berocket_element_above_products_is_hide_toggle {
    margin: 0 0 0 -14px;
    padding: 0 0 8px 44px;
    height: unset;
	width: unset !important;
    font-size: 14px;
    font-weight: 600 !important;
}
	
	.berocket_ajax_filters_toggle span {
    left: -24px;
}
	
.bapf_sfilter.bapf_divi_button .bapf_button {
    background-color: #fff;
    border-radius: 5px;
}
	
.bapf_sfilter.bapf_divi_button .bapf_button, .divi_color_class .divi_color_class_item label, .divi_image_class .divi_image_class_item label {
    font-family: math;
}
	
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    font-family: 'Lato', sans-serif !important;
    padding-left: 27px;
}
	
.bapf_hascolarr {
	border: 1px solid #d7a481;
    box-shadow: none;
}
	
.divi_checkbox_class .divi_checkbox_class_item {
    margin-bottom: 12px!important;
}
	
.mCustomScrollBox {
    margin: 0 7px 0px 27px;
}
	
.bapf_sfilter.bapf_divi_button .bapf_button {
    color: black;
    border: 1px solid #f16200;
    margin-top: 5px;
	height: 35px;
}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e9b288;
}
	
.selected-filters-container {
    margin-left: 5px;
}	
	
.selected-filter {
    margin: 4px 12px 5px 5px;
	margin-bottom: 0px !important;	
}
	
.woocommerce-result-count, .woocommerce-ordering, .results-row form label {
    color: black;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    font-size: 13px !important;
    color: #000;
    font-weight: 600 !important;
    line-height: 2.8;
    border-radius: 8px 8px 0 0;
	border-bottom: none;
	box-shadow: 0px -7px 4px -5px rgb(235 235 235);
}
	
.mCustomScrollbar {
    border: 1px solid #d7a481;
    border-bottom: none;
    border-top: none;
}

.results-row.d-flex.justify-content-between.my-4.w-100.flex-wrap {
    margin: 15px 0 10px 0 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 14px;
    line-height: 16px;
}

p.woocommerce-result-count {
    display: none;
	font-weight: 600;
	padding-right: 10px;
}
  
  .archive .price, 
  .related .price {
  margin-top: 0px;
}

.archive-sku {
	font-size: 12px;
	overflow-wrap: break-word;
}

.archive-color {
	font-size: 12px;
}

.product {
	min-height: 325px;
}

.searchandfilter ul li {
	width: 100%;
	text-align: center;
}

.entry-content .woocommerce {
	margin: 0 !important;
}

dl.variation {
	width: 100%;
	text-align: left;
	margin-top: 1rem;
}

.woocommerce-variation-price {
	padding: 10px 0;
}

td.product-name {
	padding: 10px 0;
}
	
.woocommerce-cart td.product-name {
    border-bottom: none !important;
    display: flex;
    text-align: right;
}

td.product-name::before {
	width: 100%;
	font-weight: 800;
	margin-bottom: 10px;
}

.shop_table {
	min-width: 100% !important;
	table-layout: fixed;
}

.woocommerce tbody {
	padding: 0 !important;
}


.product-quantity::before {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

#coupon_code {
	width: 100% !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.totals-wrapper tr th {
	padding: 0 !important;
}

.coupon {
	flex-direction: column;
}

.results-row form.ms-3.me-auto {
	margin-left: 0 !important;
	padding-left: 10px;
	padding-right: 10px;
}

.results-row form.ms-3.me-auto {
    margin-left: 0 !important;
}
	
label[for="per_page"] {
    margin-left: 0;
}

div#product-sidebar {}.product-sidebar-wrapper-default > #product-sidebar, .product-sidebar-wrapper > #product-sidebar  {
  grid-template-columns: 1fr;
  gap: 5px;
  margin-right: 0;
}

.woocommerce-loop-product__title {
    font-size: 14px;
    flex: 1;
}

.woocommerce-Price-amount {
    font-size: 18px !important;
 }
	
.value select {
    border: 1px solid #bbbbbb !important;
    font-size: 12px !important;
}	
	
.product_title {
    font-size: 22px !important;
    font-weight: 400 !important;
	padding-top: 10px !important;
}	
	
.sku.my-2 {
    padding-bottom: 0px;
}
	
.m-5 {
    margin: 0.5rem !important;
	margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
}
	
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
    padding-top: 8px;
}
	
button.dgwt-wcas-om-return.js-dgwt-wcas-om-return {
    margin-top: 8px;
	width: 60px;
}
	
.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp {
    margin-top: 14px;
}
	
.fs-6 {
    font-size: 0.85rem!important;
}	
	
.customise-links {
    flex-direction: column-reverse;
	margin-left: 15px;
	margin: 1px 0px 18px 0px;
	padding: 12px 20px;
    gap: 24px;
}
	
.section-brand-header {
	padding-top: 0.2rem !important;
  }
	
.unit-measure {
    font-size: 11px !important;
}
	
.product-template-default .cart {
    padding: 10px 10px 15px;
}
	
.product-template-default .cart .quantity {
    padding: 0px 0 15px 0 !important;
}	
	
.cart #add-sample {
    margin-top: 15px !important;
}
	
.return-to-shop a, .return-to-shop {
    margin: 0 auto;
    border-top-width: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
	
table.shop_table_responsive tr td::before {
    content: none;
}	
	
a.button.wc-backward {
    margin-bottom: 30px;
}

/* Mobile Filter Mods */

.container .col-md-6 {
    padding: 15px 1.1em 0 12px;
}
	
.col-md-6 p.pb-2 {
    padding-bottom: .1rem !important;
    margin-top: .4rem;
}	
	
.divi_checkbox_class .divi_checkbox_class_item label {
    color: #000000;
    padding: 4px;
}
	
.bapf_divi_sfa h3, .divi_checkbox_class h3, .divi_color_class h3, .divi_image_class h3, .divi_slider_class h3 {
   margin-bottom: 0 !important;
	 line-height: 2.3em;
	 padding-bottom: 0;
	 border-bottom: none;
}

} 

@media screen and (min-width: 48em) {
	
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
	
  th.product-remove, td.product-remove.d-flex.d-md-table-cell.justify-content-between.align-items-center {
    width: 0;
	}
}
/* End 48em */

.unit-measure {
    font-size: 14px;
    font-style: italic;
    padding-left: 5px;
    padding-top: 8px;
    font-weight: 600;
}

small.woocommerce-price-suffix {
	display: block;
    color: grey;
	font-size: 9px;
	padding-bottom: 5px;
}

img.attachment-shop_single.size-shop_single.wp-post-image {
    width: 600px;
}

div#cart-notification {
    display: flex;
    justify-content: center;
}

.archive-color.mb-1 {
    margin-left: 3px;
	color: grey;
}

span.price {
    text-align: left;
}

p.customisable-product__section_explainer {
    color: grey;
}

.row.d-flex.align-items-center {
    padding-left: 10px;
}

.container .row.d-flex.align-items-center {
    padding-left: 4px;
}

.woocommerce-error a {
  border-bottom: 1px solid darkorange;
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-error a:hover {
	color: darkorange;
}

.wc-item-meta-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap as needed */
}

.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 190%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
}

.wc-item-meta li {
    width: calc(50% - 10px); /* Adjust width and gap as needed */
    margin-bottom: 10px;
}

.wc-item-meta-label {
    font-weight: bold;
}

a.add-calculated-to-cart img {
  margin-right: 6px !important;
  margin-top: -3px !important;
}

.wc-item-meta p {
    margin: 0;
    display: inline;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
    background: #dddddd;
    height: 3px;
}

a.black-btn-clr {
    background-color: #ed9e6a;
	color: white;
    border-radius: 4px;
}

.update-calculated-to-cart-curtain-blinds, .update-calculated-to-cart-roman-blinds {
    background: #ed9e6a !important;
    border-radius: 10px;
}

.update-calculated-to-cart-curtain-blinds:hover {
    background: #ff8535 !important;
}
}

