/*! Theme Name: gsfurn Theme URI: http://underscores.me/ Author: Vincent van der Graaff Author URI: https://wedouble.nl Description: Theme for mutonex Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: mutonex Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries # Media ## custom style --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body {
  margin: 0;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img,
picture {
  border-style: none;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template {
  display: none;
}

/** Add the correct display in IE 10. */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 18123em 1.5em 1.5em;
}

img,
picture {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"],
.wp-caption picture[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom style
--------------------------------------------------------------*/
/**
Bootstrap -----------------------------------------------------------------
*/
/** Bootstrap */
/**
Extra width ----------------------------------------------------------------
*/
@media (min-width: 1440px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}

/**
Mixins ----------------------------------------------------------------
*/
/**
Default -----------------------------------------------------------------
*/
body {
  font-family: "Catamaran", sans-serif;
  color: #000000;
  font-size: 17px;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.pswp {
  z-index: 99999;
}

h1,
h2,
h3,
h4,
h5,
h6,
#mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-family: "Catamaran", sans-serif;
  color: #000000;
  margin-top: 0px;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 35px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 25px;
}

@media (max-width: 768px) {
  h3 {
    font-display: 18px;
  }
}

h4,
#mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-size: 20px;
}

@media (max-width: 768px) {

  h4,
  #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    font-display: 15px;
  }
}

a {
  color: #1f1a3d;
}

a:visited {
  color: #1f1a3d;
}

a.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: #1f1a3d;
  padding: 12.5px 25px;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  font-weight: 600;
}

a.button:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  background: #0d0b19;
  color: #ffffff;
}

a.button.white,
.button.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white,
.woocommerce #respond input#submit.white,
.woocommerce a.button.white,
.woocommerce button.button.white,
.woocommerce input.button.white,
.woocommerce button.button:disabled.white,
.woocommerce button.button:disabled[disabled].white {
  background: #ffffff;
  color: #000000;
}

a.button.white:hover,
.button.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover,
input[type="submit"].white:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover,
.woocommerce input.button.white:hover,
.woocommerce button.button:disabled.white:hover,
.woocommerce button.button:disabled[disabled].white:hover {
  background: #e6e6e6;
}

.wp-block-button__link {
  background: #1f1a3d;
}

.row {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .row {
    margin-top: 75px;
  }
}

.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.padding-top {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}

.padding-bottom {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}

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

.row.no-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 3px;
  padding: 17.5px 25px;
  border: 0px;
  background: #eef1f2;
}

.deldesktop {
  display: none;
}

@media (max-width: 768px) {
  .deldesktop {
    display: block;
  }
}

.delmobile {
  display: block;
}

@media (max-width: 768px) {
  .delmobile {
    display: none;
  }
}

.paddingblock {
  padding: 25px;
}

blockquote {
  margin-bottom: 25px;
  border-left: 4px solid #1f1a3d;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
}

/**
Menu -----------------------------------------------------------------
*/
.headerheight {
  height: 171px;
}

@media (max-width: 768px) {
  .headerheight {
    height: 135px;
  }
}

.site-header {
  padding-top: 25px;
  transition: all 0.5s ease;
  background: #ffffff;
  box-shadow: 0 5px 8px 0 rgba(35, 50, 65, 0);
}

@media (max-width: 768px) {
  .site-header .menu-lines .col-md-12 {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding-top: 25px;
  }
}

.site-header.fixedheader {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999999;
  box-shadow: 0 5px 8px 0 rgba(35, 50, 65, 0.15);
}

.site-header .site-branding {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .site-header .site-branding {
    padding-bottom: 0px;
  }
}

.site-header .site-branding .topmenu {
  width: auto;
  display: flex;
  align-items: center;
}

.site-header .site-branding .topmenu li {
  border-right: 1px solid #d4175b;
}

.site-header .site-branding .topmenu li:last-child {
  border-right: 0px;
}

.site-header .site-branding .topmenu li:last-child a {
  padding-right: 0px;
}

.site-header .site-branding .topmenu li a {
  padding: 5px 15px;
  color: #000000;
}

.site-header .site-branding .topmenu .accountlink {
  margin-left: 5px;
}

.site-header .site-branding .topmenu .accountlink a {
  display: flex;
}

.site-header .site-branding .topmenu .accountlink svg {
  margin-right: 5px;
}

.site-header .site-branding .logo {
  display: block;
  width: 175px;
  height: 65px;
  background: url(/wp-content/themes/gsfurn/img/logogsfurn.svg) left center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .site-header .site-branding .logo {
    width: 150px;
    height: 40px;
    margin-left: 0px;
  }
}

.site-header .site-branding .searchform {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 300px;
}

@media (max-width: 992px) {
  .site-header .site-branding .searchform {
    display: none;
  }
}

.site-header .site-branding .searchform::after {
  content: "";
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000000;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 0px;
}

.site-header .site-branding .searchform input {
  border: 0px;
  color: #666666;
  border-radius: 0px;
  width: 300px;
  padding: 10px 0px;
  text-transform: lowercase;
  outline: 0px;
  background: transparent;
}

.site-header .site-branding .searchform input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .site-branding .searchform input:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .site-branding .searchform input::-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .site-branding .searchform input::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .site-branding .searchform input::placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .site-branding .searchform button {
  display: none;
}

.site-header .site-branding .shoppingbasket {
  position: relative;
  margin-right: 15px;
  margin-left: 25px;
  height: 25px;
  width: 145px;
  font-weight: 600;
}

.site-header .site-branding .shoppingbasket a {
  color: #000000;
}

@media (max-width: 768px) {
  .site-header .site-branding .shoppingbasket {
    margin-left: 15px;
    font-size: 15px;
    width: 130px;
  }
}

.site-header .site-branding .shoppingbasket .amountshoppingbasket {
  position: absolute;
  background: #d4175b;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -5px;
  right: -15px;
  color: #fff;
  transition: all 0.5s ease;
}

.site-header .site-branding .shoppingbasket .amountshoppingbasket:hover {
  background: #a61247;
}

.menu-lines {
  margin-top: 25px;
  border-top: 1px solid #eef1f2;
  border-bottom: 1px solid #eef1f2;
}

.firstnavigation {
  height: 55px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .firstnavigation {
    height: 45px;
  }
}

.firstnavigation li {
  margin-right: 25px;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}

.firstnavigation li:hover,
.firstnavigation li.current-menu-item {
  border-bottom: 1px solid #d4175b;
}

