/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/sass/pages/single-product.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "montserratblack";
  font-size: 1rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.25px;
  position: relative;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
}

h2,
h3,
p {
  margin-bottom: 0.5em;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  padding-left: 0;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

/*----------------
		Font
------------------*/
:root {
  font-size: 16px;
}
:root * {
  font-family: "Roboto";
}

h1 {
  font-size: 2.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.562rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
}

p {
  font-size: 14px;
  line-height: 1.75rem;
  font-weight: 300;
  letter-spacing: 1.25px;
}

.primary-button {
  padding: 10px 1rem;
  color: #a01819;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #a01819;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: none;
}
.primary-button:focus {
  outline: none;
}
.primary-button:hover {
  background: #a01819;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.secondary-button {
  padding: 10px 0;
  color: #182b5b;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #182b5b;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: none;
}
.secondary-button:focus {
  outline: none;
}
.secondary-button:hover {
  background: #182b5b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  color: var(--main-color);
}

.cart-popup {
  position: absolute;
  z-index: 22;
  background-color: white;
  min-width: 300px;
  padding: 1rem;
  width: 35vw;
  max-width: 600px;
  box-shadow: 0 5px 20px 17px rgba(0, 0, 0, 0.03);
  left: 0;
}
.cart-popup.hide {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.cart-popup ul {
  list-style: none;
}
.cart-popup li {
  display: grid;
  grid-template-columns: 0.5fr 6fr 2fr;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.cart-popup li .quantity {
  text-align: right;
}
.cart-popup li .variation {
  display: none;
}
.cart-popup li button {
  border: none;
  background: transparent;
  padding: unset;
  cursor: pointer;
  transition: 0.5s;
}
.cart-popup li button:hover {
  color: var(--main-color);
}
.cart-popup li button svg {
  pointer-events: none;
}
.cart-popup li a {
  display: flex;
  color: black;
  transition: color 0.5s;
  gap: 0.5rem;
}
.cart-popup li a img {
  width: 75px;
  height: 75px;
}
.cart-popup li a:hover {
  color: var(--main-color);
}
.cart-popup .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-top: 2px var(--gray-color) solid;
  border-bottom: 2px var(--gray-color) solid;
}
.cart-popup .woocommerce-mini-cart__buttons {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  gap: 2rem;
}
.cart-popup .woocommerce-mini-cart__buttons a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: transparent;
  color: black;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  padding: 0.8rem 0;
}
.cart-popup .woocommerce-mini-cart__buttons a.cart-nav {
  display: none;
}
.cart-popup .woocommerce-mini-cart__buttons a:hover {
  color: var(--main-color);
}

.hamburger-btn {
  cursor: pointer;
}
.hamburger-btn [aria-expanded] path {
  transition: d 0.25s;
}
.hamburger-btn [aria-expanded=true] path {
  d: path("M1,1 9,9 M5,5 5,5 M1,9 9,1");
}

.selectron23 {
  margin-top: 0.1rem;
}

.top-wrapper .contact-us-container {
  padding: 15px 0;
  background: #f5f5f5;
  z-index: 1000;
  position: relative;
}
@media (max-width: 1050px) {
  .top-wrapper .contact-us-container {
    padding: unset;
  }
}
.top-wrapper .contact-us {
  display: flex;
  justify-content: space-between;
}
.top-wrapper .contact-us .contact {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.top-wrapper .contact-us .contact svg {
  height: 25px;
  width: 25px;
}
.top-wrapper .contact-us .contact a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 10px;
}
.top-wrapper .contact-us .contact a p {
  font-weight: 700;
  margin: 0;
}
.top-wrapper .contact-us .contact a:hover {
  color: var(--main-color);
}
.top-wrapper .contact-us .contact a:hover svg {
  fill: var(--main-color);
}
.top-wrapper .contact-us .contact .top-logo img {
  height: 40px;
  width: auto;
  flex: 1;
}
.top-wrapper .contact-us .contact .top-logo.hide {
  display: none;
}
.top-wrapper .contact-us .customer-corner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.top-wrapper .contact-us .customer-corner .my_account,
.top-wrapper .contact-us .customer-corner .cart-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 15px;
  text-decoration: none;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.top-wrapper .contact-us .customer-corner .my_account::before,
.top-wrapper .contact-us .customer-corner .cart-nav::before {
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  position: absolute;
  left: 0;
  width: 2px;
  background: #ddd;
  content: "";
}
.top-wrapper .contact-us .customer-corner .my_account svg,
.top-wrapper .contact-us .customer-corner .cart-nav svg {
  height: 25px;
  width: 25px;
  z-index: 20;
  transition: 0.3s;
}
.top-wrapper .contact-us .customer-corner .my_account p,
.top-wrapper .contact-us .customer-corner .cart-nav p {
  transition: 0.3s;
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 12px;
}
.top-wrapper .contact-us .customer-corner .my_account .cart-count,
.top-wrapper .contact-us .customer-corner .cart-nav .cart-count {
  background: #E00D18;
  position: absolute;
  top: -14px;
  left: 23px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 700;
}
.top-wrapper .contact-us .customer-corner .my_account:hover svg,
.top-wrapper .contact-us .customer-corner .my_account:hover path,
.top-wrapper .contact-us .customer-corner .cart-nav:hover svg,
.top-wrapper .contact-us .customer-corner .cart-nav:hover path {
  fill: #a01819;
}
.top-wrapper .contact-us .customer-corner .my_account:hover p,
.top-wrapper .contact-us .customer-corner .cart-nav:hover p {
  color: #a01819;
}
.top-wrapper .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.5s;
  background: #fff;
  height: 105px;
  z-index: 10;
}
.top-wrapper .bottom-wrapper.hide {
  z-index: 0;
  position: absolute;
  left: 0;
  padding: unset;
  overflow: hidden;
  height: 0px;
  width: 100%;
}
.top-wrapper .bottom-wrapper .container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.top-wrapper .bottom-wrapper .main-logo {
  max-width: 520px;
  height: auto;
  flex: 1;
}
.top-wrapper .bottom-wrapper .main-logo img {
  height: auto;
}
.top-wrapper .bottom-wrapper #header-search-bar {
  max-width: 450px;
  min-width: 20vw;
}
@media (max-width: 700px) {
  .top-wrapper .bottom-wrapper #header-search-bar {
    min-width: 50px;
  }
}
.top-wrapper .bottom-wrapper .buttons-container {
  display: none;
}
.top-wrapper .bottom-wrapper .buttons-container button {
  background: none;
  border: none;
}
.top-wrapper .bottom-wrapper .buttons-container button svg {
  width: 20px;
  height: 20px;
}
.top-wrapper .popup-outside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
}
.top-wrapper .popup-outside.hide {
  display: none;
}

