/*
	Theme Name: Jessica
	Description: Jessica is a flexible WordPress eCommerce theme that lets you pick from three different eCommerce plugins. The theme is pre-styled for WooCommerce, iThemes Exchange, and WP e-Commerce. You pick the store plugin that's right for you! By 9seeds on the <a href="https://9seeds.com/studiopress/">Genesis framework</a>.
	Author: 9seeds, LLC
	Author URI: https://9seeds.com/
	Version: 1.9.1
	Template: genesis

	Copyright 2018 - 9seeds, LLC
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: jessica

*/

/* # Imports
---------------------------------------------------------------------------------------------------- */

/*
	'Poppins', and sans-serif fonts are enqueued from Google Fonts
	in the /jessica/lib/init.php file.
*/

/*
Right to Left styles
---------------------------------------------------------------------------------------------------- */

/* Poppins Font Faces */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/uploads/fonts/Poppins-Light.woff2") format("woff2"), url("/wp-content/uploads/fonts/Poppins-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/uploads/fonts/Poppins-Regular.woff2") format("woff2"), url("/wp-content/uploads/fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/uploads/fonts/Poppins-Medium.woff2") format("woff2"), url("/wp-content/uploads/fonts/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/uploads/fonts/Poppins-Bold.woff2") format("woff2"), url("/wp-content/uploads/fonts/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

/* Additional CSS below */

/* @noflip */
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: "Poppins", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", "sans-serif" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #fff;
  color: #20221d;

  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #20221d;
  color: #fff;
}

::selection {
  background-color: #20221d;
  color: #fff;
}

a {
  color: #9dafb6;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: #20221d;
}

p {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  font-weight: 400;
}

b,
strong {
  font-weight: 500;
}

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

blockquote {
  background: url(images/blockquote.png) no-repeat 0 0;
  margin: 40px 0;
  padding: 0 0 0 50px;
}

blockquote p {
  margin-bottom: 0;
}

.widget-area blockquote {
  background-image: none;
  border: 2px dashed #d8dbdc;
  margin: 0 0 40px;
  padding: 30px;
  position: relative;
}

.widget-area blockquote::after {
  background: url(images/quote-arrow.png) no-repeat 0 0;
  bottom: -37px;
  content: "";
  height: 37px;
  left: 20px;
  position: absolute;
  width: 41px;
}

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

.box {
  background-color: #eaecec;
  border: 1px solid #daddde;
  padding: 20px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #20221d;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  font-size: 27px;
  font-size: 2.7rem;
}

h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

h3 {
  font-size: 23px;
  font-size: 2.3rem;
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #eaecec8c;
  border: 1px solid #daddde;
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 6px 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #20221d;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #20221d;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #20221d;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 20px;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #b7c9d0;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.entry-content form input,
textarea,
button,
submit,
select {
  margin-bottom: 10px;
}

.entry-content form label {
  clear: both;
  display: block;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 10px;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto;
  max-width: 1152px;
  padding: 0 22px;
}

.site-inner {
  clear: both;
  padding: 20px 0;
  border-top: solid 1px #cdd1d2;
}

.page-template-landing .site-inner {
  padding-bottom: 0;
}

.home .site-inner {
  padding-top: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
  float: left;
  width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

.content-sidebar .content-sidebar-wrap {
  background: url(images/content-sidebar-border.png) repeat-y 800px 0;
}

.sidebar-content .content-sidebar-wrap {
  background: url(images/content-sidebar-border.png) repeat-y 315px 0;
}

/* ### Content */

.content {
  float: right;
  width: 760px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 275px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-bottom: 20px;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Gutenberg
--------------------------------------------- */

.wp-block-button.alignleft {
  margin-right: 15px;
}

.wp-block-image.alignleft.is-resized,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft {
  margin-right: 30px;
}

.wp-block-button.alignright {
  margin-left: 15px;
}

.wp-block-image.alignright.is-resized,
.wp-block-cover-image.alignright,
.wp-block-cover.alignright {
  margin-left: 30px;
}

.wp-block-button__link:hover {
  box-shadow: 0px 0px 5px 1px rgba(128, 128, 128, 0.7);
}

.full-width-content .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.full-width-content .alignwide {
  margin-left: -50px;
  margin-right: -50px;
  max-width: calc(100% + 100px);
  width: calc(100% + 200px);
}

.content-sidebar .alignfull,
.content-sidebar .alignwide,
.sidebar-content .alignfull,
.sidebar-content .alignwide {
  max-width: 100vw;
  width: 100vw;
}

.content-sidebar .alignfull,
.content-sidebar .alignwide {
  margin-left: calc(50% - 50vw);
}

.sidebar-content .alignfull,
.sidebar-content .alignwide {
  margin-right: calc(50% - 50vw);
}

.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  padding: 0 1em 0 40px;
}

.wc-block-featured-product {
  padding-top: 20px;
}

.wp-block-woocommerce-handpicked-products div[class*="columns-"] ul.products li.product {
  text-align: left;
}

.wp-block-group {
  overflow-y: hidden;
}

.content-sidebar .wp-block-group .wp-block-group__inner-container,
.sidebar-content .wp-block-group .wp-block-group__inner-container {
  width: 760px;
}

.content-sidebar .wp-block-group .wp-block-group__inner-container {
  float: right;
}

.full-width-content .wp-block-group .wp-block-group__inner-container {
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.alignfull iframe,
.alignwide iframe,
.alignfull img,
.alignwide img {
  max-width: 100%;
  margin-right: auto;
  width: 100%;
}

.wp-block-group.alignfull .wp-block-group__inner-container figure:not(.alignfull):not(.alignwide) img,
.wp-block-group.alignwide .wp-block-group__inner-container figure:not(.alignfull):not(.alignwide) img {
  width: initial;
}

@media only screen and (min-width: 781px) {

  .content-sidebar .alignfull,
  .sidebar-content .alignfull,
  .content-sidebar .alignwide,
  .sidebar-content .alignwide {
    width: auto;
  }

  .content-sidebar .alignfull {
    margin-left: calc(50% / 0.69 - 50vw);
  }

  .sidebar-content .alignfull {
    margin-right: calc(50% / 0.69 - 50vw);
  }

  .content-sidebar .alignwide {
    margin-left: calc(50% / 0.64 - 50vw);
  }

  .sidebar-content .alignwide {
    margin-right: calc(50% / 0.64 - 50vw);
  }
}

.alignfull iframe,
.alignwide iframe,
.alignfull img,
.alignwide img {
  max-width: 100%;
  margin-right: auto;
  width: 100%;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  color: #9dafb6;
  font-weight: 500;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #9dafb6;
  font-weight: 300;
}

.breadcrumb a:hover {
  font-weight: 500;
}

.breadcrumb sep {
  font-weight: 300;
  padding: 0 8px;
}

.archive-description,
.author-box {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  position: relative;
  width: 50%;
}

.entry-content .search-form input[type="search"] {
  padding-right: 75px;
}

.entry-content .search-form input[type="submit"] {
  padding: 7px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 27px;
  font-size: 2.7rem;
}

.entry-title {
  font-size: 29px;
  font-size: 2.9rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #20221d;
}

.entry-title a:hover {
  color: #9dafb6;
}

.widget-title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.home-mid .widget-title {
  text-transform: uppercase;
}

.home-mid-nav .widget-title {
  text-align: center;
}

.bottom-widgets .widget-title,
.footer-widgets .widget-title {
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.bottom-widgets .widget-title {
  border-bottom: 1px solid #20221d;
  padding-bottom: 5px;
}

.comment-respond h3.comment-reply-title,
.entry-comments h3,
.author-box-title {
  color: #20221d;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

img.alignleft,
img.alignright {
  margin-top: 5px;
}

img.centered,
img.alignnone,
img.alignleft,
img.alignright {
  border: 6px solid #e7e9ea;
}

.alignnone img,
.alignleft img,
.alignright img {
  border: 2px solid #e7e9ea;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.sticky {}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol>li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  background-color: #eaecec;
  color: #20221d;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
}

.footer-widgets .widget_tag_cloud .tagcloud a {
  background-color: #fff;
  margin-right: 5px;
}

.footer-widgets .widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background-color: #b7c9d0;
  color: #fff;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.footer-widgets article:last-child {
  border: 0;
  padding: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.wsmfeaturedpost .entry-header {
  overflow: hidden;
}

.wsmfeaturedpost .entry-header .entry-meta {
  background-color: #b7c9d0;
  border-radius: 8px;
  color: #fff;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 14px 0 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.wsmfeaturedpost .entry-meta b {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
}

.wsmfeaturedpost .entry-content {
  clear: both;
  display: block;
  padding-top: 10px;
}

/*
Social Media
--------------------------------------------- */

.widget-social a.genericon:before {
  margin-right: 20px;
}

.widget-social a.genericon {
  background-color: #20221d;
  box-sizing: content-box;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  height: 22px;
  line-height: 1;
  margin: 3px 12px 3px 0;
  overflow: hidden;
  padding: 6px;
  position: relative;
  white-space: nowrap;
  width: 22px;
}

.ie .widget-social a.genericon {
  line-height: 1.2;
}

.widget-social a.genericon:hover {
  background-color: #b7c9d0;
}

.widget-social a:last-child {
  margin-right: 0;
}

.social-custom-text {
  margin-bottom: 10px;
}

.site-header .widget-social .widget-wrap {
  display: inline-block;
  width: auto;
}

.site-header .widget-social .social-custom-text {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 30px;
  text-align: center;
}

.ie7 .site-header .widget-social .social-custom-text {
  display: block;
  float: left;
}

/*
Call To Action
--------------------------------------------- */

.cta-box {
  position: relative;
}

.cta-box .cta-title {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
}

.cta-box .more-link {
  bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
}

.cta-box .more-link a {
  background-color: #b7c9d0;
  border-radius: 12px;
  color: #fff;
  padding: 0 14px;
  text-transform: uppercase;
}

.cta-box .more-link a:hover {
  opacity: 0.9;
}

.cta-box img {
  background-color: #efefef;
  border: 1px solid #cecfcf;
  padding: 6px;
}

.sidebar .cta-box .more-link {
  bottom: 22px;
  left: auto;
  right: 10px;
}

/*
WSM Banner
--------------------------------------------- */

h3.banner-title {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.banner-title b {
  display: inline-block;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 700;
}

.banner-title span {
  display: inline-block;
}

.banner-title .percent {
  font-size: 69px;
  font-size: 6.9rem;
}

.banner-box {
  background-position: center;
  border: 5px solid #d6dfe3;
  padding: 20px;
}

.banner-content {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-left: 20%;
}

.wsm-banner .custom-text {
  display: inline-block;
  padding-left: 40px;
}

.wsm-banner .custom-text .more-link {
  clear: both;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 0;
}

.wsm-banner .custom-text .more-link a {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #20221d;
  display: inline-block;
  padding: 4px 20px;
}

.wsm-banner .custom-text .more-link a:hover {
  color: #fff;
  text-decoration: underline;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form+p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* ## Gravity Forms
--------------------------------------------- */

.gform_wrapper .textarea,
div.gform_wrapper select,
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 8px;
}

div.gform_wrapper span.gform_description {
  font-weight: 300;
}

div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
  padding: 0;
}

div.gform_wrapper li.gfield .gfield_label {
  font-weight: 400;
}

div.gform_wrapper ul {
  margin-left: 0;
}

div.gform_wrapper ul li.gfield {
  border: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"],
div.gform_wrapper .gfield_checkbox li input {
  margin-top: 6px;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
  display: inline !important;
  margin-left: 10px;
}

div.gform_wrapper .gform_footer {
  padding: 0;
}

div.gform_wrapper form {
  overflow: hidden;
  position: relative;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}

div.gform_wrapper.button-right_wrapper .gform_footer {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  width: auto;
}

div.gform_wrapper.button-right_wrapper .gform_footer input.button,
div.gform_wrapper.button-right_wrapper .gform_footer input[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
}

.ie div.gform_wrapper .gform_footer input[type="submit"] {
  padding: 7px 20px;
}

div.gform_wrapper.button-right_wrapper ul li:last-child {
  max-width: 75%;
}

.sidebar div.gform_wrapper.button-right_wrapper ul li:last-child {
  padding-right: 28%;
  max-width: inherit;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
  display: inline !important;
  margin-left: 10px;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"] {
  margin-left: 5px !important;
}

div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 20px;
}

div.gform_wrapper .ginput_complex .ginput_full input[type="text"],
div.gform_wrapper .ginput_complex .ginput_full input[type="url"],
div.gform_wrapper .ginput_complex .ginput_full input[type="email"],
div.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
div.gform_wrapper .ginput_complex .ginput_full input[type="number"],
div.gform_wrapper .ginput_complex .ginput_full input[type="password"] {
  width: 99.2% !important;
}

div.gform_wrapper .ginput_complex .ginput_left input[type="text"],
div.gform_wrapper .ginput_complex .ginput_left input[type="url"],
div.gform_wrapper .ginput_complex .ginput_left input[type="email"],
div.gform_wrapper .ginput_complex .ginput_left input[type="tel"],
div.gform_wrapper .ginput_complex .ginput_left input[type="number"],
div.gform_wrapper .ginput_complex .ginput_left input[type="password"],
div.gform_wrapper .ginput_complex .ginput_left select,
div.gform_wrapper .ginput_complex .ginput_right input[type="text"],
div.gform_wrapper .ginput_complex .ginput_right input[type="url"],
div.gform_wrapper .ginput_complex .ginput_right input[type="email"],
div.gform_wrapper .ginput_complex .ginput_right input[type="tel"],
div.gform_wrapper .ginput_complex .ginput_right input[type="number"],
div.gform_wrapper .ginput_complex .ginput_right input[type="password"],
div.gform_wrapper .ginput_complex .ginput_right select {
  width: 98.5% !important;
}

div.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
div.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
div.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  margin-left: 0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  margin-top: 0;
  height: 38px;
}

/*
## WP Table
--------------------------------------------- */

h2.tablepress-table-name {
  font-size: 18px;
  font-size: 1.8rem;
}

table.tablepress thead th,
table.tablepress tfoot th {
  background: #b7c9d0;
  color: #20221d;
  font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-right: 1px solid #ccc;
}

table.tablepress {
  border: 1px solid #ccc;
}

span.tablepress-table-description {
  margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
  background-color: transparent;
}

table.tablepress th,
table.tablepress td {
  padding: 4px 8px;
}

/* # DiggDigg
----------------------------------------------------- */

.dd_button a[data-pin-log="button_pinit"] {
  margin-top: 40px !important;
}

/*
## WooCommerce
--------------------------------------------- */

/* Store Page -------------------------- */

.woocommerce.tax-product_tag .term-description,
.woocommerce.tax-product_tag h1.page-title,
.woocommerce.tax-product_cat .term-description,
.woocommerce.tax-product_cat h1.page-title {
  display: none;
}

h1.page-title {
  margin-bottom: 40px;
  text-transform: uppercase;
}

body.woocommerce-page ul.products {
  border-bottom: 1px solid #d8dbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.woocommerce.columns-3 ul.products li.product,
body.woocommerce-page ul.products li.product {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  width: calc(33.333% - 25px);
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: 2.992em;
}

div.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
  border: 6px solid #e7e9ea;
  box-shadow: none;
  margin-bottom: -50px;
  max-width: 100%;
  height: auto;
  display: block;
  /* Remove this if it's not necessary */
}

div.woocommerce ul.products li.product-category a img {
  margin-bottom: 0;
}

div.woocommerce span.onsale,
body.woocommerce-page span.onsale {
  display: none;
}

div.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
div.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 5px;
  padding-bottom: 0;
}

div.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
div.woocommerce ul.products li.product h3,
body.tax-product_cat.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title,
body.tax-product_cat.woocommerce-page ul.products li.product h3 {
  padding: 25px 0 0;
}

div.woocommerce ul.products mark,
body.woocommerce-page ul.products mark {
  background: transparent;
}

div.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0;
}

div.woocommerce ul.products li.product .button,
div.woocommerce ul.products li.product .button-details,
body.woocommerce-page ul.products li.product .button,
body.woocommerce-page ul.products li.product .button-details {
  margin-right: 10px;
  margin-top: 0;
}

div.woocommerce ul.products li.product .button.add_to_cart_button {
  margin-right: 0;
}

div.woocommerce #respond input#submit.alt,
div.woocommerce a.button.alt,
div.woocommerce button.button.alt,
div.woocommerce input.button.alt,
div.woocommerce a.button,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #content input.button {
  background-image: none;
  background-color: #bdbdbd;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-weight: 500;
  text-shadow: none;
}

div.woocommerce #respond input#submit.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce button.button.alt:hover,
div.woocommerce input.button.alt:hover,
div.woocommerce a.button:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page #content input.button:hover {
  background-image: none;
  background-color: #b7c9d0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-weight: 500;
  text-shadow: none;
}

div.woocommerce nav.woocommerce-pagination,
div.woocommerce #content nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination,
body.woocommerce-page #content nav.woocommerce-pagination {
  float: right;
  max-width: 75%;
  text-align: right;
}

div.woocommerce a.added_to_cart,
body.woocommerce-page a.added_to_cart {
  bottom: 0;
  display: inline-block;
  left: 0;
  padding-top: 0.5em;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

div.woocommerce a.button.added,
div.woocommerce button.button.added,
div.woocommerce input.button.added,
div.woocommerce #respond input#submit.added,
div.woocommerce #content input.button.added,
div.woocommerce a.button.added,
body.woocommerce-page button.button.added,
body.woocommerce-page input.button.added,
body.woocommerce-page #respond input#submit.added,
body.woocommerce-page #content input.button.added {
  padding-right: 30px;
}

