<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Smart Blinds Theme
Theme URI: https://www.loop-digital.co.uk/
Author: Loop Digital
Author URI: https://www.loop-digital.co.uk/
Description:Smart Blinds Theme
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.0

*/

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #49aca7;
  margin-bottom: 1.5rem;
}

p,
a,
div,
li,
ol,
ul,
span,
button {
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #262626;
}

p {
  margin-bottom: 2rem;
}

a {
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.9rem;
}

h3 {
  font-size: 2.7rem;
}

h4,
h5,
h6 {
  font-size: 2.5rem;
}

a {
  text-decoration: none;
  color: #49aca7;
}

a:hover,
a:focus {
  color: #0f445c;
  text-decoration: none;
}

.font-light {
  font-weight: 300;
}

/* Buttons */
.button-primary,
.button-primary:hover,
.button-primary:visited,
#contact-form input[type="submit"],
.primary-button-container a,
a.woocommerce-Button.button,
a.woocommerce-Button.button:hover,
button.woocommerce-Button.button,
button.woocommerce-Button.button:hover,
button.button,
button.button:hover,
a.button.wc-forward,
a.button.wc-forward:hover {
  display: inline-block;
  background-color: #49aca7 !important;
  padding: 1.15rem 3rem !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 28px !important;
  font-weight: 500 !important;
  outline: none;
  border: none;
}

.button-primary,
.button-secondary,
.primary-button-container a,
a.woocommerce-Button.button,
button.woocommerce-Button.button,
button.button,
a.button.wc-forward {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.button-primary:hover,
.primary-button-container a:hover,
a.woocommerce-Button.button:hover,
button.woocommerce-Button.button:hover,
button.button:hover,
a.button.wc-forward:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 16px #49aca7;
  box-shadow: 3px 3px 16px #49aca7;
  background-color: #333 !important;
}

.button-secondary:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 16px #333;
  box-shadow: 3px 3px 16px #333;
  background-color: #333 !important;
}

.button-secondary,
.button-secondary:hover,
.button-secondary:visited,
input[type="submit"],
span.older a,
span.newer a {
  display: inline-block;
  display: inline-block;
  background-color: #fff;
  padding: 1.15rem 3rem;
  color: #49aca7;
  text-transform: uppercase;
  border-radius: 28px;
  font-weight: 500;
}

/* NAV */
.navbar-toggler-icon {
  font-size: 2.2rem;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.dropdown.nav-link::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 1rem;
}
ul.dropdown-menu {
  top: 30px;
  min-width: 200px;
}

.dropdown-item {
  padding: 1rem;
}

.dropdown-item span {
  font-size: 1.8rem;
}

.dropdown-menu {
  border-radius: 0;
}

.nav-link {
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
  transform: translateY(-2px);
}

@media screen and (min-width: 1199px) {
  ul#menu-primary-menu &gt; li.dropdown:hover &gt; ul.dropdown-menu {
    display: block;
  }

  li.dropdown &gt; a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5rem;
    color: #1d306a;
  }
}

/* Navigation */
#nav-section {
  background-color: #49aca7;
}

#nav-section a.nav-link span {
  color: #fff;
  text-transform: uppercase;
}

#menu-primary-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

/* Header */
#header {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}

.header-item i {
  color: #d9d9d9;
}

.header-item a,
.header-item span {
  color: #000;
}

.header-item span,
.header-item a {
  font-weight: 400;
}

/* Footer */
#footer-widget {
  background-color: #49aca7;
}

#footer-widget h2,
#footer-widget h3,
#footer-widget h4 {
  color: #333;
  font-size: 2.4rem;
}
#footer-widget a,
#footer-widget span,
#footer-widget p {
  color: #fff;
  font-weight: 400;
}

#footer-widget li,
#footer-widget a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer-widget a {
  display: inline-block;
}
#footer-widget li:hover,
#footer-widget a:hover {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