.currency-converter, .currency-converter-mobile {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.currency-converter p, .currency-converter-mobile p {
  font-weight: 700;
  margin: 0;
}
.currency-converter svg, .currency-converter-mobile svg {
  width: 24px;
  height: auto;
}
.currency-converter .woocs-lds-ellipsis, .currency-converter-mobile .woocs-lds-ellipsis {
  display: none !important;
}
.currency-converter .selectron23, .currency-converter-mobile .selectron23 {
  position: absolute !important;
  top: 50%;
  transform: scale(0.5) translateY(-50%) !important;
}
.currency-converter .selectron23-option:first-child, .currency-converter-mobile .selectron23-option:first-child {
  padding: 13px 20px 13px 9px !important;
  margin: 0 !important;
}

.currency-converter div[data-woocs-sd]:before {
  content: "Change currency";
  font-weight: 700;
  color: var(--black-color);
}

.currency-converter-mobile .selectron23 {
  margin-top: -1.8rem;
  margin-left: -1rem;
}

.upper-nav {
  background: #fff;
}
.upper-nav.Timpsons-header {
  background: #9c0033;
  position: sticky;
  top: 0;
  z-index: 20;
}
.upper-nav.Timpsons-header .top-wrapper {
  position: initial;
  transition: height 0.5s;
}
.upper-nav.Timpsons-header .top-wrapper .contact-us {
  justify-content: flex-end;
}
.upper-nav.Timpsons-header .top-wrapper .contact-us .contact a {
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: row;
}
.upper-nav.Timpsons-header .top-wrapper .contact-us .contact svg {
  fill: #fff;
}
.upper-nav.Timpsons-header .top-wrapper.hide {
  height: 30px;
}
.upper-nav.Timpsons-header .top-wrapper.scale {
  transition: height 0.5s;
  height: 121px !important;
}
.upper-nav.Timpsons-header .top-wrapper.scale .bottom-wrapper {
  max-width: 90%;
  height: 80px;
  transition: height 0.5s;
}
.upper-nav.Timpsons-header .top-wrapper.scale .bottom-wrapper a img {
  height: 60px;
  transition: height 0.5s;
}
.upper-nav.Timpsons-header .bottom-wrapper {
  background: #9c0033;
  height: 130px;
  transition: height 0.5s;
}
.upper-nav.Timpsons-header .bottom-wrapper .buttons-container path {
  fill: #fff;
}
.upper-nav.Timpsons-header .bottom-wrapper .buttons-container .hamburger-btn svg {
  stroke: #fff;
}
.upper-nav.Timpsons-header .bottom-wrapper a img {
  height: 100px;
  transition: height 0.5s;
}
.upper-nav.Timpsons-header .bottom-wrapper.hide {
  position: initial;
  width: 100%;
  z-index: 0;
  height: 100px;
}
.upper-nav.Timpsons-header .bottom-wrapper.hide a img {
  height: 60px;
}

.nav-bar-wrapper.timpsons-nav-bar-wrapper .nav-bar {
  background: #5d0a20;
}
.nav-bar-wrapper .nav-bar {
  background: #a01819;
  position: sticky;
  z-index: 20;
}
.nav-bar-wrapper .nav-bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}
.nav-bar-wrapper .nav-bar ul li {
  position: relative;
  flex: 1;
  display: flex;
}
.nav-bar-wrapper .nav-bar ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  transition: background 0.3s ease-in-out;
}
.nav-bar-wrapper .nav-bar ul li .sub-menu {
  display: none;
  flex-flow: column;
  position: absolute;
  top: 55px;
  z-index: 10;
  width: 100%;
}
.nav-bar-wrapper .nav-bar ul li .sub-menu li {
  width: 100%;
  text-align: center;
}
.nav-bar-wrapper .nav-bar ul li .sub-menu li a {
  padding: 10px 15px;
  background: rgba(160, 24, 25, 0.95);
  transition: background 0.3s ease-in-out;
}
.nav-bar-wrapper .nav-bar ul li .sub-menu li:hover a {
  background: var(--main-color);
}
.nav-bar-wrapper .nav-bar ul li:hover .sub-menu {
  display: flex;
}
.nav-bar-wrapper .nav-bar ul li:hover a {
  background: var(--main-color);
}
.nav-bar-wrapper .nav-services-wrapper {
  padding: 12px 0;
  background: #f5f5f5;
  z-index: 1;
  min-height: 60px;
}
.nav-bar-wrapper .nav-services-wrapper .nav-services {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 15px;
}
.nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service .nav-service-icon {
  display: flex;
  align-items: center;
}
.nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service svg {
  height: 25px;
  width: auto;
}
.nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service div p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1050px) {
  .nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service {
    flex-flow: column;
  }
  .nav-bar-wrapper .nav-services-wrapper .nav-services .nav-service .nav-service-text {
    text-align: center;
  }
}
@media (max-width: 815px) {
  .nav-bar-wrapper .nav-services-wrapper .nav-services {
    gap: 20px;
    justify-content: center;
  }
}