div.woocommerce a.button.added:before,
div.woocommerce button.button.added:before,
div.woocommerce input.button.added:before,
div.woocommerce #respond input#submit.added:before,
div.woocommerce #content input.button.added:before,
body.woocommerce-page a.button.added:before,
body.woocommerce-page button.button.added:before,
body.woocommerce-page input.button.added:before,
body.woocommerce-page #respond input#submit.added:before,
body.woocommerce-page #content input.button.added:before {
  right: 5px;
}

div.woocommerce .products .star-rating,
body.woocommerce-page .products .star-rating {
  margin: 0 auto;
}

/* Product Page -------------------------- */

body.single-product .breadcrumb {
  margin-bottom: 40px;
}

body.woocommerce-page div.product div.images img,
body.woocommerce-page #content div.product div.images img {
  box-shadow: none;
}

body.woocommerce-page div.product div.images .thumbnails img,
body.woocommerce-page #content div.product div.images .thumbnails img {
  border: 1px solid #ffffff;
  border-radius: 0.25em;
  max-width: 75px;
}

body.woocommerce-page #content div.product div.thumbnails a,
body.woocommerce-page div.product div.thumbnails a {
  width: auto;
}

body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {
  width: 50%;
}

body.woocommerce-page div.product .product_title,
body.woocommerce-page #content div.product .product_title {
  margin-bottom: 10px;
}

body.woocommerce-page div.product p.price,
body.woocommerce-page #content div.product span.price,
body.woocommerce-page #content div.product p.price {
  color: #20221d;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page #content input.button.alt {
  background-image: none;
  background-color: #b7c9d0;
  box-shadow: none;
  color: #fff;
  padding: 6px 10px;
  text-shadow: none;
}

body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page #content input.button.alt:hover {
  background-image: none;
  background-color: #c4c9ca;
  box-shadow: none;
  text-shadow: none;
}

body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce-page .quantity input.qty,
body.woocommerce-page #content .quantity input.qty {
  border-radius: 0;
  height: 36px;
}

body.woocommerce-page .quantity .plus,
body.woocommerce-page .quantity .minus,
body.woocommerce-page #content .quantity .plus,
body.woocommerce-page #content .quantity .minus {
  background-image: none;
  background-color: #c4c9ca;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  height: 18px;
  text-shadow: none;
}

body.woocommerce-page .summary .product_meta>span {
  color: #9dafb6;
  display: block;
}

body.woocommerce-page .summary .product_meta b {
  color: #20221d;
}

body.woocommerce-page .summary .product_meta a {
  font-weight: 300;
}

body.woocommerce-page #content div.product div.summary ol,
body.woocommerce-page div.product div.summary ol,
body.woocommerce-page #content div.product div.summary ul,
body.woocommerce-page div.product div.summary ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

body.woocommerce-page #content div.product div.summary ol ol,
body.woocommerce-page div.product div.summary ol ol,
body.woocommerce-page #content div.product div.summary ul ul,
body.woocommerce-page div.product div.summary ul ul {
  margin-bottom: 0;
}

body.woocommerce-page #content div.product div.summary li,
body.woocommerce-page div.product div.summary li {
  list-style-type: none;
  list-style-image: url(images/bullet-list.png);
}

body.woocommerce-page div.product form.cart td,
body.woocommerce-page #content div.product form.cart td,
body.woocommerce-page div.product form.cart table tbody,
body.woocommerce-page #content div.product form.cart table tbody {
  border: 0;
}

body.woocommerce-page div.product form.cart .variations,
body.woocommerce-page #content div.product form.cart .variations {
  margin: 0;
}

body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
  float: right;
}

body.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
}

body.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  height: auto;
  width: 60px;
}

body.woocommerce-page #content div.product div.thumbnails a,
body.woocommerce-page div.product div.thumbnails a {
  margin-bottom: 12px;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 5px 0;
}

/* woocommerce-tabs
----------------------------- */

body.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  display: none;
}

body.woocommerce-page div.product .woocommerce-tabs .panel {
  border: 0;
  border-radius: 0;
  padding: 30px 0;
}

body.woocommerce-page table.shop_attributes td {
  font-style: normal;
}

body.woocommerce-page #reviews #comments ol.commentlist li {
  list-style-type: none;
}

/* woocommerce Message box
------------------------------------ */

body.woocommerce-page .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before,
body.woocommerce-page .woocommerce-error:before,
body.woocommerce-page .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before {
  background-color: #b7c9d0;
}

body.woocommerce-page .woocommerce-error,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info {
  border-color: #b7c9d0;
}

div.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
  margin-left: 0;
}

/* woocommerce Carts
----------------------------- */

body.woocommerce-page table.cart input,
body.woocommerce-page #content table.cart input {
  vertical-align: top;
}

div.woocommerce .cart-collaterals .cart_totals table th,
body.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 50%;
}

body.woocommerce-page .cart-collaterals .cart_totals table td,
body.woocommerce-page .cart-collaterals .cart_totals table th {
  text-align: right;
}

div.woocommerce .cart-collaterals .shipping_calculator,
body.woocommerce-page .cart-collaterals .shipping_calculator {
  text-align: right;
}

body.woocommerce-page table.cart td.actions .coupon .input-text,
body.woocommerce-page #content table.cart td.actions .coupon .input-text {
  box-shadow: none;
  padding: 7px;
  vertical-align: middle;
  width: auto;
}

/* woocommerce Checkout
----------------------------- */

body.woocommerce-page #payment ul.payment_methods li {
  list-style: none outside none;
}

/* woocommerce Widgets
----------------------------- */

.widget.woocommerce ul.cart_list li,
.widget.woocommerce ul.product_list_widget li,
body.woocommerce-page ul.cart_list li,
body.woocommerce-page ul.product_list_widget li {
  border-bottom: 1px solid #dbdede;
  font-weight: 300;
  margin-bottom: 6px;
  min-height: 65px;
  padding: 0 0 6px 65px;
  position: relative;
}

section.woocommerce ul.product_list_widget li:last-child,
div.woocommerce ul.product_list_widget li:last-child {
  border: 0;
}

.widget.woocommerce ul.product_list_widget li:last-child,
body.woocommerce-page ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.widget.woocommerce ul.cart_list li a,
.widget.woocommerce ul.product_list_widget li a,
body.woocommerce-page ul.cart_list li a,
body.woocommerce-page ul.product_list_widget li a {
  font-weight: 300;
  line-height: 1.2;
}

.widget.woocommerce ul.cart_list li img,
.widget.woocommerce ul.product_list_widget li img,
body.woocommerce-page ul.cart_list li img,
body.woocommerce-page ul.product_list_widget li img {
  border: 1px solid #c4c9ca;
  box-shadow: none;
  height: 50px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px;
}

.widget_product_search form {
  position: relative;
}

.widget_product_search .screen-reader-text {
  display: block;
}

.widget_product_search form #s,
.widget_product_search form input[type="search"] {
  max-width: 76%;
}

.widget_product_search form #searchsubmit {
  bottom: 1px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
}

/* ## iThemes Exchange
------------------------------------------------------------------- */

/* ### Store   */

div#it-exchange-store {
  margin-top: 30px;
}

div#it-exchange-store .it-exchange-products {
  overflow: hidden;
}

div#it-exchange-store li.it-exchange-product {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 30%;
}

.ie7 div#it-exchange-store .it-exchange-products li.it-exchange-product,
.ie8 div#it-exchange-store .it-exchange-products li.it-exchange-product {
  margin: 0 2% 30px;
  min-height: 500px;
  position: relative;
  text-align: center;
  width: 29%;
}

div#it-exchange-store .it-exchange-products li:nth-child(3n + 3) {
  clear: none;
  float: right;
  margin-right: 0;
}

div#it-exchange-store .it-exchange-products li:nth-child(2n + 1) {
  clear: none;
  margin-right: 0;
}

div#it-exchange-store .it-exchange-products li:nth-child(3n + 1) {
  clear: both;
  margin-right: 5%;
}

div#it-exchange-store .it-exchange-product-details {
  padding: 0;
  text-align: center;
}

div#it-exchange-store .it-exchange-product-title {
  margin: 0;
  text-transform: none;
}

div#it-exchange-store .it-exchange-product-title a,
div#it-exchange-store .it-exchange-product-title {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 0;
}

div#it-exchange-store .it-exchange-base-price {
  color: #20221d;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  margin-bottom: 0;
}

div#it-exchange-store .it-exchange-base-price {
  display: block;
  float: none;
  line-height: 1.5;
}

div#it-exchange-store .it-exchange-product-permalink {
  background-color: #bdbdbd;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 0;
  padding: 5px 6px;
  width: auto;
}

div#it-exchange-store .it-exchange-product-permalink:hover {
  background-color: #b7c9d0;
}

div#it-exchange-store .featured-image-wrapper img {
  border: 6px solid #e7e9ea;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

div#it-exchange-store .featured-image-wrapper img:hover {
  box-shadow: 0 1px 3px #999;
}

/* ## Product   */

.it_exchange_prod .entry-title {
  color: #20221d;
  font-size: 28px;
  font-size: 2.8rem;
}

div.it-exchange-super-widget .it-exchange-sw-product {
  border: 0;
}

div.it-exchange-super-widget .cart-items-wrapper .cart-item .item-info,
div.it-exchange-super-widget .cart-items-wrapper .cart-item {
  font-size: 18px;
  font-size: 1.8rem;
}

.entry-content div.it-exchange-super-widget .cart-items-wrapper .cart-item .item-info {
  color: #9dafb6;
  font-weight: 700;
  margin: 0;
}

div.it-exchange-super-widget {
  background-color: transparent;
}

div.it-exchange-super-widget .payment-methods-wrapper {
  border: 0;
  text-align: center;
}

div.it-exchange-super-widget .payment-methods-wrapper input[type="submit"],
div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button,
div.it-exchange-super-widget .it-exchange-sw-product .add-to-cart-button {
  font-size: 17px;
  font-size: 1.7rem;
  width: auto;
}

.content div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button input[type="submit"] {
  background-color: #b7c9d0;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}

div.it-exchange-super-widget .it-exchange-sw-product .purchase-options {
  padding: 0;
  text-align: center;
}

div.it-exchange-super-widget .two-actions .cart-action.view-cart {
  background-color: #3c557c;
}

div.it-exchange-super-widget .two-actions .cart-action.checkout {
  background-color: #e21e2f;
}

div.it-exchange-super-widget .two-actions .cart-action:hover {
  opacity: 0.9;
}

div.it-exchange-super-widget .two-actions .cart-action a {
  color: #fff;
}

div.it-exchange-super-widget .it-exchange-sw-product,
div.it-exchange-super-widget .it-exchange-sw-processing {
  border: none;
}

div.it-exchange-super-widget .item-count {
  padding: 0 0 10px;
}

div.it-exchange-super-widget .it-exchange-sw-shipping-address label {
  font-size: 16px;
  font-size: 1.6rem;
}

div.it-exchange-super-widget .it-exchange-sw-shipping-address .it-exchange-address2 {
  margin-top: 8px;
}

div.it-exchange-super-widget .it-exchange-sw-product .add-to-cart-button {
  margin-top: 1px;
}

div#it-exchange-confirmation .it-exchange-transaction-product-details h3 {
  display: inline;
  float: none;
  font-size: 18px;
  font-size: 1.8rem;
}

div#it-exchange-confirmation .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title {
  border: 0 !important;
}

div#it-exchange-product input[type="radio"],
div#it-exchange-product input[type="checkbox"] {
  margin-right: 5px;
}

div#it-exchange-cart-totals .it-exchange-table-column-inner {
  text-align: right;
}

div#it-exchange-product .it-exchange-product-price p {
  padding: 0;
}

div#it-exchange-product .it-exchange-product-images-gallery img {
  border: 1px solid #cfd0d2;
  border-radius: 3px;
}

div.it-exchange-super-widget .it-exchange-sw-register input#it-exchange-register-customer,
div#it-exchange-cart .apply-coupon {
  margin-bottom: 10px;
}

div#it-exchange-product .it-exchange-product-price {
  border: 0;
  color: #20221d;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 20px;
}

#it-exchange-product .it-exchange-product-images-gallery .it-exchange-thumbnail-images li {
  list-style: none outside none;
}

div#it-exchange-purchases .it-exchange-purchase {
  padding: 0;
}

.it-exchange-product-description .dd_post_share {
  display: none !important;
}

div.it-exchange-account .it-exchange-customer-menu {
  margin: 20px 0;
}

/* ### Exchange Variant
------------------------------------- */

div#it-exchange-product .it-exchange-product-variants .it-variant-options {
  padding: 0;
}

div#it-exchange-product .it-exchange-product-variants .it-variant-options .it-variant-title {
  font-weight: 500;
}

div#it-exchange-product .it-exchange-product-variants select {
  max-width: inherit;
  width: auto;
}

/* ### Exchange Widget
------------------------------------- */

.sidebar .widget.widget_it-exchange-super-widget {
  background-color: #f6f6f6;
  border: 1px solid #daddde;
  padding: 20px;
}

.sidebar div.it-exchange-super-widget .payment-methods-wrapper input[type="submit"],
.sidebar div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button,
.sidebar div.it-exchange-super-widget .it-exchange-sw-product .add-to-cart-button,
.sidebar .it-exchange-super-widget .payment-methods-wrapper input[type="submit"] {
  width: 100%;
}

.widget-area .it-exchange-super-widget div.cart-items-wrapper .cart-item .item-info {
  margin-top: 0;
}

.widget-area .it-exchange-super-widget .quantity,
.widget-area .it-exchange-super-widget .payment-methods-wrapper,
.widget-area .it-exchange-super-widget .cart-actions-wrapper .cart-action {
  padding: 0;
}

.widget-area .it-exchange-super-widget .cart-actions-wrapper .cancel-update a,
.widget-area .it-exchange-super-widget .cart-actions-wrapper .sw-cart-focus-quantity {
  background-color: #20221d;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 20px;
  width: 100%;
}

.widget-area .it-exchange-super-widget .cart-actions-wrapper .cancel-update a:hover,
.widget-area .it-exchange-super-widget .cart-actions-wrapper .sw-cart-focus-quantity:hover {
  background-color: #b7c9d0;
}

.widget-area .it-exchange-super-widget .quantity,
.widget-area .it-exchange-super-widget .cart-items-wrapper,
.widget-area .it-exchange-super-widget .payment-methods-wrapper {
  margin-bottom: 10px;
}

div#it-exchange-confirmation .it-exchange-transaction-summary-loop {
  border: 0 none;
}

div#it-exchange-confirmation .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner,
div#it-exchange-confirmation .it-exchange-transaction-summary-loop .it-exchange-table-column-inner {
  border: 0 !important;
  padding-right: 0;
  text-align: right;
}

div#it-exchange-confirmation .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title .it-exchange-table-column-inner {
  border: 0 !important;
  font-weight: 700;
}

.it-exchange-super-widget div.cart-items-wrapper .cart-item {
  border: 0;
}

div.it-exchange-super-widget form.it-exchange-sw-shipping-address label {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 8px 0 4px;
}

div.it-exchange-super-widget form.it-exchange-sw-shipping-address .it-exchange-submit {
  margin-bottom: 0;
}

div.it-exchange-super-widget form.it-exchange-sw-shipping-address .it-exchange-shipping-address-requirement-cancel {
  font-size: 14px;
  font-size: 1.4rem;
}

div.it-exchange-super-widget .it-exchange-messages.it-exchange-errors li {
  margin-bottom: 10px;
}

/* ## Exchange Cart
---------------------------------------------------------- */

div#it-exchange-confirmation .it-exchange-transaction-products {
  padding: 20px 0 10px;
}

div#it-exchange-confirmation .it-exchange-column-inner {
  padding: 0;
}

div#it-exchange-confirmation .it-exchange-transaction-product {
  border-bottom: 0;
}

div#it-exchange-confirmation .it-exchange-transaction-products {
  border: 0;
  border-bottom: 2px solid #000;
}

div#it-exchange-confirmation .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner {
  border: 0 none;
}

div#it-exchange-confirmation .it-exchange-featured-image img {
  border: 1px solid #daddde;
  margin: 0;
}

div#it-exchange-cart-totals .it-exchange-table-row,
div#it-exchange-cart-totals .it-exchange-cart-totals-amount,
div#it-exchange-cart-totals .it-exchange-cart-totals-title,
div#it-exchange-cart-totals .it-exchange-cart-totals-total .it-exchange-table-column-inner {
  border: 0 !important;
}

div.it-exchange-super-widget .cart-actions-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
}

div.it-exchange-super-widget div.two-actions .cart-action.checkout,
div.it-exchange-super-widget div.two-actions .cart-action.view-cart {
  background-color: #20221d;
}

div.it-exchange-super-widget div.two-actions .cart-action.checkout:hover,
div.it-exchange-super-widget div.two-actions .cart-action.view-cart:hover {
  background-color: #b7c9d0;
}

/* ## IT Exchange Category
---------------------------------------------------------- */

.tax-it_exchange_tag .it_exchange_prod,
.tax-it_exchange_category .it_exchange_prod {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 10px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 29%;
}

.tax-it_exchange_tag .it_exchange_prod .featured-image-wrapper,
.tax-it_exchange_category .it_exchange_prod .featured-image-wrapper {
  min-height: 312px;
}

.tax-it_exchange_tag .it_exchange_prod .featured-image-wrapper img,
.tax-it_exchange_category .it_exchange_prod .featured-image-wrapper img {
  border: 6px solid #e7e9ea;
}