#footer-widget ul {
  padding-inline-start: 0;
  list-style-type: none;
}

#footer-widget ul li {
  font-weight: 400;
  line-height: 2.8rem;
}

#footer-widget ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2rem;
  color: #fff;
}

#footer-widget .foot-contact {
  padding-left: 15rem;
}

#footer-widget .foot-contact i {
  width: 2.5rem;
}

/* Blinds Range */
#blinds-range {
  background-color: #f4f4f4;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
}

.blinds-range-heading {
  background-color: #333;
}
.wp-block-image figcaption {
  text-align: center;
}
.wp-block-image .aligncenter &gt; figcaption {
  display: block;
  caption-side: bottom;
  text-align: center;
}

.pewc-tabs-wrapper .pewc-tab {
  background-color:#49aca7;
  color:#fff;
}

.pewc-tabs-wrapper .pewc-tab.active-tab {
  background-color: #f4f4f4;
  border-bottom: 1px solid #f1f1f1;
  color: black;
}

/* Social Media */
#social-media {
  background-color: #333;
}

#social-media i {
  color: #fff;
  background-color: #49aca7;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
}

#social-media.social-media-high i {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 4rem;
}

#social-media .hidden-icon {
  display: none;
  position: absolute;
  left: 10rem;
  bottom: 25%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: moveicon 10s infinite;
  animation: moveicon 10s infinite;
}

#social-media .social-unhover:hover .hidden-icon {
  display: block;
}

#social-media .social-unhover:hover .hidden-icon i {
  font-size: 14rem;
  background-color: #333;
  color: rgb(73, 172, 167, 0.4);
}

@keyframes moveicon {
  0% {
    left: 10rem;
  }
  50% {
    left: 20rem;
  }
  100% {
    left: 10rem;
  }
}

/* Hero banner */
#hero-banner .carousel-item {
  background-size: cover !important;
  background-position: center center;
  min-height: 550px;
}

#hero-banner h1,
#hero-banner h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 10px;
  color: #333;
  text-transform: uppercase;
}

#hero-banner .hero-subheading {
  font-size: 2.8rem;
  font-weight: 400;
}

#hero-banner p {
  font-size: 2rem;
}

#hero-banner .banner-text-wrapper {
  width: 50%;
  min-height: 550px;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 24rem;
}

#hero-banner .banner-text-wrapper p {
  line-height: 3rem;
}

.carousel-indicators {
  position: absolute;
  left: 6%;
  right: auto;
}

.carousel-indicators [data-bs-target] {
  width: 8.8rem;
  height: 0.8rem;
  background-color: #333;
  border-radius: 12px;
  background-clip: none;
  border: none;
  margin-right: 1.25rem;
}

.carousel-indicators .active {
  background-color: #49aca7;
}

/* Intro with Icons */
.intro-icon-repeater i {
  font-size: 3.5rem;
  padding-right: 2rem;
  color: rgba(0, 3, 51, 0.2);
  width: 7rem;
}

/* Compatible Devices Module */
#compatible-devices .device-cta {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#compatible-devices .device-cta:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.device-image {
  border-radius: 50%;
  z-index: 100;
}

.device-blurb {
  position: relative;
}

.device-blurb-background {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.device-blurb-background.no-scale {
  left: 120px;
}

.blurb-1,
.blurb-4 {
  background-image: url("/wp-content/uploads/2022/05/Shape-1.png");
}

.blurb-2,
.blurb-5 {
  background-image: url("/wp-content/uploads/2022/05/Shape-2.png");
}

.blurb-3,
.blurb-6 {
  background-image: url("/wp-content/uploads/2022/05/Shape-3.png");
}

.device-blurb:hover .device-blurb-background {
  -webkit-transform: rotate(180deg) scale(1.3);
  -ms-transform: rotate(180deg) scale(1.3);
  transform: rotate(180deg) scale(1.3);
}

/* Colour Range Section */
#colour-range {
  background-color: #49aca7;
}

