@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap");
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin. 
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

body.woocommerce .button {
  border-radius: 20px;
  background: #0058f8;
  padding: 15px;
  width: 60%;
}
@media screen and (max-width: 520px) {
  body.woocommerce .button {
    width: 100%;
  }
}

.search main a {
  color: black;
}

.search main a:hover {
  color: black;
  text-decoration: none;
}

/* Scaffolding
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal 500 1rem/1.6 Montserrat, sans-serif;
  font-size: 1rem;
}

body {
  color: #000;
  background: white;
  font-size: 1rem;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0;
}

ul li ul {
  margin-bottom: 0;
}

ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #0058f8;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
  margin: 1.5rem 0;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 600px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 2.5rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }
}
a {
  color: #231f20;
  text-decoration: none;
}
mark {
  background: #999;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 4px;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #000;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #000;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 4px;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

.full-container {
  max-width: 100%;
  padding: 0 1rem;
}

.container,
.medium-container,
.small-container {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 800px;
}

.medium-container {
  max-width: 1000px;
}

.content-section {
  padding: 30px 0;
}

@media (min-width: 600px) {
  .content-section {
    padding: 60px 0;
  }
}
/* Grid
=============== */
.flex-small,
.flex-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

.flex-small,
.flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

/* Small screen breakpoint */
@media (min-width: 600px) {
  .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Large screen breakpoint */
@media (min-width: 1000px) {
  .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Helpers
  =============== */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

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

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

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 2rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.alternate-background {
  background: #666;
  color: #666;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h2,
h3,
h4 {
  text-transform: capitalize;
}

h1 span {
  color: #0058f8;
}

h2 span {
  color: #0058f8;
}

h3 span {
  color: #0058f8;
}

h4 span {
  color: #0058f8;
}

p {
  font-weight: 400;
  line-height: 23px;
  /* letter-spacing: 1px;*/
  font-size: 15px;
}

ul {
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
}

ol {
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
}

/* Buttons
  =============== */
.button,
a.button,
button,
[type="submit"],
[type="reset"],
[type="button"] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #0058f8;
  border-radius: 4px;
  background: #0058f8;
  color: white;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.button:hover,
button:hover,
[type="submit"]:hover,
[type="reset"]:hover,
[type="button"]:hover {
  border: 1px solid #0046c5;
  background: transparent;
  color: #0058f8;
  text-decoration: none;
}

.button:focus,
.button:active,
button:focus,
button:active,
[type="submit"]:focus,
[type="submit"]:active,
[type="reset"]:focus,
[type="reset"]:active,
[type="button"]:focus,
[type="button"]:active {
  border: 1px solid #0046c5;
  background: #0046c5;
  color: white;
  text-decoration: none;
}

.button::-moz-focus-inner,
a.button::-moz-focus-inner,
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent;
}
.accent-button:hover,
.accent-button:focus,
.accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #666;
  color: black;
}
.muted-button:hover,
.muted-button:focus,
.muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: black;
  border: 1px solid #1a1a1a;
  background: transparent;
}
.round-button,
a.round-button {
  border-radius: 40px;
}

.square-button,
a.square-button {
  border-radius: 0;
}

.full-button,
a.full-button {
  display: block;
  width: 100%;
}

.link {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  margin-right: 100px;
  transition: 0.5s;
  transform: scale(1);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #0058f8;
  display: block;
  width: 230px;
  text-align: center;
  margin: auto;
  padding: 10px 0px;
}

.link:hover {
  transition: 0.3s;
  transform: scale(1.02);
  cursor: pointer;
}

.woocommerce-Button.button {
  color: #ffffff !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
}

a.button.add_to_cart_button,
.woocommerce-Button.button,
.woocommerce-button.button.woocommerce-form-login__submit,
a.woocommerce-Button.button,
a.button.product_type_external,
a.checkout-button.button.alt.wc-forward,
div.coupon > button.button,
.actions > button.button,
button.search-submit,
button.button.alt,
a.button.wc-forward,
a.button.product_type_variable {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0;
  background-color: #0058f8 !important;
  transition: 0.3s;
  outline: none;
}

a.added_to_cart.wc-forward,
a.genButton {
  display: block;
  padding: 10px;
  width: 100px;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #0058f8;
  margin: auto;
  margin-top: 10px;
}

a.button.add_to_cart_button:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
a.woocommerce-Button.button:hover,
a.button.product_type_external:hover,
a.checkout-button.button.alt.wc-forward:hover,
div.coupon > button.button:hover,
.actions > button.button:hover,
button.search-submit:hover,
a.button.wc-forward:hover,
button.single_add_to_cart_button.button.alt:hover,
a.button.product_type_variable:hover {
  color: #ffffff;
  background-color: #000000 !important;
  transition: 0.3s;
  transform: scale(1.03);
}

a.button.shop_now,
a.genButton,
.return-to-shop > .button.wc-backward {
  background-color: #0058f8;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
  border-radius: 0;
  transition: 0.3s;
}

a.genButton {
  width: 200px;
}

a.button.shop_now:hover,
a.genButton:hover,
.return-to-shop > .button.wc-backward:hover {
  color: #ffffff;
  background-color: #0058f8;
  transition: 0.3s;
  font-weight: 500;
  transform: scale(1.03);
}

/* Forms
  =============== */
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
[type="week"],
[type="time"],
select,
textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 0.75rem;
  outline: none;
  background: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
}

[type="color"]:hover,
[type="date"]:hover,
[type="datetime"]:hover,
[type="datetime-local"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="url"]:hover,
[type="week"]:hover,
[type="time"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #c5c5c5;
}