.tax-it_exchange_tag .it_exchange_prod .it-exchange-product-title,
.tax-it_exchange_category .it_exchange_prod .it-exchange-product-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 0;
  text-transform: none;
}

.tax-it_exchange_tag .it_exchange_prod .it-exchange-product-price,
.tax-it_exchange_category .it_exchange_prod .it-exchange-product-price {
  color: #20221d;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  margin-bottom: 0;
}

.tax-it_exchange_tag .it_exchange_prod a.it-exchange-product-permalink,
.tax-it_exchange_category .it_exchange_prod a.it-exchange-product-permalink {
  background-color: #bdbdbd;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 0;
  padding: 5px 6px;
  width: auto;
}

.tax-it_exchange_tag .it_exchange_prod a.it-exchange-product-permalink:hover,
.tax-it_exchange_category .it_exchange_prod a.it-exchange-product-permalink:hover {
  background-color: #b7c9d0;
}

/* ## iThemes Exchange and WP eCommerce bug fix
---------------------------------------------------------- */

.single-it_exchange_prod .entry-footer,
.single-wpsc-product .entry-footer {
  display: none;
}

/* ## WP eCommerce
---------------------------------------------------------- */

/* ### Products Pages
-------------------------------------------------------------- */

.entry-content .wrap {
  padding: 0;
}

div.wpsc_container {
  padding: 0;
}

div.default_product_display {
  overflow: hidden;
  padding: 20px 0 0;
}

div.default_product_display h2.prodtitle {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

div.default_product_display .imagecol {
  display: block;
  overflow: hidden;
}

div.default_product_display .wpsc_description {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px;
}

div.default_product_display .wpsc_description p:last-child {
  margin: 0;
}

div.default_product_display .additional_description_container {
  margin: 0 0 10px;
}

div.default_product_display a.additional_description_link:link,
div.default_product_display a.additional_description_link:visited {
  color: #9dafb6;
  text-decoration: none;
}

div.default_product_display a.additional_description_link:hover {
  color: #20221d;
}

div.default_product_display .wpsc_variation_forms {
  margin: 0;
}

div.default_product_display form.product_form fieldset {
  margin: 0 0 10px;
}

div.default_product_display .wpsc_quantity_update input {
  width: auto;
}

div.default_product_display form.product_form fieldset legend {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
}

div.default_product_display .wpsc_product_price {
  display: block;
  padding: 0;
}

div.default_product_display .wpsc_buy_button_container {
  float: none;
}

div.default_product_display .wpsc_buy_button_container input[type="submit"] {
  background-color: #bdbdbd;
  line-height: 1;
}

div.default_product_display .wpsc_buy_button_container input[type="submit"]:hover {
  background-color: #b7c9d0;
}

div.wpsc_loading_animation {
  display: none;
}

div.default_product_display table,
div.default_product_display tbody,
div.default_product_display tr,
div.default_product_display td {
  border: 0;
}

div.default_product_display .in_stock,
div.single_product_display .in_stock,
div.default_product_display .wpsc_product_price p {
  left: auto;
  margin: 0 0 5px;
}

div.default_product_display .wpsc_product_price p {
  font-weight: 500;
}

div.default_product_display .wpsc_product_price span {
  font-weight: 300;
}

div.default_product_display .wpsc_quantity_update {
  margin: 0;
  padding: 0;
}

div#grid_view_products_page_container .item_image img.product_image,
div#default_products_page_container .item_image img.product_image {
  border: 6px solid #e7e9ea;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

div#grid_view_products_page_container .item_image img.product_image:hover,
div#default_products_page_container .item_image img.product_image:hover {
  box-shadow: 0 1px 3px #999;
}

.wpsc-breadcrumbs {
  padding-bottom: 20px;
}

.wpsc-breadcrumbs a {
  font-weight: 500;
}

.entry-content ul.wpsc_categories {
  margin-left: 0;
}

.entry-content ul.wpsc_categories li {
  display: block;
  list-style: none outside none;
  margin: 0 0 6px;
  overflow: hidden;
}

.entry-content ul.wpsc_categories li a.wpsc_category_link {
  font-weight: 500;
}

.entry-content ul.wpsc_categories .wpsc_subcategory p {
  margin-bottom: 0;
}

.content #list_view_products_page_container ul.wpsc_categories li .wpsc_category_image,
.content #default_products_page_container ul.wpsc_categories li .wpsc_category_image,
.content #grid_view_products_page_container ul.wpsc_categories li .wpsc_category_image {
  float: left;
  height: auto !important;
  margin-right: 10px;
  max-width: 60px;
}

.content #list_view_products_page_container .wpsc_category_details img,
.content #default_products_page_container .wpsc_category_details img,
.content #grid_view_products_page_container .wpsc_category_details img {
  display: block;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
  width: 90px;
}

#fancy_notification {
  left: 50% !important;
  margin-left: -150px !important;
  top: 25% !important;
}

.cart_message {
  display: block !important;
}

/* ### Products List View
-------------------------------------------------------------- */

div#list_view_products_page_container table.list_productdisplay {
  line-height: 1.5;
}

div#list_view_products_page_container table.list_productdisplay td {
  padding: 6px 10px;
}

table.list_productdisplay h2.prodtitle a:link,
table.list_productdisplay h2.prodtitle a:visited {
  color: #20221d;
  text-decoration: none;
}

table.list_productdisplay h2.prodtitle a:hover {
  color: #9dafb6;
}

table.list_productdisplay .wpsc_buy_button_container a.wpsc_buy_button {
  background-color: #20221d;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 20px;
  width: auto;
}

div#list_view_products_page_container table.list_productdisplay form.product_form {
  display: block;
  position: relative;
}

div#list_view_products_page_container input,
div#content #list_view_products_page_container input,
div#list_view_products_page_container textarea,
div#content #list_view_products_page_container textarea {
  padding: 6px 10px;
}

div#list_view_products_page_container .wpsc_buy_button_container {
  display: block;
  margin: 10px 0 0;
}

div#list_view_products_page_container .wpsc_buy_button_container .wpsc_buy_button {
  display: block;
  float: left;
  padding: 7px 10px;
  text-align: center;
  width: 100%;
}

div#list_view_products_page_container .wpsc_buy_button_container .wpsc_buy_button:hover {
  background-color: #b7c9d0;
}

/* ### Products Grid View
-------------------------------------------------------------- */

.entry-content div#grid_view_products_page_container {
  width: 100%;
}

.entry-content div.product_grid_display .product_grid_item {
  box-shadow: none;
}

.entry-content div.product_grid_display .product_grid_item .item_image,
.entry-content div.product_grid_display .product_grid_item .item_no_image {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.entry-content div.product_grid_display .item_image .more-details,
.entry-content div.product_grid_display .product_grid_item .addtocart {
  display: inline-block;
}

.entry-content div.product_grid_display .item_image_link {
  margin-bottom: -50px;
}

.entry-content div.product_grid_display .item_image .more-details a,
.entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"],
.entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button {
  background-color: #bdbdbd;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 6px 10px;
  text-shadow: none;
}

.entry-content div.product_grid_display .item_image .more-details a:hover,
.entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"]:hover,
.entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button:hover {
  background-color: #b7c9d0;
}

.entry-content div.product_grid_display .item_image .more-details {
  margin-left: 5px;
}

.entry-content div.product_grid_display .item_image .more-details a:hover {
  text-decoration: none;
}

.product_grid_display .item_image .more-details a {
  height: auto;
  line-height: inherit;
}

.entry-content .product_grid_display h2.prodtitle {
  line-height: 1.2;
}

.entry-content .product_grid_display h2.prodtitle a,
.product_grid_display h2.prodtitle a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.entry-content .product_grid_display h2.prodtitle a:link,
.entry-content .product_grid_display h2.prodtitle a:visited {
  color: #20221d;
}

.entry-content .product_grid_display h2.prodtitle a:hover,
.product_grid_display h2.prodtitle a:hover {
  color: #9dafb6;
  text-decoration: none;
}

.entry-content .product_grid_display div.grid_description p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.product_grid_display .grid_product_info .price_container p {
  color: #20221d;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

div.product_grid_display span.sale {
  background: url(images/sale-grey.png) no-repeat 0 0 transparent;
}

div#fancy_notification #fancy_notification_content {
  overflow: hidden;
  text-align: center;
}

div#fancy_notification #fancy_notification_content>a {
  background-color: #bdbdbd;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
  padding: 6px 10px;
  text-shadow: none;
}

div#fancy_notification #fancy_notification_content>a:hover {
  background-color: #b7c9d0;
}

div#grid_view_products_page_container .wpsc_page_numbers_top,
div#grid_view_products_page_container .wpsc_page_numbers_bottom {
  display: block;
  margin: 20px 0;
}

div#grid_view_products_page_container .wpsc_page_numbers_top span.current,
div#grid_view_products_page_container .wpsc_page_numbers_top span.current,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current,
div#grid_view_products_page_container .wpsc_page_numbers_top a:link,
div#grid_view_products_page_container .wpsc_page_numbers_top a:visited,
div#grid_view_products_page_container .wpsc_page_numbers_bottom a:link,
div#grid_view_products_page_container .wpsc_page_numbers_bottom a:visited {
  background: none #20221d;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
}

div#grid_view_products_page_container .wpsc_page_numbers_top span.current:hover,
div#grid_view_products_page_container .wpsc_page_numbers_top span.current:hover,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current:hover,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current:hover,
div#grid_view_products_page_container .wpsc_page_numbers_top span.current,
div#grid_view_products_page_container .wpsc_page_numbers_top span.current,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current,
div#grid_view_products_page_container .wpsc_page_numbers_bottom span.current {
  background-color: #999;
}

.product_grid_item .addtocart input[type="submit"] {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
}

/* ### Product Page
-------------------------------------------------------------- */

.single_product_display .imagecol {
  margin-right: 0;
  width: 31%;
}

.single_product_display .productcol {
  float: right;
  width: 66%;
}

div.single_product_display .imagecol img.product_image {
  border: 5px solid #e7e9ea;
  box-shadow: none;
  width: 100%;
}

div.single_product_display .product_description,
div.single_product_display .single_additional_description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

div.single_product_display form.product_form fieldset {
  margin: 0 0 20px;
}

div.single_product_display form.product_form fieldset legend {
  margin-bottom: 5px;
}

div.single_product_display form.product_form .quantity-legend {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}

div.single_product_display form.product_form .wpsc_quantity_update {}

div.single_product_display .wpsc_variation_forms table,
div.single_product_display .wpsc_variation_forms tbody,
div.single_product_display .wpsc_variation_forms table tr,
div.single_product_display .wpsc_variation_forms table td {
  border: 0;
}

div.single_product_display .wpsc_variation_forms table td.col2,
div.single_product_display .wpsc_variation_forms table td.col1 {
  display: inline-table;
  width: auto;
}

div.single_product_display .wpsc_variation_forms table td.col1 label {
  padding-right: 5px;
}

.single_product_display form.product_form .wpsc_quantity_update input {
  line-height: 1.5;
  padding: 6px 10px;
  width: auto;
}

div.single_product_display .wpsc_product_price {
  padding: 0;
}

div.default_product_display .in_stock,
div.single_product_display .in_stock {
  background-position: left center;
  font-weight: 500;
}

.single_product_display .wpsc_product_price span,
.single_product_display .wpsc_product_price span.pricedisplay {
  font-weight: 300;
}

.single_product_display .wpsc_product_price span.pricefloatright,
.single_product_display .wpsc_product_price .pricedisplay,
.single_product_display .wpsc_product_price p {
  font-weight: 500;
}

div.single_product_display form.product_form .wpsc_buy_button_container {
  text-align: left;
}

div.product_footer {
  clear: both;
  display: block;
  width: 100%;
}

div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"],
div.single_product_display form.product_form .wpsc_buy_button {
  background-color: #b7c9d0;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
}

div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"]:hover,
div.single_product_display form.product_form .wpsc_buy_button:hover {
  background-color: #c4c9ca;
}

div.single_product_display div.product_footer {
  clear: both;
  display: block;
  float: left;
  height: auto;
  margin-top: 20px !important;
  padding-top: 20px !important;
  width: 100%;
}

.product_footer div.product_average_vote {
  height: inherit;
  left: 0;
  position: static;
  top: 0;
  width: 100%;
}

.product_footer div.product_user_vote {
  height: auto;
  margin: 10px 0 0;
  position: static;
  right: 0;
  top: 0;
  width: 30%;
}

.product_footer div.product_user_vote input[type="submit"] {
  margin-top: 10px;
}

.product_footer span.votetext {
  height: auto;
}

.productcol .FB_like {
  clear: both;
  display: block;
  padding-top: 20px;
}

/* ## WPeCommerce checkout
-------------------------------------------------- */

#checkout_page_container table.checkout_cart tr.header th:first-child,
#checkout_page_container table.checkout_cart tr.header th {
  text-align: center;
}

.wpsc_checkout_forms .wpsc_email_address {
  margin-bottom: 10px;
}

.wpsc_checkout_forms .wpsc_email_address p {
  margin-bottom: 5px;
}

#wpsc_checkout_gravatar {
  display: none;
}

.content #checkout_page_container table.checkout_cart {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 20px;
}

.content #checkout_page_container table.checkout_cart tr:nth-child(odd) {
  background-color: #f9f9f9;
}

table.wpsc_checkout_table_totals,
table.wpsc_checkout_table_totals tbody,
table.wpsc_checkout_table_totals tr,
table.wpsc_checkout_table_totals td {
  border: 0;
}

table.checkout_cart td.wpsc_product_quantity form.qty {
  position: relative;
  text-align: center;
}

table.checkout_cart td.wpsc_product_quantity form.qty input[type="text"] {
  display: inline-block;
  width: 50px;
}

table.checkout_cart td.wpsc_product_quantity form input[type="submit"] {
  border: 0;
  display: inline-block;
  float: none;
  padding: 8px 20px;
}

div#checkout_page_container table.checkout_cart td {
  line-height: 1.5;
  text-align: center;
}

div#checkout_page_container table.checkout_cart .wpsc_product_quantity,
div#checkout_page_container table.checkout_cart td.firstcol {
  text-align: left;
}

div#checkout_page_container .total_price td.wpsc_totals {
  font-weight: 700;
  text-align: right;
}

.wpsc .entry-content tbody,
.wpsc .entry-content td {
  border: 0;
}

.wpsc .entry-content table.wpsc_checkout_table_totals tbody,
table.wpsc_checkout_table_totals tbody {
  background-color: #f9f9f9;
  border: 1px solid #eaecec;
  display: block;
  float: right;
  padding: 20px;
}

table.wpsc_checkout_table input.text {
  width: 100%;
}

#wpsc_shopping_cart_container {
  overflow: hidden;
}

div#checkout_page_container .total_price td.wpsc_totals {
  display: block;
  float: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0 !important;
  text-align: center;
  width: auto;
}

.wpsc_change_country select.current_country {
  margin-bottom: 10px;
}

#checkout_page_container .wpsc_change_country input[type="submit"] {
  margin-top: 10px;
}

div#checkout_page_container table.wpsc_checkout_table_totals tr.total_price {
  display: block;
  margin-bottom: 10px;
}

div#checkout_page_container table.wpsc_checkout_table_totals tr.total_price .wpsc_totals {
  padding-bottom: 10px;
}

div#checkout_page_container .total_price.total_shipping td:first-child,
div#checkout_page_container .total_price td:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

div#checkout_page_container img.product_image {
  margin-top: 6px;
}

table.wpsc_checkout_table_totals tr.total_price {
  padding: 5px;
}

form.wpsc_checkout_forms {
  background-color: #f9f9f9;
  border: 1px solid #eaecec;
  padding: 20px;
}

.wpsc_checkout_forms .wpsc_email_address p.wpsc_email_address_p {
  display: inline-block;
  min-width: 250px;
  width: auto;
}

/* ## WPeCommerce Widgets
-------------------------------------------------- */

/* Tags */

.widget_wpsc_product_tags #product_tag_wrap a {
  background-color: #eaecec;
  color: #20221d;
  display: inline-block;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
}

.footer-widgets .widget_wpsc_product_tags #product_tag_wrap a {
  background-color: #fff;
}

.footer-widgets .widget_wpsc_product_tags #product_tag_wrap a:hover,
.widget_wpsc_product_tags #product_tag_wrap a:hover {
  background-color: #b7c9d0;
  color: #fff;
}

/* Latest product */

.bottom-widgets .widget_wpsc_latest_products ul li,
.widget_wpsc_latest_products ul li {
  border-bottom: 1px solid #dbdede;
  list-style: none outside none;
  margin: 0 0 10px;
  overflow: hidden;
  padding-bottom: 6px;
}

.widget_wpsc_latest_products ul li:last-child {
  border: 0;
}

.sidebar ul.wpsc-latest-products,
.widget-area ul.wpsc-latest-products {
  margin: 0;
}

.wpsc-latest-products .item_image {
  float: left;
  margin: 0 8px 0 0;
  max-width: 45px;
}

.wpsc-latest-products .item_image img {
  border: 1px solid #c4c9ca;
}

.wpsc-latest-products .wpsc-product-title {
  display: block;
  overflow: hidden;
}

/* Product Specials */

.widget_wpsc_product_specials .wpsc_product_title {
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
}

.widget_wpsc_product_specials .wpsc_product_title:hover {
  color: #b7c9d0;
}

.widget_wpsc_product_specials .wpsc-special-description {
  margin-bottom: 10px;
}

.widget_wpsc_product_specials p {
  margin-bottom: 0;
}