.single-colour {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  border: solid 2px #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-colour:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}

.visualisation-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}

/* Four Col CTA Repeater */
#four-col-cta-repeater,
#four-col-cta-repeater-with-background {
  background-color: #f5f5f5;
}

#four-col-cta-repeater i {
  font-size: 3.5rem;
  color: #49aca7;
}
#four-col-cta-repeater h3 {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
}

.four-col-single-cta {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-bottom: solid 2px #f5f5f5;
}

.four-col-single-cta:hover {
  border-bottom: solid 2px #49aca7;
}

/* Four Col CTA Repeater with Images */
.four-col-single-cta-with-background {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.four-col-single-cta-with-background:hover {
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  cursor: pointer;
}

/* Latest News Section */
.latest-news-image.card-img-top {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.card.recent-post-box {
  border-radius: 35px;
  border: solid 1px #d9d9d9;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card.recent-post-box:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.1);
}

.latest-news-read-more {
  text-transform: uppercase;
  color: #49aca7;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

#pdf-section {
  background-color: #49aca7;
}

p.custom-account-message {
    font-size: 2rem;
    font-weight: 600;
}

/* Contact us CTA Section */
.contact-us-cta--wrapper {
  background-color: #333;
}

.contact-us-cta--wrapper p,
.contact-us-cta--wrapper span,
.contact-us-cta--wrapper a {
  color: #fff;
}

/* No image Banner */
#no-image-banner {
  background-color: #333;
}

/* Internal Banner */
#internal-banner {
  background-position: center;
  background-size: cover !important;
}

#internal-banner .banner-text-wrapper {
  width: 50%;
  min-height: 150px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.16);
}

#internal-banner .banner-text-wrapper h1,
#internal-banner .banner-text-wrapper h2 {
  line-height: 4.5rem;
}

/* 404 Error */
.error-container {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.16);
}

/* Contact Form */
#contact-form {
  background-color: rgba(199, 208, 211, 0.1);
}

#contact-form #c-form {
  width: 100%;
  background-color: #fff;
  margin: 2.5rem;
  animation: animateshadow 10s infinite;
}

@keyframes animateshadow {
  0% {
    -webkit-box-shadow: 3px 3px 16px #49aca7;
    box-shadow: 3px 3px 16px #49aca7;
  }

  50% {
    -webkit-box-shadow: 9px 9px 40px #49aca7;
    box-shadow: 9px 9px 40px #49aca7;
  }
  100% {
    -webkit-box-shadow: 3px 3px 16px #49aca7;
    box-shadow: 3px 3px 16px #49aca7;
  }
}

#contact-form label {
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  color: #333;
}

#contact-form input[type="text"],
input[type="email"],
textarea,
label,
input[type="tel"],
select {
  width: 100%;
}

#contact-form input[type="text"],
input[type="email"],
textarea,
input[type="tel"],
select,
.woocommerce-Input.woocommerce-Input--text.input-text,
.woocommerce form .form-row input.input-text {
  border: solid 2px #45494e41;
  padding: 0.25rem 0.75rem;
  margin-top: 0.5rem;
  background-color: transparent;
}

#contact-form input[type="submit"] {
  outline: none;
  float: right;
  border: none;
}

/* 9.1 Checkbox Fields */
#contact-form input[type="checkbox"] {
  position: relative;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 50;
  cursor: pointer;
  margin-right: 1rem;
}

#contact-form input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 6px;
  left: 0px;
  border: 2px solid #45494e41;
}

#contact-form input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  top: 5px;
  left: 0px;
  visibility: hidden;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}

#contact-form input[type="checkbox"]:checked + span:after {
  visibility: visible;
}

#contact-form .wpcf7-list-item {
  margin: 0;
}

#contact-form .wpcf7-list-item label {
  font-weight: 400;
}

