/* 
Theme Name: Ducting Direct Storefront Child Theme 
Version: 1.0 
Description: Ducting Direct Storefront Child Theme. 
Author: Digital Ethos
Author URI: https://digitalethos.net/
Template: storefront */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Barlow:wght@400;500;600;700&display=swap");

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Body
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #002b2b;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002b2b;
  line-height: 1;
  letter-spacing: inherit;
  margin: 0 0 1%;
}

b,
strong {
  font-size: 1.1em;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
a {
  color: #2c2d33;
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */

.flickity-button:focus {
  box-shadow: none !important;
}
.barlow-reg {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-med {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semi {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-cond {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

/*50px*/
.font-heading {
  font-size: 3.125em;
}

/*40px*/
.font-subheading {
  font-size: 2.5em;
}

/*34px*/
.font-section {
  font-size: 2.1em;
}

/*28px*/
.font-footermail {
  font-size: 1.75em;
}

/*21px*/
.font-bannersubheading {
  font-size: 1.3125em;
}

/*18px product card title*/
.font-medium {
  font-size: 1.125em;
}

/*16px*/
.font-regular {
  font-size: 1em;
}

/*15px*/
.font-small {
  font-size: 0.9375em;
}

/*14px*/
.font-smaller {
  font-size: 0.875em;
}

.font-tiny {
  font-size: 0.7em;
}
.lineheight-single {
  line-height: 1;
}

.lineheight-double {
  line-height: 1.2;
}

/* Colours
--------------------------------------------- */
/*BG colours*/
.bg-teal {
  background-color: #3ca6a6;
}

.bg-navy-trans {
  background-color: rgb(1 46 65 / 80%);
}

.bg-navy {
  background-color: #012e41;
}

.bg-white {
  background-color: #fff;
}

.bg-lightgrey {
  background-color: #f8f8f8;
}

.bg-lightgrey-half {
  background: linear-gradient(to top, #fff 50%, #f8f8f8 50%);
}
.bg-lightgrey-half-bottom {
  background: linear-gradient(to bottom, #fff 30%, #f8f8f8 30%);
}

/*Font colours*/
.font-teal {
  color: #3ca6a6;
}

.font-navy {
  color: #012e41;
}

.font-white {
  color: #fff;
}

.font-lightgrey {
  color: #f8f8f8;
}

/*--------------------------------------------------------------
## Layout - in order
--------------------------------------------------------------*/
/* CONTAINER SETUP */
.container-hundred {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 2%;
  position: relative;
  clear: both;
  width: 100%;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 2% 0%;
  position: relative;
  clear: both;
  width: 100%;
}
.medium-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2% 0%;
  position: relative;
  clear: both;
  width: 100%;
}

.smaller-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 3% 0%;
  position: relative;
  clear: both;
  width: 100%;
}
.small-container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 2% 0%;
  position: relative;
  clear: both;
  width: 100%;
}

.single-product-container {
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.dd-header .col-full {
  /* width: 100%; */
  max-width: 1366px;
  padding: 1.5% 2% 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single.woocommerce-page .dd-header .col-full,
.archive.woocommerce-page .dd-header .col-full,
.page-template-page-onehundred.woocommerce-page .dd-header .col-full {
  width: inherit;
}

.home .dd-content .col-full,
.page-template-page-about .dd-content .col-full,
.page-template-page-contact .dd-content .col-full,
.error404 .dd-content .col-full {
  padding: inherit !important;
  max-width: 100% !important;
}
.page-template-page-faqs .dd-content .col-full {
  padding: 0;
  max-width: 100%;
}
.header-teal {
  padding: 5px 0 !important;
}

.woocommerce-page .dd-content {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -70px;
}
.woocommerce-cart.woocommerce-page .dd-content {
  margin-bottom: 0;
}

.tax-product_cat.woocommerce-page .dd-content::before,
.post-type-archive-product.woocommerce-page .dd-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -600px;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

.woocommerce-shop .col-full,
.woocommerce-page .col-full {
  max-width: 1366px;
  width: 100%;
  padding: 0;
}

/*  SECTIONS  */
.row {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}
.col:first-child {
  margin-left: 0;
}
/*--------------------------------------------------------------
## Sticky Nav - @scripts.js
--------------------------------------------------------------*/
.sticky-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #022e41;
  border-bottom: 2px solid #3ca6a6;
  animation: smoothScroll 0.5s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
.dd-header .col-full.sticky-padding {
  padding-bottom: 80px !important;
}
/*--------------------------------------------------------------
## End Sticky Nav - @scripts.js
--------------------------------------------------------------*/
nav.sticky-nav #mega-menu-wrap-primary {
  background: #022e41;
}
nav.sticky-nav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff;
}
nav.sticky-nav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #3ca6a6;
}
/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #3ca6a6;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3ca6a6;
  transform-origin: bottom right;
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*--------------------------------------------------------------
## Layout - Grid of Four within container setup
--------------------------------------------------------------*/
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.66%;
}

.span_1_of_3 {
  width: 33.33%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.62%;
}

.span_2_of_4 {
  width: 49.25%;
}

.span_1_of_4 {
  width: 23.87%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.8%;
}

.span_3_of_5 {
  width: 59.6%;
}

.span_2_of_5 {
  width: 39.4%;
}

.span_1_of_5 {
  width: 19.2%;
}

/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 82.66%;
}

.span_4_of_6 {
  width: 65.33%;
}

.span_3_of_6 {
  width: 48%;
}

.span_2_of_6 {
  width: 30.66%;
}

.span_1_of_6 {
  width: 13.33%;
}

/*  GRID OF FOUR  */
.spanfull_4_of_4 {
  width: 100%;
}

.spanfull_3_of_4 {
  width: 75%;
}

.spanfull_2_of_4 {
  width: 50%;
}

.spanfull_1_of_4 {
  width: 25%;
}

/*--------------------------------------------------------------
## Global Classes
--------------------------------------------------------------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.auto-margin {
  margin: auto;
}

.auto-image {
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-space {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-center-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.flex-center-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-row-center {
  display: flex;
  align-items: center;
}

.flex-rreverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-end {
  justify-content: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-even {
  justify-content: space-evenly;
}

.justify-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.self-end {
  align-items: self-end;
}

.flex-end {
  align-items: flex-end;
}

.baseline {
  align-items: baseline;
}

.flex-start {
  align-items: flex-start;
}

.uppercase {
  text-transform: uppercase;
}

.stretch {
  align-items: stretch;
}

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

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

.text-center {
  text-align: center;
}

.margin-zero {
  margin: 0;
}

.padding-zero {
  padding: 0;
}

.padding-top-zero {
  padding-top: 0;
}

.padding-top-two {
  padding-top: 2%;
}

.padding-one {
  padding: 1%;
}

.padding-two {
  padding: 2%;
}

.padding-three {
  padding: 3%;
}

.padding-four {
  padding: 4%;
}

.border-radius {
  border-radius: 10px;
}

.heading-leftpad {
  padding-left: 15px;
  padding-top: 5px;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.hollow-button {
  background: transparent;
  padding: 12px 60px 12px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 3px solid #3ca6a6;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.hollow-button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hollow-button:hover {
  background: #3ca6a6;
}
.hollow-button:hover:after {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  right: 20px;
}

.hollow-button.blue {
  color: #012e41;
}
.hollow-button.blue:hover {
  background: #3ca6a6;
  color: #fff;
}
.hollow-button.blue.wp-element-button {
  text-decoration: none;
}

.hollow-button-navy {
  background: transparent;
  padding: 12px 60px 12px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 2px solid #012e41;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #012e41;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.hollow-button-navy:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hollow-button-navy:hover {
  background: #012e41;
  color: #fff;
}
.hollow-button-navy:hover:after {
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  right: 20px;
}

.hollow-button.white {
  background: transparent;
  padding: 12px 60px 12px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 2px solid #022e41;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.hollow-button.white:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hollow-button.white:hover {
  background: #022e41;
}
.hollow-button.white:hover:after {
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  right: 20px;
}

.solid-button-teal,
.products .product .button {
  background: #3ca6a6;
  padding: 10px 40px 10px 15px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border: 2px solid #3ca6a6;
  position: relative;
  font-size: 0.8em;
}
.solid-button-teal:before,
.products .product .button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.solid-button-teal.clear-hover {
  padding: 10px 40px 10px 20px;
  font-size: 1em;
  border-radius: 10px;
}

.solid-button-teal.clear-hover:hover {
  background: transparent;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  color: #ffffff;
}

.wc-proceed-to-checkout .solid-button-teal.alt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  content: "";
  background-image: url(../ductingdirect/assets/images/icon-padlock.png);
  height: 27px;
  width: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wc-proceed-to-checkout .hollow-button.alt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: "<";
  /* background-image: url(../ductingdirect/assets/images/left-arrow.png); 
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: none;
  width: inherit;
  height: inherit;
}
.wc-proceed-to-checkout .hollow-button.alt:hover:after {
  content: "<";
  /* background-image: url(../ductingdirect/assets/images/left-arrow-blue.png); */
}

.solid-button-teal:hover,
.products .product .button:hover {
  background: #fff;
  border: 2px solid #3ca6a6;
  border-radius: 5px;
  color: #3ca6a6;
}

.solid-button-teal:hover:before,
.products .product .button:hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  right: 10px;
}
.products .product .button.yith-wcqv-button {
  background: transparent;
  padding: 10px 15px 10px 50px;
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #3ca6a6;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #012e41;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  font-size: 0.8em;
  width: 146px;
}
.products .product .button.yith-wcqv-button:hover {
  background: #3ca6a6;
  color: #fff;
}
.products .product .button.yith-wcqv-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  background-image: url(../ductingdirect/assets/images/icon-eye.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.products .product .button.yith-wcqv-button:hover:before {
  background-image: url(../ductingdirect/assets/images/icon-eye-blue.png);
  left: 20px;
}
button.solid-button-teal {
  margin-top: 0;
  margin-left: 20px;
  padding: 10px 40px 10px 20px;
  font-size: 1em;
  border-radius: 10px;
}
button.solid-button-teal::before {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
}
button.solid-button-teal:hover {
  background: transparent;
}
button.solid-button-teal:hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  right: 10px;
}

.solid-button-navy {
  background: #022e43;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border: 2px solid #022e43;
  position: relative;
}
.solid-button-navy:hover {
  background: #fff;
  border: 2px solid #022e43;
  border-radius: 10px;
  color: #022e43;
}
.solid-button-navy::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solid-button-navy::before::hover {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  right: 10px;
}
button.solid-button-navy {
  margin-top: 0;
  margin-left: 20px;
  padding: 10px 40px 10px 20px;
}
button.solid-button-navy:hover {
  background: transparent;
  color: #fff;
}
button.solid-button-navy:hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  right: 10px;
}

.solid-button-navy.white {
  background: #022e43;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border: 2px solid #022e43;
  position: relative;
}

.solid-button-navy.white::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solid-button-navy.white:hover {
  background: transparent;
  border: 2px solid #022e43;
  border-radius: 10px;
  color: #fff;
}
.solid-button-navy.white:hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  right: 10px;
}

.spin p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.contact-form {
  width: 100%;
}

.contact-form .stay-form .spin p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.contact-form .stay-form .tandc input {
  width: inherit;
}

.contact-form .stay-form .tandc .wpcf7-list-item {
  margin-left: 0;
}

.contact-form .stay-form .tandc a {
  color: #022e41;
  text-decoration: underline;
}

.spin p span.wpcf7-spinner {
  margin: 0 10px;
}

.float-effect {
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}

.float-effect:hover {
  -webkit-transition: translateY(-15px);
  -moz-transition: translateY(-15px);
  -o-transition: translateY(-15px);
  transform: translateY(-15px);
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.dd-content .right-sidebar .content-area {
  width: 100%;
  float: inherit;
  margin: 0;
}

.storefront-breadcrumb .col-full {
  width: 100%;
  max-width: 1250px;
  padding: 0 2%;
}

.dd-header.site-header {
  padding-top: 0;
}
.site-header .site-branding img {
  max-width: 310px;
}

.site-header .widget_product_search {
	display: flex;
	gap: 1rem;
}
.site-header .widget_product_search form {
	flex: 1;
}

.site-header .widget_product_search .contact-button {
	display: block;
	background: #3ca6a6;
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #3ca6a6;
	font-size: 1em;
}

@media only screen and (max-width: 1024px) {
	.site-header .widget_product_search .contact-button {
		display: none;
	}
}

.site-header .widget .search-field {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: none;
}
.site-header .site-search .widget_product_search form::before,
.error404 .widget_product_search form:not(.wp-block-search)::before {
  left: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  content: "";
  background-image: url(../ductingdirect/assets/images/icon-dd-search.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-header
  .widget_product_search
  form:not(.wp-block-search)
  input[type="text"] {
  border: 1px solid #b7bfcc;
  font-size: 0.9em;
}
.site-header
  .widget_product_search
  form:not(.wp-block-search)
  input[type="text"]::placeholder {
  color: #b7bfcc;
}

.site-header
  .widget_product_search
  form:not(.wp-block-search)
  input[type="submit"],
.error404 .widget_product_search #searchsubmit {
  left: inherit;
  right: 0;
}

.error404 .site-content .widget_product_search form {
  position: relative;
}

.error404 .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-header .site-header-cart {
  margin-left: 30px;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
  margin-bottom: 0;
}

.woocommerce-active .site-header .main-navigation {
  width: 100%;
}

.google-reviews img {
  max-width: 170px;
  -webkit-box-shadow: 2px -1px 5px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 2px -1px 5px 0px rgba(204, 204, 204, 1);
  box-shadow: 2px -1px 5px 0px rgba(204, 204, 204, 1);
}

.chaticon img {
  max-width: 70px;
  -webkit-box-shadow: 2px -1px 5px 0px rgb(204 204 204);
  -moz-box-shadow: 2px -1px 5px 0px rgba(204, 204, 204, 1);
  box-shadow: 2px -1px 5px 0px rgb(204 204 204);
  clip-path: circle(50% at 50% 50%);
}

.order-online a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: text-decoration-color 300ms;
  -moz-transition: text-decoration-color 300ms;
  -o-transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
}
.order-online a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.footer-area a {
  color: #fff;
}
.footer-area .menu a {
  color: #fff !important;
  text-decoration: underline rgba(0, 0, 0, 0);
  position: relative;
  left: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  margin-left: -20px;
}
.footer-area .menu a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.footer-area .menu a:hover {
  left: 20px;
}
.footer-area .menu a:hover:after {
  left: 0;
  opacity: 1;
}
.footer-area ul.right,
.menu-policy-links-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  width: 75%;
  justify-content: flex-end;
}
.menu-policy-links-container ul.menu {
  width: 100% !important;
}

.footer-area ul.right li:after,
.menu-policy-links-container ul.menu li:after {
  content: "|";
  padding: 0 5px;
}
.footer-area ul.right li:last-child:after,
.menu-policy-links-container ul.menu li:last-child:after {
  display: none;
}
.disclaimer-bg {
  background-color: #002332;
}
.footer-area .disclaimer.footer-desktop {
  padding: 15px 0;
}
.footer-area .disclaimer.footer-desktop ul.right a,
.menu-policy-links-container ul.menu a {
  font-size: 0.9em;
}
.footer-area .disclaimer .left {
  width: 25%;
  font-size: 0.9em;
}
.footer-area .footer-desktop img.cc-cards {
  height: 35px;
  width: 350px;
}
.footer-area .footer-desktop .credit-wrap {
  padding-top: 3%;
  clear: both;
}

.footer-area .disclaimer.footer-desktop ul.right a,
.menu-policy-links-container ul.menu a {
  font-size: 0.9em;
  color: #fff !important;
  transition: none;
  padding-left: inherit;
  margin-left: inherit;
}

.menu-policy-links-container ul.menu a:hover {
  left: inherit;
}
.menu-policy-links-container ul.menu a:after {
  display: none;
}
.menu-policy-links-container {
  width: 75%;
}
.usp-carousel .slick-prev {
  left: 0px;
  z-index: 1;
}
.usp-carousel .slick-next {
  right: 0px;
  z-index: 1;
}
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.usps img {
  height: 24px;
  margin-right: 09px;
}
.usps-section .usps a {
  color: #fff;
}

.hp-best-sellers-overlap {
  margin-top: -30px;
  padding-top: 30px;
}