.widget_wpsc_product_specials .product_image {
  border: 1px solid #c4c9ca;
  margin: 0 0 10px;
  max-width: 100%;
}

.widget_wpsc_product_specials .pricedisplay {
  font-weight: 500;
}

.widget_wpsc_product_specials .pricedisplay span {
  font-weight: 300;
}

/* Product Special */

.widget_wpsc_product_specials img {
  max-height: 180px;
}

/* User Profile */

.user-profile-links a {
  display: inline-block;
  margin: 0 10px;
}

.user-profile-links a:first-child {
  margin-left: 0;
}

/* Shopping cart */

div.shopping-cart-wrapper .shoppingcart {
  background-color: #f9f9f9;
  border: 1px solid #eaecec;
  padding: 20px;
}

.shopping-cart-wrapper .shoppingcart table {
  margin-bottom: 0;
}

.shopping-cart-wrapper .shoppingcart table .cart-widget-total {
  border-top: 2px solid #000;
}

.shopping-cart-wrapper .shoppingcart tfoot td {
  padding-top: 20px;
}

div.shopping-cart-wrapper .shoppingcart table th {
  text-align: center;
}

div.shopping-cart-wrapper .shoppingcart table th#product {
  text-align: left;
}

div.shopping-cart-wrapper .shoppingcart table tbody td.product-name,
div.shopping-cart-wrapper .shoppingcart table {
  line-height: 1.2;
}

div.shopping-cart-wrapper .shoppingcart table tbody td {
  padding: 5px 2px;
}

div.shopping-cart-wrapper .shoppingcart table {
  line-height: 1.5;
}

div.shopping-cart-wrapper .shoppingcart table tbody td.product-name {
  line-height: 1.5;
}

div.shopping-cart-wrapper .shoppingcart table tbody td.product-name a {
  color: #20221d;
}

div.shopping-cart-wrapper .shoppingcart table tbody td.product-name a:hover {
  color: #9dafb6;
  text-decoration: none;
}

div.shopping-cart-wrapper .shoppingcart .checkout-total .pricedisplay {
  font-weight: 400;
}

div.shopping-cart-wrapper .remove_button {
  background: url(images/delete-14.png) left 4px no-repeat transparent;
  padding: 0;
}

div.shopping-cart-wrapper .shoppingcart #cart-widget-links {
  border: 0;
  padding-top: 10px;
}

div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout {
  background-color: #20221d;
  border: none;
  color: #fff;
  padding: 2px 6px;
}

div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout:hover {
  background-color: #b7c9d0;
}

div.shopping-cart-wrapper .shoppingcart table .cart-widget-count {
  vertical-align: top;
}

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

.before-header {
  display: none;
}

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

.site-header {
  background-color: #fff;
}

.site-header .wrap {
  padding: 20px 22px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* Align items vertically in the center */
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  flex: 0 1 30%;
  /* Grow = 0, Shrink = 1, Basis = 30% of the container's width */
}

.site-title {
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.site-title a {
  display: block;
  line-height: 1;
}

.header-image .site-title>a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 40px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

.wp-custom-logo .site-title {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden;
}

.wp-custom-logo .title-area .custom-logo-link img {
  max-width: 300px;
}

.wp-custom-logo .site-description {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  margin-top: 5px;
  text-align: right;
  flex: 0 1 70%;
  display: flex;
  justify-content: space-between;
  /* This will space out the search form and other elements inside */
  align-items: center;
}

.site-header .widget-area .widget {
  margin-bottom: 10px;
}

.site-header .widget-area section:last-child {
  margin-bottom: 0;
}

.site-header .widget-area h1,
.site-header .widget-area h2,
.site-header .widget-area h3,
.site-header .widget-area h4,
.site-header .widget-area h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 0;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: left;
}

.genesis-nav-menu .menu-item>a {
  text-transform: uppercase;
}

.ie7 .genesis-nav-menu .menu-item {
  display: block;
  float: left;
}

.genesis-nav-menu a {
  color: #20221d;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a {
  font-weight: 700;
}

.genesis-nav-menu a::after,
.genesis-nav-menu .current-menu-item>a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}

.genesis-nav-menu .sub-menu {
  background: url(images/submenu-bg.png) repeat 0 0 transparent;
  left: -9999px;
  opacity: 0;
  padding-bottom: 10px;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 320px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: transparent;
  border-bottom: 1px solid #e0e6e9;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase;
  width: 280px;
}

.genesis-nav-menu .sub-menu .menu-item {
  padding: 0 20px;
}