/* Woo Styles */
.woocommerce-info,
.woocommerce-message {
  border-top-color: #49aca7;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #49aca7;
}

input#coupon_code {
  width: 300px;
  margin-bottom: 10px;
}

.wc_payment_method label {
  display: inline;
}
.wc_payment_method label.checkbox {
  width: 50px;
}

ul.products li.product_cat-accessories a img {
    height: 268px;
    width: 100%;
    object-fit: cover;
}

/* FAQ */
#faq .accordion-button,
.accordion-button:not(.collapsed),
.faq .accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #f4f4f4;
  color: #49aca7;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#faqaccordion {
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}

#faq .accordion-body,
.faq .accordion-body {
  margin: 1.6rem;
}

#faq .accordion-button p,
.faq .accordion-button p {
  font-size: 2rem;
  padding-top: 15px;
  padding-left: 15px;
}

#faq .accordion-body p,
.faq .accordion-body p {
  font-size: 1.8rem;
  margin-bottom: 0;
}

#faq .accordion-item,
.faq .accordion-item {
  border: none;
}

/* CASE STUDIES */
#case-repeater .single-case {
  background-color: #f5f5f5;
}

#accordionCase {
  margin-top: 1.5rem;
}
#accordionCase p.read-more {
  margin-bottom: 0;
}

img.case-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
  margin-right: 2rem;
}

/* Knowledge Center */
.category-label {
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  right: 12%;
  padding: 0.25rem 1.25rem;
  font-weight: 600;
  border-radius: 35px;
  -webkit-box-shadow: 2px 3px 10px rgb(73 172 167 / 50%);
  box-shadow: 2px 3px 10px rgb(73 172 167 / 50%);
}

.case .category-label {
  color: #fff;
  background-color: #49aca7;
}

.guide .category-label {
  color: #fff;
  background-color: #333;
}

.guide .post-date {
  display: none;
}

.guide_post .published-date {
  display: none;
}

.news .category-label {
  color: #49aca7;
  background-color: #fff;
}

/* My Account */
.woocommerce form .show-password-input {
  top: 0.3em;
  color: #49aca7;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #333;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 1rem 0;
}

.woocommerce-MyAccount-navigation {
  background-color: #49aca7;
  padding: 2rem 0.5rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
}

.select2-container--default .select2-selection--single {
  border: solid 2px #45494e41;
  height: 32px;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
}

/* Archive */

.archive .case.study .card {
  background-color: rgba(73, 172, 167, 0.1);
}

.archive .case.study .card h4 {
  color: #333;
}

.archive .guide .card {
  background-color: rgba(199, 208, 211, 0.1);
  max-width: 350px;
}

.wts_control_nav .flex-control-paging {
  text-align: center;
  padding: 10px;
  margin: 0;
  height: 40px;
  line-height: 26px;
}
.wts_control_nav .flex-control-paging li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: teal;
  border-radius: 50%;
  opacity: 0.5;
}

ol.flex-control-nav.flex-control-paging {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.product-details-mobile {
  display: none;
}
.product-details-desktop {
  display: block;
}
/* Fifty-Fifty Intro */
#fifty-fifty-intro {
  background-color: #fff;
}

/* Shop Now */
#shop-now {
  background-color: #49aca7;
  margin-bottom: 2px;
}

#fifty-repeater-container img {
  max-width: 100%;
  height: auto;
}

/* Shop Page */
.woocommerce-result-count {
  display: none;
}

ul.products,
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

ul.products h2 {
  font-size: 2.3rem;
  color: #333;
  text-align: center;
  font-weight: 500;
}

header.woocommerce-products-header {
  margin: 1rem 0;
  border-bottom: solid 2px #49aca7;
  margin-bottom: 4rem;
}

ul.products &gt; li {
  width: 20% !important;
  padding: 2rem;
  margin: 2.5%;
  transition: all 0.3s ease-in-out;
}