.arrow-wrap .slideprev,
.arrow-wrap .slideprev2,
.arrow-wrap .slideprev3,
.arrow-wrap .slidenext,
.arrow-wrap .slidenext2,
.arrow-wrap .slidenext3 {
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.slideprev3 {
  margin-right: 5px;
}

.arrow-wrap .slideprev,
.arrow-wrap .slideprev2,
.arrow-wrap .slideprev3 {
  background-image: url(../ductingdirect/assets/images/left-arrow.png);
}
.arrow-wrap .slideprev:hover {
  background-image: url(../ductingdirect/assets/images/left-arrow-hollow.png);
}
.arrow-wrap .slideprev2:hover {
  background-image: url(../ductingdirect/assets/images/left-arrow-blue.png);
}
.arrow-wrap .slideprev3:hover {
  background-image: url(../ductingdirect/assets/images/left-arrow-hollow.png);
}

.arrow-wrap .slidenext,
.arrow-wrap .slidenext2,
.arrow-wrap .slidenext3 {
  background-image: url(../ductingdirect/assets/images/right-arrow.png);
}
.arrow-wrap .slidenext:hover {
  background-image: url(../ductingdirect/assets/images/right-arrow-hollow.png);
}
.arrow-wrap .slidenext2:hover {
  background-image: url(../ductingdirect/assets/images/right-arrow-blue.png);
}
.arrow-wrap .slidenext3:hover {
  background-image: url(../ductingdirect/assets/images/right-arrow-hollow.png);
}

.best-sellers-heading .title-arrows .font-subheading {
  margin-right: 20px;
}

.best-sellers-heading .title-arrows .arrow-wrap .slideprev {
  margin-right: 5px;
}

.best-sellers-heading {
  padding: 2% 0;
  max-width: 1156px;
  margin: 0 auto;
}

.best-sellers-carousel {
  padding-top: 0;
/*   max-width: 1200px; */
  margin: 0 auto;
}

.featured-product .slick-slide {
  margin: 0;
  padding: 15px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  cursor: pointer;
}

.featured-product .slick-slide:hover {
  margin-top: -10px;
}

.feat-prod-price .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 1.3125em !important;
  color: #3ca6a6 !important;
}

.feat-prod-price .woocommerce-price-suffix {
  font-weight: 700 !important;
  font-size: 0.625em !important;
  color: #b7bfcc !important;
}

.feat-prod img {
  object-fit: contain;
  width: 100%;
}

.feat-prod-info {
  padding: 20px;
}

.slick-active .feat-prod {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 0 20px #ccc;
}

.feat-prod {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 0 5px #ccc;
}

.featured-product .slick-list {
  padding: 0 10px 0 10px;
}

.news-slider .slick-dots li button:before {
  font-size: 15px;
}
.news-slider .slick-dots li {
  margin: 0 2px;
}
.news-slider .slick-dots {
  width: 87%;
  right: 0;
  bottom: 0;
}
.news-slider .slick-slide img {
  border-radius: 10px;
}

.news-slider .slick-dots li.slick-active button:before {
  color: #3ca6a6;
  opacity: 1;
}

.news-slider .slick-dots li button:before {
  color: #3ca6a6;
}
.news-slider .image {
  border-radius: 10px;
}
.hp-news .arrow-wrap.flex {
  float: right;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.hp-news .row {
  position: relative;
}
.hp-news .row .arrow-wrap .slideprev2 {
  margin-right: 5px;
}

/*--------------------------------------------------------------
## HP Slider
--------------------------------------------------------------*/
.hp-banner .left {
  width: 45%;
  padding: 5%;
  line-height: 1.1;
  border-radius: 15px;
}

.hp-banner .left .font-bannersubheading {
  margin-bottom: 20px;
}

.hp-banner .right {
  width: 55%;
}

.hp-banner {
  position: relative;
}
.hp-banner {
  height: 500px;
  overflow: hidden;
}

.hp-banner .image-bg {
  z-index: -1;
  position: relative;
  min-height: 500px;
}

.hp-banner .container {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1366px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
section.hp-sections {
  margin-top: -150px;
  padding-top: 250px;
  background-color: #fff;
}
.case-arrow-wrap {
  position: relative;
  overflow: hidden;
  width: 58%;
  float: left;
  padding-bottom: 30px;
  margin-top: -100px;
}
.case-arrow-wrap .arrow-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.casestudy-wrap {
  margin-right: 10px;
  padding: 4%;
  position: relative;
  border-radius: 20px;
  display: flex !important;
  margin-top: 100px;
}

.casestudy-wrap .logo {
  background-color: #fff;
  /*padding: 30px 60px; */
  border-radius: 20px;
  position: absolute;
  top: -78px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.bespokework-wrap {
  width: 40%;
  margin-left: 2%;
  padding: 6%;
  position: relative;
  border-radius: 20px;
  margin-top: 130px;
  float: left;
}

.bespokework-wrap .logo {
  position: absolute;
  top: -100px;
}

.casestudy-wrap .logo img {
  max-width: 240px;
  border-radius: 20px;
}

.bespokework-wrap .logo img {
  max-width: 280px;
}

.casestudy-wrap .wrap,
.bespokework-wrap .wrap {
  margin-top: 50px;
}

.casestudy-wrap .wrap {
  margin-bottom: 60px;
  margin-top: 90px;
}

.casestudy-wrap .wrap .title,
.bespokework-wrap .wrap .title {
  margin-top: 20px;
}
/* .hp_vid {
  --video--width: 1280;
  --video--height: 720;
  position: relative;
  padding-bottom: calc(
    var(--video--height) / var(--video--width) * 100%
  );
  overflow: hidden;
  max-width: 100%;
  background: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hp_vid iframe,
.hp_vid object,
.hp_vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.hp_vid {
  position: absolute;
  /* width: auto; */
  /* height: 100vh; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*--------------------------------------------------------------
## HP Categories
--------------------------------------------------------------*/

section.hp-categories {
  margin-top: -120px;
  padding-top: 100px;
}

.hp-categories .products img {
  height: 130px;
  max-width: 175px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1em !important;
}

.hp-categories .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4% 0;
}

.hp-categories .products .product-category.product {
  margin-right: inherit !important;
  width: 15% !important;
  margin-bottom: 25px;
}

.hp-categories .products .product-category.product.first {
  margin-right: inherit !important;
}

.hp-categories .products .product-category .woocommerce-loop-category__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  color: #012e41;
  text-align: left;
  margin: 0px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  right: 0;
  display: inline-block;
}
.hp-categories
  .products
  .product-category
  .woocommerce-loop-category__title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.hp-categories .products .product-category.product a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.hp-categories .products .product-category.product img {
  width: 175px;
  height: 180px;
  object-fit: cover;
}

.hp-categories
  .products
  .product-category.product
  a:hover
  .woocommerce-loop-category__title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  right: 0;
}

.fixed-button {
  position: absolute;
  bottom: -25px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 270px;
  padding: 12px 60px 12px 20px;
  font-size: 1em;
}
.fixed-button:before {
  right: 20px;
  height: 25px;
  width: 25px;
}

.hp-categories .products .product-category.product img {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.hp-categories .products .product-category.product img:hover {
  -webkit-transition: scale(1.1);
  -moz-transition: scale(1.1);
  -o-transition: scale(1.1);
  transform: scale(1.1);
}
/*--------------------------------------------------------------
## Hp Brands
--------------------------------------------------------------*/
section.hp-brands {
  padding-top: 100px;
}
.logo-wrap {
  margin-top: 4%;
}
/*--------------------------------------------------------------
## HP CTA
--------------------------------------------------------------*/
.hp-news .wrap {
  margin-left: 8%;
  padding-right: 5%;
}
.news-slider {
  margin: 30px 0;
}
.hp-cta .wrap {
  margin-left: 8%;
}
.news-slider-wrap {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-cols .footmenu > ul.menu {
  list-style: none;
  margin: 0;
}
.footer-cols .footmenu > ul.menu > li {
  margin: 12px 0;
}
.footer-cols .footmenu > ul.menu > li:last-of-type {
  margin-bottom: 0;
}
.footer-cols > div > ul {
  list-style: none;
  margin: 0;
}
.footer-cols > div > ul > li {
  margin: 12px 0;
}
.footer-cols > div > ul > li:last-of-type {
  margin-bottom: 0;
}
.footer-title {
  padding-bottom: 5%;
}
.social-icons a:last-of-type {
  margin-right: 0;
}
.social-icons a {
  margin-right: 5px;
  position: relative;
  height: 40px;
  width: 40px;
}
.social-icons a .linkedin:before,
.social-icons a .linkedin:after,
.social-icons a .facebook:before,
.social-icons a .facebook:after,
.social-icons a .instagram:before,
.social-icons a .instagram:after,
.social-icons a .twitter:before,
.social-icons a .twitter:after,
.social-icons a .youtube:before,
.social-icons a .youtube:after,
.social-icons a .tiktok:before,
.social-icons a .tiktok:after,
.social-icons a .pinterest:before,
.social-icons a .pinterest:after {
  left: 0;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
}
.social-icons a:hover .linkedin:before,
.social-icons a:hover .facebook:before,
.social-icons a:hover .instagram:before,
.social-icons a:hover .twitter:before,
.social-icons a:hover .youtube:before,
.social-icons a:hover .tiktok:before,
.social-icons a:hover .pinterest:before {
  opacity: 0;
}
.social-icons a:hover .linkedin:after,
.social-icons a:hover .facebook:after,
.social-icons a:hover .instagram:after,
.social-icons a:hover .twitter:after,
.social-icons a:hover .youtube:after,
.social-icons a:hover .tiktok:after,
.social-icons a:hover .pinterest:after {
  opacity: 1;
}
.social-icons a .linkedin:before {
  background-image: url(../ductingdirect/assets/images/01-Linked-In.svg);
}
.social-icons a .linkedin:after {
  background-image: url(../ductingdirect/assets/images/01-Linked-in-hover.svg);
}
.social-icons a .facebook:before {
  background-image: url(../ductingdirect/assets/images/02-facebook.svg);
}
.social-icons a .facebook:after {
  background-image: url(../ductingdirect/assets/images/02-facebook-hover.svg);
}
.social-icons a .instagram:before {
  background-image: url(../ductingdirect/assets/images/03-instagram.svg);
}
.social-icons a .instagram:after {
  background-image: url(../ductingdirect/assets/images/03-instagram-hover.svg);
}
.social-icons a .twitter:before {
  background-image: url(../ductingdirect/assets/images/04-twitter.svg);
}
.social-icons a .twitter:after {
  background-image: url(../ductingdirect/assets/images/04-twitter-hover.svg);
}
.social-icons a .youtube:before {
  background-image: url(../ductingdirect/assets/images/05-youtube.svg);
}
.social-icons a .youtube:after {
  background-image: url(../ductingdirect/assets/images/05-youtube-hover.svg);
}
.social-icons a .tiktok:before {
  background-image: url(../ductingdirect/assets/images/06-tiktok.svg);
}
.social-icons a .tiktok:after {
  background-image: url(../ductingdirect/assets/images/06-tiktok-hover.svg);
}
.social-icons a .pinterest:before {
  background-image: url(../ductingdirect/assets/images/07-pinterest.svg);
}
.social-icons a .pinterest:after {
  background-image: url(../ductingdirect/assets/images/07-pinterest-hover.svg);
}
footer .bg-navy {
  padding-top: 60px;
}
.stayintouch {
  margin-bottom: -70px;
  padding: 21px;
}
.floating-google {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.floating-chat {
  position: fixed;
  z-index: 1;
  bottom: 2%;
  right: 2%;
}

.contact-details .left .social-icons a:hover .linkedin:after {
  background-image: url(../ductingdirect/assets/images/01-Linked-in-hover.png);
}
.contact-details .left .social-icons a:hover .facebook:after {
  background-image: url(../ductingdirect/assets/images/02-facebook-hover.png);
}
.contact-details .left .social-icons a:hover .instagram:after {
  background-image: url(../ductingdirect/assets/images/03-instagram-hover.png);
}
.contact-details .left .social-icons a:hover .twitter:after {
  background-image: url(../ductingdirect/assets/images/04-twitter-hover.png);
}
.contact-details .left .social-icons a:hover .youtube:after {
  background-image: url(../ductingdirect/assets/images/05-youtube-hover.png);
}
.contact-details .left .social-icons a:hover .tiktok:after {
  background-image: url(../ductingdirect/assets/images/06-tiktok-hover.png);
}
.contact-details .left .social-icons a:hover .pinterest:after {
  background-image: url(../ductingdirect/assets/images/07-pinterest-hover.png);
}

/*--------------------------------------------------------------
## Mega Menu Navigation
--------------------------------------------------------------*/
.mega-navbig-heading span.mega-menu-title {
  font-size: 1.4em;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mega-navsmall-heading {
  font-size: 1.3125em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mega-menu-description {
  color: #3ca6a6;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: 500 !important;
  margin-left: 10px !important;
}
.mega-navbig-heading span.mega-menu-title {
  position: relative;
  display: flex;
  align-items: center;
}
.mega-navbig-heading span.mega-menu-title::before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mega-navbig-heading.mega-ducting-fittings-icon span.mega-menu-title {
  padding-left: 52px;
}
.mega-navbig-heading.mega-ducting-fittings-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/ducting-fitting-icon.png);
  left: 0;
  top: 5px;
  width: 50px;
  height: 32px;
}
.mega-navbig-heading.mega-accessory-icon span.mega-menu-title {
  padding-left: 47px;
}
.mega-navbig-heading.mega-accessory-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/accessory-icon.svg);
  width: 40px;
  height: 30px;
  left: 0;
}
.mega-navbig-heading.mega-flexible-icon span.mega-menu-title {
  padding-left: 47px;
}
.mega-navbig-heading.mega-flexible-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/flexible-icon.svg);
  width: 43px;
  height: 35px;
  left: 0;
}
.mega-navbig-heading.mega-rectangle-duct-icon span.mega-menu-title {
  padding-left: 40px;
}
.mega-navbig-heading.mega-rectangle-duct-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/rectangle-duct-icon.svg);
  width: 35px;
  height: 35px;
  left: 0;
}
.mega-navbig-heading.mega-fire-icon span.mega-menu-title {
  padding-left: 35px;
}
.mega-navbig-heading.mega-fire-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/fire-icon.svg);
  left: 0;
  width: 30px;
  height: 35px;
}
.mega-navbig-heading.mega-quick-fit-icon span.mega-menu-title {
  padding-left: 36px;
}
.mega-navbig-heading.mega-quick-fit-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/quick-fit-icon.svg);
  left: 0;
  width: 30px;
  height: 30px;
}
.mega-navbig-heading.mega-oval-duct-icon span.mega-menu-title {
  padding-left: 35px;
}
.mega-navbig-heading.mega-oval-duct-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/oval-duct-icon.svg);
  left: 0;
  width: 30px;
  height: 40px;
  top: -6px;
}
.mega-navbig-heading.mega-pastic-icon span.mega-menu-title {
  padding-left: 50px;
}
.mega-navbig-heading.mega-pastic-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/pastic-icon.svg);
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
}
.mega-navbig-heading.mega-gasket-icon span.mega-menu-title {
  padding-left: 35px;
}
.mega-navbig-heading.mega-gasket-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/gasket-icon.svg);
  left: -5px;
  top: -5px;
  width: 39px;
  height: 39px;
}
.mega-navbig-heading.mega-fan-icon span.mega-menu-title {
  padding-left: 43px;
}
.mega-navbig-heading.mega-fan-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/fan-icon.svg);
  left: 0;
  top: -2px;
  width: 35px;
  height: 35px;
}
.mega-navbig-heading.mega-grill-icon span.mega-menu-title {
  padding-left: 43px;
}
.mega-navbig-heading.mega-grill-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/grill-icon.svg);
  left: 0;
  top: -1px;
  width: 37px;
  height: 32px;
}
.mega-navbig-heading.mega-filter-icon span.mega-menu-title {
  padding-left: 45px;
}
.mega-navbig-heading.mega-filter-icon span.mega-menu-title::before {
  background-image: url(../ductingdirect/assets/images/filter-icon.svg);
  left: 0;
  top: 0px;
  width: 40px;
  height: 32px;
}

.mega-mobile-homelogo a {
  background-image: url(https://ductingdirect.co.uk/wp-content/uploads/2024/08/Wide-Line-COL-W.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  width: 240px !important;
  height: 50px !important;
  background-size: cover !important;
  margin: 20px 0px !important;
  padding: 0px !important;
}
/*--------------------------------------------------------------
## Storefront Stripback
--------------------------------------------------------------*/
.woocommerce #primary,
.woocommerce-checkout #primary {
  width: 100%;
  margin-right: 0;
}

.woocommerce.archive #primary {
  width: 70%;
  margin-right: 0;
}

.site-main {
  margin-bottom: 0;
}

.col-full {
  max-width: 1366px;
}

.site-header {
  border-bottom-color: #3ca6a6;
}

.dd-content .storefront-sorting select {
  border: none !important;
  border-bottom: 1px solid #3ca6a6 !important;
  padding-bottom: 4px !;
}
.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
  text-align: inherit;
  padding-bottom: 30px;
}

.main-navigation div.menu {
  display: none !important;
}
.storefront-full-width-content.single-product div.product .images {
  margin-right: inherit;
  margin-bottom: inherit;
}