.genesis-nav-menu .sub-menu .menu-item:hover,
.genesis-nav-menu .sub-menu .current-menu-item {
  background: url(images/sub-menu-arrow.png) no-repeat left center;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -34px 0 0 300px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu>.first>a {
  padding-left: 0;
}

.genesis-nav-menu>.last>a {
  background-image: none !important;
  border: 0 !important;
  padding-right: 0;
}

.genesis-nav-menu>.right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu>.right>a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu>.rss>a {
  margin-left: 48px;
}

.genesis-nav-menu>.search {
  margin-left: 40px;
  padding: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #fff;
}

.nav-primary .genesis-nav-menu {
  border-top: 1px solid #cdd1d2;
}

.nav-primary .genesis-nav-menu a {
  color: #20221d;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu a {
  color: #fff;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
  color: #fff;
  font-weight: 300;
}

.nav-secondary .genesis-nav-menu .menu-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

.nav-secondary .genesis-nav-menu a {
  padding: 5px 18px;
}

.nav-secondary .genesis-nav-menu .menu-item>a {
  background: url(images/submenu-border.png) no-repeat right center;
  line-height: 1;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
  background-image: none;
  color: #333;
  padding: 8px 0;
}

.nav-secondary .genesis-nav-menu>.search {
  padding-top: 0;
}

.ie7 .nav-secondary .genesis-nav-menu>.search {
  width: 200px;
}

.nav-secondary .genesis-nav-menu .last.cart a,
.nav-secondary .genesis-nav-menu .cart a,
.genesis-nav-menu .cart a {
  background: url(images/cart-icon.png) no-repeat right center !important;
  padding-right: 24px;
}

/* ## Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Home Top
----------------------------------------------------- */

.home-top {
  position: relative;
}

/* ## Slider
--------------------------------------------- */

.home-slider div.soliloquy-container .soliloquy-caption {
  background: url(images/white-line.png) repeat-x 0 center transparent;
  bottom: 32px;
  left: 2%;
  max-width: 96%;
  text-align: center;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside {
  background-color: #fff;
  border: 1px solid #9ba1a1;
  border-radius: 28px;
  color: #20221d;
  display: inline-block;
  font-weight: 400;
  margin: 0 auto;
  max-width: 45%;
  padding: 14px 40px;
  text-align: center;
  text-shadow: none;
  width: auto;
}

div.soliloquy-container h2,
div.soliloquy-container h3,
div.soliloquy-container h4,
div.soliloquy-container h5 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

div.soliloquy-container h2 {
  font-size: 31px;
  font-size: 3.1rem;
}

div.soliloquy-container h3 {
  font-size: 29px;
  font-size: 2.9rem;
}

div.soliloquy-container h4 {
  font-size: 27px;
  font-size: 2.7rem;
}

div.soliloquy-container h5 {
  font-size: 25px;
  font-size: 2.5rem;
}

/* ## Middle Navigation
--------------------------------------------- */

.home-mid-nav .wrap {
  margin-top: 20px;
  position: relative;
  z-index: 500;
}

.home-mid-nav .widget-title {
  background: url(images/white-line.png) repeat-x 0 center;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 700;
  left: 4%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -120px;
  width: 92%;
}

.home-mid-nav .widget-title span {
  background-color: #fff;
  border: 1px solid #9ba1a1;
  border-radius: 28px;
  display: inline-block;
  padding: 14px 40px;
}

.home-mid-nav .menu {
  clear: both;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.home-mid-nav .menu .menu-item {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.ie7 .home-mid-nav .menu .menu-item {
  display: block;
  float: left;
}

.home-mid-nav .menu .menu-item a {
  color: #20221d;
  display: block;
  padding: 15px 24px;
}

.home-mid-nav .menu .menu-item a {
  border-right: 1px solid #daddde;
}

.home-mid-nav .menu .menu-item a:hover {
  color: #43646e;
}

.home-mid-nav .menu li:last-child>a {
  border-right: 0;
}

.menu-description {
  display: block;
  font-weight: 300;
  text-transform: none;
}

/* ## CTAs
--------------------------------------------- */

.home-cta {
  overflow: hidden;
  margin: 0 0 40px;
}

.home-cta-left {
  float: left;
  width: 49%;
}

.home-cta-right {
  float: right;
  width: 49%;
}

/* ## Home Mid
--------------------------------------------- */

.home-mid {
  border-top: 1px solid #d8dbdc;
  float: left;
  padding: 30px 0 20px;
  width: 100%;
}

.home-mid-left {
  float: left;
  width: 48.5%;
}

.home-mid-right {
  float: right;
  width: 48.5%;
}

.home-mid .widget {
  margin-bottom: 20px;
}

.home-mid ul,
.home-mid ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

.home-mid ul ul,
.home-mid ol ol {
  margin-bottom: 0;
}

.home-mid ul li {
  list-style-type: none;
  list-style-image: url(images/bullet-list.png);
  margin: 0 0 6px;
}

.home-mid ol li {
  list-style-type: decimal;
}

.home-mid li:last-child {
  margin-bottom: 0;
}

.home-mid li a {
  color: #20221d;
}

.home-mid li a:hover {
  color: #9dafb6;
}

/* ## Home Bottom Ad
--------------------------------------------- */

.home-bottom-ad {
  clear: both;
  display: block;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  padding: 0;
}

.page-template-landing .entry {
  margin-bottom: 0;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol:not(.wp-block-gallery),
.entry-content ul:not(.wp-block-gallery) {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 20px;
}

.entry-content ol>li {
  list-style-type: decimal;
}

.entry-content ul>li {
  list-style-type: initial;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

.more-link {
  display: block;
}

.content .entry-content .more-link a {
  color: #20221d;
  text-transform: uppercase;
}

.content .entry-content .more-link a:hover {
  color: #9dafb6;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  color: #8d9495;
  margin-bottom: 10px;
}

.entry-header .entry-meta a {
  color: #8d9495;
}

.entry-header .entry-meta a:hover {
  color: #545a58;
}

.entry-footer {
  clear: both;
  display: block;
}

.single .entry-footer {
  background-color: #f2f4f4;
  border-bottom: 1px solid #d8dbdc;
  border-top: 1px solid #d8dbdc;
  color: #545a58;
  padding: 5px 10px;
}

.single .entry-footer .entry-meta {
  display: block;
  overflow: hidden;
}

.entry-footer .entry-meta a {
  color: #545a58;
}

.entry-categories,
.entry-tags {
  display: block;
  float: left;
}

.entry-categories {
  margin-left: 30px;
}

.entry-comments-link::before {
  content: " | ";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #20221d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #b7c9d0;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-header a,
.comment-header {
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-header a:hover {
  color: #9dafb6;
}

li.comment {
  background-color: #f5f5f5;
}

.comment-content {
  clear: both;
}

.comment-list li {
  margin-top: 24px;
  padding: 24px;
}

.comment-list li li {
  border: 2px solid #fff;
}

.comment-respond label {
  /* display: none; */
}

.comment-respond p {
  margin-bottom: 8px;
}

.comment-respond input[type="checkbox"] {
  margin-right: 8px;
}

.comment-respond .comment-form-cookies-consent {
  margin-bottom: 20px;
}

.woocommerce .comment-respond label {
  display: inherit;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}

.comment-list .comment-respond {
  margin-top: 30px;
}

.comment-reply a.comment-reply-link {
  background-color: #20221d;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px;
  text-transform: uppercase;
}

.comment-reply a.comment-reply-link:hover {
  background-color: #b7c9d0;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar li {
  list-style-image: url(images/bullet-list.png);
  margin-bottom: 6px;
}

.sidebar ul,
.sidebar ol {
  margin-left: 20px;
}

.sidebar li a {
  color: #20221d;
}

.sidebar li a:hover {
  color: #43646e;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
}

.sidebar .widget_recent_comments li,
.widget_recent_comments li {
  list-style: none outside none;
}

.sidebar .widget_recent_comments ul,
.widget_recent_comments ul {
  margin-left: 0;
}

.sidebar .widget_recent_comments a {
  color: #9dafb6;
}

.sidebar .widget-area blockquote {
  padding: 20px;
}

/* ## Bottom Widgets
---------------------------------------------------------------------------------------------------- */

.bottom-widgets {
  margin-bottom: 30px;
}

.bottom-widgets .widget-area {
  width: 22%;
}

.bottom1,
.bottom2 {
  margin-right: 4%;
}

.bottom1,
.bottom2,
.bottom3 {
  float: left;
}

.bottom4 {
  float: right;
}

.bottom-widgets .widget {
  margin-bottom: 20px;
}

.bottom-widgets ul,
.bottom-widgets ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

.bottom-widgets ul ul,
.bottom-widgets ol ol {
  margin-bottom: 0;
}

.bottom-widgets ul li {
  list-style-type: none;
  list-style-image: url(images/bullet-list.png);
  margin: 0 0 6px;
}

.bottom-widgets ol li {
  list-style-type: decimal;
}

.bottom-widgets li:last-child {
  border: 0;
  margin-bottom: 0;
}

.bottom-widgets li a {
  color: #20221d;
}

.bottom-widgets li a:hover {
  color: #9dafb6;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #eaecec;
  border-top: 1px solid #daddde;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 25px 0 0;
}

.footer-widgets,
.footer-widgets a {
  color: #20221d;
}

.footer-widgets a:hover {
  color: #9dafb6;
}

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.footer-widgets .widget {
  margin-bottom: 25px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 22%;
}

.footer-widgets-1,
.footer-widgets-2 {
  margin-right: 4%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
}

.footer-widgets-4 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #20221d;
  color: #a3a9aa;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  padding: 15px 0;
}

.site-footer p {
  display: block;
  margin-bottom: 0;
}

.copyright {
  float: left;
  width: 48%;
}

.credit {
  float: right;
  text-align: right;
  width: 48%;
}

/* # Color Options
---------------------------------------------------------------------------------------------------- */

/* ## Pink
--------------------------- */

.jessica-pink a,
.jessica-pink .breadcrumb,
.jessica-pink .breadcrumb a,
.jessica-pink .breadcrumb a:hover,
.jessica-pink .sidebar li a:hover,
.jessica-pink .sidebar .widget_recent_comments a,
.jessica-pink .entry-header .entry-meta,
.jessica-pink .entry-header .entry-meta a,
.jessica-pink .entry-title a:hover,
.jessica-pink .sidebar .widget-title a:hover,
.jessica-pink .wpsc-breadcrumbs a:hover,
.jessica-pink .content .entry-content .more-link a:hover,
.jessica-pink .home-mid-nav .menu .menu-item a:hover,
.jessica-pink .entry-content div.it-exchange-super-widget .cart-items-wrapper .cart-item .item-info,
.jessica-pink.woocommerce-page .summary .product_meta>span {
  color: #b34065;
}

.jessica-pink a:hover,
.jessica-pink .entry-title a,
.jessica-pink .sidebar .widget-title a,
.jessica-pink .entry-header .entry-meta a:hover,
.jessica-pink .sidebar .widget_recent_comments a:hover {
  color: #20221d;
}

.jessica-pink .wsm-banner .custom-text .more-link a,
.jessica-pink .genesis-nav-menu .sub-menu a,
.jessica-pink table.tablepress thead th,
.jessica-pink table.tablepress tfoot th,
.jessica-pink .wsmfeaturedpost .entry-header .entry-meta,
.jessica-pink .archive-pagination a:hover,
.jessica-pink .cta-box .more-link a:hover,
.jessica-pink .widget-social a.genericon {
  color: #fff;
}

.jessica-pink div.woocommerce a.button,
.jessica-pink div.woocommerce #respond input#submit.alt,
.jessica-pink div.woocommerce a.button.alt,
.jessica-pink div.woocommerce button.button.alt,
.jessica-pink div.woocommerce input.button.alt,
.jessica-pink button,
.jessica-pink input[type="button"],
.jessica-pink input[type="reset"],
.jessica-pink input[type="submit"],
.jessica-pink .button,
.jessica-pink .cta-box .more-link a,
.jessica-pink .archive-pagination li a:hover,
.jessica-pink .archive-pagination .active a,
.jessica-pink .widget_tag_cloud .tagcloud a:hover,
.jessica-pink.woocommerce-page a.button,
.jessica-pink.woocommerce-page button.button,
.jessica-pink.woocommerce-page input.button,
.jessica-pink.woocommerce-page #respond input#submit,
.jessica-pink.woocommerce-page #content input.button,
.jessica-pink.woocommerce-page button.button.alt,
.jessica-pink.woocommerce-page input.button.alt,
.jessica-pink.woocommerce-page #respond input#submit.alt,
.jessica-pink.woocommerce-page #content input.button.alt,
.jessica-pink .wsmfeaturedpost .entry-header .entry-meta,
.jessica-pink .footer-widgets .widget_tag_cloud .tagcloud a:hover,
.jessica-pink.woocommerce-page .woocommerce-message:before,
.jessica-pink.woocommerce-page .woocommerce-info:before,
.jessica-pink.woocommerce-page .woocommerce-error:before,
.jessica-pink.woocommerce-page .woocommerce-message:before,
.jessica-pink.woocommerce-page .woocommerce-info:before,
.jessica-pink div#it-exchange-store .it-exchange-product-permalink,
.jessica-pink table.tablepress thead th,
.jessica-pink table.tablepress tfoot th,
.jessica-pink div.it-exchange-super-widget div.two-actions .cart-action.checkout:hover,
.jessica-pink div.it-exchange-super-widget div.two-actions .cart-action.view-cart:hover,
.jessica-pink.tax-it_exchange_tag .it_exchange_prod .it-exchange-product-permalink:hover,
.jessica-pink.tax-it_exchange_category .it_exchange_prod .it-exchange-product-permalink:hover,
.jessica-pink .footer-widgets .widget_wpsc_product_tags #product_tag_wrap a:hover,
.jessica-pink .widget_wpsc_product_tags #product_tag_wrap a:hover,
.jessica-pink .entry-content div.product_grid_display .item_image .more-details a,
.jessica-pink .entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"],
.jessica-pink .entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button,
.jessica-pink .content div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button input[type="submit"],
.jessica-pink div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"],
.jessica-pink div.single_product_display form.product_form .wpsc_buy_button,
.jessica-pink div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout,
.jessica-pink table.list_productdisplay .wpsc_buy_button_container a.wpsc_buy_button,
.jessica-pink.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.jessica-pink.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.jessica-pink .widget-social a.genericon {
  background-color: #b34065;
}

.jessica-pink div.woocommerce a.button:hover,
.jessica-pink div.woocommerce #respond input#submit.alt:hover,
.jessica-pink div.woocommerce a.button.alt:hover,
.jessica-pink div.woocommerce button.button.alt:hover,
.jessica-pink div.woocommerce input.button.alt:hover,
.jessica-pink button:hover,
.jessica-pink input[type="button"]:hover,
.jessica-pink input[type="reset"]:hover,
.jessica-pink input[type="submit"]:hover,
.jessica-pink .button:hover,
.jessica-pink .cta-box .more-link a:hover,
.jessica-pink.woocommerce-page a.button:hover,
.jessica-pink.woocommerce-page button.button:hover,
.jessica-pink.woocommerce-page input.button:hover,
.jessica-pink.woocommerce-page #respond input#submit:hover,
.jessica-pink.woocommerce-page #content input.button:hover,
.jessica-pink.woocommerce-page button.button.alt:hover,
.jessica-pink.woocommerce-page input.button.alt:hover,
.jessica-pink.woocommerce-page #respond input#submit.alt:hover,
.jessica-pink.woocommerce-page #content input.button.alt:hover,
.jessica-pink div#it-exchange-store .it-exchange-product-permalink:hover,
.jessica-pink .entry-content div.product_grid_display .item_image .more-details a:hover,
.jessica-pink .entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"]:hover,
.jessica-pink .entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button:hover,
.jessica-pink .content div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button input[type="submit"]:hover,
.jessica-pink div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout:hover,
.jessica-pink div#list_view_products_page_container .wpsc_buy_button_container .wpsc_buy_button:hover,
.jessica-pink div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"]:hover,
.jessica-pink div.single_product_display form.product_form .wpsc_buy_button:hover,
.jessica-pink .widget-social a.genericon:hover {
  background-color: #cf3668;
}

.jessica-pink .genesis-nav-menu .sub-menu a,
.jessica-pink .banner-box {
  border-color: #de83a1;
}

.jessica-pink.woocommerce-page .woocommerce-error,
.jessica-pink.woocommerce-page .woocommerce-message,
.jessica-pink.woocommerce-page .woocommerce-info {
  border-color: #b34065;
}

.jessica-pink div.shopping-cart-wrapper .remove_button {
  background-color: transparent;
}

.jessica-pink .genesis-nav-menu .sub-menu {
  background-image: url(images/jessica-pink/submenu-bg.png);
}

.jessica-pink .banner-box {
  background-image: url(images/jessica-pink/banner-bg.png) !important;
}

.jessica-pink .content .entry-content blockquote {
  background-image: url(images/jessica-pink/blockquote.png);
}

.jessica-pink .sidebar li,
.jessica-pink .entry-content ul>li,
.jessica-pink.woocommerce-page #content div.product div.summary li,
.jessica-pink.woocommerce-page div.product div.summary li {
  list-style-image: url(images/jessica-pink/bullet-list.png);
}

.jessica-pink .sidebar .widget_recent_comments li,
.jessica-pink .widget_recent_comments li {
  list-style: none outside none;
}

/* ## Red
--------------------------- */

.jessica-red a,
.jessica-red .breadcrumb,
.jessica-red .breadcrumb a,
.jessica-red .breadcrumb a:hover,
.jessica-red .sidebar li a:hover,
.jessica-red .sidebar .widget_recent_comments a,
.jessica-red .entry-header .entry-meta,
.jessica-red .entry-header .entry-meta a,
.jessica-red .entry-title a:hover,
.jessica-red .sidebar .widget-title a:hover,
.jessica-red .wpsc-breadcrumbs a:hover,
.jessica-red .content .entry-content .more-link a:hover,
.jessica-red .home-mid-nav .menu .menu-item a:hover,
.jessica-red .entry-content div.it-exchange-super-widget .cart-items-wrapper .cart-item .item-info,
.jessica-red.woocommerce-page .summary .product_meta>span {
  color: #c42030;
}

.jessica-red a:hover,
.jessica-red .entry-title a,
.jessica-red .sidebar .widget-title a,
.jessica-red .entry-header .entry-meta a:hover,
.jessica-red .sidebar .widget_recent_comments a:hover {
  color: #20221d;
}

.jessica-red .wsm-banner .custom-text .more-link a,
.jessica-red .genesis-nav-menu .sub-menu a,
.jessica-red table.tablepress thead th,
.jessica-red table.tablepress tfoot th,
.jessica-red .wsmfeaturedpost .entry-header .entry-meta,
.jessica-red .archive-pagination a:hover,
.jessica-red .cta-box .more-link a:hover,
.jessica-red .widget-social a.genericon {
  color: #fff;
}

.jessica-red div.woocommerce a.button,
.jessica-red div.woocommerce #respond input#submit.alt,
.jessica-red div.woocommerce a.button.alt,
.jessica-red div.woocommerce button.button.alt,
.jessica-red div.woocommerce input.button.alt,
.jessica-red button,
.jessica-red input[type="button"],
.jessica-red input[type="reset"],
.jessica-red input[type="submit"],
.jessica-red .button,
.jessica-red .cta-box .more-link a,
.jessica-red .archive-pagination li a:hover,
.jessica-red .archive-pagination .active a,
.jessica-red .widget_tag_cloud .tagcloud a:hover,
.jessica-red.woocommerce-page a.button,
.jessica-red.woocommerce-page button.button,
.jessica-red.woocommerce-page input.button,
.jessica-red.woocommerce-page #respond input#submit,
.jessica-red.woocommerce-page #content input.button,
.jessica-red.woocommerce-page button.button.alt,
.jessica-red.woocommerce-page input.button.alt,
.jessica-red.woocommerce-page #respond input#submit.alt,
.jessica-red.woocommerce-page #content input.button.alt,
.jessica-red .wsmfeaturedpost .entry-header .entry-meta,
.jessica-red .footer-widgets .widget_tag_cloud .tagcloud a:hover,
.jessica-red.woocommerce-page .woocommerce-message:before,
.jessica-red.woocommerce-page .woocommerce-info:before,
.jessica-red.woocommerce-page .woocommerce-error:before,
.jessica-red.woocommerce-page .woocommerce-message:before,
.jessica-red.woocommerce-page .woocommerce-info:before,
.jessica-red div#it-exchange-store .it-exchange-product-permalink,
.jessica-red table.tablepress thead th,
.jessica-red table.tablepress tfoot th,
.jessica-red div.it-exchange-super-widget div.two-actions .cart-action.checkout:hover,
.jessica-red div.it-exchange-super-widget div.two-actions .cart-action.view-cart:hover,
.jessica-red.tax-it_exchange_tag .it_exchange_prod a.it-exchange-product-permalink:hover,
.jessica-red.tax-it_exchange_category .it_exchange_prod a.it-exchange-product-permalink:hover,
.jessica-red .footer-widgets .widget_wpsc_product_tags #product_tag_wrap a:hover,
.jessica-red .widget_wpsc_product_tags #product_tag_wrap a:hover,
.jessica-red .entry-content div.product_grid_display .item_image .more-details a,
.jessica-red .entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"],
.jessica-red .entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button,
.jessica-red .content div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button input[type="submit"],
.jessica-red div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"],
.jessica-red div.single_product_display form.product_form .wpsc_buy_button,
.jessica-red div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout,
.jessica-red table.list_productdisplay .wpsc_buy_button_container a.wpsc_buy_button,
.jessica-red.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.jessica-red.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.jessica-red .widget-social a.genericon {
  background-color: #c42030;
}

.jessica-red div.woocommerce a.button:hover,
.jessica-red div.woocommerce #respond input#submit.alt:hover,
.jessica-red div.woocommerce a.button.alt:hover,
.jessica-red div.woocommerce button.button.alt:hover,
.jessica-red div.woocommerce input.button.alt:hover,
.jessica-red button:hover,
.jessica-red input[type="button"]:hover,
.jessica-red input[type="reset"]:hover,
.jessica-red input[type="submit"]:hover,
.jessica-red .button:hover,
.jessica-red .cta-box .more-link a:hover,
.jessica-red.woocommerce-page a.button:hover,
.jessica-red.woocommerce-page button.button:hover,
.jessica-red.woocommerce-page input.button:hover,
.jessica-red.woocommerce-page #respond input#submit:hover,
.jessica-red.woocommerce-page #content input.button:hover,
.jessica-red.woocommerce-page button.button.alt:hover,
.jessica-red.woocommerce-page input.button.alt:hover,
.jessica-red.woocommerce-page #respond input#submit.alt:hover,
.jessica-red.woocommerce-page #content input.button.alt:hover,
.jessica-red div#it-exchange-store .it-exchange-product-permalink:hover,
.jessica-red .entry-content div.product_grid_display .item_image .more-details a:hover,
.jessica-red .entry-content div.product_grid_display .product_grid_item .addtocart input[type="submit"]:hover,
.jessica-red .entry-content div.product_grid_display .product_grid_item .addtocart input.wpsc_buy_button:hover,
.jessica-red .content div.it-exchange-super-widget .it-exchange-sw-product .buy-now-button input[type="submit"]:hover,
.jessica-red div.shopping-cart-wrapper .shoppingcart #cart-widget-links a.gocheckout:hover,
.jessica-red div#list_view_products_page_container .wpsc_buy_button_container .wpsc_buy_button:hover,
.jessica-red div.single_product_display form.product_form .wpsc_buy_button_container input[type="submit"]:hover,
.jessica-red div.single_product_display form.product_form .wpsc_buy_button:hover,
.jessica-red .widget-social a.genericon:hover {
  background-color: #ce0216;
}

.jessica-red .genesis-nav-menu .sub-menu a,
.jessica-red .banner-box {
  border-color: #ccc;
}

.jessica-red.woocommerce-page .woocommerce-error,
.jessica-red.woocommerce-page .woocommerce-message,
.jessica-red.woocommerce-page .woocommerce-info {
  border-color: #c42030;
}

.jessica-red div.shopping-cart-wrapper .remove_button {
  background-color: transparent;
}

.jessica-red .genesis-nav-menu .sub-menu {
  background-image: url(images/jessica-red/submenu-bg.png);
}

.jessica-red .banner-box {
  background-image: url(images/jessica-red/banner-bg.png) !important;
}

.jessica-red .content .entry-content blockquote {
  background-image: url(images/jessica-red/blockquote.png);
}

.jessica-red .sidebar li,
.jessica-red .entry-content ul>li,
.jessica-red.woocommerce-page #content div.product div.summary li,
.jessica-red.woocommerce-page div.product div.summary li {
  list-style-image: url(images/jessica-red/bullet-list.png);
}

.jessica-red .sidebar .widget_recent_comments li,
.jessica-red .widget_recent_comments li {
  list-style: none outside none;
}

/* ## Brown
--------------------------- */

.jessica-brown a:hover,
.jessica-brown .entry-title a,
.jessica-brown .sidebar .widget-title a,
.jessica-brown .entry-header .entry-meta a:hover,
.jessica-brown .sidebar .widget_recent_comments a:hover {
  color: #20221d;
}

.jessica-brown .wsm-banner .custom-text .more-link a,
.jessica-brown .genesis-nav-menu .sub-menu a,
.jessica-brown table.tablepress thead th,
.jessica-brown table.tablepress tfoot th,
.jessica-brown .wsmfeaturedpost .entry-header .entry-meta,
.jessica-brown .archive-pagination a:hover,
.jessica-brown .cta-box .more-link a:hover,
.jessica-brown .widget-social a.genericon {
  color: #fff;
}

.jessica-brown div.shopping-cart-wrapper .remove_button {
  background-color: transparent;
}

.jessica-brown .genesis-nav-menu .sub-menu {
  background-image: url(images/jessica-brown/submenu-bg.png);
}

.jessica-brown .banner-box {
  background-image: url(images/jessica-brown/banner-bg.png) !important;
}

.jessica-brown .content .entry-content blockquote {
  background-image: url(images/jessica-brown/blockquote.png);
}

.jessica-brown .sidebar li,
.jessica-brown .entry-content ul>li,
.jessica-brown.woocommerce-page #content div.product div.summary li,
.jessica-brown.woocommerce-page div.product div.summary li {
  list-style-image: url(images/jessica-brown/bullet-list.png);
}

.jessica-brown .sidebar .widget_recent_comments li,
.jessica-brown .widget_recent_comments li {
  list-style: none outside none;
}

/* ## Green
--------------------------- */

.jessica-green a:hover,
.jessica-green .entry-title a,
.jessica-green .sidebar .widget-title a,
.jessica-green .entry-header .entry-meta a:hover,
.jessica-green .sidebar .widget_recent_comments a:hover {
  color: #20221d;
}

.jessica-green .wsm-banner .custom-text .more-link a,
.jessica-green .genesis-nav-menu .sub-menu a,
.jessica-green table.tablepress thead th,
.jessica-green table.tablepress tfoot th,
.jessica-green .wsmfeaturedpost .entry-header .entry-meta,
.jessica-green .archive-pagination a:hover,
.jessica-green .cta-box .more-link a:hover,
.jessica-green .widget-social a.genericon {
  color: #fff;
}

.jessica-green .genesis-nav-menu .sub-menu a {
  border-color: #7ea84f;
}

.jessica-green .banner-box {
  border-color: #4e7438;
}

.jessica-green.woocommerce-page .woocommerce-error,
.jessica-green.woocommerce-page .woocommerce-message,
.jessica-green.woocommerce-page .woocommerce-info {
  border-color: #608636;
}

.jessica-green div.shopping-cart-wrapper .remove_button {
  background-color: transparent;
}

.jessica-green .genesis-nav-menu .sub-menu {
  background-image: url(images/jessica-green/submenu-bg.png);
}

.jessica-green .banner-box {
  background-image: url(images/jessica-green/banner-bg.png) !important;
}

.jessica-green .content .entry-content blockquote {
  background-image: url(images/jessica-green/blockquote.png);
}

.jessica-green .sidebar li,
.jessica-green .entry-content ul>li,
.jessica-green.woocommerce-page #content div.product div.summary li,
.jessica-green.woocommerce-page div.product div.summary li {
  list-style-image: url(images/jessica-green/bullet-list.png);
}

.jessica-green .sidebar .widget_recent_comments li,
.jessica-green .widget_recent_comments li {
  list-style: none outside none;
}

.jessica-purple a:hover,
.jessica-purple .entry-title a,
.jessica-purple .sidebar .widget-title a,
.jessica-purple .entry-header .entry-meta a:hover,
.jessica-purple .sidebar .widget_recent_comments a:hover {
  color: #20221d;
}

.jessica-purple .wsm-banner .custom-text .more-link a,
.jessica-purple .genesis-nav-menu .sub-menu a,
.jessica-purple table.tablepress thead th,
.jessica-purple table.tablepress tfoot th,
.jessica-purple .wsmfeaturedpost .entry-header .entry-meta,
.jessica-purple .archive-pagination a:hover,
.jessica-purple .cta-box .more-link a:hover,
.jessica-purple .widget-social a.genericon {
  color: #fff;
}

.jessica-purple div.shopping-cart-wrapper .remove_button {
  background-color: transparent;
}

.jessica-purple .genesis-nav-menu .sub-menu {
  background-image: url(images/jessica-purple/submenu-bg.png);
}

.jessica-purple .banner-box {
  background-image: url(images/jessica-purple/banner-bg.png) !important;
}

.jessica-purple .content .entry-content blockquote {
  background-image: url(images/jessica-purple/blockquote.png);
}

.jessica-purple .sidebar li,
.jessica-purple .entry-content ul>li,
.jessica-purple.woocommerce-page #content div.product div.summary li,
.jessica-purple.woocommerce-page div.product div.summary li {
  list-style-image: url(images/jessica-purple/bullet-list.png);
}

.jessica-purple .sidebar .widget_recent_comments li,
.jessica-purple .widget_recent_comments li {
  list-style: none outside none;
}

.jessica-purple .entry-content a {
  text-decoration: underline;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

  .site-header .wrap,
  .wrap {
    max-width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    width: 65%;
  }

  .sidebar {
    width: 30%;
  }

  .content-sidebar .content-sidebar-wrap {
    background-position: 67% 0;
  }

  .sidebar-content .content-sidebar-wrap {
    background-position: 32% 0;
  }

  .full-width-content .alignwide {
    width: 100%;
  }
}

@media only screen and (max-width: 1028px) {
  .title-area {}

  .nav-primary .genesis-nav-menu a {
    padding: 10px 14px;
  }

  .home-mid-nav .menu .menu-item a {
    padding: 10px 15px;
  }

  .site-header .widget-area {
    text-align: center;
    width: 62%;
  }

  div#list_view_products_page_container .wpsc_buy_button_container .wpsc_buy_button {
    width: auto;
  }

  .content-sidebar .wp-block-group .wp-block-group__inner-container,
  .sidebar-content .wp-block-group .wp-block-group__inner-container {
    width: calc(96vw / 100 * 65);
  }

  .full-width-content .wp-block-group .wp-block-group__inner-container {
    width: 96vw;
  }

  .full-width-content .wp-block-group.alignwide {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 800px) {
  .title-area {
    margin: 0 0 20px;
  }

  .header-image .site-title>a {
    background-position: center;
  }

  .header-right-text {
    float: none;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }

  .site-header .widget-social {
    max-width: inherit;
    text-align: center;
    width: 100%;
  }

  .home-mid-nav .menu .menu-item {
    margin-bottom: 10px;
  }

  .home-mid-right,
  .home-mid-left {
    float: none;
    width: 100%;
  }

  .site-header .widget-area,
  .site-inner,
  .title-area {
    width: 100%;
  }

  .header-image .site-header .wrap {
    background-position: center top;
  }

  .site-header .widget-social .social-custom-text {
    display: block;
    padding: 0;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .home-slider div.soliloquy-container .soliloquy-caption-inside {
    max-width: inherit;
  }

  div.soliloquy-container h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  div.soliloquy-container h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  div.soliloquy-container h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  div.soliloquy-container h5 {
    font-size: 20px;
    font-size: 2rem;
  }

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

  div.woocommerce #content div.product div.images,
  div.woocommerce #content div.product div.summary,
  div.woocommerce div.product div.images,
  div.woocommerce div.product div.summary,
  body.woocommerce-page #content div.product div.images,
  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.images,
  body.woocommerce-page div.product div.summary {
    float: none;
    width: 99%;
    margin: 0 auto 20px;
  }

  div.woocommerce #content div.product div.summary,
  div.woocommerce div.product div.summary,
  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.summary {
    float: none;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  div.gform_wrapper.button-right_wrapper .gform_footer {
    max-width: inherit;
  }

  div.gform_wrapper.button-right_wrapper ul li:last-child {
    max-width: 80%;
  }

  .widget-area blockquote {
    margin-bottom: 60px;
  }

  .wsm-banner .custom-text {
    padding-left: 0;
  }

  .banner-title b {
    font-size: 100px;
    font-size: 10rem;
  }

  .sidebar .cta-box .cta-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .sidebar .cta-box .more-link {
    font-size: 20px;
    font-size: 2rem;
    left: auto;
    right: 15px;
  }

  div.gform_wrapper .chzn-container {
    width: 100%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .bottom-widgets .widget-area {
    width: 48%;
  }

  .footer-widgets-1,
  .footer-widgets-3,
  .bottom1,
  .bottom3 {
    clear: both;
    float: left;
    margin: 0 0 20px;
  }

  .footer-widgets-2,
  .footer-widgets-4,
  .bottom2,
  .bottom4 {
    float: right;
    margin: 0 0 20px;
  }

  table.tablepress-responsive-tablet {
    border: 0;
  }

  table.tablepress-responsive-tablet tbody tr {
    margin-left: -4px;
  }

  table.tablepress-responsive-tablet tbody {
    border-top: 1px solid #ccc;
  }

  table.tablepress-responsive-tablet thead {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
  }

  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .copyright,
  .credit {
    float: none;
    text-align: left;
    width: 100%;
  }

  .site-footer p {
    margin: 0 0 10px;
  }

  .content-sidebar .alignfull,
  .sidebar-content .alignfull,
  .content-sidebar .alignwide,
  .sidebar-content .alignwide {
    width: auto;
  }
}

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

  .content,
  .sidebar-primary,
  .site-header .widget-area,
  .site-inner,
  .title-area {
    width: 100%;
  }

  .home-slider .wrap {
    max-width: 100%;
  }

  .sidebar-content .content-sidebar-wrap,
  .content-sidebar .content-sidebar-wrap {
    background: none;
  }

  .home-mid-nav .menu .menu-item a {
    border: 0;
  }

  .entry-categories,
  .entry-tags {
    float: none;
    margin: 0;
    width: 100%;
  }

  div#checkout_page_container table.checkout_cart td.wpsc_product_quantity form.qty input[type="text"],
  table.checkout_cart td.wpsc_product_quantity form.qty input[type="text"] {
    margin: 0 0 5px;
    width: 100%;
  }

  table.wpsc_checkout_table_totals,
  .content #checkout_page_container table.checkout_cart,
  div#list_view_products_page_container table.list_productdisplay {
    display: block;
    overflow: scroll;
    width: 100%;
  }

  .content #checkout_page_container table.wpsc_checkout_table_totals {
    overflow: hidden;
  }

  .cta-box .cta-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .cta-box .more-link {
    font-size: 20px;
    font-size: 2rem;
    left: auto;
    right: 15px;
  }

  .sidebar .cta-box .cta-title {
    font-size: 27px;
    font-size: 2.7rem;
  }

  .sidebar .cta-box .more-link {
    font-size: 25px;
    font-size: 2.5rem;
    left: 15px;
    right: auto;
  }

  .widget_product_search form #s {
    max-width: inherit;
  }

  .sidebar div.gform_wrapper.button-right_wrapper ul li:last-child {
    padding-right: 18%;
  }

  /* Responsive Navigation
	---------------------------------- */

  nav.nav-primary {
    background-color: #20221d;
    display: block !important;
  }

  nav.nav-primary .wrap {
    max-width: 100%;
  }

  .menu-toggle,
  .sub-menu-toggle {
    border-radius: 0;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    visibility: visible;
  }

  button.menu-toggle,
  button.sub-menu-toggle {
    color: #fff;
  }

  .menu-toggle {
    background-color: #b7c9d0;
  }

  .menu-toggle:hover {
    background-color: #c4c9ca;
  }

  button.sub-menu-toggle {
    background-color: transparent;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu-toggle:before {
    content: "\f419";
    font-family: "Genericons";
  }

  .menu-toggle:hover:before {
    content: "\f419";
    font-family: "Genericons";
  }

  .menu-toggle.activated:before {
    content: "\f50e";
    font-family: "Genericons";
  }

  .sub-menu-toggle:before {
    color: #5d5e5e;
    content: "\f510";
    font-family: "Genericons";
  }

  .sub-menu-toggle.activated:before {
    color: #5d5e5e;
    content: "\f50e";
    font-family: "Genericons";
  }

  nav.nav-primary {
    display: none;
    position: relative;
  }

  .nav-primary .genesis-nav-menu {
    display: none;
  }

  .nav-primary .genesis-nav-menu .menu-item {
    background-color: #fff;
    color: #5d5e5e;
    display: block;
    position: relative;
    text-align: left;
  }

  .nav-primary .genesis-nav-menu .menu-item.first a,
  .nav-primary .genesis-nav-menu .menu-item.last a {
    padding: 10px 24px;
  }

  .nav-primary .genesis-nav-menu .menu-item a {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #5d5e5e;
  }

  .nav-primary a:hover,
  .nav-primary .current-menu-item>a,
  .nav-primary .genesis-nav-menu .menu-item a:hover {
    background-color: #b7c9d0;
    color: #fff;
  }

  .nav-primary .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .nav-primary .genesis-nav-menu .sub-menu {
    background: none;
    clear: both;
    display: none;
    opacity: 1;
    padding: 0;
    position: static;
    width: 100%;
  }

  .nav-primary .genesis-nav-menu .sub-menu .menu-item {
    padding: 0;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #e7e9ea;
    border-left: 0;
    padding: 10px 24px;
    position: relative;
    width: auto;
  }

  .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #f1f1f1;
    padding-left: 30px;
  }

  .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #f7f7f7;
    padding-left: 40px;
  }

  .content-sidebar .wp-block-group,
  .sidebar-content .wp-block-group {
    margin-left: auto;
    margin-right: auto;
  }

  .content-sidebar .wp-block-group .wp-block-group__inner-container,
  .sidebar-content .wp-block-group .wp-block-group__inner-container {
    width: 100%;
    float: none;
  }
}

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

  .home-cta-left,
  .home-cta-right {
    float: none;
    margin: 0 auto 20px;
    width: 90%;
  }

  .cta-box .cta-title {
    font-size: 27px;
    font-size: 2.7rem;
  }

  .cta-box .more-link {
    font-size: 25px;
    font-size: 2.5rem;
    left: 15px;
    right: auto;
  }

  .home-cta-right {
    margin-bottom: 0;
  }

  .home-mid-nav .widget-title {
    font-size: 20px;
    font-size: 2rem;
    top: -100px;
  }

  .home-mid-nav .widget-title span {
    padding: 8px 30px;
  }

  div.woocommerce #content div.product div.images,
  div.woocommerce #content div.product div.summary,
  div.woocommerce div.product div.images,
  div.woocommerce div.product div.summary,
  body.woocommerce-page #content div.product div.images,
  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.images,
  body.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }

  div.woocommerce #content div.product div.images,
  div.woocommerce div.product div.images,
  body.woocommerce-page #content div.product div.images,
  body.woocommerce-page div.product div.images {
    margin: 0 auto 20px;
    width: 90%;
  }

  body.woocommerce-page div.product div.images img,
  body.woocommerce-page #content div.product div.images img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .bottom-widgets .widget-area {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

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

  body.woocommerce-page table.cart td.actions .coupon .input-text,
  body.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}

@media only screen and (max-width: 380px) {
  .banner-content {
    margin: 0;
  }

  h3.banner-title {
    font-size: 40px;
    font-size: 4rem;
  }

  .banner-title .percent,
  .banner-title b {
    font-size: inherit;
  }

  .banner-title br {
    display: none;
  }

  .home-mid-nav .widget-title {
    position: static;
    width: 100%;
  }

  .widget-social a.genericon {
    margin-bottom: 10px;
  }

  .sidebar .cta-box .cta-title,
  .cta-box .cta-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .sidebar .cta-box .more-link,
  .cta-box .more-link {
    font-size: 20px;
    font-size: 2rem;
    left: auto;
    right: 15px;
  }

  .widget-social a.genericon {
    margin-right: 5px;
  }

  .content .entry-title {
    clear: both;
    display: block;
  }

  .tax-it_exchange_tag .it_exchange_prod,
  .tax-it_exchange_category .it_exchange_prod,
  .product_grid_display .product_grid_item,
  .entry-content div.product_grid_display .product_grid_item,
  div#it-exchange-store .it-exchange-products li:nth-child(3n + 3),
  div#it-exchange-store .it-exchange-products li:nth-child(2n + 1),
  div#it-exchange-store .it-exchange-products li,
  div#it-exchange-store .it-exchange-products li:nth-child(3n + 1),
  div.woocommerce ul.products li.product:nth-child(2n),
  body.woocommerce-page ul.products li.product:nth-child(2n),
  div.woocommerce ul.products li.product,
  div.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  div.woocommerce[class*="columns-"] ul.products li.product,
  body.woocommerce-page ul.products li.product,
  body.woocommerce ul.products.columns-3 li.product,
  body.woocommerce-page ul.products.columns-3 li.product,
  body.woocommerce ul.products[class*="columns-"] li.product,
  body.woocommerce-page ul.products[class*="columns-"] li.product,
  body.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  body.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: none;
    margin: 0 auto 20px;
    width: 90%;
  }

  div.woocommerce div.product .woocommerce-tabs ul.tabs li a,
  div.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
  body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
  body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a div.woocommerce div.product .woocommerce-tabs ul.tabs li,
  div.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }

  div.woocommerce #content div.product div.images,
  div.woocommerce div.product div.images,
  body.woocommerce-page #content div.product div.images,
  body.woocommerce-page div.product div.images {
    max-width: inherit;
    width: 100%;
  }

  .single_product_display .imagecol,
  .single_product_display .productcol {
    float: none;
    width: auto;
  }

  .single_product_display .imagecol {
    margin: 0 auto 20px;
  }

  div.woocommerce table.shop_table,
  body.woocommerce-page table.shop_table {
    display: block;
    overflow: scroll;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  body.woocommerce-page .cart_totals table.shop_table {
    display: table;
  }

  div.gform_wrapper .top_label li.gfield.gf_left_half,
  div.gform_wrapper .top_label li.gfield.gf_right_half,
  div.gform_wrapper .ginput_complex .ginput_left,
  div.gform_wrapper .ginput_complex .ginput_right {
    float: none;
    width: 100%;
  }

  div#it-exchange-cart .it-exchange-cart-item-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 80px;
  }

  div#it-exchange-cart-actions input[type="submit"] {
    display: block;
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }

  div.it-exchange-table-row {
    text-align: center;
  }

  div.it-exchange-table-row div.it-exchange-table-column {
    display: block;
    float: none;
    width: 100% !important;
  }

  div#it-exchange-cart-totals div.it-exchange-table-column-inner {
    font-weight: 500;
  }
}