ul.products &gt; li:hover {
  -webkit-box-shadow: 3px 3px 16px #49aca7;
  box-shadow: 3px 3px 16px #49aca7;
}

ul.products {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

ul.products .woocommerce-Price-amount.amount,
ul.products .woocommerce-Price-currencySymbol {
  font-size: 3rem;
  color: #49aca7;
}

/* Single Product*/
#pewc-grand-total .woocommerce-Price-currencySymbol,
#pewc-grand-total .woocommerce-Price-amount.amount {
  font-size: 3.5rem;
}
.pewc-total-only {
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: solid 2px teal;
  border-bottom: solid 2px teal;
}

ul.pewc-product-extra-groups {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.pewc-product-extra-groups li {
  width: 50%;
}

.pewc-summary-panel-row.pewc-summary-panel-subtotal {
  display: none;
}

.pewc-summary-panel-row.pewc-summary-panel-header
  .woocommerce-Price-amount.amount {
  display: none;
}

li .pewc-calculation-field-wrapper {
  float: none;
}

.pewc-group-index-1 li {
  width: 100% !important;
}

.pewc-product-extra-groups li input,
select.pewc-form-field {
  background-color: #f4f4f4;
  border: solid 2px teal;
  outline: none;
}

select#pewc_group_589_901 {
  width: 200px;
}
table.pewc-summary-panel-table,
table.pewc-summary-sub-panel-table {
  width: 100%;
}

.pewc-group-wrap .pewc-product-extra-groups li input {
  width: 200px;
}

.pewc-group-wrap {
  background-color: #f4f4f4 !important;
  box-shadow: 3px 4px 12px rgb(0 0 0 / 16%);
  padding: 2rem 1rem;
  animation: animateshadow 10s infinite;
  margin-bottom: 4rem;
}

tr.pewc-summary-panel-row.pewc-summary-panel-group-title {
  padding: 1rem 0;
  display: block;
}

li.pewc-group-checkbox_group,
li.pewc-group-checkbox_group li {
  width: 100%;
}

li.pewc-group-checkbox_group label {
  margin-bottom: 2rem;
}

.accessories-loop .woocommerce ul.products li.product a img {
  height: 268px;
  width: 100%;
  object-fit: cover;
}

.product-title {
  color: #49aca7;
  margin-bottom: 1.5rem;
}
.price-starts-from {
  color: #333;
  font-size: 2.75rem;
}
.product-gallery-main-item {
  max-width: 100%;
  height: auto;
}

.dd-options li {
  width: 100%;
}

#pewc-group-785 li {
  width: 100%;
}

.woocommerce-product-gallery__wrapper img:hover {
  cursor: default;
}

.woocommerce-product-gallery ol li:hover {
  cursor: pointer;
}

ul.tabs.wc-tabs {
  list-style-type: none;
  padding-inline-start: 0;
  background-color: #fff;
}

ul.tabs.wc-tabs li {
  display: inline;
  background-color: #333;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 1rem 3rem 0.5rem 3rem;
  margin: 0.5rem 0.5rem 0 0;
}

.product-horizontal-divider {
  display: none;
}

.tab-content-wrapper {
  padding: 5rem 2rem;
}

ul.tabs.wc-tabs li a {
  font-size: 2rem;
  color: #fff;
}

ul.tabs.wc-tabs li.active {
  background-color: #49aca7;
}

ul.tabs.wc-tabs li.active a {
  color: #333;
}

.woocommerce-Tabs-panel {
  margin: 4rem 3rem 6rem 3rem;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin: 8rem 0 2rem 0;
  background-color: #f4f4f4;
}

.quantity {
  display: none;
}

th.product-quantity {
  visibility: hidden;
}

.blind-qty {
  display: none;
}

.pewc-total-field-wrapper {
  border-top: solid 2px teal;
  border-bottom: solid 2px teal;
  padding: 2rem 0;
  margin-top: 2rem;
}
.pewc-summary-panel-field-row.pewc-field-calculation
  span.pewc-summary-panel-separator,