.h-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.error404 .site-content .widget_product_search {
  padding: 0;
  background-color: transparent;
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.error404 .page-header {
  max-width: 1280px;
  margin: 2% auto 0;
}
.error-404.bg-lightgrey {
  margin-bottom: -110px;
  padding-bottom: 100px;
}
.stayintouch .wpcf7 form.sent .wpcf7-response-output {
  color: #FFF;
}
/*--------------------------------------------------------------
## Breadcrumb Stripback
--------------------------------------------------------------*/
.storefront-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-breadcrumb {
  font-size: 0.775em;
  text-transform: uppercase;
  color: #3ca6a6;
  font-weight: 600;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
  color: #3ca6a6;
  text-decoration: none;
  font-weight: normal;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

/*--------------------------------------------------------------
## Footer Form
--------------------------------------------------------------*/
form {
  margin-bottom: 0;
}

.stay-form > div > p {
  margin-bottom: 0;
}

.stayintouch .container {
  padding: 20px;
}

.stay-form input {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.about-us-banner .left {
  padding-left: 25%;
  padding-right: 4%;
}

.about-us-usp .wrap > div,
.about-us-policy .wrap > div {
  padding-bottom: 10px;
}
.about-us-policy .wrap .icon img {
  width: 55px;
}

.about-us-policy .left {
  padding: 6%;
  position: relative;
  border-radius: 20px;
  margin-right: -80px;
  z-index: 1;
}

.about-us-policy .right {
  position: relative;
  border-radius: 20px;
  margin-left: -50px;
}
.about-us-banner h1 {
  margin-bottom: 4%;
}
.about-us-banner .container {
  max-width: 100%;
}
.about-us-banner .right img {
  object-fit: cover;
  width: 100%;
}
.about-us-policy .custom-steps {
  padding-bottom: 5%;
}
/*--------------------------------------------------------------
## News Section
--------------------------------------------------------------*/
.full-article {
  padding: 15px;
  margin-bottom: 0;
}

.blog .site-main .container,
.category .site-main .container {
  max-width: 1310px;
  padding-bottom: 7%;
}

.date-cat-wrap a {
  color: #3ca6a6;
}

.seperator {
  margin-left: 5px;
  margin-right: 5px;
  color: #c7c7c7;
}

.cardcontent-wrap {
  padding: 20px;
}

.cardcontent-wrap > div {
  margin-bottom: 3%;
}

.cardcontent-wrap .solid-button-teal {
  margin-top: 6%;
}
.blog .cardcontent-wrap .solid-button-teal:hover {
  color: #012e41;
}
.related_post .thumbnail-img {
  height: 170px;
}
.related_post-container.span_1_of_3 {
  padding: 3%;
  border-radius: 15px 0 0 15px;
}

.single-post .dd-content {
  position: relative;
  margin: 2% 0;
}
.single-post .dd-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -400px;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

.full-article .wrap {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 0 20px #ccc;
}

.thumbnail-img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-img:hover .transnavy {
  background-color: #012e41;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.thumbnail-img img {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  height: 100%;
  object-fit: cover;
}

.thumbnail-img:hover img {
  transform: scale(1.1);
}

.single_blog_container .detail-wrap .date-cat-wrap {
  margin-bottom: 4%;
}

.single_blog_container .detail-wrap {
  padding-left: 10%;
  padding-right: 7%;
}

.single_blog_container .hentry .wp-post-image {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.related_post-container.span_1_of_3 {
  padding: 3%;
}

.category .page-header {
  max-width: 1280px;
  margin: auto;
}

.hentry .wp-post-image {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.page-header {
  max-width: 1280px;
  margin: auto;
}

.contact-us-section .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-us-section .left ul li {
  margin-bottom: 20px;
}

.contact-us-section .left ul li a {
  color: #002b2b !important;
  text-decoration: underline rgba(0, 0, 0, 0);
  -webkit-transition: text-decoration-color 300ms;
  -moz-transition: text-decoration-color 300ms;
  -o-transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
}

.contact-us-section .left ul li a:hover {
  text-decoration-color: rgb(0 43 43);
}

.contact-us-section .right iframe {
  border-radius: 20px 0 0 20px;
  width: 100%;
}

.contact-details {
  margin-top: -50px;
}

.contact-us-section .container {
  max-width: 100%;
}
.contact-details .span_2_of_4 {
  width: 50%;
}

.contact-form .stay-form input {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
}
.contact-form .stay-form textarea {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  height: 200px;
}

.contact-form .stay-form select {
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  background: transparent;
}

.contact-form .stay-form > div > p {
  margin-bottom: 20px;
}
.contact-form .stay-form .tandc p {
  font-size: 0.9em;
}

.contact-form .stay-form .flex-between > div {
  width: 49%;
}
.stay-form {
  padding: 2% 2% 0%;
}
#wpcf7-f28-o1 ::-webkit-input-placeholder {
  color: #002b2b;
}
#wpcf7-f28-o1 :-moz-placeholder {
  color: #002b2b;
}
#wpcf7-f28-o1 ::-moz-placeholder {
  color: #002b2b;
}
#wpcf7-f28-o1 :-ms-input-placeholder {
  color: #002b2b;
}
#wpcf7-f28-o1 input[type="email"]:focus {
  color: #002b2b;
}

#wpcf7-f429-o1 ::-webkit-input-placeholder,
#wpcf7-f429-o2 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
  opacity: 1;
}

#wpcf7-f429-o1 :-moz-placeholder,
#wpcf7-f429-o2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 1;
}

#wpcf7-f429-o1 ::-moz-placeholder,
#wpcf7-f429-o2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 1;
}

#wpcf7-f429-o1 :-ms-input-placeholder,
#wpcf7-f429-o2 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff !important;
  opacity: 1;
}

#wpcf7-f429-o1 input[type="email"]:focus,
#wpcf7-f429-o2 input[type="email"]:focus {
  background-color: #fff;
}

.contact-form .stay-form .uploadfield input {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  width: 190px;
  padding: 0;
}

.wpcf7-file {
  color: transparent;
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-file::before {
  content: "Add your file";
  color: #022e41;
  display: inline-block;
  background: transparent;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  white-space: nowrap;
  /* -webkit-user-select: none; */
  cursor: pointer;
  font-weight: 400;
  font-size: 1em;
}
.wpcf7-file:active {
  outline: 0;
}
.wpcf7-file:hover::before {
  border-color: #022d43;
}
.wpcf7-file:active::before {
  background-color: #3ca6a6;
}
.contact-details li.tel,
.contact-details li.email,
.contact-details li.address {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.contact-details li.tel::before,
.contact-details li.email::before,
.contact-details li.address::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.contact-details li.tel::before {
  background-image: url(../ductingdirect/assets/images/icon-call.png);
}
.contact-details li.email::before {
  background-image: url(../ductingdirect/assets/images/icon-email.png);
}
.contact-details li.address::before {
  background-image: url(../ductingdirect/assets/images/icon-address.png);
  top: 5px;
}

.contact-details .left .contact-details,
.contact-details .left .social-icons {
  width: 300px;
}
.contact-details .left .social-icons {
  margin-top: 0;
  /* padding-left: 35px; */
}
.page-template-page-contact .smaller-container {
  margin-bottom: -70px;
  padding-bottom: 100px;
}

.our-policy .span_1_of_3 {
  padding: 4%;
  position: relative;
  border-radius: 20px;
  margin: 1%;
  cursor: pointer;
  width: 33.33%;
  min-height: 350px;
  height: 100%;
}
/*--------------------------------------------------------------
## FAQ's
--------------------------------------------------------------*/
.our-policy .span_1_of_3 .logo {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-end;
}
.our-policy .span_1_of_3 .logo img.brandlogo {
  object-fit: contain;
}
.our-policy .span_1_of_3:last-of-type .logo img.brandlogo {
  width: 30px;
  margin: 0 auto;
}
.our-policy .span_1_of_3 .wrap .heading {
  padding: 10px 0;
}
.our-policy.bg-lightgrey-half {
  background: linear-gradient(to top, #fff 40%, #f8f8f8 40%);
}
.hp-brandcarousel {
  padding: 2% 0 2%;
}
.accordion-container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 2% 0%;
  position: relative;
  clear: both;
  width: 100%;
}
.accordion-container .accordion-title {
  margin: 0;
  padding: 2% 6% 2% 0%;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  border-top: 1px solid #012e41;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  color: #012e41;
}
.accordion-content {
  font-size: 18px;
}
.accordion-title span.arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  color: #012e41;
  top: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px;
  background-color: #3ca6a6;
  border-radius: 50px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-title.js-accordion-title.open span.arrow {
  -webkit-transition: rotate(180deg);
  -moz-transition: rotate(180deg);
  -o-transition: rotate(180deg);
  transform: rotate(180deg);
}
/*--------------------------------------------------------------
## Account Pages
--------------------------------------------------------------*/
.form-row input,
.form-row textarea,
.form-row select {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
}

.store-styles h1.entry-title {
  color: #3ca6a6;
  font-size: 1.3125em;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.store-styles {
  margin: 2% 3%;
}
.store-styles h2 {
  margin-bottom: 4%;
}

.woocommerce-account .store-styles h2 {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}
.col2-set#customer_login .col-1,
.col2-set.addresses .col-1 {
  width: 47%;
  float: left;
  margin-right: 6%;
}
.col2-set#customer_login .col-2,
.col2-set.addresses .col-2 {
  width: 47%;
  float: right;
  margin-right: 0;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  position: relative;
  padding: 10px 45px 10px 20px !important;
}

.woocommerce-form-login__submit:before,
.woocommerce-form-register__submit:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-form-login__submit:hover:before,
.woocommerce-form-register__submit:hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  right: 10px;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  background: #fff !important;
  border: 2px solid #3ca6a6;
  border-radius: 5px;
  color: #3ca6a6 !important;
}

.store-styles button.woocommerce-button {
  background: #3ca6a6;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #3ca6a6;
}
.store-styles .woocommerce-MyAccount-navigation {
  width: 15% !important;
  float: left !important;
  margin-right: 5% !important;
}

.store-styles .woocommerce-MyAccount-content {
  width: 80% !important;
  float: right !important;
  margin-right: 0 !important;
  padding-left: 5% !important;
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.page-template-page-onehundred .content-area {
  width: 100% !important;
}

.store-styles .woocommerce {
  display: flex;
}
.woocommerce-checkout .store-styles .woocommerce {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .store-styles .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart.woocommerce-cart-empty .store-styles .woocommerce {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 1250px;
  margin: 1.5% auto 0;
}

.woocommerce-notices-wrapper {
  margin: 0 auto;
  max-width: 1250px;
}

.single-product .woocommerce-notices-wrapper {
  max-width: 1250px;
  margin: 1.5% auto 0;
}

.archive .woocommerce-notices-wrapper {
  margin: 1.5% auto 0;
  max-width: 1250px;
}

.home .woocommerce-message {
  margin: 20px;
}
.woocommerce-message {
  max-width: 1366px;
  margin-bottom: 2%;
  border-radius: 15px;
}

.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 65%; /* 100% at small screens; 70% on larger screens */
}
.woocommerce-cart .cart-collaterals {
  flex: 1 0 35%; /* 100% at small screens; 30% on larger screens */
  padding-left: 5%;
}

.woocommerce-checkout .col2-set {
  width: 65%;
  float: left;
  margin-right: 0;
}

.woocommerce-checkout .col2-set .form-row-first,
.woocommerce-checkout .col2-set .form-row-last {
  width: 48%;
  margin-right: 0;
}
.woocommerce-checkout .form-row select {
  padding: 12px 15px 12px 15px;
}

.woocommerce-checkout form.checkout {
  margin-top: 2%;
}

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
  box-shadow: none;
}

.woocommerce-checkout #order_review_heading,
#order_review {
  width: 35%;
  padding-left: 5%;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
#order_review_heading {
  font-size: 1.3125em;
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .shipping_calculator {
  width: 100%;
  margin-top: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3ca6a6;
  border-radius: 15px;
}

.woocommerce-cart .product-thumbnail img {
  max-width: 160px;
  height: auto;
  max-height: 130px;
  object-fit: contain;
}

.woocommerce-cart .woocommerce-cart-form__cart-item {
  display: flex;
  margin-bottom: 40px;
  box-shadow: 0 0 15px #ccc;
  border-radius: 10px;
  overflow: hidden;
  justify-content: space-between;
  padding: 3%;
  flex-wrap: wrap;
}

.woocommerce-cart .quantity {
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
}

.woocommerce-cart .quantity button.minus,
.woocommerce-cart .quantity button.plus {
  background-color: #f8f8f8;
  padding: 10px;
  color: #000;
}

.woocommerce-cart .quantity input.qty {
  box-shadow: none;
  background-color: #fff;
  border: none;
  text-align: center;
  max-width: 3em;
}

.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-Price-amount {
  color: #012e41 !important;
}
.cross-sells .woocommerce-Price-amount {
  color: #3ca6a6 !important;
}

.woocommerce-cart table:not(.has-background) tbody td,
.woocommerce-cart table:not(.has-background) tbody tr:nth-child(2n) td {
  background-color: #fff;
}

.woocommerce-cart .woocommerce-cart-form__cart-item:nth-child(1n) {
  margin-top: 20px;
}

.woocommerce-cart .store-styles h1.entry-title,
.woocommerce-checkout .store-styles h1.entry-title {
  color: #012e41;
  font-size: 2.5em;
  text-transform: inherit;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.woocommerce-cart .product-name a {
  text-decoration: none;
  font-size: 1.3125em;
  font-weight: 600;
}

.woocommerce-cart-form__cart-item .stock {
  margin-bottom: 0;
  font-size: 0.9em;
}

.woocommerce-cart dl.variation {
  margin-top: 5px;
}
.woocommerce-MyAccount-content fieldset {
  padding: 25px;
}
/*---Ajax Cart Quantity update---*/

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}
.woocommerce-cart table.cart td.actions {
  display: none;
}

/*---End---*/

.woocommerce table.cart {
  margin-bottom: 2em;
}
.product-thumbnail {
  width: 25%;
  position: relative;
}
.product-name {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.product-disclaimer {
  width: 100%;
  margin-top: 5%;
}

.product-name .variation {
  margin-top: 15px;
}

.variation-data {
  display: flex;
}
.product-qs-wrap {
  width: 25%;
}

.product-qs-wrap .product-subtotal {
  margin-top: 10px;
}
.variation-Diameter.data p,
.variation-Firerated.data p,
.variation-Flange.data p,
.variation-Length.data p {
  margin: 0;
  padding-left: 5px;
}
.product-disclaimer p {
  font-size: 0.74em;
  margin-bottom: 0;
}
.product-disclaimer p {
  position: relative;
  padding-left: 35px;
}

.product-disclaimer p:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  background-image: url(../ductingdirect/assets/images/icon-info.png);
}

.product-disclaimer ul {
  margin: 0;
  padding: 0;
}
.product-disclaimer li {
  list-style: none;
  padding-left: 20px;
  font-size: 0.74em;
  margin-bottom: 5px;
  position: relative;
}
.product-disclaimer li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  background-image: url(../ductingdirect/assets/images/icon-info.png);
}

.infopoint {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.infopoint:last-of-type {
  border: none;
  padding-bottom: none;
  margin-bottom: none;
}

.infopoint:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  background-image: url(../ductingdirect/assets/images/icon-info.png);
}
.s-prod-disclaimer {
  margin-top: 20px;
}
.s-prod-disclaimer:last-of-type {
  margin-top: 10px;
}
/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.store-styles
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #012e41;
}

.woocommerce-products-header .image img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  border-radius: 15px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-left: -25px;
}
h1.woocommerce-products-header__title {
  margin-bottom: 30px;
  position: relative;
}

h1.woocommerce-products-header__title:before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.term-ducting-fittings h1.woocommerce-products-header__title {
  padding-left: 74px;
}
.term-ducting-fittings h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/ducting-fittings-icon.svg);
  width: 66px;
  height: 45px;
}
.term-ducting-accessories h1.woocommerce-products-header__title {
  padding-left: 65px;
}
.term-ducting-accessories h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/accessory-icon.svg);
  width: 55px;
  height: 45px;
}
.term-flexible-ducting h1.woocommerce-products-header__title {
  padding-left: 60px;
}
.term-flexible-ducting h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/flexible-icon.svg);
  width: 50px;
  height: 45px;
}
.term-rectangular-ductwork h1.woocommerce-products-header__title {
  padding-left: 55px;
}
.term-rectangular-ductwork h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/rectangle-duct-icon.svg);
  width: 45px;
  height: 40px;
}
.term-fire-protection h1.woocommerce-products-header__title {
  padding-left: 50px;
}
.term-fire-protection h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/fire-icon.svg);
  width: 40px;
  height: 45px;
}
.term-quick-fit-clipped-ducting h1.woocommerce-products-header__title {
  padding-left: 55px;
}
.term-quick-fit-clipped-ducting h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/quick-fit-icon.svg);
  width: 45px;
  height: 45px;
}
.term-flat-oval-ductwork h1.woocommerce-products-header__title {
  padding-left: 50px;
}
.term-flat-oval-ductwork h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/oval-duct-icon.svg);
  width: 40px;
  height: 45px;
}
.term-plastic-ductwork h1.woocommerce-products-header__title {
  padding-left: 60px;
}
.term-plastic-ductwork h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/pastic-icon.svg);
  width: 50px;
  height: 45px;
}
.term-gasket-fittings h1.woocommerce-products-header__title {
  padding-left: 55px;
}
.term-gasket-fittings h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/gasket-icon.svg);
  width: 45px;
  height: 45px;
}
.term-fans-accessories h1.woocommerce-products-header__title {
  padding-left: 55px;
}
.term-fans-accessories h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/fan-icon.svg);
  width: 45px;
  height: 45px;
}
.term-grilles-louvres h1.woocommerce-products-header__title {
  padding-left: 50px;
}
.term-grilles-louvres h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/grill-icon.svg);
  width: 40px;
  height: 40px;
}
.term-filters h1.woocommerce-products-header__title {
  padding-left: 55px;
}
.term-filters h1.woocommerce-products-header__title:before {
  background-image: url(../ductingdirect/assets/images/filter-icon.svg);
  width: 45px;
  height: 45px;
}