.mobile-navigation {
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.mobile-navigation .sub-menu {
  padding-left: 2rem;
}
.mobile-navigation ul {
  list-style: none;
}
.mobile-navigation ul .menu-item {
  position: relative;
}
.mobile-navigation ul .menu-item a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
}
.mobile-navigation ul .menu-item a:first-child {
  font-weight: 700;
}
.mobile-navigation .mobile-contact {
  height: 55px;
  width: 100%;
  background: #a01819;
  padding: 15px 0;
}
.mobile-navigation .mobile-contact .mobile-contact-inner {
  display: flex;
  gap: 0 20px;
  flex-flow: row nowrap;
  align-items: center;
}
.mobile-navigation .mobile-contact .mobile-contact-inner svg path {
  fill: #fff;
}
.mobile-navigation .mobile-contact .mobile-contact-inner p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.mobile-header-checkout-link {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .mobile-header-checkout-link {
    display: block;
  }
  .top-wrapper {
    padding: 15px 0;
  }
  .top-wrapper .contact-us {
    display: none;
  }
  .top-wrapper .bottom-wrapper .main-logo img {
    max-width: 215px;
  }
  .top-wrapper .bottom-wrapper .buttons-container {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 25px;
  }
  .upper-nav {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .nav-bar-wrapper {
    display: none;
  }
  .mobile-navigation.show {
    height: calc(100vh - 57px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
.aa-Autocomplete,
.aa-DetachedFormContainer,
.aa-Panel,
.aa-SubmitIcon {
  color: #131415 !important;
}

.selectron23 * {
  background-color: transparent !important;
  padding: unset;
}

@media (max-width: 600px) {
  .bottom-wrapper .container {
    gap: unset;
  }
  .aa-DetachedSearchButton {
    border: none !important;
    box-shadow: 0 5px 20px 17px rgba(0, 0, 0, 0.05);
  }
  .aa-DetachedSearchButton:focus-within {
    box-shadow: 0 5px 20px 17px rgba(0, 0, 0, 0.05) !important;
  }
  .aa-DetachedSearchButton:focus {
    box-shadow: 0 5px 20px 17px rgba(0, 0, 0, 0.05);
  }
  .top-wrapper .bottom-wrapper .main-logo img {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  #header-search-bar .aa-DetachedSearchButtonPlaceholder {
    display: none;
    border: none !important;
  }
  #header-search-bar .aa-DetachedSearchButton {
    border: none !important;
  }
}
.currency-converter-mobile, .my_account_mobile {
  display: none;
}

@media (max-width: 768px) {
  .currency-converter-mobile, .my_account_mobile {
    display: block;
  }
  .bottom-wrapper .container {
    display: grid !important;
    grid-template-columns: 175px auto 60px 30px 30px 30px;
    gap: 1rem !important;
    grid-template-areas: "logo . converter mobileaccount checkout hamburger" "search search search search search search";
  }
  .main-logo {
    grid-area: logo;
  }
  #header-search-bar {
    grid-area: search;
  }
  .buttons-container {
    grid-area: hamburger;
  }
  .mobile-header-checkout-link {
    grid-area: checkout;
  }
  .currency-converter-mobile {
    grid-area: converter;
    background: none;
    border: none;
  }
  .currency-converter-mobile > div {
    height: 30px !important;
  }
  .my_account_mobile {
    grid-area: mobileaccount;
  }
}
@media (max-width: 500px) {
  .my_account_mobile, .mobile-header-checkout-link, .my_account_mobile {
    display: none;
  }
  .currency-converter-mobile {
    display: block;
  }
  .bottom-wrapper .container {
    display: grid !important;
    grid-template-columns: 150px 60px auto;
    gap: 1rem !important;
    grid-template-areas: "logo converter hamburger" "search search search";
    position: relative;
  }
}
@media (max-width: 500px) {
  .scale #header-search-bar {
    display: none;
  }
  .upper-nav.Timpsons-header .bottom-wrapper {
    display: grid !important;
    grid-template-columns: 150px auto;
    grid-template-areas: "logo hamburger" "search search";
  }
  .upper-nav.Timpsons-header .bottom-wrapper .main-logo {
    grid-area: logo;
  }
  .upper-nav.Timpsons-header .bottom-wrapper .main-logo img {
    height: 75px;
    width: 100%;
  }
  .upper-nav.Timpsons-header .bottom-wrapper #header-search-bar {
    grid-area: search;
  }
  .upper-nav.Timpsons-header .bottom-wrapper .buttons-container {
    grid-area: hamburger;
    justify-content: flex-end;
  }
}
.currency-converter-mobile {
  position: relative;
}
.currency-converter-mobile .selectron23 {
  position: relative;
  margin-top: unset;
}
.currency-converter-mobile .selectron23-option {
  width: 42px;
}