/* Everything CSS for BLOG */
@media only screen and (width >=551px) and (width <=1000px) {
  .blogpost {
    flex-basis: 45% !important;
  }

  .featured-blogpost {
    flex-basis: 92% !important;
    max-width: 689px !important;
  }

  #post-inner {
    flex-direction: column !important;
  }
}

@media only screen and (width <=740px) {
  .blogpost {
    height: auto !important;
  }
}

@media only screen and (width <=600px) {
  .product_title {
    font-size: 2.1rem !important;
  }

  img.webpexpress-processed.lazy-loaded {
    width: unset !important;
  }

  .blogpost,
  .featured-blogpost {
    flex-basis: 100% !important;
  }

  .featured-blogpost {
    flex-basis: 100% !important;
    max-width: 550px !important;
  }
}

#featured-blogposts-wrapper {
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.head-categories {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.subcatcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blogposts-wrapper {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blogpost {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
  min-width: 300px;
  height: 550px;
  border-bottom: 1px solid #ccc;
}

.blogpost-img-wrapper {
  display: flex;
  justify-content: center;
}

.blogpost-title-wrapper {
  position: relative;
  background-color: white;
  max-width: 437px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-top: 0 !important;
}

#laadmeer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.blogberichten {
  margin-top: 30px !important;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.subcatbtn.active,
.headcatbtn.active {
  background-color: #39c;
}

.subcatbtn {
  background-color: #6c757d;
}

.subcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.subcatbtn.active {
  color: white;
  background-color: #39c !important;
}

.headcatbtn {
  background-color: #6c757d;
}

.headcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.headcatbtn.active {
  color: white;
  background-color: #39c !important;
}

#laadmeer>button {
  background-color: #6c757d;
}

#laadmeer>button:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Fix Blog loading button styling */
.laadmeer {
  text-align: center;
  margin-top: 30px;
}

.laadmeer button {
  background-color: #39c !important;
}

.laadmeer button:hover {
  background-color: #39c !important;
}

.blogpost-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blogpost-content-wrapper {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.blogpost-title-wrapper h3 {
  font-size: 18px !important;
  color: #39c;
}

.blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Featured blog post */

.featured-blogpost {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  overflow: hidden;
  flex-basis: 48.5%;
  max-width: 539px;
}

.featured-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.featured-content-wrapper {
  padding: 10px 20px;
}

.featured-title-wrapper {
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
}

.featured-title-wrapper h3 {
  font-size: 22px !important;
  color: #39c;
}

.featured-blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Blog head */
.blog-head {
  padding-top: 20px;
  padding-bottom: 30px;
}

.blog-head-image {
  position: relative;
}

.blog-head-image img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-top: 2px solid gainsboro;
  filter: brightness(75%);
}

.blog-head-image picture {
  width: 100%;
}

.blog-head-image h1 {
  color: #fff;
  font-weight: 700;
  font-size: 8rem;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-head-text {
  background-color: #39c;
  padding: 10px 0 0 0px;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-bottom: 2px solid gainsboro;
  text-align: center;
}

.blog-head-text>h3 {
  color: #fff;
}

.blog-head-text>p {
  color: #fff;
}

.blog-head-img {
  height: 250px;
}

/* Winkelwagen legen knop */
#empty-cart-btn {
  background-color: #fff !important;
  color: lightgrey !important;
}

#empty-cart-btn:hover {
  background-color: #fff !important;
  color: lightgrey !important;
}

/* Styling pop up cart plugin */
/* Media query for screens smaller than 800px */
@media screen and (max-width: 1130px) {
  .xoo-cp-container {
    max-width: 100% !important;
  }

  td.xoo-cp-pqty {
    min-width: 30px !important;
  }

  .xoo-cp-qtybox {
    border-style: none !important;
  }

  td.xoo-cp-ptitle a {
    display: table-cell;
    max-width: 80px;
    line-height: 1.2em;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
  }
}

.xoo-cp-container {
  max-width: 50%;
}

.xoo-cp-qtybox {
  border-style: none !important;
}

span.xoo-cp-close {
  right: -1px !important;
  top: -1px !important;
  font-size: 24px !important;
  background-color: white !important;
  border-radius: 0% !important;
  padding: 8px 11px 13px 11px !important;
  color: #a00909 !important;
}

.xoo-cp-icon-cross::before {
  content: "\2716" !important;
}

.xoo-cp-pprice .price-excl-btw>span:nth-child(1)>bdi:nth-child(1) {
  color: black !important;
}

.xoo-cp-pprice .price-incl-btw>span:nth-child(2) {
  font-size: 12px !important;
}

.xoo-cp-pprice .price-excl-btw>span:nth-child(2) {
  font-size: 12px !important;
}