.firstnavigation li a {
  padding: 15px 0px;
  color: #000000;
  font-weight: 600;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  border-bottom: 1px solid #dadada;
  transition: all 0.5s ease;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link svg {
  margin-left: 10px;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link .lines {
  width: 22px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link .lines .line {
  width: 100%;
  background: #fff;
  height: 1px;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link .lines .line.line1 {
  width: 75%;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link .lines .line.line3 {
  width: 75%;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-item>a.mega-menu-link .lines .line.line4 {
  width: 50%;
}

.firstnavigation .menu-hoofdmenu-container {
  margin-left: 25px;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
  width: 25%;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear {
  clear: none;
}

.firstnavigation #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6:nth-child(5n) {
  clear: left;
}

.firstnavigation .telnumber {
  margin-left: auto;
  color: #000;
  font-weight: 400;
  display: flex;
  color: #000000;
  align-items: center;
}

.firstnavigation .telnumber svg {
  margin-right: 5px;
  color: #1f1a3d;
  font-size: 15px;
}

.firstnavigation .telnumber .maildesktop {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .firstnavigation .telnumber .maildesktop {
    display: none;
  }
}

.firstnavigation .telnumber p {
  margin: 0px;
}

.firstnavigation .telnumber a {
  font-weight: 400;
  color: #000000;
  display: inline-block;
}

@media (max-width: 768px) {
  .firstnavigation .telnumber a {
    font-weight: 400;
  }
}

.firstnavigation .sub-menu {
  background: #fff;
  border-top: 1px solid #eef1f2;
}

.firstnavigation .sub-menu li {
  margin-right: 0px;
  padding: 0px 25px;
  border-bottom: 1px solid #eef1f2;
}

.firstnavigation .sub-menu li:hover {
  border-color: #d4175b;
}

.mega-menu .mega-sub-menu {
  z-index: 9999;
}

.mega-menu .mega-sub-menu .mega-block-title {
  color: #1f1a3d !important;
  margin-bottom: 0px !important;
}

.mega-menu .mega-sub-menu ul.menu {
  position: relative;
  padding: 0px;
  left: 0px;
  box-shadow: none;
  display: block;
}

.mega-menu .mega-sub-menu ul.menu li {
  width: 100%;
  display: block;
}

.mega-menu .mega-sub-menu ul.menu li a {
  width: 100%;
  padding: 0px;
  font-weight: 300;
  font-size: 15px;
}

@media (max-width: 900px) {
  #mega-menu-wrap-menu-3 #mega-menu-menu-3>li.mega-menu-megamenu>ul.mega-sub-menu {
    position: fixed;
    bottom: 0px;
    top: 135px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 992px) {
  .site-header .menu-hoofdmenu-container .menu {
    display: none !important;
  }
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs #breadcrumbs,
.breadcrumbs .woocommerce .woocommerce-breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: lowercase;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 300;
  font-size: 15px;
}

@media (max-width: 768px) {

  .breadcrumbs #breadcrumbs,
  .breadcrumbs .woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
  }
}

/**
Content -----------------------------------------------------------------
*/
.site {
  overflow: hidden;
}

.site .site-main .section:last-child:not(.productrow):not(.projects):not(.slidergreen):not(.logo-slider) {
  margin-bottom: 100px;
}

.entry-content,
.textrow {
  margin-top: 0px;
}

.entry-content p,
.textrow p {
  font-weight: 300;
  margin-top: 0px;
}

.entry-content p:last-child,
.textrow p:last-child {
  margin-bottom: 0px;
}

h1.entry-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 35px;
}

@media (max-width: 768px) {
  h1.entry-title {
    font-size: 25px;
  }
}

/**
Default row -----------------------------------------------------------------
*/
.titlerow {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .titlerow {
    margin-bottom: 50px;
  }
}

.subtitlerow {
  max-width: 800px;
  margin: auto;
}

.mirror .shape {
  transform: scale(-1, 1);
  left: 15px;
  right: 14px;
}

.shape {
  position: absolute;
  height: 218px;
  bottom: 0px;
  left: 14px;
  right: 15px;
  background: url(/wp-content/themes/gsfurn/img/shape.svg) left bottom no-repeat;
  background-size: contain;
  z-index: 9;
  pointer-events: none;
}

.contentrow {
  align-items: center;
}

/**
Owl default settings -----------------------------------------------------------------
*/
.container .owl-theme .owl-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 95px;
  pointer-events: none;
}

.container .owl-theme .owl-dots .owl-dot {
  outline: none;
  pointer-events: all;
}

.container .owl-theme .owl-dots .owl-dot span {
  margin: 0px 3px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #d4175b;
}

@media (max-width: 768px) {
  .container .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}

.container .owl-theme .owl-dots .owl-dot.active span,
.container .owl-theme .owl-dots .owl-dot:hover span {
  background: #d4175b;
}

.owl-carousel.owl-theme .owl-nav {
  top: 0px;
  bottom: 0px;
  left: 25px;
  right: 25px;
  margin: auto;
  height: 40px;
  display: flex;
  position: absolute;
  justify-content: space-between;
  pointer-events: none;
}

@media (max-width: 992px) {
  .owl-carousel.owl-theme .owl-nav {
    top: auto;
    bottom: 90px;
    left: 15px;
    right: 15px;
  }
}

.owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  outline: none;
  height: 30px;
  width: 60px;
  background: #d4175b !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

@media (max-width: 768px) {

  .owl-carousel.owl-theme .owl-nav button.owl-next,
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    height: 25px;
    widows: 50xp;
  }
}

.owl-carousel.owl-theme .owl-nav svg {
  color: #1f1a3d;
  font-size: 20px;
}

@media (max-width: 768px) {
  .owl-carousel.owl-theme .owl-nav svg {
    font-size: 16px;
  }
}

.mirror .owl-nav {
  left: auto;
  right: 0px;
}

/**
Row slider -----------------------------------------------------------------
*/
.slider {
  height: auto;
  margin-top: 15px;
  position: relative;
}

.slider .slideinner {
  overflow: hidden;
}

.slider.slidergreen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #1f1a3d;
}

.slider.slidergreen .shape {
  background-image: url(/wp-content/themes/gsfurn/img/shapeblue.svg);
}

@media (max-width: 768px) {
  .slider .shape {
    bottom: -1px;
    left: 13px;
    right: 0px;
  }
}

.slider .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  min-height: 400px;
  max-height: 800px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .slider .slide {
    height: 50vh;
  }
}

.slider .slide::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.slider .slide.no-overlay::before {
  display: none;
}

.slider .slide .textslide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
  flex-direction: column;
  align-items: center;
}

.slider .slide .textslide h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .slider .slide .textslide h2 {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
Row slider logo's -----------------------------------------------------------------
*/
.logo-container,
.logo-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 100%;
}

.logo-container img,
.logo-container picture,
.logo-container a img,
.logo-container a picture {
  max-width: 60%;
  max-height: 6rem;
  width: auto !important;
}

.logo-slider .owl-carousel.owl-theme .owl-nav {
  position: relative !important;
  justify-content: center;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 2rem;
}

/**
Row USPS -----------------------------------------------------------------
*/
.usps {
  background: #eef1f2;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.usps .uspitem {
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 17px;
}

.usps .uspitem img,
.usps .uspitem picture {
  max-height: 40px;
  width: auto;
  max-width: 30px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .owl-carousel .uspitem {
    font-size: 12px;
  }
}

.uspblock {
  padding: 100px;
  padding-left: 100px;
  background: #eef1f2;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (max-width: 768px) {
  .uspblock {
    padding: 50px;
  }
}

.uspblock::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 5px;
  right: -500%;
  background: #eef1f2;
  z-index: -1;
}

.uspblock h4 {
  margin-bottom: 25px;
}

.uspblock .uspitem {
  display: flex;
  align-items: center;
  height: 40px;
}

.uspblock .uspitem img,
.uspblock .uspitem picture {
  max-width: 30px;
  margin-right: 25px;
}

/**
Row entrances -----------------------------------------------------------------
*/
.entrances .entrance {
  position: relative;
  border-radius: 3px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .entrances .entrance {
    height: 200px;
  }
}

.entrances .entrance::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.entrances .entrance:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
}

.entrances .entrance .titleentrance {
  position: relative;
}

.entrances .entrance .titleentrance::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #d4175b;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 10px;
}

.entrances .entrance h3 {
  position: relative;
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .entrances .entrance h3 {
    font-size: 22px;
  }
}

.entrances .row {
  justify-content: center;
}

/**
Row review -----------------------------------------------------------------
*/
.reviews .review {
  position: relative;
  display: flex;
  overflow: hidden;
}

@media (max-width: 992px) {
  .reviews .review {
    flex-direction: column;
  }
}

