@charset "utf-8";
@charset "utf-8";


.vertical-centering {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-centering {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centering-mixin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.wp-block-button__link {
  opacity: 1;
  transition: opacity 0.250s;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  clear: none;
}
.content ul.wp-block-gallery {
  margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding: 0 0 0 1em;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  padding: 1em 0;
  margin: 1em 0;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  top: 100%;
}
.content blockquote.wp-block-quote,
.content .wp-block-pullquote blockquote {
  background: none;
}
.wp-block-pullquote {
  padding: 1rem;
}
.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2.15 * 1rem);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-pullquote p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote p em {
  font-style: normal;
}
.wp-block-pullquote cite {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  text-transform: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote.is-style-solid-color a,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote blockquote * {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: calc(100% - ( 2 * 1rem ));
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
}
.wp-block-quote cite {
  font-size: 13px;
  line-height: 18px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin: 2rem 0;
    padding: 2em 0;
  }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:before,
  .wp-block-quote.is-style-large:after {
    height: 4px;
    top: -4px;
  }
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after {
    top: 100%;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.alignfull {
  margin-top: calc(2 * 1rem);
  margin-right: 0;
  margin-bottom: calc(2 * 1rem);
  margin-left: 0;
  max-width: 100%;
}
.content>*.alignfull {
  position: relative;
}
.content>*.alignfull,
.content ul.wp-block-gallery.alignfull {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  max-width: none;
}
.content>*.alignfull img {
  display: block;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  min-height: 430px;
}
.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(8 *( 100vw / 12 ) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(6 * ( 100vw / 12 ) - 28px);
  }
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  padding: 14px;
  box-sizing: border-box;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    max-width: 100%;
  }
}
.has-blue-color {
  color: #1982d1;
}
.has-blue-background-color {
  background-color: #1982d1;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-dark-gray-color {
  color: #373737;
}
.has-dark-gray-background-color {
  background-color: #373737;
}
.has-medium-gray-color {
  color: #666;
}
.has-medium-gray-background-color {
  background-color: #666;
}
.has-light-gray-color {
  color: #e2e2e2;
}
.has-light-gray-background-color {
  background-color: #e2e2e2;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.content .has-secondary-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.content .has-dark-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.content .has-light-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.content .has-white-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}
.content .has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}
.content .has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}
.content .has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}
.content .has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}
.content .has-white-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}
.content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.content .wp-block-latest-comments {
  margin: 0;
}
.content .wp-block-categories,
.content .wp-block-archives,
.content .wp-block-latest-posts {
  margin: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  margin-bottom: 10px;
  padding: 0;
}
.wp-block-archives li,
.wp-block-latest-posts li {
  list-style: none;
}
.wp-block-archives li a,
.wp-block-latest-posts li a {
  text-decoration: none;
}
.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
.content .wc-block-grid__products {
  list-style: none;
  margin: 0 0 24px;
}
.wc-block-grid__product {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-align="left"] .wp-block-cover-image,
  [data-align="right"] .wp-block-cover-image,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  [data-align="left"] .wp-block-cover,
  [data-align="right"] .wp-block-cover,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
  }
}
@media (max-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .content .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
}
.masthead:not(.side-header) {
  max-width: 100%;
}
.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead:not(.side-header) {
  position: absolute;
  width: 100%;
  z-index: 102;
}
.masthead:not(.side-header):not(.full-width):not(.side-header-v-stroke):not(.side-header-menu-icon) {
  padding: 0 44px;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .masthead:not(.side-header):not(.mixed-header) {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .masthead:not(.side-header):not(.mixed-header) .top-bar,
  .masthead:not(.side-header):not(.mixed-header) .header-bar,
  .masthead:not(.side-header):not(.mixed-header) .ph-wrap {
    width: 100%;
  }
  .phantom-sticky.floating-navigation-below-slider .fixed-masthead.masthead:not(.sticky-on) {
    top: auto !important;
  }
}
.masthead:not(.side-header) .header-bar {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.masthead:not(.side-header) .main-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.masthead:not(.side-header).full-height .main-nav {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.masthead:not(.side-header).full-height .header-bar .main-nav > li > a,
.masthead:not(.side-header) .header-bar .main-nav > li > a {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: stretch;
}
.masthead:not(.side-header).dividers.justify .main-nav > li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.masthead:not(.side-header).dividers .main-nav > li:not(.dt-mega-menu) {
  position: relative;
}
.masthead:not(.side-header).dividers .main-nav > li:before,
.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
  content: "";
  position: absolute;
  left: -0.5px;
  width: 0;
  border-right: solid 1px yellow;
  height: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.masthead:not(.side-header).dividers .main-nav > li:first-child:before {
  display: none;
}
.masthead:not(.side-header).dividers.surround .main-nav > li:first-child:before {
  display: block;
}
.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
  left: auto;
  right: -0.5px;
}
.masthead:not(.side-header).full-height .main-nav > li > a {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.masthead.inline-header:not(.widgets) .header-bar .mini-widgets {
  display: none;
}
.inline-header .header-bar {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.inline-header .branding,
.inline-header .header-bar > .mini-widgets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inline-header.left .main-nav,
.inline-header.right .main-nav,
.inline-header.center .main-nav {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.inline-header.left .main-nav {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.inline-header.right .main-nav {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.inline-header.center .main-nav {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.inline-header.justify .main-nav {
  -webkit-flex-grow: 10;
  -moz-flex-grow: 10;
  -ms-flex-positive: 10;
  -ms-flex-grow: 10;
  flex-grow: 10;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
.inline-header.justify .main-nav > li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.inline-header.justify .main-nav > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inline-header.justify.widgets .main-nav > li {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.transparent-border-mixin {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .transparent-border-mixin,
.sidebar-content .transparent-border-mixin {
  border-color: rgba(133,134,140,0.15);
}
.footer .transparent-border-mixin {
  border-color: rgba(255,255,255,0.15);
}
.solid-bg-mixin {
  background-color: #f7f7f7;
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.accent-bg-mixin {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .accent-bg-mixin {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .accent-bg-mixin,
.accent-gradient .footer .accent-bg-mixin {
  background: #ffffff;
}
html,
body,
body.page,
.wf-container > * {
  font:  normal  16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #85868c;
}
.text-big,
.dt-accordion-text-big .wpb_accordion_header > a {
  font-size: 16px;
  line-height: 28px;
}
.text-normal,
.dt-accordion-text-normal .wpb_accordion_header > a,
.icon-with-text-shortcode .dt-text-desc {
  font-size: 14px;
  line-height: 25px;
}
.text-small,
.dt-accordion-text-small .wpb_accordion_header > a {
  font-size: 13px;
  line-height: 23px;
}
.wp-caption-text {
  font-size: 13px;
  line-height: 23px;
}
.text-uppercase {
  text-transform: uppercase;
}
h1,
.h1-size,
.entry-title.h1-size,
.dt-accordion-h1-size .wpb_accordion_header > a {
  color: #333333;
  font:  normal bold 42px / 52px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media (max-width: 800px) {
  h1,
  .h1-size,
  .entry-title.h1-size,
  .dt-accordion-h1-size .wpb_accordion_header > a {
    font-size: 32px;
    line-height: 42px;
  }
}
h2,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.dt-accordion-h2-size .wpb_accordion_header > a {
  color: #333333;
  font:  normal bold 32px / 42px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h3,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.dt-accordion-h3-size .wpb_accordion_header > a {
  color: #333333;
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h4,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.dt-accordion-h4-size .wpb_accordion_header > a,
.vc_separator h4 {
  color: #333333;
  font:  normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h5,
.h5-size,
h4.entry-title,
.entry-title.h5-size,
.dt-accordion-h5-size .wpb_accordion_header > a {
  color: #333333;
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h6,
.h6-size,
.entry-title.h6-size,
.dt-accordion-h6-size .wpb_accordion_header > a {
  color: #333333;
  font:  normal bold 14px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h1 {
  line-height: 52px;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h2 {
  line-height: 42px;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h3 {
  line-height: 34px;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h4 {
  line-height: 30px;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h5 {
  line-height: 26px;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h6 {
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1-size,
.entry-title.h1-size,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.h5-size,
.entry-title.h5-size,
.h6-size,
.entry-title.h6-size,
.header-color,
.entry-meta .header-color,
.color-title {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-meta .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title {
  color: #333333;
}
.sidebar-content h1,
.sidebar-content h2,
.sidebar-content h3,
.sidebar-content h4,
.sidebar-content h5,
.sidebar-content h6,
.sidebar-content h1 a,
.sidebar-content h2 a,
.sidebar-content h3 a,
.sidebar-content h4 a,
.sidebar-content h5 a,
.sidebar-content h6 a,
.sidebar-content h1 a:hover,
.sidebar-content h2 a:hover,
.sidebar-content h3 a:hover,
.sidebar-content h4 a:hover,
.sidebar-content h5 a:hover,
.sidebar-content h6 a:hover,
.sidebar-content .h1-size,
.sidebar-content .entry-title.h1-size,
.sidebar-content .h2-size,
.sidebar-content .entry-title.h2-size,
.sidebar-content h1.entry-title,
.sidebar-content .h3-size,
.sidebar-content .entry-title.h3-size,
.sidebar-content h2.entry-title,
.sidebar-content .h4-size,
.sidebar-content .entry-title.h4-size,
.sidebar-content h3.entry-title,
.sidebar-content .h5-size,
.sidebar-content .entry-title.h5-size,
.sidebar-content .h6-size,
.sidebar-content .entry-title.h6-size,
.sidebar-content .header-color,
.sidebar-content .entry-meta .header-color,
.sidebar-content .color-title {
  color: #333333;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer h1 a:hover,
.footer h2 a:hover,
.footer h3 a:hover,
.footer h4 a:hover,
.footer h5 a:hover,
.footer h6 a:hover,
.footer .h1-size,
.footer .entry-title.h1-size,
.footer .h2-size,
.footer .entry-title.h2-size,
.footer h1.entry-title,
.footer .h3-size,
.footer .entry-title.h3-size,
.footer h2.entry-title,
.footer .h4-size,
.footer .entry-title.h4-size,
.footer h3.entry-title,
.footer .h5-size,
.footer .entry-title.h5-size,
.footer .h6-size,
.footer .entry-title.h6-size,
.footer .header-color,
.footer .entry-meta .header-color,
.footer .color-title {
  color: #ffffff;
}
.text-primary {
  font-size: 16px;
  line-height: 28px;
}
.content .text-primary {
  color: #333333;
}
.footer .text-primary {
  color: #ffffff;
}
a.text-primary {
  text-decoration: none;
}
a.text-primary:hover {
  text-decoration: underline;
}
.color-primary .sidebar,
.sidebar-content .color-primary {
  color: #333333;
}
.footer .color-primary {
  color: #ffffff;
}
a.color-primary {
  text-decoration: none;
}
a.color-primary:hover {
  text-decoration: underline;
}
.text-secondary {
  font-size: 13px;
  line-height: 23px;
}
.color-secondary,
.text-secondary {
  color: #000000;
}
.stripe .color-secondary,
.stripe .text-secondary {
  color: #000000;
}
.wf-container-footer .color-secondary,
.wf-container-footer .text-secondary {
  color: #ffffff;
  background: none;
}
a,
a:hover {
  color: #45b2ec;
}
.wf-container-footer a,
.wf-container-footer a:hover {
  color: #ffffff;
  background: none;
}
#page .color-accent {
  color: #000000;
}
#page .wf-container-footer .color-accent,
.accent-gradient #page .footer .color-accent {
  color: #ffffff;
  background: none;
}
.paint-accent-color {
  color: #000000 !important;
}
.wf-container-footer .paint-accent-color,
.accent-gradient .paint-accent-color {
  color: #ffffff !important;
  background: none !important;
}
.color-secondary,
.color-base-transparent {
  color: #b4b5bb;
}
.sidebar-content .color-secondary,
.sidebar-content .color-base-transparent {
  color: rgba(133,134,140,0.5);
}
.footer .color-secondary,
.footer .color-base-transparent {
  color: rgba(255,255,255,0.5);
}
#main > .wf-wrap,
#bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  width: 1300px;
}
.ph-wrap {
  max-width: 1212px;
}
#phantom.full-width .ph-wrap.boxed,
#page.boxed {
  max-width: 1340px;
}
.footer-overlap .boxed .footer,
.footer-overlap .boxed #bottom-bar {
  max-width: 1340px;
}
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
  max-width: 1212px;
}
.boxed .full-width .top-bar.line-content:before,
.boxed .classic-header.full-width.content-width-line .navigation:before {
  max-width: 100%;
}
#main {
  padding: 80px 0 80px 0;
}
body {
  background: #ffffff none repeat fixed center top;
  background-size: auto;
}
#page {
  background: #ffffff none repeat  center top;
  background-size: auto;
  background-attachment: ;
}
.footer-overlap .page-inner {
  background: #ffffff none repeat  center top;
  background-size: auto;
}
textarea,
select,
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content,
.dt-form button,
.dt-btn,
#main-slideshow .tp-button,
.wpcf7-submit.dt-btn-m,
.shortcode-action-bg,
.shortcode-action-bg:before,
.shortcode-teaser.frame-on,
.testimonial-item  .ts-viewport,
.footer .testimonials.slider-content,
.shortcode-code,
#main .vc_text_separator div,
#main .vc_progress_bar .vc_single_bar,
#main .vc_progress_bar .vc_single_bar .vc_label,
#main .vc_progress_bar .vc_single_bar .vc_bar,
#main .flexslider,
.nsu-submit,
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
#main #content .rotatingtweets,
#main #content .norotatingtweets,
.mc4wp-form form select,
#megaMenu ul.megaMenu > li.menu-item,
#megaMenu ul.megaMenu > li.menu-item > a,
.customSelect,
.loading-label,
.widget .testimonial-content,
.skill,
.skill-value,
.widget .team-container,
.widget .logo-items li,
.comment-list .comment > article,
.bg-on:not(.fullwidth-img),
.blog-content .block-style-widget,
#mobile-menu,
.testimonial-content,
.wpb_content_element .wpb_accordion_header > a:before,
.wpb_content_element.dt-accordion-bg-on .wpb_accordion_wrapper .wpb_accordion_header,
.twentytwenty-before-label,
.twentytwenty-after-label,
.btn-cntr a,
.photo-scroller .album-share-overlay .share-button.entry-share,
.project-navigation,
.album-share-overlay,
.st-accordion li > a:before,
.arrows-accent .prev i,
.arrows-accent .next i,
.arrows-accent .owl-prev i,
.arrows-accent .owl-next i,
.round-images .bg-on.team-container:not(.fullwidth-img),
.solid-bg .sidebar-content,
.solid-bg.sidebar-content .widget,
.bg-under-widget .sidebar-content .widget,
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.menu-btn,
.custom-menu a:before,
.small-fancy-datas .fancy-date a {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.wpb_tabs.tab-style-two,
.wpb_tour.tab-style-two {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.top-bar-bg {
  background: #57862a none repeat center center;
}
#phantom .top-bar-bg,
.sticky-on .top-bar-bg,
.sticky-top-line-on .top-bar-bg {
  background: #57862a none repeat center center !important;
}
.top-bar.line-content:after,
.top-bar.full-width-line:after {
  border-bottom: 1px solid #ffffff;
}
.top-bar {
  min-height: 36px;
  padding: 10px 0px 10px;
}
.top-bar,
.top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle),
.top-bar .mini-nav .customSelect,
.top-bar .mini-nav a:hover,
.header-bottom-bar a {
  color: #ffffff;
}
.masthead .top-bar .mini-contacts,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a,
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit,
.masthead .top-bar .mini-search .submit,
.masthead .top-bar .mini-search,
.masthead .top-bar .wc-ico-cart,
.masthead .top-bar .text-area,
.masthead .top-bar .customSelectInner {
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.masthead .top-bar .shopping-cart,
.masthead .top-bar .soc-ico a,
.masthead .top-bar .soc-ico {
  line-height: 19px;
}
.branding > a,
.branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.side-header-h-stroke) .branding > a,
.transparent .masthead:not(.side-header-h-stroke) .branding > img {
  padding: 0px 0px 0px 0px;
}
.side-header-h-stroke .branding > a,
.side-header-v-stroke .branding > a,
.side-header-h-stroke .branding > img,
.side-header-v-stroke .branding > img {
  padding: 0px 0px 0px 0px;
}
.mini-search input.field,
.overlay-search-microwidget input[type=text] {
  font:    14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  min-height: 34px;
  height: auto;
  line-height: 34px;
  width: 200px;
  border-width: 0px;
  border-color: #e2e2e2;
  border-radius: 0px;
  background: #f4f4f4;
  padding: 0 12px 0 12px;
}
.overlay-search-microwidget .searchform:not(.search-icon-disabled) input.field,
.mini-search .searchform:not(.search-icon-disabled) input.field {
  padding-right: 12px;
}
.animate-search-width .search-icon {
  width: 16px;
}
.animate-search-width input.field:focus,
.animate-search-width input.field:active,
.animate-search-width:hover input.field {
  width: 200px;
}
.mini-search .search-icon i,
.overlay-search-microwidget .search-icon i {
  color: #aaaaaa;
}
.searchform input[type=text],
.mini-search .field::placeholder,
.overlay-search-microwidget .field::placeholder {
  color: #aaaaaa;
}
.popup-search .field::placeholder {
  color: #aaaaaa !important;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  right: 12px;
}
.overlay-search-microwidget .search-icon i,
.mini-search .search-icon i {
  font-size: 16px;
}
.popup-search .search-icon {
  right: 22px;
}
.branding .popup-search .searchform .submit > span,
.branding .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.mixed-header .header-bar .popup-search .searchform .submit > span,
.mixed-header .header-bar .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.popup-search .submit i,
.overlay-search .submit i {
  font-size: 16px;
  color: #333333;
}
.popup-search .submit:hover i,
.overlay-search .submit:hover i {
  color: rgba(51,51,51,0.7);
}
.branding .popup-search .submit i,
.branding .overlay-search .submit i {
  font-size: 0px;
  color: ;
}
.mixed-header .popup-search .submit i,
.mixed-header .overlay-search .submit i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .popup-search .submit:hover i,
.mixed-header .overlay-search .submit:hover i {
  color: rgba(136,136,136,0.7);
}
.masthead .top-bar .popup-search .submit i,
.masthead .top-bar .overlay-search .submit i {
  font-size: 16px;
  color: #ffffff;
}
.masthead .top-bar .popup-search .submit:hover i,
.masthead .top-bar .overlay-search .submit:hover i {
  color: rgba(255,255,255,0.7);
}
.dt-mobile-header .popup-search .submit i,
.dt-mobile-header .overlay-search .submit i {
  font-size: 16px;
  color: #333333;
}
.dt-mobile-header .popup-search .submit:hover i,
.dt-mobile-header .overlay-search .submit:hover i {
  color: rgba(51,51,51,0.7);
}
.mobile-header-bar .mobile-mini-widgets .popup-search .submit i,
.mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
  font-size: 16px;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .popup-search .submit:hover i,
.mobile-header-bar .mobile-mini-widgets .overlay-search .submit:hover i {
  color: rgba(51,51,51,0.7);
}
.overlay-search-microwidget {
  background: rgba(0,0,0,0.9);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.masthead .popup-search .popup-search-wrap {
  top: calc(100% + 10px);
}
.dt-mobile-header .popup-search .popup-search-wrap {
  width: 100%;
}
.masthead.side-header .mini-widgets .popup-search .popup-search-wrap {
  top: auto;
  bottom: calc(100% + 10px);
}
.masthead .mini-widgets .popup-search .popup-search-wrap.bottom-overflow {
  top: auto;
  bottom: calc(100% + 10px);
}
.masthead .mini-search input[type="text"]::-moz-placeholder {
  color: #333333;
}
.mini-search .submit {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mini-search .submit:hover {
  color: rgba(51,51,51,0.7);
}
.branding .mini-search .submit {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.mixed-header .mini-search .submit {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-search .submit:hover {
  color: rgba(136,136,136,0.7);
}
.dt-mobile-header .mini-search .submit {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.dt-mobile-header .mini-search .submit:hover {
  color: rgba(51,51,51,0.7);
}
.mobile-header-bar .mobile-mini-widgets .mini-search .submit {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-search .submit:hover {
  color: rgba(51,51,51,0.7);
}
.dt-mobile-header .mini-search .popup-search-wrap {
  top: auto;
  bottom: auto;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  color: #aaaaaa;
}
.popup-search .submit.default-icon:before,
.overlay-search .submit.default-icon:before {
  color: #333333;
}
.branding .popup-search .submit.default-icon:before,
.branding .overlay-search .submit.default-icon:before {
  color: ;
}
.mixed-header .popup-search .submit.default-icon:before,
.mixed-header .overlay-search .submit.default-icon:before {
  color: #888888;
}
.dt-mobile-header .popup-search .submit.default-icon:before,
.dt-mobile-header .overlay-search .submit.default-icon:before {
  color: #333333;
}
.mobile-header-bar .popup-search .submit.default-icon:before,
.mobile-header-bar .overlay-search .submit.default-icon:before {
  color: #333333;
}
.top-bar .mini-search .submit {
  color: #ffffff;
}
.top-bar .mini-search .submit:hover {
  opacity: 1;
  color: rgba(255,255,255,0.7);
}
.top-bar .popup-search .submit:before,
.top-bar .overlay-search .submit:before {
  color: #000000;
}
.login-remember {
  font-size: 13px;
  line-height: 23px;
}
.mini-login,
.mini-login .submit {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mini-login i,
.mini-login .submit i {
  font-size: 16px;
  color: #333333;
}
.branding .mini-login,
.branding .mini-login .submit {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.branding .mini-login i,
.branding .mini-login .submit i {
  font-size: 0px;
  color: ;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-login,
.mixed-header .mini-login .submit {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-login i,
.mixed-header .mini-login .submit i {
  font-size: 16px;
  color: #888888;
}
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit {
  color: #ffffff;
}
.masthead .top-bar .mini-login i,
.masthead .top-bar .mini-login .submit i {
  font-size: 16px;
  color: #ffffff;
}
.mixed-header .header-bar .mini-login i,
.mixed-header .header-bar .mini-login .submit i {
  margin-right: 7.1428571428571px;
}
.dt-mobile-header .mini-login,
.dt-mobile-header .mini-login .submit {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.dt-mobile-header .mini-login i,
.dt-mobile-header .mini-login .submit i {
  font-size: 16px;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-login,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-login i,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit i {
  font-size: 16px;
  color: #333333;
}
.mini-contacts {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mini-contacts i {
  font-size: 16px;
  color: #333333;
}
.branding .mini-contacts {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.branding .mini-contacts i {
  font-size: 0px;
  color: ;
}
.mixed-header .mini-contacts {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-contacts i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-contacts i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-contacts {
  color: #ffffff;
}
.masthead .top-bar .mini-contacts i {
  font-size: 16px;
  color: #ffffff;
}
.dt-mobile-header .mini-contacts {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.dt-mobile-header .mini-contacts i {
  font-size: 16px;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts i {
  font-size: 16px;
  color: #333333;
}
.masthead .mini-widgets .soc-ico a,
.masthead .mobile-mini-widgets .soc-ico a,
.dt-mobile-header .soc-ico a {
  width: 26px;
  height: 26px;
  margin: 0 2.5px;
  line-height: 26px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.masthead .mini-widgets .soc-ico a:before,
.masthead .mini-widgets .soc-ico a:after,
.masthead .mobile-mini-widgets .soc-ico a:before,
.masthead .mobile-mini-widgets .soc-ico a:after,
.dt-mobile-header .soc-ico a:before,
.dt-mobile-header .soc-ico a:after {
  width: 26px;
  height: 26px;
}
.masthead .mini-widgets .soc-ico a:first-child,
.masthead .mobile-mini-widgets .soc-ico a:first-child,
.dt-mobile-header .soc-ico a:first-child {
  margin-left: 0;
}
.masthead .mini-widgets .soc-ico a:last-child,
.masthead .mobile-mini-widgets .soc-ico a:last-child,
.dt-mobile-header .soc-ico a:last-child {
  margin-right: 0;
}
.masthead .soc-ico .soc-font-icon,
.dt-mobile-header .soc-ico .soc-font-icon {
  font-size: 16px;
  line-height: 26px;
}
.masthead .soc-ico.border-on a:before,
.dt-mobile-header .soc-ico.border-on a:before {
  -webkit-box-shadow: inset 0px 0px 0px 2px #000000;
  box-shadow: inset 0px 0px 0px 2px #000000;
}
.masthead .soc-ico.hover-border-on a:hover:after,
.dt-mobile-header .soc-ico.hover-border-on a:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #000000;
  box-shadow: inset 0px 0px 0px 2px #000000;
}
.masthead .soc-ico.custom-bg a:before,
.masthead .soc-ico.accent-bg a:before,
.dt-mobile-header .soc-ico.custom-bg a:before,
.dt-mobile-header .soc-ico.accent-bg a:before {
  background-color: #000000;
}
.accent-gradient .masthead .soc-ico.gradient-bg a:before,
.masthead .soc-ico.gradient-bg a:before,
.accent-gradient .masthead .soc-ico.accent-bg a:before,
.accent-gradient .dt-mobile-header .soc-ico.gradient-bg a:before,
.dt-mobile-header .soc-ico.gradient-bg a:before,
.accent-gradient .dt-mobile-header .soc-ico.accent-bg a:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.masthead .soc-ico.hover-gradient-bg a:after,
.masthead .soc-ico.hover-gradient-bg.accent-bg a:after,
.accent-gradient .masthead .soc-ico.hover-gradient-bg.accent-bg a:after,
.accent-gradient .masthead .soc-ico.hover-accent-bg a:after,
.masthead .soc-ico.gradient-bg.hover-gradient-bg a:after,
.dt-mobile-header .soc-ico.hover-gradient-bg a:after,
.dt-mobile-header .soc-ico.hover-gradient-bg.accent-bg a:after,
.accent-gradient .dt-mobile-header .soc-ico.hover-gradient-bg.accent-bg a:after,
.accent-gradient .dt-mobile-header .soc-ico.hover-accent-bg a:after,
.dt-mobile-header .soc-ico.gradient-bg.hover-gradient-bg a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.masthead .soc-ico.hover-custom-bg a:after,
.masthead .soc-ico.accent-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-custom-bg a:after,
.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-accent-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.accent-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.accent-gradient .dt-mobile-header .soc-ico.gradient-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-accent-bg a:after {
  background-color: #000000;
  background-image: none;
}
.masthead .mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.dt-mobile-header .soc-ico a:not(:hover) .soc-font-icon {
  color: #000000;
  color: #ffffff !important;
  background: none !important;
}
.masthead .mini-widgets .soc-ico a:hover .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:hover .soc-font-icon,
.dt-mobile-header .soc-ico a:hover .soc-font-icon {
  color: #000000;
  color: #000000 !important;
  background: none !important;
}
.text-area {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.branding .text-area {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.mixed-header .text-area {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .text-area {
  color: #ffffff;
}
.dt-mobile-header .text-area {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .text-area {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mini-nav .mini-sub-nav > li:not(.wpml-ls-item) > a .menu-text,
.mini-nav .mini-sub-nav li.has-children > a:after,
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: 13px;
  line-height: 23px;
}
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: 13px;
  line-height: 23px;
  font-size: 11px;
}
.mini-sub-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .menu-text,
.mini-nav .mini-sub-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
.mini-nav .mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .subtitle-text {
  color: #000000;
  color: #ffffff;
  background: none;
}
.masthead .menu-select,
.masthead .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.masthead .branding .menu-select,
.masthead .branding .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.masthead.mixed-header .menu-select,
.masthead.mixed-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.masthead .top-bar .menu-select,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a {
  color: #ffffff;
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .menu-select,
.dt-mobile-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .menu-select,
.mobile-header-bar .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .mobile-mini-widgets .mini-nav .mini-sub-nav > li > a * {
  color: 222222 !important;
}
.masthead .mini-nav .customSelectInner {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.branding .mini-nav .customSelectInner {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.mixed-header .mini-nav .customSelectInner {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .mini-nav .customSelectInner {
  color: #ffffff;
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .mini-nav .customSelectInner {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
#bottom-bar .mini-nav .customSelectInner {
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
  line-height: 17px;
}
#bottom-bar .mini-nav .customSelectInner i {
  color: #ffffff;
}
.dt-mobile-header .mini-nav {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mini-nav .customSelectInner i,
.list-type-menu.mini-nav > ul > li > a i,
.list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #333333;
}
.branding .mini-nav .customSelectInner i,
.branding .list-type-menu.mini-nav > ul > li > a i,
.branding .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 0px;
  color: ;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-nav .customSelectInner i,
.mixed-header .list-type-menu.mini-nav > ul > li > a i,
.mixed-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-nav .customSelectInner i i,
.mixed-header .header-bar .list-type-menu.mini-nav > ul > li > a i i,
.mixed-header .header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-nav .customSelectInner i,
.masthead .top-bar .list-type-menu.mini-nav > ul > li > a i,
.masthead .top-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #ffffff;
}
.dt-mobile-header .mini-nav .customSelectInner i,
.dt-mobile-header .list-type-menu.mini-nav > ul > li > a i,
.dt-mobile-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu.mini-nav > ul > li > a i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #333333;
}
#bottom-bar .mini-nav .menu-select:hover .customSelectInner i {
  color: inherit;
}
.header-elements-button-1 {
  font:   bold 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-1:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-bg-on:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.header-elements-button-1.border-on:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.header-elements-button-1 i {
  font-size: 14px;
}
.header-elements-button-1.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1:hover span {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-hover-bg-on:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.header-elements-button-1.hover-border-on:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.header-elements-button-2 {
  font:   bold 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-2:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-bg-on:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.header-elements-button-2.border-on:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.header-elements-button-2 i {
  font-size: 14px;
}
.header-elements-button-2:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2:hover span {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-hover-bg-on:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.header-elements-button-2.hover-border-on:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.masthead:not(.side-header).dividers .main-nav > li:before,
.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
  border-color: #8224e3;
  height: 20px;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  border-color: #8224e3;
  width: 20px;
}
.main-nav > li > a {
  margin: 11px 8px 11px 0px;
  padding: 7px 12px 5px 12px;
}
.main-nav > li > a .animate-wrap {
  margin: -7px -12px -5px -12px;
  padding: 7px 12px 5px 12px;
}
.side-header.dividers:not(.surround) .main-nav {
  margin: -18px 0 -16px 0;
}
.side-header:not(.dividers) .main-nav {
  margin: -18px 0 -16px 0;
}
.top-header .outside-item-double-margin.main-nav > li:first-child > a {
  margin-left: 0px;
}
.top-header .outside-item-custom-margin.main-nav > li:first-child > a {
  margin-left: 15px;
}
.top-header .outside-item-remove-margin.main-nav > li:first-child > a {
  margin-left: 0;
}
.top-header .outside-item-double-margin.main-nav > li:last-child > a {
  margin-right: 16px;
}
.top-header .outside-item-custom-margin.main-nav > li:last-child > a {
  margin-right: 15px;
}
.top-header .outside-item-remove-margin.main-nav > li:last-child > a {
  margin-right: 0;
}
.sub-downwards .main-nav > li > .next-level-button {
  left: -8px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.sub-downwards .main-nav > li > .sub-nav:last-child {
  margin-bottom: 16px;
}
.sub-downwards .main-nav > li:last-child > .sub-nav:last-child {
  margin-bottom: 0;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  left: 12px;
}
.main-nav > li > a .menu-text {
  font:  normal 500 15px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.main-nav.level-arrows-on > li.has-children > a .menu-item-text {
  line-height: 19px;
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #ffffff;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #ffffff;
}
.main-nav > li:not(.wpml-ls-item) > a {
  color: #ffffff;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a,
#phantom .main-nav > li:not(.wpml-ls-item) > a {
  color: #ffffff;
}
.main-nav > li.act:not(.wpml-ls-item) > a {
  color: #000000;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a {
  color: #000000;
}
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #000000;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #000000;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  color: #ffffff;
}
.sticky-on .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  color: #ffffff;
}
.sub-sideways .main-nav.level-arrows-on > li.has-children > a:after {
  color: rgba(255,255,255,0.27);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a:after,
.sub-downwards .next-level-button,
.sub-downwards .main-nav > li.menu-item-language > a:after {
  color: rgba(255,255,255,0.27);
}
.top-header .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.top-header .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  color: #000000;
}
.sticky-on .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.sticky-on .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  color: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  color: #000000;
}
.sticky-on .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  color: #000000;
}
.side-header.sub-downwards .main-nav.level-arrows-on li.has-children > a:after {
  line-height: 19px;
}
.main-nav > li > a .subtitle-text {
  font: italic normal normal 11px / 15px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav > .menu-item > a > i {
  font-size: 14px;
}
#main-nav > .menu-item > a > i {
  line-height: 14px;
}
.main-nav .sub-nav > .menu-item > a > i {
  font-size: 14px;
}
.hover-outline-decoration > li > a,
.active-outline-decoration > li > a {
  border: 2px solid transparent;
}
.top-header .hover-outline-decoration > li:not(.act) > a:hover,
.top-header .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border: 2px solid #000000;
}
.top-header .active-outline-decoration > li.act > a {
  border: 2px solid #000000;
}
.top-header .active-bg-decoration > li.act > a {
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.top-header .hover-bg-decoration > li:not(.act) > a:hover,
.top-header .hover-bg-decoration > li.dt-hovered:not(.act) > a {
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.hover-outline-decoration > li > a,
> li > a .active-outline-decoration,
> li > a .active-bg-decoration,
> li > a .hover-bg-decoration {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bg-outline-decoration > li > a,
.main-nav > li > a .animate-wrap,
.hover-line-decoration > li:not(.act) > a:hover .decoration-line,
.hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.active-line-decoration > li > a .decoration-line {
  border-radius: 4px;
}
.top-header .active-line-decoration > li.act > a:after {
  background-color: rgba(130,36,227,0.3);
  background: rgba(130,36,227,0.3);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.top-header .hover-line-decoration > li > a:hover .decoration-line,
.top-header .hover-line-decoration > li.dt-hovered > a .decoration-line {
  height: 2px;
  background-color: rgba(255,255,255,0.23);
  background: rgba(255,255,255,0.23);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
  background: linear-gradient(left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
}
.top-header .active-line-decoration > li.act > a .decoration-line {
  height: 2px;
  background-color: rgba(130,36,227,0.3);
  background: rgba(130,36,227,0.3);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.l-to-r-line > li > a i.underline {
  bottom: -7px;
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
  height: 2px;
}
.from-centre-line > li > a .menu-item-text:before {
  bottom: -7px;
  height: 2px;
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.upwards-line > li > a .menu-item-text:before {
  bottom: -7px;
  height: 2px;
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.downwards-line > li > a .menu-item-text:before {
  bottom: -7px;
  background-color: #000000;
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.top-header .masthead .downwards-line > li > a .menu-item-text:before {
  height: 2px;
}
li:not(.dt-mega-menu) .sub-nav {
  width: 280px;
}
.header-side-left #main-nav > li > .sub-nav {
  padding-left: ;
}
.header-side-right #main-nav > li > .sub-nav {
  padding-right: ;
}
.sub-nav {
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
}
.top-header .sub-nav .sub-nav,
.sub-sideways .sub-nav .sub-nav {
  top: -10px;
}
.main-nav .sub-nav > li > a .menu-text {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.sub-downwards .sub-nav .next-level-button:before,
.side-header.sub-downwards .main-nav.level-arrows-on .sub-nav > li.has-children > a:after {
  line-height: 17px;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #333333;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a,
#bottom-bar .sub-nav > li:not(.wpml-ls-item) > a {
  color: #333333;
}
.sub-nav.level-arrows-on > li.has-children:not(.dt-mega-parent) > a:after,
#bottom-bar .sub-nav li.has-children > a:after {
  color: #333333;
}
.main-nav .sub-nav > li > a .subtitle-text {
  font: italic normal normal 10px / 14px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav .sub-nav > li > a,
.sub-downwards .sub-nav.sub-nav-widgets > li {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.top-header .main-nav .sub-nav.level-arrows-on > li.has-children > a {
  padding-right: 18px;
}
.sub-nav li:not(:first-child) .sub-nav {
  top: -10px;
}
.masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: 2px;
}
.top-header .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: 10px;
}
.rtl .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: auto;
  left: 10px;
}
.sub-downwards .sub-nav > li > .next-level-button {
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sub-downwards.dt-parent-menu-clickable .sub-nav > li:not(.has-children) > a {
  margin-right: 30px;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
#bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover,
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover {
  color: #000000;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
  color: #000000;
}
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover .menu-text {
  color: #000000;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent):not(.act):hover > a:after,
#bottom-bar .sub-nav li.has-children:not(.act):hover > a:after {
  color: #000000;
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
  background-color: rgba(0,0,0,0.07);
  background: rgba(0,0,0,0.07);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent).act > a {
  background-color: rgba(0,0,0,0.07);
  background: rgba(0,0,0,0.07);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item) > a,
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="fa"],
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="dt-icon"],
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item:not(.wpml-ls-item) > a {
  color: #000000;
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent).act > a:after,
#bottom-bar .sub-nav li.has-children.act > a:after {
  color: #000000;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav {
  left: 271px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav {
  right: 271px;
  left: auto !important;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  left: -291px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  right: -289px;
  left: auto !important;
}
.sub-downwards .sub-nav.level-arrows-on li.has-children > a:after,
.sub-downwards .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after,
.sub-downwards .sub-nav.level-arrows-on li.has-children.act > a:after,
.sub-downwards .sub-nav .next-level-button {
  color: rgba(255,255,255,0.27);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 8px - 0px);
}
.sub-downwards .sub-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 0px - 0px);
}
.masthead.masthead-mobile-header,
.masthead.masthead-mobile-header:not(.mixed-header) {
  background: #80c342;
}
.mobile-sticky-header-overlay {
  background-color: rgba(17,17,17,0.5);
}
.dt-mobile-header {
  background-color: #ffffff;
  width: 340px;
}
.right-mobile-menu .show-mobile-header .dt-mobile-header {
  right: 340px;
}
.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn) {
  background-color: #000000;
  background: rgba(255,255,255,0) !important;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accent-gradient .mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn) {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.show-mobile-header .dt-close-mobile-menu-icon {
  left: 310px;
}
.right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
  left: auto;
  right: 0;
}
@media screen and (max-width: 340px) {
  .show-mobile-header .dt-close-mobile-menu-icon {
    left: calc(100% - 30px);
  }
  .right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
    left: auto;
    right: 0;
  }
  .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 100%;
  }
}
.dt-mobile-menu-icon .lines,
.dt-mobile-menu-icon .lines:before,
.dt-mobile-menu-icon .lines:after {
  background-color: #ffffff;
}
.mobile-branding > a,
.mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.mixed-header) .mobile-branding > a,
.transparent .masthead:not(.mixed-header) .mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead.sticky-mobile-on .sticky-mobile-logo-first-switch,
.transparent .masthead.sticky-mobile-on .sticky-mobile-logo-second-switch {
  padding: 0px 0px 0px 0px;
}
.mobile-main-nav > li > a {
  padding: 16px 30px 16px 0;
}
.dt-mobile-header .next-level-button {
  padding: 16px 0;
  top: 0;
  line-height: 20px;
}
.dt-mobile-header .next-level-button:before {
  line-height: 20px;
}
.mobile-main-nav > li > .sub-nav:last-child {
  margin-bottom: 16px;
}
.mobile-main-nav li > a .menu-text {
  font:   bold 16px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  text-transform: uppercase;
}
.mobile-main-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 16px;
}
.mobile-main-nav li > a {
  color: #333333;
}
.mobile-main-nav li.act > a {
  color: #80c342;
}
.mobile-main-nav li.act > a .menu-text,
.mobile-main-nav li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .menu-text {
  color: #80c342;
}
.mobile-main-nav li:not(.act) > a:hover .subtitle-text,
.mobile-main-nav li:not(.act) > a:hover .menu-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover .menu-text {
  color: #80c342;
}
.mobile-main-nav li:not(.act) > a:hover,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover {
  color: #80c342;
}
.mobile-main-nav > li.has-children > a:after,
.mobile-main-nav .next-level-button,
.mobile-main-nav > li.menu-item-language > a:after {
  color: rgba(51,51,51,0.27);
}
.mobile-main-nav > li:before {
  border-color: rgba(51,51,51,0.08);
}
.mobile-main-nav .sub-nav > li > a,
#page .mobile-main-nav .sub-nav li {
  padding: 6.5px 0px 6.5px 0;
}
.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  text-transform: none;
}
.mobile-main-nav .sub-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav .sub-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 13px;
}
.mobile-main-nav .sub-nav li > a .menu-text,
.mobile-main-nav .sub-nav li > a i[class^="fa"],
.mobile-main-nav .sub-nav li > a i[class^="dt-icon"] {
  font-size: 9px;
  line-height: 13px;
}
.mobile-main-nav .sub-nav.level-arrows-on li.has-children > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children.act > a:after,
.mobile-main-nav .sub-nav li.has-children a:after,
.mobile-main-nav .sub-nav .next-level-button {
  color: rgba(51,51,51,0.27);
}
.mobile-main-nav .sub-nav .next-level-button {
  padding: 6.5px 0;
  top: 0;
  line-height: 17px;
}
.mobile-main-nav .sub-nav .next-level-button:before {
  line-height: 17px;
}
.mobile-main-nav  > li.has-children > a {
  max-width: calc(100% - 30px);
}
.mobile-main-nav .sub-nav > li.has-children > a {
  max-width: calc(100% - 30px);
}
.dt-close-mobile-menu-icon span {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .dt-close-mobile-menu-icon span {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .dt-close-mobile-menu-icon span,
.accent-gradient .footer .dt-close-mobile-menu-icon span {
  background: #ffffff;
}
.top-bar .sub-nav li.has-children.act:after,
#bottom-bar .sub-nav li.has-children.act:after {
  color: #000000;
}
.top-bar .sub-nav > ul > li > a,
#bottom-bar .sub-nav > ul > li > a {
  color: #333333;
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page .masthead.sticky-on .header-bar,
#phantom.masthead .header-bar,
#phantom .ph-wrap {
  min-height: 70px;
}
#phantom .logo-box,
#phantom .phantom-top-line-logo,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > a,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent.phantom-sticky .sticky-on.masthead .branding > a,
.transparent.phantom-sticky .sticky-on.masthead .branding > img {
  padding: 0px 0px 0px 0px;
}
#phantom {
  background: #80c342 none repeat center center;
  background-size: auto;
}
.phantom-shadow-decoration #phantom {
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
.phantom-line-decoration #phantom {
  border-bottom: 1px solid #dd3333;
}
#phantom.boxed {
  max-width: 1340px;
}
.phantom-line-decoration #phantom {
  border-bottom: 1px solid #dd3333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.phantom-shadow-decoration #phantom {
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  border-bottom: none;
}
.phantom-disable-decoration #phantom {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none;
}
.responsive-off.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
  background: #80c342 !important;
}
.responsive-off.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
  border-bottom: 1px solid #dd3333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.masthead:not(.mixed-header) {
  background: #80c342 none repeat center center;
  background-size: auto;
  background-attachment: ;
}
.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
  border-bottom: 1px solid #dd3333;
}
.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-right: 1px solid #dd3333;
}
.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-left: 1px solid #dd3333;
}
.transparent .masthead:not(.side-header),
.overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
.transparent .masthead:not(.side-header) {
  background: #eeee22;
}
.transparent .top-bar-bg {
  background: rgba(0,0,0,0.5);
}
#main-slideshow:not(.rv-slider):not(.empty-slider) {
  min-height: 120px;
}
#main-slideshow.fixed,
#main-slideshow.fix,
#main-slideshow.layer-fixed {
  background:     ;
  background-size: ;
  background-color: rgba(133,134,140,0.08);
}
#main-slideshow.fixed {
  min-height: 40px;
}
#main-slideshow.fixed > .royalSlider,
#main-slideshow.fixed .ts-wrap {
  max-width: 1212px;
}
.outline-element-decoration #main-slideshow.fixed:after,
.outline-element-decoration #main-slideshow.layer-fixed:after,
.outline-element-decoration #main-slideshow.fix:after {
  background-color: rgba(133,134,140,0.15);
}
.page-title .wf-wrap {
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-title .wf-wrap:after {
  border-bottom: 5px dashed #8224e3;
}
.page-title.solid-bg {
  background-color: #f7f7f7;
}
.page-title.solid-bg.bg-img-enabled {
  background-image: none;
  background-repeat: repeat;
  background-attachment: ;
  background-position: center center;
  background-size: auto auto;
}
.page-title.overlay-bg:after {
  background: rgba(0,0,0,0.5);
}
.page-title.gradient-bg {
  background: #f7f7f7;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.page-title.title-outline-decoration {
  border-bottom: 1px solid rgba(30,115,190,0);
}
.page-title > .wf-wrap,
#fancy-header > .wf-wrap {
  width: 1300px;
}
.page-title h1,
.page-title h1 *,
.page-title h1 a:hover,
#page .page-title .entry-title {
  font:  normal bold 40px / 50px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(133,134,140,0.35);
}
.page-title.breadcrumbs-bg .breadcrumbs {
  background: rgba(255,255,255,0);
  border-radius: 0px;
  border: 1px solid rgba(146,160,175,0.2);
}
.page-title .breadcrumbs {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.page-title .breadcrumbs,
.page-title .breadcrumbs a {
  color: #b4b5bb;
  font:  normal  13px / 23px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(180,181,187,0.5);
}
.fancy-header h1,
.fancy-header h2,
.fancy-header .fancy-subtitle {
  font:  normal bold 40px / 50px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page .fancy-header .color-accent span {
  color: #000000;
}
.dt-breadcrumbs-shortcode .breadcrumbs * {
  color: #b4b5bb;
}
.responsive-off #main:not(.sidebar-none) .wf-container-main {
  grid-column-gap: 50px;
}
.responsive-off .sidebar-right .wf-container-main {
  -ms-grid-columns: calc(100% - 370px - 25px) 50px calc(370px - 25px);
  grid-template-columns: calc(100% - 370px - 25px) calc(370px - 25px);
}
.responsive-off .sidebar-left .wf-container-main {
  -ms-grid-columns: calc(370px - 25px) 50px calc(100% - 370px - 25px);
  grid-template-columns: calc(370px - 25px) calc(100% - 370px - 25px);
}
.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
  padding-right: 50px;
}
.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
  padding-left: 50px;
}
.sidebar-right .sidebar {
  border-left: 1px solid rgba(51,51,51,0.12);
}
.sidebar-left .sidebar {
  border-right: 1px solid rgba(51,51,51,0.12);
}
.solid-bg .sidebar-content {
  background: #f7f7f7 none repeat center center;
}
.solid-bg.sidebar-outline-decoration .sidebar-content,
.bg-under-widget.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget {
  background: #f7f7f7 none repeat center center;
}
.solid-bg.sidebar-content.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.solid-bg.sidebar-shadow-decoration .sidebar-content,
.bg-under-widget.sidebar-shadow-decoration .sidebar-content .widget,
.solid-bg.sidebar-content.sidebar-shadow-decoration .widget {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.sidebar .widget,
.sidebar-content .widget {
  border-top: 1px solid rgba(51,51,51,0.12);
  color: #85868c;
  font-size: 14px;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar.bg-under-widget .widget,
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget,
.mec-wrap .col-md-4 .widget {
  margin-top: 30px;
}
.widget-title {
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title {
  color: #333333;
}
.sidebar-content .widget-title {
  color: #333333;
}
.footer .widget-title {
  color: #ffffff;
}
.widgettitle {
  font:  normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widgettitle {
  color: #333333;
}
.sidebar-content .widgettitle {
  color: #333333;
}
.footer .widgettitle {
  color: #ffffff;
}
.custom-nav > li li a:before {
  background-color: #b4b5bb;
}
.footer .custom-nav > li li a:before {
  background-color: rgba(255,255,255,0.5);
}
.sidebar-content .custom-nav > li li a:before {
  background-color: rgba(133,134,140,0.5);
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a,
.sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a * {
  color: #85868c;
}
.sidebar-content .widget .post-content .text-secondary {
  color: #85868c;
}
.footer .widget a,
.footer .widget .post-content .text-secondary {
  color: #ffffff;
}
.widget_categories li a,
.widget_meta a,
.blogroll a,
.widget_archive li a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_links a,
.items-grid a,
.recent-posts a,
.widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.contact-info .secondary-color,
.widget_nav_menu a,
.tagcloud a,
.widget_pages a,
a.rsswidget,
.textwidget a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blogroll a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_archive li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_entries a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_comments a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .contact-info .secondary-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .tagcloud a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget a.rsswidget,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .textwidget a {
  color: #333333;
}
.sidebar-content .widget_categories li a,
.sidebar-content .widget_meta a,
.sidebar-content .blogroll a,
.sidebar-content .widget_archive li a,
.sidebar-content .widget_recent_entries a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_links a,
.sidebar-content .items-grid a,
.sidebar-content .recent-posts a,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.sidebar-content .contact-info .secondary-color,
.sidebar-content .widget_nav_menu a,
.sidebar-content .tagcloud a,
.sidebar-content .widget_pages a,
.sidebar-content a.rsswidget,
.sidebar-content .textwidget a {
  color: #333333;
}
.footer .widget_categories li a,
.footer .widget_meta a,
.footer .blogroll a,
.footer .widget_archive li a,
.footer .widget_recent_entries a,
.footer .widget_recent_comments a,
.footer .widget_links a,
.footer .items-grid a,
.footer .recent-posts a,
.footer .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.footer .contact-info .secondary-color,
.footer .widget_nav_menu a,
.footer .tagcloud a,
.footer .widget_pages a,
.footer a.rsswidget,
.footer .textwidget a {
  color: #ffffff;
}
.sidebar-content .custom-categories a,
.sidebar-content .custom-categories a .item-name,
.sidebar-content .cat-item a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_tag_cloud a:hover {
  color: #333333;
}
.footer .custom-categories a,
.footer .custom-categories a .item-name,
.footer .cat-item a,
.footer .widget_recent_comments a,
.footer .widget_tag_cloud a:hover {
  color: #ffffff;
}
.sidebar-content .custom-categories a span.item-num,
.sidebar-content .cat-item a span.item-num {
  color: rgba(133,134,140,0.5);
}
.footer .custom-categories a span.item-num,
.footer .cat-item a span.item-num {
  color: rgba(255,255,255,0.5);
}
.sidebar-content .custom-categories a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,
.sidebar-content .cat-item a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,
.sidebar-content .custom-menu a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,
.sidebar-content .custom-menu li.act > a,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a,
.sidebar-content .widget_recent_comments a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover {
  color: #000000;
}
.footer .custom-categories a:hover span.item-name,
.footer .cat-item a:hover span.item-name,
.footer .custom-menu a:hover,
.footer .custom-menu li.act > a,
.footer .widget_recent_comments a:hover {
  color: #000000;
  color: #ffffff;
  background: none;
}
.accent-gradient #page .footer .custom-categories a:hover span.item-name,
.accent-gradient #page .footer .cat-item a:hover span.item-name,
.accent-gradient #page .footer .custom-menu a:hover,
.accent-gradient #page .footer .custom-menu li.act > a,
.accent-gradient #page .footer .widget_recent_comments a:hover {
  color: #ffffff;
  background: none;
}
.sidebar-content .widget .menu li,
.sidebar-content .widget .custom-menu.dividers-on li,
.sidebar-content .widget_pages li,
.sidebar-content .blogroll li,
.sidebar-content .widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(133,134,140,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.widget .menu li,
.widget_pages li,
.widget .custom-menu.dividers-on li,
.widget .blogroll li,
.widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(133,134,140,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer .menu li,
.footer .widget_pages li,
.footer .custom-menu.dividers-on li,
.footer .blogroll li,
.footer .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.menu .current-menu-parent > a,
.menu .current-menu-item > a,
.custom-nav > li > a:hover span,
.custom-nav li.act > a span,
.custom-nav > li > ul a:hover span,
.st-accordion li > a:hover,
.st-accordion > ul li > a:hover *,
.widget .custom-categories a:hover span.item-name,
.widget_categories li a:hover,
.widget_meta a:hover,
.blogroll a:hover,
.widget_archive li a:hover,
.widget_recent_entries a:hover,
.widget_links a:hover,
.widget_pages a:hover,
.recent-posts a:not(.post-rollover):hover,
.items-grid .post-content > a:hover,
#wp-calendar td a:hover,
.tagcloud a:hover,
.widget_nav_menu a:hover,
a.rsswidget:hover {
  color: #000000;
}
.sidebar-content .menu .current-menu-parent > a,
.sidebar-content.solid-bg .menu .current-menu-parent > a,
.sidebar-content .menu .current-menu-item > a,
.sidebar-content.solid-bg .menu .current-menu-item > a,
.sidebar-content .custom-nav > li > a:hover span,
.sidebar-content.solid-bg .custom-nav > li > a:hover span,
.sidebar-content .custom-nav li.act > a span,
.sidebar-content.solid-bg .custom-nav li.act > a span,
.sidebar-content .custom-nav > li > ul a:hover span,
.sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.sidebar-content .st-accordion li > a:hover,
.sidebar-content.solid-bg .st-accordion li > a:hover,
.sidebar-content .st-accordion > ul li > a:hover *,
.sidebar-content.solid-bg .st-accordion > ul li > a:hover *,
.sidebar-content .widget .custom-categories a:hover span.item-name,
.sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,
.sidebar-content .widget_categories li a:hover,
.sidebar-content.solid-bg .widget_categories li a:hover,
.sidebar-content .widget_meta a:hover,
.sidebar-content.solid-bg .widget_meta a:hover,
.sidebar-content .blogroll a:hover,
.sidebar-content.solid-bg .blogroll a:hover,
.sidebar-content .widget_archive li a:hover,
.sidebar-content.solid-bg .widget_archive li a:hover,
.sidebar-content .widget_recent_entries a:hover,
.sidebar-content.solid-bg .widget_recent_entries a:hover,
.sidebar-content .widget_links a:hover,
.sidebar-content.solid-bg .widget_links a:hover,
.sidebar-content .widget_pages a:hover,
.sidebar-content.solid-bg .widget_pages a:hover,
.sidebar-content .recent-posts a:not(.post-rollover):hover,
.sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,
.sidebar-content .items-grid .post-content > a:hover,
.sidebar-content.solid-bg .items-grid .post-content > a:hover,
.sidebar-content #wp-calendar td a:hover,
.sidebar-content.solid-bg #wp-calendar td a:hover,
.sidebar-content .tagcloud a:hover,
.sidebar-content.solid-bg .tagcloud a:hover,
.sidebar-content .widget_nav_menu a:hover,
.sidebar-content.solid-bg .widget_nav_menu a:hover,
.sidebar-content a.rsswidget:hover,
.sidebar-content.solid-bg a.rsswidget:hover {
  color: #000000;
}
.footer .menu .current-menu-parent > a,
.footer .menu .current-menu-item > a,
.footer .custom-nav > li > a:hover span,
.footer .custom-nav li.act > a span,
.footer .custom-nav > li > ul a:hover span,
.footer .st-accordion li > a:hover,
.footer .st-accordion > ul li > a:hover *,
.footer .widget .custom-categories a:hover span.item-name,
.footer .widget_categories li a:hover,
.footer .widget_meta a:hover,
.footer .blogroll a:hover,
.footer .widget_archive li a:hover,
.footer .widget_recent_entries a:hover,
.footer .widget_links a:hover,
.footer .widget_pages a:hover,
.footer .recent-posts a:not(.post-rollover):hover,
.footer .items-grid .post-content > a:hover,
.footer #wp-calendar td a:hover,
.footer .tagcloud a:hover,
.footer .widget_nav_menu a:hover,
.footer a.rsswidget:hover {
  color: #000000;
  color: #ffffff;
  background: none;
}
.accent-gradient .footer .menu .current-menu-parent > a,
.accent-gradient .footer .menu .current-menu-item > a,
.accent-gradient .footer .custom-nav > li > a:hover span,
.accent-gradient .footer .custom-nav li.act > a span,
.accent-gradient .footer .custom-nav > li > ul a:hover span,
.accent-gradient .footer .st-accordion li > a:hover,
.accent-gradient .footer .st-accordion > ul li > a:hover *,
.accent-gradient .footer .widget .custom-categories a:hover span.item-name,
.accent-gradient .footer .widget_categories li a:hover,
.accent-gradient .footer .widget_meta a:hover,
.accent-gradient .footer .blogroll a:hover,
.accent-gradient .footer .widget_archive li a:hover,
.accent-gradient .footer .widget_recent_entries a:hover,
.accent-gradient .footer .widget_links a:hover,
.accent-gradient .footer .widget_pages a:hover,
.accent-gradient .footer .recent-posts a:not(.post-rollover):hover,
.accent-gradient .footer .items-grid .post-content > a:hover,
.accent-gradient .footer #wp-calendar td a:hover,
.accent-gradient .footer .tagcloud a:hover,
.accent-gradient .footer .widget_nav_menu a:hover,
.accent-gradient .footer a.rsswidget:hover {
  color: #ffffff;
  background: none;
}
.textwidget a:not(.dt-btn):hover {
  color: #000000;
}
.sidebar-content .textwidget a:not(.dt-btn):hover,
.stripe .sidebar-content.solid-bg .textwidget a:not(.dt-btn):hover {
  color: #000000;
}
.footer .textwidget a:not(.dt-btn):hover {
  color: #ffffff;
  background: none;
  color: #000000;
}
.accent-gradient #page .footer .textwidget a:not(.dt-btn):hover {
  color: #ffffff;
  background: none;
}
#wp-calendar,
#wp-calendar td {
  background-color: rgba(51,51,51,0.04);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar td {
  background-color: rgba(51,51,51,0.04);
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar td {
  border-color: rgba(51,51,51,0.12);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar td {
  border-color: rgba(133,134,140,0.15);
}
#wp-calendar td:hover {
  background-color: rgba(51,51,51,0.08);
}
.sidebar-content #wp-calendar td:hover {
  background-color: rgba(51,51,51,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar td {
  background-color: rgba(255,255,255,0.04);
}
.footer #wp-calendar td:hover {
  background-color: rgba(255,255,255,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar caption,
.footer #wp-calendar td {
  border-color: rgba(255,255,255,0.15);
}
#wp-calendar td.act {
  color: #fff;
  background-color: #000000;
}
.accent-gradient #wp-calendar td.act {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer #wp-calendar td.act,
.accent-gradient .footer #wp-calendar td.act {
  background: #ffffff;
}
#wp-calendar th,
#wp-calendar caption,
#wp-calendar tfoot td,
#wp-calendar tfoot td a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar th,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar caption,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td a {
  color: #333333;
}
.sidebar-content #wp-calendar th,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar tfoot td,
.sidebar-content #wp-calendar tfoot td a {
  color: #333333;
}
.footer #wp-calendar th,
.footer #wp-calendar caption,
.footer #wp-calendar tfoot td,
.footer #wp-calendar tfoot td a {
  color: #ffffff;
}
#page .widget .searchform .submit,
.content .searchform .submit {
  color: rgba(133,134,140,0.5);
}
.custom-nav > li > a,
.custom-nav > li > ul a {
  font-size: ;
}
.custom-nav > li > ul a {
  font-size: 13px;
}
.widget_recent_comments a:hover {
  color: #000000 !important;
}
.footer .widget_recent_comments a:hover {
  color: #ffffff !important;
  background: none !important;
}
.custom-menu a:after {
  color: rgba(180,181,187,0.999);
}
.sidebar-content .custom-menu a:after {
  color: rgba(133,134,140,0.5);
}
.footer .custom-menu a:after {
  color: rgba(255,255,255,0.5);
}
.custom-menu a:hover:after,
.custom-menu .act > a:after {
  color: rgba(180,181,187,0.999);
}
.sidebar-content .custom-menu a:hover:after,
.sidebar-content .custom-menu .act > a:after {
  color: rgba(0,0,0,0.999);
}
.footer .custom-menu a:hover:after,
.footer .custom-menu .act > a:after {
  color: rgba(0,0,0,0.999);
  color: #ffffff;
}
.sidebar .skill,
.sidebar-content .skill {
  background-color: rgba(133,134,140,0.15);
}
.footer .skill {
  background-color: rgba(255,255,255,0.15);
}
.skill-value {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .skill-value {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .skill-value,
.accent-gradient .footer .skill-value {
  background: #ffffff;
}
.skill-name {
  font-size: 13px;
  line-height: 23px;
}
.skill-name,
.skill-name *,
.custom-nav > li > a span,
.custom-nav > li > ul a span,
.st-accordion li a,
.st-accordion > ul li > a * {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a * {
  color: #333333;
}
.sidebar-content .skill-name,
.sidebar-content .skill-name *,
.sidebar-content .custom-nav > li > a span,
.sidebar-content .custom-nav > li > ul a span,
.sidebar-content .st-accordion li a,
.sidebar-content .st-accordion > ul li > a * {
  color: #333333;
}
.footer .skill-name,
.footer .skill-name *,
.footer .custom-nav > li > a span,
.footer .custom-nav > li > ul a span,
.footer .st-accordion li a,
.footer .st-accordion > ul li > a * {
  color: #ffffff;
}
.st-accordion li > a {
  font-size: 14px;
  line-height: 25px;
}
.custom-menu.show-arrow a:after {
  top: 7.5px;
}
.footer .custom-menu.show-arrow a:after {
  top: 6px;
}
.custom-menu a:not(:hover) {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-menu a:not(:hover) {
  color: #333333;
}
.sidebar-content .custom-menu a:not(:hover) {
  color: #333333;
}
.footer .custom-menu a:not(:hover) {
  color: #ffffff;
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
  color: #333333;
}
.sidebar-content .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
  color: #333333;
}
.footer .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
  color: #ffffff;
}
.custom-menu a:before,
.widget_presscore-custom-menu-1 .custom-menu a:after {
  top: 7.5px;
}
.footer .custom-menu a:before,
.footer .widget_presscore-custom-menu-1 .custom-menu a:after {
  top: 6px;
}
.custom-nav > li li a:before {
  top: 14px;
}
.footer .custom-nav > li li a:before {
  top: 12.5px;
}
.sidebar .st-accordion li > a:before,
.sidebar-content .st-accordion li > a:before,
.sidebar .custom-menu a:before,
.sidebar-content .custom-menu a:before {
  background-color: rgba(133,134,140,0.15);
}
.footer .st-accordion li > a:before,
.footer .custom-menu a:before {
  background-color: rgba(255,255,255,0.15);
}
.st-accordion li > a:after {
  color: rgba(133,134,140,0.5);
}
.footer .st-accordion li > a:after {
  color: rgba(255,255,255,0.5);
}
.st-accordion li > a:hover:after {
  color: #000000;
}
.footer .st-accordion li > a:hover:after {
  color: #ffffff;
}
.dt-posts-preload .dt-posts-preload-activity {
  background-color: rgba(0,0,0,0.9);
}
.footer .dt-posts-preload .dt-posts-preload-activity,
.accent-gradient .footer .dt-posts-preload .dt-posts-preload-activity {
  background: rgba(255,255,255,0.9);
}
.format-link-content,
.format-aside-content,
.format-status-content {
  background-color: #f7f7f7;
}
.outline-element-decoration .format-link-content {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .format-link-content {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.post.bg-on,
.post.bg-on.fullwidth-img.format-quote,
.post.bg-on.fullwidth-img.format-link {
  background-color: #f7f7f7;
}
.outline-element-decoration .post.bg-on,
.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .post.bg-on.fullwidth-img.format-link {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-link {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.layout-list .post {
  border-top: 1px solid;
  border-color: rgba(51,51,51,0.12);
}
.sidebar .layout-list .post,
.sidebar-content .layout-list .post {
  border-color: rgba(133,134,140,0.15);
}
.footer .layout-list .post {
  border-color: rgba(255,255,255,0.15);
}
.dividers-on.classic-layout-list .post {
  border-bottom: 1px solid;
  border-color: rgba(51,51,51,0.12);
}
.sidebar .dividers-on.classic-layout-list .post,
.sidebar-content .dividers-on.classic-layout-list .post {
  border-color: rgba(133,134,140,0.15);
}
.footer .dividers-on.classic-layout-list .post {
  border-color: rgba(255,255,255,0.15);
}
.content-bg-on.centered-layout-list article,
.content-bg-on.classic-layout-list article {
  background-color: #f7f7f7;
}
.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .content-bg-on.classic-layout-list article {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .content-bg-on.classic-layout-list article {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(133,134,140,0.15);
}
.sidebar .centered-layout-list.dividers-on .post-entry-content:after,
.sidebar-content .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(133,134,140,0.15);
}
.footer .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(255,255,255,0.15);
}
.content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlay-layout-list) .post-entry-content {
  background-color: #f7f7f7;
}
.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,#f7f7f7,#f7f7f7) no-repeat 0px 150px;
}
.content-bg-on.gradient-overlap-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {
  background: #f7f7f7;
}
.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {
  display: none;
}
#page .enable-bg-rollover.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(53,130,222,0.85);
  background: rgba(53,130,222,0.85);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.blog-shortcode .entry-title,
.portfolio-shortcode .entry-title,
.albums-shortcode .entry-title,
.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.mode-masonry.blog-shortcode .entry-title,
.mode-grid.blog-shortcode .entry-title,
.blog-carousel-shortcode.blog-shortcode .entry-title,
.portfolio-carousel-shortcode.blog-shortcode .entry-title,
.albums-carousel-shortcode.blog-shortcode .entry-title,
.mode-masonry.portfolio-shortcode .entry-title,
.mode-grid.portfolio-shortcode .entry-title,
.blog-carousel-shortcode.portfolio-shortcode .entry-title,
.portfolio-carousel-shortcode.portfolio-shortcode .entry-title,
.albums-carousel-shortcode.portfolio-shortcode .entry-title,
.mode-masonry.albums-shortcode .entry-title,
.mode-grid.albums-shortcode .entry-title,
.blog-carousel-shortcode.albums-shortcode .entry-title,
.portfolio-carousel-shortcode.albums-shortcode .entry-title,
.albums-carousel-shortcode.albums-shortcode .entry-title,
.mode-masonry.owl-carousel.blog-carousel-shortcode .entry-title,
.mode-grid.owl-carousel.blog-carousel-shortcode .entry-title,
.blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.portfolio-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.albums-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.blog-shortcode .entry-title a,
.portfolio-shortcode .entry-title a,
.albums-shortcode .entry-title a,
.owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blog-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .portfolio-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .albums-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.sidebar-content .blog-shortcode .entry-title a,
.sidebar-content .portfolio-shortcode .entry-title a,
.sidebar-content .albums-shortcode .entry-title a,
.sidebar-content .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.footer .blog-shortcode .entry-title a,
.footer .portfolio-shortcode .entry-title a,
.footer .albums-shortcode .entry-title a,
.footer .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #ffffff;
}
#page .blog-shortcode .entry-title a:hover,
#page .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,
#page .albums-shortcode .entry-title a:hover,
#page .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
  color: #000000;
}
#page .wf-container-footer .blog-shortcode .entry-title a:hover,
.accent-gradient #page .footer .blog-shortcode .entry-title a:hover,
#page .wf-container-footer .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,
.accent-gradient #page .footer .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,
#page .wf-container-footer .albums-shortcode .entry-title a:hover,
.accent-gradient #page .footer .albums-shortcode .entry-title a:hover,
#page .wf-container-footer .owl-carousel.blog-carousel-shortcode .entry-title a:hover,
.accent-gradient #page .footer .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
  color: #ffffff;
  background: none;
}
.blog-shortcode .entry-meta,
.portfolio-shortcode .entry-meta,
.albums-shortcode .entry-meta,
.owl-carousel .entry-meta {
  font-size: 13px;
  line-height: 23px;
  color: #b4b5bb;
}
.sidebar-content .blog-shortcode .entry-meta,
.sidebar-content .portfolio-shortcode .entry-meta,
.sidebar-content .albums-shortcode .entry-meta,
.sidebar-content .owl-carousel .entry-meta {
  color: rgba(133,134,140,0.5);
}
.footer .blog-shortcode .entry-meta,
.footer .portfolio-shortcode .entry-meta,
.footer .albums-shortcode .entry-meta,
.footer .owl-carousel .entry-meta {
  color: rgba(255,255,255,0.5);
}
.blog-shortcode .entry-excerpt,
.portfolio-shortcode .entry-excerpt,
.albums-shortcode .entry-excerpt,
.owl-carousel .entry-excerpt {
  font-size: 14px;
  line-height: 25px;
}
.blog-shortcode.mode-list .entry-excerpt {
  font-size: 16px;
  line-height: 28px;
}
.post-details.details-type-link {
  font-size: 13px;
  line-height: 17px;
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link {
  color: #333333;
}
.sidebar-content .post-details.details-type-link {
  color: #333333;
}
.footer .post-details.details-type-link {
  color: #ffffff;
}
.post-details.details-type-link * {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link * {
  color: #333333;
}
.sidebar-content .post-details.details-type-link * {
  color: #333333;
}
.footer .post-details.details-type-link * {
  color: #ffffff;
}
.post-details.details-type-link:after {
  background-color: #000000;
}
.accent-gradient .post-details.details-type-link:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.details {
  font-size: 13px;
  line-height: 17px;
  color: #333333;
}
.details:hover {
  color: #333333;
}
.details:before {
  background-color: #000000;
}
.accent-gradient .details:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.layout-masonry .post h2.entry-title,
.layout-grid .post h2.entry-title,
.shortcode-blog-posts .post h2.entry-title,
.dt-blog-shortcode .post h2.entry-title,
.slider-wrapper .post h2.entry-title,
.rollover-content h2.entry-title {
  color: #333333;
  font:  normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.post h2.entry-title,
.post h2.entry-title {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title {
  color: #333333;
}
.sidebar-content .post h2.entry-title,
.sidebar-content .post h2.entry-title {
  color: #333333;
}
.footer .post h2.entry-title,
.footer .post h2.entry-title {
  color: #ffffff;
}
#page .description-under-image .post .entry-title a:hover,
#page .post .blog-content .entry-title a:hover,
#page .project-list-content .entry-title a:hover {
  color: #000000;
}
#page .wf-container-footer .description-under-image .post .entry-title a:hover,
.accent-gradient #page .footer .description-under-image .post .entry-title a:hover,
#page .wf-container-footer .post .blog-content .entry-title a:hover,
.accent-gradient #page .footer .post .blog-content .entry-title a:hover,
#page .wf-container-footer .project-list-content .entry-title a:hover,
.accent-gradient #page .footer .project-list-content .entry-title a:hover {
  color: #ffffff;
  background: none;
}
.fancy-date .entry-month:after,
.fancy-date .entry-date:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.portfolio-shortcode .project-links-container a:not(:hover) span {
  color: #000000;
}
.dt-icon-hover-on .portfolio-shortcode .project-links-container a:hover span {
  color: #000000;
}
.portfolio-shortcode .project-links-container:before,
.portfolio-shortcode .project-links-container:after {
  border-color: #000000;
}
.dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
  background-color: #000000;
}
.accent-gradient .dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
  background-color: #000000;
}
.accent-gradient .dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.comment-list .comment-body {
  background-color: #f7f7f7;
}
.shadow-element-decoration .comment-list .comment-body {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .comment-list .comment-body {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.comment-content {
  font-size: 14px;
  line-height: 25px;
}
.reply,
.comment-meta,
#reply-title small {
  font-size: 13px;
  line-height: 23px;
}
.comment-author,
.pingback-title {
  font-size: 16px;
  line-height: 28px;
}
.comment-author a,
.comment-author .fn {
  color: #333333;
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.comments-title {
  color: #333333;
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#reply-title small {
  font:  normal  14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.comments-title,
.comments-title a,
.comment-author a,
.comment-author .fn,
#reply-title,
.fn,
.fn a,
.pingback-title {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #reply-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pingback-title {
  color: #333333;
}
.sidebar-content .comments-title,
.sidebar-content .comments-title a,
.sidebar-content .comment-author a,
.sidebar-content .comment-author .fn,
.sidebar-content #reply-title,
.sidebar-content .fn,
.sidebar-content .fn a,
.sidebar-content .pingback-title {
  color: #333333;
}
.footer .comments-title,
.footer .comments-title a,
.footer .comment-author a,
.footer .comment-author .fn,
.footer #reply-title,
.footer .fn,
.footer .fn a,
.footer .pingback-title {
  color: #ffffff;
}
#page .fn a:hover {
  color: #000000;
}
#page .wf-container-footer .fn a:hover,
.accent-gradient #page .footer .fn a:hover {
  color: #ffffff;
  background: none;
}
.entry-author {
  background-color: #f7f7f7;
}
.shadow-element-decoration .entry-author {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .entry-author {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.entry-author .text-primary {
  font-size: 14px;
}
.author-link,
.author-link:hover,
.meta-nav {
  color: #b4b5bb;
  font-size: 13px;
  line-height: 23px;
}
.sidebar-content .author-link,
.sidebar-content .author-link:hover,
.sidebar-content .meta-nav {
  color: rgba(133,134,140,0.5);
}
.footer .author-link,
.footer .author-link:hover,
.footer .meta-nav {
  color: rgba(255,255,255,0.5);
}
.author-description h4,
.comment-author-name {
  color: #333333;
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .author-description h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author-name {
  color: #333333;
}
.sidebar-content .author-description h4,
.sidebar-content .comment-author-name {
  color: #333333;
}
.footer .author-description h4,
.footer .comment-author-name {
  color: #ffffff;
}
.entry-meta,
.entry-tags,
.portfolio-categories,
.author-link {
  font-size: 13px;
  line-height: 23px;
}
.share-link-description,
.author-bio {
  font-size: 14px;
  line-height: 25px;
}
.single .entry-tags a {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .single .entry-tags a,
.sidebar-content .single .entry-tags a {
  border-color: rgba(133,134,140,0.15);
}
.footer .single .entry-tags a {
  border-color: rgba(255,255,255,0.15);
}
.entry-meta:before {
  width: 25px;
  height: 25px;
}
.portfolio-categories > a:after,
.portfolio-categories > span:after,
.entry-meta > a:after,
.entry-meta > span:after {
  background-color: #b4b5bb;
}
.sidebar-content .portfolio-categories > a:after,
.sidebar-content .portfolio-categories > span:after,
.sidebar-content .entry-meta > a:after,
.sidebar-content .entry-meta > span:after {
  background-color: rgba(133,134,140,0.5);
}
.footer .portfolio-categories > a:after,
.footer .portfolio-categories > span:after,
.footer .entry-meta > a:after,
.footer .entry-meta > span:after {
  background-color: rgba(255,255,255,0.5);
}
.comment-metadata,
.comment-metadata a,
.entry-meta a,
.entry-meta span,
.entry-meta a *,
.single .entry-tags,
.single .entry-tags a {
  color: #b4b5bb;
}
.single .entry-tags a:hover {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .single .entry-tags a:hover {
  color: #333333;
}
.sidebar-content .single .entry-tags a:hover {
  color: #333333;
}
.footer .single .entry-tags a:hover {
  color: #ffffff;
}
.share-button.entry-share,
.btn-project-link,
.btn-project-link:hover,
.comment-reply-link,
.comment-reply-link:hover,
.share-link-description {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-button.entry-share,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-reply-link,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-reply-link:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {
  color: #333333;
}
.sidebar-content .share-button.entry-share,
.sidebar-content .btn-project-link,
.sidebar-content .btn-project-link:hover,
.sidebar-content .comment-reply-link,
.sidebar-content .comment-reply-link:hover,
.sidebar-content .share-link-description {
  color: #333333;
}
.footer .share-button.entry-share,
.footer .btn-project-link,
.footer .btn-project-link:hover,
.footer .comment-reply-link,
.footer .comment-reply-link:hover,
.footer .share-link-description {
  color: #ffffff;
}
.show-on-hover .share-link-description:before {
  border-color: rgba(51,51,51,0.1);
}
.show-on-hover:hover .share-link-description:before {
  border-color: rgba(51,51,51,0.21);
}
.project-post .btn-project-link {
  font-size: 14px;
  line-height: 25px;
  border-color: rgba(51,51,51,0.1);
}
.project-post .btn-project-link:hover {
  border-color: rgba(51,51,51,0.21);
}
.project-navigation span {
  font-size: 14px;
  line-height: 25px;
  line-height: 22px;
}
.rsSlide .slider-post-caption,
.images-list-caption {
  line-height: 25px;
}
.post-navigation .nav-links {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .post-navigation .nav-links,
.sidebar-content .post-navigation .nav-links {
  border-color: rgba(133,134,140,0.15);
}
.footer .post-navigation .nav-links {
  border-color: rgba(255,255,255,0.15);
}
.post-navigation .nav-links i[class^="icomoon-the7"],
.post-navigation .nav-links [class^="dt-icon-"] {
  color: rgba(51,51,51,0.12);
}
.post-navigation .nav-links a i[class^="icomoon-the7"]:hover,
.post-navigation .nav-links a [class^="dt-icon-"]:hover {
  color: rgba(51,51,51,0.23);
}
#page .post-navigation .nav-links a .post-title:hover {
  color: #000000;
}
#page .wf-container-footer .post-navigation .nav-links a .post-title:hover,
.accent-gradient #page .footer .post-navigation .nav-links a .post-title:hover {
  color: #ffffff;
  background: none;
}
.single-related-posts {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .single-related-posts,
.sidebar-content .single-related-posts {
  border-color: rgba(133,134,140,0.15);
}
.footer .single-related-posts {
  border-color: rgba(255,255,255,0.15);
}
.comments-area > h3:after,
.single-related-posts > h3:after,
.comment-respond > h3:after {
  background-color: #000000;
}
.accent-gradient .comments-area > h3:after,
.accent-gradient .single-related-posts > h3:after,
.accent-gradient .comment-respond > h3:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.dt-btn,
.widget .dt-form .dt-btn,
.nsu-submit,
.give-btn.give-btn-reveal {
  font:  normal bold 12px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid #000000;
  padding: 8px 12px 8px 12px;
}
.dt-btn > i,
.dt-btn > i[class^="fa"],
.dt-btn > i[class^="dt-icon"],
.widget .dt-form .dt-btn > i,
.widget .dt-form .dt-btn > i[class^="fa"],
.widget .dt-form .dt-btn > i[class^="dt-icon"],
.nsu-submit > i,
.nsu-submit > i[class^="fa"],
.nsu-submit > i[class^="dt-icon"],
.give-btn.give-btn-reveal > i,
.give-btn.give-btn-reveal > i[class^="fa"],
.give-btn.give-btn-reveal > i[class^="dt-icon"] {
  font-size: 12px;
}
.btn-link.dt-btn-s {
  font:  normal bold 12px /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
button.button,
a.button,
input[type="button"],
input[type="reset"],
.wpcf7-submit,
.dt-btn-m,
input.dt-btn-m[type="submit"],
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main-slideshow .tp-button,
.woocommerce-widget-layered-nav-dropdown__submit {
  font:  normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid #000000;
  padding: 12px 18px 12px 18px;
}
.dt-btn-m > i,
.dt-btn-m > i[class^="fa"],
.dt-btn-m > i[class^="dt-icon-"] {
  font-size: 14px;
}
.wp-block-button .wp-block-button__link {
  font:  normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-btn-l {
  padding: 18px 24px 18px 24px;
  font:  normal bold 16px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid #000000;
}
.dt-btn-l > i,
.dt-btn-l > i[class^="fa"],
.dt-btn-l > i[class^="dt-icon-"] {
  font-size: 16px;
}
.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),
.btn-3d .mec-event-footer .mec-booking-button,
.btn-3d button.button,
.btn-3d a.button:not(.edd-submit),
.btn-3d .dt-form button,
.btn-3d .widget .dt-form .dt-btn,
.btn-3d input[type="reset"],
.btn-3d .wpcf7-submit,
.btn-3d .nsu-submit,
.btn-3d .dt-wc-btn,
.btn-3d .checkout-button,
.btn-3d input#place_order,
.btn-3d input[name="apply_coupon"],
.btn-3d input[name="login"],
.btn-3d button[name="calc_shipping"],
.btn-3d button[name="calc_shipping"]:hover,
.btn-3d .single_add_to_cart_button.button,
.btn-3d .button.wc-backward,
.btn-3d .woocommerce-Button.button,
.btn-3d .woocommerce-Reviews .submit,
.btn-3d .woocommerce-Button[name="register"],
.btn-3d .track_order input[name="track"],
.btn-3d .cart-btn-below-img .woo-buttons a,
.btn-3d input[name="save_address"],
.btn-3d .wc-layout-list .woo-buttons a,
.btn-3d .post-password-form input[type="submit"],
.btn-3d .mc4wp-form input[type="submit"],
.btn-3d div.mc4wp-form button[type="submit"],
.btn-3d .tml-submit-wrap input[type="submit"],
.btn-3d .wpcf7-form input[type="submit"],
.btn-3d input[type="submit"]:not([name="update_cart"]),
.btn-3d .woocommerce-widget-layered-nav-dropdown__submit,
.btn-3d .give-btn.give-btn-reveal {
  box-shadow: 0px 2px 0px 0px #638444;
}
.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,
.btn-3d .mec-event-footer .mec-booking-button:hover,
.btn-3d button.button:hover,
.btn-3d a.button:not(.edd-submit):hover,
.btn-3d .dt-form button:hover,
.btn-3d .widget .dt-form .dt-btn:hover,
.btn-3d input[type="reset"]:hover,
.btn-3d .wpcf7-submit:hover,
.btn-3d .nsu-submit:hover,
.btn-3d .dt-wc-btn:hover,
.btn-3d .checkout-button:hover,
.btn-3d input#place_order:hover,
.btn-3d input[name="apply_coupon"]:hover,
.btn-3d input[name="login"]:hover,
.btn-3d button[name="calc_shipping"]:hover,
.btn-3d button[name="calc_shipping"]:hover:hover,
.btn-3d .single_add_to_cart_button.button:hover,
.btn-3d .button.wc-backward:hover,
.btn-3d .woocommerce-Button.button:hover,
.btn-3d .woocommerce-Reviews .submit:hover,
.btn-3d .woocommerce-Button[name="register"]:hover,
.btn-3d .track_order input[name="track"]:hover,
.btn-3d .cart-btn-below-img .woo-buttons a:hover,
.btn-3d input[name="save_address"]:hover,
.btn-3d .wc-layout-list .woo-buttons a:hover,
.btn-3d .post-password-form input[type="submit"]:hover,
.btn-3d .mc4wp-form input[type="submit"]:hover,
.btn-3d div.mc4wp-form button[type="submit"]:hover,
.btn-3d .tml-submit-wrap input[type="submit"]:hover,
.btn-3d .wpcf7-form input[type="submit"]:hover,
.btn-3d input[type="submit"]:not([name="update_cart"]):hover,
.btn-3d .woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-3d .give-btn.give-btn-reveal:hover {
  box-shadow: 0px 2px 0px 0px #394c27;
}
.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-color,
.btn-3d .mec-event-footer .mec-booking-button.accent-btn-bg-color,
.btn-3d button.button.accent-btn-bg-color,
.btn-3d a.button:not(.edd-submit).accent-btn-bg-color,
.btn-3d .dt-form button.accent-btn-bg-color,
.btn-3d .widget .dt-form .dt-btn.accent-btn-bg-color,
.btn-3d input[type="reset"].accent-btn-bg-color,
.btn-3d .wpcf7-submit.accent-btn-bg-color,
.btn-3d .nsu-submit.accent-btn-bg-color,
.btn-3d .dt-wc-btn.accent-btn-bg-color,
.btn-3d .checkout-button.accent-btn-bg-color,
.btn-3d input#place_order.accent-btn-bg-color,
.btn-3d input[name="apply_coupon"].accent-btn-bg-color,
.btn-3d input[name="login"].accent-btn-bg-color,
.btn-3d button[name="calc_shipping"].accent-btn-bg-color,
.btn-3d button[name="calc_shipping"]:hover.accent-btn-bg-color,
.btn-3d .single_add_to_cart_button.button.accent-btn-bg-color,
.btn-3d .button.wc-backward.accent-btn-bg-color,
.btn-3d .woocommerce-Button.button.accent-btn-bg-color,
.btn-3d .woocommerce-Reviews .submit.accent-btn-bg-color,
.btn-3d .woocommerce-Button[name="register"].accent-btn-bg-color,
.btn-3d .track_order input[name="track"].accent-btn-bg-color,
.btn-3d .cart-btn-below-img .woo-buttons a.accent-btn-bg-color,
.btn-3d input[name="save_address"].accent-btn-bg-color,
.btn-3d .wc-layout-list .woo-buttons a.accent-btn-bg-color,
.btn-3d .post-password-form input[type="submit"].accent-btn-bg-color,
.btn-3d .mc4wp-form input[type="submit"].accent-btn-bg-color,
.btn-3d div.mc4wp-form button[type="submit"].accent-btn-bg-color,
.btn-3d .tml-submit-wrap input[type="submit"].accent-btn-bg-color,
.btn-3d .wpcf7-form input[type="submit"].accent-btn-bg-color,
.btn-3d input[type="submit"]:not([name="update_cart"]).accent-btn-bg-color,
.btn-3d .woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-color,
.btn-3d .give-btn.give-btn-reveal.accent-btn-bg-color {
  box-shadow: 0px 2px 0px 0px #000000;
}
.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-hover-color:hover,
.btn-3d .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
.btn-3d button.button.accent-btn-bg-hover-color:hover,
.btn-3d a.button:not(.edd-submit).accent-btn-bg-hover-color:hover,
.btn-3d .dt-form button.accent-btn-bg-hover-color:hover,
.btn-3d .widget .dt-form .dt-btn.accent-btn-bg-hover-color:hover,
.btn-3d input[type="reset"].accent-btn-bg-hover-color:hover,
.btn-3d .wpcf7-submit.accent-btn-bg-hover-color:hover,
.btn-3d .nsu-submit.accent-btn-bg-hover-color:hover,
.btn-3d .dt-wc-btn.accent-btn-bg-hover-color:hover,
.btn-3d .checkout-button.accent-btn-bg-hover-color:hover,
.btn-3d input#place_order.accent-btn-bg-hover-color:hover,
.btn-3d input[name="apply_coupon"].accent-btn-bg-hover-color:hover,
.btn-3d input[name="login"].accent-btn-bg-hover-color:hover,
.btn-3d button[name="calc_shipping"].accent-btn-bg-hover-color:hover,
.btn-3d button[name="calc_shipping"]:hover.accent-btn-bg-hover-color:hover,
.btn-3d .single_add_to_cart_button.button.accent-btn-bg-hover-color:hover,
.btn-3d .button.wc-backward.accent-btn-bg-hover-color:hover,
.btn-3d .woocommerce-Button.button.accent-btn-bg-hover-color:hover,
.btn-3d .woocommerce-Reviews .submit.accent-btn-bg-hover-color:hover,
.btn-3d .woocommerce-Button[name="register"].accent-btn-bg-hover-color:hover,
.btn-3d .track_order input[name="track"].accent-btn-bg-hover-color:hover,
.btn-3d .cart-btn-below-img .woo-buttons a.accent-btn-bg-hover-color:hover,
.btn-3d input[name="save_address"].accent-btn-bg-hover-color:hover,
.btn-3d .wc-layout-list .woo-buttons a.accent-btn-bg-hover-color:hover,
.btn-3d .post-password-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d .mc4wp-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d div.mc4wp-form button[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d .tml-submit-wrap input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d .wpcf7-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d input[type="submit"]:not([name="update_cart"]).accent-btn-bg-hover-color:hover,
.btn-3d .woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-hover-color:hover,
.btn-3d .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover {
  box-shadow: 0px 2px 0px 0px #000000;
}
.btn-shadow .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),
.btn-shadow .mec-event-footer .mec-booking-button,
.btn-shadow button.button,
.btn-shadow a.button:not(.edd-submit),
.btn-shadow .dt-form button,
.btn-shadow .widget .dt-form .dt-btn,
.btn-shadow input[type="reset"],
.btn-shadow .wpcf7-submit,
.btn-shadow .nsu-submit,
.btn-shadow .dt-wc-btn,
.btn-shadow .checkout-button,
.btn-shadow input#place_order,
.btn-shadow input[name="apply_coupon"],
.btn-shadow input[name="login"],
.btn-shadow button[name="calc_shipping"],
.btn-shadow button[name="calc_shipping"]:hover,
.btn-shadow .single_add_to_cart_button.button,
.btn-shadow .button.wc-backward,
.btn-shadow .woocommerce-Button.button,
.btn-shadow .woocommerce-Reviews .submit,
.btn-shadow .woocommerce-Button[name="register"],
.btn-shadow .track_order input[name="track"],
.btn-shadow .cart-btn-below-img .woo-buttons a,
.btn-shadow input[name="save_address"],
.btn-shadow .wc-layout-list .woo-buttons a,
.btn-shadow .post-password-form input[type="submit"],
.btn-shadow .mc4wp-form input[type="submit"],
.btn-shadow div.mc4wp-form button[type="submit"],
.btn-shadow .tml-submit-wrap input[type="submit"],
.btn-shadow .wpcf7-form input[type="submit"],
.btn-shadow input[type="submit"]:not([name="update_cart"]),
.btn-shadow .woocommerce-widget-layered-nav-dropdown__submit,
.btn-shadow .give-btn.give-btn-reveal {
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, opacity 0.45s;
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
}
.btn-shadow .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,
.btn-shadow .mec-event-footer .mec-booking-button:hover,
.btn-shadow button.button:hover,
.btn-shadow a.button:not(.edd-submit):hover,
.btn-shadow .dt-form button:hover,
.btn-shadow .widget .dt-form .dt-btn:hover,
.btn-shadow input[type="reset"]:hover,
.btn-shadow .wpcf7-submit:hover,
.btn-shadow .nsu-submit:hover,
.btn-shadow .dt-wc-btn:hover,
.btn-shadow .checkout-button:hover,
.btn-shadow input#place_order:hover,
.btn-shadow input[name="apply_coupon"]:hover,
.btn-shadow input[name="login"]:hover,
.btn-shadow button[name="calc_shipping"]:hover,
.btn-shadow button[name="calc_shipping"]:hover:hover,
.btn-shadow .single_add_to_cart_button.button:hover,
.btn-shadow .button.wc-backward:hover,
.btn-shadow .woocommerce-Button.button:hover,
.btn-shadow .woocommerce-Reviews .submit:hover,
.btn-shadow .woocommerce-Button[name="register"]:hover,
.btn-shadow .track_order input[name="track"]:hover,
.btn-shadow .cart-btn-below-img .woo-buttons a:hover,
.btn-shadow input[name="save_address"]:hover,
.btn-shadow .wc-layout-list .woo-buttons a:hover,
.btn-shadow .post-password-form input[type="submit"]:hover,
.btn-shadow .mc4wp-form input[type="submit"]:hover,
.btn-shadow div.mc4wp-form button[type="submit"]:hover,
.btn-shadow .tml-submit-wrap input[type="submit"]:hover,
.btn-shadow .wpcf7-form input[type="submit"]:hover,
.btn-shadow input[type="submit"]:not([name="update_cart"]):hover,
.btn-shadow .woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-shadow .give-btn.give-btn-reveal:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),
.btn-3d.mec-event-footer .mec-booking-button,
.btn-3dbutton.button,
.btn-3da.button:not(.edd-submit),
.btn-3d.dt-form button,
.btn-3d.widget .dt-form .dt-btn,
.btn-3dinput[type="reset"],
.btn-3d.wpcf7-submit,
.btn-3d.nsu-submit,
.btn-3d.dt-wc-btn,
.btn-3d.checkout-button,
.btn-3dinput#place_order,
.btn-3dinput[name="apply_coupon"],
.btn-3dinput[name="login"],
.btn-3dbutton[name="calc_shipping"],
.btn-3dbutton[name="calc_shipping"]:hover,
.btn-3d.single_add_to_cart_button.button,
.btn-3d.button.wc-backward,
.btn-3d.woocommerce-Button.button,
.btn-3d.woocommerce-Reviews .submit,
.btn-3d.woocommerce-Button[name="register"],
.btn-3d.track_order input[name="track"],
.btn-3d.cart-btn-below-img .woo-buttons a,
.btn-3dinput[name="save_address"],
.btn-3d.wc-layout-list .woo-buttons a,
.btn-3d.post-password-form input[type="submit"],
.btn-3d.mc4wp-form input[type="submit"],
.btn-3ddiv.mc4wp-form button[type="submit"],
.btn-3d.tml-submit-wrap input[type="submit"],
.btn-3d.wpcf7-form input[type="submit"],
.btn-3dinput[type="submit"]:not([name="update_cart"]),
.btn-3d.woocommerce-widget-layered-nav-dropdown__submit,
.btn-3d.give-btn.give-btn-reveal {
  box-shadow: 0px 2px 0px 0px #638444;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,
.btn-3d.mec-event-footer .mec-booking-button:hover,
.btn-3dbutton.button:hover,
.btn-3da.button:not(.edd-submit):hover,
.btn-3d.dt-form button:hover,
.btn-3d.widget .dt-form .dt-btn:hover,
.btn-3dinput[type="reset"]:hover,
.btn-3d.wpcf7-submit:hover,
.btn-3d.nsu-submit:hover,
.btn-3d.dt-wc-btn:hover,
.btn-3d.checkout-button:hover,
.btn-3dinput#place_order:hover,
.btn-3dinput[name="apply_coupon"]:hover,
.btn-3dinput[name="login"]:hover,
.btn-3dbutton[name="calc_shipping"]:hover,
.btn-3dbutton[name="calc_shipping"]:hover:hover,
.btn-3d.single_add_to_cart_button.button:hover,
.btn-3d.button.wc-backward:hover,
.btn-3d.woocommerce-Button.button:hover,
.btn-3d.woocommerce-Reviews .submit:hover,
.btn-3d.woocommerce-Button[name="register"]:hover,
.btn-3d.track_order input[name="track"]:hover,
.btn-3d.cart-btn-below-img .woo-buttons a:hover,
.btn-3dinput[name="save_address"]:hover,
.btn-3d.wc-layout-list .woo-buttons a:hover,
.btn-3d.post-password-form input[type="submit"]:hover,
.btn-3d.mc4wp-form input[type="submit"]:hover,
.btn-3ddiv.mc4wp-form button[type="submit"]:hover,
.btn-3d.tml-submit-wrap input[type="submit"]:hover,
.btn-3d.wpcf7-form input[type="submit"]:hover,
.btn-3dinput[type="submit"]:not([name="update_cart"]):hover,
.btn-3d.woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-3d.give-btn.give-btn-reveal:hover {
  box-shadow: 0px 2px 0px 0px #394c27;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-color,
.btn-3d.mec-event-footer .mec-booking-button.accent-btn-bg-color,
.btn-3dbutton.button.accent-btn-bg-color,
.btn-3da.button:not(.edd-submit).accent-btn-bg-color,
.btn-3d.dt-form button.accent-btn-bg-color,
.btn-3d.widget .dt-form .dt-btn.accent-btn-bg-color,
.btn-3dinput[type="reset"].accent-btn-bg-color,
.btn-3d.wpcf7-submit.accent-btn-bg-color,
.btn-3d.nsu-submit.accent-btn-bg-color,
.btn-3d.dt-wc-btn.accent-btn-bg-color,
.btn-3d.checkout-button.accent-btn-bg-color,
.btn-3dinput#place_order.accent-btn-bg-color,
.btn-3dinput[name="apply_coupon"].accent-btn-bg-color,
.btn-3dinput[name="login"].accent-btn-bg-color,
.btn-3dbutton[name="calc_shipping"].accent-btn-bg-color,
.btn-3dbutton[name="calc_shipping"]:hover.accent-btn-bg-color,
.btn-3d.single_add_to_cart_button.button.accent-btn-bg-color,
.btn-3d.button.wc-backward.accent-btn-bg-color,
.btn-3d.woocommerce-Button.button.accent-btn-bg-color,
.btn-3d.woocommerce-Reviews .submit.accent-btn-bg-color,
.btn-3d.woocommerce-Button[name="register"].accent-btn-bg-color,
.btn-3d.track_order input[name="track"].accent-btn-bg-color,
.btn-3d.cart-btn-below-img .woo-buttons a.accent-btn-bg-color,
.btn-3dinput[name="save_address"].accent-btn-bg-color,
.btn-3d.wc-layout-list .woo-buttons a.accent-btn-bg-color,
.btn-3d.post-password-form input[type="submit"].accent-btn-bg-color,
.btn-3d.mc4wp-form input[type="submit"].accent-btn-bg-color,
.btn-3ddiv.mc4wp-form button[type="submit"].accent-btn-bg-color,
.btn-3d.tml-submit-wrap input[type="submit"].accent-btn-bg-color,
.btn-3d.wpcf7-form input[type="submit"].accent-btn-bg-color,
.btn-3dinput[type="submit"]:not([name="update_cart"]).accent-btn-bg-color,
.btn-3d.woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-color,
.btn-3d.give-btn.give-btn-reveal.accent-btn-bg-color {
  box-shadow: 0px 2px 0px 0px #000000;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-hover-color:hover,
.btn-3d.mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
.btn-3dbutton.button.accent-btn-bg-hover-color:hover,
.btn-3da.button:not(.edd-submit).accent-btn-bg-hover-color:hover,
.btn-3d.dt-form button.accent-btn-bg-hover-color:hover,
.btn-3d.widget .dt-form .dt-btn.accent-btn-bg-hover-color:hover,
.btn-3dinput[type="reset"].accent-btn-bg-hover-color:hover,
.btn-3d.wpcf7-submit.accent-btn-bg-hover-color:hover,
.btn-3d.nsu-submit.accent-btn-bg-hover-color:hover,
.btn-3d.dt-wc-btn.accent-btn-bg-hover-color:hover,
.btn-3d.checkout-button.accent-btn-bg-hover-color:hover,
.btn-3dinput#place_order.accent-btn-bg-hover-color:hover,
.btn-3dinput[name="apply_coupon"].accent-btn-bg-hover-color:hover,
.btn-3dinput[name="login"].accent-btn-bg-hover-color:hover,
.btn-3dbutton[name="calc_shipping"].accent-btn-bg-hover-color:hover,
.btn-3dbutton[name="calc_shipping"]:hover.accent-btn-bg-hover-color:hover,
.btn-3d.single_add_to_cart_button.button.accent-btn-bg-hover-color:hover,
.btn-3d.button.wc-backward.accent-btn-bg-hover-color:hover,
.btn-3d.woocommerce-Button.button.accent-btn-bg-hover-color:hover,
.btn-3d.woocommerce-Reviews .submit.accent-btn-bg-hover-color:hover,
.btn-3d.woocommerce-Button[name="register"].accent-btn-bg-hover-color:hover,
.btn-3d.track_order input[name="track"].accent-btn-bg-hover-color:hover,
.btn-3d.cart-btn-below-img .woo-buttons a.accent-btn-bg-hover-color:hover,
.btn-3dinput[name="save_address"].accent-btn-bg-hover-color:hover,
.btn-3d.wc-layout-list .woo-buttons a.accent-btn-bg-hover-color:hover,
.btn-3d.post-password-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d.mc4wp-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3ddiv.mc4wp-form button[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d.tml-submit-wrap input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3d.wpcf7-form input[type="submit"].accent-btn-bg-hover-color:hover,
.btn-3dinput[type="submit"]:not([name="update_cart"]).accent-btn-bg-hover-color:hover,
.btn-3d.woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-hover-color:hover,
.btn-3d.give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover {
  box-shadow: 0px 2px 0px 0px #000000;
}
button.button,
.mec-event-footer .mec-booking-button,
a.button:not(.edd-submit),
.dt-form button,
#page .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn,
input[type="button"],
input[type="reset"],
.wpcf7-submit,
.nsu-submit,
.dt-wc-btn,
input#place_order,
.woocommerce-Reviews .submit,
input.button,
.cart-btn-below-img .woo-buttons a,
input[name="save_address"],
.wc-layout-list .woo-buttons a,
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"]:not([name="update_cart"]),
.woocommerce-widget-layered-nav-dropdown__submit,
.give-btn.give-btn-reveal {
  color: #ffffff;
  background-color: #80c342;
  background: #80c342;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.stripe button.button,
button.button *,
.sidebar button.button,
.sidebar .widget button.button,
.sidebar-content .widget button.button,
.footer button.button,
.stripe .mec-event-footer .mec-booking-button,
.mec-event-footer .mec-booking-button *,
.sidebar .mec-event-footer .mec-booking-button,
.sidebar .widget .mec-event-footer .mec-booking-button,
.sidebar-content .widget .mec-event-footer .mec-booking-button,
.footer .mec-event-footer .mec-booking-button,
.stripe a.button:not(.edd-submit),
a.button:not(.edd-submit) *,
.sidebar a.button:not(.edd-submit),
.sidebar .widget a.button:not(.edd-submit),
.sidebar-content .widget a.button:not(.edd-submit),
.footer a.button:not(.edd-submit),
.stripe .dt-form button,
.dt-form button *,
.sidebar .dt-form button,
.sidebar .widget .dt-form button,
.sidebar-content .widget .dt-form button,
.footer .dt-form button,
.stripe #page .widget .dt-form .dt-btn,
#page .widget .dt-form .dt-btn *,
.sidebar #page .widget .dt-form .dt-btn,
.sidebar .widget #page .widget .dt-form .dt-btn,
.sidebar-content .widget #page .widget .dt-form .dt-btn,
.footer #page .widget .dt-form .dt-btn,
.stripe .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn *,
.sidebar .widget .dt-form .dt-btn,
.sidebar .widget .widget .dt-form .dt-btn,
.sidebar-content .widget .widget .dt-form .dt-btn,
.footer .widget .dt-form .dt-btn,
.stripe input[type="button"],
input[type="button"] *,
.sidebar input[type="button"],
.sidebar .widget input[type="button"],
.sidebar-content .widget input[type="button"],
.footer input[type="button"],
.stripe input[type="reset"],
input[type="reset"] *,
.sidebar input[type="reset"],
.sidebar .widget input[type="reset"],
.sidebar-content .widget input[type="reset"],
.footer input[type="reset"],
.stripe .wpcf7-submit,
.wpcf7-submit *,
.sidebar .wpcf7-submit,
.sidebar .widget .wpcf7-submit,
.sidebar-content .widget .wpcf7-submit,
.footer .wpcf7-submit,
.stripe .nsu-submit,
.nsu-submit *,
.sidebar .nsu-submit,
.sidebar .widget .nsu-submit,
.sidebar-content .widget .nsu-submit,
.footer .nsu-submit,
.stripe .dt-wc-btn,
.dt-wc-btn *,
.sidebar .dt-wc-btn,
.sidebar .widget .dt-wc-btn,
.sidebar-content .widget .dt-wc-btn,
.footer .dt-wc-btn,
.stripe input#place_order,
input#place_order *,
.sidebar input#place_order,
.sidebar .widget input#place_order,
.sidebar-content .widget input#place_order,
.footer input#place_order,
.stripe .woocommerce-Reviews .submit,
.woocommerce-Reviews .submit *,
.sidebar .woocommerce-Reviews .submit,
.sidebar .widget .woocommerce-Reviews .submit,
.sidebar-content .widget .woocommerce-Reviews .submit,
.footer .woocommerce-Reviews .submit,
.stripe input.button,
input.button *,
.sidebar input.button,
.sidebar .widget input.button,
.sidebar-content .widget input.button,
.footer input.button,
.stripe .cart-btn-below-img .woo-buttons a,
.cart-btn-below-img .woo-buttons a *,
.sidebar .cart-btn-below-img .woo-buttons a,
.sidebar .widget .cart-btn-below-img .woo-buttons a,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a,
.footer .cart-btn-below-img .woo-buttons a,
.stripe input[name="save_address"],
input[name="save_address"] *,
.sidebar input[name="save_address"],
.sidebar .widget input[name="save_address"],
.sidebar-content .widget input[name="save_address"],
.footer input[name="save_address"],
.stripe .wc-layout-list .woo-buttons a,
.wc-layout-list .woo-buttons a *,
.sidebar .wc-layout-list .woo-buttons a,
.sidebar .widget .wc-layout-list .woo-buttons a,
.sidebar-content .widget .wc-layout-list .woo-buttons a,
.footer .wc-layout-list .woo-buttons a,
.stripe .post-password-form input[type="submit"],
.post-password-form input[type="submit"] *,
.sidebar .post-password-form input[type="submit"],
.sidebar .widget .post-password-form input[type="submit"],
.sidebar-content .widget .post-password-form input[type="submit"],
.footer .post-password-form input[type="submit"],
.stripe .mc4wp-form input[type="submit"],
.mc4wp-form input[type="submit"] *,
.sidebar .mc4wp-form input[type="submit"],
.sidebar .widget .mc4wp-form input[type="submit"],
.sidebar-content .widget .mc4wp-form input[type="submit"],
.footer .mc4wp-form input[type="submit"],
.stripe div.mc4wp-form button[type="submit"],
div.mc4wp-form button[type="submit"] *,
.sidebar div.mc4wp-form button[type="submit"],
.sidebar .widget div.mc4wp-form button[type="submit"],
.sidebar-content .widget div.mc4wp-form button[type="submit"],
.footer div.mc4wp-form button[type="submit"],
.stripe .tml-submit-wrap input[type="submit"],
.tml-submit-wrap input[type="submit"] *,
.sidebar .tml-submit-wrap input[type="submit"],
.sidebar .widget .tml-submit-wrap input[type="submit"],
.sidebar-content .widget .tml-submit-wrap input[type="submit"],
.footer .tml-submit-wrap input[type="submit"],
.stripe .wpcf7-form input[type="submit"],
.wpcf7-form input[type="submit"] *,
.sidebar .wpcf7-form input[type="submit"],
.sidebar .widget .wpcf7-form input[type="submit"],
.sidebar-content .widget .wpcf7-form input[type="submit"],
.footer .wpcf7-form input[type="submit"],
.stripe input[type="submit"]:not([name="update_cart"]),
input[type="submit"]:not([name="update_cart"]) *,
.sidebar input[type="submit"]:not([name="update_cart"]),
.sidebar .widget input[type="submit"]:not([name="update_cart"]),
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]),
.footer input[type="submit"]:not([name="update_cart"]),
.stripe .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit,
.footer .woocommerce-widget-layered-nav-dropdown__submit,
.stripe .give-btn.give-btn-reveal,
.give-btn.give-btn-reveal *,
.sidebar .give-btn.give-btn-reveal,
.sidebar .widget .give-btn.give-btn-reveal,
.sidebar-content .widget .give-btn.give-btn-reveal,
.footer .give-btn.give-btn-reveal {
  color: #ffffff;
}
.btn-bg-off button.button:not(:hover),
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off a.button:not(.edd-submit):not(:hover),
.btn-bg-off .dt-form button:not(:hover),
.btn-bg-off #page .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off input[type="button"]:not(:hover),
.btn-bg-off input[type="reset"]:not(:hover),
.btn-bg-off .wpcf7-submit:not(:hover),
.btn-bg-off .nsu-submit:not(:hover),
.btn-bg-off .dt-wc-btn:not(:hover),
.btn-bg-off input#place_order:not(:hover),
.btn-bg-off .woocommerce-Reviews .submit:not(:hover),
.btn-bg-off input.button:not(:hover),
.btn-bg-off .cart-btn-below-img .woo-buttons a:not(:hover),
.btn-bg-off input[name="save_address"]:not(:hover),
.btn-bg-off .wc-layout-list .woo-buttons a:not(:hover),
.btn-bg-off .post-password-form input[type="submit"]:not(:hover),
.btn-bg-off .mc4wp-form input[type="submit"]:not(:hover),
.btn-bg-off div.mc4wp-form button[type="submit"]:not(:hover),
.btn-bg-off .tml-submit-wrap input[type="submit"]:not(:hover),
.btn-bg-off .wpcf7-form input[type="submit"]:not(:hover),
.btn-bg-off input[type="submit"]:not([name="update_cart"]):not(:hover),
.btn-bg-off .woocommerce-widget-layered-nav-dropdown__submit:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover) {
  background: none;
}
button.button:hover,
.mec-event-footer .mec-booking-button:hover,
a.button:not(.edd-submit):hover,
.dt-form button:hover,
#page .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.wpcf7-submit:hover,
.nsu-submit:hover,
.dt-wc-btn:hover,
input#place_order:hover,
.woocommerce-Reviews .submit:hover,
input.button:hover,
.cart-btn-below-img .woo-buttons a:hover,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover {
  color: #ffffff;
  border-color: #000000;
}
.stripe button.button:hover,
.sidebar button.button:hover,
.sidebar .widget button.button:hover,
.sidebar-content .widget button.button:hover,
.footer button.button:hover,
.stripe .mec-event-footer .mec-booking-button:hover,
.sidebar .mec-event-footer .mec-booking-button:hover,
.sidebar .widget .mec-event-footer .mec-booking-button:hover,
.sidebar-content .widget .mec-event-footer .mec-booking-button:hover,
.footer .mec-event-footer .mec-booking-button:hover,
.stripe a.button:not(.edd-submit):hover,
.sidebar a.button:not(.edd-submit):hover,
.sidebar .widget a.button:not(.edd-submit):hover,
.sidebar-content .widget a.button:not(.edd-submit):hover,
.footer a.button:not(.edd-submit):hover,
.stripe .dt-form button:hover,
.sidebar .dt-form button:hover,
.sidebar .widget .dt-form button:hover,
.sidebar-content .widget .dt-form button:hover,
.footer .dt-form button:hover,
.stripe #page .widget .dt-form .dt-btn:hover,
.sidebar #page .widget .dt-form .dt-btn:hover,
.sidebar .widget #page .widget .dt-form .dt-btn:hover,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover,
.footer #page .widget .dt-form .dt-btn:hover,
.stripe .widget .dt-form .dt-btn:hover,
.sidebar .widget .dt-form .dt-btn:hover,
.sidebar .widget .widget .dt-form .dt-btn:hover,
.sidebar-content .widget .widget .dt-form .dt-btn:hover,
.footer .widget .dt-form .dt-btn:hover,
.stripe input[type="button"]:hover,
.sidebar input[type="button"]:hover,
.sidebar .widget input[type="button"]:hover,
.sidebar-content .widget input[type="button"]:hover,
.footer input[type="button"]:hover,
.stripe input[type="reset"]:hover,
.sidebar input[type="reset"]:hover,
.sidebar .widget input[type="reset"]:hover,
.sidebar-content .widget input[type="reset"]:hover,
.footer input[type="reset"]:hover,
.stripe .wpcf7-submit:hover,
.sidebar .wpcf7-submit:hover,
.sidebar .widget .wpcf7-submit:hover,
.sidebar-content .widget .wpcf7-submit:hover,
.footer .wpcf7-submit:hover,
.stripe .nsu-submit:hover,
.sidebar .nsu-submit:hover,
.sidebar .widget .nsu-submit:hover,
.sidebar-content .widget .nsu-submit:hover,
.footer .nsu-submit:hover,
.stripe .dt-wc-btn:hover,
.sidebar .dt-wc-btn:hover,
.sidebar .widget .dt-wc-btn:hover,
.sidebar-content .widget .dt-wc-btn:hover,
.footer .dt-wc-btn:hover,
.stripe input#place_order:hover,
.sidebar input#place_order:hover,
.sidebar .widget input#place_order:hover,
.sidebar-content .widget input#place_order:hover,
.footer input#place_order:hover,
.stripe .woocommerce-Reviews .submit:hover,
.sidebar .woocommerce-Reviews .submit:hover,
.sidebar .widget .woocommerce-Reviews .submit:hover,
.sidebar-content .widget .woocommerce-Reviews .submit:hover,
.footer .woocommerce-Reviews .submit:hover,
.stripe input.button:hover,
.sidebar input.button:hover,
.sidebar .widget input.button:hover,
.sidebar-content .widget input.button:hover,
.footer input.button:hover,
.stripe .cart-btn-below-img .woo-buttons a:hover,
.sidebar .cart-btn-below-img .woo-buttons a:hover,
.sidebar .widget .cart-btn-below-img .woo-buttons a:hover,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a:hover,
.footer .cart-btn-below-img .woo-buttons a:hover,
.stripe input[name="save_address"]:hover,
.sidebar input[name="save_address"]:hover,
.sidebar .widget input[name="save_address"]:hover,
.sidebar-content .widget input[name="save_address"]:hover,
.footer input[name="save_address"]:hover,
.stripe .wc-layout-list .woo-buttons a:hover,
.sidebar .wc-layout-list .woo-buttons a:hover,
.sidebar .widget .wc-layout-list .woo-buttons a:hover,
.sidebar-content .widget .wc-layout-list .woo-buttons a:hover,
.footer .wc-layout-list .woo-buttons a:hover,
.stripe .post-password-form input[type="submit"]:hover,
.sidebar .post-password-form input[type="submit"]:hover,
.sidebar .widget .post-password-form input[type="submit"]:hover,
.sidebar-content .widget .post-password-form input[type="submit"]:hover,
.footer .post-password-form input[type="submit"]:hover,
.stripe .mc4wp-form input[type="submit"]:hover,
.sidebar .mc4wp-form input[type="submit"]:hover,
.sidebar .widget .mc4wp-form input[type="submit"]:hover,
.sidebar-content .widget .mc4wp-form input[type="submit"]:hover,
.footer .mc4wp-form input[type="submit"]:hover,
.stripe div.mc4wp-form button[type="submit"]:hover,
.sidebar div.mc4wp-form button[type="submit"]:hover,
.sidebar .widget div.mc4wp-form button[type="submit"]:hover,
.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover,
.footer div.mc4wp-form button[type="submit"]:hover,
.stripe .tml-submit-wrap input[type="submit"]:hover,
.sidebar .tml-submit-wrap input[type="submit"]:hover,
.sidebar .widget .tml-submit-wrap input[type="submit"]:hover,
.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover,
.footer .tml-submit-wrap input[type="submit"]:hover,
.stripe .wpcf7-form input[type="submit"]:hover,
.sidebar .wpcf7-form input[type="submit"]:hover,
.sidebar .widget .wpcf7-form input[type="submit"]:hover,
.sidebar-content .widget .wpcf7-form input[type="submit"]:hover,
.footer .wpcf7-form input[type="submit"]:hover,
.stripe input[type="submit"]:not([name="update_cart"]):hover,
.sidebar input[type="submit"]:not([name="update_cart"]):hover,
.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover,
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover,
.footer input[type="submit"]:not([name="update_cart"]):hover,
.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.footer .woocommerce-widget-layered-nav-dropdown__submit:hover,
.stripe .give-btn.give-btn-reveal:hover,
.sidebar .give-btn.give-btn-reveal:hover,
.sidebar .widget .give-btn.give-btn-reveal:hover,
.sidebar-content .widget .give-btn.give-btn-reveal:hover,
.footer .give-btn.give-btn-reveal:hover {
  color: #ffffff;
}
#page button.button:hover,
#page .mec-event-footer .mec-booking-button:hover,
#page a.button:not(.edd-submit):hover,
#page .dt-form button:hover,
#page #page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover,
#page input[type="button"]:hover,
#page input[type="reset"]:hover,
#page .wpcf7-submit:hover,
#page .nsu-submit:hover,
#page .dt-wc-btn:hover,
#page input#place_order:hover,
#page .woocommerce-Reviews .submit:hover,
#page input.button:hover,
#page .cart-btn-below-img .woo-buttons a:hover,
#page input[name="save_address"]:hover,
#page .wc-layout-list .woo-buttons a:hover,
#page .post-password-form input[type="submit"]:hover,
#page .mc4wp-form input[type="submit"]:hover,
#page div.mc4wp-form button[type="submit"]:hover,
#page .tml-submit-wrap input[type="submit"]:hover,
#page .wpcf7-form input[type="submit"]:hover,
#page input[type="submit"]:not([name="update_cart"]):hover,
#page .woocommerce-widget-layered-nav-dropdown__submit:hover,
#page .give-btn.give-btn-reveal:hover {
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.btn-hover-bg-off #page button.button:hover,
.btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off #page a.button:not(.edd-submit):hover,
.btn-hover-bg-off #page .dt-form button:hover,
.btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page input[type="button"]:hover,
.btn-hover-bg-off #page input[type="reset"]:hover,
.btn-hover-bg-off #page .wpcf7-submit:hover,
.btn-hover-bg-off #page .nsu-submit:hover,
.btn-hover-bg-off #page .dt-wc-btn:hover,
.btn-hover-bg-off #page input#place_order:hover,
.btn-hover-bg-off #page .woocommerce-Reviews .submit:hover,
.btn-hover-bg-off #page input.button:hover,
.btn-hover-bg-off #page .cart-btn-below-img .woo-buttons a:hover,
.btn-hover-bg-off #page input[name="save_address"]:hover,
.btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover,
.btn-hover-bg-off #page .post-password-form input[type="submit"]:hover,
.btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover,
.btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover,
.btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover,
.btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover,
.btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover,
.btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-hover-bg-off #page .give-btn.give-btn-reveal:hover {
  background: none;
}
button.button:hover .text-wrap,
.mec-event-footer .mec-booking-button:hover .text-wrap,
a.button:not(.edd-submit):hover .text-wrap,
.dt-form button:hover .text-wrap,
#page .widget .dt-form .dt-btn:hover .text-wrap,
.widget .dt-form .dt-btn:hover .text-wrap,
input[type="button"]:hover .text-wrap,
input[type="reset"]:hover .text-wrap,
.wpcf7-submit:hover .text-wrap,
.nsu-submit:hover .text-wrap,
.dt-wc-btn:hover .text-wrap,
input#place_order:hover .text-wrap,
.woocommerce-Reviews .submit:hover .text-wrap,
input.button:hover .text-wrap,
.cart-btn-below-img .woo-buttons a:hover .text-wrap,
input[name="save_address"]:hover .text-wrap,
.wc-layout-list .woo-buttons a:hover .text-wrap,
.post-password-form input[type="submit"]:hover .text-wrap,
.mc4wp-form input[type="submit"]:hover .text-wrap,
div.mc4wp-form button[type="submit"]:hover .text-wrap,
.tml-submit-wrap input[type="submit"]:hover .text-wrap,
.wpcf7-form input[type="submit"]:hover .text-wrap,
input[type="submit"]:not([name="update_cart"]):hover .text-wrap,
.woocommerce-widget-layered-nav-dropdown__submit:hover .text-wrap,
.give-btn.give-btn-reveal:hover .text-wrap {
  color: #ffffff;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style),
.mec-event-footer .mec-booking-button,
.give-btn.give-btn-reveal {
  background-color: #80c342;
  background-image: none;
  background: #80c342;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover),
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover) {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.mec-event-footer .mec-booking-button:hover,
.give-btn.give-btn-reveal:hover {
  background: none;
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
  border-color: #000000;
}
.btn-hover-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.btn-hover-bg-off .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off .give-btn.give-btn-reveal:hover {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color,
.mec-event-footer .mec-booking-button.accent-btn-bg-color,
.give-btn.give-btn-reveal.accent-btn-bg-color {
  background: #000000;
}
.accent-gradient .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color,
.accent-gradient .mec-event-footer .mec-booking-button.accent-btn-bg-color,
.accent-gradient .give-btn.give-btn-reveal.accent-btn-bg-color {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover {
  background: #000000;
}
.accent-gradient #page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover,
.accent-gradient #page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
.accent-gradient #page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.default-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.default-btn-bg-hover-color:hover {
  background: none;
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.btn-light:hover,
.outline-bg-btn:hover {
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.dt-btn.btn-hover-off:hover {
  background-color: #80c342 !important;
  background: #80c342 !important;
  background: -webkit-linear-gradient() !important;
  background: linear-gradient() !important;
}
.dt-btn:not(.btn-custom-style),
.btn-link {
  color: #ffffff;
}
.dt-btn:not(.btn-custom-style) *,
.sidebar .dt-btn:not(.btn-custom-style),
.content .sidebar-content .dt-btn:not(.btn-custom-style),
.footer .dt-btn:not(.btn-custom-style),
.content .shortcode-banner-inside .dt-btn:not(.btn-custom-style) *,
.content .dt-btn:not(.btn-custom-style),
.btn-link *,
.sidebar .btn-link,
.content .sidebar-content .btn-link,
.footer .btn-link,
.content .shortcode-banner-inside .btn-link *,
.content .btn-link {
  color: #ffffff;
}
.dt-btn:not(.btn-custom-style):hover,
.dt-btn:not(.btn-custom-style):hover > *,
.btn-link:hover,
.btn-link:hover > * {
  color: #ffffff;
}
.dt-btn:not(.btn-custom-style).accent-btn-color > span,
.dt-btn:not(.btn-custom-style).accent-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="dt-icon-"],
.btn-link.accent-btn-color > span,
.btn-link.accent-btn-color > .text-wrap *,
.btn-link.accent-btn-color > i[class^="fa"],
.btn-link.accent-btn-color > i[class^="dt-icon-"] {
  color: #000000;
}
.dt-btn:not(.btn-custom-style).title-btn-color,
.dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.btn-link.title-btn-color,
.btn-link.title-btn-color > span,
.btn-link.title-btn-color > .text-wrap *,
.btn-link.title-btn-color > i[class^="fa"],
.btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #333333;
}
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > span,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.sidebar-content .btn-link.title-btn-color,
.sidebar-content .btn-link.title-btn-color > span,
.sidebar-content .btn-link.title-btn-color > .text-wrap *,
.sidebar-content .btn-link.title-btn-color > i[class^="fa"],
.sidebar-content .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #333333;
}
.footer .dt-btn:not(.btn-custom-style).title-btn-color,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > span,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.footer .btn-link.title-btn-color,
.footer .btn-link.title-btn-color > span,
.footer .btn-link.title-btn-color > .text-wrap *,
.footer .btn-link.title-btn-color > i[class^="fa"],
.footer .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #ffffff;
}
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.title-btn-hover-color:hover > span,
.btn-link.title-btn-hover-color:hover > .text-wrap *,
.btn-link.title-btn-hover-color:hover > i[class^="fa"],
.btn-link.title-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: #333333 !important;
}
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.default-btn-hover-color:hover > span,
.btn-link.default-btn-hover-color:hover > .text-wrap *,
.btn-link.default-btn-hover-color:hover > i[class^="fa"],
.btn-link.default-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: #ffffff !important;
}
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > span,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > .text-wrap *,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="fa"],
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="dt-icon-"],
#page .btn-link.accent-btn-hover-color:hover > span,
#page .btn-link.accent-btn-hover-color:hover > .text-wrap *,
#page .btn-link.accent-btn-hover-color:hover > i[class^="fa"],
#page .btn-link.accent-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: #000000 !important;
}
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > span,
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > .text-wrap * {
  color: #000000;
}
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > span,
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > .text-wrap * {
  background: none;
  color: #ffffff;
}
.custom-btn-hover-color .dt-btn:hover > .text-wrap * {
  color: inherit;
}
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > span,
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > .text-wrap * {
  color: #000000;
}
.light-bg-btn {
  background-color: #f7f7f7;
}
.outline-element-decoration .light-bg-btn {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .light-bg-btn {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.light-bg-btn:hover {
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
#page .light-bg-btn.accent-btn-bg-hover-color:hover {
  background: #000000;
}
.accent-gradient #page .light-bg-btn.accent-btn-bg-hover-color:hover {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.btn-light {
  background-color: #f7f7f7;
  background-image: none;
}
.outline-element-decoration .btn-light {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.btn-light:hover {
  background-image: none;
  background-color: #f7f7f7;
}
.outline-element-decoration .btn-light:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light:hover {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-btn.outline-bg-btn {
  background: none;
}
.accent-gradient .dt-btn.outline-bg-btn {
  background: none;
}
.dt-btn.outline-bg-btn:hover {
  border-color: transparent;
}
.outline-bg-btn {
  border-color: #80c342;
}
.outline-bg-btn:hover {
  border-color: #57862a;
  background: #57862a;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.outline-bg-btn.accent-btn-bg-color {
  border-color: #000000;
}
#page .outline-bg-btn.accent-btn-bg-hover-color:hover {
  background: #000000;
  border-color: transparent;
}
.accent-gradient #page .outline-bg-btn.accent-btn-bg-hover-color:hover {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.outline-btn {
  border-color: #80c342;
}
.outline-btn:hover {
  border-color: #57862a;
  background: none;
}
.outline-btn.accent-btn-bg-color {
  border-color: #000000;
}
#page .outline-btn.accent-btn-bg-hover-color:hover {
  border-color: #000000;
}
.dt-btn-link,
.dt-btn-link > span,
.dt-btn-link > i {
  color: #000000;
}
.dt-btn-link:after {
  background: #000000;
}
.accent-gradient .dt-btn-link:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpb_content_element .wpb_tabs_nav > li > a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_tabs_nav > li > a {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_tabs_nav > li > a {
  color: #333333;
}
.footer .wpb_content_element .wpb_tabs_nav > li > a {
  color: #ffffff;
}
.wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a {
  color: #000000;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: #f7f7f7;
}
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.accent-gradient .footer .wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  background: #ffffff;
}
.wpb_tabs.tab-style-two {
  background-color: #f7f7f7;
}
.outline-element-decoration .wpb_tabs.tab-style-two {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .wpb_tabs.tab-style-two {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #000000;
}
.accent-gradient .wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.tab-style-four.wpb_tabs {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tab-style-four.wpb_tabs {
  background-color: #f7f7f7;
}
.outline-element-decoration .tab-style-four.wpb_tabs {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tabs {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tabs .wpb_tabs_nav {
  background-color: #000000;
}
.accent-gradient .tab-style-four.wpb_tabs .wpb_tabs_nav {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpb_tour.tab-style-one,
.tab-style-one.wpb_tour .wpb_tabs_nav li {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: #f7f7f7;
}
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #000000;
}
.accent-gradient #page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.accent-gradient #page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #000000;
}
.accent-gradient .wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.wpb_tour.tab-style-two .wpb_tab {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #000000;
}
.accent-gradient #page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
.accent-gradient #page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active a {
  color: #fff;
}
.wpb_tour.tab-style-three .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(133,134,140,0.15);
}
.footer .wpb_tour.tab-style-three .wpb_tabs_nav li,
.footer .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(255,255,255,0.15);
}
.tab-style-four.wpb_tour {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tab-style-four.wpb_tour {
  background-color: #f7f7f7;
}
.outline-element-decoration .tab-style-four.wpb_tour {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tour {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tour .wpb_tabs_nav {
  background-color: #000000;
}
.accent-gradient .tab-style-four.wpb_tour .wpb_tabs_nav {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpb_content_element .wpb_accordion_header > a span {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_accordion_header > a span {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_accordion_header > a span {
  color: #333333;
}
.footer .wpb_content_element .wpb_accordion_header > a span {
  color: #ffffff;
}
#page .wpb_accordion .wpb_accordion_wrapper > a:hover span,
#page .wpb_content_element .wpb_accordion_header a:hover span {
  color: #000000;
}
#page .wf-container-footer .wpb_accordion .wpb_accordion_wrapper > a:hover span,
.accent-gradient #page .footer .wpb_accordion .wpb_accordion_wrapper > a:hover span,
#page .wf-container-footer .wpb_content_element .wpb_accordion_header a:hover span,
.accent-gradient #page .footer .wpb_content_element .wpb_accordion_header a:hover span {
  color: #ffffff;
  background: none;
}
.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.sidebar-content .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(133,134,140,0.15);
}
.footer .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(255,255,255,0.15);
}
.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: #f7f7f7;
}
.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(133,134,140,0.15);
}
.wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: ;
}
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:hover:after,
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .ui-state-active > a:hover:after {
  color: #000000;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active > a:after {
  color: ;
}
.hr-thick {
  border-color: rgba(133,134,140,0.1);
}
.hr-thin {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51,51,51,0.12);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.hr-thin.style-dashed {
  border-top-style: dashed;
  border-bottom: none;
}
.hr-thin.style-dotted {
  border-top-style: dotted;
  border-bottom: none;
}
.hr-thin.style-double {
  border-top-style: double;
  border-top-width: 3px;
  border-bottom: none;
}
.accent-border-color .separator-holder,
.accent-border-color.hr-thin,
.accent-border-color.hr-thick {
  border-color: #000000;
}
.accent-gradient .accent-border-color.hr-thin.style-line,
.accent-gradient .accent-border-color.hr-thick {
  border-width: 0;
  border-color: #000000;
  -moz-border-image: -moz-linear-gradient();
  -webkit-border-image: -webkit-linear-gradient();
  border-image: linear-gradient();
  border-image-slice: 1;
}
.dt-fancy-title.bg-on,
hr.gf_rule {
  background-color: rgba(133,134,140,0.08);
}
.sidebar .dt-fancy-title.bg-on,
.sidebar-content .dt-fancy-title.bg-on,
.sidebar hr.gf_rule,
.sidebar-content hr.gf_rule {
  background-color: rgba(133,134,140,0.08);
}
.footer .dt-fancy-title.bg-on,
.footer hr.gf_rule {
  background-color: rgba(255,255,255,0.08);
}
.accent-border-color .dt-fancy-title.bg-on {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .accent-border-color .dt-fancy-title.bg-on {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .accent-border-color .dt-fancy-title.bg-on,
.accent-gradient .footer .accent-border-color .dt-fancy-title.bg-on {
  background: #ffffff;
}
#page .accent-title-color .dt-fancy-title {
  color: #000000;
}
#page .wf-container-footer .accent-title-color .dt-fancy-title,
.accent-gradient #page .footer .accent-title-color .dt-fancy-title {
  color: #ffffff;
  background: none;
}
.title-color .dt-fancy-title {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .title-color .dt-fancy-title {
  color: #333333;
}
.sidebar-content .title-color .dt-fancy-title {
  color: #333333;
}
.footer .title-color .dt-fancy-title {
  color: #ffffff;
}
.dt-fancy-separator,
.dt-fancy-separator * {
  color: #b4b5bb;
}
.sidebar-content .dt-fancy-separator,
.sidebar-content .dt-fancy-separator * {
  color: rgba(133,134,140,0.5);
}
.footer .dt-fancy-separator,
.footer .dt-fancy-separator * {
  color: rgba(255,255,255,0.5);
}
.separator-holder {
  border-color: rgba(51,51,51,0.12);
}
.separator-holder,
.accent-border-color .bg-on .separator-holder {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .separator-holder,
.sidebar-content .separator-holder,
.sidebar .accent-border-color .bg-on .separator-holder,
.sidebar-content .accent-border-color .bg-on .separator-holder {
  border-color: rgba(133,134,140,0.15);
}
.footer .separator-holder,
.footer .accent-border-color .bg-on .separator-holder {
  border-color: rgba(255,255,255,0.15);
}
.dt-fancy-title.bg-on {
  min-height: 28px;
  line-height: 28px;
}
.text-small .dt-fancy-title.bg-on {
  min-height: 26px;
  line-height: 26px;
}
.text-big .dt-fancy-title.bg-on {
  min-height: 32px;
  line-height: 32px;
}
.h1-size .dt-fancy-title.bg-on {
  min-height: 84px;
  line-height: 84px;
}
.h2-size .dt-fancy-title.bg-on {
  min-height: 64px;
  line-height: 64px;
}
.h3-size .dt-fancy-title.bg-on {
  min-height: 48px;
  line-height: 48px;
}
.h4-size .dt-fancy-title.bg-on {
  min-height: 40px;
  line-height: 40px;
}
.h5-size .dt-fancy-title.bg-on {
  min-height: 32px;
  line-height: 32px;
}
.h6-size .dt-fancy-title.bg-on {
  min-height: 28px;
  line-height: 28px;
}
.vc_pie_chart .vc_pie_chart_value {
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(51,51,51,0.1) !important;
}
.shortcode-tooltip {
  color: #45b2ec;
  border-color: #45b2ec;
}
.borderframe .shortcode-single-image {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .borderframe .shortcode-single-image,
.sidebar-content .borderframe .shortcode-single-image {
  border-color: rgba(133,134,140,0.15);
}
.footer .borderframe .shortcode-single-image {
  border-color: rgba(255,255,255,0.15);
}
.shortcode-single-caption {
  font-size: 14px;
  line-height: 25px;
  color: #b4b5bb;
}
.sidebar-content .shortcode-single-caption {
  color: rgba(133,134,140,0.5);
}
.footer .shortcode-single-caption {
  color: rgba(255,255,255,0.5);
}
.borderframe.br-standard .shortcode-single-image {
  background-color: #f7f7f7;
}
.shadow-element-decoration .borderframe.br-standard .shortcode-single-image {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .borderframe.br-standard .shortcode-single-image {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.frame-on {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .frame-on,
.sidebar-content .frame-on {
  border-color: rgba(133,134,140,0.15);
}
.footer .frame-on {
  border-color: rgba(255,255,255,0.15);
}
.frame-on.frame-fancy {
  background-color: #f7f7f7;
}
.outline-element-decoration .frame-on.frame-fancy {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .frame-on.frame-fancy {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-single-image-wrap .rollover-icon {
  color: #000000;
  border-color: #000000;
}
.dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
  background-color: #000000;
}
.accent-gradient .dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.list-divider li {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .list-divider li,
.sidebar-content .list-divider li {
  border-color: rgba(133,134,140,0.15);
}
.footer .list-divider li {
  border-color: rgba(255,255,255,0.15);
}
.standard-number-list.list-divider.bullet-top li:before,
.standard-number-list.list-divider li:first-child:before {
  top: 12.5px;
}
.standard-arrow.list-divider.bullet-top li:before,
.standard-arrow.list-divider.bullet-top li:after {
  top: 14.5px;
  margin-top: 0;
}
.standard-number-list.bullet-top li:before,
.standard-number-list.bullet-top li:first-child:before {
  top: 2.5px;
}
.standard-arrow.bullet-top li:before,
.standard-arrow.list-divider li:first-child:before,
.standard-arrow.list-divider li:first-child:after,
.standard-arrow.bullet-top li:after {
  top: 6.5px;
  margin-top: 0;
}
.standard-number-list li:before,
.standard-arrow li:before {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .standard-number-list li:before,
.accent-gradient .standard-arrow li:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .standard-number-list li:before,
.accent-gradient .footer .standard-number-list li:before,
.footer .standard-arrow li:before,
.accent-gradient .footer .standard-arrow li:before {
  background: #ffffff;
}
.content .soc-ico a:before {
  background-color: rgba(133,134,140,0.15);
}
.sidebar .soc-ico a:before,
.sidebar-content .soc-ico a:before {
  background-color: rgba(133,134,140,0.15);
}
.footer .soc-ico a:before {
  background-color: rgba(255,255,255,0.15);
}
.dt-shortcode-soc-icons a.dt-icon-bg-on:before,
.content .dt-team-shortcode.dt-icon-bg-on .soc-ico a:before,
.dt-shortcode-icon.dt-icon-bg-on .icon-inner:before,
.text-icon.dt-icon-bg-on .icon-inner:before {
  border-color: #000000;
  background-color: #000000;
}
.accent-gradient .dt-shortcode-soc-icons a.dt-icon-bg-on:before,
.accent-gradient .content .dt-team-shortcode.dt-icon-bg-on .soc-ico a:before,
.accent-gradient .dt-shortcode-icon.dt-icon-bg-on .icon-inner:before,
.accent-gradient .text-icon.dt-icon-bg-on .icon-inner:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.dt-shortcode-soc-icons a.dt-icon-border-on:before,
.dt-shortcode-icon.dt-icon-border-on:before,
.text-icon.dt-icon-border-on:before {
  border-color: #000000;
}
.dt-shortcode-soc-icons a.dt-icon-hover-border-on:after,
.dt-shortcode-icon.dt-icon-hover-border-on:after,
.text-icon.dt-icon-hover-border-on:after {
  border-color: #000000;
}
#main .soc-ico a:hover,
#footer .soc-ico a:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main .soc-ico a:after,
#footer .soc-ico a:after {
  background-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .soc-ico a:after {
  background: #ffffff;
}
.accent-gradient #main .soc-ico a:hover,
.accent-gradient #footer .soc-ico a:hover {
  background: none;
}
.accent-gradient #main .soc-ico a:after,
.accent-gradient #footer .soc-ico a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.accent-gradient #footer .soc-ico a:after {
  background: #ffffff;
}
.dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after,
.content .dt-team-shortcode.dt-icon-hover-bg-on .soc-ico a:after,
.dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after,
.text-icon.dt-icon-hover-bg-on .icon-inner:after {
  border-color: #000000;
  background-color: #000000;
}
.accent-gradient .dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after,
.accent-gradient .content .dt-team-shortcode.dt-icon-hover-bg-on .soc-ico a:after,
.accent-gradient .dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after,
.accent-gradient .text-icon.dt-icon-hover-bg-on .icon-inner:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.dt-shortcode-soc-icons a .soc-font-icon,
#main .dt-team-shortcode .soc-ico a .soc-font-icon,
.dt-shortcode-icon .soc-icon,
.text-icon .soc-icon {
  color: #000000;
}
.content .soc-ico a:not(:hover) .soc-font-icon {
  color: #85868c;
}
.sidebar .soc-ico a:not(:hover) .soc-font-icon,
.sidebar-content .soc-ico a:not(:hover) .soc-font-icon {
  color: #85868c;
}
.footer .soc-ico a:not(:hover) .soc-font-icon {
  color: #ffffff;
}
.dt-style.vc_progress_bar.default-bg .vc_single_bar {
  background-color: #f7f7f7;
}
.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(133,134,140,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(133,134,140,0.2);
  background: none;
}
.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(133,134,140,0.15);
}
.pb-style-two .vc_label,
.pb-style-three .vc_label {
  color: #333333;
  font-size: 13px;
  line-height: 23px;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-three .vc_label {
  color: #333333;
}
.sidebar-content .pb-style-two .vc_label,
.sidebar-content .pb-style-three .vc_label {
  color: #333333;
}
.footer .pb-style-two .vc_label,
.footer .pb-style-three .vc_label {
  color: #ffffff;
}
#page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
  color: #fff;
  background-color: #000000;
}
.accent-gradient #page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer #page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar,
.accent-gradient .footer #page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
  background: #ffffff;
}
blockquote:not(.shortcode-blockquote),
blockquote.shortcode-blockquote.block-style-widget,
.block-style-widget {
  background-color: #f7f7f7;
}
.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .block-style-widget {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .block-style-widget {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-pullquote:after,
.shortcode-action-bg:before {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .shortcode-pullquote:after,
.accent-gradient .shortcode-action-bg:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .shortcode-pullquote:after,
.accent-gradient .footer .shortcode-pullquote:after,
.footer .shortcode-action-bg:before,
.accent-gradient .footer .shortcode-action-bg:before {
  background: #ffffff;
}
blockquote.shortcode-blockquote {
  border-color: rgba(51,51,51,0.12);
}
.sidebar blockquote.shortcode-blockquote,
.sidebar-content blockquote.shortcode-blockquote {
  border-color: rgba(133,134,140,0.15);
}
.footer blockquote.shortcode-blockquote {
  border-color: rgba(255,255,255,0.15);
}
blockquote,
blockquote *,
.shortcode-pullquote,
.wp-block-quote cite {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .shortcode-pullquote,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-quote cite {
  color: #333333;
}
.sidebar-content blockquote,
.sidebar-content blockquote *,
.sidebar-content .shortcode-pullquote,
.sidebar-content .wp-block-quote cite {
  color: #333333;
}
.footer blockquote,
.footer blockquote *,
.footer .shortcode-pullquote,
.footer .wp-block-quote cite {
  color: #ffffff;
}
blockquote:not(.wp-block-quote) {
  color: #333333;
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.wp-block-pullquote blockquote {
  font:  normal  16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.plain-bg {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .plain-bg,
.sidebar-content .plain-bg {
  border-color: rgba(133,134,140,0.15);
}
.footer .plain-bg {
  border-color: rgba(255,255,255,0.15);
}
.slider-wrapper.arrows-accent .owl-prev i,
.slider-wrapper.arrows-accent .owl-next i {
  background-color: rgba(0,0,0,0.9);
}
.accent-gradient .slider-wrapper.arrows-accent .owl-prev i,
.accent-gradient .slider-wrapper.arrows-accent .owl-next i {
  background: rgba(0,0,0,0.9);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.slider-wrapper.arrows-accent .owl-prev:hover i,
.slider-wrapper.arrows-accent .owl-next:hover i {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .slider-wrapper.arrows-accent .owl-prev:hover i,
.accent-gradient .slider-wrapper.arrows-accent .owl-next:hover i {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .slider-wrapper.arrows-accent .owl-prev:hover i,
.accent-gradient .footer .slider-wrapper.arrows-accent .owl-prev:hover i,
.footer .slider-wrapper.arrows-accent .owl-next:hover i,
.accent-gradient .footer .slider-wrapper.arrows-accent .owl-next:hover i {
  background: #ffffff;
}
.dt-owl-item .post.bg-on {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dt-owl-item .post.bg-on:before {
  background-color: #f7f7f7;
}
.outline-element-decoration .dt-owl-item .post.bg-on:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-owl-item .post.bg-on:before {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
input::-webkit-input-placeholder {
  color: rgba(133,134,140,0.5);
}
input:-moz-placeholder {
  color: rgba(133,134,140,0.5);
}
textarea::-webkit-input-placeholder {
  color: rgba(133,134,140,0.5);
}
textarea:-moz-placeholder {
  color: rgba(133,134,140,0.5);
}
input:focus::-webkit-input-placeholder {
  color: rgba(133,134,140,0.15);
}
input:focus:-moz-placeholder {
  color: rgba(133,134,140,0.15);
}
textarea:focus::-webkit-input-placeholder {
  color: rgba(133,134,140,0.15);
}
textarea:focus:-moz-placeholder {
  color: rgba(133,134,140,0.15);
}
.form-fields label,
.comment-form label {
  color: #85868c;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea,
.wpcf7-number {
  color: #85868c;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding: 5px 15px 5px 15px;
  border-color: rgba(51,51,51,0.12);
  background-color: #fcfcfc;
  border-radius: 0px;
}
.content input[type="text"],
.content input[type="search"],
.content input[type="tel"],
.content input[type="url"],
.content input[type="email"],
.content input[type="number"],
.content input[type="date"],
.content input[type="range"],
.content input[type="password"],
.content select,
.content textarea,
.content .wpcf7-number {
  font-size: 14px;
  line-height: 25px;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
.wpcf7-number {
  height: 40px;
}
.formError + input,
.formError + textarea {
  border-color: #f55b5f;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(133,134,140,0.5)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.widget .dt-form .dt-btn,
.dt-form .dt-btn,
.comment-form .dt-btn {
  font:  normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 18px 12px 18px;
  min-height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-3d .widget .dt-form .dt-btn,
.btn-3d .dt-form .dt-btn,
.btn-3d .comment-form .dt-btn {
  min-height: 38px;
  line-height: 38px;
}
input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"] {
  font:  normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 18px 12px 18px;
  min-height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-3d input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),
.btn-3d .post-password-form input[type="submit"],
.btn-3d .mc4wp-form input[type="submit"],
.btn-3d div.mc4wp-form button[type="submit"],
.btn-3d .tml-submit-wrap input[type="submit"],
.btn-3d .wpcf7-form input[type="submit"] {
  min-height: 38px;
  line-height: 38px;
}
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors {
  background: #000000;
}
.popup-message-style.accent-gradient .parentFormundefined,
.inline-message-style.accent-gradient .parentFormundefined,
.popup-message-style.accent-gradient .wpcf7-mail-sent-ok,
.inline-message-style.accent-gradient .wpcf7-mail-sent-ok,
.popup-message-style.accent-gradient .wpcf7-validation-errors,
.inline-message-style.accent-gradient .wpcf7-validation-errors {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.parentFormundefined .formErrorContent,
.wpcf7-mail-sent-ok .formErrorContent,
.wpcf7-validation-errors .formErrorContent {
  font:  normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page .parentFormundefined,
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
#page .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
#page .wpcf7-validation-errors,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors {
  background: ;
  color: #ffffff !important;
  border: none;
}
#page .parentFormundefined .formErrorContent,
#page .parentFormundefined .formErrorContent a,
#page .parentFormundefined .close-message
		#page .parentFormundefined a,
.popup-message-style .parentFormundefined .formErrorContent,
.popup-message-style .parentFormundefined .formErrorContent a,
.popup-message-style .parentFormundefined .close-message
		.popup-message-style .parentFormundefined a,
.inline-message-style .parentFormundefined .formErrorContent,
.inline-message-style .parentFormundefined .formErrorContent a,
.inline-message-style .parentFormundefined .close-message
		.inline-message-style .parentFormundefined a,
#page .wpcf7-mail-sent-ok .formErrorContent,
#page .wpcf7-mail-sent-ok .formErrorContent a,
#page .wpcf7-mail-sent-ok .close-message
		#page .wpcf7-mail-sent-ok a,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.popup-message-style .wpcf7-mail-sent-ok .close-message
		.popup-message-style .wpcf7-mail-sent-ok a,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.inline-message-style .wpcf7-mail-sent-ok .close-message
		.inline-message-style .wpcf7-mail-sent-ok a,
#page .wpcf7-validation-errors .formErrorContent,
#page .wpcf7-validation-errors .formErrorContent a,
#page .wpcf7-validation-errors .close-message
		#page .wpcf7-validation-errors a,
.popup-message-style .wpcf7-validation-errors .formErrorContent,
.popup-message-style .wpcf7-validation-errors .formErrorContent a,
.popup-message-style .wpcf7-validation-errors .close-message
		.popup-message-style .wpcf7-validation-errors a,
.inline-message-style .wpcf7-validation-errors .formErrorContent,
.inline-message-style .wpcf7-validation-errors .formErrorContent a,
.inline-message-style .wpcf7-validation-errors .close-message
		.inline-message-style .wpcf7-validation-errors a {
  color: #ffffff;
}
#page .parentFormundefined:before,
.popup-message-style .parentFormundefined:before,
.inline-message-style .parentFormundefined:before,
#page .wpcf7-mail-sent-ok:before,
.popup-message-style .wpcf7-mail-sent-ok:before,
.inline-message-style .wpcf7-mail-sent-ok:before,
#page .wpcf7-validation-errors:before,
.popup-message-style .wpcf7-validation-errors:before,
.inline-message-style .wpcf7-validation-errors:before {
  color: #ffffff;
}
.comment-form-cookies-consent label,
.form-terms-text {
  font-size: 13px;
  line-height: 23px;
}
.dt-arrow-border-on .owl-carousel .owl-nav a:not(:hover):before {
  border-color: #000000;
}
.dt-arrow-hover-border-on .owl-carousel .owl-nav a:hover:after {
  border-color: #000000;
}
.arrows-bg-on.owl-carousel .owl-nav a:before {
  background-color: #000000;
}
.accent-gradient .arrows-bg-on.owl-carousel .owl-nav a:before {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.arrows-hover-bg-on.owl-carousel .owl-nav a:after {
  background-color: #000000;
}
.accent-gradient .arrows-hover-bg-on.owl-carousel .owl-nav a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.owl-carousel .owl-nav i,
.owl-carousel .owl-nav i:before {
  color: #000000;
}
.owl-carousel .owl-nav a:hover i {
  color: #000000;
}
.owl-carousel.bullets-scale-up .owl-dot span {
  background: #000000;
}
.owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span,
.owl-carousel.bullets-scale-up .owl-dot.active span {
  background: #000000;
}
.owl-carousel.bullets-stroke .owl-dot:not(.active) span {
  background: #000000;
}
.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
  background: #000000;
}
.owl-carousel.bullets-stroke .owl-dot.active span {
  box-shadow: 0 0 0 2px #000000;
}
.owl-carousel.bullets-fill-in .owl-dot span {
  box-shadow: inset 0 0 0 2px #000000;
}
.owl-carousel.bullets-fill-in .owl-dot:not(.active):hover span {
  box-shadow: inset 0 0 0 2px #000000;
}
.owl-carousel.bullets-fill-in .owl-dot.active span {
  box-shadow: inset 0 0 0 20px #000000;
}
.owl-carousel.bullets-small-dot-stroke .owl-dot span {
  background: #000000;
}
.owl-carousel.bullets-small-dot-stroke .owl-dot:not(.active):hover span,
.owl-carousel.bullets-small-dot-stroke .owl-dot.active span {
  background: #000000;
}
.owl-carousel.bullets-small-dot-stroke .owl-dot.active {
  box-shadow: 0 0 0 2px #000000;
}
.owl-carousel.bullets-ubax .owl-dot span {
  background: #000000;
}
.owl-carousel.bullets-ubax .owl-dot.active span {
  border-color: #000000;
}
.owl-carousel.bullets-ubax .owl-dot:not(.active):hover span {
  background: #000000;
}
.owl-carousel.bullets-etefu .owl-dot span {
  background: #000000;
}
.owl-carousel.bullets-etefu .owl-dot:not(.active):hover span {
  background: #000000;
}
.owl-carousel.bullets-etefu .owl-dot span:before {
  background: #000000;
}
.full-width-wrap .dt-shortcode .filter {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.filter {
  margin-bottom: 50px;
}
.paginator {
  margin-top: 50px;
}
.filter-categories a,
.filter-categories .customSelect {
  font:   bold 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.filter a,
.filter a *,
.filter .customSelect {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter .customSelect {
  color: #333333;
}
.sidebar-content .filter a,
.sidebar-content .filter a *,
.sidebar-content .filter .customSelect {
  color: #333333;
}
.footer .filter a,
.footer .filter a *,
.footer .filter .customSelect {
  color: #ffffff;
}
.filter-categories a,
.filter-extras > div {
  padding: 5px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
}
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a:hover,
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a.act {
  color: #000000;
}
.filter-bg-decoration .filter-categories a {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.filter-bg-decoration .filter-categories a:not(.act):hover {
  color: #000000;
}
.filter-bg-decoration .filter-categories a:after {
  display: none;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
  background-color: #000000;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.accent-gradient .filter-bg-decoration .filter-categories a.act {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .filter-bg-decoration .filter-categories a.act,
.accent-gradient .footer .filter-bg-decoration .filter-categories a.act {
  background: #ffffff;
}
.filter-underline-decoration .filter-categories a:after {
  color: #fff;
  background-color: #000000;
  height: 2px;
}
.accent-gradient .filter-underline-decoration .filter-categories a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .filter-underline-decoration .filter-categories a:after,
.accent-gradient .footer .filter-underline-decoration .filter-categories a:after {
  background: #ffffff;
}
#page .filter-switch {
  background-color: rgba(0,0,0,0.2);
}
.accent-gradient #page .filter-switch {
  background: rgba(0,0,0,0.2);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.filter:not(.filter-bg-decoration) .filter-categories a.act:after,
.filter-switch-toggle {
  background-color: #000000;
}
.accent-gradient .filter:not(.filter-bg-decoration) .filter-categories a.act:after,
.accent-gradient .filter-switch-toggle {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.paginator a,
.paginator a * {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a * {
  color: #333333;
}
.sidebar-content .paginator a,
.sidebar-content .paginator a * {
  color: #333333;
}
.footer .paginator a,
.footer .paginator a * {
  color: #ffffff;
}
.paginator .button-load-more,
.paginator .loading-ready {
  font-size: 14px;
  line-height: 25px;
}
.paginator .button-load-more {
  border-color: rgba(51,51,51,0.1);
  font-size: 14px;
  line-height: 25px;
}
.paginator .button-load-more.animate-load,
.paginator .button-load-more:hover {
  border-color: rgba(51,51,51,0.21);
}
.paginator .button-load-more.animate-load .stick,
.paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #333333;
  border-right-color: #333333;
}
.paginator:not(.paginator-more-button) a {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator:not(.paginator-more-button) a {
  color: #333333;
}
.sidebar-content .paginator:not(.paginator-more-button) a {
  color: #333333;
}
.footer .paginator:not(.paginator-more-button) a {
  color: #ffffff;
}
.paginator:not(.paginator-more-button) a:after {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
#footer.solid-bg {
  background: #80c342 none repeat center top;
}
#footer.footer-outline-decoration {
  border-top: 1px solid rgba(129,215,66,0.96);
}
.wf-container-footer,
.footer.full-width-line {
  border-top: 1px solid #80c342;
}
.header-side-left.footer-overlap.boxed-layout:not(.sticky-header) #footer,
.header-side-right.footer-overlap.boxed-layout:not(.sticky-header) #footer {
  max-width: 1640px;
}
#footer .wf-container-footer {
  padding-top: 60px;
  padding-bottom: 25px;
}
#footer .wf-container {
  margin: 0 -25px;
}
.footer .widget {
  color: #ffffff;
  padding: 0 25px;
}
.footer .widget,
.footer .tp_recent_tweets li {
  font-size: 14px;
  line-height: 25px;
}
#bottom-bar.solid-bg {
  background: #57862a none repeat center top;
}
.wf-container-bottom,
#bottom-bar.full-width-line {
  border-top: 1px solid #57862a;
}
.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
}
#bottom-bar {
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
}
#bottom-bar .mini-nav li:before {
  border-left-color: #38393a;
}
.footer-sub-nav > li.act > a .menu-text,
.footer-sub-nav > li:not(.act):hover > a .menu-text,
.footer-sub-nav > li.act > a .subtitle-text,
.footer-sub-nav > li:not(.act):hover > a .subtitle-text {
  color: #000000;
  color: #ffffff;
  background: none;
}
#bottom-bar a,
#bottom-bar .mini-nav .customSelect,
#bottom-bar .menu-select {
  color: #ffffff;
}
#bottom-bar .mini-search,
#bottom-bar .mini-contacts:before {
  background-color: #000000;
}
#branding-bottom {
  padding: 16px 20px 15px 0px;
}
.no-avatar,
.testim-no-avatar {
  border: 1px solid;
  border-color: rgba(51,51,51,0.12);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .testim-no-avatar,
.sidebar-content .testim-no-avatar {
  border-color: rgba(133,134,140,0.15);
}
.footer .no-avatar,
.footer .testim-no-avatar {
  border-color: rgba(255,255,255,0.15);
}
.testim-no-avatar svg {
  fill: rgba(51,51,51,0.12);
}
.no-avatar,
.no-avatar:after,
.comment-list .no-avatar:after {
  color: rgba(51,51,51,0.12);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .no-avatar:after,
.sidebar-content .no-avatar:after,
.sidebar .comment-list .no-avatar:after,
.sidebar-content .comment-list .no-avatar:after {
  color: rgba(133,134,140,0.15);
}
.footer .no-avatar,
.footer .no-avatar:after,
.footer .comment-list .no-avatar:after {
  color: rgba(255,255,255,0.15);
}
.scroll-top {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  font:  normal  14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
.wpcf7-select {
  height: 39px;
  min-width: 200px;
}
a.clear-form,
#cancel-comment-reply-link {
  font-size: 13px;
  line-height: 23px;
  color: #b4b5bb;
}
.sidebar-content a.clear-form,
.sidebar-content #cancel-comment-reply-link {
  color: rgba(133,134,140,0.5);
}
.footer a.clear-form,
.footer #cancel-comment-reply-link {
  color: rgba(255,255,255,0.5);
}
.customSelect {
  font:  normal  14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  background-color: rgba(133,134,140,0.08);
}
.sidebar .customSelect,
.sidebar-content .customSelect {
  background-color: rgba(133,134,140,0.08);
}
.footer .customSelect {
  background-color: rgba(255,255,255,0.08);
}
.shortcode-code {
  background-color: #f7f7f7;
}
.shadow-element-decoration .shortcode-code {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .shortcode-code {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.content table,
.content td,
.content th {
  border-color: rgba(51,51,51,0.12);
}
.dt-highlight {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .dt-highlight {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .dt-highlight,
.accent-gradient .footer .dt-highlight {
  background: #ffffff;
}
.post-content .text-secondary {
  color: #b4b5bb;
}
.sidebar-content .post-content .text-secondary {
  color: rgba(133,134,140,0.5);
}
.footer .post-content .text-secondary {
  color: rgba(255,255,255,0.5);
}
#page .items-grid .post-content a:hover,
#page .post-content a:hover {
  color: #000000;
}
#page .wf-container-footer .items-grid .post-content a:hover,
.accent-gradient #page .footer .items-grid .post-content a:hover,
#page .wf-container-footer .post-content a:hover,
.accent-gradient #page .footer .post-content a:hover {
  color: #ffffff;
  background: none;
}
.shortcode-banner-bg > * {
  line-height: 25px;
}
.content .wp-block-quote:not(.is-style-large),
.content .wp-block-quote.is-style-large {
  border-color: #000000;
}
.wp-block-separator {
  border-bottom-color: rgba(51,51,51,0.12);
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  background: #000000;
}
blockquote.has-accent-color,
.wp-block-pullquote blockquote.has-accent-color,
.has-accent-color,
.has-accent-color:hover {
  color: #000000;
}
.has-accent-background-color,
.wp-block-pullquote.is-style-solid-color.has-accent-background-color {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .has-accent-background-color,
.accent-gradient .wp-block-pullquote.is-style-solid-color.has-accent-background-color {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .has-accent-background-color,
.accent-gradient .footer .has-accent-background-color,
.footer .wp-block-pullquote.is-style-solid-color.has-accent-background-color,
.accent-gradient .footer .wp-block-pullquote.is-style-solid-color.has-accent-background-color {
  background: #ffffff;
}
.wp-block-separator.is-style-dots::before {
  color: rgba(51,51,51,0.12);
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-archives li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-posts li a {
  color: #333333;
}
.sidebar-content .wp-block-categories li a,
.sidebar-content .wp-block-archives li a,
.sidebar-content .wp-block-latest-posts li a {
  color: #333333;
}
.footer .wp-block-categories li a,
.footer .wp-block-archives li a,
.footer .wp-block-latest-posts li a {
  color: #ffffff;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover {
  color: #000000;
}
.wp-block-latest-comments__comment-date {
  color: #b4b5bb;
}
.wp-block-latest-comments__comment-meta a {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-comments__comment-meta a {
  color: #333333;
}
.sidebar-content .wp-block-latest-comments__comment-meta a {
  color: #333333;
}
.footer .wp-block-latest-comments__comment-meta a {
  color: #ffffff;
}
.wp-block-latest-comments__comment-meta a:hover {
  color: #000000;
}
#main .wpb_alert strong {
  font:  normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(133,134,140,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.sidebar .layzr-bg,
.sidebar-content .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(133,134,140,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.footer .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(255,255,255,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(133,134,140,0.05);
}
.sidebar .layzr-bg:not(.layzr-bg-transparent),
.sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(133,134,140,0.05);
}
.footer .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(255,255,255,0.05);
}
#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
  background-color: transparent;
}
.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  font-size: 62px;
  line-height: 62px;
  min-height: 62px;
}
.rollover i,
.post-rollover i,
.rollover-video i,
.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover .gallery-rollover,
.enable-bg-rollover.hover-scale figure:after {
  background-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.2);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.buttons-on-img .rollover-content,
.albums .rollover-thumbnails-on i,
.dt-albums-shortcode .rollover-thumbnails-on i,
.rollover-buttons-on i,
.hover-scale .rollover-project:after,
.hover-style-two.content-align-bottom .rollover-project:after,
.portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover.hover-scale article:after {
  background-color: rgba(53,130,222,0.85);
  background: rgba(53,130,222,0.85);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.effect-bubba .rollover-project,
.effect-layla .rollover-project,
.effect-sarah .rollover-project {
  background-color: rgba(53,130,222,0.85);
  background: rgba(53,130,222,0.85);
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.mobile-false .effect-bubba:not(.hover-color-static) .rollover-project:hover > a > img,
.mobile-false .effect-layla:not(.hover-color-static) .rollover-project:hover > a > img,
.mobile-false .effect-sarah:not(.hover-color-static) .rollover-project:hover > a > img,
.mobile-true .effect-bubba:not(.hover-color-static) .is-clicked > a > img,
.mobile-true .effect-layla:not(.hover-color-static) .is-clicked > a > img,
.mobile-true .effect-sarah:not(.hover-color-static) .is-clicked > a > img {
  opacity: 0.3;
}
.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.accent-gradient .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.hover-color-static.hover-scale .rollover-project:after,
.hover-color-static.hover-style-two.content-align-bottom .rollover-project:after {
  background-color: rgba(0,0,0,0.65);
  background-image: none;
}
.hover-color-static.effect-bubba .rollover-project,
.hover-color-static.effect-layla .rollover-project,
.hover-color-static.effect-sarah .rollover-project {
  background-color: #000000;
  background-image: none;
}
.hover-color-static .buttons-on-img i,
.hover-color-static .rollover i,
.hover-color-static .rollover-video i,
.hover-color-static .rollover.rollover-thumbnails-on i,
#page .hover-color-static .buttons-on-img .rollover-content {
  background-color: rgba(0,0,0,0.35);
  background-image: none;
}
.rollover-thumbnails span:first-child i {
  color: #fff;
  background-color: #000000;
}
.accent-gradient .rollover-thumbnails span:first-child i {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.footer .rollover-thumbnails span:first-child i,
.accent-gradient .footer .rollover-thumbnails span:first-child i {
  background: #ffffff;
}
.gallery-shortcode .gallery-zoom-ico,
.blog-shortcode .gallery-zoom-ico,
.blog-carousel-shortcode .gallery-zoom-ico {
  border-color: #000000;
}
.gallery-shortcode .gallery-zoom-ico span,
.gallery-shortcode .gallery-zoom-ico:before,
.blog-shortcode .gallery-zoom-ico span,
.blog-shortcode .gallery-zoom-ico:before,
.blog-carousel-shortcode .gallery-zoom-ico span,
.blog-carousel-shortcode .gallery-zoom-ico:before {
  color: #000000;
}
.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
  background-color: #000000;
}
.accent-gradient .dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico,
.accent-gradient .dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,
.accent-gradient .dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.albums-shortcode .album-zoom-ico {
  border-color: #000000;
}
.albums-shortcode .album-zoom-ico span {
  color: #000000;
}
.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
  background-color: #000000;
}
.accent-gradient .dt-icon-bg-on.albums-shortcode .album-zoom-ico {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.rollover-content {
  line-height: 25px;
}
.rollover-content h2.entry-title {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .rollover-content h2.entry-title {
  color: #333333;
}
.sidebar-content .rollover-content h2.entry-title {
  color: #333333;
}
.footer .rollover-content h2.entry-title {
  color: #ffffff;
}
.portfolio-categories a,
.portfolio-categories a *,
.portfolio-categories span {
  color: #b4b5bb;
}
.gform_wrapper .gsection {
  border-bottom-style:  !important;
  border-bottom-width: ;
  border-bottom-color: rgba(51,51,51,0.12);
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: 13px;
  color: rgba(133,134,140,0.45);
}
#main .gform_wrapper span.ginput_total,
#main .gform_wrapper .gfield_required,
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper .ginput_full input:focus + label {
  color: #000000;
}
.gform_wrapper h3.gform_title,
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
h3.gform_title,
form.mc4wp-form label {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper .gsection .gfield_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h2.gsection_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label {
  color: #333333;
}
.sidebar-content .gform_wrapper h3.gform_title,
.sidebar-content .gform_wrapper .gsection .gfield_label,
.sidebar-content .gform_wrapper h2.gsection_title,
.sidebar-content h3.gform_title,
.sidebar-content form.mc4wp-form label {
  color: #333333;
}
.footer .gform_wrapper h3.gform_title,
.footer .gform_wrapper .gsection .gfield_label,
.footer .gform_wrapper h2.gsection_title,
.footer h3.gform_title,
.footer form.mc4wp-form label {
  color: #ffffff;
}
h3.gform_title,
.gform_wrapper h3.gform_title {
  color: #333333;
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title {
  color: #333333;
  font:  normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
  font:  normal  14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.ngg-albumoverview .ngg-album,
.wpb_separator.wpb_content_element,
.vc_text_separator {
  border-color: rgba(51,51,51,0.12);
}
.sidebar .ngg-albumoverview .ngg-album,
.sidebar-content .ngg-albumoverview .ngg-album,
.sidebar .wpb_separator.wpb_content_element,
.sidebar-content .wpb_separator.wpb_content_element,
.sidebar .vc_text_separator,
.sidebar-content .vc_text_separator {
  border-color: rgba(133,134,140,0.15);
}
.footer .ngg-albumoverview .ngg-album,
.footer .wpb_separator.wpb_content_element,
.footer .vc_text_separator {
  border-color: rgba(255,255,255,0.15);
}
.accent-icon-bg .aio-icon {
  background: #000000 !important;
}
.accent-gradient .accent-icon-bg .aio-icon {
  background: #000000 !important;
  background: -webkit-linear-gradient() !important;
  background: linear-gradient() !important;
}
.accent-icon-color .aio-icon > i {
  color: #000000 !important;
}
.accent-border-color .aio-icon {
  border-color: #000000 !important;
}
.accent-title-color .uvc-main-heading > *,
.accent-title-color .aio-icon-title {
  color: #000000 !important;
}
.accent-subtitle-color .uvc-sub-heading,
.accent-subtitle-color .aio-icon-description {
  color: #000000 !important;
}
.accent-subtitle-color .uvc-main-heading > *,
.accent-title-color .uvc-main-heading > *,
.accent-subtitle-color .uvc-sub-heading,
.accent-title-color .uvc-sub-heading {
  display: inline-block;
}
.accent-border-color .uvc-headings-line {
  border-color: #000000 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.accent-gradient .accent-border-color .uvc-headings-line {
  border-color: transparent;
  -webkit-border-image: -webkit-linear-gradient();
  border-image: linear-gradient();
  border-image-slice: 1;
}
.accent-arrow-bg .slick-arrow {
  background: #000000 !important;
}
.accent-gradient .accent-arrow-bg .slick-arrow {
  background: #000000 !important;
  background: -webkit-linear-gradient() !important;
  background: linear-gradient() !important;
}
.mini-wpml {
  font:  normal bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-wpml,
.mixed-header .mini-wpml,
.classic-header .mobile-mini-widgets .mini-wpml {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
.top-bar .mini-wpml {
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.dt-mobile-header .mini-wpml {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.popup-message-style .wpcf7-validation-errors,
.popup-message-style .wpcf7-mail-sent-ok {
  background-color: #000000;
}
.accent-gradient.popup-message-style .wpcf7-validation-errors,
.accent-gradient.popup-message-style .wpcf7-mail-sent-ok {
  background: #000000;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.wpcf7-validation-errors .wpcf7-not-valid-tip-text,
.wpcf7-validation-errors .wpcf7-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-valid-tip-text {
  font:  normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.asp_product_name {
  color: #333333;
  font:  normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead.line-decoration:not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.transparent:not(.photo-scroller-album) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on),
.transparent .sticky-on.masthead.masthead-mobile {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.line-content:after,
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.full-width-line:after {
  border-bottom-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav > ul:not(.mini-sub-nav) > li > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit i {
  color: #fff;
}
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-current-language > a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-horizontal a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-vertical a {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding .mini-widgets > *:not(.sub-nav),
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts * {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:hover {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .overlay-search .submit:hover i {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type="text"] {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input.field {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type=text],
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input::placeholder,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input::placeholder {
  color: #fff;
}
.transparent .classic-header.content-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.full-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .subtitle-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover span,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li.act > a > span {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a > span > span.menu-subtitle,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li:hover > a > span > span.menu-subtitle {
  color: rgba(255,255,255,0.5);
}
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:last-child:after,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li:not(.act):hover > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-outline-decoration > li.act > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .l-to-r-line > li > a i.underline,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .from-centre-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .upwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .downwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .active-line-decoration > li.act > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li > a:hover .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:after {
  background-color: #ffffff;
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn) {
  background: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  color: white !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.disabled-bg a:before {
  background-color: transparent !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a:before {
  background: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a:after {
  background: rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-disabled-bg a:after {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a .soc-font-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a:hover .soc-font-icon {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.border-on a:before {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.25);
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.45) !important;
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:before {
  color: white;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart i {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover {
  opacity: 1;
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover i {
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .wc-ico-cart > .counter:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .edd-ico-cart > .counter:before {
  border-right: 4px solid rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.custom-bg,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.custom-bg {
  background-color: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar,
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar,
.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
  max-width: calc(1300px - 88px);
  margin: 0 auto;
}
.masthead:not(.side-header).full-width .top-bar,
.top-bar .masthead.side-header-menu-icon,
.masthead:not(.side-header).full-width .header-bar,
.header-bar .masthead.side-header-menu-icon,
.masthead:not(.side-header).full-width .mobile-header-bar,
.mobile-header-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.phantom-sticky .boxed .masthead:not(.side-header).sticky-on {
  max-width: 1340px;
}
.boxed .top-bar-bg,
.boxed .classic-header .navigation:before {
  width: 100%;
}
.boxed .width-in-pixel .top-bar-bg,
.boxed .width-in-pixel.classic-header .navigation:before {
  width: 1340px;
}
#phantom.boxed.width-in-pixel .top-bar-bg {
  width: 1340px;
}
.boxed .masthead.full-width:not(.side-header):not(.masthead-mobile) {
  width: 1340px;
}
.masthead:not(.side-header):not(.mixed-header) .header-bar,
.header-space {
  min-height: 120px;
}
.inline-header .header-bar > .mini-widgets,
.inline-header .widget-box .mini-widgets {
  padding: 0px 0px 0px 12px;
}
@font-face {
  font-family: star;
  src: url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/star.eot);
  src: url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/star.eot?#iefix) format('embedded-opentype'), url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/star.woff) format('woff'), url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/star.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/WooCommerce.eot);
  src: url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/WooCommerce.eot?#iefix) format('embedded-opentype'), url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/WooCommerce.woff) format('woff'), url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/woo-fonts/WooCommerce.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
.text-normal {
  font-size: 14px;
  line-height: 25px;
}
.text-small {
  font-size: 13px;
  line-height: 23px;
}
.text-big {
  font-size: 16px;
  line-height: 28px;
}
.solid-bg-mixin {
  background-color: #f7f7f7;
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.header-color {
  color: #333333;
}
.sidebar-content .header-color {
  color: #333333;
}
.footer .header-color {
  color: #ffffff;
}
.horizontal-centering {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centering-mixin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.woocommerce button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"]:focus,
a.button,
button.button {
  -webkit-appearance: none;
  outline: none;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce .products ul::after,
.woocommerce div.product form.cart::after,
.woocommerce div.product p.cart::after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products::after {
  clear: both;
}
.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,0.2);
  display: none;
}
.admin-bar p.demo_store {
  top: 32px;
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}
#wc-bookings-booking-form .wc-bookings-date-picker legend {
  display: block;
}
.currentTextHolder {
  line-height: 20px;
}
.related-product .woocommerce-placeholder.wp-post-image,
.upsells.products .woocommerce-placeholder.wp-post-image,
.cross-sells .woocommerce-placeholder.wp-post-image {
  max-width: 100%;
  height: auto;
}
.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,-0.035,0,1) .5s;
}
.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: 10px;
  right: 10px;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.8);
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background: rgba(0,0,0,0.7);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  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: #fff;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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 {
  margin: 0 -5px;
}
.woocommerce div.product div.images .flex-control-thumbs  li {
  width: 25%;
  float: left;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
  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 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 .products ul,
.woocommerce ul.products {
  padding: 0;
  list-style: none;
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.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 .star-rating {
  font-size: .857em;
}
.woocommerce ul.products li.product .button {
  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: block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132,132,132,0.5);
}
.pswp {
  z-index: 999999;
}
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none;
}
button.pswp__button {
  box-shadow: none !important;
  background-image: url(//aero-roof.com/wp-content/themes/dt-the7/css/compatibility/../images/default-skin.png) !important;
}
button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
  background-color: transparent !important;
}
button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
  background-image: none !important;
}
button.pswp__button--close:hover {
  background-position: 0 -44px;
}
button.pswp__button--zoom:hover {
  background-position: -88px 0;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: ' ';
  display: table;
}
.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: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "î€Š";
  text-decoration: none;
}
.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;
}
.product.has-default-attributes.has-children>.images {
  opacity: 0;
}
.shop_table strong,
.product form.cart .variations label,
strong[itemprop="author"],
.shopping-cart-inner strong,
.widget_shopping_cart_content strong,
.shop_table th,
.shop_table td {
  font-weight: normal;
}
.cart .cart_item .product-name a,
.cart .cart_item .product-name,
label[for="rememberme"],
.quantity,
.product-subtotal .amount,
.cart .product-total .amount,
.order_details tfoot td,
td.product-subtotal,
.update-cart-button input[type="submit"],
.shipping-calculator-button,
.quantity input.qty,
.product-subtotal,
.cart-subtotal .amount,
.showcoupon-tag,
.showcoupon,
.showlogin-tag,
.showlogin,
form.woocommerce-checkout #customer_details label,
#shipping_method label,
.payment_methods label,
.woocommerce-MyAccount-content label,
#customer_login > div label,
form.track_order label,
form.lost_reset_password label,
.woocommerce-MyAccount-navigation > ul li a,
.product table.variations td.label label,
.woocommerce-Reviews label {
  font-weight: bold;
}
.woocommerce-invalid-required-field input[type="text"],
.woocommerce-invalid-required-field input[type="search"],
.woocommerce-invalid-required-field input[type="tel"],
.woocommerce-invalid-required-field input[type="url"],
.woocommerce-invalid-required-field input[type="email"],
.woocommerce-invalid-required-field input[type="number"],
.woocommerce-invalid-required-field input[type="date"],
.woocommerce-invalid-required-field input[type="range"],
.woocommerce-invalid-required-field input[type="password"] {
  border-color: #f55b5f;
}
.woocommerce-additional-fields label,
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
.woocommerce-MyAccount-content label,
.woocommerce-account-fields label,
.track_order label,
.lost_reset_password label,
form.register label,
.woocommerce-form-login label {
  margin-bottom: 5px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
textarea {
  width: 100%;
}
#page .woocom-rollover-content .price ins .amount,
#page .woocom-rollover-content .star-rating span:before,
#page .woocom-rollover-content mark,
#page .widget_layered_nav ul li.chosen a,
#page .widget_layered_nav_filters ul li a {
  color: #fff;
  background: none;
}
.switcher-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.switcher-wrap > * {
  margin-bottom: 10px;
}
.switcher-wrap .woocommerce-result-count {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.switcher-wrap .woocommerce-ordering {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.switcher-wrap .woocommerce-ordering select {
  margin-bottom: 0;
}
.view-mode-switcher {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
}
.view-mode-switcher > a {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid;
  text-decoration: none;
}
.view-mode-switcher > a:first-child {
  border-right: none;
}
.view-mode-switcher > a i {
  font-size: 16px;
}
.view-mode-switcher .filter-popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  padding: 2px 6px;
  margin-bottom: 8px;
  background: #000;
  color: #fff !important;
  font: normal 10px/14px Arial, Verdana, sans-serif;
  letter-spacing: 0.3px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-50%,10px,0);
  transform: translate3d(-50%,10px,0);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.view-mode-switcher .filter-popup:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
}
.view-mode-switcher .filter-popup:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
}
.view-mode-switcher > a:hover > .filter-popup {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}
.description-on-hover .woocom-project > a {
  display: block;
  line-height: 0;
}
.wc-img-hover .woo-buttons-on-img {
  overflow: hidden;
}
.wc-img-hover .woo-buttons-on-img a {
  text-align: center;
}
.wc-img-hover .woocom-project img {
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.wc-img-hover .woocom-project img.back-image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  visibility: visible;
}
.wc-img-hover .woo-buttons-on-img:hover img.hide-on-hover {
  opacity: 0;
}
.wc-img-hover .woo-buttons-on-img:hover img.show-on-hover {
  opacity: 1;
}
.woocommerce-cart-wrap .cart-collaterals {
  width: 25%;
  padding: 30px;
  margin-left: 50px;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  box-sizing: border-box;
}
.woocommerce-cart-wrap .cart-collaterals .shop_table {
  margin-bottom: 20px;
}
.woocommerce-cart-wrap .cart_totals tr:first-of-type td,
.woocommerce-cart-wrap .cart_totals tr:first-of-type th {
  border: none;
}
.woocommerce-cart-wrap .cart_totals tr th {
  padding-right: 10px;
}
.woocommerce-cart-wrap .cart_totals table,
.woocommerce-cart-wrap .cart_totals tbody,
.woocommerce-cart-wrap .cart_totals tr,
.woocommerce-cart-wrap .cart_totals th,
.woocommerce-cart-wrap .cart_totals tbody th,
.woocommerce-cart-wrap .cart_totals td {
  display: block;
  border: none;
  padding: 0;
}
.woocommerce-cart-wrap .cart_totals tr {
  border-top: 1px solid;
  padding: 10px 0;
}
.woocommerce-cart-wrap .cart_totals tr:first-of-type {
  border: none;
}
.woocommerce-cart-wrap .cart_totals td {
  text-align: left;
  padding-right: 0;
}
.woocommerce-cart-wrap .cart_totals .woocommerce-shipping-calculator {
  overflow: hidden;
}
.shipping-calculator-form select {
  margin-bottom: 0 !important;
}
.shipping-calculator-form p:last-of-type {
  margin-bottom: 0;
}
#page .checkout-button.wc-forward,
#page #place_order {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
}
.checkout-button {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.shipping-calculator-button {
  display: inline-block;
}
.woocommerce-cart-wrap .cart-collaterals {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 30%;
}
.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shop_attributes {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.outline-element-decoration .shop_attributes {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shop_attributes {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wc-order-review,
.wc-side-column {
  width: 30%;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.outline-element-decoration .wc-order-review,
.outline-element-decoration .wc-side-column {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .wc-side-column {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wc-login-wrap form,
.wc-coupon-wrap .form-coupon-wrap {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
form.track_order,
form.lost_reset_password,
#customer_login > div {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.outline-element-decoration form.track_order,
.outline-element-decoration form.lost_reset_password,
.outline-element-decoration #customer_login > div {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration form.track_order,
.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration #customer_login > div {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
#reviews ol.commentlist .comment_container {
  background-color: #f7f7f7;
}
.outline-element-decoration #reviews ol.commentlist .comment_container {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration #reviews ol.commentlist .comment_container {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.woocommerce-store-notice,
p.demo_store {
  color: #fff;
  background-color: #000000;
}
.checkout-page-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 50px 2000px;
  margin-left: -2000px;
  background-color: #f8f8f9;
  color: #3b3f4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.checkout-page-title nav {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 100%;
  width: 1300px;
}
.checkout-page-title a.current {
  color: #3b3f4a;
}
.checkout-page-title a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  text-align: center;
  text-decoration: none;
  flex: 1 0 auto;
  width: 33.333%;
  color: rgba(59,63,74,0.3);
  font:   bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.checkout-page-title .checkout-breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.checkout-page-title .current .checkout-counter {
  color: #fff;
  background-color: #000000;
}
.checkout-page-title .checkout-counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  background-color: rgba(59,63,74,0.09);
  color: rgba(59,63,74,0.3);
}
.checkout-page-title a:last-child .checkout-line {
  display: none;
}
.checkout-page-title .checkout-step {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  flex: 1 0 auto;
}
.checkout-page-title .checkout-step:before {
  left: 0;
  width: calc(50% - 40px);
}
.checkout-page-title .checkout-step:after {
  left: calc(50% + 40px);
}
.checkout-page-title .checkout-step:before,
.checkout-page-title .checkout-step:after {
  position: absolute;
  top: 50%;
  margin-top: 5px;
  width: calc(50% - 40px);
  height: 3px;
  content: "";
  background-color: rgba(59,63,74,0.09);
}
.checkout-page-title .step-checkout.current .checkout-step:before {
  display: none;
}
.checkout-page-title a:first-child .checkout-step:before {
  display: none;
}
.checkout-page-title a:last-child .checkout-step:after {
  display: none;
}
.checkout-page-title .step-cart.hide-for-small .checkout-step:after {
  background-color: #000000;
}
.checkout-page-title .step-cart .checkout-step:after,
.checkout-page-title .step-checkout.current .checkout-step:after,
.checkout-page-title .step-complete.current .checkout-step:after {
  background-color: #000000;
}
.checkout-page-title .step-cart .checkout-step:before,
.checkout-page-title .step-checkout.current .checkout-step:before,
.checkout-page-title .step-complete.current .checkout-step:before {
  background-color: #000000;
}
.step-cart.current:not(.hide-for-small) .checkout-step:after {
  width: calc(50% - 40px);
}
.woocommerce-order-received .checkout-page-title .step-cart .checkout-step:after,
.woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
  width: calc(100% - 80px);
}
.woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after {
  width: calc(100% - 80px);
}
.woocommerce-order-received .checkout-page-title .step-complete .checkout-step:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .checkout-page-title .checkout-breadcrumbs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .checkout-page-title a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    text-align: left;
  }
  .checkout-page-title a:last-child {
    margin-bottom: 0;
  }
  .checkout-page-title a .checkout-step {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    flex: none;
  }
  .checkout-page-title a .checkout-step .checkout-counter {
    margin: 0 10px 0 0;
  }
  .checkout-page-title a .checkout-step:before,
  .checkout-page-title a .checkout-step:after {
    left: 50%;
    margin-left: -5px;
    height: 14px;
    width: 3px;
  }
  .checkout-page-title a .checkout-step:before {
    top: -26px;
  }
  .checkout-page-title a .checkout-step:after {
    top: 40px;
  }
  .checkout-page-title a .checkout-name {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .step-cart.current:not(.hide-for-small) .checkout-step:after,
  .woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after,
  .woocommerce-order-received .checkout-page-title .step-cart .checkout-step:after,
  .woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
    width: 3px;
  }
  .woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after,
  .woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
    height: 28px;
  }
}
.stars {
  position: relative;
  font-size: 1em;
}
.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
  border-right: 1px solid;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: WooCommerce;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\e021";
}
p.stars a.star-1.active:after,
p.stars a.star-1:hover:after {
  content: "\e020";
}
p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after {
  content: "\e021\e021";
}
p.stars a.star-2.active:after,
p.stars a.star-2:hover:after {
  content: "\e020\e020";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
p.stars a.star-3.active:after,
p.stars a.star-3:hover:after {
  content: "\e020\e020\e020";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
p.stars a.star-4.active:after,
p.stars a.star-4:hover:after {
  content: "\e020\e020\e020\e020";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
p.stars a.star-5.active:after,
p.stars a.star-5:hover:after {
  content: "\e020\e020\e020\e020\e020";
}
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 0.8em;
  width: 5.4em;
  font-family: star;
}
.widget .star-rating {
  float: none;
  margin: 5px 0;
}
.woocom-list-content {
  text-align: center;
}
.woocom-rollover-content .star-rating,
.woocom-rollover-content .price,
.woocom-list-content .star-rating,
.woocom-list-content .price {
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
}
.woocom-rollover-content .star-rating,
.woocom-rollover-content .price {
  text-align: center;
}
.woocom-rollover-content .star-rating {
  margin: 0 auto 10px auto;
}
.woocom-list-content .star-rating,
#content .woocom-list-content .star-rating:last-child {
  margin-bottom: 15px;
}
.star-rating:before {
  content: "\53\53\53\53\53";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocom-rollover-content .star-rating:before {
  color: rgba(255,255,255,0.4);
}
.woocom-rollover-content .price del,
.woocom-rollover-content .price del * {
  color: rgba(255,255,255,0.5);
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.products .star-rating {
  display: block;
  float: none;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce-error-text > li,
.woocommerce-info  li,
.woocommerce-message  li,
.payment_methods li {
  list-style: none;
}
.woocommerce-error:after,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  clear: both;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.inline-message-style .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message,
.woocommerce-error,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
  position: relative;
  color: #fff;
  padding: 15px 40px 15px 65px;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a:hover,
.woocommerce-error a:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a:hover {
  color: #fff;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message,
.woocommerce-error .close-message,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  line-height: 30px;
  text-align: center;
  opacity: 0.5;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message:before,
.woocommerce-error .close-message:before,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message:before {
  content: "\eb00";
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message:hover,
.woocommerce-error .close-message:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message:hover {
  cursor: pointer;
  opacity: 1;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text,
.woocommerce-error .woocommerce-error-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
  white-space: pre-wrap;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text,
.woocommerce-error .woocommerce-message-text,
.woocommerce-error .woocommerce-info-text,
.woocommerce-error .woocommerce-error-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text li,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text li,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text li,
.woocommerce-error .woocommerce-message-text li,
.woocommerce-error .woocommerce-info-text li,
.woocommerce-error .woocommerce-error-text li,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text li,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text li,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text .button,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text .button,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text .button,
.woocommerce-error .woocommerce-message-text .button,
.woocommerce-error .woocommerce-info-text .button,
.woocommerce-error .woocommerce-error-text .button,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text .button,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text .button,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text .button {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0 !important;
  font: inherit !important;
  font-size: inherit !important;
  text-decoration: underline !important;
  line-height: inherit !important;
  text-transform: none !important;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text .button:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text .button:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text .button:hover,
.woocommerce-error .woocommerce-message-text .button:hover,
.woocommerce-error .woocommerce-info-text .button:hover,
.woocommerce-error .woocommerce-error-text .button:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text .button:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text .button:hover,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text .button:hover {
  background: none !important;
  box-shadow: none;
  border: none;
  text-decoration: none !important;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message:before,
.woocommerce-error:before,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info:before {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  top: 15px;
  left: 0;
  width: 65px;
  height: 100%;
  font-family: 'icomoon-the7-font';
  font-size: 28px;
  line-height: 1;
  content: "\ea09";
  color: #fff;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message ul,
.woocommerce-error ul,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info ul {
  margin: 0 !important;
}
.inline-message-style .wc-coupon-wrap div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message,
.inline-message-style .wc-coupon-wrap .woocommerce-error,
.inline-message-style .wc-coupon-wrap div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
  margin: 20px 0 5px 0;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message.hide-message,
.woocommerce-error.hide-message,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info.hide-message {
  display: none;
}
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message,
.popup-message-style .woocommerce-error,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.3);
  border: none;
  position: fixed;
  top: 50%;
  left: 100%;
  width: 400px;
  max-height: 500px;
  margin: 0 !important;
  padding: 15px 40px 15px 65px;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(200px,-50%,0);
  -ms-transform: translate3d(200px,-50%,0);
  transform: translate3d(200px,-50%,0);
  -webkit-animation: slide-in-message, slide-out-message;
  animation: slide-in-message, slide-out-message;
  -webkit-animation-duration: 1.2s, 1.1s;
  animation-duration: 1.2s, 1.1s;
  -webkit-animation-delay: .4s, 9s;
  animation-delay: .4s, 9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  font-weight: bold;
  color: #FFF;
  box-sizing: border-box;
}
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a:hover,
.popup-message-style .woocommerce-error a,
.popup-message-style .woocommerce-error a:hover,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a:hover {
  color: #fff;
}
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text,
.popup-message-style .woocommerce-error .woocommerce-message-text,
.popup-message-style .woocommerce-error .woocommerce-info-text,
.popup-message-style .woocommerce-error .woocommerce-error-text,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
  opacity: 1;
}
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message ul,
.popup-message-style .woocommerce-error ul,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info ul {
  margin: 0 !important;
}
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message.hide-message,
.popup-message-style .woocommerce-error.hide-message,
.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info.hide-message {
  display: none;
}
.single-product .woocommerce-message {
  display: none !important;
}
.woocommerce-error {
  background: #dd3c3d;
}
.woocommerce-error:before {
  content: "\ea10";
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 350px);
}
.woocommerce-MyAccount-content .woocommerce-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 5px;
}
@-webkit-keyframes slide-in-message {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(600px,-50%,0);
    transform: translate3d(600px,-50%,0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-200px,-50%,0);
    transform: translate3d(-200px,-50%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-400px,-50%,0);
    transform: translate3d(-400px,-50%,0);
  }
}
@keyframes slide-in-message {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(600px,-50%,0);
    transform: translate3d(600px,-50%,0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-200px,-50%,0);
    transform: translate3d(-200px,-50%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-400px,-50%,0);
    transform: translate3d(-400px,-50%,0);
  }
}
@-webkit-keyframes slide-out-message {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-400px,-50%,0);
    transform: translate3d(-400px,-50%,0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px,-50%,0);
    transform: translate3d(-100px,-50%,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(800px,-50%,0);
    transform: translate3d(800px,-50%,0);
  }
}
@keyframes slide-out-message {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-400px,-50%,0);
    transform: translate3d(-400px,-50%,0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px,-50%,0);
    transform: translate3d(-100px,-50%,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(800px,-50%,0);
    transform: translate3d(800px,-50%,0);
  }
}
.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],
.update-cart-button input[type="submit"]:disabled {
  cursor: not-allowed;
}
.woocommerce-cart-wrap .shop_table thead th,
.woocommerce-cart-wrap .product-price,
.woocommerce-cart-wrap .wc-item-meta *,
.lost_password a,
.woocommerce-Reviews .comment-notes,
.woocommerce-orders-table thead th {
  color: #b4b5bb;
}
.reset_variations,
.reset_variations:hover,
.variations label,
.product_meta > span,
.product_meta > span a,
.product_list_widget del,
.product_list_widget del .amount,
.product_list_widget del .amount *,
.woocom-list-content .price del,
.woocom-list-content del,
.woocom-list-content del .amount,
.woocom-list-content del .amount *,
.widget_shopping_cart_content strong,
.widget_shopping_cart_content dt,
.woocommerce-review-link,
.woocommerce-review-link *,
.woocommerce-review-link:hover,
.widget_price_filter .price_slider_amount,
.shop_table .variation *,
.woocommerce-tabs li > a,
.product .summary.entry-summary .price del,
.woocommerce-result-count,
.widget_layered_nav li > small,
.widget_product_categories .count,
.stars a {
  color: #b4b5bb;
}
.sidebar-content .reset_variations,
.sidebar-content .reset_variations:hover,
.sidebar-content .variations label,
.sidebar-content .product_meta > span,
.sidebar-content .product_meta > span a,
.sidebar-content .product_list_widget del,
.sidebar-content .product_list_widget del .amount,
.sidebar-content .product_list_widget del .amount *,
.sidebar-content .woocom-list-content .price del,
.sidebar-content .woocom-list-content del,
.sidebar-content .woocom-list-content del .amount,
.sidebar-content .woocom-list-content del .amount *,
.sidebar-content .widget_shopping_cart_content strong,
.sidebar-content .widget_shopping_cart_content dt,
.sidebar-content .woocommerce-review-link,
.sidebar-content .woocommerce-review-link *,
.sidebar-content .woocommerce-review-link:hover,
.sidebar-content .widget_price_filter .price_slider_amount,
.sidebar-content .shop_table .variation *,
.sidebar-content .woocommerce-tabs li > a,
.sidebar-content .product .summary.entry-summary .price del,
.sidebar-content .woocommerce-result-count,
.sidebar-content .widget_layered_nav li > small,
.sidebar-content .widget_product_categories .count,
.sidebar-content .stars a {
  color: rgba(133,134,140,0.5);
}
.footer .reset_variations,
.footer .reset_variations:hover,
.footer .variations label,
.footer .product_meta > span,
.footer .product_meta > span a,
.footer .product_list_widget del,
.footer .product_list_widget del .amount,
.footer .product_list_widget del .amount *,
.footer .woocom-list-content .price del,
.footer .woocom-list-content del,
.footer .woocom-list-content del .amount,
.footer .woocom-list-content del .amount *,
.footer .widget_shopping_cart_content strong,
.footer .widget_shopping_cart_content dt,
.footer .woocommerce-review-link,
.footer .woocommerce-review-link *,
.footer .woocommerce-review-link:hover,
.footer .widget_price_filter .price_slider_amount,
.footer .shop_table .variation *,
.footer .woocommerce-tabs li > a,
.footer .product .summary.entry-summary .price del,
.footer .woocommerce-result-count,
.footer .widget_layered_nav li > small,
.footer .widget_product_categories .count,
.footer .stars a {
  color: rgba(255,255,255,0.5);
}
.woocommerce-cart-wrap .product-remove a {
  color: rgba(51,51,51,0.2);
}
.woocommerce-cart-wrap .product-remove a:hover {
  color: rgba(51,51,51,0.35);
}
.woocommerce-cart-wrap .product-name a,
.woocommerce-cart-wrap .product-subtotal,
.woocommerce-cart-wrap .cart-subtotal .amount {
  color: #333333;
}
.product-name > a,
#reviews ol.commentlist .meta,
.shop_table strong,
ul.cart_list li a,
ul.product_list_widget li a,
.widget_product_categories li a,
.woocommerce-tabs li.active > a,
.woocommerce-tabs li > a:hover,
.product .summary.entry-summary .price,
.product .summary.entry-summary .price ins,
.product-category mark,
.woocom-list-content .price,
.woocom-list-content .price *,
.widget_layered_nav li > a,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #333333;
}
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product-name > a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) #reviews ol.commentlist .meta,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .shop_table strong,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.cart_list li a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .widget_product_categories li a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocommerce-tabs li.active > a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocommerce-tabs li > a:hover,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price ins,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product-category mark,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price *,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .widget_layered_nav li > a,
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #333333;
}
.footer .widget:not(.widget_icl_lang_sel_widget) .product-name > a,
.footer .widget:not(.widget_icl_lang_sel_widget) #reviews ol.commentlist .meta,
.footer .widget:not(.widget_icl_lang_sel_widget) .shop_table strong,
.footer .widget:not(.widget_icl_lang_sel_widget) ul.cart_list li a,
.footer .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a,
.footer .widget:not(.widget_icl_lang_sel_widget) .widget_product_categories li a,
.footer .widget:not(.widget_icl_lang_sel_widget) .woocommerce-tabs li.active > a,
.footer .widget:not(.widget_icl_lang_sel_widget) .woocommerce-tabs li > a:hover,
.footer .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price,
.footer .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price ins,
.footer .widget:not(.widget_icl_lang_sel_widget) .product-category mark,
.footer .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price,
.footer .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price *,
.footer .widget:not(.widget_icl_lang_sel_widget) .widget_layered_nav li > a,
.footer .widget:not(.widget_icl_lang_sel_widget) .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #ffffff;
}
.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a:not(:hover) {
  color: #333333 !important;
}
.footer .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a:not(:hover) {
  color: #ffffff !important;
}
.woocommerce-cart-wrap .shop_table thead th,
.woocommerce-cart-wrap .cart.shop_table thead th,
.woocommerce-cart-wrap .wc-item-meta {
  font-size: 13px;
  line-height: 23px;
}
.woocommerce-cart-wrap .cart-subtotal .amount {
  font-size: 14px;
  line-height: 25px;
}
.woocommerce-cart-wrap .quantity input.qty,
.woocommerce-cart-wrap .product-subtotal {
  font-size: 16px;
  line-height: 28px;
}
.woocommerce-cart-wrap .order-total .amount,
.woocommerce-cart-wrap .cart_totals h2 {
  color: #333333;
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.woocommerce-cart-wrap .update-cart-button input[type="submit"] {
  font:   16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}
.woocommerce-cart-wrap .update-cart-button input[type="submit"]:disabled {
  color: #b4b5bb;
}
.woocommerce-cart-wrap .update-cart-button i {
  font-size: 16px;
  color: rgba(51,51,51,0.25);
}
.wc-coupon-text:after {
  color: rgba(51,51,51,0.2);
}
.dt-wc-btn,
.checkout-button,
#place_order,
input[name="apply_coupon"],
input[name="login"],
button[name="calc_shipping"],
button[name="calc_shipping"]:hover,
.single_add_to_cart_button.button,
.button.wc-backward,
.woocommerce-Button.button,
.woocommerce-Reviews .submit,
.woocommerce-Button[name="register"],
.track_order input[name="track"],
input[name="save_address"] {
  font:   bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 18px 12px 18px;
  min-height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-3d .dt-wc-btn,
.btn-3d .checkout-button,
.btn-3d #place_order,
.btn-3d input[name="apply_coupon"],
.btn-3d input[name="login"],
.btn-3d button[name="calc_shipping"],
.btn-3d button[name="calc_shipping"]:hover,
.btn-3d .single_add_to_cart_button.button,
.btn-3d .button.wc-backward,
.btn-3d .woocommerce-Button.button,
.btn-3d .woocommerce-Reviews .submit,
.btn-3d .woocommerce-Button[name="register"],
.btn-3d .track_order input[name="track"],
.btn-3d input[name="save_address"] {
  min-height: 38px;
  line-height: 38px;
}
#page .woocommerce-widget-layered-nav-dropdown__submit,
#phantom .woocommerce-widget-layered-nav-dropdown__submit,
#page .button.view-cart,
#phantom .button.view-cart,
#page .button.checkout,
#phantom .button.checkout,
#page .button.wc-forward,
#phantom .button.wc-forward,
#page .price_slider_wrapper .button,
#phantom .price_slider_wrapper .button,
#page .woocommerce-orders-table a.button,
#phantom .woocommerce-orders-table a.button,
#page .wc-layout-list .woo-buttons a,
#phantom .wc-layout-list .woo-buttons a {
  font:   bold 12px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
}
#page .button.view-cart *,
#phantom .button.view-cart *,
#page .button.checkout *,
#phantom .button.checkout * {
  font:   bold 12px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page .checkout-button.wc-forward,
#page #place_order {
  padding: 18px 24px 18px 24px;
  font:   bold 16px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-cart-wrap .cart_totals th {
  color: #b4b5bb;
  font-size: 14px;
  line-height: 25px;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message,
.woocommerce-error,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
  background-color: #000000;
}
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text,
.woocommerce-error .woocommerce-message-text,
.woocommerce-error .woocommerce-info-text,
.woocommerce-error .woocommerce-error-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text,
div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
  font:   16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message,
#page .woocommerce-error,
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
  background: ;
  color: #ffffff;
}
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a,
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message *,
#page .woocommerce-error a,
#page .woocommerce-error *,
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a,
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info * {
  color: #ffffff;
}
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message:before,
#page .woocommerce-error:before,
#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info:before {
  color: #ffffff;
}
.showcoupon-tag,
.showlogin-tag,
#ship-to-different-address,
.order_details td {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.showcoupon-tag i,
.showlogin-tag i,
#ship-to-different-address i,
.order_details td i {
  color: #333333;
}
.customer_details td,
.customer_details th,
.order_details td,
.order_details th {
  font-size: 14px;
  line-height: 25px;
}
.shop_table.customer_details th {
  color: #b4b5bb;
}
.wc-complete-wrap .wc-bacs-bank-details li {
  color: #b4b5bb;
}
.wc-complete-wrap .wc-bacs-bank-details li > strong {
  color: #85868c;
}
#ship-to-different-address {
  font:    16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.showcoupon,
.showlogin {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.footer .showcoupon,
.footer .showlogin {
  color: #ffffff;
  color: #000000;
}
.accent-gradient .footer .showcoupon,
.accent-gradient .footer .showlogin {
  color: #ffffff;
}
.woocommerce-orders-table thead th,
.log-message,
form.track_order p:not(.form-row),
.lost_reset_password p:not(.form-row),
.lost_password a,
.lost_password,
.woocommerce-Reviews .comment-notes {
  font-size: 13px;
  line-height: 23px;
}
.lost_password a,
.lost_password {
  line-height: 15px;
}
.woocommerce-billing-fields label,
.woocommerce-additional-fields label,
.wc-terms-and-conditions label,
.woocommerce-shipping-fields label,
.woocommerce-account-fields label,
label[for="rememberme"],
#customer_login > div label.woocommerce-form__label-for-checkbox,
.product table.variations td.label,
.product table.variations td.label label,
.woocommerce-MyAccount-content label,
form.track_order label,
form.lost_reset_password label,
#customer_login label,
.woocommerce-Reviews label {
  font-size: 13px;
  line-height: 23px;
  color: #333333;
}
.woocommerce-billing-fields label abbr[title],
.woocommerce-billing-fields label .required,
.woocommerce-additional-fields label abbr[title],
.woocommerce-additional-fields label .required,
.wc-terms-and-conditions label abbr[title],
.wc-terms-and-conditions label .required,
.woocommerce-shipping-fields label abbr[title],
.woocommerce-shipping-fields label .required,
.woocommerce-account-fields label abbr[title],
.woocommerce-account-fields label .required,
label[for="rememberme"] abbr[title],
label[for="rememberme"] .required,
#customer_login > div label.woocommerce-form__label-for-checkbox abbr[title],
#customer_login > div label.woocommerce-form__label-for-checkbox .required,
.product table.variations td.label abbr[title],
.product table.variations td.label .required,
.product table.variations td.label label abbr[title],
.product table.variations td.label label .required,
.woocommerce-MyAccount-content label abbr[title],
.woocommerce-MyAccount-content label .required,
form.track_order label abbr[title],
form.track_order label .required,
form.lost_reset_password label abbr[title],
form.lost_reset_password label .required,
#customer_login label abbr[title],
#customer_login label .required,
.woocommerce-Reviews label abbr[title],
.woocommerce-Reviews label .required {
  color: #b4b5bb;
}
#ship-to-different-address label,
.create-account label.checkbox span {
  font-size: 16px;
  line-height: 28px;
}
.wc-terms-and-conditions a {
  color: #333333;
}
#customer_details,
.woocommerce-cart-form,
.wc-complete-wrap .wc-wide-column,
.wc-complete-wrap .woocommerce-bacs-bank-details,
.shop_table_responsive,
.woocommerce-cart-wrap .cross-sells {
  width: calc(100% - 30% - 50px);
}
.woocommerce-cart-wrap .cross-sells {
  margin-top: 30px;
}
.woocommerce-checkout-review-order .product-name,
.woocommerce-checkout-review-order .product-name a,
.order_details .product-name,
.order_details .product-name a {
  font-size: 14px;
  line-height: 25px;
  color: #85868c;
}
.woocommerce-checkout-review-order .woocommerce-Price-amount,
.woocommerce-checkout-review-order th,
.order_details .woocommerce-Price-amount,
.order_details th {
  font-size: 14px;
  line-height: 25px;
}
.woocommerce-checkout-review-order .about_paypal,
.order_details .about_paypal {
  font-size: 13px;
  line-height: 23px;
  font-weight: normal;
}
.woocommerce-checkout-review-order .product-quantity,
.woocommerce-checkout-review-order .product-total,
.woocommerce-checkout-review-order .cart-subtotal th,
.woocommerce-checkout-review-order .order-total th,
.woocommerce-checkout-review-order .shipping th,
.woocommerce-checkout-review-order .about_paypal,
.woocommerce-checkout-review-order .product-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order tfoot th,
.order_details .product-quantity,
.order_details .product-total,
.order_details .cart-subtotal th,
.order_details .order-total th,
.order_details .shipping th,
.order_details .about_paypal,
.order_details .product-total .woocommerce-Price-amount,
.order_details tfoot th {
  color: #b4b5bb;
}
.woocommerce-checkout-review-order .cart-subtotal .amount
	.woocommerce-checkout-review-order .order-total .amount,
.order_details .cart-subtotal .amount
	.order_details .order-total .amount {
  color: #333333;
}
.woocommerce-checkout-review-order .order-total .amount,
.order_details .order-total .amount {
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.woocommerce-order-downloads .download-product a {
  font-size: 14px;
  line-height: 25px;
  color: #85868c;
  text-decoration: none;
}
.woocommerce-order-downloads .download-product a:hover {
  color: #000000;
}
.woocommerce-order-downloads .download-file {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.wc-bacs-bank-details-heading,
.woocommerce-order-downloads__title {
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#shipping_method label,
.payment_methods label {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}
#order_comments_field label {
  font-size: 13px;
  line-height: 23px;
}
#page .select2-container .select2-selection--single,
#page .select2-container--default .select2-selection--multiple,
#page .yit-wcan-select-open {
  height: 40px;
  padding: 0 15px;
  color: rgba(133,134,140,0.5);
  border-color: rgba(51,51,51,0.12);
  border-width: 1px 1px 1px 1px;
  background-color: #fcfcfc;
  border-radius: 0px;
}
#page .select2-container .select2-selection--single  > .select2-selection__rendered,
#page .select2-container--default .select2-selection--multiple  > .select2-selection__rendered,
#page .yit-wcan-select-open  > .select2-selection__rendered {
  padding: 5px 0;
  color: #85868c;
  font-size: 14px;
  line-height: 15px;
  box-sizing: border-box;
}
#page .select2-container .select2-selection--single .select2-selection__arrow b,
#page .select2-container--default .select2-selection--multiple .select2-selection__arrow b,
#page .yit-wcan-select-open .select2-selection__arrow b {
  border-top-color: rgba(133,134,140,0.5);
}
#page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(133,134,140,0.5);
}
#page .select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  border-bottom-color: rgba(133,134,140,0.5);
}
.widget .yit-wcan-select-open {
  color: #85868c;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}
.widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li a:before {
  color: #fff;
}
.yith-wcan-select-wrapper {
  box-sizing: border-box;
  border-color: rgba(51,51,51,0.12);
}
.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
  border: none;
}
.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,
.widget.widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
  box-shadow: none;
  border: none;
}
#page .woocommerce-widget-layered-nav-dropdown {
  margin-bottom: 10px;
}
#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
  padding: 0 10px;
  height: auto;
  min-height: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(133,134,140,0.5)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple input {
  padding: 0 !important;
  margin-top: 0;
  height: 38px;
}
#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  padding: 0;
  line-height: 25px;
  vertical-align: middle;
}
#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li {
  margin: 0;
}
#page .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 10px;
}
.woocommerce-MyAccount-content mark {
  padding: 0 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-MyAccount-content mark {
  color: #fff;
  background: #000000;
}
.footer .select2-container--default .select2-results__option--highlighted[aria-selected],
.accent-gradient .footer .select2-container--default .select2-results__option--highlighted[aria-selected],
.footer .woocommerce-MyAccount-content mark,
.accent-gradient .footer .woocommerce-MyAccount-content mark {
  background: #ffffff;
}
.woocommerce-thankyou-order-details li {
  border-color: rgba(51,51,51,0.12) !important;
  color: #b4b5bb;
  font-size: 14px;
  line-height: 25px;
}
.woocommerce-thankyou-order-details li strong {
  color: #85868c;
}
.woocommerce-thankyou-order-details li .amount {
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #333333;
}
#reviews .comment-form #submit,
.pp_content {
  display: inline-block !important;
}
.products mark {
  background: none;
}
.cart-collaterals h2,
.upsells.products > h2,
.woocommerce-tabs .panel > h2,
.related.products > h2,
.cross-sells > h2 {
  font:   bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.woocommerce-tabs #comments > h2,
.woocommerce-Reviews #reply-title {
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.product .related.products > h2:after,
.product .upsells.products > h2:after,
.cross-sells > h2:after {
  background-color: #000000;
}
.shopping-cart {
  position: relative;
}
.masthead .shopping-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: column wrap;
}
.dt-mobile-header .shopping-cart {
  position: static;
}
.top-bar .shopping-cart {
  z-index: 1001;
  vertical-align: middle;
}
.floating-navigation-below-slider .top-bar .shopping-cart {
  z-index: 101;
}
.shopping-cart-wrap {
  position: absolute;
  top: 100%;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
}
.side-header:not(.masthead-mobile-header) .mini-widgets .shopping-cart-wrap {
  top: auto;
  bottom: 100%;
}
.masthead .shopping-cart-wrap {
  top: calc(100% + 10px);
}
.dt-mobile-header .shopping-cart-wrap {
  width: 100%;
}
.masthead.side-header .mini-widgets .shopping-cart-wrap {
  top: auto;
  bottom: calc(100% + 10px);
}
.dt-mobile-header .shopping-cart-wrap {
  width: 100%;
}
.masthead .mini-widgets .shopping-cart-wrap.bottom-overflow {
  top: auto;
  bottom: calc(100% + 10px);
}
.floating-navigation-below-slider .shopping-cart-wrap.bottom-overflow {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}
.right-overflow.shopping-cart-wrap {
  right: 0;
}
.shopping-cart-inner {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: 280px;
  padding: 15px 20px 10px;
  background-color: #ffffff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.dt-mobile-header .shopping-cart-inner {
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .shopping-cart-inner {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  }
}
.shopping-cart-inner:before {
  position: absolute;
  top: -7px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid red;
  border-bottom-color: #ffffff;
  content: '';
}
.dt-mobile-header .shopping-cart-inner:before {
  display: none;
}
.right-overflow .shopping-cart-inner:before {
  right: 20px;
  left: auto;
}
.side-header:not(.masthead-mobile-header) .shopping-cart-inner:before,
.dt-mobile-header .shopping-cart-inner:before {
  top: auto;
  bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid;
  border-bottom: none;
  border-top-color: #ffffff;
}
.bottom-overflow .shopping-cart-inner:before {
  top: auto;
  bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid;
  border-bottom: none;
  border-top-color: #ffffff;
}
.right-overflow.bottom-overflow .shopping-cart-inner:before {
  top: -7px;
  bottom: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid red;
  border-top: none;
  border-bottom-color: #ffffff;
}
.masthead .shopping-cart-inner,
.dt-mobile-header .shopping-cart-inner,
.masthead .shopping-cart-inner *,
.dt-mobile-header .shopping-cart-inner *,
.masthead .shopping-cart-inner a:not(.button):not(.remove),
.dt-mobile-header .shopping-cart-inner a:not(.button):not(.remove),
.masthead .shopping-cart-inner .amount,
.dt-mobile-header .shopping-cart-inner .amount {
  color: #333333 !important;
  font-size: 14px;
  line-height: 25px;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a:not(.button):not(.remove),
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .amount {
  color: #333333 !important;
}
.show-top-buttons .buttons {
  display: none;
}
.buttons.top-position {
  display: none;
}
.show-top-buttons .buttons.top-position {
  display: block;
}
.product_list_widget.cart_list {
  overflow: hidden;
  margin-bottom: 15px;
  clear: both;
}
.product_list_widget.cart_list.empty {
  margin-bottom: 5px;
}
.shopping-cart-inner .cart_list.empty li {
  padding: 0;
}
.shopping-cart-inner .cart_list li .quantity {
  display: block;
  margin: 0;
}
.masthead .shopping-cart-inner .cart_list li .quantity,
.dt-mobile-header .shopping-cart-inner .cart_list li .quantity,
.masthead .shopping-cart-inner .quantity .amount,
.dt-mobile-header .shopping-cart-inner .quantity .amount,
.masthead .shopping-cart-inner .quantity .amount *,
.dt-mobile-header .shopping-cart-inner .quantity .amount * {
  font-size: 13px;
  line-height: 23px;
}
.shopping-cart-inner .variation *,
.shopping-cart-inner .quantity *,
.shopping-cart-inner .quantity,
.shopping-cart-inner strong,
.shopping-cart-inner .quantity .amount {
  color: rgba(51,51,51,0.5) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .variation *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner strong,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity .amount {
  color: rgba(51,51,51,0.5) !important;
}
.shopping-cart-inner .amount {
  font-size: 14px;
}
.shopping-cart-inner .total,
.widget_shopping_cart .total {
  margin-bottom: 20px;
}
.masthead .shopping-cart-inner a.button,
.dt-mobile-header .shopping-cart-inner a.button,
.masthead .shopping-cart-inner a.button > span,
.dt-mobile-header .shopping-cart-inner a.button > span {
  color: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button > span {
  color: #ffffff !important;
}
.masthead .shopping-cart-inner a.button:hover,
.dt-mobile-header .shopping-cart-inner a.button:hover,
.masthead .shopping-cart-inner a.button:hover > span,
.dt-mobile-header .shopping-cart-inner a.button:hover > span {
  color: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button:hover > span {
  color: #ffffff !important;
}
.masthead .shopping-cart-inner a:not(.button):not(.remove):hover,
.dt-mobile-header .shopping-cart-inner a:not(.button):not(.remove):hover {
  background: none;
  color: #000000 !important;
  text-decoration: none !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a:not(.button):not(.remove):hover {
  color: #000000 !important;
}
.masthead .shopping-cart .buttons a.button *,
.shopping-cart .buttons a.button,
.shopping-cart .buttons a.button:hover,
.buttons a.button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  text-decoration: none !important;
}
.wc-ico-cart {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1 !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font:  bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.wc-ico-cart i {
  margin-right: 5px;
  font-size: 16px;
  color: #333333;
}
.branding .wc-ico-cart {
  font:   20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: ;
}
.branding .wc-ico-cart i {
  font-size: 0px;
  color: ;
  margin-right: 7.1428571428571px;
}
.mixed-header .wc-ico-cart {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .wc-ico-cart i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .wc-ico-cart i {
  margin-right: 7.1428571428571px;
}
.top-bar .wc-ico-cart {
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.top-bar .wc-ico-cart {
  color: #ffffff;
}
.top-bar .wc-ico-cart i {
  font-size: 16px;
  color: #ffffff;
}
.dt-mobile-header .wc-ico-cart {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: #333333;
}
.dt-mobile-header .wc-ico-cart i {
  font-size: 16px;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .wc-ico-cart {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.mobile-header-bar .mobile-mini-widgets .wc-ico-cart i {
  font-size: 16px;
  color: #333333;
}
a.wc-ico-cart:hover {
  font:  bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: rgba(51,51,51,0.7);
}
a.wc-ico-cart:hover i {
  color: rgba(51,51,51,0.7);
}
.branding a.wc-ico-cart:hover {
  font:   20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header a.wc-ico-cart:hover {
  font:    20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: rgba(136,136,136,0.7);
}
.mixed-header a.wc-ico-cart:hover i {
  color: rgba(136,136,136,0.7);
}
.top-bar a.wc-ico-cart:hover {
  font:  bold 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(255,255,255,0.7);
}
.top-bar a.wc-ico-cart:hover i {
  color: rgba(255,255,255,0.7);
}
.dt-mobile-header a.wc-ico-cart:hover {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: ;
  color: rgba(51,51,51,0.7);
}
.dt-mobile-header a.wc-ico-cart:hover i {
  color: rgba(51,51,51,0.7);
}
.mobile-header-bar .mobile-mini-widgets a.wc-ico-cart:hover {
  font:   bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: rgba(51,51,51,0.7);
}
.mobile-header-bar .mobile-mini-widgets a.wc-ico-cart:hover i {
  color: rgba(51,51,51,0.7);
}
.wc-ico-cart > .counter {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 1px;
  min-width: 14px;
  min-height: 14px;
  background-color: #000000;
  text-align: center;
  font-size: 8px;
  font-family: Tahoma, Arial, sans-serif !important;
  line-height: 14px;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
}
.branding .wc-ico-cart > .counter {
  font-size: -8px;
  line-height: -2px;
  min-width: -2px;
  min-height: -2px;
}
.mixed-header .wc-ico-cart > .counter {
  font-size: 8px;
  line-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.top-bar .wc-ico-cart > .counter {
  font-size: 8px;
  line-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.dt-mobile-header .wc-ico-cart > .counter {
  font-size: 8px;
  line-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.mobile-header-bar .mobile-mini-widgets .wc-ico-cart > .counter {
  font-size: 8px;
  line-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.wc-ico-cart > .counter.hidden {
  display: none;
}
.round-counter-style .wc-ico-cart > .counter {
  margin-left: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rectangular-counter-style .wc-ico-cart > .counter {
  padding: 0 2px 0 1px;
  min-width: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rectangular-counter-style .wc-ico-cart > .counter:before {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid #000000;
  border-bottom: 3px solid transparent;
  content: "";
}
.branding .rectangular-counter-style .wc-ico-cart > .counter {
  min-width: 2px;
}
.mixed-header .rectangular-counter-style .wc-ico-cart > .counter {
  min-width: 18px;
}
.top-bar .rectangular-counter-style .wc-ico-cart > .counter {
  min-width: 18px;
}
.dt-mobile-header .rectangular-counter-style .wc-ico-cart > .counter {
  min-width: 18px;
}
.mobile-header-bar .mobile-mini-widgets .rectangular-counter-style .wc-ico-cart > .counter {
  min-width: 18px;
}
.wc-ico-cart > .counter,
.wc-ico-cart:hover > .counter {
  color: #ffffff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .wc-ico-cart > .counter,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .wc-ico-cart:hover > .counter {
  color: #fff;
}
.wc-ico-cart > .counter.custom-bg {
  background-color: #000000 !important;
  background-image: none !important;
}
.wc-ico-cart > .counter.custom-bg:before {
  border-right-color: #000000;
}
.accent-gradient .wc-ico-cart > .counter,
.accent-gradient .wc-ico-cart > .counter.gradient-bg,
.wc-ico-cart > .counter.gradient-bg {
  background: #000000;
}
.accent-gradient .wc-ico-cart > .counter:before,
.accent-gradient .wc-ico-cart > .counter.gradient-bg:before,
.wc-ico-cart > .counter.gradient-bg:before {
  border-right-color: #000000;
}
#top-bar .wc-ico-cart:hover .counter {
  text-decoration: none;
}
.wc-grid .dt-css-grid {
  margin: 0;
}
.wc-grid.resize-by-browser-width .dt-css-grid {
  grid-template-columns: repeat(,1fr);
  grid-template-rows: auto;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}
.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid,
.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid {
  margin: -22px;
}
.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell,
.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
  width: 100%/;
  padding: 22px;
}
.wc-grid:not(.resize-by-browser-width) .dt-css-grid {
  grid-row-gap: 44px;
  grid-column-gap: 44px;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}
.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid,
.no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -22px;
}
.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell,
.no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell {
  flex: 1 0 220px;
  min-width: 220px;
  max-width: 100%;
  padding: 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .resize-by-browser-width.wc-grid .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {
    width: 100%/;
  }
}
@media screen and (max-width: 991px) {
  .resize-by-browser-width.wc-grid .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {
    width: 100%/;
  }
}
@media screen and (max-width: 767px) {
  .resize-by-browser-width.wc-grid .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {
    width: 100%/;
  }
}
.view-mode-switcher > a {
  height: 40px;
  width: 40px;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(51,51,51,0.12);
  color: rgba(133,134,140,0.5);
  background-color: #fcfcfc;
}
.view-mode-switcher > a:first-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.view-mode-switcher > a:last-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.view-mode-switcher > a.switcher-active {
  color: #85868c;
}
.wc-layout-list article.product {
  margin-bottom: 50px;
}
article.product.post.bg-on {
  background: none;
}
.wc-layout-list .woocom-project {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.wc-layout-list .woocom-project .woo-buttons-on-img {
  margin-bottom: 0;
  text-align: left;
  width: 30%;
}
.wc-layout-list .woocom-project .woocom-list-content {
  padding-left: 40px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
  width: calc(100% - 30%);
}
.wc-layout-list .woocom-project .woocom-list-content .star-rating {
  margin: 0 0 25px 0;
}
.wc-layout-list .woocom-project .woocom-list-content .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.dt-isotope .woocom-project .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
.hide-description .woocommerce-product-details__short-description {
  display: none;
}
.product .woo-buttons-on-img {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.product .woo-buttons-on-img .out-stock-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 2;
  width: auto;
  max-width: 100%;
  min-height: 50px;
  padding: 20px 25px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.65);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.15);
  box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.15);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  line-height: 25px;
}
.dt-isotope  .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 25px;
}
.woocom-project {
  position: relative;
}
.woo-buttons-on-img > p,
.post .woo-buttons-on-img .alignnone,
.description-under-image .post .woo-buttons-on-img .alignnone {
  margin-bottom: 0;
}
.post .woo-buttons-on-img .alignleft {
  margin: 0;
}
.woocom-project .woo-buttons-on-img > a {
  display: block;
  line-height: 0;
}
.products-carousel-shortcode .woocom-project .woo-buttons-on-img > a {
  display: block;
  width: 100%;
}
.product .woo-buttons-on-img {
  -ms-flex: 0 0 auto;
  max-width: 100%;
}
.woocom-rollover-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 10px 25px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  opacity: 0;
}
.woocom-rollover-content:hover {
  cursor: pointer;
}
.description-on-hover .woocom-rollover-content {
  overflow: hidden;
}
.description-on-hover .woocom-rollover-content * {
  color: #fff;
}
.mobile-false .woocom-project:hover .woocom-rollover-content,
.mobile-true  .woocom-project.is-clicked .woocom-rollover-content {
  opacity: 1;
}
.product .woocom-rollover-content {
  padding-bottom: 0;
}
.product .woo-content-container {
  position: relative;
  width: 100%;
  bottom: 0;
}
.woo-hover.hover-style-two .woocom-rollover-content {
  background-color: rgba(0,0,0,0.25);
  text-align: center;
}
.woo-hover .blur-this .blur-effect {
  display: none;
}
.mobile-false .hover-fade.woo-hover .woo-content-container {
  bottom: 0;
}
.product .wf-td {
  vertical-align: bottom;
}
.cart-btn-on-img .woo-buttons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 32px;
  min-width: 32px;
  border-radius: 16px;
  z-index: 2;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.cart-btn-on-img .woo-buttons a {
  display: block;
  float: right;
  height: 32px;
  max-width: 22px;
  padding: 0 32px 0 0px;
  box-sizing: border-box;
  -webkit-transition: max-width 0.4s ease-in-out;
  transition: max-width 0.4s ease-in-out;
  border-radius: 16px;
  font:   bold 12px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  background-color: #000000;
}
.cart-btn-on-img .woo-buttons a .filter-popup {
  vertical-align: top;
  line-height: 32px;
  margin-left: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.cart-btn-on-img .woo-buttons a .popup-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  content: "";
}
.cart-btn-on-img .woo-buttons:hover a,
.cart-btn-on-img .woo-buttons.is-clicked a {
  width: auto;
  max-width: 250px;
}
.cart-btn-on-img .woo-buttons:hover a .filter-popup,
.cart-btn-on-img .woo-buttons.is-clicked a .filter-popup {
  opacity: 1;
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
.cart-btn-on-hover .woo-buttons {
  opacity: 0;
}
.cart-btn-below-img .woo-buttons {
  padding-top: 3px;
  margin-bottom: 15px;
}
#page .cart-btn-below-img .woo-buttons:last-child {
  margin-bottom: 15px;
}
.cart-btn-on-hover .woocom-project:hover .woo-buttons,
.cart-btn-on-hover .woo-buttons-on-img.is-clicked .woo-buttons {
  opacity: 1;
}
.woo-buttons-on-img .woo-buttons i:before {
  font-size: 16px;
  line-height: 32px;
}
.woo-buttons a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
.cart-btn-below-img .woo-buttons a {
  font:   bold 12px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
}
.product_type_simple.added,
.product_type_variation.added {
  display: none !important;
}
.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
  margin: 0;
}
.widget_rating_filter ul li.chosen a:before {
  color: red;
}
.woocommerce.widget_layered_nav select {
  width: 100%;
  margin-bottom: 0;
}
#dropdown_product_cat {
  opacity: 0;
}
.widget_layered_nav .customSelect {
  margin-bottom: 10px;
}
ul.product_list_widget,
.widget_product_categories,
.product-categories,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
  margin-bottom: 10px;
}
.widget_layered_nav_filters ul {
  overflow: hidden;
}
ul.cart_list li,
ul.product_list_widget li,
.widget_product_categories li {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 0 0;
}
.widget_product_categories ul.children {
  padding-top: 10px;
  clear: both;
}
.widget_product_categories .cat-item > a,
.widget_product_categories .count {
  display: inline-block;
}
ul.cart_list li:first-child,
ul.product_list_widget li:first-child,
.widget_product_categories li:first-child,
.widget_product_categories li {
  padding: 0;
}
ul.cart_list li a,
ul.product_list_widget li a,
.widget_product_categories li a {
  display: block;
  text-decoration: none;
}
.product_list_widget img,
.woocommerce .wf-cell .product_list_widget img {
  float: left;
  width: 60px;
  height: auto;
  margin: 5px 20px 5px 0;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
  display: block;
}
ul.cart_list li dl p,
ul.product_list_widget li dl p,
.shop_attributes td p {
  margin-bottom: 0;
}
.widget_shopping_cart_content dt,
.product_list_widget dt {
  float: left;
  margin-right: 5px;
}
.widget_shopping_cart_content .quantity {
  display: block;
  width: auto;
  font-weight: normal;
  color: #b4b5bb;
}
.buttons a.button {
  float: left;
  margin: 0 10px 15px 0;
}
.widget_product_search .woocommerce-product-search {
  position: relative;
  margin-bottom: 5px;
}
.widget_product_search .woocommerce-product-search label {
  display: none;
}
.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#page .widget_product_search input[type="submit"],
#page .widget_product_search button[type="submit"] {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 11px;
  width: 20px;
  height: 100%;
  padding: 0;
  text-decoration: none;
  border: none;
  font-size: 0;
  background-color: transparent;
  color: rgba(133,134,140,0.5);
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#page .widget_product_search input[type="submit"]:before,
#page .widget_product_search button[type="submit"]:before {
  content: "\ec051";
  font-family: 'icomoon-the7-font' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  font-size: 16px;
}
#page .widget_product_search input[type="submit"]:hover,
#page .widget_product_search button[type="submit"]:hover {
  opacity: 0.7;
  background-color: transparent !important;
  color: rgba(184,188,190,0.99);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-search input {
  padding: 5px 15px 5px 15px !important;
  color: rgba(195,195,195,0.99) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50% !important;
  background-size: 16px 16px !important;
}
.woocommerce-widget-layered-nav-dropdown .select2-search input {
  background-image: none !important;
}
.select2-container--default .select2-selection--multiple {
  border-color: rgba(51,51,51,0.12);
}
.woocommerce-widget-layered-nav-dropdown .select2-search {
  padding: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
}
.widget_price_filter .price_slider_amount > input {
  opacity: 0;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  outline: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.product .onsale {
  background-color: #000000;
}
.footer .widget_price_filter .ui-slider .ui-slider-handle,
.accent-gradient .footer .widget_price_filter .ui-slider .ui-slider-handle,
.footer .widget_price_filter .ui-slider .ui-slider-range,
.accent-gradient .footer .widget_price_filter .ui-slider .ui-slider-range,
.footer .product .onsale,
.accent-gradient .footer .product .onsale {
  background: #ffffff;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -6px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.content .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(133,134,140,0.15);
}
.sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content,
.sidebar-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(133,134,140,0.15);
}
.footer .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255,255,255,0.15);
}
.price_slider_wrapper {
  padding-top: 5px;
  margin-bottom: 10px;
}
.widget_price_filter .ui-slider-horizontal {
  height: 7px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_layered_nav ul li.chosen a,
.widget_layered_nav_filters ul li a {
  padding: 1px 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e013";
}
.widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
}
.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
}
.widget_layered_nav_filters ul li a {
  float: left;
}
.product {
  position: relative;
}
.product:before,
.product:after {
  content: "";
  display: table;
  clear: both;
}
.product .onsale {
  position: absolute;
  z-index: 101;
  top: 10px;
  left: 10px;
  min-height: 32px;
  min-width: 32px;
  padding: 7px;
  font-size: 13px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce-review-link,
.widget .variation,
.content .variation,
.product_list_widget .variation,
.product_list_widget .variation *,
.product_list_widget,
.widget_recently_viewed_products {
  font-size: 13px;
  line-height: 23px;
}
ul.products {
  margin: 0;
}
.products .product {
  display: block;
  list-style: none;
}
.content .woocommerce .wf-cell img,
.woocommerce .content .wf-cell img {
  height: auto;
  max-width: 100%;
  width: auto;
}
body.hide-product-title .summary > .product_title {
  display: none;
}
.product .variations_button:before,
.product .variations_button:after,
.product .cart:before,
.product .cart:after,
#review_form:before,
#review_form:after,
form.cart:before,
form.cart:after {
  content: "";
  display: table;
  clear: both;
}
.summary.entry-summary div[itemprop="description"] {
  margin: 25px 0;
}
.product div.images,
.product div.summary {
  float: left;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product div.images {
  width: 50%;
  margin-right: 50px;
}
.product div.summary {
  width: calc(100% - 50% - 50px);
}
.woocommerce div.product div.summary > :last-child {
  margin-bottom: 0;
}
.woocommerce-main-image {
  display: block;
  line-height: 0;
}
.product div.thumbnails {
  margin-right: -10px;
}
.product div.thumbnails a {
  float: left;
  width: 33.3333%;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product table.variations {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  width: auto;
  margin-bottom: 20px;
}
.product table.variations tr,
.product table.variations td {
  display: block;
}
.product table.variations td.label {
  padding: 0;
  margin-bottom: 5px;
}
.product table.variations td.label label {
  text-transform: uppercase;
}
.product table.variations td.value {
  padding: 0;
  margin-bottom: 10px;
}
.product table.variations .reset_variations {
  position: absolute;
  top: 0;
  right: 0;
}
.product table.variations .reset_variations:hover {
  text-decoration: none;
}
.product .variations,
.product .variations th,
.product .variations td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.variations td.label {
  vertical-align: top;
}
.variations td.value {
  text-align: right;
}
.variations td.value .customSelect {
  text-align: left;
}
.variations select {
  display: inline-block;
  width: 250px;
  max-width: 100%;
}
.variations select {
  margin-bottom: 10px !important;
}
.myaccount_address,
.customer_details {
  margin-bottom: 20px !important;
}
.woocommerce .product .project-list-media .woo-buttons-on-img {
  margin-bottom: 15px !important;
}
.woocommerce .product h4,
#content .woocommerce .product h4:last-child {
  margin-bottom: 5px;
}
.woocommerce .product .price {
  font-size: 14px;
  line-height: 25px;
}
#content .woocommerce .product .price:last-child {
  margin-bottom: 10px;
}
.reset_variations {
  display: block;
  font-size: 13px;
  line-height: 23px;
}
form.cart {
  display: block;
}
.woocommerce div.product div.summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  display: block;
  margin: -5px 0 20px 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.woocommerce div.product div.summary .woocommerce-review-link {
  text-decoration: none;
}
.woocommerce div.product div.summary .woocommerce-review-link:hover {
  text-decoration: underline;
}
.woocommerce div.product div.summary h1 {
  margin-bottom: 30px;
}
.woocommerce div.product div.summary .single_variation .price,
.woocommerce div.product div.summary .single_variation > p,
.woocommerce div.product div.summary .single_variation .woocommerce-variation-description > p,
.woocommerce div.product div.summary .single_variation .woocommerce-variation-availability > p {
  display: block;
  margin-bottom: 25px;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  margin: 0 4px 0 0;
  float: none;
}
.woocommerce div.product div.summary form.cart,
.woocommerce div.product div.summary p.cart {
  margin-bottom: 30px;
}
.woocommerce div.product div.summary .woocommerce-variation-availability .in-stock {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .woocommerce-review-link {
  display: inline-block;
}
.woocommerce div.product div.summary > .price {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.woocommerce div.product div.summary > .price:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
div.product div.summary .price:after {
  background-color: #000000;
}
.footer div.product div.summary .price:after,
.accent-gradient .footer div.product div.summary .price:after {
  background: #ffffff;
}
.product form.cart div.quantity {
  float: left;
  margin: 0 15px 0 0;
}
.quantity .plus,
.quantity .minus {
  width: 20px;
  padding: 0;
  background-image: none !important;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  height: 40px;
  color: rgba(133,134,140,0.5);
  border: 1px solid;
  border-color: rgba(51,51,51,0.12);
  background-color: #fcfcfc !important;
  border-radius: 0;
}
#page .quantity .plus,
#page .quantity .minus {
  border-width: 1px 1px 1px 1px;
}
.quantity .plus:hover,
.quantity .minus:hover {
  color: #85868c;
  border-color: rgba(51,51,51,0.12);
}
.woocommerce-cart-wrap .quantity input[type='button'].plus.is-form,
.woocommerce-variation-add-to-cart .quantity input[type='button'].plus.is-form,
.product .quantity input[type='button'].plus.is-form {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.woocommerce-cart-wrap .quantity input[type='button'].minus.is-form,
.woocommerce-variation-add-to-cart .quantity input[type='button'].minus.is-form,
.product .quantity input[type='button'].minus.is-form {
  padding-top: 3px;
  padding-bottom: 7px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.product_meta {
  margin-bottom: 30px;
}
.product_meta .posted_in,
.product_meta .sku_wrapper {
  display: inline-block;
}
.product_meta .posted_in a,
.product_meta .sku_wrapper a {
  text-decoration: none;
}
.product_meta .posted_in a:hover,
.product_meta .sku_wrapper a:hover {
  text-decoration: underline;
}
.product_meta .posted_in {
  position: relative;
  margin: 0 6px 5px 0;
  padding: 0 9px 0 0;
}
.product_meta .posted_in:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product_meta > .tagged_as {
  margin-top: 3px;
}
.product_meta > .tagged_as a {
  display: inline-block;
  padding: 1px 6px;
  margin: 2px 1px 2px 0;
  border: 1px solid;
  font: normal 10px/15px Arial, Verdana, sans-serif;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.product .product_meta .posted_in:after {
  background-color: #b4b5bb;
}
.product .product_meta .tagged_as a {
  border-color: rgba(51,51,51,0.12);
  color: #b4b5bb;
}
.product .product_meta .tagged_as a:hover {
  color: #333333;
}
.price ins {
  text-decoration: none;
}
.product .summary.entry-summary .price,
.product-category .woo-content-container > a h3,
.product-category .woocom-list-content > a h3,
#customer_login h2 {
  font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.product form.cart .button {
  float: left;
  vertical-align: middle;
}
.product_meta {
  clear: both;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 23px;
}
.woocommerce-tabs {
  padding-top: 30px;
  clear: both;
}
.single .woocommerce-tabs .entry-content {
  margin-bottom: 0;
}
.woocommerce-tabs .tabs {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.woocommerce-tabs .tabs:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(51,51,51,0.12);
}
.woocommerce-tabs .tabs  li {
  position: relative;
  float: left;
  padding-top: 20px;
  margin-left: 40px;
  list-style: none;
}
.woocommerce-tabs .tabs  li:first-child {
  margin-left: 0;
}
.woocommerce-tabs .tabs  li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
.woocommerce-tabs .tabs  li:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  content: "";
}
.woocommerce-tabs .tabs  li.active:after {
  background-color: #000000;
}
.woocommerce-tabs #tab-description > h2:first-child,
.woocommerce-tabs #tab-additional_information > h2:first-child {
  display: none;
}
.woocommerce-tabs .shop_attributes {
  padding: 20px 30px;
  border-collapse: separate;
  border: none;
}
.woocommerce-tabs .shop_attributes tr:first-of-type th,
.woocommerce-tabs .shop_attributes tr:first-of-type td {
  border: none;
}
.woocommerce-Reviews .comment-reply-title {
  margin-bottom: 5px;
}
.woocommerce-Reviews label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.woocommerce-Reviews .comment-form-rating {
  margin-top: 30px;
}
.woocommerce-noreviews {
  display: none;
}
#reviews ol.commentlist {
  margin: 40px 0 0 0;
  padding-bottom: 20px;
}
#reviews ol.commentlist li {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 20px 0 !important;
  list-style: none;
}
.no-avatars #reviews ol.commentlist li {
  padding-left: 0;
}
#reviews ol.commentlist .comment_container {
  position: relative;
  padding: 30px 30px 15px 120px;
}
#reviews ol.commentlist .comment_container p.meta {
  margin-bottom: 20px;
}
#reviews ol.commentlist .comment_container .description {
  font-size: 14px;
  line-height: 25px;
}
#reviews ol.commentlist .comment_container .woocommerce-review__dash {
  display: none;
}
#reviews ol.commentlist .comment_container .woocommerce-review__author {
  display: block;
  margin-bottom: 5px;
  font:   bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#reviews ol.commentlist .comment_container .woocommerce-review__published-date {
  font-size: 13px;
  line-height: 23px;
  color: #b4b5bb;
}
#reviews .commentlist li img.avatar {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  margin: 0 30px 15px -90px;
}
.woocommerce-Reviews .comment-respond > h3 {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-Reviews .comment-respond > h3:after {
  display: none;
}
.woocommerce .form-submit .dt-btn {
  display: none;
}
.wc-bacs-bank-details-account-name {
  font:   bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.product .upsells.products,
.product .related.products {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid;
  clear: both;
  border-color: rgba(51,51,51,0.12);
}
.related.products > h2,
.upsells.products > h2,
.woocommerce > h2,
.woocommerce-tabs .panel > h2 {
  margin-bottom: 20px;
}
.product .related.products > h2,
.product .upsells.products > h2,
.cross-sells > h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.product .related.products > h2:after,
.product .upsells.products > h2:after,
.cross-sells > h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
}
.product .wf-container.description-on-hover > .wf-cell {
  line-height: 0;
}
.content .related-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -25px -25px -25px;
}
.related-product > li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 33%;
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
}
.sidebar-right .related-product > li,
.sidebar-left .related-product > li {
  width: 50%;
}
.woocommerce-cart-wrap .related-product > li {
  width: 100%;
}
.related-product > li .product-title,
.related-product > li .amount {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.sidebar-content .related-product > li .product-title,
.sidebar-content .related-product > li .amount {
  color: #333333;
}
.footer .related-product > li .product-title,
.footer .related-product > li .amount {
  color: #ffffff;
}
.related-product > li .onsale {
  position: absolute;
  top: 5px;
  left: 30px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  padding: 4px;
  min-width: 24px;
  min-height: 24px;
  line-height: 1;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #000000;
  color: #fff;
}
.footer .related-product > li .onsale,
.accent-gradient .footer .related-product > li .onsale {
  background: #ffffff;
}
.related-product > li .onsale * {
  color: #fff;
}
.related-product > li .product-thumbnail {
  max-width: 100px;
  min-width: 100px;
  margin-right: 20px;
}
.related-product > li .product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.related-product > li .product-title {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: bold;
}
.related-product > li .product-title:hover {
  color: #000000;
}
.footer .related-product > li .product-title:hover {
  color: #ffffff;
}
.accent-gradient .footer .related-product > li .product-title:hover {
  color: #ffffff;
}
.related-product > li .price {
  margin-bottom: 10px;
}
.related-product > li .star-rating {
  margin-bottom: 15px;
}
.related-product > li .dt-btn {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.related-product > li del,
.related-product > li del .amount {
  color: #b4b5bb;
}
.single.single-product .single-share-box {
  padding-top: 5px;
  margin-bottom: 30px;
}
.single-product .share-link-description {
  text-align: left;
}
.single-product .single-share-box .share-buttons {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.woocommerce-cart-wrap,
.wc-complete-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wc-complete-wrap {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.wc-complete-wrap * {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.wc-complete-wrap .wc-side-column {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.wc-complete-wrap .wc-wide-column {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.wc-complete-wrap .woocommerce-bacs-bank-details {
  margin-top: 20px;
}
.wc-complete-wrap .wc-bacs-bank-details {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.wc-complete-wrap .wc-bacs-bank-details li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid;
  list-style: none;
  box-sizing: border-box;
}
.wc-complete-wrap .wc-bacs-bank-details li > * {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.wc-complete-wrap .wc-bacs-bank-details li > strong {
  font-weight: normal;
  padding-left: 5px;
  box-sizing: border-box;
}
.woocommerce-cart-wrap table.shop_table:not(.order_details) {
  border: none;
}
.shop_table {
  border-collapse: separate;
}
.woocommerce-cart-wrap .cart.shop_table {
  border-collapse: separate;
}
.woocommerce-cart-wrap .cart.shop_table td {
  padding: 25px 10px 25px 0;
}
.woocommerce-cart-wrap .cart.shop_table td.actions {
  padding-top: 45px;
  padding-right: 0;
}
.woocommerce-cart-wrap .cart.shop_table td.product-subtotal {
  padding-right: 0;
}
.woocommerce-cart-wrap .cart.shop_table tfoot th,
.woocommerce-cart-wrap .cart.shop_table tbody th {
  padding: 25px 0;
}
.shop_table.customer_details td {
  padding-right: 0;
}
.shop_table.customer_details tbody th {
  padding-right: 10px;
}
.customer_details tr:first-of-type th,
.customer_details tr:first-of-type td {
  border-top: none;
}
.woocommerce-cart-wrap .shop_table thead th,
.customer_details thead th,
.woocommerce-orders-table thead th {
  border: none;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.woocommerce-cart-wrap td.product-remove {
  width: 30px;
  max-width: 30px;
}
.woocommerce-cart-wrap a.remove {
  display: block;
  font-size: 16px !important;
  width: 30px;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
  border: 0;
}
.woocommerce-cart-wrap a.remove:hover {
  cursor: pointer;
}
.woocommerce-cart-wrap .shop_table .product-thumbnail {
  width: 70px;
  padding-right: 20px;
}
.woocommerce-cart-wrap .shop_table .product-thumbnail img {
  max-width: 70px;
  height: auto;
}
.woocommerce-cart-wrap .shop_table .product-thumbnail > a {
  display: block;
  width: 70px;
  font-size: 0;
  line-height: 0;
}
.woocommerce-cart-wrap .product-price,
.woocommerce-cart-wrap .product-quantity {
  width: 18%;
}
.woocommerce-cart-wrap .product-quantity {
  width: 17%;
}
.woocommerce-cart-wrap .product-subtotal {
  width: 18%;
  text-align: right;
}
.woocommerce-cart-wrap .cart_item .product-name {
  width: 32%;
}
.woocommerce-cart-wrap .cart_item .product-name a {
  display: inline-block;
  text-decoration: none;
}
.woocommerce-cart-wrap table.cart th.product-name {
  position: relative;
  left: -38px;
}
.content .variation dt,
.content .variation dd {
  font-weight: normal;
  float: left;
}
.content .variation dt p,
.content .variation dd p {
  margin-bottom: 0;
}
.content .variation dt {
  clear: left;
  margin-right: 5px;
}
.woocommerce-cart-wrap .quantity,
.woocommerce-variation-add-to-cart .quantity,
.product .quantity {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  text-align: right;
}
.woocommerce-cart-wrap .quantity input[type='button'].is-form,
.woocommerce-variation-add-to-cart .quantity input[type='button'].is-form,
.product .quantity input[type='button'].is-form {
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  text-transform: none;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none !important;
}
.woocommerce-cart-wrap .quantity .plus,
.woocommerce-variation-add-to-cart .quantity .plus,
.product .quantity .plus {
  border-left: none !important;
}
.woocommerce-cart-wrap .quantity .minus,
.woocommerce-variation-add-to-cart .quantity .minus,
.product .quantity .minus {
  border-right: none !important;
}
.quantity .plus:hover,
.quantity .minus:hover,
.quantity .plus:active,
.quantity .minus:active {
  top: 0 !important;
  margin-bottom: 0 !important;
}
.quantity input.qty {
  display: inline;
  float: left;
  vertical-align: middle;
  width: 40px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}
.cart-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-wrap .coupon,
.wc-coupon-wrap .coupon {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-wrap .coupon:before,
.wc-coupon-wrap .coupon:before {
  content: "\ea05";
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 14px;
  z-index: 10;
}
.woocommerce-cart-wrap .coupon input[type="text"],
.wc-coupon-wrap .coupon input[type="text"] {
  padding-left: 35px;
}
.wc-coupon-field {
  position: relative;
}
.wc-coupon-field:focus label {
  display: none;
}
.cart td.actions .coupon label {
  position: absolute;
  display: none;
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
}
.cart td.actions .coupon label:before {
  margin-right: 5px;
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  content: "\ea05";
}
input[name="coupon_code"]::-webkit-input-placeholder:before,
input[name="coupon_code"]::-moz-placeholder:before,
input[name="coupon_code"]:-ms-input-placeholder:before,
input[name="coupon_code"]:-moz-placeholder:before {
  margin-right: 5px;
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  content: "\ea05";
}
.woocommerce-cart-wrap .wc-coupon-text,
.woocommerce-cart-wrap .wc-coupon-field {
  display: inline-block;
}
.woocommerce-cart-wrap .wc-coupon-text {
  position: relative;
  margin-right: 20px;
}
.woocommerce-cart-wrap .wc-coupon-text:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: "\ea05";
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 84px;
  line-height: 1;
}
.woocommerce-cart-wrap .wc-coupon-text > span {
  position: relative;
  z-index: 1;
}
.woocommerce-cart-wrap .wc-coupon-text span {
  display: block;
}
.woocommerce-cart-wrap .update-cart-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-wrap .update-cart-button input[type="submit"] {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: right;
}
.woocommerce-cart-wrap .update-cart-button input[type="submit"]:focus {
  outline: none;
}
.woocommerce-cart-wrap .update-cart-button input[type="submit"]:not(:disabled):hover {
  opacity: 0.7;
}
.woocommerce-cart-wrap .update-cart-button i {
  padding-right: 5px;
}
.wc-coupon-input.input-text {
  width: 200px;
  max-width: 100%;
}
.wc-cart-button,
input[name="apply_coupon"],
input[name="login"],
.single_add_to_cart_button.button,
.button.wc-backward,
.button.view-cart,
.button.checkout,
.button.wc-forward,
.price_slider .button,
.woocommerce-Reviews .submit,
button[name="calc_shipping"],
.woocommerce-Button[name="register"],
.track_order input[name="track"] {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
button.dt-wc-btn {
  position: relative;
  border: none;
}
input[name="update_cart"] {
  border: none;
  box-shadow: none !important;
}
table.shop_table td button[name="calc_shipping"] {
  margin: 0;
}
#shipping_method {
  margin: 0;
}
#shipping_method li {
  list-style: none;
}
#shipping_method li .shipping_method {
  margin: 0 5px 0 0;
}
#payment .input-radio {
  margin: 0 5px 0 0;
}
.woocommerce-ordering-div,
.shipping-calculator-form {
  position: relative;
}
.shipping-calculator-form .woocommerce-ordering-div {
  margin-bottom: 10px;
}
#calc_shipping_country,
#calc_shipping_state,
select.shipping_method,
form .form-row input.input-text {
  width: 100% !important;
}
.shipping_method {
  margin-bottom: 10px;
}
.woocommerce-shipping-calculator > p {
  margin-bottom: 0;
}
.shipping-calculator-form {
  margin: 10px 0;
}
.cross-sells {
  margin-top: 30px;
}
.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48%;
}
form.track_order,
form.lost_reset_password,
.wc-login-wrap,
.wc-coupon-wrap,
#customer_login > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
}
form.track_order .coupon,
form.lost_reset_password .coupon,
.wc-login-wrap .coupon,
.wc-coupon-wrap .coupon,
#customer_login > div .coupon {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 0;
}
form.track_order .coupon input,
form.lost_reset_password .coupon input,
.wc-login-wrap .coupon input,
.wc-coupon-wrap .coupon input,
#customer_login > div .coupon input {
  width: 100%;
  margin-bottom: 0;
}
form.track_order .button,
form.lost_reset_password .button,
.wc-login-wrap .button,
.wc-coupon-wrap .button,
#customer_login > div .button {
  text-transform: uppercase;
  font-weight: bold;
}
form.track_order .woocommerce-info,
form.lost_reset_password .woocommerce-info,
.wc-login-wrap .woocommerce-info,
.wc-coupon-wrap .woocommerce-info,
#customer_login > div .woocommerce-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
form.track_order form,
form.lost_reset_password form,
.wc-login-wrap form,
.wc-coupon-wrap form,
#customer_login > div form {
  width: 100%;
  margin-top: 25px;
  padding: 30px;
  box-sizing: border-box;
}
form.track_order .form-row,
form.lost_reset_password .form-row,
.wc-login-wrap .form-row,
.wc-coupon-wrap .form-row,
#customer_login > div .form-row {
  width: 100%;
  padding: 0;
}
form.track_order .showcoupon-tag,
form.track_order .showlogin-tag,
form.lost_reset_password .showcoupon-tag,
form.lost_reset_password .showlogin-tag,
.wc-login-wrap .showcoupon-tag,
.wc-login-wrap .showlogin-tag,
.wc-coupon-wrap .showcoupon-tag,
.wc-coupon-wrap .showlogin-tag,
#customer_login > div .showcoupon-tag,
#customer_login > div .showlogin-tag {
  text-transform: uppercase;
}
form.track_order .showcoupon,
form.track_order .showlogin,
form.lost_reset_password .showcoupon,
form.lost_reset_password .showlogin,
.wc-login-wrap .showcoupon,
.wc-login-wrap .showlogin,
.wc-coupon-wrap .showcoupon,
.wc-coupon-wrap .showlogin,
#customer_login > div .showcoupon,
#customer_login > div .showlogin {
  text-decoration: none;
}
form.track_order .log-message,
form.lost_reset_password .log-message,
.wc-login-wrap .log-message,
.wc-coupon-wrap .log-message,
#customer_login > div .log-message {
  margin-bottom: 20px;
}
.wc-login-wrap {
  margin-bottom: 20px;
}
.wc-login-wrap form {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wc-login-wrap form .form-row:not(.name-row):not(.password-row),
.wc-login-wrap form .lost_password {
  display: inline-block;
  width: auto;
}
.wc-login-wrap form .lost_password {
  float: right;
  margin-top: 12px;
}
.wc-login-wrap form .form-row-last {
  margin-bottom: 20px;
}
.wc-login-wrap form label[for="rememberme"] {
  margin-left: 20px;
}
.wc-coupon-wrap {
  margin-bottom: 50px;
}
.wc-coupon-wrap form {
  padding: 0;
  margin-top: 0;
}
.wc-coupon-wrap .form-coupon-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  margin-top: 25px;
}
.wc-coupon-wrap .form-coupon-wrap .coupon,
.wc-coupon-wrap .form-coupon-wrap .button {
  margin-bottom: 10px;
}
.wc-coupon-wrap .form-coupon-wrap > p {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
form.track_order,
form.lost_reset_password,
#customer_login > div {
  padding: 25px 30px 20px;
  box-sizing: border-box;
}
form.track_order > p:not(.form-row),
form.lost_reset_password > p:not(.form-row),
#customer_login > div > p:not(.form-row) {
  margin-bottom: 20px;
}
form.track_order .button,
form.lost_reset_password .button,
#customer_login > div .button {
  margin-top: 10px;
}
form.track_order label,
form.lost_reset_password label,
#customer_login > div label {
  text-transform: uppercase;
}
#customer_login {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#customer_login > div {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
#customer_login > div form {
  margin-top: 10px;
  padding: 0;
}
#customer_login > div form > .form-row:not(.form-row-wide) {
  display: inline-block;
  width: auto;
}
#customer_login > div form label.woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 20px;
  text-transform: none;
}
#customer_login > div form .lost_password {
  float: right;
  margin: 22px 0 10px;
}
#customer_login > div + div {
  margin-left: 50px;
}
.name-row,
.password-row {
  position: relative;
}
.name-row:before,
.password-row:before {
  content: "\e502";
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 10;
}
.name-row input[type="text"],
.name-row input[type="password"],
.password-row input[type="text"],
.password-row input[type="password"] {
  padding-left: 35px;
}
.password-row:before {
  content: "\f13e";
}
.showcoupon-tag,
.showlogin-tag {
  display: inline-block;
  margin-right: 10px;
}
.showcoupon-tag i,
.showlogin-tag i {
  margin: 2px 5px 0 0;
}
form.woocommerce-checkout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wc-order-review {
  margin-left: 50px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.woocommerce-checkout-review-order-table tr.cart_item:first-of-type td {
  border-top: none;
}
.content .woocommerce-checkout-review-order-table td {
  overflow: hidden;
}
.content .woocommerce-checkout-review-order-table {
  display: block;
  border-collapse: separate;
}
.content .woocommerce-checkout-review-order-table tbody,
.content .woocommerce-checkout-review-order-table tfoot,
.content .woocommerce-checkout-review-order-table tr,
.content .woocommerce-checkout-review-order-table td,
.content .woocommerce-checkout-review-order-table th {
  display: block;
  border: none;
  padding: 0;
}
.content .woocommerce-checkout-review-order-table tr {
  border-top: 1px solid;
  padding: 10px 0;
}
.content .woocommerce-checkout-review-order-table .product-name,
.content .woocommerce-checkout-review-order-table .product-total .amount {
  font-weight: normal;
}
.content .woocommerce-checkout-review-order-table tbody tr:first-of-type {
  border: none;
}
.content .woocommerce-checkout-review-order-table td,
.content .woocommerce-checkout-review-order-table .order-total th {
  vertical-align: top;
}
.content .woocommerce-checkout-review-order-table td.product-name,
.content .woocommerce-checkout-review-order-table .order-total th.product-name {
  padding-right: 10px;
}
.content .woocommerce-checkout-review-order-table th {
  padding-right: 10px;
}
.content .woocommerce-checkout-review-order-table .cart-subtotal td,
.content .woocommerce-checkout-review-order-table .cart-subtotal th {
  width: 100%;
}
.woocommerce-cart-wrap .cart_totals th {
  width: 40%;
  padding: 25px 0;
}
.woocommerce-billing-fields label abbr[title],
.woocommerce-shipping-fields label abbr[title],
.woocommerce-account-fields label abbr[title],
.woocommerce-MyAccount-content label abbr[title] {
  border-bottom: none;
}
.content .payment_methods {
  padding-top: 5px;
  margin: 0 0 30px 0;
}
.content .payment_methods li img {
  vertical-align: middle;
  margin: -2px .5em 0 .5em;
}
form.woocommerce-checkout .form-row,
.woocommerce-MyAccount-content .form-row {
  padding-bottom: 20px;
}
form.woocommerce-checkout .form-row.place-order,
.woocommerce-MyAccount-content .form-row.place-order {
  padding-bottom: 0;
}
form.woocommerce-checkout .form-row label,
.woocommerce-MyAccount-content .form-row label {
  text-transform: uppercase;
}
form.woocommerce-checkout .select2-container .select2-selection__arrow,
.woocommerce-MyAccount-content .select2-container .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
  right: 7px;
}
.woocommerce-cart-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
  right: 7px;
}
form.woocommerce-checkout .form-row {
  padding-bottom: 20px;
}
form.woocommerce-checkout .form-row#billing_address_1_field {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content fieldset,
.woocommerce-MyAccount-content .woocommerce-Button.button {
  margin-top: 20px;
}
.woocommerce-address-fields .button {
  margin-top: 30px;
}
.woocommerce-MyAccount-content  .woocommerce-address-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.woocommerce-MyAccount-content  .woocommerce-address-fields > p {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.woocommerce-MyAccount-content  .woocommerce-address-fields > p:first-of-type {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.woocommerce-MyAccount-content  .woocommerce-address-fields .form-row-wide {
  width: 100%;
}
#page .select2-container .select2-selection--single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-shipping-fields label,
.woocommerce-account-fields label {
  text-transform: uppercase;
}
#ship-to-different-address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ship-to-different-address label {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#ship-to-different-address input {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 5px;
}
.create-account {
  margin-bottom: 10px;
}
.woocommerce-billing-fields {
  padding-bottom: 10px;
}
.form-row.create-account {
  padding-top: 15px;
  padding-bottom: 0 !important;
  margin-bottom: 15px;
  clear: both;
}
.form-row.create-account label.checkbox {
  margin-bottom: 0;
}
.woocommerce-shipping-fields {
  padding-top: 15px;
  clear: both;
}
.woocommerce-shipping-fields label.checkbox {
  margin-bottom: 0;
}
.form-row.create-account label.checkbox span:before {
  display: inline-block;
  margin: 0 5px;
  font-family: 'icomoon-the7-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  content: "\e504";
  font-size: inherit;
}
#account_password_field {
  padding-top: 10px;
  margin-bottom: 0;
}
.woocommerce-shipping-fields {
  margin-bottom: 45px;
}
.woocommerce-shipping-fields .shipping_address {
  margin-top: 20px;
  margin-bottom: -20px;
}
.woocommerce-shipping-fields label.checkbox span:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  font-family: 'icomoon-the7-font';
  font-size: 14px;
  line-height: 28px;
  content: "\ea08";
  font-size: inherit;
}
#order_comments_field {
  margin-top: 30px;
}
.wc-side-column {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  padding: 30px;
  margin-right: 50px;
  box-sizing: border-box;
}
.wc-complete-wrap .wc-side-column {
  margin-bottom: 30px;
}
.content .woocommerce-thankyou-order-details {
  margin: 0;
}
.woocommerce-thankyou-order-details li {
  padding: 10px 0;
  border-top: 1px solid;
  list-style: none;
}
.woocommerce-thankyou-order-details li:first-child {
  border-top: none;
}
.woocommerce-thankyou-order-details li:last-child {
  padding-bottom: 0;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  font-weight: normal;
}
.order_details,
.customer_details {
  display: block;
}
.order_details thead,
.customer_details thead {
  display: none;
}
.order_details tbody tr:first-of-type td,
.customer_details tbody tr:first-of-type td {
  border-top: none;
}
.order_details tbody,
.order_details tfoot,
.customer_details tbody,
.customer_details tfoot {
  display: block;
}
.order_details tr,
.customer_details tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.order_details tr td,
.order_details tr th,
.customer_details tr td,
.customer_details tr th {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 50%;
  padding: 10px 0;
}
.woocommerce-cart-wrap .order_details .product-total,
.woocommerce-cart-wrap .order_details tfoot td,
.woocommerce-cart-wrap .customer_details .product-total,
.woocommerce-cart-wrap .customer_details tfoot td {
  padding-right: 0;
}
.woocommerce-cart-wrap .order_details tfoot th,
.woocommerce-cart-wrap .customer_details tfoot th {
  padding-right: 10px;
}
.woocommerce-table--order-details .shipped_via {
  margin-left: 5px;
}
.woocommerce-cart-wrap .order_details tbody tr td:first-of-type {
  padding-right: 10px;
}
.shop_table.order_details {
  margin-bottom: 40px;
}
.shop_table.order_details .product-quantity {
  margin-left: 5px;
}
.shop_table.order_details .product-name a {
  text-decoration: none;
}
.wc-item-meta {
  margin: 0 !important;
}
.wc-item-meta li {
  list-style: none;
}
.wc-item-meta li > * {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}
.select2-dropdown {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: none;
}
.select2-search {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-search input[type="text"] {
  margin-bottom: 0;
}
.select2-dropdown .select2-search input {
  margin-top: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e1e1e1;
  height: 28px !important;
  background-color: #fff;
  color: #888888;
  border-radius: 3px;
}
.select2-results {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  background: none;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-top: 18px;
}
#page .wc-item-downloads {
  width: 100%;
  margin: 0;
}
#page .wc-item-downloads li {
  list-style: none;
}
.shop_table.cart {
  font-size: 14px;
  line-height: 25px;
}
.shop_table.cart .product-subtotal {
  font-size: 14px;
  line-height: 25px;
}
.myaccount_user,
.order-info,
.order-again,
.product .upsells.products {
  margin-bottom: 30px;
}
.shipping-calculator-button {
  position: relative;
  font:   14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  text-decoration: none;
  color: #000000;
}
form .form-row label {
  display: block;
}
.form-row.terms {
  margin-top: 20px;
}
.form-row.terms label,
.form-row.create-account label {
  display: inline-block;
}
.terms #terms {
  float: left;
  margin: 5px 5px 0 0;
}
form label[for="rememberme"] {
  margin-top: 20px;
}
form .form-row-first,
form .form-row-last {
  float: left;
  overflow: visible;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .form-row-first {
  padding-right: 15px;
}
form .form-row-last {
  padding-left: 15px;
}
.clear {
  clear: both;
}
form .form-row input.input-text,
form .form-row textarea {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 none;
}
.cart td.actions .coupon .input-text {
  float: left;
  margin: 0 10px 0px 0;
  outline: 0 none;
}
.cart td.actions .coupon:before {
  color: rgba(133,134,140,0.5);
  line-height: 40px;
}
.wc-coupon-wrap .coupon:before,
.name-row:before,
.password-row:before {
  color: rgba(133,134,140,0.5);
  line-height: 40px;
}
.stars a.active,
.stars a:hover {
  color: #000000;
}
.footer .stars a.active,
.footer .stars a:hover {
  color: #ffffff;
}
#page .star-rating span:before,
#page .footer ul.cart_list li a:hover,
#page .footer ul.product_list_widget li a:hover,
#page .widget_product_categories li a:hover,
#page .order-info mark,
#page .product-name > a:hover,
#page .widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) li > a:hover {
  color: #000000;
}
#page .footer .star-rating span:before,
#page .footer ul.cart_list li a:hover,
#page .footer ul.product_list_widget li a:hover,
#page .footer .widget_product_categories li a:hover,
#page .footer .order-info mark,
#page .footer .product-name > a:hover,
#page .footer .widget_layered_nav li > a:hover {
  color: #ffffff;
}
.accent-gradient #page .footer .star-rating span:before,
.accent-gradient #page .footer ul.cart_list li a:hover,
.accent-gradient #page .footer ul.product_list_widget li a:hover,
.accent-gradient #page .footer .widget_product_categories li a:hover,
.accent-gradient #page .footer .order-info mark,
.accent-gradient #page .footer .product-name > a:hover,
.accent-gradient #page .footer .widget_layered_nav li > a:hover {
  color: #ffffff;
}
#tab-reviews .fancy-comments-form {
  display: none;
}
#main .woocommerce:before,
#main .woocommerce:after {
  content: "";
  display: table;
  clear: both;
}
.order-info mark,
.product-category mark {
  background-color: transparent;
}
.woocommerce fieldset {
  border: none;
}
.woocommerce fieldset legend {
  font:   bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin-bottom: 20px;
  color: #333333;
}
.sidebar-content .woocommerce fieldset legend {
  color: #333333;
}
.footer .woocommerce fieldset legend {
  color: #ffffff;
}
#reviews ol.commentlist .comment_container {
  border: none;
  color: #85868c;
}
table.shop_table td,
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th,
.shop_attributes td,
.shop_attributes th,
table.shop_attributes,
.content table.shop_table tr,
.woocommerce table.shop_table,
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5,
.wc-complete-wrap .wc-bacs-bank-details li {
  border-color: rgba(51,51,51,0.12);
}
.woocom-list-content .price ins,
.woocom-list-content .price ins * {
  color: #333333;
}
.sidebar-content .woocom-list-content .price ins,
.sidebar-content .woocom-list-content .price ins * {
  color: #333333;
}
.footer .woocom-list-content .price ins,
.footer .woocom-list-content .price ins * {
  color: #ffffff;
}
.star-rating,
.star-rating:before {
  color: rgba(51,51,51,0.2);
}
.sidebar-content .star-rating,
.sidebar-content .star-rating:before {
  color: rgba(51,51,51,0.2);
}
.footer .star-rating,
.footer .star-rating:before {
  color: rgba(255,255,255,0.2);
}
#page .widget_layered_nav ul:not(.yith-wcan-color) li.chosen a,
#page .widget_layered_nav_filters ul li a,
#page .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #000000;
}
.footer #page .widget_layered_nav ul:not(.yith-wcan-color) li.chosen a,
.accent-gradient .footer #page .widget_layered_nav ul:not(.yith-wcan-color) li.chosen a,
.footer #page .widget_layered_nav_filters ul li a,
.accent-gradient .footer #page .widget_layered_nav_filters ul li a,
.footer #page .widget_layered_nav ul.yith-wcan-label li a:hover,
.accent-gradient .footer #page .widget_layered_nav ul.yith-wcan-label li a:hover {
  background: #ffffff;
}
#reviews ol.commentlist .meta,
ul.cart_list li a,
ul.product_list_widget li a,
.widget_product_categories li a,
.woocommerce-result-count {
  font-size: 14px;
  line-height: 25px;
}
#payment .payment_box,
.woocommerce-terms-and-conditions {
  position: relative;
  margin: 10px 0;
  color: #85868c;
  font-size: 13px;
  line-height: 23px;
}
.woocommerce-terms-and-conditions-text,
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-privacy-policy-text,
.wc_payment_methods .woocommerce-info {
  font-size: 13px;
  line-height: 23px;
}
#page .widget_shopping_cart a.remove,
.masthead .shopping-cart-inner a.remove,
.dt-mobile-header .shopping-cart-inner a.remove {
  display: block;
  font-size: 20px !important;
  height: 20px !important;
  width: 20px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce .cart_list:not(.product_list_widget) a.remove:hover,
.masthead .shopping-cart-inner .cart_list a.remove:hover,
.dt-mobile-header .shopping-cart-inner .cart_list a.remove:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .cart_list a.remove:hover {
  color: #fff !important;
}
.widget_shopping_cart .cart_list li a.remove,
.shopping-cart-inner .cart_list li a.remove {
  position: absolute;
  top: 20px;
  left: 0;
}
.widget_shopping_cart .cart_list li:first-child a.remove,
.shopping-cart-inner .cart_list li:first-child a.remove {
  top: 5px;
}
.masthead .shopping-cart-inner a.remove,
.dt-mobile-header .shopping-cart-inner a.remove,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.remove {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #000000 !important;
}
#page .widget_shopping_cart a.remove {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #000000;
}
#page .footer .widget_shopping_cart a.remove {
  color: #ffffff;
}
.masthead .shopping-cart-inner .cart_list a.remove:hover,
.dt-mobile-header .shopping-cart-inner .cart_list a.remove:hover {
  background: #000000;
}
#page .woocommerce .cart_list a.remove:hover {
  background: #000000;
  color: #fff;
}
.footer #page .cart_list a.remove:hover,
.accent-gradient #page .footer .cart_list a.remove:hover {
  background: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 300px;
  padding-right: 50px;
}
.content .woocommerce-MyAccount-navigation > ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation > ul li {
  margin-bottom: 10px;
  list-style: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce-MyAccount-navigation > ul li:not(.is-active),
.woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
  background-color: #f7f7f7;
}
.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.woocommerce-MyAccount-navigation > ul li.is-active,
.woocommerce-MyAccount-navigation > ul li.is-active:hover {
  color: #fff;
}
#page .woocommerce-MyAccount-navigation > ul li.is-active,
#page .woocommerce-MyAccount-navigation > ul li.is-active:hover {
  background-color: #000000;
}
.woocommerce-MyAccount-navigation > ul li.is-active a,
.woocommerce-MyAccount-navigation > ul li.is-active:hover a {
  color: #fff;
}
.woocommerce-MyAccount-navigation > ul li:not(.is-active) a:hover {
  color: #000000;
}
.woocommerce-MyAccount-navigation > ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.sidebar-content .woocommerce-MyAccount-navigation > ul li a {
  color: #333333;
}
.footer .woocommerce-MyAccount-navigation > ul li a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.woocommerce-Addresses {
  padding-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content address {
  font-style: normal;
}
.wc-single-shortcode.wf-container {
  margin: 0;
}
.products-carousel-shortcode .product h4,
.products-shortcode .product h4 {
  margin-bottom: 5px;
}
.hide-rating .star-rating {
  display: none;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.wc-grid:not(.resize-by-browser-width) .dt-css-grid {
  grid-row-gap: 44px;
  grid-column-gap: 44px;
  grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
}
.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid,
.no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -22px;
}
.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell,
.no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell {
  flex: 1 0 220px;
  min-width: 220px;
  max-width: 100%;
  padding: 22px;
  box-sizing: border-box;
}
.wc-grid.resize-by-browser-width .dt-css-grid {
  grid-template-columns: repeat(,1fr);
  grid-template-rows: auto;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}
.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid,
.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid {
  margin: -22px;
}
.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell,
.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
  width: 100%/;
  padding: 22px;
}
@media screen and (max-width: 1199px) {
  .wc-grid.resize-by-browser-width .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
    width: 100%/;
  }
}
@media screen and (max-width: 991px) {
  .wc-grid.resize-by-browser-width .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
    width: 100%/;
  }
}
@media screen and (max-width: 767px) {
  .wc-grid.resize-by-browser-width .dt-css-grid {
    grid-template-columns: repeat(,1fr);
  }
  .cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell,
  .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
    width: 100%/;
  }
}


@media screen and (min-width: 1101px) {
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side checkout" "header-side main" "header-side footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .footer-overlap.header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side page-inner" "header-side footer";
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page,
  .header-side-line.right-side-line:not(.hidden-header) #page {
    grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "checkout header-side" "main header-side" "footer header-side";
  }
  .footer-overlap.header-side-right:not(.sticky-header):not(.hidden-header) #page,
  .footer-overlap.header-side-line.right-side-line:not(.hidden-header) #page {
    grid-template-areas: "page-inner header-side" "footer header-side";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 300px calc(100% - 300px);
    grid-template-columns: 300px calc(100% - 300px);
  }
  .rtl.header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 300px) 300px;
    grid-template-columns: calc(100% - 300px) 300px;
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 300px) 300px;
    grid-template-columns: calc(100% - 300px) 300px;
  }
  .rtl.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 300px calc(100% - 300px);
    grid-template-columns: 300px calc(100% - 300px);
  }
  .header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
  }
  .rtl.header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 60px) 60px;
    grid-template-columns: calc(100% - 60px) 60px;
  }
  .header-side-line.right-side-line:not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 60px) 60px;
    grid-template-columns: calc(100% - 60px) 60px;
  }
  .rtl.header-side-line.right-side-line:not(.hidden-header) #page {
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "checkout" "main" "footer";
  }
  .dt-mobile-header,
  .dt-mobile-menu-icon,
  .mobile-header-space,
  .masthead .mobile-header-bar,
  .transparent .header-space,
  .hidden-header.header-side-left .masthead,
  .hidden-header.header-side-right .masthead,
  .hidden-header .top-line-space,
  .hidden-header .masthead:not(.sticky-on):not(#phantom),
  .hidden-header .header-space:not(.sticky-space-on) {
    display: none;
  }
  .side-header > .top-bar,
  .mixed-header:not(.side-header-h-stroke) > .top-bar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .is-safari .desktop-side-header {
    height: 100vh;
  }
  .admin-bar .desktop-side-header.is-safari {
    height: calc(100vh - 32px);
  }
  .is-safari .desktop-side-header .mCustomScrollbar.header-scrollbar-wrap {
    height: 100vh;
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer,
  .header-side-right.footer-overlap:not(.sticky-header) #footer {
    max-width: calc(100% - 300px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) .boxed #footer,
  .header-side-right.footer-overlap:not(.sticky-header) .boxed #footer {
    max-width: 100%;
    width: calc(1340px - 300px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer {
    right: 0;
  }
  .header-side-line.footer-overlap #footer {
    max-width: calc(100% - 60px);
  }
  .left-side-line.header-side-line.footer-overlap #footer {
    right: 0;
  }
  .header-side-line.footer-overlap .boxed #footer {
    max-width: 100%;
    width: calc(1340px - 60px);
  }
  .is-iOS .side-header:not(.sub-sideways),
  .mobile-true .side-header:not(.sub-sideways) {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-navigation .sticky-header-overlay {
    display: none;
  }
  .phantom-sticky .fixed-masthead.masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  .phantom-sticky .fixed-masthead.sticky-on.masthead {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead {
    position: relative;
  }
  .floating-navigation-below-slider.phantom-sticky.transparent .masthead {
    position: absolute;
  }
  .floating-navigation-below-slider.phantom-sticky .masthead.sticky-on {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky .header-space.sticky-space-off {
    display: none;
  }
  .phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
    background: #80c342 none repeat center center !important;
    background-size: auto;
  }
  .mixed-header.side-header-h-stroke.sticky-top-line-on {
    background-color: #000000 !important;
  }
  .phantom-line-decoration.phantom-sticky .sticky-on.masthead {
    border-bottom: 1px solid #dd3333;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    border-bottom: none;
  }
  .phantom-disable-decoration.phantom-sticky .sticky-on.masthead {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: none;
  }
  .phantom-sticky:not(.phantom-shadow-decoration) .sticky-on.masthead.shadow-decoration {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .phantom-sticky:not(.overlap):not(.transparent) .masthead {
    -webkit-transition: background-color 330ms ease, background-image 330ms ease;
    transition: background-color 330ms ease, background-image 330ms ease;
  }
  .phantom-sticky .page-inner .masthead {
    -webkit-backface-visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    display: none;
    opacity: 0;
  }
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > a,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > img,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > a,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > img {
    display: none;
    visibility: hidden;
  }
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo {
    display: block;
    visibility: visible;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > img:not(.sticky-logo) {
    visibility: visible;
  }
  .phantom-main-logo-on.phantom-sticky .branding .sticky-logo {
    display: none;
  }
  .phantom-sticky #page .side-header .branding > a:not(.sticky-logo),
  .phantom-sticky #page .side-header .branding > img:not(.sticky-logo):not(.mobile-logo) {
    display: block;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    visibility: visible;
  }
  .phantom-fade .masthead,
  .phantom-slide .masthead {
    top: 0 !important;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop),
  .masthead .in-top-bar-right:not(.show-on-desktop),
  .masthead .in-top-bar:not(.show-on-desktop),
  .masthead .hide-on-desktop {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop).display-none,
  .masthead .in-top-bar-right:not(.show-on-desktop).display-none,
  .masthead .in-top-bar:not(.show-on-desktop).display-none,
  .masthead .hide-on-desktop.display-none {
    display: none;
  }
  .masthead .hide-on-desktop .menu-select {
    display: none;
  }
  .select-type-menu .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu.mini-nav > ul > li > .mini-sub-nav {
    top: 28px;
  }
  .list-type-menu .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu.mini-nav > ul > li.act > a .menu-item-text,
  .list-type-menu.mini-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li.act > a .menu-item-text,
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li > a:hover {
    opacity: 1;
  }
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li.act > a .menu-item-text span,
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li > a:hover span {
    color: rgba(255,255,255,0.7) !important;
  }
  .list-type-menu.mini-nav > ul > li.act > a i,
  .list-type-menu.mini-nav > ul > li > a:hover i {
    opacity: 0.7;
  }
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li.act > a i,
  .light-preset-color.masthead:not(#phantom):not(.sticky-on) .list-type-menu.mini-nav > ul > li > a:hover i {
    opacity: 1;
    color: rgba(255,255,255,0.7) !important;
  }
  .side-header .mini-nav.select-type-menu > .mini-sub-nav:not(.bottom-overflow),
  .side-header .list-type-menu > ul > li > .mini-sub-nav,
  .top-header.floating-navigation-below-slider .main-nav > li >  .mini-sub-nav.bottom-overflow {
    top: auto !important;
    bottom: 100%;
  }
  .side-header-h-stroke .show-on-first-switch,
  .masthead .mobile-mini-widgets .show-on-first-switch,
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .transparent.sticky-mobile-header .masthead-mobile-header {
    transition: none;
  }
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "checkout" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header) #page,
  .header-side-line.left-side-line #page,
  .header-side-right:not(.sticky-header) #page,
  .header-side-line.right-side-line #page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header) #page,
  .footer-overlap.header-side-line.left-side-line #page,
  .footer-overlap.header-side-right:not(.sticky-header) #page,
  .footer-overlap.header-side-line.right-side-line #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "checkout" "main" "footer";
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "checkout" "main" "footer";
  }
  .hidden-header.header-side-left .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .mobile-header-space,
  .hidden-header.header-side-right .mobile-header-space {
    display: none;
  }
  .masthead {
    grid-area: header;
  }
  .side-header.masthead,
  .side-header-v-stroke.masthead {
    grid-area: header;
    -ms-grid-column: 1;
  }
  .header-side-left:not(.sticky-header) .checkout-page-title,
  .header-side-line.left-side-line .checkout-page-title,
  .header-side-left:not(.sticky-header) .page-title,
  .header-side-line.left-side-line .page-title,
  .header-side-left:not(.sticky-header) .fancy-header,
  .header-side-line.left-side-line .fancy-header,
  .header-side-left:not(.sticky-header) #main,
  .header-side-line.left-side-line #main,
  .header-side-left:not(.sticky-header) .footer,
  .header-side-line.left-side-line .footer,
  .header-side-left:not(.sticky-header) #main-slideshow,
  .header-side-line.left-side-line #main-slideshow,
  .header-side-left:not(.sticky-header) .photo-scroller,
  .header-side-line.left-side-line .photo-scroller {
    -ms-grid-column: 1;
  }
  .mobile-header-space {
    grid-area: header;
  }
  .masthead.masthead-mobile-header:not(#phantom) {
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .transparent.sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead.masthead-mobile-header:not(#phantom) {
    transform: translateY(0);
  }
  .phantom-sticky.floating-mobile-menu-icon:not(.transparent) .fixed-masthead.masthead {
    position: relative;
  }
  .overlay-navigation.header-side-line #page,
  .header-side-left.header-side-line #page {
    padding: 0 !important;
  }
  .header-side-left #page {
    padding-left: 0 !important;
  }
  .header-side-right #page {
    padding-right: 0 !important;
  }
  .side-header {
    height: auto;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .admin-bar .side-header {
    height: auto;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .side-header .top-bar .mini-widgets.right-widgets {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .masthead .main-nav,
  .masthead:not(.side-header) .main-nav,
  #phantom,
  .masthead:not(.side-header) .header-bar,
  .masthead.side-header .header-bar,
  .header-scrollbar-wrap,
  .masthead.mixed-header,
  .header-space,
  .hide-overlay,
  .top-line-space {
    display: none;
  }
  .sticky-header .masthead.side-header,
  .overlay-navigation .masthead.side-header {
    display: none;
  }
  .sticky-header .masthead.mixed-header,
  .overlay-navigation .masthead.mixed-header,
  .dt-mobile-header {
    display: block;
  }
  .phantom-fade.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-slide.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-sticky.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead {
    display: block;
  }
  .show-floating-icon.masthead:not(.side-header),
  .fixed-mobile-header.masthead:not(.side-header) {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .transparent.floating-navigation-below-slider .show-floating-icon.masthead {
    background: none !important;
  }
  body:not(.transparent) .masthead:not(.side-header) {
    background-color: #80c342;
  }
  .transparent .masthead:not(.mixed-header),
  .transparent .masthead.masthead-mobile-header {
    background: #eeee22;
  }
  .sticky-mobile-on.masthead:not(.side-header) {
    background-color: #80c342 !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .dt-mobile-menu-icon {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead .mobile-header-bar {
    min-height: 70px;
  }
  .masthead.full-width,
  .masthead.mixed-header {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar.top-bar-disabled {
    display: none;
  }
  .top-bar .soc-ico a {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: inline-block;
  }
  .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active) .masthead {
    position: relative;
    left: 0 !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead {
    width: 100% !important;
  }
  .header-side-left:not(.header-top-line-active)  .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .header-side-left:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on) {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #page .mixed-header.side-header-menu-icon.line-decoration:not(.masthead-mobile-header),
  #page .mixed-header.side-header-v-stroke.line-decoration:not(.masthead-mobile-header) {
    border-bottom: 1px solid #dd9933;
  }
  .masthead.shadow-decoration.side-header-menu-icon:not(.masthead-mobile-header) {
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .sticky-header.header-side-line .mixed-header.side-header-v-stroke {
    margin: 0;
  }
  .side-header-v-stroke .header-bar .mini-login,
  .side-header-v-stroke .header-bar .mini-search,
  .side-header-v-stroke .header-bar .shopping-cart,
  .side-header-v-stroke .header-bar .mini-contacts,
  .side-header-v-stroke .header-bar .text-area,
  .side-header-v-stroke .header-bar .mini-nav,
  .side-header-v-stroke .header-bar .soc-ico,
  .side-header-v-stroke .header-bar .mini-wpml {
    margin: 0 10px;
  }
  .transparent .masthead.side-header {
    position: absolute;
    height: auto;
  }
  .transparent .masthead.full-width-line:not(.side-header) {
    border-bottom: none;
  }
  .sticky-header.fade-header-animation .side-header,
  .overlay-navigation .masthead {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .sticky-header.header-side-left.slide-header-animation .side-header {
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 50px;
  }
  #page .project-navigation {
    top: 10px;
    right: 10px;
  }
  .mobile-branding img.mobile-logo,
  .mobile-branding img.mobile-desktop-logo,
  .show-device-logo .branding img,
  .show-device-logo .mobile-branding img,
  .transparent .sticky-mobile-logo-first-switch,
  .transparent .sticky-mobile-logo-second-switch,
  .transparent .sticky-mobile-on .mobile-branding * {
    display: none;
  }
  .show-device-logo .branding img.mobile-logo,
  .show-device-logo .mobile-branding img.mobile-logo {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-header-bar .mobile-mini-widgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-branding {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .show-overlay-mobile-header .sticky-header-overlay.active,
  .closed-overlay-mobile-header .sticky-header-overlay.active {
    opacity: 0;
    visibility: hidden;
  }
  .footer-overlap .footer {
    width: 100% !important;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent):not(.sticky-mobile-header) .masthead-mobile {
    top: 0 !important;
  }
  .mobile-mini-widgets-in-menu {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    position: relative;
  }
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .masthead {
    top: 0;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .sticky-mobile-on.masthead {
    position: fixed !important;
    top: 0;
  }
  .sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead {
    position: fixed !important;
  }
  .sticky-mobile-header.floating-navigation-below-slider:not(.admin-bar) .fixed-mobile-header.masthead {
    top: 0 !important;
  }
  .sticky-mobile-header.fixed-mobile-menu .top-bar {
    display: none;
  }
  .sticky-mobile-header.floating-navigation-below-slider.transparent .mobile-header-space {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .dt-mobile-header .in-top-bar-left,
  .dt-mobile-header .in-top-bar-right {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left,
  .masthead .top-bar .right-widgets .in-top-bar-right,
  .mobile-mini-widgets .near-logo-first-switch {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left.text-area,
  .masthead .top-bar .right-widgets .in-top-bar-right.text-area,
  .mobile-mini-widgets .near-logo-first-switch.text-area {
    display: inline-block;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left:not(.show-on-first-switch) {
    display: none;
  }
  .masthead .top-bar .right-widgets .in-top-bar-right:not(.show-on-first-switch) {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .select-type-menu-first-switch .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-first-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-first-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-first-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-first-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 28px;
  }
  .list-type-menu-first-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-first-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu-first-switch.mini-nav .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-first-switch.mini-nav > ul > li.act > a .menu-item-text,
  .list-type-menu-first-switch.mini-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch img,
  .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch {
    display: block;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-navigation {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .dt-mobile-menu-icon {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
    margin-left: 10px;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .masthead .in-menu-first-switch {
    display: none;
  }
  .masthead .hide-on-first-switch,
  .dt-mobile-header .hide-on-first-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-second-switch,
  .masthead.widgets .show-on-second-switch,
  .masthead .show-on-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch) {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch).text-area {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  html:not(.no-cssgridlegacy.no-cssgrid) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-second-switch img,
  .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-second-switch {
    display: block;
  }
  .masthead .top-bar .mini-widgets > * {
    margin: 0 10px !important;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch) {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).microwidget-btn,
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).text-area {
    display: none;
  }
  .select-type-menu-second-switch .menu-select {
    position: relative;
    display: block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-second-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-second-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-second-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 28px;
  }
  .list-type-menu-second-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-second-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .mini-nav.list-type-menu-second-switch .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-second-switch.mini-nav > ul > li.act > a .menu-item-text,
  .list-type-menu-second-switch.mini-nav > ul > li.act > a i,
  .list-type-menu-second-switch.mini-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  body.page:not(.sticky-mobile-header):not(.floating-navigation-below-slider) .masthead:not(.side-header) {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    min-height: 70px;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *,
  .masthead .mobile-mini-widgets .in-menu-second-switch {
    display: none;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *.microwidget-btn,
  .masthead .mobile-mini-widgets .in-menu-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .masthead .top-bar .right-widgets,
  .dt-mobile-header .in-top-bar {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-left.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-right.microwidget-btn,
  .masthead .top-bar .right-widgets.microwidget-btn,
  .dt-mobile-header .in-top-bar.microwidget-btn {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets,
  .masthead .top-bar .left-widgets {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar,
  .masthead .top-bar .left-widgets .in-top-bar {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    text-align: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar.text-area,
  .masthead .top-bar .left-widgets .in-top-bar.text-area {
    display: inline-block;
  }
  .hide-on-second-switch {
    display: none !important;
  }
  .show-on-second-switch {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-on-second-switch.text-area,
  .show-on-second-switch.in-top-bar {
    display: block !important;
  }
  .show-on-second-switch.text-area.hide-on-second-switch {
    display: none !important;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch.text-area {
    display: inline-block;
  }
  .masthead.line-decoration {
    border-bottom: none;
  }
  .mini-contacts {
    white-space: normal;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .dt-mobile-menu-icon {
    margin-right: 10px;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .dt-mobile-menu-icon {
    margin-right: 10px;
    margin-left: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
    margin-left: 10px;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .show-mobile-logo .branding img,
  .show-device-logo .branding img.mobile-logo,
  .side-header.show-device-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img,
  .show-mobile-logo.side-header.show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img,
  .show-device-logo .mobile-branding img.mobile-logo,
  .side-header.show-device-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img,
  .show-mobile-logo.side-header.show-device-logo .mobile-branding img {
    display: none;
  }
  .show-mobile-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img.mobile-logo,
  .show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo,
  .show-device-logo .mobile-branding img,
  .transparent .mobile-branding img.mobile-desktop-logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 778px) {
  .page-title.page-title-responsive-enabled .wf-wrap {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 120px;
  }
  .page-title-responsive-enabled.page-title.title-left.disabled-bg h1 {
    margin: 5px 0;
  }
  .page-title-responsive-enabled.page-title.title-left .breadcrumbs {
    text-align: center;
  }
  .page-title-responsive-enabled.page-title h1,
  .page-title-responsive-enabled.page-title h1 *,
  .page-title-responsive-enabled.page-title h1 a:hover,
  #page .page-title-responsive-enabled.page-title .entry-title {
    font:   bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .page-title-responsive-enabled.page-title.breadcrumbs-mobile-off .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .transparent.video-playing .masthead {
    display: none !important;
  }
  .video-playing .rsHomePorthole .rsCloseVideoBtn {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .project-even .alignleft,
  .project-even ul.royalSlider.alignleft {
    width: 100%;
  }
  .content .project-wide-col {
    width: 100%;
  }
  .content .project-wide-col.left-side {
    padding-right: 0;
  }
  .content .project-wide-col.right-side {
    padding-left: 0;
  }
  .content .project-narrow-col {
    width: 100%;
  }
  .layout-list .blog-content,
  .layout-list .blog-media,
  .layout-list .project-list-content,
  .layout-list .project-list-media {
    float: none;
    width: 100% !important;
  }
  .layout-list .buttons-on-img,
  .layout-list .project-even .buttons-on-img {
    margin-left: 0;
    margin-right: 0;
  }
  .blog.layout-list .post .alignleft {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer .widget {
    width: 100%;
  }
  .mobile-hide-footer #footer > .wf-wrap {
    display: none;
  }
  .footer-overlap .page-inner {
    margin-bottom: 0 !important;
  }
  .footer-overlap .footer {
    position: relative !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  #bottom-bar .wf-container-bottom {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #bottom-bar .wf-container-bottom > div {
    margin: 0;
  }
  #branding-bottom,
  #bottom-bar .wf-float-left,
  #bottom-bar .wf-float-right {
    display: block;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  #bottom-bar.logo-split .wf-float-left,
  #bottom-bar.logo-split .wf-float-right {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #bottom-bar .bottom-text-block {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  #bottom-bar .mini-nav ul {
    display: none;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: block;
    height: auto;
  }
  #bottom-bar .menu-select {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 778px) {
  .masthead:not(.side-header):not(.full-width):not(.side-header-v-stroke):not(.side-header-menu-icon),
  .side-header .mobile-header-bar,
  .side-header .top-bar,
  .wf-wrap {
    padding: 0 50px;
  }
  .side-header .mobile-header-bar {
    box-sizing: border-box;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container,
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 -25px;
  }
  .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar,
  .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar,
  .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
    max-width: calc(1300px - 100px);
    margin: 0 auto;
  }
  .masthead:not(.side-header).full-width .top-bar,
  .top-bar .masthead.side-header-menu-icon,
  .masthead:not(.side-header).full-width .header-bar,
  .header-bar .masthead.side-header-menu-icon,
  .masthead:not(.side-header).full-width .mobile-header-bar,
  .mobile-header-bar .masthead.side-header-menu-icon {
    max-width: 100%;
  }
  .top-header .mega-full-width > .dt-mega-menu-wrap {
    width: calc(1300px - 100px);
  }
  .boxed .masthead:not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke).top-bar,
  .boxed .masthead:not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke).header-bar,
  .boxed .masthead:not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke).mobile-header-bar {
    max-width: 100%;
    width: calc(1300px - 100px);
  }
  .page-title .wf-wrap:after {
    width: calc(1300px - 100px);
    max-width: calc(100% - 100px);
  }
  .boxed .page-title .wf-wrap:after {
    left: 50px;
  }
  .boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
  .boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
  .boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0 -50px;
    padding: 0 1000px;
  }
  #main-slideshow.fixed > .royalSlider,
  #main-slideshow.fixed .three-d-slider,
  .ph-wrap,
  #phantom .ph-wrap.boxed,
  .boxed .top-bar.line-content:before,
  .boxed .classic-header.content-width-line .navigation:before {
    max-width: calc(1300px - 100px);
  }
  .no-cssgridlegacy.no-cssgrid .wf-container,
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 -25px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    padding-left: 25px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content {
    padding-right: 25px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-right: 25px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-left: 25px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-left: 0;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 0;
  }
  .no-cssgridlegacy.no-cssgrid .content,
  .no-cssgridlegacy.no-cssgrid .sidebar {
    padding: 0 25px;
  }
  .sidebar-right .sidebar,
  .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-right .sidebar.solid-bg,
  .sidebar-right .sidebar.bg-under-widget {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar-left .sidebar,
  .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-left .sidebar.solid-bg,
  .sidebar-left .sidebar.bg-under-widget {
    margin-right: 0;
    margin-left: 0;
  }
  #main-slideshow.fixed {
    padding: 50px;
  }
  .wf-container {
    margin: 0 -25px;
  }
  .wf-cell,
  .wf-usr-cell {
    padding: 0 25px;
  }
}
@media screen and (max-width: 778px) {
  .masthead.full-width,
  .masthead.mixed-header {
    box-sizing: border-box;
  }
  #main .wf-wrap,
  .masthead:not(.side-header):not(.full-width):not(.side-header-v-stroke):not(.side-header-menu-icon),
  .side-header .mobile-header-bar,
  #page .masthead.full-width,
  #page .masthead.mixed-header:not(.side-header-v-stroke) {
    padding: 0 20px;
  }
  .page-title .wf-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .side-header .mobile-header-bar {
    box-sizing: border-box;
  }
  #main-slideshow.fixed {
    padding: 20px;
  }
  #main-slideshow.fixed > .royalSlider,
  #main-slideshow.fixed .three-d-slider {
    max-width: 1260px;
  }
  .page-title .wf-wrap:after {
    width: calc(1300px - 40px);
    max-width: calc(100% - 40px);
  }
  .boxed .page-title .wf-wrap:after {
    left: 20px;
  }
  .ph-wrap,
  .boxed .top-bar.line-content:before,
  .boxed .classic-header.content-width-line .navigation:before {
    max-width: 1260px;
  }
  .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar,
  .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar,
  .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
    max-width: calc(1300px - 40px);
    margin: 0 auto;
  }
  .boxed .masthead:not(.width-in-pixel) .top-bar-bg,
  .boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0 -20px;
    padding: 0 1000px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container,
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 -10px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar {
    padding-right: 20px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar {
    padding-left: 20px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    padding-left: 10px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content {
    padding-right: 10px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-right: 10px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-left: 10px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 -10px;
  }
  .no-cssgridlegacy.no-cssgrid .content,
  .no-cssgridlegacy.no-cssgrid .sidebar {
    padding: 0 10px;
  }
  .footer .wf-wrap {
    padding: 0 20px;
  }
  .wf-container {
    margin: 0 -10px;
  }
  .wf-cell,
  .wf-usr-cell {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 778px) {
  #page .masthead.mixed-header {
    padding: 0 20px;
  }
}
@media screen and (min-width: 990px) {
  #main > .wf-wrap {
    position: relative;
  }
  .sticky-sidebar {
    will-change: min-height;
  }
  .sticky-sidebar .sidebar-content {
    position: relative;
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position, transform;
    -webkit-backface-visibility: hidden;
  }
  .no-cssgridlegacy.no-cssgrid .content {
    width: calc(100% - 370px);
  }
  .no-cssgridlegacy.no-cssgrid .sidebar {
    width: 370px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar {
    float: right;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    float: left;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 50px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 50px;
  }
  #main:not(.sidebar-none) .wf-container-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 50px;
  }
  .sidebar-right .wf-container-main {
    grid-template-areas: "content sidebar";
  }
  .sidebar-left .wf-container-main {
    grid-template-areas: "sidebar content";
  }
  .sidebar,
  .sidebar-space {
    grid-area: sidebar;
    -ms-grid-row: 1;
  }
  .sidebar-right .sidebar,
  .sidebar-right .sidebar-space {
    -ms-grid-column: 3;
  }
  .sidebar-left .sidebar,
  .sidebar-left .sidebar-space {
    -ms-grid-column: 1;
  }
  .content {
    grid-area: content;
    -ms-grid-row: 1;
  }
  .sidebar-right .content {
    -ms-grid-column: 1;
  }
  .sidebar-left .content {
    -ms-grid-column: 3;
  }
  .sidebar-right .wf-container-main {
    -ms-grid-columns: calc(100% - 370px - 25px) 50px calc(370px - 25px);
    grid-template-columns: calc(100% - 370px - 25px) calc(370px - 25px);
  }
  .sidebar-left .wf-container-main {
    -ms-grid-columns: calc(370px - 25px) 50px calc(100% - 370px - 25px);
    grid-template-columns: calc(370px - 25px) calc(100% - 370px - 25px);
  }
  .sidebar-divider-vertical.sidebar-left .sidebar {
    padding-right: 0;
  }
  .sidebar-divider-vertical.sidebar-left .sidebar .sidebar-content {
    padding-right: 50px;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar {
    padding-left: 0;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 990px) {
  .mobile-hide-sidebar .sidebar {
    display: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar {
    border: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar,
  .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-right .sidebar.solid-bg,
  .sidebar-left .sidebar.solid-bg,
  .sidebar-right .sidebar.bg-under-widget,
  .sidebar-left .sidebar.bg-under-widget {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .product div.images,
  .product div.summary {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-tabs .tabs > li {
    float: none;
    margin: 0;
  }
  .woocommerce-tabs .tabs > li:after {
    display: none;
  }
  #reviews ol.commentlist li {
    padding-left: 0;
  }
  #comments .children {
    margin-left: 0px;
  }
  #reviews ol.commentlist .comment_container {
    overflow: hidden;
  }
  #reviews ol.commentlist .comment_container .star-rating {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .wc-layout-list .woocom-project {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .wc-layout-list .woocom-project .woo-buttons-on-img {
    width: 100%;
  }
  .wc-layout-list .woocom-project .woocom-list-content {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .view-mode-switcher {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce-cart-wrap .cart-collaterals,
  .woocommerce-cart-wrap .cross-sells {
    width: 100%;
    margin: 0;
  }
  .woocommerce-cart-wrap .cross-sells {
    margin-top: 50px;
  }
  .woocommerce-cart-form,
  #customer_details,
  .wc-side-column,
  .wc-complete-wrap .wc-wide-column,
  .wc-complete-wrap .woocommerce-bacs-bank-details {
    width: 100%;
  }
  .wc-side-column {
    margin: 0;
  }
  .woocommerce-cart-wrap,
  form.woocommerce-checkout,
  .wc-complete-wrap {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .wc-order-review,
  .wc-wide-column {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator,
  .col2-set .col-1,
  .col2-set .col-2,
  form .form-row-first,
  form .form-row-last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 10px;
  }
  .woocommerce-thankyou-order-details li {
    overflow: hidden;
  }
  .woocommerce-thankyou-order-details li strong {
    width: 100%;
    float: left;
  }
  .shop_table.my_account_orders {
    border-bottom: 1px solid;
  }
  #page .woocommerce-checkout-review-order-table td {
    display: block;
    padding: 0;
    border: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #page .woocommerce-checkout-review-order-table td .variation {
    flex: 100%;
  }
  #page .woocommerce-checkout-review-order-table tr.cart_item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  #page .woocommerce-checkout-review-order-table .cart_item .product-name {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  #page .woocommerce-checkout-review-order-table tfoot tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #page .woocommerce-checkout-review-order-table tbody tr:first-of-type {
    border: none;
  }
  #page .woocommerce-checkout-review-order-table .cart-subtotal th
		#page .woocommerce-checkout-review-order-table .order-total th {
    display: none;
  }
  .woocommerce-cart-wrap .shop_table td.actions {
    padding-top: 25px;
  }
  .woocommerce-cart-wrap .coupon {
    padding-bottom: 50px;
  }
  .woocommerce-cart-wrap .coupon:before {
    top: 15px;
  }
  .woocommerce-cart-wrap .coupon > * {
    margin-top: 15px;
  }
  .product .variations td {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #page .order_details tbody tr:first-of-type,
  #page .customer_details tbody tr:first-of-type {
    border: none;
  }
  #page .order_details td,
  #page .customer_details td {
    text-align: left;
    padding: 0;
    border: none;
  }
  #page .order_details th,
  #page .customer_details th {
    border: none;
    padding: 0;
  }
  #page .order_details tbody tr,
  #page .customer_details tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #page .order_details tfoot,
  #page .customer_details tfoot {
    display: block;
  }
  #page .order_details tfoot tr,
  #page .customer_details tfoot tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  table.shop_table tbody tr {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wc-complete-wrap .wc-bacs-bank-details li {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .wc-complete-wrap .wc-bacs-bank-details li > strong {
    padding-left: 0;
  }
  .shop_table {
    display: block;
  }
  .shop_table tbody,
  .shop_table tfoot {
    display: block;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: 1px solid rgba(51,51,51,0.12);
  }
  .calculated_shipping .shop_table tr:first-child {
    border-top: none;
  }
  #page .shop_table tr td {
    border: none;
    padding: 0;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    border: none;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-price {
    display: none;
  }
  .shop_table tr.cart_item td a.remove {
    display: inline-block;
    text-align: center;
  }
  .shop_table tr.cart_item td a.remove i {
    vertical-align: top;
  }
  .shop_table tr.cart_item td.product-name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop_table tr.cart_item td.product-name a,
  .shop_table tr.cart_item td.product-name .variation {
    display: block;
  }
  table.shop_table td,
  .product .variations td {
    display: block;
  }
  .cart .product-thumbnail {
    margin: 0 auto;
  }
  .cart-footer {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .checkout-page-title a {
    font:   bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .checkout-page-title .checkout-counter {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .rsHomePorthole .rsPlayBtn,
  .rsHomePorthole .rsCLink {
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
  }
  .rsHomePorthole .rsPlayBtn {
    background-size: 30px 30px;
    background-position: 15px center;
  }
  .rsHomePorthole .rsCLink {
    background-size: 24px 24px;
  }
  .rsHomePorthole .rsBtnCenterer {
    margin-top: -25px;
    height: 50px;
  }
  .rsHomePorthole .rsBtnCenterer:not(.with-link) .rsPlayBtn {
    margin-top: 0;
  }
  .rsHomePorthole .rsBtnCenterer.with-link {
    width: 120px;
    margin: -25px 0 0 -60px;
  }
  .rsHomePorthole .with-link .rsCLink,
  .rsHomePorthole .with-link .rsPlayBtn {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .floating-content {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 970px) {
  #main .wf-mobile-hidden,
  .filter-extras {
    display: none;
  }
  #main .wf-mobile-visible,
  .content .wf-table.wf-mobile-collapsed,
  .content .wf-mobile-collapsed .wf-tr,
  .content .wf-mobile-collapsed .wf-td {
    display: block;
  }
  .table-standard {
    overflow: scroll;
  }
  .content .wf-1,
  .content .wf-1-2,
  .content .wf-2-4,
  .content .wf-1-3,
  .content .wf-2-3,
  .content .wf-1-4,
  .content .wf-3-4,
  .content .wf-1-5,
  .content [class*="wf-span-"] {
    width: 100%;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 50%;
  }
  .related-product > li {
    width: 50%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li {
    width: 50%;
  }
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  li.comment,
  li.pingback {
    padding-left: 0;
  }
  .children li.comment,
  .children li.pingback {
    padding-left: 30px;
  }
  #comments .children {
    margin-left: 10px;
  }
  .box-style-table .shortcode-action-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .shortcode-action-box.box-style-table {
    display: block;
  }
  .box-style-table .action-button .dt-btn {
    float: left;
  }
}
@media only screen and (max-width: 960px) {
  .header-side-left .mega-full-width > .sub-nav,
  .header-side-left .mega-auto-width > .sub-nav {
    max-width: 767px;
    left: 0;
    top: auto !important;
    padding-left: 0;
  }
  .header-side-right .mega-full-width > .sub-nav,
  .header-side-right .mega-auto-width > .sub-nav {
    max-width: 767px;
    right: 0;
    top: auto !important;
    padding-right: 0;
  }
  .wc-login-wrap,
  .wc-coupon-wrap,
  form.track_order,
  form.lost_reset_password {
    width: 67%;
  }
  #customer_login {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #customer_login > div {
    width: 67%;
  }
  #customer_login > div + div {
    margin-left: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .rsHomePorthole .rsCapt {
    bottom: 25px;
  }
}
@media screen and (min-width: 0px) and (max-width: 760px) {
  #main-slideshow .psThumbs {
    display: none;
  }
  .rsHomePorthole .rsCapt {
    padding: 0 20px;
    bottom: 15px;
  }
  .wc-login-wrap,
  .wc-coupon-wrap,
  form.track_order,
  form.lost_reset_password {
    width: 100%;
  }
  #customer_login > div {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .scroller-arrow,
  .project-navigation > span,
  .album-content-description,
  .hide-thumb-btn,
  .photo-scroller .ts-wrap.scroller-thumbnails,
  .share-overlay h3 {
    display: none;
  }
  .photo-scroller .btn-cntr,
  .photo-scroller .slide-caption {
    bottom: 5px !important;
  }
  .project-navigation .next-post {
    margin-right: 0;
  }
  .share-overlay .wf-td {
    padding-top: 60px;
  }
  .share-overlay h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
  #page .share-overlay .soc-ico a,
  .share-overlay .soc-ico a {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .share-overlay .soc-ico a .icon {
    width: 40px;
    height: 40px;
  }
  .dt-fancy-separator {
    width: 100% !important;
  }
  .overlap.video-playing #header {
    display: none !important;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 100%;
  }
  .related-product > li {
    width: 100%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li,
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item,
  .dt-testimonials-shortcode.layout-5 .testimonial-item {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .content-wrap,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .content-wrap {
    width: 100% !important;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .testimonial-avatar,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .testimonial-avatar {
    padding: 0;
    margin-bottom: 20px;
  }
  .content-align-center.dt-testimonials-shortcode.layout-6 .testimonial-item,
  .content-align-center.dt-testimonials-shortcode.layout-5 .testimonial-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .full-screen.photo-scroller .btn-cntr,
  .full-screen.photo-scroller .slide-caption {
    bottom: 75px !important;
  }
}
@media screen and (max-width: 800px) {
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .dt-mobile-menu-icon {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .dt-mobile-menu-icon {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
    margin-left: 10px;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .dt-mobile-menu-icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .rollover-content p,
  .rollover-content .entry-meta {
    display: none;
  }
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-message,
  .popup-message-style .woocommerce-error,
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-info,
  .popup-message-style .parentFormundefined:not(.run-animation),
  .popup-message-style .parentFormundefined.run-animation,
  .popup-message-style #page .wpcf7-mail-sent-ok,
  .popup-message-style #page .wpcf7-validation-errors {
    max-width: 300px;
  }
  @-webkit-keyframes slide-in-message {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(600px,-50%,0);
      transform: translate3d(600px,-50%,0);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate3d(-100px,-50%,0);
      transform: translate3d(-200px,-50%,0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(-300px,-50%,0);
      transform: translate3d(-300px,-50%,0);
    }
  }
  @keyframes slide-in-message {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(600px,-50%,0);
      transform: translate3d(600px,-50%,0);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate3d(-200px,-50%,0);
      transform: translate3d(-200px,-50%,0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(-300px,-50%,0);
      transform: translate3d(-300px,-50%,0);
    }
  }
  @-webkit-keyframes slide-out-message {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(-300px,-50%,0);
      transform: translate3d(-300px,-50%,0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(800px,-50%,0);
      transform: translate3d(800px,-50%,0);
    }
  }
  @keyframes slide-out-message {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(-300px,-50%,0);
      transform: translate3d(-300px,-50%,0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(800px,-50%,0);
      transform: translate3d(800px,-50%,0);
    }
  }
}
@media (max-width: 600px) {
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 10px;
  }
}
@media (max-width: 480px) {
  #main .tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
  #main .tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
  #main #content .tab-style-one.wpb_content_element .wpb_tabs_nav,
  #main #content .tab-style-three.wpb_content_element .wpb_tabs_nav,
  #main .wpb_tour.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
  #main .wpb_tour.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
  #main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,
  #main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,
  #main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,
  #main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
  #main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
  #main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
    display: block;
  }
  #main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
  #main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
  #main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
    display: block !important;
  }
  .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding-top: 0;
  }
  .wpb_tour.tab-style-one .wpb_tabs_nav,
  .wpb_tour.tab-style-three .wpb_tabs_nav {
    border-right: none;
  }
  .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
  .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
    padding-left: 0;
  }
  .wc-login-wrap .log-left-block,
  .wc-login-wrap .log-right-block {
    width: 100%;
  }
  .wc-login-wrap .log-right-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .post-navigation .nav-links {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .post-navigation .nav-previous .post-title,
  .post-navigation .nav-next .post-title {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rtl .post-navigation .nav-previous .post-title,
  .rtl .post-navigation .nav-next .post-title {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .post-navigation .nav-previous i,
  .post-navigation .nav-next i {
    display: none;
  }
  .post-navigation .nav-links {
    padding-bottom: 0;
  }
  .post-navigation .back-to-list,
  .post-navigation .disabled {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce-result-count {
    float: none;
  }
  .mobile-header-bar,
  .masthead .popup-search .submit {
    position: relative;
  }
  .dt-mobile-header .mini-nav,
  .masthead .mini-nav,
  .dt-mobile-header .shopping-cart,
  .masthead .shopping-cart,
  .dt-mobile-header .popup-search,
  .masthead .popup-search,
  .dt-mobile-header .searchform,
  .masthead .searchform,
  .dt-mobile-header .popup-search.act,
  .masthead .popup-search.act,
  .dt-mobile-header .mini-nav li,
  .masthead .mini-nav li {
    position: static;
  }
  #page .masthead .mini-nav .mini-sub-nav,
  #page .masthead .shopping-cart-wrap,
  #page .masthead .popup-search .popup-search-wrap {
    max-width: 280px;
    left: 50% !important;
    transform: translate3d(-50%,0,0);
  }
  #page .masthead .mini-nav .mini-sub-nav .shopping-cart-inner:before,
  #page .masthead .shopping-cart-wrap .shopping-cart-inner:before,
  #page .masthead .popup-search .popup-search-wrap .shopping-cart-inner:before {
    left: 50%;
    margin-left: -10px;
  }
  .dt-mobile-header .select-type-menu .sub-nav,
  .dt-mobile-header .select-type-menu-first-switch .sub-nav,
  .dt-mobile-header .select-type-menu-second-switch .sub-nav {
    top: 0;
  }
  .masthead .popup-search .popup-search-wrap,
  .masthead .top-bar .popup-search .popup-search-wrap {
    top: 100%;
  }
  .masthead .shopping-cart-wrap,
  .masthead .top-bar .shopping-cart-wrap {
    top: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body:after {
    content: 'tablet';
    display: none;
  }
}
@media screen and (max-width: 760px),screen and (max-height: 300px) {
  body:after {
    content: 'phone';
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ipad-reverse-col {
    order: 2;
  }
  .vert-tablet-reverse-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hor-tablet-reverse-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 778px) {
  .reverse-row-on-mobile,
  .phone-reverse-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    flex-direction: column-reverse;
  }
}
.main-nav > li.dt-mega-menu > a {
  position: relative;
}
.side-header .main-nav > li > a.mega-menu-img-top,
.side-header .main-nav > li > a.mega-menu-img-top_align_left,
.side-header .mini-nav li > a.mega-menu-img-top,
.side-header .mini-nav li > a.mega-menu-img-top_align_left {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav li.hide-mega-title > a .menu-text,
.dt-mega-menu .sub-nav li.has-children:after,
.dt-mega-menu .sub-nav .dt-mega-parent:before,
.dt-mega-menu .sub-nav .dt-mega-parent:first-child:before,
.dt-mega-menu .sub-nav li:before {
  display: none;
}
.sub-downwards .sub-nav li.hide-mega-title > a {
  display: block;
}
.sub-downwards .sub-nav li.hide-mega-title > a.mega-menu-img-top,
.sub-downwards .sub-nav li.hide-mega-title > a.mega-menu-img-top_align_left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.menu-subtitle {
  display: block;
  text-transform: none;
}
.menu-subtitle {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a span.menu-subtitle {
  font-size: 12px;
  line-height: 14px;
}
.menu-subtitle:after,
.mega-icon:after {
  display: none !important;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: 100%;
}
.side-header .mega-full-width .dt-mega-menu-wrap,
.side-header .mega-auto-width .dt-mega-menu-wrap {
  top: 0;
  left: 100%;
}
.header-side-right .mega-full-width > .dt-mega-menu-wrap,
.header-side-right .mega-auto-width > .dt-mega-menu-wrap {
  top: 0;
  left: auto;
  right: 100%;
  padding-left: 0;
}
.masthead.side-header:not(.sub-downwards) .mega-full-width > .dt-mega-menu-wrap,
.masthead.side-header:not(.sub-downwards) .mega-auto-width > .dt-mega-menu-wrap {
  width: 890px;
  max-width: 890px;
}
.mega-auto-width .dt-mega-menu-wrap {
  left: 0;
  width: auto;
}
.main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 240px;
}
.mega-auto-width > .dt-mega-menu-wrap.left-overflow,
.mega-full-width .dt-mega-menu-wrap.left-overflow {
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
}
.top-header .main-nav .dt-mega-menu-wrap {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-nav .dt-mega-menu-wrap {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.top-header.floating-navigation-below-slider .main-nav > li > .dt-mega-menu-wrap.bottom-overflow {
  top: auto;
  bottom: 100%;
}
.dt-mega-menu-wrap.y-overflow {
  overflow-y: auto;
}
.top-header.floating-navigation-below-slider .dt-mega-menu-wrap.bottom-overflow {
  top: auto;
  bottom: 0;
}
.dt-mega-menu-wrap .sub-nav {
  position: relative;
  width: auto;
  padding: 0;
  background: none;
  box-shadow: none;
}
.show-mega-menu .dt-mega-menu-wrap .sub-nav,
.sub-downwards .dt-mega-menu-wrap .sub-nav {
  visibility: visible;
  opacity: 1;
}
#page .dt-mobile-header .dt-mega-menu-wrap > .sub-nav {
  visibility: visible;
  opacity: 1;
  width: auto;
}
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul,
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul {
  width: auto;
}
.dt-mega-menu .dt-mega-menu-wrap {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  text-align: left;
}
.dt-mega-menu .dt-mega-menu-wrap:before,
.dt-mega-menu .dt-mega-menu-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.dt-mega-menu > .dt-mega-menu-wrap {
  padding: 20px 10px 10px;
}
.dt-mega-menu .dt-mega-menu-wrap  li {
  padding-left: 0;
  padding-right: 0;
  word-spacing: normal;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent {
  position: static;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 0 10px 0;
  box-sizing: border-box;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent > .sub-nav > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dt-mega-menu .sub-nav .dt-mega-parent:first-child {
  border-left: none;
}
.new-column > a {
  margin-left: -21px !important;
  border-radius: none;
}
.dt-mega-menu .sub-nav .dt-mega-parent:hover > a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  width: auto;
}
.dt-mega-menu .sub-nav .dt-mega-parent.no-link > a:hover,
.no-link > a:hover {
  opacity: 1;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav,
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav.right-overflow {
  position: relative;
  left: auto !important;
  top: auto;
  max-width: 100%;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl .masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav,
.rtl .masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav.right-overflow {
  right: auto;
  left: auto !important;
}
.dt-mega-menu.dt-hovered .sub-nav .sub-nav,
.show-mega-menu.dt-mega-menu .sub-nav .sub-nav {
  visibility: visible !important;
  opacity: 1 !important;
}
.dt-mega-parent .sub-nav > li {
  margin-bottom: 2px;
}
.side-header .main-nav .new-column {
  display: none;
}
.top-header .sub-nav > li.dt-mega-parent > a {
  margin: 0;
}
.top-header .sub-nav > li.dt-mega-parent > a.mega-menu-img-top {
  text-align: center;
}
.top-header .sub-nav > li.dt-mega-parent.empty-title > a,
.sub-sideways .sub-nav > li.dt-mega-parent.empty-title > a {
  padding: 0;
}
.menu-item .dt-mega-menu-wrap > .sub-nav {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.menu-item.show-mega-menu-content .dt-mega-menu-wrap > .sub-nav {
  visibility: visible;
  opacity: 1;
}
.dt-mega-menu-wrap > .sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.dt-mega-parent .sub-nav .sub-nav {
  margin-left: 20px;
}
.sub-downwards.side-header .main-nav .sub-nav li.dt-mega-parent .sub-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.dt-mega-parent .sub-nav .sub-nav > li:first-child {
  padding-top: 0;
}
.dt-mega-parent .sub-nav > li.has-children > a:after {
  display: none;
}
.sub-nav-widgets .sidebar-content .widget:first-child {
  padding-top: 0;
}
#page .mobile-main-nav .sub-nav.sub-nav-widgets {
  max-width: 100%;
  width: 100% !important;
}
.side-header .mega-menu-widgets,
.mobile-main-nav .mega-menu-widgets {
  max-width: 100%;
}
.dt-mega-menu .dt-mega-menu-wrap .sub-nav .mega-menu-widgets {
  overflow: hidden;
  max-width: 100%;
}
.masthead.side-header:not(.sub-downwards) .mega-full-width > .dt-mega-menu-wrap .sub-nav-widgets,
.masthead.side-header:not(.sub-downwards) .mega-auto-width > .dt-mega-menu-wrap .sub-nav-widgets {
  width: 100%;
}
.mega-menu-img,
.mega-menu-img img {
  max-width: 100%;
  height: auto;
}
.mega-menu-img-right img,
.mega-menu-img-right i,
.mega-menu-img-right_top img,
.mega-menu-img-right_top i {
  order: 1;
}
.mega-menu-img-right .menu-item-text,
.mega-menu-img-right_top .menu-item-text {
  order: 0;
}
.mega-menu-img-right_top,
.mega-menu-img-left_top {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .dt-mega-parent > .mega-menu-img-right_top,
.mobile-main-nav .mega-menu-img-right_top,
.masthead:not(.sub-downwards) .dt-mega-parent > .mega-menu-img-left_top,
.mobile-main-nav .mega-menu-img-left_top {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.mobile-main-nav .mega-menu-img-right_top,
.mobile-main-nav .mega-menu-img-left_top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mega-menu-img-right_top .menu-item-text,
.mega-menu-img-left_top .menu-item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.masthead:not(.sub-downwards) .mega-menu-img-right_top .menu-item-text,
.masthead:not(.sub-downwards) .mega-menu-img-left_top .menu-item-text {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.masthead:not(.sub-downwards) .mega-menu-img-right_top .subtitle-text,
.masthead:not(.sub-downwards) .mega-menu-img-left_top .subtitle-text {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  width: 100%;
}
.mega-menu-img-right,
.mega-menu-img-left {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sub-nav li .mega-menu-img-top,
.sub-nav li .mega-menu-img-top img,
.sub-nav li .mega-menu-img-top_align_left,
.sub-nav li .mega-menu-img-top_align_left img {
  display: block;
}
.sub-downwards.h-justify.h-center .sub-nav li .mega-menu-img-top_align_left img,
.sub-downwards.h-center .sub-nav li .mega-menu-img-top_align_left img {
  display: inline-block;
}
.mobile-main-nav .mega-menu-img-top img,
.mobile-main-nav .mega-menu-img-top_align_left img {
  margin: 0 0 5px 0 !important;
}
.sub-nav li .mega-menu-img-top img {
  display: inline-block;
}
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top .menu-text {
  text-align: center;
}
.top-header .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right_top,
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.masthead:not(.sub-downwards) .sub-nav > li > a.mega-menu-img-right_top .menu-item-text,
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right_top .menu-item-text,
.masthead:not(.sub-downwards) .sub-nav > li > a.mega-menu-img-right .menu-item-text,
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right .menu-item-text {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.masthead:not(.sub-downwards) .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top {
  text-align: center;
}
.sub-downwards.h-center .sub-nav > li > a.mega-menu-img-top {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.mega-menu-widgets .slider-content {
  visibility: visible;
}
.main-nav .dt-mega-menu .post-rollover i,
.main-nav .dt-mega-menu .rollover i {
  padding: 0;
}
.sub-nav > li.dt-mega-parent > a:not(.not-clickable-item):hover {
  cursor: pointer;
}
.top-header .dt-mega-menu-wrap .sub-nav-widgets > li:last-child .widget {
  padding-bottom: 0;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu-wrap {
  background-color: #ffffff;
}
.top-header .main-nav .dt-mega-menu-wrap,
.sub-sideways .main-nav .dt-mega-menu-wrap {
  padding: 0px 10px 0px 10px;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent {
  padding: 20px 10px 20px 10px;
}
.dt-mega-menu > .sub-nav > li:hover > a {
  background-color: transparent;
}
.main-nav .sub-nav > li.dt-mega-parent:not(.empty-title) > a,
.sub-downwards .main-nav .sub-nav > li.dt-mega-parent.empty-title > a {
  padding: 0px 0px 10px 0px;
}
.sub-downwards .sub-nav > li.dt-mega-parent > .next-level-button {
  margin-top: 0px;
  margin-bottom: 10px;
}
.main-nav > li > a > span > span.menu-subtitle {
  color: rgba(255,255,255,0.4);
}
.sub-nav .menu-subtitle,
.sub-nav li.act > a:hover .menu-subtitle {
  color: rgba(51,51,51,0.4);
  font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
}
.main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
  font:   bold 16px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #333333;
}
.main-nav .sub-nav > li.dt-mega-parent:not(.act):not(.wpml-ls-item) > a:not(.not-clickable-item):hover .menu-text {
  color: #000000;
}
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item > a .menu-text {
  color: #000000;
}
.main-nav .sub-nav > li.dt-mega-parent > a .subtitle-text {
  font:  normal  13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.main-nav .sub-nav .mega-menu-img > i,
.main-nav .sub-nav .mega-menu-img > span > i,
.mobile-main-nav .sub-nav .mega-menu-img > i,
.mobile-main-nav .sub-nav .mega-menu-img > span > i {
  display: inline-block;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > i,
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > span > i {
  font-size: 16px;
  color: #333333;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent:not(.current-menu-item) > a:not(.not-clickable-item):hover i {
  color: #000000;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent.current-menu-item > a i {
  color: #000000;
}
.sub-nav .menu-subtitle,
.sub-nav li.act > a:hover .menu-subtitle {
  color: rgba(51,51,51,0.4);
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  border-bottom-color: rgba(51,51,51,0.1);
}
.top-header .main-nav .mega-auto-width > .dt-mega-menu-wrap,
.sub-sideways .main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 240px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent {
  width: 240px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-1 > .dt-mega-menu-wrap {
  width: 260px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-2 > .dt-mega-menu-wrap {
  width: 500px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-3 > .dt-mega-menu-wrap {
  width: 740px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-4 > .dt-mega-menu-wrap {
  width: 980px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-5 > .dt-mega-menu-wrap {
  width: 1220px;
}
.dt-mega-parent .sidebar-content .widget *,
.dt-mega-parent .sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(:hover),
.dt-mega-parent .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(:hover) * {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget-title {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover,
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover * {
  color: #000000;
}
.mobile-main-nav > li .dt-mega-menu-wrap,
.mobile-main-nav > li .dt-mega-menu-wrap > .sub-nav .sub-nav {
  margin-bottom: 16px;
}
.header-side-right .mega-full-width .sub-nav,
.header-side-right .mega-auto-width .sub-nav {
  padding-right: ;
}
.dt-mega-parent .sidebar-content .widget .soc-ico a:before {
  background-color: rgba(51,51,51,0.15);
}
.mega-menu-widgets .soc-ico a:after {
  background-color: #000000;
  box-shadow: none;
}
.dt-mega-parent .sidebar-content .widget .soc-ico a:not(:hover) .soc-font-icon {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget .post-content .text-secondary {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget .custom-categories a,
.dt-mega-parent .sidebar-content .widget .custom-categories a .item-name,
.dt-mega-parent .sidebar-content .widget .cat-item a,
.dt-mega-parent .sidebar-content .widget .widget_recent_comments a,
.dt-mega-parent .sidebar-content .widget .widget_tag_cloud a:hover {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget .custom-categories a span.item-num,
.dt-mega-parent .sidebar-content .widget .cat-item a span.item-num {
  color: rgba(51,51,51,0.5);
}
.dt-mega-parent .sidebar-content .widget .menu .current-menu-parent > a,
.dt-mega-parent .sidebar-content .widget .menu .current-menu-item > a,
.dt-mega-parent .sidebar-content .widget .custom-nav > li > a:hover span,
.dt-mega-parent .sidebar-content .widget .custom-nav li.act > a span,
.dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a:hover span,
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:hover,
.dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a:hover *,
.dt-mega-parent .sidebar-content .widget .widget .custom-categories a:hover span.item-name,
.dt-mega-parent .sidebar-content .widget .widget_categories li a:hover,
.dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
.dt-mega-parent .sidebar-content .widget .blogroll a:hover,
.dt-mega-parent .sidebar-content .widget .widget_archive li a:hover,
.dt-mega-parent .sidebar-content .widget .widget_recent_entries a:hover,
.dt-mega-parent .sidebar-content .widget .widget_links a:hover,
.dt-mega-parent .sidebar-content .widget .widget_pages a:hover,
.dt-mega-parent .sidebar-content .widget .recent-posts a:not(.post-rollover):hover,
.dt-mega-parent .sidebar-content .widget .items-grid .post-content > a:hover,
.dt-mega-parent .sidebar-content .widget #wp-calendar td a:hover,
.dt-mega-parent .sidebar-content .widget .tagcloud a:hover,
.dt-mega-parent .sidebar-content .widget .widget_nav_menu a:hover,
.dt-mega-parent .sidebar-content .widget a.rsswidget:hover {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .custom-menu a:after {
  color: rgba(51,51,51,0.5);
}
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:before,
.dt-mega-parent .sidebar-content .widget .custom-menu a:before {
  background-color: rgba(51,51,51,0.15);
}
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:after {
  color: rgba(51,51,51,0.5);
}
/*
Font Name: Noto Sans Thai
Weights: 100, 200, 300, 400, 500, 600, 700, 800
*/
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-extralight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-extrabold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-extralight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-extrabold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//aero-roof.com/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}