.woocommerce-products-header .content {
  padding-right: 2%;
}
.products .product .feat-prod-info a.woocommerce-LoopProduct-link { 
	display:block 
}

.products .product {
  font-size: inherit;
  text-align: left;
}
.products .product img {
  /* margin-bottom: 0; */
  height: 210px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 0;
}
.products .flickity-prev-next-button {
  top: -80px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3ca6a6;
  /* transform: translateY(-50%); */
}

/* .products .flickity-prev-next-button.previous:hover,
.products .flickity-prev-next-button.next:hover {
  background-color: #fff;
  border: 3px solid #3ca6a6;
} */
.products .flickity-prev-next-button.previous:hover .flickity-button-icon {
  background-image: url(../ductingdirect/assets/images/left-arrow-hollow.png);
}
.products .flickity-prev-next-button.next:hover .flickity-button-icon {
  background-image: url(../ductingdirect/assets/images/right-arrow-hollow.png);
}

.products .flickity-prev-next-button.next {
  right: 0;
}
.products .flickity-prev-next-button.previous {
  left: inherit;
  right: 65px;
}
.products .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  color: #fff;
}

.products .flickity-prev-next-button.previous .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-image: url(../ductingdirect/assets/images/left-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.products .flickity-prev-next-button.next .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-image: url(../ductingdirect/assets/images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.products .flickity-viewport {
  overflow: visible;
}

.single-product-container .logo-wrap {
  margin-top: 2%;
}
.archive .site-main .products {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-bottom: 5%;
}

.home .site-main .best-sellers-carousel .products .product,
.home .site-main .best-sellers-carousel .products .product.last {
  width: 90% !important;
  margin: 10% 5%;
  height: auto;
}

/* .site-main .products .product,
.site-main .products .product.last {
  width: 30% !important;
  margin: 2% 0%;
  height: fit-content;
} */

.site-main .products .product {
  width: 30% !important;
  margin: 2% 5% 2% 0%;
  height: fit-content;
}
.site-main .products .product.last {
  margin-right: 0;
}

.site-main .related .products .product,
.site-main .related .products .product.last,
.site-main .up-sells .products .product,
.site-main .up-sells .products .product.last,
.site-main .cross-sells .products .product,
.site-main .cross-sells .products .product.last {
  width: 22% !important;
  margin: 2%;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}

.site-main .related .products .product:hover,
.site-main .related .products .product.last:hover,
.site-main .up-sells .products .product:hover,
.site-main .up-sells .products .product.last:hover,
.site-main .cross-sells .products .product:hover,
.site-main .cross-sells .products .product.last:hover {
  margin-top: 5px !important;
}

h2.woocommerce-loop-product__title {
  font-size: 1.125em !important;
  font-weight: 600 !important;
}

.woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 1.4em !important;
  color: #3ca6a6 !important;
}

span.from-small {
  font-size: 0.6em;
  font-weight: 600;
  color: #b1b1b1;
}

.order-total .woocommerce-Price-amount {
  font-size: 1.7em !important;
}
table.shop_table {
  border-collapse: collapse !important;
}
.shop_table tr.order-total {
  border-top: 1px solid #e5e5e5;
}
.shop_table .cart-subtotal th,
.shop_table .tax-total th {
  font-weight: 500;
}

.shop_table .order-total th {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
}

.shop_table .tax-total th,
.shop_table .tax-total td {
  padding: 1em 0em 1em 0em;
  background-color: transparent !important;
}

.woocommerce-price-suffix {
  font-weight: 700 !important;
  font-size: 0.625em !important;
  color: #b7bfcc !important;
}
.product-shadow {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 0 15px #ccc;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #3ca6a6;
  color: #fff;
  font-weight: 500;
}
body.archive #main .storefront-sorting:nth-of-type(1) .woocommerce-pagination {
  display: none;
}
body.archive #main .storefront-sorting:nth-of-type(1) {
  margin: 0 0 2.617924em 0;
  display: flex;
  flex-direction: row-reverse;
}
body.archive #main .storefront-sorting:nth-of-type(1) .woocommerce-ordering {
  margin-right: 0;
  width: 50%;
  text-align: right;
}
body.archive
  #main
  .storefront-sorting:nth-of-type(1)
  .woocommerce-result-count {
  width: 50%;
}
body.archive #main .products .storefront-sorting .woocommerce-ordering {
  display: none;
}
body.archive #main .products .storefront-sorting .woocommerce-result-count {
  display: none;
}
body.archive #main .products .storefront-sorting {
  width: 100%;
  margin: 2em 0;
}
.woo-variation-gallery-thumbnail-slider {
  display: flex !important;
  justify-content: space-between;
}
.wc-proceed-to-checkout {
  margin-bottom: 0;
}

.solid-button-teal.alt,
.hollow-button.alt {
  text-decoration: none !important;
  margin-top: 0;
}

.wc-proceed-to-checkout .solid-button-teal.alt {
  text-decoration: none !important;
  margin-top: 15px;
  font-size: 1em;
  padding: 12px 20px 12px 50px;
  border-radius: 10px;
}

.wc-proceed-to-checkout .hollow-button.alt {
  text-decoration: none !important;
  margin-top: 15px;
  font-size: 0.8em;
  padding: 12px 20px 12px 30px;
}
.hollow-button.alt {
  margin-top: 15px;
}
.shop_table th,
.shop_table td {
  padding: 1em 0em 0em 0em;
  background-color: transparent !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 1em 1em 1em 1em;
}

.shop_table tr.cart-subtotal td,
.shop_table tr.tax-total td,
.shop_table tr.tax-rate td,
.shop_table tr.order-total td {
  text-align: right !important;
}
.woocommerce table.cart td:nth-of-type(4),
.woocommerce table.cart th:nth-of-type(4) {
  display: none;
}

.shiping-wrap.simple-prod {
  margin-top: 15px;
}
.product-type-simple .stock.in-stock {
  margin: 15px 0 0 0;
}
/*------------Filter ------------*/

.wpc-filters-range-max-column,
.wpc-filters-range-min-column {
  max-width: 40% !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #3ca6a6 !important;
  background: #3ca6a6 !important;
}
.ui-slider-horizontal .ui-slider-handle {
  box-shadow: none !important;
}
.ui-slider .ui-slider-handle {
  width: 17px !important;
  height: 17px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  box-shadow: none !important;
  top: -8px !important;
}
.ui-slider-horizontal {
  height: 2px !important;
  background: #3ca6a6 !important;
}
.wpc-filters-range-column {
  position: relative;
}
.wpc-filters-range-column input {
  padding-left: 15px;
}
.wpc-filters-range-column:before {
  position: absolute;
  content: "£";
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
/*------------Quick View ------------*/

.yith-quick-view .yith-quick-view-overlay {
  background: rgb(1 46 65 / 90%) !important;
}
.yith-quick-view .yith-wcqv-main {
  background: #ffffff;
  box-shadow: none;
  border-radius: 20px;
  padding: 3%;
}
.yith-quick-view-modal .yith-quick-view-content {
  display: flex;
  align-items: center;
}
.yith-quick-view-content .summary-content {
  position: relative;
}
/* #yith-quick-view-content form.variations_form.cart {
  padding-top: 10%;
} */
/* #yith-quick-view-content div.summary {
  padding: 15px 15px 15px 5%;
} */
.yith-quick-view-close {
  color: #012e41;
  border: none;
  opacity: 1;
  /* display: flex;
  font-size: 1.8em;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 15px; */
  width: 30px;
  height: 30px;
}
.yith-quick-view .single-product div.product .variations_button {
  padding-top: 0;
}
.yith-quick-view .single-product div.product table.variations .value {
  margin-bottom: 0;
}
.yith-quick-view .pi-edd-product,
.yith-quick-view .pi-edd-ajax {
  margin-top: 0;
}
.yith-quick-view-content .s-prod-disclaimer {
  display: none;
}
/* Quick View Styles */

.quick-view.transport-policy {
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.785em;
  display: none;
}
.yith-quick-view-content .quick-view.transport-policy {
  display: block;
}
.quick-view.est-delivery {
  margin-top: 10px;
  display: none;
}
.yith-quick-view-content .quick-view.est-delivery {
  display: block;
  font-size: 0.785em;
}
.qview-button-wrap {
  float: left;
}
.hollow-button.quick-view {
  padding: 10px 50px 10px 20px;
  border: 2px solid #3ca6a6;
  margin-left: 10px;
}
.hollow-button.quick-view:after {
  right: 20px;
}
.hollow-button.quick-view:hover:after {
  right: 17px;
}
.yith-quick-view-content .est-shipping-wrap {
  display: none;
}
.yith-quick-view-content .product_meta {
  display: none;
}
.single-product .hollow-button.blue.quick-view {
  display: none;
}
.yith-quick-view-content .hollow-button.blue.quick-view {
  display: inline-block;
  margin-top: 0;
  border-bottom: 2px solid #3ca6a6;
  margin-left: 0;
}
.yith-quick-view-content .qview-button-wrap {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.yith-quick-view-content.woocommerce div.product form.cart .variations select {
  width: inherit;
}

.yith-wcqv-wrapper .single-product div.product table.variations tbody {
  flex-direction: row !important;
}
.yith-wcqv-main .single-product div.product .summary {
  width: 55% !important;
  float: right !important;
  margin: 0% 0% 0% 5% !important;
}

.yith-quick-view.yith-modal .yith-quick-view-content div.images {
  width: 39% !important;
  display: flex;
  flex-direction: column;
}
.yith-quick-view-content.woocommerce div.summary-content {
  padding: 0px !important;
}
.yith-quick-view.yith-modal
  .single-product
  div.product
  .images
  .woocommerce-main-image {
  margin-bottom: 1em;
}
.yith-quick-view-content.woocommerce .woocommerce-main-image img {
  max-width: 100%;
  height: 250px !important;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}
.yith-quick-view-content div.images .yith-quick-view-thumbs {
  position: initial !important;
  bottom: initial !important;
  left: initial !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs div.active,
.yith-quick-view-content div.images .yith-quick-view-thumbs div {
  border: none !important;
  width: 23%;
  margin: 0 !important;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.yith-quick-view.yith-modal .yith-wcqv-main {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.yith-quick-view.yith-modal.open .yith-wcqv-wrapper {
  height: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.yith-quick-view-content.woocommerce div.summary form.cart {
  margin-bottom: 0 !important;
}

.yith-quick-view div.woocommerce-message,
.yith-quick-view ul.woocommerce-error {
  margin: 0px 0 20px !important;
}

.yith-quick-view-content.woocommerce div.entry-summary a {
  border-bottom: 0;
}

.yith-quick-view-content.woocommerce div.entry-summary a.anchor-style {
  text-decoration: underline;
}

/* End Quick View Styles */

select#firerated,
select#pa_firerated {
  background: #3ca6a6;
  color: #fff;
}

h1.product_title.entry-title {
  color: #012e41;
  font-size: 2.5em;
  font-weight: 700;
}
.single-product .slick-slide.slick-active {
  border-radius: 10px;
}
.woo-variation-gallery-thumbnail-wrapper {
  margin-top: 15px !important;
}
.wvg-gallery-thumbnail-image {
  border-radius: 15px !important;
  overflow: hidden;
  /* margin: 0 10px !important; */
}

/*--------------------------------------------------------------
## Single Product Page
--------------------------------------------------------------*/
.single-product div.product table.variations select {
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  background: transparent;
  max-width: 100%;
}
.single-product div.product table.variations .value {
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}
.yith-quick-view-content .tooltip-spot {
  left: -40px;
  right: inherit;
}
.tooltip-spot {
  position: absolute;
  right: -40px;
  width: 30px;
  height: 30px;
  background-image: url(../ductingdirect/assets/images/infospot.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 8px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tooltip-spot .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: white;
  color: #022e43;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: 130%;
  box-shadow: 0px 1px 5px 1px #e4e4e4;
  font-size: 0.8em;
  margin-left: -2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tooltip-spot:hover .tooltiptext {
  visibility: visible;
  left: 43px;
}

.all-variations .tooltip-spot {
  display: none;
}
.firerated.all-variations .tooltip-spot,
.pa_firerated.all-variations .tooltip-spot {
  display: block;
}

button.single_add_to_cart_button {
  background: #3ca6a6 !important;
  padding: 10px 20px 10px 50px !important;
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0;
  border: 2px solid #3ca6a6 !important;
  position: relative;
}
button.single_add_to_cart_button:hover {
  background: #fff !important;
  border: 2px solid #3ca6a6 !important;
  border-radius: 10px !important;
  color: #3ca6a6 !important;
}

button.single_add_to_cart_button::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: "";
  background-image: url(../ductingdirect/assets/images/cart-icon-blue.png);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

button.single_add_to_cart_button:hover:before {
  background-image: url(../ductingdirect/assets/images/cart-icon-teal.png);
}

.single_variation_wrap .quantity .qty,
.summary .quantity .qty {
  border: none;
  box-shadow: none;
  background-color: #fff;
}

.single-product div.product .edit-link {
  clear: both;
}

.quantity .qty {
  width: 3em;
  text-align: center;
}
.quantity button.minus,
.quantity button.plus {
  background-color: #f8f8f8;
  padding: 10px;
  color: #000;
}
.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 10px;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  overflow: hidden;
}
.single-product div.product table.variations tbody {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

.single-product div.product table.variations tbody tr {
  width: 48% !important;
  margin-top: 10px;
}
.single-product div.product table.variations th.label {
  display: none;
}
.single .col-full .site-main {
  max-width: 100%;
  margin: 0 auto;
}
.single.woocommerce-page .dd-content,
.woocommerce-page .dd-content .col-full {
  max-width: 100% !important;
}
.single-product div.product .summary {
  width: 45% !important;
  float: right !important;
  margin: 0% 7% 0% 8% !important;
}
.single-product div.product form.cart {
  margin-bottom: 1em;
}
.single-product div.product p.price {
  font-size: 1.3em;
  margin: 0.5em 0 0 0;
  line-height: 1;
}
.single-product div.product p.price .woocommerce-Price-amount {
  font-weight: 800 !important;
  font-size: 1.5em !important;
  color: #022e41 !important;
}
.single-product div.product .product_meta {
  padding-top: 0 !important;
  border-top: none !important;
}
.open .single-product .woocommerce-Price-amount {
  font-size: 2em !important;
  color: #012e41 !important;
}
.single-product h1.product_title.entry-title {
  font-size: 2em !important;
}
.product .woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
  margin-right: 5.8823529412%;
}
.woocommerce-tabs ul.tabs {
  border-top: none;
}
.single-product div.product .woocommerce-tabs {
  max-width: 1156px;
}

.custombanner-position .tab-styling {
  clear: both;
  padding-bottom: 7%;
}
.custombanner-position .custombanner {
  margin-top: -10%;
  border-radius: 15px;
}
/*--------------------------------------------------------------
## Tab Horizontal
--------------------------------------------------------------*/
.product .woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-right: 2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -6px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -6px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0 0 5px 0;
  font-weight: 700;
  color: #002b2b;
  text-decoration: none;
  font-size: 1.4em;
  outline: none;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3ca6a6;
  transform-origin: bottom left;
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
  border-bottom: 2px solid #3ca6a6;
  padding-bottom: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  border-bottom: none;
}

.woocommerce-tabs .panel {
  width: 100% !important;
  margin-bottom: 2% !important;
}

.woocommerce-tabs .panel ul {
  margin: 0;
  list-style: none;
}
.woocommerce-tabs .panel ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.woocommerce-tabs .panel ul li::before {
  content: "\2022";
  color: #3ca6a6;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
}
.contact-info li.tel,
.contact-info li.email,
.contact-info li.form {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
  margin: 20px 10px;
}
.contact-info li.tel::before,
.contact-info li.email::before,
.contact-info li.form::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.contact-info li.tel::before {
  background-image: url(../ductingdirect/assets/images/icon-call.png);
}
.contact-info li.email::before {
  background-image: url(../ductingdirect/assets/images/icon-email.png);
}
.contact-info li.form::before {
  background-image: url(../ductingdirect/assets/images/icon-form.png);
  top: 5px;
}
ul.contact-info {
  margin: 0;
  display: inline-flex;
}
.single-product-container .icon {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
}

.single-product-container .icon::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  background-image: url(../ductingdirect/assets/images/tool-custom.png);
}
.single-product-container.wrap {
  padding: 3%;
}
.storefront-full-width-content .woocommerce-tabs .panel h3 {
  font-size: 1.3125em;
  font-weight: 600;
}
.download-wrap {
  padding: 2% 2% 2% 0%;
}
.woocommerce-tabs .panel .left,
.woocommerce-tabs .panel .right {
  width: 45%;
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2%;
}
.woocommerce-message {
  max-width: 1280px;
  margin: 0 auto;
}
.cross-sells {
  margin-top: 4%;
  border-top: 1px solid #e5e5e5;
  padding-top: 4%;
  width: 100%;
}
.cross-sells .feat-prod-info a {
  text-decoration: none;
}

.product-details img.left {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 90px;
  height: 85px;
  object-fit: cover;
}
.page-checkout .product-details img.left {
  object-fit: contain !important;
}

.product-details .product-title,
.product-details .quantity,
.product-details .variation {
  padding-left: 110px;
}
.product-details .variation {
  margin-top: 5px;
}

.product-details .product-title {
  text-decoration: none;
  font-size: 1.3125em;
  font-weight: 600;
  padding-top: 0;
}

.product-details .quan {
  padding-bottom: 10px;
  display: none;
}

.product-details .product-total {
  padding-left: 120px;
  margin-top: 10px;
}
.product-wrap {
  padding: 15px;
  box-shadow: 0 0 15px #ccc;
  border-radius: 10px;
  margin-bottom: 40px;
}

.product-wrap .product-total {
  padding-left: 110px;
  margin-top: 10px;
}

#order_review_heading,
#order_review {
  width: 35%;
  padding-left: 5%;
}
#order_review_heading {
  margin-bottom: 0;
  padding-bottom: 2%;
}

.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .tax-total,
.woocommerce-checkout .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  /* justify-content: space-between; */
}

.woocommerce-checkout ul#shipping_method li:first-child {
  margin-right: 10px;
}