.reviews .review .reviewside {
  width: 50%;
  position: relative;
}

@media (max-width: 992px) {
  .reviews .review .reviewside {
    width: 100%;
  }
}

.reviews .review .reviewimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .reviews .review .reviewimage {
    height: 250px;
  }
}

.reviews .review .reviewimage .shape {
  left: -2px;
  right: 0px;
  bottom: -2px;
  background: url(/wp-content/themes/gsfurn/img/shapewhite.svg) left bottom no-repeat;
}

@media (max-width: 992px) {
  .reviews .review .reviewimage .shape {
    display: none;
  }
}

.reviews .review .reviewtext {
  padding: 100px;
  padding-right: 150px;
  background: #1f1a3d;
  color: #ffffff;
}

@media (max-width: 992px) {
  .reviews .review .reviewtext {
    padding: 50px 15px;
    padding-bottom: 100px;
    text-align: center;
  }
}

.reviews .review .reviewtext svg {
  color: #d4175b;
  display: block;
  margin-top: 50px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .reviews .review .reviewtext svg {
    margin-left: auto;
    margin-right: auto;
  }
}

.reviews .review .reviewtext svg:last-child {
  margin-top: 25px;
}

.reviews .review .reviewtext img,
.reviews .review .reviewtext picture {
  max-width: 125px;
}

@media (max-width: 992px) {

  .reviews .review .reviewtext img,
  .reviews .review .reviewtext picture {
    margin: auto;
  }
}

.reviews .container .owl-theme .owl-dots {
  bottom: 50px;
}

/**
Row projects -----------------------------------------------------------------
*/
.projects .slide {
  display: flex;
  align-items: flex-end;
}

.projects .slide .textslide {
  height: 225px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 50px;
  transform: translateY(100%);
  transition: all 1s ease;
}

@media (max-width: 992px) {
  .projects .slide .textslide {
    height: 227px;
    padding: 0px 15px;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
  }
}

.projects .slide .textslide .textsliderinner {
  color: #ffffff;
}

@media (max-width: 992px) {
  .projects .slide .textslide .textsliderinner {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}

.projects .slide .textslide .textsliderinner h2 {
  font-size: 26px;
  text-align: left;
  padding-left: 0px;
}

@media (max-width: 768px) {
  .projects .slide .textslide .textsliderinner h2 {
    font-size: 22px;
  }
}

.projects .slide .textslide .textsliderinner:nth-child(2) {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.projects .slide .textslide .textsliderinner:nth-child(2) .button {
  margin-top: 37.5px;
}

@media (max-width: 992px) {
  .projects .slide .textslide .textsliderinner:nth-child(2) .button {
    margin-top: 10px;
  }
}

.projects .active .slide .textslide {
  transform: translateY(0%);
}

.projects .owl-carousel.owl-theme .owl-nav {
  left: 50px;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 768px) {
  .projects .owl-carousel.owl-theme .owl-nav {
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .projects .container .owl-dots {
    bottom: 60px;
  }
}

@media (max-width: 992px) {
  .projects .shape {
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 768px) {
  .projects .col-md-12 {
    padding: 0px 15px;
  }
}

/**
Row products -----------------------------------------------------------------
*/
.productrow {
  background: #eef1f2;
}

.productrow .product:last-child {
  clear: none !important;
}

.productrow .woocommerce ul.products {
  padding-left: 15px;
  padding-right: 15px;
}

/**
Account -----------------------------------------------------------------
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #000000;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%;
  padding: 50px;
  background: #eef1f2;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 50px;
    padding: 25px;
  }
}

.woocommerce-account .woocommerce-form.woocommerce-form-login {
  background: #eef1f2;
  border-radius: 0px;
  border: 0px;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  max-width: 100%;
  background: #fff;
  padding: 25px;
}

.woocommerce-account address {
  font-style: normal;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="url"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="search"],
.woocommerce-account input[type="number"],
.woocommerce-account input[type="tel"],
.woocommerce-account input[type="range"],
.woocommerce-account input[type="date"],
.woocommerce-account input[type="month"],
.woocommerce-account input[type="week"],
.woocommerce-account input[type="time"],
.woocommerce-account input[type="datetime"],
.woocommerce-account input[type="datetime-local"],
.woocommerce-account input[type="color"],
.woocommerce-account textarea {
  background: #ffffff;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
  background: #fff;
}

.woocommerce-account .woocommerce table.shop_table {
  padding: 0px;
}

.woocommerce table.my_account_orders .button {
  display: block;
  margin-bottom: 5px;
}

/**
Checkout -----------------------------------------------------------------
*/
.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
  max-width: 100%;
  width: 100%;
}

.woocommerce .woocommerce-checkout h1.entry-title {
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout h1.entry-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout .padding-bottom {
    padding-bottom: 0px;
  }
}

.woocommerce .woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce .woocommerce-checkout p:last-child,
.woocommerce .woocommerce-checkout .textrow p:last-child {
  margin-bottom: 6px;
}

.woocommerce .woocommerce-checkout .form-row textarea {
  height: 125px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 40px;
  border-radius: 0px;
  padding: 10px;
  width: 150px;
}

.woocommerce table.shop_table {
  border: 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 3px;
  padding: 25px;
  font-size: 15px;
  border: 2px solid #1f1a3d;
}

.cross-sells h2:first-child {
  margin-bottom: 50px;
  text-align: center;
}

.woocommerce table.cart td:nth-of-type(4),
.woocommerce table.cart th:nth-of-type(4),
.woocommerce table.cart td:nth-of-type(6),
.woocommerce table.cart th:nth-of-type(6) {
  display: none;
}

#order_review_heading {
  display: none;
}

#order_review_heading,
.woocommerce-checkout-review-order {
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}

.woocommerce-checkout #payment div.form-row {
  padding: 25px;
}

.woocommerce-checkout #payment div.form-row .button {
  width: 100%;
  margin-top: 15px;
  color: #000000;
}

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

.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}

/**
Woocommerce messages -----------------------------------------------------------------
*/
.woocommerce-message,
.woocommerce-info {
  border-top-color: #d4175b;
}

.woocommerce-message a,
.woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: #1f1a3d;
}

@media (max-width: 768px) {

  .woocommerce-message,
  .woocommerce-info {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce-message .button,
  .woocommerce-info .button {
    margin-top: 15px !important;
  }
}

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

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  color: #000000;
}

.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce table.shop_table input {
  padding: 10px;
}

/**
Woocommerce archive page -----------------------------------------------------------------
*/
.archive.woocommerce-page .row {
  flex-direction: row-reverse;
}