.pewc-summary-panel-field-row.pewc-field-calculation
  span.pewc-summary-panel-product-value {
  display: none;
}

.woocommerce-product-gallery ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.woocommerce-product-gallery ol li {
  margin: 0.5rem 0.5rem 0 0;
}

a.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 100;
  background-color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.price,
p.price span {
  color: #49aca7;
  font-size: 3rem;
}

.variations {
  margin-bottom: 2rem;
}

.pewc-group-heading-wrapper h3 {
  font-size: 2rem;
}
.pewc-cart-item-price {
  display: none;
}

.woocommerce-cart-form .variation-Cost {
  display: none !important;
}

.woocommerce-cart-form th.product-thumbnail,
.woocommerce-cart-form td.product-thumbnail {
  display: none;
}

.single-variation label {
  padding: 1.5rem 1rem 1rem 0;
  color: #49aca7;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0;
}
.single-variation select {
  margin-top: 0;
}

a.reset_variations {
  background-color: #49aca7;
  color: #fff;
  width: 100%;
  display: none !important;
  padding: 0.5rem;
  text-align: center;
  margin-top: 2rem;
}

.woocommerce-variation-add-to-cart button {
  float: right;
}

ul.pewc-product-extra-groups {
  padding-inline-start: 0;
}

.woocommerce-variation-price {
  display: none !important;
}
/* Woo Gallery */
.pswp__bg {
  background-color: #333;
}

.pswp__caption {
  display: none;
}

#shop-additional-content {
  background-color: #f4f4f4;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

/* Logo Patterns */
#logo-1 {
  transition: all 0.3s ease-in-out;
}

#header.small-header #logo-1 {
  width: 160px;
}

.logo-right-scaled,
.logo-left,
.logo-right-top {
  background-image: url("/wp-content/uploads/2022/05/Smart-Blinds-Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-right-top {
  width: 155px;
  height: 182px;
  top: 20%;
  right: 30px;
}

.logo-right-scaled {
  width: 115px;
  height: 160px;
  bottom: 10%;
  right: 30px;
}

.logo-left {
  width: 155px;
  height: 182px;
  bottom: 20%;
  left: 30px;
}

.contact-details {
  text-align: right;
}

.contact-details i {
  color: #333;
}

/* Visualisation Tool */

#visualisation-tabs {
  background-color: #f4f4f4;
}

.visualisation-tab-content p,
.visualisation-tab-content a,
.visualisation-tab-content li,
.visualisation-tab-content ul {
  color: #262626;
}

#tabs-1 .tab-content .tab-text li,
#tabs-1 .tab-content .tab-text li span {
  color: #262626;
  font-size: 1.8rem;
  list-style-type: circle;
}

#tabs-1 .nav-tabs li button {
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
  color: #262626;
  height: 100%;
}
#tabs-1 .nav-tabs li button.active {
  background: #49aca7;
}

#tabs-1 .nav-tabs li button:hover {
  background-color: #49aca7;
}

#tabs-1 .tab-content li {
  list-style-type: none;
  color: #49aca7;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
#tabs-1 .tab-content img {
  max-width: 100%;
  height: auto;
}

.pewc-select-wrapper {
  border: none;
  background-color: transparent;
  padding: 0.75rem 0;
}

h4.pewc-field-label {
  font-size: 1.8rem;
  color: #262626;
  font-weight: 400;
  display: block;
  float: none !important;
  margin-bottom: 0.5rem;
}

/* Top Bar */

#top-bar-cta {
  background-color: #d9d9d9;
}

#top-bar-cta i {
  font-size: 3.25rem;
  color: #49aca7;
}

#top-bar-cta p {
  margin-bottom: 0;
}

#product-1805 .single_add_to_cart_button.button.alt {
  display: none;
}

#product-1805 #enquiry-button-calculator {
  display: block;
}