.woocommerce-checkout ul#shipping_method li .woocommerce-Price-amount {
  display: none;
}
/* 
.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment
  .payment_methods
  li
  input[type="radio"]:first-child:checked
  + label:before {
  color: #3ca6a6 !important;
} */

#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
#payment .payment_methods > .wc_payment_method > label::before {
  color: #3ca6a6 !important;
}

.side-slide {
  background-color: #012e41;
  top: 0;
  right: -350px;
  height: 100%;
  position: fixed;
  width: 350px;
  z-index: 101;
  overflow: scroll;
  padding: 80px 20px 20px;
}
.side-slide .close {
  color: #fff;
  right: 20px;
  position: absolute;
  font-size: 2em;
  line-height: 1;
  top: 80px;
  cursor: pointer;
}
.side-slide .variation-data.font-smaller {
  font-size: 0.73em;
}
.cart-account-wrap {
  display: flex;
}
.cart-account-wrap img.icon {
  height: 30px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  object-fit: contain;
}
.cart-account-wrap .cart-mini {
  position: relative;
}

.woocommerce-checkout .cart-account-wrap .cart-mini {
  pointer-events: none;
}

.woocommerce-cart .cart-account-wrap .cart-mini {
  pointer-events: none;
}
span.cart-items-count {
  font-size: 0.7em;
}

.cart-account-wrap .cart-mini .basket-item-count {
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  background-color: #012b2b;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cart-account-wrap .cart-mini .basket-item-count .count {
  font-size: 0.7em;
}
.cart-account-wrap a.cart-mini img {
  cursor: pointer;
}
/* .cart-account-wrap a.contact img {
  padding-right: 0;
} */
.site-search .widget_product_search input[type="search"] {
  padding: 15px;
  line-height: 1;
}
.woocommerce-active .site-header .site-branding {
  width: auto;
  float: left;
  margin-right: 2%;
}
.woocommerce-active .site-header .site-search {
  margin-right: auto;
  width: 50%;
}
.widget_product_search form:not(.wp-block-search) input[type="text"] {
  background-color: #fff;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  padding: 14px 3em 14px 20px;
}
.side-slide .mini_cart_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.side-slide .mini_cart_item:first-of-type {
  margin-top: 20px;
}
.side-slide .woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-slide .woocommerce-mini-cart__total.total strong {
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
}
.side-slide a.button.wc-forward {
  background: #3ca6a6;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #3ca6a6;
  font-size: 0.9em;
}

.side-slide a.button.wc-forward:hover {
  background: #fff;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  color: #3ca6a6;
}

.side-slide a.button.checkout.wc-forward {
  background: transparent;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.side-slide a.button.checkout.wc-forward:hover {
  background: #fff;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  color: #3ca6a6;
}

.side-slide a.button:nth-of-type(1) {
  padding: 10px 15px 10px 35px;
  position: relative;
  margin-right: 10px;
}
.side-slide a.button:nth-of-type(1)::after {
  display: none;
}
.side-slide a.button:nth-of-type(1)::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: "";
  background-image: url(../ductingdirect/assets/images/cart-icon-blue.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.side-slide a.button:nth-of-type(1):hover:before {
  background-image: url(../ductingdirect/assets/images/cart-icon-teal.png);
}

.side-slide a.button:nth-of-type(2) {
  padding: 10px 40px 10px 15px !important;
  position: relative;
}
.side-slide a.button:nth-of-type(2)::after {
  display: none;
}
.side-slide a.button:nth-of-type(2)::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: "";
  background-image: url(../ductingdirect/assets/images/small-icon.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.side-slide a.button:nth-of-type(2):hover:before {
  background-image: url(../ductingdirect/assets/images/small-icon-blue.png);
}

.side-slide p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  justify-content: flex-start;
}
.side-slide p.woocommerce-mini-cart__buttons.top.buttons {
  margin: 1.41575em 0;
}
.product_list_widget li img {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 90px;
  height: 70px;
  max-width: 90px;
  object-fit: contain;
}
.minicart-wrap .quan {
  display: none;
}
.quan {
  margin: 3px 0;
}

.minicart-wrap a.heading {
  text-decoration: none;
  font-size: 1.3125em;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  line-height: 1;
}
.minicart-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
}
.minicart-wrap a.remove,
a.remove {
  position: absolute;
  top: -10px;
  left: -10px;
}
.minicart-wrap a.remove::before,
a.remove::before {
  color: #3ca6a6;
  background-color: #fff;
  border-radius: 20px;
}
/* .mini_cart_item span.amount.product-tax-on.product-tax {
  padding-left: 105px;
} */

.side-slide-bg {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-slide-bg.active {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.stopscrolling {
  overflow: hidden;
  height: 100%;
}

.woocommerce-cart .side-slide,
.woocommerce-checkout .side-slide {
  display: none;
}

.woocommerce-cart .cart_totals .total,
.woocommerce-cart .cart_totals .tax-rate,
.woocommerce-cart .cart_totals .order-total,
.woocommerce-cart .cart_totals .tax-total {
  display: table-row !important;
}

.widget_shopping_cart_content .mini_cart_item .woocommerce-Price-amount {
  color: #012e41 !important;
}
/* .widget_shopping_cart_content .mini_cart_item .quantity,
.widget_shopping_cart_content .variation {
  padding-left: 105px;
} */

.pi-edd-product,
.pi-edd-ajax {
  padding: 0px !important;
  font-size: 0.875em;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.est-shipping-wrap {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 20px 40px 20px 60px;
  position: relative;
  border-radius: 10px;
}
.est-shipping-wrap .smallfont {
  font-size: 0.8em;
  padding-top: 3px;
}
.woocommerce-checkout .est-shipping-wrap .shipping-heading {
  display: none;
}
.woocommerce-checkout .est-shipping-wrap {
  padding: 20px 40px 20px 70px;
}
.woocommerce-checkout .est-shipping-wrap::before {
  content: "";
  background-image: url(../ductingdirect/assets/images/delivery-icon-teal.png);
  top: 35px;
  left: 15px;
  width: 40px;
  height: 24px;
}
.woocommerce-checkout .est-shipping-wrap .s-prod-disclaimer.font-smaller,
.woocommerce-checkout .est-shipping-wrap .transport-policy.font-smaller {
  font-size: 0.7em;
}

.est-shipping-wrap::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
}

.est-shipping-wrap::before {
  background-image: url(../ductingdirect/assets/images/icons-info-white.png);
}
.est-shipping-wrap a {
  text-decoration: underline;
}

.yith-quick-view-content .est-shipping-wrap .smallfont {
  font-size: 0.7em;
}
.yith-quick-view-content .single-product div.product form.cart {
  padding: 0;
}

.stock.in-stock {
  color: #002b2b;
}
.stock.in-stock::before {
  content: "\f111";
  color: #57c128;
}
.stock.out-of-stock {
  color: #002b2b;
}
.stock.out-of-stock::before {
  content: "\f111";
}

#wcvat-toggle {
  font-size: 0.7em !important;
  color: #002b2b !important;
  background-color: #fff !important;
  width: initial !important;
  border-radius: 20px;
}
#wcvat-toggle.wcvat-toggle-widget.on {
  width: initial !important;
  background-color: #002b2b !important;
  border-radius: 20px;
  color: #fff !important;
}
span.wootax-suffix {
  font-size: 0.6em;
  font-weight: 600;
  color: #b1b1b1;
}

.entry-content strong {
  font-weight: 600;
}
.post-img {
  margin-bottom: 30px;
}
.additional-content iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.single-video iframe {
  width: 100%;
  height: 425px;
  border-radius: 10px;
}

.additional-content ul {
  margin: 0;
  list-style: none;
}
.additional-content ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.additional-content ul li::before {
  content: "\2022";
  color: #3ca6a6;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
}
.share-wrap {
  padding: 20px;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.share-wrap span {
  padding-right: 15px;
}
.share-wrap .a2a_kit a {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#payment .place-order .button {
  font-size: 1em;
  width: 100%;
  white-space: pre-wrap;
  background: #3ca6a6;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #3ca6a6;
}

.order-total > div:first-of-type {
  font-weight: 600;
}
.woocommerce-checkout .tax-total {
  /* border-bottom: 1px solid #e2e2e2; */
  margin-bottom: 10px;
}
.woocommerce-checkout .order-total,
.woocommerce-checkout .cart-subtotal {
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #3ca6a6;
  border-radius: 10px;
  height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px 10px 18px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px;
  right: 11px;
  width: 20px;
  height: 20px;
  background-color: #3ca6a6;
  border-radius: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}
#payment .payment_methods {
  border-radius: 10px;
  overflow: hidden;
}
.bask-totals {
  font-weight: 600;
  /* background-color: #f5f5f5; */
  padding: 0 10px;
}
.woocommerce-checkout .order-total,
.woocommerce-checkout .cart-subtotal {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px !important;
  background-color: #fff;
  padding: 0 10px;
  margin: 0 -10px;
  padding-top: 10px;
}
.woocommerce-checkout .tax-total {
  /* border-bottom: 1px solid #e2e2e2; */
  background-color: #fff;
  padding: 0 10px;
  margin: 0px -10px;
  /* margin-bottom: 20px;
  padding-bottom: 10px; */
}
#order_review .shop_table {
  margin-bottom: 5%;
}
.woocommerce-privacy-policy-text p,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.775em;
  cursor: initial;
}
#payment .woocommerce-terms-and-conditions {
  font-size: 0.775em !important;
}
p.woocommerce-mini-cart__empty-message {
  color: #fff;
  padding: 20px 0;
}
.required {
  color: #3ca6a6;
}
.checkout-final-btn-dd-gen-styles img {
  left: 0px;
}
/*--------------------------------------------------------------
## Multi Steps
--------------------------------------------------------------*/
.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #3ca6a6;
}
.multi-steps > li:before {
  content: "\f00c";
  content: "\2713;";
  content: "\10003";
  content: "\10004";
  content: "\2713";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #3ca6a6;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #3ca6a6;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #3ca6a6;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

/*--------------------------------------------------------------
## YITH Quick View .added_to_cart message
--------------------------------------------------------------*/

.page-basket .yith-quick-view-content .qview-button-wrap.visible {
  padding-bottom: inherit;
}

.yith-quick-view-content .qview-button-wrap.visible {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

.yith-quick-view-content.woocommerce div.summary form.cart .added_to_cart {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: none;
  font-size: 14px;
  font-weight: 400;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  background-color: #3ca6a6;
  border-radius: 15px;
  width: 100%;
}

.yith-quick-view-content.woocommerce
  div.summary
  form.cart
  .added_to_cart:after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: inline-block;
  position: absolute;
  left: 20px;
  color: #fff;
  margin-left: 0;
}

.yith-quick-view-content.woocommerce
  div.summary
  form.cart
  .added_to_cart:before {
  content: "Added to your basket - ";
  padding-right: 2px;
}

/*--------------------------------------------------------------
## Post Styles
--------------------------------------------------------------*/
.post-subheading {
  color: #3ca6a6;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1em;
}
.news-title h2 {
  line-height: 1.2;
  height: 50px;
}
/*--------------------------------------------------------------
## None
--------------------------------------------------------------*/
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.footer-mobile {
  display: none;
}
.footer-desktop {
  display: block;
}
/*--------------------------------------------------------------
## Custom Filter
--------------------------------------------------------------*/
.customfilter {
  width: 25%;
  float: left;
  margin-right: 5%;
  background-color: #f8f8f8;
  padding: 2% 2% 7% 3%;
  border-radius: 0px 20px 0px 0px;
}

.widget.widget_wpc_filters_widget {
  font-size: 0.875em;
  font-weight: 400;
}
/* 
.woocommerce-page .widget-area {
  background-color: #f8f8f8;
  margin-top: 2%;
  padding: 2% 2% 2% 3%;
  border-radius: 0px 20px 20px 0px; 
}*/
/* 
.left-sidebar .widget-area {
  width: 30%;
  float: left;
  margin-right: 5%; 
}*/
.widget-area label a,
.customfilter label a {
  font-weight: 700 !important;
  color: #022e41 !important;
}
.widget-area .widget .widget-title,
.widget .widget-title,
.widget .widgettitle {
  font-size: 0.875em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  border-top: 1px solid #b7bfcc !important;
  padding: 1em 0 1em !important;
  border-bottom: none !important;
}
.wpc-filter-header .wpc-filter-title button {
  text-transform: uppercase !important;
}
.wpc-filters-range-wrapper input[type="number"] {
  background-color: #fff !important;
  box-shadow: none !important;
}
.shopwrap {
  display: flex;
}
.single-product-container {
  padding: 3% 1%;
}
.single-product .single-product-container.first {
  padding: 0% 1% 1% 1%;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding: 3% 1%;
}
.pi-edd-ajax {
  color: #3ca6a6;
  font-weight: 500;
}
.side-slide .shipping-calc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.side-slide .shipping-calc strong {
  font-weight: 500;
  font-size: 1.3em;
}
.side-slide .shipping-calc span {
  font-size: 0.9em;
}
/* Slick Slider - Display none on load */
.brand-carousel,
.brand-carousel-about,

.case-slider,
.news-slider,
.usp-carousel {
  display: none;
}
.best-sellers-carousel .woocommerce .products {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 256px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-padding: 15px;
}

@media (min-width: 810px) {
	.best-sellers-carousel .woocommerce .products {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
		grid-auto-flow: initial;
	}
}

/* Small: Show only 6 items */
.best-sellers-carousel .woocommerce .products > :nth-child(n+7) {
  display: none;
}

/* Large: Show 8 items */
@media (min-width: 1024px) {
  .best-sellers-carousel .woocommerce .products > :nth-child(n+7),
  .best-sellers-carousel .woocommerce .products > :nth-child(n+8) {
    display: block;
  }
	
  .best-sellers-carousel .woocommerce .products > :nth-child(n+9) {
    display: none;
  }
}

/* XLarge: Show all 10 items */
@media (min-width: 1280px) {
  .best-sellers-carousel .woocommerce .products > :nth-child(n+9),
  .best-sellers-carousel .woocommerce .products > :nth-child(n+10) {
    display: block;
  }
}

.usp-carousel {
  height: 30px !important;
  overflow: hidden !important;
}

.usp-carousel a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: text-decoration-color 300ms;
  -moz-transition: text-decoration-color 300ms;
  -o-transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
}