.woocommerce-products-header h1 {
  margin-bottom: 15px;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header .page-description {
  max-width: 900px;
}

.woocommerce-result-count {
  font-weight: 600;
  color: #000000;
  position: relative;
  top: 15px;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-ordering {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
}

a.button.filteroptionsbutton {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0px 30px;
}

@media (max-width: 768px) {
  a.button.filteroptionsbutton {
    display: flex;
  }
}

a.button.filteroptionsbutton svg {
  margin-right: 15px;
}

.woocommerce .woocommerce-ordering select,
.filteroptions select {
  border: none;
  padding: 10px 25px;
  width: 100%;
  background: transparent;
  border: 2px solid #1f1a3d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-image: url(/wp-content/themes/gsfurn/img/down.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 90% center;
  text-transform: lowercase;
  outline: none;
}

.archive ul.products {
  background: #eef1f2;
  padding: 0px;
}

.woocommerce ul.products.columns-3 li.product.last,
.woocommerce-page ul.products.columns-3 li.product.last {
  margin-right: 0px;
}

.widget.woocommerce {
  margin-bottom: 50px;
  max-width: 300px;
}

.widget.woocommerce .widget-title {
  font-size: 18px;
  font-weight: 600;
}

.widget.woocommerce ul {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.widget.woocommerce ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.widget.woocommerce ul li.current-cat a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #d4175b;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  top: 2px;
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 9px;
  padding: 1px 3px;
  color: #fff;
}

.widget.woocommerce ul a {
  color: #000000;
  text-decoration: none;
  text-transform: lowercase;
}

.widget.woocommerce ul a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #eef1f2;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  top: 5px;
}

.widget.woocommerce ul .cat-item.cat-item-957 {
  display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #d4175b;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eef1f2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: white;
  border: 3px solid #d4175b;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #eef1f2;
  color: #000000;
}

.woocommerce ul.products li.product.product-type-variable .price-description {
  color: #ffffff;
}

.woocommerce ul.products li.product.product-type-variable .price-description .woocommerce-Price-amount.amount {
  color: #d4175b;
}

.woocommerce ul.products li.product.product-type-variable .price-description .cart_price ins span,
.woocommerce ul.products li.product.product-type-variable .price-description .textafterprice {
  color: #d4175b;
}

.woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount:nth-child(2) {
  display: none;
}

.woocommerceside {
  margin-top: 50px;
}

.post-type-archive-product .usp .row,
.tax-product_cat .usp .row {
  margin-top: 100px;
  margin-bottom: 100px;
}

.post-type-archive-product .category-description,
.tax-product_cat .category-description {
  margin-bottom: 100px;
}

@media (max-width: 768px) {

  .post-type-archive-product .category-description,
  .tax-product_cat .category-description {
    margin-bottom: 75px;
  }
}

.post-type-archive-product .shoppage .col-lg-9,
.tax-product_cat .shoppage .col-lg-9 {
  padding-top: 50px;
  padding-bottom: 85px;
  padding-left: 100px;
}

@media (max-width: 992px) {

  .post-type-archive-product .shoppage .col-lg-9,
  .tax-product_cat .shoppage .col-lg-9 {
    padding-left: 15px;
  }
}

.post-type-archive-product .shoppage .col-lg-9:after,
.tax-product_cat .shoppage .col-lg-9:after {
  content: "";
  position: absolute;
  top: -42px;
  right: -250%;
  bottom: 17px;
  left: 0px;
  background: #eef1f2;
  z-index: -1;
}

@media (max-width: 992px) {

  .post-type-archive-product .shoppage .col-lg-9:after,
  .tax-product_cat .shoppage .col-lg-9:after {
    left: -250%;
  }
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding-left: 25px;
}

/**
Woocommerce single productview -----------------------------------------------------------------
*/
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #ffffff;
  padding: 30px;
  margin: 0 1% 1% 0;
  width: 24%;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  border-radius: 3px;
  border: 2px solid transparent;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 0.5);
  border-color: #1f1a3d;
}

@media (max-width: 1200px) {

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 49%;
    margin: 0.5%;
  }
}