.xoo-cp-ptotal .subtotal-incl-btw>span:nth-child(2) {
  font-size: 12px !important;
}

.xoo-cp-ptotal .subtotal-excl-btw>span:nth-child(2) {
  font-size: 12px !important;
}

.xoo-cp-pprice .price-incl-btw {
  text-align: right !important;
}

.xoo-cp-pprice .price-excl-btw {
  text-align: right !important;
}

.xoo-cp-ptotal .subtotal-incl-btw {
  text-align: right !important;
}

.xoo-cp-ptotal .subtotal-excl-btw {
  text-align: right !important;
}

.xoo-cp-content {
  display: flex !important;
  flex-direction: column !important;
}

.xoo-cp-cart-btns {
  justify-content: flex-end !important;
  gap: 20px;
}

a.xcp-btn {
  max-width: unset !important;
  margin: 0 !important;
  padding: 12px 16px !important;
}

.xoo-cp-close.xcp-btn {
  display: none;
}

.xoo-cp-btn-ch.xcp-btn {
  font-weight: bold;
  font-size: large;
}

a.xcp-btn:hover {
  text-decoration: underline !important;
}

.xoo-cp-btn-ch.xcp-btn::after {
  content: "  \279C";
}

.xcp-rhead {
  font-size: 1px !important;
}

table.xoo-cp-cart td.xoo-cp-ptitle {
  width: unset !important;
  text-align: left !important;
}

span.xcp-minus,
span.xcp-plus {
  width: 27px !important;
  background-color: #39c;
  color: white;
  font-weight: lighter;
  border: unset !important;
}

xoo-cp-qtybox {
  border-style: none !important;
}

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

/* Firefox */
.xoo-cp-qty[type="number"] {
  -moz-appearance: textfield;
}

.xoo-cp-hdtxt,
span.xcp-rel-head {
  font-size: unset !important;
  text-transform: Capitalize !important;
}

.xoo-cp-hdtxt {
  border-bottom: none !important;
}

.xoo-cp-empct {
  color: #000000ba !important;
}

td.xoo-cp-pimg {
  width: 10% !important;
}

.xcp-bk-count {
  border-radius: 10px !important;
  right: -10px !important;
  left: unset !important;
  top: unset !important;
  bottom: -10px !important;
  font-size: 18px !important;
}

.xoo-cp-basket {
  z-index: 9999 !important;
}

.fa-shopping-cart::before {
  content: "\e903" !important;
  font-size: 34px !important;
}

.menu-item.fa.fa-shopping-cart {
  font-family: "woo-cart-popup-premium" !important;
}

div.xoo-cp-cart-total:nth-child(3) {
  background-color: #6c696954;
  padding: 10px;
  font-weight: bold;
}

/* END OF CUSTOMIZATION POP UP CART CHECKOUT */

/* Cart icon and count styling */
.cart-contents-count {
  display: block;
  position: relative;
  top: -15px;
  right: -60%;
  background-color: #f46969;
  color: white;
  padding: 5px;
  border-radius: 0.25rem;
  min-width: 17px !important;
  max-width: 30px;
  height: 20px;
  text-align: center;
  line-height: 10px;
  font-size: 14px;
  font-weight: 600;
}

.menu-item.woo-cart-but {
  display: inline-block;
  background-color: #39c;
  border-radius: 0.25rem;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

.menu-item.woo-cart-but:hover {
  box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
}

.menu-item.woo-cart-but svg {
  /* Example: Adjust the SVG icon size and alignment if needed */
  height: 30px;
  /* Adjust based on your needs */
  width: 30px;
  /* Adjust based on your needs */
  vertical-align: middle;
}

/* HEADER */
.widget_custom_html {
  margin-top: 12px;
}

#dgwt_wcas_ajax_search-3 {
  width: -webkit-fill-available;
}

@media (max-width: 768px) {
  body>div.site-container>header>.wrap {
    flex-direction: column;
    /* Stack the elements vertically on smaller screens */
  }

  .title-area,
  .widget-area {
    flex-basis: 100%;
    /* Each element takes the full width */
  }

  .woosg-products .woosg-product {
    flex-direction: column !important;
  }

  .woosg-item-product.woosg-product {
    flex: 100% !important;
    gap: 2px !important;
  }
}

@media (max-width: 1040px) {
  .site-header .widget-area {
    flex: 0 1 60%;
  }
}

/* PreHeader */
.preheaderlinks {
  font-size: 16px;
}

@media (max-width: 600px) {
  .preheaderlinks {
    font-size: 13px;
    /* Smaller base font size on mobile devices */
  }
}

.preheaderlinks a {
  text-decoration: none;
  color: #39c;
  transition: color 0.3s, text-decoration 0.3s;
}

.preheaderlinks a:hover {
  text-decoration: underline;
}

.preheaderlinks i {
  color: #39c;
  transition: color 0.3s;
}

/* Contact Page CSS */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* 33% and 66.66% */
  gap: 20px;
}

.contact-info {
  background-color: #f5f5f5 !important;
  padding: 20px;
}

.contact-form {
  padding: 20px;
}

/* Media Query for Mobile */
@media screen and (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    /* Single column for mobile */
  }
}

/* Gutenberg
--------------------------------------------- */

.wp-block-button.alignleft {
  margin-right: 15px;
}

.wp-block-image.alignleft.is-resized,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft {
  margin-right: 30px;
}

.wp-block-button.alignright {
  margin-left: 15px;
}

.wp-block-image.alignright.is-resized,
.wp-block-cover-image.alignright,
.wp-block-cover.alignright {
  margin-left: 30px;
}

.wp-block-button__link:hover {
  box-shadow: 0 0 5px 1px rgb(128 128 128 / 70%);
}

/* Change color of the button */
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: #39c !important;
  color: #fff !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #39c !important;
  border-radius: 0.25em !important;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.467em + 1px) calc(1em + 1px) !important;
  font-size: 1em !important;
  margin-bottom: 10px;
}

.wp-block-file__button {
  background: #39c !important;
  color: #fff !important;
  text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
body.woocommerce-page a.button.alt:hover {
  background-color: #39c !important;
  box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
}

.bollaert-button-afspraak-maken a {
  background-color: #39c;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

.bollaert-button-afspraak-maken a:hover {
  box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
}

/* fibosearch */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 0.25em !important;
}

button.sub-menu-toggle {
  background-color: transparent;
}

/* Mega menu CSS */
/**  Media querry's  **/
@media only screen and (width >=800px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 25px 10px 0 20px !important;
    display: block;
    border-top: 0 solid rgb(221 221 221 / 26%);
    border-left: 0 solid rgb(221 221 221 / 26%);
    border-right: 0 solid rgb(221 221 221 / 26%);
    border-bottom: 0 solid rgb(221 221 221 / 26%);
  }
}

/* Mega Menu Tabs volledige breedte geven wanneer scherm kleiner is dan 768px breed */
@media screen and (width <=768px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    width: 100% !important;
  }
}

/** Rand rond tabs **/
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  float: left;
  background: #fff;
  color: #03031a;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 10px 20px;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  margin: 0;
  border-bottom: 0.5px solid #ccc;
}

@media screen and (width >=768px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    width: 35%;
  }
}

/** Pijltjes op juiste plaats krijgen bij tabs **/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  float: right;
  margin-top: 10px;
  margin-bottom: auto;
  color: #39c;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  border-bottom: 0.5px solid #ccc;
}

/* Marge rechts van foto in navigatie */
.mega-menu-link::before {
  margin-right: 15px !important;
}

/** Push menu onto new line **/
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  background: #39c;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border-color: #39c;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4141>a.mega-menu-link {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4140>a.mega-menu-link {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4137>a.mega-menu-link {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4141>a.mega-menu-link:hover {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4140>a.mega-menu-link:hover {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4137>a.mega-menu-link:hover {
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  padding: 25px 10px 15px 20px;
  height: 80px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  padding: 25px 10px 15px 20px;
  background-color: #fff !important;
}

.mega-menu-link {
  font-weight: 400 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  border-radius: 0.25rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
  border-radius: 0.25rem !important;
}

/* Mobile toggle menu button */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #39c !important;
  padding: 0 10px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
  content: "\f153" !important;
  font-family: dashicons !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
  color: #fff;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-top: 5px;
}

@media only screen and (width <=768px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: inline-block !important;
    background-color: #39c !important;
    width: 100% !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle:hover {
    display: inline-block !important;
    background-color: #39c !important;
    width: 100% !important;
    box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
  }

  #mega-menu-wrap-primary {
    background-color: #fff;
  }

  .textwidget .xoo-cp-sc-cont {
    display: none !important;
  }
}

@media only screen and (width <=700px) {
  #mega-menu-wrap-primary {
    background-color: #fff;
  }

  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.summary {
    width: 100% !important;
  }
}

@media only screen and (width <=530px) {
  #mega-menu-wrap-primary {
    background-color: #fff;
  }
}

.mega-custom-icon.mega-menu-link:hover {
  outline: 1px solid #39c !important;
}

#mega-menu-3444-1 {
  border-bottom: 1px solid #ccc !important;
}

a.mega-custom-icon.mega-menu-link {
  display: flex !important;
  align-items: center;
}

/* Inline FiboSearch */
#mega-menu-item-159 .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 9px !important;
  /* Override padding */
  line-height: normal !important;
  /* Reset line-height to default */
  font-size: medium !important;
  /* Reset font-size to default */
}

#mega-menu-item-159 .dgwt-wcas-search-submit {
  right: 23px !important;
  top: 4px !important;
  left: unset !important;
}

#mega-menu-item-159 .dgwt-wcas-sf-wrapp {
  padding: 0px 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
  background: unset !important;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary {
    background: white !important;
  }
}

/* Hide the .dgwt-wcas-search-wrapp within #mega-menu-item-159 by default */
#mega-menu-item-159 .dgwt-wcas-search-wrapp {
  display: none;
}

.mega-sticky-wrapper #mega-menu-item-159 .dgwt-wcas-search-wrapp {
  display: block;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1em !important;
}

figure.wp-block-gallery:hover {
  box-shadow: 0 2px 4px black;
}

/* product cards */
/* Ensure last item in a row doesn't have a margin on the right */
.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
}

/* Optionally, if titles vary in height and you want them uniform */
.woocommerce-loop-product__title {
  height: 5em;
  /* Adjust as needed to fit your design */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* For the button, ensure it stays at the bottom */
.button.wp-element-button {
  margin-top: auto;
}

.product-card:hover {
  cursor: pointer;
}

ul.products.columns-3 li.product {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  perspective: 1500px;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {}

ul.products.columns-3 li.product:hover {
  transform: rotateY(5deg) translateZ(20px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  outline: 1px solid #006bb44a;
}

.product-card img {
  object-fit: contain !important;
  height: 180px !important;
}

span.woocommerce-Price-amount.amount {
  color: #39c;
  font-weight: 500;
}

.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
  color: #20221d;
  font-size: 14px;
}

body.woocommerce-page ul.products li.product .button {
  margin-right: 10px;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 1.1em;
  border: 1px solid #39c;
  border-radius: 0.25rem;
  margin-top: 6px;
}

small.woocommerce-price-suffix {
  font-size: 1.6rem;
}

.single_add_to_cart_button {
  font-size: 17px !important;
  padding: 15px 30px !important;
  background-color: #35a065;
  border-radius: 0.25rem !important;
  text-transform: none !important;
}

.single_add_to_cart_button:hover {
  background-color: #0b910b !important;
}

body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
  width: 100%;
  text-align: center;
}

@media screen and (width <=890px) {
  .bollaert-description2 {
    padding: 10px !important;
  }
}

.bollaert-description2 {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  margin-top: auto;
  margin-bottom: 32px;
  transition: max-height 0.5s ease-out;
  padding: 10px;
  position: relative;
  padding-bottom: 40px !important;
}

:where(.wp-block-columns) {
  margin-bottom: unset !important;
}

h6 {
  color: #20221d;
  font-weight: bold !important;
}

@media (min-width: 600px) {
  .bollaert-description2 figure {
    padding-top: 20px;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 2px solid #fff !important;
  border-radius: 0.5em !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20% !important;
}

button.read-more-button {
  width: 100%;
  color: white;
}

.bollaert-product-attributes tr:nth-child(2n) {
  background-color: #d3d3d326;
}

td.woocommerce-product-attributes-item__label {
  white-space: nowrap;
  font-weight: bolder;
}

.bollaert-description {
  border: 1px solid #39c;
  border-radius: 0.25rem;
  padding: 20px;
  padding-bottom: 0;
  margin-top: auto;
  margin-bottom: 32px;
}

.voordelen {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 0.25em;
}

.voordelen h2 {}

h2 {
  margin-top: 10px !important;
}

/* Totaal op productpagina vet maken */
.woosg_total.woosg-total.woosg-text {
  font-size: 16px;
  font-weight: bold;
}

.bollaert-product-attributes tr:nth-child(2n) {
  background-color: #d3d3d326;
}

.woosg-table.woosg-products {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: auto;
}

.contentArea .woosg-table.woosg-products {
  display: flex;
  flex-flow: row wrap;
  width: 90%;
  margin: auto;
}

.woosg-wrap .woosg-text,
.woosg-wrap .woosg-table {
  margin: auto !important;
}

.woosg-item-text.woosg-item-text-type-h5 {
  flex: 100%;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.woosg-item-product.woosg-product {
  width: 100%;
  gap: 2px;
}

.contentArea .woosg-item-product.woosg-product {
  gap: 2px;
}

.woosg-thumb {
  width: 100px !important;
  flex: 0 0 100px !important;
}

.woosg-item-text-type-h1>h1,
.woosg-item-text-type-h2>h2,
.woosg-item-text-type-h3>h3,
.woosg-item-text-type-h4>h4,
.woosg-item-text-type-h5>h5,
.woosg-item-text-type-h6>h6 {
  color: #20221d !important;
  font-size: 2rem;
}

.woosg-products .woosg-product {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  margin: 5px;
  border-radius: 0.25rem;
}

.woosg-title-inner {
  margin-bottom: 5px;
  font-weight: 600;
}

.woosg-price-ori {
  margin-top: 20px;
}

.woosg-item-text {
  border-bottom: none !important;
}

.woosg-table {
  padding: 5px !important;
  border-radius: 0.25rem !important;
}

/* BW-98 - WPC Radio Buttons styling */
.woosg-checkbox {
  width: 1.5em !important;
  height: 1.3em !important;
}

.productContainer.woosg-item-product.woosg-product:hover {
  border: 1px solid #39c !important;
}

.woosg-checkbox.productCheckbox {
  z-index: 1;
  position: relative;
}

.productContainer.woosg-item-product.woosg-product.checked {
  border: 1px solid #39c !important;
}

/* Styling variation forms */
.woosg-products .woosg-product form.variations_form .variations .reset {
  display: none !important;
}

div.variation>div.select>select option:first-child {
  display: none !important;
}

.woosg-products .woosg-product form.variations_form .variations {
  display: block !important;
}

.woosg-products .woosg-product form.variations_form .variations .variation .label {
  display: none !important;
}

.woosg-products .woosg-product form.variations_form .variations .variation {
  display: block !important;
}

.woosg-products .woosg-product form.variations_form .variations .variation .select select {
  background-color: #fbf8f800 !important;
  height: 34px;
}

.woosg-title {
  font-size: 95%;
}

.woosg-thumb-ori picture:nth-of-type(2) {
  display: none !important;
}

.woosg-products .woosg-product .woosg-thumb img {
  width: unset !important;
}

.productContainer:hover {
  cursor: pointer;
}

.productCheckbox:hover {
  cursor: pointer;
}

.wc-block-cart {
  margin: auto !important;
  width: 80%;
}

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

  th.xcp-rhead,
  td.xoo-cp-remove {
    display: unset !important;
  }

  form.woocommerce-ordering {
    width: 100% !important;
  }

  p.woocommerce-result-count {
    width: 100% !important;
  }
}

.textwidget .xoo-cp-sc-cont {
  cursor: pointer;
  display: block;
  margin-top: 15px;
  margin-bottom: -15px;
}

.textwidget .xoo-cp-icon-basket1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/media/icons/remove_shopping_cart_FILL0_wght400_GRAD0_opsz24_blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: unset !important;
  border-radius: 0.25em;
  border: none !important;
  box-shadow: none !important;
}

.textwidget .xoo-cp-sc-total {
  display: none;
}

.xoo-cp-sc-count {
  color: #ffffff;
  background-color: #159929;
  position: absolute;
  width: 28px;
  height: 28px;
  margin-top: 30px;
  margin-left: -14px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  border-radius: 35%;
  font-size: 16px;
  font-weight: bolder;
}

.textwidget .xoo-cp-sc-cont {
  color: transparent !important;
}

.xoo-cp-basket:hover {
  box-shadow: 1px 1px 1px black;
}

form.woocommerce-ordering {
  display: block;
  width: 30%;
  float: right;
}

p.woocommerce-result-count {
  display: block;
  float: left;
  width: 60%;
}

.info-box {
  border: 1px solid #ff9800;
  background-color: #fff3e0;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.info-icon {
  color: #2196f3;
  margin-right: 10px;
}

.product-card button.button.wp-element-button.product_type_woosg.add_to_cart_button {
  display: none;
}

#woosg-topbar {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

#woosg-bottombar {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.woosg-containertitleskuprice {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

form.variations_form {}

.wc-block-cart-item__wrap {
  padding-right: 10px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
  margin: auto;
}

/**
* @reden         CSS Styling voor Afrekenpagina
* @author        Jonas D'heygere
* @testedwith    WooCommerce
*/

#order_review>table>tfoot>tr.woocommerce-shipping-totals.shipping {
  display: none;
}