@media screen and (max-width: 600px) {
  #tabs-1 .nav-tabs {
    width: 100%;
  }
  #tabs-1 .tab-content {
    width: 100%;
  }
}

@media screen and (max-width: 1549px) {
  #hero-banner .banner-text-wrapper {
    padding-left: 7rem;
  }
  .carousel-indicators {
    left: -8%;
  }
}

@media screen and (max-width: 1499px) {
  .logo-right-scaled,
  .logo-left,
  .logo-right-top {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  #hero-banner .banner-text-wrapper {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 1399px) {
  ul.products &gt; li {
    width: 30% !important;
    margin: 1.66%;
  }
}
@media screen and (max-width: 1200px) {
  .product-details-mobile {
    display: block;
  }
  .product-details-dekstop {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #social-media .social-unhover:hover .hidden-icon {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #hero-banner .banner-text-wrapper,
  #internal-banner .banner-text-wrapper {
    width: 100%;
    padding: 0 2rem;
  }

  .carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
  }
  .navbar-toggler-icon {
    height: auto;
  }
  .colour-range-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-widget .foot-contact {
    padding-left: 0;
  }
  .social-media--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visualisation-image {
    width: 100%;
    height: 400px;
  }
  ul.products &gt; li {
    width: 46% !important;
    margin: 2%;
  }

  .contact-details {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  ul.products &gt; li {
    width: 96% !important;
    margin: 2%;
  }
  td.product-quantity {
    display: none !important;
  }

  .visualisation-image {
    min-height: 435px;
  }

  .logo-container {
    text-align: center;
    margin-bottom: 2rem;
  }

  #internal-banner {
    min-height: 250px;
  }
  #internal-banner .banner-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  ul.tabs.wc-tabs li {
    display: block;
    background-color: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 3rem 0.5rem 3rem;
    margin: 0;
    border-bottom: solid 2px #49aca7;
  }
  #contact-us-cta {
    background-color: #333;
    border-top: solid 2px #49aca7;
  }
  #contact-us-cta .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  #contact-form #c-form {
    margin: 0;
  }
  #social-media.social-media-high i {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 3rem;
  }
  #visualisation-tabs li.nav-item {
    display: block;
    width: 100%;
  }
  #tabs-1 .nav-tabs {
    width: 100%;
  }
  .case-pic-wrapper {
    height: 300px;
  }
  #case-repeater .single-case {
    background-color: #fff;
  }
  .accessories-loop .woocommerce ul.products li.product a img {
    height: 500px;
  }

  #header.small-header #logo-1 {
    width: 140px;
  }
  .header-item span,
  .header-item a {
    font-size: 16px;
  }

  .navbar-toggler-icon {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 576px) {
  #faqaccordion {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #faq,
  #faq .container {
    padding: 0;
  }
  #hero-banner h1,
  #hero-banner h2 {
    font-size: 3.5rem;
  }
  .woocommerce-product-gallery__image.flex-active-slide img.wp-post-image,
  .woocommerce-product-gallery__image.flex-active-slide img.zoomImg {
    max-width: 300px;
    height: auto;
  }
  .woocommerce-product-gallery__image.flex-active-slide {
    float: none;
    text-align: center;
  }
  .pewc-product-extra-groups li {
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  #hero-banner .carousel-item,
  #hero-banner .banner-text-wrapper {
    min-height: 660px;
  }
  .visualisation-image {
    min-height: 350px;
  }
}

@media screen and (max-width: 399px) {
  .header-item {
    text-align: center;
  }
  #hero-banner .banner-text-wrapper,
  #internal-banner .banner-text-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 349px) {
  #contact-form #c-form {
    animation: none;
  }
  #contact-form {
    background: none;
  }
}

/* Blinds Range  */
.blinds-banner {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #49aca7;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgb(242 242 242) !important;
  border-radius: 5px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e5e5e5;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e5e5e5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
</pre></body></html>