.woocommerce ul.products li.product .archive-img-wrap,
.woocommerce-page ul.products li.product .archive-img-wrap {
  height: 175px;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 768px) {

  .woocommerce ul.products li.product .archive-img-wrap,
  .woocommerce-page ul.products li.product .archive-img-wrap {
    height: 125px;
  }
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a picture,
.woocommerce-page ul.products li.product a img,
.woocommerce-page ul.products li.product a picture {
  max-height: 175px;
  width: auto;
  margin: auto;
}

@media (max-width: 768px) {

  .woocommerce ul.products li.product a img,
  .woocommerce ul.products li.product a picture,
  .woocommerce-page ul.products li.product a img,
  .woocommerce-page ul.products li.product a picture {
    max-height: 125px;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  padding-top: 0px;
}

@media (max-width: 768px) {

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}

.woocommerce ul.products li.product .termname,
.woocommerce-page ul.products li.product .termname {
  color: #666666;
  text-transform: lowercase;
  margin-bottom: 5px;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {

  .woocommerce ul.products li.product .termname,
  .woocommerce-page ul.products li.product .termname {
    margin-bottom: 0px;
  }
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #d4175b;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce ul.products li.product .price span,
.woocommerce-page ul.products li.product .price span {
  font-weight: 400;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  margin-right: 10px;
  display: none;
}

.woocommerce ul.products li.product .customadd,
.woocommerce-page ul.products li.product .customadd {
  margin-top: 0px;
  padding: 0px;
  background: transparent;
  height: 30px;
  padding: 0px 20px;
  background: url(/wp-content/themes/gsfurn/img/orangebasket.svg) center left no-repeat;
  background-size: 25px;
  outline: none;
}

.woocommerce ul.products li.product .wc-forward,
.woocommerce-page ul.products li.product .wc-forward {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  position: absolute;
  top: 50px;
  right: 25px;
}

.woocommerce ul.products li.product .star-rating::before,
.woocommerce-page ul.products li.product .star-rating::before {
  color: #d4175b;
}

.woocommerce ul.products li.product .color-attributes,
.woocommerce-page ul.products li.product .color-attributes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product .color-attributes .color-attribute,
.woocommerce-page ul.products li.product .color-attributes .color-attribute {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 49%;
    margin: 0.5%;
  }
}

@media (max-width: 576px) {

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 49%;
    margin: 0.5%;
  }
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a picture,
.woocommerce-page ul.products li.product a picture {
  margin-bottom: 25px;
}

/**
Woocommerce productpage -----------------------------------------------------------------
*/
.single-product .shoppage {
  margin-top: 75px;
}

.woocommerce .summary.entry-summary {
  position: relative;
  border-left: 1px solid #eef1f2;
  width: 50% !important;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .woocommerce .summary.entry-summary {
    width: 100% !important;
    padding-left: 0px;
    border-left: 0px;
  }
}

.woocommerce .summary.entry-summary .product_title,
.woocommerce .summary.entry-summary .woocommerce-product-details__short-description {
  max-width: 75%;
}

@media (max-width: 768px) {

  .woocommerce .summary.entry-summary .product_title,
  .woocommerce .summary.entry-summary .woocommerce-product-details__short-description {
    max-width: 100%;
  }
}

.woocommerce .summary.entry-summary .product_meta span {
  margin-right: 10px;
}

.woocommerce .summary.entry-summary .price {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  line-height: 22px;
}

.woocommerce .summary.entry-summary .price .woocommerce-Price-amount {
  display: block;
  font-size: 25px;
  color: #000000;
  font-weight: 600;
}

.woocommerce .summary.entry-summary .price del .amount {
  text-decoration: line-through;
}

.woocommerce .summary.entry-summary .price .textafterprice {
  font-size: 15px;
  color: #666666;
  display: block;
  text-align: right;
}

.woocommerce .summary.entry-summary .product-shop-attributes-details {
  margin-top: 75px;
}

.woocommerce .summary.entry-summary h3 {
  font-size: 20px;
  font-weight: 700;
}

.woocommerce .summary.entry-summary table.shop_attributes {
  border-top: 1px solid #dadada;
  border-collapse: collapse;
  text-align: left;
  color: #000000;
}

.woocommerce .summary.entry-summary table.shop_attributes th {
  padding: 15px 25px;
  border-bottom: 1px solid #dadada;
  width: 50%;
  font-weight: 600;
  color: #1f1a3d;
}

.woocommerce .summary.entry-summary table.shop_attributes td {
  font-style: normal;
  border-bottom: 1px solid #dadada;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments {
  margin-top: 75px;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments h2 {
  font-size: 20px;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist {
  padding: 0px;
  border-bottom: 1px solid #dadada;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist img,
.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist picture {
  display: none;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  padding-left: 125px !important;
}

@media (max-width: 768px) {
  .woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text {
    padding-left: 0px !important;
    text-align: left;
  }
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text .star-rating {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 15px;
  color: #d4175b;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text .star-rating::before {
  color: #d4175b;
}

@media (max-width: 768px) {
  .woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text .star-rating {
    position: relative;
  }
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text p.meta {
  font-weight: 600;
  color: #000000 !important;
  margin-bottom: 0px;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 600;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments ol.commentlist li .comment-text .description p {
  margin: 0px !important;
  font-weight: 400;
  font-size: 16px;
  color: #9d9d9d;
}

.woocommerce .summary.entry-summary #reviews.woocommerce-Reviews #comments .woocommerce-noreviews {
  border-bottom: 1px solid #dadada;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.woocommerce .summary.entry-summary .comment-reply-title {
  display: none;
}

.woocommerce .summary.entry-summary .comment-form {
  margin-top: 25px;
  display: none;
}

.woocommerce .summary.entry-summary .comment-form label {
  color: #000000;
  font-weight: 600;
}

.woocommerce .summary.entry-summary .comment-form textarea {
  border-radius: 0px;
  background: #eef1f2;
  margin-top: 10px;
  border: 0px;
}

.woocommerce .summary.entry-summary .button.addreview {
  display: inline-block;
  margin-top: 25px;
  font-weight: 400;
  background: transparent;
  color: #000000;
  border: 1px solid #d4175b;
}

.woocommerce .summary.entry-summary .uspblock {
  overflow: visible;
  padding: 50px;
}

.woocommerce .summary.entry-summary .uspblock .overflow {
  overflow: auto;
}

.woocommerce .summary.entry-summary .uspblock .uspitem {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .woocommerce .summary.entry-summary .uspblock .uspitem {
    width: 100%;
    float: none;
    margin: 0px;
    font-size: 14px;
  }

  .woocommerce .summary.entry-summary .uspblock .uspitem img,
  .woocommerce .summary.entry-summary .uspblock .uspitem picture {
    max-width: 25px;
    margin-right: 15px;
  }
}

.woocommerce .summary.entry-summary .uspblock .uspitem.withouttext img,
.woocommerce .summary.entry-summary .uspblock .uspitem.withouttext picture {
  max-width: 100%;
}

.woocommerce div.product .woocommerce-product-rating {
  position: absolute;
  left: 100px;
  top: -5px;
  color: #d4175b;
}

.woocommerce div.product .woocommerce-product-rating .star-rating::before {
  color: #d4175b;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

.woocommerce div.product div.images img,
.woocommerce div.product div.images picture {
  width: auto;
  height: auto;
  max-height: 650px;
  margin: auto;
}

.woocommerce #main div.product div.images .flex-control-thumbs li {
  width: 60px;
  float: none;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  background: #fff;
}

.woocommerce #main div.product div.images .flex-control-thumbs li img,
.woocommerce #main div.product div.images .flex-control-thumbs li picture {
  padding: 15px;
  border: 1px solid #eef1f2;
}

.woocommerce #main div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce #main div.product div.images .flex-control-thumbs li picture.flex-active {
  padding: 15px;
  border: 1px solid #d4175b;
}

.flex-viewport {
  margin-left: 75px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: scroll;
  -ms-overflow-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #review_form #respond .form-submit input,
.single-product .entry-summary .buttonsingleproduct {
  background-color: #d4175b;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
  padding: 17px 25px;
  border-radius: 50px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.single-product .entry-summary .buttonsingleproduct:hover {
  background: #8f103d;
  color: #ffffff;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0px -3px 0 -3px;
}

.woocommerce div.product form.cart div.quantity input {
  background: #1f1a3d;
  color: #fff;
  border: 0px;
  height: 50px;
  border-radius: 0px;
  margin: 0px;
  position: relative;
  text-align: center;
  outline: none;
  padding: 0px;
  width: 50px;
}

.woocommerce div.product form.cart .button {
  float: none;
  flex-grow: 1;
  max-width: 350px;
  border-radius: 50px;
  color: #fff;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

button.minus,
button.plus {
  border: 0px;
  background: #1f1a3d;
  height: 50px;
  padding: 14px;
  outline: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

button.plus {
  position: relative;
  left: -1px;
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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

.single-product .productrow {
  border-bottom: 1px solid #dadada;
}

.single-product .productrow h2:first-child {
  text-align: center;
  margin-bottom: 50px;
}

.single-product .entry-summary .buttonsingleproduct {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 25px;
  font-weight: 600;
}

.woo_discount_rules_table {
  position: relative;
  top: -25px;
  width: auto;
  color: #249756;
  font-size: 12px;
}

.woo_discount_rules_table table {
  width: auto;
}

.up-sells.upsells.products {
  margin-bottom: 100px;
}

.woocommerce div.product.product-type-simple form.cart {
  display: flex;
  margin-top: 25px;
}

.variation-selection-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.variation-selection-wrapper .variation-selection {
  height: 100px;
  width: 100px;
  padding: 10px;
  border: 1px solid #eef1f2;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.variation-selection-wrapper .variation-selection.active,
.variation-selection-wrapper .variation-selection:hover {
  border-color: #1f1a3d;
}

ul.flex-direction-nav {
  position: absolute;
  z-index: 9;
  height: 35px;
  top: 0px;
  bottom: 0px;
  left: 75px;
  right: 0px;
  margin: auto;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

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

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

ul.flex-direction-nav li a {
  color: #1f1a3d;
  text-decoration: none;
}

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

/**
Variable product page -----------------------------------------------------------------
*/
.woocommerce .summary.entry-summary .woocommerce-variation-price .price {
  display: block;
  background: #ffffff;
}

.woocommerce .summary.entry-summary .woocommerce-variation-price ins {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  line-height: 22px;
  background: #ffffff;
}

.woocommerce .summary.entry-summary .woocommerce-variation-price ins .amount {
  display: block;
  font-size: 25px;
  color: #2f2f2f;
  font-weight: 600;
}

.woocommerce div.product p.stock {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  padding: 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border-radius: 0px;
  border: 0px;
  outline: 0;
  background: #eef1f2;
  background-image: url(/wp-content/themes/gsfurn/img/down.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 50px;
}

.woocommerce div.product form.cart .variations td {
  display: block;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 5px;
}

.single-product .product-type-variable form.cart .button {
  width: 366px;
}

.single_variation_wrap {
  display: block;
  width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
}

.single_variation_wrap .woocommerce-variation-add-to-cart button {
  flex-grow: 1;
}

/**
Blog home and archive and single -----------------------------------------------------------------
*/
.blog article,
.archive article {
  background: #eef1f2;
  padding: 50px;
  margin-bottom: 10px;
}

.blog article h2,
.archive article h2 {
  margin-bottom: 0px;
}

.blog article .entry-meta,
.archive article .entry-meta {
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}

.post-thumbnail {
  margin-bottom: 25px;
}

.single .entry-title {
  margin-bottom: 0px;
}

.single .entry-meta,
.single .entry-footer {
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}

/**
Footer -----------------------------------------------------------------
*/
.firstfooter {
  background: #16122b;
}

.firstfooter .row {
  padding: 50px 0px;
  color: #fff;
}

.firstfooter .row ul,
.firstfooter .row li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.firstfooter .row li::before {
  content: "";
  width: 12.5px;
  height: 2px;
  background-color: #d4175b;
  left: 0;
  top: 9px;
  position: absolute;
}

.firstfooter .row .sub-menu {
  display: none;
}

.firstfooter .row h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.firstfooter a {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.5s ease;
}

.firstfooter a:hover {
  opacity: 1;
}

.site-footer {
  background: #0d0b19;
  color: #fff;
}

.site-footer .row {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 12px;
}

.site-footer .col-md-12 {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.site-footer .footermenu {
  margin-left: 25px;
}

/**
Contact form 7 -----------------------------------------------------------------
*/
.wpcf7 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wpcf7 input {
  width: 100%;
}

.wpcf7 label {
  font-weight: 600;
}

.wpcf7 input[type="submit"] {
  border: none;
  font-size: 15px;
}

/**
Backend G&S Furn archive for tax -----------------------------------------------------------------
*/
.quotationmenu {
  margin: auto;
}

.quotationmenu ul {
  display: block;
}

@media (max-width: 768px) {
  .quotationmenu ul li a {
    padding: 11px 0px;
  }

  .quotationmenu ul li:last-child {
    margin-right: 0px;
  }
}

.tax-status .site-main,
.tax-order-status .site-main,
.search-results .site-main {
  margin: 100px 0px;
}

.tax-status .quotetitle,
.tax-order-status .quotetitle,
.search-results .quotetitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.tax-status .quotetitle .postcount,
.tax-order-status .quotetitle .postcount,
.search-results .quotetitle .postcount {
  text-transform: lowercase;
}

.tax-status .quotemarginbottom,
.tax-order-status .quotemarginbottom,
.search-results .quotemarginbottom {
  margin-bottom: 25px;
}

.tax-status .woocommerce-form-login,
.tax-order-status .woocommerce-form-login,
.search-results .woocommerce-form-login {
  max-width: 40rem;
  margin: 0in auto;
}

.tax-status .woocommerce-form-login p,
.tax-order-status .woocommerce-form-login p,
.search-results .woocommerce-form-login p {
  flex-direction: column;
}

.tax-status .woocommerce-form-login p label,
.tax-order-status .woocommerce-form-login p label,
.search-results .woocommerce-form-login p label {
  display: block;
  font-weight: 600;
}

.tax-status .woocommerce-form-login p .form-row-last,
.tax-order-status .woocommerce-form-login p .form-row-last,
.search-results .woocommerce-form-login p .form-row-last {
  margin-bottom: 0px;
}

.tax-status .woocommerce-form-login p button,
.tax-order-status .woocommerce-form-login p button,
.search-results .woocommerce-form-login p button {
  width: 30%;
}

.tax-status table,
.tax-order-status table,
.search-results table {
  border-spacing: 0px;
}

.tax-status .row,
.tax-order-status .row,
.search-results .row {
  margin: 0px;
}

.tax-status .table th,
.tax-status .table td,
.tax-order-status .table th,
.tax-order-status .table td,
.search-results .table th,
.search-results .table td {
  padding: 25px 0px;
  cursor: pointer;
  text-align: left;
}

.tax-status .nav-links,
.tax-order-status .nav-links,
.search-results .nav-links {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tax-status .nav-links .nav-previous,
.tax-order-status .nav-links .nav-previous,
.search-results .nav-links .nav-previous {
  text-align: right;
}

.tax-status .nav-links .nav-next,
.tax-order-status .nav-links .nav-next,
.search-results .nav-links .nav-next {
  margin-right: auto;
  text-align: left;
}

.tax-status .nav-links .table-row,
.tax-order-status .nav-links .table-row,
.search-results .nav-links .table-row {
  cursor: pointer;
}

@media (max-width: 768px) {

  .tax-status .companyname,
  .tax-status .date-quoation,
  .tax-order-status .companyname,
  .tax-order-status .date-quoation,
  .search-results .companyname,
  .search-results .date-quoation {
    display: none;
  }
}

.tax-status .table td.indicator,
.tax-order-status .table td.indicator,
.search-results .table td.indicator {
  text-align: right;
}

.termindicator {
  background: #d4175b;
  padding: 7.5px 35px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-weight: 600;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  .termindicator {
    padding: 7.5px 20px;
  }
}

.termindicator.sendterm {
  background: #1f1a3d;
}

/*--------------------------------------------------------------
# NaN styling
--------------------------------------------------------------*/
/* -----------------------------------------------
- Init : Mixins
----------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Display flex center
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Display flex and align center vertical
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Display flex and align center vertical
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Max-width
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Min-height
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Max-height
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixin : Background image cover
------------------------------------------------------- */
/* -----------------------------------------------
- Init : Variables
----------------------------------------------- */
/* -----------------------------------------------
- Init : colors
----------------------------------------------- */
/* -----------------------------------------------
- Init : Base files
----------------------------------------------- */
/* -----------------------------------------------
- Init : Term specific style
----------------------------------------------- */
.term-style-wachtrij {
  background-color: #F5B942 !important;
  color: white !important;
}

.term-style-lopend {
  background-color: #1F5DD4 !important;
  color: white !important;
}

.term-style-verstuurd,
.term-style-archief {
  background-color: #16122b !important;
  color: white !important;
}

.term-style-geaccepteerd,
.term-style-geleverd {
  background-color: #33C66E !important;
  color: white !important;
}

/* -----------------------------------------------
- Init : NaN pagination
----------------------------------------------- */
.NaN-pagination {
  display: flex;
  justify-content: center;
  margin-top: 83px;
}

.NaN-pagination .page-numbers {
  background-color: #EFF1F2;
  height: 40px;
  margin-left: 11px;
  min-width: 40px;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.NaN-pagination .page-numbers.dots {
  background-color: white;
}

.NaN-pagination .page-numbers.current {
  background-color: #16122b;
  color: white;
}

.NaN-pagination .page-numbers.prev,
.NaN-pagination .page-numbers.next {
  padding: 0 1rem;
}

.NaN-pagination .page-numbers.prev::before,
.NaN-pagination .page-numbers.prev::after,
.NaN-pagination .page-numbers.next::before,
.NaN-pagination .page-numbers.next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.NaN-pagination .page-numbers.prev::before {
  content: "\f060";
  margin-right: 11px;
}

.NaN-pagination .page-numbers.next::after {
  content: "\f061";
  margin-left: 11px;
}

/* -----------------------------------------------
- Init : NaN dropdown
----------------------------------------------- */
.NaN-dropdown .dropdown-toggle {
  height: 40px;
  border: none;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.NaN-dropdown .dropdown-toggle b {
  margin-left: 5px;
}

.NaN-dropdown .dropdown-toggle:not(.inactive-toggle)::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  color: white;
  height: auto;
  width: auto;
  margin-left: 10px;
}

.NaN-dropdown .dropdown-toggle.inactive-toggle {
  pointer-events: none;
}

.NaN-dropdown .dropdown-toggle.inactive-toggle::after {
  display: none;
}

.NaN-dropdown .dropdown-menu {
  z-index: 9999;
  width: 100%;
  border: none;
  box-shadow: 0 4px 10px 0 #0000001a;
  padding: 0.5rem 0;
  min-width: 218px;
}

.NaN-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

/* -----------------------------------------------
- Init : Website files
----------------------------------------------- */
/* -----------------------------------------------
- Init : Header
----------------------------------------------- */
header#masthead {
  /* ---------------------------------------- - Init : Site branding ---------------------------------------- */
  /* ---------------------------------------- - Init : Menu lines ---------------------------------------- */
}

header#masthead .site-branding .searchform input {
  background-color: #EFF1F2;
  border-radius: 3px;
  padding: 10px 1rem;
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

header#masthead .site-branding .searchform::after {
  padding-right: 1rem;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item a {
  font-weight: 400;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item.current-menu-item a {
  font-weight: 800;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item.current-menu-ancestor {
  border-bottom: 1px solid #d4175b;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item.current-menu-ancestor a {
  font-weight: 800;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item.current-menu-ancestor ul.sub-menu li.menu-item a {
  font-weight: 400;
}

header#masthead .menu-lines .firstnavigation .quotationmenu ul.menu li.menu-item.current-menu-ancestor ul.sub-menu li.menu-item.current-menu-item a {
  font-weight: 800;
}

/* -----------------------------------------------
- Init : Taxonomy archive
----------------------------------------------- */
body.archive #main,
body.search #main {
  /* ---------------------------------------- - Init : Taxonomy header ---------------------------------------- */
  /* ---------------------------------------- - Init :  ---------------------------------------- */
}

body.archive #main header.taxonomy-header,
body.search #main header.taxonomy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

  body.archive #main header.taxonomy-header,
  body.search #main header.taxonomy-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.archive #main header.taxonomy-header .page-title,
body.search #main header.taxonomy-header .page-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 0;
}

body.archive #main header.taxonomy-header .page-title .term-name,
body.search #main header.taxonomy-header .page-title .term-name {
  text-transform: lowercase;
}

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

  body.archive #main header.taxonomy-header .page-title,
  body.search #main header.taxonomy-header .page-title {
    margin-bottom: 1rem;
  }
}

body.archive #main header.taxonomy-header .taxonomy-terms,
body.search #main header.taxonomy-header .taxonomy-terms {
  display: flex;
}

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

  body.archive #main header.taxonomy-header .taxonomy-terms,
  body.search #main header.taxonomy-header .taxonomy-terms {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
}

body.archive #main header.taxonomy-header .taxonomy-terms .term-link,
body.search #main header.taxonomy-header .taxonomy-terms .term-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  min-width: 135px;
  padding: 0.5rem 1rem;
  margin-left: 5px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: lowercase;
  display: flex;
  justify-content: center;
}

body.archive #main header.taxonomy-header .taxonomy-terms .term-link.active,
body.search #main header.taxonomy-header .taxonomy-terms .term-link.active {
  font-weight: 700;
}

body.archive #main header.taxonomy-header .taxonomy-terms .term-link.in-active,
body.search #main header.taxonomy-header .taxonomy-terms .term-link.in-active {
  background-color: #EFF1F2;
  color: black;
}

body.archive #main header.taxonomy-header .taxonomy-terms .term-link:first-of-type,
body.search #main header.taxonomy-header .taxonomy-terms .term-link:first-of-type {
  margin-left: 0;
}

body.archive #main .page-content,
body.search #main .page-content {
  margin: 3.5rem 0;
  /* ---------------------------------------- - Init : Order table ---------------------------------------- */
  /* ---------------------------------------- - Init : No posts message ---------------------------------------- */
}

body.archive #main .page-content table.order-table tr.table-row,
body.search #main .page-content table.order-table tr.table-row {
  cursor: pointer;
}

body.archive #main .page-content table.order-table tr.table-row th,
body.archive #main .page-content table.order-table tr.table-row td,
body.search #main .page-content table.order-table tr.table-row th,
body.search #main .page-content table.order-table tr.table-row td {
  padding: 1rem;
  vertical-align: middle;
}

body.archive #main .page-content table.order-table tr.table-row th.order-title,
body.search #main .page-content table.order-table tr.table-row th.order-title {
  font-weight: 900;
  padding-left: 0;
}

body.archive #main .page-content table.order-table tr.table-row td.indicator,
body.search #main .page-content table.order-table tr.table-row td.indicator {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}

body.archive #main .page-content table.order-table tr.table-row td.indicator .termindicator,
body.search #main .page-content table.order-table tr.table-row td.indicator .termindicator {
  width: 120px;
  display: flex;
  justify-content: center;
}

body.archive #main .page-content .no-posts-message,
body.search #main .page-content .no-posts-message {
  border-top: solid #dee2e6 1px;
  padding-top: 1.5rem;
}

/* -----------------------------------------------
- Init : Order and Quotation single (New)
----------------------------------------------- */
body.single-gsfurn_order #page .quoteinfo,
body.single-offerte #page .quoteinfo {
  /* ----------------------------------------------- - Init : Overlay ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Both columns ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Main col ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Side col ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .overlayquote,
body.single-offerte #page .quoteinfo .overlayquote {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding-top: 15.5rem;
  display: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form,
body.single-offerte #page .quoteinfo .overlayquote form {
  border-radius: 3px;
  max-width: 50rem;
  margin: auto;
  background: white;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-field-repeater,
body.single-offerte #page .quoteinfo .overlayquote form .acf-field-repeater {
  padding: 3rem;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-field-repeater .acf-row-handle.order,
body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-field-repeater .acf-row-handle.remove,
body.single-offerte #page .quoteinfo .overlayquote form .acf-field-repeater .acf-row-handle.order,
body.single-offerte #page .quoteinfo .overlayquote form .acf-field-repeater .acf-row-handle.remove {
  border: none;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-actions,
body.single-offerte #page .quoteinfo .overlayquote form .acf-actions {
  text-align: left;
  margin-top: 1.5rem;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-form-submit,
body.single-offerte #page .quoteinfo .overlayquote form .acf-form-submit {
  padding: 1.5rem;
  background: #eef1f2;
}

body.single-gsfurn_order #page .quoteinfo .overlayquote form .acf-form-submit .button,
body.single-offerte #page .quoteinfo .overlayquote form .acf-form-submit .button {
  width: auto !important;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9,
body.single-gsfurn_order #page .quoteinfo .col-lg-3,
body.single-offerte #page .quoteinfo .col-lg-9,
body.single-offerte #page .quoteinfo .col-lg-3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9,
  body.single-gsfurn_order #page .quoteinfo .col-lg-3,
  body.single-offerte #page .quoteinfo .col-lg-9,
  body.single-offerte #page .quoteinfo .col-lg-3 {
    padding-right: 0.93rem;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9,
body.single-offerte #page .quoteinfo .col-lg-9 {
  /* ----------------------------------------------- - Init : Woocommerce messages ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Title quotation ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .woocommerce-error p,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .woocommerce-message p,
body.single-offerte #page .quoteinfo .col-lg-9 .woocommerce-error p,
body.single-offerte #page .quoteinfo .col-lg-9 .woocommerce-message p {
  margin: 0;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .woocommerce-message,
body.single-offerte #page .quoteinfo .col-lg-9 .woocommerce-message {
  border-top-color: #33C66E;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .woocommerce-message::before,
body.single-offerte #page .quoteinfo .col-lg-9 .woocommerce-message::before {
  color: #33C66E;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  /* ----------------------------------------------- - Init : Title buttons ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote h1,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote h1 {
  padding-right: 1rem;
}

@media only screen and (max-width: 74.93rem) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote,
  body.single-offerte #page .quoteinfo .col-lg-9 .titlequote {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote .titlebuttons,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote .titlebuttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  /* ----------------------------------------------- - Init : Custom button ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Add product button ----------------------------------------------- */
}


