@charset "UTF-8";
/*  ====================
	Resete styles
====================  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: none;
  text-decoration: none; }

ol, ul, li {
  list-style-type: none; }

a img {
  border: none; }

*, *:hover, *:focus, *:active, *:visited {
  outline: none; }

details, hgroup, main, menu, summary {
  display: block; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*  ====================
	Default styles
====================  */
body {
  min-width: 320px;
  overflow-x: hidden;
  position: relative; }
  body[data-boxed="true"]:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  body[data-boxed="true"] .site.wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }

@media screen and (min-width: 1367px) {
  body.active {
    overflow-y: hidden !important; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a[rel="v:url"] {
  display: inline-block; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

iframe,
.wp-caption, select {
  max-width: 100%; }

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

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

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

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

/*  --------------------
	Normalize
--------------------  */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

pre {
  font-family: monospace, monospace; }

abbr[title] {
  text-decoration: none; }

b, strong {
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace;
  padding: 2px 5px; }

mark {
  background-color: #eee;
  text-decoration: none;
  color: #222; }

small {
  font-size: .8em; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video, canvas {
  display: inline-block; }

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0; }

select,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-moz-focus-inner,
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto;
  border-radius: 0; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

input[type="checkbox"] {
  position: relative;
  border: 1px solid #c8c8c8;
  width: 14px !important;
  height: 14px;
  -webkit-appearance: none !important; }
  input[type="checkbox"]:checked {
    background-color: #fff; }
    input[type="checkbox"]:checked:before {
      content: '\ea75';
      font-family: 'cwsicon';
      font-size: 20px;
      font-weight: 700;
      top: 50%;
      left: 55%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit; }

summary {
  display: list-item; }

.hidden,
[hidden] {
  display: none; }

/*  --------------------
	Admin Bar
--------------------  */
@media screen and (min-width: 783px) {
  body.admin-bar .site-search,
  body.admin-bar .site-sticky,
  body.admin-bar .cws_sticky_template,
  body.admin-bar .site-header-mobile .menu-box.active,
  body.admin-bar .mini-cart.sidebar-view .woo_mini_cart,
  body.admin-bar .custom_sidebars_wrapper {
    top: 32px; } }

@media screen and (max-width: 782px) {
  div[id*="inbar"] {
    top: -46px !important; } }

/*  --------------------
	Accessibility (not)
--------------------  */
.screen-reader-text {
  display: none; }

/*  --------------------
	Google Maps
--------------------  */
@media screen and (min-width: 1367px) {
  #wpgmza_map {
    filter: grayscale(100%);
    -webkit-transition: filter 0.2s ease;
    transition: filter 0.2s ease; }
    #wpgmza_map:hover {
      filter: grayscale(0); } }

/*  --------------------
	Alignments
--------------------  */
.alignleft {
  float: left;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 10px; }
  .alignleft.shifted {
    margin-left: -65px; }

.alignright {
  float: right;
  text-align: right;
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: 10px; }
  .alignright.shifted {
    margin-right: -65px; }

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

.alignwide {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/*  --------------------
	Clearings
--------------------  */
.clear:after,
.clearfix:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  content: '';
  display: table;
  clear: both; }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0 !important;
  padding-left: 1px; }

/*  --------------------
	Overlay
--------------------  */
body.active .body-overlay {
  opacity: .5;
  pointer-events: auto; }

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10; }

/*  --------------------
	Definition Lists
--------------------  */
dl {
  margin-top: 5px; }
  dl dt {
    float: left;
    display: block;
    padding-right: 5px; }
  dl dd {
    font-style: italic; }

/*  --------------------
	Typography
--------------------  */
body,
button,
input,
select,
textarea {
  font-size: 13px;
  font-weight: 400; }

.page-content {
  font-size: 13px;
  line-height: 23px; }
  .page-content:after {
    content: '';
    display: table;
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: 700; }

h1, .h1 {
  font-size: 44px;
  line-height: 48px; }

h1:not(:first-child) {
  margin-top: 35px; }

h1:not(:last-child) {
  margin-bottom: 35px; }

h2, .h2 {
  font-size: 32px;
  line-height: 35px; }

h2:not(:first-child) {
  margin-top: 30px; }

h2:not(:last-child) {
  margin-bottom: 30px; }

h3, .h3 {
  font-size: 24px;
  line-height: 31px; }

h3:not(:first-child) {
  margin-top: 25px; }

h3:not(:last-child) {
  margin-bottom: 25px; }

h4, .h4 {
  font-size: 18px;
  line-height: 24px; }

h4:not(:first-child) {
  margin-top: 22px; }

h4:not(:last-child) {
  margin-bottom: 22px; }

h5, .h5 {
  font-size: 15px;
  line-height: 21px; }

h5:not(:first-child) {
  margin-top: 19px; }

h5:not(:last-child) {
  margin-bottom: 19px; }

h6, .h6 {
  font-size: 13px;
  line-height: 17px; }

h6:not(:first-child) {
  margin-top: 15px; }

h6:not(:last-child) {
  margin-bottom: 15px; }

p:not(:last-child) {
  margin: 0 0 1em;
  padding: 0; }
  p:not(:last-child):empty {
    margin: 0; }

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

i {
  font-style: normal; }

s,
strike,
del {
  text-decoration: line-through; }

.single-post blockquote {
  font-size: 24px;
  line-height: 31px;
  padding-left: 30px;
  margin-left: 25px; }

blockquote {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-left: solid 2px transparent;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-align: left; }

blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 15px;
  font-size: 13px;
  position: relative; }
  blockquote cite:before {
    content: '—';
    display: inline-block;
    margin-right: 5px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: calc(100vw - 30px);
  overflow: auto;
  padding: 1.6em; }

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

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

u {
  text-decoration: underline; }

ins {
  padding: 2px;
  background-color: #eee; }

big {
  font-size: 1.25em; }

q {
  font-style: italic; }
  q:before {
    content: "\201c\0020"; }
  q:after {
    content: "\0020\201d"; }

:focus {
  outline: none; }

.format-chat .post-content {
  text-align: left; }

/*  --------------------
	Forms
--------------------  */
label {
  display: block;
  margin-bottom: 2px; }

fieldset {
  margin-bottom: 1em; }

select {
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 6px 25px 6px 10px;
  text-transform: none;
  position: relative;
  background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 10px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  resize: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #222; }

input {
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-weight: 400; }

button,
.button,
a.showcoupon,
input[type="button"],
input[type="submit"],
.next.page-numbers,
.prev.page-numbers {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  white-space: normal;
  min-height: 36px;
  padding: 0 16px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  button.reversed,
  .button.reversed,
  a.showcoupon.reversed,
  input[type="button"].reversed,
  input[type="submit"].reversed,
  .next.page-numbers.reversed,
  .prev.page-numbers.reversed {
    color: #fff; }

input[type="button"],
input[type="submit"] {
  color: #fff; }

.post-password-form p {
  position: relative; }

.post-password-form input[type='password'] {
  padding-right: 80px; }

.post-password-form input[type='submit'] {
  position: absolute;
  right: 0;
  bottom: 0; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }

:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }

::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }

:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }

/*  --------------------
	Formatting
--------------------  */
hr {
  background-color: #bbb;
  border: 0;
  height: 1px; }

/*  --------------------
	Tags
--------------------  */
address {
  font-style: italic; }

/*  --------------------
	Lists
--------------------  */
ol {
  text-align: left;
  margin-left: 20px; }
  ol > li {
    list-style-type: decimal; }
    ol > li > ul {
      margin-left: 10px; }
  ol li {
    line-height: 1.882em; }

ul,
ol {
  padding: 0; }

ul {
  text-align: left;
  position: relative; }
  ul > li {
    position: relative;
    padding-left: 14px; }
    ul > li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -1px;
      left: -14px;
      width: 4px;
      height: 4px;
      margin-right: -4px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    ul > li > ol {
      margin-left: 30px; }
    ul > li ul {
      margin-left: 10px; }

.post-content-inner > ol:not(:first-child) {
  margin-left: 40px; }

.post-content-inner > ul:not(:first-child) {
  margin-left: 20px; }

/*  --------------------
	Error
--------------------  */
body > p.wp_error {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: red; }

/*  --------------------
	Tables
--------------------  */
.blog_large table {
  margin: 0 auto 1.5em; }

.table-size-guide th {
  color: #fff; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em; }

caption {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 15px; }

thead th {
  padding-bottom: 0.5em; }

tbody tr {
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

tbody th a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

th,
td {
  border-collapse: collapse;
  border: 1px solid #F3F3F3;
  padding: 10px;
  text-align: center; }

tr {
  border-bottom: 1px solid #eee; }

/*  --------------------
	Links
--------------------  */
a {
  text-decoration: none; }

/*  --------------------
	Layout
--------------------  */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#page {
  position: relative; }

/*  --------------------
	Layout - reg.content
--------------------  */
.site-content-contain {
  background-color: #fff;
  position: relative; }

@media screen and (min-width: 768px) {
  .site-content {
    padding: 30px 0 0;
    position: relative;
    z-index: 1; } }

/*  --------------------
	Media
--------------------  */
img,
video {
  height: auto;
  max-width: 100%; }

.cws_oembed_wrapper {
  position: relative; }
  .cws_oembed_wrapper.video_inside {
    padding-bottom: 56.25%; }
    .cws_oembed_wrapper.video_inside:not(:last-child) {
      margin: 0 0 25px; }
  .cws_oembed_wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

embed,
iframe,
object {
  max-width: 100%; }

.wp-block-image figure {
  line-height: 0px; }

.wp-block-gallery {
  margin-left: 0 !important; }
  .wp-block-gallery li {
    padding-left: 0; }
    .wp-block-gallery li:before {
      display: none; }

.twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0; }

.pic {
  position: relative;
  font-size: 0px;
  line-height: 0px; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.mejs-container:not(:last-child) {
  margin-bottom: 20px; }

.mejs-controls a.mejs-horizontal-volume-slider {
  background: transparent;
  border: 0; }
  .mejs-controls a.mejs-horizontal-volume-slider:focus {
    background: transparent;
    border: 0; }

.site-content .wp-playlist-light {
  background-color: #eee;
  color: #222; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676; }
  .site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px #eee dotted;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-light .wp-playlist-item:focus {
      color: #fff;
      background-color: #767676;
      border-bottom-color: rgba(0, 0, 0, 0); }
      .site-content .wp-playlist-light .wp-playlist-item:focus a {
        color: #fff; }

.site-content .wp-playlist-dark {
  background-color: #222;
  border-color: #333; }
  .site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa; }
  .site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px #555 dotted;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-dark .wp-playlist-item:focus {
      color: #222;
      background-color: #fff;
      border-bottom-color: rgba(0, 0, 0, 0); }
      .site-content .wp-playlist-dark .wp-playlist-item:focus a {
        color: #222; }
  .site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff; }

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 0.625em;
  font-weight: 800;
  text-transform: uppercase; }

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }
  .site-content .wp-playlist-item:last-of-type {
    border-bottom: 0; }
  .site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .site-content .wp-playlist-item a:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent; }

.site-content .wp-playlist-item-length {
  top: 5px; }

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: relative;
  vertical-align: middle; }

/*  --------------------
	Galleries
--------------------  */
.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -5px; }

.gallery-item {
  padding: 0 5px;
  margin: 10px 0 0 !important; }
  .gallery-item .gallery-icon {
    font-size: 0px;
    line-height: 0px; }
  .gallery-item a {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    max-width: 100%;
    display: block; }
    .gallery-item a img {
      display: block;
      margin: 0 auto; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
  word-break: break-word;
  text-align: center;
  margin: 5px 0 20px;
  padding: 0;
  line-height: 1.3; }