footer {
  background: #131415;
  padding: 60px 0 0;
  position: relative;
}
footer .go-to-top {
  position: absolute;
  top: -60px;
  right: 60px;
  background: #A01819;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .go-to-top svg,
footer .go-to-top path {
  fill: #fff;
  width: 30px;
  height: 30px;
}
footer .go-to-top.timpsons-footer {
  background: #9c0033;
}
footer h3 {
  font-size: 16px;
}
footer .footer-inner {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  gap: 60px;
  max-width: 1275px;
}
footer .footer-inner ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 15px 0;
}
footer .footer-inner .footer-details {
  max-width: 375px;
  width: 100%;
}
footer .footer-inner .footer-details .footer-logo img {
  height: auto;
}
footer .footer-inner .footer-details .social {
  margin: 30px 0;
  display: flex;
  gap: 0 25px;
}
footer .footer-inner .footer-details .social svg {
  fill: #fff;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
}
footer .footer-inner .footer-details .social svg:hover {
  transform: scale(110%);
}
footer .footer-inner .footer-details .payment-options {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 500px) {
  footer .footer-inner .footer-details .payment-options {
    flex-wrap: wrap;
  }
}
footer .footer-inner .footer-about {
  flex-flow: column;
  flex: 0 0 450px;
  color: #fff;
}
footer .footer-inner .footer-about ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-inner .footer-about-links ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-inner .footer-shopping-options ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-inner .footer-misc ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-inner ul li a {
  transition: all 0.3s ease-in-out;
}
footer .footer-inner ul li a:hover {
  color: var(--main-color);
}
footer .copyright {
  margin: 60px 0 0;
  background: #000;
  display: flex;
  justify-content: center;
  gap: 0 45px;
  padding: 10px 0;
}
footer .copyright p {
  color: #fff;
  margin: 0;
}
footer .copyright p a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/*---------------------------------
		Color Variables
-----------------------------------*/
:root {
  --main-color-var: #861515;
  --main-color-opacity: #a01818d7;
  --main-color-opacity-01: #a018181c;
  --secondary-color: #182b5b;
  --black-color: #000000;
  --white-color: #ffffff;
  --overlay-color: #000000b2;
  --gray-color: #f5f5f5;
  --dark-gray-color: #e0e0e0;
}
:root body.gate-remotes {
  --main-color: #a01819;
}
:root body.electric-gate-motors {
  --main-color: #a01819;
}
:root body.timpson-remotes {
  --main-color: #9c0033;
}

html {
  scroll-behavior: smooth;
}

:root {
  --box-shadow: 0 5px 20px 17px rgba(0, 0, 0, 0.05);
}

.list-position-inside {
  list-style-position: inside;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.add-qty *, .substract-qty * {
  pointer-events: none;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-message {
  height: 0px;
  transition: height 0.3s;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s;
}

.success-message.active {
  height: 65px;
  background: #1ea73c;
  color: white;
  padding: 1rem 50px;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  opacity: 1;
}

#close_modal {
  position: absolute;
  cursor: pointer;
  right: -20px;
  top: -20px;
  background: white;
  border-radius: 50%;
}
#close_modal svg {
  position: absolute;
  inset: 0;
}

#add-to-cart:disabled {
  background: var(--dark-gray-color);
  pointer-events: none;
}