.usp-carousel a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.site-search .widget_product_search #searchsubmit,
.error404 .widget_product_search #searchsubmit {
  height: 47px;
  width: 50px;
}
.site-search .widget_product_search #searchsubmit,
.error404 .widget_product_search #searchsubmit {
  height: -webkit-fill-available;
  max-height: 45px;
  width: inherit;
  border-radius: 0px 10px 10px 0px;
  background-color: transparent;
  color: transparent;
  clip: inherit;
  clip-path: inherit;
}
.error404 .pos-content {
  max-width: 1280px;
  margin: 0 auto 20px;
  padding-left: 15px;
  padding-top: 5px;
}
.error404 .widget_product_search #searchsubmit {
  max-height: 55px;
}

.page-template-default .dd-content .col-full {
  max-width: 1280px;
  padding: 2em 0 0 0;
}

.page-template-default .dd-content .col-full ul {
  margin-left: 0;
  list-style: inside;
  padding: 0;
}

.page-template-default .dd-content .col-full h1.entry-title {
  font-size: 1.75em;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2%;
}

.woocommerce-order-received .store-styles {
  margin-top: 0;
  margin-bottom: 5%;
}
ul.order_details {
  margin: 2em 0;
}
.woocommerce-thankyou-order-received {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  margin-bottom: 2%;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  margin-bottom: 3%;
}
ul.order_details::before,
ul.order_details::after {
  display: none;
}
.woocommerce-order-overview.order_details,
.woocommerce-order-details .order_details {
  border-radius: 10px;
}
.woocommerce-order-details .order_details tr {
  border-bottom: 1px dotted #e3e3e3;
}

.woocommerce-order-details .order_details tr .product-name a {
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-order ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
  color: #0a2c41;
}

.woocommerce-order ul.order_details li {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3ca6a6;
}

