@charset "UTF-8";

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: .25em;
  border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0%;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: .5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-right: .5em;
  margin-bottom: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports (position:sticky) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  color: #fff;
  text-align: center;
  font-size: .8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - .75em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - .8em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - .83333em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - .85714em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - .875em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table
}

.wp-block-image.aligncenter>figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image.alignright>figcaption,
.wp-block-image .alignright>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

ol.wp-block-latest-comments {
  margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: .6em;
  height: .6em;
  margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: .075em
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: .5em;
    background: transparent
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  position: relative;
  display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.wp-block-navigation__responsive-close {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5em
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  margin-bottom: .7em;
  font-size: .7em
}

.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0%
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block
}

.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  position: absolute;
  inset: 0;
  background-color: #000
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  white-space: pre-wrap
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: none
}

.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-right: .5em;
  margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: .625em;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block
}

.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-social-links {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: .5em;
  margin-right: .5em;
  font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform .1s ease;
  height: auto
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
  justify-content: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th,
.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color]>*,
.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th,
.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color]>*,
.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
  border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
  border-width: inherit;
  border-style: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

figure {
  margin: 0 0 1em
}

.components-custom-select-control {
  position: relative
}

.components-custom-select-control__label {
  display: block;
  margin-bottom: 8px
}

.components-custom-select-control__button {
  border: 1px solid #757575;
  border-radius: 2px;
  min-height: 30px;
  min-width: 130px;
  position: relative;
  text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
  padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.components-custom-select-control__menu {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  max-height: 400px;
  min-width: 100%;
  outline: none;
  overflow: auto;
  padding: 0;
  position: absolute;
  transition: none;
  z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
  display: none
}

.components-custom-select-control__item {
  align-items: center;
  cursor: default;
  display: flex;
  line-height: 28px;
  list-style-type: none;
  padding: 8px
}

.components-custom-select-control__item.is-highlighted {
  background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
  margin-left: auto;
  margin-right: 0
}

.components-custom-select-control__item:last-child {
  margin-bottom: 0
}

.components-snackbar {
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 16px 24px;
  pointer-events: auto;
  width: 100%
}

@media(min-width:600px) {
  .components-snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

.components-snackbar:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
  margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
  left: 28px;
  position: absolute;
  top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 32px
}

.components-snackbar__action.components-button {
  color: #fff;
  flex-shrink: 0;
  height: auto;
  line-height: 1.4;
  margin-left: 32px;
  padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
  background-color: transparent;
  text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
  box-shadow: none;
  color: #fff;
  outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  line-height: 1.4
}

.components-snackbar-list {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000
}

.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative
}

.components-combobox-control {
  width: 100%
}

input.components-combobox-control__input[type=text] {
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%
}

@media(min-width:600px) {
  input.components-combobox-control__input[type=text] {
    font-size: 13px
  }
}

input.components-combobox-control__input[type=text]:focus {
  box-shadow: none;
  outline: none
}

.components-combobox-control__suggestions-container {
  align-items: flex-start;
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 4px;
  transition: box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-combobox-control__suggestions-container {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal
  }
}

.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
  display: flex;
  height: 24px;
  min-width: 24px;
  padding: 0
}

.components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 2px 4px;
  transition: box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-form-token-field__input-container {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal
  }
}

.components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd
}

.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%
}

@media(min-width:600px) {
  .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px
  }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto
}

.components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px
}

.components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal
}

.components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575
}

.components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
  border-radius: 4px 0 0 4px;
  color: #cc1818;
  padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
  cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

  .components-form-token-field__remove-token.components-button,
  .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-token-field__token-text {
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
  border-radius: 0 2px 2px 0;
  color: #1e1e1e;
  cursor: pointer;
  line-height: 10px;
  overflow: initial;
  padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e
}

.components-form-token-field__suggestions-list {
  border-top: 1px solid #757575;
  flex: 1 0 100%;
  list-style: none;
  margin: 4px -4px -4px;
  max-height: 9em;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.components-form-token-field__suggestion-match {
  text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
  display: block;
  position: relative;
  text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
  border: 0;
  box-shadow: none;
  outline: 0;
  text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  padding: 0
}

.wc-block-grid__product-price {
  display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
  white-space: normal;
  word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: .5em 1em;
  text-align: center;
  white-space: normal;
  word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
  opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: .5em;
  width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: .5em;
  width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
  content: "";
  margin: 0
}

.wc-block-grid__product-rating {
  display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .25em .75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
  display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
  color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
  color: #cd2653;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
  text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
  font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
  position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
  position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
  font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: .75em;
  padding: .5em
}

@media only screen and (min-width:768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .5em
  }
}

@media only screen and (min-width:1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .5em
  }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
  display: block;
  margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
  flex-basis: 100%;
  margin: 0
}

.wc-block-components-product-add-to-cart-attribute-picker label {
  display: block;
  font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
  position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
  margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
  min-height: 1.75em;
  min-width: 60%
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
  margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
  border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
  outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin: 0
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
  margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
  display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
  fill: currentColor;
  height: 1.5em;
  margin: -.25em 0 -.25em .5em;
  vertical-align: top;
  width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
  color: #43454b;
  flex-basis: 5em;
  margin: 0 1em .75em 0;
  padding: .618em;
  text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
  .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
  .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
  .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
  justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
  margin: 0
}

.wp-block-button.wc-block-components-product-button {
  white-space: normal;
  word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  border-style: none;
  display: inline-flex;
  font-family: inherit;
  font-weight: inherit;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
  visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 12px
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    -webkit-animation: none;
    animation: none
  }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
  background-color: var(--button--color-background);
  border-color: var(--button--color-background);
  color: var(--button--color-text)
}

.wc-block-components-product-category-list {
  margin-bottom: .75em;
  margin-top: 0
}

.wc-block-components-product-category-list ul {
  display: inline;
  margin: 0;
  padding: 0
}

.wc-block-components-product-category-list ul li {
  display: inline;
  list-style: none
}

.wc-block-components-product-category-list ul li:after {
  content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
  content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
  display: block;
  position: relative;
  text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  outline: 0;
  text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
  border-radius: inherit;
  vertical-align: middle;
  width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
.wc-block-components-product-image img[hidden] {
  display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],
.wc-block-components-product-image img[alt=""] {
  border: 1px solid #f2f2f2
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
  left: 4px;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
  left: 50%;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px;
  transform: translateX(-50%)
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  left: auto;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 4px
}

.is-loading .wc-block-components-product-image {
  background-color: currentColor !important;
  border: 0 !important;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: auto;
  z-index: 1
}

.is-loading .wc-block-components-product-image>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-image {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-product-image {
  margin: 0 0 12px
}

.wc-block-components-product-price {
  display: block
}

.wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-rating {
  display: block
}

.wc-block-components-product-rating__stars {
  display: inline-block;
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 5.3em
}

.wc-block-components-product-rating__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating__link {
  display: inline-block;
  font-size: .875em;
  text-align: inherit;
  width: 100%
}

.wc-block-all-products .wc-block-components-product-rating {
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-single-product .wc-block-components-product-rating__stars {
  margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
  visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-all-products .is-loading .wc-block-components-product-rating,
  .wp-block-query .is-loading .wc-block-components-product-rating {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  margin: 0 auto 12px;
  padding: .25em .75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9
}

.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit
}

.wc-block-components-product-sku {
  display: block;
  font-size: .875em;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
  display: block;
  font-size: .875em;
  margin-bottom: .75em;
  margin-top: 0
}

.wc-block-components-product-summary {
  margin-bottom: 12px;
  margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  height: 6em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-summary:before {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-product-tag-list {
  margin-bottom: .75em;
  margin-top: 0
}

.wc-block-components-product-tag-list ul {
  display: inline;
  margin: 0;
  padding: 0
}

.wc-block-components-product-tag-list ul li {
  display: inline;
  list-style: none
}

.wc-block-components-product-tag-list ul li:after {
  content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
  content: ""
}

.wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0
}

.wc-block-components-product-title a {
  color: inherit;
  font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-title:before {
    -webkit-animation: none;
    animation: none
  }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
  width: 10em
}

.wc-block-components-product-title--align-left {
  text-align: left
}

.wc-block-components-product-title--align-center {
  text-align: center
}

.wc-block-components-product-title--align-right {
  text-align: right
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
  padding: 40px 0;
  text-align: center
}

.wc-block-components-error__header {
  color: #646970;
  font-size: 2em;
  margin: 0
}

.wc-block-components-error__image {
  margin: 0 0 24px;
  width: 25%
}

.wc-block-components-error__text {
  color: #8c8f94;
  font-size: 1.25em;
  margin: 1em 0 0;
  max-width: 60ch
}

.wc-block-components-error__message {
  color: #8c8f94;
  font-style: italic;
  margin: 1em auto 0;
  max-width: 60ch
}

.wc-block-error__button {
  margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 3em;
  position: relative;
  text-align: center;
  transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
  visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  padding: 0 1em;
  text-decoration: inherit;
  text-decoration: none;
  text-transform: inherit;
  text-transform: none
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:active,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:disabled,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:focus,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
  background-color: #1e1e1e;
  color: #fff
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
  opacity: .9
}

.wc-block-components-form {
  counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 0 24px;
  position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
  padding-left: 0
}

.wc-block-components-checkout-step--disabled {
  opacity: .6
}

.wc-block-components-checkout-step__container {
  position: relative
}

.wc-block-components-checkout-step__content>* {
  margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0;
  padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  margin: .75em 0 1em;
  position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
  margin-top: 0
}

.wc-block-components-checkout-step__title {
  margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
  font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
  color: inherit;
  font-weight: 700
}

.wc-block-components-checkout-step__description {
  font-size: .875em;
  line-height: 1.25;
  margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  background: transparent;
  border: 0;
  border-radius: 0;
  content: " "counter(checkout-step) ".";
  content: " "counter(checkout-step) "."/"";
  counter-increment: checkout-step;
  left: -24px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  vertical-align: baseline;
  white-space: nowrap;
  width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
  border-left: 1px solid;
  content: "";
  height: 100%;
  left: -24px;
  opacity: .3;
  position: absolute;
  top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  content: counter(checkout-step) ". ";
  content: counter(checkout-step) ". "/"";
  left: auto;
  position: static;
  top: auto;
  transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
  content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
  margin-bottom: 0
}

.wc-block-components-order-summary__content {
  display: table;
  width: 100%
}

.wc-block-components-order-summary-item {
  display: flex;
  font-size: .875em;
  padding-bottom: 1px;
  padding-top: 16px;
  position: relative;
  width: 100%
}

.wc-block-components-order-summary-item:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-order-summary-item:first-child {
  padding-top: 0
}

.wc-block-components-order-summary-item:last-child>div {
  padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
  display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
  font-size: 1em
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
  display: table-cell;
  vertical-align: top
}

.wc-block-components-order-summary-item__image {
  padding-bottom: 16px;
  position: relative;
  width: 48px
}

.wc-block-components-order-summary-item__image>img {
  max-width: 48px;
  width: 48px
}

.wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid;
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1
}

.wc-block-components-order-summary-item__description {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 12px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
  line-height: 1.375;
  margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  margin-left: auto;
  text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
  display: block
}

.wc-block-components-payment-method-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
  display: inline-block;
  height: 24px;
  margin: 0 4px 2px;
  max-height: 24px;
  max-width: 38px;
  padding: 0;
  width: auto
}

.wc-block-components-payment-method-icons--align-left {
  justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
  margin-left: 0;
  margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
  justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
  margin-left: 8px;
  margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
  margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
  height: 16px
}

.wc-block-components-payment-method-label--with-icon {
  display: inline-block;
  vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
  margin: -2px 4px 0 0;
  vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
  display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
  font-size: .75em;
  line-height: 1;
  list-style: none outside;
  margin: 24px 0;
  text-align: center
}

.wc-block-components-checkout-policies__item {
  display: inline-block;
  list-style: none outside;
  margin: 0;
  padding: 0 .25em
}

.wc-block-components-checkout-policies__item:not(:first-child) {
  border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item>a {
  color: inherit;
  padding: 0 .25em
}

.wc-block-components-product-badge {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: .75em;
  font-weight: 600;
  padding: 0 .66em;
  text-transform: uppercase;
  white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
  list-style: none;
  margin: .5em 0;
  padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 0
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
  font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
  border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
  font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
  box-shadow: none;
  color: inherit;
  padding-left: calc(24px + .25em);
  position: relative;
  text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
  transform: translateY(-50%) scale(-1)
}

.wc-block-components-shipping-calculator-address {
  margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
  margin-top: 1.5em;
  width: 100%
}

.wc-block-components-shipping-calculator {
  padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
  margin: 0;
  position: relative
}

.wc-block-components-shipping-rates-control__package:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
  margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: .75em;
  padding-top: .75em
}

.wc-block-components-shipping-rates-control__package:last-child {
  position: relative
}

.wc-block-components-shipping-rates-control__package:last-child:after {
  border-style: solid;
  border-width: 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
  padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
  padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
  margin-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
  padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
  font-size: .875em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
  color: #757575;
  font-size: .75em
}

.wc-block-components-shipping-rates-control__package-items {
  display: block;
  font-size: .875em;
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
  display: inline-block;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  word-break: break-word;
  -ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
  content: ", ";
  white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
  display: flex;
  margin-bottom: 0;
  width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  flex-shrink: 0;
  height: 3em;
  margin-left: 8px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
  margin: 0
}

.wc-block-components-totals-coupon__content {
  flex-direction: column;
  position: relative
}

.wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  display: block;
  margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
  flex-basis: 100%;
  text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
  margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent;
  opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
  list-style: none outside;
  margin: 0;
  padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
  visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
  .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-chip {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  margin: 0 .365em .365em 0;
  max-width: 100%;
  padding: .25em .5em;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
  background: transparent;
  border: 1px solid;
  color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
  border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
  border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 2em;
  padding-left: .75em;
  padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
  font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
  background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
  background: transparent
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
  background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
  fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
  fill: #fff;
  cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  height: 3em;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  opacity: 1;
  outline: inherit;
  padding: 1.5em 16px .25em;
  text-align: left;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  text-transform: none;
  white-space: nowrap;
  width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
  color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #50575e;
  border-top: 0;
  color: #2b2d2f;
  margin: 3em 0 0;
  max-height: 300px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  background-color: #1e1e1e;
  color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  color: #757575;
  cursor: default;
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
  background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
  background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: #00669e;
  color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: inherit;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  transform: translateY(.75em);
  transform-origin: top left;
  transition: all .2s ease;
  white-space: nowrap;
  z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    transition: none
  }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
  transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
  color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
  border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
  margin-top: 1.5em
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-480px)
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-480px)
  }
}

@media only screen and (max-width:480px) {
  @-webkit-keyframes slidein {
    0% {
      transform: translateX(0)
    }

    to {
      transform: translateX(-100vw)
    }
  }

  @keyframes slidein {
    0% {
      transform: translateX(0)
    }

    to {
      transform: translateX(-100vw)
    }
  }
}

.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, .35);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s;
  z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fadein;
  animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
  opacity: 0;
  pointer-events: none
}

.wc-block-components-drawer {
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-480px);
  width: 480px
}

.wc-block-components-drawer:after {
  border-style: solid;
  border-width: 0 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:480px) {
  .wc-block-components-drawer {
    transform: translateX(-100vw);
    width: 100vw
  }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
  transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: slidein;
  animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
  transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-components-drawer,
  .wc-block-components-drawer__screen-overlay {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    transition: none !important
  }
}

.wc-block-components-drawer .components-modal__content {
  padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
  position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: -1em;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: baseline
}

.wc-block-components-drawer .components-modal__header .components-button>span {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

.wc-filter-element-label-list-count:before {
  content: " ("
}

.wc-filter-element-label-list-count:after {
  content: ")"
}

.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 1.625em;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 12px;
  max-width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  min-width: 80px;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-filter-title-placeholder>* {
  visibility: hidden
}

.wc-block-filter-title-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-filter-title-placeholder {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
  height: 1em;
  margin: 0
}

.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .875em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
  background: transparent
}

.wc-block-components-filter-reset-button:hover {
  color: inherit;
  text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed
}

.wc-block-components-filter-submit-button {
  border: none;
  display: block;
  margin-left: auto;
  white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  line-height: normal;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
  visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
  opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: z-index(".components-popover") !important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
  margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
  border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
  border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
  border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
  margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
  bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
  bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
  margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
  top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
  top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
  margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
  right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
  right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
  margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
  left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
  left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
  bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
  top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
  align-items: center;
  display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
  margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
  margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
  margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
  margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1);
  height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  border: 1px solid #1e1e1e;
  box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  height: auto;
  overflow-y: auto;
  position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  border: none;
  border-top: 1px solid #1e1e1e;
  height: calc(100% - 48px);
  min-width: auto;
  overflow-y: visible;
  position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  left: 50%;
  transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  left: 100%;
  position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  position: absolute;
  right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
  margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
  z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
  z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
  min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
  background: #1e1e1e;
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
  padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
  display: inline-block;
  margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
  position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
  border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
  border-color: inherit;
  box-sizing: border-box;
  margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
  min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
  background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
  border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #949494;
  border-top: 0 solid #949494;
  left: -1px;
  margin: 1px 0 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
  display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
  padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
  background: #f0f0f0;
  color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
  margin-right: 0;
  position: relative;
  width: 100%;
  z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
  background: transparent
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
  padding-left: 4px;
  width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
  position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
  border: 1px solid #949494;
  margin: 0 2px 4px;
  padding: 0 5px;
  position: static
}

.wc-block-components-formatted-money-amount {
  white-space: nowrap
}

.wc-block-components-load-more {
  text-align: center;
  width: 100%
}

.wc-block-components-loading-mask {
  min-height: 34px;
  pointer-events: none;
  position: relative
}

.wc-block-components-loading-mask .components-spinner {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
  opacity: .25
}

.wc-block-components-pagination {
  margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
  color: #333;
  display: inline-block;
  font-size: 1em;
  font-weight: 400
}

.wc-block-components-pagination__page {
  border-color: transparent;
  min-width: 2.2em;
  padding: .3em .6em
}

@media(max-width:782px) {
  .wc-block-components-pagination__page {
    min-width: 1.6em;
    padding: .1em .2em
  }
}

.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent
}

.wc-block-components-pagination__ellipsis {
  padding: .3em
}

@media(max-width:782px) {
  .wc-block-components-pagination__ellipsis {
    padding: .1em
  }
}

.wc-block-components-pagination__page--active[disabled] {
  color: #333;
  font-weight: 700;
  opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
  background-color: inherit;
  color: #333;
  opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
  display: inline-block;
  transform: scaleX(-1)
}

.wc-block-components-price-slider {
  margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
  visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
  display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
  -webkit-animation: none;
  animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  border-radius: 4px;
  clear: both;
  flex-grow: 1;
  height: 4px;
  margin: 15px 0;
  outline: none;
  padding: 0 !important;
  position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: .5625em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
  visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-price-slider__range-input-wrapper.is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: currentColor;
  background: var(--track-background);
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.wc-block-components-price-slider__controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border-radius: 4px;
  border-width: 1px;
  font-size: .875em;
  margin: 0;
  max-width: 80px;
  min-width: 0;
  padding: 8px;
  width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0 !important;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
  visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-price-slider__range-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: .875em
}

.wc-block-components-price-slider__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: .875em;
  margin-left: 0;
  margin-top: 0
}

.wc-block-components-price-slider__range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  outline: none;
  outline: none !important;
  padding: 0 !important;
  pointer-events: none;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: -5px 0 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  background-position-x: left;
  margin-left: -2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: #af7dd1;
  background: var(--track-background)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px
  }

  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%
  }

  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto
  }

  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent
  }

  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent
  }

  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none
  }

  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px)
  }

  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
  }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),
screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

@supports(-ms-ime-align:auto) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px
  }

  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%
  }

  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto
  }

  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent
  }

  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent
  }

  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none
  }

  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px)
  }

  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
  }

  .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
  }

  @media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
      -webkit-animation: none;
      animation: none
    }
  }

  .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
  background: transparent;
  border: 3px solid;
  box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
  --range-color: currentColor;
  margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
  background: transparent;
  margin: -3px;
  width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
  filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
  filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
  filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
  margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
  border-color: transparent !important
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    border: 0;
    height: auto;
    height: 50px;
    position: relative
  }

  .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    display: none
  }

  .theme-twentytwentyone .wc-block-price-filter__range-input {
    height: 100%;
    margin: 0;
    width: 100%
  }
}

.wc-block-components-product-sort-select {
  margin-bottom: 24px;
  text-align: left
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.wc-block-grid {
  text-align: center
}

.wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  font-weight: 700;
  margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
  padding: 0
}

.wc-block-grid__product {
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  box-sizing: border-box;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto
}

.wc-block-grid__product.wc-block-grid__product {
  box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: flex;
  flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
  margin-bottom: 0;
  margin-top: auto;
  padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
  flex: 1 0 100%;
  max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 25%;
  max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
  flex: 1 0 20%;
  max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: 1 0 16.6666666667%;
  max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
  flex: 1 0 14.2857142857%;
  max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  flex: 1 0 12.5%;
  max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
  font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
  font-size: .92em
}

@media(max-width:480px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-5-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-6-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-7-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-8-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0
  }
}

@media(min-width:481px)and (max-width:600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
  display: block;
  text-align: left
}

.wc-block-components-product-price--align-center {
  display: block;
  text-align: center
}

.wc-block-components-product-price--align-right {
  display: block;
  text-align: right
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5em;
  z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
  visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-components-quantity-selector {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 .25em;
  position: relative;
  width: 107px
}

.wc-block-components-quantity-selector:after {
  border: 1px solid;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: .4em 0;
  text-align: center;
  vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
  opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: .9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: .6;
  padding: 0;
  text-align: center;
  text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
  box-shadow: none;
  cursor: default;
  opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
  border-radius: 4px 0 0 4px;
  order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
  border-radius: 0 4px 4px 0;
  order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background: none transparent
}

.wc-block-components-radio-control__option {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 1em 0;
  padding: 0 0 0 2.25em;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-radio-control__option:first-child {
  margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
  margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
  display: table;
  width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
  display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
  display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
  display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
  min-width: 50%;
  text-align: right
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
  line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
  font-size: .875em;
  line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #50575e;
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  left: 0;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: .75em;
  left: 50%;
  margin: 0;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
  display: none
}

.is-loading .wc-block-components-review-list-item__text {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 60%;
  z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: none;
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__text:before {
  content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: none;
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
  content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: none;
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
  content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
  display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 120px;
  z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: none;
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
  content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
  list-style: none;
  margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
  -ms-grid-columns: calc(3em + 16px) 1fr;
  grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  -ms-grid-column: 2;
  grid-column: 2
}

.wc-block-components-review-list-item__image {
  -ms-grid-row-span: 2;
  align-items: center;
  display: flex;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1/3;
  height: 3em;
  justify-content: center;
  position: relative;
  width: 3em
}

.wc-block-components-review-list-item__image>img {
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.wc-block-components-review-list-item__verified {
  bottom: -7px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: -7px;
  text-indent: 21px;
  width: 21px
}

.wc-block-components-review-list-item__verified:before {
  background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
  content: "";
  display: block;
  height: 21px;
  width: 21px
}

.wc-block-components-review-list-item__meta {
  align-items: center;
  display: flex;
  flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
  content: "";
  flex-basis: 100%;
  order: 3
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
  display: block;
  font-weight: 700;
  margin-right: 8px;
  order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
  font-weight: 400;
  order: 4
}

.wc-block-components-review-list-item__published-date {
  order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
  padding-left: 8px;
  position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
  border-right: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: -8px;
  opacity: .5;
  position: absolute;
  top: calc(50% + .1em);
  transform: translateY(-50%);
  vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
  display: none
}

.wc-block-components-review-list-item__rating {
  order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
  display: block;
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
  content: "SSSSS";
  float: left;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
  color: #e6a237;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__text p {
  font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0
}

.wc-block-components-review-sort-select {
  text-align: right
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
  display: block
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 3.7735849057%;
  width: 65%
}

.wc-block-components-sidebar {
  box-sizing: border-box;
  margin: 0;
  padding-left: 2.2641509434%;
  width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
  border: 0;
  border-radius: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
  flex-direction: column;
  margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0;
  width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon-link,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
  padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
  font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.wc-block-components-sort-select {
  margin-bottom: 12px
}

.wc-block-components-sort-select__label {
  display: inline-block;
  font-weight: 400;
  margin-right: 12px
}

.wc-block-components-sort-select__select {
  font-size: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%
}

.wc-block-components-spinner:after {
  -webkit-animation: spinner__animation 1s linear infinite;
  animation: spinner__animation 1s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: .2em solid;
  border-left: .2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -.5em 0 0 -.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(.5);
  transform-origin: 50% 50%;
  width: 1em
}

.wc-block-components-state-input {
  margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 -1px currentColor;
  color: inherit;
  flex: auto;
  outline-offset: -1px;
  padding: 12px 16px;
  text-align: center;
  transition: box-shadow .1s linear
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
  box-shadow: inset 0 -3px currentColor;
  font-weight: 600;
  position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
  outline: 1px dotted currentColor;
  outline-offset: -1px
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
  background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
  height: 1.2em;
  margin: .2em 0 -.2em;
  vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
  margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
  height: 1.2em;
  vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
  padding: 16px 0;
  text-transform: none
}

.wc-block-components-textarea {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.375;
  margin: 0;
  padding: .75em 16px;
  width: 100%
}

.has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
  color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px
}

.wc-block-components-express-payment {
  margin: auto;
  position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
  grid-gap: 10px;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
  margin: 0;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
  height: 48px;
  width: 100%
}

@media(max-width:782px) {
  .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.wc-block-components-express-payment--checkout {
  margin-top: 15px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
  display: flex;
  flex-direction: row;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
  border-left: 1px solid;
  border-radius: 5px 0 0 0;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 4px;
  margin-right: 12px;
  opacity: .3;
  pointer-events: none;
  width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
  border-radius: 0 5px 0 0;
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  flex-grow: 1;
  height: 4px;
  margin-left: 12px;
  opacity: .3;
  pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
  flex-grow: 0;
  transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
  padding: 19px 24px 24px;
  position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 0 1px 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
  margin-bottom: 1em
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
  padding-bottom: 16px;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
  padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
  align-items: center;
  display: flex;
  margin: 24px 0;
  padding: 0 24px;
  text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
  margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
  margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
  border-bottom: 1px solid;
  content: " ";
  flex: 1;
  opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
  margin: 16px 0;
  text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
  display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
  padding-left: 12px;
  padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
  margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
  pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
  display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
  background-color: #1e1e1e;
  color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
  display: block;
  margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
  margin-bottom: 16px
}

.wc-block-card-elements {
  display: flex;
  width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
  position: static
}

.wc-block-gateway-container {
  margin-bottom: 1.5em;
  position: relative;
  white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
  flex-basis: 15em;
  flex-grow: 1;
  min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  cursor: text;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  padding: .75em 0 .75em 16px;
  width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
  background-color: #fff
}

.wc-block-gateway-container label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(.75em);
  transform-origin: top left;
  transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-gateway-container label {
    transition: none
  }
}

.wc-block-gateway-container.wc-inline-card-element label {
  margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
  margin-left: 16px;
  transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
  margin-top: -24px;
  position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
  padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
  transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
  border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
  outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
  color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
  line-height: 16px;
  padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
  min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
  pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
  flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
  flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: calc(50% - 8px);
  margin-left: 0;
  margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: calc(50% - 8px);
  margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
  content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
  margin: 0;
  padding-bottom: 1em;
  padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
  font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 1px 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
  border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
  border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
  height: 24px;
  max-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
  display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
  height: 28px;
  padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
  padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
  display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
  padding-bottom: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 2em;
  max-width: 100% !important;
  min-height: 15em;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
  visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    -webkit-animation: none;
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
  display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  box-sizing: content-box;
  display: inline-block;
  margin-bottom: 2em;
  padding-right: 5%;
  text-align: center;
  vertical-align: top;
  width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
  padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
  font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
  display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
  margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
  justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
  background-color: #eee;
  color: #333;
  font-weight: 600;
  margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333
}

@media(max-width:480px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    display: block;
    width: 100%
  }
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
  margin-bottom: 24px;
  order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  font-size: inherit
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 2em;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 5em;
  mask-size: 5em;
  width: 5em
}

.wp-block-woocommerce-empty-cart-block>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

.wc-block-cart__submit {
  margin: 0 0 16px;
  position: relative
}

.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
  padding: 0
}

@media(min-width:783px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    display: none
  }
}

@media(max-width:782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 9999
  }

  .wc-block-cart .wc-block-cart__submit-container--sticky:before {
    box-shadow: 0 -10px 20px 10px currentColor;
    color: hsla(0, 0%, 80%, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

.wc-block-checkout-error {
  padding: 40px;
  text-align: center;
  width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
  display: block;
  font-weight: 700;
  margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-checkout-empty {
  padding: 40px;
  text-align: center;
  width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
  display: block;
  font-weight: 700;
  margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-checkout__actions_row {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  height: auto;
  padding: 1em;
  width: 50%
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  line-height: 24px
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
  fill: #fff;
  vertical-align: top
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  width: 100%
}

.is-large .wc-block-checkout__actions {
  padding: 1.5em 0;
  position: relative
}

.is-large .wc-block-checkout__actions:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-checkout__form {
  margin: 0;
  max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
  order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
  margin-left: -6px;
  margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
  clear: both;
  content: "";
  display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
  margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
  width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
  clear: both
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option {
  margin: 0;
  padding: .75em 0 .75em 2.5em;
  position: relative
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice {
  margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
  margin-top: 1px;
  top: auto;
  transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout {
  display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group {
  display: flex;
  width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child {
  margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
  display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group {
  display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em {
  font-style: inherit;
  text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
  background-color: #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  margin-top: .5em;
  padding: 1px .75em;
  width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
  display: block;
  margin: .75em 0;
  text-align: left;
  width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
  color: #757575
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg {
  fill: currentColor;
  margin-top: -4px;
  vertical-align: middle
}

.wc-block-checkout__shipping-method-container {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit;
  display: flex;
  flex-basis: 0%;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
  height: 100%;
  justify-content: center;
  min-height: 80px;
  outline: 1px solid currentColor;
  padding: 16px 12px
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.wc-block-checkout__shipping-method-option:focus,
.wc-block-checkout__shipping-method-option:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  outline: 3px solid currentColor
}

.wc-block-checkout__shipping-method-option-icon {
  fill: currentColor
}

.wc-block-checkout__shipping-method-option-title {
  font-size: 1rem;
  font-weight: 700
}

.wc-block-checkout__shipping-method-option-price {
  font-size: .875rem
}

.wc-block-checkout__shipping-method-option-price em {
  font-style: inherit;
  text-transform: uppercase
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
  margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
  pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
  display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
  background-color: #1e1e1e;
  color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  margin: 0;
  padding: .75em 0 .75em 2.5em;
  position: relative
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
  margin: .75em 0
}

.wc-block-checkout__terms {
  margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
  position: relative;
  top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
  opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: inherit;
  display: block;
  flex-basis: 0%;
  flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  margin: 0;
  padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
  margin-bottom: 24px;
  order: 0
}

.wc-block-checkout__add-note {
  margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 0;
  position: relative
}

.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
  margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
  padding-left: 0
}

.wp-block-woocommerce-checkout {
  margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
  top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
  padding-left: 2.2641509434%;
  width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
  padding-right: 3.7735849057%;
  width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
  box-sizing: border-box;
  margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: none;
  line-height: 1;
  margin: 0 0 1.5em;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
  visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    -webkit-animation: none;
    animation: none
  }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
  display: block;
  min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
  display: block;
  min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
  display: block;
  margin-left: 50%;
  min-height: 4em;
  width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
  display: block;
  min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
  font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px
}

@media only screen and (max-width:700px) {
  .wp-block-woocommerce-checkout.is-loading {
    flex-direction: column;
    margin: 0 auto 16px
  }

  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    padding: 0;
    width: 100%
  }

  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0
  }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff
}

.wc-block-featured-category {
  align-content: center;
  align-items: center;
  background-color: inherit;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
  opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
  opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
  opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
  opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
  opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
  opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
  opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
  opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
  opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
  opacity: 1
}

.wc-block-featured-category__selection {
  width: 100%
}

.wc-block-featured-category.has-left-content {
  justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
  margin-left: 0;
  text-align: left
}

.wc-block-featured-category.has-right-content {
  justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
  margin-right: 0;
  text-align: right
}

.wc-block-featured-category.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center
}

.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
  color: #fff
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  color: inherit;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
  background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
  .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll
  }
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll
  }
}

.wc-block-featured-category__description {
  color: inherit
}

.wc-block-featured-category__description p {
  margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
  color: inherit;
  margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
  color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
  display: none
}

.wc-block-featured-category__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
  text-align: center
}

.wp-block-woocommerce-featured-product {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff
}

.wc-block-featured-product {
  align-content: center;
  align-items: center;
  background-color: inherit;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
  opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
  opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
  opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
  opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
  opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
  opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
  opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
  opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
  opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
  opacity: 1
}

.wc-block-featured-product__selection {
  width: 100%
}

.wc-block-featured-product.has-left-content {
  justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
  margin-left: 0;
  text-align: left
}

.wc-block-featured-product.has-right-content {
  justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
  margin-right: 0;
  text-align: right
}

.wc-block-featured-product.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center
}

.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
  color: #fff
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  color: inherit;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
  background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
  .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll
  }
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll
  }
}

.wc-block-featured-product__description {
  color: inherit
}

.wc-block-featured-product__description p {
  margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
  color: inherit;
  margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
  color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
  display: none
}

.wc-block-featured-product__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
  text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  border: 0;
  margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
  display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
  font-style: italic;
  padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
  line-height: 1.5;
  margin: 0
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex
}

.wc-block-mini-cart__badge {
  background: transparent;
  border: .15em solid;
  border-radius: 1em;
  box-sizing: border-box;
  color: inherit;
  font-size: .875em;
  font-weight: 600;
  height: 1.4285714286em;
  justify-content: center;
  margin-left: -.7142857143em;
  min-width: 1.4285714286em;
  padding: 0 .25em;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1
}

.wc-block-mini-cart__icon {
  display: block;
  height: 1.5em;
  width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
  transform: scaleX(-1)
}

.wc-block-cart .wc-block-components-shipping-calculator {
  white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
  margin-top: 0
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0 0 2em
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: .75em;
  text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
  text-align: right;
  width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  margin: 0;
  width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .75em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 1em;
  line-height: inherit;
  text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
  margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
  opacity: .5;
  pointer-events: none;
  transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
  visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading h2 span,
  .wc-block-cart--is-loading th span,
  .wc-block-mini-cart__drawer.is-loading h2 span,
  .wc-block-mini-cart__drawer.is-loading th span {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
  content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
  min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
  visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-components-product-metadata,
  .wc-block-cart--is-loading .wc-block-components-product-price,
  .wc-block-cart--is-loading .wc-block-components-quantity-selector,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
  visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-components-product-name,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
  content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
  margin-top: .25em;
  min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
  visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
  visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-cart-item__image>a,
  .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
  display: block;
  margin-top: .25em;
  max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
  content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 460px;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
  visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
  .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
  content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
  display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
  position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  -ms-grid-columns: 80px 132px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 80px 132px;
  padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  -ms-grid-column-span: 2;
  -ms-grid-column-align: stretch;
  -ms-grid-column: 2;
  grid-column-end: 4;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  justify-self: stretch;
  padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 16px;
  vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  -ms-grid-row: 1;
  grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
  display: inline-block
}

.is-large.wc-block-cart {
  margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
  position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: .25rem 16px .25rem 0;
  white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 16px 0 16px 16px;
  position: relative;
  vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
  left: 0;
  margin: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-size: .75em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: .25rem 0;
  text-align: right;
  text-decoration: inherit;
  text-transform: inherit;
  text-transform: uppercase;
  vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding-left: 16px;
  padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
  padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
  padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
  display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
  box-sizing: border-box;
  margin: 0;
  min-height: 10em;
  padding-right: 3.7735849057%;
  width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 15em;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
  visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    -webkit-animation: none;
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
  box-sizing: border-box;
  margin: 0;
  min-height: 12em;
  padding-left: 2.2641509434%;
  width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: 0 0 1em;
  max-width: 100% !important;
  min-height: 3em;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
  visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    -webkit-animation: none;
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
  height: 20em
}

@media only screen and (max-width:700px) {
  .wp-block-woocommerce-cart.is-loading {
    padding-top: 16px
  }

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    flex-direction: column;
    margin: 0 auto 16px
  }

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    padding: 0;
    width: 100%
  }
}

.wc-block-mini-cart {
  display: inline-block
}

.wc-block-mini-cart__button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: .6
}

.wc-block-mini-cart__amount {
  display: none
}

.wc-block-mini-cart__tax-label {
  margin-right: .5em
}

@media screen and (min-width:768px) {
  .wc-block-mini-cart__amount {
    display: initial;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 8px
  }
}

.modal-open .wc-block-mini-cart__button {
  pointer-events: none
}

.wc-block-mini-cart__drawer {
  font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content .components-modal__header .components-button {
  margin: unset;
  padding: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
  margin: 16px 40px -16px 16px;
  margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
  margin-bottom: unset
}

.wc-block-mini-cart__drawer .components-modal__content {
  padding: 0;
  position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
  height: 56px;
  position: relative;
  position: absolute;
  right: 4px;
  top: 40px
}

.wc-block-mini-cart__drawer .components-modal__header button {
  margin: 0;
  right: 0;
  transform: translateY(-50%)
}

.wc-block-mini-cart__drawer .components-modal__header svg {
  fill: currentColor;
  display: block
}

.wp-block-woocommerce-mini-cart-contents {
  box-sizing: border-box;
  height: 100vh;
  height: 100dvh;
  justify-content: center;
  max-height: -webkit-fill-available;
  padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
  background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  max-height: -webkit-fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
  justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
  justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
  overflow-y: auto;
  padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
  font-size: 2em;
  margin: 40px 16px 0
}

.wc-block-mini-cart__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
  margin-bottom: auto;
  margin-right: -16px;
  padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
  padding-bottom: 8px;
  padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
  content: none
}

.wc-block-mini-cart__footer {
  border-top: 1px solid #ddd;
  padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
  font-weight: 600;
  margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  display: none;
  font-size: .75em;
  font-weight: 400
}

@media only screen and (min-width:480px) {
  .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: unset
  }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  display: flex;
  gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
  flex-grow: 1
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
  display: none
}

@media only screen and (min-width:480px) {
  .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
    display: inline-flex
  }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
  margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
  display: flex;
  justify-content: center
}

.wc-block-mini-cart__shopping-button a {
  border: 2px solid;
  color: currentColor;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
  margin-top: 32px
}

.admin-bar .wp-block-woocommerce-empty-mini-cart-contents-block,
.admin-bar .wp-block-woocommerce-filled-mini-cart-contents-block,
.admin-bar .wp-block-woocommerce-mini-cart-contents {
  height: calc(100vh - 32px)
}

.admin-bar .wc-block-components-drawer .components-modal__header .components-button {
  top: 32px
}

.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-top: 1.5em;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-checkbox label {
  align-items: flex-start;
  display: flex;
  font-size: .875em;
  position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #50575e;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #fff;
  border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 2px solid #50575e;
  outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
  content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
  display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 2px solid hsla(0, 0%, 100%, .6);
  outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
  color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
  border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
  outline: 2px solid #cc1818;
  outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #000;
  height: 1.125em;
  margin-left: .1875em;
  margin-top: .0625em;
  pointer-events: none;
  position: absolute;
  width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
  line-height: 1.5em;
  vertical-align: middle
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .wc-block-components-checkbox__mark {
    display: none
  }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
  background-color: #fff;
  border-color: var(--form--border-color);
  position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: #fff;
  border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
  display: none
}

.wc-block-components-panel.has-border {
  position: relative
}

.wc-block-components-panel.has-border:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
  border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
  position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-panel__button {
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin: .375em 0 0;
  padding: .375em 32px 0 0;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: .375em;
  padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
  fill: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto
}

.wc-block-components-panel__content[hidden] {
  display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
  background-color: inherit;
  color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
  background: none transparent;
  color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
  background: none transparent
}

.wc-block-store-notice {
  border: 2px solid;
  border-radius: 4px;
  font-size: .875em;
  margin: 16px 0;
  padding: .5em
}

.wc-block-store-notice .components-notice__content {
  position: relative
}

.wc-block-store-notice .components-notice__content>div {
  padding-left: 2.5em
}

.wc-block-store-notice .components-notice__content svg {
  height: 2em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 2em
}

.wc-block-store-notice.is-warning {
  background-color: #fffdf9;
  border-color: #fec
}

.wc-block-store-notice.is-warning .components-notice__content svg {
  fill: #f9b51f
}

.wc-block-store-notice.is-info {
  background-color: #e7f6f9;
  border-color: #c8f6ff
}

.wc-block-store-notice.is-info .components-notice__content svg {
  fill: #419ece
}

.wc-block-store-notice.is-error {
  background-color: #f8ebea;
  border-color: #ffd4cd
}

.wc-block-store-notice.is-error .components-notice__content svg {
  fill: #cd433b
}

.wc-block-components-notices {
  display: block;
  margin: 1.5em 0
}

.wc-block-components-notices:first-child {
  margin-top: 0
}

.wc-block-components-notices:empty {
  margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice {
  display: flex;
  flex-wrap: nowrap;
  margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
  text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
  background: transparent none;
  border: 0;
  color: currentColor;
  margin: 0 0 0 auto;
  outline: 0;
  padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
  fill: currentColor;
  vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
  margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
  margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
  margin: .25em 0 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
  margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
  padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
  bottom: 20px;
  left: 16px;
  position: fixed;
  width: auto
}

@media(max-width:782px) {
  .wc-block-components-notices__snackbar {
    bottom: auto;
    left: 0;
    position: fixed;
    top: 10px
  }

  .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
    margin-left: 10px;
    margin-right: 10px
  }
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  margin-top: 1.5em;
  position: relative;
  white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(.75em);
  transform-origin: top left;
  transition: transform .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
  color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    transition: none
  }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input input:-webkit-autofill+label {
  transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
  transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  min-height: 0;
  padding: .75em 0;
  text-indent: 16px;
  width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
  color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
  -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
  border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
  color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
  color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
  margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
  padding: 16px 0;
  position: relative
}

.wc-block-components-totals-wrapper:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
  border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
  padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
  content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
  padding: 16px 0;
  position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
  border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
  position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-totals-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.wc-block-components-totals-item__label {
  flex-grow: 1
}

.wc-block-components-totals-item__value {
  font-weight: 700;
  white-space: nowrap
}

.wc-block-components-totals-item__description {
  font-size: .875em;
  width: 100%
}

.wc-block-components-validation-error {
  color: #cc1818;
  font-size: .75em;
  max-width: 100%;
  white-space: normal
}

.wc-block-components-validation-error>p {
  margin: 0;
  padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
  color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
  margin-bottom: 24px
}

.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
  text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
  height: 1em
}

.wc-block-active-filters {
  margin-bottom: 24px;
  overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: inherit;
  font-size: .875em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 15px 0 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  background: transparent
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  color: inherit;
  text-decoration: none
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  background: transparent;
  color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  float: right;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
  visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-active-filters .wc-block-active-filters__list {
  clear: both;
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
  list-style: none outside;
  margin: 9px 0 0;
  padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
  list-style: none outside;
  margin: 0;
  padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,
.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
  margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
  display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
  visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
  display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 13px;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-right: 15px !important;
  max-width: 100% !important;
  min-width: 70px;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
  visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
  margin-right: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
  flex-grow: 1;
  max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
  margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
  display: block;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 16px 0 0;
  text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
  font-style: italic;
  font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
  align-items: center;
  display: flex;
  font-size: .875em;
  padding: 0;
  position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  color: currentColor;
  font-size: .75em;
  height: 16px;
  line-height: 16px;
  margin: 0 .5em 0 0;
  padding: 0;
  width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
  background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
  fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
  color: #e0e0e0;
  cursor: not-allowed
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
  display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
  display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
  margin-bottom: .1875em;
  margin-top: .1875em
}

.wp-block-woocommerce-attribute-filter {
  border-style: none !important
}

.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
  text-transform: inherit
}

.wc-block-attribute-filter {
  border-color: inherit;
  border-radius: inherit;
  margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
  visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-attribute-filter .is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-attribute-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin: 0;
  width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  cursor: pointer;
  display: inline-block
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
  border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
  font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
  color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
  color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
  color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
  font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
  width: 100%
}

.wc-block-attribute-filter__instructions {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
  padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
  color: inherit;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-attribute-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
  font-size: .875em;
  margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
  margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
  font-size: .875em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: .5em 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.woocommerce.wc-block-breadcrumbs {
  font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
  display: block;
  margin: auto
}

.woocommerce.wc-block-catalog-sorting form {
  float: none
}

.woocommerce.wc-block-catalog-sorting select.orderby {
  color: inherit;
  font-size: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
  margin: auto
}

.wp-block-woocommerce-customer-account a {
  align-items: center;
  color: currentColor !important;
  display: flex;
  text-decoration: none !important
}

.wp-block-woocommerce-customer-account a:hover {
  text-decoration: underline !important
}

.wp-block-woocommerce-customer-account a .icon+.label {
  margin-left: 8px
}

.wp-block-woocommerce-customer-account a .icon {
  height: 1em;
  width: 1em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px
}

.wp-block-woocommerce-price-filter {
  border-color: #757575;
  border-radius: 4px;
  border-style: none !important
}

.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
  text-transform: inherit
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
  border-color: inherit;
  border-radius: inherit
}

.wc-block-price-filter__controls input {
  border-color: inherit !important;
  border-radius: inherit !important;
  border-style: solid
}

.wc-block-price-filter__controls .input-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 2em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5.625em;
  z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
  visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-price-filter__controls .input-loading {
    -webkit-animation: none;
    animation: none
  }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
  font-size: .875em;
  padding: .5em 1em
}

.wc-block-product-categories {
  margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
  display: flex
}

.wc-block-product-categories select {
  margin-right: .5em
}

.wc-block-product-categories-list--has-images {
  list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
  clear: both;
  list-style: none outside;
  margin: 4px 0 4px 60px
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
  margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 .5em 0 -60px;
  max-width: 50px;
  padding: 0;
  position: relative;
  vertical-align: middle
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0
}

.wc-block-product-categories-list-item-count:before {
  content: " ("
}

.wc-block-product-categories-list-item-count:after {
  content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
  background: currentColor;
  display: inline-block;
  height: 1em;
  min-width: 200px;
  opacity: .2;
  width: 50%
}

.wc-block-product-categories__button {
  align-items: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0 .5em;
  position: relative
}

.wc-block-product-categories__button svg {
  fill: currentColor;
  outline: none
}

.rtl .wc-block-product-categories__button svg {
  transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
  color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
  cursor: default;
  opacity: .3
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
  box-shadow: none
}

.color-block-support-panel .wc-block-feedback-prompt {
  grid-column: 1/-1
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
  float: none;
  font-size: inherit;
  margin: auto
}

.wc-block-product-search .wc-block-product-search__fields {
  display: flex
}

.wc-block-product-search .wc-block-product-search__field {
  flex-grow: 1;
  line-height: 1.8;
  padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 0 .5em;
  position: relative
}

.wc-block-product-search .wc-block-product-search__button svg {
  fill: currentColor;
  outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
  transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
  color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
  cursor: default;
  opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
  box-shadow: none
}

.wc-block-rating-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-rating-filter.is-loading>* {
  visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-rating-filter.is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-rating-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
  display: inline-block;
  height: 1em;
  line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
  border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
  font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
  color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
  color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
  color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
  font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
  margin-bottom: 0
}

.wp-block-woocommerce-rating-filter {
  margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,
.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
  cursor: pointer
}

.wc-block-rating-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: .875em;
  margin-left: 0;
  margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
  font-size: .875em;
  margin-top: .5em;
  padding: .5em 1em
}

@-webkit-keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
  text-transform: inherit
}

.wc-block-stock-filter {
  margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-stock-filter.is-loading>* {
  visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-stock-filter.is-loading {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
  margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
  cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
  cursor: pointer;
  display: inline-block
}

.wc-block-stock-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
  opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
  border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
  font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
  color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
  color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
  color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
  font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
  margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
  padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px 0 0 25px;
  border-right: 0;
  line-height: 22px;
  padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
  margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
  background-color: #fff;
  border: 1px solid;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
  background-color: #e0e0e0;
  border-radius: 25px
}

.wc-block-stock-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: .875em;
  margin-left: 0;
  margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
  font-size: .875em;
  margin-top: .5em;
  padding: .5em 1em
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

#wp-admin-bar-titan-menu::after {
  clear: both
}

#wp-admin-bar-titan-menu .dashicons {
  font: 400 20px/1 dashicons
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-icon {
  display: inline-block !important;
  width: 20px;
  height: 25px;
  margin-top: 6px;
  margin-right: 5px;
  float: left;
  background: url(../../../plugins/anti-spam/assets/img/titan-icon.png) 0 0 no-repeat
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title {
  display: inline-block !important;
  overflow: hidden
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title .dashicons {
  font-size: 20px !important;
  padding: 6px 0 !important
}

#wp-admin-bar-titan-menu .ab-item .dashicons {
  font-size: 14px;
  padding: 6px 0
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-heart {
  color: #fb7976
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-dashboard {
  color: #fff
}

#wp-admin-bar-titan-menu .wtitan-count-bubble {
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ca4a1f;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " "
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative
}

form.submitting .wpcf7-spinner {
  visibility: visible
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes blink {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.wpcf7 input[type="file"] {
  cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
  cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr
}

.wpcf7-reflection>output {
  display: list-item;
  list-style: none
}

.wpcf7-reflection>output[hidden] {
  display: none
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-ext-300.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-ext-500.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-ext-600.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-ext-700.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/hind-normal-latin-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome/fontawesome-webfont.eot);
  src: url('../fonts/fontawesome/fontawesome-webfont.eot') format('embedded-opentype'), url(../fonts/fontawesome/fontawesome-webfont.woff) format('woff2'), url(../fonts/fontawesome/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome/fontawesome-webfont.ttf) format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

@font-face {
  font-family: ElegantIcons;
  src: url(../fonts/elegant/ElegantIcons.eot);
  src: url(../fonts/elegant/ElegantIcons.eot) format('embedded-opentype'), url(../fonts/elegant/ElegantIcons.woff) format('woff'), url(../fonts/elegant/ElegantIcons.ttf) format('truetype'), url(../fonts/elegant/ElegantIcons.svg) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[data-icon]:before {
  font-family: ElegantIcons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.arrow_up:before {
  content: "\21"
}

.arrow_down:before {
  content: "\22"
}

.arrow_left:before {
  content: "\23"
}

.arrow_right:before {
  content: "\24"
}

.arrow_left-up:before {
  content: "\25"
}

.arrow_right-up:before {
  content: "\26"
}

.arrow_right-down:before {
  content: "\27"
}

.arrow_left-down:before {
  content: "\28"
}

.arrow-up-down:before {
  content: "\29"
}

.arrow_up-down_alt:before {
  content: "\2a"
}

.arrow_left-right_alt:before {
  content: "\2b"
}

.arrow_left-right:before {
  content: "\2c"
}

.arrow_expand_alt2:before {
  content: "\2d"
}

.arrow_expand_alt:before {
  content: "\2e"
}

.arrow_condense:before {
  content: "\2f"
}

.arrow_expand:before {
  content: "\30"
}

.arrow_move:before {
  content: "\31"
}

.arrow_carrot-up:before {
  content: "\32"
}

.arrow_carrot-down:before {
  content: "\33"
}

.arrow_carrot-left:before {
  content: "\34"
}

.arrow_carrot-right:before {
  content: "\35"
}

.arrow_carrot-2up:before {
  content: "\36"
}

.arrow_carrot-2down:before {
  content: "\37"
}

.arrow_carrot-2left:before {
  content: "\38"
}

.arrow_carrot-2right:before {
  content: "\39"
}

.arrow_carrot-up_alt2:before {
  content: "\3a"
}

.arrow_carrot-down_alt2:before {
  content: "\3b"
}

.arrow_carrot-left_alt2:before {
  content: "\3c"
}

.arrow_carrot-right_alt2:before {
  content: "\3d"
}

.arrow_carrot-2up_alt2:before {
  content: "\3e"
}

.arrow_carrot-2down_alt2:before {
  content: "\3f"
}

.arrow_carrot-2left_alt2:before {
  content: "\40"
}

.arrow_carrot-2right_alt2:before {
  content: "\41"
}

.arrow_triangle-up:before {
  content: "\42"
}

.arrow_triangle-down:before {
  content: "\43"
}

.arrow_triangle-left:before {
  content: "\44"
}

.arrow_triangle-right:before {
  content: "\45"
}

.arrow_triangle-up_alt2:before {
  content: "\46"
}

.arrow_triangle-down_alt2:before {
  content: "\47"
}

.arrow_triangle-left_alt2:before {
  content: "\48"
}

.arrow_triangle-right_alt2:before {
  content: "\49"
}

.arrow_back:before {
  content: "\4a"
}

.icon_minus-06:before {
  content: "\4b"
}

.icon_plus:before {
  content: "\4c"
}

.icon_close:before {
  content: "\4d"
}

.icon_check:before {
  content: "\4e"
}

.icon_minus_alt2:before {
  content: "\4f"
}

.icon_plus_alt2:before {
  content: "\50"
}

.icon_close_alt2:before {
  content: "\51"
}

.icon_check_alt2:before {
  content: "\52"
}

.icon_zoom-out_alt:before {
  content: "\53"
}

.icon_zoom-in_alt:before {
  content: "\54"
}

.icon_search:before {
  content: "\55"
}

.icon_box-empty:before {
  content: "\56"
}

.icon_box-selected:before {
  content: "\57"
}

.icon_minus-box:before {
  content: "\58"
}

.icon_plus-box:before {
  content: "\59"
}

.icon_box-checked:before {
  content: "\5a"
}

.icon_circle-empty:before {
  content: "\5b"
}

.icon_circle-slelected:before {
  content: "\5c"
}

.icon_stop_alt2:before {
  content: "\5d"
}

.icon_stop:before {
  content: "\5e"
}

.icon_pause_alt2:before {
  content: "\5f"
}

.icon_pause:before {
  content: "\60"
}

.icon_menu:before {
  content: "\61"
}

.icon_menu-square_alt2:before {
  content: "\62"
}

.icon_menu-circle_alt2:before {
  content: "\63"
}

.icon_ul:before {
  content: "\64"
}

.icon_ol:before {
  content: "\65"
}

.icon_adjust-horiz:before {
  content: "\66"
}

.icon_adjust-vert:before {
  content: "\67"
}

.icon_document_alt:before {
  content: "\68"
}

.icon_documents_alt:before {
  content: "\69"
}

.icon_pencil:before {
  content: "\6a"
}

.icon_pencil-edit_alt:before {
  content: "\6b"
}

.icon_pencil-edit:before {
  content: "\6c"
}

.icon_folder-alt:before {
  content: "\6d"
}

.icon_folder-open_alt:before {
  content: "\6e"
}

.icon_folder-add_alt:before {
  content: "\6f"
}

.icon_info_alt:before {
  content: "\70"
}

.icon_error-oct_alt:before {
  content: "\71"
}

.icon_error-circle_alt:before {
  content: "\72"
}

.icon_error-triangle_alt:before {
  content: "\73"
}

.icon_question_alt2:before {
  content: "\74"
}

.icon_question:before {
  content: "\75"
}

.icon_comment_alt:before {
  content: "\76"
}

.icon_chat_alt:before {
  content: "\77"
}

.icon_vol-mute_alt:before {
  content: "\78"
}

.icon_volume-low_alt:before {
  content: "\79"
}

.icon_volume-high_alt:before {
  content: "\7a"
}

.icon_quotations:before {
  content: "\7b"
}

.icon_quotations_alt2:before {
  content: "\7c"
}

.icon_clock_alt:before {
  content: "\7d"
}

.icon_lock_alt:before {
  content: "\7e"
}

.icon_lock-open_alt:before {
  content: "\e000"
}

.icon_key_alt:before {
  content: "\e001"
}

.icon_cloud_alt:before {
  content: "\e002"
}

.icon_cloud-upload_alt:before {
  content: "\e003"
}

.icon_cloud-download_alt:before {
  content: "\e004"
}

.icon_image:before {
  content: "\e005"
}

.icon_images:before {
  content: "\e006"
}

.icon_lightbulb_alt:before {
  content: "\e007"
}

.icon_gift_alt:before {
  content: "\e008"
}

.icon_house_alt:before {
  content: "\e009"
}

.icon_genius:before {
  content: "\e00a"
}

.icon_mobile:before {
  content: "\e00b"
}

.icon_tablet:before {
  content: "\e00c"
}

.icon_laptop:before {
  content: "\e00d"
}

.icon_desktop:before {
  content: "\e00e"
}

.icon_camera_alt:before {
  content: "\e00f"
}

.icon_mail_alt:before {
  content: "\e010"
}

.icon_cone_alt:before {
  content: "\e011"
}

.icon_ribbon_alt:before {
  content: "\e012"
}

.icon_bag_alt:before {
  content: "\e013"
}

.icon_creditcard:before {
  content: "\e014"
}

.icon_cart_alt:before {
  content: "\e015"
}

.icon_paperclip:before {
  content: "\e016"
}

.icon_tag_alt:before {
  content: "\e017"
}

.icon_tags_alt:before {
  content: "\e018"
}

.icon_trash_alt:before {
  content: "\e019"
}

.icon_cursor_alt:before {
  content: "\e01a"
}

.icon_mic_alt:before {
  content: "\e01b"
}

.icon_compass_alt:before {
  content: "\e01c"
}

.icon_pin_alt:before {
  content: "\e01d"
}

.icon_pushpin_alt:before {
  content: "\e01e"
}

.icon_map_alt:before {
  content: "\e01f"
}

.icon_drawer_alt:before {
  content: "\e020"
}

.icon_toolbox_alt:before {
  content: "\e021"
}

.icon_book_alt:before {
  content: "\e022"
}

.icon_calendar:before {
  content: "\e023"
}

.icon_film:before {
  content: "\e024"
}

.icon_table:before {
  content: "\e025"
}

.icon_contacts_alt:before {
  content: "\e026"
}

.icon_headphones:before {
  content: "\e027"
}

.icon_lifesaver:before {
  content: "\e028"
}

.icon_piechart:before {
  content: "\e029"
}

.icon_refresh:before {
  content: "\e02a"
}

.icon_link_alt:before {
  content: "\e02b"
}

.icon_link:before {
  content: "\e02c"
}

.icon_loading:before {
  content: "\e02d"
}

.icon_blocked:before {
  content: "\e02e"
}

.icon_archive_alt:before {
  content: "\e02f"
}

.icon_heart_alt:before {
  content: "\e030"
}

.icon_star_alt:before {
  content: "\e031"
}

.icon_star-half_alt:before {
  content: "\e032"
}

.icon_star:before {
  content: "\e033"
}

.icon_star-half:before {
  content: "\e034"
}

.icon_tools:before {
  content: "\e035"
}

.icon_tool:before {
  content: "\e036"
}

.icon_cog:before {
  content: "\e037"
}

.icon_cogs:before {
  content: "\e038"
}

.arrow_up_alt:before {
  content: "\e039"
}

.arrow_down_alt:before {
  content: "\e03a"
}

.arrow_left_alt:before {
  content: "\e03b"
}

.arrow_right_alt:before {
  content: "\e03c"
}

.arrow_left-up_alt:before {
  content: "\e03d"
}

.arrow_right-up_alt:before {
  content: "\e03e"
}

.arrow_right-down_alt:before {
  content: "\e03f"
}

.arrow_left-down_alt:before {
  content: "\e040"
}

.arrow_condense_alt:before {
  content: "\e041"
}

.arrow_expand_alt3:before {
  content: "\e042"
}

.arrow_carrot_up_alt:before {
  content: "\e043"
}

.arrow_carrot-down_alt:before {
  content: "\e044"
}

.arrow_carrot-left_alt:before {
  content: "\e045"
}

.arrow_carrot-right_alt:before {
  content: "\e046"
}

.arrow_carrot-2up_alt:before {
  content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"
}

.arrow_carrot-2left_alt:before {
  content: "\e049"
}

.arrow_carrot-2right_alt:before {
  content: "\e04a"
}

.arrow_triangle-up_alt:before {
  content: "\e04b"
}

.arrow_triangle-down_alt:before {
  content: "\e04c"
}

.arrow_triangle-left_alt:before {
  content: "\e04d"
}

.arrow_triangle-right_alt:before {
  content: "\e04e"
}

.icon_minus_alt:before {
  content: "\e04f"
}

.icon_plus_alt:before {
  content: "\e050"
}

.icon_close_alt:before {
  content: "\e051"
}

.icon_check_alt:before {
  content: "\e052"
}

.icon_zoom-out:before {
  content: "\e053"
}

.icon_zoom-in:before {
  content: "\e054"
}

.icon_stop_alt:before {
  content: "\e055"
}

.icon_menu-square_alt:before {
  content: "\e056"
}

.icon_menu-circle_alt:before {
  content: "\e057"
}

.icon_document:before {
  content: "\e058"
}

.icon_documents:before {
  content: "\e059"
}

.icon_pencil_alt:before {
  content: "\e05a"
}

.icon_folder:before {
  content: "\e05b"
}

.icon_folder-open:before {
  content: "\e05c"
}

.icon_folder-add:before {
  content: "\e05d"
}

.icon_folder_upload:before {
  content: "\e05e"
}

.icon_folder_download:before {
  content: "\e05f"
}

.icon_info:before {
  content: "\e060"
}

.icon_error-circle:before {
  content: "\e061"
}

.icon_error-oct:before {
  content: "\e062"
}

.icon_error-triangle:before {
  content: "\e063"
}

.icon_question_alt:before {
  content: "\e064"
}

.icon_comment:before {
  content: "\e065"
}

.icon_chat:before {
  content: "\e066"
}

.icon_vol-mute:before {
  content: "\e067"
}

.icon_volume-low:before {
  content: "\e068"
}

.icon_volume-high:before {
  content: "\e069"
}

.icon_quotations_alt:before {
  content: "\e06a"
}

.icon_clock:before {
  content: "\e06b"
}

.icon_lock:before {
  content: "\e06c"
}

.icon_lock-open:before {
  content: "\e06d"
}

.icon_key:before {
  content: "\e06e"
}

.icon_cloud:before {
  content: "\e06f"
}

.icon_cloud-upload:before {
  content: "\e070"
}

.icon_cloud-download:before {
  content: "\e071"
}

.icon_lightbulb:before {
  content: "\e072"
}

.icon_gift:before {
  content: "\e073"
}

.icon_house:before {
  content: "\e074"
}

.icon_camera:before {
  content: "\e075"
}

.icon_mail:before {
  content: "\e076"
}

.icon_cone:before {
  content: "\e077"
}

.icon_ribbon:before {
  content: "\e078"
}

.icon_bag:before {
  content: "\e079"
}

.icon_cart:before {
  content: "\e07a"
}

.icon_tag:before {
  content: "\e07b"
}

.icon_tags:before {
  content: "\e07c"
}

.icon_trash:before {
  content: "\e07d"
}

.icon_cursor:before {
  content: "\e07e"
}

.icon_mic:before {
  content: "\e07f"
}

.icon_compass:before {
  content: "\e080"
}

.icon_pin:before {
  content: "\e081"
}

.icon_pushpin:before {
  content: "\e082"
}

.icon_map:before {
  content: "\e083"
}

.icon_drawer:before {
  content: "\e084"
}

.icon_toolbox:before {
  content: "\e085"
}

.icon_book:before {
  content: "\e086"
}

.icon_contacts:before {
  content: "\e087"
}

.icon_archive:before {
  content: "\e088"
}

.icon_heart:before {
  content: "\e089"
}

.icon_profile:before {
  content: "\e08a"
}

.icon_group:before {
  content: "\e08b"
}

.icon_grid-2x2:before {
  content: "\e08c"
}

.icon_grid-3x3:before {
  content: "\e08d"
}

.icon_music:before {
  content: "\e08e"
}

.icon_pause_alt:before {
  content: "\e08f"
}

.icon_phone:before {
  content: "\e090"
}

.icon_upload:before {
  content: "\e091"
}

.icon_download:before {
  content: "\e092"
}

.social_facebook:before {
  content: "\e093"
}

.social_twitter:before {
  content: "\e094"
}

.social_pinterest:before {
  content: "\e095"
}

.social_googleplus:before {
  content: "\e096"
}

.social_tumblr:before {
  content: "\e097"
}

.social_tumbleupon:before {
  content: "\e098"
}

.social_wordpress:before {
  content: "\e099"
}

.social_instagram:before {
  content: "\e09a"
}

.social_dribbble:before {
  content: "\e09b"
}

.social_vimeo:before {
  content: "\e09c"
}

.social_linkedin:before {
  content: "\e09d"
}

.social_rss:before {
  content: "\e09e"
}

.social_deviantart:before {
  content: "\e09f"
}

.social_share:before {
  content: "\e0a0"
}

.social_myspace:before {
  content: "\e0a1"
}

.social_skype:before {
  content: "\e0a2"
}

.social_youtube:before {
  content: "\e0a3"
}

.social_picassa:before {
  content: "\e0a4"
}

.social_googledrive:before {
  content: "\e0a5"
}

.social_flickr:before {
  content: "\e0a6"
}

.social_blogger:before {
  content: "\e0a7"
}

.social_spotify:before {
  content: "\e0a8"
}

.social_delicious:before {
  content: "\e0a9"
}

.social_facebook_circle:before {
  content: "\e0aa"
}

.social_twitter_circle:before {
  content: "\e0ab"
}

.social_pinterest_circle:before {
  content: "\e0ac"
}

.social_googleplus_circle:before {
  content: "\e0ad"
}

.social_tumblr_circle:before {
  content: "\e0ae"
}

.social_stumbleupon_circle:before {
  content: "\e0af"
}

.social_wordpress_circle:before {
  content: "\e0b0"
}

.social_instagram_circle:before {
  content: "\e0b1"
}

.social_dribbble_circle:before {
  content: "\e0b2"
}

.social_vimeo_circle:before {
  content: "\e0b3"
}

.social_linkedin_circle:before {
  content: "\e0b4"
}

.social_rss_circle:before {
  content: "\e0b5"
}

.social_deviantart_circle:before {
  content: "\e0b6"
}

.social_share_circle:before {
  content: "\e0b7"
}

.social_myspace_circle:before {
  content: "\e0b8"
}

.social_skype_circle:before {
  content: "\e0b9"
}

.social_youtube_circle:before {
  content: "\e0ba"
}

.social_picassa_circle:before {
  content: "\e0bb"
}

.social_googledrive_alt2:before {
  content: "\e0bc"
}

.social_flickr_circle:before {
  content: "\e0bd"
}

.social_blogger_circle:before {
  content: "\e0be"
}

.social_spotify_circle:before {
  content: "\e0bf"
}

.social_delicious_circle:before {
  content: "\e0c0"
}

.social_facebook_square:before {
  content: "\e0c1"
}

.social_twitter_square:before {
  content: "\e0c2"
}

.social_pinterest_square:before {
  content: "\e0c3"
}

.social_googleplus_square:before {
  content: "\e0c4"
}

.social_tumblr_square:before {
  content: "\e0c5"
}

.social_stumbleupon_square:before {
  content: "\e0c6"
}

.social_wordpress_square:before {
  content: "\e0c7"
}

.social_instagram_square:before {
  content: "\e0c8"
}

.social_dribbble_square:before {
  content: "\e0c9"
}

.social_vimeo_square:before {
  content: "\e0ca"
}

.social_linkedin_square:before {
  content: "\e0cb"
}

.social_rss_square:before {
  content: "\e0cc"
}

.social_deviantart_square:before {
  content: "\e0cd"
}

.social_share_square:before {
  content: "\e0ce"
}

.social_myspace_square:before {
  content: "\e0cf"
}

.social_skype_square:before {
  content: "\e0d0"
}

.social_youtube_square:before {
  content: "\e0d1"
}

.social_picassa_square:before {
  content: "\e0d2"
}

.social_googledrive_square:before {
  content: "\e0d3"
}

.social_flickr_square:before {
  content: "\e0d4"
}

.social_blogger_square:before {
  content: "\e0d5"
}

.social_spotify_square:before {
  content: "\e0d6"
}

.social_delicious_square:before {
  content: "\e0d7"
}

.icon_printer:before {
  content: "\e103"
}

.icon_calulator:before {
  content: "\e0ee"
}

.icon_building:before {
  content: "\e0ef"
}

.icon_floppy:before {
  content: "\e0e8"
}

.icon_drive:before {
  content: "\e0ea"
}

.icon_search-2:before {
  content: "\e101"
}

.icon_id:before {
  content: "\e107"
}

.icon_id-2:before {
  content: "\e108"
}

.icon_puzzle:before {
  content: "\e102"
}

.icon_like:before {
  content: "\e106"
}

.icon_dislike:before {
  content: "\e0eb"
}

.icon_mug:before {
  content: "\e105"
}

.icon_currency:before {
  content: "\e0ed"
}

.icon_wallet:before {
  content: "\e100"
}

.icon_pens:before {
  content: "\e104"
}

.icon_easel:before {
  content: "\e0e9"
}

.icon_flowchart:before {
  content: "\e109"
}

.icon_datareport:before {
  content: "\e0ec"
}

.icon_briefcase:before {
  content: "\e0fe"
}

.icon_shield:before {
  content: "\e0f6"
}

.icon_percent:before {
  content: "\e0fb"
}

.icon_globe:before {
  content: "\e0e2"
}

.icon_globe-2:before {
  content: "\e0e3"
}

.icon_target:before {
  content: "\e0f5"
}

.icon_hourglass:before {
  content: "\e0e1"
}

.icon_balance:before {
  content: "\e0ff"
}

.icon_rook:before {
  content: "\e0f8"
}

.icon_printer-alt:before {
  content: "\e0fa"
}

.icon_calculator_alt:before {
  content: "\e0e7"
}

.icon_building_alt:before {
  content: "\e0fd"
}

.icon_floppy_alt:before {
  content: "\e0e4"
}

.icon_drive_alt:before {
  content: "\e0e5"
}

.icon_search_alt:before {
  content: "\e0f7"
}

.icon_id_alt:before {
  content: "\e0e0"
}

.icon_id-2_alt:before {
  content: "\e0fc"
}

.icon_puzzle_alt:before {
  content: "\e0f9"
}

.icon_like_alt:before {
  content: "\e0dd"
}

.icon_dislike_alt:before {
  content: "\e0f1"
}

.icon_mug_alt:before {
  content: "\e0dc"
}

.icon_currency_alt:before {
  content: "\e0f3"
}

.icon_wallet_alt:before {
  content: "\e0d8"
}

.icon_pens_alt:before {
  content: "\e0db"
}

.icon_easel_alt:before {
  content: "\e0f0"
}

.icon_flowchart_alt:before {
  content: "\e0df"
}

.icon_datareport_alt:before {
  content: "\e0f2"
}

.icon_briefcase_alt:before {
  content: "\e0f4"
}

.icon_shield_alt:before {
  content: "\e0d9"
}

.icon_percent_alt:before {
  content: "\e0da"
}

.icon_globe_alt:before {
  content: "\e0de"
}

.icon_clipboard:before {
  content: "\e0e6"
}

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none
}

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px
}

.glyph div {
  padding-bottom: 10px
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.centered {
  margin-left: auto;
  margin-right: auto
}

.glyph .fs1 {
  font-size: 2em
}

.gdlr-core-body button.lg-icon {
  font-family: lg
}

.gdlr-core-page-builder-body {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gdlr-core-page-builder-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: inherit
}

.gdlr-core-page-builder-body .gdlr-core-no-p-space p {
  margin-bottom: 0
}

.gdlr-core-page-builder-body ul {
  margin-top: 0
}

.gdlr-core-page-builder-body img {
  max-width: 100%;
  height: auto
}

.gdlr-core-page-builder-body a {
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms
}

.clear {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  zoom: 1
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.gdlr-core-container {
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-item-pdb {
  padding-bottom: 30px
}

.gdlr-core-media-image {
  line-height: 0;
  position: relative
}

.gdlr-core-media-video video {
  width: 100%
}

.gdlr-core-left-align {
  text-align: left
}

.gdlr-core-center-align {
  text-align: center
}

.gdlr-core-right-align {
  text-align: right
}

.gdlr-core-content-container {
  padding-top: 60px;
  padding-bottom: 40px
}

.gdlr-core-line-height-0 {
  line-height: 0
}

.gdlr-core-column-10 {
  float: left;
  width: 16.6666%
}

.gdlr-core-column-12 {
  float: left;
  width: 20%
}

.gdlr-core-column-15 {
  float: left;
  width: 25%
}

.gdlr-core-column-20 {
  float: left;
  width: 33.3333%
}

.gdlr-core-column-24 {
  float: left;
  width: 40%
}

.gdlr-core-column-30 {
  float: left;
  width: 50%
}

.gdlr-core-column-36 {
  float: left;
  width: 60%
}

.gdlr-core-column-40 {
  float: left;
  width: 66.6666%
}

.gdlr-core-column-45 {
  float: left;
  width: 75%
}

.gdlr-core-column-48 {
  float: left;
  width: 80%
}

.gdlr-core-column-50 {
  float: left;
  width: 83.3333%
}

.gdlr-core-column-60 {
  float: none;
  width: 100%
}

.gdlr-core-column-first {
  clear: left
}

::placeholder {
  opacity: 1
}

.gdlr-core-pbf-wrapper {
  padding: 60px 0 30px;
  position: relative
}

.gdlr-core-pbf-wrapper.gdlr-core-wrapper-centering {
  padding-top: 0;
  padding-bottom: 0
}

.gdlr-core-pbf-wrapper-container,
.gdlr-core-container-custom {
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-pbf-wrapper-container-inner {
  position: relative
}

.gdlr-core-page-builder-wrapper .gdlr-core-pbf-wrapper-container-inner {
  width: 100%
}

.gdlr-core-page-builder-wrapper-container-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center
}

.gdlr-core-page-builder-wrapper-container-content {
  position: relative
}

.gdlr-core-pbf-column,
.gdlr-core-pbf-column-content-margin {
  position: relative;
  transition: border-color 200ms;
  -moz-transition: border-color 200ms;
  -o-transition: border-color 200ms;
  -webkit-transition: border-color 200ms
}

.gdlr-core-pbf-column-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gdlr-core-pbf-column-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 1px
}

.gdlr-core-pbf-element {
  clear: both
}

.gdlr-core-pbf-section:first-child {
  padding-top: 60px
}

.gdlr-core-pbf-section:first-child:last-child {
  padding-bottom: 30px
}

.gdlr-core-pbf-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden
}

.gdlr-core-pbf-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  transition: border-color 300ms, border-width 100ms;
  -moz-transition: border-color 300ms, border-width 100ms;
  -o-transition: border-color 300ms, border-width 100ms;
  -webkit-transition: border-color 300ms, border-width 100ms
}

.gdlr-core-pbf-background-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -webkit-transition: border-color 300ms
}

.gdlr-core-pbf-background-video {
  pointer-events: none
}

.gdlr-core-pbf-background-video video {
  width: 100%;
  height: 100%
}

.gdlr-core-page-builder-wrapper-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.gdlr-core-page-builder-wrapper-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.gdlr-core-wrapper-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.gdlr-core-wrapper-bg-overlay.gdlr-core-pos-left {
  left: 0;
  right: 50%
}

.gdlr-core-wrapper-bg-overlay.gdlr-core-pos-right {
  right: 0;
  left: 50%
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
  .gdlr-core-pbf-background {
    background-attachment: scroll !important
  }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
  .gdlr-core-pbf-background {
    background-attachment: scroll !important
  }
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-pdlr {
  padding-left: 0;
  padding-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-mglr {
  margin-left: 0;
  margin-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-mgb {
  margin-bottom: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-block-item-title-wrap {
  margin-left: 70px;
  margin-right: 60px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pagination {
  padding-left: 40px;
  padding-right: 40px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-twitter-item .gdlr-core-block-item-title-wrap {
  margin-left: 0
}

.gdlr-core-pbf-sidebar-wrapper {
  clear: both;
  position: relative;
  overflow: hidden
}

.gdlr-core-pbf-sidebar-content {
  float: none;
  display: inline-block
}

.gdlr-core-sidebar-item,
.gdlr-core-pbf-sidebar-content-inner {
  position: relative
}

.gdlr-core-pbf-sidebar-left {
  float: left
}

.gdlr-core-pbf-sidebar-right {
  float: right
}

.gdlr-core-pbf-sidebar-padding {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative
}

.gdlr-core-pbf-sidebar-left .gdlr-core-pbf-background-wrap {
  right: -1px
}

.gdlr-core-pbf-sidebar-right .gdlr-core-pbf-background-wrap {
  left: -1px
}

.gdlr-core-external-plugin-message {
  text-align: center;
  font-size: 19px;
  padding: 24px 15px 24px;
  background: #f7d8bc;
  color: #777
}

.gdlr-core-particle-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:999px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -50px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -50px
  }
}

@media only screen and (min-width:1000px) and (max-width:1170px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -100px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -100px
  }
}

@media only screen and (min-width:1171px) and (max-width:1400px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -200px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -200px
  }
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -300px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -300px
  }
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -400px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -400px
  }
}

@media only screen and (min-width:1801px) {
  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -500px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-right: -500px
  }
}

.gdlr-core-fluid-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden
}

.gdlr-core-fluid-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000
}

.gdlr-core-button {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 15px 33px;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px
}

.gdlr-core-button.gdlr-core-rectangle {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

.gdlr-core-button-with-border {
  border-width: 1px;
  border-style: solid
}

.gdlr-core-button-full-width {
  display: block
}

.gdlr-core-button .gdlr-core-content {
  display: inline-block;
  vertical-align: middle
}

.gdlr-core-button i {
  vertical-align: middle;
  transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms
}

.gdlr-core-button i.gdlr-core-pos-right {
  margin-left: 10px
}

.gdlr-core-button i.gdlr-core-pos-left {
  margin-right: 10px
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-transparent,
.gdlr-core-body .gdlr-core-button.gdlr-core-button-transparent:hover {
  background: transparent
}

.gdlr-core-body [data-skin] .gdlr-core-button.gdlr-core-button-transparent,
.gdlr-core-body [data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
  background: transparent
}

.gdlr-core-body .gdlr-core-column-pbf[data-skin] .gdlr-core-button.gdlr-core-button-transparent,
.gdlr-core-body .gdlr-core-column-pbf[data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
  background: transparent
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-bottom-border-on-text {
  position: relative;
  background: transparent
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-bottom-border-on-text:hover {
  background: transparent
}

.gdlr-core-button-bottom-border-on-text .gdlr-core-border-on-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -10px;
  border-bottom-width: 10px;
  border-bottom-style: solid
}

.gdlr-core-button-bottom-border-on-text .gdlr-core-content {
  position: relative
}

.gdlr-core-load-more-wrap .gdlr-core-load-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px
}

.gdlr-core-portfolio-item-style-modern-no-space .gdlr-core-load-more {
  margin-top: 50px;
  margin-bottom: 5px
}

.gdlr-core-portfolio-item-style-modern-desc-no-space .gdlr-core-load-more {
  margin-top: 60px
}

.gdlr-core-button-with-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.gdlr-core-hover-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-style: solid;
  border-width: 0;
  transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.gdlr-core-hover-box .gdlr-core-hover-box-content-wrap {
  padding: 45px 30px 25px;
  position: relative
}

.gdlr-core-hover-box .gdlr-core-hover-box-title {
  font-size: 22px;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-content {
  font-size: 17px;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-text-link i {
  margin-left: 10px
}

.gdlr-core-hover-box .gdlr-core-hover-box-text-link {
  font-weight: 700
}

.gdlr-core-hover-box .gdlr-core-hover-box-thumbnail-inside {
  margin-bottom: 25px
}

.gdlr-core-hover-box .gdlr-core-hover-box-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out
}

.gdlr-core-hover-box .gdlr-core-hover-box-bg-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out
}

.gdlr-core-hover-box:hover .gdlr-core-hover-box-bg-hover {
  opacity: 1
}

.gdlr-core-hover-box-item .gdlr-core-flexslider .flex-control-nav {
  margin-top: 45px
}

.gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
  padding-top: 15px;
  margin-top: -15px;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 15px;
  margin-right: -15px;
  padding-bottom: 15px;
  margin-bottom: -15px
}

.gdlr-core-hover-box.gdlr-core-move-up-with-shadow {
  transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms, background 300ms;
  -moz-transition: transform 150ms ease-out, -moz-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms, background 300ms;
  -o-transition: transform 150ms ease-out, -o-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms, background 300ms;
  -webkit-transition: transform 150ms ease-out, -webkit-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms, background 300ms
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box {
  padding: 45px 30px 25px
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box-thumbnail-top {
  width: 50px;
  float: left;
  margin-right: 30px
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box-content-wrap {
  overflow: hidden;
  padding: 0
}

.gdlr-core-input-wrap input,
.gdlr-core-input-wrap textarea,
.gdlr-core-input-wrap select {
  border-width: 1px 1px 2px 1px;
  border-style: solid
}

.gdlr-core-input-wrap input:focus,
.gdlr-core-input-wrap textarea:focus,
.gdlr-core-input-wrap select:focus {
  outline: none
}

.gdlr-core-input-wrap select,
.gdlr-core-input-wrap select:focus,
.gdlr-core-input-wrap input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.gdlr-core-input-wrap input[type="button"],
.gdlr-core-input-wrap input[type="submit"],
.gdlr-core-input-wrap input[type="reset"] {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 15px 33px;
  display: inline-block;
  -webkit-appearance: none
}

.gdlr-core-input-wrap input[type="button"],
.gdlr-core-input-wrap input[type="submit"],
.gdlr-core-input-wrap input[type="reset"] {
  border-width: 0;
  border-style: solid;
  cursor: pointer;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms
}

.gdlr-core-input-wrap input[type="button"]:focus,
.gdlr-core-input-wrap input[type="submit"]:focus,
.gdlr-core-input-wrap input[type="reset"]:focus {
  outline: none
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-large,
.gdlr-core-input-wrap input[type="submit"].gdlr-core-large,
.gdlr-core-input-wrap input[type="reset"].gdlr-core-large {
  min-width: 200px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-small,
.gdlr-core-input-wrap input[type="submit"].gdlr-core-small,
.gdlr-core-input-wrap input[type="reset"].gdlr-core-small {
  font-size: 13px;
  padding: 14px 28px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-full,
.gdlr-core-input-wrap input[type="submit"].gdlr-core-full,
.gdlr-core-input-wrap input[type="reset"].gdlr-core-full {
  width: 100%
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-round-button,
.gdlr-core-input-wrap input[type="submit"].gdlr-core-round-button {
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-curve-button,
.gdlr-core-input-wrap input[type="submit"].gdlr-core-curve-button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-input-wrap input[type="submit"].gdlr-core-button-transparent {
  background: transparent
}

.gdlr-core-input-wrap input[type="submit"].gdlr-core-button-with-border {
  border-width: 2px;
  border-style: solid
}

.gdlr-core-input-wrap.gdlr-core-round input,
.gdlr-core-input-wrap.gdlr-core-round textarea,
.gdlr-core-input-wrap.gdlr-core-round select,
.gdlr-core-input-wrap.gdlr-core-round input[type="button"],
.gdlr-core-input-wrap.gdlr-core-round input[type="submit"],
.gdlr-core-input-wrap.gdlr-core-round input[type="reset"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-input-wrap.gdlr-core-with-column {
  margin-left: -7px;
  margin-right: -7px
}

.gdlr-core-input-wrap [class^="gdlr-core-column-"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px
}

.gdlr-core-input-wrap.gdlr-core-full-width input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.gdlr-core-input-wrap.gdlr-core-full-width textarea,
.gdlr-core-input-wrap.gdlr-core-full-width select {
  width: 100%;
  display: block
}

.gdlr-core-input-wrap.gdlr-core-no-border input:not([type="button"]):not([type="submit"]):not([type="file"]),
.gdlr-core-input-wrap.gdlr-core-no-border textarea,
.gdlr-core-input-wrap.gdlr-core-no-border select {
  border: none
}

.gdlr-core-input-wrap.gdlr-core-bottom-border input:not([type="button"]):not([type="submit"]):not([type="file"]),
.gdlr-core-input-wrap.gdlr-core-bottom-border textarea,
.gdlr-core-input-wrap.gdlr-core-bottom-border select {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  border-width: 0 0 2px 0;
  background: transparent
}

.gdlr-core-input-wrap.gdlr-core-bottom-border {
  margin-left: -20px;
  margin-right: -20px
}

.gdlr-core-input-wrap.gdlr-core-bottom-border [class^="gdlr-core-column-"] {
  padding-left: 20px;
  padding-right: 20px
}

.gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]),
.gdlr-core-input-wrap.gdlr-core-large select {
  font-size: 15px;
  padding: 15px 22px
}

.gdlr-core-input-wrap.gdlr-core-large textarea {
  font-size: 15px;
  padding: 18px 22px;
  height: 120px
}

.gdlr-core-input-wrap.gdlr-core-small.gdlr-core-with-column {
  margin-left: -5px;
  margin-right: -5px
}

.gdlr-core-input-wrap.gdlr-core-small [class^="gdlr-core-column-"] {
  padding-left: 6px;
  padding-right: 6px
}

.gdlr-core-input-wrap.gdlr-core-small input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.gdlr-core-input-wrap.gdlr-core-small textarea,
.gdlr-core-input-wrap.gdlr-core-small select {
  margin-bottom: 12px
}

.gdlr-core-input-wrap.gdlr-core-small input:not([type="button"]):not([type="submit"]):not([type="file"]) {
  font-size: 13px;
  padding: 12px 18px
}

.gdlr-core-input-wrap.gdlr-core-small textarea,
.gdlr-core-input-wrap.gdlr-core-small select {
  font-size: 13px;
  padding: 12px 18px;
  height: 120px
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.gdlr-core-input-wrap.gdlr-core-dark-transparent-style textarea,
.gdlr-core-input-wrap.gdlr-core-dark-transparent-style select {
  background: rgba(49, 49, 49, .8);
  color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style ::-webkit-input-placeholder {
  color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style ::-moz-placeholder {
  color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style :-ms-input-placeholder {
  color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style :-moz-placeholder {
  color: #adadad
}

.gdlr-core-pagination a {
  cursor: pointer
}

.gdlr-core-pagination a.gdlr-core-active {
  cursor: default
}

.gdlr-core-pagination a,
.gdlr-core-pagination span {
  white-space: nowrap;
  font-weight: 700
}

.gdlr-core-pagination a.prev:before {
  content: "\f104";
  font-family: fontAwesome;
  line-height: 1
}

.gdlr-core-pagination a.next:before {
  content: "\f105";
  font-family: fontAwesome;
  line-height: 1
}

.gdlr-core-pagination.gdlr-core-with-border a,
.gdlr-core-pagination.gdlr-core-with-border span {
  background: transparent;
  border-width: 2px;
  border-style: solid
}

.gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,
.gdlr-core-pagination.gdlr-core-with-border a:hover {
  background: transparent
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border span,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a:hover {
  background: transparent
}

.gdlr-core-pagination.gdlr-core-style-plain a,
.gdlr-core-pagination.gdlr-core-style-plain span {
  background: transparent;
  margin-left: 15px
}

.gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,
.gdlr-core-pagination.gdlr-core-style-plain a:hover {
  background: transparent
}

.gdlr-core-pagination.gdlr-core-style-plain a:before,
.gdlr-core-pagination.gdlr-core-style-plain span:before {
  content: "/ ";
  margin-right: 15px
}

.gdlr-core-pagination.gdlr-core-style-plain a:first-child,
.gdlr-core-pagination.gdlr-core-style-plain span:first-child {
  margin-left: 0
}

.gdlr-core-pagination.gdlr-core-style-plain a:first-child:before,
.gdlr-core-pagination.gdlr-core-style-plain span:first-child:before {
  display: none
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain span,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a:hover {
  background: transparent
}

.gdlr-core-pagination.gdlr-core-style-rectangle a,
.gdlr-core-pagination.gdlr-core-style-rectangle span {
  display: inline-block;
  font-size: 12px;
  padding: 9px 14px;
  margin-right: 1px
}

.gdlr-core-pagination.gdlr-core-style-rectangle.gdlr-core-with-border a,
.gdlr-core-pagination.gdlr-core-style-rectangle.gdlr-core-with-border span {
  padding: 7px 12px
}

.gdlr-core-pagination.gdlr-core-style-round a,
.gdlr-core-pagination.gdlr-core-style-round span {
  display: inline-block;
  font-size: 14px;
  padding: 9px 14px;
  margin-right: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-with-border a,
.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-with-border span {
  padding: 7px 12px;
  line-height: 21px
}

.gdlr-core-pagination.gdlr-core-style-circle a,
.gdlr-core-pagination.gdlr-core-style-circle span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  margin-right: 4px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-pagination.gdlr-core-style-circle.gdlr-core-with-border a,
.gdlr-core-pagination.gdlr-core-style-circle.gdlr-core-with-border span {
  line-height: 41px
}

.gdlr-core-filterer-wrap {
  margin-bottom: 50px;
  position: relative
}

.gdlr-core-filterer-wrap.gdlr-core-style-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer {
  margin: 0 18px
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer:first-child {
  margin-left: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer:last-child {
  margin-right: 0
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-button-color {
  background: transparent
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 4px;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:first-child {
  margin-left: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:last-child {
  margin-right: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
  cursor: default
}

.gdlr-core-filterer-slide-bar {
  position: absolute;
  bottom: -6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000
}

.gdlr-core-filterer-wrap.gdlr-core-round-slide-bar .gdlr-core-filterer-slide-bar {
  border-bottom: 0;
  bottom: -8px
}

.gdlr-core-filterer-wrap.gdlr-core-round-slide-bar .gdlr-core-filterer-slide-bar:before {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 4px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-filterer-wrap {
  padding-left: 50px;
  padding-right: 50px
}

.gdlr-core-price-list-item .gdlr-core-price-list {
  line-height: 1.2;
  margin-bottom: 18px
}

.gdlr-core-price-list-item .gdlr-core-price-list-title {
  float: left;
  margin-right: 20px
}

.gdlr-core-price-list-item .gdlr-core-price-list-price {
  float: right;
  margin-left: 20px
}

.gdlr-core-price-list-item .gdlr-core-price-list-caption {
  margin-top: 10px
}

.gdlr-core-price-list-item .gdlr-core-price-list-divider {
  border-width: 0 0 1px;
  border-bottom-style: solid;
  overflow: hidden
}

.gdlr-core-price-list-item .gdlr-core-price-list-divider:before {
  content: "1";
  visibility: hidden;
  display: block;
  margin-bottom: -5px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title-wrap {
  text-align: center;
  margin-bottom: 60px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title-inner {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title {
  padding: 16px 43px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: background 300ms, color 300ms;
  -moz-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  -webkit-transition: background 300ms, color 300ms
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title.gdlr-core-active {
  background: #000;
  color: #fff
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-content {
  display: none
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-content.gdlr-core-active {
  display: block
}

.gdlr-core-price-table-item .gdlr-core-price-table {
  text-align: center;
  margin: 45px 5px 0;
  overflow: hidden
}

.gdlr-core-price-table .gdlr-core-price-table-head {
  padding: 33px 20px;
  margin-right: -1px
}

.gdlr-core-price-table .gdlr-core-price-table-image {
  margin-bottom: 32px;
  margin-top: 20px
}

.gdlr-core-price-table .gdlr-core-price-table-icon {
  font-size: 51px;
  line-height: 1;
  margin-bottom: 32px;
  margin-top: 20px
}

.gdlr-core-price-table .gdlr-core-price-table-title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px
}

.gdlr-core-price-table .gdlr-core-price-table-caption {
  font-size: 14px
}

.gdlr-core-price-table .gdlr-core-price-table-content-wrap {
  padding-bottom: 10px
}

.gdlr-core-price-table .gdlr-core-price-table-content {
  padding: 10px 20px
}

.gdlr-core-price-table .gdlr-core-price-table-button {
  margin: 35px 20px
}

.gdlr-core-price-table .gdlr-core-price-table-price {
  line-height: 1;
  padding: 25px 20px 40px
}

.gdlr-core-price-table .gdlr-core-price-prefix {
  font-size: 25px;
  vertical-align: super
}

.gdlr-core-price-table .gdlr-core-price-table-price-number {
  font-size: 60px;
  font-weight: 300;
  margin: 0 8px;
  vertical-align: middle
}

.gdlr-core-price-table .gdlr-core-price-suffix {
  font-size: 17px;
  vertical-align: bottom
}

.gdlr-core-price-table .gdlr-core-price-table-button.gdlr-core-button-with-border {
  border-radius: 30px;
  border-width: 2px
}

.gdlr-core-price-table .gdlr-core-price-table-button.gdlr-core-button-transparent {
  background: transparent !important
}

.gdlr-core-price-table-item .gdlr-core-price-table.gdlr-core-active {
  margin-top: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .2)
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head {
  padding: 34px 20px 26px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon {
  font-size: 70px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-prefix {
  font-size: 34px;
  font-weight: 500
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number {
  font-size: 72px;
  font-weight: 400
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price {
  padding: 35px 20px 50px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-content-wrap {
  padding-bottom: 30px
}

.gdlr-core-price-list-shortcode ul {
  margin: 0 -20px;
  list-style: none
}

.gdlr-core-price-list-shortcode ul li {
  padding: 0 20px;
  margin-bottom: 16px
}

.gdlr-core-price-list-shortcode ul li i {
  display: inline-block;
  width: 25px;
  margin-right: 8px
}

.gdlr-core-price-list-shortcode.gdlr-core-with-divider ul li {
  padding: 14px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0
}

.gdlr-core-space-shortcode {
  display: block
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
  text-align: left;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
  margin: 0 15px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-price-number {
  font-size: 52px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 -9px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-suffix {
  font-size: 14px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-icon {
  margin-top: 0;
  font-size: 51px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-title {
  font-size: 22px;
  text-transform: none;
  font-weight: 500
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-head {
  padding: 50px 35px 10px;
  background: transparent !important
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-price {
  padding: 0 35px 10px;
  background: transparent !important
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button {
  margin: 35px 35px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content-wrap {
  padding-bottom: 40px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content {
  text-align: left;
  padding: 45px 35px 10px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button {
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button.gdlr-core-button-with-border {
  border-radius: 30px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
  box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .2)
}

.gdlr-core-page-builder-body blockquote {
  margin: 0
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-quote {
  line-height: 1
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content-wrap {
  overflow: hidden
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content {
  font-style: italic
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author:before {
  content: "-";
  margin-right: 4px
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author {
  font-style: italic;
  font-weight: 700
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author-position {
  font-weight: 400
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author-position:before {
  content: "/";
  margin: 0 9px
}

.gdlr-core-blockquote-item.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
  float: left
}

.gdlr-core-blockquote-item.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
  float: right
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-quote {
  font-size: 80px;
  margin-top: -5px
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-content {
  font-size: 14px
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-author {
  font-size: 13px;
  margin-top: 26px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
  margin-bottom: -10px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
  margin-right: 34px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
  margin-left: 34px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-quote {
  font-size: 100px;
  margin-top: -8px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-content {
  font-size: 16px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-author {
  font-size: 14px;
  margin-top: 28px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
  margin-bottom: -16px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
  margin-right: 37px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
  margin-left: 37px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-quote {
  font-size: 120px;
  margin-top: -10px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-content {
  font-size: 18px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-author {
  font-size: 16px;
  margin-top: 30px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
  margin-bottom: -22px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
  margin-right: 40px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
  margin-left: 40px
}

.gdlr-core-columnize-item .gdlr-core-columnize-item-content {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 60px;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  -webkit-column-rule-width: 1px;
  column-rule-style: solid;
  -moz-column-rule-style: solid;
  -webkit-column-rule-style: solid
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0
}

.gdlr-core-column-service-item .gdlr-core-column-service-caption {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px
}

.gdlr-core-column-service-item .gdlr-core-column-service-content {
  font-size: 15px
}

.gdlr-core-column-service-item .gdlr-core-column-service-read-more {
  font-size: 14px;
  font-style: italic;
  display: inline-block
}

.gdlr-core-column-service-item .gdlr-core-column-service-read-more i {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon {
  line-height: 1
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon i {
  font-size: 30px
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon.gdlr-core-icon-style-round i {
  line-height: 30px;
  width: 30px;
  padding: 17px;
  text-align: center;
  display: inline-block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-character {
  font-size: 30px;
  line-height: 1;
  font-weight: 700
}

.gdlr-core-column-service-item.gdlr-core-center-align .gdlr-core-column-service-title-wrap {
  margin-bottom: 15px
}

.gdlr-core-column-service-item.gdlr-core-center-align .gdlr-core-column-service-media {
  margin-bottom: 28px;
  display: inline-block
}

.gdlr-core-column-service-item.gdlr-core-column-service-icon-top .gdlr-core-column-service-title-wrap {
  margin-bottom: 20px
}

.gdlr-core-column-service-item.gdlr-core-column-service-icon-top .gdlr-core-column-service-media {
  margin-bottom: 28px;
  display: inline-block
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-content-wrapper {
  overflow: hidden
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
  margin-bottom: 16px
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-media {
  max-width: 30%
}

.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
  float: left;
  margin-right: 25px
}

.gdlr-core-column-service-icon-left.gdlr-core-right-align .gdlr-core-column-service-media {
  float: right;
  margin-left: 25px
}

.gdlr-core-column-service-icon-left.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
  padding-top: 5px
}

.gdlr-core-column-service-icon-left.gdlr-core-with-caption .gdlr-core-column-service-media.gdlr-core-media-icon {
  margin-top: 7px
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-title-wrap {
  overflow: hidden;
  margin-bottom: 18px
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-content {
  clear: both
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-media {
  margin-bottom: 18px;
  max-width: 30%
}

.gdlr-core-column-service-icon-left-title.gdlr-core-left-align .gdlr-core-column-service-media {
  float: left;
  margin-right: 25px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-right-align .gdlr-core-column-service-media {
  float: right;
  margin-left: 25px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
  padding-top: 5px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-with-caption .gdlr-core-column-service-media.gdlr-core-media-icon {
  margin-top: 7px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
  border-style: solid;
  padding: 34px 42px 29px;
  position: relative
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-remove {
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 1;
  cursor: pointer
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-icon {
  font-size: 22px;
  width: 43px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-head {
  margin-bottom: 18px
}

.gdlr-core-alert-box-item.gdlr-core-left-align .gdlr-core-alert-box-item-icon {
  float: left
}

.gdlr-core-alert-box-item.gdlr-core-left-align .gdlr-core-alert-box-item-content {
  padding-left: 43px
}

.gdlr-core-alert-box-item.gdlr-core-right-align .gdlr-core-alert-box-item-icon {
  float: right
}

.gdlr-core-alert-box-item.gdlr-core-right-align .gdlr-core-alert-box-item-content {
  padding-right: 43px
}

.gdlr-core-alert-box-item.gdlr-core-center-align .gdlr-core-alert-box-item-title {
  display: inline-block
}

.gdlr-core-alert-box-item.gdlr-core-center-align .gdlr-core-alert-box-item-icon {
  display: inline-block;
  text-align: left;
  vertical-align: middle
}

.gdlr-core-alert-box-item.gdlr-core-no-icon .gdlr-core-alert-box-item-content {
  padding-left: 0;
  padding-right: 0
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon {
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 5px;
  display: inline-block
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-image {
  margin-bottom: 37px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-title-divider {
  width: 23px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin: 16px auto 12px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption {
  font-size: 15px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content {
  font-size: 15px;
  margin-top: 21px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0)
}

.gdlr-core-flipbox .gdlr-core-flipbox-content {
  position: relative
}

.gdlr-core-flipbox .gdlr-core-flipbox-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover
}

.gdlr-core-flipbox .gdlr-core-flipbox-frame {
  position: absolute;
  margin: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-flipbox .gdlr-core-flipbox-front,
.gdlr-core-flipbox .gdlr-core-flipbox-back {
  width: 100%;
  overflow: hidden;
  position: relative
}

.gdlr-core-flipbox .gdlr-core-flipbox-back {
  display: none
}

.gdlr-core-flipbox.gdlr-core-after-init .gdlr-core-flipbox-back {
  display: block
}

.gdlr-core-flipbox .gdlr-core-flipbox-front,
.gdlr-core-flipbox .gdlr-core-flipbox-back {
  padding: 50px 40px 40px
}

.gdlr-core-flipbox .gdlr-core-flipbox-front.gdlr-core-flipbox-type-outer,
.gdlr-core-flipbox .gdlr-core-flipbox-back.gdlr-core-flipbox-type-outer {
  border-width: 5px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-content-wrap {
  overflow: hidden
}

.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-item-icon,
.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-item-image {
  float: left;
  margin-right: 30px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box {
  position: relative;
  overflow: hidden;
  padding: 50px 40px 40px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-content {
  position: relative
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon {
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 5px;
  display: inline-block
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-image {
  margin-bottom: 37px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption {
  font-size: 15px;
  margin-bottom: 18px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-content {
  font-size: 15px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-frame {
  position: absolute;
  margin: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0)
}

.gdlr-core-feature-box-item .gdlr-core-feature-box.gdlr-core-feature-box-type-outer {
  border-width: 5px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 14px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-content {
  font-size: 14px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap {
  padding-top: 30px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap.gdlr-core-with-frame {
  padding: 35px 35px 15px 35px;
  border-width: 0 1px 1px 1px;
  border-style: solid
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap.gdlr-core-with-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.gdlr-core-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1
}

.gdlr-core-pbf-wrapper-marquee {
  position: absolute;
  font-size: 90px;
  font-weight: 800;
  top: 0
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar {
  position: relative;
  margin-top: 32px
}

.gdlr-core-skill-bar-item.gdlr-core-item-pdb.gdlr-core-size-large .gdlr-core-skill-bar {
  margin-top: 30px
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar:first-child {
  margin-top: 0
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
  height: 100%;
  width: 0%;
  position: relative
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 12px
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
  font-weight: 700;
  float: right;
  white-space: nowrap
}

.gdlr-core-skill-bar-item.gdlr-core-type-round .gdlr-core-skill-bar-progress {
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled {
  overflow: visible !important
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled-indicator {
  position: absolute;
  top: -8px;
  bottom: -8px;
  right: 0;
  width: 2px
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-right {
  position: absolute;
  right: 0;
  top: -36px;
  margin-right: -19px;
  opacity: 0;
  transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  -webkit-transition: opacity 800ms
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled.gdlr-core-animate .gdlr-core-skill-bar-right {
  opacity: 1
}

.gdlr-core-skill-bar-item.gdlr-core-size-small .gdlr-core-skill-bar-head {
  font-size: 13px;
  margin-bottom: 12px
}

.gdlr-core-skill-bar-item.gdlr-core-size-small .gdlr-core-skill-bar-progress {
  height: 6px
}

.gdlr-core-skill-bar-item.gdlr-core-size-medium .gdlr-core-skill-bar-head {
  font-size: 15px;
  margin-bottom: 12px
}

.gdlr-core-skill-bar-item.gdlr-core-size-medium .gdlr-core-skill-bar-progress {
  height: 15px
}

.gdlr-core-skill-bar-item.gdlr-core-size-large .gdlr-core-skill-bar-head {
  font-size: 12px;
  line-height: 18px;
  padding: 11px 18px;
  position: relative;
  z-index: 1
}

.gdlr-core-skill-bar-item.gdlr-core-size-large .gdlr-core-skill-bar-progress {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gdlr-core-icon-item {
  line-height: 0
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap {
  display: inline-block;
  padding: 20px
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-with-border {
  border-width: 2px;
  border-style: solid
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-icon-item-type-circle,
.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-icon-item-type-circle .gdlr-core-icon-item-icon {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-icon-item .gdlr-core-icon-item-icon {
  font-size: 45px;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  display: inline-block
}

.gdlr-core-icon-item .gdlr-core-icon-item-icon.gdlr-core-with-border {
  padding: 20px;
  border-width: 2px;
  border-style: solid
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle {
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-head {
  font-weight: 700;
  letter-spacing: 1px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-caption {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle canvas {
  max-width: 100%;
  max-height: 100%
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-center {
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-left {
  margin-left: 0;
  margin-right: auto
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-right {
  margin-left: auto;
  margin-right: 0
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-content {
  margin-top: -39px
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-head {
  font-size: 22px
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-caption {
  font-size: 14px;
  margin-top: 17px;
  padding-bottom: 6px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-content {
  margin-top: -30px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-head {
  font-size: 17px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-caption {
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 6px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-main-content.gdlr-core-left {
  float: left;
  margin-right: 20px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-main-content.gdlr-core-right {
  float: right;
  margin-left: 20px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description {
  overflow: hidden
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description-text {
  font-size: 15px
}

.gdlr-core-accordion-item-tab .gdlr-core-accordion-item-content {
  display: none
}

.gdlr-core-accordion-item-tab .gdlr-core-accordion-item-title .gdlr-core-head {
  margin-right: 13px
}

.gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-content {
  display: block
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 27px;
  letter-spacing: 1px
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-content {
  padding: 5px 0 15px
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-content-wrapper {
  overflow: hidden
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon {
  font-size: 18px;
  float: left;
  width: 48px;
  cursor: pointer;
  text-align: center;
  height: 48px;
  padding: 12px;
  line-height: 20px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  margin-right: 27px;
  transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon:before {
  content: "\4c";
  font-family: "ElegantIcons"
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon {
  background: transparent
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon:before {
  content: "\4b"
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-tab {
  padding-top: 5px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-content {
  padding: 0 0 12px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-content-wrapper {
  overflow: hidden
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon {
  font-size: 18px;
  float: left;
  width: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin-right: 17px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon:before {
  content: "\4c";
  font-family: "ElegantIcons"
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon:before {
  content: "\4b"
}

.gdlr-core-accordion-style-icon.gdlr-core-icon-pos-right .gdlr-core-accordion-item-icon {
  float: right
}

.gdlr-core-accordion-style-icon.gdlr-core-with-divider .gdlr-core-accordion-item-tab {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 15px
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 23px 25px 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background 200ms, color 200ms;
  -moz-transition: background 200ms, color 200ms;
  -o-transition: background 200ms, color 200ms;
  -webkit-transition: background 200ms, color 200ms
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-content {
  padding: 13px 0 10px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 23px 25px 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background 200ms, color 200ms;
  -moz-transition: background 200ms, color 200ms;
  -o-transition: background 200ms, color 200ms;
  -webkit-transition: background 200ms, color 200ms
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-content {
  padding: 13px 0 10px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before {
  content: "\4c";
  font-family: "ElegantIcons";
  font-weight: 400;
  font-size: 16px;
  vertical-align: text-bottom
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-icon-pos-left .gdlr-core-accordion-item-title:before {
  float: left;
  margin-right: 15px
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-icon-pos-right .gdlr-core-accordion-item-title:before {
  float: right;
  margin-left: 15px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-title:before {
  content: "\4b"
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-right-align .gdlr-core-accordion-item-title:before {
  float: right;
  margin-left: 15px;
  margin-right: 0;
  margin-top: -2px
}

.gdlr-core-toggle-box-item-tab .gdlr-core-toggle-box-item-content {
  display: none
}

.gdlr-core-toggle-box-item-tab .gdlr-core-toggle-box-item-title .gdlr-core-head {
  margin-right: 13px
}

.gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-content {
  display: block
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 27px;
  letter-spacing: 1px
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-content {
  padding: 5px 0 15px
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-content-wrapper {
  overflow: hidden
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
  font-size: 18px;
  float: left;
  width: 48px;
  cursor: pointer;
  text-align: center;
  height: 48px;
  padding: 12px;
  line-height: 20px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  margin-right: 27px;
  transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon:before {
  content: "\4c";
  font-family: "ElegantIcons"
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon {
  background: transparent
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon:before {
  content: "\4b"
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-tab {
  padding-top: 5px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-content {
  padding: 0 0 12px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-content-wrapper {
  overflow: hidden
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon {
  font-size: 18px;
  float: left;
  width: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin-right: 17px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon:before {
  content: "\4c";
  font-family: "ElegantIcons"
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon:before {
  content: "\4b"
}

.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 23px 25px 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-content {
  padding: 13px 0 10px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 23px 25px 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-content {
  padding: 13px 0 10px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title:before {
  content: "\4c";
  font-family: "ElegantIcons";
  margin-right: 15px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-accordion-item-title:before {
  content: "\4b"
}

.gdlr-core-port-info-item .gdlr-core-port-info-key {
  display: inline-block;
  min-width: 78px;
  margin-right: 20px;
  font-weight: 700
}

.gdlr-core-port-info-item .gdlr-core-port-info {
  margin-top: 15px
}

.gdlr-core-port-info-item .gdlr-core-port-info:first-child {
  margin-top: 0
}

.gdlr-core-port-info-item .gdlr-core-port-info-wrap.gdlr-core-with-border {
  padding-bottom: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share {
  padding-top: 26px;
  margin-top: 45px;
  margin-bottom: 4px;
  border-top-width: 1px;
  border-top-style: solid
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item {
  padding: 0
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-port-info-value {
  display: inline-block;
  line-height: 23px
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item a {
  font-size: 14px;
  margin: 0 10px
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item a:first-child {
  margin-left: 0
}

.gdlr-core-port-info2 {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 17px;
  margin-top: 17px;
  font-size: 16px
}

.gdlr-core-port-info2:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0
}

.gdlr-core-port-info2 .gdlr-core-port-info2-content {
  max-width: 250px
}

.gdlr-core-port-info2 .gdlr-core-port-info2-key {
  font-weight: 700;
  float: left
}

.gdlr-core-port-info2 .gdlr-core-port-info2-value {
  float: right;
  text-align: right
}

.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
  position: relative
}

.gdlr-core-tab-item .gdlr-core-tab-item-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 200ms, color 200ms;
  -moz-transition: background 200ms, color 200ms;
  -o-transition: background 200ms, color 200ms;
  -webkit-transition: background 200ms, color 200ms
}

.gdlr-core-tab-item .gdlr-core-tab-item-content {
  display: none
}

.gdlr-core-tab-item .gdlr-core-tab-item-content.gdlr-core-active {
  display: block
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
  margin-left: -1px;
  padding: 18px 28px 14px;
  border-width: 1px 1px 0;
  border-style: solid;
  display: inline-block
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title:first-child {
  margin-left: 0
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
  margin-bottom: -1px;
  padding-bottom: 15px
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content {
  padding: 25px 0 5px
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title-wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title {
  padding: 0 28px 20px;
  display: inline-block
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title-line {
  position: absolute;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  bottom: -2px
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-content {
  padding: 25px 0 5px
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title-wrap {
  max-width: 40%
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title {
  padding: 16px 35px 14px
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-content-wrap {
  overflow: hidden
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-content {
  padding: 15px 45px 5px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
  margin-right: -1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
  border-width: 0 0 1px 1px;
  border-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title:first-child {
  border-top-width: 1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title.gdlr-core-active {
  margin-right: -1px;
  padding-right: 29px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
  border-left-width: 1px;
  border-left-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
  float: right;
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
  border-width: 0 1px 1px 0;
  border-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title:first-child {
  border-top-width: 1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title.gdlr-core-active {
  margin-left: -1px;
  padding-left: 29px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
  border-right-width: 1px;
  border-right-style: solid
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title-wrap {
  max-width: 40%
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-content-wrap {
  overflow: hidden
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-content {
  padding: 15px 35px 5px
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title-line {
  position: absolute;
  border-right-width: 2px;
  border-right-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
  float: left;
  border-right-width: 2px;
  border-right-style: solid;
  margin-right: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
  padding: 12px 50px 12px 0
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
  border-left-width: 2px;
  border-left-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-line {
  right: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
  float: right;
  border-left-width: 2px;
  border-left-style: solid;
  margin-left: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
  padding: 12px 0 12px 50px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
  border-right-width: 2px;
  border-right-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-line {
  left: -2px
}

.gdlr-core-tab-feature2-content-text {
  font-size: 18px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-wrap {
  display: inline-block;
  cursor: pointer
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-item-wrap {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 25px;
  position: relative
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-image {
  margin-bottom: 10px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-bottom-slide-bar {
  position: absolute;
  bottom: -1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #375eef
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-wrap {
  display: none;
  padding-top: 80px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-wrap.gdlr-core-active {
  display: block
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left {
  width: 52%;
  margin-right: 5%;
  text-align: center;
  float: left;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play {
  background: rgba(55, 94, 239, .5);
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding-left: 5px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play:before {
  z-index: 1;
  position: relative
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play:after {
  position: absolute;
  content: " ";
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: #375eef;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-right {
  float: left;
  width: 43%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item {
  position: relative;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
  padding: 35px 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 150ms ease-out;
  -moz-transition: transform 150ms ease-out, -moz-box-shadow 150ms ease-out, border-color 150ms ease-out;
  -o-transition: transform 150ms ease-out, -o-box-shadow 150ms ease-out, border-color 150ms ease-out;
  -webkit-transition: transform 150ms ease-out, -webkit-box-shadow 150ms ease-out, border-color 150ms ease-out
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:last-child {
  margin-bottom: 0
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-hover {
  position: absolute;
  right: 20px;
  top: 18px;
  opacity: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #4ccf5f;
  background: rgb(76, 207, 95, .15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:hover .gdlr-core-tab-feature2-content-hover {
  opacity: 1
}

.gdlr-core-tab-feature2-item.gdlr-core-size-1 .gdlr-core-tab-feature2-title-wrap {
  width: 100%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-2 .gdlr-core-tab-feature2-title-wrap {
  width: 50%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-3 .gdlr-core-tab-feature2-title-wrap {
  width: 33.33%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-4 .gdlr-core-tab-feature2-title-wrap {
  width: 25%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-5 .gdlr-core-tab-feature2-title-wrap {
  width: 20%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-6 .gdlr-core-tab-feature2-title-wrap {
  width: 16.66%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-7 .gdlr-core-tab-feature2-title-wrap {
  width: 14.28%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-8 .gdlr-core-tab-feature2-title-wrap {
  width: 12.5%
}

@media only screen and (max-width:767px) {
  .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left {
    float: none;
    width: auto;
    margin-bottom: 40px;
    margin-right: 0
  }

  .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-right {
    width: auto
  }

  .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-image img {
    max-width: 30px
  }

  .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title {
    font-size: 13px
  }
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay {
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1));
  -moz-background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1));
  -o-background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1));
  -webkit-background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 1))
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay-active {
  background: #143369;
  background: linear-gradient(rgba(20, 51, 105, .6), rgba(20, 51, 105, 1));
  -moz-background: linear-gradient(rgba(20, 51, 105, .6), rgba(20, 51, 105, 1));
  -o-background: linear-gradient(rgba(20, 51, 105, .6), rgba(20, 51, 105, 1));
  -webkit-background: linear-gradient(rgba(20, 51, 105, .6), rgba(20, 51, 105, 1))
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-item-content-wrap {
  background: #143369
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title {
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-caption {
  color: #c6c6c6
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-title {
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-caption {
  color: #c4d8fc
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right {
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right-divider {
  border-bottom-color: #e53d34
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-solid {
  background: #e53d34;
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-solid:hover {
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border {
  border-color: #e53d34;
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border:hover {
  color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap {
  text-align: center;
  padding: 81px 20px;
  position: relative;
  cursor: pointer
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-size: cover;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  margin-right: -1px;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin-right: -1px;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background.gdlr-core-with-active {
  opacity: 0
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-active {
  opacity: 1
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-overlay {
  opacity: 0
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-overlay-active {
  opacity: 1
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 8px;
  position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-image {
  margin-bottom: 20px;
  position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-caption {
  font-size: 16px;
  position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-2 {
  float: left;
  width: 50%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-3 {
  float: left;
  width: 33.33%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-4 {
  float: left;
  width: 25%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap {
  display: none;
  padding: 100px 90px 90px 80px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap.gdlr-core-active {
  display: block
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left {
  width: 33%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -6px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: -5px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-caption {
  font-size: 20px;
  font-weight: 500
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right {
  overflow: hidden;
  font-size: 19px;
  margin-top: -10px;
  padding-left: 20px;
  padding-right: 20px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right-divider {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 18px;
  width: 55px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-wrap {
  padding-top: 20px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 52px;
  padding: 14px 30px 0;
  display: inline-block;
  margin-right: 15px;
  letter-spacing: .5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border {
  padding-top: 12px;
  border-width: 2px;
  border-style: solid
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
  background: #000
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-caption {
  color: #969696
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title {
  color: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-overlay {
  background: linear-gradient(rgba(221, 51, 51, 0), rgba(221, 51, 51, 0), rgba(221, 51, 51, 1));
  -moz-background: linear-gradient(rgba(221, 51, 51, 0), rgba(221, 51, 51, 0), rgba(221, 51, 51, 1));
  -o-background: linear-gradient(rgba(221, 51, 51, 0), rgba(221, 51, 51, 0), rgba(221, 51, 51, 1));
  -webkit-background: linear-gradient(rgba(221, 51, 51, 0), rgba(221, 51, 51, 0), rgba(221, 51, 51, 1))
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
  border-color: #e53d34
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li {
  background: #222;
  color: #7d7d7d
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li.gdlr-core-active {
  background: #e53d34;
  color: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
  background: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-caption {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
  position: relative;
  width: 33px;
  border-bottom-width: 2px;
  border-bottom-style: solid
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-background-switch>div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-background-switch>div.gdlr-core-active {
  opacity: 1
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
  width: 35%;
  float: left
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-wrap {
  padding-bottom: 46px;
  padding-left: 15%;
  position: relative
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 15%
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li {
  margin-left: 0;
  list-style: none;
  font-size: 17px;
  margin-bottom: 1px;
  padding: 15px 23px 17px;
  cursor: pointer
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li:last-child {
  margin-bottom: 0
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li i {
  margin-right: 12px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
  overflow: hidden
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
  display: none;
  padding: 100px 85px 70px;
  background-size: cover
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap.gdlr-core-active {
  display: block
}

.gdlr-core-tab-featurev-item .gldr-core-tab-featurev-content-title-image {
  margin-bottom: 25px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title-caption {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title {
  font-size: 32px;
  font-weight: 800
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title-wrap {
  margin-bottom: 30px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content {
  font-size: 17px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-caption {
  font-size: 16px;
  font-style: italic;
  letter-spacing: .5px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-title {
  font-size: 41px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-content {
  font-size: 16px;
  margin-bottom: 30px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-link {
  font-size: 15px;
  font-style: italic;
  letter-spacing: .5px
}

.gdlr-core-stunning-text-caption-above-title .gdlr-core-stunning-text-item-title {
  margin-bottom: 22px
}

.gdlr-core-stunning-text-caption-above-title .gdlr-core-stunning-text-item-caption {
  margin-bottom: 13px
}

.gdlr-core-stunning-text-caption-below-title .gdlr-core-stunning-text-item-title {
  margin-bottom: 15px
}

.gdlr-core-stunning-text-caption-below-title .gdlr-core-stunning-text-item-caption {
  margin-bottom: 25px
}

.gdlr-core-audio {
  padding: 16px 19px 13px
}

.gdlr-core-audio .mejs-container {
  height: 30px !important
}

.gdlr-core-audio .mejs-container .mejs-controls {
  height: 30px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-time {
  font-size: 15px;
  line-height: 1;
  padding-top: 6px;
  height: 17px;
  white-space: nowrap
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 8px;
  height: 10px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button button,
.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button button {
  display: none
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button {
  line-height: 1;
  margin-left: 20px;
  margin-right: 10px;
  width: 26px;
  height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before {
  content: "\e069";
  font-family: "ElegantIcons";
  font-size: 16px;
  display: inline-block;
  padding: 5px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute:before {
  content: "\e067"
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button {
  line-height: 1;
  margin-right: 10px;
  width: 26px;
  height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before {
  font-family: "ElegantIcons";
  font-size: 24px;
  display: inline-block;
  padding: 1px;
  cursor: pointer
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-play:before {
  content: "\49"
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-pause:before {
  content: "\5f";
  font-size: 24px;
  padding: 2px
}

.gdlr-core-audio .mejs-controls div.mejs-time-rail {
  padding-top: 3px;
  height: 26px;
  margin: 0 5px
}

.gdlr-core-audio .mejs-container,
.gdlr-core-audio .mejs-container .mejs-controls,
.gdlr-core-audio .mejs-embed,
.gdlr-core-audio .mejs-embed body {
  background: transparent
}

.gdlr-core-counter-item {
  text-align: center
}

.gdlr-core-counter-item .gdlr-core-counter-item-top-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px
}

.gdlr-core-counter-item .gdlr-core-counter-item-top-icon {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.2
}

.gdlr-core-counter-item .gdlr-core-counter-item-number {
  font-size: 59px;
  line-height: 1;
  margin-bottom: 25px
}

.gdlr-core-counter-item .gdlr-core-counter-item-prefix {
  margin-right: 6px
}

.gdlr-core-counter-item .gdlr-core-counter-item-divider {
  width: 20px;
  margin: 0 auto 25px;
  border-bottom-width: 2px;
  border-bottom-style: solid
}

.gdlr-core-counter-item .gdlr-core-counter-item-bottom-text {
  font-size: 16px;
  text-transform: uppercase
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption {
  display: table
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-left {
  display: table-cell;
  vertical-align: middle
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-left .gdlr-core-counter-item-number {
  white-space: nowrap;
  margin-bottom: 0
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-right {
  display: table-cell;
  vertical-align: middle
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-right {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 25px
}

.gdlr-core-counter-item.gdlr-core-left-align {
  text-align: left
}

.gdlr-core-counter-item.gdlr-core-left-align .gdlr-core-counter-item-divider {
  margin-left: 0
}

.gdlr-core-counter-item.gdlr-core-right-align {
  text-align: right
}

.gdlr-core-counter-item.gdlr-core-right-align .gdlr-core-counter-item-divider {
  margin-right: 0
}

.gdlr-core-countdown-wrap .gdlr-core-countdown-block {
  display: inline-block;
  margin: 0 30px
}

.gdlr-core-countdown-wrap .gdlr-core-time {
  font-size: 85px;
  font-weight: 300;
  display: block;
  line-height: 1;
  white-space: nowrap
}

.gdlr-core-countdown-wrap .gdlr-core-unit {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px
}

.gdlr-core-type-animation-item .gdlr-core-type-animation-item-content {
  font-size: 19px;
  border-style: solid;
  border-width: 0
}

.gdlr-core-type-animation-item.gdlr-core-with-highlight .gdlr-core-type-animation-item-content {
  padding-left: .7em;
  padding-right: .7em;
  display: inline-block
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.gdlr-core-block-item-title-wrap {
  position: relative;
  margin-bottom: 60px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title-inner {
  position: relative
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption {
  font-size: 16px;
  font-style: italic;
  letter-spacing: .8px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
  font-size: 41px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title i {
  margin-right: 18px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title img {
  margin-right: 18px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
  font-size: 14px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more.gdlr-core-style-with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 2px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more.gdlr-core-style-right-with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  bottom: 10px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-top {
  margin-bottom: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-bottom {
  margin-top: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title {
  display: inline-block;
  margin-right: 25px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-1 {
  display: inline-block;
  height: 32px;
  margin: 0 40px 0 0;
  border-right-width: 1px;
  border-right-style: solid;
  transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2 {
  margin-right: 22px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2:before {
  content: " ";
  border-bottom-width: 3px;
  border-top-width: 2px;
  border-style: solid;
  width: 25px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2:after {
  content: " ";
  border-bottom-width: 3px;
  border-top-width: 2px;
  border-style: solid;
  opacity: .5;
  margin-left: 8px;
  width: 5px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-top {
  margin-bottom: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-bottom {
  margin-top: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more {
  display: inline-block;
  margin-top: 10px
}

.gdlr-core-block-item-title-nav {
  margin-bottom: 40px
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
  font-size: 16px;
  font-style: italic;
  display: block
}

.gdlr-core-title-item .gdlr-core-title-item-title {
  font-size: 41px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms
}

.gdlr-core-title-item .gdlr-core-title-item-title i {
  margin-right: 30px
}

.gdlr-core-title-item .gdlr-core-title-item-title-wrap {
  position: relative
}

.gdlr-core-title-item .gdlr-core-title-item-divider {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-left {
  left: 0
}

.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-right {
  right: 0
}

.gdlr-core-title-item .gdlr-core-title-item-link {
  display: block;
  margin-top: 12px
}

.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link,
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  line-height: 25px;
  font-style: italic
}

.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link.gdlr-core-overflow,
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link.gdlr-core-overflow {
  position: static;
  margin-top: 10px
}

.gdlr-core-title-item-caption-top .gdlr-core-title-item-caption {
  margin-bottom: 10px
}

.gdlr-core-title-item-caption-bottom .gdlr-core-title-item-caption {
  margin-top: 10px
}

.gdlr-core-title-item-caption-right .gdlr-core-title-item-title-wrap {
  float: left;
  margin-right: 30px
}

.gdlr-core-title-item-caption-right .gdlr-core-title-item-caption {
  overflow: hidden
}

.gdlr-core-title-item-left-image {
  float: left;
  margin-right: 30px
}

.gdlr-core-title-item-left-image-wrap {
  overflow: hidden
}

.gdlr-core-title-item-left-icon {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 30px
}

.gdlr-core-title-item-left-icon-wrap {
  overflow: hidden
}

.gdlr-core-title-item-left-divider {
  border-left-width: 5px;
  border-style: solid;
  margin-right: 30px
}

.gdlr-core-title-item-title-side-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block
}

.gdlr-core-title-item-title-side-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block
}

.gdlr-core-title-item-title-side-border.gdlr-core-style-upper {
  margin-bottom: .6em
}

.gdlr-core-title-item-title-side-border.gdlr-core-style-middle {
  margin-bottom: .3em
}

.gdlr-core-personnel-thumbnail-hover-content {
  line-height: 1.7;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.gdlr-core-personnel-thumbnail-hover-content.gdlr-core-bottom {
  top: auto;
  bottom: 30px;
  transform: none;
  -webkit-transform: none
}

.gdlr-core-personnel-thumbnail-hover-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px
}

.gdlr-core-personnel-thumbnail-hover-social {
  font-size: 19px;
  margin-bottom: 12px
}

.gdlr-core-personnel-thumbnail-hover-social.gdlr-core-round-border .gdlr-core-social-network-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  margin-left: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.gdlr-core-personnel-thumbnail-hover-social.gdlr-core-round-border .gdlr-core-social-network-icon:first-child {
  margin-left: 0
}

.gdlr-core-personnel-thumbnail-hover-content>div:last-child {
  margin-bottom: 0
}

.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-title a,
.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-title a:hover,
.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-social a,
.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-social a:hover,
.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-excerpt {
  color: #fff
}

.gdlr-core-personnel-item .gdlr-core-personnel-list {
  border-style: solid;
  border-width: 0
}

.gdlr-core-personnel-item .gdlr-core-personnel-list.gdlr-core-outer-frame-element {
  overflow: hidden
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
  letter-spacing: .2px
}

.gdlr-core-personnel-list-image .gdlr-core-hover-opacity {
  pointer-events: none
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-column {
  margin-bottom: 50px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-content-wrap {
  padding-top: 37px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title {
  font-size: 16px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
  letter-spacing: .2px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-divider {
  border-bottom: 2px;
  border-bottom-style: solid;
  width: 45px;
  padding-top: 12px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-content {
  margin-top: 20px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social {
  margin-top: 18px;
  margin-bottom: 12px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social-shortcode {
  margin-top: 20px
}

.gdlr-core-personnel-style-grid.gdlr-core-right-align .gdlr-core-personnel-list-divider {
  margin-left: auto;
  margin-right: 0
}

.gdlr-core-personnel-style-grid.gdlr-core-center-align .gdlr-core-personnel-list-divider {
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
  padding: 35px 32px 25px
}

.gdlr-core-personnel-item-style-grid-no-space .gdlr-core-personnel-list-content-wrap {
  margin-left: 33px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-column {
  margin-bottom: 50px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-image {
  float: left;
  max-width: 37%;
  margin-right: 42px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-content-wrap {
  overflow: hidden
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-title {
  font-size: 16px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
  letter-spacing: .2px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-divider {
  border-bottom: 2px;
  border-bottom-style: solid;
  width: 45px;
  padding-top: 12px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-content {
  margin-top: 20px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social {
  margin-top: 18px;
  margin-bottom: 12px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social-shortcode {
  margin-top: 20px
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list {
  position: relative
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title {
  font-size: 17px
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-content-wrap {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 32px
}

.gdlr-core-personnel-list .gdlr-core-personnel-list-content-wrap.gdlr-core-hover-overlay-content {
  opacity: 0;
  transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out
}

.gdlr-core-personnel-list:hover .gdlr-core-personnel-list-content-wrap.gdlr-core-hover-overlay-content {
  opacity: 1
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-column {
  margin-bottom: 15px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list {
  padding-bottom: 65px;
  position: relative
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-content-wrap {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 15px;
  z-index: 1;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-title {
  margin-bottom: 0
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-position {
  margin-bottom: 0;
  margin-top: 10px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-social {
  margin-bottom: 0;
  margin-top: 10px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-info-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 350ms;
  -moz-transition: max-height 350ms;
  -o-transition: max-height 350ms;
  -webkit-transition: max-height 350ms
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-personnel-list-info-wrap {
  max-height: 100px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-opacity-on-hover img {
  opacity: .5;
  filter: alpha(opacity=50)
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-zoom-on-hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-hover-opacity {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-zoom-on-hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%)
}

.gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
  padding-top: 15px;
  margin-top: -15px;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 15px;
  margin-right: -15px;
  padding-bottom: 15px;
  margin-bottom: -15px
}

.gdlr-core-personnel-filterer {
  margin-bottom: 40px
}

.gdlr-core-personnel-filterer .gdlr-core-head {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  line-height: 18px
}

.gdlr-core-personnel-filterer .gdlr-core-tail {
  overflow: hidden
}

.gdlr-core-personnel-filterer .gdlr-core-custom-dropdown-current {
  line-height: 18px;
  font-size: 15px
}

.gdlr-core-personnel-filterer .gdlr-core-custom-dropdown-current:after {
  content: "\f0d7";
  font-family: fontAwesome;
  float: right
}

.gdlr-core-personnel-item .gdlr-core-now-loading {
  position: absolute;
  background: url(../../../plugins/goodlayers-core/include/images/portfolio/now-loading.gif) center no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  margin-left: -28px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-current {
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  max-width: 250px
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list {
  display: none;
  text-align: left;
  padding: 14px 0;
  max-width: 250px;
  position: absolute;
  width: 250px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .1)
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list-item {
  padding: 3px 25px;
  cursor: pointer
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list-item.gdlr-core-active {
  display: none
}

.gdlr-core-course-info-item {
  font-size: 17px
}

.gdlr-core-course-info-item .gdlr-core-course-info-item-inner {
  padding: 40px 50px 30px;
  background: #f3f3f3
}

.gdlr-core-course-info-item .gdlr-core-head {
  float: left;
  margin-right: 15px;
  font-weight: 700;
  margin-bottom: 12px
}

.gdlr-core-course-info-item .gdlr-core-tail {
  overflow: hidden;
  margin-bottom: 12px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-list {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 13px;
  margin-bottom: 13px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-link {
  display: block;
  padding-right: 30px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id {
  font-size: 16px;
  font-weight: 500;
  min-width: 100px;
  display: inline-block
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title {
  font-size: 16px;
  font-weight: 500;
  transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -webkit-transition: color 200ms ease-out
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: -16px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list {
  margin-bottom: 30px;
  padding: 40px 52px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title {
  font-size: 19px;
  margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id {
  margin-right: 23px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button {
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 22px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info-wrap {
  margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info {
  font-size: 15px;
  margin-bottom: 6px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info .gdlr-core-head {
  font-weight: 700;
  margin-right: 5px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title {
  color: #3e3e3e
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id {
  color: #3db166
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list {
  background: #f2f2f2
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info {
  color: #6b6b6b
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button,
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button:hover {
  background-color: #50bd77;
  color: #fff
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-list {
  margin-bottom: 40px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-list-inner {
  border-radius: 3px;
  overflow: hidden
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-title {
  font-size: 19px;
  font-weight: 800
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-content-wrap {
  padding: 40px;
  border-width: 1px;
  border-style: solid;
  background: #fff
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-with-thumbnail .gdlr-core-course-item-content-wrap {
  border-top-width: 0
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info-wrap {
  margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info .gdlr-core-head {
  font-weight: 800
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info {
  margin-bottom: 8px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-button i {
  margin-left: 10px
}

.gdlr-core-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-image-overlay:hover,
.gdlr-core-image-overlay.gdlr-core-no-hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-image-overlay.gdlr-core-transparent {
  background: transparent
}

.gdlr-core-image-overlay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  text-align: center
}

.gdlr-core-image-overlay-icon img {
  vertical-align: middle;
  padding-bottom: 1px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-28 {
  width: 28px;
  font-size: 28px;
  line-height: 28px;
  margin-left: -14px;
  margin-top: -14px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-22 {
  width: 25px;
  font-size: 22px;
  line-height: 25px;
  margin-left: -11px;
  margin-top: -11px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-15 {
  width: 20px;
  font-size: 15px;
  line-height: 20px;
  margin-left: -8px;
  margin-top: -10px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-28 {
  padding: 20px;
  margin-left: -34px;
  margin-top: -34px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-22 {
  padding: 20px;
  margin-left: -31px;
  margin-top: -31px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-15 {
  padding: 20px;
  margin-left: -28px;
  margin-top: -28px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.fa-play:before {
  margin-left: 6px
}

.gdlr-core-image-overlay-content {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  line-height: 1.55;
  display: block
}

.gdlr-core-image-item {
  line-height: 0
}

.gdlr-core-image-item.gdlr-core-left-align .gdlr-core-image-item-wrap {
  margin-left: 0
}

.gdlr-core-image-item.gdlr-core-right-align .gdlr-core-image-item-wrap {
  margin-right: 0
}

.gdlr-core-image-item .gdlr-core-image-item-wrap {
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 100%
}

.gdlr-core-image-item .gdlr-core-image-item-wrap.gdlr-core-with-shadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6)
}

.gdlr-core-image-item .gdlr-core-image-item-style-round {
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-image-item .gdlr-core-image-item-style-circle {
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-image-item .gdlr-core-image-item-caption {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  margin-top: 15px
}

.gdlr-core-image-item .gdlr-core-image-item-style-circle .gdlr-core-image-overlay {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-image-item .gdlr-core-image-item-style-round .gdlr-core-image-overlay {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-social-share-item a {
  margin: 0 15px;
  font-size: 16px
}

.gdlr-core-social-share-item a:first-child {
  margin-left: 0px !important
}

.gdlr-core-social-share-item a:last-child {
  margin-right: 0px !important
}

.gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
  font-size: 23px;
  font-weight: 700;
  margin-right: 10px
}

.gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.gdlr-core-social-share-item.gdlr-core-style-round a {
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-social-share-item.gdlr-core-style-round a,
.gdlr-core-social-share-item.gdlr-core-style-round a:hover {
  color: #fff;
  background: #252525
}

.gdlr-core-social-share-left-text .gdlr-core-divider {
  margin-right: 36px;
  margin-left: 30px;
  height: 18px;
  border-right-width: 2px;
  border-right-style: solid
}

.gdlr-core-social-share-right-text .gdlr-core-divider {
  margin-right: 30px;
  margin-left: 36px;
  height: 18px;
  border-right-width: 2px;
  border-right-style: solid
}

.gdlr-core-social-share-top-text .gdlr-core-social-share-count {
  display: block
}

.gdlr-core-social-share-top-text .gdlr-core-divider {
  width: 30px;
  display: block;
  margin: 23px 0 28px;
  border-bottom-width: 3px;
  border-bottom-style: solid
}

.gdlr-core-social-share-top-text.gdlr-core-right-align .gdlr-core-divider {
  margin-left: auto;
  margin-right: 0
}

.gdlr-core-social-share-top-text.gdlr-core-center-align .gdlr-core-divider {
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-social-share-item.gdlr-core-style-color a {
  display: inline-block;
  width: 68px;
  text-align: center;
  margin-right: 3px;
  line-height: 30px;
  padding: 5px 0;
  margin-left: 0
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-facebook {
  background: #3b5999;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-linkedin {
  background: #0077b5;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-google-plus {
  background: #dc4e41;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-pinterest {
  background: #bd081c;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-stumbleupon {
  background: #eb4924;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-twitter {
  background: #55acee;
  color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-email {
  background: #000;
  color: #fff
}

.gdlr-core-social-network-item .gdlr-core-social-network-icon {
  margin-left: 20px;
  font-size: 19px
}

.gdlr-core-social-network-item .gdlr-core-social-network-icon:first-child {
  margin-left: 0
}

.gdlr-core-social-network-item .gdlr-core-social-network-item-text {
  font-size: 15px;
  font-weight: 400;
  margin-left: 13px;
  letter-spacing: 1px
}

.gdlr-core-icon-list-item ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

.gdlr-core-icon-list-item ul li {
  margin-bottom: 10px
}

.gdlr-core-icon-list-item ul li:first-child {
  padding-top: 0
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-image {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  margin-top: 3px
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-icon-wrap {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  margin-top: 3px
}

.gdlr-core-icon-list-item.gdlr-core-right-align .gdlr-core-icon-list-icon-wrap {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-icon,
.gdlr-core-icon-list-item .gdlr-core-icon-list-icon-hover {
  display: inline-block;
  font-size: 14px;
  width: 14px;
  text-align: center;
  transition: opacity 200ms, transform 200ms;
  -moz-transition: opacity 200ms, -moz-transform 200ms;
  -o-transition: opacity 200ms, -o-transform 200ms;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-content-wrap {
  overflow: hidden
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-content {
  font-size: 14px;
  display: block
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-caption {
  font-size: 14px;
  display: block;
  margin-top: 4px
}

.gdlr-core-icon-list-item.gdlr-core-with-divider ul li {
  padding: 11px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0;
  backface-visibility: hidden
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap {
  padding: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-content-wrap {
  padding-top: 6px
}

.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap {
  padding: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-content-wrap {
  padding-top: 6px
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover .gdlr-core-icon-list-icon {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover .gdlr-core-icon-list-icon-hover {
  opacity: 0;
  width: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover:hover .gdlr-core-icon-list-icon {
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover:hover .gdlr-core-icon-list-icon-hover {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1)
}

.gdlr-core-icon-list-item.gdlr-core-left-align .gdlr-core-icon-list-icon-wrap.gdlr-core-right {
  float: right;
  margin-right: 0;
  margin-left: 15px
}

.gdlr-core-icon-list-item.gdlr-core-right-align .gdlr-core-icon-list-icon-wrap.gdlr-core-right {
  float: left;
  margin-left: 0;
  margin-right: 15px
}

.gdlr-core-dropcap {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
  margin-top: 8px
}

.gdlr-core-dropcap.gdlr-core-type-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-dropcap.gdlr-core-type-circle,
.gdlr-core-dropcap.gdlr-core-type-rectangle {
  text-align: center;
  padding: 8px 10px 12px;
  width: 50px
}

.gdlr-core-dropcap.gdlr-core-type-normal {
  font-size: 48px;
  margin-top: 18px;
  margin-left: 10px
}

.gdlr-core-sticky-banner {
  line-height: 1;
  display: inline-block;
  letter-spacing: .5px;
  padding: 18px 20px 17px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 22px
}

.gdlr-core-sticky-banner i {
  font-size: 12px;
  margin-right: 10px
}

.gdlr-core-blog-thumbnail img {
  margin: 0
}

.gdlr-core-blog-thumbnail a img.alignnone {
  margin: 0
}

.gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0
}

.gdlr-core-blog-info-wrapper .gdlr-core-head {
  margin-right: 13px;
  vertical-align: middle;
  line-height: 1
}

.gdlr-core-blog-info-wrapper .gdlr-core-head i {
  font-size: 15px
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  display: inline-block;
  margin-right: 25px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:last-child {
  margin-right: 0
}

.gdlr-core-blog-date-wrapper {
  float: left;
  width: 60px;
  border-right-width: 1px;
  border-right-style: solid;
  line-height: 1;
  margin-top: 8px;
  margin-right: 30px;
  padding-right: 20px;
  text-align: center;
  white-space: nowrap
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: -4px;
  letter-spacing: 1px
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.gdlr-core-blog-item-holder {
  padding-bottom: 1px
}

.gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
  padding-top: 15px;
  margin-top: -15px;
  padding-right: 15px;
  margin-right: -15px;
  padding-left: 15px;
  margin-left: -15px;
  padding-bottom: 15px;
  margin-bottom: -15px
}

.gdlr-core-blog-item .gdlr-core-excerpt-read-more.gdlr-core-plain-text.gdlr-core-hover-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: transparent !important
}

.gdlr-core-blog-full {
  margin-bottom: 80px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full {
  margin-bottom: 40px;
  overflow: hidden;
  border-style: solid;
  border-width: 0
}

.gdlr-core-blog-full .gdlr-core-blog-thumbnail {
  margin-bottom: 44px
}

.gdlr-core-blog-full .gdlr-core-blog-title {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 1px
}

.gdlr-core-blog-full .gdlr-core-blog-content {
  margin-bottom: 20px
}

.gdlr-core-blog-full .gdlr-core-blog-full-head {
  margin-bottom: 25px
}

.gdlr-core-blog-full .gdlr-core-blog-full-head-right {
  overflow: hidden
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more {
  margin-top: 33px
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: inline-block;
  margin-top: 20px
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
  margin-left: 10px
}

.gdlr-core-blog-full.gdlr-core-style-center {
  text-align: center
}

.gdlr-core-blog-full.gdlr-core-style-center .gdlr-core-blog-date-wrapper {
  position: absolute
}

.gdlr-core-blog-full.gdlr-core-style-center .gdlr-core-blog-full-head-right {
  padding-left: 80px;
  padding-right: 80px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full-frame {
  padding: 50px 50px 40px;
  position: relative
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-thumbnail {
  margin-bottom: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
  bottom: 23px;
  left: 35px;
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-thumbnail-content {
  position: absolute;
  right: 35px;
  bottom: 28px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-thumbnail-content .gdlr-core-blog-info {
  float: left
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
  font-size: 15px;
  line-height: 1;
  margin-left: 25px;
  margin-top: 5px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
  margin-right: 10px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  margin-left: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-full-head {
  margin-bottom: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
  margin-bottom: 5px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 13px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-title {
  margin-bottom: 25px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-category {
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 27px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

.gdlr-core-blog-full.gdlr-core-style-3.gdlr-core-with-thumbnail.gdlr-core-outer-frame-element .gdlr-core-blog-info-category {
  position: absolute;
  top: -16px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper {
  margin-bottom: 5px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 13px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid {
  margin-bottom: 50px
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-blog-grid {
  margin-bottom: 0
}

.gdlr-core-blog-grid .gdlr-core-blog-thumbnail {
  margin-bottom: 27px
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date {
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 600;
  display: block
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid .gdlr-core-blog-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px
}

.gdlr-core-blog-grid .gdlr-core-blog-content {
  margin-bottom: 20px
}

.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more {
  margin-top: 33px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more:first-child {
  margin-top: 10px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: inline-block;
  margin-top: 20px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text:first-child {
  margin-top: 5px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
  margin-left: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
  top: 18px;
  bottom: auto;
  left: 18px;
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 15px;
  line-height: 1
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
  margin-right: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
  padding-top: 0;
  border-top-width: 0;
  margin-bottom: 4px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 13px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li {
  margin-top: -12px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a {
  padding: 0;
  background: transparent
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a i {
  font-size: 24px;
  width: auto
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a.flex-prev i:before {
  font-family: "ElegantIcons";
  content: "#"
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a.flex-next i:before {
  font-family: "ElegantIcons";
  content: "$"
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
  top: 18px;
  bottom: auto;
  left: 18px;
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-category {
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 27px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-3.gdlr-core-with-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  top: -16px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper {
  padding-top: 0;
  border-top-width: 0;
  margin-bottom: 4px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  font-weight: 400;
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 10px
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-3 .gdlr-core-blog-grid-frame {
  position: relative
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info {
  margin-bottom: 20px
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-head {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-date {
  float: left
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-tag {
  float: right
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-excerpt-read-more i {
  display: none
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-excerpt-read-more {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-4.gdlr-core-left-button .gdlr-core-excerpt-read-more {
  float: none
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number,
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number a,
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number a:hover {
  color: #fff
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category,
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category a,
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category a:hover .gdlr-core-style-3 .gdlr-core-blog-info-category,
.gdlr-core-style-3 .gdlr-core-blog-info-category a,
.gdlr-core-style-3 .gdlr-core-blog-info-category a:hover {
  color: #fff
}

.gdlr-core-blog-grid-with-frame {
  border-width: 0
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame {
  overflow: hidden;
  border-style: solid
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
  padding: 40px 35px 24px
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-thumbnail {
  margin-bottom: 0
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px
}

.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-blog-grid-content-wrap {
  padding-left: 30px;
  padding-right: 30px
}

.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-load-more,
.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-pagination {
  margin-top: 20px
}

.gdlr-core-blog-medium {
  margin-bottom: 90px;
  display: table
}

.gdlr-core-blog-medium>div,
.gdlr-core-blog-medium>div.clearfix {
  display: table-cell;
  vertical-align: middle
}

.gdlr-core-blog-medium .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: inline-block;
  margin-top: 20px
}

.gdlr-core-blog-medium .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
  margin-left: 10px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-thumbnail-wrap {
  width: 35%;
  padding-right: 35px
}

.gdlr-core-blog-left-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
  width: 55%
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-date-wrapper {
  float: right;
  margin-right: 0
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-title {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 16px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-info-wrapper {
  margin-bottom: 26px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-excerpt-read-more {
  margin-top: 33px
}

.gdlr-core-blog-right-thumbnail {
  text-align: right
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
  width: 35%;
  padding-left: 35px
}

.gdlr-core-blog-right-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
  width: 55%
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-date-wrapper {
  float: left;
  margin-right: 0;
  padding-left: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-title {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 16px
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-info-wrapper {
  margin-bottom: 26px
}

.gdlr-core-blog-right-thumbnail .gdlr-core-excerpt-read-more {
  margin-top: 33px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
  top: 18px;
  bottom: auto;
  left: 18px;
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 15px;
  line-height: 1
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
  margin-right: 10px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
  margin-bottom: 5px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 13px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-title {
  margin-bottom: 20px
}

.gdlr-core-blog-feature {
  position: relative
}

.gdlr-core-blog-feature .gdlr-core-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3
}

.gdlr-core-blog-feature .gdlr-core-blog-info-wrapper {
  margin-bottom: 10px
}

.gdlr-core-blog-feature.gdlr-core-with-image .gdlr-core-blog-feature-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 35px 40px 45px
}

.gdlr-core-blog-feature.gdlr-core-hover-overlay-content.gdlr-core-with-image .gdlr-core-blog-feature-content {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-blog-feature.gdlr-core-hover-overlay-content.gdlr-core-with-image:hover .gdlr-core-blog-feature-content {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=40);
  opacity: .4
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient.png) bottom repeat-x
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay-gradient2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient2.png) bottom repeat-x
}

.gdlr-core-blog-feature .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  font-size: 14px;
  text-transform: none;
  font-weight: 400
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category {
  position: absolute;
  top: 30px;
  left: 45px;
  font-size: 13px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category i {
  display: none
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category,
.gdlr-core-blog-feature .gdlr-core-blog-info-category a,
.gdlr-core-blog-feature .gdlr-core-blog-info-category a:hover {
  color: #fff
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-title {
  font-size: 15px
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-info-wrapper {
  display: none
}

.gdlr-core-blog-feature.gdlr-core-sub-item.gdlr-core-with-image .gdlr-core-blog-feature-content {
  padding: 0 18px 8px 18px
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-info-category {
  font-size: 11px;
  top: 13px;
  left: 15px
}

.gdlr-core-blog-modern {
  position: relative
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content {
  padding: 0 0 20px
}

.gdlr-core-blog-modern .gdlr-core-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.6
}

.gdlr-core-blog-modern-inner .gdlr-core-blog-info-wrapper {
  margin-bottom: 10px
}

.gdlr-core-blog-modern .gdlr-core-blog-content {
  padding-top: 6px
}

.gdlr-core-blog-modern .gdlr-core-excerpt-read-more {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-inner {
  position: relative
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 45px 40px 60px;
  transition: opacity 500ms ease-out, bottom 200ms ease-out;
  -moz-transition: opacity 500ms ease-out, bottom 200ms ease-out;
  -o-transition: opacity 500ms ease-out, bottom 200ms ease-out;
  -webkit-transition: opacity 500ms ease-out, bottom 200ms ease-out
}

.gdlr-core-blog-modern.gdlr-core-hover-overlay-content.gdlr-core-with-image .gdlr-core-blog-modern-content {
  opacity: 0;
  filter: alpha(opacity=0)
}

.gdlr-core-blog-modern.gdlr-core-hover-overlay-content.gdlr-core-with-image:hover .gdlr-core-blog-modern-content {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=40);
  opacity: .4
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient.png) bottom repeat-x
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay-gradient2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient2.png) bottom repeat-x
}

.gdlr-core-blog-item.gdlr-core-style-blog-image .gdlr-core-load-more,
.gdlr-core-blog-item.gdlr-core-style-blog-image .gdlr-core-pagination {
  margin-top: 20px
}

.gdlr-core-blog-item.gdlr-core-style-blog-image-no-space .gdlr-core-load-more {
  margin-top: 50px
}

.gdlr-core-blog-item.gdlr-core-style-blog-image-no-space .gdlr-core-pagination {
  margin-top: 50px
}

.gdlr-core-blog-modern.gdlr-core-gradient-slide .gdlr-core-blog-thumbnail:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  -o-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  transition: top 150ms;
  -moz-transition: top 150ms;
  -o-transition: top 150ms;
  -webkit-transition: top 150ms
}

.gdlr-core-blog-modern.gdlr-core-gradient-slide:hover .gdlr-core-blog-thumbnail:after {
  top: 0
}

.gdlr-core-blog-modern.gdlr-core-style-1 .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-info i {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  top: 20px;
  left: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  z-index: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-title {
  margin-bottom: 8px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-modern-content {
  text-align: left
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info {
  margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info .gdlr-core-blog-info-sep {
  margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3:hover .gdlr-core-blog-modern-content {
  bottom: 20px
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-opacity-on-hover img {
  opacity: .7
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-opacity-on-hover:hover img {
  opacity: 0.3 !important
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-with-image .gdlr-core-blog-modern-content {
  padding: 0 35px 30px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-title {
  margin-bottom: 8px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-modern-content {
  text-align: left
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info {
  margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info .gdlr-core-blog-info-sep {
  margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-opacity-on-hover img {
  opacity: .7
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-opacity-on-hover:hover img {
  opacity: 0.3 !important
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image .gdlr-core-blog-modern-content {
  padding: 0 35px 30px
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image .gdlr-core-blog-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out;
  -moz-transition: max-height 300ms ease-out;
  -o-transition: max-height 300ms ease-out;
  -webkit-transition: max-height 300ms ease-out
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image:hover .gdlr-core-blog-content {
  margin-bottom: 0;
  max-height: 150px
}

.gdlr-core-blog-metro.gdlr-core-with-image {
  position: relative;
  overflow: hidden
}

.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-metro-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-blog-metro.gdlr-core-with-image:hover .gdlr-core-blog-metro-content {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-blog-metro .gdlr-core-blog-metro-content {
  text-align: center;
  padding: 0 0 20px
}

.gdlr-core-blog-metro .gdlr-core-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro .gdlr-core-load-more,
.gdlr-core-blog-item.gdlr-core-style-blog-metro .gdlr-core-pagination {
  margin-top: 20px
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro-no-space .gdlr-core-load-more {
  margin-top: 50px
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro-no-space .gdlr-core-pagination {
  margin-top: 50px
}

.gdlr-core-blog-list {
  margin-bottom: 40px
}

.gdlr-core-blog-list.gdlr-core-blog-list-with-frame {
  margin-bottom: 6px
}

.gdlr-core-blog-list .gdlr-core-blog-list-frame {
  padding: 20px 26px 24px
}

.gdlr-core-blog-list .gdlr-core-blog-title {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 10px
}

.gdlr-core-blog-list .gdlr-core-blog-info {
  margin-right: 15px
}

.gdlr-core-blog-list .gdlr-core-blog-info .gdlr-core-blog-info-sep {
  margin-right: 15px
}

.gdlr-core-blog-list .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-blog-widget {
  margin-bottom: 18px;
  padding-top: 18px;
  border-top-width: 1px;
  border-top-style: solid
}

.gdlr-core-blog-widget:first-child {
  padding-top: 0;
  border: 0
}

.gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
  float: left;
  margin-right: 20px;
  max-width: 60px
}

.gdlr-core-blog-widget .gdlr-core-sticky-banner {
  display: none
}

.gdlr-core-blog-widget .gdlr-core-blog-widget-content {
  overflow: hidden
}

.gdlr-core-blog-widget .gdlr-core-blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px
}

.gdlr-core-blog-widget .gdlr-core-blog-info-wrapper .gdlr-core-head {
  margin-right: 10px
}

.gdlr-core-blog-widget-divider {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-top: 3px
}

.gdlr-core-blog-widget.gdlr-core-style-large {
  margin-bottom: 22px;
  padding-top: 22px
}

.gdlr-core-blog-widget.gdlr-core-style-large:first-child {
  padding-top: 0
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-widget-content {
  padding-top: 8px
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-thumbnail {
  max-width: 80px
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-title {
  font-size: 16px;
  margin-bottom: 12px
}

.gdlr-core-blog-widget.gdlr-core-style-small .gdlr-core-blog-title {
  font-size: 16px;
  font-weight: 500
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
  display: none
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  font-weight: 400;
  margin-right: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0 13px
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-item-list-wrap.gdlr-core-featured .gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
  float: none;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 25px
}

.gdlr-core-item-list-wrap.gdlr-core-featured .gdlr-core-blog-widget-divider {
  display: none
}

.gdlr-core-video-widget {
  position: relative
}

.gdlr-core-video-widget i {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-instagram-widget {
  margin-left: -8px;
  margin-right: -8px
}

.gdlr-core-instagram-widget .gdlr-core-media-image {
  padding: 8px
}

ul.gdlr-core-category-background-widget {
  margin-left: 0;
  list-style: none;
  font-weight: 500;
  font-size: 15px
}

ul.gdlr-core-category-background-widget li.gdlr-core-no-bg {
  background: #f3f3f3
}

ul.gdlr-core-category-background-widget li {
  margin-bottom: 8px;
  background-position: center;
  background-size: cover
}

.gdlr-core-category-background-widget-count {
  float: right;
  font-size: 12px;
  margin-top: 3px
}

ul.gdlr-core-category-background-widget li a {
  display: block;
  padding: 17px 25px
}

ul.gdlr-core-category-background-widget li.gdlr-core-no-bg a,
ul.gdlr-core-category-background-widget li.gdlr-core-no-bg a:hover {
  color: #666
}

ul.gdlr-core-category-background-widget li.gdlr-core-with-bg a,
ul.gdlr-core-category-background-widget li.gdlr-core-with-bg a:hover {
  color: #fff
}

.gdlr-core-opening-hour-widget-list {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.gdlr-core-opening-hour-widget-list .gdlr-core-head {
  float: left;
  font-weight: 600
}

.gdlr-core-opening-hour-widget-list .gdlr-core-head i {
  font-weight: 400;
  margin-right: 8px;
  vertical-align: middle
}

.gdlr-core-opening-hour-widget-list .gdlr-core-tail {
  float: right
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-slide {
  position: relative
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 25px
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info {
  font-size: 12px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info .gdlr-core-blog-info-sep {
  margin: 0 8px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
  display: none
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../../plugins/goodlayers-core/include/images/post-slider/gradient.png);
  background-position: bottom;
  background-repeat: repeat-x
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50)
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-wrap {
  width: 50%;
  float: left
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head {
  position: relative;
  padding-bottom: 45px;
  cursor: pointer
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head:last-child .gdlr-core-roadmap-item-head-divider {
  display: none
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-content {
  text-align: right;
  overflow: hidden;
  margin-right: 55px;
  padding-top: 8px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
  float: right;
  width: 50px;
  text-align: center;
  margin-right: -25px;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0;
  font-weight: 700;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 15px;
  border-left-width: 1px;
  border-left-style: solid
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area {
  margin-left: 70px;
  display: none
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area.gdlr-core-active {
  display: block
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 35px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: 2px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-wrap {
  overflow: hidden
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
  font-size: 17px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px 6px 18px;
  position: relative;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title:after {
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 10px;
  float: right
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 103;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 5px;
  min-width: 140px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head {
  padding: 3px 18px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head.gdlr-core-active {
  display: none
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content-wrap {
  overflow: hidden;
  padding-top: 4px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content {
  display: none;
  white-space: nowrap
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content.gdlr-core-active {
  display: block
}

.gdlr-core-blog-aside-format .gdlr-core-blog-content {
  font-style: italic
}

.gdlr-core-blog-aside-format .gdlr-core-excerpt-read-more,
.gdlr-core-blog-aside-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: none
}

.gdlr-core-blog-aside-format.gdlr-core-large .gdlr-core-blog-content {
  font-size: 18px;
  padding: 50px 60px
}

.gdlr-core-blog-aside-format.gdlr-core-small .gdlr-core-blog-content {
  font-size: 16px;
  padding: 40px 37px
}

.gdlr-core-blog-quote-format {
  position: relative
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: .3;
  filter: alpha(opacity=30)
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote {
  line-height: 1;
  position: relative;
  font-weight: 800
}

.gdlr-core-blog-quote-format .gdlr-core-blog-content-wrap {
  overflow: hidden;
  position: relative
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content {
  font-style: italic
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content blockquote,
.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content q {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-author {
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 700
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-author:before {
  content: "-";
  margin-right: 2px
}

.gdlr-core-blog-quote-format .gdlr-core-excerpt-read-more,
.gdlr-core-blog-quote-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: none
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-content {
  padding: 50px 45px 40px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote {
  float: left;
  font-size: 120px;
  margin-top: -10px;
  margin-right: 35px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content,
.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content q,
.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content blockquote {
  font-size: 18px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-author {
  font-size: 15px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-content {
  padding: 40px 37px 30px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote {
  font-size: 80px;
  margin-bottom: -10px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content q,
.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content blockquote,
.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content {
  font-size: 16px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-author {
  font-size: 15px
}

.gdlr-core-blog-link-format .gdlr-core-blog-icon-link {
  font-size: 23px
}

.gdlr-core-blog-link-format .gdlr-core-blog-content-wrap {
  overflow: hidden
}

.gdlr-core-blog-link-format .gdlr-core-blog-title {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 9px
}

.gdlr-core-blog-link-format .gdlr-core-blog-content {
  font-size: 14px;
  margin-bottom: 0
}

.gdlr-core-blog-link-format .gdlr-core-excerpt-read-more,
.gdlr-core-blog-link-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
  display: none
}

.gdlr-core-blog-link-format.gdlr-core-large .gdlr-core-blog-icon-link {
  float: left;
  margin-right: 30px;
  margin-top: 5px
}

.gdlr-core-blog-link-format.gdlr-core-small .gdlr-core-blog-icon-link {
  margin-bottom: 25px;
  display: block
}

.gdlr-core-blog-link-format.gdlr-core-blog-grid .gdlr-core-blog-content-outer-wrap {
  padding: 40px 35px 35px
}

.gdlr-core-blog-link-format.gdlr-core-blog-full .gdlr-core-blog-content-outer-wrap {
  padding: 50px 50px 40px
}

.gdlr-core-blog-link-format.gdlr-core-with-frame .gdlr-core-blog-content-outer-wrap {
  background: #fff
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 {
  text-align: center
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote {
  font-size: 110px;
  margin-bottom: -45px
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
  padding: 55px 54px 47px
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote-content blockquote {
  font-size: 18px;
  font-weight: 400
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote-author {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  margin-top: 20px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 {
  text-align: center
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-icon-link {
  font-size: 30px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-title {
  font-size: 23px;
  margin-bottom: 15px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
  font-size: 13px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content-outer-wrap {
  padding: 70px 35px 72px
}

.gdlr-core-blog-aside-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
  font-size: 18px;
  font-style: normal;
  text-align: center
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
  position: relative;
  background: #fff;
  padding: 45px 40px 60px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-size: 28px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title-wrap {
  margin-bottom: 36px;
  position: relative
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-column .gdlr-core-testimonial {
  margin-bottom: 50px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
  font-style: italic;
  margin-bottom: 20px;
  font-size: 15px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content p {
  margin-bottom: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image {
  width: 55px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-divider {
  margin-top: 38px;
  padding-bottom: 10px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
  font-size: 13px;
  font-style: italic
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i {
  margin-right: 4px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating {
  margin-right: 10px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating.gdlr-core-right {
  float: right;
  margin-right: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-content {
  overflow: hidden;
  padding-top: 3px
}

.gdlr-core-testimonial-item.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-content {
  float: left;
  overflow: auto;
  padding-top: 3px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-quote {
  font-size: 60px;
  line-height: 1;
  float: left;
  margin-right: 30px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-content-wrap {
  overflow: hidden
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-author-image {
  float: left;
  margin-right: 20px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-quote.gdlr-core-top {
  font-size: 110px;
  float: none;
  height: 65px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content-wrap {
  overflow: hidden
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content {
  margin-bottom: 35px;
  padding-top: 40px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-quote {
  position: absolute;
  opacity: .3;
  font-size: 240px;
  margin-top: -160px;
  margin-left: -6px;
  font-style: normal;
  font-weight: 700
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-author-image {
  width: 85px;
  float: left;
  margin-right: 20px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-author-content {
  padding-top: 10px
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-author-image {
  width: 85px;
  float: left;
  margin-right: 36px;
  position: relative
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-quote {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: -5px;
  right: -18px
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content-wrap {
  overflow: hidden
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content {
  font-style: normal
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-title {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-position {
  font-size: 16px;
  font-style: normal
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content {
  font-style: normal;
  margin-bottom: 0
}

.gdlr-core-testimonial-style-right {
  text-align: right
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-quote {
  font-size: 60px;
  line-height: 1;
  float: right;
  margin-left: 30px
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-content-wrap {
  overflow: hidden
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-author-image {
  float: right;
  margin-left: 24px
}

.gdlr-core-testimonial-style-center {
  text-align: center
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-quote {
  font-size: 80px;
  line-height: 60px;
  padding: 15px 0 10px
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-quote:first-child {
  padding-top: 0
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-wrap {
  display: inline-block;
  text-align: left
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-image {
  float: left;
  margin-right: 20px
}

.gdlr-core-testimonial-style-center-2 {
  text-align: center
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-author-image {
  margin: 18px auto 0;
  width: 76px
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-title {
  font-weight: 500;
  margin-bottom: 3px
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-position {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-author-image {
  width: 78px;
  margin: 0 auto;
  margin-top: 14px
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial {
  text-align: center;
  transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  -webkit-transition: transform 150ms ease-out
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating {
  font-size: 18px;
  display: block;
  margin-bottom: 3px
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating i {
  margin-left: 10px
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating i:first-child {
  margin-left: 0
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-content {
  padding: 33px 35px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: box-shadow 150ms ease-out;
  -moz-transition: -moz-box-shadow 150ms ease-out;
  -o-transition: -o-box-shadow 150ms ease-out;
  -webkit-transition: -webkit-box-shadow 150ms ease-out
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-content-chat {
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  border-style: solid;
  border-top-color: #fff;
  border-width: 8px 8px 0px !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial:hover {
  transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0)
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial:hover .gdlr-core-testimonial-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.gdlr-core-testimonial-item .gdlr-core-flexslider-nav.gdlr-core-center-align .flex-direction-nav {
  margin-top: 40px;
  margin-bottom: 0
}

.gdlr-core-gallery-item .gdlr-core-gallery-caption {
  font-size: 14px;
  font-style: italic;
  letter-spacing: .5px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 10px
}

.gdlr-core-gallery-item .gdlr-core-gallery-list {
  text-align: center;
  overflow: hidden
}

.gdlr-core-gallery-item-style-grid-no-space .gdlr-core-gallery-caption {
  margin-bottom: 15px
}

.gdlr-core-gallery-item-style-grid-no-space .gdlr-core-pagination {
  margin-top: 40px
}

.gdlr-core-gallery-item .gdlr-core-flexslider-nav {
  margin-bottom: 45px
}

.gdlr-core-gallery-item .gdlr-core-flexslider-nav ul {
  margin-bottom: 0
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-content {
  background: transparent;
  top: auto;
  bottom: 25px
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
  font-size: 15px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
  font-size: 15px;
  display: block;
  margin-top: 4px;
  font-style: italic
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-first {
  width: 33.33%;
  float: left;
  clear: left
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item-right {
  overflow: hidden
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-second,
.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-third {
  float: left;
  width: 50%
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-fourth {
  float: left
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
  width: 300px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list {
  position: relative;
  padding-bottom: 38px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list:last-child {
  padding-bottom: 0
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
  font-size: 20px;
  font-weight: 800;
  float: left;
  text-align: right;
  padding-right: 90px;
  line-height: 34px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1px;
  margin-left: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-divider {
  position: absolute;
  top: 23px;
  bottom: -11px;
  margin-left: 4px;
  border-left-width: 1px;
  border-left-style: solid
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list:last-child .gdlr-core-timeline-item-divider {
  display: none
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-content-wrap {
  overflow: hidden
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-caption {
  font-size: 17px;
  font-weight: 600
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-content {
  font-size: 21px;
  margin-top: 14px;
  font-weight: 600
}

.gdlr-core-code-item .gdlr-core-code-item-content {
  margin-bottom: 0;
  padding: 25px 30px 5px;
  margin-top: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-code-item-light .gdlr-core-code-item-content {
  background: #f5f5f5;
  color: #a9a9a9;
  border: 1px solid #e4e4e4
}

.gdlr-core-code-item-dark .gdlr-core-code-item-content {
  background: #383838;
  color: #a2a2a2
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 0
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-inner {
  position: relative
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-caption {
  font-size: 19px;
  letter-spacing: 0;
  margin-top: 16px
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-button a {
  margin-right: 0
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align {
  text-align: left
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align .gdlr-core-call-to-action-item-button {
  margin-top: 42px
}

.gdlr-core-call-to-action-item.gdlr-core-style-center-align {
  text-align: center
}

.gdlr-core-call-to-action-item.gdlr-core-style-center-align .gdlr-core-call-to-action-item-button {
  margin-top: 40px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align {
  text-align: right
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align .gdlr-core-call-to-action-item-button {
  margin-top: 42px
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button {
  text-align: left
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
  padding-right: 160px
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button {
  text-align: right
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-inner {
  padding-left: 160px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-button {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day i {
  margin-right: 12px;
  vertical-align: middle
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time {
  float: right;
  font-weight: 700
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item {
  border-bottom-width: 1px;
  padding-bottom: 9px;
  margin-bottom: 10px
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i {
  margin-left: 12px;
  vertical-align: middle
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-solid .gdlr-core-opening-hour-list-item {
  border-bottom-style: solid
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-dashed .gdlr-core-opening-hour-list-item {
  border-bottom-style: dashed
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-dotted .gdlr-core-opening-hour-list-item {
  border-bottom-style: dotted
}

.gdlr-core-breadcrumbs-item {
  font-size: 14px;
  padding: 22px 0
}

.gdlr-core-breadcrumbs-item>span {
  margin: 0 22px
}

.gdlr-core-breadcrumbs-item>span:first-child {
  margin-left: 0
}

.gdlr-core-breadcrumbs-item a span {
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms
}

.gdlr-core-divider-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px
}

.gdlr-core-divider-item .gdlr-core-divider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-divider-item.gdlr-core-left-align .gdlr-core-divider-container {
  margin-left: 0
}

.gdlr-core-divider-item.gdlr-core-right-align .gdlr-core-divider-container {
  margin-right: 0
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line {
  position: relative
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line-bold {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line-bold:before {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line:before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  right: 50%;
  margin-right: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line:after {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  left: 50%;
  margin-left: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-normal .gdlr-core-divider-line {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line {
  border-bottom: 0;
  width: 0;
  height: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: auto;
  margin-right: auto
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-left-align .gdlr-core-divider-line {
  margin-left: .6em
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-right-align .gdlr-core-divider-line {
  margin-right: .6em
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line-vertical-text {
  writing-mode: tb-rl;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line-vertical-icon {
  margin-bottom: 8px
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-left-align .gdlr-core-divider-line-vertical-text {
  margin-left: 0
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-right-align .gdlr-core-divider-line-vertical-text {
  margin-right: 0
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-item-with-icon-inner {
  position: relative;
  text-align: center;
  line-height: 1
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line.gdlr-core-left {
  position: absolute;
  top: 50%;
  left: 0
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line.gdlr-core-right {
  position: absolute;
  top: 50%;
  right: 0
}

.gdlr-core-divider-item-with-icon i {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px
}

.gdlr-core-divider-item-with-icon img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px
}

.gdlr-core-divider-item-small-center .gdlr-core-divider-line {
  width: 100px;
  margin: 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-small-center .gdlr-core-divider-line-bold {
  content: " ";
  display: block;
  width: 40px;
  margin: 0 auto -2px;
  border-bottom-width: 3px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-small-left .gdlr-core-divider-line {
  width: 80px;
  margin: 0 auto 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-small-left .gdlr-core-divider-line-bold {
  content: " ";
  display: block;
  width: 40px;
  margin: 0 auto -2px 0;
  border-bottom-width: 3px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-small-right .gdlr-core-divider-line {
  width: 80px;
  margin: 0 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-divider-item-small-right .gdlr-core-divider-line-bold {
  content: " ";
  display: block;
  width: 40px;
  margin: 0 0 -2px auto;
  border-bottom-width: 3px;
  border-bottom-style: solid
}

.gdlr-core-item-list.gdlr-core-animate-init {
  opacity: 0;
  filter: alpha(opacity=0)
}

.gdlr-core-item-list.gdlr-core-animate-init.gdlr-core-animate {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gdlr-core-item-list.gdlr-core-animate-end {
  opacity: 1;
  filter: alpha(opacity=100)
}

[data-layout="masonry"] .gdlr-core-item-list {
  opacity: 0;
  filter: alpha(opacity=0)
}

[data-layout="masonry"] .gdlr-core-item-list.gdlr-core-animate-end {
  opacity: 1;
  filter: alpha(opacity=100)
}

[data-layout="masonry"] .gdlr-core-item-list.gdlr-core-animate {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gdlr-core-opacity-on-hover img,
.gdlr-core-zoom-on-hover img,
.gdlr-core-grayscale-effect img {
  transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out
}

.gdlr-core-move-up-with-shadow,
.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame.gdlr-core-move-up-with-shadow {
  transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms;
  -moz-transition: transform 150ms ease-out, -moz-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms;
  -o-transition: transform 150ms ease-out, -o-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms;
  -webkit-transition: transform 150ms ease-out, -webkit-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms
}

.gdlr-core-move-up-with-shadow:hover {
  transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.gdlr-core-opacity-on-hover {
  background: #000
}

.gdlr-core-opacity-on-hover:hover img {
  opacity: .5;
  filter: alpha(opacity=50)
}

.gdlr-core-zoom-on-hover {
  overflow: hidden
}

.gdlr-core-zoom-on-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.gdlr-core-grayscale-effect img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}

.gdlr-core-grayscale-effect:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%)
}

.gdlr-core-hover-opacity {
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-hover-element:hover .gdlr-core-hover-opacity {
  opacity: 1
}

.gdlr-core-blog-metro.gdlr-core-no-image {
  background: transparent
}

.gdlr-core-blog-modern.gdlr-core-no-image {
  background: transparent
}

.gdlr-core-blog-modern.gdlr-core-no-image .gdlr-core-blog-modern-content-overlay {
  display: none
}

[data-gdlr-animation] {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

[data-gdlr-animation="fadeIn"],
[data-gdlr-animation="fadeInDown"],
[data-gdlr-animation="fadeInUp"],
[data-gdlr-animation="fadeInLeft"],
[data-gdlr-animation="fadeInRight"] {
  opacity: 0
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

.gdlr-core-preview-text {
  text-align: center;
  padding: 10px;
  background: #f3f3f3
}

.gdlr-core-shape-divider-wrap {
  overflow: hidden;
  line-height: 0
}

.gdlr-core-shape-divider-wrap svg {
  left: 50%;
  position: relative;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.gdlr-core-shape-divider-wrap.gdlr-core-flip svg {
  -webkit-transform: translateX(-50%) rotateY(180deg);
  -ms-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-top {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-top.gdlr-core-inverted {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom.gdlr-core-inverted {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-preview {
  position: static
}

.gdlr-core-shape-divider-wrap img {
  width: 100%
}

.gdlr-core-sly-slider {
  width: 100%;
  padding: 0;
  overflow: hidden
}

.gdlr-core-sly-slider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 99999px
}

.gdlr-core-sly-slider .slides li {
  float: left
}

.gdlr-core-sly-slider .slides li:first-child {
  margin-left: 0
}

.gdlr-core-sly-slider .slides li:last-child {
  margin-right: 0
}

.gdlr-core-sly-slider .slides li .gdlr-core-media-image img {
  max-height: 100%;
  width: auto
}

.gdlr-core-sly-slider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.gdlr-core-sly-scroll {
  background: #eee
}

.gdlr-core-sly-scroll .gdlr-core-sly-scroll-handle {
  background: #717171
}

.gdlr-core-sly-scroll {
  height: 8px;
  margin-top: 30px
}

.gdlr-core-sly-scroll .gdlr-core-sly-scroll-handle {
  height: 8px;
  width: 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider {
  max-width: 80%;
  margin: 30px auto 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .slides {
  margin: 0 auto 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .slides li {
  margin: 0 8px;
  cursor: pointer
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .gdlr-core-media-image {
  height: 65px
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-image-overlay {
  background: url(../../../plugins/goodlayers-core/include/images/gallery/gallery-shadow.png) bottom center repeat-x
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider {
  position: relative
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-sly-slider {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 42px;
  left: 10%;
  right: 10%;
  z-index: 3;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider:hover .gdlr-core-sly-slider,
.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider:hover .gdlr-core-image-overlay {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-content {
  bottom: 145px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-caption {
  font-size: 14px;
  margin-top: 11px;
  letter-spacing: 1px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-title {
  font-size: 16px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider.gdlr-core-disable-hover .gdlr-core-sly-slider {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gdlr-core-flexslider.flexslider ul.slides {
  zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none
}

.gdlr-core-flexslider.flexslider ul.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.gdlr-core-flexslider.flexslider ul.slides>li {
  margin-bottom: 0;
  display: none;
  -webkit-backface-visibility: hidden
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-item-list {
  margin-bottom: 0
}

.gdlr-core-flexslider.flexslider[data-type="carousel"] ul.slides>li {
  margin-left: 0
}

.gdlr-core-flexslider.flexslider[data-type="slider"] ul.slides>li {
  text-align: center
}

.gdlr-core-flexslider {
  position: relative
}

.gdlr-core-flexslider .flex-direction-nav {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

.gdlr-core-flexslider .flex-direction-nav li {
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -24px;
  z-index: 15
}

.gdlr-core-flexslider .flex-direction-nav li a {
  display: block;
  padding: 14px;
  background: #000;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-flexslider .flex-direction-nav li a i {
  font-size: 18px;
  width: 18px;
  text-align: center;
  display: block
}

.gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
  left: 35px
}

.gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
  right: 35px
}

.gdlr-core-flexslider[data-nav="both"] .flex-direction-nav li {
  margin-top: -45px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] {
  position: relative
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-prev {
  left: -85px;
  padding-right: 40px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-next {
  right: -85px;
  padding-left: 40px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-prev a,
.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-next a {
  opacity: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"]:hover .flex-direction-nav .flex-nav-prev a,
.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"]:hover .flex-direction-nav .flex-nav-next a {
  opacity: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a {
  display: block;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  padding: 0;
  width: 47px;
  height: 47px;
  text-align: center
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a i {
  font-size: 47px;
  width: auto;
  line-height: 42px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-prev {
  left: -85px;
  padding-right: 40px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-next {
  right: -85px;
  padding-left: 40px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-prev a,
.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-next a {
  opacity: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"]:hover .flex-direction-nav .flex-nav-prev a,
.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"]:hover .flex-direction-nav .flex-nav-next a {
  opacity: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a.flex-prev i {
  margin-left: -3px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a.flex-next i {
  margin-left: -1px
}

.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-nav-prev,
.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-nav-next {
  position: static;
  display: inline-block;
  margin: 40px 4px 0
}

.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-direction-nav {
  text-align: center
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a {
  border-radius: 0
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a i {
  font-size: 24px
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-nav-prev a,
.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-nav-next a {
  padding: 20px 25px 20px 22px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large {
  position: static
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li {
  margin-top: 0;
  top: auto
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
  padding: 17px;
  border-style: solid;
  border-width: 2px;
  background: transparent
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a i {
  font-size: 29px;
  width: 29px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain {
  position: static
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li {
  margin-top: 0;
  top: auto
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a {
  padding: 14px;
  background: transparent
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i {
  font-size: 35px;
  width: 35px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i.arrow_carrot-left:before {
  font-family: simple-line-icons;
  content: "\e605"
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i.arrow_carrot-right:before {
  font-family: simple-line-icons;
  content: "\e606"
}

.gdlr-core-flexslider .flex-control-nav {
  margin-bottom: 0;
  position: relative
}

.gdlr-core-flexslider .flex-control-nav li {
  top: auto
}

.gdlr-core-flexslider .flex-control-nav {
  list-style: none;
  line-height: 0;
  margin-top: 30px;
  text-align: center;
  margin-left: 0
}

.gdlr-core-flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 5px
}

.gdlr-core-flexslider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round .flex-control-nav li a {
  border: none;
  width: 7px;
  height: 7px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round .flex-control-nav li a.flex-active {
  transform: scale(1.5)
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round2 .flex-control-nav li a {
  border-width: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round2 .flex-control-nav li a.flex-active {
  background: transparent
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav {
  margin-top: 45px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a {
  width: 20px;
  height: 6px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav {
  margin-top: 45px;
  text-align: left
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav li a {
  width: 24px;
  height: 6px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: width 150ms;
  -moz-transition: width 150ms;
  -o-transition: width 150ms;
  -webkit-transition: width 150ms
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a:hover,
.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a.flex-active {
  width: 32px
}

.gdlr-core-blog-item .gdlr-core-flexslider .flex-control-nav {
  margin-top: 45px
}

.gdlr-core-flexslider-nav .flex-direction-nav {
  margin-left: 0;
  list-style: none;
  zoom: 1
}

.gdlr-core-flexslider-nav .flex-direction-nav:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute {
  position: absolute;
  top: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute-center {
  position: absolute;
  top: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-absolute.gdlr-core-left,
.gdlr-core-flexslider-nav.gdlr-core-absolute-center.gdlr-core-left {
  left: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute.gdlr-core-right,
.gdlr-core-flexslider-nav.gdlr-core-absolute-center.gdlr-core-right {
  right: 0
}

.gdlr-core-flexslider-nav.gdlr-core-center-align .flex-direction-nav {
  display: inline-block;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-block-center {
  text-align: center;
  line-height: 0
}

.gdlr-core-flexslider-nav.gdlr-core-block-center .flex-direction-nav {
  display: inline-block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li {
  float: left;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a {
  font-size: 29px;
  display: block;
  margin-left: 7px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a i {
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a.flex-prev i:before {
  content: "\23"
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a.flex-next i:before {
  content: "\24"
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2.gdlr-core-absolute-center {
  margin-top: -18px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li {
  float: left;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li a {
  font-size: 29px;
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li a i {
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-absolute-center {
  margin-top: -18px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-small li a {
  font-size: 23px;
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-small.gdlr-core-absolute-center {
  margin-top: -15px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-size-widget li a {
  font-size: 19px;
  margin-top: -4px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li {
  float: left;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a {
  font-size: 47px;
  display: block;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a i {
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-next {
  margin-left: 8px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-next i {
  display: block;
  margin: -6px -4px -4px -6px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-prev i {
  display: block;
  margin: -6px -4px -4px -6px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style.gdlr-core-absolute-center {
  margin-top: -22px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li {
  float: left;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li.flex-nav-prev {
  margin-right: 8px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a {
  font-size: 29px;
  padding: 16px;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a i {
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-absolute-center {
  margin-top: -31px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-small li a {
  font-size: 19px;
  padding: 17px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-small li.flex-nav-prev {
  margin-right: 5px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li {
  float: left;
  line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li.flex-nav-prev {
  margin-right: 1px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
  width: 40px;
  height: 40px;
  font-size: 19px;
  padding: 10px;
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
  display: block
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-absolute-center {
  margin-top: -24px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large li.flex-nav-prev {
  margin-right: 4px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large li a {
  width: 55px;
  height: 55px;
  font-size: 23px;
  text-align: center;
  padding: 15px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large.gdlr-core-absolute-center {
  margin-top: -30px
}

.gdlr-core-flexslider[data-effect="kenburn"] img {
  animation-duration: 15000ms;
  -webkit-animation-duration: 15000ms
}

.gdlr-core-flexslider[data-effect="kenburn"] li {
  overflow: hidden
}

.gdlr-core-flexslider[data-effect="kenburn"] li.gdlr-core-active img {
  -webkit-animation-name: kenBurn;
  animation-name: kenBurn;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

@-webkit-keyframes kenBurn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes kenBurn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

.gdlr-core-flexslider[data-type="carousel"] ul.slides>li.flex-with-active-class {
  opacity: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms
}

.gdlr-core-flexslider[data-type="carousel"] ul.slides>li.flex-with-active-class.flex-active-slide {
  opacity: 1;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms
}

.gdlr-core-flexslider.gdlr-core-overflow-visible[data-type="carousel"] ul.slides>li.flex-with-active-class {
  opacity: 1
}

.gdlr-core-flexslider-custom-nav {
  line-height: 1
}

.gdlr-core-flexslider-custom-nav i {
  transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms
}

.gdlr-core-flexslider-custom-nav .flex-prev {
  cursor: pointer;
  margin-right: 12px
}

.gdlr-core-flexslider-custom-nav .flex-next {
  cursor: pointer
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-top {
  margin-bottom: 35px
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-bottom {
  margin-top: 55px
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-inner .flex-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-inner .flex-next {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer"] {
  position: static
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-outer .flex-prev {
  position: absolute;
  left: 35px;
  z-index: 1
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-outer .flex-next {
  position: absolute;
  right: 35px;
  z-index: 1
}

.gdlr-core-flexslider.gdlr-core-overflow-visible .flex-viewport {
  overflow: visible !important
}

.gdlr-core-custom-menu-item {
  font-size: 16px;
  font-weight: 600
}

.gdlr-core-custom-menu-item ul {
  list-style: none;
  margin-left: 0
}

.gdlr-core-custom-menu-item ul li {
  padding-bottom: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 14px
}

.gdlr-core-portfolio-badge-wrap {
  position: relative
}

.gdlr-core-portfolio-badge {
  line-height: 20px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 11px 0;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  right: -11px;
  top: -11px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10
}

.gdlr-core-portfolio-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
  padding-top: 11px;
  padding-right: 11px;
  margin-right: -11px
}

.gdlr-core-portfolio-item .gdlr-core-now-loading {
  position: absolute;
  background: url(../../../plugins/goodlayers-core/include/images/portfolio/now-loading.gif) center no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  margin-left: -28px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-portfolio-view-all-works {
  text-align: center;
  margin-top: 50px
}

.gdlr-core-portfolio-view-all-works .gdlr-core-button {
  letter-spacing: 0;
  text-transform: none
}

.gdlr-core-portfolio-view-all-works i {
  font-size: 35px;
  cursor: pointer;
  vertical-align: middle
}

.gdlr-core-portfolio-view-all-works i.flex-prev {
  margin-right: 20px
}

.gdlr-core-portfolio-view-all-works i.flex-next {
  margin-left: 18px
}

.gdlr-core-portfolio-thumbnail {
  position: relative;
  overflow: hidden
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay {
  text-align: center
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  line-height: 1.4
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon {
  font-size: 22px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info {
  font-size: 13px;
  font-style: italic;
  letter-spacing: .5px;
  display: block
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info .gdlr-core-sep {
  margin: 0 3px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title .gdlr-core-portfolio-title {
  margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-icon .gdlr-core-portfolio-title {
  margin-bottom: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag .gdlr-core-portfolio-info {
  margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-tag-title .gdlr-core-portfolio-info {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-date .gdlr-core-portfolio-date-wrap {
  margin-top: 12px;
  display: block;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title-tag .gdlr-core-portfolio-title {
  margin-top: 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title-tag .gdlr-core-portfolio-info {
  margin-top: 10px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title_bottom .gdlr-core-portfolio-title {
  position: absolute;
  bottom: 33px;
  left: 30px;
  right: 30px;
  text-align: left;
  line-height: 1.4
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title_bottom.gdlr-core-no-image .gdlr-core-portfolio-title {
  position: static;
  margin-top: 10px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-title-icon .gdlr-core-portfolio-title {
  margin-bottom: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-title-tag .gdlr-core-portfolio-info {
  margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-icon-title-tag .gdlr-core-portfolio-title {
  margin-top: 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-icon-title-tag .gdlr-core-portfolio-info {
  margin-top: 10px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-image-overlay-slide {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  -webkit-transition: transform 150ms ease-out
}

.gdlr-core-portfolio-thumbnail:hover .gdlr-core-image-overlay-slide {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-image-overlay-slide {
  opacity: 1;
  top: auto;
  text-align: left;
  padding: 20px 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-image-overlay-content {
  position: static
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-portfolio-info {
  margin-top: 3px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-image-overlay.gdlr-core-with-margin {
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom {
  text-align: left
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-image-overlay-content {
  left: 28px;
  bottom: 23px;
  top: auto
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-portfolio-title {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 10px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-portfolio-info {
  font-size: 15px;
  font-style: normal
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-portfolio-grid {
  margin-bottom: 0
}

.gdlr-core-portfolio-grid {
  margin-bottom: 40px;
  position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap {
  padding-top: 28px
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 7px;
  display: block;
  position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info .gdlr-core-sep {
  margin: 0 3px
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-content {
  padding-top: 8px;
  margin-bottom: 7px;
  position: relative
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame {
  overflow: hidden
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-content-wrap {
  padding: 28px 29px 19px;
  position: relative
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame {
  background: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-bottom-border .gdlr-core-portfolio-content-wrap {
  padding: 25px 29px 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid
}

.gdlr-core-portfolio-item-style-grid-no-space .gdlr-core-portfolio-content-wrap {
  padding-left: 30px;
  padding-right: 30px
}

.gdlr-core-portfolio-grid2 {
  background: #f3f3f3;
  overflow: hidden;
  border-style: solid
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  background: #3d3ac2
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap {
  padding: 33px 29px 30px
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info,
.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a,
.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover {
  color: #fff
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 13px
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 13px;
  padding: 4px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-portfolio-medium {
  display: table;
  width: 100%;
  margin-bottom: 80px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-thumbnail-wrap {
  display: table-cell;
  position: relative
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap {
  display: table-cell;
  vertical-align: middle
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 6px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info .gdlr-core-sep {
  margin: 0 3px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-content {
  padding-top: 25px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-read-more {
  display: inline-block;
  margin-top: 29px;
  font-style: italic
}

.gdlr-core-portfolio-medium.gdlr-core-size-small .gdlr-core-portfolio-thumbnail-wrap {
  width: 35%
}

.gdlr-core-portfolio-medium.gdlr-core-size-large .gdlr-core-portfolio-thumbnail-wrap {
  width: 70%
}

.gdlr-core-portfolio-medium.gdlr-core-style-left .gdlr-core-portfolio-content-wrap {
  padding-left: 80px
}

.gdlr-core-portfolio-medium.gdlr-core-style-right .gdlr-core-portfolio-content-wrap {
  padding-right: 80px
}

.gdlr-core-portfolio-medium-feature {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-left: 35px;
  margin-right: 35px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-item-list-inner {
  display: table
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-title {
  font-size: 22px;
  margin-bottom: 0
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-info {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
  display: table-cell;
  width: 29%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  background: #f3f3f3;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
  margin-top: -60px;
  margin-bottom: -60px;
  transition: margin 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  -webkit-transition: margin 300ms
}

.gdlr-core-portfolio-medium-feature:hover .gdlr-core-portfolio-thumbnail {
  margin-top: -70px;
  margin-bottom: -50px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail-wrap {
  display: table-cell;
  vertical-align: middle
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
  box-shadow: 20px 0 40px rgba(0, 0, 0, .2);
  -moz-box-shadow: 20px 0 40px rgba(0, 0, 0, .2);
  -webkit-box-shadow: -20px 0 40px rgba(0, 0, 0, .2)
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.gdlr-core-flexslider .gdlr-core-portfolio-medium-feature {
  margin-bottom: 0
}

.gdlr-core-portfolio-item-style-medium-feature .flex-viewport {
  overflow: visible !important
}

.gdlr-core-portfolio-modern,
.gdlr-core-portfolio-modern-desc {
  overflow: hidden
}

.gdlr-core-portfolio-modern-desc .gdlr-core-image-overlay-content {
  top: auto;
  bottom: 30px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-title {
  font-size: 16px;
  margin-bottom: 5px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-info-tag {
  margin-bottom: 5px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-content {
  padding-top: 16px;
  padding-bottom: 20px;
  display: block
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-icon-wrap {
  display: block;
  margin-bottom: 50px
}

.gdlr-core-portfolio-metro {
  overflow: hidden
}

.gdlr-core-portfolio-item .gdlr-core-portfolio-read-more-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px
}

.gdlr-core-portfolio-item .gdlr-core-portfolio-read-more {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px
}

.gdlr-core-portfolio-fixed-metro-item.gdlr-core-half-height {
  position: relative;
  overflow: hidden
}

.gdlr-core-portfolio-fixed-metro-item.gdlr-core-half-height .gdlr-core-portfolio-thumbnail {
  position: static
}

.gdlr-core-portfolio-single-nav-wrap {
  border-top: 2px;
  border-style: solid;
  padding: 47px 0
}

.gdlr-core-portfolio-single-nav i {
  font-size: 25px
}

.gdlr-core-portfolio-single-nav .gdlr-core-portfolio-text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px
}

.gdlr-core-portfolio-single-nav-left {
  float: left
}

.gdlr-core-portfolio-single-nav-left i {
  margin-right: 15px;
  vertical-align: middle
}

.gdlr-core-portfolio-single-nav-right {
  float: right
}

.gdlr-core-portfolio-single-nav-right i {
  margin-left: 15px;
  vertical-align: middle
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 {
  border-top: 0;
  position: relative;
  text-align: center
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav i {
  font-size: 20px;
  margin-right: 20px;
  background: #f3f3f3;
  padding: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav .gdlr-core-portfolio-text {
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav-middle {
  font-size: 22px;
  background: #f3f3f3;
  padding: 13px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  line-height: 0
}

.gdlr-core-portfolio-single-related {
  padding-top: 70px
}

.gdlr-core-portfolio-single-related .gdlr-core-portfolio-single-related-head {
  font-size: 22px;
  margin-bottom: 42px
}

.gdlr-core-portfolio-single-related.gdlr-core-style-grid .gdlr-core-portfolio-item-holder {
  margin-bottom: 20px
}

.gdlr-core-portfolio-single-related.gdlr-core-style-modern .gdlr-core-portfolio-item-holder {
  margin-bottom: 30px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half {
  margin-left: 0;
  list-style: none
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li {
  float: left;
  width: 50%;
  margin-bottom: 8px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li ul {
  list-style: none;
  margin-left: 18px;
  margin-top: 8px;
  margin-bottom: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half:after,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li ul:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li:nth-child(2n-1) {
  clear: left
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list {
  margin-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 13px 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a {
  display: inline-block;
  padding-left: 15px;
  border-left-width: 3px;
  border-left-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:before {
  content: "\f178";
  font-family: "fontAwesome";
  padding-right: 12px;
  margin-left: -26px;
  opacity: 0;
  transition: opacity 200ms, margin-left 200ms;
  -moz-transition: opacity 200ms, margin-left 200ms;
  -o-transition: opacity 200ms, margin-left 200ms;
  -webkit-transition: opacity 200ms, margin-left 200ms
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:hover:before,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li.current-menu-item a:before,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li.current-menu-ancestor a:before {
  opacity: 1;
  margin-left: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 {
  margin-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li:first-child {
  border-top-width: 1px;
  border-top-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a {
  font-weight: 600;
  display: inline-block;
  padding: 10px 0;
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: transparent
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:before {
  content: "\24";
  font-family: "ElegantIcons";
  padding-right: 12px;
  font-size: 18px;
  vertical-align: middle;
  opacity: 1;
  margin-left: 0;
  font-weight: 400;
  transition: opacity 200ms, margin-left 200ms;
  -moz-transition: opacity 200ms, margin-left 200ms;
  -o-transition: opacity 200ms, margin-left 200ms;
  -webkit-transition: opacity 200ms, margin-left 200ms
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:hover,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-item a,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-ancestor a {
  border-left-width: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:hover:before,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-item a:before,
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-ancestor a:before {
  opacity: 1;
  margin-left: 12px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain {
  margin-left: 0;
  list-style: none
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
  margin-bottom: 8px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box {
  list-style: none;
  margin-left: 0;
  font-weight: 600
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a {
  display: block;
  background: #f3f3f3;
  margin-bottom: 2px;
  padding: 12px 22px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a:after {
  content: "\f105";
  font-family: fontAwesome;
  float: right
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 {
  list-style: none;
  margin-left: 0;
  font-weight: 600
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2:after {
  content: " ";
  border-bottom-width: 5px;
  border-bottom-style: solid;
  display: block;
  margin-top: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 li a {
  display: block;
  background: #f3f3f3;
  margin-bottom: 4px;
  padding: 17px 22px 19px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 li a:after {
  content: "\f178";
  font-family: fontAwesome;
  float: right
}

.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text.gdlr-core-with-bg {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-item {
  padding-top: 22px;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 23px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-item:first-child {
  padding-top: 0;
  border-top: none
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-avatar {
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 25px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-content {
  overflow: hidden
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-author {
  font-weight: 700
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-author {
  font-size: 16px;
  margin-bottom: 10px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-excerpt {
  font-size: 14px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 {
  padding-top: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget {
  margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-thumbnail {
  float: left;
  max-width: 75px;
  margin-right: 23px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: -5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-content {
  overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info i {
  display: inline-block;
  font-size: 15px;
  margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info .gdlr-core-head {
  vertical-align: middle
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 {
  padding-top: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget {
  margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-thumbnail {
  float: left;
  max-width: 75px;
  margin-right: 23px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-content {
  overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-blog-info {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  line-height: 15px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-blog-info i {
  display: inline-block;
  font-size: 15px;
  margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-title {
  font-size: 16px;
  font-weight: 600
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-info i {
  display: none
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-info {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-content {
  margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget {
  margin-bottom: 30px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail {
  margin-bottom: 20px;
  position: relative
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-blog-info {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-blog-info i {
  display: inline-block;
  font-size: 15px;
  margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category a,
.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category span {
  color: #fff
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
  display: none
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-recent-post-widget-thumbnail-video {
  margin-left: -30px;
  margin-top: -30px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 20px 17px 20px 23px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.gdlr-core-post-slider-widget-wrap {
  padding-top: 8px
}

.gdlr-core-post-slider-widget-overlay {
  top: auto
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title {
  font-size: 18px;
  margin-bottom: 8px;
  display: block
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-image-overlay-content {
  position: relative;
  left: 0;
  right: 0;
  padding: 23px 28px 23px;
  text-align: left
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info {
  display: inline-block;
  margin-right: 18px;
  font-size: 11px;
  text-transform: uppercase
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i {
  font-size: 15px;
  margin-right: 10px
}

.gdlr-core-portfolio-slider-widget-wrap {
  padding-top: 8px
}

.gdlr-core-portfolio-slider-widget-wrap .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: .3
}

.gdlr-core-recent-portfolio-widget-wrap {
  padding-top: 8px
}

.gdlr-core-recent-portfolio-widget {
  max-width: 103px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-wrap {
  margin-bottom: 30px
}

.gdlr-core-instagram-item .flexslider ul li img {
  display: block
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-nav {
  font-size: 22px;
  text-align: center
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-nav i {
  margin: 0 12px;
  cursor: pointer
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-content a {
  display: block
}

​.gdlr-core-instagram-item .gdlr-core-media-image {
  padding-bottom: 100%
}

.gdlr-core-instagram-item .gdlr-core-media-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute
}

ul.gdlr-core-twitter-widget-wrap {
  list-style: none;
  margin-left: 0
}

ul.gdlr-core-twitter-widget-wrap li {
  margin-bottom: 30px
}

ul.gdlr-core-twitter-widget-wrap li:before {
  content: "\f099";
  font-family: "fontAwesome";
  float: left;
  font-size: 18px;
  margin-right: 25px
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget {
  overflow: hidden
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-content {
  display: block;
  margin-bottom: 15px
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date {
  display: block;
  font-size: 13px
}

ul.gdlr-core-twitter-content-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0
}

ul.gdlr-core-twitter-content-list li {
  margin-bottom: 25px
}

ul.gdlr-core-twitter-content-list li:last-child {
  margin-bottom: 0
}

.gdlr-core-twitter-item-list .gdlr-core-twitter-item-list-date {
  display: block;
  margin-top: 12px
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
  font-size: 15px
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head {
  margin-right: 10px
}

.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  white-space: nowrap;
  margin-right: 25px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-bottom: 10px
}

.gdlr-core-type-start-date-month .gdlr-core-date {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  display: block
}

.gdlr-core-type-start-date-month .gdlr-core-month {
  font-size: 17px;
  display: block;
  font-weight: 700;
  text-transform: uppercase
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-widget {
  margin-bottom: 28px
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
  font-size: 23px;
  margin-bottom: 15px
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap {
  overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info {
  margin-bottom: 2px;
  margin-right: 25px
}

.gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail {
  margin-bottom: 25px
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border .gdlr-core-event-widget {
  padding-bottom: 28px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border .gdlr-core-event-widget {
  padding-bottom: 28px
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border:last-child .gdlr-core-event-widget {
  padding-bottom: 0;
  border-bottom-width: 0
}

.gdlr-core-event-item-list.gdlr-core-style-grid {
  margin-bottom: 35px
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-thumbnail {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title {
  font-size: 19px;
  margin-bottom: 14px;
  font-weight: 700
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap {
  overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info {
  display: block;
  margin-bottom: 2px
}

.widget .gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
  font-size: 19px;
  margin-bottom: 13px
}

@media only screen and (max-width:768px) {
  .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: -50px
  }
}

@media only screen and (min-width:768px) and (max-width:1170px) {
  .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: -100px
  }
}

@media only screen and (min-width:1171px) and (max-width:1400px) {
  .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: -200px
  }
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
  .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: -300px
  }
}

@media only screen and (min-width:1601px) {
  .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: -400px
  }
}

@media only screen and (max-width:768px) {
  .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: 0;
    margin-right: -50px
  }
}

@media only screen and (min-width:768px) and (max-width:1170px) {
  .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: 0;
    margin-right: -100px
  }
}

@media only screen and (min-width:1171px) and (max-width:1400px) {
  .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: 0;
    margin-right: -200px
  }
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
  .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: 0;
    margin-right: -300px
  }
}

@media only screen and (min-width:1601px) {
  .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
    margin-left: 0;
    margin-right: -400px
  }
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-form {
  max-width: 535px;
  margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email {
  float: left;
  width: 70%
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-submit {
  overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email input[type="email"] {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  border-width: 1px;
  padding: 19px 20px;
  height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding: 19px 0;
  height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-form {
  max-width: 535px;
  margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-email {
  float: left;
  width: 70%
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-submit {
  overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-email input[type="email"] {
  width: 98%;
  margin-right: 2%;
  font-size: 15px;
  line-height: 20px;
  border-width: 1px;
  padding: 19px 20px;
  height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 0;
  height: 58px;
  background: transparent;
  border-width: 2px;
  border-style: solid
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-form {
  max-width: 535px;
  margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email {
  margin-bottom: 14px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email input[type="email"] {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  border-width: 1px;
  padding: 15px 20px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 0
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-form {
  max-width: 535px;
  margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-email {
  float: left;
  width: 70%;
  padding-right: 20px
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-submit {
  overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-email input[type="email"] {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  height: 48px;
  border-width: 0 0 2px 0;
  border-bottom-style: solid;
  background: transparent !important
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  height: 48px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-form {
  max-width: 535px;
  margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email {
  float: left;
  width: 70%;
  padding-right: 10px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit {
  overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email input[type="email"] {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  border-width: 0;
  padding: 19px 20px;
  height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 19px 0;
  height: 58px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email {
  float: left;
  padding-right: 12px;
  width: 65%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit {
  float: left;
  width: 35%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email input[type="email"] {
  font-size: 15px;
  height: 51px;
  line-height: 21px;
  padding: 10px 25px;
  border-width: 1px;
  width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit input[type="submit"] {
  height: 51px;
  font-size: 12px;
  font-weight: 600
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email input[type="email"],
.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit input[type="submit"] {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-form {
  position: relative;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email {
  float: left;
  padding-right: 12px;
  width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit {
  float: left;
  position: absolute;
  right: 0
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email input[type="email"] {
  font-size: 15px;
  height: 55px;
  line-height: 21px;
  padding: 11px 25px 11px 58px;
  border-width: 1px;
  width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit input[type="submit"] {
  height: 54px;
  font-size: 12px;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email input[type="email"],
.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit input[type="submit"] {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email:before {
  font-family: fontAwesome;
  content: "\f1d8";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 28px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit:after {
  content: "\f0a9";
  font-family: fontAwesome;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -12px;
  margin-right: -12px;
  color: #fff
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-form {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email {
  float: left;
  padding-right: 12px;
  width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit {
  float: left;
  position: absolute;
  right: 0
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email input[type="email"] {
  font-size: 15px;
  height: 46px;
  line-height: 21px;
  padding: 6px 20px;
  border-width: 1px;
  width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit input[type="submit"] {
  height: 46px;
  width: 60px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  color: transparent !important
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email input[type="email"],
.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-with-fa-send-o-button form {
  position: relative
}

.gdlr-core-with-fa-send-o-button form div.tnp-field {
  margin-bottom: 0
}

.gdlr-core-with-fa-send-o-button form input[type="email"] {
  padding-left: 20px;
  padding-right: 50px
}

.gdlr-core-with-fa-send-o-button .tnp-field-button input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0
}

.gdlr-core-with-fa-send-o-button .tnp-field-button:after {
  font-family: fontAwesome;
  content: "\f1d8";
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none
}

.gdlr-core-with-fa-send-o-button form input[type="email"] {
  color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]::-webkit-input-placeholder {
  color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]::-moz-placeholder {
  color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]:-ms-input-placeholder {
  color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]:-moz-placeholder {
  color: #888
}

.tnp.gdlr-core-style-2 .tnp-field-button input[type="submit"] {
  opacity: 1;
  text-indent: -150px;
  width: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px
}

.tnp.gdlr-core-style-2 form input[type="email"] {
  padding-right: 20px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px
}

.tnp.gdlr-core-style-2 .tnp-field-email {
  margin-right: 56px
}

.tnp.gdlr-core-style-2 .tnp-field-button:after {
  content: "\f0da";
  right: 20px
}

.woocommerce span.onsale {
  color: #fff;
  border-radius: 100%;
  position: absolute;
  line-height: 48px;
  font-weight: 600;
  width: 48px;
  height: 48px;
  font-size: 13px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail {
  position: relative;
  margin-bottom: 38px;
  overflow: hidden
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info {
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 200ms, bottom 200ms;
  -moz-transition: opacity 200ms, bottom 200ms;
  -o-transition: opacity 200ms, bottom 200ms;
  -webkit-transition: opacity 200ms, bottom 200ms
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info>a {
  float: left;
  width: 50%;
  height: 58px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding: 19px 10px 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info i {
  font-size: 16px;
  margin-right: 12px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail:hover .gdlr-core-product-thumbnail-info {
  opacity: 1;
  bottom: 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart.added {
  display: none
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail .added_to_cart:before {
  content: "\e015";
  font-size: 16px;
  margin-right: 12px;
  font-family: ElegantIcons;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -2px
}

.gdlr-core-product-item .gdlr-core-product-attributes {
  margin-bottom: 20px;
  font-size: 17px
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-head {
  margin-right: 10px
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-head:after {
  content: ':'
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-tail {
  font-weight: 700
}

.gdlr-core-product-grid {
  margin-bottom: 60px
}

.flexslider .gdlr-core-product-grid {
  margin-bottom: 0
}

.gdlr-core-product-grid .gdlr-core-product-grid-content-wrap {
  text-align: center
}

.gdlr-core-product-grid .gdlr-core-product-grid-content-wrap .onsale {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px
}

.gdlr-core-product-grid .gdlr-core-product-grid-content {
  display: inline-block;
  vertical-align: middle
}

.gdlr-core-product-grid .gdlr-core-product-title {
  font-size: 17px;
  margin-bottom: 10px
}

.gdlr-core-product-grid .gdlr-core-product-price {
  font-size: 15px;
  font-weight: 800
}

.gdlr-core-product-grid .gdlr-core-product-price ins {
  text-decoration: none
}

.gdlr-core-product-grid .gdlr-core-product-price del {
  margin-right: 9px;
  opacity: .5
}

.related.products .gdlr-core-product-grid {
  margin-bottom: 15px
}

ul.gdlr-core-product-sub-category {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

ul.gdlr-core-product-sub-category li {
  float: left;
  margin: 0 0 35px;
  padding: 0 15px;
  position: relative;
  width: 25%
}

ul.gdlr-core-product-sub-category li h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0
}

.gdlr-core-hide-in-desktop,
.gdlr-core-hide-in-desktop-tablet {
  display: none
}

.gdlr-core-product-grid-2 {
  margin-bottom: 60px
}

.flexslider .gdlr-core-product-grid-2 {
  margin-bottom: 0
}

.gdlr-core-product-grid-2 .gdlr-core-product-grid-content-wrap {
  text-align: center
}

.gdlr-core-product-grid-2 .gdlr-core-product-grid-content {
  display: inline-block;
  vertical-align: middle
}

.gdlr-core-product-grid-2 .gdlr-core-product-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px
}

.gdlr-core-product-grid-2 .gdlr-core-product-price {
  font-size: 18px;
  font-weight: 800
}

.gdlr-core-product-grid-2 .gdlr-core-product-price ins {
  text-decoration: none
}

.gdlr-core-product-grid-2 .gdlr-core-product-price del {
  margin-right: 9px;
  opacity: .5
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail span.onsale {
  font-size: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 12px 0 0;
  left: 15px;
  top: 15px;
  z-index: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8)
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info>a {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: -38px;
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  color: #0c0c0c;
  background: transparent
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info .icon_cart_alt:before {
  content: "\e013"
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info i {
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  margin-bottom: 23px;
  margin-right: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info>a.added_to_cart:before {
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  margin-bottom: 25px;
  margin-right: 0
}

.related.products .gdlr-core-product-grid-2 {
  margin-bottom: 15px
}

.gdlr-core-product-grid-3 .gdlr-core-product-title {
  margin-bottom: 28px;
  text-align: left
}

.gdlr-core-product-grid-3 .gdlr-core-product-grid-content {
  padding: 30px;
  background: #fff;
  border-style: solid;
  border-width: 0
}

.gdlr-core-product-grid-3 .gdlr-core-product-price ins {
  text-decoration: none
}

.gdlr-core-product-grid-3 .gdlr-core-product-price del {
  margin-right: 9px;
  opacity: .5
}

.gdlr-core-product-grid-3 .gdlr-core-product-add-to-cart {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px
}

.gdlr-core-product-grid-3 .gdlr-core-product-add-to-cart i {
  display: none
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail {
  margin-bottom: 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .star-rating {
  float: right;
  margin-top: 4px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .gdlr-core-product-price {
  float: left
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .gdlr-core-product-grid-info {
  margin-top: -10px;
  margin-bottom: 5px
}

.gdlr-core-product-grid-3.gdlr-core-button-style-border .gdlr-core-product-grid-content {
  text-align: center
}

.gdlr-core-product-grid-3.gdlr-core-button-style-border .gdlr-core-product-add-to-cart {
  border-width: 2px;
  border-style: solid;
  padding: 14px 25px;
  display: inline-block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px
}

.gdlr-core-product-grid-3.gdlr-core-without-frame .gdlr-core-product-grid-content {
  padding: 30px 0 0;
  background: transparent
}

.gdlr-core-product-grid-3.gdlr-core-with-border {
  border-width: 1px;
  border-style: solid
}

.gdlr-core-product-grid-3.gdlr-core-with-border .gdlr-core-product-thumbnail {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.gdlr-core-product-grid-3.gdlr-core-with-border .gdlr-core-product-add-to-cart {
  float: right
}

.gdlr-core-product-grid-3 .gdlr-core-product-attributes {
  text-align: left
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail span.onsale {
  font-size: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 12px 0 0;
  left: 15px;
  top: 15px;
  z-index: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8)
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info>a {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: -38px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  color: #0c0c0c;
  background: transparent
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info .icon_cart_alt:before {
  content: "\e013"
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info i {
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  margin-bottom: 23px;
  margin-right: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info>a.added_to_cart:before {
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  margin-bottom: 25px;
  margin-right: 0
}

.gdlr-core-product-grid-4 {
  margin-bottom: 40px
}

.gdlr-core-product-grid-4 .gdlr-core-product-title {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: transparent;
  transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -webkit-transition: border-color 300ms
}

.gdlr-core-product-item .gdlr-core-product-grid-4 .gdlr-core-product-thumbnail {
  margin-bottom: 20px
}

.gdlr-core-product-item .gdlr-core-product-grid-4 .gdlr-core-product-grid-content {
  text-align: center
}

.gdlr-core-product-item.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star
}

.gdlr-core-product-item.woocommerce .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.gdlr-core-product-item.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.gdlr-core-product-item.woocommerce .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0
}

.gdlr-core-body .gdlr-core-course-form input,
.gdlr-core-course-form .gdlr-core-course-form-combobox {
  background: #3b4b6b
}

.gdlr-core-body .gdlr-core-course-form input,
.gdlr-core-course-form .gdlr-core-course-form-combobox select,
.gdlr-core-course-form .gdlr-core-course-form-combobox:after {
  color: #b1c0e0
}

.gdlr-core-body .gdlr-core-course-form input[type="submit"] {
  background: #50bd77
}

.gdlr-core-course-form input::-webkit-input-placeholder {
  color: #b1c0e0
}

.gdlr-core-course-form input::-moz-placeholder {
  color: #b1c0e0
}

.gdlr-core-course-form input:-ms-input-placeholder {
  color: #b1c0e0
}

.gdlr-core-course-form input:-moz-placeholder {
  color: #b1c0e0
}

.gdlr-core-course-form input {
  font-size: 14px;
  padding: 18px 22px;
  width: 100%;
  border: 0;
  line-height: 1.7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-course-form .gdlr-core-course-form-combobox {
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-course-form .gdlr-core-course-form-combobox:after {
  font-family: fontAwesome;
  content: "\f107";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  pointer-events: none
}

.gdlr-core-course-form .gdlr-core-course-form-combobox select {
  font-size: 14px;
  padding: 18px 22px;
  width: 100%;
  border: 0;
  height: auto;
  line-height: 1.7;
  background: transparent
}

.gdlr-core-course-form .gdlr-core-course-form-combobox select,
.gdlr-core-course-form .gdlr-core-course-form-combobox select:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.gdlr-core-course-form input[type="submit"] {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  width: 100%
}

.gdlr-core-course-form input[type="submit"].gdlr-core-auto-size {
  width: auto
}

.gdlr-core-course-search-item .gdlr-core-search-frame {
  padding: 40px 35px;
  background: #f3f3f3;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.gdlr-core-course-search-item .gdlr-core-course-search-item-title {
  font-size: 19px;
  margin-bottom: 35px
}

.gdlr-core-course-search-item .gdlr-core-course-form {
  margin-left: -7px;
  margin-right: -7px
}

.gdlr-core-course-search-item .gdlr-core-course-column {
  padding-left: 7px;
  padding-right: 7px
}

.gdlr-core-course-search-item .gdlr-core-course-search-field {
  margin-bottom: 14px
}

.gdlr-core-course-search-item .gdlr-core-course-form-submit {
  padding-top: 8px
}

.gdlr-core-course-search-page-content-wrap {
  float: right;
  margin-bottom: 50px
}

.gdlr-core-course-search-page {
  padding-top: 60px;
  padding-bottom: 40px
}

.gdlr-core-course-archive-page-content-wrap {
  float: right
}

.gdlr-core-course-archive-page {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 50px
}

@media only screen and (max-width:999px) {
  .gdlr-core-hide-in-desktop {
    display: block
  }

  .gdlr-core-hide-in-tablet,
  .gdlr-core-hide-in-tablet-mobile {
    display: none
  }

  .gdlr-core-tablet-column-60 {
    width: 100%
  }

  .gdlr-core-flexslider-nav,
  .gdlr-core-flexslider .flex-direction-nav,
  .gdlr-core-flexslider-custom-nav {
    display: none
  }

  .gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-direction-nav {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .gdlr-core-hide-in-desktop-tablet {
    display: block
  }

  .gdlr-core-hide-in-mobile,
  .gdlr-core-hide-in-tablet-mobile {
    display: none
  }

  .gdlr-core-hide-in-tablet {
    display: block
  }

  body .gdlr-core-container {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px
  }

  body .gdlr-core-container-custom {
    max-width: 500px !important;
    padding-left: 15px;
    padding-right: 15px
  }

  .gdlr-core-pbf-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  .gdlr-core-pbf-wrapper-full {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px
  }

  .gdlr-core-pbf-column-content-margin {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important
  }

  .gdlr-core-pbf-wrapper-full-no-space {
    max-width: 500px
  }

  .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
    padding-left: 30px !important;
    padding-right: 30px !important
  }

  .gdlr-core-pbf-background-frame {
    display: none
  }

  .gdlr-core-pbf-background {
    background-attachment: inherit !important
  }

  .gdlr-core-pbf-sidebar-wrapper {
    margin: 0px !important
  }

  .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
    margin-left: -30px;
    margin-right: -30px
  }

  .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
    margin-left: -30px;
    margin-right: -30px
  }

  .gdlr-core-column-10,
  .gdlr-core-column-12,
  .gdlr-core-column-15,
  .gdlr-core-column-20,
  .gdlr-core-column-24,
  .gdlr-core-column-30,
  .gdlr-core-column-36,
  .gdlr-core-column-40,
  .gdlr-core-column-45,
  .gdlr-core-column-48,
  .gdlr-core-column-50,
  .gdlr-core-column-60 {
    width: 100%
  }

  .gdlr-core-pbf-column-content {
    min-height: 0
  }

  .gdlr-core-pbf-sidebar-content,
  .gdlr-core-pbf-sidebar-right,
  .gdlr-core-pbf-sidebar-left {
    height: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  .gdlr-core-audio {
    padding: 13px 3px 7px
  }

  .gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
    padding-right: 0
  }

  .gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-button {
    position: static;
    margin-top: 45px
  }

  .gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-inner {
    padding-left: 0
  }

  .gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-button {
    position: static;
    margin-top: 45px
  }

  .gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title {
    display: block
  }

  .gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator {
    display: none
  }

  .gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
    margin-top: 14px;
    display: inline-block
  }

  .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-block-item-title-wrap {
    margin-left: 0;
    margin-right: 0
  }

  .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pagination {
    padding-left: 0;
    padding-right: 0
  }

  .gdlr-core-social-share-left-text .gdlr-core-social-share-count {
    display: block;
    margin-bottom: 10px
  }

  .gdlr-core-social-share-left-text .gdlr-core-divider {
    display: none
  }

  .gdlr-core-social-share-left-text {
    text-align: center
  }

  .gdlr-core-social-share-right-text .gdlr-core-social-share-count {
    display: block;
    margin-top: 10px
  }

  .gdlr-core-social-share-right-text .gdlr-core-divider {
    display: none
  }

  .gdlr-core-social-share-right-text {
    text-align: center
  }

  .gdlr-core-blog-date-wrapper {
    display: none
  }

  .gdlr-core-blog-medium,
  .gdlr-core-blog-medium>div,
  .gdlr-core-blog-medium>div.clearfix {
    display: block
  }

  .gdlr-core-blog-left-thumbnail .gdlr-core-blog-thumbnail-wrap {
    width: auto;
    padding-right: 0;
    margin-bottom: 25px
  }

  .gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
    width: auto;
    padding-left: 0;
    margin-bottom: 25px
  }

  .gdlr-core-blog-left-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap,
  .gdlr-core-blog-right-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
    width: 100%
  }

  .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
    order: 1;
    width: 100%
  }

  .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail .gdlr-core-blog-medium-content-wrapper {
    order: 2;
    width: 100%
  }

  .gdlr-core-portfolio-medium {
    display: flex;
    flex-flow: column
  }

  .gdlr-core-portfolio-medium .gdlr-core-portfolio-thumbnail-wrap {
    order: 1;
    -ms-order: 1
  }

  .gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap {
    order: 2;
    -ms-order: 1
  }

  .gdlr-core-portfolio-medium.gdlr-core-size-large .gdlr-core-portfolio-thumbnail-wrap,
  .gdlr-core-portfolio-medium.gdlr-core-size-small .gdlr-core-portfolio-thumbnail-wrap {
    display: block;
    width: auto;
    margin-bottom: 35px
  }

  .gdlr-core-portfolio-medium.gdlr-core-style-left .gdlr-core-portfolio-content-wrap {
    padding-left: 0;
    display: block
  }

  .gdlr-core-portfolio-medium-feature {
    margin-right: 0;
    margin-left: 0;
    padding: 0
  }

  .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
  }

  .gdlr-core-portfolio-medium-feature .gdlr-core-item-list-inner {
    display: block
  }

  .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail-wrap {
    display: block
  }

  .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
    margin-top: 0;
    margin-bottom: 0
  }

  .gdlr-core-portfolio-medium-feature:hover .gdlr-core-portfolio-thumbnail {
    margin-top: 0;
    margin-bottom: 0
  }

  .gdlr-core-tab-item .gdlr-core-tab-item-content {
    padding: 35px 0 0
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
    float: none;
    border-right: 0;
    max-width: none
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
    float: left;
    height: 52px;
    padding-left: 25px;
    padding-right: 25px;
    border-top-width: 1px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title.gdlr-core-active {
    padding-right: 25px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title:last-child {
    border-right-width: 1px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
    border: none
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
    float: none;
    border-left: 0;
    max-width: none
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
    float: right;
    height: 52px;
    padding-left: 25px;
    padding-right: 25px;
    border-top-width: 1px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title.gdlr-core-active {
    padding-right: 25px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title:last-child {
    border-left-width: 1px
  }

  .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
    border: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
    float: none;
    margin-right: 0;
    border: none;
    max-width: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-line {
    display: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
    padding: 12px 20px 0 0;
    float: left
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
    border: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
    float: none;
    margin-left: 0;
    border: none;
    max-width: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-line {
    display: none
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
    padding: 12px 0 0 20px;
    float: right
  }

  .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
    border: none
  }

  .gdlr-core-gallery-item-style-scroll .gdlr-core-media-image {
    max-height: 200px
  }

  .gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-content {
    bottom: 35px
  }

  .gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-sly-slider {
    display: none
  }

  .gdlr-core-price-table-item .gdlr-core-price-table {
    margin-top: 0;
    margin-bottom: 30px
  }

  .gdlr-core-price-table-item .gdlr-core-price-table-column:last-child .gdlr-core-price-table {
    margin-bottom: 0
  }

  .gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link {
    position: static;
    margin-top: 12px
  }

  .gdlr-core-title-item-caption-right .gdlr-core-title-item-title-wrap {
    float: none;
    margin-bottom: 13px;
    margin-right: 0;
    width: auto !important
  }

  .gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email {
    width: 100%;
    float: none
  }

  .gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit {
    width: 100%;
    float: none;
    margin-top: 17px
  }

  .gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email {
    float: none;
    width: 100%;
    margin-bottom: 10px
  }

  .gdlr-core-timeline-item .gdlr-core-timeline-item-bullet {
    display: none
  }

  .gdlr-core-timeline-item .gdlr-core-timeline-item-date {
    width: auto !important;
    padding-right: 0;
    float: none;
    text-align: left
  }

  .gdlr-core-roadmap-item {
    margin-right: -20px;
    margin-left: -20px
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-content {
    margin-right: 20px
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
    display: none
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
    display: none
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
    font-size: 11px
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-wrap {
    width: 37%
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area {
    margin-left: 0
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head {
    padding-bottom: 16px
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
    font-size: 15px
  }

  .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
    font-size: 15px;
    margin-bottom: 29px
  }

  .gdlr-core-personnel-style-medium .gdlr-core-personnel-list-image {
    float: none;
    margin-right: 0;
    max-width: 100%
  }

  .gdlr-core-instagram-widget>div {
    float: left;
    width: auto;
    max-width: 120px;
    clear: none
  }

  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-2,
  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-3,
  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-4 {
    float: none;
    width: auto;
    padding: 20px 0
  }

  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap {
    padding: 40px 30px
  }

  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left {
    float: none;
    width: auto;
    margin-bottom: 30px
  }

  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-image {
    display: none
  }

  .gdlr-core-tab-feature-item .gdlr-core-tab-feature-button {
    margin-bottom: 15px
  }

  .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
    padding-left: 0
  }

  .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    width: auto;
    float: none
  }

  .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-wrap {
    padding-top: 30px;
    padding-left: 0;
    text-align: center
  }

  .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
    display: none
  }

  .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
    padding: 50px 30px
  }

  .gdlr-core-filterer-wrap {
    margin-top: 0px !important
  }

  .gdlr-core-filterer-wrap.gdlr-core-right-align {
    text-align: center
  }

  .gdlr-core-filterer-wrap .gdlr-core-filterer-slide-bar {
    display: none !important
  }

  .gdlr-core-price-list-item .gdlr-core-price-list-divider {
    display: none
  }
}

@media only screen and (max-width:419px) {
  .gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
    padding: 25px 25px
  }

  .gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    font-size: 60px;
    margin-right: 20px
  }

  .gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    font-size: 60px;
    margin-left: 20px
  }

  .gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    margin-right: 20px;
    font-size: 80px
  }

  .gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    font-size: 80px;
    margin-left: 20px
  }

  .gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    font-size: 90px;
    margin-right: 20px
  }

  .gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    font-size: 90px;
    margin-left: 20px
  }
}

body.ilightbox-noscroll {
  overflow: auto
}

.gdlr-core-privacy-box-wrap {
  color: #a3a3a3;
  background: #1d1d1d
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
  color: #fff
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
  background: #1a49a8
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-lb,
.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-lb:hover {
  color: #fff
}

.gdlr-core-privacy-box-wrap {
  font-size: 14px;
  z-index: 99
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
  font-weight: 700;
  padding: 11px 28px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-action .gdlr-core-privacy-box-lb {
  margin-left: 20px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar {
  padding: 20px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar .gdlr-core-privacy-box-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 12px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar .gdlr-core-privacy-box-action {
  float: right
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar .gdlr-core-privacy-box-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 12px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar .gdlr-core-privacy-box-action {
  float: right
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-left {
  position: fixed;
  bottom: 35px;
  left: 35px;
  max-width: 425px;
  padding: 30px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-left .gdlr-core-privacy-box-text {
  margin-bottom: 20px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-right {
  position: fixed;
  bottom: 35px;
  right: 35px;
  max-width: 425px;
  padding: 30px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-right .gdlr-core-privacy-box-text {
  margin-bottom: 20px
}

.gdlr-core-lightbox-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: #000;
  background: rgba(0, 0, 0, .7)
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-row {
  display: table;
  width: 100%;
  height: 100%
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 30px
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-content {
  background: #fff;
  color: #9b9b9b;
  margin: 30px auto;
  max-width: 970px;
  position: relative;
  max-height: calc(100% - 60px);
  overflow: auto
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #efefef;
  padding: 25px 15px;
  cursor: pointer
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close:before {
  content: " ";
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 20px;
  border-color: #444;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close:after {
  content: " ";
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 20px;
  border-color: #444;
  margin-top: -1px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li {
  color: #8c8c8c
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li.gdlr-core-active {
  color: #000
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li:before {
  content: "\f178";
  font-family: FontAwesome;
  display: inline-block;
  width: 0;
  color: transparent;
  transition: width 300ms, color 300ms;
  -moz-transition: width 300ms, color 300ms;
  -o-transition: width 300ms, color 300ms;
  -webkit-transition: width 300ms, color 300ms
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li:hover:before {
  width: 26px;
  color: #8c8c8c
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li.gdlr-core-active:before {
  width: 26px;
  color: #000
}

.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"] {
  background: #1a49a8
}

.gdlr-core-gdpr-form-checkbox-appearance {
  background: #dcdcdc
}

.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
  background: #828282
}

.gdlr-core-gdpr-form-checkbox-text {
  color: #bbb
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
  background-color: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text,
.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text {
  color: #1a49a8
}

#gdlr-core-gdpr-form {
  overflow: hidden
}

.gdlr-core-gdpr-form-left {
  float: left;
  padding-top: 60px;
  padding-left: 40px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #e6e6e6;
  padding-bottom: 1059px;
  margin-bottom: -999px
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-left-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #383838
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav {
  margin-left: 0;
  list-style: none;
  width: 235px
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li {
  padding-bottom: 12px;
  padding-right: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e6e6e6;
  transition: color 200ms;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms
}

.gdlr-core-gdpr-form-right {
  overflow: hidden;
  padding-left: 50px;
  padding-top: 60px;
  padding-right: 30px
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #383838
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content-wrap {
  display: none
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content-wrap.gdlr-core-active {
  display: block
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content {
  margin-bottom: 30px
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-submit {
  margin-top: 60px;
  margin-bottom: 35px;
  text-align: right
}

.gdlr-core-gdpr-form-submit input[type="submit"] {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  padding: 15px 28px 17px;
  letter-spacing: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px
}

.gdlr-core-gdpr-form-checkbox-item label {
  display: inline-block
}

.gdlr-core-gdpr-form-checkbox-item input {
  display: none
}

.gdlr-core-gdpr-form-checkbox-appearance {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 50px;
  overflow: hidden;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  cursor: pointer
}

.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
  height: 22px;
  width: 22px;
  margin: 3px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  transition: margin-left 200ms, background-color 200ms;
  -webkit-transition: margin-left 200ms, background-color 200ms;
  -moz-transition: margin-left 200ms, background-color 200ms;
  -o-transition: margin-left 200ms, background-color 200ms
}

.gdlr-core-gdpr-form-checkbox-text {
  display: inline-block;
  margin-left: 17px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 200ms;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable {
  display: none
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable-required {
  display: none
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
  display: inline
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button,
.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
  margin-left: 25px
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable {
  display: inline
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
  display: none
}

.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable-required {
  display: inline
}

.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
  display: none
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content {
  color: #c4c4c4
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content a,
.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content a:hover {
  color: #fff
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-title {
  color: #fff
}

.gdlr-core-pb-privacy-box-wrap {
  position: relative
}

.gdlr-core-pb-privacy-box-wrap img {
  display: block
}

.gdlr-core-pb-privacy-box-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65
}

.gdlr-core-pb-privacy-box-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gdlr-core-pb-privacy-box-content-table {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 330px;
  margin: 0 auto
}

.gdlr-core-pb-privacy-box-content-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-title {
  font-weight: 600
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-item .gdlr-core-pb-privacy-box-title {
  font-size: 17px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-item .gdlr-core-pb-privacy-box-content {
  font-size: 14px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper {
  height: 600px;
  background-size: cover;
  background-image: url(../../../plugins/goodlayers-core/include/images/content-blocked.jpg)
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper .gdlr-core-pb-privacy-box-title {
  font-size: 18px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper .gdlr-core-pb-privacy-box-content {
  font-size: 15px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column {
  min-height: 600px;
  background-size: cover;
  background-image: url(../../../plugins/goodlayers-core/include/images/content-blocked.jpg)
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column .gdlr-core-pb-privacy-box-title {
  font-size: 14px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column .gdlr-core-pb-privacy-box-content {
  font-size: 13px
}

@media only screen and (max-width:767px) {
  .gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper {
    height: 400px
  }

  .gdlr-core-gdpr-form-left {
    padding: 30px;
    margin-bottom: 0;
    border-right: 0;
    float: none;
    text-align: center
  }

  .gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav {
    margin: 0 auto
  }

  .gdlr-core-gdpr-form-right {
    padding: 0 30px;
    text-align: center
  }
}

.gdlr-core-widget-list-shortcode {
  background-color: #f5f5f5;
  color: #949494
}

.gdlr-core-widget-list-shortcode ul {
  list-style: none;
  margin-left: 0
}

.gdlr-core-widget-list-shortcode ul li {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 13px 27px;
  border-color: #e1e1e1
}

.gdlr-core-widget-list-shortcode ul li:first-child {
  border-top: none
}

.gdlr-core-widget-list-shortcode .gdlr-core-widget-list-shortcode-title {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 27px 0;
  margin-bottom: 13px;
  color: #252525
}

.gdlr-core-widget-box-shortcode {
  font-size: 13px;
  padding: 40px 35px 10px;
  position: relative;
  background-size: cover;
  background-position: center
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-title {
  font-size: 21px
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-icon {
  font-size: 21px;
  color: #4d96e9;
  margin-right: 20px;
  float: left
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-content {
  overflow: hidden
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gdlr-core-revolution-slider-item {
  z-index: 0;
  position: relative
}

.wpcf7-form-control-wrap {
  display: block
}

.wpcf7-form-control-wrap .wpcf7-form-indicator {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.gdlr-core-page-builder-body .wpgmp_map_parent {
  margin-bottom: 0
}

.lg-outer {
  direction: ltr
}

:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  content: " ";
  display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
  content: " ";
  display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
  clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
  content: " ";
  display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
  clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  content: " ";
  display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: " ";
  display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  content: " ";
  display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: .7em;
  cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "\e010";
  text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left
}

.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0
}

@media screen and (min-width:673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media screen and (min-width:1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media screen and (min-width:1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media screen and (min-width:1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px
  }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto
  }
}

.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
  margin-left: 0
}

@media screen and (min-width:38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%
  }
}

@media screen and (min-width:59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%
  }

  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important
  }
}

.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%
}

.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%
}

@media screen and (min-width:44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%
  }
}

@media screen and (min-width:56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0
  }

  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%
  }

  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
  }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left
}

@charset "UTF-8";

:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

@font-face {
  font-display: swap;
  font-family: star;
  src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../../plugins/woocommerce/assets/fonts/star.eot@) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/star.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: WooCommerce;
  src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot@) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
  display: none
}

.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.admin-bar p.demo_store {
  top: 32px
}

.clear {
  clear: both
}

.woocommerce .blockUI.blockOverlay {
  position: relative
}

.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: red
}

.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: .857em;
  margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-breadcrumb::after {
  clear: both
}

.woocommerce .woocommerce-breadcrumb a {
  color: #767676
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: .5;
  display: inline-block
}

.woocommerce div.product p.stock {
  font-size: .92em
}

.woocommerce div.product .stock {
  color: #77a464
}

.woocommerce div.product .out-of-stock {
  color: red
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em
}

.woocommerce div.product div.images {
  margin-bottom: 2em
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
  margin: 0;
  padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left
}

.woocommerce div.product div.summary {
  margin-bottom: 2em
}

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em
}

.woocommerce div.product div.social span {
  margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
  margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0
}

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0
}

.woocommerce div.product p.cart {
  margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
  content: " ";
  display: table
}

.woocommerce div.product p.cart::after {
  clear: both
}

.woocommerce div.product form.cart {
  margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: table
}

.woocommerce div.product form.cart::after {
  clear: both
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
  padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0
}

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .857em;
  z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: " ";
  display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em
}

.woocommerce ul.products li.product a {
  text-decoration: none
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none
}

.woocommerce ul.products li.product strong {
  display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
  font-size: .857em
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block
}

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block
}

.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
  text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none
}

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block
}

.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676
}

.woocommerce #reviews h3 {
  margin: 0
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0
}

.woocommerce #reviews #comment {
  height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments .add_review::after {
  clear: both
}

.woocommerce #reviews #comments h2 {
  clear: none
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
  content: ""
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star
}

.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0
}

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-product-rating::after {
  clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table
}

.woocommerce #review_form #respond::after {
  clear: both
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
  left: auto
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
  content: "\e021"
}

.woocommerce p.stars:hover a::before {
  content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020"
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  margin-bottom: 1.618em;
  width: 100%
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  margin: 0;
  line-height: 1.5
}

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  margin: 0;
  line-height: 1.5
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em
}

.woocommerce table.shop_table td small {
  font-weight: 400
}

.woocommerce table.shop_table td del {
  font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
  font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em
}

.woocommerce td.product-quantity {
  min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
  clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0
}

.woocommerce form .form-row label {
  line-height: 2
}

.woocommerce form .form-row label.hidden {
  visibility: hidden
}

.woocommerce form .form-row label.inline {
  display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0
}

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden
}

.woocommerce form .form-row .optional {
  visibility: visible
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px
}

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0
}

.woocommerce ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside
}

.woocommerce ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top
}

.woocommerce ul#shipping_method li label {
  display: inline
}

.woocommerce ul#shipping_method .amount {
  font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table
}

.woocommerce ul.order_details::after {
  clear: both
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none
}

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
  border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table
}

.woocommerce .widget_rating_filter ul li::after {
  clear: both
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed
}

.woocommerce-message {
  border-top-color: #8fae1b
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b
}

.woocommerce-info {
  border-top-color: #1e85be
}

.woocommerce-info::before {
  color: #1e85be
}

.woocommerce-error {
  border-top-color: #b81c23
}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: " ";
  display: table
}

.woocommerce-account .woocommerce::after {
  clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: " ";
  display: table
}

.woocommerce-account .addresses .title::after {
  clear: both
}

.woocommerce-account .addresses .title h3 {
  float: left
}

.woocommerce-account .addresses .title .edit {
  float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e00a";
  text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
  float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "\e019";
  text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
  margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #767676;
  font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733
}

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0
}

.single-product .twentythirteen p.stars {
  clear: both
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px
}

.twentyfourteen ul.products li.product {
  margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block
}

nav ul {
  list-style: none
}

ol {
  list-style: decimal
}

ul {
  list-style: disc
}

ul ul {
  list-style: circle
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

ins {
  text-decoration: underline
}

del {
  text-decoration: line-through
}

mark {
  background: none
}

abbr[title],
dfn[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0
}

input,
select,
a img {
  vertical-align: middle
}

b,
strong {
  font-weight: 700
}

i,
em {
  font-style: italic
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  word-break: break-word
}

p {
  margin-bottom: 20px
}

ul,
ol {
  margin-left: 35px;
  margin-bottom: 20px
}

dl {
  margin-bottom: 20px
}

dl dt {
  font-weight: 700;
  margin-top: 10px
}

dl dt:first-child {
  margin-top: 0
}

dl dd {
  margin-left: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 20px
}

figure {
  max-width: 100%
}

.clear {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  zoom: 1
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

figcaption.wp-caption-text {
  margin-top: 20px
}

.navigation {
  text-align: right;
  margin-bottom: 30px
}

.navigation .screen-reader-text {
  display: none
}

.navigation a,
.navigation span {
  margin: 0 5px
}

.post-password-form input[type="password"] {
  padding: 14px 20px;
  margin-left: 5px;
  margin-right: 6px
}

.realfactory-body-outer-wrapper {
  position: relative;
  overflow: hidden
}

.realfactory-body-wrapper.realfactory-with-frame {
  position: relative
}

.realfactory-page-wrapper {
  clear: both
}

body.realfactory-boxed .realfactory-body-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative
}

body.realfactory-boxed .realfactory-body-wrapper.realfactory-left {
  margin-left: 0
}

body.realfactory-boxed .realfactory-body-wrapper.realfactory-right {
  margin-right: 0
}

body.realfactory-boxed.realfactory-boxed-border .realfactory-body-wrapper {
  box-shadow: 0 -5px 9px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 -5px 9px rgba(0, 0, 0, .25)
}

body.realfactory-boxed.realfactory-background-pattern {
  background-position: center;
  background-repeat: repeat
}

body.realfactory-boxed.realfactory-background-image .realfactory-body-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover
}

.realfactory-container {
  margin-left: auto;
  margin-right: auto
}

.realfactory-column-10 {
  float: left;
  width: 16.6666%
}

.realfactory-column-12 {
  float: left;
  width: 20%
}

.realfactory-column-15 {
  float: left;
  width: 25%
}

.realfactory-column-20 {
  float: left;
  width: 33.3333%
}

.realfactory-column-24 {
  float: left;
  width: 40%
}

.realfactory-column-30 {
  float: left;
  width: 50%
}

.realfactory-column-36 {
  float: left;
  width: 60%
}

.realfactory-column-40 {
  float: left;
  width: 66.6666%
}

.realfactory-column-45 {
  float: left;
  width: 75%
}

.realfactory-column-48 {
  float: left;
  width: 80%
}

.realfactory-column-50 {
  float: left;
  width: 83.3333%
}

.realfactory-column-60 {
  float: left;
  width: 100%
}

.realfactory-sidebar-right {
  float: right
}

.realfactory-sidebar-center {
  float: none;
  display: inline-block
}

.realfactory-content-area {
  padding-top: 60px;
  padding-bottom: 40px
}

.realfactory-sidebar-area {
  padding-top: 60px
}

.realfactory-line-height-0 {
  line-height: 0
}

a,
button {
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms
}

img {
  max-width: 100%;
  height: auto
}

blockquote {
  quotes: none;
  padding: 30px 30px 15px;
  font-size: 17px;
  margin-bottom: 35px;
  font-style: italic;
  margin-top: 35px;
  border-left-width: 2px;
  border-left-style: solid
}

q {
  margin-right: 15px;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
  border-left-width: 2px;
  border-left-style: solid
}

.realfactory-media-image {
  line-height: 0;
  position: relative
}

.realfactory-left-align {
  text-align: left
}

.realfactory-center-align {
  text-align: center
}

.realfactory-right-align {
  text-align: right
}

.realfactory-body-wrapper {
  overflow: hidden;
  z-index: 1
}

input,
textarea {
  border-width: 1px 1px 2px 1px;
  border-style: solid
}

input:focus,
textarea:focus {
  outline: none
}

.realfactory-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 15px 33px;
  display: inline-block;
  -webkit-appearance: none
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-width: 0;
  border-style: solid;
  cursor: pointer;
  transition: background 300ms, color 300ms, border-color 300ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none
}

.realfactory-page-preload {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-image: url(../../../themes/realfactory/images/preload.gif);
  background-position: center;
  background-repeat: no-repeat
}

.realfactory-page-preload.realfactory-out {
  background-image: none
}

.realfactory-top-bar {
  position: relative;
  border-bottom-style: solid
}

.realfactory-top-bar-background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0
}

.realfactory-top-bar-container {
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.realfactory-top-bar-left {
  float: left
}

.realfactory-top-bar-right {
  float: right
}

.realfactory-top-bar-right-text {
  display: inline
}

.realfactory-top-bar-right-social {
  display: inline;
  margin-left: 10px
}

.realfactory-top-bar-right-social a {
  margin-left: 25px
}

.realfactory-mm-menu-wrap {
  display: none
}

.admin-bar .mm-menu {
  margin-top: 32px
}

.realfactory-mobile-button-hamburger-with-border {
  font-size: 16px;
  padding: 6px;
  line-height: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.realfactory-right-menu-button {
  display: inline-block;
  margin-left: 27px
}

.realfactory-mobile-menu {
  float: left;
  margin-top: -8px;
  margin-left: 30px
}

.realfactory-mobile-menu-right {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px
}

.realfactory-mobile-button-hamburger {
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  position: relative
}

.realfactory-mobile-button-hamburger:before,
.realfactory-mobile-button-hamburger:after,
.realfactory-mobile-button-hamburger span {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 5px
}

.realfactory-mobile-button-hamburger:before {
  top: 8px
}

.realfactory-mobile-button-hamburger span {
  top: 15px
}

.realfactory-mobile-button-hamburger:after {
  top: 22px
}

.realfactory-mobile-button-hamburger:before {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.realfactory-mobile-button-hamburger span {
  transition: opacity 0.15s 0.4s ease
}

.realfactory-mobile-button-hamburger:after {
  transition: -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55)
}

.realfactory-mobile-button-hamburger.realfactory-active:before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s
}

.realfactory-mobile-button-hamburger.realfactory-active span {
  transition-delay: 0s;
  opacity: 0
}

.realfactory-mobile-button-hamburger.realfactory-active:after {
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
  transform: translate3d(0, -7px, 0) rotate(-135deg)
}

.realfactory-navigation .sf-menu {
  display: inline-block;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 0
}

.realfactory-navigation .sf-menu>li:first-child {
  padding-left: 0
}

.realfactory-navigation .sf-menu>li:last-child {
  padding-right: 0
}

.realfactory-navigation .sf-menu>li>a {
  letter-spacing: .5px
}

.realfactory-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after {
  display: inline-block;
  margin-left: 13px;
  content: "\f107";
  font-family: fontAwesome
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu li {
  padding: 1px 11px
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu li:first-child {
  padding-top: 12px
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu li:last-child {
  padding-bottom: 12px
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu li>a {
  display: block;
  padding: 6px 12px
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu li>a.sf-with-ul-pre:after {
  float: right;
  margin-left: 18px;
  content: "\f105";
  font-family: fontAwesome
}

.realfactory-navigation .sf-menu>.realfactory-normal-menu .sub-menu {
  font-size: 14px
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-full {
  left: 0;
  right: 0
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-wrap {
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-wrap:first-child {
  border-top: none
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section {
  padding-bottom: 999px;
  margin-bottom: -999px;
  border-left-width: 1px;
  border-left-style: solid
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section:first-child {
  border-left: none
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-inner {
  padding: 31px 28px
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-inner>a {
  font-size: 15px;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 12px
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-inner .sub-menu a {
  font-size: 14px;
  padding: 5px 12px;
  display: block
}

.realfactory-navigation .realfactory-navigation-slide-bar {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: absolute;
  display: none;
  margin-top: -4px;
  overflow: hidden
}

.realfactory-navigation .sf-vertical>li {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.realfactory-navigation .sf-vertical>li:first-child {
  padding-top: 0
}

.realfactory-navigation .sf-vertical>li>a {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: block
}

.realfactory-navigation .sf-vertical ul.sub-menu {
  font-size: 14px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.realfactory-navigation .sf-vertical ul.sub-menu li {
  padding: 2px 11px
}

.realfactory-navigation .sf-vertical ul.sub-menu li:first-child {
  padding-top: 20px
}

.realfactory-navigation .sf-vertical ul.sub-menu li:last-child {
  padding-bottom: 20px
}

.realfactory-navigation .sf-vertical ul.sub-menu li>a {
  display: block;
  padding: 4px 12px
}

.realfactory-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,
.realfactory-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after {
  float: right;
  margin-left: 18px;
  content: "\f105";
  font-family: fontAwesome
}

.realfactory-bullet-anchor {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -50px;
  z-index: 10;
  opacity: 0;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms
}

.realfactory-bullet-anchor.realfactory-init {
  opacity: 1
}

.realfactory-bullet-anchor a {
  display: block;
  width: 17px;
  height: 17px;
  margin-bottom: 5px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.realfactory-bullet-anchor a:before {
  content: " ";
  width: 9px;
  height: 9px;
  margin: 3px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms
}

.realfactory-breadcrumbs a {
  color: silver
}

.realfactory-breadcrumbs,
.realfactory-breadcrumbs a:hover {
  color: #777
}

.realfactory-breadcrumbs {
  font-size: 15px;
  padding: 21px 0 19px
}

.realfactory-breadcrumbs span[property="itemListElement"] {
  margin: 0 15px
}

.realfactory-breadcrumbs span[property="itemListElement"]:first-child {
  margin-left: 0
}

.realfactory-breadcrumbs a span {
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms
}

.realfactory-top-search-wrap input.search-field {
  border-bottom-color: #303030;
  color: #fff
}

.realfactory-top-search-wrap .realfactory-top-search-submit,
.realfactory-top-search-wrap .realfactory-top-search-close {
  color: #fff
}

.realfactory-top-search-wrap input::-webkit-input-placeholder {
  color: #fff
}

.realfactory-top-search-wrap input::-moz-placeholder {
  color: #fff
}

.realfactory-top-search-wrap input:-ms-input-placeholder {
  color: #fff
}

.realfactory-top-search-wrap input:-moz-placeholder {
  color: #fff
}

.realfactory-top-search-row {
  display: table;
  width: 100%;
  height: 100%
}

.realfactory-top-search-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px
}

.realfactory-top-search-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  display: none
}

.realfactory-top-search-wrap form {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.realfactory-top-search-wrap input.search-field {
  background: transparent;
  width: 100%;
  border-width: 0 0 3px;
  font-size: 40px;
  padding: 0 120px 25px 0;
  line-height: 48px;
  letter-spacing: .5px
}

.realfactory-top-search-wrap input.search-submit {
  position: absolute;
  top: 0;
  right: 52px;
  width: 48px;
  height: 48px;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.realfactory-top-search-wrap .realfactory-top-search-submit {
  font-size: 30px;
  position: absolute;
  right: 52px;
  top: 0;
  line-height: 48px;
  width: 48px;
  text-align: center
}

.realfactory-top-search-wrap .realfactory-top-search-close {
  font-size: 48px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer
}

.realfactory-overlay-menu-row {
  display: table;
  width: 100%;
  height: 100%
}

.realfactory-overlay-menu-cell {
  display: table-cell;
  vertical-align: middle
}

.realfactory-overlay-menu-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  display: none
}

.realfactory-overlay-menu-content ul.menu {
  list-style: none;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 180px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto
}

.realfactory-overlay-menu-content ul.menu>li {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  margin-bottom: 17px;
  padding-bottom: 17px;
  letter-spacing: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  transition: opacity 300ms, transform 300ms;
  -moz-transition: opacity 300ms, -moz-transform 300ms;
  -o-transition: opacity 300ms, -o-transform 300ms;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms
}

.realfactory-overlay-menu-content.realfactory-active ul.menu>li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  transform: none
}

.realfactory-overlay-menu-content ul.sub-menu {
  display: none;
  padding-top: 25px;
  padding-bottom: 10px;
  list-style: none;
  margin-left: 0
}

.realfactory-overlay-menu-content ul.sub-menu>li {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 15px
}

.realfactory-overlay-menu-content ul.sub-menu ul.sub-menu {
  max-width: 380px;
  margin: 25px auto 25px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid
}

.realfactory-overlay-menu-content .realfactory-overlay-menu-close {
  line-height: 1;
  font-size: 48px;
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -24px;
  cursor: pointer
}

.realfactory-overlay-menu-content .realfactory-overlay-menu-close:after {
  content: "\4d";
  font-family: elegantIcons
}

.realfactory-overlay-menu-content ul li.menu-item-has-children>a:after {
  content: "\f107";
  font-family: "fontAwesome";
  margin-left: 15px
}

body.admin-bar .realfactory-overlay-menu-content {
  margin-top: 32px
}

.realfactory-main-menu-right-button {
  float: left;
  padding: 8px 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -8px;
  margin-left: 30px;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid
}

.realfactory-main-menu-right {
  float: left;
  margin-top: -5px
}

.realfactory-main-menu-search {
  float: left;
  margin-top: -1px;
  margin-left: 25px
}

.realfactory-main-menu-search i {
  font-size: 14px;
  margin-top: -1px;
  cursor: pointer
}

.realfactory-main-menu-cart {
  float: left;
  margin-top: 0;
  padding-left: 20px;
  margin-left: 5px;
  position: relative
}

.realfactory-main-menu-cart i {
  font-size: 16px;
  margin-top: -1px;
  cursor: pointer
}

.realfactory-main-menu-cart>.realfactory-top-cart-count {
  font-size: 10px;
  font-weight: 700;
  vertical-align: super;
  width: 16px;
  height: 16px;
  line-height: 15px;
  position: absolute;
  top: -5px;
  right: -8px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.realfactory-top-cart-content-wrap {
  position: absolute;
  width: 210px;
  right: 0;
  top: 100%;
  padding-top: 24px;
  z-index: 99
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-content {
  padding: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 700
}

.realfactory-top-cart-content-wrap .woocommerce-Price-amount.amount {
  float: none
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-count-wrap {
  margin-bottom: 8px
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-amount-wrap {
  margin-bottom: 23px
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-button {
  display: block;
  margin-bottom: 5px
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-checkout-button {
  display: block
}

.realfactory-main-menu-cart .realfactory-top-cart-hover-area {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: -20px;
  left: 0
}

.realfactory-top-cart-hover-area+.realfactory-top-cart-content-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
  transition: opacity 400ms, transform 400ms;
  -moz-transition: opacity 400ms, -moz-transform 400ms;
  -o-transition: opacity 400ms, -o-transform 400ms;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms
}

.realfactory-main-menu-cart:hover .realfactory-top-cart-content-wrap,
.realfactory-top-cart-hover-area:hover+.realfactory-top-cart-content-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.realfactory-logo {
  position: relative
}

.realfactory-header-container {
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.realfactory-header-container-inner {
  position: relative
}

.realfactory-logo-right-block {
  text-align: left;
  display: inline-block;
  padding: 2px 0 2px 20px;
  margin-left: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  vertical-align: middle
}

.realfactory-logo-right-block:first-child {
  padding-left: 0;
  border: none;
  margin-left: 0
}

.realfactory-logo-right-block .realfactory-logo-right-block-icon {
  font-size: 15px;
  float: left;
  margin-right: 12px
}

.realfactory-logo-right-block .realfactory-logo-right-block-content {
  display: inline-block;
  line-height: 1;
  white-space: nowrap
}

.realfactory-logo-right-block .realfactory-logo-right-block-title {
  font-size: 16px;
  font-weight: 600
}

.realfactory-logo-right-block .realfactory-logo-right-block-caption {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 8px
}

.realfactory-header-right-button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  margin-top: -8px;
  margin-left: 50px;
  border-radius: 3px;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid
}

.realfactory-header-right-button:first-child {
  margin-left: 0
}

.realfactory-header-style-plain {
  position: relative;
  border-bottom-style: solid
}

.realfactory-header-style-plain .realfactory-navigation {
  line-height: 0
}

.realfactory-header-style-plain .realfactory-header-background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0
}

.realfactory-header-background-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}

.realfactory-header-style-plain.realfactory-style-menu-right .realfactory-logo {
  float: left
}

.realfactory-header-style-plain.realfactory-style-menu-right .realfactory-navigation {
  float: right
}

.realfactory-header-style-plain.realfactory-style-menu-right .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-plain.realfactory-style-menu-right .realfactory-main-menu-right-wrap {
  display: inline-block;
  line-height: 1.7;
  margin-left: 10px;
  vertical-align: top
}

.realfactory-header-style-plain.realfactory-style-center-logo .realfactory-logo-inner {
  margin-left: auto;
  margin-right: auto
}

.realfactory-header-style-plain.realfactory-style-center-logo .realfactory-navigation {
  text-align: center;
  position: relative
}

.realfactory-header-style-plain.realfactory-style-center-logo .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-plain.realfactory-style-center-logo .realfactory-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7
}

.realfactory-header-style-plain.realfactory-style-center-menu .realfactory-logo {
  position: absolute
}

.realfactory-header-style-plain.realfactory-style-center-menu .realfactory-navigation {
  text-align: center
}

.realfactory-header-style-plain.realfactory-style-center-menu .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-plain.realfactory-style-center-menu .realfactory-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-logo {
  padding-top: 0;
  padding-bottom: 0
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-navigation {
  text-align: center
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-main-menu-left-wrap {
  position: absolute;
  left: 0;
  line-height: 1.7
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-right-menu-button {
  margin-left: 0
}

.realfactory-header-boxed-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}

.realfactory-header-style-boxed .realfactory-header-container-item {
  position: relative
}

.realfactory-header-style-boxed .realfactory-navigation {
  line-height: 0
}

.realfactory-header-style-boxed .realfactory-header-background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0
}

.realfactory-header-style-boxed.realfactory-style-menu-right .realfactory-logo {
  float: left
}

.realfactory-header-style-boxed.realfactory-style-menu-right .realfactory-navigation {
  float: right
}

.realfactory-header-style-boxed.realfactory-style-menu-right .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-boxed.realfactory-style-menu-right .realfactory-main-menu-right-wrap {
  display: inline-block;
  line-height: 1.7;
  margin-left: 10px;
  vertical-align: top
}

.realfactory-header-style-boxed.realfactory-style-center-menu .realfactory-logo {
  position: absolute
}

.realfactory-header-style-boxed.realfactory-style-center-menu .realfactory-navigation {
  text-align: center
}

.realfactory-header-style-boxed.realfactory-style-center-menu .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-boxed.realfactory-style-center-menu .realfactory-main-menu-right-wrap {
  position: absolute;
  line-height: 1.7
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-logo {
  padding-top: 0;
  padding-bottom: 0
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-navigation {
  text-align: center
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-main-menu-right-wrap {
  position: absolute;
  line-height: 1.7
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-main-menu-left-wrap {
  position: absolute;
  line-height: 1.7
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-right-menu-button {
  margin-left: 0
}

.realfactory-header-style-bar .realfactory-logo {
  float: left
}

.realfactory-header-style-bar .realfactory-logo-right-text {
  float: right;
  text-align: right;
  font-size: 13px
}

.realfactory-header-style-bar .realfactory-header-container-inner {
  position: relative
}

.realfactory-navigation-bar-wrap {
  position: relative
}

.realfactory-navigation-bar-wrap.realfactory-style-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}

.realfactory-navigation-bar-wrap .realfactory-navigation {
  line-height: 0;
  position: relative
}

.realfactory-navigation-bar-wrap .realfactory-navigation-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.realfactory-navigation-bar-wrap .realfactory-navigation-container {
  position: relative
}

.realfactory-navigation-bar-wrap .realfactory-main-menu {
  display: inline-block;
  vertical-align: top
}

.realfactory-navigation-bar-wrap.realfactory-style-left .realfactory-main-menu-right-wrap {
  float: right;
  line-height: 1.7;
  margin-left: 10px
}

.realfactory-navigation-bar-wrap.realfactory-style-center {
  text-align: center
}

.realfactory-navigation-bar-wrap.realfactory-style-center .realfactory-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7
}

.realfactory-header-style-bar.realfactory-style-center .realfactory-logo {
  float: none
}

.realfactory-header-style-bar.realfactory-style-center .realfactory-logo-inner {
  margin-left: auto;
  margin-right: auto
}

.realfactory-header-style-bar.realfactory-style-center .realfactory-logo-right-text {
  position: absolute;
  top: 0;
  right: 0
}

.realfactory-header-side-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99
}

.realfactory-header-side-nav.realfactory-allow-slide {
  position: absolute;
  bottom: auto
}

.realfactory-header-side-nav.realfactory-fix-bottom {
  position: fixed;
  top: auto;
  bottom: 0
}

.realfactory-header-side-nav.realfactory-fix-top {
  position: fixed
}

.realfactory-header-side-nav.realfactory-style-left {
  left: 0
}

.realfactory-header-side-nav.realfactory-style-right {
  right: 0
}

.realfactory-header-side-nav .realfactory-pos-bottom,
.realfactory-header-side-nav.realfactory-style-middle .realfactory-pos-middle {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.realfactory-header-side-nav .realfactory-pos-bottom.realfactory-active,
.realfactory-header-side-nav.realfactory-style-middle .realfactory-pos-middle.realfactory-active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-header-social {
  padding-top: 20px;
  padding-bottom: 40px
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-header-social a {
  margin-left: 25px
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-header-social a:first-child {
  margin-left: 0
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-main-menu-right-wrap {
  padding-top: 22px
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-main-menu-search {
  float: none;
  display: inline-block;
  margin-top: 0;
  margin-left: 20px
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-main-menu-cart {
  float: none;
  display: inline-block;
  margin-top: 0;
  margin-left: 0
}

.realfactory-header-side-nav.realfactory-style-side .realfactory-main-menu-right-wrap>div:first-child {
  margin-left: 0
}

.realfactory-header-side-nav.realfactory-style-left .sf-vertical ul.sub-menu {
  text-align: left;
  margin-left: 0
}

.realfactory-header-side-nav.realfactory-style-right .sf-vertical ul.sub-menu {
  left: auto;
  right: 100%;
  text-align: right
}

.realfactory-header-side-nav.realfactory-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after {
  content: "\f104";
  float: left;
  margin-left: 0;
  margin-right: 18px
}

.realfactory-header-style-side.realfactory-center-align .realfactory-logo-inner {
  margin-right: auto;
  margin-left: auto
}

.realfactory-header-style-side.realfactory-right-align .realfactory-logo-inner {
  margin-right: 0;
  margin-left: auto
}

.realfactory-header-side-nav.realfactory-style-side-toggle {
  text-align: center
}

.realfactory-header-side-nav.realfactory-style-side-toggle .realfactory-logo-inner {
  margin-left: auto;
  margin-right: auto
}

.realfactory-header-side-nav.realfactory-style-side-toggle .realfactory-main-menu-search,
.realfactory-header-side-nav.realfactory-style-side-toggle .realfactory-main-menu-cart {
  float: none;
  margin-bottom: 8px;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0
}

.realfactory-header-side-nav.realfactory-style-side-toggle .realfactory-header-icon {
  padding-bottom: 20px;
  padding-top: 30px
}

body.admin-bar .realfactory-header-side-nav {
  padding-top: 32px
}

html.mm-opened body.admin-bar .realfactory-header-side-nav {
  padding-top: 0
}

.realfactory-sticky-navigation.realfactory-style-fixed .realfactory-logo,
.realfactory-sticky-navigation.realfactory-style-fixed .realfactory-navigation,
.realfactory-sticky-navigation.realfactory-style-fixed .realfactory-navigation .sf-menu>li>a {
  transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms
}

.realfactory-sticky-navigation.realfactory-style-fixed .realfactory-navigation-top {
  transition: top 200ms;
  -moz-transition: top 200ms;
  -o-transition: top 200ms;
  -webkit-transition: top 200ms
}

.realfactory-sticky-navigation.realfactory-style-fixed.realfactory-animate-fixed-navigation .realfactory-logo-inner img {
  transition: height 200ms;
  -moz-transition: height 200ms;
  -o-transition: height 200ms;
  -webkit-transition: height 200ms
}

.realfactory-fixed-navigation.realfactory-style-fixed,
.realfactory-fixed-navigation.realfactory-style-slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.realfactory-fixed-navigation.realfactory-style-slide .realfactory-logo-inner img {
  max-height: 35px !important;
  width: auto
}

body.realfactory-sticky-navigation-no-logo .realfactory-fixed-navigation .realfactory-logo {
  display: none
}

body.realfactory-sticky-navigation-no-logo .realfactory-mobile-header.realfactory-fixed-navigation .realfactory-logo {
  display: block
}

body.admin-bar .realfactory-fixed-navigation.realfactory-style-fixed,
body.admin-bar .realfactory-fixed-navigation.realfactory-style-slide {
  margin-top: 32px
}

@media screen and (max-width:782px) {
  body.admin-bar .realfactory-fixed-navigation.realfactory-style-slide {
    margin-top: 0
  }
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain .realfactory-logo {
  padding-top: 20px;
  padding-bottom: 20px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain .realfactory-navigation {
  padding-top: 30px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain .realfactory-navigation .sf-menu>li>a {
  padding-bottom: 25px;
  line-height: 20px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain .realfactory-navigation-top {
  top: 30px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain.realfactory-animate-logo-height .realfactory-logo-inner img {
  height: 35px !important;
  width: auto
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-logo {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-navigation .sf-menu>li>a {
  padding-top: 0
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-navigation-top {
  top: 22px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-plain.realfactory-style-center-logo .realfactory-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed .realfactory-logo {
  padding-top: 20px;
  padding-bottom: 20px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed .realfactory-navigation {
  padding-top: 30px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed .realfactory-navigation .sf-menu>li>a {
  padding-bottom: 25px;
  line-height: 20px
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed.realfactory-animate-logo-height .realfactory-logo-inner img {
  height: 35px !important;
  width: auto
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-logo {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0
}

.realfactory-animate-fixed-navigation.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-navigation .sf-menu>li>a {
  padding-top: 0
}

.realfactory-page-title-wrap {
  background-image: url(../images/page-title-background.webp);
  background-position: center;
  background-size: cover;
  position: relative
}

.realfactory-page-title-wrap .realfactory-page-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.realfactory-page-title-wrap .realfactory-page-title-container {
  position: relative
}

.realfactory-page-title-wrap .realfactory-page-title {
  text-transform: uppercase
}

.realfactory-page-title-wrap.realfactory-style-small .realfactory-page-title {
  font-size: 37px;
  margin-bottom: 0
}

.realfactory-page-title-wrap.realfactory-style-small .realfactory-page-caption {
  font-size: 16px;
  margin-top: 13px
}

.realfactory-page-title-wrap.realfactory-style-small .realfactory-page-title-content {
  padding-top: 93px;
  padding-bottom: 87px
}

.realfactory-page-title-wrap.realfactory-style-medium .realfactory-page-title {
  font-size: 54px;
  margin-bottom: 0
}

.realfactory-page-title-wrap.realfactory-style-medium .realfactory-page-caption {
  font-size: 19px;
  margin-top: 13px
}

.realfactory-page-title-wrap.realfactory-style-medium .realfactory-page-title-content {
  padding-top: 126px;
  padding-bottom: 116px
}

.realfactory-page-title-wrap.realfactory-style-large .realfactory-page-title {
  font-size: 75px;
  margin-bottom: 0
}

.realfactory-page-title-wrap.realfactory-style-large .realfactory-page-caption {
  font-size: 25px;
  margin-top: 13px
}

.realfactory-page-title-wrap.realfactory-style-large .realfactory-page-title-content {
  padding-top: 184px;
  padding-bottom: 168px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-title {
  font-size: 37px;
  margin-bottom: 0
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-caption {
  font-size: 16px
}

.realfactory-footer-wrapper .realfactory-footer-container {
  overflow: hidden
}

.realfactory-footer-wrapper .realfactory-footer-column {
  padding-bottom: 1029px;
  margin-bottom: -1020px;
  border-left: 1px;
  border-style: solid;
  border-color: inherit;
  padding-left: 30px;
  padding-right: 30px
}

.realfactory-footer-wrapper .realfactory-footer-column:first-child {
  border: none
}

.realfactory-footer-wrapper .realfactory-widget-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 35px
}

.realfactory-footer-wrapper .realfactory-widget-title .gdlr-core-flexslider-nav {
  float: right;
  margin-left: 20px
}

.realfactory-footer-wrapper .widget {
  margin-bottom: 60px
}

.realfactory-footer-wrapper .widget:last-child {
  margin-bottom: 0
}

.realfactory-fixed-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

body.realfactory-boxed .realfactory-fixed-footer .realfactory-footer-wrapper,
body.realfactory-boxed .realfactory-fixed-footer .realfactory-copyright-wrapper {
  margin-left: auto;
  margin-right: auto
}

.realfactory-footer-back-to-top-button {
  position: fixed;
  z-index: 9;
  right: 30px;
  bottom: 30px;
  font-size: 18px;
  line-height: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  pointer-events: none;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms
}

.realfactory-footer-back-to-top-button.realfactory-scrolled {
  opacity: 1;
  pointer-events: auto
}

.realfactory-footer-wrapper {
  padding-top: 70px;
  padding-bottom: 50px
}

.realfactory-copyright-text {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px;
  font-size: 14px;
  letter-spacing: 1px
}

.realfactory-single-article-date-wrapper {
  float: left;
  width: 63px;
  border-right-width: 3px;
  border-right-style: solid;
  line-height: 1;
  margin-top: 5px;
  margin-right: 30px;
  padding-right: 25px;
  padding-bottom: 25px;
  text-align: center;
  white-space: nowrap
}

.realfactory-single-article-date-wrapper .realfactory-single-article-date-day {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: 3px
}

.realfactory-single-article-date-wrapper .realfactory-single-article-date-month {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.realfactory-single-article {
  padding-bottom: 35px
}

.realfactory-single-article .realfactory-single-article-content ul,
.realfactory-single-article .realfactory-single-article-content ol {
  line-height: 2
}

.realfactory-single-article .realfactory-single-article-thumbnail {
  margin-bottom: 42px
}

.realfactory-single-article .realfactory-single-article-head {
  margin-bottom: 32px
}

.realfactory-single-article .realfactory-single-article-title {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: .5px
}

.realfactory-single-article .realfactory-single-article-head-right {
  overflow: hidden
}

.realfactory-blog-info-wrapper .realfactory-head {
  margin-right: 13px;
  vertical-align: middle
}

.realfactory-blog-info-wrapper .realfactory-head i {
  font-size: 15px
}

.realfactory-blog-info-wrapper .realfactory-blog-info {
  display: inline-block;
  margin-right: 25px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}

.realfactory-blog-info-wrapper .realfactory-blog-info:last-child {
  margin-right: 0
}

.realfactory-sticky-banner {
  line-height: 1;
  display: inline-block;
  letter-spacing: .5px;
  padding: 18px 20px 17px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 22px
}

.realfactory-sticky-banner i {
  font-size: 12px;
  margin-right: 10px
}

.realfactory-single-article-thumbnail .realfactory-sticky-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0
}

body.single-post .realfactory-sidebar-style-none {
  margin-left: auto;
  margin-right: auto
}

body.blog .realfactory-sidebar-style-none {
  margin-left: auto;
  margin-right: auto
}

body.blog .realfactory-single-article {
  padding-bottom: 60px
}

.realfactory-archive-taxonomy-description {
  margin-bottom: 60px
}

.realfactory-blog-aside-format .realfactory-single-article-content {
  font-size: 18px;
  font-style: italic;
  padding: 50px 60px 40px
}

.realfactory-blog-aside-format .realfactory-excerpt-read-more {
  display: none
}

.realfactory-blog-quote-format .realfactory-single-article-content {
  padding: 50px 45px 40px;
  position: relative
}

.realfactory-blog-quote-format .realfactory-blog-quote-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: .3;
  filter: alpha(opacity=30)
}

.realfactory-blog-quote-format .realfactory-blog-quote {
  float: left;
  font-size: 120px;
  margin-top: -10px;
  line-height: 1;
  margin-right: 35px;
  position: relative
}

.realfactory-blog-quote-format .realfactory-blog-content-wrap {
  overflow: hidden;
  position: relative
}

.realfactory-blog-quote-format .realfactory-blog-quote-content {
  font-size: 18px;
  font-style: italic
}

.realfactory-blog-quote-format .realfactory-blog-quote-author {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 700
}

.realfactory-blog-quote-format .realfactory-blog-quote-author:before {
  content: "-";
  margin-right: 2px
}

.realfactory-blog-quote-format .realfactory-excerpt-read-more {
  display: none
}

.realfactory-blog-quote-format blockquote,
.realfactory-blog-quote-format q {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px
}

.realfactory-blog-link-format .realfactory-blog-icon-link {
  font-size: 23px;
  float: left;
  margin-right: 30px;
  margin-top: 5px
}

.realfactory-blog-link-format .realfactory-blog-content-wrap {
  overflow: hidden
}

.realfactory-blog-link-format .realfactory-blog-title {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 9px
}

.realfactory-blog-link-format .realfactory-blog-content {
  font-size: 14px;
  margin-bottom: 0
}

.realfactory-blog-link-format .realfactory-excerpt-read-more {
  display: none
}

.realfactory-single-social-share {
  padding-top: 10px;
  padding-bottom: 48px
}

.realfactory-single-author {
  margin-bottom: 55px;
  padding-top: 55px;
  border-top-width: 1px;
  border-top-style: solid
}

.realfactory-single-author .realfactory-single-author-avartar {
  max-width: 80px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 25px
}

.realfactory-single-author .realfactory-single-author-head-wrap {
  overflow: hidden;
  padding-top: 5px
}

.realfactory-single-author .realfactory-single-author-caption {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 9px;
  letter-spacing: .5px
}

.realfactory-single-author .realfactory-single-author-title {
  font-size: 26px;
  margin-bottom: 22px
}

.realfactory-single-author .realfactory-single-author-description {
  clear: left
}

.realfactory-single-nav-area {
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  padding: 33px 0;
  margin-bottom: 55px
}

.realfactory-single-nav i {
  font-size: 25px
}

.realfactory-single-nav .realfactory-text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px
}

.realfactory-single-nav-left {
  float: left
}

.realfactory-single-nav-left i {
  margin-right: 15px;
  vertical-align: middle
}

.realfactory-single-nav-right {
  float: right
}

.realfactory-single-nav-right i {
  margin-left: 15px;
  vertical-align: middle
}

.realfactory-comments-area .realfactory-comments-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 55px
}

.realfactory-comments-area ol.comment-list {
  list-style: none;
  margin-bottom: 55px;
  margin-left: 0
}

.realfactory-comments-area ol.comment-list ol {
  margin-left: 50px
}

.realfactory-comments-area .comment-article {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.realfactory-comments-area .comment-avatar {
  max-width: 80px;
  margin-right: 35px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.realfactory-comments-area .comment-avatar img {
  display: block
}

.realfactory-comments-area .comment-meta {
  position: relative;
  margin-bottom: 20px
}

.realfactory-comments-area .comment-author {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px
}

.realfactory-comments-area .comment-body {
  overflow: hidden
}

.realfactory-comments-area .comment-time {
  font-size: 14px;
  font-style: italic;
  letter-spacing: .8px
}

.realfactory-comments-area .comment-reply {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: absolute;
  right: 0;
  top: 4px
}

.realfactory-comments-area .comment-respond {
  margin-bottom: 85px
}

.realfactory-comments-area ol.comment-list .comment-respond {
  margin-top: 55px
}

.realfactory-comments-area .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px
}

.realfactory-comments-area .comment-reply-title small {
  margin-left: 10px
}

.realfactory-comments-area textarea {
  width: 100%;
  padding: 18px 22px;
  font-size: 14px;
  display: block;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  margin: 0;
  margin-bottom: 14px
}

.realfactory-comments-area input[type="text"] {
  width: 100%;
  display: block;
  font-size: 14px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  padding: 16px 22px;
  margin-bottom: 14px
}

.realfactory-comments-area input[type="text"]:focus,
.realfactory-comments-area textarea:focus {
  outline: none
}

.realfactory-comments-area .realfactory-comment-form-author {
  width: 50%;
  padding-right: 7px;
  float: left
}

.realfactory-comments-area .realfactory-comment-form-email {
  width: 50%;
  padding-left: 7px;
  float: left
}

.realfactory-comments-area .form-submit {
  padding-top: 18px
}

.realfactory-blog-title-wrap {
  background-image: url(../images/page-title-background.webp);
  background-position: center;
  position: relative;
  background-size: cover
}

.realfactory-blog-title-wrap .realfactory-blog-title-container {
  position: relative
}

.realfactory-blog-title-wrap .realfactory-blog-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
/*
.realfactory-blog-title-wrap.realfactory-feature-image .realfactory-blog-title-overlay {
   opacity: 1; 
  background: url(../images/blog-title-gradient.png) center bottom repeat-x
}
*/
.realfactory-blog-title-wrap.realfactory-style-small .realfactory-blog-title-content {
  padding-top: 93px;
  padding-bottom: 87px
}

.realfactory-blog-title-wrap.realfactory-style-large .realfactory-blog-title-content {
  padding-top: 184px;
  padding-bottom: 168px
}

.realfactory-blog-title-wrap .realfactory-single-article-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 11px;
  letter-spacing: .5px
}

.realfactory-blog-title-wrap .realfactory-single-article-head-right {
  overflow: hidden
}

.realfactory-blog-title-wrap .realfactory-single-article-date-wrapper {
  margin-top: 11px
}

.realfactory-not-found-wrap {
  text-align: center;
  position: relative
}

.realfactory-not-found-wrap .realfactory-not-found-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .27;
  filter: alpha(opacity=27);
  background-position: center;
  background-size: cover;
  background-image: url(../../../themes/realfactory/images/404-background.jpg)
}

.realfactory-not-found-wrap .realfactory-not-found-content {
  position: relative;
  padding: 60px 0 65px
}

.realfactory-not-found-wrap .realfactory-not-found-head {
  font-size: 150px;
  line-height: 1;
  margin-bottom: 40px
}

.realfactory-not-found-wrap .realfactory-not-found-title {
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px
}

.realfactory-not-found-wrap .realfactory-not-found-caption {
  font-size: 18px
}

.realfactory-not-found-wrap .realfactory-not-found-back-to-home a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.realfactory-not-found-wrap form.search-form {
  max-width: 430px;
  margin: 58px auto 0;
  position: relative;
  margin-bottom: 13px
}

.realfactory-not-found-wrap form.search-form input.search-field {
  font-size: 15px;
  width: 100%;
  border: none;
  padding: 22px 60px 22px 25px;
  height: 64px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.realfactory-not-found-wrap form.search-form input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.realfactory-not-found-wrap form.search-form .realfactory-top-search-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  font-size: 18px
}

body.search .realfactory-not-found-wrap .realfactory-not-found-head {
  font-size: 100px;
  text-transform: uppercase;
  margin-bottom: 18px
}

body.search .realfactory-not-found-wrap form.search-form {
  margin-top: 50px
}

body.search .realfactory-not-found-wrap {
  background-color: #bd584e
}

body.search .realfactory-not-found-wrap .realfactory-not-found-caption {
  color: #ffe6e4
}

.realfactory-sidebar-area .realfactory-widget {
  margin-bottom: 55px
}

.realfactory-sidebar-area .realfactory-widget-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden
}

.realfactory-sidebar-area .realfactory-widget-title .gdlr-core-flexslider-nav {
  float: right;
  margin-left: 20px
}

.realfactory-sidebar-area .realfactory-widget-head-text {
  display: block;
  float: left;
  margin-right: 28px
}

.realfactory-sidebar-left .realfactory-sidebar-area {
  overflow: hidden;
  border-right-width: 1px;
  border-right-style: solid
}

.realfactory-sidebar-right .realfactory-sidebar-area {
  overflow: hidden;
  border-left-width: 1px;
  border-left-style: solid
}

.widget_rss .rss-widget-icon {
  margin-right: 10px;
  margin-top: -3px
}

.widget_product_categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  position: relative;
  list-style: none;
  margin-left: 0
}

.widget_product_categories ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 18px
}

.widget_product_categories ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  margin-left: 20px
}

.widget_product_categories ul ul li,
.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 15px
}

.widget_search form {
  display: block;
  position: relative
}

.widget_search form:after {
  content: "\f002";
  font-family: "fontAwesome";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px
}

.widget_search label .screen-reader-text {
  display: none
}

.widget_search .search-form input.search-field {
  font-size: 13px;
  line-height: 17px;
  height: 51px;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  padding: 16px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.widget_search input.search-field:focus {
  outline: none
}

.widget_search input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 51px;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1
}

.tagcloud {
  zoom: 1
}

.tagcloud:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.tagcloud a {
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  padding: 8px 16px 7px;
  border-width: 1px;
  border-style: solid;
  margin-right: 10px;
  margin-bottom: 10px
}

.widget_calendar table {
  width: 100%;
  margin-bottom: 0
}

.widget_calendar table thead th {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0
}

.widget_calendar table tbody td {
  text-align: center;
  padding: 10px 0
}

.widget_calendar table tfoot td {
  text-align: center;
  padding: 10px 0
}

.widget_calendar caption {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px
}

table {
  width: 100%;
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
  margin-bottom: 20px
}

table tr td {
  padding: 15px 0
}

table tr th {
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400
}

body.realfactory-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap {
  margin-left: -50px
}

body.realfactory-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap {
  margin-right: -50px
}

.realfactory-mobile-header-wrap {
  display: none
}

.realfactory-mobile-header {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 9999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.realfactory-mobile-header.realfactory-fixed-navigation {
  display: none
}

.realfactory-mobile-header .realfactory-mobile-header-container {
  position: relative
}

.realfactory-mobile-header .realfactory-logo {
  padding: 0 15px
}

.realfactory-mobile-header .realfactory-logo-inner {
  line-height: 45px;
  margin-right: 110px
}

.realfactory-mobile-header .realfactory-logo-inner img {
  vertical-align: middle;
  width: auto
}

.realfactory-mobile-header .realfactory-mobile-menu {
  margin-left: 15px
}

.realfactory-mobile-header .realfactory-main-menu-cart {
  margin-left: 0;
  padding-left: 15px
}

@media only screen and (max-width:1140px) {
  html .widget_product_search input[type="search"]#woocommerce-product-search-field {
    width: 100%;
    margin-bottom: 10px
  }
}

@media only screen and (max-width:999px) {
  body {
    width: 100%;
    overflow-x: hidden
  }

  body.realfactory-boxed div.realfactory-body-wrapper {
    margin-top: 0;
    margin-bottom: 0
  }

  .realfactory-bullet-anchor {
    display: none
  }

  .realfactory-top-bar {
    display: none
  }

  .realfactory-header-wrap.realfactory-header-style-plain,
  .realfactory-header-wrap.realfactory-header-style-bar,
  .realfactory-navigation-bar-wrap,
  .realfactory-header-background-transparent,
  .realfactory-header-boxed-wrap,
  .realfactory-header-side-nav,
  .realfactory-header-transparent-substitute,
  .realfactory-sticky-navigation {
    display: none !important
  }

  .realfactory-mobile-header-wrap {
    display: block
  }

  .realfactory-mobile-header-wrap .realfactory-top-bar {
    display: block
  }

  .realfactory-mobile-header-wrap .realfactory-top-bar {
    font-size: 13px
  }

  .realfactory-mobile-header-wrap .realfactory-top-bar-left,
  .realfactory-mobile-header-wrap .realfactory-top-bar-right {
    padding-top: 0;
    padding-bottom: 0
  }

  .realfactory-mobile-header.realfactory-fixed-navigation {
    display: block
  }

  .realfactory-sticky-menu-placeholder {
    display: none !important
  }

  body .realfactory-header-side-content.realfactory-style-left {
    margin-left: 0
  }

  body .realfactory-header-side-content.realfactory-style-right {
    margin-right: 0
  }

  body.single-product.woocommerce div.product form.cart {
    float: none;
    margin-bottom: 30px;
    width: auto;
    margin-right: 0
  }

  body.single-product.woocommerce div.product .product_meta {
    margin-top: 0
  }
}

@media only screen and (max-width:767px) {
  body.realfactory-body-front .realfactory-container {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px
  }

  body.realfactory-body-front .gdlr-core-container {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px
  }

  .realfactory-column-10,
  .realfactory-column-12,
  .realfactory-column-15,
  .realfactory-column-20,
  .realfactory-column-24,
  .realfactory-column-30,
  .realfactory-column-36,
  .realfactory-column-40,
  .realfactory-column-45,
  .realfactory-column-48,
  .realfactory-column-50,
  .realfactory-column-60 {
    width: 100%
  }

  .realfactory-mobile-header-wrap .realfactory-top-bar-left,
  .realfactory-mobile-header-wrap .realfactory-top-bar-right {
    float: none;
    text-align: center
  }

  .realfactory-page-title-wrap .realfactory-page-title-content {
    padding-top: 60px !important;
    padding-bottom: 50px !important
  }

  .realfactory-blog-title-wrap .realfactory-blog-title-content {
    padding-top: 60px !important;
    padding-bottom: 50px !important
  }

  .realfactory-single-article-date-wrapper {
    display: none
  }

  .realfactory-overlay-menu-content ul.menu>li {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

  .realfactory-overlay-menu-content ul.menu {
    padding-top: 120px;
    padding-bottom: 100px;
    max-width: 80%
  }

  .realfactory-overlay-menu-content .realfactory-overlay-menu-close {
    top: 35px
  }

  body.admin-bar .realfactory-overlay-menu-content {
    margin-top: 0
  }

  .realfactory-comments-area .comment-respond {
    padding: 45px 30px
  }

  .realfactory-comments-area .comment-respond {
    padding: 45px 30px
  }

  .realfactory-comments-area .realfactory-comment-form-author {
    width: 100%;
    padding-right: 0
  }

  .realfactory-comments-area .realfactory-comment-form-email {
    width: 100%;
    padding-left: 0
  }

  .realfactory-footer-wrapper .realfactory-footer-column {
    padding: 0 15px;
    margin-bottom: 60px;
    border: none
  }

  .realfactory-footer-wrapper .realfactory-footer-column:last-child {
    margin-bottom: 20px
  }

  .realfactory-fixed-footer-placeholder {
    display: none
  }

  .realfactory-fixed-footer {
    position: static
  }

  body .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 100%;
    float: none;
    margin-right: 0%
  }

  body div#order_review {
    width: 100%
  }
}

@media only screen and (max-width:419px) {
  body {
    min-width: 320px
  }

  .realfactory-top-search-wrap input.search-field {
    font-size: 30px;
    padding-right: 90px
  }

  .realfactory-top-search-wrap .realfactory-top-search-submit {
    right: 48px;
    font-size: 24px;
    margin-top: -2px
  }

  .realfactory-top-search-wrap input.search-submit {
    right: 48px
  }

  .realfactory-top-search-wrap .realfactory-top-search-close {
    font-size: 40px
  }

  .realfactory-top-search-wrap input.search-field {
    padding-bottom: 10px
  }
}

ul.sf-menu>.menu-item-language img.iclflag {
  vertical-align: baseline;
  margin-right: 10px
}

ul.sf-menu>.menu-item-language ul.submenu-languages {
  display: none;
  position: absolute;
  z-index: 99;
  list-style: none;
  margin: 0 0 0 -15px
}

ul.sf-menu>.menu-item-language li {
  padding: 1px 11px
}

ul.sf-menu>.menu-item-language li a {
  padding: 6px 12px;
  display: block
}

ul.sf-menu>.menu-item-language li:first-child {
  padding-top: 12px
}

ul.sf-menu>.menu-item-language li:last-child {
  padding-bottom: 12px
}

.realfactory-custom-wpml-flag {
  margin-right: 26px
}

.realfactory-custom-wpml-flag .realfactory-custom-wpml-flag-item {
  margin-left: 20px
}

.realfactory-custom-wpml-flag .realfactory-custom-wpml-flag-item:first-child {
  margin-left: 0
}

.realfactory-body span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-bottom: 15px
}

.realfactory-body div.wpcf7-response-output {
  font-size: 13px;
  padding: 6px 20px;
  clear: both;
  margin: 0
}

.wpcf7 input {
  font-size: 15px;
  padding: 15px 22px;
  width: 100%;
  display: block
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"],
input[type="reset"] {
  width: auto
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: auto;
  display: inline
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin-bottom: 5px
}

.wpcf7 textarea {
  font-size: 15px;
  padding: 18px 22px;
  height: 120px;
  width: 100%
}

figure.woocommerce-product-gallery__wrapper {
  max-width: none
}

body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
  padding: .7em 2em 1em 3.5em !important
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: .7em 2em 1em 3.5em !important
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  top: .7em
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  margin-top: 5px;
  padding: 0;
  background-color: transparent
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  background-color: transparent
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1.3em;
  padding-left: 1.3em
}

.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations th.value {
  min-width: 210px
}

.woocommerce div.product form.cart .variations select {
  float: left;
  margin-top: .6em;
  margin-left: 2em
}

a.reset_variations {
  margin-right: 15px;
  margin-left: 7px
}

.woocommerce div.product form.cart .variations select {
  min-width: 59%
}

.related.products h2 {
  font-size: 23px;
  margin-bottom: 42px
}

.woocommerce table.shop_attributes th {
  background: transparent;
  padding-top: 16px;
  padding-bottom: 16px
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: 0
}

.woocommerce table.shop_attributes {
  border-top: 0
}

.single-product.woocommerce #review_form #respond p.comment-form-comment {
  margin-bottom: 25px
}

.woocommerce table.shop_table {
  border: 0
}

.woocommerce table.shop_table.shop_table_responsive.cart {
  border-spacing: 0
}

.woocommerce table.shop_table th {
  padding: 17px 12px;
  background: none
}

.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even) {
  background-color: transparent
}

.woocommerce table.shop_table td {
  padding: 19px 20px
}

.woocommerce-cart table.cart img {
  width: 70px
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0
}

.woocommerce a.remove {
  width: auto
}

.cart_item input.input-text.qty.text {
  padding: 15px 0 15px 10px;
  border-bottom-width: 1px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 15px 23px 15px;
  height: 49px
}

.woocommerce .cart input.button[name="apply_coupon"] {
  height: 49px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 180px
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  padding: 19px 20px 18px;
  border-radius: 0;
  font-size: 12px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 12px
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: inherit;
  opacity: inherit;
  padding-left: 23px;
  padding-right: 23px
}

.woocommerce .cart_totals h2 {
  font-size: 18px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-spacing: 0;
  margin: 0
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  padding-left: 20px;
  padding-right: 20px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  padding-left: 20px;
  padding-right: 20px
}

.woocommerce a.showcoupon {
  margin-left: 20px;
  color: #baf2ff
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
#order_review_heading {
  font-size: 17px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 13px 15px;
  border-bottom-width: 1px
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-bottom: 35px
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 47%;
  float: left;
  margin-right: 3%
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%
}

div#order_review {
  float: left;
  width: 50%
}

.woocommerce form .form-row {
  margin: 0 0 14px
}

.woocommerce form p.form-row.form-row-first {
  margin: 0
}

.select2-container .select2-choice {
  padding: 6px 1px 6px 13px
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%
}

.shop_table.woocommerce-checkout-review-order-table {
  border-spacing: 0
}

.woocommerce table.shop_table th {
  padding: 17px 20px 17px 20px
}

.woocommerce .cart_item td.product-total {
  padding-right: 20px;
  padding-left: 20px
}

.woocommerce .cart_item td.product-name {
  padding-left: 20px
}

.woocommerce table.shop_table td {
  padding-right: 20px
}

.checkout_coupon .form-row.form-row-last {
  margin-bottom: 0
}

table tr.cart_item {
  background: transparent
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 13px
}

html .woocommerce a.remove {
  border-radius: 100%;
  color: #333 !important
}

.woocommerce-checkout table tr.cart_item {
  background: transparent
}

li.woocommerce-MyAccount-navigation-link {
  padding: 13px 0;
  padding-bottom: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 28%
}

li.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 600
}

header.woocommerce-Address-title.title h3 {
  font-size: 18px
}

.woocommerce-Address address {
  padding: 25px
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  margin-bottom: 40px
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 31px
}

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content {
  background: #f5f5f5
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  margin-bottom: 0em
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border-left: 0
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 15px
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
  margin-bottom: 15px
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 0;
  font-size: 17px
}

.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount {
  margin-left: 5px
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 47px
}

.widget_shopping_cart a.button.wc-forward {
  padding: 19px 28px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 14px;
  padding: 16px 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.price_slider_amount .price_label {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 700
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 15px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

html ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
  font-weight: 400
}

html .woocommerce ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
  font-weight: 400
}

html .woocommerce ul.cart_list li .star-rating {
  float: left;
  margin-top: 10px
}

html .woocommerce ul.product_list_widget li .star-rating {
  float: left;
  margin-top: 3px;
  margin-right: 10px
}

html .woocommerce ul.product_list_widget li del {
  margin-right: 10px
}

html .product_list_widget span.reviewer {
  margin-top: 4px;
  margin-left: 12px;
  float: left
}

html .widget_product_search label.screen-reader-text {
  display: none
}

html .widget_product_search input[type="submit"] {
  height: 47px
}

html .widget_product_search input#woocommerce-product-search-field {
  height: 47px;
  padding: 14px 12px;
  border-bottom-width: 1px;
  width: 62%;
  font-size: 13px
}

.widget.woocommerce ul.cart_list li:first-child,
.widget.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0
}

.woocommerce .woocommerce-message:before {
  color: #fff
}

.woocommerce .woocommerce-error {
  background-color: #bd584e;
  border-top: 3px solid #bd584e;
  color: #fff
}

.woocommerce .woocommerce-info {
  background-color: #46a5ca;
  border-top: 3px solid #46a5ca;
  color: #fff
}

.woocommerce .woocommerce-message {
  background-color: #46ca7b;
  border-top: 3px solid #46ca7b;
  color: #fff
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff
}

.single-product.woocommerce div.product .quantity .qty {
  background: #f3f3f3
}

.woocommerce .woocommerce-info:before {
  color: #fff
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #fff !important;
  top: inherit
}

html .woocommerce a.remove:hover {
  color: #afafaf !important;
  background: transparent !important
}

html .woocommerce form .form-row .required {
  color: #c5c5c5
}

html .woocommerce form .form-row.woocommerce-invalid .select2-container,
html .woocommerce form .form-row.woocommerce-invalid input.input-text,
html .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #d4d4d4
}

html .woocommerce form .form-row.woocommerce-invalid label {
  color: #9e9e9e
}

html .woocommerce form .form-row.woocommerce-validated .select2-container,
html .woocommerce form .form-row.woocommerce-validated input.input-text,
html .woocommerce form .form-row.woocommerce-validated select {
  border-color: #d4d4d4
}

html .woocommerce span.onsale {
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  width: 48px;
  padding: 2px 0 0;
  height: 48px
}

.single-product.woocommerce .realfactory-page-wrapper {
  border-top-width: 1px;
  border-top-style: solid
}

.single-product.woocommerce .woocommerce-breadcrumb {
  font-size: 14px
}

.single-product.woocommerce .product_title {
  font-size: 40px;
  margin-bottom: 2px
}

.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 2px
}

.single-product.woocommerce div.product .star-rating {
  font-size: 14px;
  padding-right: 15px;
  box-sizing: content-box;
  margin-right: 10px
}

.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before {
  letter-spacing: 3px
}

.single-product.woocommerce div.product .woocommerce-review-link {
  font-size: 13px
}

.single-product.woocommerce div.product p.price {
  padding-top: 27px;
  margin-bottom: 28px
}

.single-product.woocommerce div.product p.price ins {
  text-decoration: none
}

.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
  font-size: 26px;
  font-weight: 700
}

.single-product.woocommerce div.product p.price del .woocommerce-Price-amount {
  font-size: 23px;
  margin-right: 9px
}

.single-product.woocommerce div.product span.onsale {
  position: static;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle
}

.single-product.woocommerce div.product .quantity .qty {
  height: 60px;
  font-size: 16px;
  width: 75px;
  padding-left: 15px;
  border: none
}

.single-product.woocommerce div.product form.cart {
  margin: 25px 30px 55px 0;
  float: left
}

.single-product.woocommerce div.product form.cart.variations_form {
  width: 300px
}

.single-product.woocommerce div.product form.cart .button {
  font-size: 13px;
  height: 60px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 30px
}

.single-product.woocommerce div.product .product_meta {
  margin-top: 50px
}

.single-product.woocommerce div.product .product_meta {
  overflow: hidden;
  padding-top: 5px
}

.single-product.woocommerce div.product .product_meta>span {
  display: block;
  font-size: 13px;
  margin-bottom: 5px
}

.single-product.woocommerce div.product .product_meta>span .realfactory-head {
  font-weight: 600
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled {
  display: none
}

.single-product.woocommerce div.product .realfactory-woocommerce-social-share {
  clear: both;
  padding-top: 15px;
  margin-top: 50px;
  border-top-width: 2px;
  border-top-style: solid
}

.single-product.woocommerce div.product .gdlr-core-social-share-item a {
  font-size: 14px
}

.single-product.woocommerce div.product .realfactory-woocommerce-tab {
  clear: both;
  padding-top: 60px;
  margin-bottom: 50px
}

.single-product.woocommerce div.product .realfactory-woocommerce-tab .gdlr-core-tab-item-title {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 18px
}

.single-product.woocommerce div.product .realfactory-woocommerce-tab .gdlr-core-tab-item-title-line {
  border-bottom-width: 1px;
  bottom: -1px
}

.single-product.woocommerce div.product .realfactory-woocommerce-tab .gdlr-core-tab-item-title-wrap {
  border-bottom-width: 1px
}

.single-product.woocommerce div.product .realfactory-woocommerce-tab .gdlr-core-tab-item-content {
  max-width: 900px;
  margin: 0 auto
}

.single-product.woocommerce .woocommerce-Reviews-title {
  display: none
}

.single-product.woocommerce #reviews {
  padding-top: 43px
}

.single-product.woocommerce #reviews .comment-respond {
  text-align: left
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  width: 85px;
  position: static;
  padding: 0;
  border-radius: 50%;
  margin-right: 30px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
  overflow: hidden;
  margin-left: 0;
  padding: 0;
  border: none;
  text-align: left
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
  padding: 39px 49px;
  margin-bottom: 30px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 18px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
  display: block;
  font-size: 17px;
  text-transform: capitalize
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"] {
  display: block;
  font-size: 15px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: none;
  margin-top: 24px
}

.single-product.woocommerce #reviews #review_form_wrapper {
  padding-top: 35px
}

.single-product.woocommerce #reviews .comment-reply-title {
  font-size: 22px;
  margin-bottom: 30px
}

.single-product.woocommerce #review_form #respond label {
  font-size: 15px;
  font-weight: 600
}

.single-product.woocommerce #review_form #respond p {
  margin-bottom: 30px
}

.single-product.woocommerce #review_form #respond label[for="rating"] {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle
}

.single-product.woocommerce #review_form #respond p.stars {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1
}

.single-product.woocommerce #review_form #respond p.stars a {
  margin-right: 5px
}

.single-product.woocommerce #review_form #respond input[type="text"],
.single-product.woocommerce #review_form #respond input[type="email"] {
  display: block;
  margin-top: 20px;
  border-bottom-width: 1px;
  width: 100%;
  height: 55px
}

.single-product.woocommerce #review_form #respond textarea {
  display: block;
  margin-top: 20px;
  border-bottom-width: 1px;
  width: 100%;
  height: 150px
}

.single-product.woocommerce #review_form #respond .form-submit input {
  font-size: 13px;
  height: 58px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 38px
}

.woocommerce.single-product .related.products {
  clear: left
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box
}

.mm-btn,
.mm-menu {
  box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  display: block;
  padding: 0;
  position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-arrow:after,
.mm-next:after {
  content: '';
  border: 1px solid transparent;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 0
}

.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 2px
}

.mm-navbar {
  text-align: center;
  line-height: 20px;
  height: 40px;
  margin: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  margin: 0 25px 30px;
  position: relative
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}

.mm-listview>li {
  position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
  color: inherit;
  display: block;
  margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
  padding-right: 50px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0
}

.mm-listview .mm-inset>li {
  padding: 5px 0
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px
}

.mm-listview .mm-spacer {
  padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 2
}

html.mm-opened {
  overflow-x: hidden;
  position: static
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
  display: block
}

.mm-menu {
  width: 350px
}

@media all and (max-width:550px) {
  .mm-menu {
    width: 250px
  }
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0)
}

@media all and (max-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
  }
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
  transform: scale(.7, .7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%
}

.mm-menu.mm-right {
  left: auto;
  right: 0
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0)
}

@media all and (max-width:550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
  }
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: ease .4s
}

html.mm-pagedim #mm-blocker {
  background: inherit
}

html.mm-pagedim-white #mm-blocker {
  background: #fff
}

html.mm-pagedim-black #mm-blocker {
  background: #000
}

ul.mm-listview li {
  margin: 0 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

ul.mm-listview li a,
ul.mm-listview li span.realfactory-mm-menu-blank {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 17px 0
}

.mm-navbar .mm-btn {
  line-height: 40px;
  font-size: 30px;
  display: block;
  text-align: left;
  left: -8px;
  padding: 0
}

.mm-navbar .mm-btn:before {
  content: "\34";
  font-family: elegantIcons
}

.mm-navbar .mmenu-custom-close {
  line-height: 40px;
  font-size: 30px;
  display: block;
  text-align: left;
  margin-left: -8px;
  cursor: pointer
}

.mm-navbar .mmenu-custom-close:after {
  content: "\4d";
  font-family: elegantIcons
}

.mm-navbar .mm-title {
  display: none
}

.mm-navbar .mm-title:first-child {
  display: block
}

html.realfactory-mmenu-left .realfactory-sticky-navigation.realfactory-fixed-navigation,
html.realfactory-mmenu-right .realfactory-sticky-navigation.realfactory-fixed-navigation {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opening.realfactory-mmenu-left .realfactory-sticky-navigation.realfactory-fixed-navigation {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0)
}

html.mm-opening.realfactory-mmenu-right .realfactory-sticky-navigation.realfactory-fixed-navigation {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0)
}

html.realfactory-mmenu-left .realfactory-mobile-header-wrap .realfactory-top-bar,
,
html.realfactory-mmenu-left .realfactory-mobile-header,
html.realfactory-mmenu-right .realfactory-mobile-header-wrap .realfactory-top-bar,
html.realfactory-mmenu-right .realfactory-mobile-header {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opening.realfactory-mmenu-left .realfactory-mobile-header-wrap .realfactory-top-bar,
html.mm-opening.realfactory-mmenu-left .realfactory-mobile-header {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0)
}

html.mm-opening.realfactory-mmenu-right .realfactory-mobile-header-wrap .realfactory-top-bar,
html.mm-opening.realfactory-mmenu-right .realfactory-mobile-header {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0)
}

@media all and (max-width:550px) {
  html.mm-opening.realfactory-mmenu-left .realfactory-sticky-navigation.realfactory-fixed-navigation {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
  }

  html.mm-opening.realfactory-mmenu-right .realfactory-sticky-navigation.realfactory-fixed-navigation {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
  }

  html.mm-opening.realfactory-mmenu-left .realfactory-mobile-header-wrap .realfactory-top-bar,
  html.mm-opening.realfactory-mmenu-left .realfactory-mobile-header {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
  }

  html.mm-opening.realfactory-mmenu-right .realfactory-mobile-header-wrap .realfactory-top-bar,
  html.mm-opening.realfactory-mmenu-right .realfactory-mobile-header {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
  }
}

.sf-menu {
  list-style: none;
  margin-left: 0
}

.sf-menu>li {
  float: left;
  cursor: pointer
}

.sf-menu>li>a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 9
}

.sf-menu>.realfactory-normal-menu ul {
  list-style: none;
  position: absolute;
  display: none;
  z-index: 99;
  min-width: 220px
}

.sf-menu>.realfactory-normal-menu ul {
  margin-left: -15px
}

.sf-menu>.realfactory-normal-menu ul ul {
  margin-left: 0
}

.sf-menu>.realfactory-normal-menu.sfHover>ul,
.sf-menu>.realfactory-normal-menu.sfHover>ul:hover,
.sf-menu>.realfactory-normal-menu li.sfHover>ul {
  display: block
}

.sf-menu>.realfactory-normal-menu ul ul {
  top: 0;
  left: 100%
}

.sf-menu>.realfactory-normal-menu ul ul.sub-menu-right {
  left: auto;
  right: 100%
}

.sf-menu>.realfactory-normal-menu li {
  position: relative;
  white-space: nowrap
}

.sf-menu>.realfactory-normal-menu li a {
  text-decoration: none
}

.sf-menu>.realfactory-normal-menu li>a.sf-with-ul-pre:after {
  content: '>'
}

.sf-menu>.realfactory-mega-menu .sf-mega {
  position: absolute;
  display: none;
  z-index: 99
}

.sf-menu>.realfactory-mega-menu.sfHover .sf-mega,
.sf-menu>.realfactory-mega-menu.sfHover .sf-mega:hover {
  display: block
}

.sf-menu>.realfactory-mega-menu .sf-mega-section-inner a {
  text-decoration: none
}

.sf-menu>.realfactory-mega-menu .sf-mega-section-inner ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0
}

.sf-vertical {
  list-style: none;
  margin-left: 0;
  left: 100%;
  top: 0;
  margin-bottom: 0
}

.sf-vertical li {
  position: relative
}

.sf-vertical ul.sub-menu {
  list-style: none;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  z-index: 9;
  min-width: 190px
}

.sf-vertical ul.sub-menu li {
  white-space: nowrap
}

.realfactory-body h1,
.realfactory-body h2,
.realfactory-body h3,
.realfactory-body h4,
.realfactory-body h5,
.realfactory-body h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700
}

#poststuff .gdlr-core-page-builder-body h2 {
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700
}

#poststuff .gdlr-core-page-builder-body h1 {
  padding: 0;
  font-weight: 700
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none
}

.gdlr-core-button {
  text-transform: none;
  letter-spacing: .5px
}

.gdlr-core-blog-date-wrapper {
  margin-top: 0;
  border-right-width: 3px;
  padding-bottom: 18px;
  padding-right: 25px;
  width: 63px
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day {
  letter-spacing: 1px;
  margin-top: 0
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0
}

.gdlr-core-blog-list .gdlr-core-blog-title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0
}

.gdlr-core-blog-list .gdlr-core-blog-list-frame {
  padding: 26px 30px 27px
}

.gdlr-core-blog-full {
  margin-bottom: 55px
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more {
  margin-top: 25px
}

.gdlr-core-blog-full .gdlr-core-blog-title {
  font-size: 32px;
  margin-bottom: 0
}

.gdlr-core-blog-full .gdlr-core-blog-info-wrapper {
  margin-bottom: 10px
}

.gdlr-core-blog-full .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
  font-size: 15px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full-frame {
  padding: 50px 50px 25px
}

.gdlr-core-blog-grid .gdlr-core-blog-title {
  font-size: 24px
}

.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
  padding-top: 0;
  border: 0;
  margin-bottom: 10px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more {
  display: inline-block
}

.gdlr-core-blog-grid .gdlr-core-blog-content {
  margin-bottom: 20px
}

.gdlr-core-excerpt-read-more i {
  margin-left: 15px
}

.gdlr-core-excerpt-read-more {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
  font-style: normal
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-quote {
  display: none
}

.gdlr-core-flexslider .flex-control-nav {
  margin-top: 20px
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] {
  position: static
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] .flex-direction-nav li {
  margin-top: -30px
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] .flex-direction-nav li a {
  border-radius: 0;
  padding: 16px 14px
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] .flex-direction-nav li a i {
  font-size: 28px;
  width: 28px
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] .flex-direction-nav .flex-nav-prev {
  left: 0
}

.gdlr-core-flexslider[data-nav-parent="gdlr-core-portfolio-item"] .flex-direction-nav .flex-nav-next {
  right: 0
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info {
  font-size: 14px;
  font-style: normal
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag .gdlr-core-portfolio-info {
  margin-top: 12px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-icon .gdlr-core-portfolio-title {
  margin-bottom: 20px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title-tag .gdlr-core-portfolio-title {
  margin-top: 20px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-icon-title-tag .gdlr-core-portfolio-title {
  margin-top: 20px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  font-size: 14px
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  font-size: 14px;
  font-style: normal
}

.gdlr-core-portfolio-slider-widget-wrap {
  padding-top: 0;
  margin-top: -10px
}

.gdlr-core-recent-portfolio-widget {
  max-width: 80px;
  margin-right: 15px;
  margin-bottom: 15px
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link:after {
  font-family: "fontAwesome";
  margin-left: 10px;
  content: "\f178";
  vertical-align: middle
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
  padding: 7px 13px 7px 17px;
  margin-top: -4px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info i {
  font-size: 13px;
  margin-right: 7px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info>a {
  font-size: 12px
}

span.gdlr-core-counter-item-suffix {
  font-weight: 700
}

span.gdlr-core-counter-item-count {
  font-weight: 700
}

body.realfactory-boxed .realfactory-body-wrapper {
  margin-top: 0;
  margin-bottom: 0
}

.realfactory-body-wrapper.realfactory-with-frame,
body.realfactory-full .realfactory-fixed-footer {
  margin: 0
}

body.realfactory-boxed.realfactory-background-pattern .realfactory-body-outer-wrapper {
  background-image: url(../../../plugins/goodlayers-core/include/images/pattern/pattern-1.png)
}

.realfactory-item-pdlr,
.gdlr-core-item-pdlr {
  padding-left: 15px;
  padding-right: 15px
}

.realfactory-item-rvpdlr,
.gdlr-core-item-rvpdlr {
  margin-left: -15px;
  margin-right: -15px
}

.gdlr-core-metro-rvpdlr {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px
}

.realfactory-item-mglr,
.gdlr-core-item-mglr,
.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega {
  margin-left: 15px;
  margin-right: 15px
}

.realfactory-container,
.gdlr-core-container,
body.realfactory-boxed .realfactory-body-wrapper,
body.realfactory-boxed .realfactory-fixed-footer .realfactory-footer-wrapper,
body.realfactory-boxed .realfactory-fixed-footer .realfactory-copyright-wrapper {
  max-width: 1180px
}

.realfactory-body-front .gdlr-core-container,
.realfactory-body-front .realfactory-container {
  padding-left: 15px;
  padding-right: 15px
}

.realfactory-body-front .realfactory-container .realfactory-container,
.realfactory-body-front .realfactory-container .gdlr-core-container,
.realfactory-body-front .gdlr-core-container .gdlr-core-container {
  padding-left: 0;
  padding-right: 0
}

.realfactory-top-bar-container.realfactory-top-bar-custom-container {
  max-width: 1140px
}

.realfactory-top-bar-container.realfactory-top-bar-full {
  padding-right: 15px;
  padding-left: 15px
}

.realfactory-top-bar {
  padding-top: 16px
}

.realfactory-top-bar {
  padding-bottom: 14px
}

.realfactory-top-bar {
  font-size: 15px
}

.realfactory-top-bar {
  border-bottom-width: 0
}

.realfactory-header-style-plain {
  border-bottom-width: 0
}

.realfactory-header-background-transparent .realfactory-top-bar-background {
  opacity: 1
}

.realfactory-header-background-transparent .realfactory-header-background {
  opacity: 1
}

.realfactory-navigation-bar-wrap.realfactory-style-transparent .realfactory-navigation-background {
  opacity: .82
}

.realfactory-header-boxed-wrap .realfactory-top-bar-background {
  opacity: 0
}

.realfactory-header-boxed-wrap .realfactory-top-bar-background {
  margin-bottom: 0
}

.realfactory-header-style-boxed {
  margin-top: 0
}

.realfactory-header-container.realfactory-header-custom-container {
  max-width: 1140px
}

.realfactory-header-container.realfactory-header-full {
  padding-right: 15px;
  padding-left: 15px
}

.realfactory-header-boxed-wrap .realfactory-header-background {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.realfactory-header-style-boxed .realfactory-header-container-item {
  padding-left: 30px;
  padding-right: 30px
}

.realfactory-navigation-right {
  right: 30px
}

.realfactory-navigation-left {
  left: 30px
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-navigation .sf-menu>li>a {
  padding-top: 0
}

.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-main-menu-left-wrap,
.realfactory-header-style-plain.realfactory-style-splitted-menu .realfactory-main-menu-right-wrap {
  padding-top: 0
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-navigation .sf-menu>li>a {
  padding-top: 0
}

.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-main-menu-left-wrap,
.realfactory-header-style-boxed.realfactory-style-splitted-menu .realfactory-main-menu-right-wrap {
  padding-top: 0
}

.realfactory-navigation .sf-menu>li {
  padding-left: 23px;
  padding-right: 23px
}

.realfactory-header-side-nav {
  width: 340px
}

.realfactory-header-side-content.realfactory-style-left {
  margin-left: 340px
}

.realfactory-header-side-content.realfactory-style-right {
  margin-right: 340px
}

.realfactory-header-side-nav.realfactory-style-side {
  padding-left: 70px;
  padding-right: 70px
}

.realfactory-header-side-nav.realfactory-style-left .sf-vertical>li>ul.sub-menu {
  padding-left: 70px
}

.realfactory-header-side-nav.realfactory-style-right .sf-vertical>li>ul.sub-menu {
  padding-right: 70px
}

.realfactory-navigation .sf-vertical>li {
  padding-top: 16px;
  padding-bottom: 16px
}

.realfactory-header-style-bar .realfactory-logo-right-text {
  padding-top: 53px
}

.realfactory-logo {
  padding-top: 50px
}

.realfactory-logo {
  padding-bottom: 45px
}

.realfactory-logo-inner {
  max-width: 241px
}

.realfactory-navigation {
  padding-top: 23px
}

.realfactory-navigation-top {
  top: 23px
}

.realfactory-navigation .sf-menu>li>a {
  padding-bottom: 23px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-title-content {
  padding-top: 93px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-title-content {
  padding-bottom: 87px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-caption {
  margin-top: 13px
}

.realfactory-page-title-wrap .realfactory-page-title {
  text-transform: none
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-title {
  font-size: 55px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-title {
  letter-spacing: 0
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-caption {
  font-size: 18px
}

.realfactory-page-title-wrap.realfactory-style-custom .realfactory-page-caption {
  letter-spacing: 0
}

.realfactory-page-title-wrap .realfactory-page-title-overlay {
  opacity: 0
}

.realfactory-not-found-wrap .realfactory-not-found-background {
  opacity: .27
}

.realfactory-blog-title-wrap.realfactory-style-custom .realfactory-blog-title-content {
  padding-top: 340px
}

.realfactory-blog-title-wrap.realfactory-style-custom .realfactory-blog-title-content {
  padding-bottom: 80px
}

.realfactory-blog-title-wrap .realfactory-blog-title-overlay {
  opacity: .41
}

body.single-post .realfactory-sidebar-style-none,
body.blog .realfactory-sidebar-style-none {
  max-width: 900px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon {
  font-size: 22px
}

.realfactory-footer-wrapper {
  padding-top: 70px
}

.realfactory-footer-wrapper {
  padding-bottom: 50px
}

.realfactory-copyright-text {
  padding-top: 30px
}

.realfactory-copyright-text {
  padding-bottom: 30px
}

.realfactory-body h1,
.realfactory-body h2,
.realfactory-body h3,
.realfactory-body h4,
.realfactory-body h5,
.realfactory-body h6,
.realfactory-body .realfactory-title-font,
.realfactory-body .gdlr-core-title-font {
  font-family: "Hind", sans-serif
}

.woocommerce-breadcrumb,
.woocommerce span.onsale,
.single-product.woocommerce div.product p.price .woocommerce-Price-amount,
.single-product.woocommerce #review_form #respond label {
  font-family: "Hind", sans-serif
}

.realfactory-navigation .sf-menu>li>a,
.realfactory-navigation .sf-vertical>li>a,
.realfactory-navigation-font {
  font-family: "Hind", sans-serif
}

.realfactory-body,
.realfactory-body .gdlr-core-content-font,
.realfactory-body input,
.realfactory-body textarea,
.realfactory-body button,
.realfactory-body select,
.realfactory-body .realfactory-content-font,
.gdlr-core-audio .mejs-container * {
  font-family: "Hind", sans-serif
}

.realfactory-body .gdlr-core-info-font,
.realfactory-body .realfactory-info-font {
  font-family: "Hind", sans-serif
}

.realfactory-body .gdlr-core-blog-info-font,
.realfactory-body .realfactory-blog-info-font {
  font-family: "Hind", sans-serif
}

.realfactory-body .gdlr-core-quote-font {
  font-family: Georgia, serif
}

.realfactory-body h1 {
  font-size: 52px
}

.realfactory-body h2,
#poststuff .gdlr-core-page-builder-body h2 {
  font-size: 48px
}

.realfactory-body h3 {
  font-size: 36px
}

.realfactory-body h4 {
  font-size: 28px
}

.realfactory-body h5 {
  font-size: 22px
}

.realfactory-body h6 {
  font-size: 18px
}

.realfactory-navigation .sf-menu>li>a,
.realfactory-navigation .sf-vertical>li>a {
  font-size: 14px
}

.realfactory-navigation .sf-menu>li>a {
  font-weight: 600
}

.realfactory-navigation .sf-menu>li>a {
  text-transform: uppercase
}

.realfactory-body {
  font-size: 15px
}

.realfactory-body,
.realfactory-body p,
.realfactory-line-height,
.gdlr-core-line-height {
  line-height: 1.7
}

.realfactory-page-preload {
  background-color: #fff
}

.realfactory-top-bar-background {
  background-color: #ededed
}

.realfactory-body .realfactory-top-bar {
  border-bottom-color: #fff
}

.realfactory-top-bar {
  color: #727272
}

.realfactory-body .realfactory-top-bar a {
  color: #fff
}

.realfactory-body .realfactory-top-bar a:hover {
  color: #fff
}

.realfactory-top-bar .realfactory-top-bar-right-social a {
  color: #2e2e2e
}

.realfactory-top-bar .realfactory-top-bar-right-social a:hover {
  color: #e44444
}

.realfactory-header-background,
.realfactory-sticky-menu-placeholder,
.realfactory-header-style-boxed.realfactory-fixed-navigation {
  background-color: #fff
}

.realfactory-header-wrap.realfactory-header-style-plain {
  border-color: #e8e8e8
}

.realfactory-logo-right-block .realfactory-logo-right-block-icon,
.realfactory-logo-right-block .realfactory-logo-right-block-title {
  color: #191919
}

.realfactory-logo-right-block .realfactory-logo-right-block-caption {
  color: #929292
}

.realfactory-body .realfactory-header-right-button {
  color: #1c1c1c
}

.realfactory-body .realfactory-header-right-button {
  background-color: #f8c12c;
  border-color: #f8c12c
}

.realfactory-navigation-background {
  background-color: #000
}

.realfactory-navigation .realfactory-navigation-slide-bar {
  border-color: #ffbe32
}

.realfactory-navigation .realfactory-navigation-slide-bar:before {
  border-bottom-color: #ffbe32
}

.realfactory-header-side-nav.realfactory-style-side-toggle .realfactory-logo {
  background-color: #fff
}

.realfactory-main-menu-search i,
.realfactory-main-menu-cart i {
  color: #fff
}

.realfactory-main-menu-cart>.realfactory-top-cart-count {
  background-color: #e8b62d
}

.realfactory-main-menu-cart>.realfactory-top-cart-count {
  color: #fff
}

.realfactory-top-menu-button i,
.realfactory-mobile-menu-button i {
  color: #fff
}

.realfactory-mobile-button-hamburger:before,
.realfactory-mobile-button-hamburger:after,
.realfactory-mobile-button-hamburger span {
  background: #fff
}

.realfactory-main-menu-right .realfactory-top-menu-button,
.realfactory-mobile-menu .realfactory-mobile-menu-button {
  border-color: #fff
}

.realfactory-mobile-header .realfactory-mobile-menu-button i,
.realfactory-mobile-header .realfactory-main-menu-search i,
.realfactory-mobile-header .realfactory-main-menu-cart i {
  color: #383838
}

.realfactory-mobile-header .realfactory-mobile-button-hamburger:before,
.realfactory-mobile-header .realfactory-mobile-button-hamburger:after,
.realfactory-mobile-header .realfactory-mobile-button-hamburger span {
  background: #383838
}

.realfactory-mobile-menu .realfactory-mobile-menu-button {
  border-color: #ddd
}

.realfactory-top-search-wrap {
  background-color: #000;
  background-color: rgba(0, 0, 0, .88)
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-content {
  background-color: #303030
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-content span,
.realfactory-top-cart-content-wrap .realfactory-top-cart-content span.woocommerce-Price-amount.amount {
  color: #b5b5b5
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-button,
.realfactory-top-cart-content-wrap .realfactory-top-cart-button:hover {
  color: #fff
}

.realfactory-top-cart-content-wrap .realfactory-top-cart-checkout-button,
.realfactory-top-cart-content-wrap .realfactory-top-cart-checkout-button:hover {
  color: #f8c12c
}

.realfactory-body .realfactory-breadcrumbs {
  background-color: #efefef
}

.realfactory-body .realfactory-breadcrumbs,
.realfactory-body .realfactory-breadcrumbs a span {
  color: #898989
}

.realfactory-body .realfactory-breadcrumbs span,
.realfactory-body .realfactory-breadcrumbs a:hover span {
  color: #545454
}

.sf-menu>li>a,
.sf-vertical>li>a {
  color: #fff
}

.sf-menu>li>a:hover,
.sf-menu>li.current-menu-item>a,
.sf-menu>li.current-menu-ancestor>a,
.sf-vertical>li>a:hover,
.sf-vertical>li.current-menu-item>a,
.sf-vertical>li.current-menu-ancestor>a {
  color: #fff
}

.sf-menu>.realfactory-normal-menu li,
.sf-menu>.realfactory-mega-menu>.sf-mega,
.sf-vertical ul.sub-menu li,
ul.sf-menu>.menu-item-language li {
  background-color: #0e0e0e
}

.sf-menu>li>.sub-menu a,
.sf-menu>.realfactory-mega-menu>.sf-mega a,
.sf-vertical ul.sub-menu li a {
  color: #bebebe
}

.sf-menu>li>.sub-menu a:hover,
.sf-menu>li>.sub-menu .current-menu-item>a,
.sf-menu>li>.sub-menu .current-menu-ancestor>a,
.sf-menu>.realfactory-mega-menu>.sf-mega a:hover,
.sf-menu>.realfactory-mega-menu>.sf-mega .current-menu-item>a,
.sf-vertical>li>.sub-menu a:hover,
.sf-vertical>li>.sub-menu .current-menu-item>a,
.sf-vertical>li>.sub-menu .current-menu-ancestor>a {
  color: #e8b62d
}

.sf-menu>li>.sub-menu a:hover,
.sf-menu>li>.sub-menu .current-menu-item>a,
.sf-menu>li>.sub-menu .current-menu-ancestor>a,
.sf-menu>.realfactory-mega-menu>.sf-mega a:hover,
.sf-menu>.realfactory-mega-menu>.sf-mega .current-menu-item>a,
.sf-vertical>li>.sub-menu a:hover,
.sf-vertical>li>.sub-menu .current-menu-item>a,
.sf-vertical>li>.sub-menu .current-menu-ancestor>a {
  background-color: #0e0e0e
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section-inner>a {
  color: #fff
}

.realfactory-navigation .sf-menu>.realfactory-mega-menu .sf-mega-section {
  border-color: #303030
}

.mm-navbar .mm-title,
.mm-navbar .mm-btn,
ul.mm-listview li>a,
ul.mm-listview li>span {
  color: #979797
}

ul.mm-listview li a {
  border-color: #979797
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  border-color: #979797
}

.mm-navbar .mm-title:hover,
.mm-navbar .mm-btn:hover,
ul.mm-listview li a:hover,
ul.mm-listview li>span:hover,
ul.mm-listview li.current-menu-item>a,
ul.mm-listview li.current-menu-ancestor>a,
ul.mm-listview li.current-menu-ancestor>span {
  color: #fff
}

.mm-menu {
  background-color: #1f1f1f
}

ul.mm-listview li {
  border-color: #626262
}

.realfactory-overlay-menu-content {
  background-color: #000;
  background-color: rgba(0, 0, 0, .88)
}

.realfactory-overlay-menu-content ul.menu>li,
.realfactory-overlay-menu-content ul.sub-menu ul.sub-menu {
  border-color: #424242
}

.realfactory-overlay-menu-content ul li a,
.realfactory-overlay-menu-content .realfactory-overlay-menu-close {
  color: #fff
}

.realfactory-overlay-menu-content ul li a:hover {
  color: #a8a8a8
}

.realfactory-bullet-anchor a:before {
  background-color: #777
}

.realfactory-bullet-anchor a:hover,
.realfactory-bullet-anchor a.current-menu-item {
  border-color: #fff
}

.realfactory-bullet-anchor a:hover:before,
.realfactory-bullet-anchor a.current-menu-item:before {
  background: #fff
}

.realfactory-body .realfactory-main-menu-right-button {
  color: #333
}

.realfactory-body .realfactory-main-menu-right-button {
  border-color: #333
}

.realfactory-body .realfactory-main-menu-right-button:hover {
  color: #555
}

.realfactory-body .realfactory-main-menu-right-button:hover {
  border-color: #555
}

.realfactory-body-outer-wrapper,
body.realfactory-full .realfactory-body-wrapper {
  background-color: #fff
}

body.realfactory-boxed .realfactory-body-wrapper,
.gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode {
  background-color: #fff
}

.realfactory-page-title-wrap .realfactory-page-title {
  color: #fff
}

.realfactory-page-title-wrap .realfactory-page-caption {
  color: #fff
}

.realfactory-page-title-wrap .realfactory-page-caption .woocommerce-breadcrumb,
.realfactory-page-title-wrap .realfactory-page-caption .woocommerce-breadcrumb a {
  color: #fff
}

.realfactory-page-title-wrap .realfactory-page-title-overlay {
  background-color: #000
}

.realfactory-body,
.realfactory-body span.wpcf7-not-valid-tip {
  color: #727272
}

.realfactory-body h1,
.realfactory-body h2,
.realfactory-body h3,
.realfactory-body h4,
.realfactory-body h5,
.realfactory-body h6 {
  color: #383838
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_table th,
.single-product.woocommerce div.product .product_meta .realfactory-head {
  color: #383838
}

.realfactory-body rs-layer a {
  color: #000;
}

.realfactory-body rs-layer a:hover {
  color: #fff
}


.realfactory-body a {
  color: #545454
}

.realfactory-body a:hover {
  color: #333
}

.realfactory-body * {
  border-color: #e6e6e6
}

.gdlr-core-columnize-item .gdlr-core-columnize-item-content {
  column-rule-color: #e6e6e6;
  -moz-column-rule-color: #e6e6e6;
  -webkit-column-rule-color: #e6e6e6
}

.realfactory-body input,
.realfactory-body textarea {
  background-color: #fff
}

.realfactory-body input,
.realfactory-body textarea {
  border-color: #d7d7d7
}

.realfactory-body input,
.realfactory-body textarea {
  color: #4e4e4e
}

.realfactory-body ::-webkit-input-placeholder {
  color: #4e4e4e
}

.realfactory-body ::-moz-placeholder {
  color: #4e4e4e
}

.realfactory-body :-ms-input-placeholder {
  color: #4e4e4e
}

.realfactory-body :-moz-placeholder {
  color: #4e4e4e
}

.realfactory-not-found-wrap {
  background-color: #23618e
}

.realfactory-not-found-wrap .realfactory-not-found-head {
  color: #fff
}

.realfactory-not-found-wrap .realfactory-not-found-title {
  color: #fff
}

.realfactory-not-found-wrap .realfactory-not-found-caption {
  color: #c3e7ff
}

.realfactory-not-found-wrap form.search-form input.search-field {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.realfactory-not-found-wrap form.search-form input.search-field,
.realfactory-not-found-wrap .realfactory-top-search-submit {
  color: #fff
}

.realfactory-not-found-wrap input::-webkit-input-placeholder {
  color: #fff
}

.realfactory-not-found-wrap input:-moz-placeholder {
  color: #fff
}

.realfactory-not-found-wrap input::-moz-placeholder {
  color: #fff
}

.realfactory-not-found-wrap input:-ms-input-placeholder {
  color: #fff
}

.realfactory-not-found-wrap .realfactory-not-found-back-to-home a,
.realfactory-not-found-wrap .realfactory-not-found-back-to-home a:hover {
  color: #fff
}

.realfactory-sidebar-area .realfactory-widget-title {
  color: #161616
}

.realfactory-sidebar-area a {
  color: #a3a3a3
}

.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before {
  color: #a3a3a3
}

.realfactory-sidebar-area a:hover,
.realfactory-sidebar-area .current-menu-item>a {
  color: #ddb42c
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info i {
  color: #9c9c9c
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info,
.gdlr-core-recent-post-widget .gdlr-core-blog-info a,
.gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover {
  color: #a0a0a0
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title {
  color: #fff
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info,
.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i,
.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a,
.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a:hover {
  color: #9c9c9c
}

.widget_search input.search-field {
  color: #b5b5b5
}

.widget_search input::-webkit-input-placeholder {
  color: #b5b5b5
}

.widget_search input:-moz-placeholder {
  color: #b5b5b5
}

.widget_search input::-moz-placeholder {
  color: #b5b5b5
}

.widget_search input:-ms-input-placeholder {
  color: #b5b5b5
}

.widget_search input.search-field {
  border-color: #e0e0e0
}

.widget_search form:after {
  border-color: #c7c7c7
}

ul.gdlr-core-twitter-widget-wrap li:before {
  color: #303030
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a,
ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a:hover {
  color: #b5b5b5
}

.realfactory-footer-wrapper {
  background-color: #242424
}

.realfactory-footer-wrapper .realfactory-widget-title {
  color: #f8c12c
}

.realfactory-footer-wrapper {
  color: #f7f7f7
}

.realfactory-footer-wrapper .widget_recent_entries ul li:before,
.realfactory-footer-wrapper .widget_recent_comments ul li:before,
.realfactory-footer-wrapper .widget_pages ul li:before,
.realfactory-footer-wrapper .widget_rss ul li:before,
.realfactory-footer-wrapper .widget_archive ul li:before,
.realfactory-footer-wrapper .widget_categories ul li:before,
.widget_nav_menu ul li:before,
.realfactory-footer-wrapper .widget_meta ul li:before {
  color: #f7f7f7
}

.realfactory-footer-wrapper a {
  color: #b2b2b2
}

.realfactory-footer-wrapper a:hover {
  color: #f8c12c
}

.realfactory-footer-wrapper,
.realfactory-footer-wrapper * {
  border-color: #353535
}

.realfactory-copyright-wrapper {
  background-color: #131313
}

.realfactory-copyright-wrapper {
  color: #838383
}

.realfactory-footer-back-to-top-button {
  background-color: #dbdbdb
}

.realfactory-footer-back-to-top-button {
  color: #313131
}

.realfactory-body .realfactory-blog-title-wrap .realfactory-single-article-title {
  color: #fff
}

.realfactory-body .realfactory-blog-title-wrap .realfactory-blog-info-wrapper,
.realfactory-body .realfactory-blog-title-wrap .realfactory-blog-info-wrapper a,
.realfactory-body .realfactory-blog-title-wrap .realfactory-blog-info-wrapper a:hover,
.realfactory-body .realfactory-blog-title-wrap .realfactory-blog-info-wrapper i {
  color: #fff
}

.realfactory-body .realfactory-blog-title-wrap .realfactory-single-article-date-day {
  color: #fff
}

.realfactory-body .realfactory-blog-title-wrap .realfactory-single-article-date-month {
  color: #d8d8d8
}

.realfactory-body .realfactory-blog-title-wrap .realfactory-single-article-date-wrapper {
  border-color: #fff
}

.realfactory-blog-title-wrap .realfactory-blog-title-overlay {
  background-color: #000
}

.realfactory-single-author .realfactory-single-author-title a,
.realfactory-single-author .realfactory-single-author-title a:hover {
  color: #464646
}

.realfactory-single-author .realfactory-single-author-caption {
  color: #b1b1b1
}

.realfactory-single-nav a,
.realfactory-single-nav a:hover {
  color: #bcbcbc
}

.realfactory-comments-area .realfactory-comments-title,
.realfactory-comments-area .comment-author,
.realfactory-comments-area .comment-reply-title {
  color: #464646
}

.realfactory-comments-area .comment-reply a,
.realfactory-comments-area .comment-reply a:hover {
  color: #2b2b2b
}

.realfactory-comments-area .comment-time a,
.realfactory-comments-area .comment-time a:hover {
  color: #b1b1b1
}

.gdlr-core-blog-title a,
.realfactory-body .realfactory-single-article-title,
.realfactory-body .realfactory-single-article-title a {
  color: #343434
}

.gdlr-core-blog-title a:hover,
.realfactory-body .realfactory-single-article-title a:hover {
  color: #f1bf37
}

.gdlr-core-sticky-banner,
.realfactory-sticky-banner {
  color: #262626
}

.gdlr-core-sticky-banner,
.realfactory-sticky-banner {
  background-color: #f1bf37
}

.realfactory-single-article .realfactory-blog-info-wrapper,
.realfactory-single-article .realfactory-blog-info-wrapper a,
.realfactory-single-article .realfactory-blog-info-wrapper a:hover,
.gdlr-core-blog-info-wrapper,
.gdlr-core-blog-info-wrapper a,
.gdlr-core-blog-info-wrapper a:hover,
.gdlr-core-blog-grid .gdlr-core-blog-info-date a {
  color: #959595
}

.realfactory-single-article .realfactory-blog-info-wrapper i,
.gdlr-core-blog-info-wrapper i {
  color: #f1bf37
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day,
.realfactory-single-article .realfactory-single-article-date-day {
  color: #353535
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month,
.realfactory-single-article .realfactory-single-article-date-month {
  color: #9b9b9b
}

.realfactory-body .gdlr-core-blog-date-wrapper,
.realfactory-body .realfactory-single-article-date-wrapper {
  border-color: #f8c12c
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame,
.gdlr-core-blog-full-frame,
.gdlr-core-blog-list-frame,
.gdlr-core-blog-link-format {
  background-color: #fff
}

.gdlr-core-opacity-on-hover {
  background: #000
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
  background: #343de2
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category {
  background: #343de2
}

.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
  background: #343de2
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper,
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper a,
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i,
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-title a {
  color: #fff
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-content {
  color: #fff
}

.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper,
.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper a,
.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper i,
.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-title a {
  color: #fff
}

.realfactory-blog-aside-format .realfactory-single-article-content,
.gdlr-core-blog-aside-format {
  background-color: #f2bd2b
}

.realfactory-blog-quote-format .realfactory-single-article-content,
.gdlr-core-blog-quote-format {
  background-color: #f2bd2b
}

.realfactory-blog-aside-format .realfactory-single-article-content,
.gdlr-core-blog-aside-format .gdlr-core-blog-content {
  color: #fff
}

.realfactory-blog-quote-format .realfactory-single-article-content blockquote,
.realfactory-blog-quote-format .realfactory-single-article-content q,
.realfactory-blog-quote-format .realfactory-single-article-content,
.gdlr-core-blog-quote-format .gdlr-core-blog-content blockquote,
.gdlr-core-blog-quote-format .gdlr-core-blog-content q,
.gdlr-core-blog-quote-format .gdlr-core-blog-content {
  color: #fff
}

.gdlr-core-pagination a {
  background-color: #e2e2e2
}

.gdlr-core-pagination a {
  color: #515151
}

.gdlr-core-pagination a:hover,
.gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-pagination span {
  background-color: #190000
}

.gdlr-core-pagination a:hover,
.gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-pagination span {
  color: #fff
}

.gdlr-core-pagination.gdlr-core-with-border a {
  color: #b4b4b4;
  border-color: #b4b4b4
}

.gdlr-core-pagination.gdlr-core-style-plain a,
.gdlr-core-pagination.gdlr-core-style-plain a:before,
.gdlr-core-pagination.gdlr-core-style-plain span:before {
  color: #b4b4b4
}

.gdlr-core-pagination.gdlr-core-with-border a:hover,
.gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,
.gdlr-core-pagination.gdlr-core-with-border span {
  color: #424242;
  border-color: #424242
}

.gdlr-core-pagination.gdlr-core-style-plain a:hover,
.gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,
.gdlr-core-pagination.gdlr-core-style-plain span {
  color: #424242
}

.gdlr-core-portfolio-single-nav,
.gdlr-core-portfolio-single-nav a,
.gdlr-core-portfolio-single-nav a:hover {
  color: #bcbcbc
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame,
.gdlr-core-portfolio-grid2 {
  background-color: #fff
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title a {
  color: #191919
}

.gdlr-core-port-info-item .gdlr-core-port-info-key,
.gdlr-core-port-info2 .gdlr-core-port-info2-key {
  color: #343434
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info,
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a,
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover {
  color: #898989
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
  background-color: #3d3ac2
}

.gdlr-core-portfolio-badge {
  color: #fff
}

.gdlr-core-portfolio-badge {
  background-color: #e24a3b
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon,
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a,
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a:hover {
  color: #e8b62d
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info,
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a,
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a:hover {
  color: #cecece
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a {
  color: #aaa
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a:hover,
.gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active {
  color: #747474
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer-slide-bar {
  border-bottom-color: #747474
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
  color: #838383
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
  background-color: #f1f1f1
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover,
.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
  color: #fff
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover,
.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
  background-color: #f2bd2b
}

.gdlr-core-price-table-item .gdlr-core-price-table {
  background-color: #f8f8f8
}

.gdlr-core-price-table .gdlr-core-price-table-head {
  background-color: #3e3e3e;
  background: -webkit-linear-gradient(#525252, #3e3e3e);
  background: -o-linear-gradient(#525252, #3e3e3e);
  background: -moz-linear-gradient(#525252, #3e3e3e);
  background: linear-gradient(#525252, #3e3e3e)
}

.gdlr-core-price-table .gdlr-core-price-table-icon {
  color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-title {
  color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-caption {
  color: #acacac
}

.gdlr-core-price-table .gdlr-core-price-table-price {
  background-color: #ebebeb
}

.gdlr-core-price-table .gdlr-core-price-table-price-number,
.gdlr-core-price-table .gdlr-core-price-prefix {
  color: #323232
}

.gdlr-core-price-table .gdlr-core-price-suffix {
  color: #acacac
}

.gdlr-core-price-table .gdlr-core-price-table-button,
.gdlr-core-price-table .gdlr-core-price-table-button:hover {
  color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-button,
.gdlr-core-price-table .gdlr-core-price-table-button:hover {
  background-color: #575757;
  background: -webkit-linear-gradient(#414141, #575757);
  background: -o-linear-gradient(#414141, #575757);
  background: -moz-linear-gradient(#414141, #575757);
  background: linear-gradient(#414141, #575757)
}

.gdlr-core-price-table .gdlr-core-price-table-content * {
  border-color: #e5e5e5
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head {
  background-color: #e8b62d;
  background: -webkit-linear-gradient(#e8c35f, #e8b62d);
  background: -o-linear-gradient(#e8c35f, #e8b62d);
  background: -moz-linear-gradient(#e8c35f, #e8b62d);
  background: linear-gradient(#e8c35f, #e8b62d)
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon {
  color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-title {
  color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-caption {
  color: #fff5c1
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price {
  background-color: #ececec
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number,
.gdlr-core-price-table .gdlr-core-price-prefix {
  color: #323232
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-suffix {
  color: #acacac
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button,
.gdlr-core-price-table .gdlr-core-price-table-button:hover {
  color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button,
.gdlr-core-price-table .gdlr-core-price-table-button:hover {
  background-color: #e8b62d;
  background: -webkit-linear-gradient(#e8c668, #e8b62d);
  background: -o-linear-gradient(#e8c668, #e8b62d);
  background: -moz-linear-gradient(#e8c668, #e8b62d);
  background: linear-gradient(#e8c668, #e8b62d)
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon,
.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,
.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon,
.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
  color: #191919
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title,
.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title,
.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title {
  color: #191919
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,
.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
  background-color: #f8c12c
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,
.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
  border-color: #f8c12c
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before {
  color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
  color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
  background-color: #f3f3f3
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before {
  color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title,
.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
  color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title,
.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
  background-color: #f3f3f3
}

.gdlr-core-audio,
.gdlr-core-audio .mejs-container .mejs-controls {
  background-color: #e7e7e7
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before,
.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before,
.gdlr-core-audio .mejs-container .mejs-controls .mejs-time {
  color: #202020
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-total,
.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #afafaf
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #e8b62d
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #afafaf
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #646464
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
  background-color: #ef5e68
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
  border-color: #cd515a
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
  color: #fff
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title {
  color: #fff
}

blockquote,
q {
  color: #777
}

blockquote,
q {
  background-color: #f5f5f5
}

.realfactory-body blockquote,
.realfactory-body q {
  border-color: #e2e2e2
}

.gdlr-core-blockquote-item-quote {
  color: #4e4e4e
}

.gdlr-core-blockquote-item-content,
.gdlr-core-blockquote-item-author {
  color: #4e4e4e
}

.gdlr-core-body .gdlr-core-load-more,
.gdlr-core-body .gdlr-core-button,
.realfactory-body .realfactory-button,
.realfactory-body input[type="button"],
.realfactory-body input[type="submit"] {
  color: #fff
}

.gdlr-core-body .gdlr-core-load-more:hover,
.gdlr-core-body .gdlr-core-button:hover {
  color: #fff
}

.gdlr-core-body .gdlr-core-load-more,
.gdlr-core-body .gdlr-core-button,
.realfactory-body .realfactory-button,
.realfactory-body input[type="button"],
.realfactory-body input[type="submit"] {
  background-color: #2F2F2F
}

.gdlr-core-body .gdlr-core-load-more:hover,
.gdlr-core-body .gdlr-core-button:hover {
  background-color: #2F2F2F
}

.gdlr-core-body .gdlr-core-button-with-border {
  border-color: #383838
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent {
  color: #383838
}

.gdlr-core-body .gdlr-core-button-with-border:hover {
  border-color: #000
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent:hover {
  color: #000
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient {
  background-color: #e8b62d;
  background: -webkit-linear-gradient(#e8c158, #e8b62d);
  background: -o-linear-gradient(#e8c158, #e8b62d);
  background: -moz-linear-gradient(#e8c158, #e8b62d);
  background: linear-gradient(#e8c158, #e8b62d)
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient-v {
  background-color: #e8b62d;
  background: -webkit-linear-gradient(to right, #e8c158, #e8b62d);
  background: -o-linear-gradient(to right, #e8c158, #e8b62d);
  background: -moz-linear-gradient(to right, #e8c158, #e8b62d);
  background: linear-gradient(to right, #e8c158, #e8b62d)
}

.gdlr-core-call-to-action-item-title {
  color: #2c2c2c
}

.gdlr-core-call-to-action-item-caption {
  color: #535353
}

.gdlr-core-counter-item-top-text {
  color: #828282
}

.gdlr-core-counter-item-top-icon {
  color: #393939
}

.gdlr-core-counter-item-number {
  color: #393939
}

.gdlr-core-counter-item-divider {
  border-color: #393939
}

.gdlr-core-counter-item-bottom-text {
  color: #393939
}

.gdlr-core-column-service-item .gdlr-core-column-service-icon {
  color: #9d9d9d
}

.gdlr-core-column-service-item .gdlr-core-icon-style-round i {
  background-color: #f3f3f3
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
  color: #383838
}

.gdlr-core-column-service-item .gdlr-core-column-service-caption {
  color: #747474
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title,
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
  background-color: #212121
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
  color: #f7c02e
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front,
.gdlr-core-flipbox-item .gdlr-core-flipbox-back,
.gdlr-core-feature-box-item .gdlr-core-feature-box {
  background-color: #e8b62d
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front,
.gdlr-core-flipbox-item .gdlr-core-flipbox-back,
.gdlr-core-flipbox-item .gdlr-core-flipbox-frame,
.gdlr-core-feature-box-item .gdlr-core-feature-box,
.gdlr-core-feature-box-item .gdlr-core-feature-box-frame {
  border-color: #d39d1d
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon,
.gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon {
  color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title,
.gdlr-core-feature-box-item .gdlr-core-feature-box-item-title {
  color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption,
.gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption {
  color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content,
.gdlr-core-feature-box-item .gdlr-core-feature-box-item-content {
  color: #fff
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
  color: #fff
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
  color: #cecece
}

.gdlr-core-image-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.gdlr-core-image-overlay-content,
.gdlr-core-image-overlay-content a,
.gdlr-core-image-overlay-icon {
  color: #e8b62d
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-image-overlay-icon,
.gdlr-core-page-builder-body .gdlr-core-pbf-column[data-skin] .gdlr-core-image-overlay-icon {
  color: #e8b62d
}

.gdlr-core-body .gdlr-core-image-item-wrap {
  border-color: #000
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
  color: #343434
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption {
  color: #747474
}

.gdlr-core-block-item-title-wrap a,
.gdlr-core-block-item-title-wrap a:hover {
  color: #747474
}

.gdlr-core-icon-list-item i {
  color: #222
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap,
.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap {
  color: #f3f3f3
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day {
  color: #a5a5a5
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-open {
  color: #262626
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-close {
  color: #c8c8c8
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i {
  color: #8a8989
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item {
  border-color: #a6a6a6
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title,
.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a {
  color: #383838
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
  color: #888
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-divider {
  color: #cecece
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
  background-color: #f9f9f9
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title,
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title a {
  color: #fff
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-position {
  color: #fff
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title {
  color: #383838
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap {
  border-color: #e8e7e7
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-title a {
  color: #fff
}

.gdlr-core-post-slider-item .gdlr-core-blog-info,
.gdlr-core-post-slider-item .gdlr-core-blog-info a {
  color: #c5c5c5
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
  color: #a6aafb
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-title {
  color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
  color: #c1caf6
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
  color: #c5c5c5
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
  background-color: #223077
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
  color: #223077
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
  color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
  border-color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
  color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption {
  color: #c1caf6
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
  color: #babdff
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title,
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
  color: #505050
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-icon {
  color: #616161
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress {
  background-color: #f3f3f3
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
  background-color: #e8b62d
}

.gdlr-core-flexslider-nav .flex-direction-nav li a,
.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
  color: #a7a7a7;
  border-color: #a7a7a7
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a {
  background-color: #f1f1f1
}

.gdlr-core-flexslider .flex-control-nav li a {
  border-color: #8a8a8a
}

.gdlr-core-flexslider .flex-control-nav li a.flex-active {
  background-color: #8a8a8a
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active {
  background-color: #8a8a8a
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a {
  background-color: #dfdfdf
}

.gdlr-core-social-share-item a {
  color: #202020
}

.gdlr-core-social-share-item .gdlr-core-divider {
  border-color: #e5e5e5
}

.gdlr-core-social-share-item .gdlr-core-social-share-count {
  color: #202020
}

.gdlr-core-stunning-text-item-caption {
  color: #747474
}

.gdlr-core-stunning-text-item-title {
  color: #383838
}

.gdlr-core-tab-item-title {
  color: #8d8d8d
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title,
.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title {
  background-color: #f7f7f7
}

.gdlr-core-tab-item-title-wrap,
.gdlr-core-tab-item-content-wrap,
.gdlr-core-tab-item-title {
  border-color: #ebebeb
}

.gdlr-core-tab-item-title-line {
  border-color: #e8b62d
}

.gdlr-core-tab-item-title.gdlr-core-active {
  color: #464646
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active,
.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title.gdlr-core-active {
  background-color: #fff
}

table tr th {
  background-color: #e8b62d
}

table tr th {
  color: #0c0c0c
}

table tr:nth-child(odd) {
  background-color: #f9f9f9
}

table tr:nth-child(odd) {
  color: #949494
}

table tr:nth-child(even) {
  background-color: #f3f3f3
}

table tr:nth-child(even) {
  color: #949494
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title {
  color: #232323
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
  color: #707070
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
  color: #3b3b3b
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
  color: #3b3b3b
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-quote {
  color: #282828
}

.gdlr-core-title-item .gdlr-core-title-item-title,
.gdlr-core-title-item .gdlr-core-title-item-title a {
  color: #383838
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
  color: #747474
}

.woocommerce .star-rating span,
.single-product.woocommerce #review_form #respond p.stars a,
.single-product.woocommerce div.product .product_meta,
.single-product.woocommerce div.product .product_meta a {
  color: #e8b62d
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
html .woocommerce input.button,
html .woocommerce span.onsale {
  background-color: #e8b62d
}

span.woocommerce-Price-amount.amount {
  color: #e8b62d
}

.woocommerce .price del,
.gdlr-core-product-price del,
del span.woocommerce-Price-amount.amount {
  color: #949494
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #e8b62d
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff
}

.single-product.woocommerce div.product .quantity .qty,
#add_payment_method #payment,
.woocommerce-checkout #payment,
.single-product.woocommerce #reviews #comments ol.commentlist li {
  background-color: #f3f3f3
}

.gdlr-core-product-grid .gdlr-core-product-title a {
  color: #191919
}

.gdlr-core-product-grid .gdlr-core-product-title a:hover {
  color: #434343
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail,
.gdlr-core-product-thumbnail .gdlr-core-product-view-detail:hover {
  color: #fff
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.gdlr-core-product-thumbnail .added_to_cart,
.gdlr-core-product-thumbnail .added_to_cart:hover,
.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart,
.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart:hover {
  color: #fff
}

.gdlr-core-product-thumbnail .added_to_cart,
.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart {
  background-color: #e8b62d;
  background-color: rgba(232, 182, 45, .9)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d6d6d6
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #eaeaea
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ccc
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
  background: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
  background-color: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text,
.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text {
  color: #1a49a8
}

.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"] {
  background: #1a49a8
}

.realfactory-top-bar-right {
  line-height: 32px
}

.realfactory-logo-right-block .realfactory-logo-right-block-content {
  display: inline-block
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .hide-tablet {
    display: none
  }
}

.realfactory-mobile-header .realfactory-logo-inner {
  max-width: 160px
}

.gdlr-core-page-builder-body [data-skin="Dark"] h1,
.gdlr-core-page-builder-body [data-skin="Dark"] h2,
.gdlr-core-page-builder-body [data-skin="Dark"] h3,
.gdlr-core-page-builder-body [data-skin="Dark"] h4,
.gdlr-core-page-builder-body [data-skin="Dark"] h5,
.gdlr-core-page-builder-body [data-skin="Dark"] h6,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-title a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-caption,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-caption a {
  color: #c4c4c4
}

.gdlr-core-page-builder-body [data-skin="Dark"],
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-content {
  color: #d8d8d8
}

.gdlr-core-page-builder-body [data-skin="Dark"] i,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-icon,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-icon:before,
.gdlr-core-page-builder-body [data-skin="Dark"] .realfactory-widget ul li:before {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] a,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-link {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] a:hover,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-link:hover {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-background {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider .flex-control-nav li a {
  border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Dark"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Dark"] input[type="submit"] {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color {
  border-color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a {
  border-color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Call to action"] h1,
.gdlr-core-page-builder-body [data-skin="Call to action"] h2,
.gdlr-core-page-builder-body [data-skin="Call to action"] h3,
.gdlr-core-page-builder-body [data-skin="Call to action"] h4,
.gdlr-core-page-builder-body [data-skin="Call to action"] h5,
.gdlr-core-page-builder-body [data-skin="Call to action"] h6,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-skin-title a {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Call to action"],
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-skin-content {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call to action"] a,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-skin-link {
  color: #ebb727
}

.gdlr-core-page-builder-body [data-skin="Call to action"] a:hover,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-skin-link:hover {
  color: #cc9322
}

.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-button-color {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Call to action"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Call to action"] input[type="submit"] {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-pagination a {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-button-color {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call to action"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Call to action"] input[type="submit"] {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call to action"] .gdlr-core-pagination a {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="submit"] {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color.gdlr-core-active {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="button"]:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="submit"]:hover {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination span {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color {
  background-color: #2d2d2d
}

.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Double Button"] input[type="submit"] {
  background-color: #2d2d2d
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a {
  background-color: #2d2d2d
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color {
  border-color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a {
  border-color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-button-color.gdlr-core-active {
  border-color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="Double Button"] .gdlr-core-pagination span {
  border-color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="White Text"] h1,
.gdlr-core-page-builder-body [data-skin="White Text"] h2,
.gdlr-core-page-builder-body [data-skin="White Text"] h3,
.gdlr-core-page-builder-body [data-skin="White Text"] h4,
.gdlr-core-page-builder-body [data-skin="White Text"] h5,
.gdlr-core-page-builder-body [data-skin="White Text"] h6,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a {
  color: #e5e5e5
}

.gdlr-core-page-builder-body [data-skin="White Text"],
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-content {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] i,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon:before,
.gdlr-core-page-builder-body [data-skin="White Text"] .realfactory-widget ul li:before {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] a,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] a:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link:hover {
  color: #ddd
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-divider {
  border-color: #f2f2f2;
  column-rule-color: #f2f2f2;
  -moz-column-rule-color: #f2f2f2;
  -webkit-column-rule-color: #f2f2f2
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
  border-color: #f2f2f2
}

.gdlr-core-page-builder-body [data-skin="White Text"] *,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-border {
  border-color: #ededed
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
  border-color: #ededed
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-background {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a {
  border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content {
  color: #3f3f3f
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i {
  color: #3f3f3f
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"] {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color.gdlr-core-active {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"]:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"]:hover {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination span {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color {
  background-color: #191919
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"] {
  background-color: #191919
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a {
  background-color: #191919
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color.gdlr-core-active {
  background-color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"]:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"]:hover {
  background-color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination span {
  background-color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Grey"] h1,
.gdlr-core-page-builder-body [data-skin="Grey"] h2,
.gdlr-core-page-builder-body [data-skin="Grey"] h3,
.gdlr-core-page-builder-body [data-skin="Grey"] h4,
.gdlr-core-page-builder-body [data-skin="Grey"] h5,
.gdlr-core-page-builder-body [data-skin="Grey"] h6,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-title a {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-title a:hover {
  color: #e6b52f
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption a {
  color: #8c8c8c
}

.gdlr-core-page-builder-body [data-skin="Grey"],
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-content {
  color: #a3a3a3
}

.gdlr-core-page-builder-body [data-skin="Grey"] i,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-icon,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-icon:before,
.gdlr-core-page-builder-body [data-skin="Grey"] .realfactory-widget ul li:before {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Grey"] a,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-link {
  color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] a:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-link:hover {
  color: #7c7c7c
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Grey"] input[type="submit"] {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color.gdlr-core-active {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] input[type="button"]:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] input[type="submit"]:hover {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination span {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Grey"] input[type="submit"] {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button-color.gdlr-core-active {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] input[type="button"]:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] input[type="submit"]:hover {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a:hover,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination a.gdlr-core-active,
.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-pagination span {
  background-color: #232323
}

.gdlr-core-page-builder-body [data-skin="About Counter"] h1,
.gdlr-core-page-builder-body [data-skin="About Counter"] h2,
.gdlr-core-page-builder-body [data-skin="About Counter"] h3,
.gdlr-core-page-builder-body [data-skin="About Counter"] h4,
.gdlr-core-page-builder-body [data-skin="About Counter"] h5,
.gdlr-core-page-builder-body [data-skin="About Counter"] h6,
.gdlr-core-page-builder-body [data-skin="About Counter"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="About Counter"] .gdlr-core-skin-title a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="About Counter"] .gdlr-core-skin-caption,
.gdlr-core-page-builder-body [data-skin="About Counter"] .gdlr-core-skin-caption a {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="About Counter"],
.gdlr-core-page-builder-body [data-skin="About Counter"] .gdlr-core-skin-content {
  color: #f8c12c
}

.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h1,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h2,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h3,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h4,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h5,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] h6,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] .gdlr-core-skin-title a {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] .gdlr-core-skin-caption,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] .gdlr-core-skin-caption a {
  color: #222
}

.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] a:hover,
.gdlr-core-page-builder-body [data-skin="Portfolio Homepage"] .gdlr-core-skin-link:hover {
  color: #3d3d3d
}

.gdlr-core-page-builder-body [data-skin="Yellow Link"] a,
.gdlr-core-page-builder-body [data-skin="Yellow Link"] .gdlr-core-skin-link {
  color: #d8a419
}

.gdlr-core-page-builder-body [data-skin="Yellow Link"] a:hover,
.gdlr-core-page-builder-body [data-skin="Yellow Link"] .gdlr-core-skin-link:hover {
  color: #f2b91d
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] h1,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] h2,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] h3,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] h4,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] h5,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] h6,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-skin-title a {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"],
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-skin-content {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] a,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-skin-link {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] a:hover,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-skin-link:hover {
  color: #cecece
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-button-color {
  color: #191919
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Yellow Service"] input[type="submit"] {
  color: #191919
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-pagination a {
  color: #191919
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-button-color {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Yellow Service"] input[type="submit"] {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Yellow Service"] .gdlr-core-pagination a {
  background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] h1,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] h2,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] h3,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] h4,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] h5,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] h6,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-skin-title a {
  color: #000
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-button-color {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Call To action 2"] input[type="submit"] {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-pagination a {
  color: #fff
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-button,
.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-button-color {
  background-color: #1e1e1e
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] input[type="button"],
.gdlr-core-page-builder-body [data-skin="Call To action 2"] input[type="submit"] {
  background-color: #1e1e1e
}

.gdlr-core-page-builder-body [data-skin="Call To action 2"] .gdlr-core-pagination a {
  background-color: #1e1e1e
}

.gdlr-core-page-builder-body [data-skin="Blog Homepage"] .gdlr-core-skin-e-background {
  background-color: #f7f7f7
}

.gdlr-core-page-builder-body [data-skin="Blog Homepage"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a {
  background-color: #f7f7f7
}

.gdlr-core-page-builder-body [data-skin="Blog Homepage"] .gdlr-core-flexslider .flex-control-nav li a {
  border-color: #f7f7f7
}

.gdlr-core-page-builder-body [data-skin="Blog Homepage"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
  background-color: #f7f7f7
}

.gdlr-core-page-builder-body [data-skin="Features"] h1,
.gdlr-core-page-builder-body [data-skin="Features"] h2,
.gdlr-core-page-builder-body [data-skin="Features"] h3,
.gdlr-core-page-builder-body [data-skin="Features"] h4,
.gdlr-core-page-builder-body [data-skin="Features"] h5,
.gdlr-core-page-builder-body [data-skin="Features"] h6,
.gdlr-core-page-builder-body [data-skin="Features"] .gdlr-core-skin-title,
.gdlr-core-page-builder-body [data-skin="Features"] .gdlr-core-skin-title a {
  color: #595959
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button.gdlr-core-button-gradient {
  background: -webkit-linear-gradient(#191919, #3a3a3a);
  background: -o-linear-gradient(#191919, #3a3a3a);
  background: -moz-linear-gradient(#191919, #3a3a3a);
  background: linear-gradient(#191919, #3a3a3a)
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button.gdlr-core-button-gradient-v {
  background: -webkit-linear-gradient(to right, #191919, #3a3a3a);
  background: -o-linear-gradient(to right, #191919, #3a3a3a);
  background: -moz-linear-gradient(to right, #191919, #3a3a3a);
  background: linear-gradient(to right, #191919, #3a3a3a)
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button.gdlr-core-button-gradient {
  background: -webkit-linear-gradient(#232323, #232323);
  background: -o-linear-gradient(#232323, #232323);
  background: -moz-linear-gradient(#232323, #232323);
  background: linear-gradient(#232323, #232323)
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-button.gdlr-core-button-gradient-v {
  background: -webkit-linear-gradient(to right, #232323, #232323);
  background: -o-linear-gradient(to right, #232323, #232323);
  background: -moz-linear-gradient(to right, #232323, #232323);
  background: linear-gradient(to right, #232323, #232323)
}

.realfactory-item-mgb,
.gdlr-core-item-mgb {
  margin-bottom: 30px
}

.realfactory-sidebar-left .realfactory-sidebar-area {
  padding-right: 40px
}

.realfactory-sidebar-right .realfactory-sidebar-area {
  padding-left: 40px
}

.realfactory-sidebar-left .realfactory-sidebar-area {
  margin-right: 25px
}

.realfactory-sidebar-right .realfactory-sidebar-area {
  margin-left: 25px
}

.tnp-subscription {
  display: block;
  margin: 15px auto;
  max-width: 500px;
  width: 100%
}

.tnp-subscription div.tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0
}

.tnp-subscription label {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: normal;
  padding: 5px;
  margin: 0
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio] {
  max-width: 20px;
  display: inline-block
}

.tnp-subscription select option {
  margin-right: 10px
}

.tnp-subscription input.tnp-submit {
  background-color: #444;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0
}

@media all and (max-width:480px) {
  .tnp-subscription input[type=submit] {
    width: 100%
  }
}

.tnp-profile form .tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0
}

.tnp-profile form .tnp-field label {
  display: block;
  color: #333
}

.tnp-profile form .tnp-field input[type=text],
.tnp-profile form .tnp-field input[type=email],
.tnp-profile form .tnp-field input[type=submit],
.tnp-profile form .tnp-field textarea,
.tnp-profile form .tnp-field select {
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 0;
  height: auto;
  float: none
}

.tnp-profile form input[type=checkbox],
.tnp-profile input[type=radio] {
  max-width: 20px;
  display: inline-block
}

.tnp-profile form .tnp-list-label {
  margin-left: 15px
}

.tnp-profile form select option {
  margin-right: 10px
}

.tnp-profile form .tnp-field input[type=submit] {
  background-color: #444;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0
}

@media all and (max-width:480px) {
  .tnp-profile input[type=submit] {
    width: 100%;
    margin: 0
  }
}

.tnp-widget {
  width: 100%;
  display: block;
  box-sizing: border-box
}

.tnp-widget .tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0
}

.tnp-widget label {
  display: block;
  color: inherit;
  font-size: 14px
}

.tnp-widget input[type=text],
.tnp-widget input[type=email],
.tnp-widget input[type=submit],
.tnp-widget select {
  width: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #ddd;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  height: auto
}

.tnp-widget input[type=checkbox],
.tnp-widget input[type=radio] {
  width: auto;
  display: inline-block
}

.tnp-widget select option {
  margin-right: 10px
}

.tnp-widget input.tnp-submit {
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  margin: 0
}

.tnp-field input[type="submit"] {
  position: inherit
}

.tnp-widget-minimal {
  width: 100%
}

.tnp-widget-minimal form {
  margin: 0;
  padding: 0;
  border: 0
}

.tnp-widget-minimal input.tnp-email {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px
}

.tnp-widget-minimal input.tnp-submit {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px;
  border-color: #ddd;
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  height: auto;
  margin: 0
}

.tnp-subscription-minimal {
  width: 100%;
  box-sizing: border-box
}

.tnp-subscription-minimal form {
  margin: 0;
  padding: 0;
  border: 0
}

.tnp-subscription-minimal input.tnp-email {
  width: 70%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0
}

.tnp-subscription-minimal .tnp-privacy-field {
  margin-top: 10px
}

.tnp-subscription-minimal input.tnp-submit {
  width: 29%;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  border: 1px;
  border-color: #ddd;
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  margin: 0
}

.tnp-comments {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px
}

.tnp-comments label {
  display: block
}

.tnp-comments input[type=checkbox] {
  display: inline-block;
  width: auto !important
}

.tnp-lock {
  clear: both;
  display: block;
  box-sizing: border-box;
  box-shadow: none;
  margin: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd
}

.tnp-nl-checkout {
  margin-bottom: 1em
}

span.wpgmp_locateme_control {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
  display: inline-block;
  height: 25px;
  cursor: pointer !important;
  vertical-align: middle;
  width: 25px;
  z-index: 50;
  position: relative;
  text-indent: -9999px
}

.bottom_center {
  margin-bottom: 5px
}

.top_center {
  margin-top: 5px
}

.right_center {
  margin-right: 5px
}

.left_center {
  margin-left: 5px
}

@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url(../fonts/fontawesome/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.wpgmp_map div {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.geotags_link {
  clear: both;
  display: block;
  text-decoration: none;
  border: none
}

.wpgmp_tabs_container *,
.wpgmp_listing_container *,
.wpgmp_infowindow {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  box-shadow: none;
  text-decoration: none
}

.wpgmp_tabs_container a,
.wpgmp_tabs_container a:hover {
  text-decoration: none !important;
  border-bottom: 0
}

.wpgmp_tabs_container .wpgmp_tabs li a.active,
.wpgmp_direction_container p input.wpgmp_find_direction,
.wpgmp_nearby_container .wpgmp_find_nearby_button,
.wpgmp_pagination span.current,
.wpgmp_pagination a:hover,
.wpgmp_toggle_main_container input[type="submit"],
.wpgmp_toggle_main_container .amenity_type:hover {
  background: #29B6F6
}

div.wpgmp_search_form input.wpgmp_search_input:focus {
  border: 1px solid #29B6F6
}

div.wpgmp_search_form input.wpgmp_search_input {
  border-bottom: 1px solid '.$secondary_color.'
}

.fc-label-info,
.fc-badge.info,
.wpgmp_pagination span,
.wpgmp_pagination a,
.wpgmp_toggle_main_container .amenity_type,
div.categories_filter select,
.wpgmp_tabs_container .wpgmp_tabs,
.wpgmp_toggle_container {
  background: #212f3d
}

.wpgmp-select-all,
.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title,
.wpgmp_tabs_container .wpgmp_tabs li a.active,
.wpgmp_location_title a.place_title {
  color: #212f3d
}

.fc-label-info,
.fc-badge.info {
  border: 1px solid #212f3d
}

.wpgmp-infowindow-action {
  margin-top: 10px
}

.wpgmp-infowindow-action:hover a {
  opacity: .87
}

.wpgmp-map-1 .wpgmp-select-all,
.wpgmp-map-1 .wpgmp_infowindow .wpgmp-infowindow-fields span b,
.wpgmp_location_meta,
span.wpgmp_nearby_distance,
.wpgmp_nearby_container select#tmode,
.wpgmp_nearby_container .wpgmp_set_current_location,
div.wpgmp_pagination span.disabled,
span.wpgmp_nearby_distance,
.wpgmp_location_meta,
.wpgmp_pagination span,
div.wpgmp_direction_panel_container h2 a,
div.wpgmp_direction_panel_container div.dir_start,
div.wpgmp_direction_panel_container .dir_end {
  color: rgba(0, 0, 0, .87)
}

.wpgmp-map-1 .wpgmp-select-all,
.wpgmp-map-1 .wpgmp_infowindow .wpgmp-infowindow-fields span,
.wpgmp_infowindow .fc-item-featured_image,
div.wpgmp_search_form input.wpgmp_search_input,
.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content,
.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content {
  color: rgba(0, 0, 0, .58)
}

.wpgmp-infowindow-action a.fc-btn,
.wpgmp-infowindow-action a.fc-btn:hover,
.wpgmp_tabs_container .wpgmp_tabs li a.active,
.wpgmp_pagination span.current,
.wpgmp_pagination a:hover,
.wpgmp_toggle_main_container input[type="submit"],
.wpgmp_direction_container p input.wpgmp_find_direction,
.wpgmp_nearby_container .wpgmp_find_nearby_button,
.wpgmp_pagination a,
.wpgmp_locations_listing div.wpgmp_pagination span.current,
.wpgmp_locations_listing div.wpgmp_pagination a,
div.categories_filter select,
.wpgmp_tabs_container .wpgmp_tabs li a,
.wpgmp_toggle_container,
.wpgmp_toggle_main_container .amenity_type,
.fc-badge,
.fc-btn {
  color: #fff
}

[data-input="map-search-control"],
.wpgmp_toggle_main_container p select,
.adp-directions tr:hover td,
div.directions-panel,
div.wpgmp-directions-panel-route-style,
div.wpgmp_rdpcontainer,
div.wpgmp_search_form input.wpgmp_search_input,
.wpgmp_locations_listing div.wpgmp_pagination span.current,
.wpgmp_nearby_container .wpgmp_set_current_location,
.wpgmp_direction_container p select[name="start_point"],
.wpgmp_direction_container p select[name="end_point"],
li.wpgmp_nearby_all_locations,
.wpgmp_tabs_container {
  background: #fff
}

.adp-directions td,
div.wpgmp_direction_panel_container h2,
div.wpgmp_direction_panel_container .dir_end,
div.wpgmp_direction_panel_container div.dir_start,
.wpgmp_tabs_container .jspCorner,
.wpgmp_tabs_container .jspArrow.jspDisabled,
.wpgmp_tabs_container .jspArrow,
.wpgmp_tabs_container .jspTrack,
.wpgmp_tabs_container .jspDrag {
  background: #dde
}

.wpgmp_locations .wpgmp_location_title a {
  font-size: 1.2em
}

div.wpgmp-directions-panel-route-style table,
div.wpgmp-directions-panel-route-style table tr,
div.wpgmp-directions-panel-route-style table tr td,
.wpgmp_location_title a.place_title,
div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li a,
,
.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title,
.wpgmp_tabs_container .wpgmp_tabs li a {
  font-size: 1em
}

.adp-legal,
.adp-text,
.adp-summary,
.wpgmp_toggle_main_container p select,
.wpgmp_toggle_main_container input[type="text"],
.wpgmp_toggle_main_container .amenity_type label,
.wpgmp_direction_container p input.wpgmp_find_direction,
.wpgmp_nearby_container .wpgmp_find_nearby_button,
div.wpgmp_search_form input.wpgmp_search_input,
[data-input="map-search-control"],
div.categories_filter select,
.fc-label-info,
.fc-badge.info,
.wpgmp_pagination {
  font-size: .875em
}

.adp-legal,
.adp-text,
.adp-summary {
  padding-top: 7px
}

.adp-legal {
  text-align: right
}

.wpgmp_tabs_container {
  box-shadow: 0 0 5px rgba(0, 0, 0, .75);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .75);
  position: absolute;
  right: 5px;
  top: 60px;
  z-index: 100;
  padding: 0
}

.wpgmp_tabs_container .jspContainer {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative
}

.wpgmp_tabs_container .jspPane {
  position: absolute
}

.wpgmp_tabs_container .jspPane,
.wpgmp_tabs_container .jspContainer,
.wpgmp_tabs_container .scroll-pane {
  width: 100% !important
}

.wpgmp_tabs_container .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%
}

.wpgmp_tabs_container .jspVerticalBar .jspArrow {
  height: 16px
}

.wpgmp_tabs_container .jspVerticalBar .jspArrow:focus {
  outline: none
}

.wpgmp_tabs_container .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px
}

.wpgmp_tabs_container .jspHorizontalBar .jspCap {
  float: left
}

.wpgmp_tabs_container .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%
}

.wpgmp_tabs_container .jspCap {
  display: none
}

.wpgmp_tabs_container .jspTrack {
  position: relative
}

.wpgmp_tabs_container .jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer
}

.wpgmp_tabs_container .jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0
}

.wpgmp_tabs_container .jspArrow.jspDisabled {
  cursor: default
}

.wpgmp_tabs_container .jspCorner {
  float: left;
  height: 100%
}

.wpgmp_tabs_container .wpgmp_tabs {
  width: 100%;
  display: flex;
  margin: 0 0 0 !important;
  padding: 0;
  overflow: auto
}

.wpgmp_tabs_container .wpgmp_tabs li {
  flex: 1 0 0%;
  white-space: nowrap;
  list-style: none
}

.wpgmp_tabs_container .wpgmp_tabs li:focus {
  outline: none
}

.wpgmp_tabs_container .wpgmp_tabs li a.active {
  cursor: pointer;
  border: none
}

.wpgmp_tabs_container .wpgmp_tabs li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  padding: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item {
  border-bottom: 1px solid #e8ebec;
  margin: 0;
  padding: 10px 0
}

.wpgmp_tabs_container .wpgmp_tab_item:last-child {
  border-bottom: none
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
  text-decoration: none !important;
  padding: 0 0 0 8px;
  text-transform: capitalize;
  box-shadow: none;
  display: inline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s
}

.wpgmp-select-all {
  text-align: center;
  margin-right: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item input[type="checkbox"] {
  vertical-align: middle;
  display: inline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin-left: -14px
}

@media(max-width:767px) {
  .wpgmp_tabs_container .wpgmp_tab_item input[type="checkbox"] {
    margin-left: -16px
  }
}

.wpgmp_tabs_container #wpgmp_tab_0,
.wpgmp_tabs_container #wpgmp_tab_3 {
  overflow: hidden
}

.wpgmp_tabs_container #wpgmp_tab_0 .wpgmp_tab_item:hover input[type="checkbox"],
.wpgmp_tabs_container #wpgmp_tab_3 .wpgmp_tab_item:hover input[type="checkbox"] {
  display: table-cell;
  opacity: 1;
  width: auto;
  margin-left: 0
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
  float: right;
  width: 32px;
  margin-top: -5px;
  margin-right: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title:hover {
  text-decoration: none !important
}

.wpgmp_tabs_container .jspHorizontalBar .jspTrack,
.wpgmp_tabs_container .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%
}

* html .wpgmp_tabs_container .jspCorner {
  margin: 0 -3px 0 0
}

.wpgmp_map_container {
  position: relative;
  outline: none
}

.wpgmp_map_container .gm-style-iw {
  min-height: 50px !important;
  min-width: 150px !important
}

.wpgmp_toggle_main_container {
  width: 100%;
  padding: 1em;
  max-height: 300px;
  overflow: auto
}

.wpgmp_tab_item .wpgmp_location_container {
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 30px;
  overflow: hidden
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_location_container input[type="checkbox"] {
  margin-left: -23px
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  margin: 0 18px 0 25px;
  padding: 4px 0
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations:before {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid #9E9E9E;
  border-top: 4px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 0
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations:hover {
  border: 1px solid #D1D1D1;
  text-decoration: none !important
}

li.wpgmp_nearby_all_locations {
  list-style: none;
  cursor: pointer;
  border: 1px solid #E9E9E9;
  width: 97%;
  text-indent: 10px;
  margin: 6px 10px 0 0px !important;
  padding: 7px 5px;
  float: left
}

.wpgmp_listing_grid .wpgmp_locations {
  width: 31.3333333333333333%;
  vertical-align: top;
  display: inline-block;
  padding: 0 !important;
  margin: 1% 1% !important;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  height: auto;
  float: none;
  padding-bottom: 0px !important
}

.wpgmp_listing_grid .fc-itemcontent-padding,
.wpgmp_listing_grid .fc-item-padding-content_15 {
  padding: 15px
}

.wpgmp_print_listing .fc-item-padding-content_15 {
  float: left;
  width: 100%
}

.wpgmp_listing_list .fc-itemcontent-padding {
  padding: 0 0 0 15px
}

.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
  padding: 15px !important
}

.wpgmp_listing_grid .fc-item-title {
  margin-top: 15px
}

.wpgmp_listing_grid .wpgmp_locations_head {
  margin-bottom: 10px
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_location_title {
  line-height: 25px;
  display: inline-block
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_location_meta {
  margin-top: 5px
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content img {
  float: none;
  width: 100% !important;
  margin-bottom: 10px !important;
  border: none
}

.wpgmp_listing_list .wpgmp_locations {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  height: auto !important
}

.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta {
  float: right
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content,
.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content {
  float: left;
  width: 100%
}

.categories_filter span.span_list,
.categories_filter span.span_grid,
.categories_filter span.span_print {
  float: right;
  margin-top: .75em
}

.categories_filter span.span_list img,
.categories_filter span.span_list .active img,
.categories_filter span.span_grid img,
.categories_filter span.span_grid .active img,
.categories_filter span.span_print img,
.categories_filter span.span_print .active img {
  opacity: .7
}

.categories_filter span.span_list img:hover,
.categories_filter span.span_list .active img,
.categories_filter span.span_grid img:hover,
.categories_filter span.span_grid .active img,
.categories_filter span.span_print img:hover,
.categories_filter span.span_print .active img {
  opacity: 1
}

.categories_filter span.span_list img,
.categories_filter span.span_grid img,
.categories_filter span.span_print img {
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  padding: 5px
}

span.wpgmp_nearby_distance {
  font-style: italic;
  color: #9e9e9e;
  float: left;
  margin-right: 8px
}

.wpgmp_direction_container,
.wpgmp_routes_container,
.wpgmp_nearby_container {
  margin-top: 0
}

.wpgmp_direction_container p {
  margin: 4px 0 7px
}

.wpgmp_direction_container .wpgmp-direction-form .input {
  float: left;
  width: 235px;
  border-radius: 0 !important;
  margin: 4px 10px 5px 0;
  padding: 5px 30px 5px 10px
}

.wpgmp_direction_container span.wpgmp_mcurrent_loction {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
  display: inline-block;
  height: 25px;
  cursor: pointer !important;
  vertical-align: middle;
  width: 25px;
  float: right;
  margin: -25px 10px
}

.wpgmp_direction_container p select[name="start_point"],
.wpgmp_direction_container p select[name="end_point"] {
  box-shadow: none !important;
  display: block;
  margin-bottom: 10px
}

.wpgmp_direction_container p input.wpgmp_find_direction,
.wpgmp_nearby_container .wpgmp_find_nearby_button {
  border: 0;
  padding: .642857em 1.142857em;
  line-height: 1.5
}

.wpgmp_tabs_container input[type="button"]:hover,
.wpgmp_tabs_container input[type="submit"]:hover {
  opacity: .87
}

.wpgmp_nearby_container select#tmode {
  width: 175px;
  background: none;
  margin: 4px 10px 7px 0;
  padding: 5px 0 5px 5px
}

.wpgmp_nearby_container .wpgmp_set_current_location {
  font-size: 10px;
  border: solid 1px #ddd;
  display: block;
  margin: 10px 0;
  padding: 5px 0
}

.wpgmp_nearby_container span.wpgmp_mcurrent_loction {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
  display: inline-block;
  height: 25px;
  cursor: pointer !important;
  vertical-align: middle;
  width: 25px;
  margin: 3px -35px
}

.wpgmp_toggle_container {
  border-radius: 0 0 2px 2px;
  cursor: pointer;
  left: 50%;
  margin-left: -49px;
  position: absolute;
  text-align: center;
  width: 90px;
  padding: 5px
}

.wpgmp_locations_content img {
  vertical-align: middle
}

.wpgmp_location_meta {
  display: inline-block;
  float: right;
  margin-right: 10px;
  font-style: italic
}

.wpgmp_display_category_data {
  list-style: none !important
}

.wpgmp_loading {
  min-width: 300px;
  min-height: 100px;
  background: url(../../../plugins/wp-google-map-plugin/assets/images/loader.gif) no-repeat center
}

.wpgmp_display_locations_data {
  list-style: none !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #E5E4E2 !important;
  margin: 16px 0 !important
}

.wpgmp_display_locations_data h2 {
  margin-bottom: 12px !important;
  padding: 0 !important
}

.wpgmp_display_locations_data p {
  margin-bottom: 7px !important;
  padding: 0 !important
}

.wpgmp_display_locations_data img {
  float: left !important;
  width: 30px !important;
  height: 30px !important
}

.wpgmp_locations_listing div.wpgmp_pagination {
  text-align: center;
  margin: 3px;
  padding: 3px
}

.wpgmp_locations_listing div.wpgmp_pagination a {
  margin-right: 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  padding: 2px 5px
}

.wpgmp_locations_listing div.wpgmp_pagination span.current {
  margin-right: 2px;
  border: 1px solid #e0e0e0;
  font-weight: 700;
  padding: 2px 5px
}

div.wpgmp_pagination span.disabled {
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  padding: 2px 5px
}

div.wpgmp_listing_header,
div.categories_filter,
div.wpgmp_categories,
div.wpgmp_before_listing {
  float: left;
  width: 100%;
  margin: 0
}

.wpgmp_location_container {
  padding: 0
}

.wpgmp_listing_container .wpgmp_location_listing_header {
  font-weight: 400;
  margin: 10px 5px
}

div.wpgmp_search_form input.wpgmp_search_input {
  display: block;
  padding: .7142857em;
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

div.wpgmp_search_form {
  position: relative
}

div.wpgmp_search_form:after {
  position: absolute;
  content: '';
  height: 96%;
  width: 40px;
  top: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
  width: 100%;
  box-shadow: none;
  vertical-align: middle;
  margin: 0
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li {
  list-style: none outside none;
  margin: 0;
  padding: 0 .625em .625em .625em;
  display: table
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li .wpgmp_specific_location_item {
  margin-right: 10px
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li a {
  text-decoration: none;
  padding-left: 10px;
  display: table-cell;
  box-shadow: none
}

div.wpgmp_direction_panel_container {
  width: 100%;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif
}

div.wpgmp_direction_panel_container div.dir_start {
  font-weight: 700;
  padding: 7px;
  margin: 10px 12px;
  border-left: 4px solid #BFBFBF;
  color: #666
}

div.wpgmp_direction_panel_container .dir_end {
  font-weight: 700;
  padding: 7px;
  margin: 10px 12px;
  border-left: 4px solid #BFBFBF
}

div.wpgmp_direction_panel_container .dir_summary {
  margin: 5px 15px
}

div.wpgmp_direction_panel_container table {
  border: none !important;
  margin: 0 15px !important;
  padding: 0 !important;
  width: 96% !important
}

div.wpgmp_direction_panel_container div.dir_end {
  margin-bottom: 20px !important
}

div.wpgmp_direction_panel_container h2 {
  border-radius: 3px;
  margin: 10px 0
}

div.wpgmp_direction_panel_container h2 a {
  background: url(../../../plugins/wp-google-map-plugin/assets/images/wpgmp-toggle-sprite.png) no-repeat scroll 15px 13px rgba(0, 0, 0, 0);
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 6px 10px 6px 32px;
  text-decoration: none
}

div.wpgmp_direction_panel_container h2.open a {
  background-position: 13px -25px
}

.dir_row {
  padding-right: 10px
}

.dir_sprite {
  width: 20px;
  height: 20px;
  display: block
}

div.wpgmp_direction_panel_container table tr,
div.wpgmp_direction_panel_container table td {
  border: none !important;
  background: none !important;
  border-bottom: 1px solid #e8ebec
}

div.wpgmp_before_listing h2 {
  margin: 0
}

div.wpgmp_listing_header div.wpgmp_search_form {
  float: left;
  width: 100%;
  margin: .75em 0 0 0
}

div.categories_filter select {
  margin-top: .85714em;
  margin-right: .85714em;
  border: 0;
  box-shadow: none !important;
  display: block;
  padding: .7142857em 2.85714em .7142857em .7142857em;
  float: left;
  border-radius: 0;
  height: inherit;
  line-height: 1.8;
  font-weight: 500;
  max-width: 225px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../../../plugins/wp-google-map-plugin/assets/images/white_select_arrow.png) no-repeat 99% 50% #212f3d
}

div.directions-panel,
div.wpgmp-directions-panel-route-style {
  margin-top: 8px !important;
  padding: 2px 9px !important;
  border: 1px solid #e8ebec
}

div.directions-panel table,
div.directions-panel table tr,
div.directions-panel table tr td {
  border: none !important;
  background: none !important;
  vertical-align: top !important
}

div.wpgmp-directions-panel-route-style table,
div.wpgmp-directions-panel-route-style table tr,
div.wpgmp-directions-panel-route-style table tr td {
  border: none !important;
  background: none !important;
  vertical-align: top !important
}

div.directions-panel table tr td img,
div.wpgmp-directions-panel-route-style table tr td img {
  box-shadow: none !important
}

div.wpgmp_categories div.wpgmp_no_locations {
  font: italic normal 18px georgia;
  line-height: 25px;
  margin: 10px 6px
}

div.wpgmp_infowindow {
  overflow-x: hidden;
  overflow-y: auto
}

.direction-panel .adp-text {
  padding-left: 10px
}

.adp-directions tr td:first-child,
.adp-directions tr td:nth-child(2),
.adp-directions tr td::last-child {
  width: 10% !important
}

.adp-directions tr td:nth-child(3) {
  width: 70% !important
}

.directions-panel {
  height: 280px !important;
  overflow: auto
}

.directions-panel .adp-text {
  padding-left: 10px
}

.adp-directions {
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0
}

.adp-directions table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.adp-directions td {
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 7px;
  font-size: .7em;
  font-family: Arial;
  font-weight: 400;
  color: #000
}

.wpgmp_toggle_main_container input[type="text"] {
  display: block;
  width: 100%;
  border: solid 1px #f1f1f1 !important;
  padding: 8px;
  margin-bottom: .85714em;
  line-height: 1.5em;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.wpgmp_toggle_main_container input[name="wpgmp_radius"] {
  width: 25%;
  float: left;
  margin-right: .85714em
}

.wpgmp_toggle_main_container span.wpgmp_mcurrent_loction {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
  display: inline-block;
  height: 25px;
  cursor: pointer !important;
  vertical-align: middle;
  width: 25px;
  float: right;
  margin: -43px 5px 0;
  z-index: 50;
  position: relative
}

.wpgmp_toggle_main_container p {
  margin: 0
}

.wpgmp_toggle_main_container p select {
  width: 40%;
  display: block;
  font-weight: 300 !important;
  float: left;
  margin-right: .85714em;
  height: inherit;
  border: solid 1px #f1f1f1;
  border-radius: 0;
  line-height: 1.5em;
  margin-bottom: .85714em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 8px 20px 8px 8px;
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/select_arrow.png) no-repeat 99% 50% #fff
}

.wpgmp_toggle_main_container p select::-ms-expand,
div.categories_filter select::-ms-expand {
  display: none
}

.wpgmp_toggle_main_container input[type="submit"] {
  border: 0;
  padding: .642857em 1.142857em
}

.wpgmp_toggle_main_container .choose_amenities {
  clear: both;
  padding: 0;
  text-transform: uppercase
}

.wpgmp_toggle_main_container .choose_amenities label {
  display: block
}

.wpgmp_toggle_main_container .amenity_type {
  margin-right: .75em;
  color: #fff;
  padding: .4em .6em;
  margin-bottom: .75em;
  display: inline-table;
  vertical-align: middle
}

.wpgmp_toggle_main_container .amenity_type label {
  font-size: .75em
}

.wpgmp_toggle_main_container .choose_amenities input[type='checkbox'] {
  vertical-align: middle;
  width: 1.0714em;
  height: 1.0714em;
  margin-right: .4285em
}

.wpgmp_listing_list .wpgmp_locations .wpgmp_location_title {
  display: inline-block;
  margin-bottom: 10px
}

div.wpgmp_listing_container {
  float: left;
  width: 100%;
  margin: 10px 0 0
}

.wpgmp_pagination {
  padding: 20px 0;
  margin-bottom: 20px
}

.wpgmp_pagination span,
.wpgmp_pagination a {
  display: inline-block;
  margin-right: 4px;
  text-decoration: none;
  padding: 0 10px;
  border: 0
}

.wpgmp_locations img {
  float: left;
  margin-right: 10px;
  width: 200px !important;
  margin: 0 10px 0 0px !important;
  border: 1px solid #ddd;
  padding: 5px
}

.wpgmp_specific_category_item {
  vertical-align: middle
}

.gm-style-iw .wpgmp_map img {
  max-width: 100% !important
}

.wpgmp_infowindow .fc-content-holder {
  margin-top: 10px
}

.wpgmp_infowindow .fc-content-holder img {
  width: 100px;
  border: 1px solid #ddd !important;
  padding: 5px;
  float: left;
  margin-right: 10px;
  margin-top: 5px
}

.wpgmp_infowindow .fc-item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #212f3d;
  font-weight: 600;
  font-size: 18px
}

.wpgmp_infowindow .fc-badge.info {
  font-size: 12px;
  padding: 2px 8px
}

.gm-style-iw .wpgmp_infowindow .fc-main {
  line-height: 22px !important
}

.wpgmp_infowindow .wpgmp-infowindow-fields span {
  display: block;
  margin: 0;
  padding: 0
}

.wpgmp_location_title a.place_title {
  text-decoration: none;
  border-bottom: 0
}

.fc-badge {
  padding: 5px 10px;
  border-radius: 0
}

[data-input="map-search-control"] {
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50% !important
}

[data-input="map-search-control"] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid transparent !important;
  border-radius: 2px 0 0 2px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none
}

[data-input="map-search-control"]:focus {
  border-color: #4d90fe
}

.wpgmp_iw_content {
  padding: 10px 10px 10px !important
}

.wpgmp_iw_head_content {
  padding-left: 10px !important
}

.fc-item-top-space {
  margin-top: 10px
}

.fc-item-top-space_5 {
  margin-top: 5px
}

.fc-item-top-space_20 {
  margin-top: 20px
}

.fc-item-top-space_30 {
  margin-top: 30px
}

.fc-item-bottom-space {
  margin-bottom: 10px
}

.fc-item-bottom-space_20 {
  margin-bottom: 20px
}

.fc-item-bottom-space_30 {
  margin-bottom: 30px
}

.fc-item-padding-content {
  padding: 0 10px;
  box-sizing: border-box
}

.fc-item-padding-content_15 {
  padding: 0 15px;
  box-sizing: border-box
}

.fc-item-padding-content_20 {
  padding: 0 20px;
  box-sizing: border-box
}

.fc-item-padding-content_30 {
  padding: 0 30px;
  box-sizing: border-box
}

.fc-item-padding-content_40 {
  padding: 0 40px
}

.fc-item-no-padding {
  padding: 0
}

.fc-itemcontent-padding {
  padding: 10px;
  float: left;
  width: 100%
}

.fc-btn {
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  margin: 5px 0;
  transition: all 0.5s;
  text-align: center
}

.fc-btn-small {
  padding: 2px 8px
}

.wpgmp_map_container img {
  border: none
}

.infowindow-close {
  background: url(../../../plugins/wp-google-map-plugin/assets/images/cross.png) no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 100
}

.wpgmp-control-outer {
  padding: 5px;
  text-align: center
}

.wpgmp_listing_grid .fc-component-thumb {
  width: 100% !important
}

.wpgmp_listing_grid .fc-component-thumb img {
  margin-bottom: 20px
}

.wpgmp_listing_grid .fc-component-text {
  width: 100% !important
}

.wpgmp_infowindow .fc-item-box {
  min-width: inherit !important
}

.wpgmp_locations_foot {
  float: left;
  width: 100%;
  margin: 10px 0
}

.wpgmp_locations_foot {
  line-height: 1.6em
}

.wpgmp_locations_foot strong {
  font-weight: 600
}

.wpgmp-filters-container,
.categories_filter_reset {
  float: left !important
}

.categories_filter input[type="button"] {
  background: #212f3d;
  height: inherit !important;
  border-radius: 0;
  text-transform: none;
  line-height: inherit !important;
  display: block;
  float: left;
  border-radius: 0
}

.categories_filter_reset_btn {
  margin-top: 0.85714em !important;
  color: #ffffff !important;
  font-weight: inherit !important;
  font-size: .875em !important
}

@media only screen and (min-width :0) and (max-width :319px) {

  .wpgmp_tabs_container *,
  .wpgmp_listing_container *,
  .wpgmp_pagination * {
    font-size: 10px
  }

  .wpgmp_listing_container .categories_filter select {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px
  }

  .wpgmp_map_container .gm-style-iw {
    max-width: 80% !important
  }
}

@media only screen and (min-width :320px) and (max-width :480px) {
  .wpgmp_listing_container .categories_filter select {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px
  }

  .wpgmp_tabs_container .wpgmp_tabs li a {
    padding: 10px 5px
  }

  .wpgmp_map_container .gm-style-iw {
    max-width: 80% !important
  }
}

@media only screen and (min-width :481px) and (max-width :767px) {
  .wpgmp_listing_container .categories_filter select {
    width: 48%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px
  }

  .wpgmp_map_container .gm-style-iw {
    max-width: 80% !important
  }

  .fc-infowindow-default .fc-item-featured img {
    width: 100%;
    padding: 0px !important;
    margin: 10px 0px !important
  }
}

@media only screen and (min-width :769px) and (max-width :1024px) {
  .wpgmp_tabs_container {
    width: 30%;
    max-width: 30%
  }

  .wpgmp_map_container .gm-style-iw {
    max-width: 300px !important
  }

  .wpgmp_tabs_container *,
  .wpgmp_listing_container *,
  .wpgmp_pagination * {
    font-size: 14px
  }

  .wpgmp_listing_container .categories_filter select {
    margin-bottom: 10px;
    padding: 0;
    height: 30px
  }

  .wpgmp_pagination {
    padding: 0
  }

  .wpgmp_listing_container .categories_filter select {
    width: 48%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px
  }
}

@media only screen and (min-width :1024px) and (max-width :1824px) {
  .wpgmp_tabs_container {
    width: 30%;
    max-width: 30%
  }
}

@media only screen and (min-width :1824px) {
  .wpgmp_tabs_container {
    width: 30%;
    max-width: 30%
  }
}

@media only screen and (max-width :768px) {
  .wpgmp_toggle_main_container span.wpgmp_mcurrent_loction {
    margin-top: -39px
  }

  .wpgmp_infowindow .wpgmp_iw_content .fc-badge.info {
    display: block;
    margin-top: 10px
  }

  .wpgmp_tabs_container *,
  .wpgmp_listing_container *,
  .wpgmp_pagination * {
    font-size: 14px
  }

  .wpgmp_pagination {
    padding: 0
  }

  div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
    width: 24px
  }

  .wpgmp_map_container {
    box-shadow: none
  }

  .wpgmp_tabs_container {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    -ms-box-shadow: none;
    margin-top: 10px
  }

  .wpgmp_tabs_container {
    margin-bottom: 30px
  }

  .wpgmp_toggle_container {
    display: block
  }

  .fc-feature-img img {
    width: 100%;
    height: auto
  }

  .wpgmp_toggle_main_container p select {
    width: 48.5%
  }

  .wpgmp_toggle_main_container p select#travel_unit {
    margin-right: 0
  }

  .fc-hide-mobile {
    display: none
  }
}

@media(max-width:767px) {
  .wpgmp_toggle_main_container p select {
    width: 47%
  }

  .fc-hide-mobile,
  .span_grid,
  .span_list {
    display: none
  }
}

@media(min-width:768px) and (max-width:992px) {

  .categories_filter span.span_list img,
  .categories_filter span.span_grid img,
  .categories_filter span.span_print img {
    padding: 3px;
    width: 18px
  }
}

@media(max-width:650px) {

  .wpgmp_toggle_main_container p select,
  div.categories_filter select,
  .categories_filter_reset {
    width: 100%;
    border-radius: 0;
    max-width: 100%
  }

  .wpgmp_toggle_main_container input[name="wpgmp_radius"] {
    width: 100%
  }
}

.fc-badge:empty {
  display: none
}

@media(max-width:960px) {
  .wpgmp_listing_grid .fc-component-6 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

@media(max-width:678px) {
  .wpgmp_listing_grid .fc-component-6 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }

  .wpgmp_listing_grid .wpgmp_locations {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important
  }
}

.fc-item-title {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: uppercase
}

.gm-style-iw {
  line-height: 22px !important
}

.fc-badge {
  border-radius: 2px;
  color: #a5a3a3;
  font-size: 14px;
  padding: 0 10px
}

.fc-badge.info {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  display: inline-block
}

.fc-infowindow-default .fc-item-featured img,
.fc-item-featured_image img {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
  border: 1px solid #ddd;
  height: auto;
  max-width: 100%;
  padding: 5px
}

.fc-infowindow-default .fc-item-featured img {
  float: left;
  width: 200px !important;
  margin-right: 10px
}

.fc-btn {
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 0;
  padding: 6px 18px;
  text-align: center;
  transition: all 0.5s ease 0s
}

.fc-btn-red {
  background: #c12e2a none repeat scroll 0 0;
  border: 1px solid #a91511;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .15) inset, 0 1px 1px rgba(0, 0, 0, .075);
  color: #fff !important;
  text-decoration: none !important
}

.fc-btn-green {
  background: #419641;
  border: 1px solid #1d741d;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .15) inset, 0 1px 1px rgba(0, 0, 0, .075);
  color: #fff !important;
  text-decoration: none !important
}

.fc-btn-small {
  font-size: 12px;
  padding: 2px 8px
}

.fc-item-no-padding {
  padding: 0
}

.fc-itemcontent-padding {
  padding: 10px;
  float: left;
  width: 100%
}

.fc-item-box {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  padding: 10px !important;
  border: 1px solid #F1F1F1;
  box-sizing: border-box !important;
  width: 100%;
  position: relative;
  height: 100%;
  background: none !important
}

.wpgmp_infowindow.fc-infowindow-default .fc-item-box,
.wpgmp_infowindow.fc-item-default .fc-item-box {
  border: none;
  padding: 0px !important
}

.wpgmp_listing_list .fc-item-box {
  margin: 10px 0 !important
}

.fc-component-content ul li.fc-component-thumb .fc-feature-img {
  width: 250px
}

.wpgmp_infowindow .default-feature-img {
  display: none
}

.wpgmp_listing_grid .fc-component-content ul li.fc-component-thumb .fc-feature-img {
  width: 100%
}

.wpgmp_listing_grid .fc-component-content ul {
  width: 100% !important;
  display: block !important
}

.wpgmp_listing_grid .fc-component-content ul li {
  display: inherit !important;
  width: 100% !important;
  float: left
}

.wpgmp_listing_container .fc-component-content ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%
}

.wpgmp_listing_container .fc-component-content ul li {
  list-style: none;
  display: table-cell;
  vertical-align: top
}

.wpgmp_listing_container .fc-component-content ul li.fc-component-text {
  width: 100%
}

.fc-component-content .fc-featured-hoverdiv {
  position: relative;
  float: left;
  width: 100%
}

.fc-component-content .fc-featured-hoverinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0
}

.fc-component-content .fc-featured-hoverdiv:hover .fc-featured-hoverinner {
  opacity: 1
}

.fc-featured-hoverinner a {
  text-decoration: none;
  box-shadow: none
}

.fc-featured-hoverinner .facebook {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/facebook.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px
}

.fc-featured-hoverinner .twitter {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/twitter.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px
}

.fc-featured-hoverinner .map {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/map.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 5px
}

.fc_preview .fc-component-content ul li {
  float: left
}

.fc-item-kairav.fc-wait .fc-item-meta,
.fc_preview .fc-item-kairav .fc-item-meta {
  background: #f1f1f1;
  padding: 3px 10px;
  color: #000;
  margin: 0
}

.fc-right {
  float: right
}

.fc-left {
  float: left
}

.wpgmp_listing_list .fc-wait .fc-item-padding-content_15 {
  padding-right: 0
}

.fc-location-marker {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  padding-left: 23px;
  margin: 10px 0;
  position: relative
}

.fc-location-marker:before {
  position: absolute;
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/location-icon.png) no-repeat top left;
  content: '';
  width: 15px;
  height: 24px;
  left: 0;
  top: 0
}

.wpgmp_listing_grid .fc-hide-grid {
  display: none
}

.wpgmp_listing_list .fc-show-grid {
  display: none
}

@media(max-width:767px) {
  .fc-component-content ul li.fc-component-thumb .fc-feature-img {
    width: 100% !important
  }

  .fc-item-default.fc-wait .wpgmp_locations .wpgmp_locations_content img {
    width: 100% !important;
    margin-bottom: 10px !important
  }

  .fc-component-content ul li {
    display: inherit !important;
    width: 100%
  }

  .wpgmp_listing_list .fc-wait .fc-item-padding-content_15 {
    padding: 0 15px
  }

  .wpgmp_listing_grid .fc-hide-grid,
  .wpgmp_listing_list .fc-hide-grid {
    display: none
  }

  .wpgmp_listing_grid .fc-show-grid,
  .wpgmp_listing_list .fc-show-grid {
    display: block
  }
}

.fc-infowindow3 {
  position: relative;
  width: 100%;
  height: 100%
}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-title,
.wpgmp_infowindow.fc-item-fano .fc-item-title,
.wpgmp_infowindow.fc-post-fano .fc-item-title {
  position: absolute;
  left: 10px;
  top: 10px
}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-meta,
.wpgmp_infowindow.fc-item-fano .fc-item-meta,
.wpgmp_infowindow.fc-post-fano .fc-item-meta {
  position: absolute;
  right: 8px;
  bottom: 1px;
  background: #fff;
  padding: 5px 10px;
  text-align: center
}

.fc-infowindow-content,
.fc-item-content {
  float: left;
  width: 100%;
  box-sizing: border-box
}

.fc-infowindow-ojas .fc-item-title,
.fc-post-ojas .fc-item-title {
  background: #f44336;
  color: #fff;
  padding: 8px 30px 8px 10px
}

.fc-post-ojas .fc-item-title a {
  color: #fff
}

.fc-space-bottom {
  margin-bottom: 20px
}

.wpgmp_infowindow.fc-item-aare,
.wpgmp_infowindow.fc-item-acerra,
.wpgmp_infowindow.fc-item-fano,
.wpgmp_infowindow.fc-item-kairav,
.wpgmp_infowindow.fc-item-kriday,
.wpgmp_infowindow.fc-item-ojas,
.wpgmp_infowindow.fc-item-parma,
.wpgmp_infowindow.fc-item-udine,
.wpgmp_infowindow.fc-infowindow-aare,
.wpgmp_infowindow.fc-infowindow-acerra,
.wpgmp_infowindow.fc-infowindow-fano,
.wpgmp_infowindow.fc-infowindow-kairav,
.wpgmp_infowindow.fc-infowindow-kriday,
.wpgmp_infowindow.fc-infowindow-ojas,
.wpgmp_infowindow.fc-infowindow-parma,
.wpgmp_infowindow.fc-infowindow-udine {
  width: 300px;
  background: #fff;
  position: relative
}

@media(max-width:600px) {
  .categories_filter_reset_btn {
    width: 100%
  }

  .wpgmp_infobox .wpgmp_infowindow {
    width: 90% !important;
    position: relative
  }
}

.infowindow-close {
  right: 6px;
  top: 8px
}

.fc-item-padding-content_20 {
  padding: 0 20px;
  box-sizing: border-box
}

.wpgmp_infowindow_post .fc-item-title a {
  text-decoration: none !important;
  box-shadow: none !important
}

.wpgmp_infowindow_post .wp-post-image {
  max-width: 100% !important;
  height: auto;
  box-sizing: border-box
}

.wpgmp_infowindow a {
  box-shadow: none
}

.fc-accordion {
  margin: 0 0 15px 0
}

.fc-accordion dt {
  float: left;
  width: 100%
}

.fc-accordion dt a {
  background-color: #012139;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: #80c8fe;
  text-decoration: none;
  padding: 11px 15px;
  border-bottom: 1px solid #6b94b3;
  outline: none
}

.fc-accordion dt a:active,
.fc-accordion dt a:visited,
.fc-accordion dt a:focus {
  outline: none;
  box-shadow: none
}

.fc-accordion dt i {
  float: right;
  margin-top: 2px
}

.fc-accordion dt a:hover,
.fc-accordion dt.active a {
  text-decoration: none;
  background: #012139;
  color: #80c8fe
}

.fc-accordion dt a::after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  right: 10px
}

.fc-accordion dt.active a::after {
  font-family: 'FontAwesome';
  content: "\f077";
  position: absolute;
  right: 10px
}

.fc-accordion dd {
  background-color: #fff;
  padding: 15px;
  display: none;
  border-bottom: 1px solid #6b94b3;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  box-sizing: border-box
}

.fc-accordion dd.active {
  display: block;
  max-height: inherit
}

.fc-infowindow-parma .fc-accordion,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion {
  float: left;
  width: 100%;
  margin: 0 0 15px
}

.fc-infowindow-parma .fc-accordion dl,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dl {
  margin: 0
}

.fc-infowindow-parma .fc-accordion dt a,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt a {
  background-color: #e0e0e0;
  color: #000;
  padding: 6px 15px;
  border-bottom: 1px solid #d8d7d7;
  box-sizing: border-box
}

.fc-infowindow-parma .fc-accordion dt a:hover,
.fc-infowindow-parma .fc-accordion dt.active a,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt a:hover,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt.active a {
  text-decoration: none;
  background: #e0e0e0;
  color: #000;
  width: 100%;
  float: left;
  display: block
}

.fc-infowindow-parma .fc-accordion dd,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dd {
  background-color: #fff;
  border-bottom: 1px solid #d8d7d7;
  margin: 0
}

.fc-item-fano div.fc-item-meta {
  background: #FBFBFB;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap
}

.fc-item-fano div.fc-feature-img+div.fc-item-meta,
.fc-item-fano img+div.fc-item-meta {
  position: absolute;
  left: 3px;
  top: 3px
}

.fc-item-fano .read-more {
  border: 1px solid #444;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  margin: 16px 0 0;
  box-shadow: none;
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/arrow.png) no-repeat center 7px;
  width: 67px;
  height: 33px;
  text-indent: -99999px
}

.fc-item-fano .read-more:hover {
  background: url(https://a6e8z9v6.stackpathcdn.com/realfactory/wp-content/plugins/wp-google-map-plugin/assets/images/arrow.png) no-repeat center -43px #444;
  color: #fff
}

.fc-item-aare .read-more {
  border: 1px solid #444;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 0 0;
  box-shadow: none
}

.fc-item-aare .read-more:hover {
  background: #444;
  color: #fff
}

.fc-item-padding-content_15 {
  padding: 0 15px;
  box-sizing: border-box
}

@media (max-width:600px) {
  .infowindow-close {
    right: 4px
  }

  .wpgmp_categories .fc-feature-img {
    width: 100%;
    float: left;
    margin: 0 0 0
  }

  .wpgmp_categories .fc-feature-img img {
    width: 100% !important;
    height: auto;
    margin: 0px !important;
    padding: 0px !important
  }
}

.wpgmp_iw_content .fc-main {
  background: none
}

.fc-p-text {
  font-size: 14px;
  margin-bottom: 30px
}

.wpgmp_filter_wrappers {
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.wpgmp_before_listing {
  line-height: 1em
}

.infoBoxTail:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff
}

.infoBox {
  animation: fadeIn 0.9s
}

.fc-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box
}

@media (max-width:992px) {
  .fc-6 {
    width: 100%
  }
}

.wpgmp_filter_wrappers {
  background: #efefef;
  padding: 20px;
  border-radius: 2px
}

@media (max-width:370px) {
  .wpgmp_infobox .wpgmp_infowindow {
    width: 65% !important
  }
}

.wpgmp_map_parent {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px
}

#wpgmp_tab_3 .wpgmp_cat_title span {
  margin-top: 7px !important
}

.adp-placemark td:nth-child(2) {
  padding-left: 5px
}

.categories_filter span.span_list img,
.categories_filter span.span_print img {
  display: block
}

.amenity_type {
  padding-left: 30px;
  position: relative
}

.amenity_type input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  position: relative
}

.amenity_type label {
  vertical-align: middle;
  position: relative;
  transition: all 0.4s ease 0s;
  display: inline-block !important;
  font-weight: 400;
  line-height: 1.5em
}

.amenity_type label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  left: 0;
  top: 1px;
  margin-left: -1.75em;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out
}

.amenity_type label::after {
  display: inline-block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  left: 1px;
  top: -1px;
  margin-left: -2.1em;
  padding-left: 3px;
  padding-top: 1px;
  font-size: .916667em;
  color: #000
}

.amenity_type input[type="checkbox"]:checked+label::before {
  outline: none;
  border: 1px solid #fff;
  outline: 0 auto -webkit-focus-ring-color;
  background: #fff
}

.amenity_type input[type="checkbox"]:checked+label::after {
  font-family: "fontawesome";
  content: "\f00c"
}

.wpgmp_infowindow .fc-item-box img {
  display: block
}

.fc-featured-hoverdiv div.fc-featured-hoverinner:last-child {
  display: none
}

.gm-svpc img {
  max-width: none !important
}

.wpgmp_iw_content {
  display: inline-block
}

@media(max-width:768px) {
  .gm-style .gm-style-iw-a {
    width: 100% !important
  }

  .fc-infowindow-default .wpgmp_iw_content {
    width: 100%
  }
}

.categories_filter input[type="button"] {
  border: none;
  padding: .7142857em .7142857em .7142857em .7142857em;
  line-height: 1.8 !important;
  font-weight: 500 !important
}

.wpgmp_map_container {
  display: table;
  width: 100%
}

.wpgmp_map_container * {
  box-sizing: border-box
}

.wpgmp_map_parent,
.wpgmp_filter_wrappers,
.location_listing2 {
  float: none;
  display: inline-block
}
/*
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/roboto-normal-latin-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/roboto-normal-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
*/
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0px !important
}

.wp-block-themepunch-revslider {
  position: relative
}

rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important
}

rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important
}

rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto
}

body>rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important
}

rs-sbg-px {
  pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important
}

.rs-forcehidden * {
  visibility: hidden !important
}

.rs_splitted_lines {
  display: block;
  white-space: nowrap !important
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #fff
}

.rtl {
  direction: rtl
}

@font-face {
  font-family: 'revicons';
  src: url(../fonts/revicons/revicons.eot);
  src: url('../fonts/revicons/revicons.eot') format('embedded-opentype'), url(../fonts/revicons/revicons.woff) format('woff'), url(../fonts/revicons/revicons.ttf) format('truetype'), url('../fonts/revicons/revicons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.revicon-search-1:before {
  content: '\e802'
}

.revicon-pencil-1:before {
  content: '\e831'
}

.revicon-picture-1:before {
  content: '\e803'
}

.revicon-cancel:before {
  content: '\e80a'
}

.revicon-info-circled:before {
  content: '\e80f'
}

.revicon-trash:before {
  content: '\e801'
}

.revicon-left-dir:before {
  content: '\e817'
}

.revicon-right-dir:before {
  content: '\e818'
}

.revicon-down-open:before {
  content: '\e83b'
}

.revicon-left-open:before {
  content: '\e819'
}

.revicon-right-open:before {
  content: '\e81a'
}

.revicon-angle-left:before {
  content: '\e820'
}

.revicon-angle-right:before {
  content: '\e81d'
}

.revicon-left-big:before {
  content: '\e81f'
}

.revicon-right-big:before {
  content: '\e81e'
}

.revicon-magic:before {
  content: '\e807'
}

.revicon-picture:before {
  content: '\e800'
}

.revicon-export:before {
  content: '\e80b'
}

.revicon-cog:before {
  content: '\e832'
}

.revicon-login:before {
  content: '\e833'
}

.revicon-logout:before {
  content: '\e834'
}

.revicon-video:before {
  content: '\e805'
}

.revicon-arrow-combo:before {
  content: '\e827'
}

.revicon-left-open-1:before {
  content: '\e82a'
}

.revicon-right-open-1:before {
  content: '\e82b'
}

.revicon-left-open-mini:before {
  content: '\e822'
}

.revicon-right-open-mini:before {
  content: '\e823'
}

.revicon-left-open-big:before {
  content: '\e824'
}

.revicon-right-open-big:before {
  content: '\e825'
}

.revicon-left:before {
  content: '\e836'
}

.revicon-right:before {
  content: '\e826'
}

.revicon-ccw:before {
  content: '\e808'
}

.revicon-arrows-ccw:before {
  content: '\e806'
}

.revicon-palette:before {
  content: '\e829'
}

.revicon-list-add:before {
  content: '\e80c'
}

.revicon-doc:before {
  content: '\e809'
}

.revicon-left-open-outline:before {
  content: '\e82e'
}

.revicon-left-open-2:before {
  content: '\e82c'
}

.revicon-right-open-outline:before {
  content: '\e82f'
}

.revicon-right-open-2:before {
  content: '\e82d'
}

.revicon-equalizer:before {
  content: '\e83a'
}

.revicon-layers-alt:before {
  content: '\e804'
}

.revicon-popup:before {
  content: '\e828'
}

.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none
}

rs-module-wrap {
  visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block
}

.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0px !important;
  z-index: 1000;
  left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000
}

.rs-stickyscrollon {
  overflow: visible !important
}

rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none
}

rs-module {
  position: relative;
  overflow: hidden;
  display: block
}

rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none
}

rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
  width: 0;
  height: 0
}

rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
  box-shadow: none
}

.rs-ov-hidden {
  overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
  overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none
}

rs-module .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0;
  left: 0
}

rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden
}

.rs-layer .rs-untoggled-content {
  display: block
}

.rs-layer .rs-toggled-content {
  display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
  display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
  display: none
}

.rs-layer-video {
  overflow: hidden
}

.rs_html5vidbasicstyles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0
}

.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important
}

rs-carousel-wrap {
  cursor: url(../revslider/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
  cursor: url(../revslider/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
  cursor: default
}

rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  position: relative
}

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important
}

.rs-layer.rs-selectable {
  user-select: text
}

rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none
}

rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0)
}

rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
  pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
  z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

  rs-carousel-wrap rs-layer-wrap,
  rs-carousel-wrap rs-loop-wrap {
    backface-visibility: hidden;
    transform-style: preserve-3d
  }
}

.safarifix rs-layer-wrap {
  perspective: 1000000
}

@-moz-document url-prefix() {

  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none
  }
}

rs-mask-wrap {
  overflow: hidden
}

rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important
}

.rev_row_zone_top {
  top: 0
}

.rev_row_zone_bottom {
  bottom: 0
}

.rev_row_zone_middle {
  top: 0
}

rs-column-wrap .rs-parallax-wrap {
  vertical-align: top
}

.rs-layer img,
rs-layer img {
  vertical-align: top
}

rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important
}

rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0
}

rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important
}

rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%
}

.rs-pelock * {
  pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit
}

rs-column rs-mask-wrap {
  display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative;
  left: auto;
  top: auto;
  line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top
}

.rev_break_columns {
  display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
  pointer-events: none !important
}

rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

rs-static-layers.rs-stl-back {
  z-index: 0
}

.rs-stl-visible {
  overflow: visible !important
}

.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-width: 0 !important;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0
}

.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top-width: 0 !important;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0
}

.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  border-top-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0
}

.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  border-bottom-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0
}

.tp-layer-inner-rotation {
  position: relative !important
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto
}

.noFilterClass {
  filter: none !important
}

rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block
}

.rs-layer.rs-fsv {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%
}

.rs-fsv video {
  background: #000
}

.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.videoisplaying .html5vid rs-poster {
  display: none
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important
}

.rs-ISM .tp-video-play-button {
  opacity: 1;
  transition: none !important;
  z-index: 6
}

.rs-audio .tp-video-play-button {
  display: none !important
}

.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
  z-index: 6
}

.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
  display: none
}

.videoisplaying .tp-revstop {
  display: block
}

.videoisplaying .tp-video-play-button {
  display: none
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important
}

.rs-fsv .rs-fsv audio {
  object-fit: contain !important
}

.rs-fsv .rs-fsv video {
  object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
  display: none
}

@supports not (-ms-high-contrast:none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important
  }

  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important
  }
}

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important
}

.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none
}

rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none
}

rs-sbg-wrap rs-dotted {
  z-index: 31
}

rs-dotted.twoxtwo {
  background: url(../revslider/assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
  background: url(../revslider/assets/gridtile_white.png)
}

rs-dotted.threexthree {
  background: url(../revslider/assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
  background: url(../revslider/assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1
}

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
  transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px
}

.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase
}

.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0;
  line-height: inherit
}

.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important
}

.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, .25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important
}

.rev-burger span:nth-child(2) {
  margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff
}

.rev-burger.revb-whitenoborder {
  border: 0
}

.rev-burger.revb-whitenoborder span {
  background: #fff
}

.rev-burger.revb-darknoborder {
  border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none
}

.rev-burger.revb-whitefull span {
  background: #333
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none
}

.rev-burger.revb-darkfull span {
  background: #fff
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%
  }

  15% {
    opacity: 1;
    top: 70%
  }

  50% {
    opacity: 0;
    top: 70%
  }

  100% {
    opacity: 0;
    top: 29%
  }
}

.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px
}

.rev-scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
  color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
  opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
  background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none
}

.rev-scroll-btn.revs-fulldark span {
  background: #fff
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
  border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, .5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer
}

.rev-cbutton-dark-sr {
  border-radius: 3px
}

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px
}

.rev-sbutton-blue {
  background-color: #3B5998
}

.rev-sbutton-lightblue {
  background-color: #00A0D1
}

.rev-sbutton-red {
  background-color: #DD4B39
}

rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%
}

rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%
}

rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0
}

rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%
}

rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%
}

rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.rs-layer img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%
}

.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block
}

.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../revslider/assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
  background: url(../revslider/assets/coloredbg.png) repeat;
  width: 100%;
  height: 100%;
  display: block
}

.rs-layer .rs-starring {
  display: inline-block
}

.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0
}

rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute
}

rs-loader.off {
  display: none !important
}

rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../revslider/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px
}

rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px
}

rs-loader.spinner5 {
  background-image: url(../revslider/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  border-radius: 100%;
  animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s
}

@keyframes tp-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1.0s
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes tp-bounce {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

rs-layer iframe {
  visibility: hidden
}

rs-layer.rs-ii-o iframe {
  visibility: visible
}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block
}

rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important
}

a.rs-layer {
  transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
  pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

rs-poster {
  cursor: pointer;
  z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
  opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, .3);
  cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
  background: #fff
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000
}

.tparrows.rs-touchhover {
  background: #000
}

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center
}

.tparrows.tp-leftarrow:before {
  content: '\e824'
}

.tparrows.tp-rightarrow:before {
  content: '\e825'
}

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit
}

rs-pzimg-wrap {
  display: block
}

body.rtl .rs-pzimg {
  left: 0 !important
}

.rs_fake_cube {
  transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
  transform-style: flat;
  perspective: 10000px
}

.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #FFF
}

.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #FFF
}

.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important
}

.rs_error_message_button:hover {
  background: #5e35b1
}

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, .75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal
}

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px
}

.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important
}

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, .7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll
}

.aden {
  filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5
}

.inkwell {
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
  background: #efcdad
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.toaster {
  filter: contrast(1.5) brightness(.9)
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3
}

.hudson {
  filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5
}

.earlybird {
  filter: contrast(.9) sepia(.2)
}

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay
}

.mayfair {
  filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4
}

.lofi {
  filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply
}

._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
  background: rgba(243, 106, 188, .3);
  mix-blend-mode: screen
}

.brooklyn {
  filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  mix-blend-mode: overlay
}

.xpro2 {
  filter: sepia(.3)
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn
}

.nashville {
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten
}

.nashville::before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken
}

.lark {
  filter: contrast(.9)
}

.lark::after {
  background: rgba(242, 242, 242, .8);
  mix-blend-mode: darken
}

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge
}

.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light
}

.moon::after {
  background: #383838;
  mix-blend-mode: lighten
}

.clarendon {
  filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
  background: rgba(127, 187, 227, .2);
  mix-blend-mode: overlay
}

.willow {
  filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
  background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay
}

.rise {
  filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
  mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 40
}

.slumber {
  filter: saturate(.66) brightness(1.05)
}

.slumber::after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light
}

.slumber::before {
  background: rgba(69, 41, 12, .4);
  mix-blend-mode: lighten
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .willow {
      filter: grayscale(1) contrast(.95) brightness(.9)
    }

    .willow::after {
      background-color: transparent
    }
  }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%
}

rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: .9
}

@keyframes rs-revealer-6 {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 .8s linear infinite;
  animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -.8s;
  -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

  0%,
  100% {
    -webkit-transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1)
  }
}

@keyframes rs-revealer-9 {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes rs-revealer-11 {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -.5s;
  -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

  0%,
  100% {
    transform: translate(0)
  }

  25% {
    transform: translate(160%)
  }

  50% {
    transform: translate(160%, 160%)
  }

  75% {
    transform: translate(0, 160%)
  }
}

@-webkit-keyframes rs-revealer-13 {

  0%,
  100% {
    -webkit-transform: translate(0)
  }

  25% {
    -webkit-transform: translate(160%)
  }

  50% {
    -webkit-transform: translate(160%, 160%)
  }

  75% {
    -webkit-transform: translate(0, 160%)
  }
}

rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
  }

  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
  }
}

.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden
}

.RSscrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
  transform: none
}

/* alexenko */

.contacts_dillers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px
}

.contacts_dillers_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    width: 100%;
    margin-bottom: 40px;
    text-align: center
}

.contacts_dillers_item {
    width: -webkit-calc(20% - 32px);
    width: calc(20% - 32px);
    min-width: 160px;
    margin-bottom: 40px
}

.contacts_dillers_item_img {
    max-width: 226px;
    max-height: 326px
}

.contacts_dillers_item_img img {
    width: 100%;
    height: 100%
}

.contacts_dillers_item_city {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 5px
}

.contacts_dillers_item_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 8px 0;
    color: #333
}

.contacts_dillers_item_text {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    display: block
}

.contacts_dillers_item_text:last-child {
    margin-bottom: 0
}

.contacts_info {
    margin-top: 35px;
    flex-wrap:wrap;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.contacts_info_left,
.contacts_info_right {
    width: 100%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
}
.contacts_info_item {
    margin-top: 20px
}
.contacts_info_item:first-child {
    margin-top: 0
}
.contacts_info_text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #4f4f4f
}
.contacts_info_map {
    width: 100%;
    height: 100%;
    text-align: center;
    width: 690px;
    height: 445px;
    max-width: 690px;
    max-height: 445px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bold-uppercase {
    font-weight: 700
}

div.map_dillers {
    width: 96%;
    max-width: 702px;
    margin: 0 auto; /* центрируем основной контейнер */
}
div.map_dillers img {
    width: 100%; /* ширина картинки */
    height: auto; /* высота картинки */
}

.small-request-call {
    width: 100%;
    background-color: #f2f2f2;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 110px
}

.small-request-call_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-right: 30px
}

.small-request-call_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.small-request-call_form input {
    width: 190px;
    height: 40px;
    background-color: #fff;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-right: 15px
}

@media (max-width:991px) {
    .small-request-call {
        padding: 25px 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto
    }
    .small-request-call_title {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
    .small-request-call_form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:425px) {
    .small-request-call_form input {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.request-call {
    height: 260px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    background-image: url(../images/big-request-call-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    max-width: 1900px;
}

.request-call_title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 100%
}

.request-call_subtitle {
    width: 100%;
    text-align: center
}

.request-call_subtitle div {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 30px auto;
    max-width: 540px
}

.request-call_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.request-call_form input {
    width: 190px;
    height: 40px;
    background-color: #fff;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-right: 15px
}

@media (max-width:991px) {
    .request-call {
        height: auto;
        padding: 40px 15px 50px 15px
    }
    .request-call_title {
        font-size: 18px;
        line-height: 22px
    }
    .request-call_subtitle {
        width: 100%;
        text-align: center
    }
    .request-call_subtitle div {
        font-size: 14px;
        line-height: 140%
    }
    .request-call_form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:425px) {
    .request-call_form input {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
    z-index: 1000;
    display: none
}

.request-call-popup {
    padding: 30px;
    display: none;
    background-color: #fff;
    position: fixed;
    top: -webkit-calc(50% - 117px);
    top: calc(50% - 117px);
    left: -webkit-calc(50% - 240px);
    left: calc(50% - 170px);
    z-index: 1001;
    width: 480px;
    max-width: 480px
}

.request-call-popup_cross {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../images/cross.svg);
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat
}

.request-call-popup_title {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700
}

.request-call-popup_form {
    width: 100%
}

.request-call-popup_form input {
    width: 190px;
    margin: 0 auto;
    height: 40px;
    background-color: #fff;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    outline: 0;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .request-call-popup {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }
}

@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .8);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .8)
    }
    50% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .7);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .7)
    }
    100% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .6);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .6)
    }
}

@keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .8);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .8)
    }
    50% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .7);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .7)
    }
    100% {
        -webkit-box-shadow: 0 0 28px 6px rgba(252, 111, 5, .6);
        box-shadow: 0 0 28px 6px rgba(252, 111, 5, .6)
    }
}

.request-call-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #fc6f05;
    background-color: #fff;
    background-image: url(../images/phone.png);
    background-size: 39px, 39px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 200;
    cursor: pointer;
}

@media (max-width:991px) {
    .request-call-btn {
        width: 50px;
        height: 50px;
        background-size: 30px, 30px;
        right: 15px;
        bottom: 40px
    }
}

.is-open {
    display: block
}

.action-button {
    color: #fff!important;
    font-size: 16px;
    font-weight: 700;
    width: 190px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    background-color: #fc6f05;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.action-button:focus {
    outline: 0
}

.action-button:hover {
    border: 1px solid #fc6f05;
    color: #fc6f05!important;
    background-color: #fff;
    text-decoration: none
}

.header-top_item_icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%
}

.success_home-btn {
  width: 190px;
  height: 40px;
  border-radius: 5px;
  background-color: #f90;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700
}