[type="color"]:focus,
[type="color"]:active,
[type="date"]:focus,
[type="date"]:active,
[type="datetime"]:focus,
[type="datetime"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:active,
[type="email"]:focus,
[type="email"]:active,
[type="month"]:focus,
[type="month"]:active,
[type="number"]:focus,
[type="number"]:active,
[type="password"]:focus,
[type="password"]:active,
[type="search"]:focus,
[type="search"]:active,
[type="tel"]:focus,
[type="tel"]:active,
[type="text"]:focus,
[type="text"]:active,
[type="url"]:focus,
[type="url"]:active,
[type="week"]:focus,
[type="week"]:active,
[type="time"]:focus,
[type="time"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border: 1px solid #231f20;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #74676a;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.5rem 0;
}

legend {
  padding: 0 0.5rem;
  font-weight: 600;
}

select {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

[type="range"] {
  width: 100%;
}

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error,
input.has-error:hover,
input.has-error:focus,
input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #d33c40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #333333;
}

input {
  border-radius: 0 !important;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  text-align: left;
  padding: 0.5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* Navigation
  =============== */
/* Layout
  =============== */
.large-wrapper {
  width: 100%;
  margin: auto;
  padding: 0px 80px;
}
@media screen and (max-width: 650px) {
  .large-wrapper {
    padding: 0px 20px;
  }
}

.medium-wrapper,
body main,
body aside.sidebar {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  header .medium-wrapper,
  .nav .medium-wrapper {
    max-width: 1300px;
  }
  .medium-wrapper,
  body main,
  body aside.sidebar {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  header .medium-wrapper,
  .nav .medium-wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .medium-wrapper,
  body main,
  body aside.sidebar {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .medium-wrapper,
  body main,
  body aside.sidebar {
    padding: 0px 20px;
  }
}

.small-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .small-wrapper {
    padding: 0px 20px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-2 16:36:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2019-10-18 8:54:25
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2019-10-23 14:3:7
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2019-11-14 14:22:27
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.logoBack {
  position: relative;
  /* background: #4e4e4e2b; */
  width: calc(100% - 10px);
  padding-bottom: 1px;
}
@media screen and (max-width: 1400px) {
  .logoBack {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 550px) {
  .logoBack {
    width: calc(100% - 10px);
  }
}
.logoBack a.logo img {
  /* background: #0058f8; */
  padding: 0 5px;
  width: 170px;
  margin-left: 9px;
  filter: drop-shadow(-7px 7px 4px #4e4e4e2b);
}
@media screen and (max-width: 1100px) {
  .logoBack a.logo img {
    width: 140px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 550px) {
  .logoBack a.logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 550px) and (max-width: 400px) {
  .logoBack a.logo img {
    width: 100px;
  }
}

header.header {
  background: #ebebeb;
}
header.header .navMenu {
  display: flex;
}
header.header .navMenu .leftHead {
  width: 12.8%;
  z-index: 999;
}
@media screen and (max-width: 1600px) {
  header.header .navMenu .leftHead {
    width: 15%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1400px) {
  header.header .navMenu .leftHead {
    width: 18%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1400px) and (max-width: 550px) {
  header.header .navMenu .leftHead {
    width: 52%;
  }
}
header.header .navMenu .rightHead {
  width: 87.2%;
}
@media screen and (max-width: 1400px) {
  header.header .navMenu .rightHead {
    width: 100%;
  }
}
header.header .navMenu .rightHead .topBar {
  display: flex;
}
header.header .navMenu .rightHead .topBar .benifits {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  margin-left: 35px;
}
@media screen and (max-width: 1600px) {
  header.header .navMenu .rightHead .topBar .benifits {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1240px) {
  header.header .navMenu .rightHead .topBar .benifits {
    margin-left: 10px;
  }
}
header.header .navMenu .rightHead .topBar .benifits .headerQuickLinks div.icon-flex {
  display: flex;
  align-items: center;
}
header.header .navMenu .rightHead .topBar .benifits .headerQuickLinks div.icon-flex p {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding-right: 10px;
  color: #282828;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  header.header .navMenu .rightHead .topBar .benifits .headerQuickLinks div.icon-flex p {
    font-size: 10px;
  }
}
header.header .navMenu .rightHead .topBar .benifits .gameExlusive img {
  width: 80px;
  margin-top: 5px;
}
header.header .navMenu .rightHead .topBar .benifits .gameExlusive img.otherlogos {
  filter: invert(55%) sepia(0%) saturate(1153%) hue-rotate(138deg) brightness(91%) contrast(82%);
  margin-right: 10px;
}
header.header .navMenu .rightHead .topBar .searchBar {
  width: 20%;
  position: relative;
  display: block;
  margin: auto;
}
header.header .navMenu .rightHead .topBar .searchBar form input {
  height: 35px;
  background: #fff;
  border: none;
  text-transform: capitalize;
}
header.header .navMenu .rightHead .topBar .searchBar form input::placeholder {
  color: #b7b7b7;
}
header.header .navMenu .rightHead .topBar .searchBar form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  background: #b7b7b7;
  border: none;
  border-radius: 0;
}
header.header .navMenu .headerQuickLinks {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  header.header .navMenu .headerQuickLinks {
    height: 50px;
  }
}
header.header .navMenu .headerQuickLinks div a {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  header.header .navMenu .headerQuickLinks div a {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 400px) {
  header.header .navMenu .headerQuickLinks div a {
    flex-direction: column;
  }
}
header.header .navMenu .headerQuickLinks div p {
  font-size: 12px;
  margin: 0;
  padding-right: 10px;
  color: #808080;
  display: flex;
  justify-content: space-between;
}
header.header .navMenu .headerQuickLinks div img {
  width: 20px;
  margin-right: 10px;
}
header.header .bottomBar {
  background-color: #ebebeb;
  position: absolute;
  width: 100%;
  /* top: 118px; */
  top: 127px;
}
@media screen and (max-width: 1440px) {
  header.header .bottomBar {
    top: 120px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1000px) {
  header.header .bottomBar {
    z-index: 9;
  }
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1186px;
  margin-left: auto;
  height: 55px;
}
@media screen and (max-width: 1600px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper {
    max-width: 1012px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1300px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper {
    max-width: 810px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1300px) and (max-width: 1100px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper {
    max-width: 100%;
    margin-left: 190px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1300px) and (max-width: 1100px) and (max-width: 1100px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper {
    margin-left: 160px;
  }
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsLeft {
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsLeft {
    display: none;
  }
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsLeft p {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsLeft p {
    font-size: 13px;
  }
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight {
    width: 100%;
    /*     justify-content: flex-end; */
  }
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight div {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight div img {
  width: 35px;
  margin-left: 30px;
  filter: invert();
}
header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight div p {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
  margin-left: 6px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  header.header .bottomBar .medium-wrapper .bottomBarWrapper .itemsRight div p {
    display: none;
  }
}
header.header .loggedNav {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #000000;
}

.woocommerce span.onsale {
  background-color: #0058f8;
}

.swiper-container.mainBanner {
  position: relative;
  /* margin-top: -35px; */
  margin-top: -20px;
  z-index: 0;
}
@media screen and (max-width: 1545px) {
  .swiper-container.mainBanner {
    margin-top: -38px;
  }
}
@media screen and (max-width: 1545px) and (max-width: 1440px) {
  .swiper-container.mainBanner {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1545px) and (max-width: 1440px) and (max-width: 1100px) {
  .swiper-container.mainBanner {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1545px) and (max-width: 1440px) and (max-width: 1100px) and (max-width: 550px) {
  .swiper-container.mainBanner {
    margin-top: 35px;
  }
}

/* .swiper-container.mainBanner .swiper-slide {
  height: 53vh;
}
.swiper-container.mainBanner .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
} */

/* @media screen and (max-width: 1600px) {
  .swiper-container.mainBanner .swiper-slide {
    height: 50vh;
  }
}
@media screen and (max-width: 1400px) {
  .swiper-container.mainBanner .swiper-slide {
    height: 40vh;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-container.mainBanner .swiper-slide {
    height: 39vh;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-container.mainBanner .swiper-slide {
    height: 33vh;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-container.mainBanner .swiper-slide {
    height: 28vh;
  }
} */
.swiper-container.mainBanner .swiper-slide .medium-wrapper {
  position: relative;
  padding-top: 8%;
}
.swiper-container.mainBanner .swiper-slide.alignLeft.swiper-slide-active {
  text-align: left;
  color: #ffffff;
  background-blend-mode: color;
  background-color: #0000ff40;
}
.swiper-container.mainBanner .swiper-slide.alignLeft.swiper-slide-active h1 {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  margin-bottom: 0;
}
.swiper-container.mainBanner .swiper-slide.alignLeft.swiper-slide-active .link {
  margin-right: auto;
  margin: unset;
}
.swiper-container.mainBanner .swiper-slide.alignLeft.swiper-slide-active .bannerAd {
  background-size: cover;
  height: 300px;
  width: 400px;
  position: absolute;
  right: 0;
  top: 110px;
  box-shadow: 0 0 20px #00000054;
}
.swiper-container.mainBanner .swiper-slide.alignRight.swiper-slide-active {
  text-align: right;
  color: #ffffff;
  background-blend-mode: color;
  background-color: #0000ff40;
}
.swiper-container.mainBanner .swiper-slide.alignRight.swiper-slide-active h1 {
  text-align: right;
  padding-top: 7%;
  text-transform: uppercase;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  margin-bottom: 0;
}
.swiper-container.mainBanner .swiper-slide.alignRight.swiper-slide-active .link {
  margin-left: auto !important;
  margin: unset;
}
.swiper-container.mainBanner .swiper-slide.alignRight.swiper-slide-active .bannerAd {
  background-size: cover;
  height: 300px;
  width: 400px;
  position: absolute;
  left: 0;
  top: 110px;
  box-shadow: 0 0 20px #00000054;
}
.swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active {
  text-align: center;
  color: #ffffff;
  background-blend-mode: color;
  background-color: #fff;
}
/* @media (min-width: 1800px) {
  .swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active {
    background-color: #cdcdcd;
  }
} */
/* .swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active {
  text-align: center;
  color: #ffffff;
  background-blend-mode: color;
  background-color: #0000ff40;
} */
.swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 4.2em;
  font-weight: 600;
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  margin-bottom: 0;
}
.swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active .link {
  margin: auto;
}
.swiper-container.mainBanner .swiper-slide.alignCenter.swiper-slide-active .bannerAd {
  display: none;
}

nav.nav.mainNav {
  background: #fff;
  padding: 16px 0px;
  position: absolute;
  width: 100%;
  top: 63px;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  nav.nav.mainNav {
    padding: 17px 0px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 900px) {
  nav.nav.mainNav {
    display: none;
  }
}
nav.nav.mainNav .medium-wrapper {
  position: relative;
}
nav.nav.mainNav .medium-wrapper .mainMenuItems {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
  max-width: 1186px;
  margin-left: auto;
}
/* @media screen and (max-width: 1600px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems {
    max-width: 1012px;
  }
} */
@media screen and (max-width: 1600px) and (max-width: 1300px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems {
    max-width: fit-content;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1300px) and (max-width: 1100px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems {
    max-width: 100%;
    margin-left: 190px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1300px) and (max-width: 1100px) and (max-width: 1000px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems {
    margin-left: 160px;
  }
}
nav.nav.mainNav .medium-wrapper .mainMenuItems li {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  font-size: 11px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems li {
    font-size: 11px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1440px) {
  nav.nav.mainNav .medium-wrapper .mainMenuItems li {
    font-size: 9px;
  }
}
nav.nav.mainNav .medium-wrapper .mainMenuItems li img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transition: 0.3s;
  transform: rotate(180deg);
  cursor: pointer;
}
nav.nav.mainNav .medium-wrapper .mainMenuItems li:hover {
  transition: 0.3s;
}
nav.nav.mainNav .medium-wrapper .mainMenuItems li:hover a {
  color: #0058f8;
  transition: 0.3s;
  border-bottom: 2px solid #0058f8;
}
nav.nav.mainNav .medium-wrapper .mainMenuItems li:hover img {
  transition: 0.3s;
  filter: invert(22%) sepia(73%) saturate(6696%) hue-rotate(216deg) brightness(102%) contrast(102%);
}

.blindDropDown,
.rodsTracks,
.shutters,
.catalogue,
.customBlind {
  display: none;
  opacity: 0;
  transition: 0.5s;
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.blindDropDown.active,
.rodsTracks.active,
.shutters.active,
.catalogue.active,
.customBlind.active {
  transition: 0.3s;
  opacity: 1;
  display: flex;
  position: absolute;
  background: #fff;
  width: calc(100% - 179px);
  height: auto;
  padding: 0px 20px;
  border-top: 1px solid #eee;
  margin-top: 17px;
  justify-content: space-between;
  right: 0;
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.customBlind.active {
  display: flex;
  justify-content: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 900px) {
  .blindDropDown.active,
  .rodsTracks.active,
  .shutters.active,
  .catalogue.active,
  .customBlind.active {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -203px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .blindDropDown.active,
  .rodsTracks.active,
  .shutters.active,
  .catalogue.active {
    /* margin-top: -143px; */
    margin-top: -240px;
  }
  .customBlind.active {
    margin-top: -210px;
  }
  nav.nav.mainNav .medium-wrapper .mainMenuItems li img {
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }
  nav.nav.mainNav .medium-wrapper .mainMenuItems li {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 390px) and (max-width: 420px) {
  .rodsTracks.active {
    margin-top: -260px !important;
  }
  .blindDropDown.active {
    margin-top: -340px !important;
  }
  .customBlind.active {
    margin-top: 230px !important;
  }
  .shutters.active {
    margin-top: -220px !important;
  }
  .catalogue.active {
    margin-top: -170px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  nav.nav.mainNav.mobileActive {
    padding-top: 120px !important;
  }
  .blindDropDown.active {
    margin-top: -350px !important;
  }
  .customBlind.active {
    margin-top: 230px !important;
  }
  .rodsTracks.active {
    margin-top: -260px !important;
  }
  .shutters.active {
    margin-top: -220px !important;
  }
  .catalogue.active {
    margin-top: -170px !important;
  }
}
.blindDropDown.active ul,
.rodsTracks.active ul,
.shutters.active ul,
.catalogue.active ul,
.customBlind.active ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.blindDropDown.active ul li,
.rodsTracks.active ul li,
.shutters.active ul li,
.catalogue.active ul li,
.customBlind.active ul li {
  padding-bottom: 10px;
  transition: 0.3s;
}
.blindDropDown.active ul li a,
.rodsTracks.active ul li a,
.shutters.active ul li a,
.catalogue.active ul li a,
.customBlind.active ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 8px 8px;
  box-sizing: border-box;
  transition: 0.5s;
}
.blindDropDown.active ul li a:hover,
.rodsTracks.active ul li a:hover,
.shutters.active ul li a:hover,
.catalogue.active ul li a:hover,
.customBlind.active ul li a:hover {
  color: #fff;
  background: #0058f8;
}
.blindDropDown.active ul li a::before,
.rodsTracks.active ul li a::before,
.shutters.active ul li a::before,
.catalogue.active ul li a::before,
.customBlind.active ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: left;
}
.blindDropDown.active ul li a::before:hover,
.rodsTracks.active ul li a::before:hover,
.shutters.active ul li a::before:hover,
.catalogue.active ul li a::before:hover,
.customBlind.active ul li a::before:hover {
  transform: scaleX(1);
  transition: transform 0.5s;
  transform-origin: right;
}
.blindDropDown.active ul li a::after,
.rodsTracks.active ul li a::after,
.shutters.active ul li a::after,
.catalogue.active ul li a::after,
.customBlind.active ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: right;
}
.blindDropDown.active ul li a::after:hover,
.rodsTracks.active ul li a::after:hover,
.shutters.active ul li a::after:hover,
.catalogue.active ul li a::after:hover,
.customBlind.active ul li a::after:hover {
  transform: scaleX(1);
  transition: transform 0.5s;
  transform-origin: left;
}
.blindDropDown.active span.heading,
.rodsTracks.active span.heading,
.shutters.active span.heading,
.customBlind.active span.heading,
.catalogue.active span.heading,
.shutters.active span.heading {
  text-transform: uppercase;
  color: #b9b9b9;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  padding-bottom: 5px;
}
.blindDropDown.active .shopBlinds,
.blindDropDown.active .shopMaterial,
.blindDropDown.active .imageOnRight,
.rodsTracks.active .shopBlinds,
.rodsTracks.active .shopMaterial,
.rodsTracks.active .imageOnRight,
.shutters.active .shopBlinds,
.shutters.active .shopMaterial,
.shutters.active .imageOnRight {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .blindDropDown.active .shopBlinds,
  .blindDropDown.active .shopMaterial,
  .blindDropDown.active .imageOnRight,
  .rodsTracks.active .shopBlinds,
  .rodsTracks.active .shopMaterial,
  .rodsTracks.active .imageOnRight,
  .shutters.active .shopBlinds,
  .shutters.active .shopMaterial,
  .shutters.active .imageOnRight {
    width: 100%;
  }
}
.blindDropDown.active .shopColor,
.rodsTracks.active .shopColor,
.shutters.active .shopColor {
  width: 40%;
  background-size: cover;
  height: 240px;
}
.blindDropDown.active .imageOnRight,
.rodsTracks.active .imageOnRight,
.shutters.active .imageOnRight {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 900px) {
  .blindDropDown.active .imageOnRight,
  .rodsTracks.active .imageOnRight,
  .shutters.active .imageOnRight {
    padding: 150px;
  }
}
.blindDropDown.active .imageOnRight a,
.rodsTracks.active .imageOnRight a,
.shutters.active .imageOnRight a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popupContentBack {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0%;
  top: 0%;
  background-color: #000000e0;
}
.popupContentBack .popupContent {
  position: absolute;
  z-index: 99999;
  width: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 37%;
  top: 40%;
  box-shadow: 0 0 20px #0000009e;
  flex-direction: column;
  padding-bottom: 20px;
}
.popupContentBack .popupContent img {
  position: absolute;
  width: 30px;
  top: -32px;
  right: -32px;
  filter: invert(96%) sepia(9%) saturate(0%) hue-rotate(49deg) brightness(112%) contrast(100%);
  cursor: pointer;
}
.popupContentBack .popupContent .popupBackground {
  background-size: cover;
  height: 220px;
  width: 100%;
  background-repeat: no-repeat;
}
.popupContentBack .popupContent h2 {
  margin-top: 20px;
  margin-bottom: 0px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000f2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
#search form button {
  position: absolute;
  left: calc(50% - 30%);
  top: 54%;
  width: 60%;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999999999;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: white;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  #search input[type="search"] {
    width: 90%;
    margin-left: 5%;
  }
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: #fc8133;
  cursor: pointer;
}

.woocommerce-info {
  border-top-color: #0058f8;
}
.woocommerce-info::before {
  color: #0058f8;
}

.ywapo_group_container.form-row.form-row-wide h3 {
  display: none;
}

img.gameLogo {
  position: absolute;
  z-index: 9999999;
  right: 0px;
  top: 70px;
  width: 100px;
}
@media screen and (max-width: 1500px) {
  img.gameLogo {
    top: -30px;
    width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  img.gameLogo {
    display: none;
  }
}

.single-post span.date,
.single-post span.author,
.single-post span.comments {
  display: none;
}

/* a.bannerLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */

.search-results section aside.sidebar {
  display: none;
}

.mobileHamburger {
  position: absolute;
  right: 20px;
  top: 60px;
  z-index: 999999;
  transition: 0.5s;
}
@media (min-width: 500px) {
  .mobileHamburger {
    top: 120px;
  }
}
.mobileHamburger:hover {
  cursor: pointer;
  box-shadow: 0 0 20px #00000038;
  transition: 0.3s;
  transform: scale(1.1);
}
.mobileHamburger i {
  font-size: 20px;
  background: #0058f8;
  color: #ffffff;
  padding: 10px;
}
.mobileHamburger i.fa-times,
.mobileHamburger i.fa-bars {
  display: none;
}
@media screen and (max-width: 900px) {
  .mobileHamburger i.fa-bars {
    display: block;
  }
}

.mobileHamburger.active i {
  font-size: 20px;
  background: #0058f8;
  color: #ffffff;
  padding: 10px;
}
.mobileHamburger.active i.fa-bars {
  display: none;
}
.mobileHamburger.active i.fa-times {
  display: block;
  font-size: 20px;
}

nav.nav.mainNav.mobileActive {
  display: block;
  position: absolute;
  width: 100%;
  padding-left: 200px;
  height: auto;
  background: #ebebeb;
  z-index: 9;
  right: 0px;
  padding-top: 50px;
}
@media screen and (max-width: 400px) {
  nav.nav.mainNav.mobileActive {
    padding-left: 0;
    padding-top: 70px;
  }
}
nav.nav.mainNav.mobileActive .medium-wrapper .mainMenuItems {
  display: block;
  margin-left: 0;
}
nav.nav.mainNav.mobileActive .medium-wrapper .mainMenuItems li {
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 400px) {
  nav.nav.mainNav.mobileActive .medium-wrapper .mainMenuItems li {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .rodsTracks.active {
    margin-top: -153px;
  }
}
@media screen and (max-width: 900px) and (max-width: 400px) {
  .rodsTracks.active {
    margin-top: -173px;
  }
}

@media screen and (max-width: 900px) {
  .shutters.active {
    margin-top: -108px;
  }
}
@media screen and (max-width: 900px) and (max-width: 400px) {
  .shutters.active {
    margin-top: -140px;
  }
}
@media screen and (max-width: 900px) and (max-width: 400px) {
  .catalogue.active {
    margin-top: -70px;
  }
}

@media screen and (max-width: 900px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 22%;
  }
}
@media screen and (max-width: 900px) and (max-width: 760px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 27%;
  }
}
@media screen and (max-width: 900px) and (max-width: 760px) and (max-width: 600px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 37%;
  }
}
@media screen and (max-width: 900px) and (max-width: 760px) and (max-width: 600px) and (max-width: 550px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 32%;
  }
}
@media screen and (max-width: 900px) and (max-width: 760px) and (max-width: 600px) and (max-width: 550px) and (max-width: 460px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 42%;
  }
}
@media screen and (max-width: 900px) and (max-width: 760px) and (max-width: 600px) and (max-width: 550px) and (max-width: 460px) and (max-width: 400px) {
  .tax-product_cat header .navMenu .leftHead {
    width: 52%;
  }
}

header.header .navMenu .headerQuickLinks div a i {
  margin-right: 10px;
}
header.header .navMenu .headerQuickLinks div p span {
  color: #000;
  font-size: 11px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 0;
  border-top: 1px solid #0c57f8;
  padding-top: 20px;
  margin-top: -10px;
}

.footMain {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .footMain {
    display: block;
  }
}
.footMain .col {
  width: 25%;
}
@media screen and (max-width: 700px) {
  .footMain .col {
    width: 100%;
    text-align: center;
  }
}
.footMain .col ul {
  list-style: none;
  padding-left: 0;
}
.footMain .col ul li {
  line-height: 16px;
}
.footMain .col ul li a {
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}
.footMain .col h3.widgettitle {
  display: none;
}
.footMain .col h3 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
}
.footMain .col h4 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}

.footBottomBar p {
  margin-top: 50px;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .footBottomBar p {
    text-align: center;
  }
}

footer.footer {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
}

.mailer {
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
}
.mailer .medium-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mailer .medium-wrapper h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
.mailer .medium-wrapper p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}
.mailer .darkOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a3;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mailer .mailerForm {
  width: 80%;
	margin-top: 20px;
}
/* .mailer .mailerForm #input_2_1, .mailer .mailerForm #input_2_2, .mailer .mailerForm #input_2_4 {
  background: #ffffff;
  padding: 10px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 100;
} */
.mailer .mailerForm input,select {
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
	color: #000000;
	border: 1px solid #dedede;
	font-family: Montserrat, sans-serif;
}

.mailer .mailerForm #gform_submit_button_2 {
  display: block;
  width: 200px;
  margin: auto;
  text-transform: uppercase;
  transition: 0.5s;
	color: #FFFFFF;
	background-color: #0058f8;
	border: 2px solid #0058f8;
	font-weight: 600;
}
.mailer .mailerForm #gform_submit_button_2:hover {
  background-color: #FFFFFF;
  transform: scale(1.05);
  transition: 0.3s;
  color: #0058f8;
	border: 2px solid #0058f8;
}
.mailer .mailerForm .gfield_description {
	color: #ffffff;
}

@media screen and (max-width: 800px) {
  .instaFeed .no-bullet.thumbnails.jr_col_6 {
    flex-wrap: wrap;
  }
}

aside.sidebar {
  display: none;
}

.catsBelow {
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .catsBelow {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.catsBelow .eachCat {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  transition: 0.5s;
  height: 310px;
  width: calc(24% - 20px);
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 60px;
  background-color: #f0f0f0;
  margin-right: 1rem;
}
.catsBelow .eachCat:hover {
  transition: 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 30px 20px 10px #0000002e;
  border-top-left-radius: 20px;
  border-top-right-radius: 60px;
  background-color: #0058f8;
}
.catsBelow .eachCat:hover .eachWooInfo a p {
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .catsBelow .eachCat {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 600px) {
  .catsBelow .eachCat {
    width: 100%;
  }
}
.catsBelow .eachCat .eachCatImage {
  background-size: cover;
  background-repeat: no-repeat;
  height: 230px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.catsBelow .eachCat .eachWooInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  text-align: center;
  height: 80px;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .catsBelow .eachCat .eachWooInfo {
    padding: 0 20px;
  }
}
.catsBelow .eachCat .eachWooInfo a p {
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
  .catsBelow .eachCat .eachWooInfo a p {
    font-size: 14px;
  }
}

.productCategories {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .productCategories {
    margin-bottom: 70px;
  }
}

.newArrivalsSwiper {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .newArrivalsSwiper {
    margin-top: -50px;
  }
}
.newArrivalsSwiper .swiper-slide.eachArrival {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.newArrivalsSwiper .swiper-slide.eachArrival a .eachArrivalImage img {
  width: 150px;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo {
  position: absolute;
  bottom: 70px;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .button {
  border-radius: 0;
  border: 2px solid #0058f8;
  transition: 0.3s;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .button a {
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .button a {
    font-size: 13px;
  }
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .button:hover {
  background: transparent;
  transition: 0.3s;
  transform: scale(1.05);
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .button:hover a {
  background: transparent;
  color: #0058f8;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo p {
  margin-bottom: 30px;
  margin-top: -20px;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .textInfo del,
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .textInfo ins {
  display: block;
}
.newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo .textInfo ins {
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .newArrivalsSwiper .swiper-slide.eachArrival .arrivalInfo p {
    font-size: 14px;
  }
}
.newArrivalsSwiper .swiper-slide.eachArrival .newArrivalBack {
  background-position: center;
  background-size: 100%;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
  margin-bottom: 200px;
}

.newArrivals {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .newArrivals {
    margin-bottom: 50px;
  }
}
.newArrivals .headingContainer {
  position: relative;
}
.newArrivals .headingContainer h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .newArrivals .headingContainer h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1240px) {
  .newArrivals .headingContainer h2 {
    font-size: 2.5em;
  }
}
.newArrivals .headingContainer img {
  position: absolute;
  width: 220px;
  z-index: -1;
  bottom: -10px;
  left: -35px;
}
@media screen and (max-width: 1400px) {
  .newArrivals .headingContainer img {
    width: 140px;
    bottom: 0;
    left: -5px;
  }
}
.newArrivals .swiper-slide.eachArrival .newArrivalBack {
  cursor: pointer;
}
.newArrivals .swiper-slide.eachArrival a .eachArrivalImage img {
  transition: 0.3s;
}
.newArrivals .swiper-slide.eachArrival a .eachArrivalImage img:hover {
  transition: 0.5s;
  transform: scale(1.2);
}

p span.woocommerce-Price-amount.amount {
  color: #fc8133;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  p span.woocommerce-Price-amount.amount {
    font-size: 20px;
  }
}

.services {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .services {
    margin-bottom: 50px;
  }
}
.services h2 {
  text-align: center;
  color: #000000;
  font-size: 1.7em;
}
.services .small-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .services .small-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.services .small-wrapper a.icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 600px) {
  .services .small-wrapper a.icons {
    width: 50%;
  }
}
.services .small-wrapper a.icons .iconImg {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.services .small-wrapper a.icons .iconImg:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
@media screen and (max-width: 900px) {
  .services .small-wrapper a.icons .iconImg {
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
  }
}
.services .small-wrapper a.icons .iconImg img {
  width: 40px;
}
@media screen and (max-width: 900px) {
  .services .small-wrapper a.icons .iconImg img {
    width: 30px;
  }
}
.services .small-wrapper a.icons p {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .services .small-wrapper a.icons p {
    font-size: 12px;
  }
}

.single-product .single_product_services {
  display: flex;
  margin-top: 100px;
  width: 80%;
  margin-bottom: 10px;
}
.single-product .single_product_services .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
}
.single-product .single_product_services .icons .iconImg {
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.single-product .single_product_services .icons .iconImg img {
  width: 30px;
}
.single-product .single_product_services .icons p {
  text-align: center;
  font-size: 0.9em;
  margin-top: 10px;
}

.inspirationContent {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .inspirationContent {
    padding-bottom: 0;
  }
}
.inspirationContent .medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inspirationContent .medium-wrapper .headingContainer {
  position: relative;
  padding-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .medium-wrapper .headingContainer {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 700px) {
  .inspirationContent .medium-wrapper .headingContainer {
    margin-bottom: 0;
  }
}
.inspirationContent .medium-wrapper .headingContainer h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .medium-wrapper .headingContainer h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1240px) {
  .inspirationContent .medium-wrapper .headingContainer h2 {
    font-size: 2.5em;
  }
}
.inspirationContent .medium-wrapper .headingContainer img {
  position: absolute;
  width: 220px;
  z-index: -1;
  bottom: 10px;
  right: -35px;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .medium-wrapper .headingContainer img {
    right: -10px;
    bottom: 20px;
    width: 150px;
  }
}
.inspirationContent .medium-wrapper .halfShopLook {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .inspirationContent .medium-wrapper .halfShopLook {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1000px) {
  .inspirationContent .medium-wrapper .halfShopLook {
    width: 100%;
  }
}
.inspirationContent .medium-wrapper .halfShopLook a.feed {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .inspirationContent .medium-wrapper .halfShopLook a.feed {
    width: calc(50% - 20px);
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1000px) {
  .inspirationContent .medium-wrapper .halfShopLook a.feed {
    width: calc(25% - 20px);
    margin-bottom: 25px;
    box-shadow: 0 0 20px #00000014;
    justify-content: center;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1000px) and (max-width: 700px) {
  .inspirationContent .medium-wrapper .halfShopLook a.feed {
    width: calc(50% - 15px);
    background: #fff;
  }
}
.inspirationContent .medium-wrapper .halfShopLook a.feed .shopThisLookfeed {
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-bottom: 40px;
  transition: 0.3s;
}
.inspirationContent .medium-wrapper .halfShopLook a.feed .shopThisLookfeed:hover {
  box-shadow: 0px 0px 20px 10px #00000014;
  transition: 0.5s;
  transform: scale(1.03);
  border: 1px solid #0058f8;
}
.inspirationContent .medium-wrapper .halfShopLook a.feed .shopThisLookfeed img {
  width: 100px;
}
.inspirationContent .medium-wrapper .halfShopLook .shopthishead {
  width: 100%;
}
.inspirationContent .medium-wrapper .halfShopLook .shopthishead h3 {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .medium-wrapper .halfShopLook .shopthishead h3 {
    font-size: 22px;
  }
}
.inspirationContent .halfFeaturedPost {
  width: calc(65% - 10px);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .inspirationContent .halfFeaturedPost {
    width: calc(65% - 50px);
  }
}
@media screen and (max-width: 1600px) and (max-width: 1000px) {
  .inspirationContent .halfFeaturedPost {
    width: 100%;
    order: 2;
  }
}
.inspirationContent .halfFeaturedPost .featurePostInfo h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .halfFeaturedPost .featurePostInfo h3 {
    font-size: 20px;
  }
}
.inspirationContent .halfFeaturedPost .featurePostImage {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .inspirationContent .halfFeaturedPost .featurePostImage {
    padding: 100px;
  }
}
.inspirationContent .halfFeaturedPost .featurePostInfo {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 30px;
}
.inspirationContent .halfFeaturedPost .featurePostInfo a.postLink {
  font-weight: 600;
  font-size: 14px;
  color: #0058f8;
}
.inspirationContent .halfFeaturedPost .featurePostInfo p {
  font-size: 15px;
  font-weight: 100;
}
@media screen and (max-width: 1400px) {
  .inspirationContent .halfFeaturedPost .featurePostInfo p {
    font-size: 14px;
  }
}
.inspirationContent .halfFeaturedPost .backlay {
  background: #00000008;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 10px;
  z-index: -1;
}
.inspirationContent .backGrey {
  position: absolute;
  background: #f3f3f3;
  width: 100%;
  height: 56%;
  z-index: -1;
  bottom: 0;
}

.instaFeed {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f3f3f3;
}
@media screen and (max-width: 1000px) {
  .instaFeed {
    padding-bottom: 50px;
  }
}
.instaFeed .no-bullet.thumbnails.jr_col_6 {
  display: flex;
  justify-content: space-between;
}
.instaFeed .no-bullet.thumbnails.jr_col_6 .jr-i.jr-insta-thumb ul.thumbnails.jr_col_6 li {
  width: 16% !important;
  margin: 0;
}

.single-product h1 {
  display: none;
}
.single-product .date,
.single-product .author,
.single-product .comments {
  display: none;
}
.single-product h1.mainProductTitle {
  display: block;
  color: #000;
  font-size: 1.3em;
  margin-bottom: 0;
}
.single-product p.extraInfo {
  text-transform: inherit;
  font-size: 0.8em;
  margin-bottom: 30px;
  color: #929292;
}
.single-product p.price {
  display: flex;
  margin-bottom: 0;
  gap: 1rem;
}
.single-product .sale p.price {
  display: flex;
  margin-bottom: 0;
  gap: 1rem;
  flex-direction: column;
}
.single-product p.price span.woocommerce-Price-amount.amount {
  font-size: 2em;
}
.single-product button.single_add_to_cart_button.button.alt {
  display: block;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  float: none !important;
  text-align: center;
  height: 50px;
}
.single-product .customAdditionalText {
  color: #fc8133;
  font-size: 0.9em;
}
.single-product .customAdditionalText p {
  font-weight: 600;
}
.single-product .singleProTitle {
  margin-bottom: 10px;
}
.single-product .woocommerce-product-details__short-description {
  margin-top: 30px;
  margin-bottom: 0px;
}
.single-product p#breadcrumbs {
  font-weight: 100;
  margin-top: 50px;
  font-size: 12px;
  margin-bottom: 50px;
  width: 100%;
}
.single-product td.label {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: -10px !important;
}
.single-product td.value {
  display: block !important;
  width: 70%;
  height: 50px;
}
.single-product td.value select {
/*   background: #e4e4e4; */
  border-radius: 0;
  color: #9e9e9e;
  border: navajowhite;
  height: 40px;
  text-transform: inherit;
  font-family: Montserrat, sans-serif;
}
.single-product .find_a_store_button_container a.button {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
}
.single-product .mailer {
  margin-top: 100px;
}
.single-product .mailer .gform_footer.top_label .gform_button {
  color: #ffffff;
}
.single-product .product_tabs {
  display: flex;
  position: relative;
  height: 200px;
}
.single-product .product_tabs .product_info,
.single-product .product_tabs .product_instal {
  background: #ffffff;
  padding: 10px 20px;
  height: 40px;
}
.single-product .product_tabs .product_info .info,
.single-product .product_tabs .product_instal .info {
  display: none;
}
.single-product .product_tabs .product_info h3,
.single-product .product_tabs .product_instal h3 {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
}
.single-product .product_tabs .product_instal.active,
.single-product .product_tabs .product_info.active {
  background: #eee !important;
  height: 40px;
}
.single-product .product_tabs .product_instal.active .info,
.single-product .product_tabs .product_info.active .info {
  display: block !important;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 60px;
}
.single-product nav.woocommerce-breadcrumb {
  display: none;
}

.single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
  width: 45%;
}
.single-product .summary.entry-summary {
  float: none;
  width: calc(53% - 50px);
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper #comments .commentlist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 1rem;
  padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper #comments h2 {
  font-size: 1.3em;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  display: none;
}

.woocommerce .star-rating {
  float: none;
  margin: auto;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-align: center;
  margin-top: 10px;
  color: #c1c1c1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  text-align: center;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 20px;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li {
  box-shadow: 0 0 20px #00000012;
  /* width: calc(33% - 30px); */
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

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

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

.woocommerce-variation.single_variation {
  display: block;
  width: 100%;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 10px;
  width: 100%;
}

.find_a_store_button_container {
  display: block;
  width: 100%;
  margin-top: 7px;
}

.decorlandContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .decorlandContainer {
    flex-direction: column;
  }
}
.decorlandContainer .filterBar {
  width: calc(25% - 30px);
}
@media screen and (max-width: 900px) {
  .decorlandContainer .filterBar {
    width: 100%;
  }
}
.decorlandContainer .filterBar h3.sBarWidgetTitle {
  margin-top: 0px;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #eee;
  padding: 20px 0px;
}
.decorlandContainer .filterBar .woof_price3_search_container.woof_container.woof_price_filter,
.decorlandContainer .filterBar .woof_container_product_cat.woof_container_1.woof_container_categories,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_color,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_tags,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_material,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_slatsize {
  background: #eee;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: -15px;
}
.decorlandContainer .filterBar .woof_price3_search_container.woof_container.woof_price_filter h4,
.decorlandContainer .filterBar .woof_container_product_cat.woof_container_1.woof_container_categories h4,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_color h4,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_tags h4,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_material h4,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_slatsize h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.decorlandContainer .filterBar .woof_price3_search_container.woof_container.woof_price_filter span.irs.js-irs-0.irs-with-grid,
.decorlandContainer .filterBar .woof_container_product_cat.woof_container_1.woof_container_categories span.irs.js-irs-0.irs-with-grid,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_color span.irs.js-irs-0.irs-with-grid,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_tags span.irs.js-irs-0.irs-with-grid,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_material span.irs.js-irs-0.irs-with-grid,
.decorlandContainer .filterBar .woof_container_inner.woof_container_inner_slatsize span.irs.js-irs-0.irs-with-grid {
  margin-top: 20px;
}
.decorlandContainer .filterBar ul.woof_list.woof_list_checkbox {
  padding-left: 0;
}
.decorlandContainer .filterBar ul.woof_list.woof_list_checkbox li {
  /* display: flex;
  align-items: center; */
  font-size: 14px;
  font-weight: 300;
}
.decorlandContainer .filterBar ul.woof_list.woof_list_checkbox ul {
  padding: 0;
}
.decorlandContainer .filterBar ul.woof_list li label.woof_checkbox_label {
  vertical-align: unset;
}
.decorlandContainer .filterBar .woof_childs_list_opener span.woof_is_closed,
.decorlandContainer .filterBar .woof_childs_list_opener span.woof_is_opened {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.decorlandContainer .filterBar ul.woof_list.woof_list_checkbox input {
  margin-top: 10px;
}
.decorlandContainer .filterBar .woof_container {
  padding-bottom: 0;
}
.decorlandContainer .filterBar .irs-line-left {
  background: #000000;
}
.decorlandContainer .filterBar .irs-line-right {
  background: #000000;
}
.decorlandContainer .filterBar .irs-bar {
  background: #000000;
}
.decorlandContainer .filterBar .irs-from,
.decorlandContainer .filterBar .irs-to,
.decorlandContainer .filterBar .irs-single {
  background: rgba(0, 0, 0, 0);
  color: #0058f8;
}
.decorlandContainer .filterBar .irs-slider.from {
  background: #0058f8;
}
.decorlandContainer .filterBar .irs-slider.to {
  background: #0058f8;
}
.decorlandContainer .filterBar .irs-line-mid {
  background: #000000;
}
.decorlandContainer .filterBar h2 {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  background-color: #eee;
  margin: 0;
  padding: 20px 20px;
  color: #000000;
  margin-bottom: -15px;
}
.decorlandContainer .contentRight {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .decorlandContainer .contentRight {
    width: 100%;
  }
}
.decorlandContainer .contentRight h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  display: none;
}
.decorlandContainer .contentRight .term-description {
  display: none;
  margin-bottom: 20px;
}

.single-product .productBanner,
.tax-product_cat .productBanner,
.post-type-archive .productBanner,
.page-template-decorland-template .productBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -18px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .single-product .productBanner,
  .tax-product_cat .productBanner,
  .post-type-archive .productBanner,
  .page-template-decorland-template .productBanner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
  .single-product .productBanner,
  .tax-product_cat .productBanner,
  .post-type-archive .productBanner,
  .page-template-decorland-template .productBanner {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 550px) {
  .single-product .productBanner,
  .tax-product_cat .productBanner,
  .post-type-archive .productBanner,
  .page-template-decorland-template .productBanner {
    margin-top: 35px;
  }
}
.single-product .productBanner span.heading,
.tax-product_cat .productBanner span.heading,
.post-type-archive .productBanner span.heading,
.page-template-decorland-template .productBanner span.heading {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .single-product .productBanner span.heading,
  .tax-product_cat .productBanner span.heading,
  .post-type-archive .productBanner span.heading,
  .page-template-decorland-template .productBanner span.heading {
    font-size: 2em;
  }
}
.single-product .productBanner span.heading h1,
.tax-product_cat .productBanner span.heading h1,
.post-type-archive .productBanner span.heading h1,
.page-template-decorland-template .productBanner span.heading h1 {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.single-product .productBanner .overlay,
.tax-product_cat .productBanner .overlay,
.post-type-archive .productBanner .overlay,
.page-template-decorland-template .productBanner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
}
.single-product nav.woocommerce-breadcrumb,
.tax-product_cat nav.woocommerce-breadcrumb,
.post-type-archive nav.woocommerce-breadcrumb,
.page-template-decorland-template nav.woocommerce-breadcrumb {
  margin-bottom: -20px;
  font-weight: 100;
  margin-top: 50px;
  font-size: 12px;
  width: 100%;
}

.relatedPages .medium-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 70px;
}
.relatedPages .medium-wrapper .eachPage {
  width: calc(25% - 20px);
}
.relatedPages .medium-wrapper .eachPage .featImg {
  background-position: center;
  background-size: cover;
  height: 250px;
}
.relatedPages .medium-wrapper .eachPage p {
  text-align: center;
  text-transform: capitalize;
  color: #0058f8;
  font-weight: 600;
  padding-top: 20px;
}
.relatedPages .medium-wrapper h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 50px;
}

li.product-category.product h2 mark {
  display: none;
}
li.product-category.product a .woocommerce-loop-category__title {
  text-align: center;
}

.woocommerce ul.products.columns-3 li.product {
  min-height: 530px;
  border: 1px solid #eee;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  /* flex-wrap: wrap; */
}
@media screen and (max-width: 600px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }
}
.woocommerce ul.products.columns-3 li.product:hover {
  transition: 0.3s;
  outline: 1px solid #0058f8;
  transform: scale(1.01);
  box-shadow: 0 0 20px #0000002b;
}
.woocommerce ul.products.columns-3 li.product a.button.product_type_variable.add_to_cart_button,
.woocommerce ul.products.columns-3 li.product a.button.product_type_variable {
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 600px) {
  .woocommerce ul.products.columns-3 li.product a.button.product_type_variable.add_to_cart_button,
  .woocommerce ul.products.columns-3 li.product a.button.product_type_variable {
    width: calc(100% - 40px);
  }
}
.woocommerce ul.products.columns-3 li.product h2.woocommerce-loop-product__title {
  color: #000000;
  text-transform: initial;
  font-size: 14px;
  text-transform: uppercase;
}

.woof_products_top_panel {
  display: none !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  border-radius: 0;
}

.woocommerce .products .star-rating {
  margin: auto;
  padding-bottom: 20px;
}

.woocommerce div.product form.cart .button i {
  margin-right: 10px;
}

.woof_closed_block {
  display: block;
}

.label.ywapo_label.ywapo_label_tag_position_after {
  color: #0058f8;
}

.woocommerce ul.products.columns-3 li.product-category {
  min-height: 370px;
}

.page-template-decorland-template .productBanner {
  margin-bottom: 50px;
  /*   margin-top: -39px; */
}
@media screen and (max-width: 1000px) {
  .page-template-decorland-template .productBanner {
    margin-top: 9px;
  }
}

button.button.woof_reset_search_form {
  text-align: left;
  font-weight: 400;
  color: #fc8133;
  padding-left: 0;
  background: none;
}
button.button.woof_reset_search_form:hover {
  background: none;
  color: #0058f8;
}

.woocommerce-notices-wrapper {
  margin-top: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top: 0px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  width: auto;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #0058f8;
}

body.search.search-results section {
  display: flex;
  flex-wrap: wrap;
}
body.search.search-results article {
  width: calc(33% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 450px;
  border: 1px solid #eee;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  body.search.search-results article {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  body.search.search-results article {
    width: 100%;
  }
}
body.search.search-results h1 {
  width: 100%;
  text-transform: uppercase;
  margin-top: 50px;
}
body.search.search-results .pagination {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #0058f8;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  margin-top: 10px;
  color: red;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  color: red;
}
.woocommerce span.onsale {
  background-color: red;
  min-height: 4em;
  min-width: 4em;
  line-height: 3.5em;
  font-weight: 600;
  font-size: 16px;
  z-index: 5;
}
/* .product span.onsale {
    background-color: #F44336;
    top: 150px;
} */

.product span.onsale {
  background-color: #0058f8;
  top: 150px;
  padding: 20px 10px 20px 10px;
  line-height: 1.1;
  font-size: 14px;
}
.Red-sale a {
  color: #0c57f8;
  font-weight: 700;
}
.clearance-color a {
  color: red;
  font-weight: 700;
}
@media (max-width: 400px) {
  .woocommerce div.product p.price {
    display: flex;
    flex-direction: column;
  }
  .woocommerce div.product p.price ins,
  .woocommerce div.product span.price ins {
    margin-left: 0px;
    margin-top: 10px;
  }
  #gform_fields_2 li .ginput_container input {
    background: white;
    padding: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 100;
  }
}
/*# sourceMappingURL=theme-style.css.map */

/*custom blind form styling */
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
  display: none !important;
}
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  color: #0058f8;
}
body .gform_wrapper .chosen-container a.chosen-single {
  margin-top: 8px;
}
.chosen-container-single .chosen-single {
  height: 30px !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 4px 10px 4px 10px;
  border-radius: 0px;
  font-size: 14px;
  background: #fff;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  vertical-align: bottom !important;
}
.gform_wrapper .gsection {
  border-left: 25px solid #0058f8;
  border-bottom: 0px !important;
  padding: 16px 16px 16px 16px !important;
  margin-top: 30px !important;
  clear: both;
  background: #f3f3f3;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
  vertical-align: bottom !important;
}
.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 0px !important;
}
.chosen-container {
  margin-bottom: 8px !important;
}
.gform_wrapper .description_above .gfield_description {
  padding: 0px !important;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  margin-bottom: 25px !important;
}
.gfield_description.button,
a.button {
  -webkit-appearance: none;
  border: 1px solid #0058f8;
  border-radius: 0px !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  padding: 0.68rem 1.18rem !important;
}
/*Search bar*/
.product-search-results .entry span.title,
.product-search-results .entry span.description,
.product-search-results .entry span.price,
.product-search-results .entry img.thumbnail {
  font-size: 13px !important;
}

/* Outdoor blinds */
.ColorRadiobtns ul {
  display: flex;
  flex-wrap: wrap;
}
.ColorRadiobtns ul li img {
  height: 200px;
  width: 200px;
}
.ColorRadiobtns ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.ColorRadiobtns ul li input[type="radio"]:checked + label img {
  border: 5px solid #fc8233;
}
@media (max-width: 765px) {
  .ColorRadiobtns ul li img {
    height: 100px;
    width: 100px;
  }
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: flex;
  padding: 10px 10px !important;
  margin: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.woocommerce-category-description {
  padding: 1rem 0 2rem 0;
}
.custom-blind-badges {
  width: 120px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.custom-blind-parent-badges {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
main#main {
  position: relative;
}
main#main > .custom-blind-badges {
  width: 120px;
  position: absolute;
  top: 130px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 768px) {
  main#main {
    padding: 30px 10px 0px 10px;
  }
  main#main > .custom-blind-badges {
    width: 100px;
    top: 190px;
    left: 0px;
  }
}

/* hide shop archive prices for designer/express clustom blinds */
.term-designer-collection li a span.price,
.term-designer-collection li a .est-layup,
.term-custom-express li a span.price,
.term-custom-express li a .est-layup {
  display: none !important;
}
/* Measure and quote form */
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  vertical-align: bottom !important;
}

/* INSTORE NEWSLETTER SIGNUP PAGE */
.page-id-59621 main {
	max-width: 100vw!important;
}
.page-id-59621 .productBanner {
	display: none!important;
}
.page-id-59621 .wp-container-2 {
	height: 700px;
	background-image: url("https://decorland.co.za/wp-content/uploads/2022/08/decorland-instore-newsletter-signup-14.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page-id-59621 .wp-container-4 {
	max-width: 1400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: -550px;
	margin-bottom: -100px;
	background-color: #ffffff!important;
	padding: 5%!important;
}
.page-id-59621 {
	background-color: #1963ad!important;
}
.page-id-59621 #post-59621 .wp-container-4 h1 {
	color: #000000!important;
}
.page-id-59621 #post-59621 .wp-container-4 h3 {
	color: #1963ad!important;
}
.page-id-59621 #post-59621 .wp-container-4 p {
	color: #000000!important;
}
#gform_11 input,select {
	background-color: #ffffff!important;
	border-color: #000000!important;
}
#gform_submit_button_11 {
	color: #0058f8!important;
}
#gform_11 .gfield_description {
	color: #ffffff!important;
}
.page-id-59621 .wp-container-8 {
	height: 250px;
	background-image:url('https://decorland.co.za/wp-content/uploads/2019/11/bannerImage.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	margin-bottom: 0px!important;
}
.page-id-59621 #home-shop-by-room {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.gform_heading .gform_required_legend {
	display: none!important;
}

#xmas-bokkies {
	margin-top: -40px!important;
	margin-bottom: -20px!important;
}
@media screen and (max-width: 600px) {
	#xmas-bokkies {
		display: none!important;
	}
}