#payment_methods>#payment>div {
  display: none;
}

#order_review>#payment>ul {
  display: none !important;
}

.checkout-head {
  background-color: #39c;
  padding: 7px 5px 7px 10px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  line-height: 1.1;
  border-radius: 0.25rem;
}

.checkout-head>h3 {
  color: #fff;
  display: inline;
  font-size: 1.3em;
}

.checkout-head>i {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  margin-right: 12px;
  vertical-align: text-bottom;
  height: 24px;
}

input:focus {
  box-shadow: 0 0 3px 1px #00699d;
}

.checkout.woocommerce-checkout.xxx {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#customer_details {
  flex: 33%;
  margin-right: 20px;
}

#send_methods {
  flex: 33%;
  margin-right: 20px;
}

#payment_methods {
  flex: 29%;
}

#order_overview {
  width: 100% !important;
}

.payment-box {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  width: 90%;
  float: left;
  padding: 20px;
}

#ship-to-different-address-checkbox {
  margin-bottom: 0;
  height: 16px;
  width: 16px;
}

#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
  height: 16px;
  width: 16px;
}

#ship-to-different-address {
  border-top: 1px solid #dadad5;
  padding-top: 10px;
}

#payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  height: 16px;
  width: 16px;
}

#payment {
  background: #6161610d !important;
  border-radius: 0.25rem;
}

.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde6b !important;
  color: #515151 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  display: inline-block;
}

@media screen and (width <=1030px) {
  #customer_details {
    flex: 45%;
    margin-right: 20px;
  }

  #send_methods {
    flex: 45%;
    margin-right: 20px;
  }

  #payment_methods {
    flex: 100%;
  }
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  /* Adjust the z-index to be above the backdrop */
}

/* Popup backdrop styles */
.popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  display: none;
  z-index: 999;
  /* Ensure it's above other content */
}

.hidden {
  display: none;
}

#betaallimieten #showPopup {
  color: #39c;
  height: 50px;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
}

#betaallimieten #showPopup:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Info icon styles */
.info-icon {
  font-size: 1.1em;
  margin-right: 5px;
  color: white;
  padding: 1px 9px 1px 8px;
}

#closePopup a:hover {
  cursor: pointer;
}

/* Media query for screens smaller than 800px */
@media screen and (max-width: 800px) {
  #popup {
    width: 90%;
    /* Set the width to 90% for smaller screens */
    max-width: 90%;
    /* Ensure a maximum width of 90% */
    left: 5%;
    /* Center the popup horizontally */
    transform: translate(0, -50%);
    /* Remove horizontal translation */
  }
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-size: 17px !important;
  padding: 15px 30px !important;
  background-color: #0dac0d !important;
  border-radius: 0.25rem !important;
  text-transform: none !important;
  box-shadow: inset 0 -4px 0px 0px #090 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
  background-color: #0b910b !important;
  box-shadow: none !important;
  /* If you wish to remove the box-shadow, otherwise omit this line */
}

ul.genesis-skip-link {
  display: none;
}

body.woocommerce-page .woocommerce-message {
  font-size: 1.5em;
}

.woocommerce-page .woocommerce-message .button {
  border-radius: 0.25em;
}

.variation-wrapper-sku-price {
  width: 40%;
}

.variation-wrapper-sku-price {
  padding-left: 10px !important;
}

.page-id-6 #payment>ul>li.wc_payment_method.payment_method_bacs {}

.page-id-24 #payment>ul>li.wc_payment_method.payment_method_bacs {}

.page-id-5082 #payment>ul>li.wc_payment_method.payment_method_multisafepay_banktrans {
  display: none;
}

#payment-method>div.wc-block-components-checkout-step__container>div>div.wc-block-components-radio-control>div:nth-child(5) {}

/* checkout page */

.wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none !important;
}

.wc-block-cart-item__prices {
  display: none !important;
}

.wc-block-cart-item__quantity {
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  flex-direction: row-reverse !important;
}

td.wc-block-cart-item__total {
  border-left: none !important;
}

.wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 20% !important;
}

.wc-block-cart-items__row {
  display: flex !important;
  width: 100% !important;
}

.wc-block-cart-items__row .wc-block-cart-item__product {
  width: 70% !important;
}

wc-block-cart-items__row .wc-block-cart-item__total {
  width: 10% !important;
}

.wc-block-cart-items tbody {
  border: none;
}

.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
  margin: 0 0 0px !important;
}

span.wc-block-components-product-name {
  color: #39c;
  font-weight: 400;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  display: none !important;
}

th.wc-block-cart-items__header-total {
  display: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  margin: 0;
  width: auto !important;
  height: 80px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  height: 100px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 10px !important;
}

.wc-block-components-product-metadata {
  display: none;
}

button.wc-block-cart-item__remove-link {
  color: red !important;
  font-size: 1.1em !important;
  text-decoration: none !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none !important;
}

tr.wc-block-cart-items__row {
  margin-bottom: 5px;
  box-shadow: rgba(149, 157, 165, 0.1) -4px 1px 2px;
}

@media (min-width: 800px) {
  .wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    margin-left: auto;
  }
}

@media (max-width: 586px) {
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    height: unset;
  }
}

/* Checkout button */
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #0dac0d !important;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0px 0px #090 !important;
}

button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  box-shadow: none !important;
}

/*  CTA under purchase button */
.call-to-action {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
}

.call-to-action h6 {
  text-transform: uppercase;
  font-weight: 500 !important;
}

.breadcrumb {
  color: #a3a3a3 !important;
  font-size: 1.3rem;
}

.circle-header-count {
  min-width: 1.6em;
  min-height: 1.6em;
  color: #fff;
  background: #39c;
  margin-right: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.customWoosgItemTextTypeH5 {}

.customCircleHeaderCount {
  min-width: 1.6em;
  min-height: 1.6em;
  color: #fff;
  background: #39c;
  margin-right: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}


.customProductContainer {
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

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

.customCopySkuButton {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}

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

.customCheckmark {
  margin-left: 10px;
}

.customThumb {
  flex-shrink: 0;
}

.customTitle {
  display: flex;
  flex-direction: column;
}

.customContainerTitleSkuPrice {
  display: flex;
  justify-content: space-between;
}

.customTitleSkuPrice {
  display: flex;
  flex-direction: column;
}

.customName {
  font-size: 16px;
  font-weight: bold;
}

.customPrice {
  color: #39c;
  font-size: 14px;
}

.customBundleText {
  font-size: 14px;
}

.customDescription {
  margin-top: 10px;
}

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

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

.customQuantityMinus,
.customQuantityPlus {
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 5px;
  cursor: pointer;
}

.customAvailability {
  margin-top: 10px;
}

.variationWrapperSkuPrice {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

  /* Attributes table should take full width on mobile */
  .bollaert-product-attributes tr {
    display: flex;
    flex-wrap: wrap;
  }

  td.woocommerce-product-attributes-item__value {
    border: none;
    width: 100%;
  }

  td.woocommerce-product-attributes-item__label {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

td.woocommerce-product-attributes-item__label {
  font-weight: 500;
}

.entry-content ul:not(.wp-block-gallery) {
  margin-left: 20px !important;
}

/* Variation dropdown crossells BW-208 */

.cross-sell-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.cross-sell-label {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}

.cross-sell-dropdown {
  background: white;
  position: relative;
  border-radius: 3px;
  margin-bottom: 10px;
  z-index: 1;
  /* Ensure it has a base z-index */
}

.cross-sell-toggle {
  width: 100%;
  text-align: left;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.cross-sell-toggle.button {
  background-color: white !important;
  color: #333 !important;
  border-radius: 0.5rem !important;
  padding: 1.2rem 1.6rem !important;
  border: 1px solid #ddd !important;
}

button.cross-sell-toggle.button:hover {
  background-color: white !important;
  color: #333 !important;
  border-radius: 0.5rem !important;
  padding: 1.2rem 1.6rem !important;
  border: 2px solid #ddd !important;
}

.cross-sell-toggle .dashicons {
  font-size: 25px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #39c;
}

.cross-sell-list>.clearfixtwo {
  cursor: pointer;
  padding: 0px;
}

.cross-sell-items {
  display: none;
  /* Initially hidden */
  position: absolute;
  /* Position absolutely to the dropdown */
  background: white;
  border: 1px solid #ccc;
  max-height: 450px;
  overflow-y: auto;
  width: 100%;
  z-index: 9999;
  /* Ensure it has a high z-index when shown */
}

.cross-sell-items li {
  padding: 0px;
  border-bottom: 1px solid #ccc;
}

.cross-sell-items img {
  float: left;
  margin-right: 12px;
}

.cross-sell-items .item-name {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cross-sell-items .item-description {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.cross-sell-items .item-price {
  color: #39c;
  font-weight: bold;
}

.clearfixtwo:after {
  content: "";
  display: table;
  clear: both;
}

ul#cross-sell-list {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}

.cross-sell-data-text {
  width: 80%;
}

.cross-sell-data>a {
  display: flex;
  gap: 20px;
  padding: 10px;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.cross-sell-data {
  padding: 0px;
}

.cross-sell-data-img {
  max-width: 70px;
}

span.item-name {
  color: #111;
  font-weight: 500;
}

.cross-sell-data-stock-price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 10px;
}

hr.cross-sell-hr {
  background-color: #eeeeee;
}

.clearfixtwo:before {
  display: none
}

/* Afrekenpagina icoontjes betaalmethodes */
/* Add these styles to your theme's CSS file or in the customizer */
.wc-block-checkout__payment-method .wc-block-components-radio-control__label::before {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  content: "";
  width: 74px;
  height: 64px;
  margin-bottom: -10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wc-block-components-radio-control__label.bancontact::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/bancontact.svg');
}

.wc-block-components-radio-control__label.ideal::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/ideal.svg');
}

.wc-block-components-radio-control__label.maestro::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/maestro.svg');
}

.wc-block-components-radio-control__label.mastercard::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/mastercard.svg');
}

.wc-block-components-radio-control__label.visa::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/visa.svg');
}

.wc-block-components-radio-control__label.banktrans::before {
  background-image: url('https://github.com/MultiSafepay/MultiSafepay-icons/raw/master/methods/banktransfer-en.svg');
}

.wc-block-components-radio-control__label.bacs::before {
  background-image: url('https://www.tankkopen.be/wp-content/uploads/2024/09/overschrijving_original.jpg');
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  color: #fff !important;
  background: #39c !important;
  border-radius: 50% !important;
  min-width: 1.6em;
  min-height: 1.6em;
  margin-right: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;

}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
  position: sticky;
  bottom: 0;
  margin-left: -5px;
  background-color: white;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 5px;
}

/* BI-6879 - Afrekenpagina duidelijker maken voor overschrijving  */
section.woocommerce-bacs-bank-details {
  display: none;
}

/* Scoped styling for the WooCommerce Thank You page */
.thankyou-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .thankyou-page {
    max-width: 1024px;
  }
}

.thankyou-page .woocommerce-order {
  background-color: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom:80px;
}

.thankyou-page h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #1f2937;
  /* Tailwind's gray-800 */
  margin-bottom: 1rem;
}

.thankyou-page p {
  font-size: 2rem;
  color: #4b5563;
  /* Tailwind's gray-700 */
  margin-bottom: 1rem;
}

.thankyou-page strong {
  font-weight: 700;
  color: #374151;
  /* Tailwind's gray-800 */
}

.thankyou-page .text-gray-600 {
  color: #4b5563;
  /* Tailwind's gray-600 */
}

.thankyou-page .text-gray-800 {
  color: #1f2937;
  /* Tailwind's gray-800 */
}

.thankyou-page ol,
.thankyou-page ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.thankyou-page .list-decimal {
  list-style-type: decimal;
}

.thankyou-page .list-disc {
  list-style-type: disc;
}

.thankyou-page li {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.thankyou-page .bacs_img {
  margin-top: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px !important;
}

.thankyou-page .woocommerce-order-overview {
  background-color: #f3f4f6;
  /* Tailwind's gray-100 */
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.thankyou-page .woocommerce-order-overview__order,
.thankyou-page .woocommerce-order-overview__date,
.thankyou-page .woocommerce-order-overview__email,
.thankyou-page .woocommerce-order-overview__total,
.thankyou-page .woocommerce-order-overview__payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  /* Tailwind's gray-200 */
}

.thankyou-page .woocommerce-order-overview__order:last-child,
.thankyou-page .woocommerce-order-overview__date:last-child,
.thankyou-page .woocommerce-order-overview__email:last-child,
.thankyou-page .woocommerce-order-overview__total:last-child,
.thankyou-page .woocommerce-order-overview__payment-method:last-child {
  border-bottom: none;
}

.thankyou-page .button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.thankyou-page .button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.thankyou-page .bg-blue-600 {
  background-color: #2563eb;
  color: white;
}

.thankyou-page .bg-blue-600:hover {
  background-color: #1d4ed8;
}

.thankyou-page .bg-gray-600 {
  background-color: #4b5563;
  color: white;
}

.thankyou-page .bg-gray-600:hover {
  background-color: #374151;
}

.payment-instructions {
  margin-bottom: 50px;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  display: none;
}

/* Styling for the comment form */
/* Comment form container */
/* Comment form container */
.comment-respond {
  background-color: #f9fafb; /* Tailwind's bg-gray-50 */
  padding: 1.5rem; /* Tailwind's p-6 */
  border: 1px solid #d1d5db; /* Tailwind's border-gray-300 */
  border-radius: 6px; /* Consistent border radius */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Tailwind's shadow-sm */
  margin-bottom: 1.5rem; /* Tailwind's mb-6 */
}

/* Comment form headings */
.comment-respond h3 {
  font-size: 1.25rem; /* Tailwind's text-xl */
  font-weight: 600; /* Tailwind's font-semibold */
  margin-bottom: 1rem; /* Tailwind's mb-4 */
}

/* Comment form fields */
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  width: 100%; /* Full width */
  padding: 0.75rem; /* Tailwind's p-3 */
  background-color: white; /* White background */
  border: 1px solid #d1d5db; /* Tailwind's border-gray-300 */
  border-radius: 6px; /* Consistent border radius */
  margin-top: 0.25rem; /* Tailwind's mt-1 */
  outline: none; /* Remove outline */
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth transitions */
}

/* Focus state for form fields */
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond textarea:focus {
  border-color: #3399cc; /* Custom button color */
  box-shadow: 0 0 0 2px rgba(51, 153, 204, 0.5); /* Light blue outline */
}

/* Post button */
.comment-respond button[type="submit"] {
  background-color: #3399cc; /* Custom button color */
  color: white; /* White text */
  font-weight: 600; /* Tailwind's font-semibold */
  padding: 0.5rem 1rem; /* Tailwind's py-2 px-4 */
  border-radius: 6px; /* Consistent border radius */
  transition: background-color 0.2s ease-in-out; /* Smooth hover effect */
  cursor: pointer;
  border: none; /* Remove default border */
}

/* Hover effect for post button */
.comment-respond button[type="submit"]:hover {
  background-color: #267da3; /* Darker shade of #3399cc */
}

/* Comment list container */
.comment-list {
  margin-top: 1.5rem; /* Tailwind's mt-6 */
}

/* Individual comment */
.comment {
  background-color: #fff; /* Tailwind's bg-white */
  padding: 1.5rem; /* Tailwind's p-6 */
  border: 1px solid #e5e7eb; /* Tailwind's border-gray-200 */
  border-radius: 6px; /* Consistent border radius */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Tailwind's shadow-sm */
  margin-bottom: 1.5rem; /* Tailwind's mb-6 */
}

/* Comment author and date */
.comment .flex {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; /* Tailwind's mb-2 */
}

/* Author name */
.comment .font-semibold {
  font-weight: 600; /* Tailwind's font-semibold */
  color: #374151; /* Tailwind's text-gray-800 */
}

/* Comment date */
.comment .ml-auto {
  margin-left: auto; /* Tailwind's ml-auto */
  font-size: 0.875rem; /* Tailwind's text-sm */
  color: #6b7280; /* Tailwind's text-gray-500 */
}

/* Comment body */
.comment-body {
  color: #374151; /* Tailwind's text-gray-700 */
}

/* Reply button */
.comment-reply-link {
  background-color: #3399cc; /* Custom button color */
  color: white; /* White text */
  font-weight: 600; /* Tailwind's font-semibold */
  padding: 0.375rem 0.75rem; /* Tailwind's py-1.5 px-3 */
  border-radius: 6px; /* Consistent border radius */
  transition: background-color 0.2s ease-in-out; /* Smooth hover effect */
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem; /* Add space above reply button */
  text-decoration: none; /* Remove underline */
  border: none; /* Remove default border */
}

/* Hover effect for reply button */
.comment-reply-link:hover {
  background-color: #267da3; /* Darker shade of #3399cc */
}

/* Divider between comment section and content */
.comment-divider {
  margin-top: 2rem; /* Tailwind's mt-8 */
  border-top: 1px solid #e5e7eb; /* Tailwind's border-gray-200 */
  padding-top: 1.5rem; /* Tailwind's pt-6 */
}

.form-submit input#submit {
  border-radius: 4px;
}

.comment-reply a.comment-reply-link {
  background-color: transparent;
  color: #39c;

}

.comment-reply a.comment-reply-link:hover {
  background-color: transparent;
  color: #39c;
 text-decoration:underline;

}

.single .entry-footer {border-top:1px;padding:unset;}

h3#reply-title {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

p.comment-form-cookies-consent {
  display: none;
}

p.comment-form-url {
  display: none;
}