.popup {
  width: 70%;
  background-color: white;
  position: relative;
  max-width: 900px;
  min-width: 300px;
}
.popup .payload {
  padding: 35px 50px;
}
@media (max-width: 500px) {
  .popup .payload {
    padding: 35px 10px;
  }
}
.popup h3 {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 1.875rem;
}
.popup .btn {
  text-align: center;
  padding: 1rem;
  color: white;
  font-size: 1rem;
  background: transparent;
  border: unset;
  offset: none;
  border-radius: 5px;
  max-width: 350px;
  width: 100%;
  cursor: pointer;
}
.popup .btn a {
  color: white;
  font-size: 1rem;
}
.popup .hidden {
  display: none;
}
.popup .loader {
  border: 6px solid var(--gray-color); /* Light grey */
  border-top: 6px solid var(--main-color); /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup .divider {
  height: 3px;
  background-color: black;
  opacity: 0.2;
  margin-top: 30px;
  margin-bottom: 40px;
}
.popup .primary-btn {
  background-color: #a01819;
}
.popup .secondary-btn {
  background-color: var(--secondary-color);
}
.popup .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.popup .basket-container {
  display: flex;
  justify-content: flex-end;
}
.popup .checkout-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.popup .continue-shopping {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.popup .continue-shopping button {
  color: black;
  font-weight: bold;
}
.popup .checkbox {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.popup .checkbox input {
  accent-color: white;
  pointer-events: none;
}
.popup .input-card.checked .checkbox {
  background-color: var(--main-color);
}
.popup .input-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 2rem;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.popup .input-card {
  background-color: var(--gray-color);
  display: flex;
  align-items: center;
  flex-basis: 45%;
  padding-right: 1rem;
}
.popup .input-card .text {
  display: flex;
  flex-direction: column;
}
.popup .input-card .product-price {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.popup .input-card span {
  font-size: 1rem;
  font-weight: bold;
}
.popup .input-card img {
  width: 112px;
  height: 93px;
  margin-right: 20px;
}
.popup .input-card label {
  cursor: pointer;
}
.popup .input-card .inputs {
  background-color: var(--white-color);
}
.popup .input-card .quantity {
  display: none;
}
.popup .input-card .quantity input[type=number] {
  border: none;
  color: #000;
  font-weight: 700;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1rem;
  border-radius: 3px;
}
.popup .input-card.checked .quantity {
  display: flex;
}
.popup .input-card .quantity input[type=number] {
  border: none;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  width: 40px;
}
.popup .input-card .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.popup .input-card .quantity input[type=number]:focus {
  outline: none;
}
.popup .input-card .quantity .button {
  border: none;
  background: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  border: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popup .input-card .quantity .button:hover {
  background-color: var(--dark-gray-color);
}
.popup .input-card .quantity .button div {
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1.5px;
  transform: translate(-50%, -50%);
}
.popup .input-card .quantity .button div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 1200px) {
  .popup .input-card {
    flex-basis: unset;
  }
  .popup .checkout-buttons {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .popup .input-card {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .popup {
    width: 100%;
  }
  .payload {
    padding: 30px 10px;
  }
}
ul.products {
  display: grid;
  list-style: none;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 270px);
}
ul.products li {
  flex-basis: 274px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  padding: 0 0 20px;
}
ul.products li .product-img-btn-container {
  position: relative;
}
ul.products li .product-img-btn-container img {
  height: 212px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.products li .product-img-btn-container .view-product-button {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--main-color);
  border-radius: 0 0 0 21px;
  display: flex;
  gap: 0 10px;
  align-items: center;
  padding: 10px 25px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
ul.products li .product-img-btn-container .view-product-button p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
ul.products li:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3), 10px 10px 0px 0px var(--main-color);
}
ul.products li:hover .product-img-btn-container .red-overlay {
  opacity: 0.4;
}
ul.products li:hover .product-img-btn-container .view-product-button {
  opacity: 1;
}
ul.products li h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  padding: 20px 20px 25px;
  margin: 0;
  border-top: 4px solid;
  border-color: #182b5b;
  text-align: left;
}
ul.products li .price {
  font-weight: 700;
  font-size: 1.562rem;
  line-height: 1.75rem;
  padding: 0 20px;
  color: var(--main-color);
  margin-bottom: unset;
}
ul.products li .price-exc {
  padding: 0 20px;
  color: var(--black-color);
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
ul.products li .price-exc .excl-vat-text {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.woocommerce-notices-wrapper {
  background: #c7c7c7;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-weight: 500;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.bundle_form .bundled_product, .bundled_product_attributes_title {
  display: none !important;
}

.product_bundle_listing a {
  color: var(--main-color);
  transition: color 0.3s;
}
.product_bundle_listing a:hover {
  color: var(--main-color-var);
}

.woocommerce-grouped-product-list th, .woocommerce-grouped-product-list td {
  padding: 0 1rem;
}

.cart button.single_add_to_cart_button {
  line-height: 1.75rem;
  color: #fff;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--main-color);
  padding: 10px 45px;
  border: none;
  border-radius: 4px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cart button.single_add_to_cart_button:hover {
  background: #750b0c;
}

.the-gallery {
  position: relative;
}
.the-gallery > .splide {
  position: sticky;
  top: 8rem;
}

.header-woo {
  margin: 50px auto;
}
.header-woo .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 22;
}
.header-woo .overlay.hide {
  display: none;
}
.header-woo .overlay .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  min-height: 200px;
  background: #fff;
  display: flex;
}
.header-woo .overlay .popup .popup-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  background: #1ea73c;
  flex-basis: 50%;
  padding: 0 10%;
}
.header-woo .overlay .popup .popup-text p {
  color: #fff;
}
.header-woo .overlay .popup .popup-text p:first-child {
  font-weight: 700;
}
.header-woo .overlay .popup .popup-product {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-basis: 50%;
  justify-content: center;
}
.header-woo .overlay .popup .popup-product img {
  max-width: 200px;
  height: 155px;
  border: 1px solid #c7c7c7;
  padding: 10px;
}
.header-woo .overlay .popup .popup-product .popup-product-details {
  margin: 0 0 0 35px;
}
.header-woo .overlay .popup .popup-product .popup-product-details h4 {
  margin: 0 0 10px;
}
.header-woo .overlay .popup .popup-product .popup-product-details .product-name {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.header-woo .overlay .popup .popup-product .popup-product-details .product-link {
  font-weight: 700;
  color: #a01819;
  text-decoration: none;
}
.header-woo .overlay .popup .close-popup-container {
  flex-basis: 5%;
  display: flex;
  align-items: center;
}
.header-woo .overlay .popup .close-popup-container .close-popup {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
}
@media (max-width: 900px) {
  .header-woo .overlay .popup {
    flex-flow: column;
  }
  .header-woo .overlay .popup .popup-text,
  .header-woo .overlay .popup .popup-product {
    min-height: 200px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .header-woo .overlay .popup .close-popup {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 400px) {
  .header-woo .overlay .popup .popup-product {
    flex-flow: column;
    padding: 20px 0;
  }
  .header-woo .overlay .popup .popup-product .popup-product-image {
    margin: 0 0 20px;
  }
  .header-woo .overlay .popup .popup-product .popup-product-details {
    margin: 0;
  }
}
.header-woo .product-recommendation {
  min-height: 550px;
  display: flex;
  flex-flow: row;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 85px;
}
.header-woo .product-recommendation .recommendation-banner {
  display: flex;
  align-items: center;
  background: #1ea73c;
  width: 60px;
  justify-content: center;
  transform: rotate(180deg);
}
.header-woo .product-recommendation .recommendation-banner h3 {
  color: #fff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.header-woo .product-recommendation .recommended-product-container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-basis: 45%;
}
.header-woo .product-recommendation .recommended-product-container .product {
  display: flex;
  flex-flow: row;
  text-decoration: none;
}
.header-woo .product-recommendation .recommended-product-container .product .product-image img {
  width: 270px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  border: 1px solid #c7c7c7;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details {
  display: flex;
  flex-flow: column;
  padding: 0 10px;
  justify-content: space-between;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details h2 {
  font-size: 1.562rem;
  color: #000;
  opacity: 0.4;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details h3 {
  font-weight: 500;
  margin: 0 0 10px;
  color: #000;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details h3.reg-price {
  color: #a01819;
  font-weight: 700;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details .product-name {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  margin: 10px 0 15px;
}
.header-woo .product-recommendation .recommended-product-container .product .product-details p {
  font-size: 1rem;
  color: #1ea73c;
}
.header-woo .product-recommendation .recommended-product-container .arrow-icons {
  max-width: 270px;
  display: flex;
  justify-content: center;
}
.header-woo .product-recommendation .recommended-product-container .arrow-icons svg {
  transform: rotate(180deg);
}
.header-woo .product-recommendation .recommendation-text {
  background: #e7f5ea;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-woo .product-recommendation .recommendation-text .text-wrapper {
  max-width: 90%;
}
@media (max-width: 1000px) {
  .header-woo .product-recommendation .recommended-product-container {
    align-items: center;
  }
  .header-woo .product-recommendation .recommended-product-container svg {
    margin: 20px 0;
  }
  .header-woo .product-recommendation .recommended-product-container .product {
    flex-flow: column;
  }
}
@media (max-width: 750px) {
  .header-woo .product-recommendation {
    flex-flow: column;
  }
  .header-woo .product-recommendation .recommendation-banner {
    transform: none;
    width: 100%;
  }
  .header-woo .product-recommendation .recommendation-banner h3 {
    writing-mode: initial;
    margin: 10px 0;
  }
  .header-woo .product-recommendation .recommended-product-container {
    margin: 30px 0;
  }
  .header-woo .product-recommendation .recommended-product-container .product {
    flex-flow: row;
  }
  .header-woo .product-recommendation .recommendation-text {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .header-woo .product-recommendation .recommended-product-container .product {
    flex-flow: column;
  }
}
.header-woo .popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.header-woo .popup-overlay .product-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  max-width: 840px;
  width: 100%;
}
.header-woo .popup-overlay .product-popup .popup-message {
  background: #1ea73c;
  min-height: 65px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header-woo .popup-overlay .product-popup .popup-message p {
  margin: 0;
  color: #fff;
}
.header-woo .popup-overlay .product-popup .popup-crosssells {
  background: #fff;
  padding: 35px 50px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells h2 {
  color: var(--main-color);
}
.header-woo .popup-overlay .product-popup .popup-crosssells p {
  margin: 13px 0 20px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products {
  display: flex;
  flex-flow: row wrap;
  gap: 0 40px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: #f5f5f5;
  flex-basis: 47%;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .input-checkbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .input-checkbox input {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  margin: 0 8px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .input-checkbox input:checked {
  background: #fff;
  border: 1px solid #fff;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .input-checkbox.checked {
  background: var(--main-color);
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product img {
  border: 1px solid #000;
  max-width: 110px;
  background: #fff;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info {
  padding: 0 20px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info p {
  margin: 0;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity {
  display: flex;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity input[type=number] {
  border: none;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  width: 20px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity input[type=number]:focus {
  outline: none;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity button {
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity button div {
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1.5px;
  transform: translate(-50%, -50%);
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity button div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity button.plus {
  border-radius: 0 5px 5px 0;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity.inactive input, .header-woo .popup-overlay .product-popup .popup-crosssells .products .product .product-info .quantity.inactive .button {
  opacity: 0.4;
  cursor: initial;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .button {
  display: flex;
  justify-content: flex-end;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .button .popup-add-to-cart {
  margin: 30px 0 0;
  padding: 12px 0;
  background: var(--main-color);
  color: #fff;
  flex-basis: 47%;
}
.header-woo .popup-overlay .product-popup .popup-crosssells hr {
  height: 3px;
  background-color: #000;
  border: none;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 40px;
  margin: 40px 0 20px;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .buttons a {
  color: #fff;
  text-decoration: none;
  background: var(--main-color);
  padding: 12px 0;
  border-radius: 5px;
  flex-basis: 50%;
  text-align: center;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .buttons .basket {
  background: var(--main-color);
}
.header-woo .popup-overlay .product-popup .popup-crosssells .buttons .checkout {
  background: #182b5b;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .continue-shopping {
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 0 15px;
  border: none;
  background: #fff;
  cursor: pointer;
}
.header-woo .popup-overlay .product-popup .popup-crosssells .continue-shopping p {
  margin: 0;
}
.header-woo .popup-overlay .product-popup .close-popup-btn {
  background: var(--main-color);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  position: absolute;
  top: -23px;
  right: -23px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-woo .popup-overlay .product-popup .close-popup-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.header-woo .popup-overlay.active {
  display: block;
}
.header-woo .catalogue {
  color: var(--main-color);
  font-weight: 700;
  display: flex;
  gap: 0 10px;
}
.header-woo .catalogue svg {
  fill: var(--main-color);
}
.header-woo .product {
  margin: 20px 0 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.header-woo .product.deprecated-product .summary .description-wrapper .cart button[name=add-to-cart] {
  display: none;
}
.header-woo .product.deprecated-product .summary .description-wrapper .woocommerce-product-details__short-description {
  margin: 20px 0;
}
.header-woo .product.deprecated-product .summary .description-wrapper .price .woocommerce-Price-amount {
  opacity: 0.4;
}
.header-woo .product.deprecated-product .summary .description-wrapper form {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 50px;
}
.header-woo .product.deprecated-product .summary .description-wrapper form .view-replacement {
  background: #1ea73c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 45px;
}
.header-woo .product .the-gallery {
  flex-basis: 50%;
}
.header-woo .product .the-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.header-woo .product .the-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.header-woo .product .the-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 400px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-woo .product .the-gallery .splide {
  visibility: initial;
}
.header-woo .product .the-gallery .splide .splide__track {
  padding: 0px 4px 20px;
}
.header-woo .product .the-gallery .splide .splide__track .splide__list .splide__slide {
  width: 100%;
  height: auto;
  text-decoration: none;
}
.header-woo .product .the-gallery .all-thumbs {
  display: flex;
  flex-flow: row;
  margin: 15px 0 0;
}
.header-woo .product .the-gallery .all-thumbs .woocommerce-product-gallery__image {
  border: 1px solid #e5e5e5;
}
.header-woo .product .the-gallery .all-thumbs .woocommerce-product-gallery__image img {
  max-width: 105px;
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.header-woo .product .the-gallery .all-thumbs .splide__track {
  padding: 0;
}
.header-woo .product .the-gallery .all-thumbs .splide__track .splide__list {
  gap: 0 5px;
}
.header-woo .product .the-gallery .all-thumbs .splide__track .splide__list .splide__slide {
  flex: 1;
}
.header-woo .product .summary {
  flex-basis: 50%;
  padding: 0 0 0 30px;
}
.header-woo .product .summary .description-wrapper .product_title {
  margin: 0;
  line-height: normal;
  font-size: 25px;
  order: 1;
}
.header-woo .product .summary .description-wrapper .price {
  font-weight: 700;
  color: var(--main-color);
  margin: 20px 0 0;
  font-size: 1.562rem;
  order: 2;
}
.header-woo .product .summary .description-wrapper .price .excl-vat-price {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 0 15px;
}
.header-woo .product .summary .description-wrapper .price .excl-vat-text {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.header-woo .product .summary .description-wrapper .cart {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  order: 3;
}
@media (max-width: 900px) {
  .header-woo .product .summary .description-wrapper .cart {
    flex-direction: column;
  }
}
.header-woo .product .summary .description-wrapper .cart .quantity {
  display: flex;
  align-items: center;
}
.header-woo .product .summary .description-wrapper .cart .quantity input[type=number] {
  border: none;
  background: #f5f5f5;
  color: #000;
  font-weight: 700;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1rem;
}
.header-woo .product .summary .description-wrapper .cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.header-woo .product .summary .description-wrapper .cart .quantity input[type=number]:focus {
  outline: none;
}
.header-woo .product .summary .description-wrapper .cart .quantity .button {
  border: none;
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header-woo .product .summary .description-wrapper .cart .quantity .button div {
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1.5px;
  transform: translate(-50%, -50%);
}
.header-woo .product .summary .description-wrapper .cart .quantity .button div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header-woo .product .summary .description-wrapper .cart .quantity .button:hover {
  background: #c7c7c7;
}
.header-woo .product .summary .description-wrapper .cart .quantity p {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.header-woo .product .summary .description-wrapper .cart .quantity.inactive input, .header-woo .product .summary .description-wrapper .cart .quantity.inactive .button {
  opacity: 0.4;
  cursor: initial;
}
.header-woo .product .summary .description-wrapper .cart .paypal-text {
  font-weight: 700;
}
.header-woo .product .summary .description-wrapper .woocommerce-product-details__short-description {
  order: 5;
}
.header-woo .product .summary .description-wrapper .ppc-button-wrapper {
  width: 20%;
  position: relative;
  z-index: 1;
  order: 4;
}
.header-woo .product .summary .description-wrapper .ppc-button-wrapper #zoid-paypal-buttons-uid_ab2eb26535_mtm6mtm6nta {
  min-width: 130px !important;
}
.header-woo .product .summary .product-specs {
  margin: 10px 0;
}
.header-woo .product .summary .product-specs .woocommerce-product-attributes-item {
  display: flex;
  gap: 0 10px;
}
.header-woo .product .summary .product-specs .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label b,
.header-woo .product .summary .product-specs .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
  text-transform: capitalize;
}
.header-woo .product .summary .additional-information {
  margin-bottom: 1rem;
}
.header-woo .product .summary .additional-information .additional-info {
  display: flex;
  flex-flow: row;
  margin: 0 0 15px;
}
.header-woo .product .summary .additional-information .additional-info .icon {
  padding: 15px;
}
.header-woo .product .summary .additional-information .additional-info .content {
  border-left: 3px solid #e42b2c;
  padding: 12px;
}
.header-woo .product .summary .additional-information .additional-info .content p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1.11px;
  margin: 0;
}
.header-woo .product .summary .additional-information .additional-info .content p a {
  color: var(--main-color);
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 900px) {
  .header-woo .product {
    flex-flow: column;
    padding: 0 15px;
  }
  .header-woo .product .summary {
    margin: 30px 0 0;
    padding: 0;
  }
}

.red-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a01819;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.red-overlay:hover {
  opacity: 0.4;
}

.tabs li svg {
  display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  max-width: 1140px;
  margin: 0 auto 50px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  display: flex;
  grid-gap: 2rem;
  margin-bottom: -1px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  list-style: none;
  height: 3.563rem;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.11px;
  text-align: center;
  color: black;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li svg {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  background-color: #f5f5f5;
  padding: 40px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information iframe {
  flex-basis: 50%;
  height: 300px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information div {
  flex-basis: 50%;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information div.additional-info-content {
  padding: 0 0 0 50px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information div.additional-info-content p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (max-width: 900px) {
  .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information {
    flex-flow: column;
  }
  .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information div {
    flex-basis: 100%;
  }
  .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-additional_information div.additional-info-content {
    margin: 20px 0 0;
    padding: 0;
  }
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-downloads {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-downloads a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  flex-basis: 47%;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-bundle_tab .product_bundle_listing {
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin: 30px auto;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    gap: 20px 0;
    flex-flow: column;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    border-radius: 0;
    justify-content: space-between;
    background-color: #f5f5f5;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li svg {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active svg {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  }
}

.related, .up-sells {
  margin: 50px auto;
}
.related h2, .up-sells h2 {
  color: #a01819;
  text-align: center;
  margin: 0 0 40px;
}

.product-type-variable .variations_form .single_variation_wrap .primary-button {
  margin: 15px 0 20px;
  padding: 12px 45px;
}
.product-type-variable .variations_form .variations tr {
  display: flex;
  flex-flow: column;
  margin: 0 0 20px;
}
.product-type-variable .variations_form .variations tr label {
  font-weight: 700;
  text-transform: capitalize;
}
.product-type-variable .variations_form .variations tr .value {
  background: #f5f5f5;
  padding: 10px 25px;
  width: 390px;
}
.product-type-variable .variations_form .variations tr .value select {
  border: none;
  background: #f5f5f5;
  outline: none;
  width: 100%;
}

.description-wrapper .stock {
  display: none;
}

.promotion-blocks {
  display: flex;
  margin: 0 auto 50px;
  max-width: 1140px;
  justify-content: space-between;
}
.promotion-blocks .promotion-block {
  text-decoration: none;
  flex-basis: 48%;
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .promotion-blocks .promotion-block {
    min-height: 300px;
  }
}
@media (max-width: 400px) {
  .promotion-blocks .promotion-block {
    min-height: 250px;
  }
}
.promotion-blocks .promotion-block .promotion-block-content {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 2;
  padding: 0 0 0 21px;
}
.promotion-blocks .promotion-block .promotion-block-content p {
  color: #fff;
  max-width: 166px;
}
.promotion-blocks .promotion-block .promotion-block-content p.promo-block-title {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 1.562rem;
  max-width: 90%;
}
.promotion-blocks .promotion-block .promotion-block-content p.promo-block-paragraph {
  font-weight: 300;
  margin: 0;
  font-size: 1rem;
  line-height: normal;
  max-width: 90%;
}
.promotion-blocks .promotion-block .promotion-block-content button {
  background: var(--main-color);
  color: white;
  cursor: pointer;
  border: unset;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  transition: 0.3s;
}
.promotion-blocks .promotion-block .promotion-block-content button:hover {
  background-color: var(--main-color-var);
}
.promotion-blocks .promotion-block .promotion-block-content.half-width p {
  line-height: normal;
}
.promotion-blocks .promotion-block .promotion-block-content.half-width p.promo-block-title {
  font-size: 1.562rem;
  max-width: 50%;
}
.promotion-blocks .promotion-block .promotion-block-content.half-width p.promo-block-paragraph {
  max-width: 45%;
}
.promotion-blocks .promotion-block .foreground-image {
  height: 192px;
  width: auto;
  z-index: 2;
  padding: 0 21px 0 0;
}
.promotion-blocks .promotion-block picture {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.promotion-blocks .promotion-block picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotion-blocks .promotion-block .polygon-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.promotion-blocks .promotion-block .cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  color: #fff;
  background: var(--main-color);
  padding: 15px 10px;
  border-radius: 30px;
}
.promotion-blocks .promotion-block:hover .polygon-shape {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
  .promotion-blocks {
    flex-direction: column;
    gap: 2rem;
  }
}
.product-type-variable .description-wrapper > .price {
  display: none;
}

.woocommerce-variation.single_variation {
  margin: 1rem 0;
}

#number-of-remotes {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: white;
  text-transform: capitalize;
}

.youtube_video {
  width: 100%;
  min-height: 400px;
}
@media (max-width: 800px) {
  .youtube_video {
    min-height: 300px;
  }
}

.wc-braintree-product-gateways-container::before {
  content: "Pay securely with:";
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.wc-braintree-product-gateways-container {
  width: 100%;
}

/*# sourceMappingURL=singleProduct.css.map*/