.woocommerce-customer-details address {
  padding: 1em;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.woocommerce-order-details .order_details thead {
  color: #3ca6a6;
}

.woocommerce-order-details .order_details tr.foot-class:last-of-type {
  border-bottom: none;
}
.woocommerce-order .woocommerce-table__product-name.product-name {
  width: 100%;
}
.woocommerce-order-details .order_details tfoot tr.foot-class th {
  color: #3ca6a6;
}
.woocommerce-account .store-styles {
  margin-bottom: 7%;
}
/*--------------------------------------------------------------
## Stripe Payments
--------------------------------------------------------------*/
.woocommerce-checkout-payment .apple-pay-button {
  max-width: 100% !important;
  border-radius: 4px !important;
}
.woocommerce-checkout-payment .payment_box.payment_method_stripe_googlepay,
.woocommerce-checkout-payment .payment_box.payment_method_stripe_applepay {
  display: none !important;
}
.woocommerce-checkout-payment ul.payment_methods li[class*="payment_method"] {
  padding: 0 !important;
}
/*--------------------------------------------------------------
## Changes 310124
--------------------------------------------------------------*/

.wc-block-components-notice-banner {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #3ca6a6;
  border-radius: 15px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 1.5em;
  position: relative;
  list-style: none outside;
  display: flex;
}
.wc-block-components-notice-banner svg {
  background-color: #fff;
  border-radius: 50px;
}
.wc-block-components-notice-banner__content {
  margin-left: 10px;
}
.wc-block-components-notice-banner__content a {
  color: #fff;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1650px) {
  .hp-banner .left {
    padding: 5%;
  }
  .about-us-banner .left {
    padding-left: 15%;
  }
}

@media only screen and (max-width: 1460px) {
  .footer-area .container {
    padding: 3%;
  }
  .hp-banner .left {
    padding: 5% 5% 5% 7%;
  }
  .footer-area .disclaimer.footer-desktop {
    padding: 15px 3%;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-area .container {
    padding: 3%;
  }
  .hp-banner .left {
    padding: 5%;
  }
  .about-us-banner .left {
    padding-left: 10%;
  }
  .page-template-default .dd-content .col-full {
    max-width: 1280px;
    padding: 2em 2% 0 2%;
  }
}

@media only screen and (max-width: 1280px) {
  .woocommerce-shop .dd-header .col-full,
  .woocommerce-page .dd-header .col-full {
    width: inherit;
  }
  .dd-header .container {
    padding: 5px 15px !important;
  }
  .woocommerce.archive #primary {
    margin-right: 2%;
  }
  .single-product-container {
    padding: 3% 2%;
  }
  .store-styles {
    margin: 2% 2%;
  }
  .blog .page-header,
  .page-template-page-faqs .page-header,
  .page-template-page-contact .page-header {
    padding: 2%;
  }
  .blog .col-full {
    padding: 0% 2% 0% 2%;
  }
  .single .col-full {
    padding: 0% 0% 2% 2%;
  }
}

@media only screen and (max-width: 1180px) {
}

@media only screen and (max-width: 1100px) {
  .hp-categories .products .product-category.product {
    width: 20% !important;
  }
  .hp-banner .container {
    padding: 0;
  }
  .hp-brandcarousel .container {
    padding: 5% 1%;
  }
  .best-sellers-heading {
    padding: 5% 0;
  }
  .small-container,
  .accordion-container {
    width: 95%;
  }
  .container {
    padding: 2%;
  }
  .col-full {
    margin-left: auto;
    margin-right: auto;
  }
  .news-slider .slick-dots {
    width: 100%;
    right: inherit;
    bottom: inherit;
  }
  section.hp-news .small-container {
    padding: 5% 0px;
  }
  .hp-banner .left {
    width: 65%;
  }
  .hp-banner .right {
    width: 35%;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 140px;
  }
  .woocommerce-message {
    margin: 0% 1% 1% 1%;
  }
  .single-product .single-product-container.first {
    padding: 0% 2% 3% 2% !important;
  }
  .accordion-container .accordion-title {
    padding: 2% 10% 2% 0%;
    font-size: 18px;
    line-height: 1.2;
  }
  .accordion-title span.arrow {
    padding: 10px;
    background-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .archive .dd-content .col-full {
    padding-right: 2%;
  }
  .left-sidebar .widget-area {
    margin-right: 3%;
  }
  .single-product-container {
    padding: 3% 2% !important;
    border-radius: 0;
  }
  .feat-prod-info {
    display: flex;
    flex-direction: column;
  }
  .products .product .button {
    margin-top: 10px;
    width: 150px;
  }
  .products .product .button.yith-wcqv-button {
    width: 150px;
  }
  .widget-area li.wpc-term-item,
  body .wpc-filters-widget-main-wrapper li.wpc-term-item {
    margin-bottom: 5px !important;
  }
  .product .bg-lightgrey {
    padding-bottom: 5% !important;
  }
  .woocommerce-tabs .panel .left,
  .woocommerce-tabs .panel .right {
    width: 100%;
  }
  .site-header .site-branding img {
    max-width: 230px;
  }
  .site-main .products .product,
  .site-main .products .product.last {
    width: 42% !important;
    margin: 2% !important;
  }
  .home .site-main .best-sellers-carousel .products .product,
  .home .site-main .best-sellers-carousel .products .product.last {
    margin: 8% 2% !important;
  }

  .site-main .related .products .product,
  .site-main .related .products .product.last {
    width: 30% !important;
  }

  .products .flickity-prev-next-button {
    top: -60px;
    width: 50px;
    height: 50px;
  }
  .products .flickity-prev-next-button.previous {
    right: 55px;
  }

  .woocommerce-active .site-header .site-branding {
    width: 50%;
    margin-right: 4%;
  }
  .woocommerce-active .site-header .site-search {
    width: 30%;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 100px;
    max-height: 80px;
  }
  .woocommerce-checkout .col2-set {
    width: 60%;
  }
  #order_review_heading,
  #order_review {
    width: 40%;
  }
  .woocommerce-checkout #order_review_heading,
  #order_review {
    width: 40%;
  }
  .about-us-banner .left {
    padding-left: 0%;
    padding-right: 4%;
  }
  .about-us-usp .medium-container .row,
  .about-us-policy .medium-container .row {
    flex-wrap: wrap;
  }
  .about-us-usp .wrap.span_1_of_4,
  .about-us-policy .wrap.span_1_of_4 {
    width: 50%;
  }

  .faq_title span.arrow {
    right: 0;
  }
  .single_blog_container .detail-wrap {
    padding-left: 1%;
  }
  .news-title-side h2 {
    line-height: 1.1;
  }
  .archive .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .archive .products .product {
    float: left !important;
    width: 42% !important;
    margin: 4% 6% 4% 2% !important;
  }
  .archive .products .product.last {
    margin: 4% 6% 4% 2% !important;
  }
  .font-heading {
    font-size: 2.5em;
  }
  .font-subheading {
    font-size: 2em;
  }
  .font-section {
    font-size: 1.3em;
  }
  .font-bannersubheading {
    font-size: 1.1em;
  }
  /* .dd-header a.contact {
    display: none;
  } */
  .cart-account-wrap {
    display: flex;
    padding-right: 40px;
  }
  .woocommerce-active .site-header .main-navigation {
    position: relative;
  }
  .dd-header .col-full {
    padding: 15px !important;
  }
  .best-sellers-heading .arrow-wrap .slideprev,
  .best-sellers-heading .arrow-wrap .slideprev2,
  .best-sellers-heading .arrow-wrap .slidenext,
  .best-sellers-heading .arrow-wrap .slidenext2 {
    height: 50px;
    width: 50px;
  }
  .best-sellers-heading .hollow-button-navy {
    margin-top: 0;
  }
  .hp-categories .products .product-category.product {
    width: 20% !important;
    margin: 1% !important;
  }
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last {
    width: 30.5% !important;
    margin: 2%;
  }

  .woocommerce-message {
    margin: 0% 2% 1% 2%;
  }
  .blog .thumbnail-img img {
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    object-fit: cover;
    height: 240px;
  }
  .custombanner-position .custombanner {
    margin-top: -5%;
  }

  .yith-quick-view-content button.single_add_to_cart_button {
    padding: 10px 10px 10px 30px !important;
    font-size: 0.9em;
  }
  .yith-quick-view-content button.single_add_to_cart_button::before {
    left: 10px;
    height: 15px;
    width: 15px;
  }

  .yith-quick-view-content .hollow-button.blue.quick-view {
    font-size: 0.9em;
    padding: 10px 40px 10px 10px;
  }

  .yith-quick-view-content .hollow-button.quick-view:hover:after {
    right: 10px;
  }

  .yith-quick-view-content .hollow-button.quick-view:after {
    right: 15px;
    height: 20px;
    width: 20px;
  }
  .yith-quick-view-content .qview-button-wrap {
    float: left;
    margin-top: 0px;
  }
  .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 900px) {
  .footer-area .disclaimer.footer-desktop .flex-row {
    flex-direction: column;
  }

  .footer-area .disclaimer.footer-desktop .flex-row .left {
    text-align: center;
    width: 100%;
  }
  .footer-area
    .disclaimer.footer-desktop
    .flex-row
    .menu-policy-links-container {
    text-align: center;
    width: 100%;
  }
  .footer-area
    .disclaimer.footer-desktop
    .flex-row
    .menu-policy-links-container
    ul.menu {
    justify-content: center;
  }
  .hp-banner {
    height: 420px;
  }
  .yith-quick-view-content .qview-button-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .dd-header {
    padding-bottom: 0;
  }
  .dd-header .span_1_of_3.google-reviews {
    display: none;
  }
  .dd-header .span_1_of_3 {
    width: 50%;
  }
  .dd-header .span_1_of_3.order-online {
    text-align: left;
  }
  .dd-header .col-full {
    width: inherit;
    margin: 0;
    padding: 12px 15px 12px 15px !important;
  }
  /* wp-menu-toggle */
  button.menu-toggle,
  button.menu-toggle:hover {
    display: none;
  }

  /* wp-menu-toggle */
  /* #site-navigation-menu-toggle {
    padding: 21px;
    border: none;
    position: absolute;
    top: -57px;
    right: 3%;
  } */

  /* wp-menu-toggle */
  /* .dd-header button.menu-toggle:after,
  .dd-header button.menu-toggle:before,
  .dd-header button.menu-toggle span:before {
    background-color: #3ca6a6;
  } */

  /* wp-menu-toggle */
  /* .dd-header button.menu-toggle::before,
  .dd-header button.menu-toggle::after,
  .dd-header button.menu-toggle span::before {
    width: 21px;
  } */

  .home .dd-content .col-full,
  .page-template-page-about .dd-content .col-full,
  .page-template-page-contact .dd-content .col-full {
    margin: 0;
  }
  section.hp-banner {
    display: flex;
    flex-direction: column;
  }
  /* .hp-banner .image-bg {
    z-index: -1;
    position: relative;
    min-height: 400px;
  } */

  /* HP Video */
  .hp-banner {
    height: 360px;
    overflow: visible;
    margin-bottom: 250px;
  }

  .hp-banner .hp_vid {
    z-index: -1;
    position: relative;
    /* min-height: 360px; */
    width: 100%;
  }

  .hp-banner .left {
    width: 90%;
    border-radius: 0px 15px 15px 0px;
  }
  .hp-banner .right {
    width: 10%;
  }
  .hp-banner .container {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    margin-top: -10%;
  }
  .bg-navy-trans {
    background-color: rgb(1 46 65 / 100%);
  }

  .arrow-wrap .slideprev,
  .arrow-wrap .slideprev2,
  .arrow-wrap .slidenext,
  .arrow-wrap .slidenext2 {
    height: 50px;
    width: 50px;
  }
  .best-sellers-heading {
    align-items: center;
  }
  .best-sellers-heading .arrow-wrap {
    align-items: center;
  }
  .best-sellers-heading .hollow-button-navy {
    margin-top: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .flickity-slider {
    list-style: none;
  }
  .mobile .flickity-slider .product-category {
    margin: 0 15px;
  }
  .mobile .flickity-slider .product-category img {
    width: 180px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }
  .mobile .flickity-slider h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1em;
    color: #012e41;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
  }

  section.hp-categories {
    margin-top: 0;
    padding: 50px 0 90px 20px;
    position: relative;
  }
  section.hp-sections {
    padding: 250px 3% 2%;
  }
  section.hp-brands {
    padding-top: 70px;
  }
  .arrow-wrap .slideprev,
  .arrow-wrap .slideprev2,
  .arrow-wrap .slidenext,
  .arrow-wrap .slidenext2 {
    height: 40px;
    width: 40px;
  }
  .social-icons img {
    height: 40px;
  }
  .best-sellers-heading .title-arrows .arrow-wrap .slideprev {
    margin-right: 5px;
  }
  .order-online a {
    font-size: 1em;
  }
  .footer-area a {
    font-size: 0.8em;
  }
  .footer-cols .footmenu > ul.menu > li {
    margin: 5px 0;
  }
  .footer-cols .span_1_of_4:nth-of-type(2) {
    padding-top: 30px !important;
  }
  .footer-cols > div > ul > li:last-of-type {
    font-size: 0.8em;
  }
  .stayintouch .left {
    font-size: 1.5em;
    color: #fff;
    width: 40%;
  }
  .stayintouch .right {
    width: 60%;
  }
  .usps {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    display: -webkit-box;
    -webkit-box-align: center;
  }
  .archive .products .product {
    float: left !important;
    width: 40% !important;
    margin: 3% 5% !important;
  }
  .archive .products .product.last {
    margin: 3% 5% !important;
  }
  /* .archive .products {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
  } */
  .left-sidebar .widget-area {
    width: 30% !important;
    float: left !important;
    margin-right: 3% !important;
  }
  /* .single.woocommerce-page .dd-content, */
  /* .archive.woocommerce-page .dd-content .col-full {
    max-width: 70% !important;
  } */
  .storefront-sorting:first-of-type {
    margin-top: 0;
  }
  .storefront-sorting:first-of-type .woocommerce-result-count {
    display: none;
  }
  .storefront-sorting:first-of-type .woocommerce-pagination {
    display: none;
  }
  .storefront-sorting:last-of-type .woocommerce-ordering {
    display: none;
  }
  .storefront-sorting:last-of-type .woocommerce-result-count {
    display: none;
  }
  .storefront-sorting:last-of-type {
    margin-top: 0;
  }
  .storefront-sorting:last-of-type .pagination,
  .woocommerce-pagination {
    padding: 1em 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-width: 1px 0 !important;
    clear: both !important;
    width: 100%;
  }
  .woocommerce-products-header .image {
    display: none;
  }
  .woocommerce-products-header .span_3_of_5 {
    width: 100%;
  }
  .archive .dd-content .col-full {
    padding-right: 0;
    padding-left: 0;
  }
  .woo-variation-product-gallery {
    width: 40% !important;
  }
  .woocommerce-Tabs-panel .flex {
    flex-direction: column;
  }
  .woocommerce-tabs .panel .right {
    margin-top: 2%;
  }
  .single-product div.product table.variations tbody tr {
    width: 100% !important;
  }

  .storefront-full-width-content .woocommerce-tabs .panel h3 {
    margin: 0 0 1.41575em;
  }
  .site-main .products .product,
  .site-main .products .product.last {
    width: 42% !important;
    margin: 4% !important;
  }
  .site-main .related .products .product,
  .site-main .related .products .product.last {
    width: 33% !important;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 100px;
    max-height: 80px;
  }
  .product-name .variation {
    margin-top: 15px;
  }
  .woocommerce-cart .quantity input.qty {
    max-width: 2em;
  }
  .font-smaller {
    font-size: 0.775em;
  }
  .woocommerce-cart .product-name a {
    font-size: 1em;
  }
  .woocommerce-cart .product-name {
    padding-left: 10px;
  }
  .product-disclaimer p {
    font-size: 0.7em;
  }
  .woocommerce-checkout .col2-set {
    width: 100%;
  }
  .woocommerce-checkout #order_review_heading,
  #order_review {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce-cart .store-styles h1.entry-title,
  .woocommerce-checkout .store-styles h1.entry-title {
    margin: 0 0 3%;
  }
  .bask {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bask .cart_item {
    width: 48%;
  }
  .full-article.span_1_of_3 {
    width: 50%;
  }
  .single_blog_container.span_2_of_3 {
    width: 100%;
  }
  .related_post-container.span_1_of_3 {
    padding: 3% 1%;
    width: 100%;
  }
  .related_post-container .related_post h4 {
    padding-left: 2%;
  }
  .related_post-container .container.related_post {
    padding: 0;
  }
  .related_post-container .container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .related_post-container .container .row .full-article.span_3_of_3 {
    width: 50%;
  }
  .full-article.span_1_of_3 {
    width: 50%;
    margin: 0;
  }
  .woocommerce-active .site-header .site-branding {
    width: 75%;
  }
  .woocommerce-active .site-header .site-search {
    width: 30%;
  }
  .shopwrap {
    display: flex;
    flex-direction: column;
  }
  .shopwrap .widget {
    margin: 0;
  }
  .wpc-open-close-filters-button {
    margin-bottom: 0;
  }
  .customfilter {
    width: 100%;
    padding: 2% 2% 2% 3%;
    border-radius: 0;
  }
  .woocommerce.archive #primary {
    width: 100%;
    padding: 0% 3% 0% 3%;
  }
  .single .col-full {
    padding: 0;
  }
  .single-product-container.wrap {
    margin-top: 0 !important;
    text-align: center;
  }
  a.qview {
    display: none;
  }
  .best-sellers-heading .arrow-wrap .slideprev,
  .best-sellers-heading .arrow-wrap .slideprev2,
  .best-sellers-heading .arrow-wrap .slidenext,
  .best-sellers-heading .arrow-wrap .slidenext2 {
    height: 40px;
    width: 40px;
  }
  .hp-categories .products .product-category.product {
    width: 20% !important;
    margin: 1% !important;
  }
  .home .site-main .best-sellers-carousel .products .product,
  .home .site-main .best-sellers-carousel .products .product.last {
    width: 86% !important;
    margin: 7% 6% !important;
    height: auto;
	scroll-snap-align: start;
  }
  .thumbnail-img {
    height: 170px;
  }
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last {
    width: 42% !important;
    margin: 3% !important;
  }
  .products .flickity-prev-next-button.previous {
    right: 50px;
  }
  .products .flickity-prev-next-button {
    top: -50px;
    width: 45px;
    height: 45px;
  }
  .accordion-container .accordion-title {
    padding: 2% 15% 2% 0%;
  }
  .woocommerce-account .dd-content {
    margin-bottom: 30px;
  }

  /* #yith-quick-view-content button.single_add_to_cart_button {
    margin-top: 10px;
  } */

  .yith-quick-view-content .tooltip-spot {
    left: -40px;
    right: inherit;
  }
  body.archive #main .storefront-sorting:nth-of-type(1) .woocommerce-ordering {
    text-align: left;
  }
  h1.woocommerce-products-header__title {
    margin: 30px 0;
  }
  .woocommerce-order-received .store-styles {
    margin-bottom: 100px;
  }
  .yith-quick-view-content .hollow-button.quick-view:after {
    right: 10px;
    height: 17px;
    width: 17px;
  }
  .yith-quick-view-content .hollow-button.blue.quick-view {
    padding: 10px 30px 10px 10px;
  }
  .yith-quick-view-content .hollow-button.quick-view:hover:after {
    right: 7px;
  }
  .yith-quick-view-content button.single_add_to_cart_button {
    font-size: 0.7em;
  }
  .yith-quick-view-content .hollow-button.blue.quick-view {
    font-size: 0.7em;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt {
    font-size: 0.8em;
  }
  .products .product img {
    width: 100%;
  }
  .footer-area .footer-desktop .credit-wrap {
    clear: both;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-area .footer-desktop img.cc-cards {
    height: 35px;
    width: 350px;
    margin-bottom: 20px;
  }
  /* Mobile Header with search bar - Add wrap around header hooks also in functions */
  .dd-header .col-full .site-search {
    display: block;
  }
  .dd-header .col-full .h-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 768px) {
  	  .dd-header .col-full .h-wrap {
    	justify-content: space-between;
  	}
  }
  .dd-header .col-full .h-wrap .site-branding {
    order: 1;
    width: initial;
    margin-right: 0;
  }
  .dd-header .col-full .h-wrap .site-search {
    order: 3;
    width: 100%;
    margin: 8px 0 0 0;
  }
  .dd-header .col-full .h-wrap .cart-account-wrap {
    order: 2;
    width: initial;
  }
  .widget_product_search form:not(.wp-block-search) input[type="text"] {
    padding: 10px 3em 10px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .fixed-button {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hp-cta .image {
    display: none;
  }
  section.hp-cta {
    text-align: center;
  }
  section.hp-cta .small-container {
    padding: 10% 0;
  }
  section.hp-cta .wrap {
    margin-left: 0;
  }
  .stayintouch .container .row {
    flex-direction: column;
  }
  .stayintouch .right .stay-form {
    flex-direction: column;
  }
  .stayintouch .spin p {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .stayintouch .left {
    margin-bottom: 10px;
  }
  .woocommerce-products-header .image {
    display: block;
    width: 100%;
  }
  /* wp-menu-toggle */
  /* #site-navigation-menu-toggle {
    top: -50px;
    right: 2%;
  } */
  .stayintouch .left {
    width: 70%;
    text-align: center;
  }
  .hp-news .arrow-wrap {
    display: none;
  }
  .news-slider .slick-list {
    margin-bottom: 10px;
  }
  .footer-mobile .social-icons,
  .footer-mobile .addressdetails,
  .footer-mobile img.cc {
    margin-top: 5%;
  }
  .footer-mobile .font-footermail {
    margin-top: 2%;
  }
  .footer-mobile img.cc {
    width: 80%;
  }
  .footer-mobile a {
    font-size: inherit;
  }
  .footer-mobile .font-footermail {
    font-size: 1.3em;
  }
  .footer-mobile .font-footermail:first-of-type {
    margin-top: 0;
  }
  .footer-area .footer-mobile.container {
    padding: 10% 3%;
  }
  .stayintouch .left {
    font-size: 1.3em;
  }
  .footer-area .footer-mobile.container.disclaimer {
    padding: 2% 3%;
    background: #011f2c;
  }
  .disclaimer ul {
    width: 100%;
    list-style: none;
    margin: 2% 0;
    padding: 0;
    max-width: 440px;
  }
  .disclaimer ul li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 3px;
  }
  .disclaimer ul li:nth-child(4),
  .disclaimer ul li:nth-child(6) {
    border-right: 0;
  }
  .dd-header .col-full {
    padding: 15px !important;
  }
  .best-sellers-heading {
    padding: 5% 5% 3%;
  }
  section.hp-sections {
    padding: 250px 0% 2%;
  }
  section.hp-sections .row {
    flex-direction: column;
  }
  .casestudy-wrap {
    width: 100%;
    border-radius: 0;
  }
  .case-arrow-wrap {
    width: 100%;
    margin-bottom: 120px;
  }
  .bespokework-wrap {
    width: 80%;
    border-radius: 20px;
    margin: 130px auto 0;
    float: none;
  }
  .stayintouch .container {
    padding: 4% 2% 2% 2%;
  }
  section.hp-news .small-container {
    padding: 7% 4%;
  }
  section.hp-brands {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .news-slider {
    margin-top: -130px;
  }
  .news-slider-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .news-slider-wrap .image {
    width: 100%;
  }
  .hp-news .wrap {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .hp-news .wrap > div {
    margin-top: 2%;
  }
  .about-us-banner .container .row {
    flex-direction: column;
  }
  .about-us-banner .container .row .left,
  .about-us-banner .container .row .right {
    width: 100%;
  }
  .contact-us-section .contact-details {
    flex-direction: column;
    margin-top: 20px;
  }
  .contact-us-section .contact-details .left,
  .contact-us-section .contact-details .right {
    width: 100%;
  }
  .contact-details .left .contact-details,
  .contact-details .left .social-icons {
    width: 100%;
  }
  .faq_title {
    padding: 4% 10% 4% 0%;
  }
  .faq_details {
    padding: 0% 6% 4% 0%;
  }
  .our-policy .row.flex {
    flex-direction: column;
  }
  .our-policy .span_1_of_3 {
    width: 98%;
    min-height: 240px;
    margin: 4% 0;
  }
  section.faqs-section {
    padding-bottom: 5%;
  }
  section.our-policy {
    padding: 7% 3% 3% 3%;
  }
  .our-policy img.policy-icon {
    object-fit: contain;
    width: 50px;
    height: 50px;
  }
  .news-title h2 {
    line-height: 1.3;
    height: inherit;
  }
  .archive .products .product {
    float: left !important;
    width: 45% !important;
    margin: 3% 2% !important;
  }
  .archive .products .product.last {
    margin: 3% 2% !important;
  }
  .woocommerce-cart .store-styles .woocommerce {
    flex-direction: column;
  }
  .storefront-full-width-content.woocommerce-cart .entry-header,
  .storefront-full-width-content.woocommerce-checkout .entry-header,
  .storefront-full-width-content.woocommerce-account .entry-header,
  .storefront-full-width-content .woocommerce-products-header {
    text-align: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .woocommerce-cart .cart-collaterals {
    padding-left: 0;
  }
  .store-styles {
    margin: 2% 4%;
  }
  .woocommerce-checkout .col2-set .form-row-first,
  .woocommerce-checkout .col2-set .form-row-last {
    width: 100%;
  }
  .bask .cart_item {
    width: 100%;
  }
  #payment .place-order {
    background-color: #f0f0f0;
    border-radius: 10px;
  }
  .woo-variation-product-gallery {
    width: 100% !important;
    /* margin-bottom: 0; */
  }

  .single .storefront-breadcrumb .col-full .woocommerce-breadcrumb {
    padding: 2% 3%;
  }
  .single-product div.product .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    clear: both;
  }
  .single-product-container {
    padding: 3% !important;
  }

  .related .single-product-container:first-of-type {
    padding-top: 40px !important;
  }
  .single-product-container:first-of-type {
    position: relative;
    padding-top: 90px !important;
  }
  .single-product-container .summary .title-meta-wrap {
    position: absolute;
    top: 10px;
  }
  .single-product-container.custombanner {
    padding: 5% !important;
  }
  .single-product div.product .woocommerce-tabs {
    padding: 8% 5% 3% 5% !important;
  }
  .single.woocommerce-page .dd-content {
    margin-bottom: 0px;
  }
  .est-shipping-wrap {
    width: 100%;
  }

  .contact-info li .font-bannersubheading {
    font-size: 1em;
  }
  .site-main .products .product,
  .site-main .products .product.last,
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last {
    width: 46% !important;
  }
  .cross-sells {
    margin-top: 10%;
    padding-top: 10%;
  }
  .wc-proceed-to-checkout {
    display: flex;
    justify-content: space-between;
  }
  img.creditcards {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #customerinfo .col-1,
  #customerinfo .col-2 {
    margin: 4% 0;
  }
  .woocommerce-checkout .col2-set {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-checkout #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
  body.archive #main .storefront-sorting:nth-of-type(1) {
    margin: inherit;
  }
  .archive .dd-content .col-full {
    padding: 0 !important;
  }
  .archive .products .product {
    width: 46% !important;
    margin: 3% 2% !important;
  }
  .archive .products .product img { height: 180px; }
  .yith-quick-view-content.single-product button.alt,
  .yith-quick-view-content .hollow-button.blue.quick-view {
    font-size: 0.9em;
  }
  .yith-quick-view-content.single-product h1.product_title.entry-title {
    font-size: 1.5em !important;
  }
  .yith-quick-view-content.single-product .woocommerce-Price-amount {
    font-size: 1.2em !important;
    color: #3ca6a6 !important;
  }
  .yith-quick-view-content.single-product div.product table.variations select {
    width: 100%;
    padding: 5px;
  }
  .yith-quick-view-content.single-product div.product .summary {
    width: inherit !important;
    float: inherit !important;
    margin: inherit !important;
  }

  .yith-quick-view.yith-modal .yith-quick-view-content div.images {
    width: 65% !important;
    margin-bottom: 20px;
  }

  /* .yith-quick-view-content .tooltip-spot {
    left: -40px;
    right: inherit;
    top: 3px;
  } */
  /* .yith-quick-view-content tr.firerated.all-variations,
  .yith-quick-view-content tr.pa_firerated.all-variations {
    margin-left: 40px !important;
  } */
  .yith-quick-view-content .qview-button-wrap {
    float: left;
    margin-top: inherit;
  }
  .yith-quick-view-modal #yith-quick-view-content {
    height: auto;
  }

  .solid-button-teal,
  .hollow-button.blue {
    /* padding: 10px; */
    font-size: 0.9em;
    margin-top: 10px;
  }
  .products .product .button,
  .products {
    margin-bottom: 0;
    font-size: 0.9em;
    padding: 10px;
    margin-top: 10px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .products .product .button,
  .products {
    margin-bottom: 0;
    font-size: 0.9em;
    padding: 10px;
    margin-top: 10px;
    display: block;
    float: left;
    clear: both;
    /* width: 100%; */
  }
  .products .product .button.yith-wcqv-button {
    /* margin-top: 10px; */
    display: none;
  }
  .prodcat-wrap.flickity-enabled {
    margin-top: 4%;
  }
  .feat-prod-info {
    overflow: hidden;
  }
  .storefront-sorting {
    margin: 3% 0;
  }
  .storefront-sorting:first-of-type {
    margin-top: 3%;
  }
  .store-styles .woocommerce-MyAccount-navigation {
    width: 20% !important;
    margin-right: 5% !important;
  }
  .store-styles .woocommerce-MyAccount-content {
    width: 75% !important;
  }
  .store-styles
    .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link
    a {
    font-size: 1em;
  }
  .woocommerce-MyAccount-navigation ul li a::before {
    display: none;
  }

  .mobile .prodcat-wrap .flickity-viewport {
    overflow: visible;
  }
  .best-sellers-heading .arrow-wrap .slideprev,
  .best-sellers-heading .arrow-wrap .slideprev2,
  .best-sellers-heading .arrow-wrap .slidenext,
  .best-sellers-heading .arrow-wrap .slidenext2 {
    height: 30px;
    width: 30px;
  }
  .mobile .flickity-slider h2 {
    font-size: 1em;
  }
  .site-main .related .products .product,
  .site-main .related .products .product.last {
    width: 45% !important;
  }
  .order-online .text {
    display: none;
  }
  .about-us-policy .medium-container {
    padding: 5% 0%;
  }
  .thumbnail-img {
    height: 150px;
  }
  .feat-prod-info .button {
    width: 146px !important;
  }
  .about-us-policy .smaller-container .flex-center {
    flex-direction: column-reverse;
  }
  .about-us-policy .smaller-container .row .left {
    width: 92%;
    margin-right: 0;
    margin-top: -160px;
    flex-direction: column;
  }
  .about-us-policy .smaller-container .row .right img {
    width: 100%;
  }
  .about-us-policy .smaller-container .row .right {
    width: 100%;
    margin-left: 0;
    height: 300px;
    overflow: hidden;
  }
  .about-us-banner .right img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
  }
  .page-template-page-contact .page-header {
    padding: 0;
  }
  .page-template-page-contact .page-header .heading-leftpad {
    padding-left: 0;
  }
  .contact-us-section .right iframe {
    border-radius: 20px;
  }
  .contact-us-section .container {
    padding-bottom: 5%;
  }
  .contact-us-section .contact-details .right {
    margin-left: 0;
  }

  .single-product .single-product-container.first {
    padding-top: 100px !important;
  }
  .col2-set#customer_login .col-1,
  .col2-set.addresses .col-1 {
    width: 100%;
  }
  .col2-set#customer_login .col-2,
  .col2-set.addresses .col-2 {
    width: 100%;
  }
  .hp-banner {
    height: 310px;
    overflow: visible;
    margin-bottom: 240px;
  }
  /* .hp-banner .hp_vid {
    min-height: 370px;
  } */

  .footer-mobile .menu-policy-links-container ul.menu {
    width: 100% !important;
    display: inline-block;
  }
  .footer-mobile .menu-policy-links-container ul.menu li:after {
    display: none;
  }
  .footer-mobile .menu-policy-links-container ul.menu a {
    font-size: inherit;
  }

  .footer-mobile .menu-policy-links-container ul.menu li:nth-child(3),
  .footer-mobile .menu-policy-links-container ul.menu li:nth-child(5) {
    border-right: 0;
  }
  .footer-mobile .menu-policy-links-container ul.menu li:nth-child(4) {
    border-right: 1px solid #fff;
  }
  .yith-quick-view-content .qview-button-wrap {
    margin-top: 0;
    float: left;
  }
  .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 0 !important;
  }
  .hp-banner {
    margin-bottom: 240px;
  }
  .hp-categories .solid-button-teal.fixed-button {
    width: 250px;
  }
}

@media only screen and (max-width: 560px) {
  .font-heading {
    font-size: 2.2em;
  }
  .font-subheading {
    font-size: 1.875em;
  }
  .single-product h1.product_title.entry-title {
    font-size: 1.8em !important;
  }
  .font-section {
    font-size: 1.3em;
  }
  .font-bannersubheading {
    font-size: 1em;
  }
  .font-footermail {
    font-size: 1.5em;
  }
  .order-total .woocommerce-Price-amount {
    font-size: 1.5em !important;
  }
  .faq_title {
    font-size: 1.1em;
  }
  .faq_details {
    font-size: 1em;
  }
  .order-online {
    width: 25% !important;
  }

  .order-online.font-medium {
    font-size: 0.8em;
  }
  .order-online a {
    font-size: 1em;
  }
  .usp-carousel-container {
    width: 75% !important;
  }

  .usp-carousel {
    font-size: 0.8em;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .usp-carousel {
    height: 20px !important;
    width: 100% !important;
  }
  .woocommerce-cart .store-styles h1.entry-title,
  .woocommerce-checkout .store-styles h1.entry-title {
    font-size: 2.2em;
  }
  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }
  .col {
    margin: 1% 0 1% 0%;
  }
  .arrow-wrap .slideprev,
  .arrow-wrap .slideprev2,
  .arrow-wrap .slidenext,
  .arrow-wrap .slidenext2 {
    height: 35px;
    width: 35px;
  }
  .hp-banner .image-bg {
    min-height: 250px;
  }
  .about-us-policy .left {
    margin-right: -250px;
    width: 80%;
  }
  .contact-info li.tel,
  .contact-info li.email,
  .contact-info li.form {
    padding-left: 25px;
  }
  .contact-info li.tel::before,
  .contact-info li.email::before,
  .contact-info li.form::before {
    width: 20px;
    height: 20px;
  }
  .contact-info li .font-bannersubheading {
    font-size: 0.8em;
  }
  #payment .place-order .button,
  .wpcf7-submit.solid-button-navy,
  .products .product .button,
  .products .product .button.yith-wcqv-button,
  .side-slide a.button.wc-forward,
  .side-slide a.button.checkout.wc-forward,
  .solid-button-teal,
  .hollow-button-navy,
  .hollow-button {
    /* padding: 10px; */
    font-size: 0.8em;
  }
  .featured-product .slick-list {
    padding: 0;
  }
  .best-sellers-heading {
    padding: 5% 2% 3%;
  }
  .site-header .site-branding img {
    max-width: 180px;
  }
  .feat-prod-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #wcvat-toggle {
    padding: 10px;
  }
  #wcvat-toggle {
    font-size: 0.6em !important;
  }
  .best-sellers-heading .flex.title-arrows {
    width: 100%;
    justify-content: space-between;
  }
  .hp-best-sellers .container .row {
    position: relative;
    padding-bottom: 70px;
  }
  .best-sellers-heading .hollow-button-navy {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer-area .footer-mobile.container.disclaimer {
    font-size: 0.8em;
  }
  p,
  ul {
    font-size: 0.9em;
  }
  /* .home .site-main .best-sellers-carousel .products .product,
  .home .site-main .best-sellers-carousel .products .product.last,
  .site-main .products .product,
  .site-main .products .product.last,
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last {
    width: 90% !important;
    margin: 4% 5% !important;
  } */
  .best-sellers-heading .arrow-wrap .slideprev,
  .best-sellers-heading .arrow-wrap .slideprev2,
  .best-sellers-heading .arrow-wrap .slidenext,
  .best-sellers-heading .arrow-wrap .slidenext2 {
    height: 35px;
    width: 35px;
  }
  .arrow-wrap .slideprev3,
  .arrow-wrap .slidenext3 {
    height: 35px;
    width: 35px;
  }
  .casestudy-wrap .wrap {
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .case-arrow-wrap {
    padding-bottom: 15px;
  }
  .casestudy-wrap .wrap .title,
  .bespokework-wrap .wrap .title {
    margin-top: 10px;
  }
  .bespokework-wrap .wrap .heading {
    margin-top: 10px;
  }
  section.hp-categories:before {
    content: "";
    background-color: #f3f8f4;
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 0;
  }
  section.hp-sections .bespokework-wrap {
    z-index: 1;
  }
  section.hp-brands .span_1_of_5 {
    width: 25%;
  }
  .hp-news .wrap .heading {
    margin-top: 6%;
  }
  .hp-cta .wrap .title {
    margin-bottom: 3%;
  }
  .stayintouch {
    margin-bottom: -120px;
  }
  .stayintouch.small-container {
    width: 90%;
  }
  .stayintouch button.solid-button-navy {
    margin-left: 0;
  }
  .stayintouch .container {
    padding: 4% 2% 4% 2%;
  }
  .term-ducting-fittings h1.woocommerce-products-header__title:before {
    width: 46px;
    height: 30px;
  }
  .term-ducting-fittings h1.woocommerce-products-header__title {
    padding-left: 54px;
  }
  .term-ducting-accessories h1.woocommerce-products-header__title:before {
    width: 35px;
    height: 28px;
  }
  term-ducting-accessories h1.woocommerce-products-header__title {
    padding-left: 45px;
  }
  .term-flexible-ducting h1.woocommerce-products-header__title:before {
    width: 30px;
    height: 25px;
  }
  .term-flexible-ducting h1.woocommerce-products-header__title {
    padding-left: 41px;
  }
  .term-rectangular-ductwork h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .term-rectangular-ductwork h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 30px;
  }
  .term-fire-protection h1.woocommerce-products-header__title:before {
    width: 30px;
    height: 30px;
  }
  .term-fire-protection h1.woocommerce-products-header__title {
    padding-left: 40px;
  }
  .term-quick-fit-clipped-ducting h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 30px;
  }
  .term-quick-fit-clipped-ducting h1.woocommerce-products-header__title {
    padding-left: 40px;
  }
  .term-flat-oval-ductwork h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 30px;
  }
  .term-flat-oval-ductwork h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .term-plastic-ductwork h1.woocommerce-products-header__title:before {
    width: 40px;
    height: 25px;
  }
  .term-plastic-ductwork h1.woocommerce-products-header__title {
    padding-left: 50px;
  }
  .term-gasket-fittings h1.woocommerce-products-header__title:before {
    width: 35px;
    height: 35px;
    top: -3px;
    left: -5px;
  }
  .term-gasket-fittings h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .term-fans-accessories h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 25px;
  }
  .term-fans-accessories h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .term-grilles-louvres h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 25px;
  }
  .term-grilles-louvres h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .term-filters h1.woocommerce-products-header__title:before {
    width: 25px;
    height: 30px;
  }
  .term-filters h1.woocommerce-products-header__title {
    padding-left: 35px;
  }
  .woocommerce-products-header .image {
    display: none;
  }
  .full-article.span_1_of_3 {
    width: 100%;
  }
  .thumbnail-img {
    height: 220px;
  }
  .stay-form .flex-between {
    flex-direction: column;
  }
  .contact-form .stay-form .flex-between > div {
    width: 100%;
  }
  .heading-leftpad {
    padding-left: 0;
  }
  .page-template-page-faqs .page-header {
    padding-left: 0;
  }
  .blog .site-main .container {
    padding: 0 0 7% 0;
  }
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments {
    padding: 1em 2em 1em 2.5em;
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.8em;
    justify-content: flex-end;
  }
  .woocommerce-message::before,
  .woocommerce-info::before,
  .woocommerce-error::before,
  .woocommerce-noreviews::before,
  p.no-comments::before {
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  .side-slide {
    padding: 40px 20px 20px;
  }
  .woocommerce-message .button {
    width: 140px;
    display: flex;
    align-items: center;
  }
  .single-product .woocommerce-notices-wrapper {
    margin: 4% auto 0;
  }
  .product_list_widget li img {
    width: 60px;
    height: 50px;
    max-width: 80px;
  }
  .side-slide .variation-data.font-smaller {
    font-size: 0.9em;
  }
  .feat-prod-info .button {
    width: 130px !important;
  }
  .best-sellers-carousel .products {
    padding: 0;
  }
  .best-sellers-carousel .feat-prod-info,
  .archive .feat-prod-info {
    padding: 20px 15px;
  }
  .archive .products {
    padding: 20px 0 70px 0;
  }
  .stayintouch .right {
    width: 100%;
  }
  .hp-banner {
    height: 270px;
    overflow: visible;
    margin-bottom: 230px;
  }
  /* .hp-banner .hp_vid {
    min-height: 310px;
  } */
  .side-slide .close {
    top: 40px;
  }
  .hp-categories .solid-button-teal.fixed-button {
    width: 240px;
  }
  .feat-prod-info .woocommerce-Price-amount,
  .feat-prod-info h2.woocommerce-loop-product__title {
    font-size: 1em !important;
  }
  .dd-header .col-full .h-wrap .cart-account-wrap {
    order: 2;
    width: 36%;
  }
  .error404 .page-header.heading-leftpad, .error404 .pos-content, .error404 .site-content .widget_product_search {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .woocommerce-cart .product-thumbnail img {
    max-width: 100px;
    max-height: 70px;
  }
  .product-thumbnail {
    width: 20%;
  }
  .product-name {
    width: 50%;
  }
  .product-qs-wrap {
    width: 30%;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 77px;
    max-height: 55px;
  }
  .woocommerce-cart .product-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-banner {
    height: 220px;
    overflow: visible;
    margin-bottom: 230px;
  }
  /* .hp-banner .hp_vid {
    min-height: 250px;
  } */

  .woocommerce-table--order-details .product-name {
    width: 100%;
  }
  .product_list_widget li img {
    /* margin: 0px 15px 90px 0px; */
    width: 60px;
    height: 50px;
    max-width: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-at-max-1024 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .dd-header .span_1_of_3.order-online .text {
    display: none;
  }
  .font-heading {
    font-size: 2em;
  }
  .font-subheading {
    font-size: 1.5em;
  }
  .single-product h1.product_title.entry-title {
    font-size: 1.5em !important;
  }
  .font-section {
    font-size: 1.3em;
  }
  .font-bannersubheading {
    font-size: 0.9em;
  }
  .font-footermail {
    font-size: 1.3em;
  }
  .order-total .woocommerce-Price-amount {
    font-size: 1.3em !important;
  }
  .faq_title {
    font-size: 1em;
  }
  .faq_details {
    font-size: 0.9em;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt:before {
    height: 20px;
    width: 15px;
    left: 10px;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt {
    padding: 12px 10px 12px 30px;
  }
  .wc-proceed-to-checkout .hollow-button.alt {
    display: flex;
    align-items: center;
  }
  .related_post h4.font-bannersubheading {
    font-size: 1.5em;
    margin: 20px 0;
  }
  .cart-account-wrap img.icon {
    padding: 0 5px;
  }
  .contact-us-section .right iframe {
    height: 350px;
  }
  .site-header .site-branding img {
    max-width: 160px;
  }
  .dd-header .col-full .h-wrap .cart-account-wrap {
    width: 30%;
    padding-right: 34px;
  }
}

@media only screen and (max-width: 450px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .storefront-full-width-content .woocommerce-tabs .panel h3 {
    font-size: 1.2em;
  }
  ul.contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  .contact-info li.tel,
  .contact-info li.email,
  .contact-info li.form {
    margin: 10px;
    align-items: center;
  }
  .contact-info li.form::before {
    top: 3px;
  }
  .site-main .related .products .product,
  .site-main .related .products .product.last,
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last,
  .site-main .up-sells .products .product,
  .site-main .up-sells .products .product.last {
    width: 55% !important;
    margin: 5% 2% 5% 2% !important;
  }
  .products.flickity-enabled {
    padding: 0 !important;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt {
    font-size: 0.8em;
  }
  .related.products .single-product-container .logo-wrap {
    padding: 0 !important;
  }
  .wc-proceed-to-checkout .hollow-button.alt {
    font-size: 0.7em;
  }
  .related_post-container .container .row .full-article.span_3_of_3 {
    width: 100%;
  }
  /* .hp-banner {
    margin-bottom: 180px;
  } */
  .site-header .site-branding img {
    max-width: 140px;
  }
  .cart-account-wrap {
    display: flex;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .variation-data {
    display: flex;
    flex-direction: column;
  }
  .variation-data > div > p {
    padding-left: 0 !important;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 67px;
  }
  .hp-banner {
    height: 250px;
    overflow: visible;
    margin-bottom: 200px;
  }
  /* .hp-banner .hp_vid {
    min-height: 220px;
  } */
  .hp-banner {
    height: 210px;
    overflow: visible;
    margin-bottom: 205px;
  }
  .products .flickity-prev-next-button {
    top: -40px;
  }
  .related .single-product-container .font-bannersubheading,
  .related .single-product-container .font-subheading {
    text-align: left;
  }
  .cross-sells .font-bannersubheading,
  .cross-sells .font-subheading {
    text-align: left;
  }
  .order-online {
    width: 100% !important;
    text-align: center;
  }
  .usp-carousel-container {
    width: 100% !important;
  }
  /* .home .site-main .best-sellers-carousel .products .product,
  .home .site-main .best-sellers-carousel .products .product.last,
  .site-main .products .product,
  .site-main .products .product.last,
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last {
    width: 88% !important;
    margin: 10% 6% !important;
  } */
  .best-sellers-carousel .feat-prod-info,
  .archive .feat-prod-info {
    padding: 20px 10px;
  }
  .best-sellers-carousel .products .product img {
    height: 150px;
  }
  .archive .products .product img {
    height: 150px;
  }
  .dd-header .col-full .h-wrap .cart-account-wrap {
    width: 35%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .archive .products .product {
    width: 100% !important;
  }
  .archive .products .product img {
    height: 240px;
  }
  .feat-prod-info {
    padding: 10px;
  }
  /* .hp-banner .hp_vid {
    min-height: 210px;
  } */

  .hp-banner {
    height: 190px;
    overflow: visible;
    /* margin-bottom: 220px; */
  }

  .font-heading {
    font-size: 1.8em;
  }
  .site-main .products .product,
  .site-main .products .product.last,
  .site-main .cross-sells .products .product,
  .site-main .cross-sells .products .product.last,
  .site-main .related .products .product,
  .site-main .related .products .product.last {
    width: 100% !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .storefront-full-width-content .woocommerce-tabs .panel h3 {
    font-size: 1em;
  }
  .woocommerce-cart .quantity button.minus,
  .woocommerce-cart .quantity button.plus {
    padding: 6px;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 55px;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt {
    font-size: 0.7em;
    padding: 12px 14px 12px 25px;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt:before {
    height: 17px;
    width: 13px;
  }
  .about-us-usp .wrap.span_1_of_4,
  .about-us-policy .wrap.span_1_of_4 {
    width: 100%;
  }
  .about-us-usp .medium-container .row,
  .about-us-policy .medium-container .row {
    flex-direction: column;
  }

  .accordion-container .accordion-title {
    padding: 4% 15% 4% 0%;
    font-size: 15px;
  }
  .accordion-content {
    font-size: inherit;
  }
  .dd-header .col-full .h-wrap .cart-account-wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 330px) {
  .hp-banner .hp_vid {
    min-height: 180px;
  }
  .hp-banner {
    height: 170px;
    overflow: visible;
    margin-bottom: 225px;
  }
  .wc-proceed-to-checkout {
    flex-direction: column;
  }
  .wc-proceed-to-checkout .solid-button-teal.alt {
    padding: 12px 14px 12px 30px;
  }
}

.promo-form .promo-image {
	display: block;
	width: 40%;
	background-image: url(/wp-content/uploads/2024/05/AdobeStock_160180048-scaled.jpeg);
	background-size: cover;
	background-position: center;
	margin-right: 30px;
}

.promo-form .stay-form {
	flex: 1;
}

@media only screen and (max-width: 560px) {
	.promo-form .promo-image {
		display: none;
	}
}