/*  --------------------
	SVGs Fallbacks
--------------------  */
.svg-fallback {
  display: none; }

.no-svg .svg-fallback {
  display: inline-block; }

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em; }
  .no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform(rotate 0.3s linear);
    transition: transform(rotate 0.3s linear); }
  .no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
      content: '\005E'; }

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto; }

/*  --------------------
	Fancybox styles
--------------------  */
.fancybox-skin {
  padding: 3px !important; }

.fancy {
  font-size: 0;
  display: block; }

/*  --------------------
	Default media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  /*  --------------------
		Forms
	--------------------  */
  button:hover,
  .button:hover,
  a.showcoupon:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    color: #fff; }
  button.reversed:hover,
  .button.reversed:hover,
  a.showcoupon.reversed:hover,
  input[type="button"].reversed:hover,
  input[type="submit"].reversed:hover,
  .next.page-numbers.reversed:hover,
  .prev.page-numbers.reversed:hover {
    background-color: #fff; }
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background-color: #fff; }
  /*  --------------------
		Media
	--------------------  */
  .mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0; }
  .site-content .wp-playlist-light .wp-playlist-item:hover {
    color: #fff;
    background-color: #767676;
    border-bottom-color: rgba(0, 0, 0, 0); }
    .site-content .wp-playlist-light .wp-playlist-item:hover a {
      color: #fff; }
  .site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff; }
  .site-content .wp-playlist-dark .wp-playlist-item:hover {
    color: #222;
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0); }
    .site-content .wp-playlist-dark .wp-playlist-item:hover a {
      color: #222; }
  .site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent; }
  /*  --------------------
		Galleries
	--------------------  */
  .gallery-item a:hover {
    opacity: .6; } }

/*  ====================
	Preloader
====================  */
.cws_icon_preloader {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .cws_icon_preloader:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 8px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: cws_i_preloader 1.5s linear infinite; }

@keyframes cws_i_preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.cws-blank-preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .cws-blank-preloader.disabled {
    opacity: 0; }