body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .custom-button,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .dropdown-toggle,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .custom-button,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .dropdown-toggle {
  background-color: #16122b;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.18rem;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.56rem;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .addproduct,
body.single-offerte #page .quoteinfo .col-lg-9 .titlequote .titlebuttons .addproduct {
  border-radius: 0.18rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 0.18rem solid #d4175b;
  color: #1f1a3d;
  margin: 0 0 0 1rem;
  font-size: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form {
  /* ----------------------------------------------- - Init : ACF elements ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form fields ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form submit ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-input-prepend,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-input-append,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-input-prepend,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-input-append {
  display: flex;
  align-items: center;
  background: #9d9d9d;
  border: none;
  height: 3rem;
  color: white;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts>.acf-label,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts>.acf-label {
  display: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border {
  margin-top: 3rem;
  background: #eef1f2;
  padding: 3rem;
  border: none;
  border-radius: 3px;
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border,
  body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border {
    padding: 1.5rem 0.93rem;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border input,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border textarea,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border input,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border textarea {
  background: white;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border textarea,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-input .acf-fields.-border textarea {
  min-height: 10rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .mountingcosts .acf-label,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .mountingcosts .acf-label {
  margin-bottom: 0;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal::before,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal::before {
  content: "";
  height: 0.06rem;
  width: 100%;
  background: #1f1a3d;
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal input,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal input {
  pointer-events: none;
  color: #1f1a3d;
  font-weight: 900;
  font-size: 1.5rem;
  background: transparent;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal .acf-input-prepend,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .quoteamounts .acf-fields>.acf-field.pricetotal .acf-input-prepend {
  background: #1f1a3d;
  color: white;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields {
  /* ----------------------------------------------- - Init : ACF field ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF repeater ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field {
  border: none;
  /* ----------------------------------------------- - Init : ACF form field (Min-height) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form field (clear none) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form field (quotation number) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form field (product quotation) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form field (accordion) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form field (gallery) ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form actions ----------------------------------------------- */
  /* ----------------------------------------------- - Init : ACF form inputs ----------------------------------------------- */
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field,
  body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field {
    width: 100% !important;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.minheight,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.minheight {
  min-height: 7rem !important;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.clearnone,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.clearnone {
  clear: none !important;
  float: right;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.quotationnumber input,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.quotationnumber input {
  pointer-events: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.productquote .acf-fields,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.productquote .acf-fields {
  padding: 3rem !important;
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.productquote .acf-fields,
  body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.productquote .acf-fields {
    padding: 0.62rem !important;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion {
  margin: 0.62rem !important;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title {
  padding: 0.75rem 0;
  border-bottom: 0.06rem solid #eef1f2;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title .dashicons-arrow-right:before,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title .dashicons-arrow-right:before {
  color: #1f1a3d;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title label,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-accordion .acf-accordion-title label {
  font-size: 0.93rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-field-gallery .acf-gallery-toolbar li,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-field-gallery .acf-gallery-toolbar li {
  width: 100%;
  display: block;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-field-gallery .acf-gallery-toolbar li a.button,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field.acf-field-gallery .acf-gallery-toolbar li a.button {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field .acf-actions,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field .acf-actions {
  padding-top: 0.93rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field .acf-actions a.button,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field .acf-actions a.button {
  font-size: 0.87rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="text"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="password"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="number"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="search"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="email"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="url"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field textarea,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field select,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="text"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="password"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="number"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="search"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="email"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field input[type="url"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field textarea,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field select {
  height: 3rem;
  padding: 0 0.93rem;
  border-radius: 0;
  background: #eef1f2;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table {
  border-spacing: none 1.25rem;
  background: white;
  border: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row:hover td.acf-row-handle .acf-icon,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row.-hover td.acf-row-handle .acf-icon,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row:hover td.acf-row-handle .acf-icon,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row.-hover td.acf-row-handle .acf-icon {
  display: flex;
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row .acf-th,
  body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row .acf-th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td {
  border: 0.06rem solid #dfdfdf;
  border-right: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.order,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.order {
  background: white;
  color: #1f1a3d;
  border: 0.06rem solid #dfdfdf;
  border-right: none;
  font-weight: 600;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.remove,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.remove {
  border-right: 0.06rem solid #dfdfdf;
  border-top: 0.06rem solid #dfdfdf;
  border-bottom: 0.06rem solid #dfdfdf;
  background: #eef1f2;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-row-handle .acf-icon,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-row-handle .acf-icon {
  align-items: center;
  justify-content: center;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-row-handle .acf-icon:hover,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-row-handle .acf-icon:hover {
  background: #1f1a3d;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute {
  padding-top: 3rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table {
  border: 0.06rem solid #dfdfdf;
  border-spacing: none;
  table-layout: fixed;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-row-handle.order,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-row-handle.order {
  border-left: none;
  border-bottom: none;
  border-top: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table>tbody>tr>td,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table>tbody>tr>td {
  border-width: none 0 0 0.06rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-row-handle.order+td,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-row-handle.order+td {
  border-left-color: #dfdfdf;
  border-bottom: none;
  border-top-color: #dfdfdf;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table>tbody>tr:first-child>td,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-table>tbody>tr:first-child>td {
  border-top-width: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-actions,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-fields .acf-field-repeater .acf-input .acf-repeater table.acf-table tr.acf-row td.acf-fields .attribute .acf-actions {
  padding-top: 0.93rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit button,
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="button"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="reset"],
body.single-gsfurn_order #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="submit"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit button,
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="button"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="reset"],
body.single-offerte #page .quoteinfo .col-lg-9 .acf-form .acf-form-submit input[type="submit"] {
  display: block;
  font-size: 1rem;
  border: none;
  margin-left: auto;
  margin-right: 0.62rem;
  width: 15.5rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3,
body.single-offerte #page .quoteinfo .col-lg-3 {
  padding-right: 0;
  padding-left: 3rem;
  /* ----------------------------------------------- - Init : Post details ----------------------------------------------- */
}

@media (max-width: 768px) {

  body.single-gsfurn_order #page .quoteinfo .col-lg-3,
  body.single-offerte #page .quoteinfo .col-lg-3 {
    padding-right: 0.93rem;
    padding-left: 0.93rem;
  }
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3::after,
body.single-offerte #page .quoteinfo .col-lg-3::after {
  content: "";
  position: absolute;
  top: -2.6rem;
  right: -250%;
  bottom: 0;
  left: 0;
  background: #eef1f2;
  z-index: -1;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details {
  /* ----------------------------------------------- - Init : Divider ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Post date ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Post action ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Post sub actions ----------------------------------------------- */
  /* ----------------------------------------------- - Init : Post log ----------------------------------------------- */
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .divider,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .divider {
  background-color: #dbdbdb;
  height: 0.06rem;
  margin: 1.5rem 0;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-date,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-date .date-label,
body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-date .date,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-date .date-label,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-date .date {
  margin-bottom: 0;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.43rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-date .date,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-date .date {
  font-weight: 700;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-action .button,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-action .button {
  border-radius: 0.18rem;
  background: #1e1b3b;
  font-size: 0.93rem;
  font-weight: 700;
  width: 100%;
  border: none;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-sub-actions,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-sub-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .deletequotebutton,
body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .duplicatequotebutton,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .deletequotebutton,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .duplicatequotebutton {
  font-size: 0.87rem;
  line-height: 1rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .deletequotebutton,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .post-sub-actions .deletequotebutton {
  color: red;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .quotelog,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .quotelog {
  margin-top: 3rem;
  display: flex;
  flex-direction: column-reverse;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem {
  color: #9d9d9d;
  margin-bottom: 1.5rem;
  font-size: 0.87rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .datelog,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .datelog {
  margin-bottom: 0.62rem;
  border-bottom: 0.06rem solid;
  padding-bottom: 0.62rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .datelog svg,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .datelog svg {
  margin-right: 0.62rem;
}

body.single-gsfurn_order #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .messagelog,
body.single-offerte #page .quoteinfo .col-lg-3 .post-details .quotelog .logitem .messagelog {
  color: #9d9d9d;
}