.ajax_preloader {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
  display: none;
  cursor: wait; }
  .ajax_preloader.body_loader {
    position: fixed; }
  .ajax_preloader.content_loader, .ajax_preloader.modal_loader {
    position: absolute; }
  .ajax_preloader.active {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .ajax_preloader .dots-wrapper {
    animation: cws_preloader_wrapper 1.2s infinite ease-in-out; }
    .ajax_preloader .dots-wrapper span {
      width: 16px;
      height: 16px;
      display: inline-block;
      background-color: #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 7px; }
      .ajax_preloader .dots-wrapper span:first-child {
        animation: cws_preloader .6s infinite ease-in-out; }
      .ajax_preloader .dots-wrapper span:last-child {
        animation: cws_preloader .6s infinite ease-in-out;
        animation-delay: .3s; }

.blockUI {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  background-image: url("../img/spin.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px; }

@keyframes cws_preloader {
  0% {
    opacity: .3;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: .3;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@keyframes cws_preloader_wrapper {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); } }

/*  --------------------
	Unitest extra styles
--------------------  */
body[data-default="true"] .page-content {
  font-size: 16px;
  line-height: 24px; }

body[data-default="true"] .woocommerce.single .content-area .site-main > .type-product .summary .product_title,
body[data-default="true"] .cws_woo_modal_content .type-product .summary .product_title {
  margin-top: 15px; }

body[data-default="true"] .cws-widget ul:not(.product-categories) li.cat-item {
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5; }
  body[data-default="true"] .cws-widget ul:not(.product-categories) li.cat-item:last-child {
    border-bottom: 0; }

body[data-default="true"] .post-content-inner > ol:not(:first-child) {
  margin-left: 20px; }

body[data-default="true"] .post-content-inner > ul:not(:first-child) {
  margin-left: 0; }

body[data-default="true"] .menu-box .container {
  min-height: 40px; }

body[data-default="true"] .site-header-mobile {
  margin-bottom: 65px; }

/*  --------------------
	Gutenberg extra styles
--------------------  */
body:not(.single) .alignwide {
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*  --------------------
	Pagination styles
--------------------  */
.paging-navigation {
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: center;
  clear: both; }
  .paging-navigation .pagination {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .paging-navigation .pagination > *:not(.next):not(.prev) {
      padding: 7px; }
    .paging-navigation .pagination > *.next {
      margin-left: 7px; }
    .paging-navigation .pagination > *.prev {
      margin-right: 7px; }

/*  --------------------
	Navigation
--------------------  */
.post-navigation {
  padding: 56px 0 61px;
  margin-top: 13px;
  border-top: 1px solid #e5e5e5; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .post-navigation .nav-links:after {
      display: none; }
    .post-navigation .nav-links li {
      padding: 0;
      width: calc(50% - 10px);
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: normal;
      -moz-align-items: normal;
      -ms-align-items: normal;
      align-items: normal; }
      .post-navigation .nav-links li.next-post {
        text-align: right; }
      .post-navigation .nav-links li:before {
        display: none; }
      .post-navigation .nav-links li .post-title {
        font-size: 15px;
        line-height: 23px;
        word-break: break-word; }
      .post-navigation .nav-links li .post-nav-link {
        margin-top: 10px;
        text-decoration: underline; }

/*  --------------------
	Comments
--------------------  */
.bypostauthor {
  border: 1px solid transparent; }

body.page .comments-area {
  margin-top: 59px; }

.comments-area {
  padding-top: 59px;
  border-top: 1px solid #e5e5e5; }

.comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .comment-body .comment-author {
    margin-right: 30px;
    margin-bottom: 15px; }
  .comment-body .comment-content-wrapper {
    width: calc(100% - 100px); }
  .comment-body .comment-meta {
    font-style: italic;
    display: inline-block; }
  .comment-body .comment-content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px; }
  .comment-body .comment-awaiting-moderation {
    width: 100%; }
  .comment-body .comment-buttons {
    margin-bottom: 56px;
    padding-bottom: 59px;
    border-bottom: 1px solid #e3e3e3;
    text-align: right;
    width: 100%; }
    .comment-body .comment-buttons > * {
      display: inline-block; }
      .comment-body .comment-buttons > *:not(:last-child) {
        margin-right: 10px; }
    .comment-body .comment-buttons a {
      text-decoration: underline; }

.comment-form-cookies-consent label {
  display: inline-block;
  position: relative;
  top: 2px; }

.comment:not([class*='depth-1']) {
  margin-left: 25px; }

.comment-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px; }

.comment-respond .comment-form {
  margin-bottom: 33px; }
  .comment-respond .comment-form p input {
    vertical-align: middle; }
  .comment-respond .comment-form p:not(:last-child) {
    margin-bottom: 20px; }
  .comment-respond .comment-form .form-submit:not(:empty) {
    margin-top: 30px; }

/*  --------------------
	Blog default styles
--------------------  */
.blog .post {
  text-align: center; }

.blog .post-content {
  font-size: 15px;
  line-height: 23px; }
  .blog .post-content p:empty {
    margin-bottom: 1.25em; }

.blog .post-inner:after {
  content: '';
  display: table;
  clear: both; }

.blog .post-inner .post-categories a {
  font-style: italic;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .blog .post-inner .post-categories a:not(:last-child):after {
    content: ',';
    display: inline-block; }

.blog .post-inner .post-title {
  margin-bottom: 12px;
  word-break: break-word; }
  .blog .post-inner .post-title:not(:first-child) {
    margin-top: 10px; }

.blog .post-inner .post-image {
  font-size: 0px;
  line-height: 0px; }

.blog .post-inner .post-content {
  overflow: hidden;
  margin-top: 22px; }

.blog-readmore-wrap {
  display: block;
  margin-top: 20px; }

.post {
  padding-bottom: 45px; }

/*  --------------------
	Blog default media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .blog .post-inner .post-categories a:hover {
    text-decoration: underline; } }

/*  --------------------
	Blog meta styles
--------------------  */
.post-meta-wrapper {
  font-style: italic; }
  .post-meta-wrapper > * {
    display: inline-block; }

/*  --------------------
	Blog large styles
--------------------  */
.blog_large {
  width: 100%;
  margin: 0 auto; }
  .blog_large .container {
    max-width: 800px;
    width: 100%;
    padding: 0; }
  .blog_large .post-inner .post-image {
    margin-top: 25px; }
  .blog_large .post.sticky {
    padding: 40px;
    background-color: #141414;
    color: #a3a3a3; }
    .blog_large .post.sticky a,
    .blog_large .post.sticky .post-meta-wrapper .post-author span,
    .blog_large .post.sticky strong {
      color: #fff; }
    .blog_large .post.sticky ul li:before {
      background-color: #fff; }
  .blog_large .post:not(:last-of-type) {
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5; }

/*  --------------------
	Blog large media styles
--------------------  */
@media screen and (max-width: 1199px) {
  .blog_large .container {
    max-width: 750px; } }

@media screen and (max-width: 991px) {
  .blog_large .container {
    max-width: 550px; } }

/*  --------------------
	Blog grid styles
--------------------  */
.blog_grid {
  width: 100%; }
  .blog_grid .content_inner {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .blog_grid .content_inner[data-columns="2"] .post {
      width: 50%; }
    .blog_grid .content_inner[data-columns="3"] .post {
      width: 33.3%; }
    .blog_grid .content_inner[data-columns="4"] .post {
      width: 25%; }
    .blog_grid .content_inner .post {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 55px; }
      .blog_grid .content_inner .post.slick-slide {
        padding-bottom: 0; }
      .blog_grid .content_inner .post .post-inner .post-image {
        margin-bottom: 15px; }
      .blog_grid .content_inner .post .post-inner .toggle-content {
        position: relative; }
        .blog_grid .content_inner .post .post-inner .toggle-content .hidden {
          top: 0;
          left: 0;
          position: absolute;
          z-index: 1;
          width: 100%;
          padding: 0 0 20px; }
      .blog_grid .content_inner .post .post-inner .hidden .post-content {
        margin-top: 8px; }
      .blog_grid .content_inner .post .post-inner .hidden .post-title {
        margin: 0 0 8px; }
      .blog_grid .content_inner .post .post-inner .hidden .blog-readmore-wrap {
        margin-top: 13px; }

/*  --------------------
	Blog grid media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .blog_grid .content_inner .post:hover .post-inner .toggle-content .hidden {
    display: block; } }

@media screen and (max-width: 767px) {
  .blog_grid .content_inner[data-columns="2"] .post, .blog_grid .content_inner[data-columns="3"] .post, .blog_grid .content_inner[data-columns="4"] .post {
    width: 100%; } }

/*  --------------------
	Blog single styles
--------------------  */
.single-post .main-content-inner .single_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .single-post .main-content-inner .single_content .post-thumbnail {
    text-align: center; }

.single-post .post-content {
  margin-top: 32px; }

.post-header {
  text-align: center; }
  .post-header .post-title {
    margin-bottom: 15px;
    word-break: break-word; }

.post-thumbnail {
  margin-top: 35px;
  font-size: 0px;
  line-height: 0px; }

.post-content {
  margin-top: 25px; }
  .post-content .wp-block-embed__wrapper iframe {
    width: 100%; }
  .post-content .wp-block-gallery.slick-slider {
    margin: 0 -15px !important; }
  .post-content .wp-block-gallery .blocks-gallery-item.slick-slide {
    margin: 0 15px !important; }
  .post-content .wp-block-gallery .slick-dots {
    margin-top: 15px; }

.post-content-inner {
  margin-top: -3px;
  font-size: 16px;
  line-height: 24px; }
  .post-content-inner:after {
    content: '';
    display: table;
    clear: both; }

.post-meta .post-categories,
.post-meta .post-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: -10px; }
  .post-meta .post-categories > *,
  .post-meta .post-tags > * {
    margin-bottom: 10px; }
    .post-meta .post-categories > *:not(:last-child),
    .post-meta .post-tags > *:not(:last-child) {
      margin-right: 10px; }
    .post-meta .post-categories > *:not(span),
    .post-meta .post-tags > *:not(span) {
      padding: 4px 10px;
      display: inline-block;
      border: 1px solid #e5e5e5; }

.post-meta .post-categories {
  display: none; }

.post-meta .post-tags {
  margin-top: 35px; }

/*  --------------------
	Blog single media styles
--------------------  */
@media screen and (max-width: 1199px) {
  .single-post .main-content-inner .single_content,
  .single-post .main-content-inner.has_sb .single_content {
    max-width: 750px; } }

@media screen and (max-width: 991px) {
  .single-post .main-content-inner .single_content,
  .single-post .main-content-inner.has_sb .single_content {
    max-width: 550px; } }

@media screen and (max-width: 767px) {
  .single-post .main-content-inner .single_content,
  .single-post .main-content-inner.has_sb .single_content {
    padding: 0; }
  .post-content .wp-block-embed__wrapper iframe {
    height: 100%; } }

/*  --------------------
	Slick Carousel extra styles
--------------------  */
.cws_carousel .slick-dots,
.cws_custom_carousel .slick-dots {
  margin: 0;
  width: 100%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_carousel .slick-dots li,
  .cws_custom_carousel .slick-dots li {
    margin: 0 10px 15px 0; }
    .cws_carousel .slick-dots li:before,
    .cws_custom_carousel .slick-dots li:before {
      display: none;
      padding: 0; }
    .cws_carousel .slick-dots li.slick-active,
    .cws_custom_carousel .slick-dots li.slick-active {
      margin-right: 6px; }
      .cws_carousel .slick-dots li.slick-active button,
      .cws_custom_carousel .slick-dots li.slick-active button {
        background-color: #141414;
        height: 10px;
        width: 10px; }
    .cws_carousel .slick-dots li button,
    .cws_custom_carousel .slick-dots li button {
      font-size: 0px;
      line-height: 0px;
      min-height: 0;
      border: 0;
      padding: 0;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #e5e5e5;
      -webkit-transition: none;
      transition: none; }

.cws_carousel_wrapper {
  width: 100%; }
  .cws_carousel_wrapper[data-pagination="off"] .cws_carousel .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .cws_carousel_wrapper[data-pagination="on"] .cws_carousel .slick-arrow {
    top: calc( 50% - 46px); }
  .cws_carousel_wrapper .cws_carousel {
    position: relative; }
    .cws_carousel_wrapper .cws_carousel .slick-dots {
      margin: 25px 0 0; }
    .cws_carousel_wrapper .cws_carousel .slick-arrow {
      position: absolute;
      font-size: 0px;
      padding: 0 7px;
      border: 0;
      opacity: 0;
      pointer-events: none; }
      .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
        font-family: 'cwsicon';
        font-size: 21px; }
      .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev {
        left: 0; }
        .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev:before {
          content: '\e9e9'; }
      .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next {
        right: 0; }
        .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next:before {
          content: '\e9ea'; }

/*  --------------------
	Slick Carousel media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_carousel:before {
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: 0; }
  .cws_carousel:hover .slick-arrow {
    opacity: 1;
    pointer-events: auto; }
    .cws_carousel:hover .slick-arrow.slick-prev {
      left: -50px; }
    .cws_carousel:hover .slick-arrow.slick-next {
      right: -50px; }
    .cws_carousel:hover .slick-arrow.slick-disabled {
      opacity: .5; }
  .cws_carousel .slick-arrow:hover {
    background-color: transparent; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*  --------------------
	Woo cart styles
--------------------  */
body .select2-container .select2-selection {
  height: 36px;
  border-radius: 0;
  border-color: #e5e5e5; }
  body .select2-container .select2-selection .select2-selection__rendered {
    line-height: 36px; }
  body .select2-container .select2-selection .select2-selection__arrow {
    height: inherit; }

body .select2-dropdown {
  border-radius: 0;
  border-color: #e5e5e5; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-close:hover {
  background-color: transparent; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  padding-right: 20px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent !important; }
  .mfp-arrow:before {
    padding: 15px;
    display: inline-block;
    font-family: 'cwsicon';
    font-size: 40px;
    color: #fff; }
  .mfp-arrow.mfp-arrow-left {
    left: 15px; }
    .mfp-arrow.mfp-arrow-left:before {
      content: '\e9e9'; }
  .mfp-arrow.mfp-arrow-right {
    right: 15px; }
    .mfp-arrow.mfp-arrow-right:before {
      content: '\e9ea'; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  display: none; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/*  ====================
	Header styles
====================  */
body:not(.active) .site-header,
body:not(.active) .cws_header_template {
  position: relative;
  z-index: 9; }

/*  -------------------
	Logotype
-------------------  */
.site_logotype {
  line-height: 0px; }
  .site_logotype .sitename {
    font-size: 38px;
    line-height: 48px; }
  .site_logotype a {
    display: inline-block; }

/*  -------------------
	Header icons styles
-------------------  */
.header_icons {
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .header_icons > * {
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .header_icons > *:not(:first-child) {
      margin-left: 13px; }
    .header_icons > *:hover .hidden_title {
      top: calc(100% + 7px);
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
    .header_icons > * .hidden_title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
      transform: translateX(-50%) scale(0);
      background-color: #141414;
      color: #fff;
      padding: 1px 4px 1px 2px;
      font-size: 11px;
      line-height: 13px;
      white-space: nowrap;
      font-style: italic;
      -webkit-transition: all 0.12s cubic-bezier(0.49, 0.11, 0.53, 1.31);
      transition: all 0.12s cubic-bezier(0.49, 0.11, 0.53, 1.31);
      z-index: 1; }
      .header_icons > * .hidden_title:empty {
        display: none; }
      .header_icons > * .hidden_title:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        border-style: solid;
        border-width: 0 4px 4px 4px;
        border-color: transparent transparent #141414 transparent; }
  .header_icons *:before {
    font-size: 20px; }
  .header_icons .cws_my_account {
    position: relative;
    top: 2px; }
    .header_icons .cws_my_account:before {
      content: '\eaac';
      font-family: 'cwsicon';
      position: relative; }
  .header_icons .wishlist_products_counter_number {
    position: absolute;
    top: -4px;
    right: -9px; }
  .header_icons .cws_compare_trigger {
    position: relative;
    cursor: pointer; }
    .header_icons .cws_compare_trigger.unactive {
      pointer-events: none; }
    .header_icons .cws_compare_trigger.loading {
      cursor: wait; }
      .header_icons .cws_compare_trigger.loading:not(:empty) {
        padding-left: 23.6px; }
        .header_icons .cws_compare_trigger.loading:not(:empty) .cws_icon_preloader {
          display: inline-block; }
          .header_icons .cws_compare_trigger.loading:not(:empty) .cws_icon_preloader:after {
            left: 0;
            top: 1px; }
      .header_icons .cws_compare_trigger.loading:before {
        display: none; }
    .header_icons .cws_compare_trigger:before {
      content: '\ea0a';
      font-family: 'cwsicon';
      position: relative;
      top: 2px; }
    .header_icons .cws_compare_trigger .cws_compare_count {
      vertical-align: super;
      position: relative;
      top: -3px;
      right: 0; }
    .header_icons .cws_compare_trigger + .mini-cart {
      margin-left: 2px; }
  .header_icons .mini-cart .woo_mini-count:before {
    content: '\ea50';
    font-family: 'cwsicon';
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .header_icons .search-trigger {
    display: inline-block;
    top: -2px; }
  .header_icons .custom_sidebar_trigger,
  .header_icons .custom_url {
    top: 3px; }
    .header_icons .custom_sidebar_trigger i,
    .header_icons .custom_url i {
      display: inline-block; }

/*  -------------------
	Header icons media styles
-------------------  */
@media screen and (max-width: 767px) {
  .header_icons .mini-cart .woo_mini-count > span {
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    right: 0;
    top: 0; }
    .header_icons .mini-cart .woo_mini-count > span span {
      font-size: 13px;
      line-height: 17px;
      position: absolute;
      top: -3px;
      right: -7px; }
  .header_icons .wpml-ls {
    display: none; } }

@media screen and (max-width: 340px) {
  .header_icons > *:not(:first-child) {
    margin-left: 10px; } }

/*  -------------------
	Top bar
-------------------  */
.top_bar_notice {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 0 5px;
  position: relative;
  z-index: 9; }
  .top_bar_notice.custom_notice {
    background-color: transparent; }
  .top_bar_notice .close-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
    .top_bar_notice .close-btn:before {
      position: absolute;
      content: '\eaa1';
      font-family: 'cwsicon';
      font-size: 20px;
      line-height: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.top-bar-box {
  border-bottom: 1px solid #e5e5e5; }
  .top-bar-box .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

/*  -------------------
	Top bar media
-------------------  */
@media screen and (max-width: 767px) {
  .top_bar_notice {
    line-height: 24px;
    position: relative; }
    .top_bar_notice .container {
      position: static;
      padding: 0 50px; }
    .top_bar_notice .close-btn {
      position: absolute;
      right: 0;
      top: 0; }
      .top_bar_notice .close-btn:before {
        padding-top: 1px;
        font-size: 27px; } }

/*  -------------------
	Menus styles
-------------------  */
.menu-box {
  border-bottom: 1px solid #e5e5e5; }
  .menu-box .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.vc_wp_custommenu.alignleft nav[class^="menu-"] > ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.vc_wp_custommenu.aligncenter nav[class^="menu-"] > ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.vc_wp_custommenu.alignright nav[class^="menu-"] > ul {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

nav[class^="menu-"] > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  nav[class^="menu-"] > ul > .menu-item {
    position: relative;
    cursor: pointer; }
    nav[class^="menu-"] > ul > .menu-item:first-of-type a {
      padding-left: 0; }
    nav[class^="menu-"] > ul > .menu-item:last-of-type a {
      padding-right: 0; }
    nav[class^="menu-"] > ul > .menu-item.menu-item-object-megamenu_item > a:after, nav[class^="menu-"] > ul > .menu-item.menu-item-has-children > a:after {
      content: '\eac8';
      font-family: 'cwsicon';
      display: inline-block;
      font-size: 20px;
      margin-left: -2px;
      margin-right: 2px;
      margin-top: -1px;
      vertical-align: top; }
    nav[class^="menu-"] > ul > .menu-item.menu-item-object-megamenu_item > .sub-menu {
      margin: 0; }
    nav[class^="menu-"] > ul > .menu-item > a {
      padding-left: 7px;
      padding-right: 7px;
      text-transform: uppercase;
      display: inline-block;
      font-size: 13px; }
    nav[class^="menu-"] > ul > .menu-item > .sub-menu.active > li {
      opacity: 1; }
    nav[class^="menu-"] > ul > .menu-item > .sub-menu > li {
      opacity: 0;
      -webkit-transition: opacity 0.4s linear;
      transition: opacity 0.4s linear; }
  nav[class^="menu-"] > ul .sub-menu {
    margin: 0 0 0 -10px;
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 11;
    background: #fff;
    width: 220px;
    padding: 15px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
    nav[class^="menu-"] > ul .sub-menu li.menu-item-has-children > a {
      position: relative; }
      nav[class^="menu-"] > ul .sub-menu li.menu-item-has-children > a:after {
        content: '\eaca';
        font-family: 'cwsicon';
        position: absolute;
        right: 0;
        font-size: 20px; }
    nav[class^="menu-"] > ul .sub-menu li.mobile-parent-link {
      display: none; }
    nav[class^="menu-"] > ul .sub-menu li > a {
      display: block;
      line-height: 24px;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-transition: none;
      transition: none; }
      nav[class^="menu-"] > ul .sub-menu li > a:hover, nav[class^="menu-"] > ul .sub-menu li > a.active {
        background-color: #f2f2f2; }
    nav[class^="menu-"] > ul .sub-menu .sub-menu {
      left: 100%;
      top: -10px;
      margin-left: 0; }
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu {
    width: 100vw; }
    nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu .cws_megamenu_item {
      display: block;
      margin: 0 auto;
      max-width: 1170px; }
      nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu .cws_megamenu_item ul {
        margin-left: 0; }
        nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu .cws_megamenu_item ul a {
          padding: 0; }
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .wp-block-column:not(:last-child),
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .wp-block-column:nth-child(odd) {
    margin-right: 0; }
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .wp-block-column:not(:first-child) {
    margin-left: 0; }
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .wp-block-columns {
    margin: 0 -15px; }
    nav[class^="menu-"] > ul .menu-item-object-megamenu_item .wp-block-columns .wp-block-column {
      padding: 0 15px; }

nav[class^="menu-"] ul li {
  padding-left: 0;
  margin-bottom: 0; }
  nav[class^="menu-"] ul li:before {
    display: none; }

.site-header-mobile .menu-box {
  position: fixed;
  left: -270px;
  top: 0;
  width: 270px;
  height: 100vh;
  z-index: 10;
  background-color: #f2f2f2;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease, opacity 0.3s ease-in-out;
  transition: left 0.3s ease, opacity 0.3s ease-in-out; }
  .site-header-mobile .menu-box.active {
    left: 0;
    opacity: 1; }
  .site-header-mobile .menu-box .main-menu-wrapper {
    padding: 20px;
    background-color: #fff; }
  .site-header-mobile .menu-box nav[class^="menu-"] {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    -webkit-overflow-scrolling: touch; }
    .site-header-mobile .menu-box nav[class^="menu-"] .close-menu-wrapper {
      margin-bottom: 10px; }
      .site-header-mobile .menu-box nav[class^="menu-"] .close-menu-wrapper .close-menu {
        display: block;
        position: relative;
        height: 20px; }
        .site-header-mobile .menu-box nav[class^="menu-"] .close-menu-wrapper .close-menu.back:before {
          content: '\e9ef'; }
        .site-header-mobile .menu-box nav[class^="menu-"] .close-menu-wrapper .close-menu:before {
          content: '\ea87';
          font-family: 'cwsicon';
          font-size: 20px;
          color: #000;
          position: absolute;
          top: 0; }
    .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search h3 {
      display: none; }
    .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search .label {
      position: relative; }
      .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search .label .search-field {
        border-width: 0 0 1px 0;
        font-size: 18px;
        padding-left: 0;
        padding-right: 46px; }
      .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search .label .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        background-color: transparent;
        padding: 0;
        height: 40px;
        width: 20px; }
        .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search .label .search-submit .page-submit {
          display: none; }
        .site-header-mobile .menu-box nav[class^="menu-"] .mobile-search .label .search-submit:before {
          content: '\ea8b';
          display: inline-block;
          font-family: 'cwsicon';
          font-size: 21px;
          position: relative; }
    .site-header-mobile .menu-box nav[class^="menu-"] > ul {
      margin-top: 30px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
      transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
      left: 0; }
      .site-header-mobile .menu-box nav[class^="menu-"] > ul > li.menu-item > a,
      .site-header-mobile .menu-box nav[class^="menu-"] > ul .cws_megamenu_item_title,
      .site-header-mobile .menu-box nav[class^="menu-"] > ul li.mobile-parent-link > a {
        font-size: 15px; }
      .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item {
        width: 100%;
        position: static; }
        .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item.menu-item-has-children > a, .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item.menu-item-object-megamenu_item > a {
          display: block;
          position: relative; }
          .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item.menu-item-has-children > a:after, .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item.menu-item-object-megamenu_item > a:after {
            content: '\e9ea';
            font-family: 'cwsicon';
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px; }
        .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item:not(.menu-item-object-megamenu_item) .sub-menu .mobile-parent-link {
          display: block; }
        .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .cws_menu_list_wrapper a,
        .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item a {
          padding: 10px 0;
          font-size: 13px; }
        .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu {
          width: 100%;
          top: 0;
          margin: 0;
          left: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding: 0; }
          .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu div[class*="vc_col-"] {
            width: 100%; }
          .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu .cws_column_wrapper {
            padding: 0; }
            .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu .cws_column_wrapper > .wpb_column {
              margin-left: 0;
              margin-right: 0; }
          .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu li.mobile-parent-link a {
            padding: 10px 0; }
          .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu li a {
            text-transform: uppercase;
            padding: 9px 0;
            line-height: 18px; }
            .site-header-mobile .menu-box nav[class^="menu-"] > ul .menu-item .sub-menu li a:hover {
              background-color: transparent; }

.site-header-mobile .mobile_secondary_info {
  width: 100%;
  position: relative;
  padding: 20px; }

/*  -------------------
	Menus media styles
-------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  nav[class^="menu-"] {
    pointer-events: none; } }

@media screen and (max-width: 1199px) {
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu .cws_megamenu_item {
    max-width: 962px; } }

@media screen and (max-width: 991px) {
  nav[class^="menu-"] > ul > .menu-item > a {
    padding-right: 3px;
    padding-left: 3px; }
  nav[class^="menu-"] > ul .menu-item-object-megamenu_item .sub-menu .cws_megamenu_item {
    max-width: 738px; } }

/*  -------------------
	Breadcrumbs styles
-------------------  */
body.woocommerce .woocommerce-breadcrumb,
.bread-crumbs {
  font-size: 10px;
  line-height: 16px;
  margin: 15px -3px 15px; }
  body.woocommerce .woocommerce-breadcrumb > *,
  .bread-crumbs > * {
    padding: 0 3px; }

.cws_breadcrumbs_module .bread-crumbs {
  margin: 0 -3px; }

@media screen and (max-width: 767px) {
  body.woocommerce .woocommerce-breadcrumb,
  .bread-crumbs {
    font-size: 12px;
    line-height: 18px; } }

/*  -------------------
	Site title styles
-------------------  */
.page_title {
  text-align: center; }
  .page_title:not(:last-child):not(:empty) {
    margin-bottom: 45px; }

/*  -------------------
	Sticky header
-------------------  */
.site-sticky.sticky-mobile {
  display: none; }

.site-sticky {
  border-bottom: 1px solid #e5e5e5; }
  .site-sticky > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.site-sticky,
.cws_sticky_template {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  z-index: 8;
  pointer-events: none; }
  .site-sticky.active,
  .cws_sticky_template.active {
    opacity: 1;
    pointer-events: auto; }

/*  -------------------
	Sticky header media styles
-------------------  */
@media screen and (max-width: 767px) {
  .cws_sticky_template {
    display: none; }
  .site-sticky:not(.sticky-mobile) {
    display: none; }
  .site-sticky.sticky-mobile {
    display: block; } }

/*  -------------------
	Mobile header styles
-------------------  */
.sticky-mobile,
.site-header-mobile {
  display: none; }
  .sticky-mobile .site_logotype,
  .site-header-mobile .site_logotype {
    width: 100%; }

.site-header-mobile .header-content.hide_breadcrumbs {
  margin-bottom: 30px; }
  .site-header-mobile .header-content.hide_breadcrumbs .bread-crumbs {
    display: none; }

.menu-trigger {
  display: inline-block;
  position: relative;
  line-height: 0px;
  top: 1px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 25px; }
  .menu-trigger:before {
    content: '\eaa2';
    display: inline-block;
    font-family: 'cwsicon';
    font-size: 21px;
    line-height: 17px; }

@media screen and (max-width: 1199px) {
  #site.desktop-menu-desktop .site-header,
  #site.desktop-menu-desktop .top_bar_notice,
  #site.desktop-menu-desktop .cws_header_template {
    display: none; }
  #site.desktop-menu-desktop .site-header-mobile {
    display: block; } }

@media screen and (max-width: 991px) {
  #site.desktop-menu-landscape .site-header,
  #site.desktop-menu-landscape .top_bar_notice,
  #site.desktop-menu-landscape .cws_header_template {
    display: none; }
  #site.desktop-menu-landscape .site-header-mobile {
    display: block; } }

@media screen and (max-width: 767px) {
  #site.desktop-menu-both .site-header,
  #site.desktop-menu-both .top_bar_notice,
  #site.desktop-menu-both .cws_header_template {
    display: none; }
  #site.desktop-menu-both .site-header-mobile {
    display: block; } }

@media screen and (max-width: 767px) {
  .menu-trigger {
    margin-right: 15px; } }

/*  -------------------
	Site search styles
-------------------  */
.search-trigger {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .search-trigger .hidden_title {
    text-transform: none; }
  .search-trigger:after {
    content: '\ea8b';
    font-family: 'cwsicon';
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.site-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 25px 0 30px;
  z-index: 11; }
  .site-search.hidden {
    display: none; }
  .site-search .search-title {
    font-size: 13px; }
  .site-search .close-search {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer; }
    .site-search .close-search:before {
      content: '\ea87';
      font-family: 'cwsicon';
      font-size: 20px; }
  .site-search .search-form {
    margin-top: 15px;
    position: relative; }
    .site-search .search-form .success-search {
      display: none; }
    .site-search .search-form .label:after {
      content: '\ea8b';
      font-family: 'cwsicon';
      position: absolute;
      right: 0;
      top: 0;
      font-size: 30px;
      line-height: initial; }
    .site-search .search-form .label .search-field {
      -webkit-border-radius: 0;
      border-radius: 0;
      font-size: 24px;
      border-width: 0 0 1px 0;
      padding: 0 60px 14px 0;
      border-color: #e5e5e5; }
      .site-search .search-form .label .search-field:focus {
        border-color: #e5e5e5; }
    .site-search .search-form .label .search-submit {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      height: 100%;
      padding: 0;
      width: 45px;
      background-color: transparent;
      border: 0;
      z-index: 1; }
      .site-search .search-form .label .search-submit .page-submit {
        display: none; }

/*  ====================
	Content styles
====================  */
/*  --------------------
	Layout styles
--------------------  */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto; }

.wide_container {
  max-width: calc(100% - 50px);
  margin: 0 25px; }

/*  --------------------
	Layout media styles
--------------------  */
@media screen and (max-width: 1199px) {
  .container {
    max-width: 992px; }
  .wide_container {
    width: 100% !important;
    margin: 0 auto; } }

@media screen and (max-width: 991px) {
  .container {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  .body-cont {
    width: 100%;
    overflow: hidden; }
  .container {
    width: 100%; }
  .cws_column_wrapper {
    width: 100%; } }

/*  --------------------
	Button up styles
--------------------  */
.button-up {
  position: fixed;
  right: 10px;
  bottom: -40px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out; }
  .button-up.active {
    bottom: 10px; }
  .button-up:before {
    content: '\e9f1';
    font-family: 'cwsicon';
    font-size: 22px;
    display: inline-block; }

/*  --------------------
	Search page styles
--------------------  */
body.search .content.no_results {
  max-width: 800px;
  padding: 0 15px;
  margin: 200px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  body.search .content.no_results .img {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 80px; }
    body.search .content.no_results .img img {
      width: 220px; }
  body.search .content.no_results .info {
    width: 100%; }
    body.search .content.no_results .info form.search-form {
      padding: 0; }

body.search .main-content-inner form.search-form {
  max-width: 800px;
  padding: 0 15px;
  margin: 40px auto 0; }
  body.search .main-content-inner form.search-form .success-search {
    text-align: center; }
  body.search .main-content-inner form.search-form .label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    body.search .main-content-inner form.search-form .label .search-field {
      margin-right: 10px; }
    body.search .main-content-inner form.search-form .label .search-submit {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }

body.search .main-content-inner .search-results-inner .article-search-result {
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  body.search .main-content-inner .search-results-inner .article-search-result:not(:first-child) {
    border-top: 1px solid #f5f5f5; }
  body.search .main-content-inner .search-results-inner .article-search-result .result-image-wrapper {
    max-width: 173px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 30px; }
  body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper {
    width: 100%; }
    body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-title {
      margin-bottom: 15px; }
    body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-content {
      margin-top: 20px; }
      body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-content p:not(:last-child) {
        margin-bottom: 1.5em; }
      body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-content .blog-readmore {
        float: right; }

/*  --------------------
	Search page media styles
--------------------  */
@media screen and (max-width: 767px) {
  body.search .content.no_results {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 50px auto; }
    body.search .content.no_results .img {
      margin: 0 auto; }
      body.search .content.no_results .img img {
        width: 220px; }
  body.search .main-content-inner .search-results-inner .article-search-result {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.search .main-content-inner .search-results-inner .article-search-result .result-image-wrapper {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
    body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-title {
      font-size: 17px;
      line-height: 23px;
      margin-bottom: 10px; }
    body.search .main-content-inner .search-results-inner .article-search-result .result-content-wrapper .post-content {
      margin-top: 10px; } }

/*  -------------------
	Custom sidebars styles
-------------------  */
.custom_sidebars_wrapper {
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  padding: 25px 20px;
  z-index: 11;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease; }
  .custom_sidebars_wrapper.active {
    right: 0; }
  .custom_sidebars_wrapper .close_custom_sidebar {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer; }
    .custom_sidebars_wrapper .close_custom_sidebar:before {
      content: '\ea87';
      font-family: 'cwsicon';
      display: inline-block;
      font-size: 20px; }
  .custom_sidebars_wrapper aside {
    display: none; }

/*  --------------------
	404 Page styles
--------------------  */
body.error404 .main-content-inner .content {
  max-width: 800px;
  margin: 200px auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  body.error404 .main-content-inner .content .img {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 80px; }
    body.error404 .main-content-inner .content .img img {
      width: 220px; }
  body.error404 .main-content-inner .content h1 {
    margin: 0 0 20px; }
  body.error404 .main-content-inner .content h3 {
    margin: 0 0 25px; }
  body.error404 .main-content-inner .content .content-404 {
    margin: 0 0 30px; }

/*  --------------------
	404 Page media styles
--------------------  */
@media screen and (max-width: 1199px) {
  body.error404 .main-content-inner .content {
    margin: 140px auto; } }

@media screen and (max-width: 991px) {
  body.error404 .main-content-inner .content {
    margin: 200px auto; } }

@media screen and (max-width: 767px) {
  body.error404 .main-content-inner .content {
    margin: 50px auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    body.error404 .main-content-inner .content .img {
      margin: 0 auto 30px; } }

/*  ====================
	Visual Composer styles
====================  */
/*  --------------------
	VC common styles
--------------------  */
#main-content .cws-content.background_zoom_in > .vc_row, #main-content .cws-content.background_zoom_out > .vc_row, #main-content .cws-content.background_shift_right > .vc_row, #main-content .cws-content.background_shift_left > .vc_row {
  overflow: hidden !important; }
  #main-content .cws-content.background_zoom_in > .vc_row > .row_hover_effect, #main-content .cws-content.background_zoom_out > .vc_row > .row_hover_effect, #main-content .cws-content.background_shift_right > .vc_row > .row_hover_effect, #main-content .cws-content.background_shift_left > .vc_row > .row_hover_effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  #main-content .cws-content.background_zoom_in > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_zoom_out > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_shift_right > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_shift_left > .vc_row > .cws_column_wrapper {
    position: relative;
    z-index: 1; }

#main-content .cws-content.background_zoom_out > .vc_row > .row_hover_effect {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

#main-content .cws-content.background_shift_right > .vc_row > .row_hover_effect {
  left: -40px; }

#main-content .cws-content.background_shift_left > .vc_row > .row_hover_effect {
  right: -40px; }

/*  --------------------
	VC common media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  #main-content .cws-content.background_zoom_in > .vc_row:hover > .row_hover_effect {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  #main-content .cws-content.background_zoom_out > .vc_row:hover > .row_hover_effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #main-content .cws-content.background_shift_right > .vc_row:hover > .row_hover_effect {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  #main-content .cws-content.background_shift_left > .vc_row:hover > .row_hover_effect {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); } }

/*  --------------------
	VC layout styles
--------------------  */
.cws-content {
  position: relative;
  width: 100%; }
  .cws-content .cws_layer {
    position: absolute !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .cws-content .cws_layer > div {
      position: absolute;
      top: 0;
      height: 100%; }
  .cws-content .vc_row[data-vc-full-width] {
    overflow: visible !important;
    margin-top: 0;
    margin-bottom: 0; }

.vc_row {
  position: relative; }
  .vc_row:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .vc_row.vc_inner {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .vc_row.vc_row-o-content-middle {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .vc_row.vc_row-o-equal-height .wpb_wrapper {
    height: 100%; }
  .vc_row > * {
    position: relative; }

.cws_column_wrapper > .wpb_column {
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
  margin-right: -15px; }
  .cws_column_wrapper > .wpb_column > .vc_column-inner {
    height: 100%; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important; }

/*  --------------------
	VC Accordion styles
--------------------  */
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 10px 0 30px;
  font-size: 15px;
  line-height: 23px; }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
  border-top: 1px solid #e5e5e5; }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding: 10px 30px 10px 0 !important; }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding: 10px 0 10px 30px !important; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-controls-align-center .vc_tta-panel-title > a {
  padding: 10px 30px !important; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 0; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 26px; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 26px; }

body.wpb-js-composer .vc_tta-title-text {
  font-size: 15px;
  line-height: 21px; }

body.wpb-js-composer .cws_footer_template .vc_tta-container {
  margin-bottom: 0 !important; }

body.wpb-js-composer .cws_footer_template .vc_tta-panel {
  margin: 0 -15px;
  padding: 0 15px; }

body.wpb-js-composer .cws_footer_template .vc_tta.vc_general .vc_tta-panel-body {
  padding-bottom: 20px; }

body.wpb-js-composer .cws_footer_template .vc_tta .vc_tta-controls-icon {
  width: 8px;
  height: 8px; }
  body.wpb-js-composer .cws_footer_template .vc_tta .vc_tta-controls-icon:before {
    border-width: 1px 0 0 0; }
  body.wpb-js-composer .cws_footer_template .vc_tta .vc_tta-controls-icon:after {
    border-width: 0 0 0 1px; }

.cws_black_accordion.vc_tta.vc_general .vc_tta-panel,
.cws_black_accordion .vc_tta-controls-icon:before,
.cws_black_accordion .vc_tta-controls-icon:after {
  border-color: #fff !important; }

.cws_black_accordion .vc_tta-title-text {
  color: #fff !important; }

/*  --------------------
	CWS VC Banner styles
--------------------  */
.vc_row-o-equal-height .cws_banner_module {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_banner_module {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .cws_banner_module:before {
    content: '';
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    z-index: 1; }
  .cws_banner_module:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  .cws_banner_module:hover:before {
    opacity: 1; }
  .cws_banner_module.background_zoom_in, .cws_banner_module.background_zoom_out, .cws_banner_module.background_shift_right, .cws_banner_module.background_shift_left {
    background-size: cover !important; }
  .cws_banner_module.background_zoom_in:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .cws_banner_module.background_zoom_out:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .cws_banner_module.background_zoom_out:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cws_banner_module.background_shift_right:after {
    left: -40px; }
  .cws_banner_module.background_shift_right:hover:after {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  .cws_banner_module.background_shift_left:after {
    right: -40px; }
  .cws_banner_module.background_shift_left:hover:after {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cws_banner_module.color_overlay:before {
    background-color: inherit; }
  .cws_banner_module.style_1:hover .banner_bottom_info {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .cws_banner_module.style_1:hover .banner_info_wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s; }
  .cws_banner_module.style_1 .banner_bottom_info {
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    padding: 7px 15px;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s; }
  .cws_banner_module.style_1 .banner_info_wrapper {
    padding: 15px;
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .cws_banner_module.style_1 .banner_info_wrapper .h5 {
      margin-bottom: 5px; }
    .cws_banner_module.style_1 .banner_info_wrapper > a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .cws_banner_module.style_1 .banner_info_wrapper .banner_content {
      line-height: 23px; }
  .cws_banner_module.style_2 .banner_subtitle {
    margin: 0; }
  .cws_banner_module.style_2 .banner_title {
    margin: 10px 0 0; }
  .cws_banner_module.style_2 .banner_content {
    margin-top: 10px; }
  .cws_banner_module.style_2 .button {
    margin-top: 25px; }
  .cws_banner_module.style_3 .cws_banner_link {
    z-index: 1; }
  .cws_banner_module.style_3 .banner_info_wrapper {
    padding: 7px 15px 5px;
    width: 100%; }
    .cws_banner_module.style_3 .banner_info_wrapper .banner_subtitle {
      margin: 0; }
    .cws_banner_module.style_3 .banner_info_wrapper .banner_content {
      line-height: 23px;
      margin-top: -3px; }
  .cws_banner_module * {
    position: relative;
    z-index: 1; }
  .cws_banner_module p:not(:last-child) {
    margin-bottom: 0; }
  .cws_banner_module:before,
  .cws_banner_module .cws_banner_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

@media screen and (max-width: 767px) {
  .cws_banner_module {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }

/*  --------------------
	CWS VC Blog styles
--------------------  */
.blog.layout_small .content_inner .post-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .blog.layout_small .content_inner .post-inner .post-image {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 0; }
  .blog.layout_small .content_inner .post-inner .toggle-content {
    width: 50%;
    text-align: left; }
    .blog.layout_small .content_inner .post-inner .toggle-content > .post-title,
    .blog.layout_small .content_inner .post-inner .toggle-content > .post-meta-wrapper {
      display: none; }
    .blog.layout_small .content_inner .post-inner .toggle-content .hidden {
      position: relative;
      display: block;
      padding: 0;
      background-color: transparent; }
      .blog.layout_small .content_inner .post-inner .toggle-content .hidden .post-categories {
        margin-bottom: 10px; }
      .blog.layout_small .content_inner .post-inner .toggle-content .hidden .post-title {
        margin-top: 0;
        margin-bottom: 10px; }
      .blog.layout_small .content_inner .post-inner .toggle-content .hidden .post-content {
        margin-top: 20px; }
      .blog.layout_small .content_inner .post-inner .toggle-content .hidden .post-meta-wrapper > * {
        display: block; }
        .blog.layout_small .content_inner .post-inner .toggle-content .hidden .post-meta-wrapper > *:not(:first-child) {
          margin-top: 5px; }

/*  --------------------
	CWS VC Blog media styles
--------------------  */
@media screen and (max-width: 991px) {
  .blog.layout_small .content_inner .post-inner .post-image {
    margin-right: 20px; } }

/*  --------------------
	CWS VC Divider styles
--------------------  */
.cws_divider_wrapper .cws_divider {
  margin: 0 auto; }

/*  --------------------
	CWS VC Filter Products styles
--------------------  */
.cws_filter_products .cws_filter_products_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px; }
  .cws_filter_products .cws_filter_products_wrapper.loading {
    cursor: wait; }
    .cws_filter_products .cws_filter_products_wrapper.loading .cws_filter_product {
      pointer-events: none; }
  .cws_filter_products .cws_filter_products_wrapper .cws_filter_product {
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 10px;
    cursor: pointer; }
    .cws_filter_products .cws_filter_products_wrapper .cws_filter_product:before {
      display: none; }

.cws_filter_products .cws_filter_products_content {
  position: relative; }

/*  -------------------
	Icon list extra styles
-------------------  */
.cws_footer_template .header_icons > *:hover .hidden_title {
  top: auto;
  bottom: 100%; }

.cws_footer_template .header_icons > * .hidden_title {
  bottom: 50%;
  top: auto; }
  .cws_footer_template .header_icons > * .hidden_title:before {
    border-width: 4px 4px 0px 4px;
    border-color: #141414 transparent transparent transparent;
    bottom: auto;
    top: 100%; }

/*  --------------------
	CWS VC Presentation styles
--------------------  */
.cws_presentation_module .presentation_triggers {
  margin: 0 0 45px;
  text-align: center; }
  .cws_presentation_module .presentation_triggers .presentation_trigger {
    display: inline-block;
    cursor: pointer;
    margin: 0 20px;
    padding: 0;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .cws_presentation_module .presentation_triggers .presentation_trigger.active .images_count {
      display: inline-block; }
    .cws_presentation_module .presentation_triggers .presentation_trigger .images_count {
      position: absolute;
      left: 50%;
      top: -29px;
      color: #fff;
      background-color: #141414;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      height: 24px;
      width: 24px;
      line-height: 24px;
      display: none;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .cws_presentation_module .presentation_triggers .presentation_trigger:before {
      display: none; }

.cws_presentation_module .presentation_content {
  position: relative;
  margin: 0 -15px -30px; }
  .cws_presentation_module .presentation_content .presentation_tab {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_presentation_module .presentation_content .presentation_tab.active {
      z-index: 1; }
      .cws_presentation_module .presentation_content .presentation_tab.active .presentation_single_image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image {
      width: calc(20% - 30px);
      margin: 0 15px 30px;
      text-align: center;
      -webkit-transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
      .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image .presentation_image_wrapper {
        display: block;
        padding-bottom: 100%;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
        .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image .presentation_image_wrapper img {
          top: 0px;
          left: 0px;
          width: 100%;
          position: absolute; }
      .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image .presentation_link {
        display: inline-block;
        margin-top: 15px; }

/*  --------------------
	CWS VC Presentation media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image .presentation_image_wrapper:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media screen and (max-width: 1199px) {
  .cws_presentation_module {
    padding-bottom: 0px !important; }
    .cws_presentation_module .presentation_content .presentation_tab {
      position: relative;
      display: none; }
      .cws_presentation_module .presentation_content .presentation_tab.active {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image {
        width: calc(25% - 30px); } }

@media screen and (max-width: 991px) {
  .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image {
    width: calc(33% - 30px); } }

@media screen and (max-width: 767px) {
  .cws_presentation_module .presentation_content .presentation_tab .presentation_single_image {
    width: calc(50% - 30px); } }

/*  --------------------
	CWS VC Text styles
--------------------  */
.cws_textmodule_content_wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.site-footer p:not(:last-child):not(:empty),
.cws_footer_template p:not(:last-child):not(:empty) {
  margin-bottom: 0; }

/*  --------------------
	CWS VC Text media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_textmodule.border_on_hover {
    position: relative; }
    .cws_textmodule.border_on_hover:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      border-width: 1px;
      border-style: solid;
      opacity: 0;
      pointer-events: none; }
    .cws_textmodule.border_on_hover:hover:before {
      opacity: 1; } }

/*  --------------------
	CWS VC Gallery styles
--------------------  */
.cws_gallery_wrapper {
  overflow: hidden; }
  .cws_gallery_wrapper .cws_gallery_images {
    margin: 0 -5px -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_gallery_wrapper .cws_gallery_images.columns_2 .cws_gallery_image {
      width: 50%; }
    .cws_gallery_wrapper .cws_gallery_images.columns_3 .cws_gallery_image {
      width: 33.3%; }
    .cws_gallery_wrapper .cws_gallery_images.columns_4 .cws_gallery_image {
      width: 25%; }
    .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      margin-bottom: 10px;
      line-height: 0px; }
      .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image:hover .cws_gallery_overlay {
        opacity: 1; }
      .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image img {
        display: block; }
      .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .text_wrapper {
          text-align: center; }
          .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .text_wrapper h6 {
            font-style: italic;
            margin: 0; }
          .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .text_wrapper h4 {
            margin: 15px 0 0; }

/*  --------------------
	CWS VC Gallery media styles
--------------------  */
@media screen and (max-width: 767px) {
  .cws_gallery_wrapper .cws_gallery_images {
    margin: 0 0 15px; }
    .cws_gallery_wrapper .cws_gallery_images.columns_2 .cws_gallery_image, .cws_gallery_wrapper .cws_gallery_images.columns_3 .cws_gallery_image, .cws_gallery_wrapper .cws_gallery_images.columns_4 .cws_gallery_image {
      width: 100%;
      padding: 0; } }

/*  --------------------
	CWS VC Icon List styles
--------------------  */
.cws_service_module.style_floated {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_service_module.style_floated .content_wrapper {
    margin-top: 0; }

.cws_service_module .service_header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_service_module .service_header .service_title {
    margin: 0; }
  .cws_service_module .service_header i {
    display: inline-block;
    margin-right: 15px;
    margin-top: -1px;
    text-align: center;
    width: 1em;
    height: 1em; }
  .cws_service_module .service_header i,
  .cws_service_module .service_header i:before {
    font-size: 20px; }

.cws_service_module .content_wrapper {
  margin-top: 15px;
  font-size: 15px;
  line-height: 23px; }

/*  --------------------
	CWS VC Image styles
--------------------  */
.cws_image_module {
  text-align: center; }
  .cws_image_module.color_overlay .main_image {
    background-color: inherit; }
  .cws_image_module .main_image {
    display: inline-block;
    line-height: 0px; }
    .cws_image_module .main_image:before {
      background-repeat: no-repeat; }
    .cws_image_module .main_image:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: inherit;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear; }
  .cws_image_module .h3 {
    display: block;
    margin: 10px 0 0; }
  .cws_image_module .image_content {
    margin: 5px 0 7px 0; }
  .cws_image_module .button {
    margin-top: 10px; }

/*  --------------------
	CWS VC Image media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_image_module .main_image {
    position: relative; }
    .cws_image_module .main_image:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-position: center center; }
  .cws_image_module.background_zoom_in .main_image:before {
    background-size: auto 100%;
    -webkit-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear; }
  .cws_image_module.background_zoom_in .main_image:hover:before {
    background-size: auto calc(100% + 50px); }
  .cws_image_module.background_zoom_out .main_image:before {
    background-size: calc(100% + 50px);
    -webkit-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear; }
  .cws_image_module.background_zoom_out .main_image:hover:before {
    background-size: 100%; }
  .cws_image_module.background_shift_up .main_image:before {
    background-size: auto calc(100% + 40px);
    background-position: 0px 0px;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out; }
  .cws_image_module.background_shift_up .main_image:hover:before {
    background-position: 0px -40px; }
  .cws_image_module.background_shift_right .main_image:before {
    background-size: calc(100% + 40px);
    background-position: -40px;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out; }
  .cws_image_module.background_shift_right .main_image:hover:before {
    background-position: 0px; }
  .cws_image_module.background_shift_down .main_image:before {
    background-size: auto calc(100% + 40px);
    background-position: 0px -40px;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out; }
  .cws_image_module.background_shift_down .main_image:hover:before {
    background-position: 0px 0px; }
  .cws_image_module.background_shift_left .main_image:before {
    background-size: calc(100% + 40px);
    background-position: 0px;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out; }
  .cws_image_module.background_shift_left .main_image:hover:before {
    background-position: -40px; } }

/*  --------------------
	CWS VC Menu List styles
--------------------  */
.cws_menu_list_module .menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.cws_menu_list_module .menu-item .mm_tag {
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  padding: 1px 3px 0;
  font-size: 9px;
  line-height: 13px;
  position: relative;
  top: -1px; }

/*  --------------------
	CWS VC Tips styles
--------------------  */
.cws_tips_module .cws_tips_wrapper {
  position: relative; }
  .cws_tips_module .cws_tips_wrapper .cws_tip {
    position: absolute; }
    .cws_tips_module .cws_tips_wrapper .cws_tip.active .tip_trigger:before {
      width: 35px;
      height: 35px;
      opacity: .9; }
    .cws_tips_module .cws_tips_wrapper .cws_tip.active .tip_info_wrapper {
      pointer-events: auto;
      opacity: 1; }
    .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger {
      display: inline-block;
      position: relative;
      width: 10px;
      height: 10px; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background-color: #fff;
        opacity: .85;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-color: #141414; }
    .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper {
      padding: 6px 15px 5px;
      max-width: 140px;
      background-color: #fff;
      position: absolute;
      left: calc(100% - 5px);
      bottom: calc(100% - 7px);
      pointer-events: none;
      opacity: 0;
      z-index: 2; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper img {
        margin: -6px -15px 5px;
        width: 140px;
        max-width: none; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper p {
        margin: 0 0 3px; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper span {
        font-size: 17px; }

/*  --------------------
	CWS VC Tips media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_tips_module .cws_tips_wrapper .cws_tip:hover .tip_trigger:before {
    width: 35px;
    height: 35px;
    opacity: .9; }
  .cws_tips_module .cws_tips_wrapper .cws_tip:hover .tip_info_wrapper {
    pointer-events: auto;
    opacity: 1; } }

/*  ====================
	Front-End editor styles
====================  */
.vc_vc_column .cws_column_wrapper,
.vc_vc_column_inner .cws_column_wrapper {
  width: 100% !important; }

/*  --------------------
	Sidebar styles
--------------------  */
body.woocommerce.single .main-content-inner.has_sb .sidebar {
  width: 370px !important;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_right {
    padding-left: 30px;
    margin-left: 15px;
    border-left: 1px solid #e5e5e5; }
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_left {
    padding-right: 30px;
    margin-right: 15px;
    border-right: 1px solid #e5e5e5; }

body.woocommerce.single .main-content-inner.has_sb .main-content-inner-wrap {
  max-width: 815px; }

body.woocommerce .main-content-inner.has_sb .sidebar {
  width: 300px !important; }

body.woocommerce .main-content-inner.has_sb .main-content-inner-wrap {
  max-width: 900px; }

.main-content-inner.has_sb {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .main-content-inner.has_sb .sidebar {
    width: 400px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px; }
    .main-content-inner.has_sb .sidebar.sb_300 {
      width: 300px; }
    .main-content-inner.has_sb .sidebar.position_right {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .main-content-inner.has_sb .sidebar .close_sidebar {
      display: none;
      position: absolute;
      top: 23px;
      left: 15px;
      width: 30px;
      height: 30px;
      font-size: 20px; }
      .main-content-inner.has_sb .sidebar .close_sidebar:before {
        content: '\ea87';
        font-family: 'cwsicon';
        position: relative;
        top: 3px;
        left: 5px; }
  .main-content-inner.has_sb .main-content-inner-wrap {
    width: 100%;
    max-width: 800px;
    padding: 0 15px; }
    .main-content-inner.has_sb .main-content-inner-wrap.sb_300 {
      max-width: 900px; }

.empty_custom_sb_title {
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px; }

.sidebar_trigger {
  display: none;
  position: fixed;
  right: -21px;
  top: 50vh;
  height: 31px;
  width: 21px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #fff;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  z-index: 1; }
  .sidebar_trigger.active {
    right: 0; }
  .sidebar_trigger i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #141414;
    display: inline-block;
    top: 14px;
    left: 9px; }
    .sidebar_trigger i:before, .sidebar_trigger i:after {
      content: '';
      width: inherit;
      height: inherit;
      background-color: inherit;
      position: absolute; }
    .sidebar_trigger i:before {
      top: -6px; }
    .sidebar_trigger i:after {
      bottom: -6px; }

/*  --------------------
	Sidebar media styles
--------------------  */
@media screen and (max-width: 1199px) {
  body.woocommerce.show_sidebar.single .main-content-inner.has_sb .sidebar.position_left,
  body.show_sidebar .main-content-inner.has_sb .sidebar.position_left {
    left: 0; }
  body.woocommerce.show_sidebar.single .main-content-inner.has_sb .sidebar.position_right,
  body.show_sidebar .main-content-inner.has_sb .sidebar.position_right {
    right: 0; } }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_left {
    left: -370px; }
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_right {
    right: -370px; }
  .main-content-inner.has_sb .sidebar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding: 95px 20px 30px;
    width: 320px;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .main-content-inner.has_sb .sidebar.position_left {
      left: -320px; }
    .main-content-inner.has_sb .sidebar.position_right {
      right: -320px; }
    .main-content-inner.has_sb .sidebar .close_sidebar {
      display: inline-block; }
  .main-content-inner.has_sb .main-content-inner-wrap {
    max-width: 100% !important; }
  .sidebar_trigger {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  body.woocommerce .main-content-inner.has_sb .sidebar,
  body.woocommerce.single .main-content-inner.has_sb .sidebar {
    width: 100% !important;
    max-width: 360px; }
  body.woocommerce .main-content-inner.has_sb .sidebar.position_left,
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_left {
    margin-right: 0;
    border-right: 0;
    padding-right: 15px; }
  body.woocommerce .main-content-inner.has_sb .sidebar.position_right,
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_right {
    margin-left: 0;
    border-left: 0;
    padding-left: 15px; }
  .main-content-inner.has_sb {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .main-content-inner.has_sb .sidebar {
      position: relative;
      width: 100% !important;
      max-width: 360px;
      padding-top: 45px;
      margin-top: 45px;
      width: 100%; }
      .main-content-inner.has_sb .sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background-color: #e5e5e5; }
      .main-content-inner.has_sb .sidebar.position_left {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }

/*  ====================
	Common Widgets styles
====================  */
.cws-widget {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }
  .cws-widget:first-of-type {
    padding-top: 0;
    border-top: 0; }
  .cws-widget:last-child {
    padding-bottom: 40px; }
  .cws-widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left; }
    .cws-widget .widget-title + ul > li:first-child {
      padding-top: 0; }
  .cws-widget ul:not(.product-categories):not(.children) li.cat-item {
    padding: 0;
    border: 0; }
  .cws-widget ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5; }
    .cws-widget ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .cws-widget ul li:before {
      display: none !important; }
    .cws-widget ul li a {
      font-size: 13px;
      line-height: 24px; }
    .cws-widget ul li .count {
      display: none; }
    .cws-widget ul li ul.children {
      display: none;
      padding: 10px 0 0; }
    .cws-widget ul li.active > .open:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .cws-widget ul li .open {
      display: block;
      cursor: pointer;
      left: 0;
      right: 0;
      top: 0;
      height: 43px;
      position: absolute; }
      .cws-widget ul li .open:before {
        content: '\eac8';
        font-family: 'cwsicon';
        position: absolute;
        font-size: 20px;
        right: 0;
        top: 13px;
        margin-top: 0;
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease; }
  .cws-widget ul.product-categories {
    margin-top: -7px; }
    .cws-widget ul.product-categories li {
      padding: 0;
      border-bottom: none; }
  .cws-widget .textwidget ul li {
    padding: 0 0 0 10px;
    border-bottom: 0; }
    .cws-widget .textwidget ul li:before {
      display: inline-block; }
  .cws-widget caption {
    text-align: left; }
  .cws-widget ul .rsswidget {
    text-decoration: underline; }
  .cws-widget .rssSummary + cite {
    position: relative;
    display: inline-block;
    margin-top: 10px; }
    .cws-widget .rssSummary + cite:before {
      content: '―';
      display: inline-block;
      margin-right: 10px; }
  .cws-widget .post-date,
  .cws-widget .rss-date {
    font-style: italic;
    display: block;
    margin: 7px 0 8px; }
  .cws-widget p:not(:last-child) {
    margin: 0 0 1.25em; }
  .cws-widget .comment-author-link {
    font-style: italic;
    color: #141414; }
  .cws-widget .custom-widget-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws-widget .custom-widget-info:not(:last-child) {
      margin-bottom: 20px; }
    .cws-widget .custom-widget-info i {
      font-size: 20px;
      margin-right: 10px;
      margin-top: -2px; }
  .cws-widget select {
    margin: 5px 0; }

/*  --------------------
	Search Widget styles
--------------------  */
.cws-widget .search-form {
  position: relative; }
  .cws-widget .search-form .success-search {
    display: none; }
  .cws-widget .search-form .label .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding: 0;
    width: 42px;
    background-color: transparent;
    border: 0;
    z-index: 1; }
    .cws-widget .search-form .label .search-submit .page-submit {
      display: none; }
  .cws-widget .search-form .label:after {
    content: '\ea8b';
    font-family: 'cwsicon';
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 22px;
    line-height: initial; }

/*  --------------------
	Tags Widget styles
--------------------  */
.cws-widget .tagcloud {
  margin-bottom: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal; }
  .cws-widget .tagcloud a {
    font-size: 13px !important;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    .cws-widget .tagcloud a:last-child {
      margin-right: 0; }

/*  --------------------
	Menu Widget styles
--------------------  */
.cws-widget .menu .menu-item {
  padding: 0; }
  .cws-widget .menu .menu-item.active > .open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cws-widget .menu .menu-item a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    z-index: 1; }
  .cws-widget .menu .menu-item .open {
    display: block;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    height: 43px;
    position: absolute; }
    .cws-widget .menu .menu-item .open:before {
      content: '\eac8';
      font-family: 'cwsicon';
      position: absolute;
      font-size: 20px;
      right: 0;
      top: 13px;
      margin-top: 0;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
  .cws-widget .menu .menu-item .sub-menu {
    display: none;
    padding: 0 0 10px 10px; }

/*  --------------------
	About Widget styles
--------------------  */
.cws-widget.cws-about {
  text-align: center; }
  .cws-widget.cws-about .avatar-wrapper {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
  .cws-widget.cws-about .name {
    margin: 20px 0 15px; }
  .cws-widget.cws-about .description {
    font-size: 15px;
    line-height: 23px; }
  .cws-widget.cws-about .signature-wrapper {
    width: 170px;
    margin: 0 auto; }

/*  --------------------
	Banner Widget styles
--------------------  */
.cws-widget.cws-banner {
  position: relative;
  line-height: 0px; }
  .cws-widget.cws-banner:hover:after {
    opacity: 1; }
  .cws-widget.cws-banner:hover .hover_img {
    background-size: 107%; }
  .cws-widget.cws-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .cws-widget.cws-banner .bg_wrapper {
    position: relative;
    overflow: hidden; }
  .cws-widget.cws-banner .hover_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out; }
  .cws-widget.cws-banner .banner-content-wrapper {
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 5px 15px;
    text-align: center; }
    .cws-widget.cws-banner .banner-content-wrapper h5 {
      margin: 0;
      line-height: 21px; }
    .cws-widget.cws-banner .banner-content-wrapper p {
      line-height: 17px; }

/*  --------------------
	Icon List Widget styles
--------------------  */
.cws-widget.cws-icon-list + .cws-widget.cws-icon-list {
  padding-top: 0;
  border-top: 0;
  margin-top: -5px; }

.cws-widget.cws-icon-list .content_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws-widget.cws-icon-list .content_wrapper i {
    font-size: 20px;
    margin-right: 10px; }

/*  --------------------
	Recent Posts Widget styles
--------------------  */
.cws-widget.cws-recent-posts .recent_posts_wrapper li {
  padding: 20px 0; }
  .cws-widget.cws-recent-posts .recent_posts_wrapper li:first-child {
    padding-top: 0; }
  .cws-widget.cws-recent-posts .recent_posts_wrapper li:last-child {
    padding-bottom: 0; }
  .cws-widget.cws-recent-posts .recent_posts_wrapper li h5 {
    margin-bottom: 5px; }
  .cws-widget.cws-recent-posts .recent_posts_wrapper li p {
    font-style: italic; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li p .author {
      text-transform: uppercase; }

/*  ====================
	Woo Common Widgets styles
====================  */
.cws-widget .product_list_widget li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 20px; }
  .cws-widget .product_list_widget li:after {
    content: '';
    display: table;
    clear: both; }
  .cws-widget .product_list_widget li:last-child {
    margin-bottom: 5px; }
  .cws-widget .product_list_widget li a {
    line-height: 17px; }
    .cws-widget .product_list_widget li a img {
      float: left;
      width: 100px;
      margin-right: 20px;
      margin-left: 0; }
    .cws-widget .product_list_widget li a .product-title {
      display: block;
      font-size: 13px;
      line-height: 17px;
      font-weight: 400;
      position: relative; }
  .cws-widget .product_list_widget li .quantity {
    display: block; }
  .cws-widget .product_list_widget li .reviewer {
    display: inline-block;
    margin-top: 10px; }
  .cws-widget .product_list_widget li del .amount,
  .cws-widget .product_list_widget li ins .amount,
  .cws-widget .product_list_widget li .amount {
    font-weight: 400; }
  .cws-widget .product_list_widget li .amount {
    display: inline-block;
    font-size: 17px;
    margin-top: 10px; }
  .cws-widget .product_list_widget li del .amount {
    font-size: 13px;
    text-decoration: line-through; }
  .cws-widget .product_list_widget li ins {
    background-color: transparent; }

.cws-widget .wc-layered-nav-rating a {
  font-size: 13px; }
  .cws-widget .wc-layered-nav-rating a .star-rating {
    top: 1px;
    float: left;
    margin-top: 3px; }

.cws-widget .star-rating {
  margin-top: 8px;
  margin-right: 5px;
  font-size: 12px;
  width: calc(5.4em + 4px);
  display: block; }

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 10px 0; }

/*  --------------------
	Cart Widget styles
--------------------  */
.widget_shopping_cart_content .woo_items_count,
.widget_shopping_cart_content .close_mini_cart {
  display: none; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .cart-item-title {
  font-size: 13px; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 9px;
  -webkit-transition: none;
  transition: none; }
  .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:hover {
    background-color: transparent; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item > a:not(.remove) {
  padding-right: 20px;
  font-weight: 400;
  font-size: 13px; }

.widget_shopping_cart_content .woocommerce-mini-cart__total {
  width: 100%;
  margin: 20px 0 !important;
  padding-top: 15px !important;
  border-top: 1px dashed #e5e5e5;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
    font-size: 17px; }

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -6px; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
    padding: 0 25px;
    margin: 0 5px 10px; }

/*  --------------------
	Woo Filtir Widget styles
--------------------  */
.cws-widget.filter_color ul, .cws-widget.filter_size ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -5px; }
  .cws-widget.filter_color ul li, .cws-widget.filter_size ul li {
    border: 0;
    padding: 0;
    margin: 0 5px 10px; }

.cws-widget.filter_color ul li {
  line-height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: relative; }
  .cws-widget.filter_color ul li:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: -3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    pointer-events: none; }
  .cws-widget.filter_color ul li a {
    font-size: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit; }

.cws-widget.filter_size ul li a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

ul.woocommerce-widget-layered-nav-list .count {
  display: none; }

/*  --------------------
	Woo Search Widget styles
--------------------  */
.cws-widget .woocommerce-product-search {
  position: relative; }
  .cws-widget .woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0px;
    border: 0;
    padding: 0; }
    .cws-widget .woocommerce-product-search button:before {
      content: '\ea8b';
      font-family: 'cwsicon';
      position: absolute;
      right: 10px;
      top: 6px;
      font-size: 22px;
      line-height: initial; }

/*  --------------------
	Woo Slider Widget styles
--------------------  */
.cws-widget .price_slider_wrapper .price_slider {
  margin: 4px 5px 0;
  position: relative;
  background-color: #e5e5e5; }
  .cws-widget .price_slider_wrapper .price_slider .ui-slider-range {
    height: 2px;
    position: relative; }
  .cws-widget .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: -4px;
    margin-left: -5px; }

.cws-widget .price_slider_wrapper .price_slider_amount {
  margin-top: 20px; }
  .cws-widget .price_slider_wrapper .price_slider_amount:after {
    content: '';
    display: table;
    clear: both; }
  .cws-widget .price_slider_wrapper .price_slider_amount .button {
    float: right;
    padding: 0 16px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid;
    background-color: transparent; }

/*  --------------------
	Woo Slider Widget media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget .price_slider_wrapper .price_slider_amount .button:hover {
    color: #fff; } }

/*  --------------------
	WP Forms extra styles
--------------------  */
.cws_newsletter_form_wrapper .wpforms-container .wpforms-submit-container .wpforms-submit {
  color: #fff !important; }

.wpforms-container.wpforms-container-full {
  margin-bottom: 0; }
  .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px; }
  .wpforms-container.wpforms-container-full .wpforms-form textarea {
    font-size: 13px !important;
    border-radius: 0 !important;
    border-color: #e5e5e5 !important; }

.wpforms-container input {
  height: 36px !important;
  font-size: 13px !important;
  border-radius: 0 !important;
  border-color: #e5e5e5 !important; }

.wpforms-container .wpforms-submit-container .wpforms-submit {
  background-color: #fff !important; }

.cws_newsletter form.wpforms-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws_newsletter form.wpforms-form .wpforms-field-container {
    width: 100%;
    margin-right: 10px; }
    .cws_newsletter form.wpforms-form .wpforms-field-container .wpforms-has-error {
      padding-bottom: 20px; }
  .cws_newsletter form.wpforms-form label.wpforms-error {
    position: absolute;
    margin-top: 5px; }
  .cws_newsletter form.wpforms-form .wpforms-submit-container {
    padding: 10px 0 0; }

.wpforms-container.white input {
  background-color: transparent !important;
  color: #e5e5e5 !important;
  border-color: #3e3e3e !important; }
  .wpforms-container.white input:focus {
    border-color: #fff !important; }

.wpforms-container.white .wpforms-submit-container .wpforms-submit {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important; }

/*  --------------------
	WP Forms media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
    background-color: transparent !important;
    color: #fff !important; }
  .wpforms-container.white input:hover {
    border-color: #fff !important; }
  .wpforms-container.white .wpforms-submit-container .wpforms-submit:hover {
    background-color: #fff !important; }
  .cws_newsletter_form_wrapper .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
    background-color: transparent !important;
    color: #fff !important; } }

/*  --------------------
	WPML extra styles
--------------------  */
.site-footer .wpml-ls {
  width: 11.5em; }
  .site-footer .wpml-ls ul li a {
    border: 0; }
    .site-footer .wpml-ls ul li a.wpml-ls-item-toggle:after {
      content: '\eac9';
      font-family: 'cwsicon';
      border: 0;
      font-size: 24px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .site-footer .wpml-ls ul li:before {
    display: none; }
  .site-footer .wpml-ls ul li .wpml-ls-sub-menu {
    padding: 15px;
    background-color: #fff;
    top: auto;
    bottom: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0; }
    .site-footer .wpml-ls ul li .wpml-ls-sub-menu li a {
      padding: 5px; }

aside .wpml-ls {
  width: 100%;
  border: 0; }
  aside .wpml-ls ul li {
    border: 0; }
    aside .wpml-ls ul li a {
      border: 0; }
      aside .wpml-ls ul li a.wpml-ls-item-toggle:after {
        content: '\eac8';
        font-family: 'cwsicon';
        border: 0;
        font-size: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    aside .wpml-ls ul li .wpml-ls-sub-menu {
      border: 0;
      -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
      aside .wpml-ls ul li .wpml-ls-sub-menu li a {
        padding: 5px 10px;
        position: relative; }

.header_icons .wpml-ls {
  top: -1px;
  width: auto; }
  .header_icons .wpml-ls ul li:before {
    display: none; }
  .header_icons .wpml-ls ul li a.js-wpml-ls-item-toggle {
    padding: 0 17px 0 0;
    overflow: hidden; }
  .header_icons .wpml-ls ul li a.wpml-ls-item-toggle:after {
    content: '\eac8';
    font-family: 'cwsicon';
    border: 0;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px; }
  .header_icons .wpml-ls ul li .wpml-ls-sub-menu {
    width: 170px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    left: auto;
    top: calc(100% + 10px); }
    .header_icons .wpml-ls ul li .wpml-ls-sub-menu:before {
      content: '';
      position: absolute;
      top: -10px;
      bottom: 0;
      left: 0;
      right: 0; }
    .header_icons .wpml-ls ul li .wpml-ls-sub-menu li a {
      padding: 5px; }

.mobile_secondary_info .wpml-ls {
  width: 100%; }
  .mobile_secondary_info .wpml-ls ul li:before {
    display: none; }
  .mobile_secondary_info .wpml-ls ul li a {
    padding: 0;
    line-height: 23px;
    background-color: transparent; }
    .mobile_secondary_info .wpml-ls ul li a.wpml-ls-item-toggle:after {
      display: none; }
  .mobile_secondary_info .wpml-ls ul li .wpml-ls-sub-menu {
    visibility: visible;
    opacity: 1; }

/*  --------------------
	WishList extra styles
--------------------  */
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
body.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
body.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
body a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before,
body a.wishlist_products_counter.top_wishlist-heart:before,
body span.wishlist_products_counter.top_wishlist-heart:before {
  content: '\ea97';
  font-family: 'cwsicon' !important; }

body.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
body.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
body a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,
body span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
  content: '\ea97'; }

body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: '\ea98'; }

/*  --------------------
	Instagramm feed extra styles
--------------------  */
#sb_instagram {
  margin-bottom: -1px !important; }

@media screen and (max-width: 767px) {
  .sbi_disable_mobile .sbi_item {
    width: 33.33% !important; } }

/*  ====================
	Footer styles
====================  */
/*  --------------------
	Default footer styles
--------------------  */
.before_footer_shortcode {
  position: relative; }
  .before_footer_shortcode:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: inherit; }

.site-footer:not(.custom) {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0; }

.site-footer .footer-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .site-footer .footer-copyright img {
    width: 64px; }
  .site-footer .footer-copyright p {
    max-width: 45%;
    font-size: 12px;
    line-height: 16px;
    text-align: center; }
    .site-footer .footer-copyright p:last-child {
      text-align: right; }

.cws_footer_template.bottom,
.site-footer.bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

/*  --------------------
	Default footer media styles
--------------------  */
@media screen and (min-width: 991px) {
  .sticky_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; } }

/*  --------------------
	Cookies notification box styles
--------------------  */
.cws-cookies-notification {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 435px;
  padding: 20px;
  opacity: .9;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease; }
  .cws-cookies-notification.disabled {
    opacity: 0; }
  .cws-cookies-notification.active {
    opacity: .75; }
  .cws-cookies-notification p {
    font-size: 14px;
    line-height: 18px;
    color: #fff; }
  .cws-cookies-notification .buttons {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .cws-cookies-notification .buttons a {
      color: #fff;
      display: inline-block; }
      .cws-cookies-notification .buttons a:not(:first-child) {
        margin-left: 20px; }
      .cws-cookies-notification .buttons a.privacy {
        color: #858585; }
      .cws-cookies-notification .buttons a.apply {
        cursor: pointer;
        text-decoration: underline; }
        .cws-cookies-notification .buttons a.apply:after {
          content: '\ea75';
          font-size: 20px;
          vertical-align: middle;
          font-family: 'cwsicon';
          display: inline-block; }

/*  --------------------
	Cookies notification box media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-cookies-notification .buttons a.privacy:hover {
    color: #fff; }
  .cws-cookies-notification .buttons a.apply:hover {
    text-decoration: none; } }

@media screen and (max-width: 767px) {
  .cws-cookies-notification {
    max-width: calc(100% - 30px);
    padding: 15px; }
    .cws-cookies-notification p {
      font-size: 13px;
      line-height: 17px; }
    .cws-cookies-notification .buttons {
      margin-top: 10px; } }

/*  --------------------
	Newsletter box styles
--------------------  */
body.show_newsletter .cws_newsletter_form_wrapper {
  opacity: 1;
  visibility: visible; }
  body.show_newsletter .cws_newsletter_form_wrapper .cws_newsletter_form {
    pointer-events: auto; }

.cws_newsletter_form_wrapper {
  display: none;
  position: fixed;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .cws_newsletter_form_wrapper .cws_newsletter_form {
    width: 510px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 60px;
    position: relative;
    text-align: center; }
    .cws_newsletter_form_wrapper .cws_newsletter_form .close_newsletter {
      position: absolute;
      cursor: pointer;
      right: 15px;
      top: 15px; }
      .cws_newsletter_form_wrapper .cws_newsletter_form .close_newsletter:before {
        content: '\ea87';
        font-family: 'cwsicon';
        font-size: 20px; }
    .cws_newsletter_form_wrapper .cws_newsletter_form .newsletter_icon {
      font-size: 30px; }
      .cws_newsletter_form_wrapper .cws_newsletter_form .newsletter_icon:before {
        content: '\ea7c';
        font-family: 'cwsicon'; }
    .cws_newsletter_form_wrapper .cws_newsletter_form h4 {
      margin: 10px 0 15px; }
    .cws_newsletter_form_wrapper .cws_newsletter_form p {
      margin-bottom: 10px; }
    .cws_newsletter_form_wrapper .cws_newsletter_form .control-row {
      margin-top: 10px;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .cws_newsletter_form_wrapper .cws_newsletter_form .control-row input {
        position: relative;
        top: -1px; }
      .cws_newsletter_form_wrapper .cws_newsletter_form .control-row label {
        cursor: pointer; }

/*  --------------------
	Newsletter box media styles
--------------------  */
@media screen and (max-width: 767px) {
  .cws_newsletter_form_wrapper .cws_newsletter_form {
    width: calc(100vw - 30px);
    padding: 30px; } }
